@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

/*----------------------------------MENU BURGER------------------------------------------------*/

#burger{
	width: 100%;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;

}

#open, #close{
	height: 45px;
	font-size: 50px;
	position: absolute;
	right: 20px;
	color: black !important;

	
}

#burger nav{
	text-align: center;
	background: black;
	transition: 1s;
	z-index: 1;   /*met un objet par dessus un autre, 0 est la base*/

}

#burger a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: white;
}

/*fait apparaitre-----/-----disparaitre le bouton*/

#burger:target #open, #burger:not(:target) #close{
	display: none;

}

#burger:target #close{
	color: white !important;

}

#burger:not(:target) nav{
	transform: translate3d(0,-250px, 0px);
}

/* ----------------------------------------------------------------------------FIN MENU BURGER---------------------*/

header{
	/*padding: 40px 0;*/
	min-height: 100px;
	display: flex;
	align-items: center;

}

header, footer, .gris{
	background-color: #e4e3e1;
}


.contenu{
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	/*order: -1; permet d'inverser l'ordre des divs sans le faire sur HTML*/
}

.contenu div{
	flex-basis: 0;
	flex-grow: 1;
}

.haut{
	align-items: start;
}

.logo{
	width: 155px;
    height: 33px;
    background: url(../images/logo.webp);
    display: block;
}

header nav{
	display: flex;
	gap: 40px;
}

header nav a{

	font-size: 1.2rem;
	transition: 0.5s;
}

a{
	text-decoration: none;
	color: black;
}

header nav a:hover{
	color: #dc7f53;
}

.active{
	color: #dc7f53;
}

#banniere-accueil{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 86vh;    	/*vh =100%, marche partout*/
	background: url(../images/fond.webp) center/cover no-repeat;
	text-align: center;

}

#banniere-accueil h1{
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.2;

}

#produits{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

#produits h2{
	margin: 0;
}

section, footer{
	padding: 30px 0;
}

h2{
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

.titre-pdt{
	font-size: 2rem;
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
}

.gout-pdt{
	gap: 150px;
}

.img-pdt{
	height: 400px;
	border-radius: 15px;
}

.bton{
	border: thin solid black;
	padding: 12px;
	color: black;
}

.bloc-img1{
	background: url(../images/bloc1.webp) center/cover no-repeat;
	
}

.bloc-img2{
	background: url(../images/bloc2.webp) center/cover no-repeat;

}

.bloc-img3{
	background: url(../images/bloc3.webp) center/cover no-repeat;
	
}

.bloc-img1,.bloc-img2,.bloc-img3{
	height: 330px;
	border-radius: 15px;

}

#nouveautes{
	text-align: center;
	margin-top: 20px;
}

#mission h2{
	text-align: left;
}

#mission p{
	margin-bottom: 40px;
}

#mission-img{
	height: 480px;
	background: url(../images/bloc4.webp) center/cover no-repeat;
	border-radius: 50%;

}

#mission div{
	flex-basis: 0;
	flex-grow: 1;
}

#savoir{
	background-color: #dc7f53;
	color: white;
}

#savoir .bton{
	color: white;
	border-color: white;
}

#savoir h2{
	margin: 0;

}

footer nav{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	padding-left: 18px;
}

footer p{
	text-align: right;
}

footer img{
	width: 40px;

}

.social{
	display: flex;
	gap: 15px;
	justify-content: end;
	margin-top: 15px;
}

.banniere{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48vh;
}

#banniere-propos h1{
	color: white;
	margin: 0;
	font-size: 72px;
	font-weight: 400;
}

#banniere-propos{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48vh;    	/*vh =100%, marche partout*/
	background: url(../images/fond-propos.webp) center/cover no-repeat;
	text-align: center;
}

.para1, .para2{
	display: flex;
	flex-direction: column;
	flex-basis: 0;
	flex-grow: 1;
	font-size: 17px;
	

}

.para2{
	margin-bottom: 130px;
}

#banniere-produits{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48vh;    	/*vh =100%, marche partout*/
	background: url(../images/fond-produit.webp) center/cover no-repeat;
	text-align: center;
}

#banniere-produits h1{
	color: white;
	margin: 0;
	font-size: 62px;
	font-weight: 400;
}
#fauteuil{
	background-color: #e4e3e1;
	padding: 50px;
}

#fauteuil h2{
	text-align: left;
	font-size: 2rem;
	font-weight: 400;
}

#fauteuil p{
	text-align: left;
	margin-bottom: 40px;
}

#fauteuil-img{
	width: 450px;
	height: 400px;
	background: url(../images/chaise2.webp) center/cover no-repeat;
	border-radius: 15px;
	

}

