



*{
    margin: 0;
    padding: 0;
    
}
body{
    position: relative;
}

#header{
    position: sticky;
    position:-webkit-sticky;
    top: 0px;
    z-index: 100;
}
#header .header_top{
    color: rgb(255, 255, 255);
    background: #000000;
    border-bottom: none 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8571428571rem;
    margin: 0   ;

    display: flex;
    justify-content: center;
    position: relative;
}
#header .header_top div.information{
    display: flex;
    align-items: center;
}
#header .header_top p{
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
#header .header_top p a{
    color: rgb(255, 255, 255);
    margin-left: 15px;
}
#header .header_top div.information a{
    font-size: 18px;
}
#header .header_top div.information p.line_contacter_nous{
    text-transform: uppercase
}
#header .header_top div.information p.text_info{
    font-size: ;
}
#header .header_top div.left_element{
    position: absolute;
    right: 10px;
    top: 0.7142857143rem;
}
#header .header_top div.left_element a.btn_professionnel{
    height: 40px;
    width: 200px;
    background-color: white;
    color: rgb(0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
#header .header_top div.left_element a.btn_professionnel:hover{
    background-color: rgb(0, 0, 0);
    color: white;
    border: 1px solid white;
}
#header .header_top div.left_element a{
    width: 200px;
}
#header .header_top div.left_element a span{
    margin-right: 8px;
}




#header .header_top div.left_element li a.golden-btn{
    
  display: inline-block;
  outline: none;
  
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: .3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px rgba(139,66,8,1),
              inset 0 -1px 1px 3px rgba(250,227,133,1);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position:center;
}


#header .contain_nav{
    position: sticky;
    position:-webkit-sticky;
    top: 30px;
    background-color: white;
}


#header .header_middle{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 0;
    padding-left: 25px;
    padding-right: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    
}
#header .header_middle div.right_element{
    display: flex;
    align-items: center;
}
#header .header_middle div.right_element ul{
    list-style-type: none;
}
#header .header_middle div.right_element ul li span{
    margin-left: 10px;
    margin-right: 10px;
}
#header .header_middle div.right_element ul li a{
    color: #000000;
    font-size:14px;
    text-transform: uppercase;

}

#header .header_middle div.logo{
}
#header .header_middle div.logo img{
    width: 100px;
}
#header .header_middle div.left_element{
    padding: 0;
    height: 110px;
}
#header .header_middle div.left_element ul{
    list-style-type: none;
    margin-top: 20px;
}
#header .header_middle div.left_element ul li{
    text-align: center;
}
#header .header_middle div.left_element ul li a{
    width: 200px;
}
#header .header_middle div.left_element ul li.first_element{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
#header .header_middle div.left_element ul li.first_element a{
    font-size: 20px;
    margin-left: 15px;
    width: auto;
    position: relative;
} 


#header .header_middle div.left_element ul li a.btn_rdv{
    border: 1px solid black;
    color: white;
    background-color: black;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
}
#header .header_middle div.left_element ul li a.btn_rdv:hover{
    background-color: rgb(27, 27, 27);
    color: white;
}
#header .header_middle div.left_element ul li a.golden-btn{
    
  display: inline-block;
  outline: none;
  
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: .3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px rgba(139,66,8,1),
              inset 0 -1px 1px 3px rgba(250,227,133,1);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position:center;
  text-decoration: none;
}

#header .header_middle div.left_element ul li a.golden-btn:focus,
#header .header_middle div.left_element ul li a.golden-btn:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
}

#header .header_middle div.left_element ul li.first_element span.line_{
    font-size: 20px;
    margin-left: 15px;

}
#header .header_middle div.left_element ul li.first_element a.cart{
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: #000000;
    padding: 7px;
    border-radius: 50%;
    color: white;
}
#header .header_middle div.left_element ul li.first_element a.cart span#id_span_cart{
    position: absolute;
    font-size: 14px;
    top: -12px;
    right: -10px;
    color: white;
    background-color: rgb(0, 0, 0);
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}
#header .header_middle div.left_element ul li.first_element a.user{
    color: #000000;
}
#header .header_middle div.left_element ul li.first_element a.user span.span_user{
    margin-right: 5px;
    position: relative;
    color: #000000;
}
#header .header_middle div.left_element ul li.first_element a.user span.span_user span.connected_signal{
    position: absolute;
    top: -3px;
    right: -3px;
    padding: 3px;
    background-color: rgb(88, 233, 88);
    border-radius: 50%;
    border: 1px solid white;
}


