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


:root {
	--footer-bg-start: #0d1e3a;
	--footer-bg-end: #162a4e;
	--footer-accent: #C02B48;
	--footer-accent-hover: #c01818;
	--footer-text: #fff;
	--footer-text-light: #8fa3bf;
	--footer-heading: #e02020;
	--footer-link: #cfd8e8;
	--footer-link-hover: #ffffff;
	--footer-border: rgba(255, 255, 255, 0.12);
	--footer-btn-phone-bg: transparent;
	--footer-btn-phone-border: rgba(255, 255, 255, 0.35);
	--footer-btn-contact-bg: #ffffff;
	--footer-btn-contact-text: #0d1e3a;
	--footer-btn-contact-hover-bg: #e8eef5;
	--mrs-star: #f5bd25;
	--color-ink: #223256;
	--color-brand: #c02b48;
	--color-accent: #29c483;
	--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: "area-normal-black", sans-serif;
	color: var(--color-ink);
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
}

.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 {
	color: #c02b48;
	text-decoration: none;
}

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

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

.btn.urgence,
.btn {
	color: #fff;
	padding: 10px 20px 10px 15px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	gap: 8px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	background: #C02B48;
	border-radius: 31px;
	box-shadow: 0 0 0 4px rgb(192 43 72 / 39%);
	font-family: "area-extended", sans-serif;
	letter-spacing: -0.9px;
}

.btn.urgence:hover,
.btn:hover {
	background: var(--footer-accent-hover);
	transform: translateY(-1px);
	color: #fff;
}

.btn.tel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--footer-btn-phone-bg);
	color: #fff;
	border-radius: 50px;
	border: 1px solid var(--footer-btn-phone-border);
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
}

.btn.tel:hover {
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
}

.btn.contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--footer-btn-contact-bg);
	color: var(--footer-btn-contact-text);
	border: none;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	align-self: flex-start;
	box-shadow: none;
}

.btn.contact:hover {
	background: var(--footer-btn-contact-hover-bg);
	color: var(--footer-btn-contact-text);
}

.btn.diff {
	padding: 15px 25px 15px 25px;
}


.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.7em;
	margin-bottom: 7px;
	margin-top: 7px;
}

/* FAQ 2026 */

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

.faq.accordion h2 {
    margin-left: 5px;
    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 1.1rem 7px;
    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;
}

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

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

.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: 25px;
	margin-left: auto;
}

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

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

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

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(15 28 59);
	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: -6px;
	top: 3px;
	transform: rotate(90deg);
	width: 20px;
	height: 20px;
	background: #27324e;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	color: #db1773;
	line-height: 17px;
}

#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;
}


/* 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 */

.siheroubandeau {
	padding-top: 5%;
}

.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;
}

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

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

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

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

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

.bord15.top25 {
	position: relative;
}


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

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

.tax-campaign h1 em {
	font-style: normal;
	color: #C02B48;
	font-weight: 900;
}

.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;
}

.CoteGauche :is(h1, h2, h3, h4, h5, h6) {
	color: #C02B48;
}

.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;
	color: #fff;
}

.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 #ffffff75;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: left;
	color: #fff;
}

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='%23ffffff'/%3e%3crect x='6' y='14' width='18' height='2' fill='%23ffffff'/%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='%23ffffff'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem top 5px;
	color: #c02b48;
	font-weight: bold;
}

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

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

