@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --grey: #5B6268;
  --red: #ED1E26;
  --black: #000;
  --light-grey-1: #E2E2E2;
  --light-grey-2: #636363;
  --white: #fff;
  --dark-grey: #222222;
  --grey-dove: #636363;
}

section {
  --wp--style--root--padding-right: 0;
  --wp--style--root--padding-left: 0;
  --wp--style--global--content-size: 100%;
}

.cookieconsent {
  opacity: 1;
  top: unset;
  bottom: 0;
  background-color: #000000;
}
.cookieconsent button.btn.btn-info {
  background-color: #000;
}
.cookieconsent p {
  color: #fff;
}

.fade:not(.show) {
  opacity: 1;
}

body .cookie-notice {
  width: 100% !important;
  max-width: 100% !important;
  background: #11113d !important;
  right: 0 !important;
  left: 0 !important;
}
body .cookie-notice .cn-body {
  display: grid;
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-right: auto !important;
  padding-block: 10px !important;
}
body .cookie-notice p {
  color: #b8b8b8 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    z-index: 1111 !important;
  }
}
header#header:not(.body-interne header#header) {
  position: absolute;
  width: 100%;
}

.navbar > div.container {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  max-width: calc(100% - 20px);
  border: 3px solid #fff;
  transition: all ease-in-out 0.3s;
}
.is-sticky .navbar > div.container, .body-interne .navbar > div.container {
  border: 3px solid #5db245;
}

.is-sticky .navbar-toggler, .body-interne .navbar-toggler {
  border-color: #fff;
}

a.nav-link,
body .dropdown-item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height */
  text-transform: uppercase;
  color: #000000;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  gap: 10px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: transparent;
}
@media (min-width: 992px) {
  a.nav-link,
  body .dropdown-item {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.bandeau-header {
  position: relative;
}

.accroche-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.accroche-container .accroche h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(36px, 8vw, 96px);
  line-height: 100%;
  /* or 104% */
  padding-block-end: 20px;
  color: #FFFFFF;
}
.accroche-container .accroche p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 32px);
  line-height: 150%;
  color: #FFFFFF;
}

.slick-slide img {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
li.nav-item.dropdown {
  position: relative;
  padding-inline: 15px;
}
li.nav-item.dropdown .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 10px;
}

.bandeau-header {
  position: relative;
}
.bandeau-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(images/before-header.svg) bottom center no-repeat;
  background-size: cover;
  z-index: 2;
}
.bandeau-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: url(images/fond-1.svg) top center no-repeat;
  background-size: cover;
  z-index: 1;
}
.bandeau-header .slick-slide img {
  height: 430px;
}
@media (min-width: 992px) {
  .bandeau-header .slick-slide img {
    height: unset;
  }
}

#sticker {
  z-index: 111 !important;
}

ul#breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin-bottom: 0;
  background: #cacaca;
  border-radius: 10px;
  margin-bottom: 30px;
}

ul#breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #545454;
}

ul#breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "> ";
}

ul#breadcrumb li a {
  color: #000000;
  text-decoration: none;
}

ul#breadcrumb li a:hover {
  color: #545454;
  text-decoration: none;
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
}

ul.album-similar {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  list-style: none;
  text-align: center;
  gap: 10px;
}

ul.album-similar li,
.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
ul.album-similar li img,
.ug-thumb-wrapper.ug-tile.ug-tile-clickable img {
  border-radius: 10px;
}

ul.album-similar h4 {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: auto;
  color: #11113D;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
ul.album-similar h4 a {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 16px;
  white-space: break-spaces;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: wrap;
  padding: 10px;
  text-transform: initial;
  display: flex;
}

.album_nav {
  margin: 30px 0;
}
.album_nav a {
  color: white;
  text-decoration: none;
}

.location {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-block-end: 30px;
}
.location .map {
  max-height: 240px;
}
.location .col-coords {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  background: #F6F6F6;
  border-radius: 30px 0px 0px 0px;
}

.footer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #3DAA47;
  border-radius: 10px;
  flex-direction: column;
  max-width: calc(100% - 20px);
  padding: 30px 10px;
  margin: auto;
}
@media (min-width: 992px) {
  .footer > div {
    flex-direction: row;
    padding: 30px 40px;
  }
}

.footer .nav-item {
  list-style: none;
  display: inline-block;
}
.footer .nav-item .nav-link {
  color: #fff;
}

.mentions {
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 992px) {
  .mentions {
    flex-direction: row;
  }
}
.mentions a {
  color: #fff;
}

.visible-xs.footer-phone {
  display: block;
  margin: 10px;
  background: #2d2d2d;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 576px) {
  .visible-xs.footer-phone {
    display: none;
  }
}
.visible-xs.footer-phone p,
.visible-xs.footer-phone a {
  text-align: center;
  color: #F6F6F6;
  margin-block-end: 0;
  text-decoration: none;
}

.footer-menu {
  padding-left: 0;
  margin-block-end: 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-menu {
    justify-content: start;
  }
}

.mentions img {
  width: 124px;
  height: auto;
}

.contact-form {
  row-gap: 10px;
}

.col-form {
  margin-block-end: 30px;
}

.form-group input, .form-group textarea {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 16px 20px 32px;
  background: #F6F6F6;
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.form-buttons button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 50.2365px 11.19px 50.6235px;
  isolation: isolate;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  background: #3C3C3A;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.form-buttons button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: #D8232A;
  border-radius: 0px 26px 0px 0px;
  border: none;
}

.g-recaptcha {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-block-end: 10px;
}

.container_autres_activites {
  padding-block-start: 50px;
}

.content_autres_activites {
  row-gap: 20px;
}

.body-interne .coordonnees {
  margin-block-end: 30px;
}
.body-interne .coordonnees a {
  color: #212529;
}

