@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');


*{
	box-sizing: border-box;
	margin:0;
	padding:0;
	font-family: "Poppins", sans-serif;
}


.block{
	display: inline-block;
}

.block::first-letter, .maj::first-letter, .banniere h1::first-letter, #burger nav a::first-letter{

	text-transform: capitalize;
}


.contenu{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	min-height: 95px;
	gap: 40px;

}

header, footer{
	    background-color: rgb(228, 227, 225);
	   

}

a{
	text-decoration: none;
	color: black;
}

header nav a{

	font-size: 18px;
	padding: 10px;
	color: black;
	display: inline-block;
	transition: 0.5s;

}

header nav a::first-letter{

	text-transform: capitalize;
}

header nav a:hover{

	color: rgb(220, 127, 83);

}

.active{
	color: rgb(220, 127, 83);
}
#banniere-accueil{

	height: 88vh;
	background: url(../images/fond.jpg) no-repeat center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}



h1{
	font-size: 72px;
	text-align: center;
	font-weight: 500;
}

h2{
	font-size: 60px;
	text-align: center;
	font-weight: 400;

}

h3{

	font-size: 28px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}

h4{
	color: white;
	font-size: 48px;
	font-weight: 300;
}

section{

	margin-top: 40px;
}

footer{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}


#diapo{

	display: flex;
	gap: 10px;
}

.img1, .img2{

	width: 50vw;
	height: 400px;
}

.img1{
	background: urL(../images/canap-1.jpg) no-repeat center/cover;
}

.img2{
	background: urL(../images/chaise1.jpg) no-repeat center/cover;
}

#produits{
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}

.bton{
	border: thin solid black;
	padding: 20px;
	color: black;

}

.col{

	text-align: center;

}

.col-img1, .col-img2, .col-img3{
	width: 100%;
	height: 330px;
	border-radius: 10px;
	margin-bottom: 20px;

}

.col-img1{

	background: url(../images/bloc1.jpg) no-repeat center/cover;
}

.col-img2{

	background: url(../images/bloc2.jpg) no-repeat center/cover;
}

.col-img3{

	background: url(../images/bloc3.jpg) no-repeat center/cover;
}

.col-45{
	width: 45%;
}

.col-45 h2{
	text-align: left;
}

.col-45 p {
	margin: 30px 0 30px 0;
}

.img-mission{
	width: 450px;
	height: 450px;
	background: url(../images/bloc4.png) no-repeat center/cover;
	border-radius: 50%;
}

.savoir{
	background-color: rgb(220, 127, 83);
	padding: 40px;

}

.savoir .bton{
	color: white;
	border-color: white;
}


.footer-left, .footer-right{

	display: flex;
	flex-direction: column;

}

.footer-left nav a{
	color: black;
	display: block;


}

.logo-footer img{
	width: 120px;
	height: 25px;
	margin-bottom: 15px;
}


.adresse p{
	text-align: right;
}


.reseau{
	display: flex;
	justify-content: flex-end;
	margin: 5px;
}

.img-res1{
	background: url(../images/facebook.png) no-repeat center/contain;
	height: 30px;
	width: 30px;
}

.img-res2{
	background: url(../images/twitter.png) no-repeat center/contain;
	height: 30px;
	width: 30px;
}

.img-res3{
	background: url(../images/instagram.png) no-repeat center/contain;
	height: 30px;
	width: 30px;
}

.footer-left nav a, .adresse, .reseau{
	padding: 5px 0 5px 20px;
	font-size: 15px;
}



/*--------------------------------PAGE A PROPOS--------------------------------*/

.banniere{

	height: 44vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	background: url(../images/fond-propos.jpg) no-repeat center/cover;

}



.banniere h1{
	color: white;
	font-weight: 300;
	font-size: 72px;
}

.text{

	padding: 20px;
	font-size: 15px;
}

.text1, .text2{
	text-align: left;
}




/*------------------------------NOS PRODUITS----------------------------------------*/


.produit{
	background: url(../images/fond-produit.jpg)!important;
	background: cover/center;
	background-position: left center !important;
}

.article{
	padding: 30px;
}


.article h2{
	font-size: 40px;
	text-align: left;
}


.img-article{
	border-radius: 10px;
	height: 400px;
	width: 400px;
	margin: 20px 0 20px 0;

}

.img-article1{
	background: url(../images/produit1.jpg) no-repeat center/cover;
}

.img-article2{
	background: url(../images/produit2.jpg) no-repeat center/cover;
}

.img-article3{
	background: url(../images/produit3.jpg) no-repeat center/cover;
}

.img-article4{
	background: url(../images/produit4.jpg) no-repeat center/cover;
}


.description{
	width: 45%;
}


.fond1{
	background-color: rgb(228, 227, 225);
	margin-top: 0;
}

.fond2{
	background-color: white;
	margin-top: 0;
}

/*--------------------------------------CONTACT-------------------------------------------*/


.banniere-contact{
	background: url(../images/fond-contact.jpg)!important;
	background: cover/center;
	background-position: center right !important;
}

.petit{
	font-size: 30px;
	margin: 40px 0 20px 0;
}

.icone{
	height:110px;
	width: 100px;
}

.img-phone{
	background: url(../images/phone.png) no-repeat center/cover;
}

.img-loc{
	background: url(../images/map.png) no-repeat center/cover;
}

.img-mail{
	background: url(../images/mail.png) no-repeat center/cover;
}

.phone, .location, .mail{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 33%;
}

iframe{
	margin-top: 20px;
	border-radius: 10px;
}

label, input, textarea{
	width: 100%;
}	


#form img{
	border-radius: 10px;
}

#form h3{
	text-align: left;
	font-size: 20px;
}

/*------------------------------RESPONSIVE----------------------------------------*/

@media screen and (max-width:1000px){

	.contenu{
		width:90%;
		flex-direction: column;
	}

	.col, .col45{
		width: 100%;
	}

	#banniere-accueil{
		heith: 50vh;
	}

	h1{
		font-size: 40px;
	}

	h2{
		font-size: 35px;
	}

	h4{
		font-size: 30px;
	}

	#mission{
		text-align: center;
	}

	.img-mission{
		width: 300px;
		height: 300px;
	}

	h2, h4{
		text-align: center !important;
	}

	footer nav a{
		padding: 0;
	}

	.footer-left, .footer-right, .adresse{
	align-items: center;
	}

	.adresse p{
		text-align: center;
	}
	.banniere{
		height: 300px;
	}

	header{
		padding: 20px;
	}


}