#header .header_last{
    margin: 0;
    padding: 0;
    min-height: 50px;
    line-height: 50px;
    position: relative;
    background-color: ;
}
#header .header_last ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    min-height: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
    
}
#header .header_last ul li{
    margin: 0;
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
}
#header .header_last ul li a{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}
#header .header_last ul li a:hover{
    color: white;
    background-color: #000000;
    line-height: inherit;
    height: 40px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}
#header .header_last ul li a img{
    display: inline-block;
    height: 15px;
    width: auto;
    margin-left: 2px;
    font-size: 18px;
    opacity: 1;
    transition: 0.5s ease-in-out;
    
}
#header .header_last ul li a:hover img{
    
}

#header .header_last ul li a span{
    position: relative;
    top: 3px;
    margin-left: 8px;
}
#header .header_last ul li a span.span_sub_menu_01{
    display: none;
}
#header .header_last ul li a span.span_sub_menu_02{
    display: none;
}


#header .header_last ul li div{
    width: max-content;
    height: auto;
    display: none;

    border-top: 3px solid rgb(0, 0, 0);
    background-color: rgb(226, 226, 226);
    position: absolute;
    padding-bottom: 15px;
    z-index: 10;
}

#header .header_last ul li:hover div{
    display: ;
}
#header .header_last ul li div ul.sub_menu{
    display: block;
}
#header .header_last ul li div ul.sub_menu li{
    margin: 0;
    padding: 5px;
    padding-left: 0;
    padding-right: 10px;
    padding-left: 10px;
}
#header .header_last ul li div ul.sub_menu li:hover{
    background-color: #000000;
    color: white;
}
#header .header_last ul li div ul.sub_menu li a{
    font-size: 14px;
    color: #000000;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#header .header_last ul li div ul.sub_menu li:hover a{
    color: white;
}

#header .header_last ul li{
    position: relative;
    z-index: 100;
}
#header .header_last ul li div.sub_menu_00{
    display: none;
    z-index: 10;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    z-index: 100;
    width: 200px;
    max-height: auto;
    padding-left: 10px;
}

@media only screen and (max-width:650px){
    #header .header_last ul li div.sub_menu_00{
        max-height: 350px;
        overflow-y: scroll;
        padding-left: 10px;
    }
    
}

#header .header_last ul li div.sub_menu_00 .sub_menu li{
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#header .header_last ul li div.sub_menu_00 li a{
    padding: 0;
    height: 24px;
    margin: 0;
}
#header .header_last ul li div.sub_menu_00 li a:hover{
    padding: 0;
}
#header .header_last.menu_01 ul li.li_sub_01:hover div.sub_menu_00{
    display: block;
}

#header .header_last ul li.li_hair_sub li{
    position: relative;
}
#header .header_last ul li.li_hair_sub li a{
    position: relative;
    display: inline-block;
    width: 100%;

}
#header .header_last ul li.li_hair_sub:hover div.sub_menu_03{
    display: block;
    min-width: 100%;
}

/* PARTIE POUR LES ELEMENTS SUPPLEMENTAIRES DU HEADER MOBILES */


.header_nav_01{
    display: block;
}
.header_nav_02{
    display: none;
    position: relative;
    opacity: 1;
    height: 100vh;
    background-color: ;

    animation: affiche_element_menu 1s ease;
}

@keyframes affiche_element_menu {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


.header_mobile{
    display: none;
    margin-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000000000000000;
}
.header_mobile .btn-mobile{
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
    overflow: ;
    color: white;
}
.header_mobile .btn-mobile span{
    position: relative;
    font-size: 22px;
}
.header_mobile .btn-mobile .round-gif{
    background-color: black;
    border: 5px solid white;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: -50px;
}

@keyframes gif-animation {
    0%{
        width: 0px;
        height: 0px;
    }
    100%{
        width: 100px;
        height: 100px;
    }
}



/* GERONS LE RESPONSIVE */

#header .header_last.menu_01{
    display: block;
}
#header .header_last.menu_02{
    display: none;
}
#header .header_last.menu_03{
    display: none;
}
#header .header_last.menu_04{
    display: none;
}
    #header .header_last {
        z-index: 0;
        position: relative;
    }
    #header .header_middle {
        z-index: 1;
        position: relative;
    }


    #header .header_last ul li a{
        font-size: 15px;
    }
    #header .header_last ul li a{
        font-size: 12px;
    }
    #header.header_nav_pro .header_last ul li a{
        font-size: 13px;
    }
    #header.header_nav_pro .header_last ul li a img{
        height: 10px;
    }

    #header .header_last ul li a:hover{
        font-size: 15px;
    }
    #header.header_nav_pro .header_last ul li a{
        font-size: 13px;
    }
    #header.header_nav_pro .header_last ul li a img{
        height: 10px;
    }
    #header.header_nav_pro .header_last ul li a:hover{
        font-size: 13px;
    }

