@import "https://use.typekit.net/vuz8smr.css";


* {
	box-sizing: border-box
}

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

body {
	font-family: "neue-haas-grotesk-text", sans-serif;
	color: #656565;
	background-color: #F5F3E6;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 15px;
}

.openMenuMobile {
	display: none
}

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

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

.container-full {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.Flix {
	overflow: hidden
}

.single main.Flix {
	overflow: visible
}


.wpcf7-spinner {
    position: absolute!important;
}


a {
	color: #000;
	text-decoration: none;
	font-weight: 100;
}

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

section#Choix6Suite {
    margin: 0 15px;
}

.grid-projet {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
    align-items: center;
}

h5 {
	font-size: 1.8em;
	font-weight: 100;
}

h5 em {
	font-family: "scotch-display", sans-serif;
}

.btn {
	border-radius: 21px;
	color: #fff;
	font-weight: 100;
	padding: 5px 25px;
	position: relative;
	text-decoration: none;
	transition: 0.2s transform ease-in-out;
	will-change: transform;
	background: #7a0000;
	z-index: 0;
	overflow: hidden;
	display: inline-flex;
	font-size: 14px;
	line-height: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 25px;
}

.btn::after {
	background-color: #fff;
	border-radius: 21px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0%, 100%) rotate(0deg);
	transform-origin: top left;
	opacity: 0;
	transition: 0.3s transform ease-out, 0.3s opacity ease-in-out;
	will-change: transform, opacity;
	z-index: -1;
}

.btn:hover {
	color: #000;
	will-change: transform;
	text-decoration: none;
}

.btn:hover::after {
	transform: translate(0, 0);
	opacity: 1;
}

a.btn.telephone {
	background: #c3c3c3;
}

.btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: none;
    border: none;
    color: #fff;
}

.btn:hover input {
    color: #000 !important;
}


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

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

.paddingld50 {
	padding-left: 50px;
	padding-right: 50px;
}

.paddingld120 {
	padding-left: 120px;
	padding-right: 50px;
}

.padding-lr-5 {
	padding-left: 5%;
	padding-right: 5%;
}

.texteblanc {
	color: #F5F3E6;
}

p {
	line-height: 1.6em;
}

.page-id-336 .Flix {
	overflow: visible;
}

.sticky .LayTexte {
	position: sticky;
	top: 0;
}

.sticky img.cover {
	height: auto;
	width: 100%;
	border-radius: 20px;
}

.sticky .LayImg .cadre {
	margin-top: 5%;
	border-radius: 20px;
}

.infosul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 15px;
	justify-content: center;
}

.BoxListing a {
	color: #fff;
}

/* HEADER  */

.navbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	color: #fff;
	padding: 0 50px;
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 25px;
	z-index: 20;
	justify-items: center;
}

.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;
	min-width: 287px;
	text-align: right;
}

.flex-entete-d a {
	text-transform: initial;
}

.espace-menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background: #D5C4AE;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateY(100%);
	z-index: 0;
	opacity: 0;
	transition: all 900ms cubic-bezier(.9, 0, .33, 1);
	padding: 40px;
}

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

.fondblanc {
	background: #fff;
}

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

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

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

ul#menu-entete li {
	list-style: none;
	position: relative;
	margin-bottom: 8px;
	margin-top: 8px;
}

ul#menu-entete li a {
	text-decoration: none;
	color: rgb(0 0 0 / 51%);
	font-size: 2em;
	margin-left: 0px;
	transition: all 0.5s ease;
	position: relative !important;
	z-index: 2;
}

ul#menu-entete li a:hover {
	color: #7a0000;
	margin-left: 15px;
}

.logo img {
	padding: 0;
	width: 140px;
	height: 60px;
}

.menucoveryne {
	position: relative;
}

.menurevetements {
	position: relative;
}

.menuvitrophanie {
	position: relative;
}

.menucoveryne:before,
.menurevetements:before,
.menuvitrophanie:before {
	content: "";
	transition: all 900ms ease, opacity 0.2s ease;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: -20px;
}

.menucoveryne:hover:before, .menurevetements:hover:before, .menuvitrophanie:hover:before {
    width: 300px;
    height: 160px;
    position: absolute;
    left: -260px;
    border-radius: 20px;
    background-size: cover !important;
    top: -118px;
    background-position: center -50px !important;
}