section.newection2 {
	border-radius: 24px;
	padding: 15px;
	background: transparent linear-gradient(76deg, #081A44 0%, #193D77 100%) 0% 0% no-repeat padding-box;
}


/* heroslider */

.heroslider {
	padding-left: 10%;
	min-height: 400px;
}

.heroslider.interne {
	height: 305px !important;
	overflow: hidden;
	min-height: 305px !important;
	padding-top: 30px;
}


.heroslider.interne .fl-rich-text {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

.heroslider.interne .fl-row-content-wrap .fl-module-box div {
	height: 305px;
	width: 100%;
}

.coupeimage2 {
	position: relative;
	overflow: hidden;
}

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

.coupeimage2::before {
	content: "";
	position: absolute;
	top: 0;
	left: -80px;
	width: 22%;
	height: 100%;
	background: #0f2a5b;
	clip-path: polygon(0 0, 105% 0, 75% 100%, 0 100%);
	z-index: 2;
}

.coupeimage2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 30px;
	height: 100%;
	background: #66305a;
	transform: skewX(353deg);
	z-index: 1;
}


.heroslider.interne .coupeimage2::after {
	transform: skewX(333deg);
}

/* FOND */

.fondvert,
.fontvert {
	background: #DCEBE0;
}

.fondgris {
	background: #F6F6F6;
}

.fondbleu {
	background: transparent linear-gradient(76deg, #081A44 0%, #193D77 100%) 0% 0% no-repeat padding-box;
}


section#slide_realisations {
	margin: 0 15px;
	margin-bottom: 15px;
}

.flex1 {
	display: flex;
	list-style: none;
	padding: 0;
	align-items: center;
	gap: 10px;
}

.flex2 {
	display: flex;
	list-style: none;
	padding: 0;
	align-items: center;
	gap: 10px;
	mix-blend-mode: multiply;
}

.flex3 {
	display: flex;
	list-style: none;
	padding: 0;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.flex3 strong.mini-titre {
	font-size: 1em;
	height: 35px;
}

ul.markers {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	gap: 7px;
}

ul.markers li {
	background: #22325617 0% 0% no-repeat padding-box;
	border: 1px solid #2232562C;
	border-radius: 21px;
	display: flex;
	gap: 5px;
	font-size: 0.9em;
	padding: 5px 15px;
	align-items: center;
}

ul.markers li:before {
	content: "";
	background: url(/wp-content/uploads/2026/05/localisation.svg);
	width: 10px;
	height: 13px;
	background-size: contain;
}


blockquote {
	margin: 0;
	margin-top: 20px;
	background: transparent linear-gradient(86deg, #F4F4F4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	border-radius: 24px;
	padding: 10px 15px;
}

blockquote p,
blockquote a {
	padding: 0;
	margin: 0;
	color: #C02B48;
	text-decoration: underline;
}


/* BANDEAU */

.bandeau-urgence {
	padding-left: 12%;
	min-height: 260px;
}

.bandeau-urgence .fl-row-content-wrap {
	min-height: 260px;
}

.bandeau-urgence .imagecoupe,
.imagecoupe .fl-module-content {
	min-height: 260px;
}

.bandeau-urgence .imagecoupe img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.imagecoupe .fl-module-content * {
	height: 100% !important;
	width: 100% !important;
	min-height: 260px;
}

.imagecoupe {
	overflow: hidden;
	position: relative;
}

.imagecoupe::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 25%;
	background: #15346a;
	clip-path: polygon(0 0, 100% 0, 51% 100%, 0 100%);
	z-index: 2;
	left: -60px;
	height: 100%;
}

.imagecoupe::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1%;
	width: 14px;
	height: 100%;
	background: #66305a;
	transform: skewX(351deg);
	transform-origin: bottom;
	z-index: 1;
}

/* SERVICES */

.service-card {
	overflow: hidden;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	border-radius: 23px;
	min-height: 410px;
	position: relative;
}

.service-image {
	height: 150px;
	background-size: cover;
	overflow: hidden;
}

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

.service-content {
	padding: 22px 24px 18px;
}

.service-content h3 {
	margin: 0px 0 15px;
	color: #C02B48;
	font-family: "area-extended", sans-serif;
	letter-spacing: -1.4px;
}

.service-list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
}

.service-list li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
}

.service-list li:last-child {
	margin-bottom: 0;
}

.service-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	background: url(/wp-content/uploads/2026/05/check.svg) center center no-repeat;
	background-size: contain;
}

.service-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #C02B48;
	text-decoration: none;
	background: #EAEAEA;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 15px 25px 25px;
	bottom: -1px;
	font-family: "area-extended", sans-serif;
	font-weight: 600;
}

.service-link::before {
	content: "";
	position: absolute;
	left: 5%;
	bottom: 20px;
	width: 90%;
	height: 1px;
	border: none;
	border-top: 1px solid rgb(192 43 72 / 36%);
}

