.barre{ z-index: 1000; }

.name{
	font-size: 20px; 
	font-family: 'Open Sans', sans-serif;
	padding-top: 20px;
	padding-left: 70px;
}

/*MENU DEROULANT GAUCHE*/

.menu{ 
	padding-left: 0px; 
	padding-top: 35px;
    margin-top: 55px;
	width: 185px;
    min-height: 100vh;	
    z-index: 1000;
}

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

nav a{
    display: block;
    padding: 0px 0px;
}

.sous{ display: none; 
	   margin-left: 30px;
}

nav > ul li:hover .sous{
    display: block;
    box-shadow: 6px 6px 6px 5px rgba(224, 222, 222, 0.5);
    background-color: white;
    position: absolute;
    left: 155px;    /*185 */
    width: 250px;
    top: 0;
    z-index: 1000;
}

.sous a{
    padding-bottom: 20px;
    padding-left: 15px;
    border-bottom: none;
}

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

@media screen and (min-width: 992px){
	.main{
		display: block; 
		margin-left: 185px;
		margin-top: 55px;
	}
	footer{
		display: block; 
		margin-left: 185px;
	}
}

/*PAGE D'ACCUEIL ET FOOTER*/
/*GENERAL*/
.w_mugler{
	width: 46%;
}

.w-btn{
	width: 210px;
}

/*SECTION1*/
.acc_img_sec1{
	width: 135%;
}

.acc_carre_blanc{
	width: 50%;
	height: 80px;
	position: absolute;
	top: 70%;
	left: 25%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 10;
	margin: auto;
}

.acc_carre_noir{
	width: 70%;
	height: 32px;
	margin-top: 8px;
	padding-top: 6px;
	z-index: 30;
}
/*SUITE*/

.btn_jq{
	border: 1px solid white;
	width: 200px;
	height: 30px;
	color: white;
	background: #191919;
	cursor: pointer;
	text-align: center;
}

.angel_jq_img1{
	height: 350px;
}


.test{
	overflow: hidden;
}
.angel_jq_img2{
	height: 290px;
	transition: 7s;
}

.angel_jq_img2:hover{
	transform : scale(2);
}

.space_box{
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}

.guillemets{
	height: 40px;
	margin-right: 580px;
}

.guillemets_d{
	height: 40px;
	margin-left: 570px;
}

.angel_jq_img4{
	height: 550px;
	padding-left: 150px;
}

.text_jq_img4{
	margin-top: 70px;
	padding-right: 170px;
	line-height: 25px;
}

.jq_flacon{
	position: relative;
	height: 600px;
}

.angel_jq_img5{
	height: 420px;
}

.angel_jq5{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 250px;
}

.angel_jq_img6{
	height: 500px;
}

.angel_jq6{
	z-index: 100;
	position: absolute;
	top: 50px;
	left: 0px;
}

.texte_flacon{
	z-index: 100;
	position: absolute;
	top: 60px;
	left: 600px;
	padding-left: 20px;
	padding-right: 50px;
	height: 500px;
}

/*FOOTER*/
.border{
	border: 0.6px solid gray;
}

.a_footer a{
	color: white;
	display: block;
	text-decoration: none;
}

.a_footer a:hover{
	color: #FD05A7;
}

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

.acc_reseaux_footer a:hover{
	color: #FD05A7;
}

.reseaux_article a{
	color: black;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 20px;
}

.reseaux_article a:hover{
	color: #FD05A7;
}

.acc_input{
	height: 33px;
	width: 160px;
	background: #0d0d0d;
}

.acc_inputok{
	height: 35px;
	width: 60px;
}

.acc_input_select{
	height: 33px;	
	width: 160px;
	background: #0d0d0d;
}

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

/*PAGE PRODUITS*/
.prod_x3{
	max-width: 90px;
	height: auto;
}

/*.prod_taille{
	max-height: 480px;
	max-width: 440px;
	min-height: 380px;
	min-width: 380px;
}
*/
.img_centre_taille{
	/*min-width: 380px;*/
	/*max-width: 430px;
*/	max-height: 470px;
	width: auto;
}

.circleAround{
    width: 25px;
    height: 25px;
    border: 3px solid #797979;
    border-radius: 50%;
}

.circleAround_select{
	width: 32px;
    height: 32px;
    border: 2px solid #797979;
    border-radius: 50%;
}