﻿@import url('https://use.typekit.net/pnh1xsq.css');

:root {
	--color-ink: #0C2A3C;
	--color-brand: #e53338;
	--color-accent: #E53338;
	--color-white: #fff;
	--container-max: 1400px;
}

* {
	box-sizing: border-box;
}

.grid-realisations,
.grid-expressions {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-flow: normal;
	row-gap: 10px;
	column-gap: 20px;
}

.grid-realisations .item,
.grid-expressions .item {
	margin: 0;
}

.single main.Flix {
	position: relative;
	overflow: visible !important;
}

strong {
	font-weight: 700;
}

body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
	width: 6px;
	background-color: var(--color-ink);
}

body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: var(--color-brand);
}

body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
	background-color: var(--color-ink);
}

body,
html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "lato", sans-serif;
	color: var(--color-ink);
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 15px;
}

.container {
	max-width: var(--container-max);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.Flix {
	overflow: hidden;
}

a {
	color: var(--color-ink);
	text-decoration: none;
}

p a,
li a {
	text-decoration: none;
}

a:hover {
	color: #e53338;
	text-decoration: underline;
}

.btn {
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	gap: 10px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	background: #E53338;
	align-items: center;
	color: var(--color-white);
	border: 1px solid #E53338;
	border-radius: 15px;
	min-height: 50px;
	margin-bottom: 5px;
	font-size: 1.1em;
	box-shadow: inset 0px 0 0 0 #041c45;
}

.btn:hover {
	background: #041c45;
	color: #e53338 !important;
	text-decoration: none;
	border: 1px solid #e53338;
	box-shadow: inset 450px 0 0 0 #041c45;
}

.btn:hover img {
	filter: brightness(0) saturate(100%) invert(31%) sepia(61%) saturate(2535%) hue-rotate(337deg) brightness(89%) contrast(102%);
}

.btn img {
	width: 20px;
	height: auto;
}

.btn.transpa {
	background: transparent;
	border-color: rgb(96 128 181 / 51%);
}

a.btn.grand {
	font-size: 1.2em;
	font-weight: 800;
	margin-top: 5px;
}

.btn.grand img {
	width: 25px;
	height: auto;
}

.wp-txt-center,
.text-center {
	text-align: center;
	line-height: 1.3em;
}

.margin20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.margin50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.margin60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.margin70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.margin80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.margin90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.margin100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.margintop80 {
	margin-top: 60px;
}

.padding10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.padding20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.padding30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.padding40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.padding50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.padding60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.padding70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.padding80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.padding90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.padding100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.marginmoins {
	margin-top: -60px;
}

.texteblanc,
.textblanc,
.text-blanc,
.texte-blanc {
	color: var(--color-white);
}

.textblanc .minititre {
	color: var(--color-white);
	border: 1px solid var(--color-white);
}

p {
	line-height: 1.6em;
	margin-bottom: 7px;
	margin-top: 7px;
}


.singledessus {
	padding-bottom: 10px !important;
}

/* FAQ 2026 */

.faq.accordion {
	border: 1px solid #d9d4c7;
	border-radius: 12px;
	overflow: hidden;
	background: #fffdf8;
}

.faq.accordion h2 {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 15px !important;
}

.faq .tab {
	position: relative;
	border-top: 1px solid #e7e1d2;
}

.faq .tab:first-of-type {
	border-top: 0;
}

.faq .tab input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.faq .tab__label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1.1rem 1.25rem;
	cursor: pointer;
	font-weight: 700;
	color: var(--cLGreenDark);
	background: #fffdf8;
}

.faq .tab__label::after {
	content: "\276F";
	flex: 0 0 auto;
	transition: transform .35s ease;
}

.faq .tab__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
}

.faq .tab__content>div {
	padding: 0 1.25rem 1.1rem;
}

.faq .tab input:checked+.tab__label::after {
	transform: rotate(90deg);
}

.faq .tab input:checked~.tab__content {
	max-height: 300px;
}

/* NEW DISPO */
.content-image-left {
	float: left;
	max-width: 350px;
	margin-right: 20px;
}

