@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?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&family=Raleway: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&family=Syne:wght@400;500;600;700;800&display=swap");
:root {
  --grey: #5B6268;
}

.flex-end {
  justify-content: flex-end;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.row-rev {
  flex-direction: row-reverse;
}

.custom-cursor {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 11111111;
  mix-blend-mode: difference;
  border: 1px solid #e1e1e1;
  pointer-events: none;
  transition: all cubic-bezier(0, 0, 0.01, 0.99) 0.15s;
}
.custom-cursor.activityHover {
  display: flex;
  font-size: 10px;
  color: #000000;
  background: #fff;
  width: 100px;
  height: 100px;
  mix-blend-mode: difference;
}
.custom-cursor.partnerHover {
  width: 30px;
  height: 10px;
  border: none;
  background: url(images/arrow-slide-partner.png);
  mix-blend-mode: difference;
}

.d-flex .jcc .fw-wrp {
  display: flex;
}

.d-flex .jcc .fw-wrp {
  justify-content: center;
}

.d-flex .jcc .fw-wrp {
  flex-wrap: wrap;
}

.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: 400px !important;
  max-width: 100% !important;
  background: #11113d !important;
  right: 20px !important;
  left: unset !important;
}
body .cookie-notice .cn-body {
  display: grid;
}
body .cookie-notice p {
  color: #b8b8b8 !important;
}

.header nav > div {
  display: flex;
  padding: 8px 10px;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  margin-top: 10px;
  background: transparent;
}
@media (min-width: 992px) {
  .header nav > div {
    border-radius: 100px;
  }
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav {
  margin-left: auto;
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
}

.onepage #sticker {
  position: fixed;
  z-index: 11111 !important;
  bottom: unset !important;
  top: 0 !important;
  width: 100%;
}

.onepage #sticker-sticky-wrapper {
  height: unset !important;
}

.navbar-brand img {
  height: 50px;
  width: auto;
  transition: all ease-in-out 0.15s;
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 85px;
  }
}

.is-sticky .navbar-brand img {
  height: 50px;
  width: auto;
}

.is-sticky #sticker {
  animation-name: isSticky;
  animation-duration: 0.3s;
}

.is-sticky nav,
.body-interne #sticker {
  background: #111111;
  z-index: 111 !important;
}

