/*************************
 * #header
 *************************/
#header {
    position: relative;
}

#header a, #header a:visited {
    color: #fff;
}

#header a:hover, #header a:focus {
    color: #ff9587;
    text-decoration: none;
}

#header_home {
    background-repeat: no-repeat;
    background-color: #fe1f00;
    background-position: top right;
}

#header_home a {
    display: block;
    text-decoration: none;
}

#header_home span {
    display: none;
}

@media (min-width: 768px) {
    #header_home {
        background-image: url("../images/entete-sm.png");
    }
    
     #header_home a {
         height: 100px;
         width: 210px;
         margin-left: 20px;
        background-image: url("../images/logo-sm.png");
     }
}
@media (min-width: 992px) {
    #header_home {
        background-image: url("../images/entete-md.png");
    }
     #header_home a {
         height: 130px;
         width: 280px;
         margin-left: 35px;
        background-image: url("../images/logo-md.png");
     }
}
@media (min-width: 1200px) {
    #header_home {
        background-image: url("../images/entete-lg.png");
    }
    #header_home a {
        height: 157px;
        width: 340px;
        margin-left: 50px;
        background-image: url("../images/logo-lg.png");
    }
}

@media screen and (max-width: 767px) {
    #header_home {
        box-sizing: border-box;
        height: 50px;
        padding-left: 10px;
        padding-top: 10px;
        background-color: #1f1945;
        padding-right: 50px;
    }
    
    #header_home span {
        display: inline;
    }
    
    #header_home a {
        color: #fff;
        display: inline;
    }
    
}

/*************************
 * #header_menu_burger 
 *************************/

#header_menu_burger {
	display: none;
}

@media screen and (max-width: 767px) {
	
	#header_menu_burger {
        display: block;
       background-color: #1f1945;
    }
    
    #header_menu_burger summary {
        height: 26px;
        width: 30px;
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        box-sizing: border-box;
        border-color: #fff;
        border-style: solid;
        border-width: 1px;
        padding-left: 4px;
        padding-top: 1px;
        z-index: 10;
    }
    
    #header_menu_burger summary {
        list-style: none;
    }
    
    #header_menu_burger summary::-webkit-details-marker {
        display: none;
    }
    
    #header_menu_burger summary span {
        display: block;
        margin-top: 4px;
        width: 20px;
        height: 2px;
        background-color: #fff;
    }
		
	
}

/*************************
 * #header_menu_bar
 *************************/
#header_menu_bar {
    background-color: #1f1945;
    margin: 0;
    padding-left: 8px;
    font-size: 0.9em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#header_menu_bar > li {
	padding-right: 8px;
    padding-left: 0;
    margin: 0;
    position: relative;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header_menu_bar > li::before {
    content: " ";
    padding-left: 28px;
    background-image:url("../images/cran-pellicule.png");
    background-repeat: no-repeat;
    background-position: center left;
}


@media screen and (max-width: 767px) {
    #header_menu_bar {
		display: none;
	}
    
}


#header li.active > a, #header li.active > a:hover,
#header li.active > a:focus, #header li.active > a:visited, #header li.active summary {
  color: #ff9587;
}


/*************************
 * .header-bar-
 *************************/

.header-bar-Details {
    display: inline-block;    
}

.header-bar-Details summary {
    display: inline-block;
    color: #fff;
}

.header-bar-Details summary:hover {
    cursor: pointer;
}

.header-bar-Details summary::after {
    content: " ⏷";
}
    
.header-bar-Submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #1f1945;
    padding: 5px;
    margin: 0;
    font-size: 0.9em;
    padding-left: 15px;
    padding-right: 15px;
    width: max-content;
}

.header-bar-Submenu li {
    margin-bottom: 5px;
}

/*************************
 * .header-burger-
 *************************/

.header-burger-Menu {
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
}

.header-burger-Menu > li {
    color: #fff;
    margin-bottom: 10px;
}


.header-burger-Menu > li::before {
    content: " ";
    padding-left: 20px;
    background-image:url("../images/cran-pellicule.png");
    background-repeat: no-repeat;
    background-position: center left;
}


.header-burger-Submenu {
    font-size: 0.9em;
    padding-left: 30px;
    list-style: none;
    margin-top: 5px;
}

.header-burger-Submenu > li {
    margin-bottom: 5px;
}
