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

.acces--full {
  padding: 0px 0px 200px;
}
.acces--full .acces__field-acces {
  width: 100%;
  max-width: 1140px;
  padding-left: 98px;
  padding-right: 98px;
  margin: 0 auto;
  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;
  /* & > .field__item:first-child{
     margin-bottom: 40px;
     padding-bottom: 40px;
     .paragraph--type--titre-texte{
       .titre-texte__field-titre{
         margin-bottom: 24px;
         p{
           @include h2;
         }
       }
       .titre-texte__field-texte{
         & > .field__item{
           p{
             @include body;
             strong{
               @include bodylargebold;
             }
             a{
               color:$gold;
               @include bodylargebold;
             }
           }
         }
       }
     }
   }*/
}
@media screen and (max-width: 768px) {
  .acces--full .acces__field-acces {
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% - 48px);
  }
}
.acces--full .acces__field-acces > * {
  max-width: 965px;
}
.acces--full .acces__field-acces > .field__item {
  padding-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .acces--full .acces__field-acces > .field__item {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}
.acces--full .acces__field-acces > .field__item .titre-texte__field-important {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  max-height: 0px;
  overflow: hidden;
  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;
}
@media screen and (max-width: 768px) {
  .acces--full .acces__field-acces > .field__item .titre-texte__field-important {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}
.acces--full .acces__field-acces > .field__item .titre-texte__field-important.active {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  max-height: 5000px;
}
.acces--full .acces__field-acces > .field__item .titre-texte__field-important:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/icones/infos.svg") no-repeat center center;
  background-size: contain;
  rotate: 180deg;
}
.acces--full .acces__field-acces > .field__item .titre-texte__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;
}
.acces--full .acces__field-acces > .field__item .imaget-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 30px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  max-height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .acces--full .acces__field-acces > .field__item .imaget-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.acces--full .acces__field-acces > .field__item .imaget-content.active {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  max-height: 8000px;
}
.acces--full .acces__field-acces > .field__item .imaget-content .paragraph {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.acces--full .acces__field-acces > .field__item .imaget-content .paragraph .site-image-texte-only__field-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.acces--full .acces__field-acces > .field__item .imaget-content .paragraph .site-image-texte-only__field-image .media {
  width: 260px;
  height: 170px;
}
.acces--full .acces__field-acces > .field__item .imaget-content .paragraph .site-image-texte-only__field-image .media .image__field-media-image {
  width: 100%;
  height: 100%;
}
.acces--full .acces__field-acces > .field__item .imaget-content .paragraph .site-image-texte-only__field-image .media .image__field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acces--full .acces__field-acces > .field__item .imaget-content .paragraph .site-image-texte-only__field-texte-a {
  width: 100%;
  max-width: 260px;
}
.acces--full .acces__field-acces > .field__item .imaget-content .paragraph .site-image-texte-only__field-texte-a p {
  color: #0D1E21;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.acces--full .acces__field-acces > .field__item:last-child {
  margin-bottom: 0px;
  border-bottom: unset;
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte {
  width: 100%;
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__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 *!
  */
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__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;
  */
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__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% */
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__field-titre:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../../img/icones/arrow-menu.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Transition pour la flèche */
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__field-texte {
  padding-top: 30px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  max-height: 0px;
  overflow: hidden;
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__field-texte.active {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  max-height: 5000px;
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__field-texte > .field__item p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #071E22;
  font-size: 15px;
  line-height: 150%;
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__field-texte > .field__item p strong {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #071E22;
  font-size: 18px;
  line-height: 150%;
}
.acces--full .acces__field-acces > .field__item .paragraph--type--titre-texte .titre-texte__field-texte > .field__item p a {
  color: #7D714F;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #071E22;
  font-size: 18px;
  line-height: 150%;
}
.acces--full .FAQ {
  width: 100%;
  /*  padding-left:98px;
    padding-right:98px;*/
  margin: 0 auto;
  height: 306px;
  max-width: 1187px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .acces--full .FAQ {
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% - 48px);
  }
}
.acces--full .FAQ .acces__field-image-de-fond {
  height: 100%;
  width: 100%;
}
.acces--full .FAQ .acces__field-image-de-fond .media {
  width: 100%;
  height: 100%;
}
.acces--full .FAQ .acces__field-image-de-fond .media .image__field-media-image {
  width: 100%;
  height: 100%;
}
.acces--full .FAQ .acces__field-image-de-fond .media .image__field-media-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.5); /* Teinte sombre */
  pointer-events: none; /* Permet de toujours interagir avec l'image en dessous */
}
.acces--full .FAQ .acces__field-image-de-fond .media .image__field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acces--full .FAQ .linktitle-faq {
  position: absolute;
  top: 50%; /* Centre verticalement */
  left: 50%; /* Centre horizontalement */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* Ajuste précisément le centre */
  text-align: center; /* Centre le texte si le contenu est en multiple lignes */
}
.acces--full .FAQ .linktitle-faq .acces__field-titre-faq {
  margin-bottom: 20px;
}
.acces--full .FAQ .linktitle-faq .acces__field-titre-faq p {
  width: 100%;
  max-width: 457px;
  color: var(--Contrast-white, #FFF);
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  /* title/h3 */
  font-family: Outfit;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .acces--full .FAQ .linktitle-faq .acces__field-lien-faq {
    margin-bottom: 20px;
  }
}
.acces--full .FAQ .linktitle-faq .acces__field-lien-faq a {
  color: var(--Brand-gold-default, #7D714F);
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  /* actions/button */
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 13px 24px;
  gap: 8px;
  border-radius: 5px;
  background: var(--Contrast-white, #FFF);
}
.acces--full .FAQ .acces__field-description-image-de-fond {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.acces--full .FAQ .acces__field-description-image-de-fond p {
  color: var(--Contrast-white, #FFF);
  text-align: right;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  /* body/small */
  font-family: Outfit;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
}
.acces--full .acces__field-media {
  width: 100%;
  max-width: 1140px;
  padding-left: 98px;
  padding-right: 98px;
  margin: 0 auto;
  margin-top: 40px;
}
.acces--full .acces__field-media > * {
  max-width: 750px;
}
@media (max-width: 1024px) {
  .acces--full .acces__field-media {
    max-width: 571px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .acces--full .acces__field-media {
    width: calc(100% - 48px);
  }
}
.acces--full .acces__field-media .media {
  width: 100%;
  margin: 0 auto;
}
.acces--full .acces__field-media .media .image__field-media-image {
  width: 100%;
}
.acces--full .acces__field-media .media .image__field-media-image img {
  width: 100%;
  height: 369px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=node--acces--full.css.map */