.img-1 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-block-end: 40px;
}
.img-1::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 5px solid #3DAA47;
  z-index: -1;
  border-radius: 10px;
}

.accueil-content img {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .accueil-content img {
    height: 420px;
    width: 88vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.list-activity {
  margin-inline-start: 0;
  padding-inline-start: 0;
}

.list-activity,
.content-activites {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 10px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.list-activity li,
.content-activites li {
  display: flex;
  flex-direction: row;
  list-style: none;
  text-align: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (min-width: 782px) {
  .list-activity li,
  .content-activites li {
    flex-direction: column;
    width: calc(33.33% - 30px);
  }
}
.list-activity li img,
.content-activites li img {
  aspect-ratio: 350/250;
  width: 110px;
  height: auto;
  border-radius: 10px;
}
@media (min-width: 782px) {
  .list-activity li img,
  .content-activites li img {
    width: 100%;
  }
}
.list-activity li h3 > a,
.list-activity li h3,
.content-activites li h3 > a,
.content-activites li h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #303030;
  text-decoration: none;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  mix-blend-mode: multiply;
}
.body-interne .list-activity li h3 > a,
.body-interne .list-activity li h3,
.body-interne .content-activites li h3 > a,
.body-interne .content-activites li h3 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .list-activity li h3 > a,
  .list-activity li h3,
  .content-activites li h3 > a,
  .content-activites li h3 {
    font-size: 32px;
  }
  .body-interne .list-activity li h3 > a,
  .body-interne .list-activity li h3,
  .body-interne .content-activites li h3 > a,
  .body-interne .content-activites li h3 {
    font-size: 20px;
  }
}

.list-activity h3::after {
  content: "";
  width: 20px;
  height: 6px;
  background: #D8232A;
  border-radius: 15px;
}
@media (min-width: 782px) {
  .list-activity h3::after {
    width: 33px;
    height: 15px;
  }
}

.compare-slide-container .slick-list {
  aspect-ratio: 16/9;
}

.slide-ba {
  min-height: unset !important;
}

.fb_iframe_widget {
  background-image: url(images/Device.png);
  background-repeat: no-repeat;
  padding: 48px 17px 16px 20px;
}

.insta,
.avis {
  border: 10px solid #B9B9B9;
  border-radius: 10px;
  margin-block-end: 30px;
  background: #fff;
}

.widget-fb-avis-container {
  gap: 30px;
  flex-wrap: wrap;
}

.fb_iframe_widget span {
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}

.coords {
  display: grid;
}

.item-coord, .item-coord a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #2E3C2D;
}

.item-coord a {
  font-weight: 500;
  text-decoration: none;
}

.col-fb {
  width: 310px;
  margin: auto;
}

.before-after {
  position: relative;
}
.before-after .img-ba {
  position: absolute;
  top: 0;
  height: 1082px;
  width: 554px;
  left: 0;
  z-index: -1;
  -webkit-mask-image: url(images/BG-BA.png);
  mask-image: url(images/BG-BA.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}

@media (min-width: 992px) {
  .actus-avis h2.h2 {
    color: #fff;
  }
}

body .twentytwenty-after-label:before {
  color: #3DAA47;
}

body .twentytwenty-before-label:before {
  color: #D8232A;
}

body .twentytwenty-before-label:before,
body .twentytwenty-after-label:before {
  background: #fff;
  border-radius: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  top: 30px !important;
}

#galery-compare .slick-list {
  border-radius: 30px;
  overflow: hidden;
}

@media (min-width: 992px) {
  section.activity {
    background: url(images/Bg-activity.jpg) bottom right no-repeat;
  }
}

span.ButtonBase__Overlay-sc-p43e7i-4.jhGZeV {
  background: #000 !important;
}

html,
body {
  position: relative;
  font-size: 100%;
  scroll-behavior: auto !important;
  margin: 0 !important;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

body a {
  text-decoration: none;
}

body div.img-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1334px;
  width: 747px;
  background-size: cover !important;
  z-index: -1;
  -webkit-mask-image: url(images/bg-footer.png);
  mask-image: url(images/bg-footer.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}

* {
  outline: none;
}

h1.h1.longtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  /* or 128% */
  display: block;
  color: #000000;
}

h2.titre-page,
.titre-page,
h1.h1:not(.longtitle) {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 100%;
  color: #000000;
  display: block;
  padding-block-end: 20px;
  position: relative;
}
@media (min-width: 992px) {
  h2.titre-page,
  .titre-page,
  h1.h1:not(.longtitle) {
    padding-block-end: 60px;
  }
}
h2.titre-page:not(.bandeau-header h2.titre-page, h1.h1.longtitle,
.bandeau-header .titre-page,
.bandeau-header h1.h1:not(.longtitle)):before,
.titre-page:not(.bandeau-header h2.titre-page, h1.h1.longtitle,
.bandeau-header .titre-page,
.bandeau-header h1.h1:not(.longtitle)):before,
h1.h1:not(.longtitle):not(.bandeau-header h2.titre-page, h1.h1.longtitle,
.bandeau-header .titre-page,
.bandeau-header h1.h1:not(.longtitle)):before {
  content: "";
  position: absolute;
  height: 10vw;
  width: 10vw;
  max-width: 83px;
  max-height: 83px;
  background: #D9D9D9;
  left: -7px;
  z-index: -1;
  top: 0;
  border-radius: 80px;
}

h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #303030;
}
.body-interne h3 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
  .body-interne h3 {
    font-size: 20px;
  }
}

h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
}

section {
  padding-block: 30px;
}
@media (min-width: 992px) {
  section {
    padding-block: 70px;
  }
}

h4 {
  margin-block-start: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Abril Fatface";
}/*# sourceMappingURL=style.css.map */