@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;
}

header, footer{
	background-color: rgb(228, 227, 225);
}

.contenu{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	min-height: 95px;
	gap: 40px;
}

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, footer li::first-letter, #burger 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;
}

.banniere{
	height: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	margin: 0;
}

.banniere h1::first-letter{
	text-transform: capitalize;
}

#banniere-propos{
	background: url(../images/fond-propos.jpg) no-repeat center/cover;
}

#banniere-produits{
	background: url(../images/fond-produit.jpg) no-repeat center/cover;
}

#banniere-contact{
	background: url(../images/fond-contact.jpg) no-repeat center/cover;
}

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;

}

#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;
	width: 33%;
}

.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;
}

.block{
	display: inline-block;
}

.block::first-letter{
	text-transform: capitalize;
}

.col45{
	width: 45%;
}



#mission h2{
	text-align: left;
}

#mission 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:20px;
}

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

footer{
	padding: 40px;
}

footer img{
	margin-bottom: 15px;
}

/*footer nav a{
	display: block;
	padding:5px 0 5px 20px;
	color: black;
}*/

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

footer li{
	padding:5px 0 5px 20px;
}

footer li a{
	color: black;

}

footer p{
	text-align: right;
}

.cont-reseaux{
	text-align: right;
	margin-top: 20px;
}

.reseaux{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px;
}

.facebook{
	background: url(../images/reseaux.png);
	background-size: 330px;
}

.instagram{
	background: url(../images/reseaux.png);
	background-size: 330px;
	background-position:-120px;
}

.twitter{ 
	background: url(../images/reseaux.png);
	background-size: 330px;
	background-position:-30px;
}

.align-top{
	align-items: start;
}

#propos p{
	margin-bottom: 20px;
}

#propos h2{
	margin-bottom: 40px;
}

/*-------------PRODUITS-------------------*/
.fond-gris{
	background-color:rgb(228, 227, 225);
}

.sect-pdt h3{
	text-align: left;
}

.sect-pdt{
	margin: 0;
	padding: 30px;
}


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


#brac{
	background: url(../images/produit1.jpg) no-repeat center/cover;
}

#moderna{
	order: -1;
	background: url(../images/produit2.jpg) no-repeat center/cover;
}

#spectra{
	background: url(../images/produit3.jpg) no-repeat center/cover;
}

#donna{
	order: -1;
	background: url(../images/produit4.jpg) no-repeat center/cover;
}


/*---------CONTACT-----------*/

iframe{
	border-radius: 10px;
}

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

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

#formulaire img{
	border-radius: 10px;
}

#formulaire h3{
	text-align:left;
}

.bton-envoi{
	background-color:rgb(220, 127, 83);
	color: white;
	width: 140px;
	border:none;
	padding: 10px;
}

.heures{
	text-align: center;
	flex-grow: 1;
}

.heures p{
	margin: 10px 0 10px 0;
}

.gap0{
	gap: 0;
}

#horaires h2, #horaires{
 margin-bottom: 40px;
}

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

@media screen and (max-width:1000px){

	header nav{
		display: none;
	}

	header{
		padding: 20px;
	}

	.contenu{
		width: 90%;
		flex-direction: column;
	}

	.col, .col45{
		width: 100%;
	}

	#banniere-accueil{
		 height: 50vh;
	}

	h1 {
    font-size: 40px;
	}

	h2 {
    font-size: 35px;
	}

	h4{
		font-size: 35px;
	}

	#mission{
		text-align: center;
	}

	.img-mission{
		width: 300px;
		height: 300px;
	}

	h2, h4{
		text-align: center !important;
	}

	footer li {
    padding: 0;
    text-align: center;
	}

	footer p, .cont-reseaux{
		text-align:center;
	}

	.banniere{
		height: 300px;
	}

	.pdt-img {
    width: 350px;
    height: 350px;
    order: 1 !important;
	}

	#formulaire img{
		display: none;
	}

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

}