.is-sticky #stickers,
.is-sticky nav > div {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.onepage .bandeau-header {
  display: flex;
  place-items: center;
  position: relative;
  min-height: 100vh;
  align-items: center;
  justify-items: center;
  justify-content: flex-end;
  flex-direction: column;
  background: #000;
  padding-bottom: 200px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .onepage .bandeau-header {
    padding-bottom: 120px;
  }
}

div#slides,
.img-header {
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}

.bandeau-header h2 p {
  color: #FFF;
  font-family: Syne;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: clamp(36px, 4.5vw, 60px);
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
}
.bandeau-header h2 p br {
  display: none;
}
.bandeau-header h2 p strong {
  color: #CECECE;
  text-align: center;
  font-family: Poppins;
  font-size: clamp(24px, 3.5vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 11;
}

.bandeau-header ul,
.footer-phone {
  display: inline-flex;
  flex-direction: column;
  padding: 10px !important;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: rgba(153, 153, 153, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: relative;
  z-index: 11;
}
@media (min-width: 992px) {
  .bandeau-header ul,
  .footer-phone {
    flex-direction: row;
  }
}
.bandeau-header ul li,
.bandeau-header ul .tp,
.footer-phone li,
.footer-phone .tp {
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #5F5F5F;
  background: rgba(0, 0, 0, 0.71);
  color: #ACACAC;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  width: 100%;
  text-align: center;
  justify-content: center;
  /* 193.75% */
}
@media (min-width: 992px) {
  .bandeau-header ul li,
  .bandeau-header ul .tp,
  .footer-phone li,
  .footer-phone .tp {
    width: unset;
  }
}

body .nav-link {
  color: #FFF;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  /* 193.75% */
}
body .nav-link:hover {
  color: #999999;
}
body .nav-link.dropdown-item {
  color: #2d2d2d;
}

.slide-hover {
  display: flex;
  gap: 15px;
}
.slide-hover a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: Roboto Slab;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.label-contact {
  color: #FFF;
  font-family: Roboto Slab;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  width: 170px;
  overflow: hidden;
  transition: all ease-out 0.3s;
}

.contact-rdv {
  display: flex;
  gap: 15px;
}

.contact-rdv:hover .label-contact {
  width: 0px;
}

.bandeau-header img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dots {
  height: 1px;
  background: #5B6268;
}

.slick-dots li {
  display: none !important;
}

.slick-dots {
  bottom: -3px !important;
}

.accueil-content > .reviews {
  position: absolute;
  top: -320px;
}

.float-contact {
  text-align: right;
}

.float-contact > div {
  align-items: center;
  border-radius: 50px;
  background: var(--blue, #3096DE);
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  margin-left: auto;
  display: flex;
  padding: 5px 5px 5px 5px;
  justify-content: flex-end;
  align-items: center;
  min-width: 245px;
}

.contact-content-float {
  display: flex;
  flex-direction: row-reverse;
  height: 54px;
  align-items: center;
  padding-right: 10px;
}

.contact-content-float span {
  padding-right: 5px;
}

.contact-content-float > span:nth-child(3) {
  color: #FFF;
  font-family: Roboto Slab;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  width: 190px;
  transition: all ease-out 0.3s;
  white-space: nowrap;
}

.slide-hover {
  width: 46px;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease-out 0.3s;
}

.contact-content-float:hover > span:nth-child(3) {
  width: 0;
  overflow: hidden;
  transition: all ease-out 0.3s;
  padding-left: 0;
  padding-right: 0;
  animation: dnone;
  animation-duration: 0.4s;
}
@keyframes dnone {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}
.contact-content-float:hover .slide-hover:nth-child(2) {
  width: 145px;
}

.slide-hover:nth-child(1):hover {
  width: 185px;
}
.slide-hover:nth-child(1):hover ~ span.slide-hover {
  width: 46px;
}

.slide-hover a:hover {
  color: #FFF;
}

.contact-content-float span:nth-child(3) {
  padding-left: 10px;
  padding-right: 10px;
}

button.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 5px;
  background: no-repeat;
  border: none;
}

.nav-item.dropdown {
  position: relative;
  padding-right: 24px;
}

body .dropdown-toggle::after {
  border-top: 0.3em solid #fff;
}

.right-column .BadgeContainer__Inner-sc-pa6z2-0.dDhXFr {
  padding: 0;
  align-items: flex-start;
}
.right-column .BadgeContainer__Inner-sc-pa6z2-0.dDhXFr .BadgeSources__Container-sc-97n3m8-0.ejKI {
  margin-left: 0;
}

.is-sticky ~ div.float-contact {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

body .navbar-toggler {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 9px;
}
body .navbar-toggler span {
  background: #fff;
  height: 2px;
}
body .navbar-toggler::after, body .navbar-toggler::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}

.navbar {
  background: #000;
}
@media (min-width: 992px) {
  .navbar {
    background: unset;
  }
}

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;
  justify-content: center;
}

ul.album-similar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}

ul.album-similar li,
.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(50% - 10px);
  max-width: 345px;
}
@media (min-width: 992px) {
  ul.album-similar li,
  .ug-thumb-wrapper.ug-tile.ug-tile-clickable {
    width: calc(25% - 10px);
  }
}
ul.album-similar li img,
.ug-thumb-wrapper.ug-tile.ug-tile-clickable img {
  max-width: 100%;
  width: 100%;
}

ul.album-similar h4 a {
  color: #FFF;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 15px 0;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
ul.album-similar h4 a::after {
  content: "";
  background: #E83423;
  width: 10px;
  height: 10px;
}
ul.album-similar h4 a::after {
  display: none;
}

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

.footer {
  background: #000;
  padding-bottom: 150px;
}
@media (min-width: 576px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer > div {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 992px) {
  .footer > div {
    display: flex;
    width: 1440px;
    padding: 30px 0;
    flex-direction: column-reverse;
    align-items: center;
  }
}

ul.nav-footer {
  padding: 10px;
  margin-bottom: 20px;
}

.nav-footer .nav-link {
  color: #ffffff !important;
  text-align: center;
}

.mentions {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .mentions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.mentions a {
  color: #FFF;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  /* 193.75% */
  text-transform: unset !important;
  color: #fff !important;
  text-decoration: none;
}

.footer-phone {
  display: flex;
}
@media (min-width: 768px) {
  .footer-phone {
    display: none;
  }
}

.form-group {
  margin-bottom: 8px;
}

body .section-contact h2.h2 {
  margin-bottom: 15px;
  text-align: left;
  color: #fff;
}
body .section-contact > div,
body .section-contact footer {
  position: relative;
  z-index: 2;
}
body .section-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8117647059);
  z-index: 1;
}

@media (min-width: 992px) {
  #contact > div {
    width: 100%;
    justify-content: space-between;
  }
}

