﻿@import url('https://use.typekit.net/urt5oud.css');
:root {
  --color-ink: #161615;
  --color-brand: #eeae00;
  --color-accent: #29c483;
  --color-white: #fff;
  --container-max: 1400px;
}

* {
  box-sizing: border-box;
}


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


.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", sans-serif;
  font-display: swap;
  color: var(--color-ink);
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
}

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

.Flix {
  overflow: hidden;
}

a {
  color: var(--color-ink);
  text-decoration: none;
}
p a, li a {
  color: #29c483;
  text-decoration: none;
}

a:hover {
  color: var(--color-brand);
  text-decoration: underline;
}

.btn {
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  z-index: 0;
  display: inline-flex;
  gap: 10px;
  transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
  background: var(--color-accent);
  align-items: center;
  color: var(--color-white);
  border: 2px solid var(--color-accent);
  border-radius: 37px;
}

.btn:hover {
  background: var(--color-white) !important;
  color: var(--color-brand) !important;
  text-decoration: none;
  border: 2px solid var(--color-brand);
}

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

.btn.transpa.border {
  background: transparent;
  color: #000;
  border: 2px solid rgb(217 217 217 / 36%);
}

.btn.transpa.border.jaune {
  background: transparent;
  color: var(--color-brand);
  border: 2px solid rgb(238 174 0 / 50%);
}

.btn.transpa.border.textblanc {
  color: var(--color-white);
}

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

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

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

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

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

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

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

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

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

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

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

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

.margintop80 {
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

/* HEADER  */
.logo {
  position: relative;
}

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

.navbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  color: var(--color-white);
  position: fixed;
  top: 55px;
  left: 50%;
  z-index: 20;
  gap: 50px;
  transition: all 0.4s ease 0.2s;
  transform: translate(-50%, -50%);
  width: 99%;
  background: rgb(22 22 21 / 90%);
  border-radius: 21px;
  padding: 10px 40px;
  justify-items: center;
  min-height: 65px;
}

.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: var(--color-brand);
}

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

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

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

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

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

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

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

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

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

#banniereIntern .cntimg {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.Filedariane li {
  display: inline-block;
}

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

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

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

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

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

.CoteDroit {
  line-height: 1.5em;
}

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

