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

.tk-articulat-cf {
	font-family: "articulat-cf", sans-serif;
}

.tk-articulat-heavy-cf {
	font-family: "articulat-heavy-cf", sans-serif;
}

.tk-pf-marlet-display {
	font-family: "pf-marlet-display", sans-serif;
}


* {
	box-sizing: border-box
}

strong {
	font-weight: 700;
}

body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
	width: 6px;
	background-color: #000;
}

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

body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
	background-color: #000;
}

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

body {
    font-family: "articulat-cf", sans-serif;
    font-display: swap;
    color: #010526;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
}

.petit-texte {
    text-align: left;
    font-size: 13px;
    margin-top: 20px;
    display: block;
}

.openMenuMobile {
	display: none
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.Flix {
	overflow: hidden
}

a {
    color: #c38750;
    text-decoration: none;
}

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

.btn {
    color: #fff;
    padding: 15px 25px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    display: inline-flex;
    line-height: 1.3em;
    gap: 10px;
    align-items: center;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
    box-shadow: inset 0px 0 0 0 #010526;
    margin-top: 10px;
    border: 1px solid #C38750;
    background: #C38750;
    font-weight: 500;
    border-radius: 31px;
    min-height: 50px;
}

.btn:hover {
	background: transparent !important;
	color: #fff !important;
	text-decoration: none;
	box-shadow: inset 400px 0 0 0 #010526;
	border: 1px solid #C38750;
}

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

.MenuBox {
	display: none;
}

.btn:hover {
	color: #000;
}

a.btn.outline {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #C38750;
    text-transform: uppercase;
    box-shadow: inset 0px 0 0 0 #ed7007;
    font-weight: 700;
    font-size: 16px;
}

a.btn.outline:hover {
    font-size: 16px;
}

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

.wp-txt-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
}

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

.texteblanc {
	color: #fff
}

p {
    line-height: 1.7em;
    margin-bottom: 5px;
    margin-top: 5px;
}


/* HEADER  */

.logo {
	position: relative;
}

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

.navbar {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    color: #051429;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    justify-items: end;
    gap: 40px;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
    height: 100px;
    padding: 0px 60px 0 60px;
    background: #010526;
    left: 0;
}

header.navbar.scrolled {
    background: #010526;
    transition: background-color 0.3s ease;
    top: 0;
    width: 100%;
    left: 0;
}

a.prendre_rdv.btn.bordure.icoagenda {
	color: #051429 !important;
}

.flex-entete-g {
	position: relative;
	z-index: 1;
	min-width: 287px;
}

.flex-entete-c {
	position: relative;
	z-index: 1;
}

.flex-entete-d {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 15px;
	padding-left: 15px;
	align-items: center;
}

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

.espace-menu {
    display: flex;
    z-index: 2;
    align-items: center;
    gap: 30px;
}

.navbar .btn {
    margin-top: 0;
    padding: 10px 25px;
    min-height: 40px;
}

.navbar .espace-menu.open {
	opacity: 1;
	transform: translateX(0px);
}

.navbar .espace-menu.open .grid-reseaux {
	position: absolute;
	bottom: 20px;
}

.navbar .espace-menu.open a.imgres {
	font-size: 1.6em;
}

li.menu-item-has-children:after {
	content: "\276F";
	position: absolute;
	right: -10px;
	transform: rotate(90deg);
	top: 4px;
	color: #fff;
	font-size: 11px;
}

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

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

ul#menu-entete li::marker { color: #C38750; }

ul#menu-entete li a {
    text-decoration: none;
    margin: 0 10px;
    transition: all 0.5s ease;
    font-size: 1.1em;
    font-weight: 400;
    position: relative;
    color: #fff;
}

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


.page-id-152 .current_page_item a, #menu-entete a.is-active {
    color: #C38750 !important;
}

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;
	padding: 10px 10px;
	background: #07274D;
	min-width: 190px;
	top: 40px;
	overflow: hidden;
	width: max-content;
	border-radius: 23px;
}

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

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