.content-image-right {
	float: right;
	max-width: 350px;
	margin-left: 20px;
}

.content-image-center {
	text-align: center;
	margin: 20px 0;
	clear: both;
}

.content-images-double {
	display: flex;
	gap: 15px;
	margin: 20px 0;
	justify-content: center;
	flex-wrap: wrap;
	clear: both;
}

.content-images-double>div {
	flex: 1;
	min-width: 250px;
}

.content-gallery-img {
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.content-gallery-img.single-left,
.content-gallery-img.single-right {
	width: 340px;
	height: 260px;
}

.content-gallery-img.single-center {
	width: 100%;
	height: auto;
	max-height: 400px;
}

@media (max-width: 768px) {

	.content-image-left,
	.content-image-right {
		float: none !important;
		margin: 20px auto !important;
		text-align: center;
		max-width: 100%;
	}

	.content-images-double {
		flex-direction: column;
	}

}

/* HEADER  */

.logo {
	position: relative;
	width: 210px;
	background: #fff;
	height: 80px;
	text-align: center;
}

.logo img {
	padding: 0;
	height: 75px;
	width: auto;
}

.navbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	color: var(--color-white);
	position: fixed;
	top: 35px;
	left: 50%;
	z-index: 20;
	gap: 50px;
	transition: all 0.4s ease 0.2s;
	transform: translate(-50%, -50%);
	width: 100%;
	background: #041C45;
	padding: 10px 40px 0px 0px;
	justify-items: center;
	min-height: 90px;
    -webkit-box-shadow: -1px 10px 23px -8px rgba(0,0,0,0.4); 
box-shadow: -1px 10px 23px -8px rgba(0,0,0,0.2);
}

.espace-menu {
	margin-left: auto;
}

.MenuBox {
	display: none;
}

.flex-entete-d {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	margin-bottom: 5px;
	border-bottom: 1px solid #c8d8e2;
	padding-bottom: 5px;
	align-items: center;
}

.flex-entete-d-2 {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-right: auto;
}

.flex-entete-d img {
	height: 20px;
}

.flex.entre {
	margin-top: 0;
	gap: 0;
}

.flex.entre li {
	display: flex;
	gap: 5px;
	border-right: 1px solid #c3d5e0;
}

.flex-entete-d a {
	margin: 0 10px;
	display: flex;
}

.flex-entete-d strong {
	font-weight: 300;
}

li.rese.ajoutemenu {
	display: flex;
}

li.rese.ajoutemenu a {
	margin-right: 0 !important;
}

ul#menu-entete {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 15px;
	margin-left: auto;
}

ul#menu-entete li {
	list-style: none;
	position: relative;
}

ul#menu-entete li a {
	text-decoration: none;
	margin: 0 10px 0 0;
	transition: all 0.5s ease;
	position: relative;
	cursor: pointer;
	color: var(--color-white);
}

ul#menu-entete li a:hover {
	color: #e53338;
}

ul#menu-entete .menu-item-has-children ul.sub-menu {
	position: absolute;
	display: none;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu {
	display: block;
	min-width: 190px;
	top: 30px;
	overflow: hidden;
	width: max-content;
	padding: 10px 15px;
	border-radius: 7px;
	background-color: rgb(255 255 255 / 81%);
	backdrop-filter: blur(10px);
	box-shadow: 3px 5px 15px 2px #0c2a3c63;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu li {
	margin: 10px 0;
}

li.menu-item-has-children:after {
	content: "\276F";
	position: absolute;
	right: -1px;
	transform: rotate(90deg);
	top: 0;
	color: #db1773;
}

#menu-entete ul.sub-menu {
	padding: 0;
	margin: 0;
}

.navbar:has(.espace-menu.open) .flex-entete-d .telephone,
.navbar:has(.espace-menu.open) .flex-entete-d .boutique {
	display: none;
}

.navbar:has(.espace-menu.open) .logo img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(173deg) brightness(104%) contrast(102%);
}

