@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;
	font-family: "Poppins", serif;
  	font-weight: 400;
  	font-style: normal;

}

/*---------MENU BURGER----------*/
#burger{
	position: absolute;
	width: 100%;
	right: 0;
	top:0;
	font-size: 20px;
	display: none;
}

#burger nav{
	background-color:lightgrey ;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	transition: transform 1s;
}

#open, #close{
	position: absolute;
	height: 40px;
	font-size: 50px;
	right: 20px;
	z-index: 1;
}

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

/*Fait apparaître ou disparaître le bouton*/

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

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

#burger:target .nav{
	transform: translate3d(0, 0, 0);
}


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




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

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

h2{
	font-size: 60px;
	text-align:center;
	margin: 40px 0 40px 0;
}

h3{
	font-size: 28px;
	text-align: center;
	margin: 40px 0 40px 0;
}

header{
	background-color: rgb(228, 227, 225);
	padding: 20px;
}

.contenu{
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#menu{
	align-items: center;
}

#menu a{
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
	color: black;
	transition: color 0.8s;
}

#menu a:hover{
	color: orange;
}

.active{
	color: orange !important;
}

#menu img{
	width: 150px;
}

#banniere{
	height: 780px;
	background-image: url(images/fond.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.galerie{
	display: flex;
	gap: 2%;
}

.galerie img{
	width: 49%;
}

.bouton{
	color: black;
	text-decoration:none;
	border: thin solid black;
	padding: 20px;
}

.bouton-blanc{
	color: white;
	text-decoration:none;
	border: thin solid white;
	padding: 20px;
}



.bton-container{
	padding: 30px 0 30px 0;
	text-align: center;
	margin: 40px 0 40px 0;
}

.align-gauche{
	text-align: left;
}

.col-img{
	width: 300px;
	height: 330px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.img1{
background:url(images/bloc1.jpg) center/cover;
}

.img2{
background:url(images/bloc2.jpg) center/cover;
}

.img3{
background:url(images/bloc3.jpg) center/cover;
}

.col{
	width: 300px;
	text-align: center;
}

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

.col2{
	width: 45%;
}

#missions{
	margin-top: 60px;
}

#savoir-plus{
	background-color: orange;
	color: white;
	margin-top: 40px;
}

#savoir-plus h2{
	font-size: 48px;
}

.align-vertical{
	align-items: center;
}

footer nav a{
	display: block;
	text-decoration: none;
	color: black;
	font-size: 16px;
	padding: 10px 0 0 20px;
}

footer{
	padding: 30px;
	background-color: rgb(228, 227, 225);
}

.footer-d{
	text-align: right;
}

footer p{
	margin-bottom: 20px;
}

footer a{
	text-decoration: none;
}

.reseaux{
	width: 30px;
}

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

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

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

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


#cont-propos{
	padding: 40px 0 40px 0;
}

.section-pdt{
	padding: 30px;
}

.section-pdt h3{
	margin: 0 0 20px 0;
}

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

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

.img-pdt1{
	background:url(images/produit1.jpg) center/cover;
}

.img-pdt2{
	background:url(images/produit2.jpg) center/cover;
	order:-1;
}

.img-pdt3{
	background:url(images/produit3.jpg) center/cover;
}

.img-pdt4{
	background:url(images/produit4.jpg) center/cover;
	order:-1;
}

#map{
	margin-top: 40px;
	margin-bottom: 40px;
}

iframe{
	border-radius: 15px;
}

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

input{
	margin-bottom: 20px;
	height: 30px;
}

.bton-envoi{
	background-color: orange;
	color: white;
	border: none;
	width: 150px;
	height: 50px;
	margin-top: 20px;
	cursor: pointer;
}

.img-contact{
	border-radius: 10px;
}

.jour{
	font-weight: bold;
}

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

hr{
	margin: 10px 0 10px 0;
}

#horaires{
	margin-bottom: 40px;
}


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

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

	#burger{
		display: block;
	}

	.contenu{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	#banniere{
		height: 500px;
	}

	h1{
		font-size: 40px;
	}

	.col p{
		margin-bottom: 20px;
	}

	.col2{
		width: 90%;
	}

	.img-rond{
		width: 300px;
		height: 300px;
		margin: auto;
	}

	#savoir-plus h2{
		font-size: 28px;
	}

	#savoir-plus{
		padding-bottom: 20px;
	}

	footer, .footer-d{
		text-align: center;
	}

	footer nav a{
		padding-left: 0;
	}

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

	h2{
		text-align: center !important;
		font-size: 40px;
	}

	h3{
		text-align: center !important;
	}

	.bton-container{
		text-align: center !important;
	}

	.img-pdt{
		width: 350px;
		height: 350px;
		margin-top: 20px;
	}

	.img-pdt2, .img-pdt4{
		order: 1;
	}

	.img-contact{
		width: 350px;
	}

	.col2{
		text-align: center;
	}

	.heures{
		margin-bottom: 20px;
	}

	.menu{
		display: none;
	}

}