.service-link::after {
	content: "";
	width: 18px;
	height: 18px;
	background: url("/wp-content/uploads/2026/05/fleche-btn.svg") center center no-repeat;
	background-size: contain;
	flex-shrink: 0;
}


.mrs-trust-dark {
	background: #00122f;
	color: #ffffff;
	border-radius: 15px !important;
}


/* TARIFS */

.majorations-card {
	background: #fff;
	overflow: hidden;
	border-radius: 23px;
	min-height: 253px;
	box-shadow: 0px 3px 46px #22325634;
}

.majorations-header {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #00122F;
	padding: 16px 20px;
	color: #fff;
}

.majorations-header h3 {
	margin: 0;
	font-weight: 700;
	font-family: "area-extended", sans-serif;
}

.majorations-icon {
	width: auto;
	height: 25px;
}

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

.majorations-list {
	list-style: none;
	margin: 0;
	padding: 18px 22px 22px;
}

.majorations-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 14px;
	color: #13284c;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.majorations-list li:last-child {
	margin-bottom: 0;
}

.majorations-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	background: url("/wp-content/uploads/2026/05/check.svg") center center no-repeat;
	background-size: contain;
}

.majorations-list strong {
	font-weight: 700;
}


/* REASSURANCES */

.reassurances {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #0ec23f64;
	border-radius: 23px;
	padding: 20px;
}

.reassurances ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-family: "area-extended", sans-serif;
	align-items: center;
}

.reassurances img {
	width: auto;
	height: 23px;
	object-fit: cover;
}

.reassurances ul strong {
	letter-spacing: -0.92px;
	color: #223256;
	font-size: 1.3em;
}

.reassurances ul em {
	letter-spacing: -0.64px;
	color: #6F7788;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
}


/* CONTACT */

.mapcontact {
	background: #fff;
	overflow: hidden;
	border-radius: 23px;
	min-height: 253px;
	box-shadow: 0px 3px 46px #22325634;
	display: flex;
	flex-direction: column;
}

.mapcontact ul.markers {
	padding: 15px;
}

.mapcontact svg {
	width: 420px;
	height: auto;
}

.mapcontact .fl-html {
	text-align: center;
	padding: 30px;
}

.mapcontact svg {
	width: 420px;
	height: auto;
	padding: 20px;
	margin: auto;
}

.entredeux {
	margin: 0;
	padding: 16px 20px;
	border-bottom: 1px solid #dcd7d7;
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.entredeux .info-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #c02b48;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.entredeux img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(293deg) brightness(102%) contrast(102%);
	width: 27px;
	height: auto;
}

.entredeux .ic-label {
	font-weight: 700;
	color: #c02b48;
	text-transform: uppercase;
}

.entredeux .ic-val {
	font-weight: 700;
	color: #0e2757;
	line-height: 1.3;
}


/* CTA */

.cta {
	position: relative;
}

.cta .fl-row-content-wrap * {
    position: relative;
    z-index: 2;
}

/* TABLE */

.tarif-page-interne-tableau {
	width: 100%;
	overflow-x: auto;
	margin: 40px 0;
}

.tarif-page-interne-tableau table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.tarif-page-interne-tableau table thead {
	background: #111;
	color: #fff;
}