.navbar.scrolled ul.sub-menu {
	background-color: rgb(255 255 255) !important;
}

/* BAN INTERNE  */

div#banniereIntern {
	height: 47vh;
	position: relative;
	padding: 0;
	overflow: hidden;
	margin: 0;
	border-radius: 0 0 40px 40px;
}

#banniereIntern .cntimg {
	overflow: hidden;
}

div#banniereIntern:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: transparent linear-gradient(180deg, #A59E8900 0%, #1D1D1B 100%) 0% 0% no-repeat padding-box;
}

#banniereIntern .cntimg img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	margin-top: 0;
}

#banniereIntern .cntTitle {
	max-width: 630px;
	position: absolute;
	bottom: 10%;
	left: 18%;
	z-index: 3;
	text-align: left;
	color: #E5E1D5;
}

#banniereIntern .cntTitle img {
	height: 45px;
	width: auto;
	position: relative;
	top: initial;
	transform: none;
	margin-bottom: 10px;
	display: block;
}

#banniereIntern .cntTitle em {
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
}

#banniereIntern .cntTitle h1 {
	margin-bottom: 0;
	font-size: 2.5em;
	font-style: normal;
	margin-top: 5px;
	line-height: 1em;
	font-weight: 200;
}

/* ARIANE */

.Filedariane {
	line-height: 1.3em;
	color: var(--color-white);
	background: #96c824;
	text-align: center;
	margin: 0;
	border-radius: 0;
}

.Filedariane ul {
	display: inline-block;
	padding: 0;
	color: var(--color-white);
	position: relative;
	z-index: 2;
}

.Filedariane li {
	display: inline-block;
}

.Filedariane li a {
	color: var(--color-white);
	text-decoration: none;
	text-transform: capitalize;
}

.Filedariane li:after {
	content: "\2022";
	color: var(--color-white);
	margin-left: 6px;
	margin-right: 6px;
}

.Filedariane li:last-child:after {
	display: none;
}

/* SINGLE */

.Grid-1-2 {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	grid-template-rows: 1fr;
	gap: 10px 30px;
	margin-bottom: 5%;
}

.CoteGauche {
	position: relative;
	max-width: none;
	width: 100%;
	overflow: hidden;
	background: var(--color-white) 0% 0% no-repeat padding-box;
	padding: 20px 30px 40px 30px;
}

.CoteDroit {
	line-height: 1.5em;
}

.CoteDroit .FormulaireWpFluide {
	border-radius: 0;
	color: #000000;
}

.FormulaireWpFluide {
	padding-bottom: 50px;
}

.sticky {
	top: 130px;
	position: sticky;
	left: 0;
}

.lePartage {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	border-top: 1px dashed #A59E89;
	padding-top: 15px;
	margin-top: 15px;
}

span.titreinfos {
	display: block;
	font-size: 1.9em;
}

.lePartage a span {
	margin-right: 10px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
	display: inline-block;
	padding: 10px 0;
}

.entetebandeau.bandeauhome {
	margin: 40px;
	margin-bottom: 0;
	padding-bottom: 30px !important;
	margin-top: 0;
	padding-top: 8% !important;
}

.entetebandeau .fl-rich-text {
	padding: 0 !important;
	width: 80%;
	margin: auto;
}

/* TERM */