.menucoveryne:hover:before {
	background: url(/wp-content/uploads/2025/11/photobureau.jpg);
}

.menurevetements:hover:before {
	background: url(/wp-content/uploads/2025/11/ChatGPT-Image-15-juil.-2025-11_31_45-1.jpg);
}

.menuvitrophanie:hover:before {
	background: url(/wp-content/uploads/2025/11/vitrophanie-1.jpg);
}

a.btn.telephoner {
    background: rgb(0 0 0 / 55%);
}

a.btn.ouverturemenu {
    background: #000;
}

.coingauche {
    position: absolute;
    left: 35px;
    bottom: 12px;
    color: #818181;
}

.coingauche strong {
    color: #000000;
}



/* SLIDER  */

.confiance-slider {}

.confiance-slider:before,
.confiance-slider:after {
	content: "";
	width: 231px;
	height: 100%;
	background: transparent linear-gradient(90deg, #f5f3e6 44%, #FFF5F100 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	z-index: 1;
}

.confiance-slider:before {
	left: -36px;
}

.confiance-slider:after {
	right: -36px;
	top: 0;
	transform: scaleX(-1);
}

.imgsliderconfiance {
	background: #f5f3e6;
}

.imgsliderconfiance img {
	mix-blend-mode: multiply;
	width: 241px;
	height: 100%;
	object-fit: cover;
	max-width: none !important;
	margin: auto;
}

#home_slider {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

#home_slider .overflowhiddenSlider {
	height: 90vh;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 20px;
}

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

.cadreintern {
	position: absolute;
	opacity: 1;
	z-index: 3;
	color: white;
	max-width: 600px;
	top: -55%;
	left: 35%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.cadreintern h1,
.cadreintern h2,
.cadreintern h3 {
	font-size: 3.5em;
	margin: 0;
	line-height: 1em;
	font-weight: 100;
	position: relative;
}

.cadreintern h1:before,
.cadreintern h2:before,
.cadreintern h3:before {
	content: "";
	margin-left: 45px;
}

.cadreintern h1:after,
.cadreintern h2:after,
.cadreintern h3:after {
	content: "";
	border-top: 5px solid #fff;
	width: 20%;
	height: 4px;
	display: block;
	position: absolute;
	top: 20px;
	left: -100px;
}

.cadreintern h1 em,
.cadreintern h2 em,
.cadreintern h3 em {
	font-family: "scotch-display", sans-serif;
}

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

#home_slider .cadreintern p {
	line-height: 1.5em;
}

#home_slider .animimg {
	width: 100%;
	position: relative;
	filter: blur(24px);
	height: 90vh;
	background-size: cover !important;
}

.ItemSliderHome img {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	max-width: 1280px;
	height: 600px;
	border-radius: 20px;
}

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

.svg-overlay {
	position: absolute;
	bottom: -1px;
	left: 3%;
	width: 50%;
	height: 270px;
	z-index: 1;
}

.flexSliderArrow {
	display: flex;
	gap: 10px;
	position: absolute;
	bottom: 40px;
	z-index: 1;
	right: 7%;
}

.flexSliderArrow div {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.flexSliderArrow img {
	width: 18px;
	height: 17px;
}


/* BAN INTERNE  */

div#banniereIntern {
	height: 35vh;
	overflow: hidden;
	position: relative;
}

div#banniereIntern:after {
	content: "";
	opacity: 0.94;
	width: 45%;
	height: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	background: #151d3cde;
	clip-path: polygon(0% 1%, 93% 11%, 100% 100%, 0% 100%);
}

div#banniereIntern:before {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 10%;
	height: 52px;
	background: #eeeadf;
	clip-path: polygon(0 0%, 91% 0%, 100% 100%, 0% 100%);
	z-index: 11;
}

#banniereIntern .cntTitle {
	position: absolute;
	top: 55%;
	left: -5%;
	z-index: 3;
	transform: translateY(-50%);
	width: 100%;
	text-align: left;
}

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


/* SPEC */


.Grid_bdi img {
    object-fit: cover;
}

section#slide_realisations {
    margin: 0 20px;
}

section.realisations-fiche {
    overflow: hidden;
}

.realisations-fiche .container-xl {
	max-width: min(1392px, 85vw);
	width: 100%;
	margin-inline: auto;
}

