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

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

* {
	box-sizing: border-box
}

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

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: #94e145;
}

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

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

body {
	font-family: "tenon", sans-serif;
	font-display: swap;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
}


section.SingleReaExp {
	margin-bottom: 0;
	padding-bottom: 40px;
}


.openMenuMobile {
	display: none
}

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

.Flix {
	overflow: hidden
}

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

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

.single-realisations h1,
.single-expressions h1 {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 500;
	text-align: center;
	margin: 20px 0;
	padding: 0 15px
}

.btn {
	color: #94E145;
	padding: 14px 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 #000000;
	margin-top: 10px;
	border: 1px solid #000000;
	background: #161616;
	font-weight: 200;
	border-radius: 42px;
	font-size: 1.1em;
}

.btn:hover {
	background: #94E145 !important;
	color: #000 !important;
	text-decoration: none;
	box-shadow: inset 400px 0 0 0 #94E145;
	border: 1px solid #94E145;
}

.btn.flechico:after {
	content: "";
	background: url(/wp-content/uploads/2025/06/FLECHE-DROITE-VERT.svg);
	width: 14px;
	height: 9px;
	background-size: cover;
}

.btn.flechico:hover:after {
	content: "";
	background: url(/wp-content/uploads/2025/06/FLECHE-GRANDE-DROITE-NOIR.svg);
	width: 26px;
	height: 9px;
	background-size: cover;
}

.icorange:after {
	filter: brightness(0) saturate(100%) invert(69%) sepia(57%) saturate(515%) hue-rotate(357deg) brightness(91%) contrast(86%);
}

.btn.icorange:hover:after {
	filter: none;
}

.btn.transpa.flechico {
	background: transparent;
	border: 1px solid #94E145;
}

.btn.fdorange.flechicodiag {
	background: #d9a53f;
	color: #000;
}

.btn.fdvert.flechico {
	background: #94E145;
	color: #000;
}

.btn.fdvert.flechico:after {
	filter: brightness(0) saturate(100%);
}


.btn.flechicodiag:after {
	content: "";
	background: url(/wp-content/uploads/2025/06/FLECHE-DROITE-HAUT-NOIR.svg);
	width: 9px;
	height: 12px;
	background-size: cover;
	margin-top: -3px;
	transition: all 0.3s ease;
}

.btn.flechicodiag:hover:after {
	transform: rotate(60deg);

}

.btn.fdvert.flechico:hover {
	box-shadow: inset 400px 0 0 0 #d9a53f;
	border: 1px solid #d9a53f;
}


.MenuBox {
	display: none;
}

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

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

.texteblanc {
	color: #fff
}

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

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

.sticky img.cover {
	height: auto;
	width: 100%;
}

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

/* HEADER  */

.logo {
	position: relative;
}

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

.navbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	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: 90px;
	padding: 0px 60px 0 60px;
	background: #000000 0% 0% no-repeat padding-box;
	box-shadow: 0px 15px 30px #00000029;
}

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

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

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

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

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

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

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: #2a2d2f;
	min-width: 190px;
	top: 40px;
	overflow: hidden;
	width: max-content;
	border-radius: 10px;
}

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

/* SLIDER  */

#home_slider {
	position: relative;
	padding: 0;
	height: 700px;
}

.overflowhiddenSlider.logoas::before {
	z-index: 2;
}

.ItemSliderHome {
	overflow: hidden;
	position: relative;
	height: 700px;
}

#home_slider .overflowhiddenSlider {
	height: 700px;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 55px;
}

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

.tiret:before {
	content: "Scroll";
	position: absolute;
	bottom: 35px;
	margin-left: -19px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	z-index: 8;
	color: #fff;
}

.tiret:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 65px;
	width: 1px;
	border-right: 1px solid #fff;
	z-index: 8;
}

.cadreintern {
	max-width: 830px;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	font-weight: 200;
}

.fleches {
	position: absolute;
	bottom: 45px;
	left: 7%;
	height: 55px;
	width: 150px;
	z-index: 2;
	display: flex;
	gap: 15px;
}

