
.site-header{
    display: block;
    width: 100%;
    height: 111px;
    border-bottom: 1px solid #DC3545;
    
}
.site-header .inside-header{
    background-image: url('https://www.ville-draguignan.fr/wp-content/uploads/2022/07/BANDEAU-1.svg');
    background-repeat: no-repeat;
    background-position-x: 223px;
    background-position-y: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

/*** Icones */
.menuIcones{
    position: absolute;
    top:0px;
    /*right:170px;*/
    right:140px;
    z-index:99999;
    width: 130px;
    height: 110px;
    border-right: 1px solid #FB3333;
}
.menuIcones .accessibilite_btn{
    position: absolute;
    top: 40px;
    left: 0px;
}
.menuIcones .message_btn{
    position: absolute;
    top: 20px;
    left: 40px;
}
.menuIcones .network_btn{
    position: absolute;
    top: 60px;
    left: 40px;
}
.menuIcones .rechercher_btn{
    position: absolute;
    top: 20px;
    left: 80px;
}
.menuIcones .services_btn{
    position: absolute;
    top: 60px;
    left: 80px;
}


/* Barre de menu Accès rapide, services en ligne, mon profil */
.header_container{
    position: relative;
}

.menu_flottant{
    position: absolute;
    bottom: auto;
    top: 330px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 525px;
    height: 40px;
    background-color: #DC3545;
    color: #fff;
    font-family: 'Roboto';
    font-size: 15px;
    z-index: 999;
    padding-right: 0px;
}

.sansBandeau .menu_flottant{
    z-index:10001;
    top: 90px;
}

.menu_flottant ul{
    list-style: none;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
}
.menu_flottant ul li{
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    

}
.menu_flottant ul li a,
.theme-949 .boutons_action a.wp-block-advgb-button_link
{
    color: white;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    font-weight: 600;
    padding:0px;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media only screen and (max-width: 1037px) {
    .site-header{
        
        height: 103px;
    }
    .site-header .inside-header{
        background-size: 710px;    
    }
    .header-image.is-logo-image{
        height: 102px;
        width: 100%;
    }
    .menuIcones{
        height: 102px!important;
    }
    .sansBandeau .menu_flottant{
        top: 80px;
    }
}
@media only screen and (max-width: 991px) {
    
    .site-header{
        height: 71px;
    }
    .site-header .inside-header{
        padding-left: 5px;
        background-size: 480px;    
        background-position-x: 123px;
    }
    .header-image.is-logo-image{
        height: 70px;
    }
    .site-header .menu-toggle{
        line-height: 45px;
    }

    .sansBandeau .menu_flottant,
    .menu_flottant{
        top:70px;
        z-index: 99999;
        width: 100%;
        height: 22px;    
    }
    .menu_flottant ul{
        margin-top: 0px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 0px;
    }
    .menu_flottant li{
        font-size: 12px;
    }
    .header_container{
        margin-bottom: 5px;
    }
    
    .menuIcones{
        width:130px;
        height: 70px!important;
    }
    .menuIcones > a{
        width: 25px;
    }
    .menuIcones .message_btn{
        top:10px;
        left:30px;
    }
    .menuIcones .network_btn{
        top:40px;
        left:30px;
    }
    .menuIcones .rechercher_btn{
        top:10px;
        left:70px;
    }
    .menuIcones .services_btn{
        top:40px;
        left:70px;
    }
    .menuIcones .accessibilite_btn{
        top:20px;
        left: auto;
        right: 0px;
    }
    .menuIcones .accessibilite_btn img{
        height: 30px;
    }

}

@media only screen and (max-width: 768px) {
    .menuIcones{
        border: 0px;
        right: 20px;
    }
    
}


@media only screen and (max-width: 629px) {

    .site-header{
        height: 47px;
    }

    .site-header .inside-header{
        background-size: 345px;    
        background-position-x: 87px;
    }

    .header-image.is-logo-image{
        height: 47px;
    }

    .sansBandeau .menu_flottant,
    .menu_flottant{
        top:47px;
    }

    .menuIcones .accessibilite_btn{
        top: 10px;
    }

}

@media only screen and (max-width: 480px) {

    .menuIcones .accessibilite_btn{
        top: 5px;
    }

    .site-header{
        height: 55px;    
    }

    .site-header .inside-header{
        background-size: 280px;    
        background-position-x: 65px;
    }

    .header-image.is-logo-image{
        height: 35px;
    }

    .sansBandeau .menu_flottant,
    .menu_flottant{
        /*top:39px;*/
        top:35px;
    }
    .menu_flottant ul li a{
        font-size: 10px;
    }

}