<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo_list_membre{
    max-height: 200px !important;
    margin: 0 auto 15px;
    display: block;

}
.fiche_container{
    min-height: 461px;
}

@media screen and (max-width: 750px){
    .row &gt; #logo &gt; img {
        margin-top: 10px !important;
    }

    .row &gt; #logo {
        margin-top: 10px !important;
    }

    #header_bg {
        height: 189px;
    }

    #entete_mod_0 .secondary_menu li#tel_header_li {
        display: inline-block !important;
    }

    #search_form_trigger {
        margin-top:6px;
    }

}

@media screen and (min-width: 751px) and (max-width: 1000px){
    #menu_secondaire_search &gt; .secondary_menu {
        width: 550px !important;
        display: flex;
        flex-flow: row wrap;
        justify-content: right;
    }

    /*
    #menu_secondaire_search &gt; ul.secondary_menu &gt; li {
        float: right;
    }
    */

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