@font-face {
  font-family: 'Poppins';
  src: url("font/Poppins-Regular.woff2") format('woff2'),
}




body {
	background-color: white;
	background-size: cover;
	background-size: cover;
	background-position: top;
	margin: auto;
	font-family: 'Poppins', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}







#banner {
	background-size: auto;
	height: 90px;
	border-radius: 0px 0px 20px 20px;
	background-color: lightpink;
	border-color: lightpink;
	width: 100%;
}

.panier {
    height: 70px;
    width: 70px;
    margin-top: 10px;
    float: right;
    margin-right: 5%
}

#motto {
	
	text-align: center;
	margin-top: 50px;
}

.panier img {
	height: 70px;
	width: 70px;
}


#menu {
	height: 5%;
	position: absolute;
	border: 2px none;
	border-radius: 20px;
	background-color: burlywood;
	transform: translateX(-50%);
	margin-left: 50%;
	margin-top: 180px;
	padding: 0px 50px;
	padding-top: 1%;
}

.under-menu {
	color: white;
	font-size: 18px;
	transition: font-size 0.5s ease;
}

	.under-menu a{
			transition: font-size 0.5s ease;
	}
	.under-menu a:hover {
		background: #c49a78;
		border-radius: 10px;
		font-size: 110%;
		transition: font-size 0.5s ease;
	}

#menu a {
	color: white;
	font-style:normal;
	text-decoration: none;
}


#logo {
	position: absolute;
	top: 25px; 
	left: 50%;
	transform: translateX(-50%); 
	width: 300px;
	height: 132px;
	background-size: contain; 
}

	#logo img {

		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	#logo:hover {
		cursor: pointer;
	}


#body {
	margin-left: 15%;
	margin-right: 15%;
	background-color: #faf6f5;
	padding-top: 10%;
	padding-left: 2%;
	padding-right: 2%;
	border-radius: 0px 0px 10px 10px;
	flex: 1 0 auto;
}



.promo-banner {
	height: 520px;


}

.promo-banner h2 {
	font-weight: bold;
}
	.promo-banner p {
		position: relative;
		left: 1%;
		color: #333436;
	}

.promo-banner img{
	width: 800px;
    height: 400px;
    display: block; 
    margin-right: 10px;
    border-radius: 10px;
    float: left;
}

.infosimages {

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

h3 {
	text-align: center;
}

h4 {
	text-align: center;
	font-size: 150%;
}


#fournis {
	display: flex;
	justify-content: center; 
	gap: 30px;
	margin: 0 auto; 
	width: fit-content;
}

.fournisseurs {
	height: 200px;
	width: 200px;
	margin-top: 10px;
	margin-bottom:10px;
	background-color: white;
	border-radius: 10px;
}
	.fournisseurs img {
		height: 200px;
		width: 200px;
	}


#contact{
	text-align: center;
}

.contact {
	display: flex;
	flex-direction: column;
	align-items: center;
}
	.contact img {
		height: 100px;
		width: 100px;
	}



	.contact a {
		color: gray;
		font-size: 140%;
		text-decoration: none;
		margin-bottom: 50px;
		border-radius: 10px;
		transition: background-color 0.5s ease;
	}

		.contact a:hover {
			transition: background-color 0.5s ease;
			background-color: #c49a78;
			border-radius: 10px;
		}

p{
	text-align: center;
}


#vetements {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
}

.vetements {
	height: 330px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	border-radius: 10px;
	text-align: center;
	transition: transform 0.5s ease;
	transform: scale(1);
}

	.vetements img {
		height: 250px;
		width: 200px;
		border-radius:10px 10px 0px 0px;
	}

	.vetements a {
		transition: color 0.3s ease;
		color: dimgrey;
		text-decoration: none;
	}
	.vetements:hover {
		transition: none 0.5s ease;
		transform: scale(1.05);
s		filter: brightness(1.05);
	}
	.vetements a:hover {
		transition: color 0.5s ease;
		color: black;
	}

.oos{

}




footer {
	clear: left;
	background: url("img/fleurs.webp") no-repeat #232426;
	background-position: right;
	text-align: center;
	height: 100px;
	bottom: 0;
	width: 100%;
	flex-shrink: 0;
}


	footer a {
		color: white;
		font-style: normal;
		text-decoration: none;
	}

#maintenance {
	height: 330px;
	width: 520px;
	text-align: center;
	justify-content: center;
	display: flex;
	margin: 0 auto;
}
.maintenance {
	height: 330px;
	width: 520px;
}

.maintenance img {
	height: 330px;
	width: 520px;
	border-radius: 10px;
}


#imageProduit img{
	border-radius: 30px;
}