#canape{
	display: flex;
	flex-direction: column;
	padding: 50px;
	gap: 60px;


}
#canape div{
	flex-basis: 0;
	flex-grow: 1;
}

#canape h2{
	text-align: left;
	font-size: 2rem;
	font-weight: 400;
	margin-left: 80px;
	
}

#canape p{
	text-align: left;
	margin-left: 80px;			
}


#canape-img{
	width: 350px;
	height: 450px;
	background: url(../images/produit2.webp) center/cover no-repeat;
	border-radius: 15px;
	

}

#luminaire{
	background-color: #e4e3e1;
	padding: 50px;
}

#luminaire h2{
	text-align: left;
	font-size: 2rem;
	font-weight: 400;
}

#luminaire p{
	text-align: left;
	margin-bottom: 40px;
}

#luminaire-img{
	width: 450px;
	height: 400px;
	background: url(../images/produit3.webp) center/cover no-repeat;
	border-radius: 15px;
	margin-bottom: 40px;
}

#canape{
	display: flex;
	flex-direction: column;
	padding: 50px;
	gap: 60px;

}

#chaise div{
	flex-basis: 0;
	flex-grow: 1;

}
#chaise h2{
	text-align: left;
	font-size: 2rem;
	font-weight: 400;
	margin-left: 80px;
	
}

#chaise p{
	text-align: left;
	margin-left: 80px;			
}


#chaise-img{
	width: 350px;
	height: 450px;
	background: url(../images/produit4.webp) center/cover no-repeat;
	border-radius: 15px;
	

}

#banniere-contact{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48vh;    	/*vh =100%, marche partout*/
	background: url(../images/fond-contact.webp) center/cover no-repeat;
	text-align: center;
}

#banniere-contact h1{
	color: white;
	font-size: 72px;
	font-weight: 400;
	text-align: center;
}

.col-contact{
	text-align: center;
}

.col-contact img{
	width: 70px;
}

label, input, textarea{
	width: 100%;
}

input, textarea{
	margin-bottom: 20px;
}

input{
	height: 40px;
}

textarea{
	height: 100px;
}

.bton-envoi{
	width: 150px;
	height: 50px;
	background-color: #dc7f53;
	color: white;
	border: none;
	font-size: 1rem;
}

.img-form{
	text-align: right;
}

.img-form img{
	border-radius: 15px;
	height: 650px;
}

#formulaire h2{
	text-align: left;
	font-weight: 400;
}

.heures{
	text-align: center;
}

hr{
	margin:10px 0;
}

#horaires .contenu{
	gap: 0;
}

/*---------------------------------------RESPONSIVE---------------------------------------------------------*/

@media screen and (max-width: 1000px){
	.contenu{
		width: 100%;
		flex-direction: column;
		padding: 0 30px;
	}

	#burger{
	display: block;
	}

	#banniere-accueil{
	height: 40vh;    	/*vh =100%, marche partout*/
	}
	#banniere-accueil h1, h2{
	font-size: 2rem;

 	}

 	header nav {
 		display: none;
 	}

 	#mission, #mission h2{
 		text-align: center;
 	}

 	#mission-img{
 		width: 250px;
 		height: 250px;
 	}

 	.contenu div{
 		flex-basis: auto !important;  /* !important =  oblige cette règle a prendre le dessus sur une autre règle*/
 	}

 	#savoir .contenu{
 		padding: 0 40px;
 	}

 	footer, footer p{
 		text-align: center;
 	}

 	.social{
 		justify-content: center;
 	}

 	footer nav {   
    padding-left: 0;
	}

	.titre-pdt {
    text-align: center;
	}

	#banniere-produits h1 {

    font-size: 50px;
	}

	#fauteuil p{
		text-align: center;
	}

	#canape h2, #canape p{
    text-align: center;
    margin: 0;
 	}

 	#luminaire h2, #luminaire p{
 		text-align: center;
 	}

 	#chaise h2, #chaise p{
 		text-align: center;
 		margin: 0;
 	}
 	section, footer {
 		padding: 40px;
 	}

 	#formulaire, #formulaire h2{
 		text-align: center;
 		padding: 10px;
 	}

 	.img-pdt{
 		width: 90%;
 		height: 300px;
 	}

 	.gout-pdt{
 		gap: 50px;
 	}

 	#canape, #luminaire{
 		order: 0;
 	}

 	.img-form{
 		display: none;
 	}

 	#horaires .contenu{
 		flex-direction: row;
 		flex-wrap: wrap;
 		gap: 40px;
 	}

 }