@media only screen and (min-width:1090px){
    #header .header_last.menu_01{
        display: block;
    }
    #header .header_last.menu_02{
        display: none;
    }
    #header .header_last.menu_03{
        display: none;
    }
    #header .header_last.menu_04{
        display: none;
    }
    #header .header_last {
        z-index: 0;
        position: relative;
    }
    #header .header_middle {
        z-index: 1;
        position: relative;
    }
    #header .header_last ul {
        display: flex;
        justify-content: center;
        /*
        margin-left: 100px;
        width: calc(100% - 325px);
        */
    }
    #header .header_last ul li{
        margin-left: 10px;
        margin-right: 10px;
    }
    #header .header_last ul li{
        margin-left: 5px;
        margin-right: 5px;
    }
    #header .header_last ul li ul{
        display: block;
        padding-left: 0;
        margin-left: 0;
    }
    #header .header_last ul li ul li {
        font-size: 13px;
    }
    #header .header_last ul li div ul.sub_menu li a{
        font-size: 13px;
    }
    #header .header_last ul li div.sub_menu_00 .sub_menu li{
        padding: 0;
        padding-left: 15px;
        width: auto;
        line-height: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

/* TOP 01 */
@media only screen and (max-width:1100px){
    
    #header .header_top{
        display: flex;
        justify-content: left;
        padding-left: 15px;
    }
}
@media only screen and (max-width:730px){
    
    #header .header_top{
        display: flex;
        justify-content: left;
        padding-left: 15px;
        min-height: 145px;
    }
    #header .header_top .information{
        display: flex;
        justify-content: left;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        background-color: ;
    }
    #header .header_top .information p{
        margin-left: 0px;
    }
    #header .header_top .information p.line_bar_reseaux{
        display: none
    }
}
@media only screen and (max-width:530px){
    
    #header .header_top{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 15px;
    }
    #header .header_top .information p{
        text-align: center;
    }
    #header .header_top div.left_element{
        margin-top: 15px;
        position: relative;
        right: auto;
        top: auto;
    }
}
@media only screen and (max-width:361px){
    #header .header_middle div.left_element ul li a.btn_rdv{
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
        width: 150px;
    }
}

/* TOP 02 */
@media only screen and (max-width:600px){
    #header .header_middle div.right_element{
        display: ;
    }
    #header .header_middle{
    }
    #header .header_middle div.left_element ul li a{
        width: 200px;
    }
    
}
@media only screen and (max-width:360px){
    
    #header .header_middle div.left_element ul li a{
        width: 120px;
    }
    #header .header_middle div.left_element ul li.first_element a.cart{
        display: flex;
        justify-content:center;
        align-items: center;
        background-color: #000000;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        color: white;
    }
    #header .header_middle div.left_element ul li.first_element a.user{
        color: #000000;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #header .header_middle div.left_element ul li.first_element a.user span.span_user{
        font-size: 26px;
    }
}

/* TOP 03 */
/*
@media only screen and (min-width:1080px){
    
    #header .header_last ul li.li_sub_01{
        display: none;
    }
    #header .header_last ul li.li_sub_001{
        display: inline-block;
    }

}
*/

#header .header_last.menu_01{
    display: block;
}
#header .header_last.menu_02{
    display: none;
}

#header .header_last.menu_03{
    display: none;
}

@media only screen and (max-width:1210px){
    
    #header .header_last.menu_01{
        display: none;
    }
    #header .header_last.menu_03{
        display: none;
    }
    #header .header_last.menu_04{
        display: none;
    }

    #header .header_last.menu_02{
        display: block;
    }


    #header .header_last.menu_02 ul li.sub_01_none{
        display: none;
    }
    #header .header_last.menu_02 ul li.li_sub_001{
        display: none;
    }
    
    #header .header_last.menu_02 ul li a span.span_sub_menu_01{
        display: inline;
    }

    #header .header_last.menu_02 ul li.li_sub_01:hover div.sub_menu_00{
        display: block;
    }

}


@media only screen and (max-width:975px){
    
    #header .header_last.menu_01{
        display: none;
    }
    #header .header_last.menu_02{
        display: none;
    }
    #header .header_last.menu_03{
        display: block;
    }
    
    #header .header_last.menu_03 ul li.sub_02_none{
        display: none;
    }
    #header .header_last.menu_03 ul li a span.span_sub_menu_02{
        display: inline;
    }
    #header .header_last.menu_03 ul li.li_sub_01:hover div.sub_menu_00{
        display: block;
    }
    #header .header_last.menu_03 ul li.li_sub_02:hover div.sub_menu_01{
        display: block;
    }
}

