.bodye {
	background-color: #24a77a;
}

.backgrounde {
	background: linear-gradient(180deg, #d6fade 0%, #9edcb2 40%, #24a77a 100%);
	border-radius: 0 0 15px 15px;
	padding: 125px 0 10px 0;
	margin: 0 50px 100px 50px;
	z-index: 2;
	position: relative;
}

.h2e {
	color: #16c04d;
}

/*------------------------------------------------------------------------------------------*/

.bodyc {
	background-color: #ff6eb2;
}

.backgroundc {
	background: linear-gradient(180deg, #fbc5e9 0%, #f95fb5 40%, #ff6eb2 100%);
	border-radius: 0 0 15px 15px;
	padding: 125px 0 10px 0;
	margin: 0 50px 100px 50px;
	z-index: 2;
	position: relative;
}

.h2c {
	color: #d90e6d;
}

/*------------------------------------------------------------------------------------------*/

.bodyr {
	background-color: #FFD857;
}

.backgroundr {
	background: linear-gradient(180deg, #faf4d6 0%, #fee25e 40%, #FFD857 100%);
	border-radius: 0 0 15px 15px;
	padding: 125px 0 10px 0;
	margin: 0 50px 100px 50px;
	z-index: 2;
	position: relative;
}

.h2r {
	color: #cda111;
}

/*------------------------------------------------------------------------------------------*/

.bodyv {
	background-color: #A0DDE3;
}

.backgroundv {
	background: linear-gradient(180deg, #d6faf8 0%, #9ed1dc 40%, #A0DDE3 100%);
	border-radius: 0 0 15px 15px;
	padding: 125px 0 10px 0;
	margin: 0 50px 100px 50px;
	z-index: 2;
	position: relative;
}

.backgroundv h4 {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	text-shadow: 0 4px 8px rgba(0,0,0,0.6);
}

.h2v {
	color: #2acfdf;
}

/*---------------------------------------------------------------------------------------------*/

h2 {
	text-transform: uppercase;
}

h4 {
	text-align: center;
}

section {
	padding: 0 2%;
	margin: 10px 40px 30px;
	background-color: #ffffff;
	border-radius: 2em;
	box-shadow: 10px 10px 10px 30px #fff;
}

.chantier .p {
	padding: 0 5%;
	margin: 15px auto;
	font-size: larger;
	text-align: justify;
}

.chantier h5 {
	text-align: center;
	padding: 0 5%;
	margin: 10px auto;
}

.i {
	text-align: center;
}

.plus {
	text-align: center;
	background-color: antiquewhite;
	border-radius: 10px;
	font-size: 20px
}

.couture-div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
	margin: 10px auto;
}

.couture-div img {
	width: 500px;
	height: auto;
	max-width: 100%;
}

.imgn {
	padding: 0 5%;
	margin: 10px auto;
	width: 45%;
	height: 30%;
	max-width: 100%;
}

.journal{
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: flex-start;
	width: auto;
}

.journal img {
	width: auto;
	height: auto;
	margin: 0;
	max-width: 100%;
}

.journal p {
	padding: 0 1%;
	font-size: larger;
	text-align: justify;
	width: 600px;
	max-width: 100%;
}

.imgv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: center;
	width: auto;
}

.imgv img{
	width: 899px;
	height: auto;
	margin: 0;
	max-width: 100%;
}

.tabc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: center;
	width: auto;
}

.tabc img{
	width: auto;
	height: auto;
	margin: 0;
	max-width: 100%;
}

.i {
	color: #30c9eb;
}

/*-------------------------------------------------------------*/
/*slidder*/
/*------------------------------------------------------------*/

.slider-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 16px;
	background: #d6e8fa;
}

.slider-track {
	display: flex;
	height: 100%;
	transition: transform 0.5s ease;
}

.slide {
	min-width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--bg);
	background-size: cover;
	background-position: center;
	filter: blur(18px);
	transform: scale(1.1);
	z-index: 0;
}

.slide .p1 {
	z-index: 200;
	position: absolute;
	top: 40px;
	left: 13%;
	background-color: #d6fade;
	border-radius: 15px;
	box-shadow:  1px 3px 5px #9edcb2, -2px -2px 5px #24a77a; 
	font-size: 3em;
	padding: 10px;
    margin : auto;
	text-transform: uppercase;
	text-shadow:  2px 2px 1px black, 0 0 1em green, 0 0 0.2em green ;
	color: white;
}

.slide .p2 {
	z-index: 200;
	position: absolute;
	top: 40px;
	left: 13%;
	background-color: #faf4d6;
	border-radius: 15px;
	box-shadow:  1px 3px 5px #fee25e, -2px -2px 5px #FFD857; 
	font-size: 3em;
	padding: 10px;
    margin : auto;
	text-transform: uppercase;
	text-shadow:  2px 2px 1px black, 0 0 1em #cda111, 0 0 0.2em #FFD857 ;
	color: white;
}

.slide img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 1;
}

.btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.85);
	border: 1.5px solid #c7d9f8;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s;
}

.btn:hover {
	background: #ffffff;
	border-color: #3b5ea6;
}

.btn-left {
	left: 12px;
}
.btn-right {
	right: 12px;
}

.btn i {
	font-size: 20px;
	color: #1e3a5f;
}

.dots {
	position: absolute;
	bottom: 12px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background 0.3s;
}

.dot.active {
	background: #ffffff;
}

/* ---- En-tête du slider : nom du groupe + description ---- */

#group-name {
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	margin: 10px 0 15px;
	transition: opacity 0.3s ease;
}

#group-name.fade {
	opacity: 0;
}

#group-sub {
	display: inline-block;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #1e3a5f;
	border-radius: 12px;
	padding: 4px 18px;
	margin: 0 auto 14px;
}