a.telephone {
    color: #fff;
    background: transparent;
    border: 1px solid rgb(245 239 234 / 54%);
    box-shadow: inset 0px 0 0 0 #C38750;
}

a.telephone:hover { box-shadow: inset 400px 0 0 0 #C38750; }


/* SLIDER  */

#home_slider {
    position: relative;
    padding: 0;
    height: 640px;
    overflow: hidden;
    margin-top: 80px;
}

#home_slider .overflowhiddenSlider {
	height: 670px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.overflowhiddenSlider .ItemSliderHome:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgb(1 5 38 / 51%);
}

.slider_homepage {
	position: relative;
	z-index: 1;
}

.fleches {
	height: 55px;
	width: 115px;
	z-index: 2;
	display: flex;
	gap: 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.flechPrev,
.flechNext {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 38px;
	opacity: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: rgb(0 0 0 / 19%);
	backdrop-filter: blur(7px);
}

.flechPrev img {
	transform: scaleX(-1);
}

.fleches img {
	width: 10px;
	height: 11px;
}


.ItemSliderHome {
	overflow: hidden;
	position: relative;
	height: 670px;
	background: #EFEFEF;
}

.ItemSliderHome .leSlider {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#home_slider .fondImage {
	position: relative;
	z-index: 1;
}

#home_slider .fondTexte {
	position: absolute;
	bottom: 20%;
	left: 10%;
	z-index: 3;
	color: white;
	text-align: left;
	width: 80%;
}

.slick-list,
.slick-track {
	position: relative !important;
}

.cadreintern {
    max-width: 750px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.4em;
}

.cadreintern:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/08/vignette-engagement.svg);
    width: 250px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -75%;
    top: -15%;
}

.cadreintern .btn {
    font-size: 0.7em !important;
}

.cadreintern h1, .cadreintern h2 {
    font-size: 2em !important;
    margin-top: 20px !important;
}

.cadreintern.hrspecial hr {
    width: 500px;
    margin-left: -450px;
    border: none;
    border-top: 1px solid #C38750;
    margin-bottom: 20px;
}


/* BAN INTERNE  */

div#banniereIntern {
	height: 35vh;
	position: relative;
	padding: 0;
	border-radius: 20px 20px 270px 20px;
	overflow: hidden;
	margin: 10px;
}

#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, #07274D 0%, #07274DA5 15%, #07274D2C 100%) 0% 0% no-repeat padding-box;
}

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

#banniereIntern .cntTitle {
	position: absolute;
	top: 70%;
	left: 50%;
	z-index: 3;
	text-align: center;
	transform: translate(-50%, -50%);
}

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

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

/* GALERIE */


.masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: 240px;
}

.masonry .card {
  border-radius: 25px;
  overflow: hidden;
  background: #f2f2f2;
}

.masonry .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Double hauteur uniquement pour la 2ème et 5ème image */
.masonry .card:nth-child(2),
.masonry .card:nth-child(5) {
  grid-row: span 2;
}

.masonry .card:nth-child(6) {
    grid-column: span 2;
}

/* Responsive */
@media (max-width: 900px) {
  .masonry { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .masonry { grid-template-columns: 1fr; }
}




#Philosophie span {
    font-size: 2.4em !important;
    font-family: 'pf-marlet-display;';
    line-height: 1.1em;
}


.hero-slider-wrap {
    margin-top: -40px;
}


.hero-slider {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: min(1rem, 5vw);
    width: min(733px, 100%);
    margin-inline: auto;
    margin-bottom: 60px;
}


.hero-slider .slick-slide {
    z-index: 0 !important;
}

.hero-slider .slick-list {
    overflow: visible;
    width: calc(min(32px, 5vw) + 100%);
}

.hero-slider .slick-track {
    position: relative;
    display: flex;
    align-items: center;
}

