<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sections .frame_selection{
    POSITION: absolute;
    right: 20px;
    z-index: 999;
    top: 20vh;
}
#sections .frame_selection img{display:none;}
#sections .frame_selection ul{list-style: none;}
#sections .frame_selection li {
    text-align: center;
    margin: 45px 0px;
    border-radius: 50%;
    color: #f5f5f5;
    cursor:pointer;
}
#sections .selecteur{}

#sections .element_select {
    color: #d4f3ba;
    border-radius: 50%;
    border: 4px solid #f5f5f5;
    padding: 15px;
}

#sections .element {
    color: #faebd7;
    border-radius: 50%;
    border: 4px solid transparent;
    padding: 15px;
}
#sections .element:hover{
    color: #f5f5f5;
    border-radius: 50%;
    border: 4px solid #f5f5f5;
    padding: 15px;
}


</pre></body></html>