<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> #MenuEspaceClient_en .Item{
    font-family: 'HurmeGeometricSans1';
    color: #fff;
    font-size:18px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
text-decoration:none;
}
 #MenuEspaceClient_en .Item:hover{
    color: #3e2e2c;
}

#MenuEspaceClient_en .ItemSelected{
    color: #3e2e2c !important;
}
#MenuEspaceClient_en .RadMenu {
    white-space: nowrap !important;
    float: left;
    position: relative;
    text-align: left;
    z-index: 7000\9;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    height: 100% !important;
    width: 100% !important;
}
#MenuEspaceClient_en .RadMenu .rmItem {
    padding: 0;
    float: none !important;
    margin-bottom: 10px;
}

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