@charset "UTF-8";
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  GLOBAL 
/**/
.img-desktop {
  display: none;
}
@media (min-width: 768px) {
  .img-desktop {
    display: block !important;
  }
}

.img-mobile {
  display: block;
}
@media (min-width: 768px) {
  .img-mobile {
    display: none !important;
  }
}

.btn-link {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
.btn-link img.arrow {
  -webkit-transition: opacity 250ms linear, -webkit-transform 100ms linear;
  transition: opacity 250ms linear, -webkit-transform 100ms linear;
  transition: opacity 250ms linear, transform 100ms linear;
  transition: opacity 250ms linear, transform 100ms linear, -webkit-transform 100ms linear;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.btn-link:hover img.arrow {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.row-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .row-title {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-heading {
  width: 100%;
  height: 435px;
  position: relative;
}
@media (min-width: 768px) {
  .page-heading {
    margin-bottom: 75px;
  }
}
.page-heading.taller {
  height: 630px;
}
.page-heading .breadcrumb-container {
  position: relative;
  top: 100px;
  padding-inline: 80px;
}
@media (max-width: 768px) {
  .page-heading .breadcrumb-container {
    padding-inline: 25px;
  }
}
.page-heading .breadcrumb-container .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .fil-ariane-link {
  color: #ffffff;
}
.page-heading img.banner, .page-heading video.banner {
  position: absolute;
  z-index: 0;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.page-heading video.banner {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.page-heading .header--title {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  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;
  text-align: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .page-heading .header--title {
    padding: 0 25px;
    bottom: 60px;
  }
}
.page-heading .header--title.taller {
  bottom: 160px;
}
.page-heading .header--title a {
  margin-top: 40px;
}
.page-heading .header--title a.cta-secondary {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-heading .header--title.taller {
  bottom: 160px;
}
.page-heading .header--title a {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-heading .header--title a {
    margin-top: 10px;
  }
}
.page-heading .header--title h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  line-height: 65px;
  font-family: "Poppins-Medium";
}
@media (max-width: 768px) {
  .page-heading .header--title h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.page-heading .header--title h1.taller {
  width: 45%;
  text-align: center;
}
@media (max-width: 768px) {
  .page-heading .header--title h1.taller {
    width: 100%;
  }
}
.page-heading .header--title h2 {
  width: 70%;
  opacity: 1;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .page-heading .header--title h2 {
    width: 100% !important;
  }
}
.page-heading .header--title h2.taller {
  width: 45%;
  text-align: center;
}
.page-heading .header--title h2 {
  width: 70%;
  opacity: 1;
  color: white;
  text-align: center;
}
.page-heading .header--title h4 {
  color: #fff;
}
.page-heading .header--title .category {
  opacity: 0.7;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 25px;
  font-family: "Poppins-Medium";
  max-width: 530px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-heading .header--title .category {
    font-size: 18px;
    line-height: 1;
    padding: 0 50px;
  }
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  DETAILS UNIVERS 
/**/
.sections-grid {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .sections-grid {
    margin-top: 120px;
    padding-top: 0;
  }
}
.sections-grid .section-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
}
@media (max-width: 1200px) {
  .sections-grid .section-informations {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .sections-grid .section-informations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 120px;
    height: auto;
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .sections-grid .section-informations:last-child {
    margin-bottom: 0;
  }
}
.sections-grid .section-informations.item-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .sections-grid .section-informations.item-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sections-grid .section-informations.item-even .content {
  padding-right: 80px;
  padding-left: 6.2rem;
}
@media (max-width: 1200px) {
  .sections-grid .section-informations.item-even .content {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 768px) {
  .sections-grid .section-informations.item-even .content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.sections-grid .section-informations .grid-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
}
.sections-grid .section-informations .grid-col.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.sections-grid .section-informations .grid-col .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-left: 80px;
  padding-right: 6.2rem;
}
@media (max-width: 1200px) {
  .sections-grid .section-informations .grid-col .content {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 768px) {
  .sections-grid .section-informations .grid-col .content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.sections-grid .section-informations .grid-col .content .note--title {
  margin-top: 40px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins-Regular";
}
.sections-grid .section-informations .grid-col .content .note--text {
  opacity: 0.7;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: "Poppins-Regular";
}
.sections-grid .section-informations h3 {
  opacity: 0.9;
  font-size: 35px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins-Medium";
  line-height: 1;
}
@media (max-width: 576px) {
  .sections-grid .section-informations h3 {
    font-size: 30px;
  }
}
.sections-grid .section-informations p {
  margin-top: 25px;
  margin-bottom: 0;
  font-family: "Poppins-Regular";
  font-size: 16px;
  opacity: 0.7;
  color: #000000;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 576px) {
  .sections-grid .section-informations p {
    font-size: 14px;
  }
}
.sections-grid .section-informations img.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .sections-grid .section-informations img.cover {
    max-height: 420px;
  }
}

@media (min-width: 768px) {
  .related--marques {
    margin: 80px 0;
  }
}
.related--marques .grid-marques {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 2rem;
}
@media (max-width: 1440px) {
  .related--marques .grid-marques {
    -ms-grid-columns: 1fr 1.2rem 1fr 1.2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 1.2rem;
  }
}
@media (max-width: 1280px) {
  .related--marques .grid-marques {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 2rem;
  }
}
@media (max-width: 768px) {
  .related--marques .grid-marques {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 80px 0;
  }
}
.related--marques .grid-marques .related-marque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related--marques .grid-marques .related-marque .cover {
  width: 100%;
  height: 422px;
  overflow: hidden;
}
.related--marques .grid-marques .related-marque .cover img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.related--marques .grid-marques .related-marque .cover:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.related--marques .grid-marques .related-marque .informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related--marques .grid-marques .related-marque .title {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: "Poppins-Regular";
  font-size: max(100%, 1.875rem);
  line-height: 1;
  color: #000000;
  font-weight: 400;
}
.related--marques .grid-marques .related-marque .description {
  opacity: 0.7;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: "Poppins-Regular";
  line-height: normal;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  DETAILS MAGASIN 
/**/
@media (max-width: 768px) {
  .single-magasin .shop-description {
    margin: 60px 0;
  }
}
.single-magasin .shop-description .description--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
.single-magasin .shop-description .description--text p {
  text-align: center;
  opacity: 0.9;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 25px;
  font-family: "Poppins-Medium";
  max-width: 660px;
  margin: 0;
}
.single-magasin .shop-description .description--text .symbol {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-grid-row-align: start;
  -ms-grid-column-align: start;
  place-self: start;
}
.single-magasin .shop-description .description--text .symbol.reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-grid-row-align: end;
  -ms-grid-column-align: end;
  place-self: end;
}
.single-magasin .shop-description .description--author {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  font-family: "Poppins-Regular";
  text-align: center;
  margin: 20px auto;
}
.single-magasin .shop-univers {
  height: 520px;
}
@media (max-width: 991px) {
  .single-magasin .shop-univers {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .single-magasin .shop-univers {
    margin-top: 80px;
    padding: 0;
  }
  .single-magasin .shop-univers .row-title {
    padding: 0 25px;
  }
}
.single-magasin .shop-univers .swiper-shop-univers {
  height: 100%;
}
@media (max-width: 768px) {
  .single-magasin .shop-univers .swiper-shop-univers {
    padding-left: 25px;
  }
}
.single-magasin .shop-univers .article-univers {
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .single-magasin .shop-univers .article-univers {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .single-magasin .shop-univers .article-univers {
    height: 365px;
  }
}
.single-magasin .shop-univers .article-univers::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.single-magasin .shop-univers .article-univers:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), to(rgb(20, 20, 20)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgb(20, 20, 20) 100%);
}
.single-magasin .shop-univers .article-univers:hover .informations {
  opacity: 1;
}
.single-magasin .shop-univers .article-univers .cover {
  position: absolute;
  height: 100%;
  width: 100%;
}
.single-magasin .shop-univers .article-univers .cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-magasin .shop-univers .article-univers .informations {
  position: absolute;
  z-index: 10;
  left: 2rem;
  bottom: 40px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  opacity: 0;
}
.single-magasin .shop-univers .article-univers .informations h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
  line-height: 45px;
  font-family: "Poppins-Regular";
}
.single-magasin .shop-offres {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .single-magasin .shop-offres {
    padding-inline: 25px;
    padding-bottom: 0;
  }
}
.single-magasin .shop-offres .swiper-shop-offers {
  width: 100%;
}
.single-magasin .shop-offres .swiper-shop-offers .article-offres {
  position: relative;
  height: 600px;
}
@media (max-width: 768px) {
  .single-magasin .shop-offres .swiper-shop-offers .article-offres {
    height: 460px;
  }
}
.single-magasin .shop-offres .swiper-shop-offers .article-offres::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  display: block;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), to(rgb(20, 20, 20)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgb(20, 20, 20) 100%);
}
.single-magasin .shop-offres .swiper-shop-offers .article-offres img.banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-magasin .shop-offres .swiper-shop-offers .article-offres .offres--content {
  position: absolute;
  width: auto;
  left: 40px;
  bottom: 40px;
  z-index: 20;
}
@media (max-width: 768px) {
  .single-magasin .shop-offres .swiper-shop-offers .article-offres .offres--content {
    left: 25px;
    bottom: 25px;
  }
}
.single-magasin .shop-offres .swiper-shop-offers .article-offres .offres--content .content {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .single-magasin .shop-offres .swiper-shop-offers .article-offres .offres--content .content {
    max-width: 300px;
  }
}
.single-magasin .shop-offres .swiper-shop-offers .article-offres .offres--content .content .title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins-Regular";
  line-height: 1;
}
.single-magasin .shop-offres .swiper-shop-offers .article-offres .offres--content .content .description {
  opacity: 0.7;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins-Regular";
}
.single-magasin .shop-offres .swiper-shop-offers .article-offres .offres--content .content .cta-secondary {
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* PAGES GLOBAL /*/
.shop-presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  height: 600px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .shop-presentation {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .shop-presentation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 20px;
    padding-right: 0;
  }
}
.shop-presentation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1440px) {
  .shop-presentation img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .shop-presentation img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .shop-presentation img {
    height: 420px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.shop-presentation .presentation--content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .shop-presentation .presentation--content {
    padding: 0 25px;
    width: auto;
  }
}
.shop-presentation .presentation--content .title {
  opacity: 0.9;
  color: #000000;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
  text-align: left;
  font-family: "Poppins-Medium";
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .shop-presentation .presentation--content .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .shop-presentation .presentation--content .title {
    font-size: 30px;
  }
}
.shop-presentation .presentation--content p {
  max-width: 570px;
  opacity: 0.7;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  font-family: "Poppins-Regular";
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .shop-presentation .presentation--content p {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .shop-presentation .presentation--content p {
    font-size: 14px;
  }
}
.shop-presentation .presentation--content .cta-primary {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .shop-presentation .presentation--content .cta-primary {
    margin-top: 35px;
  }
}

.shop-details {
  font-family: "Poppins-Regular";
  width: 100%;
  margin-bottom: 80px;
  height: 483px;
}
.shop-details.relative {
  position: relative;
}
.nos-services .shop-details {
  margin: 150px 0;
  height: 420px;
}
@media (max-width: 768px) {
  .nos-services .shop-details {
    margin: 120px 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .shop-details {
    height: auto;
  }
}
.shop-details .shop-details--banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nos-services .shop-details .shop-details--banner {
  max-height: 420px;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .shop-details .shop-details--banner {
    height: 484px;
    position: relative;
  }
}
@media (max-width: 576px) {
  .shop-details .shop-details--banner {
    height: 280px;
  }
}
.shop-details .shop-details--header {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 438px;
  border-radius: 5px;
  background-color: #ffffff;
  left: 5rem;
  top: 5rem;
}
.shop-details .shop-details--header.reverse {
  left: auto;
  right: 5rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .shop-details .shop-details--header {
    left: 0;
    top: 0;
  }
  .shop-details .shop-details--header.reverse {
    left: 0;
    right: 0;
  }
}
.shop-details .shop-details--header .shop-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 4.6rem 0;
}
@media (max-width: 768px) {
  .shop-details .shop-details--header .shop-details-content {
    padding: 20px 25px;
  }
}
.shop-details .shop-details--header .shop-details-content .title {
  font-size: 1.875rem;
  color: #000000;
  font-weight: 400;
  line-height: 1;
}
.shop-details .shop-details--header .shop-details-content .description {
  margin: 30px 0 0;
  font-size: 1rem;
  color: #000000;
  opacity: 0.7;
  font-weight: 400;
}
.shop-details .shop-details--header .shop-details-content .description.classic-text p {
  margin-bottom: 1rem;
}
.shop-details .shop-details--header .shop-details-content .shop-details--list {
  margin-top: 30px;
  padding-left: 1em;
}
.shop-details .shop-details--header .shop-details-content .shop-details--list a {
  opacity: 1 !important;
}
.shop-details .shop-details--header .shop-details-content .shop-details--list li, .shop-details .shop-details--header .shop-details-content .shop-details--list li a {
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
  padding: 4px 0;
}
.nos-services .shop-details .shop-details--header .shop-details-content .shop-details--list li, .nos-services .shop-details .shop-details--header .shop-details-content .shop-details--list li a {
  padding: 10px 0;
}

/* PAGES visite /*/
.location-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
@media (max-width: 1280px) {
  .location-grid {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .location-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.location-grid .location-card {
  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;
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.0823529412);
}
@media (max-width: 1280px) {
  .location-grid .location-card {
    padding: 25px;
  }
}
.location-grid .location-card .icon {
  width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-grid .location-card .title {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 25px;
  font-family: "Poppins-Medium";
}
.location-grid .location-card .text {
  font-family: "Poppins-Regular";
  opacity: 0.7;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  max-width: 330px;
}

@media (max-width: 1440px) {
  .venir-au-village-du-meuble--map {
    padding: 0;
    margin: 80px 0;
  }
}
@media (max-width: 576px) {
  .venir-au-village-du-meuble--map {
    height: 250px;
  }
}
@media (min-width: 1440px) {
  .venir-au-village-du-meuble--map {
    height: auto;
  }
}
.venir-au-village-du-meuble--map img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.village-du-meuble--depot {
  margin-bottom: 80px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .village-du-meuble--depot {
    padding-inline: 25px;
  }
  .village-du-meuble--depot .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .village-du-meuble--depot .swiper-arrow {
    display: none;
  }
}
.village-du-meuble--depot .slider-depot .depot-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.0823529412);
  border-radius: 5px;
}
@media (max-width: 768px) {
  .village-du-meuble--depot .slider-depot .depot-card {
    width: auto;
  }
}
.village-du-meuble--depot .slider-depot .title {
  font-family: "Poppins-Medium";
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 25px;
}
.village-du-meuble--depot .slider-depot .list {
  margin: 0;
  padding-left: 1em;
}
.village-du-meuble--depot .slider-depot .text {
  opacity: 0.7;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  max-width: 330px;
  font-family: "Poppins-Regular";
  padding: 10px 0;
}
.village-du-meuble--depot .slider-depot .text:last-child {
  padding-bottom: 0;
}
.village-du-meuble--depot .swiper-arrow {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.images-section {
  padding-top: 0;
  height: 100%;
  max-height: 717px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 991px) {
  .images-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    height: auto;
  }
}
@media (max-width: 1440px) {
  .images-section {
    padding-inline: 0;
  }
}
.images-section .col--left,
.images-section .col--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.images-section .col--left img,
.images-section .col--right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .images-section .col--left img,
.images-section .col--right img {
    height: 375px;
  }
}

/*/ A retirer /*/
#site-footer {
  overflow: hidden;
}

.village-du-meuble--faq hr {
  margin-top: 80px;
  margin-bottom: 2rem;
  display: block;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.0823529412);
}
.village-du-meuble--faq .faq--intro {
  margin-bottom: 40px;
}
.village-du-meuble--faq .faq--intro p {
  opacity: 0.7;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  font-family: "Poppins-Regular";
  margin-bottom: 1rem;
}
.village-du-meuble--faq .arconix-faq-accordion-wrap .arconix-faq-accordion-title {
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.0823529412);
  font-family: "Poppins-Medium";
  color: #000000;
  font-weight: normal;
  display: block;
  background-color: transparent;
  padding: 25px 0 25px 0;
}
.village-du-meuble--faq .ui-accordion-header-icon,
.village-du-meuble--faq .arconix-faq-term-title {
  display: none !important;
}
.village-du-meuble--faq .ui-widget-content {
  font-family: "Poppins-Regular";
  border: none;
  background: none;
}
.village-du-meuble--faq .ui-accordion .ui-accordion-content {
  padding-top: 0;
  padding-left: 0;
}
.village-du-meuble--faq .faqs--header {
  padding-bottom: 65px;
}
.village-du-meuble--faq .faqs--header .breadcrumb-container {
  top: 150px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .village-du-meuble--faq .faqs--header .breadcrumb-container {
    top: 120px;
  }
}
@media (max-width: 576px) {
  .village-du-meuble--faq .faqs--header .breadcrumb-container {
    top: 160px;
  }
}
.village-du-meuble--faq .faq--listing {
  padding-top: 0;
}
.village-du-meuble--faq .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  .village-du-meuble--faq .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.village-du-meuble--faq .tab-button {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins-Medium";
}
.village-du-meuble--faq .tab-button.active {
  text-decoration: underline;
  text-underline-offset: 6px;
  opacity: 1;
}
.village-du-meuble--faq .tab-content {
  display: none;
  margin-top: 20px;
}

/*/ mentiosn légales /*/
.terms_content hr {
  margin: 2rem 0;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.0823529412);
}
.terms_content ol {
  padding-left: 1.5rem;
}
.terms_content ol li, .terms_content ol strong {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 25px;
  font-family: "Poppins-Medium";
  margin: 2rem 0;
}
.terms_content p {
  opacity: 0.7;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  font-family: "Poppins-Regular";
  margin-bottom: 1rem;
}
.terms_content p strong {
  font-family: "Poppins-Medium";
  font-weight: normal;
}