@media only screen and (max-width:705px){ 
    #header .header_last.menu_01{
        display: none;
    }
    #header .header_last.menu_02{
        display: none;
    }
    #header .header_last.menu_03{
        display: none;
    }
    #header .header_last.menu_04{
        display: block;
    }
    


    #header .header_last.menu_04 ul li.sub_01_none{
        display: none;
    }
    #header .header_last.menu_04 ul li.li_sub_001{
        display: none;
    }
    
    #header .header_last.menu_04 ul li a span.span_sub_menu_01{
        display: inline;
    }

    #header .header_last.menu_04 ul li.li_sub_01:hover div.sub_menu_00{
        display: block;
    }

}

@media only screen and (max-width: 550px){
    #header .header_last.menu_01{
        display: none;
    }
    #header .header_last.menu_02{
        display: none;
    }
    #header .header_last.menu_03{
        display: none;
    }
    #header .header_last.menu_04{
        display: none;
    }
}
@media only screen and (max-width:560px){
    .header_nav_01{
        display: none;
    }
    .header_nav_02{
        display: none;
    }
    .header_mobile{
        display: block;
    }
    #header .header_middle{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    #header .header_middle .contain_element_link{
        width: 100%;
        background-color: rgb(240, 240, 240);
        height: calc(100vh - 280px);
        overflow-y: scroll;
    }
    #header .header_middle .contain_element_link ul{
        list-style-type: none;
        background-color: ;
    } 
    #header .header_middle .contain_element_link ul li {
        height: 34px;
        padding-left: 15px;
        transition: 0.3s ease-in-out;
        
    }
    #header .header_middle .contain_element_link ul hr{
        margin: 2px;
    }
    #header .header_middle .contain_element_link ul li:hover{
        background-color: #000;
        color: white;
    }
    #header .header_middle .contain_element_link ul li:hover a{
        color: white;
    }
    #header .header_middle .contain_element_link ul li a{
        color: black;
        display: inline-flex;
        align-items: center;
        justify-content: ;
        height: 100%;
        width: 100%;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
    }
    #header .header_middle .contain_element_link ul li a img{
        height: 16px;
        width: 18px;
        margin-left: 5px;
    }
}

@media only screen and (max-width:395px){
    
    #header .header_last ul li a{
        font-size: 15px;
    }

}

#header .header_last ul li div{
    padding: 0;
}
#header .header_last ul li div ul.sub_menu li{
    line-height: 24px;
    min-height: 32px;
    margin: 0;
}

#header .header_last ul li div.sub_menu_00 .sub_menu li{
    margin: 0;
    padding: 0;
}

@media only screen and (max-width:1255px){
    
    #header .header_pro.header_last.menu_01{
        display: none;
    }
    #header .header_pro.header_last.menu_03{
        display: none;
    }
    #header .header_pro.header_last.menu_04{
        display: none;
    }

    #header .header_pro.header_last.menu_02{
        display: block;
    }
    
    #header .header_pro.header_last ul li{
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width:1030px){
    
    #header .header_pro.header_last.menu_01{
        display: none;
    }
    #header .header_pro.header_last.menu_02{
        display: none;
    }
    #header .header_pro.header_last.menu_03{
        display: none;
    }
    #header .header_pro.header_last.menu_04{
        display: none;
    }
    #header .header_pro.header_last.menu_03{
        display: block;
    }
    #header .header_pro.header_last.menu_03 ul li div ul.sub_menu li a{
        font-size: 12px;
    }
    #header .header_pro.header_last.menu_03 ul li div ul.sub_menu li{
        padding-top: 0;
        padding-bottom: 0;
        height: 34px;
        line-height: 15px;
    }
    
    #header .header_pro.header_last ul li a:hover{
        height: 34px;
    }

    /* SOUS MENU */
}


@media only screen and (max-width:710px){
    
    #header .header_pro.header_last.menu_01{
        display: none;
    }
    #header .header_pro.header_last.menu_02{
        display: none;
    }
    #header .header_pro.header_last.menu_03{
        display: none;
    }
    #header .header_pro.header_last.menu_04{
        display: none;
    }
    #header .header_pro.header_last.menu_04{
        display: block;
    }
    #header .header_pro.header_last.menu_04 ul li div ul.sub_menu li a{
        font-size: 12px;
    }
    #header .header_pro.header_last.menu_04 ul li div ul.sub_menu li{
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        height: 32px;
        line-height: 32px;
    }
}

/* PARTIE HEADER MOBILES PRO */