.flechPrev,
.flechNext {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 50%;
	background: #000;
}


.flechNext {
	background: #fff;
}


.fleches img {
	width: 14px;
	height: 9px;
}

.cadreintern h1,
.cadreintern h2,
.cadreintern h3 {
	margin: 0;
	line-height: 1em;
	font-size: 1.9em !important;
	display: block;
	margin-top: 20px;
	font-weight: 200;
	position: relative;
}

.cadreintern .btn {
	background: #3582AE;
	border: 1px solid #3582AE;
	padding: 15px 25px;
}

.cadreintern .btn:hover {
	padding-right: 60px;
	border: 1px solid #0F2036;
	box-shadow: inset 400px 0 0 0 #0F2036;
}

.ItemSliderHome:before {
	content: "";
	background: rgb(84 81 76 / 76%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#home_slider .cadreintern b {
	font-weight: 500;
}

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

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

.ItemSliderHome img {
	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;
}

/* BAN INTERNE  */

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

div#banniereIntern:after {
    content: "";
    background: rgb(84 81 76 / 76%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#banniereIntern.logoas:before {
    width: 70vh;
    height: 40vh;
    z-index: 2;
}

#banniereIntern .cntimg {
	overflow: hidden;
}

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

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

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


.fondnoir {
	background: #000;
	position: relative;
	z-index: 1;
}

.fondvert {
	background: #94e145;
}

.fondorange {
	background: #d9a53f;
}


.minititre {
	font-weight: 200 !important;
	font-size: 1.3em;
	margin-top: 14px !important;
	display: inline-block;
	margin-bottom: 15px;
	border: 1px solid #94E145;
	padding: 9px 25px;
	border-radius: 42px;
	color: #94E145;
}

.titrebase h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.titrebase h2 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.titrebase h3 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.titrebase h4 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.titrebase h5 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}


.titrebase h1 em,
.titrebase h2 em,
.titrebase h3 em,
.titrebase h4 em,
.titrebase h3 em {
	font-weight: 100;
}


.textblanc {
	color: #fff;
}


/* SECTION  */


.fl-node-mu6hcl1sd5iz img {
	height: 330px !important;
	border-radius: 30px;
}

.img1 {
	position: relative;
}

.img1:before {
	content: "";
	background: #94E145 url(/wp-content/uploads/2025/06/LOGO-FAV-ALSASTORE68-NOIR.svg);
	width: 55px;
	height: 55px;
	position: absolute;
	z-index: 1;
	padding: 15px;
	border-radius: 50%;
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 35%;
	left: 0;
	transform: translate(-50%, -50%);
}