.realisations-fiche .slick-track {
	position: relative;
	display: flex;
}

.realisations-fiche .ct-slider {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: min(1rem, 5vw);
	width: min(733px, 100%);
}

.realisations-fiche .ct-slider::before,
.realisations-fiche .ct-slider::after {
	position: absolute;
	content: '';
	z-index: 2;
	pointer-events: none;
}

.realisations-fiche .ct-slider::before {
	inset: 0 100% 0 -50vw;
}

.realisations-fiche .ct-slider::after {
	inset: 0 -50vw 0 100%;
}

.realisations-fiche .ct-slider>.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	translate: 0 -50%;
}

.realisations-fiche .ct-slider>.slick-prev {
	left: calc(min(1.4375rem, 4.5vw) * -1);
}

.realisations-fiche .ct-slider>.slick-next {
	right: calc(min(1.4375rem, 4.5vw) * -1);
}

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

.realisations-fiche .ct-slider .slick-slide {
    transition: all .5s;
    margin-right: min(32px, 5vw);
    clip-path: inset(10% 0 round min(25px, 4vw));
    margin-left: 5px;
    overflow: hidden;
    max-height: 500px;
    height: 500px;
    position: relative;
}

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

.realisations-fiche picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: inherit;
}


.realisations-fiche button.slick-prev.slick-arrow:before {
	content: url(/wp-content/uploads/2023/05/fleche_gauche.svg);
	background: #23242685;
	width: 44px;
	height: 44px;
	display: block;
	border-radius: 50%;
}

.realisations-fiche button.slick-next.slick-arrow:before {
	content: url(/wp-content/uploads/2023/05/fleche_droite.svg);
	background: #23242685;
	width: 44px;
	height: 44px;
	display: block;
	border-radius: 50%;
}


.realisations-fiche button.slick-prev,
.realisations-fiche button.slick-next {
	width: 50px;
	height: 50px;
	font-size: 0;
	flex: 0 0 auto;
	cursor: pointer;
	overflow: hidden;
	transition: .2s;
	display: inline-block;
	color: var(--cLwhite);
	background-color: transparent;
	border: none;
}



.cadreintro {
	position: relative;
	min-height: 415px;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

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

.cadreintro .blockmg1 {
	width: 440px;
	height: 135px;
	margin-left: auto;
}

.cadreintro .blockmg2 {
	width: 280px;
	height: 135px;
	margin: 0 auto;
	position: relative;
}

.cadreintro .blockmg2:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #cbcbcb;
	display: block;
	position: absolute;
	margin-left: -145px;
}

.cadreintro .blockmg2:after {
	content: "";
	width: 79%;
	height: 1px;
	background: #cbcbcb;
	display: block;
	position: absolute;
	margin-left: -30px;
	bottom: -1px;
}

.cadreintro .blockmg3 {
	width: 305px;
	height: 135px;
	margin-left: auto;
	margin-right: 50px;
}

.cadreintro .signature {
	width: 400px;
	height: 150px;
	position: absolute;
	bottom: -55px;
	right: 30%;
}

.solutions {
	max-width: 1280px;
	margin: auto;
	margin-bottom: 50px;
}

.CadreSolutionImage {
	height: 400px;
	position: relative;
	max-width: 560px;
	overflow: hidden;
	border-radius: 20px;
}

.CadreSolutionImage:after {
	background: transparent linear-gradient(55deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.4;
}

.CadreSolutionImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.4s ease;
}


.CadreSolutionImage:hover img {
	transform: scale(1.08);
}

.cadrebtnSolution {
	position: absolute;
	display: flex;
	width: 100%;
	gap: 15px;
	justify-content: space-between;
	padding: 0 25px;
	bottom: 50px;
	align-items: center;
	z-index: 1;
}

.titresolution {
	color: #FFF5F1;
	font-size: 3.5em;
	width: 70%;
	font-weight: 100 !important;
	opacity: 0.7;
	left: 20px;
	position: relative;
	transition: all 0.4s ease;
}

.CadreSolutionImage:hover .titresolution {
	opacity: 1;
	margin-left: 15px;
}

.titresolution:before {
	content: "";
	background: #7a0000;
	position: absolute;
	width: 140px;
	height: 2px;
	display: block;
	left: -150px;
	top: 30px;
}

