
header{ 
	position: sticky;

	height: 15%;
 	width: 100%;
 	z-index: 500; top: 0; 
	left: 0;

 	background-color: #000;
  border-bottom: 2px solid #BBB;

}


  header nav{
    width: 100%;
    height: 100%;

    display: flex ;
}

/* === header menu ================================================================= */




header #menu_droit, #menu_gauche{

    width: 40%;
    height: 100%;

    text-transform: uppercase;
}


    header #liste_menu_droit, #liste_menu_gauche{
    

    margin-top: 8%;
    padding: 0%;
    
    height:33%;

    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;

    list-style-type: none;

}




.element_liste_menu_droit , .element_liste_menu_gauche  {

    height: 100%;
    width: 35%;


    display: flex;
    flex-direction: row ;

    
}


.element_liste_menu_gauche  {

    justify-content: right ;
}






/* === header menu element liste ================================================================= */




    .before_element_liste_menu_droit , .after_element_liste_menu_gauche {

        border-radius: 5px;
        background-color: #aa8111;

        width: 2%;
        min-width: 3px;
        
    }



    .after_element_liste_menu_gauche {

        margin-left: 5%;
    }



    .before_element_liste_menu_droit{
        margin-right: 5%;

    }


/* === header menu text element liste ================================================================= */


    header a {


    text-decoration: none;
    color: #fff;
    transition: border-color 0.5s;

  }

  header #menu_droit a:hover , header  #menu_gauche a:hover {
    border-bottom: #aa8111 solid 2px ;

  }

    .encart_text_element_liste_menu_gauche , .encart_text_element_liste_menu_droit {
 
    display: flex;
    align-items: center;
    justify-content: center;

  }


    .text_element_liste_menu_gauche {

    margin: 0%;
    text-align: right;

}


    .text_element_liste_menu_droit {

    margin: 0%;
    text-align: left;
    
}




/* === header logo ================================================================= */


    header #logo {
        min-width: 200px;
        min-height:115px ;
        width: 20%;
        height: 100%;

        display:flex;
        align-content: center;
        justify-content: center;

    }




/* === footer ================================================================= */


footer{
    height: 40%;
    width:100%;

    margin: 5% 0 0 0 ;
    

    background-color: rgb(123, 99, 57);
    text-transform: uppercase;
}


.footer_line{
    height: 50%;
    width: 100%;

    display: flex;
    flex-direction: row;

}

.footer_cube_line{
    margin: 0%;
    height: 100%;
    width: 33%;
}



.titre_footer_cube_line{

    margin: 0% 10% 0% 10%;
    width:80%;
    height: 30%;

    display: flex;
    vertical-align: bottom;

    border-bottom: #aa8111 solid 2px;
}

.titre_footer_cube_line>h4{

    height: fit-content;
    width: fit-content;
    margin: auto auto 0% 1%;

    font-weight: 100;
    font-size: 2vw;
}

.contenu_footer_cube_line{

    width: 80%;
    height: 50%;
    margin: 1% auto;
}


#footer_cube_line_logo{
    display: flex;
    vertical-align: bottom;
    flex-direction:column;
}

#footer_cube_line_logo a{
  text-decoration: none;
  color: #fff;

}

#footer_cube_line_logo a img{
  margin:auto;
}

#detail_footer_cube_line{
    height: fit-content;
    font-size: 1.5vh;
    margin-top:auto;
    margin-bottom: 1%;
}