@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;
  	scroll-behavior: smooth;
}


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: 30px;
	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.5s;
}

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

#banniereapropos{
	height: 480px;
	background-image: url(images/fond-propos.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;

}

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

/*NOS NOUVEAUTES*/

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

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

}

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

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

.col2{
	width: 45%;
}

/*BAS DE PAGE*/

#missions{
	margin-top: 60px;
}

#savoir-plus{
	background-color: orange;
	color: white;
}


#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 10px 0;
}

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

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

.reseaux{
	width: 30px;
}

footer a{
	text-decoration: none;
}

footer p{
	margin-bottom: 20px;
	font-size: 18px;
}

/*PAGE A PROPOS COURS*/

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

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

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

/*PAGE PRODUITS*/

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

.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-image: url(images/produit1.jpg);
}

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

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

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

/*PAGE CONTACT*/

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

.col3{
	width: 200px;
	text-align: center;
	
}

.col-imgcontact{
	width: 120px;
	height: 120px;
	margin-bottom:20px;
	margin: 0 0 0 40px;
}	

.imgphone{
	background: url(images/phone.png) center/cover;
}

.imgmap{
	background: url(images/map.png) center/cover; 
}

.imgmail{
	background: url(images/mail.png) center/cover;
}

.map{
	padding:30px;
	border-radius: 40px;
}

h4{
	font-size: 20px;
	text-align: left;

}

.placement{
	margin: 30px 0 30px 0;
}

.imgctct{
	width: 400px;
	height: 600px;
	border-radius: 10px;
}

.imglampe{
	background-image: url(images/produit3.jpg);
}

.case{
	width: 100%;
	height: 50px;
}

.boutonenvoyer{
	color: white;
	text-decoration: none;
	border: thin solid ;
	padding: 10px 20px 10px 20px;
	background-color: orange;
	margin: 30px 0 30px 0;

}
.case2{
	width: 100%;
	height: 100px;
}

.texte{
	font-size: 20px;
	padding: 0 20px 0 20px;

}

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

#burger nav {
	background-color: lightgray;
	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 disparaitre 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*/

/*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%;
		text-align: center;
	}

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

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

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

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

	.img-contact{
		width: 350px;
	}

	.menu{
		display: none;
	}


}