.prestations {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.prestations a:before {
	content: url(/wp-content/uploads/2025/06/FLECHE-DROITE-HAUT-noir.svg);
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 38px;
	opacity: 1;
	border-bottom: 1px solid #94E145;
	background: #94E145;
	position: absolute;
	right: 15px;
	z-index: 1;
	transform: rotate(0deg);
	top: 15px;
}

.imgpresta {
	height: 382px;
	width: 100%;
}

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

.prestations:hover .imgpresta img {
	transform: scale(1.07) !important;
}

.imgpresta:before {
	content: "";
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.textflopresta {
	padding: 10px 15px;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	width: 96%;
	color: #fff;
	padding-left: 20px;
	min-height: 90px;
	font-size: 1.15em;
	font-weight: 200;
}

.textflopresta h3 {
	margin: 0;
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 10px;
}


.fl-node-tb3elwiqc8z7,
.fl-node-y9ql6ehufgts {
	clip-path: ellipse(180% 53% at 53% 54%);
	margin-top: -40px;
	z-index: 1;
}

.fl-node-gxuk0e2i9sf7 {
	clip-path: polygon(28% 4%, 100% 0, 100% 100%, 100% 100%, 98% 100%, 100% 100%, 100% 100%, 0 100%, 0% 100%, 0 0);
	margin-top: -30px;
}

.service {
	background: transparent linear-gradient(236deg, #1D241F 0%, #000000 100%) 0% 0% no-repeat padding-box;
	padding: 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 1.1em;
	font-weight: 200;
	color: #C9D2CD;
}

.service .iconebord {
	display: flex;
	border: 1px solid #707070;
	width: 55px;
	height: 55px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-bottom: 15px;
}

.service strong {
	font-size: 1.2em;
	font-weight: 400 !important;
	margin: 10px 0;
	color: #fff;
}


.fl-node-ehx4cvg8djfl,
.fl-node-ef0t1ng5rq7d {
	clip-path: ellipse(130% 55% at 55% 55%);
	margin-top: -30px;
	z-index: 1;
}


.fl-node-4bu8hd0j9mfg,
.fl-node-le57mo9w0fa2,
.fl-node-itevhj49z82w {
	position: relative;
	z-index: 1;
}

.fl-node-ehx4cvg8djfl:after,
.fl-node-ef0t1ng5rq7d:after {
	content: "";
	background: rgb(84 81 76 / 76%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.logoas {
	position: relative;
}

.logoas:before {
	content: "";
	background: url(/wp-content/uploads/2025/06/LOGO-FAV-GRAND-ALSASTORE68-BLANC.svg);
	position: absolute;
	width: 100vh;
	height: 60vh;
	background-size: contain;
	z-index: 1;
	left: -7%;
	bottom: -100px;
	background-repeat: no-repeat;
	opacity: 0.2;
}


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

.CarouDecalage .carou_rea {
	height: 410px;
}

.item {
	position: relative;
	margin: 15px 1% 15px 0px;
	padding: 0;
	height: 370px;
	box-shadow: 0px 8px 10px #00000029;
	margin-bottom: 20px;
	border-radius: 30px;
	overflow: hidden;
}

.item:before {
	content: "";
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.item a:before {
	content: url(/wp-content/uploads/2025/06/FLECHE-DROITE-HAUT-ORANGE.svg);
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 38px;
	opacity: 1;
	border-bottom: 1px solid #000000;
	background: #000000;
	position: absolute;
	right: 15px;
	z-index: 1;
	transform: rotate(0deg);
	top: 15px;
}

.categorie-titre {
	display: inline-flex;
	color: #fff;
	padding: 5px 7px;
	font-size: 15px;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
	background: #A4B2BA 0% 0% no-repeat padding-box;
	border-radius: 20px;
}

.categorie-titre img {
	width: auto !important;
	height: 22px !important;
	background: #3582AE 0% 0% no-repeat padding-box;
	border-radius: 15px;
	padding: 3px;
}

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

.item .CadreActiviteImage {
	position: relative;
	height: 370px;
	cursor: pointer;
	border-radius: 0;
	overflow: hidden;
}

.item .cadrebtnActivite {
	padding: 10px 15px;
	position: absolute;
	bottom: 20px;
	z-index: 1;
	width: 88%;
	color: #fff;
	padding-left: 30px;
	min-height: 65px;
	font-size: 1.15em;
	font-weight: 200;
}

.item .cadrebtnActivite h3 {
	font-weight: 400;
	margin: 10px 0;
}

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

}

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

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

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

.flextendances img {
	width: 14px;
	height: 9px;
}

.next-t.realisationsfleches {
	background: #fff;
}


/* FORM  */

.flex-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 5%;
    padding: 50px 20px;
    box-shadow: 0px 13px 26px #00000029;
    border-radius: 20px;
    clip-path: ellipse(134% 52% at 40% 53%);
    z-index: 1;
    background: #d9a53f;
    color: #fff;
}

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

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

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

.full h3, .full h4 {
    font-size: 1.4em;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    color: #ffffff;
}

.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='%237F1416' 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 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1em;
}

.flex-form input::placeholder, .flex-form textarea::placeholder {
    color: #fff;
}

/* FOO§TER  */

footer.footerbg {
	background: #000000;
	position: relative;
	z-index: 1;
}

.footerbg h4 {
	font-size: 1.2em;
}

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

.main-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:
		"logo nav reservation credits";
	color: #fff;
	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;
	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
}

.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 {
	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;
	margin-left: 30px;
}

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

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

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