body {
	font-family: 'Crimson Pro', serif;
	background-color: #F7F4EB;
	color: #222;
	overflow-x: hidden;
}
.section {
	padding: 80px 0;
}
.dm-mono {
	font-family: 'DM Mono', monospace;
}
.btn.btn-primary{
	background-color: #E8A2A2;
	border-color: #c58f8f;
}
.btn.btn-primary:active{
	background-color: #c58f8f;
	border-color: #E8A2A2;
}
.btn-cta-rose{
	background:#e8a2a2;
	color:#fff;
	box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
.btn-cta-rose:hover{ background:#de8b8b; color:#fff; }

#top{
	background-color:#FBFBFB;
}
#top h1 {
	color: #E8A2A2;
	font-style: italic;
}

#hero{
	min-height: 500px;
	background-image: url(hero_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}
#hero .gauche span{
	display: block;
	font-size: 6rem;
	font-style: italic;
	line-height: 1;
}
#hero .gauche span.second{
	font-size: 4rem;
}
#hero .gauche span.third{
	font-weight: bold;
}	  
#hero .gauche .bullets{
	list-style:none; 
	padding:0; 
	margin:18px 0 26px;
}
#hero .gauche .bullets li{ 
	display:flex; 
	gap:12px; 
	margin: 0; 
	align-items:flex-start; 
	text-align: left;
}
#hero .fleur1{
	background-image: url(fleur1.png);
	width: 500px;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -175px;
	bottom: -275px;    
}	  
#hero .proof{
	position: absolute;
	background: white;
	border-radius: 24px;
	bottom: -15%;
	left: 50%;
	width: max-content;
}
#hero .proof .img{
	background-image: url(proof.jpg);
	max-width: 220px;
	max-height: 220px;
	min-width: 220px;
	min-height: 220px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 24px;
}
#hero .proof p{
	font-size: 1.2rem;
	line-height: 1;
	font-style: italic;
}

#inscription{
	padding-top: 200px;
}
#inscription h2{
	color: #E8A2A2;
	font-size: 4.5rem;
}
#inscription h2 + p{
	font-size: 1.2rem;
	line-height: 1.5;
}
#inscription .form-control-xl {
	height: 4rem;
	font-size: 1.25rem;
	padding: 1rem 1.25rem;
}
#inscription label{
	color: #E8A2A2;
	font-size: 1.2rem;
}

#chogan{
	position: relative;
	background: white;
	padding: 20rem 0 10rem 0;
}
#chogan .row{
	position: relative;
}
#chogan h2{
	font-size: 3rem;
	font-style: italic;
	line-height: 1;
}
#chogan .bullets{
	list-style:none; 
	padding:0; 
	margin:0; 
}
#chogan .parfum1{
	background-image: url(parfum1.png);
	width: 228px;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;   
	top: -150px;
	right: -50px;
	rotate: -20deg;
	z-index: 1000;
}
#chogan .chogan{
	background-image: url(chogan.jpg);
	width: 480px;
	height: 270px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	border-radius: 50px;
	bottom: -200px;
	left: 40%;
	z-index: 1000;
}
#chogan .produit1{
	background-image: url(produits1.jpg);
	width: 500px;
	height: 750px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 20%;
	bottom: -111px;
	border-radius: 50px;
	z-index: 1000;
}	
#chogan .parfum2{
	background-image: url(parfum2.png);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -255px;
	left: -160px;
	rotate: 20deg;
	z-index: 1000;
}

#plan-remu{
	background: #a9c4d1;
	position: relative;
	overflow: hidden;
	padding-top: 15rem;
}
#plan-remu h2{
	line-height: 1;
}

#plan-remu .plan-rem-desktop{
	margin-top: -8%!important;
}

#faq .accordion-button {
	background: #FFFCF5;
	font-size: 1.3rem;
}
#faq .accordion-button:not(.collapsed) {
	background-color: #E8A2A2;
	color: white;
}

footer{
	background-color: #E8A2A2;		
}


/* ==============================
MEDIA QUERIES RESPONSIVE
============================== */

/* Smartphones (écrans ≤ 575px) */
@media (max-width: 575.98px) {
	#hero {
		background-position: top;
		min-height: auto;
		padding: 25px 0;
	}
	#hero .gauche span{
		display: block;
		font-size: 4rem;
		font-style: italic;
		line-height: 1;
	}
	#hero .gauche span.second{
		font-size: 2.5rem;
	}
	#inscription{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#inscription h2 {
		font-size: 3.5rem;
		line-height: 1;			
		margin-bottom: 1rem !important;
	}
	#inscription h2 + p {
		margin-bottom: 2rem;
	}
	#chogan{
		padding-top: 50px;
		padding-bottom: 50px;	
	}
	#chogan h3{
		font-size: 2rem;	
	}
	#plan-remu {
		padding-top: 25px;
	}
	#plan-remu h2 {
		font-size: 2rem;
	}
	#plan-remu .position-absolute{
		position: relative!important;
	}
	
}

/* Tablettes (576px à 991px) */
@media (min-width: 576px) and (max-width: 991.98px) {
	#chogan{
		padding-top: 50px;
		padding-bottom: 50px;	
	}
	#plan-remu {
		padding-top: 25px;
	}
	#plan-remu h2 {
		font-size: 2rem;
	}
	#plan-remu .position-absolute{
		position: relative!important;
	}
}

/* Desktop (≥ 992px) */
@media (min-width: 992px) {

}