/*========================
* 
* 				PAGE INETERNE
* 
* ======================*/

/*==========  Page Interne CSS ==========*/


/*==========  Page Nos prestation  CSS ==========*/



.rangee-bandeau-video .phone-wrapper {
    position: absolute;
    z-index: 5;
    bottom: -70px;
    right: -130px;
    width: 450px;
    height: 200px;
    transform: rotate(35deg);
    transform-origin: bottom right;
}
/*  Bord bleu images */
.bord-gauche::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 85%;
    padding-bottom: 78%;
    background: rgba(225, 237, 255, 0.8);
	left: 0;
    bottom: 0;
    border-radius: 10px 10px 10px 120px;
}


.bord-gauche img{
	margin: 32px 0px 32px 32px; 
	z-index: 2; 
	position: relative; 
}


.bord-droit img {
	margin:  32px 32px 32px -32px; 
	z-index: 2; 
	position: relative; 
}



.bord-droit::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 85%;
    padding-bottom: 78%;
    background: rgba(225, 237, 255, 0.8);
	right: 0;
    bottom: 0;
    border-radius: 10px 10px 120px 10px;
}

@media (max-width: 768px) {
	.bord-gauche::before,
	.bord-droit::before {
		display: none !important; 
	}
	.bord-droit img,
	.bord-gauche img {
		margin: 0; 
	}
}


/*  hover col industrie */


.col-industrie .fl-col-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	overflow: hidden;
	padding: 16px;
	transition: background 300ms linear, justify-content 300ms linear;
}

/* image */
.col-industrie .fl-col-content .fl-module-photo {
	position: absolute;
	top: 16px;
	right: 16px;
	left: 16px;
	z-index: 1;
}

/* texte au-dessus du fond */
.col-industrie .fl-col-content .titre-4,
.col-industrie .fl-col-content .contenu-3 {
	position: relative;
	z-index: 3;
}

/* titre */
.col-industrie .fl-col-content .titre-4 {
	margin-top: auto;
	margin-bottom: 0;
	transition: transform 300ms ease;
}

/* contenu masqué mais dans le flux */
.col-industrie .fl-col-content .contenu-3 {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(12px);
	transition: max-height 300ms ease, opacity 300ms ease, transform 300ms ease;
	pointer-events: none;
}

/* hover */
.col-industrie:hover .fl-col-content {
	justify-content: flex-start !important;
	background: #0469ac;
}

.col-industrie:hover .fl-col-content .titre-4 {
	margin-top: 16px;
	transform: translateY(0);
}

.col-industrie:hover .fl-col-content .contenu-3 {
	max-height: 200px; /* ajuste selon ton contenu */
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}


@media (max-width: 768px) { 
	.col-industrie:hover .fl-col-content .titre-4 {
		margin-top: 32px;
	}
}



/*  col-flex pause - play */


.play,
.pause {
	position: absolute;
	bottom: 96px;
	left: 270px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 20;
	transition: transform 300ms ease, opacity 300ms ease;
}

/* taille icône */
.play img,
.pause img {
	width: 24px;
	height: 24px;
}

/* hover */
.play:hover,
.pause:hover {
	transform: scale(1.1);
}


.play {
	opacity: 0;
	pointer-events: none;
}

.pause {
	opacity: 1;
	pointer-events: auto;
}

.fl-bg-video.video-paused ~ .fl-row-content .play,
.video-paused .play {
	opacity: 1;
	pointer-events: auto;
}

.fl-bg-video.video-paused ~ .fl-row-content .pause,
.video-paused .pause {
	opacity: 0;
	pointer-events: none;
}



/*==========  Page Nos services  CSS ==========*/


.image-after .fl-photo-content {
	position: relative;
	display: inline-block;
	overflow: visible;
	padding-bottom: 110px; /* réserve l’espace pour la petite image */
}

.image-after .fl-photo-content img {
	display: block;
	position: relative;
	z-index: 2;
	border-radius: 10px 10px 100px 10px;
}

.image-after .fl-photo-content::after {
	content: "";
	position: absolute;
	right: -70px; /* fait sortir l’image vers la droite */
	bottom: 50px;     /* la cale en bas de la zone étendue */
	width: 66%;
	aspect-ratio: 1.66 / 1;
	background: url("https://kalhyge.hend2.fr/dev/wp-content/uploads/2026/04/epi-1-e1775049445230.jpg") center / cover no-repeat;
	border-radius: 20px 20px 120px 20px;
	z-index: 3;
}



@media (max-width: 1000px) {
	.image-after .fl-photo-content::after {
		content: "";
		position: absolute;
		right: -45px; /* fait sortir l’image vers la droite */
		bottom: 50px;     /* la cale en bas de la zone étendue */
		width: 66%;
		aspect-ratio: 1.66 / 1;
		background: url("https://kalhyge.hend2.fr/dev/wp-content/uploads/2026/04/epi-1-e1775049445230.jpg") center / cover no-repeat;
		border-radius: 20px 20px 120px 20px;
		z-index: 3;
	}
}



@media (max-width: 768px) {
	.image-after .fl-photo-content::after {
		content: "";
		position: absolute;
		right: -25px; /* fait sortir l’image vers la droite */
		bottom: 50px;     /* la cale en bas de la zone étendue */
		width: 66%;
		aspect-ratio: 1.66 / 1;
		background: url("https://kalhyge.hend2.fr/dev/wp-content/uploads/2026/04/epi-1-e1775049445230.jpg") center / cover no-repeat;
		border-radius: 20px 20px 120px 20px;
		z-index: 3;
	}
}


/* Gestion du slider */
.rangee-accompagnement {
	position: relative;
	width: 100%;
	transition: opacity 400ms ease, transform 400ms ease;
}

body:not(.fl-builder-edit) .rangee-accompagnement.is-slider-item {
	display: none;
	opacity: 0;
	transform: translateX(20px);
}

body:not(.fl-builder-edit) .rangee-accompagnement.is-slider-item.is-active {
	display: block;
	opacity: 1;
	transform: translateX(0);
}

.rangee-accompagnement .col-zindex {
	position: relative;
}

.rangee-accompagnement .icone-carousel .fl-icon-group {
	display: flex;
	gap: 16px;
	align-items: center;
}

.rangee-accompagnement .icone-carousel .fl-icon a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
}



/*==========  Page le groupe  CSS ==========*/


.rangee-flex-gap .fl-row-content-wrap .fl-row-content > .fl-col-group {
	flex-wrap: nowrap;
	gap: 16px;
}


.timeline-histoire {
	color: #fff !important;
	padding: 80px 80px 60px;
	position: relative;
	overflow: hidden;
}

.timeline-histoire__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 80px;
	align-items: start;
	margin-bottom: 72px;
}

.timeline-histoire__surtitle {
	margin: 0 0 24px;
	font-size: 18px;
	font-weight: 600;
}

.timeline-histoire__title {
	margin: 0 0 32px;
	font-size: 72px;
	line-height: 1.05;
	font-weight: 700;
	color: #fff !important;
}

.timeline-histoire__text {
	max-width: 760px;
	font-size: 18px;
	line-height: 1.7;
}

.timeline-histoire__text p {
	margin: 0 0 20px;
}

.timeline-histoire__media {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin-left: auto;
}

.timeline-histoire__media-shape {
	position: absolute;
	left: -32px;
	bottom: -32px;
	width: 80%;
	height: 80%;
	background: rgba(255, 255, 255, 0.22);
	border-radius: 10px 10px 10px 120px;
	z-index: 1;
}

.timeline-histoire__image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 420 / 520;
	object-fit: cover;
	border-radius: 10px 10px 10px 100px;
	z-index: 2;
}

.timeline-histoire__nav {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-top: 24px;
}

.timeline-histoire__nav::before {
	content: "";
	position: absolute;
	top: 33px;
	left: 24px;
	right: 20px;
	height: 2px;
	background: rgba(255, 255, 255, 0.35);
}

.timeline-histoire__dot {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 0;
	min-width: 56px;
}
.timeline-histoire__dot:focus,
.timeline-histoire__dot:hover {
	background-color: transparent !important; 
	border: none !important; 
}



.timeline-histoire__dot-point {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid transparent;
	transition: all 250ms ease;
}

.timeline-histoire__dot-year {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

button.is-active .timeline-histoire__dot-year {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	background-color: var(--couleur-secondaire); 
	padding: 5px 10px; 
	border-radius: 10px; 
}

.timeline-histoire__dot.is-active .timeline-histoire__dot-point {
	background: #c61d86;
	border-color: #fff;
	transform: scale(1.08);
}

.timeline-histoire.is-changing .timeline-histoire__title,
.timeline-histoire.is-changing .timeline-histoire__text,
.timeline-histoire.is-changing .timeline-histoire__image {
	opacity: 0.35;
	transition: opacity 150ms ease;
}

.timeline-histoire__title,
.timeline-histoire__text,
.timeline-histoire__image {
	transition: opacity 150ms ease;
}

@media (max-width: 1200px) {
	.timeline-histoire {
		padding: 56px 40px 48px;
	}

	.timeline-histoire__top {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 48px;
	}

	.timeline-histoire__title {
		font-size: 54px;
	}
}

@media (max-width: 900px) {
	.timeline-histoire__top {
		grid-template-columns: 1fr;
	}

	.timeline-histoire__media {
		max-width: 360px;
		margin-left: 0;
	}

	.timeline-histoire__title {
		font-size: 42px;
	}

	.timeline-histoire__nav {
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 10px;
	}
}


.contenu-3 li::marker {
	color: var(--couleur-secondaire); 
	width: 7px; 
	height: 7px;  
}


/*  Engagements RSE */


/*  gestion des titre RSE */

.advanced-rse .uabb-module-content nav.uabb-tabs-nav .uabb-tag-selected .uabb-tab-link {
	display: flex; 
	flex-direction: row-reverse; 
	justify-content: center;
	align-items: center;
	background: #CDE1EF;
	color: var(--couleur-principale);
	border-radius: 15px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase !important;
	padding: 5px 10px;
	cursor: pointer;
	    margin: 0 5px;
	transition: all linear 300ms; 
}

.advanced-rse .uabb-module-content nav.uabb-tabs-nav .uabb-tag-selected .uabb-tab-link * {
	color: var(--couleur-principale);
	border-radius: 15px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase !important;
	transition: all linear 300ms; 
}


.advanced-rse .uabb-module-content nav.uabb-tabs-nav .uabb-tag-selected .uabb-tab-link .uabb-tabs-icon {
    width: 8px;
    height: 8px;
    background: var(--couleur-principale);
    border-radius: 50%;
    margin-right: 5px;
}


/*  gestion des titre hover RSE */
.advanced-rse .uabb-module-content nav.uabb-tabs-nav .uabb-tab-current .uabb-tag-selected .uabb-tab-link {
	display: flex; 
	flex-direction: row-reverse; 
	justify-content: center;
	align-items: center;
	background: var(--couleur-secondaire);
	color: var(--blanc);
	border-radius: 15px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase !important;
	padding: 5px 10px;
	cursor: pointer;
	    margin: 0 5px;
	transition: all linear 300ms; 
}

.advanced-rse .uabb-module-content nav.uabb-tabs-nav .uabb-tab-current .uabb-tag-selected .uabb-tab-link * {
	color: var(--blanc);
	border-radius: 15px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase !important;
	transition: all linear 300ms; 
	font-family: var(--typo-principale) !important;
}

.advanced-rse .uabb-module-content nav.uabb-tabs-nav .uabb-tab-current .uabb-tag-selected .uabb-tab-link .uabb-tabs-icon {
    width: 8px;
    height: 8px;
    background: var(--blanc);
    border-radius: 50%;
    margin-right: 5px;
}


/*  gestion des rangée sauvegardée */


.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-content .fl-builder-content .fl-row .fl-row-content-wrap {
	padding: 0px !important
}


.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-content .fl-builder-content .fl-row .fl-row-content-wrap .fl-col-content {
	padding-right: 104px; 
	padding-left: 0px; 
}

@media (max-width: 769px) {
	.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-content .fl-builder-content .fl-row .fl-row-content-wrap .fl-col-content {
	padding-right: 0px !important; 
	padding-left: 0px; 
}

	.advanced-rse .uabb-module-content .uabb-content-wrap .section.uabb-content-current .uabb-tab-acc-title  {
		background-color: var(--couleur-secondaire); 
		transition: all linear 300ms; 
		
	}
	.advanced-rse .uabb-module-content .uabb-content-wrap .section{
		padding-bottom: 16px; 
	}

	.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-tab-acc-title {
		background-color: #CDE1EF; 
		transition: all linear 300ms; 
		border-radius: 8px; 
	}

	.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-tab-acc-title * {
		font-family: var(--typo-principale); 
		transition: all linear 300ms; 
		font-weight: 600; 
		color: var(--couleur-principale);
	}

.advanced-rse .uabb-module-content .uabb-content-wrap .section.uabb-content-current  .uabb-tab-acc-title * {
		font-family: var(--typo-principale); 
		transition: all linear 300ms; 
		font-weight: 600; 
	color: var(--blanc);
	}



}



.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-content .fl-builder-content .fl-row .fl-row-content-wrap .fl-col-content .fl-module {
	    margin-left: 0px;
}

.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-content .fl-builder-content .fl-row .fl-row-content-wrap .fl-col-content .fl-module.contenu-2 {
	margin-top:32px; 
}




.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-content .fl-builder-content .fl-row .fl-row-content-wrap .fl-col-content .fl-module.contenu-3 a {
	color: rgb(85, 26, 139); 
}


.advanced-rse .uabb-module-content .uabb-content-wrap .section .uabb-content .fl-builder-content .fl-row .fl-row-content-wrap .fl-col-content .fl-module.contenu-3 a:hover {
	color: rgb(85, 26, 139, 0.8); 
}