.FormulaireWpFluide {
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

main.faqblock {
  margin-left: 0;
}

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

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

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

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

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

section.newection2 {
    background: rgb(41 196 131 / 15%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
    padding: 15px;
}


/*  blockreassurances  */
.blockreassurances {
  border-radius: 24px;
  padding: 15px;
}

.reassurances ul {
  display: flex;
  list-style: none;
  gap: 20px;
  padding: 20px;
  background: hsl(0deg 0% 100% / 85%);
  border-radius: 19px;
  align-items: flex-start;
  min-height: 115px;
  margin-bottom: 0;
}

.reassurances ul li strong {
  font-size: 1.1em;
  display: block;
}

li.bgico {
  background: rgb(41 196 131 / 12%);
  border-radius: 28px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.bgico img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(99%) saturate(309%) hue-rotate(103deg) brightness(90%) contrast(97%);
}

/* PHOTOS + TEXTE */
.decallageimg {
  margin-right: -15% !important;
  max-height: 480px;
}

.rondafter:after {
  content: "";
  background: url(/wp-content/uploads/2026/04/rond.svg);
  width: 600px;
  height: 600px;
  position: absolute;
  right: -10%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.rondafter {
  position: relative;
}

.rondafter * {
  position: relative;
  z-index: 1;
}

.rondbefore:after {
  content: "";
  background: url(/wp-content/uploads/2026/04/rond.svg);
  width: 270px;
  height: 270px;
  position: absolute;
  left: -10%;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.rondbefore * {
  position: relative;
  z-index: 1;
}

.photo1, .photo2 {
  height: 320px !important;
  position: relative;
}

.photo1 {
  top: -40px;
}

.photo2 {
  top: 40px;
}

.cadrephotoimgtxt .photo1 img, .cadrephotoimgtxt .photo1 * {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 37px;
}

.cadrephotoimgtxt .photo2 img, .cadrephotoimgtxt .photo2 * {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 37px;
}

/* SERVICE */
.service {
  height: 315px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.service a:before {
  content: "";
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 15px;
  background: rgb(255 255 255) url(/wp-content/uploads/2026/04/fleche-v2.svg);
  background-position: 12px 8px;
  background-repeat: no-repeat;
  background-size: 19px;
}

.service * {
  height: 100%;
  width: 100%;
}

.service img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition: all 0.3s ease;
}

.service .lienservice .img:after {
  content: "";
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service .lienservice:hover img {
  transform: scale(1.07);
}

.text-dessus {
  position: absolute;
  bottom: 0;
  height: 70px !important;
  text-align: center;
  color: var(--color-white);
  font-size: 1.5em;
  font-weight: bold;
}

.siheroubandeau {
  margin-top: 2%;
}

.hero .lecadre77 {
  font-size: 1.1em;
}

.lecadre77 {
  border: 1px solid rgb(41 196 131 / 61%);
  border-radius: 44px;
  max-width: 600px;
  margin-left: auto;
  font-size: 1.3em;
  padding: 15px;
}

.lecadre77 strong {
  font-weight: 800;
}

.lecadre77 em {
  color: var(--color-accent);
  font-weight: 800;
}

.theme1 li, .theme2 li, .theme3 li, .theme4 li {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.theme3, .theme2, .theme4, .post-excerpt ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 25px;
}

.theme1 {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.theme1 li {
  background: #DFF6EB 0% 0% no-repeat padding-box;
  padding: 10px 25px;
  border-radius: 28px;
  color: var(--color-ink)!important;
  margin-bottom: 5px !important;
}

.theme2 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 1250px;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 35px;
}

.theme2 li {
  background: var(--color-white);
  padding: 10px 25px;
  border-radius: 28px;
  color: var(--color-ink)!important;
  margin-bottom: 5px !important;
}

.theme4 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  margin: auto;
}

.theme4 li {
  background: #f6f5f2;
  padding: 10px 25px;
  border-radius: 30px;
}

.theme1 li:before, .theme2 li:before, .theme3 li:before, .theme24 li:before, .post-excerpt ul li:before {
  content: "";
  background: url(/wp-content/uploads/2026/04/check.svg);
  width: 25px;
  height: 25px;
  display: block;
  flex-shrink: 0;
  background-size: contain;
}

/* CTA  */
.blockcta {
  background: var(--color-accent) 0% 0% no-repeat padding-box;
  border-radius: 31px;
  margin-bottom: 15px;
  margin: 0 15px;  
}

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

ul.flex.centrer {
  margin: auto;
  width: 1080px;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.radius43, .radius43 * {
  border-radius: 43px 0 0 43px;
  position: relative;
  overflow: hidden;
}

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

.radius29 {
  border-radius: 0 0 29px 29px;
}

.radius29c {
  border-radius: 29px 29px 0 0;
}

.padgd90px {
  padding:0 90px;
}

.topnega25 {
  position: relative;
  top: -22px;
  z-index: 1;
  padding-top: 30px !important;
  text-align: center;
}

.blanc.grand {
  background: var(--color-white);
  color: var(--color-accent);
  font-weight: 800 !important;
  padding: 15px 35px;
  margin: 0 !important;
  min-height: 56px;
}

.border.grand {
  background: transparent;
  color: var(--color-white);
  font-weight: 800 !important;
  padding: 15px 35px;
  margin: 0 !important;
  min-height: 56px;
  border: 2px solid rgb(255 255 255 / 53%);
}

.opacity.grand {
  background: rgb(255 255 255 / 26%);
  color: var(--color-white);
  font-weight: 800 !important;
  padding: 15px 35px;
  margin: 0 !important;
  min-height: 56px;
}

/* FOND */
.fontvert, fondvert {
  background: var(--color-accent) 0% 0% no-repeat padding-box;
}

.fondvertpale {
  background: rgb(41 196 131 / 15%) 0% 0% no-repeat padding-box;
}

.fondnoir {
  background: var(--color-ink) 0% 0% no-repeat padding-box;
}

section.radius29.padding90 {
  padding-bottom: 10px !important;
  margin: 0 15px;
}

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

.formimg {
  margin-left: -50px;
  padding: 7px;
  position: relative;
  z-index: 0;
}

.formimg .fl-module-content.fl-node-content {
  overflow: hidden;
  border-radius: 20px;
}

/* SPEC */
.minititre, .mini-titre {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--color-ink);
  padding: 5px 15px;
  font-size: 0.9em;
  border: 1px solid rgb(41 196 131 / 60%) !important;
  border-radius: 40px;
}

strong.minititre.text-blanc {
  color: var(--color-white);
  border: 1px solid var(--color-white) !important;
}

.titrebase :is(h1, h2, h3, h4, h5) {
  font-size: 2.1em;
  margin-bottom: 20px;
  margin-top: 5px;
  line-height: 1.2em;
  font-weight: 800;
  position: relative;
}

.titrebase hr {
  border: none;
  border-top: 2px solid var(--color-brand);
  width: 115px;
  margin-left: -45px;
  margin-bottom: 15px;
  margin-top: 0;
}

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

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

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

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

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

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

.CarouDecalage .carou_rea {
}

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

.item:hover {
  bottom:15px;
}

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

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

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

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

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

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

.item .cadrebtnActivite {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  width: 75%;
  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;
}

.item .cadrebtnActivite h3:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -10px;
  background: var(--color-brand);
  left: 0;
  width: 115px;
}

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

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

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

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

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

.flextendances div {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgb(41 196 131 / 45%);
  border-radius: 29px;
}

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

.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 {
  background: #dff6ed 0% 0% no-repeat padding-box;
  box-shadow: 0 13px 26px #00000029;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

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

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

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

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

span.wpcf7-spinner {
  position: absolute;
}

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

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

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

.flex-form p {
  margin: 0;
}

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

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

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

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

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

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

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

.full em {
  font-style: normal;
}

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

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

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

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

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

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

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

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

/* FOOÂ§TER  */
footer.footerbg {
  background: #f2f7fa;
  position: relative;
  padding-top: 40px;
}

footer.footerbg h4 {
  color: var(--color-accent);
  margin: 0;
  font-size: 1.2em;
  padding-bottom: 10px;
}

footer.footerbg p {
  position: relative;
}

.main-footer {
  display: grid;
  grid-template-columns: 0.6fr 0.7fr 1.7fr;
  grid-template-areas: "logo nav reservation";
  gap: 0 30px;
  padding: 30px 0 10px 0;
  max-width: 1280px;
  margin: auto;
  align-items: start;
}

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

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

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

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

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

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

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

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

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

.footer-credits {
  grid-area: credits;
  padding-top: 35px;
}

.footer-credits ul {
  margin: 0;
}

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

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

.flexbas {
  padding: 20px 0;
}

.flexbas .container {
  border-top: 1px solid #d8e3eb;
  padding-top: 15px;
}

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

.joinchat__button{
    bottom: 108px!important;
}