.solutions .minicadrefleche {
	width: 70px;
	height: 70px;
	cursor: pointer;
	background: #f6f1ea73;
	opacity: 1;
	backdrop-filter: blur(4px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	position: relative;
	top: 55px;
	left: 20px;
}

.CadreSolutionImage:hover .minicadrefleche {
	background: #fff;
}

.solutions .minicadrefleche img {
	z-index: 1;
	margin-top: -5px;
	margin-right: -5px;
	max-width: none !important;
	object-fit: none;
}

.dessusahref {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

span#imagegif1,
span#imagegif2 {
	width: 165px;
	height: 50px;
	display: inline-flex;
}

#imagegif1 img,
#imagegif2 img {
	border-radius: 9999px;
	display: inline;
	height: 2.5ch;
	width: 5ch;
	object-fit: cover;
	position: absolute;
}

.hrspecial hr {
	border: none;
	border-top: 1px solid #000;
}

.gridtendancesbas {
	display: flex;
	gap: 20px 20px;
	justify-content: space-between;
	align-items: center;
}

.flextendances, .flexrealisations {
	display: flex;
	gap: 10px;
}

.flextendances div, .flexrealisations div {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

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

.flextendances img, .flexrealisations img {
	width: 18px;
	height: 17px;
}

.gridRea {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	grid-template-rows: 1fr;
	gap: 10px 10px;
	align-items: center;
	margin-top: 2%;
}

.minicadreplus {
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: #f6f1ea73;
    opacity: 1;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.petitplus {
    width: 15px !important;
    height: 15px !important;
    background: url(/wp-content/uploads/2025/11/PICTO-PLUS-GRIS.svg);
    display: block;
    background-size: contain;
}

.CarouDecalage {
	overflow: hidden;
	margin-right: -30%;
	padding-bottom: 30px;
	padding-top: 25px;
}

.CarouDecalage .carou_rea {
	height: 480px;
}

.CarouDecalage .item {
	position: relative;
	max-height: 480px;
	list-style: none;
	margin-right: 30px;
}

.infinite-scroll-posts-grid .item {
	position: relative;
	max-height: 480px;
	list-style: none;
}

.CarouDecalage .item a, .infinite-scroll-posts-grid .item a {
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 20px;
}

.CarouDecalage .CadreActiviteImage, .infinite-scroll-posts-grid .CadreActiviteImage {
	height: 480px;
	display: flex;
	justify-content: center;
	border-radius: inherit;
}

.CadreActiviteImage:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
}

.CarouDecalage .item .image_Activite, .infinite-scroll-posts-grid .item .image_Activite {
	transition: all 0.8s ease;
}

.CarouDecalage .item:hover .image_Activite, .infinite-scroll-posts-grid .item:hover .image_Activite {
	transform: scale(1.08)
}

.CarouDecalage .item .cadrebtnActivite strong:before,
.infinite-scroll-posts-grid .item .cadrebtnActivite strong:before {
	transition: all 0.8s ease;
}

.CarouDecalage .item:hover .cadrebtnActivite strong:before,
.infinite-scroll-posts-grid .item:hover .cadrebtnActivite strong:before {
	width: 50px;
}

.CarouDecalage .image_Activite,
.infinite-scroll-posts-grid .image_Activite {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.CarouDecalage .cadrebtnActivite,
.infinite-scroll-posts-grid .cadrebtnActivite {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	margin: 0;
	padding: 15px 0px;
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.CarouDecalage .cadrebtnActivite strong,
.infinite-scroll-posts-grid .cadrebtnActivite strong {
	font-size: 1.2em;
	display: flex;
	color: #fff;
	font-weight: 100 !important;
	line-height: 1.6rem;
	width: 70%;
	gap: 15px;
	align-items: center;
}

.CarouDecalage .cadrebtnActivite strong:before,
.infinite-scroll-posts-grid .cadrebtnActivite strong:before {
	content: "";
	border-top: 1px solid #F6F1EA;
	width: 36px;
	height: 1px;
	display: block;
}

.CarouDecalage .minicadrefleche,
.infinite-scroll-posts-grid .minicadrefleche {
	width: 70px;
	height: 70px;
	cursor: pointer;
	background: #f6f1ea73;
	opacity: 1;
	backdrop-filter: blur(4px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.CarouDecalage .minicadrefleche img,
.infinite-scroll-posts-grid .minicadrefleche img {
	z-index: 1;
	margin-top: -5px;
	margin-right: -5px;
}

.gridactivites {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 30px 30px;
}

.Cadreactivites {
	background: #151D3C 0% 0% no-repeat padding-box;
	border-radius: 20px;
	padding: 30px;
	transition: .3s ease-in-out;
	color: #fff;
}

.EntetetitreActivites {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.EntetetitreActivites strong {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.3em;
}

.EntetetitreActivites img {
	height: 45px;
	width: auto;
}

.Cadreactivites:hover {
	transform: rotate(-2deg);
	background: #3DAFB4;
}

.Cadreactivites:hover img {
	filter: brightness(0) saturate(100%) invert(11%) sepia(18%) saturate(2737%) hue-rotate(195deg) brightness(90%) contrast(97%);
}


/* SITE  */


.cadreorange {
	background: #FC703B 0% 0% no-repeat padding-box;
	border-radius: 20px;
}

.cadrebeige {
	background: #D5C4AE;
	border-radius: 20px;
}

.ti-widget.ti-goog {
	background: #e9e9d4;
	padding: 30px;
	border-radius: 20px;
	margin-top: 20px;
}

.minititre {
	font-weight: 200 !important;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 14px !important;
	display: block;
	line-height: 1em;
	margin-bottom: 15px;
	letter-spacing: 1px;
	border-left: 1px solid;
	padding-left: 11px;
}

.titrebase .fl-rich-text {
	position: relative;
}

.titrebase.rond :is(h1, h2, h3, h4, h5):before {
	content: "\2022";
	margin-right: 15px;
	font-size: 25px;
	vertical-align: top;
	margin-left: -25px;
	color: #7a0000;
}

.titrebase :is(h1, h2, h3, h4, h5) {
	position: relative;
	margin: 10px 0;
	line-height: 1em;
	color: #000000;
}

.titrebase.texteblanc :is(h1, h2, h3, h4, h5) {
	color: #F5F3E6;
}

.titrebase :is(h1, h2, h3, h4, h5) em {
	font-family: "scotch-display", sans-serif;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 400;
	position: relative;
	color: #7a0000;
}

.titrebase.trait :is(h1, h2, h3, h4, h5):after {
	content: "";
	background: #7a0000;
	position: absolute;
	width: 140px;
	height: 2px;
	display: block;
	left: -115px;
	margin-left: -25px;
	top: 22px;
}

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

.titrebase.trait.texteblanc :is(h1, h2, h3, h4, h5):after {
	background: #F5F3E6;
}

.titrebase.trait :is(h1, h2, h3, h4, h5):before {
	content: "";
	margin-left: 25px;
}

.titrebase h1 {
	font-size: 2.4em;
	font-weight: 300;
}

.titrebase h2 {
	font-size: 2.4em;
	font-weight: 300;
}

.titrebase h3 {
	font-size: 2.4em;
	font-weight: 300;
}

.titrebase h4 {
	font-size: 2.4em;
	font-weight: 300;
}

.titrebase h5 {
	font-size: 2.4em;
	font-weight: 300;
}

.single .cntTitle {
    max-width: 45%;
    margin-left: 100px;
}

.cadreimgbase,
.cadreimgbase div {
	height: 495px;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
}

.cadreimgbase.taille2,
.cadreimgbase.taille2 div {
	height: 595px;
}

.cadreimgbase img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	max-width: inherit !important;
}


.comparateur .image-compare-viewer img {
	max-width: none !important;
}

.image-compare-viewer.icv.icv__icv--horizontal.standard {
	max-width: 700px;
	margin: auto;
	margin-top: 40px;
	border-radius: 36px;
}


/* FORM  */

.flex-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 5%;
    padding: 25px;
    color: #000;
}

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

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

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

.flex-form p {
	margin: 0
}

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

.flex-form :is(input, textarea, select):not(:is([type="submit"], [type="button"])) {
	color: #818181;
	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;
	border: none;
	border-bottom: 1px solid #818181;
	padding: .7375rem 0px;
	border-radius: 0;
	background: transparent;
}

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


.full h3,
.full h4 {
	font-size: 3em;
	font-style: normal;
	margin-bottom: 25px;
	font-weight: 100;
	margin-top: 0;
}

.full h3 em,
.full h4 em {
	color: #fff;
	font-weight: 600;
	font-style: normal;
}


.full h4:before {
	display: none;
}


.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='%231E00FE' 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;
}

.flex-form .wpcf7-submit {
	text-transform: uppercase;
}

.wpcf7-acceptance label {
	font: initial;
	font-size: 12px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-family: "neue-haas-grotesk-text", sans-serif;
	line-height: 1em;
}


/* FOO§TER  */

footer.footerbg {
	background: #F5F3E6;
	position: relative;
}

footer.footerbg p {
	margin: 10px 0;
	color: #818181;
	position: relative;
	font-weight: 100;
}

.reseaux-logo {
	border-top: 1px solid #dcd7d2;
	border-bottom: 1px solid #dcd7d2;
	padding: 20px 0;
}

.reseaux-logo .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a.imgres {
	font-size: 1.9em;
	color: #000;
	text-decoration: none;
	line-height: 1.7em;
	position: relative;
	padding: 0 20px 0 0;
	overflow: hidden;
}

a.imgres:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #0b0a0a;
	bottom: -9px;
	left: 0px;
	z-index: -1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}


a.imgres:hover:before {
	content: "";
	position: absolute;
	width: 105%;
	height: 2px;
	bottom: -9px;
	left: 0px;
	z-index: -1;
	background: #000;
}

a.imgres::after {
	content: '';
	background: url(/wp-content/uploads/2025/11/FLECHE-MOYEN-DROITE-HAUT-NOIR.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	position: absolute;
	right: -15px;
	bottom: 10px;
	opacity: 1;
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

a.imgres:hover::after {
	animation: move-and-replace 0.3s ease-out forwards;
}


@keyframes move-and-replace {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		content: '';
		background: url(/wp-content/uploads/2025/11/FLECHE-MOYEN-DROITE-HAUT-NOIR.svg);
		background-size: contain;
	}

	50% {
		transform: translate(-5px, 9px);
		opacity: 1;
	}

	51% {
		content: '';
		background: url(/wp-content/uploads/2025/11/FLECHE-MOYEN-DROITE-HAUT-NOIR.svg);
		transform: translate(-5px, 8px);
		opacity: 0;
		background-size: contain;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

.gridunlolangue {
	display: flex;
	gap: 60px;
	align-items: center;
}

.gridunlolangue img {
	width: 150px;
	height: auto;
	object-fit: cover;
	margin-top: 15px;
}

ul.reseauxsociaux {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}

.reseauxsociaux li {
	margin-right: 60px !important;
	margin-left: 15px !important;
}

.reseauxsociaux li:last-child {
	margin: 0 !important;
}

.gtranslate_wrapper {
	display: flex;
	flex-direction: row-reverse;
	gap: 15px;
	justify-content: flex-end;
}

.gtranslate_wrapper a {
	color: #818181;
	font-weight: 100 !important;
	border-bottom: 1px solid #818181;
}

.gtranslate_wrapper a.gt-current-lang {
	color: #000;
}

.grid-reseaux {
	display: flex;
	gap: 25px;
	align-items: baseline;
}

.grid-reseaux strong {
	color: #818181;
	font-weight: 100;
	font-size: 1.3em;
}

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

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

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

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

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

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

.footer-logo .wp-image-122 {
	width: 380px;
	margin-left: -10%;
}

.footer-logo strong {
	color: #000000;
	font-weight: 100;
}

.footer-logo ul li {
	display: flex;
	align-items: flex-end;
}

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

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

.footer-nav {
	grid-area: nav;
	padding-left: 25%;
}

.footer-reservation {
	grid-area: reservation;
	padding-left: 25%;
}

.footer-reservation a.reservation {
	max-width: 120px
}

nav.footer-nav li a,
.footer-reservation li a {
	color: #000000;
	font-size: 1.15em;
	position: relative;
}

.footer-credits {
	border-top: 1px solid #dcd7d2;
}

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

.footer-credits ul {
	display: flex;
	list-style: none;
	color: #000000;
	padding: 0;
	font-weight: 100;
}

.footer-credits ul li {
	margin-right: 5px;
}

.footer-credits p {
	padding: 17px;
	margin: 0 !important;
	color: #000000;
}

.footer-credits a {
	text-decoration: none;
	color: #000000;
	font-weight: 100;
}

.footer-credits a img {
	margin-left: 6px;
	height: 18px;
	width: auto;
}