.tarif-page-interne-tableau table th,
.tarif-page-interne-tableau table td {
	padding: 16px 20px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

.tarif-page-interne-tableau table th {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tarif-page-interne-tableau table td {
	font-size: 15px;
	color: #333;
}

.tarif-page-interne-tableau table tbody tr:hover {
	background: #f8f8f8;
	transition: 0.2s ease;
}

.tarif-page-interne-tableau table tbody tr:last-child td {
	border-bottom: none;
}

/* Responsive */
@media(max-width:768px) {

	.tarif-page-interne-tableau table th,
	.tarif-page-interne-tableau table td {
		padding: 12px 14px;
		font-size: 14px;
	}

}

.zones-intervention {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px 25px;
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.zones-intervention a {
	display: block;
	padding: 14px 18px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	color: #000b29;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.zones-intervention a:hover {
	background: #c02b48;
	color: #fff;
}

@media(max-width:768px) {
	.zones-intervention {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:480px) {
	.zones-intervention {
		grid-template-columns: 1fr;
	}
}

.zones-intervention h3 {
	padding: 16px;
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #000b29;
}

.zones-intervention a:hover h3 {
	color: #fff;
}


/* UL VILLE */

.liste-villes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 40px;
	padding-left: 20px;
}

.liste-villes li {
	margin: 0;
}

@media(max-width:768px) {

	.liste-villes {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media(max-width:480px) {

	.liste-villes {
		grid-template-columns: 1fr;
	}

}


/* SPEC TEXTE */

.textgris {
	color: #6F7788;
	font-weight: 700;
}


ul.nolist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	border-left: 1px solid rgb(255 255 255 / 30%);
	padding-left: 50px;
}

.minititre,
.mini-titre {
	display: inline-flex;
	margin-bottom: 8px;
	color: #0ec23f;
	padding: 5px 15px;
	background: #0ec23f1A 0% 0% no-repeat padding-box;
	border: 1px solid #0ec23f31;
	border-radius: 21px;
	font-size: 1.1em;
	font-family: "area-extended", sans-serif;
	gap: 5px;
	align-items: center;
}

.minititre.rouge,
.mini-titre.rouge {
	display: inline-flex;
	margin-bottom: 8px;
	color: #C02B48;
	padding: 5px 15px;
	background: transparent;
	border: 1px solid #C02B48;
	border-radius: 21px;
	font-size: 1.1em;
	font-family: "area-extended", sans-serif;
	gap: 5px;
	align-items: center;
}

.minititre:before,
.mini-titre:before {
	content: "\2022";
	font-size: 2em;
	position: relative;
	top: -2px;
	line-height: 1em;
}

.titrebase :is(h1, h2, h3, h4, h5) {
	font-size: 2.2em;
	margin-bottom: 14px;
	margin-top: 5px;
	line-height: 1.2em;
	font-weight: 800;
	position: relative;
	font-family: "area-extended", sans-serif;
	letter-spacing: -1.4px;
}

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

.titrebase hr {
	border: none;
	border-top: 2px solid #c02b48;
	width: 115px;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: 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;
	font-family: "area-extended", sans-serif;
	letter-spacing: -1.4px;
}

.grostitre :is(h1, h2, h3, h4, h5) em {
	color: var(--color-brand);
}

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


/* CAROUSEL  */


.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: #041C43;
	bottom: 0;
	transition: all 0.6s ease;
	max-height: 350px;
}

.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: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	z-index: 1;
	top: 33px;
	background: #fff url(/wp-content/uploads/2026/04/fleche-v2.svg);
	background-position: 12px 8px;
	background-repeat: no-repeat;
	background-size: 20px;
}

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

.item .CadreActiviteImage {
	position: relative;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	border-radius: 17px;
}

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

.item .cadrebtnActivite h3 {
	margin: 0;
	position: relative;
	line-height: 1.6rem;
	transition: all 0.3s ease;
	color: #fff;
	font-weight: 400;
}

.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: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: rgb(226 226 226 / 42%);
	border-radius: 29px;
}

.flextendances div:hover {
	background: #041c43;
}

.flextendances img {
	width: 45px;
	height: 16px;
	transform: rotate(45deg);
	margin-left: 5px;
}

.flextendances .prev-t img {
	transform: scaleX(-1) rotate(45deg);
	margin-right: 5px;
	margin-left: 0;
}

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

/* FORM  */

.wpcf7-form {
	box-shadow: 0 13px 26px #00000029;
	padding: 15px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	background: transparent linear-gradient(76deg, #081A44 0%, #193D77 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #e4dfd6;
}

.urgence-line p {
	display: flex;
	gap: 10px;
	padding: 12px 14px;
	background: #fff8f6;
	border: 1.5px solid #ffd0c8;
	border-radius: 9px;
	cursor: pointer;
	align-items: baseline;
}

.urgence-line label {
	font-weight: 800 !important;
	color: #a33020;
}

.flex-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	z-index: 1;
	border-radius: 20px;
	background: #fff;
	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='%23c02b48' 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;
	font-weight: 600;
	margin: 5px 0;
	align-items: center;
	color: #fff;
	padding: 10px 20px 10px 15px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	gap: 8px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	background: #C02B48;
	border-radius: 31px;
	box-shadow: 0 0 0 4px rgb(192 43 72 / 39%);
	font-family: "area-extended", sans-serif;
	letter-spacing: -0.9px;
}

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


/* ─── Wrapper global ─── */
.SpeFoot {
	width: 100%;
}

/* ─── Fond footer ─── */

footer.footerbg {
	position: relative;
	padding-top: 0;
	color: var(--footer-text);
	background: transparent linear-gradient(87deg, #081A44 0%, #193D77 100%) 0% 0% no-repeat padding-box;
}

footer.footerbg h4 {
	color: #C02B48;
	margin: 0 0 16px 0;
	letter-spacing: 0.08em;
}

footer.footerbg p {
	color: var(--footer-text);
	line-height: 1.45;
	margin: 12px 0 0 0;
}

footer.footerbg a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s ease;
}

footer.footerbg a:hover {
	color: var(--footer-link-hover);
}

/* ─── Grille principale : 4 colonnes ─── */

.main-footer {
	display: grid;
	grid-template-columns: 1fr 1.3fr 1.2fr 1.1fr;
	grid-template-areas: "logo reservation nav links";
	gap: 0 40px;
	padding: 50px 40px 40px;
	max-width: 1280px;
	margin: 0 auto;
	align-items: start;
}

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

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

/* ─── Colonne 1 : Logo + description ─── */
.footer-logo {
	grid-area: logo;
	line-height: 1.2;
}

.footer-logo img {
	max-width: 205px;
	height: auto;
	display: block;
}

/* Réseaux sociaux sous le logo */
.footer-logo .reseaux_sociaux {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.footer-logo .reseaux_sociaux li {
	padding: 0;
}

.footer-logo .reseaux_sociaux li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-logo .reseaux_sociaux li a:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.3);
}

.footer-logo .reseaux_sociaux li a img {
	width: 16px;
	height: 16px;
	filter: brightness(0) invert(1);
	object-fit: contain;
}

.footer-reservation {
	grid-area: reservation;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 4px;
}

.footer-reservation li {
	margin-bottom: 10px;
}

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

.footer-nav ul {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.footer-nav ul li a {
	color: var(--footer-link);
	transition: color 0.2s ease, padding-left 0.2s ease;
	display: block;
	padding: 2px 0;
}

.footer-nav ul li a:hover {
	color: var(--footer-link-hover);
	padding-left: 4px;
}

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

.footer-links ul li a {
	color: var(--footer-link);
	transition: color 0.2s ease, padding-left 0.2s ease;
	display: block;
	padding: 2px 0;
}

.footer-links ul li a:hover {
	color: var(--footer-link-hover);
	padding-left: 4px;
}

/* ─── Barre basse : copyright ─── */
.flexbas {
	padding: 0 40px 0;
	max-width: 1280px;
	margin: 0 auto;
}

.flexbas .container {
	border-top: 1px solid var(--footer-border);
	padding: 18px 0;
}

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

.flexbas .container ul li {
	color: var(--footer-text-light);
	text-align: center;
}

.flexbas .container ul li a {
	color: var(--footer-text-light);
	text-decoration: none;
	transition: color 0.2s ease;
}

.flexbas .container ul li a:hover {
	color: #fff;
}

/* ─── RESPONSIVE : Tablette (< 1024px) ─── */
@media (max-width: 1024px) {
	.main-footer {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"logo      reservation"
			"nav       links";
		gap: 36px 40px;
		padding: 40px 30px 30px;
	}
}

.neon-text {
  color: #fff;
  font-weight: 800;
  text-shadow:
    0 0 5px #4ed473,
    0 0 10px #4ed473,
    0 0 20px #4ed473,
    0 0 40px #4ed473;
    
  animation: neonGlow 1.5s infinite alternate;
}

@keyframes neonGlow {
  from {
    text-shadow:
      0 0 5px #4ed473,
      0 0 10px #4ed473,
      0 0 20px #4ed473,
      0 0 40px #4ed473;
  }

  to {
    text-shadow:
      0 0 10px #4ed473,
      0 0 20px #4ed473,
      0 0 40px #4ed473,
      0 0 80px #4ed473;
  }
}