@charset "UTF-8";
/***** BUTTONS *****/
/* BUTTONS : COLOR AND FONT*/
/* BUTTONS : SIZE*/
/* BEFORE OR AFTER BUTTON*/
/* NO TEXT BUTTON*/
/* BUTTON : GENERIC BUTTON - DO NOT USE */
/* Arrows Slider */
/* ICONS LIST */ /**
* font-family: 'Outfit', sans-serif;
* 400, 500, 600, 700  
*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

.horaires--full {
  padding: 0px 0px 200px;
}
.horaires--full .horaires__field-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 298px);
  max-width: 1144px;
  margin: 0 auto;
  padding-left: unset;
  padding-right: unset;
}
@media screen and (max-width: 1024px) {
  .horaires--full .horaires__field-informations {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .horaires--full .horaires__field-informations {
    width: calc(100% - 48px);
  }
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) {
  margin-bottom: 60px;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child):last-child {
  margin-bottom: 0px;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-titre {
  margin-bottom: 24px;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-titre p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  color: #071E22;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-titre p {
    font-size: 32px;
    line-height: 40px;
  }
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-texte .field__item p {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #071E22;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 8px;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-texte .field__item p:last-child {
  margin-bottom: 0px;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-texte .field__item p:first-child em {
  margin-top: unset;
  margin-bottom: 40px;
  font-style: unset;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #071E22;
  line-height: 150%;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-texte .field__item p strong {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #071E22;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  display: block;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-texte .field__item p em {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #071E22;
  line-height: 150%;
  text-align: center;
  font-style: unset;
  display: block;
  margin-top: 32px;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-texte .field__item p a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 24px;
  background-color: #7D714F;
  color: #FFFFFF;
  margin: 40px auto 0px;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-texte .field__item p a a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.horaires--full .horaires__field-informations > .field__item:not(:first-child) .paragraph--type--titre-texte .titre-texte__field-texte .field__item p a:hover {
  background-color: #504626;
}
.horaires--full .horaires__field-informations > .field__item:first-child {
  margin-bottom: 60px;
}
.horaires--full .horaires__field-informations > .field__item:first-child .paragraph--type--titre-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.horaires--full .horaires__field-informations > .field__item:first-child .paragraph--type--titre-texte .titre-texte__field-titre {
  margin-bottom: 32px;
}
.horaires--full .horaires__field-informations > .field__item:first-child .paragraph--type--titre-texte .titre-texte__field-titre p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  color: #071E22;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .horaires--full .horaires__field-informations > .field__item:first-child .paragraph--type--titre-texte .titre-texte__field-titre p {
    font-size: 32px;
    line-height: 40px;
  }
}
.horaires--full .horaires__field-informations > .field__item:first-child .paragraph--type--titre-texte .titre-texte__field-texte .field__item p {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 88px;
  text-align: center;
  color: #AD9F7B;
}
.horaires--full .horaires__field-informations .field__item {
  width: 100%;
  max-width: 965px;
  /*.content-deroulant {
    .field-titre {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 16px;
      border-bottom: 1px solid rgba(13, 30, 33, 0.18);
      cursor: pointer;
      transition: transform 0.3s ease; !* Added transition *!

      &.active {
        &:after {
          content: '';
          display: block;
          width: 22px;
          height: 22px;
          background: url('../../img/icones/arrow-menu.svg') no-repeat center center;
          background-size: contain;
          transform: rotate(180deg);
          transition: transform 0.3s ease; !* Added transition *!
        }
      }

      p {
        padding-right: 15px;
        color: #0D1E21;

        font-family: Outfit;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; !* 166.667% *!
      }

      &:after {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        background: url('../../img/icones/arrow-menu.svg') no-repeat center center;
        background-size: contain;
        transition: transform 0.3s ease; !* Added transition *!
      }
    }

    .hide {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease;
    }

    .show {
      max-height: 5000px; !* Une valeur arbitraire pour permettre le déroulement au maximum *!
      overflow: hidden;
      transition: max-height 0.9s ease;
    }

    .content-item{
      padding-top: 30px;
     !* padding-bottom: 30px;*!
      padding-right: 10px;
      padding-left: 10px;

      .paragraph--type--horaires {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin-right: 10px;
        margin-left: 10px;
        padding: 6px 50px;
        .horaires__field-jours,.horaires__field-heures{
          p{
            color: #0D1E21;

            font-family: Outfit;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px; !* 156.25% *!
          }
        }

        &:nth-child(odd) {
          background-color: #F7F7F7; !* Exemple de couleur pour les éléments impairs *!
        }

        &:nth-child(even) {

        }

      }
      .field-important{
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        &:before {
          content: '';
          display: block;
          width: 30px;
          height: 30px;
          background: url('../../img/icones/infos.svg') no-repeat center center;
          background-size: contain;
          transform: rotate(180deg);
        }
        p{
          color: #0D1E21;
          font-family: Outfit;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 25px; !* 156.25% *!
          width: 100%;
          max-width: 864px;
          text-align: left;
          padding-left: 10px;
        }
      }
      .field-texte{
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        p{
          font-family: Outfit;
          font-size: 16px;
          font-style: normal;
        }
      }
      .paragraph--type--site-image-titre-text-long{
        margin-top: 45px;
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        gap: 80px;
        width: 100%;
        .site-image-titre-text-long__field-images-horaires{
          width: 470px;
          height: 250px;
          .media{
            width: 100%;
            height: 100%;
            .image__field-media-image{
              width: 100%;
              height: 100%;
              img{
                width: 100%;
                height: 100%;
                object-fit: cover;
              }
            }
          }
        }
        .content-horaires-imgtext{

          display: flex;
          flex-direction: column;

          gap: 30px;
          .site-image-titre-text-long__field-texte{
              display: flex;
            flex-direction: column;
            gap: 15px;
            .field__item{
              p{
                font-family: Outfit;
                font-size: 16px;
                font-style: normal;
                line-height: 25px;
              }
            }
          }
        }
      }
    }
  }*/
}
@media screen and (max-width: 768px) {
  .horaires--full .horaires__field-informations .field__item {
    margin-bottom: 10px !important;
  }
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-titre {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-bottom: 1px solid rgba(13, 30, 33, 0.18);
  cursor: pointer;
  /*  transition: transform 0.3s ease; !* Transition pour rotation de l'icône *!*/
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-titre.active:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../../img/icones/arrow-menu.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /* Faire pivoter la flèche */
  /*transition: transform 0.3s ease;*/
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-titre p {
  padding-right: 15px;
  color: #0D1E21;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
}
@media screen and (max-width: 768px) {
  .horaires--full .horaires__field-informations .field__item .content-deroulant .field-titre p {
    max-width: 303px;
  }
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-titre:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../../img/icones/arrow-menu.svg") no-repeat center center;
  background-size: contain;
  /*transition: transform 0.3s ease; !* Transition pour la flèche *!*/
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .content-item {
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden; /* Empêche l'affichage du contenu lorsque fermé */
  height: 0; /* Cacher la hauteur réelle */
  -webkit-transform: scaleY(0);
          transform: scaleY(0); /* Réduction visuelle de l'élément */
  opacity: 0; /* Rendre invisible */
  -webkit-transform-origin: top;
          transform-origin: top; /* Expansion/réduction depuis le haut */
  /* transition: transform 0.4s ease, opacity 0.4s ease, height 0s 0.4s; !* Synchroniser transform et opacity *!*/
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .content-item.show {
  height: auto; /* Permet à l'élément de prendre sa hauteur naturelle */
  -webkit-transform: scaleY(1);
          transform: scaleY(1); /* Expansion complète */
  opacity: 1; /* Rendre visible */
  /* transition: transform 0.4s ease, opacity 0.4s ease, height 0s; !* Empêche le décalage à l'ouverture *!*/
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .content-item.hide {
  height: 0; /* Contraindre la hauteur réelle */
  -webkit-transform: scaleY(0);
          transform: scaleY(0); /* Rétracte visuellement l'élément */
  opacity: 0; /* Le rendre invisible */
  /* transition: transform 0.4s ease, opacity 0.4s ease, height 0s 0.4s; !* Décale la hauteur après la transition *!*/
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--horaires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px 50px;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--horaires .horaires__field-jours p,
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--horaires .horaires__field-heures p {
  color: #0d1e21;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--horaires:nth-child(odd) {
  background-color: #f7f7f7; /* Couleur pour les éléments impairs */
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-important {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-important:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/icones/infos.svg") no-repeat center center;
  background-size: contain;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-important p {
  color: #0d1e21;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  width: 100%;
  max-width: 864px;
  text-align: left;
  padding-left: 10px;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-texte {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .field-texte p {
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long {
  margin-top: 45px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long .site-image-titre-text-long__field-images-horaires {
  width: 470px;
  height: 250px;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long .site-image-titre-text-long__field-images-horaires .media {
  width: 100%;
  height: 100%;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long .site-image-titre-text-long__field-images-horaires .media .image__field-media-image {
  width: 100%;
  height: 100%;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long .site-image-titre-text-long__field-images-horaires .media .image__field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long .content-horaires-imgtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long .content-horaires-imgtext .site-image-titre-text-long__field-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.horaires--full .horaires__field-informations .field__item .content-deroulant .paragraph--type--site-image-titre-text-long .content-horaires-imgtext .site-image-titre-text-long__field-texte .field__item p {
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
}
/*# sourceMappingURL=node--horaires--full.css.map */
