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

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

#burger{
	position: absolute;
	width: 100%;
	font-size: 20px;
	right: 0;
	top: 0;
	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: 5px;
}

/*FAIT APPARAITRE OU DISPARAITRE LE BOUTON*/

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

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

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

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


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

.logo{
	width: 145px;
	height:33px;
	background: url(../images/logo.png) no-repeat center/contain;
}

footer .logo{
	width:120px;
}

header nav a{
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
	color: black;
	display: inline-block;
	transition: 0.5s;
}

nav a::first-letter{
	text-transform: capitalize;
}

footer nav a{
	display: inline-block;
}

header nav a:hover{
	color:rgb(220, 127, 83);
}

.active{
	color:rgb(220, 127, 83);
}

#banniere{
	height: 100vh;
	background: url(../images/fond.jpg) center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
}


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

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

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

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


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

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

h3{
	font-size: 28px;
	text-align: center;
	font-weight: 400;
}

section{
	margin: 0 0 40px 0;
}

.img{
	display: flex;
	gap:20px;
}

.img img{
	width: 50%;
}

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

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

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

.col{
	width:33%;
	text-align: center;
}

.col-mission{
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}

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

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

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

.col-img{
	width: 100%;
	height: 330px;
	border-radius: 15px;
	margin-bottom: 20px;
}

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


#savoir{
	background-color:rgb(220, 127, 83);
	padding: 20px;
	margin-bottom: 0;
}

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

#savoir .bton{
	color: white;
	border:thin solid white;
}

footer{
	padding: 40px;
}

footer ul{
	list-style-type: none;
	padding-left: 20px;
}

footer li{
	margin: 10px 0;
}

footer p{
	text-align: right;
}

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

.reseaux{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/reseaux.png);
	margin: 5px;
	background-size: 330px;
}

.insta{
	background-position: -120px;
}

.twitter{
	background-position: -30px;
	margin-right: 0;
}


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

p{
	margin-bottom: 20px;
}

#propos .contenu{
	align-items: start;
	margin-top: 40px;
}

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

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

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

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

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

.col-contenu h3{
	text-align: left;
	margin-bottom: 20px;
}

.section-pdt .contenu{
	gap: 200px;
}

.section-pdt{
	margin:0;
	padding: 40px;
}

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

.icone{
	margin-top: 40px;
	width: 100px;
}

.centrer{
	text-align: center;
}

iframe{
	border-radius: 15px;
}

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

#formulaire .contenu{
	align-items: start;
	gap: 200px;
}

input, textarea{
	width: 100%;
	margin-bottom: 20px;
}
input{
	height: 35px;
}

label{
	font-size: 17px;
}

.bton-envoi{
	background-color:rgb(220, 127, 83);
	border: 0;
	font-size: 16px;
	width: 122px;
	height: 44px;
	color: white;
}

#horaires p{
	margin: 10px 0;
	text-align: center;
}

#horaires .contenu{
	align-items: start;
	gap: 0;
	margin-top: 40px;
}

/*--------------------MEDIA QUERIES - RESPONSIVE---------------------*/

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

	#burger{
		display: block;   /*---------sert a faire revenir le menu burger en dessous de 1000px-------*/
	}

	#menu{
		display: none;  /*---------sert a enlever le menu normal en dessous de 1000px-------*/
	}

	.contenu{
		width: 100%;
		flex-direction: column;
		padding: 20px;
	}

	.col, .col-mission{
		width: 90%;
	}

	.col-mission{
		align-items: center;
	}

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

	#banniere{
		height: 400px;
	}

	h1{
		font-size: 30px;
		line-height: 30px;
	}

	h2, #savoir h2{
		font-size: 30px;
	}

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

	footer nav ul{
		padding: 0;
	}

	.banniere{
		height: 300px;
	}

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

	.section-pdt .contenu{
		gap: 20px;
	}

	#moderna, #donna{
		order: 0;
	}

	.img-form{
		width: 100%;
	}

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