.coords {
  display: inline-flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.form-col-coords .coords {
  padding: 10px;
  gap: 0;
  align-items: start;
  background: #616161;
  margin-bottom: 20px;
}

.item-coord {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}
.item-coord a,
.item-coord p,
.item-coord span {
  color: var(--gray-6, #F2F2F2);
  text-align: center;
  font-family: Roboto Slab;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.map {
  display: flex;
  padding: 10px;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #FFF;
}
.map iframe {
  border-radius: 20px;
}

.horaire-titlle {
  color: #FFF;
  text-align: left;
  font-family: Roboto Slab;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.horaire ul {
  display: flex;
  width: 100%;
}
.horaire ul li {
  color: var(--gray-6, #F2F2F2);
  font-family: Roboto Slab;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  .horaire ul li {
    flex-basis: 33.33%;
  }
}

.search-icon {
  position: fixed;
  bottom: 40px;
  left: 50px;
  cursor: pointer;
  z-index: 1111;
}

.serch-bar {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 53px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #3e3e3e;
  background: rgba(0, 0, 0, 0.8);
  z-index: 111;
  padding: 10px 10px 10px 18px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.serch-bar input[type=text] {
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
}
.serch-bar input[type=text]::-moz-placeholder {
  color: #858585;
}
.serch-bar input[type=text]::placeholder {
  color: #858585;
}
.serch-bar input[type=submit] {
  border-radius: 9px;
  border: 1px solid #4A4A4A;
  padding: 6px 12px;
  font-size: 12px;
  background: none;
  color: #fff;
  height: 32px;
}

.contact {
  background: url(images/bg-contact.jpg) center top no-repeat;
  background-size: cover;
}

.form-buttons {
  margin-top: 10px;
}

.zone {
  padding: 0;
}

.col-form {
  display: inline-flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .col-form #contact {
    width: 480px;
    max-width: 100%;
    margin-right: auto;
  }
}

.col-coords {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.form-buttons .btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--gray-1, #333);
  color: #F5F5F5;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  /* 25.92px */
  border: none;
}
.form-buttons .btn::after {
  content: url(images/plane.png);
  line-height: 9px;
}

.content-coords {
  display: flex;
  width: 100%;
  max-width: 541px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8.5px);
          backdrop-filter: blur(8.5px);
}

.coords span,
.coords a,
.coordonnes-home p,
.coordonnes-home a {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  text-decoration: none;
  /* 25.92px */
}

.col-coords > span:nth-child(1) {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 162%;
  /* 25.92px */
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.col-coords > span:nth-child(1)::after {
  content: "";
  width: 44px;
  height: 1px;
  background: #35453C;
}

.hr-footer {
  margin-top: 30px;
  background: #35453C;
  width: 100%;
  height: 1px;
}

.nav-footer {
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-content: center;
}
@media (min-width: 576px) {
  .nav-footer {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: unset;
  }
}

.footer-phone {
  position: fixed;
  bottom: 5px;
  width: calc(100% - 30px);
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.footer-phone p {
  margin-bottom: 5px;
  color: #fff;
}
.footer-phone p a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
}

.separator {
  width: 355px;
  height: 1px;
  background: #727272;
}

.form-control::-moz-placeholder {
  color: #ffffff;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.form-control::placeholder {
  color: #ffffff;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

body .form-control {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #35453C;
}

*,
::after,
::before {
  box-sizing: border-box;
}

#contact_form {
  margin: auto;
  width: 100%;
}

.contact-form {
  justify-content: center;
}

textarea {
  height: 112px;
  overflow-y: auto;
}

.contact-map-32 iframe {
  filter: grayscale(1);
}

.body-interne header {
  min-height: 120px;
}
.body-interne p,
.body-interne h5 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.body-interne .item-coord {
  align-items: flex-start;
  justify-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.body-interne .coords-container .row {
  gap: 20px;
}

.interne h1.h1 {
  color: #3096DE;
}

.img-header-interne {
  width: 100%;
}

.page-5 .col-coords {
  mix-blend-mode: difference;
  opacity: 0.7;
}

.cont-trajet {
  margin-top: 30px;
}
.cont-trajet > div > div p > a {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--blue, #3096DE);
  background: var(--blue, #3096DE);
  color: var(--white, #FFF);
  text-decoration: none;
  /* paragraph */
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .interne h2,
  .interne h2.h2,
  .interne h2 > a {
    color: var(--grey, #5B6268);
    font-family: Roboto Slab;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #444444;
    text-decoration: none;
  }
}

.interne h2 a {
  cursor: pointer;
}

.list-actus {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-actus img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-activites {
  display: flex;
  width: 450px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.content-activites a {
  text-decoration: none;
}

.content-activites .content_img {
  position: relative;
  z-index: 2;
  text-decoration: none;
  width: 100%;
}
.content-activites .content_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.content-activites .content_img h4 {
  color: var(--grey, #5B6268);
  text-align: center;
  font-family: Roboto Slab;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.interne h2,
.interne h3,
.interne h4,
.interne h5,
.interne h6 {
  color: var(--grey, #5B6268);
  font-family: Roboto Slab;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.interne .contact-form .btn {
  border-color: #444444;
  color: #444444;
}

body .accordion-button:not(.collapsed) {
  color: #3096de;
}

.list-recette {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .list-recette li {
    flex-basis: calc(33.33% - 14px);
    /* La largeur des <li> est répartie à parts égales - 10px pour l'espacement */
  }
}

.interne .list-recette-item {
  display: flex;
  width: 450px;
  max-width: 100%;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 250px;
}
@media (min-width: 768px) {
  .interne .list-recette-item {
    flex-basis: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .interne .list-recette-item {
    flex-basis: calc(25% - 20px);
  }
}

.list-recette-item a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 100px;
}
@media (min-width: 768px) {
  .list-recette-item a {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
}
.list-recette-item a img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .list-recette-item a img {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
.list-recette-item a span {
  color: #FFF;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 15px 0;
  display: flex;
  align-items: flex-end;
}
.list-recette-item a span::after {
  content: "";
  background: #E83423;
  width: 10px;
  height: 10px;
}

.body-interne section#accueil {
  min-height: calc(100vh - 245px);
}

.body-interne .coordonnees {
  display: flex;
  flex-direction: column;
}
.body-interne .coordonnees a {
  color: #FFF;
  display: flex;
  gap: 5px;
  text-decoration: none;
}

.body-interne {
  background: #2d2d2d;
}

.coordonnes-home img {
  display: none;
}

.body-interne .accl li {
  color: #fff;
  list-style: circle;
  padding-left: 20px;
}

.body-interne .accl ul {
  padding-left: 20px;
}

.coordonnes-home {
  margin-bottom: 30px;
}

.img-accueil {
  position: relative;
}

.img-accueil img {
  border-radius: 20px;
}
.img-accueil img.floating-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  border-radius: 25px;
}

section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 110px;
}
@media (max-width: 575px) {
  section {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
section.activity {
  background: #222;
}
section.map {
  padding-bottom: 0;
}

*::-moz-selection {
  background: #dc3545;
  color: #fff;
}

*::selection {
  background: #dc3545;
  color: #fff;
}

@media (max-width: 575px) {
  .left-column {
    order: 2;
  }
}

.accueil .titre-page {
  color: #000;
  justify-content: start;
}

.img-container {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .img-container {
    margin-bottom: 0;
  }
}
.img-container img {
  width: 100%;
}

@media (min-width: 992px) {
  .accueil-text {
    padding-left: 34px;
  }
}

h1.h1 {
  color: #fff;
  font-family: Syne;
  font-size: clamp(24px, 3.3vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
h1.h1::before {
  content: "";
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  background: #E83423;
}
.body-interne h1.h1 {
  margin-bottom: 48px;
}
h1.h1.longtitle::before {
  display: none;
}
.accueil h1.h1 {
  text-align: left;
  color: #000;
  justify-content: start;
}

#contact h2 {
  justify-content: start;
}

.text-accueil h2 {
  color: #fff;
}

.accueil-text p,
.accueil-text li,
.accueil-text a {
  color: #000;
  text-align: justify;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.list-accueil {
  display: flex;
  padding: 15px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.list-accueil li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .btn {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 10px;
  color: #FFF;
  /* paragraph */
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #FFF;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
}

section.activity {
  background: url(images/bg-activity.jpg) center top no-repeat;
  background-size: cover;
}
section.activity h2 {
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

.list-activity {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .list-activity li {
    flex-basis: calc(33.33% - 14px);
    /* La largeur des <li> est répartie à parts égales - 10px pour l'espacement */
  }
}

.list-activities {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 30px;
  align-self: stretch;
  flex-wrap: wrap;
}

.list-activity li {
  display: flex;
  width: 450px;
  max-width: 100%;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.list-activity li h3,
.list-activity li span {
  color: #FFF;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 15px 0;
  display: flex;
  align-items: flex-end;
}
.list-activity li h3::after,
.list-activity li span::after {
  content: "";
  background: #E83423;
  width: 10px;
  height: 10px;
}
.list-activity li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 100px;
}
@media (min-width: 768px) {
  .list-activity li a {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
}
.list-activity li a img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .list-activity li a img {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .list-activity li {
    width: calc((100% - 40px) / 2);
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .list-activity li {
    width: calc((100% - 60px) / 3);
  }
}
.list-activity li img {
  width: 100%;
  aspect-ratio: 550/420;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

section.avis {
  background: url(images/bg-avis.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
section.avis h2 {
  color: #000 !important;
}

.insta {
  margin-top: 50px;
  margin-bottom: 0;
}

.col-avis {
  max-width: 740px;
}

.avis-container {
  background: #fff;
  padding: 10px;
}

.avis > div {
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .avis > div {
    flex-wrap: nowrap;
  }
}

#eapps-instagram-feed-1 {
  min-width: 400px !important;
}

@media (min-width: 576px) {
  body .fb_iframe_widget {
    background: url(images/Device.png) center top no-repeat;
    padding: 50px 27px 25px 26px;
    display: inline-block;
    position: relative;
    margin: auto;
  }
}

.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

.fb-avis {
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .fb-avis {
    flex-wrap: nowrap;
  }
}

.col-fb {
  margin: auto;
}

.HeaderContainer__Inner-sc-pny2b8-0.jTNsfH.Header__StyledHeaderContainer-sc-gozq6j-0.LayoutDefault__StyledHeader-sc-1ydej6v-2.dbMfBV,
.HeaderContainer__Inner-sc-pny2b8-0.hJdsRM.Header__StyledHeaderContainer-sc-gozq6j-0.LayoutDefault__StyledHeader-sc-1ydej6v-2.dbMfBV {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.jUXzLe {
  font-size: 10px;
}

.jTNsfH {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px 10px;
  background-color: rgb(250, 250, 250);
}

.jtinqy .swiper-android .swiper-slide,
.jtinqy .swiper-wrapper {
  height: 200px;
}

div#map-canvas {
  filter: grayscale(1);
  height: 100% !important;
  min-height: 75vh;
}

#zone {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: 100%;
}
#zone h2 {
  position: absolute;
  top: 17px;
  left: 30px;
  z-index: 11;
  background: #fff;
  color: #000 !important;
  padding: 10px;
  max-width: calc(100% - 30px);
}

.slick-slide img {
  filter: grayscale(1);
  transition: all ease-in-out 0.3s;
}
.slick-slide img:hover {
  filter: grayscale(0);
}

@media (max-width: 575px) {
  .list-activity li a {
    gap: 15px;
  }
}

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

html {
  scroll-behavior: auto !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
html::-webkit-scrollbar-track {
  border-radius: 5px;
}
html::-webkit-scrollbar-thumb {
  background: #11113D;
  border-radius: 10px;
  height: 40px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #3987CA;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body ul:not(.interne ul, .list-actus) {
  list-style: none;
  padding: 0;
  padding-left: 0;
  margin: 0;
}

.h1 {
  color: #373737;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: clamp(24px, 5vw, 64px);
}
.h1.longtitle {
  font-size: clamp(18px, 2vw, 24px);
  text-align: left;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
}
.body-interne .h1 {
  color: #fff;
}

body .h2:not(.bandeau-header h2),
body .titre-page {
  color: #fff;
  font-family: Syne;
  font-size: clamp(24px, 3.3vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
body .h2:not(.bandeau-header h2)::before,
body .titre-page::before {
  content: "";
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  background: #E83423;
}
.body-interne body .h2:not(.bandeau-header h2),
.body-interne body .titre-page {
  margin-bottom: 48px;
}

.accueil .h2,
.accueil .titre-page {
  margin-bottom: 10px;
  text-align: left;
}

p {
  color: var(--gray-2, #4F4F4F);
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 992px) {
  p {
    line-height: 180.5%;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */