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

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

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

}

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{
	height: 88vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	background: url(../images/fond.jpg) no-repeat center/cover;
}

h1{
	font-size: 72px;
	text-align: center;
	font-weight: 500;
}

section{
	margin-top: 40px;
}

h2{
	font-size: 60px;
	font-weight: 400;
	text-align: center;
}

h3{
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 25px;
}

h4{
	color: white;
	font-size: 48px;
	font-weight: 400;
}

#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: 15px;
	color: black;
}


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

.block{
	display: inline-block;
}

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

.colonne-mission{
	width: 45%;
}

.colonne-mission h2{
	text-align: left;
}

.colonne-mission p{
	margin: 30px 0 30px 0;
}

.img-mission{
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: url(../images/bloc4.png) no-repeat center/cover;
}

.savoir{
	background-color: rgb(220, 127, 83);
	padding: 20px;
}

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

.coord{
	color: black;
}

.img-footer{
	margin-top: 20px;
	}

footer nav a{
	display: block;
	padding: 5px 0 5px 20px;
}

footer{
	padding: 40px;
}

footer img{
	margin-bottom: 15px;
}

.social{
	margin-top: 5px;
}

/*-------A PROPOS------------*/

#banniere-propos{
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	background: url(../images/fond-propos.jpg) no-repeat center/cover;
	font-size: 72px;
	text-align: center;
	font-weight: 400;
	color: white;
}

#pourquoi{
	margin-top: 100px;
	font-size: 60px;
	text-align: center;
}

.paragraphe1{
	font-size: 17px;
	text-align: left;
	margin-top: 130px;
	margin-bottom: 50px;
	justify-content: left;
	width: 45%;
}

.paragraphe2{
	font-size: 17px;
	text-align: left;
	margin-bottom: 50px;
	justify-content: right;
	width: 45%;
}

/*-------PRODUITS-------*/

#banniere-produits{
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	background: url(../images/fond-produit.jpg) no-repeat center/cover;
	font-size: 72px;
	text-align: center;
	font-weight: 400;
	color: white;
}

.colonne-mission1{
	width: 45%;
}

.p1{
	font-size: 28px;
}

.p2{
	font-size: 17px;
}

.img-produit1{
	width: 400px;
	height: 400px;
	border-radius: 5%;
	background: url(../images/produit1.jpg) no-repeat center/cover;
}

#produits1{
	background-color: rgb(228, 227, 225);
	margin-top: 0;
	padding: 50px;
}

.produits2{
	margin-top: 0;
	padding: 50px;
}

.img-produit2{
	width: 400px;
	height: 400px;
	border-radius: 5%;
	background: url(../images/produit2.jpg) no-repeat center/cover;
}

.img-produit3{
	width: 400px;
	height: 400px;
	border-radius: 5%;
	background: url(../images/produit3.jpg) no-repeat center/cover;
}

#produits3{
	background-color: rgb(228, 227, 225);
	margin-top: 0;
	padding: 50px;
}

.img-produit4{
	width: 400px;
	height: 400px;
	border-radius: 5%;
	background: url(../images/produit4.jpg) no-repeat center/cover;
}

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

#banniere-contact{
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	background: url(../images/fond-contact.jpg) no-repeat center/cover;
	font-size: 72px;
	text-align: center;
	font-weight: 400;
	color: white;
}

.c1{
	margin-top: 100px;
	margin-bottom: 50px;
	font-size: 28px;
	text-align: center;
}

.colonne-contact1{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 190px ;
	height: 150px;

}

.colonne-contact2{
	display: flex;
	flex-direction: column;
	align-items: center;

}

.colonne-contact3{
	display: flex;
	flex-direction: column;
	align-items: center;

}

.img-contact1{
	width: 100px;
	height: 110px;

}

.img-contact2{

	width: 100px;
	height: 100px;
}

.img-contact3{

	width: 100px;
	height: 100px;

}

/*-----------------CARTE-------------*/
.carte{
	display: flex;
	justify-content: center;
	width: 100vw;
	margin-top: 50px;
	border-radius: 5px;

}

/*--------------FORMULAIRE-----------*/
p4{
	font-size: 20px;
}

li{
	list-style-type: none;
	padding: 5px;
	font-size: 13px;

}
.form{
	margin-left: 40px;
}

.message{
	width: 480px;
	height: 100px;
}

.formulaire{
	width: 480px;
	height: 44px;
}

.img-contact4{
	margin-top: 150px;
	margin-left: 50px;
	width: 433px;
	height: 650px;
	border-radius: 5%;
	background: url(../images/produit3.jpg) no-repeat center/cover;
}

button{
	font-size: 16px;
	color: white;
	background-color: rgb(220, 127, 83);
	padding: 10px 25px 10px 25px;
	border-style: none;
}

/*-----------HORAIRES------------*/

p5{
	font-size: 17px !important;
	font-weight: 500 !important;
}



.horaire{
	display: inline-flex;
	font-size: 17px;
	font-weight: 500;
	margin-left: 50px;

}

.heure{
	display: inline-flex;
	font-size: 17px;
	margin-left: 55px;
	margin-bottom: 150px;

}

hr{
	margin-bottom: 20px;
}


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

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

/*	header nav{*/
/*		display: none;*/
	

	.contenu{
		width: 90%;
		flex-direction: column;
	}
	.colonne-mission, .colonne-mission1{
		width: 100%;
	}

	#banniere{
		height: 50vh;
	}

	h1{
		font-size: 40px;
	}

	h2{
		font-size: 35px;
	}

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

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

	h4{
		font-size: 35px;
		text-align: center;
	}

	.footer-right, .social{
		text-align: center;
	}

	.coord{
		text-align: center;
		padding: 0;
	}

/*-------------A---PROPOS-------------*/
.exister{
	font-size: 25px;
}


/*------------PRODUITS----------------*/

.banniere{
	height: 300px;
}
.img-produit2{
	order: 1;
	width: 350px;
	height: 350px;
}

.img-produit4{
	order: 1;
	width: 350px;
	height: 350px;
}

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

.img-contact4{
	display: none;
}



}