.hero-slider .slide-card.slick-slide {
    transition: all .5s;
    margin-right: min(70px, 5vw);
    clip-path: inset(10% 0 round min(25px, 4vw));
    height: 440px;
}

.hero-slider .slide-card.slick-current {
    clip-path: inset(0 round min(25px, 4vw));
}


    .hero-slider .slide-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: inherit;
    }


    @media (max-width:560px){
      .hero-slider .slick-slide{ padding:0 4px; }
    }
	
	
	

/* SPEC */


.BlockPartenaires {
    position: relative;
}

.slide-partenaires {
    height: 100px;
    overflow: hidden;
}

.slide-partenaires img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

.part {
    position: absolute;
    width: 110%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-between;
z-index:5;
}

.prevs, .nxt {
    background: #D7BFA9 0% 0% no-repeat padding-box;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
cursor:pointer;
}

.prevs img {
    transform: scaleX(-1);
}




/* FAQ */


main.liste-recrutement {
    max-width: 800px;
    margin: auto;
}

details.accordion {
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #C38750;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    background: transparent;
    margin-bottom: 10px;
}

details.accordion summary.accordion__title {
    list-style-type: none;
    cursor: pointer;
    padding: 15px;
    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='1' height='18' fill='%23C38750'/%3e%3crect x='6' y='14' width='18' height='1' fill='%23C38750'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem top .625rem;
    background-size: 2rem;
    color: #ffffff;
font-weight: 200;
    font-size: 1.4em;
}

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='1' fill='%23C38750'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem top .625rem;
	background-size: 2rem;
	color: #fff;
font-weight: 200;
font-style:italic;
    font-size: 1.4em;
}

details.accordion .accordion__content {
    padding: 0 15px;
}

details.accordion .accordion__content p {
	margin: 0
}



.flottanttexte {
    font-family: 'pf-marlet-display;';
    text-align: center;
    font-weight: 500;
    font-size: 5em;
    color: #ecd7bc;
    position: relative;
    z-index: 2;
    top: -5px;
    mix-blend-mode: luminosity;
}

.fl-node-irf1sp0a5tzj {
    position: relative;
    z-index: 2;
}

.fl-node-irf1sp0a5tzj:after {
    background: url(/wp-content/uploads/2025/08/triangle-Logan.svg);
    position: absolute;
    width: 450px;
    height: 430px;
    top: -70%;
    right: -2%;
    background-size: contain;
    background-repeat: no-repeat;
}

.divflot {
    position: relative;
    height: 480px;
}

.imgquiflotte {
    position: relative;
    height: 580px;
}

.divflot1 {
    width: 195px;
    position: absolute;
    height: 156px;
    top: -50px;
    left: 5%;
}

.divflot2 {
    width: 195px;
    height: 255px;
    bottom: 20%;
    position: absolute;
    left: 5%;
}

.divflot3 {
    width: 270px;
    height: 390px;
    right: 15%;
    top: -120px;
    position: absolute;
}


.divflot2:before {
    content: "";
    background: url(/wp-content/uploads/2025/08/rond-graphique.svg);
    bottom: -73px;
    left: -83px;
    width: 150px;
    height: 150px;
    position: absolute;
    background-size: contain;
}

.divflot1 img, .divflot2 img, .divflot3 img { border-radius: 30px; width:100%; height:100%; object-fit:cover; }

.imgflottant3 {
    width: 193px;
    height: 283px;
    position: absolute;
    left: 5%;
    top: 140px;
}

.imgflottant4 {
    width: 275px;
    height: 395px;
    right: 15%;
    top: 0px;
    position: absolute;
}

.textflottant5 {
    position: absolute;
    bottom: 0;
    left: 5%;
}

.imgflottant3:before {
    content: "";
    background: url(/wp-content/uploads/2025/08/rond-graphique.svg);
    top: -73px;
    left: -83px;
    width: 150px;
    height: 150px;
    position: absolute;
    background-size: contain;
}

.imgflottant3 img, .imgflottant4 img { border-radius: 30px; width:100%; height:100%; object-fit:cover; }

.deplacementhaut {
    top: -90px;
    position: relative;
}

.lignehaut { position:relative; }

.lignehaut:before {
    content: "";
    background: #C38750;
    display: block;
    position: absolute;
    top: -20px;
    z-index: 19;
    left: 50%;
    width: 1px;
    height: 80px;
    transform: translate(-50%, -50%);
}

.cadre-img {
    height: 330px;
    margin-bottom: 25px;
    max-width: 460px;
}

.cadre-img:after {
    content: "";
    background: url(/wp-content/uploads/2025/08/triangle-Talvora-Blanc.svg);
    position: absolute;
    width: 182px;
    height: 171px;
    background-size: contain;
background-repeat:no-repeat;
    right: 14%;
    top: -5%;
}


.cadre-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.cadre-img img { }

.ulspecial ul { }

.ulspecial ul li {
    margin: 10px 0;
}

.ulspecial ul li::marker { color:#C38750;  }


.textflottant5 h4 {
  font-family: "pf-marlet-display", sans-serif;
    color: #C38750;
    font-size: 1.6em;
}



.guide ul {
    mix-blend-mode: multiply;
    list-style: none;
    gap: 22px;
    display: flex
;
    text-align: center;
    align-items: flex-start;
    justify-content: flex-end;
    font-family: "pf-marlet-display", sans-serif;
    font-size: 1.2em;
}

.guide ul img {

    object-fit: cover;
}

#gallery-1 {
    margin: auto;
    display: flex;
    gap: 20px;
    align-items: center;
}

#gallery-1 img {
    border: none !important;
    padding: 3px !important;
height: auto;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 25px!important;
    text-align: center!important;
    width: auto!important;
}



.hrspecial hr {
    width: 110px;
    margin-left: -40px;
    border: none;
    border-top: 1px solid #C38750;
    margin-bottom: 20px;
}

.hrcentre hr {
    margin: auto;
    margin-bottom: 25px;
}

.fondblanc { background:#fff; }
.fondbleu { background:#010526; }
.fondbleu2 { background:#0A0F3B; }
.fondsable { background:#F5EFEA; }
.fondsuite { background:#d7bfa9; }


.fonddegrade {
    background: transparent linear-gradient(180deg, #D7BFA900 0%, #D7BFA9 37%, #D7BFA9 100%) 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 3;
}

.minititre {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 14px !important;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 3.6px;
    color: #C38750;
}


	.titrebase h1 {
		font-size: 2.5em;
		margin-bottom: 20px;
		margin-top: 5px;
		line-height: 1.1em;
		font-weight: 700;
		position: relative;
		font-family: "pf-marlet-display", sans-serif;
	}

	.titrebase h2 {
		font-size: 2.5em;
		margin-bottom: 20px;
		margin-top: 5px;
		line-height: 1.1em;
		font-weight: 700;
		position: relative;
		font-family: "pf-marlet-display", sans-serif;
	}

	.titrebase h3 {
		font-size: 2.5em;
		margin-bottom: 20px;
		margin-top: 5px;
		line-height: 1.1em;
		font-weight: 700;
		position: relative;
		font-family: "pf-marlet-display", sans-serif;
	}

	.titrebase h4 {
		font-size: 2.5em;
		margin-bottom: 20px;
		margin-top: 5px;
		line-height: 1.1em;
		font-weight: 700;
		position: relative;
		font-family: "pf-marlet-display", sans-serif;
	}

	.titrebase h5 {
		font-size: 2.5em;
		margin-bottom: 20px;
		margin-top: 5px;
		line-height: 1.1em;
		font-weight: 700;
		position: relative;
		font-family: "pf-marlet-display", sans-serif;
	}

	.textblanc {
		color: #fff;
	}


	/* FORM  */


.btn.flecheico.grandespace:after {
    content: "";
    background: url(/wp-content/uploads/2025/08/envoyer.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}


.flex-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    z-index: 1;
    background: #D7BFA9;
    padding: 80px 110px;
    box-shadow: 0px 13px 26px #00000029;
    border-radius: 88px;
}
	span.wpcf7-spinner {
		position: absolute;
	}

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

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

.flex-form label {
    display: block;
    margin-bottom: 15px;
    font-size: 1.2em;
    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;
	}

	.flex-form :is(input, textarea, select):not(:is([type="submit"], [type="button"])) {
		color: #010526;
		background: transparent;
		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:1.2em;
    line-height: 1;
    outline: none;
    font-weight: 100;
    box-sizing: border-box;
    padding: .7375rem 0px;
    border: none;
    border-bottom: 1px solid #010526;
    border-radius: 0;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}

.flex-form .wpcf7-acceptance span.wpcf7-list-item-label {
    font-weight: 100;
    line-height: 1.3em;
    font-size: 1.3em;
    font-style: italic;
    padding: 0 20px;
}

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

	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='%23C38750' 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: #fff;
		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 {
		background: transparent;
		border: none;
		color: #fff;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 400;
	}

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


	.upload .wpcf7-form-control-wrap {
    height: 48px;
    display: block;
}

.upload .wpcf7-form-control-wrap:after {
    content: "";
    background: url(/wp-content/uploads/2025/08/upload.svg);
    width: 25px;
    height: 21px;
    position: absolute;
    right: 15px;
    top: 12px;
    background-size: cover;
}

	.upload input.wpcf7-form-control.wpcf7-file {
		background: #FFFFFF33 0% 0% no-repeat padding-box;
		border: 1px solid #010526;
		border-radius: 10px;
	}


.flex-form input::placeholder,.flex-form textarea::placeholder { font-size:1.1em; color:#010526b0;  }



	/* FOO§TER  */

footer.footerbg {
    background: #010526;
    position: relative;
    padding-top: 40px;
}

	footer.footerbg h4 {
		color: #E41D17;
		font-size: 1.1em;
	}

	footer.footerbg p {
		margin: 10px 0;
		position: relative;
	}

	ul.reseauxsociaux {
		display: flex;
		gap: 10px;
	}


.main-footer {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 1fr 0.8fr;
    grid-template-areas: "logo nav reservation credits";
    color: #fff;
    padding: 0;
    gap: 0px 25px;
    max-width: 1280px;
    margin: auto;
    align-items: start;
    padding-bottom: 15px;
}

.main-footer a {
  text-decoration: none;
  color: #fff;
  margin: 0;
}

.main-footer .btn,
.main-footer .btn:hover {
  font-size: 14px;
  text-decoration: none;
}

.main-footer a:hover { text-decoration: underline; }

.main-footer ul {
  list-style: none;
  padding: 0; /* add ; */
}

.main-footer ul li { margin-bottom: 15px; position:relative; }

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

.footer-logo ul {
    display: flex;
}

.footer-logo ul li:first-child:after {
    border-right: 1px solid #ffffff33;
    content: "";
    width: 1px;
    height: 53px;
    position: absolute;
    top: 54%;
    right: -10px;
    transform: translate(-50%, -50%);
}

.footer-logo ul li img {
    height: 85px;
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    object-fit: cover;
}

.footer-logo ul li a { font-size: 1.2em; font-weight: 600; }

.footer-logo p { line-height: 1.5em; }

.footer-nav { grid-area: nav; margin-left: 30px; }

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

.footer-reservation a.reservation { max-width: 120px; } /* add ; */

nav.footer-nav li a,
.footer-reservation li a,
.footer-reservation li label {
  color: #fff;
  position: relative;
  font-weight: 200;
}

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

.footer-credits .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

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