/*BARRE DU HAUT*/
.mugler{ 
	position: absolute;
	top: 10px;
	left: 47px;
	display: block;
	color: white;
	font-size: 27px;
	z-index: 1000;
	font-family: 'Open Sans', sans-serif;
	position: fixed;
}

.barre{
	text-align: right;
	padding-right: 50px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.barre a{
	display: inline-block;
	color: white;
}

.liena{
	padding: 15px;
}

/*MENU DEROULANT GAUCHE*/
.menu{ 
	padding-left: 30px; 
	padding-top: 45px;
    margin-top: 45px;
	width: 185px;
    min-height: 100vh;
    position: fixed;
	z-index: 1000;
}

nav ul{
    list-style-type: none;
}

nav ul li{
    text-align: left;
    position: relative;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    color: white;
    border-bottom: 10px solid black;
    padding: 10px 0px;
}

nav a:hover{
    color: #6286FE;
}

.sous{
    display: none;
    box-shadow: 3px 3px 3px white;
    background-color: white;
    position: absolute;
    left: 155px;    /*185 */
    width: 250px;
    top: 0;
    z-index: 1000;
}

nav > ul li:hover .sous{
    display: block;
}

.sous li{
    text-align: left;
}

.sous a{
    padding: 10px;
    color: black;
    background: white;
    border-bottom: none;
}

.sous a:hover{
    border-bottom: none;
    background-color: white;
    color: #6286FE;
}

.deroulant > a::after{
    /*font-size: 12px;*/
}

.diam{
	font-size: 16px;
}

.menu_left{
	margin-left: 3px;
}

@media screen and (max-width: 992px){
    
    .menu{
        display: none
    }
    .menu{
        display: none
    }
    .main{
	display: block; 
	
	padding-top: 40px;
}
}
/*FIN DU MENU*/

@media screen and (min-width: 992px){
.main{
	display: block; 
	margin-left: 185px;
	padding-top: 40px;
}
}
/*PAGE D'ACCUEIL ET FOOTER*/
.acc_2block { 
	width: 50%; 
	height: auto;
	position: relative;
	overflow: hidden;
}

.acc_img_sec1{
	width: 126%;
}

.acc_carre_blanc{
	width: 300px;
	height: 100px;
	position: absolute;
	top: 350px;
	left: 150px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 10;
}

.acc_carre_noir{
	width: 200px;
	height: 32px;
	margin-top: 10px;
	padding-top: 9px;
	margin-left: 50px;
	z-index: 30;
}

.acc_carre_noir a{
	color: white;
}

/*SECTION2*/
.acc_img1{
	width: 100%;
}

.btn_decouvrir{
	display: inline-block;
	background: white;
	color: black;
	padding: 15px 30px;
}

.btn_savoir{
	display: inline-block;
	background: white;
	color: black;
	padding: 15px 75px;
}
/*SECTION 3*/
.acc_reseaux a{
	color: black;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 25px;
}

.acc_reseaux a:hover{
	color: #5b94db;
}

.btn_galerie{
	display: inline-block;
	background: black;
	color: white;
	padding: 13px 40px;
}

.img_sec3 img{
	height: 200px;
}

.icone i{
	font-size: 30px;
	color: white;
}

/*FOOTER*/
.icone a{
	display: inline-block;
	margin-bottom: 30px;
}

.border{
	border: 0.6px solid gray;
}

.acc_block a{
	color: white;
	display: block;
}

.acc_block a:hover{
	color: #3D7AFE;
}

.acc_reseaux_footer a{
	color: white;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 24px;
}

.acc_reseaux_footer a:hover{
	color: #5b94db;
}

.acc_input{
	height: 33px;
	background: #0d0d0d;
	padding-left: 15px;
	margin: 20px 0px;
}

.acc_inputok{
	height: 37px;
	width: 60px;
	color: black;
}

.acc_input_select{
	height: 33px;	background: #0d0d0d;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;

}

.acc_input_select option{
	background: white;
	color: black;
}