.gridtermdouble {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.gridul2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.gridtermavecfaq {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 10px 30px;
	align-items: center;
}

.block1term,
.block2term,
.block3term {
	padding: 25px;
	border-radius: 25px;
}

.ulterm3 ul {
	padding: 0;
	list-style: none;
	margin: 0;
	margin-top: 15px;
}

.ulterm3 ul li {
	margin-bottom: 10px;
	display: flex;
	gap: 5px;
}

.ulterm3 ul li:before {
	content: "";
	background: url(/wp-content/uploads/2026/04/check-3.svg);
	width: 20px;
	height: 20px;
	display: block;
	flex-shrink: 0;
	background-size: contain;
}

main.faqblock {
	margin-left: 0;
}

details.accordion {
	transition: all .3s ease-in-out;
	border-bottom: 1px solid #041c4547;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: left;
}

details.accordion summary.accordion__title {
	list-style-type: none;
	cursor: pointer;
	padding: 5px 15px 5px 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32'%3e%3crect x='14' y='6' width='2' height='18' fill='%230c2a3c'/%3e%3crect x='6' y='14' width='18' height='2' fill='%230c2a3c'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem top 5px;
	font-size: 1.2em;
	gap: 10px;
	display: flex;
	align-items: center;
	padding-right: 55px;
}

details.accordion[open] summary.accordion__title {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32'%3e%3crect x='6' y='14' width='18' height='2' fill='%230c2a3c'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem top 5px;
	color: #e53338;
	font-weight: bold;
}

details.accordion .accordion__content {
	padding: 0 40px 10px 0;
}

details.accordion .accordion__content p {
	margin: 0;
}

section.newection2 {
	background: #f5f8ff;
	border-radius: 13px;
	padding: 12px 10px;
	border: 0.5px solid #041c454f;
}


/* HERO */

.heroslide {}

.white {
	position: relative;
}

.white:after {
	filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(82%) hue-rotate(357deg) brightness(116%) contrast(100%);
	width: 160px !important;
	height: 223px !important;
	bottom: 60px !important;
	left: -65px !important;
}

.heroslide .mini-titre {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 5px 15px;
	gap: 5px;
	align-items: center;
	background: #E533383E 0% 0% no-repeat padding-box;
	border: 1px solid #e5333880;
	border-radius: 33px;
	text-transform: none;
}

.pdr5 {
	padding-right: 5%;
	font-size: 1.2em;
}

ul.theme {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	gap: 7px;
	max-width: 80%;
}

ul.theme li {
	background: #FFFFFF1A 0% 0% no-repeat padding-box;
	border: 1px solid #FFFFFF4D;
	border-radius: 33px;
	color: #B1BBCC;
	display: flex;
	gap: 5px;
	font-size: 0.9em;
	padding: 5px 15px;
	align-items: center;
}


/* TEXTE DEFILENT */

.Conteneur {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	box-sizing: border-box;
	color: #fff;
	background: #E53338;
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0px;
	font-size: 1.2em;
	z-index: 1;
	top: 0;
}

.messagedefilant {
	margin: auto;
	display: inline-block;
	width: 100%;
}

.messagedefilant div {
	position: absolute;
	transform: translateY(-50%);
	min-width: 100%;
}

.messagedefilant div b {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 500;
}

.messagedefilant div span {
	left: 0;
}

.messagedefilant div span:first-child {
	animation: defilement 12s infinite linear;
}

.messagedefilant div span:last-child {
	position: absolute;
	animation: defilement2 12s infinite linear;
}

@keyframes defilement {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -100%;
	}
}

@keyframes defilement2 {
	0% {
		margin-left: 100%;
	}

	100% {
		margin-left: 0%;
	}
}


/* TEXTE 1 */


.licones {
	list-style: none;
	padding: 0;
}

.licones li {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.licones li .ico {
	background: rgb(229 51 56 / 11%);
	border-radius: 15px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.licones li .ico img {
	width: auto;
	height: auto;
}

.contenu strong {
	color: #E53338;
	font-size: 1.3em;
}

.imaget1 {
	position: relative;
	top: -70px;
	height: 80%;
}

.logoafter:after {
	content: "";
	background: url(/wp-content/uploads/2026/05/logo-flamme.svg);
	width: 105px;
	height: 147px;
	background-size: cover;
	position: absolute;
	left: -35px;
	opacity: 1;
	bottom: -40px;
}

.imaget2,
.imaget2 * {
	height: 165px;
}

.imaget3,
.imaget3 * {
	height: 280px;
}

.fl-node-oxh1pi809ld4 {
	align-items: end;
	max-height: 490px;
	position: relative;
}


/* GARANTIE */

.garantie {
	background: #fff;
	padding: 20px;
	border: 1px solid #ECF1F8;
	border-radius: 16px;
}

.garantie strong {
	color: #E53338;
	font-size: 1.3em;
}

.garantie .icone img {
	width: 23px;
	height: auto;
}

.garantie .icone {
	background: rgb(229 51 56 / 11%);
	border-radius: 15px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}


/* LES PARTENAIRES */

.wrapper-detail {
	max-width: 800px;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
}

.top-row {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 1.5rem 2rem;
	gap: 1.5rem;
}

.logos-certifs {
	display: grid;
	grid-template-columns: repeat(3, auto);
	align-items: center;
	gap: 1.25rem;
	justify-items: center;
}

.logos-certifs img {
	height: 70px;
	object-fit: contain;
}

.separator {
	width: 1px;
	height: 80px;
	background-color: #cccccc;
}

.logos-marques {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
}

.logos-marques p {
	margin: 0;
	font-size: 1.2em;
	color: #041C45;
	font-weight: 600;
}

.marques-logos {
	display: grid;
	grid-template-columns: repeat(2, auto);
	align-items: center;
	gap: 1.25rem;
}

.marques-logos img {
	height: 40px;
	object-fit: contain;
}

.bottom-row {
	display: grid;
	grid-template-rows: auto auto;
	background-color: #dce8f5;
	padding: 1.25rem 2rem 1.5rem;
	gap: 1rem;
}

.bottom-row h3 {
	margin: 0;
	font-size: 1.2em;
	color: #041C45;
	text-align: center;
	font-weight: 600;
}

.aides-logos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-items: center;
	gap: 1rem;
	max-width: 500px;
	margin: auto;
	mix-blend-mode: multiply;
}

.aide-item {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 0.75rem;
}

.aide-item img {
	height: 60px;
	object-fit: contain;
}

.aide-item .aide-text p {
	margin: 0;
	font-size: 13px;
	color: #555;
	line-height: 1.4;
}

.aide-item .aide-text strong {
	font-size: 15px;
	color: #1a1a2e;
}


/* PRESTATIONS*/

.card-presta {
	position: relative;
    transition: all 0.5s ease;
}


.card-presta:hover{
    transform: translateY(-20px);
}

.card-presta:hover .card-presta-footer{
    background: #fff 0% 0% no-repeat padding-box;

}

.card-presta a {
	text-decoration: none;
}

.card-fd {
	position: absolute;
	border-radius: 18px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.card-fd:before {
	content: "";
	background: #041C45 0% 0% no-repeat padding-box;
	border-radius: 18px;
	opacity: 0.69;
	width: 100%;
	height: 100%;
	position: absolute;
}

.card-presta.top25 {
	top: 45px;
}

.card-fd.fdr:before {
	background: #E53338;
}

.card-presta-body {
	padding: 0rem 1.5rem 1.5rem 1.5rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

h2.card-presta-prestatitle {
	margin-top: 0;
}

.card-presta-prestaicon {
	background: #041C45 0% 0% no-repeat padding-box;
	border-radius: 15px;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	position: relative;
	top: -20px;
}

.card-presta-icon {
	font-size: 48px;
	margin-bottom: 0.75rem;
}

.card-presta-title {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 1.25rem;
}

.card-presta-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.card-presta-list li {
	font-size: 14px;
	padding: 6px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.card-presta-list li::before {
	content: "✦";
	font-size: 14px;
	flex-shrink: 0;
}

.card-presta-footer {
	padding: 1rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	z-index: 1;
	background: #041C45 0% 0% no-repeat padding-box;
	border-radius: 15px;
	margin: 10px;
	bottom: 10px;
    transition: all 0.5s ease;
}

.card-presta-footer span {
	color: #E53338;
	font-size: 16px;
}

.card-presta-footer .arrow {
	font-size: 20px;
}


/* SOLUTIONS */

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

.solutions .titrebase :is(h1, h2, h3, h4, h5) {
	font-size: 1.9em;
}

.solutions ul {
	list-style: none;
	padding: 0;
	color: #E53338;
}

.solutions ul li {
	margin-bottom: 5px;
}

ul.flex {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}

.fl-node-vejcmzo051kl .btn.transpa {
	color: #0e2957;
}

/* FOND */

.fondbleu {
	background: #ECF1F8;
}

.fondbleufonce {
	background: #041C45;
}

.fondlinear {
	background: transparent linear-gradient(239deg, #1B3A6F 0%, #041C45 100%) 0% 0% no-repeat padding-box;
}

.logobefore {
	position: relative;
}

.logobefore:before {
	content: "";
	background: url(/wp-content/uploads/2026/05/logo-blanc-hero.svg);
	width: 339px;
	height: 473px;
	background-size: cover;
	position: absolute;
	left: -1%;
	opacity: 0.2;
}

.ti-fade-container * {
	color: #fff !important;
}

.noir .ti-fade-container * {
	color: #000 !important;
}

/* SPEC */


.campaign-gallery-random {
	height: 500px;
	position: relative;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	flex-direction: row;
	grid-auto-flow: normal;
	row-gap: 30px;
	column-gap: 20px;
}

.sp1sp2.bord15 {
	grid-column: span 1;
	grid-row: span 2;
	max-height: 100%;
	position: relative;
}

.bord15.top25 {
	position: relative;
}

.encadrement-img-3 .bord15 * {
	width: 100%;
	height: 100%;
}

.campaign-gallery-random .fl-module {
	z-index: 1;
}

.encadrement-img-3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bord15 {
	border-radius: 23px;
	overflow: hidden;
	max-height: 100%;
}


.espacementop {
	margin-top: 5%;
}

.highlight-box {
	background: #f5f8ff;
	border: 0.5px solid #041c454f;
	padding: 10px 14px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
}

.highlight-text {
	font-size: 15px;
	color: #041c45;
	font-weight: 800;
}

.highlight-sub {
	font-size: 16px;
	color: #e53338;
	font-weight: 600;
}

ul.licones.gridul3 li {
	background: #f5f8ff;
	border-radius: 13px;
	padding: 12px 10px;
	border: 0.5px solid #041c454f;
}

.fl-node-ja60s21xi8h4 {
	background: #f5f8ff;
	border: 0.5px solid #041c454f;
	border-radius: 15px;
}


.minititre,
.mini-titre {
	display: inline-flex;
	margin-bottom: 8px;
	font-size: 0.9em;
	letter-spacing: 1.8px;
	color: #E53338;
	text-transform: uppercase;
	font-weight: 500 !important;
}

.titrebase :is(h1, h2, h3, h4, h5) {
	font-size: 2.2em;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.2em;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
}

.titrebase :is(h1, h2, h3, h4, h5) em {
	color: #E53338;
	font-style: normal;
}

.titrebase :is(h1, h2, h3, h4, h5):before {
	content: "";
	border-left: 2px solid #E53338;
	position: absolute;
	left: 2px;
	height: 100%;
	width: 3px;
}

.nobefore :is(h1, h2, h3, h4, h5):before {
	display: none;
}

.titrebase hr {
	border: none;
	border-top: 2px solid #E53338;
	width: 65px;
	margin-bottom: 15px;
	margin-top: 0;
}

.text-center.titrebase hr {
	margin-left: auto;
}

.grostitre :is(h1, h2, h3, h4, h5) {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 800;
	position: relative;
}

.grostitre :is(h1, h2, h3, h4, h5) em {
	color: #E53338;
}

.grostitre :is(h1, h2, h3, h4, h5) strong {
	font-weight: 800 !important;
}

.grostitre :is(.btn) {
	font-size: 1.2em;
}

.CarouDecalage {
	overflow: hidden;
	margin-right: -30%;
}

.CarouDecalage .carou_rea {}

.item {
	position: relative;
	margin: 15px;
	margin-bottom: 0;
	overflow: hidden;
	padding: 25px 0 0 0;
	border-radius: 23px;
	background: var(--color-white);
	bottom: 0;
	transition: all 0.6s ease;
	box-shadow: 1px 9px 28px #00000029;
}

.item:hover {
	bottom: 15px;
}

.infinite-scroll-container .item {
	margin-left: 0;
	margin-right: 0;
}

.infinite-scroll-posts-grid {
	gap: 1.5rem !important;
}

.CarouDecalage .slick-list,
.CarouDecalage .slick-track {
	padding-bottom: 15px;
	padding-top: 20px;
}

.item a:before {
	content: "";
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	z-index: 1;
	top: 15px;
	background: #ECF1F8 url(/wp-content/uploads/2026/05/fleche-diago.svg);
	background-position: 12px 8px;
	background-repeat: no-repeat;
	background-size: 16px;
}

.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item .CadreActiviteImage {
	position: relative;
	height: 155px;
	cursor: pointer;
	overflow: hidden;
}

.item .cadrebtnActivite {
    display: flex;
    gap: 10px;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    width: 80%;
    min-height: 75px;
    line-height: 1.4em;
    margin-left: 20px;
}

.item .cadrebtnActivite h3 {
    margin: 0;
    position: relative;
    line-height: 1.6rem;
    transition: all 0.3s ease;
    font-size: 1.2em;
    padding-left: 0;
}

.item .cadrebtnActivite h3:before {
	display: none;
}

.item a .CadreActiviteImage img,
.item .CadreActiviteImage img {
	transition: all 0.3s ease;
}

.item a:hover .CadreActiviteImage img,
.item .CadreActiviteImage:hover img {
	transform: scale(1.07);
}

.item:hover span.btn {
	background: transparent !important;
	color: #051429 !important;
	text-decoration: none;
	box-shadow: inset 400px 0 0 0 var(--color-white);
}

ul.sous_realisations {
	display: flex;
	gap: 25px;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.flextendances {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-bottom: 0;
}

.flextendances div {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 29px;
}

.flextendances div:hover {
	background: var(--color-accent);
}

.flextendances img {
	width: 17px;
	height: auto;
}

.flextendances .prev-t img {
	transform: scaleX(-1);
}

.flextendances div:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(150deg) brightness(112%) contrast(115%);
}

/* FORM  */

.map iframe {
	border-radius: 32px;
	border: 0.5px solid #041c454f !important;
	margin-top: 15px;
}

ul.licones.gridul3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 20px;
	margin-bottom: 0;
}

.wpcf7-form {
	box-shadow: 0 13px 26px #00000029;
	padding: 15px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	min-width: 480px;
	border: 0.5px solid #041c454f;
}

.flex-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	z-index: 1;
	border-radius: 20px;
	background: hsl(0deg 0% 100% / 85%);
	padding: 15px;
}

.flex-form a.btn {
	display: flex;
	justify-content: space-between;
}

.FormulaireWpFluide .wpcf7-not-valid-tip {
	font-size: 12px;
}

.flex-form ul.theme3 {
	margin-top: 15px;
}

span.wpcf7-spinner {
	position: absolute;
}

.flex-form .full {
	position: relative;
	width: 100%;
}

.flex-form .half {
	position: relative;
	width: 48.8%;
}

.flex-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 1em;
	font-weight: 500;
}

.flex-form p {
	margin: 0;
}

.flex-form select,
.flex-form input:not(:is([type="button"], [type="submit"], [type="radio"], [type="checkbox"], [type="file"])) {
	height: 3rem;
}

input[type="checkbox"] {
	font-size: 20px;
	border-radius: 5px;
	min-width: 20px;
	border: 1px solid #c3c4c7;
	background: var(--color-white);
}

.flex-form :is(input, textarea, select):not(:is([type="submit"], [type="button"])) {
	color: #818181;
	background: var(--color-white);
	font-style: initial;
	font-family: sans-serif;
}

.flex-form select,
.flex-form textarea,
.flex-form input:not(:is([type="button"], .flex-form [type="submit"], .flex-form [type="radio"], .flex-form [type="checkbox"], .flex-form[type="file"])) {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	outline: none;
	font-weight: 100;
	box-sizing: border-box;
	padding: .7375rem 0;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background: var(--color-white);
	padding-left: 15px;
	padding-right: 15px;
}

.flex-form .wpcf7-acceptance span.wpcf7-list-item-label {
	font-weight: 400;
	line-height: 1.3em;
}

.full h3,
.full h4 {
	font-size: 1.6em;
	font-style: normal;
	margin-bottom: 10px;
	margin-top: 0;
}

.full h3 strong,
.full h4 strong {
	font-weight: 600;
}

.full em {
	font-style: normal;
}

.wpcf7-acceptance input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #00000040;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

input#acceptance,
#condition2 input,
input[name="acceptance-284"] {
	font-size: 20px;
	border-radius: 5px;
	min-width: 20px;
	border: 1px solid #c3c4c7;
	background: var(--color-white);
}

input#acceptance:checked[type=checkbox],
#condition2 input:checked[type=checkbox],
input:checked[name="acceptance-284"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23db1773' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

input#acceptance:checked,
input#acceptance:focus,
#condition2 input:focus,
input[name="acceptance-284"]:focus {
	background-color: #f0ece2;
	border-color: var(--color-white);
	border-color: #fcfbfa;
	outline: 0;
	box-shadow: 0 0 0 .11rem #090000;
}

.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-acceptance span.wpcf7-list-item-label {
	text-transform: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: none;
	font-size: 1em;
	padding: 5px 25px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	gap: 10px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	font-weight: 300;
	margin: 5px 0;
	align-items: center;
	height: 40px;
	background: #e53338;
	border-radius: 10px;
	width: 100%;
	color: #fff;
	font-size: 1.1em;
}

.wpcf7-acceptance label {
	font-size: 13px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	align-content: center;
	line-height: 1em;
}

/* FOOÂ§TER  */


footer.footerbg {
	position: relative;
	padding-top: 40px;
	background: transparent linear-gradient(257deg, #1B3A6F 0%, #041C45 100%) 0% 0% no-repeat padding-box;
	color: #fff;
}

.footerbg ul li a {
    color: #fff !important;
    transition: all 0.5s ease;
}
.footerbg .flexbas a {
    color: #fff !important;
    transition: all 0.5s ease;
}

.footerbg ul li a:hover {
    color: #E53338 !important;
}
footer.footerbg h4 {
	color: var(--color-accent);
	margin: 0;
	font-size: 1.2em;
	padding-bottom: 10px;
}

footer.footerbg p {
	position: relative;
}

.main-footer {
	display: grid;
	grid-template-columns: 0.9fr 1fr 1.1fr 1.1fr;
	grid-template-areas: "logo nav reservation credits";
	gap: 0 30px;
	padding: 30px 90px;
	max-width: 1400px;
	margin: auto;
	align-items: start;
}

.main-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-footer ul li {
	padding-bottom: 10px;
}

.footer-logo {
	grid-area: logo;
	line-height: 1.2em;
}

.footer-logo ul {
	list-style: none;
	margin: 0;
	display: flex;
	gap: 6px;
	margin-top: 15px;
	flex-direction: column;
}

.footer-logo ul li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.footer-logo ul li a {
	color: var(--color-white);
}

.footer-logo ul li .iconul {
	width: 12px;
	height: auto;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2692%) hue-rotate(317deg) brightness(110%) contrast(103%);
	margin-top: 3px;
}

.footer-nav {
	grid-area: nav;
}

.footer-reservation {
	grid-area: reservation;
}

.footer-credits {
	grid-area: credits;
}

.footer-credits ul {
	margin: 0;
}

.main-footer span strong {
	font-size: 1.2em;
}

.footer-credits .gtranslate_wrapper {
	margin-top: 5px;
}

.flexbas {
	padding: 20px 0;
}

.flexbas .container {
	border-top: 1px solid rgb(255 255 255 / 38%);
	padding-top: 15px;
}

.flexbas .container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.fdblanc {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 19px;
	text-align: center;
	max-width: 185px;
	padding: 10px;
}

.fdblanc img {
	width: 120px;
	height: auto;
	object-fit: cover;
}