
/* base layer */
/*
--------------------------------------------------------------------------
  FOCUS
--------------------------------------------------------------------------
*/
:focus {
   outline: none;
 }
.outline-focus :focus {
     outline-color: #80828a;
   }
::-moz-focus-inner {
   border-style: none;
   padding: 0;
 }
/* utilities layer */
/* Add new properties to calc screen sizes */
.h-screen-dvh {
   height: 100vh; /* fallback */
   height: 100dvh;
}
/*
--------------------------------------------------------------------------
  SWIPER
--------------------------------------------------------------------------
*/
.swiper-slide {
   height: auto;
}
.swiper-pagination--light {
   --swiper-pagination-color: #FFF;
}
.small-testimonials .swiper-nav {
   display: none;

}
/*
--------------------------------------------------------------------------
  RICH TEXT STYLES
  Styles for the client CMS editor field
  IMPORTANT - add the wysiwyg class on your template div
--------------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------------
  Scrollbar style for horizontal native slider - color selector use it 
--------------------------------------------------------------------------
*/
.c-white {
   color: white;
}
.site-max-width {
   position: relative;
   width: 100%;
   max-width: 1590px;
   padding-left: 75px;
   padding-right: 75px;
   margin-left: auto;
   margin-right: auto;
}
@media (max-width: 1099px) {
.site-max-width {
      padding-left: 20px;
      padding-right: 20px
}
   }
.site-max-width-small {
   position: relative;
   width: 100%;
   padding-left: 20px;
   padding-right: 20px;
}
@media (max-width: 767px) {
.site-max-width-small {
      padding-left: 12px;
      padding-right: 12px
}
   }
.pos-r {
   position: relative;
}
.z-2 {
   z-index: 2;
}
.flex-column {
   display: flex;
   flex-direction: column;
}
.gap-30 {
   gap: 30px;
}
@media (max-width: 1099px) {
.gap-30 {
      gap: 20px
}
   }
.pt-70 {
   padding-top: 70px;
}
@media (max-width: 1299px) {
.pt-70 {
      padding-top: 40px
}
   }
@media (max-width: 767px) {
.pt-70 {
      padding-top: 20px
}
   }
.pb-70 {
   padding-bottom: 70px;
}
@media (max-width: 1299px) {
.pb-70 {
      padding-bottom: 40px
}
   }
@media (max-width: 767px) {
.pb-70 {
      padding-bottom: 20px
}
   }
.float-bottom-left {
   position: absolute;
   bottom: 0;
   left: 0;
}
.title-gilroy {
   font-family: 'Gilroy', sans-serif;
}
.fz-60 {
   font-size: 60px;
}
@media (max-width: 1299px) {
.fz-60 {
      font-size: 40px
}
   }
@media (max-width: 767px) {
.fz-60 {
      font-size: 26px
}
   }
.fw-600 {
   font-weight: 600;
   font-style: normal;
}
.lh-120 {
   line-height: 120%;
}
.text-gilroy {
   font-family: 'Gilroy', sans-serif;
}
.fz-18 {
   font-size: 18px;
}
@media (max-width: 1099px) {
.fz-18 {
      font-size: 16px
}
   }
.fw-500 {
   font-weight: 500;
}
.lh-180 {
   line-height: 180%;
}
@media (max-width: 1099px) {
.lh-180 {
      line-height: 130%
}
   }
.float-bottom-right {
   position: absolute;
   bottom: 75px;
   right: 75px;
}
@media (max-width: 1099px) {
.float-bottom-right {
      bottom: 20px;
      right: 20px
}
   }
.imgb {
   display: block;
   width: 100%;
   height: auto;
}
.carousel {
   width: 100%;
}
.carousel-cell {
   width: 100%;
}
.grid {
   display: grid;
}
.grid-4 {
   grid-template-columns: repeat(4, 1fr);
}
.pt-20p {
   padding-top: 20px;
}
.pb-20p {
   padding-bottom: 20px;
}
.flex-start {
   display: flex;
   align-items: flex-start;
}
.ai-center {
   align-items: center;
}
.gap-15 {
   gap: 15px;
}
@media (max-width: 1099px) {
.gap-15 {
      gap: 10px
}
   }
.fz-16 {
   font-size: 16px;
}
.z-10 {
   z-index: 10;
}
.gap-20p {
   gap: 20px;
}
@media (max-width: 1099px) {
.gap-20p {
      gap: 10px
}
   }
.z-20 {
   z-index: 20;
}
.gap-10p {
   gap: 10px;
}
.c-dark {
   color: #23252A;
}
.border-bottom-grey {
   border-bottom: 1px solid #CDD0D5;
}
.smooth-bounce-up-down {
   animation: bounceUpDown 3s ease-in-out infinite;
}
@keyframes bounceUpDown {
   0%, 100% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-10px);
   }
}
.w-100 {
   width: 100%;
}
.h-45dvh {
   height: 45dvh;
}
.grid-2 {
   grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
.grid-2 {
      grid-template-columns: 1fr
}
   }
.bg-img {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
   -o-object-position: center;
      object-position: center;
}
.simple-wysiwyg h2 {
      font-family: Gilroy;
      font-size: 60px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
   }
/* 72px */
@media (max-width: 1099px) {
.simple-wysiwyg h2 {
         font-size: 40px
   }
      }
@media (max-width: 767px) {
.simple-wysiwyg h2 {
         font-size: 26px
   }
      }
.simple-wysiwyg h2 strong {
         font-weight: 600;
      }
.simple-wysiwyg strong {
      font-weight: 600;
   }
.simple-wysiwyg p {
      font-family: Gilroy;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%;
   }
/* 32.4px */
@media (max-width: 1099px) {
.simple-wysiwyg p {
         font-size: 16px;
         line-height: 130% /* 25.6px */
   }
      }
.simple-wysiwyg p a {
      display: inline-block;
      padding: 16px 24px;
      border-radius: 3px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%; /* 27px */
      letter-spacing: 1.2px;
      text-transform: uppercase;
      background: #fff;
      color: #3071B5;
      line-height: 1;
      transition: all 0.3s ease;
   }
@media (max-width: 1099px) {
.simple-wysiwyg p a {
         font-size: 14px;
         padding: 12px 20px
   }
      }
.simple-wysiwyg p a:hover {
         background: #3071B5;
         color: #fff;
      }
.simple-wysiwyg ul, .simple-wysiwyg ol {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 180%; /* 27px */
      color: #ffffff;
   }
@media (max-width: 1099px) {
.simple-wysiwyg ul, .simple-wysiwyg ol {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.simple-wysiwyg ul, .simple-wysiwyg ol {
      padding-left: 0;
      list-style-type: none;

   }
.simple-wysiwyg ul li, .simple-wysiwyg ol li {
         position: relative;
         padding-left: 45px;
         margin-bottom: 14px;
      }
@media (max-width: 1099px) {
.simple-wysiwyg ul li, .simple-wysiwyg ol li {
            padding-left: 35px;
            margin-bottom: 10px
      }
         }
.simple-wysiwyg ul li:before, .simple-wysiwyg ol li:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><circle cx="15" cy="15" r="12" fill="%233071B5"/><path d="M15 0C11.0223 0 7.20591 1.58075 4.39311 4.39311C1.5806 7.20561 0 11.0219 0 15C0 18.9781 1.58075 22.7941 4.39311 25.6069C7.20561 28.4194 11.0219 30 15 30C18.9781 30 22.7941 28.4192 25.6069 25.6069C28.4194 22.7944 30 18.9781 30 15C29.9957 11.0234 28.4149 7.20997 25.6025 4.39754C22.79 1.58503 18.9766 0.00443077 15 0ZM21.7846 11.5385L14.2615 20.0005C14.0582 20.2313 13.7697 20.3697 13.461 20.3842C13.174 20.3885 12.8971 20.2774 12.6923 20.0769L8.29182 16.138C7.85047 15.6851 7.85047 14.9611 8.29182 14.5082C8.74327 14.0582 9.47306 14.0582 9.92308 14.5082L13.3846 17.5846L20.1231 9.9995C20.5515 9.5322 21.2755 9.49037 21.7543 9.90719C22.213 10.35 22.2259 11.0798 21.7846 11.5385Z" fill="white"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
         }
@media (max-width: 1099px) {
.simple-wysiwyg ul li:before, .simple-wysiwyg ol li:before {
               width: 25px;
               height: 25px
         }
            }
.simple-wysiwyg ul.revert-svg, .simple-wysiwyg ol.revert-svg {
         color: #23252A;
      }
.simple-wysiwyg ul.revert-svg li:before, .simple-wysiwyg ol.revert-svg li:before {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><circle cx="15" cy="15" r="12" fill="%23FFFFFF"/><path d="M15 0C11.0223 0 7.20591 1.58075 4.39311 4.39311C1.5806 7.20561 0 11.0219 0 15C0 18.9781 1.58075 22.7941 4.39311 25.6069C7.20561 28.4194 11.0219 30 15 30C18.9781 30 22.7941 28.4192 25.6069 25.6069C28.4194 22.7944 30 18.9781 30 15C29.9957 11.0234 28.4149 7.20997 25.6025 4.39754C22.79 1.58503 18.9766 0.00443077 15 0ZM21.7846 11.5385L14.2615 20.0005C14.0582 20.2313 13.7697 20.3697 13.461 20.3842C13.174 20.3885 12.8971 20.2774 12.6923 20.0769L8.29182 16.138C7.85047 15.6851 7.85047 14.9611 8.29182 14.5082C8.74327 14.0582 9.47306 14.0582 9.92308 14.5082L13.3846 17.5846L20.1231 9.9995C20.5515 9.5322 21.2755 9.49037 21.7543 9.90719C22.213 10.35 22.2259 11.0798 21.7846 11.5385Z" fill="%233071B5"/></svg>');
         }
.simple-wysiwyg.c-dark p a {
         background: #3071B5;
         color: #FFFFFF;
      }
.simple-wysiwyg.c-dark p a:hover {
            background: #23252A;
            color: #FFFFFF;
         }
.h-90dvh {
   height: 90dvh;

   max-height: 750px;
}
@media (max-width: 999px) {
.h-90dvh {
      max-height: 550px
}
   }
@media (max-width: 767px) {
.h-90dvh {
      max-height: 45dvh
}
   }
.flex-center {
   display: flex;
   align-items: center;
   justify-content: center;
}
.center {
   justify-content: center;
}
.fz-50 {
   font-size: 50px;
}
@media (max-width: 1299px) {
.fz-50 {
      font-size: 35px
}
   }
@media (max-width: 767px) {
.fz-50 {
      font-size: 23px
}
   }
.lh-120 {
   line-height: 120%;
}
.text-center {
   text-align: center;
}
.mw-900  {
   max-width: 915px;
   margin-left: auto;
   margin-right: auto;
}
@media (max-width: 1099px) {
.mw-900  {
      max-width: 100%
}
   }
.pt-15vw {
   padding-top: 15vw;
}
.pb-15vw {
   padding-bottom: 15vw;
}
.pr-5vw {
   padding-right: 5vw;
}
@media (max-width: 1099px) {
.pr-5vw {
      padding-right: 20px
}
   }
.pl-5vw {
   padding-left: 5vw;
}
@media (max-width: 1099px) {
.pl-5vw {
      padding-left: 20px
}
   }
@media (max-width: 767px) {
.pl-5vw {
      padding-left: 0
}
   }
.grid-3 {
   grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
.grid-3 {
      grid-template-columns: 1fr;
      gap: 20px
}
.grid-3.no-break {
         grid-template-columns: repeat(3, 1fr);
         gap: 0
   }
   }
.fz-30 {
   font-size: 30px;
}
@media (max-width: 1099px) {
.fz-30 {
      font-size: 24px
}
   }
.mw-60 {
   max-width: 60%;
}
.gap-30p {
   gap: 30px;
}
@media (max-width: 1099px) {
.gap-30p {
      gap: 20px
}
   }
.border-radius-3 {
   border-radius: 3px;
}
.bg-light {
   background: rgba(48, 113, 181, 0.10);
}
.p-15-20 {
   padding: 15px 20px;
}
@media (max-width: 1099px) {
.p-15-20 {
      padding: 10px 15px
}
   }
.svg-25 {
   min-width: 25px;
   width: 25px;
   height: auto;
}
.spacer {
   height: 30px;
}
@media (max-width: 1099px) {
.spacer {
      height: 20px
}
   }
.img-90 {
   width: 90px;
   min-width: 90px;
   height: auto;
}
.gap-10p {
   gap: 10px;
}
.gap-5p {
   gap: 5px;
}
.float-right {
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
}
.border-top-left-radius-3 {
   border-top-left-radius: 3px;
}
.border-bottom-left-radius-3 {
   border-bottom-left-radius: 3px;
}
.list {
   font-family: Gilroy;
   font-size: 15px;
   font-style: normal;
   font-weight: 400;
   line-height: 180%; /* 27px */
   list-style-type: disc;
   padding-left: 20px;
   color: #23252A;
}
@media (max-width: 1099px) {
.list {
      font-size: 14px;
      line-height: 130% /* 22.4px */
}
   }
.hr {
   height: 2px;
   background: #CDD0D5;
   margin-top: 20px;
   margin-bottom: 20px;
}
.gap-10p {
   gap: 10px;
}
.pb-40p {
   padding-bottom: 40px;
}
@media (max-width: 1099px) {
.pb-40p {
      padding-bottom: 20px
}
   }
.pt-40p {
   padding-top: 40px;
}
@media (max-width: 1099px) {
.pt-40p {
      padding-top: 20px
}
   }
.grid-2313 {
   grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
.grid-2313 {
      grid-template-columns: 1fr
}
   }
.border-radius-5 {
   border-radius: 5px;
}
.ai-stretch {
   align-items: stretch;
}
.p-50p {
   padding: 50px;
}
@media (max-width: 1099px) {
.p-50p {
      padding: 20px
}
   }
.pb-80p {
   padding-bottom: 80px;
}
@media (max-width: 1299px) {
.pb-80p {
      padding-bottom: 40px
}
   }
.produit-enrichie-container .swiper-nav {
      position: static;

      display: flex;
      justify-content: space-between;
      align-items: center;
   }
.produit-enrichie-container .swiper-nav button {
         width: 35px;
         height: 35px;
         position: absolute;
         top: 50%;
         left: 0;
         right: auto;
         transform: translateY(-50%);
         margin: 0;
         z-index: 10;
         background: #fff;
      }
.produit-enrichie-container .swiper-nav button.swiper-nav__btn--next {
         left: auto;
         right: 0;
      }
.produit-enrichie-container .swiper-nav button div {
         border-color: #232323;
      }
.produit-enrichie-container .gallery-pagination {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      display: flex;
      gap: 8px;
   }
@media (max-width: 767px) {
.produit-enrichie-container .gallery-pagination {
         display: none
   }
      }
.produit-enrichie-container .gallery-pagination div {
         padding: 0;
         margin: 0;
      }
.produit-enrichie-container .gallery-pagination div div {
            border-radius: 10.954px;
            border: 2px solid var(--Color-1, #23252A);
            background: var(--Color2, #FFF);
         }
.produit-enrichie-container .gallery-pagination div.swiper-slide-thumb-active div {
         background: #23252A;
         border-color: #23252A;
      }
.produit-enrichie-container .border-b.border-gray-200 {
      border: none;
   }
.produit-enrichie-container .font-medium.text-blue.text-8 {
      display: none;
   }
.produit-enrichie-container form {
      position: relative;
   }
.produit-enrichie-container form .mb-4 {
         margin-bottom: 20px;
         margin-top: 10px;
         padding-bottom: 0;
      }
.produit-enrichie-container legend.font-semibold, .produit-enrichie-container .legend-title {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
/* 27px */
@media (max-width: 1099px) {
.produit-enrichie-container legend.font-semibold, .produit-enrichie-container .legend-title {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.font-semibold {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.font-semibold {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.produit-enrichie-container label.rounded-sm {
      padding: 20px 24px;
      
      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
      color: #23252A;
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.rounded-sm {
         padding: 15px 20px
   }
      }
.produit-enrichie-container label.rounded-sm span {
         font-family: Gilroy;
         font-size: 15px;
         font-style: normal;
         font-weight: 500;
         line-height: 1;
      }
@media (max-width: 1099px) {
.produit-enrichie-container label.rounded-sm span {
            font-size: 14px
      }
         }
.produit-enrichie-container a.btn-primary-light {
      display: none;
   }
.produit-enrichie-container input[type="number"] {
      width: calc(50% - 5px);
      border-color: #CDD0D5;
      border-radius: 3px;
   }
@media (max-width: 767px) {
.produit-enrichie-container input[type="number"] {
         width: 100%
   }
      }
.produit-enrichie-container button[type="submit"].btn-primary {
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(50% - 5px);
      padding: 16px 24px;
      border-radius: 3px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      background: #3071B5;
      color: #fff;
      transition: all 0.3s ease;
      margin: 0;
   }
@media (max-width: 1099px) {
.produit-enrichie-container button[type="submit"].btn-primary {
         font-size: 14px;
         padding: 12px 20px
   }
      }
@media (max-width: 767px) {
.produit-enrichie-container button[type="submit"].btn-primary {
         position: relative;
         width: 100%;
         margin-top: 0
   }
      }
.produit-enrichie-container .peer:checked ~ .peer-checked\:bg-blue {
      background-color: #fff;
      color: #23252A;
      border-color: #3071B5;
   }
.produit-enrichie-container .mb-6.pb-6 {
      margin-bottom: 0;
   }
.entete-produit {
   position: relative;
}
.entete-produit:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 35.8%, rgba(0, 0, 0, 0.90) 100%);
      z-index: 11;
   }
.entete-produit .carousel .swiper-wrapper {
         width: 100%;
      }
.entete-produit .carousel .carousel-cell img {
            display: block;
            width: 100%;
            height: auto;
            max-height: 75dvh;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: bottom;
               object-position: bottom;
         }
.entete-produit .content {
      left: 50%;
      transform: translateX(-50%);
      z-index: 12;
   }
.entete-produit .text-8 {
      font-family: Gilroy;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 32.4px */
      color: #FFFFFF;
      border: none;
      padding: 0;
      margin: 0;
   }
@media (max-width: 1099px) {
.entete-produit .text-8 {
         font-size: 16px;
         line-height: 130% /* 25.6px */
   }
      }
@media (max-width: 999px) {
.avantages  {
      padding: 0;
      margin: 0;
      border: none
}
.avantages .grid.grid-4 {
         grid-template-columns: repeat(2, 1fr);
         gap: 0;
         margin: 0;
         padding: 0
   }

         .avantages .grid.grid-4 .avantage {
            border: 1px solid #CDD0D5;
            padding: 14px 20px;
            margin-bottom: -1px;
         }

            .avantages .grid.grid-4 .avantage:nth-child(odd) {
               border-right: none;
               border-left: none;
            }

            .avantages .grid.grid-4 .avantage svg {
               width: 34px;
               height: auto;
            }
   }
@media (max-width: 767px) {
.avantages .grid.grid-4 {
         grid-template-columns: repeat(1, 1fr)
   }

         .avantages .grid.grid-4 .avantage {
            border-right: none;
            border-left: none;
         }

            .avantages .grid.grid-4 .avantage:nth-child(odd) {
               border-right: none;
               border-left: none;
            }
      }
.infos-img {
   position: relative;
   overflow: hidden;
}
.infos-img:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
      z-index: 1;
   }
.infos-img .content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
   }
.infos-img.reverse .col.col-content {
         order: 2;
      }
.infos-img.reverse:before {
         display: none;
      }
.infos-img.reverse:after {
         content: '';
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
         z-index: 1;
      }
.infos-img.reverse .pr-5vw {
         padding-right: 0;
         padding-left: 5vw;
      }
@media (max-width: 1099px) {
.infos-img.reverse .pr-5vw {
            padding-left: 20px
      }
         }
.infos-img .bg-img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
   }
.infos-img.has-video:before {
         display: none;
      }
.infos-img.has-video:after {
         content: '';
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
         z-index: 1;
      }
@media (max-width: 767px) {
      .infos-img .swiper-nav-wrap {
         top: auto;
         bottom: 20px;
         transform: none;
      }
   }
.big-center-text {
}
.boxed-infos p {
      font-family: Gilroy;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
   }
/* 18.2px */
@media (max-width: 999px) {
         .boxed-infos p br {
            display: none;
         }
      }
@media (max-width: 767px) {
.boxed-infos p {
         padding-right: 30px
   }
      }
.boxed-infos-grey {
   font-family: Gilroy;
   font-size: 15px;
   font-style: normal;
   font-weight: 500;
   line-height: 180%; /* 27px */
   color: #23252A;
   border-radius: 3px;
   border: 1px solid #CDD0D5;
   background: var(--Color-4, #ECEDEF);
}
@media (max-width: 1099px) {
.boxed-infos-grey {
      font-size: 14px;
      line-height: 130% /* 22.4px */
}
   }
.boxed-infos-grey p {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;
   }
@media (max-width: 1099px) {
.boxed-infos-grey p {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.faq-item-wrap {
   padding-top: 0;
   padding-bottom: 0;
   margin-top: 40px;
}
@media (max-width: 1099px) {
.faq-item-wrap {
      margin-top: 20px
}
   }
.faq-item-wrap + .faq-item-wrap {
   margin-top: 0;
}
.faq-item {
   width: 100%;
   position: relative;
   border-top: 1px solid #CDD0D5;
   border-bottom: 1px solid #CDD0D5;
   background: var(--Color2, #FFF);
   margin-bottom: -1px;

}
.faq-item .faq-question {
      width: 100%;
      padding-top: 30px;
      padding-bottom: 30px;
      font-family: Gilroy;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%; /* 28.6px */

      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #23252A;

      gap: 20px;
   }
@media (max-width: 1099px) {
.faq-item .faq-question {
         font-size: 18px;
         line-height: 150%; /* 27px */
         padding-top: 20px;
         padding-bottom: 20px
   }
      }
.faq-item .faq-question svg {
         transition: all 0.3s ease;
      }
.faq-item.is-active .faq-question svg {
         transform: rotate(45deg);
      }
.faq-item .faq-answer {
      position: relative;
      overflow: hidden;
      padding-top: 0;
      padding-bottom: 0;
      font-family: Gilroy;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%; /* 28.6px */
      max-width: 75%;
      max-height: 0;  
      opacity: 0;
      transition: all 0.3s ease;
   }
@media (max-width: 1099px) {
.faq-item .faq-answer {
         font-size: 16px;
         line-height: 130%; /* 25.6px */
         max-width: 100%
   }
      }
.faq-item .faq-answer.is-active {
         opacity: 1;
         padding-top: 10px;
         padding-bottom: 30px;
      }
.vignettes-grid {
   align-items: stretch;
   padding-top: 100px;
   padding-bottom: 75px;
}
@media (max-width: 1099px) {
.vignettes-grid {
      padding-top: 50px;
      padding-bottom: 50px
}
   }
.vignettes-grid .col  {
      display: flex;
      flex-direction: column;
   }
.vignettes-grid .img {
      position: relative;
   }
.vignettes-grid .img .video-link {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: 10;
         transition: transform 0.3s ease;
      }
.vignettes-grid .img .video-link:hover {
            transform: translate(-50%, -50%) scale(1.1);
         }
.vignettes-grid .content {
      display: flex;
      flex-direction: column;
      flex: 1;
   }
.vignettes-grid .title {
      font-family: Gilroy;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%; /* 31.2px */
      padding-top: 20px;
      padding-bottom: 20px;
   }
@media (max-width: 1099px) {
.vignettes-grid .title {
         font-size: 20px;
         line-height: 150%; /* 30px */
         padding-top: 15px;
         padding-bottom: 15px
   }
      }
@media (max-width: 999px) {
.vignettes-grid .title {
         font-size: 18px;
         line-height: 130%; /* 23.4px */
         padding-top: 10px;
         padding-bottom: 10px
   }
      }
.vignettes-grid .text {
      font-family: Gilroy;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 24px */
      padding-bottom: 20px;
   }
@media (max-width: 1099px) {
.vignettes-grid .text {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.vignettes-grid .btn {
      margin-top: auto;
      font-size: 15px;
   }
@media (max-width: 1099px) {
.vignettes-grid .btn {
         font-size: 14px
   }
      }
@media (max-width: 999px) {
.vignettes-grid .btn {
         font-size: 13px
   }
      }
.mobile-scroll-indicator {
   display: none;
}
@media (max-width: 767px) {
.mobile-scroll-indicator {
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      padding: 10px 20px
}
   }
.table-grid-wrap {
   position: relative;
   width: 100%;
   padding: 0;
}
@media (max-width: 767px) {
.table-grid-wrap {
      padding-right: 45px;
      overflow: hidden;
      overflow-x: auto
}
   }
.table-grid {
   color: #23252A;
   padding-top: 100px;
}
@media (max-width: 1099px) {
.table-grid {
      padding-top: 50px
}
   }
@media (max-width: 767px) {
.table-grid {
      min-width: -moz-max-content;
      min-width: max-content;
      padding-right: 0
}
   }
.table-grid .row-heads {
      margin-bottom: -1px;
   }
.table-grid .row-heads .col {
         text-align: center;
         border: 1px solid #CDD0D5;
         background: rgba(236, 237, 239, 0.50);
         display: flex;
         align-items: center;
         justify-content: center;
         padding-top: 100px;
         padding-bottom: 100px;
         margin-right: -1px;
      }
@media (max-width: 1099px) {
.table-grid .row-heads .col {
            padding-top: 50px;
            padding-bottom: 50px
      }
         }
.table-grid .row-heads .col svg {
            max-width: 80%;
            height: auto;
         }
.table-grid .row-heads .col.empty {
         border: none;
         background: none;
      }
.table-grid .row-heads p {
         font-family: Gilroy;
         font-size: 24px;
         font-style: normal;
         font-weight: 600;
         line-height: 1;
      }
@media (max-width: 1099px) {
.table-grid .row-heads p {
            font-size: 20px
      }
         }
.table-grid .row-content {
      margin-bottom: -1px;
   }
.table-grid .row-content .col {
         padding: 20px 30px;
         border: 1px solid #CDD0D5;
         background: var(--Color2, #FFF);
         text-align: center;
         margin-right: -1px;
         display: flex;
         align-items: center;
         justify-content: center;
      }
@media (max-width: 1099px) {
.table-grid .row-content .col {
            padding: 15px 20px
      }
         }
.table-grid .row-content .col:first-child {
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: flex-start;
         }
.table-grid .row-content p {
         font-family: Gilroy;
         font-size: 18px;
         font-style: normal;
         font-weight: 500;
         line-height: 1;
      }
@media (max-width: 1099px) {
.table-grid .row-content p {
            font-size: 16px
      }
         }
.related-product-main-title {
   font-family: Gilroy;
   font-size: 45px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%; /* 54px */
   text-align: center;
   color: #23252A;
   padding-bottom: 80px;
}
@media (max-width: 1099px) {
.related-product-main-title {
      font-size: 30px;
      padding-bottom: 40px
}
   }
@media (max-width: 767px) {
.related-product-main-title {
      font-size: 23px;
      padding-bottom: 30px
}

      .related-product-main-title br {
         display: none;
      }
   }
.related-product-wrap {
   display: flex;
   flex-direction: column;
   height: auto;
   border-radius: 10px;
   border: 1px solid #CDD0D5;
   background: var(--Color2, #FFF);
}
.related-product-wrap:hover .btn-wrap .btn--primary {
         background: #3071B5;
         border-color: #3071B5;
         color: #FFFFFF;
      }
.related-product-content {
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}
.related-product-content:hover .btn-wrap .btn--primary {
         background: #3071B5;
         border-color: #3071B5;
         color: #FFFFFF;
      }
.related-product-content .related-product-title {
      font-family: Gilroy;
      font-size: 30px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; /* 36px */
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      color: #23252A;
   }
@media (max-width: 1099px) {
.related-product-content .related-product-title {
         font-size: 20px
   }
      }
.related-product-content .related-product-text {
      font-family: Gilroy;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 24px */
      color: #23252A;
   }
@media (max-width: 1099px) {
.related-product-content .related-product-text {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.related-product-content .related-product-colors {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-bottom: 20px;
      margin-top: auto;
   }
.related-product-content .btn-wrap .btn--primary {
         border-radius: 3px;
         border: 1px solid var(--Color-1, #23252A);
         background: var(--Color-1, #23252A);
         color: #FFFFFF;
         font-weight: 400;
      }
.related-product-content .btn-wrap .btn--primary:hover {
            background: #3071B5;
            border-color: #3071B5;
            color: #FFFFFF;
         }
@media (max-width: 767px) {
.swiper-nav {
      margin-top: -25px
}

      .swiper-nav button {
         width: 20px;
         height: auto;
      }
         .images-grid .col-image img {
            aspect-ratio: 16/12;
            width: 100%;
            height: auto;
            -o-object-fit: cover;
               object-fit: cover;
         }
         .split .col-image img {
            padding: 25px;
         }
      .scroll-to-svg svg {
         width: 21px;
         height: auto;
      }
   }
[data-variants-category].has-1 {
   /* visually hidden */
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
}
.google-reviews a {
      color: #70A0D2;
   }
html body header .container .home-title {
   line-height: 2.25;
   font-size: 27px;
}
html body header .container .home-title strong {
      line-height: 1.2;
      font-weight: 500;
      font-size: 52px;
   }
@media (max-width: 767px) {
   html body header .container .home-title {
      line-height: 1.5;
      font-size: 20px;
   }

      html body header .container .home-title strong {
         line-height: 1.2;
         font-weight: 500;
         font-size: 32px;
      }
}
html body .home-hero-btns {
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   gap: 20px;
   margin-bottom: 55px;
}
@media (max-width: 767px) {
html body .home-hero-btns {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 0
}
html body .hide-on-mobile {
      display: none
}
   }
.selected-partner {
   display: flex;
   flex-direction: column;
   margin-bottom: 45px;
}
.selected-partner .top {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-radius: 5px 5px 0px 0px;
      background: var(--Color-3, #3071B5);
      color: #fff;
      padding: 20px 20px;
      gap: 10px;
   }
.selected-partner .top .name {
         display: flex;
         align-items: center;
         justify-content: flex-end;
         gap: 10px;
         line-height: 1;
      }
.selected-partner .top .edit-link {
         margin-left: auto;
         text-decoration: underline;
         line-height: 1;
         font-weight: 500;
      }
.selected-partner .bottom {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 20px 20px;
      background: #fff;
      color: #23252A;
      border-radius: 0px 0px 5px 5px;
      font-style: normal;
   }
.selected-partner .bottom .text {
         display: flex;
         align-items: center;
         justify-content: flex-end;
         gap: 10px;
         line-height: 1;
         font-style: normal;
      }
.selected-partner .bottom .text br {
            display: none;
         }
.selected-partner .bottom .distance {
         margin-left: auto;
         font-style: normal;
      }
html body .livraison-tabs {
   display: flex;
   align-items: stretch;
   justify-content: space-between;
   gap: 20px;
}
html body .livraison-tabs .livraison-tab {
      flex: 1;
      width: auto;
   }
html body .livraison-tabs .fake-radio {
      margin-left: auto;
   }
html body .livraison-tabs .fake-radio .default {
         display: block;
      }
html body .livraison-tabs .fake-radio .selected {
         display: none;
      }
html body .peer:checked ~ .peer-checked\:outline-green-400 {
   outline-color: #3071B5;
   outline-style: solid;
   outline-width: 2px;
}
html body .peer:checked ~ .peer-checked\:outline-green-400 .fake-radio .default {
         display: none;
      }
html body .peer:checked ~ .peer-checked\:outline-green-400 .fake-radio .selected {
         display: block;
      }
.destinations-popup-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);

   opacity: 0;
   z-index: -1;

   transition: all 0.3s ease;
}
.destinations-popup-overlay .close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;

      background: #fff;
      border-radius: 50%;
      padding: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
   }
.destinations-popup-overlay.is-active {
      opacity: 1;
      z-index: 999;
   }
.destinations-popup {
   display: flex;
   flex-direction: column;
   gap: 20px;
   padding: 20px;
   background: #fff;
   border-radius: 5px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: -1;
   width: 90%;
   max-width: 655px;
   height: 500px;
   max-height: 80vh;
   overflow-y: auto;

   opacity: 0;

   transition: all 0.3s ease;
}
.destinations-popup .livraison-tab {
      border: 1px solid #E5E5E5;
      border-radius: 5px;
      margin: 0;
      outline: none;
   }
.destinations-popup .livraison-tab.selected {
         border: 2px solid #3071B5;
      }
.destinations-popup .livraison-tab.selected .fake-radio .default {
               display: none;
            }
.destinations-popup .livraison-tab.selected .fake-radio .selected {
               display: block;
            }
.destinations-popup .livraison-tab .fake-radio {
         margin-left: auto;
      }
.destinations-popup .livraison-tab .fake-radio .default {
            display: block;
         }
.destinations-popup .livraison-tab .fake-radio .selected {
            display: none;
         }
.destinations-popup.is-active {
      opacity: 1;
      z-index: 1000;
   }
.loader-wrap {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;

   display: flex;
   align-items: center;
   justify-content: center;

   background: rgba(255, 255, 255, 0.8);
   z-index: 999;
}
.loader-wrap .loader-svg {
      width: 40px;
      height: 40px;
      transform: scale(1.5);
   }
.maxw-50 {
   max-width: 50%;
}
@media (max-width: 767px) {
.maxw-50 {
      max-width: 100%
}
   }
.border-top {
   border-top: 1px solid rgba(0, 0, 0, 0.30);
}
.imgb {
   position: relative;
   width: 100%;
   display: block;
}
.radius {
   border-radius: 5px;
}
.grid {
   display: grid;
}
.grid2 {
   grid-template-columns: 1.15fr 0.85fr;
   gap: 20px;
}
@media (max-width: 767px) {
.grid2 {
      grid-template-columns: 1fr
}
   }
html body .piscine-header {
   padding-top: 5.5vw;
   padding-bottom: 5.5vw;
   
}
@media (max-width: 1299px) {
      html body .piscine-header .container {
         gap: 20px;
      }
   }
@media (max-width: 1199px) {
html body .piscine-header {
      padding-top: 45px;
      padding-bottom: 45px;
      display: flex;
      flex-direction: column
   
}

      html body .piscine-header .container {
         grid-template-columns: 1fr;
      }
   }
html body .piscine-header .col:first-child {
      display: flex;
      flex-direction: column;
      padding-right: 4vw;
   }
@media (max-width: 1299px) {
html body .piscine-header .col:first-child {
         padding-right: 20px
   }
      }
@media (max-width: 1199px) {
html body .piscine-header .col:first-child {
         padding-right: 0
   }
      }
html body .piscine-header .col:first-child.col-soumission {
      padding-right: 0;
   }
html body .piscine-header .col-form {
      background: #3071B5;
      padding: 50px;
      border-radius: 5px;
   }
@media (max-width: 1299px) {
html body .piscine-header .col-form {
         padding: 45px 25px
   }
      }
@media (max-width: 1199px) {
html body .piscine-header .col-form {
         padding: 20px
   }
      }
html body .piscine-header .col-form * {
         font-family: Gilroy, arial, sans-serif;
      }
html body .piscine-header .col-form h2 {
         font-size: 30px;
         font-style: normal;
         font-weight: 600;
         line-height: 120%; /* 36px */
         color: #fff;
         margin-bottom: 20px;
      }
@media (max-width: 1199px) {
html body .piscine-header .col-form h2 {
            font-size: 23px
      }
         }
html body .piscine-header .col-form h3 {
         font-size: 20px;
         font-style: normal;
         font-weight: 500;
         line-height: 120%; /* 24px */
         color: #fff;
         margin-bottom: 24px;
      }
html body .piscine-header .col-form h3.lh15 {
            line-height: 1.5;
         }
html body .piscine-header .col-form h3.lh18 {
            line-height: 1.8;
         }
@media (max-width: 1199px) {
html body .piscine-header .col-form h3 {
            font-size: 18px
      }
         }
html body .piscine-header .col-form .soumission-header-form-title {
         margin: 0;
         padding: 0;
      }
html body .piscine-header .col-form .fui-alert {
         margin: 35px 0;
      }
html body .piscine-header .col-form [data-fui-id="mainWebForm-avezVousDejaAmorceUneDiscussionAvecUnC"] {
         margin-bottom: 0;
      }
html body .piscine-header .col-form .fui-error-message {
         background: #fdf2f2;
         color: #9e6060;
         border-radius: 5px;
         padding: 3px 8px;
      }
html body .piscine-header .col-form form {
         color: #fff;
      }
html body .piscine-header .col-form form .fui-page-row.fui-row {
            margin-top: 0;
            padding-top: 0;
         }
@media (max-width: 1199px) {
html body .piscine-header .col-form form .fui-page-row.fui-row {
               margin-top: 0
         }
            }
html body .piscine-header .col-form form fieldset {
            display: block;
            margin: 0;
            padding: 0;
            border: none;
         }
html body .piscine-header .col-form form .fui-select, html body .piscine-header .col-form form .fui-input, html body .piscine-header .col-form form .fui-input {
            color: #23252A;
         }
@media (max-width: 1199px) {
html body .piscine-header .col-form form .fui-select, html body .piscine-header .col-form form .fui-input, html body .piscine-header .col-form form .fui-input {
               font-size: 14px
         }
            }
html body .piscine-header .col-form form .fui-select option {
            color: #23252A;
         }
html body .piscine-header .col-form form .fui-row {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 0;
            margin: 0;
            padding: 0;

         }
html body .piscine-header .col-form form .fui-row .fui-field {
               margin: 0;
               padding: 0;
               margin-bottom: 12px;
            }
html body .piscine-header .col-form form .fui-row .fui-type-name {
               margin-bottom: 20px;
            }
@media (max-width: 767px) {
html body .piscine-header .col-form form .fui-row .fui-type-name {
                  margin-bottom: 14px
            }
               }
html body .piscine-header .col-form form .fui-row .fui-type-name .fui-field {
                  margin-bottom: 14px;
               }
html body .piscine-header .col-form form .fui-row label {
               font-size: 14px;
               font-style: normal;
               font-weight: 500;
               line-height: 1;
               color: #fff;
               display: none;
            }
html body .piscine-header .col-form form .fui-row input {
               color: #23252A;
               min-height: 45px;
            }
/* Placeholder */
html body .piscine-header .col-form form .fui-row input::-moz-placeholder {
                  color: #23252A;
                  opacity: 0.75;
               }
html body .piscine-header .col-form form .fui-row input::placeholder {
                  color: #23252A;
                  opacity: 0.75;
               }
html body .piscine-header .col-form form .fui-row .fui-checkbox-label {
               display: block;
            }
@media (max-width: 1199px) {
html body .piscine-header .col-form form .fui-row .fui-checkbox-label {
                  display: block
            }
               }
html body .piscine-header .col-form form .fui-row .fui-checkbox-label a {
                  display: inline;
                  text-decoration: underline;
                  padding-left: 5px;
               }
html body .piscine-header .col-form form .fui-row .fui-checkbox-label:before {
                  top: 0;
               }
/* visually-hidden */
html body .piscine-header .col-form form .fui-row-empty {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
         }
html body .piscine-header .col-form form .fui-btn.fui-submit {
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 125%; /* 17.5px */
            letter-spacing: 1.12px;
            text-transform: uppercase;
            background: #23252A;
            border-radius: 3px;
            color: #fff;
            padding: 10px 20px;
            margin-top: 0;
            border: none;
         }
@media (max-width: 1199px) {
html body .piscine-header .col-form form .fui-btn.fui-submit {
               font-size: 13px;
               padding: 13px 10px;
               width: 50%;
               letter-spacing: -0.01px
         }
            }
html body .piscine-header .col-form form .fui-btn.fui-submit strong {
               color: #FBBC04;
            }
html body .piscine-header .col-form form .fui-btn.fui-submit.fui-next {
            font-size: 15px;
            padding: 13px 10px;
            width: 100%;
         }
@media (max-width: 1199px) {
html body .piscine-header .col-form form .fui-btn.fui-submit.fui-next {
               font-size: 15px;
               padding: 13px 10px;
               width: 100%
         }
            }
html body .piscine-header .col-form form .fui-page-title strong {
               color: #FBBC04;
            }
html body .piscine-header .col-form .fui-type-file-upload .fui-label, html body .piscine-header .col-form .fui-type-multi-line-text .fui-label {
            display: inline-block;
         }
html body .piscine-header .col-form .file-helper-text {
         padding-top: 4px;
         font-size: 14px;
      }
html body .piscine-header .col-form .file-placeholder {
         display: flex !important;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         background: #fff;
         color: rgba(35, 37, 42, 0.75) !important;
         padding: 10px 10px;
         border-radius: 5px;
         border: 1px solid #E5E5E5;
         font-size: 14px;
         align-items: center;
         justify-content: space-between;
         z-index: 2;
      }
@media (max-width: 1199px) {
html body .piscine-header .col-form .file-placeholder {
            padding: 8px 10px
      }
         }
html body .piscine-header .col-form .file-placeholder .sm-btn {
            background: #fff;
            color: #23252A;
            border: 1px solid #E5E5E5;
            padding: 6px 14px;
            border-radius: 5px;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 1;
            color: rgba(35, 37, 42, 0.75);
         }
html body .piscine-header .col-form .fui-type-file-upload .fui-instructions p {
               font-size: 12px;
            }
html body .piscine-header .fui-form-container {
      position: relative;
   }
html body .piscine-header .fui-file-summary, html body .piscine-header .fui-instructions, html body .piscine-header .fui-limit-text {
      color: #fff;
   }
html body .piscine-header .fui-tabs {
      position: absolute;
      top: 0;
      right: 0;
      width: 270px;
      border: none;
      gap: 5px;
      justify-content: flex-end;
      transform: translate(0, 10px);
   }
html body .piscine-header .fui-tabs .fui-tab {
         width: 60px;
         height: 7px;
         border-radius: 500px;
         color: #fff;
         padding: 0;
         margin: 0;
         background: rgba(255, 255, 255, 0.2);
      }
@media (max-width: 1199px) {
html body .piscine-header .fui-tabs .fui-tab {
            width: 40px
      }
         }
html body .piscine-header .fui-tabs .fui-tab a {
            display: none;
         }
html body .piscine-header .fui-tabs .fui-tab.fui-tab-active {
         background: rgba(255, 255, 255, 1);
      }
html body .piscine-header .piscine-header-title {
      font-size: 60px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; /* 72px */
      color: #23252A;
      padding-right: 8vw;
   }
@media (max-width: 1199px) {
html body .piscine-header .piscine-header-title {
         font-size: 40px;
         padding-right: 0;
         margin-bottom: 0;
         padding-bottom: 0
   }
      }
@media (max-width: 767px) {
html body .piscine-header .piscine-header-title {
         margin-bottom: 0;
         padding-bottom: 0
   }
      }
html body .piscine-header .header-video-wrap {
      max-width: 80%;
      border-radius: 5px;
      overflow: hidden;
   }
html body .piscine-header .header-video-wrap.desktop-only {
         display: block;
      }
@media (max-width: 1199px) {
html body .piscine-header .header-video-wrap.desktop-only {
            display: none
      }
         }
html body .piscine-header .header-video-wrap.mobile-only {
         display: none;
      }
@media (max-width: 1199px) {
html body .piscine-header .header-video-wrap.mobile-only {
            display: block;
            margin-top: 25px
      }
         }
@media (max-width: 767px) {
html body .piscine-header .header-video-wrap {
         max-width: 100%
   }
      }
html body .piscine-header .soumission-header-subtitle {
      color: var(--Color-3, #3071B5);
      font-size: 25px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
   }
/* 30px */
@media (max-width: 1199px) {
html body .piscine-header .soumission-header-subtitle {
         font-size: 20px
   }
      }
@media (max-width: 767px) {
html body .piscine-header .soumission-header-subtitle {
         font-size: 18px
   }
      }
html body .piscine-header .piscine-header-subtitle {
      font-size: 30px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; /* 36px */
      color: #3071B5;
      padding-right: 4vw;
   }
@media (max-width: 1199px) {
html body .piscine-header .piscine-header-subtitle {
         font-size: 24px;
         padding-right: 0
   }
      }
@media (max-width: 767px) {
html body .piscine-header .piscine-header-subtitle {
         font-size: 20px
   }
      }
html body .piscine-header .piscine-header-acticle {
      margin-top: auto;
      width: 100%;
      
   }
html body .piscine-header .piscine-header-acticle a, html body .piscine-header .piscine-header-acticle > div {
         padding: 20px;
         border-radius: 5px;
         background: #ECEDEF;
         display: flex;
         align-items: center;
         justify-content: space-between;
         gap: 30px;
      }
@media (max-width: 1199px) {
html body .piscine-header .piscine-header-acticle a, html body .piscine-header .piscine-header-acticle > div {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 10px
      }
         }
html body .piscine-header .piscine-header-acticle .img img {
            display: block;
            max-width: 270px;
         }
@media (max-width: 1199px) {
html body .piscine-header .piscine-header-acticle .img img {
               max-width: 100%;
               width: 100%
         }
            }
html body .piscine-header .piscine-header-acticle .content {
         position: relative;
         width: 100%;
      }
html body .piscine-header .piscine-header-acticle .content .piscine-header-acticle-title {
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%; /* 30px */
            color: #23252A;
            margin-bottom: 40px;
            padding-top: 10px;
            max-width: 80%;
         }
@media (max-width: 1199px) {
html body .piscine-header .piscine-header-acticle .content .piscine-header-acticle-title {
               font-size: 18px;
               margin-bottom: 20px;
               line-height: 1.2;
               max-width: 100%
         }
            }
html body .piscine-header .piscine-header-acticle .content .piscine-header-acticle-date {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 180%; /* 28.8px */
            color: #23252A;
            padding-bottom: 5px;
         }
@media (max-width: 1199px) {
html body .piscine-header .piscine-header-acticle .content .piscine-header-acticle-date {
               padding-bottom: 0;
               font-size: 14px
         }
            }
html body .piscine-header .piscine-header-acticle .content .logo {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 140px;
            height: auto;
            display: block;
            z-index: 2;
         }
@media (max-width: 1199px) {
html body .piscine-header .piscine-header-acticle .content .logo {
               width: 120px
         }
            }
.visually-hidden {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
}
@media (max-width: 767px) {
.visually-hidden.visible-on-mobile {
         position: relative;
         display: block;
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
         overflow: visible;
         clip: auto;
         border: none
   }
      }
.piscine-temoignages-wrap .container {
      padding: 60px;
      border-radius: 5px;
      background: #ECEDEF;
   }
@media (max-width: 767px) {
.piscine-temoignages-wrap .container {
         padding: 45px 20px
   }
      }
.piscine-temoignages-wrap .container img {
         max-width: 80%;
         margin: 0 auto;
      }
.piscine-temoignages-wrap .container .temoignage-text {
         font-size: 16px;
         font-style: normal;
         font-weight: 500;
         line-height: 140%; /* 22.4px */
         color: #23252A;
      }
@media (max-width: 767px) {
.piscine-temoignages-wrap .container .temoignage-text {
            font-size: 14px
      }
         }
.piscine-temoignages-wrap .container .grid {
         gap: 50px;
      }
html body .cols-3-thumb-title {
   font-size: 22px;
}
@media (max-width: 767px) {
html body .cols-3-thumb-title {
      font-size: 17px
}
   }
.grid2-soumission {
   grid-template-columns: 0.95fr 1.05fr;
}
@media (max-width: 767px) {
.grid2-soumission {
      grid-template-columns: 1fr
}
   }
.mt-auto {
   margin-top: auto;
}
.grille-images-4 {
   position: relative;
   width: 100%;
}
.grille-images-4 .title-03 {
      display: block;
      width: 100%;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; /* 48px */
      margin-bottom: 55px;

      padding-bottom: 55px;
      border-bottom: 1px solid rgba(35, 37, 42, 0.3);
   }
@media (max-width: 1199px) {
.grille-images-4 .title-03 {
         font-size: 30px;
         margin-bottom: 40px;
         padding-bottom: 40px
   }
      }
@media (max-width: 767px) {
.grille-images-4 .title-03 {
         font-size: 24px;
         margin-bottom: 20px;
         padding-bottom: 20px
   }
      }
.grille-images-4 .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
   }
@media (max-width: 767px) {
.grille-images-4 .grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 20px
   }
      }
html body .piscine-header-text {
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: 150%; /* 30px */
   color: #23252A;
   margin-bottom: 40px;
}
@media (max-width: 1199px) {
html body .piscine-header-text {
      font-size: 18px;
      margin-bottom: 20px
}
   }
@media (max-width: 767px) {
html body .piscine-header-text {
      font-size: 16px
}
   }
.lh15 {
   line-height: 1.5;
}
.lh18 {
   line-height: 1.8;
}
.radius {
   border-radius: 5px;
}
html body [data-field-handle="accelerezVotreDemandeDeSoumissionEnNousEnvoyantU"] label,
   html body [data-field-handle="accelerezVotreDemandeDeSoumissionEnNousEnvoyantU"] .fui-instructions,
   html body [data-field-handle="descriptionDuProjetMessageParticulier"] label {
      display: none !important;
   }
html body [data-fui-id="mainWebForm-descriptionDuProjetMessageParticulier"] {
      min-height: 100px;
   }
.products-listing-header {
   padding-top: 50px;
   padding-bottom: 50px;
}
@media (max-width: 1199px) {
.products-listing-header {
      padding-top: 40px;
      padding-bottom: 40px
}
   }
@media (max-width: 767px) {
.products-listing-header {
      padding-top: 30px;
      padding-bottom: 30px
}
   }
.products-listing-header .title-header {
      color: var(--Color-1, #23252A);
   }
.products-listing-header .breadcrumb-simplified .text-4 {
         font-size: 16px;
         font-style: normal;
         font-weight: 500;
         line-height: 150%; /* 24px */
         color: var(--Color-1, #23252A);
      }
.products-listing-header .main-categories-listing {
      margin-top: 50px;
   }
@media (max-width: 1199px) {
.products-listing-header .main-categories-listing {
         margin-top: 40px
   }
      }
@media (max-width: 767px) {
.products-listing-header .main-categories-listing {
         margin-top: 30px;
         padding-left: 5%
   }
         
         .products-listing-header .main-categories-listing .container {
            width: 100%;
            max-width: 100%;
         }

         .products-listing-header .main-categories-listing ul {
            padding-right: 25px;
         }
      }
.products-listing-header .main-categories-listing .main-categorie-thumb {
         display: inline-block;
         border-radius: 10px;
         border: 1px solid #E3E5E8;
         padding: 15px 50px;

         background: var(--Color2, #FFF);

         font-size: 18px;
         font-style: normal;
         font-weight: 500;
         line-height: 150%; /* 27px */
         color: var(--Color-1, #23252A);
         text-align: center;
         transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
      }
@media (max-width: 1199px) {
.products-listing-header .main-categories-listing .main-categorie-thumb {
            padding: 15px 30px;
            font-size: 16px
      }
         }
@media (max-width: 767px) {
.products-listing-header .main-categories-listing .main-categorie-thumb {
            padding: 15px 25px;
            min-width: 32vw;
            width: 32vw;
            font-size: 14px
      }
         }
.products-listing-header .main-categories-listing .main-categorie-thumb img {
            display: block;
            width: 140px;
            height: 140px;
            -o-object-fit: contain;
               object-fit: contain;
            margin: 0 auto;
            transition: transform 0.3s ease;
            transform: scale(1);
         }
@media (max-width: 1199px) {
.products-listing-header .main-categories-listing .main-categorie-thumb img {
               width: 120px;
               height: 120px
         }
            }
@media (max-width: 767px) {
.products-listing-header .main-categories-listing .main-categorie-thumb img {
               width: 100px;
               height: 100px
         }
            }
@media (hover: hover) {
               .products-listing-header .main-categories-listing .main-categorie-thumb:hover img {
                  transform: scale(1.05);
               }
         }
.inspirations-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: stretch;
   gap: 20px;
   margin-bottom: 50px;
}
@media (max-width: 1199px) {
.inspirations-grid {
      gap: 10px;
      margin-bottom: 40px
}
   }
@media (max-width: 767px) {
.inspirations-grid {
      grid-template-columns: 1fr;
      margin-bottom: 30px
}
   }
.inspirations-grid.spacer-top {
      margin-top: 6vw;
   }
.inspirations-grid.no-spacer {
      margin-top: -30px;
      margin-bottom: 0;
   }
.inspirations-grid.reverse .col.full {
         order: 2;
      }
.inspirations-grid.reverse .col.half .row:first-child {
            order: 2;
         }
.inspirations-grid img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
   }
.inspirations-grid .col.half {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
      gap: 20px 20px;
   }
@media (max-width: 1199px) {
.inspirations-grid .col.half {
         gap: 10px
   }
      }
.inspirations-grid .col.half img {
         display: block;
         height: 100%;
         width: 100%;
         -o-object-fit: cover;
            object-fit: cover;
      }
.inspirations-grid .col.half .row {
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         justify-content: space-between;
         gap: 20px;
      }
@media (max-width: 1199px) {
.inspirations-grid .col.half .row {
            gap: 10px
      }
         }
.inspirations-grid .col.half .row .square {
            position: relative;
            overflow: visible;
            aspect-ratio: 1 / 0.89;
            width: auto;
            height: auto;
         }
.inspirations-grid .col.half .row .square img {
               display: block;
               width: 100%;
               height: 100%;
               -o-object-fit: cover;
                  object-fit: cover;
            }
.inspirations-grid .col.half .row .long {
            position: relative;
            overflow: visible;
            aspect-ratio: 1 / 1.2135;
            width: auto;
            height: auto;
         }
.inspirations-grid .col.half .row .long img {
               display: block;
               width: 100%;
               height: 100%;
               -o-object-fit: cover;
                  object-fit: cover;
            }
.inspirations-grid .img {
      position: relative;
   }
.inspirations-grid .img .dot {
         position: absolute;
         top: 20px;
         left: 20px;
         z-index: 1;
      }
.inspirations-grid .img .dot svg {
            transform: scale(1);
            transition: transform 0.3s ease;
         }
.inspirations-grid .img .dot svg circle:last-child {
               transform: scale(1);
               transform-origin: center;
               transition: transform 0.3s ease;
            }
.inspirations-grid .img .dot:hover > svg {
               transform: scale(1.1);
            }
.inspirations-grid .img .dot.is-active > svg circle:last-child {
                  transform: scale(0.675);
               }
.inspirations-grid .label {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 1;
      display: inline-block;
      padding: 7px 10px;
      border-radius: 555px;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 21px */
      background: #fff;
      color: #23252A;
      line-height: 1;
   }
@media (max-width: 767px) {
.inspirations-grid .label {
         font-size: 12px;
         padding: 5px 8px;
         top: 10px;
         left: 10px
   }
      }
.inspirations-grid .bg-video {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1;
   }
/* border-radius: 10px; */
@media (max-width: 1199px) {
.inspirations-grid .bg-video {
         display: block;
         max-height: 100%;
         height: 100%;
         min-height: 100%;
         bottom: 0
   }
      }
.inspirations-grid .play-btn {
      position: absolute;
      bottom: 20px;
      right: 20px;
      z-index: 1;
      transform: scale(1);
      transition: transform 0.3s ease;
   }
@media (max-width: 767px) {
.inspirations-grid .play-btn {
         bottom: 10px;
         right: 10px
   }

         .inspirations-grid .play-btn svg {
            width: 32px;
            height: auto;
         }
      }
.inspirations-grid .play-btn:hover {
         transform: scale(1.1);
      }
.inspirations-grid .z2 {
      z-index: 2;
   }
.inspirations-grid .infos-box {
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-bottom: 12px;
      width: 180px;
      padding: 16px 20px;
      border-radius: 3px;
      background: #FFF;
      text-align: left;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

      opacity: 0;
      transform: translateY(10px) translateX(-50%) scale(0.95);
      transition: all 0.3s ease;
      z-index: -1;
   }
.inspirations-grid .infos-box.is-active {
         opacity: 1;
         transform: translateY(0) translateX(-50%) scale(1);
         z-index: 10;
      }
.inspirations-grid .infos-box .text {
         font-size: 15px;
         font-style: normal;
         font-weight: 500;
         line-height: 120%; /* 18px */
         color: #23252A;
         padding-bottom: 12px;
      }
.inspirations-grid .infos-box .options {
         font-size: 12px;
         font-style: normal;
         font-weight: 500;
         line-height: 150%; /* 18px */
         color: rgba(35, 37, 42, 0.616);
      }
.inspirations-grid .infos-box .link {
         position: absolute;
         bottom: 10px;
         right: 10px;
      }
/* Tailwind */
*, ::before, ::after {
   --tw-border-spacing-x: 0;
   --tw-border-spacing-y: 0;
   --tw-translate-x: 0;
   --tw-translate-y: 0;
   --tw-rotate: 0;
   --tw-skew-x: 0;
   --tw-skew-y: 0;
   --tw-scale-x: 1;
   --tw-scale-y: 1;
   --tw-pan-x:  ;
   --tw-pan-y:  ;
   --tw-pinch-zoom:  ;
   --tw-scroll-snap-strictness: proximity;
   --tw-gradient-from-position:  ;
   --tw-gradient-via-position:  ;
   --tw-gradient-to-position:  ;
   --tw-ordinal:  ;
   --tw-slashed-zero:  ;
   --tw-numeric-figure:  ;
   --tw-numeric-spacing:  ;
   --tw-numeric-fraction:  ;
   --tw-ring-inset:  ;
   --tw-ring-offset-width: 0px;
   --tw-ring-offset-color: #fff;
   --tw-ring-color: rgb(48 113 181 / 0.5);
   --tw-ring-offset-shadow: 0 0 #0000;
   --tw-ring-shadow: 0 0 #0000;
   --tw-shadow: 0 0 #0000;
   --tw-shadow-colored: 0 0 #0000;
   --tw-blur:  ;
   --tw-brightness:  ;
   --tw-contrast:  ;
   --tw-grayscale:  ;
   --tw-hue-rotate:  ;
   --tw-invert:  ;
   --tw-saturate:  ;
   --tw-sepia:  ;
   --tw-drop-shadow:  ;
   --tw-backdrop-blur:  ;
   --tw-backdrop-brightness:  ;
   --tw-backdrop-contrast:  ;
   --tw-backdrop-grayscale:  ;
   --tw-backdrop-hue-rotate:  ;
   --tw-backdrop-invert:  ;
   --tw-backdrop-opacity:  ;
   --tw-backdrop-saturate:  ;
   --tw-backdrop-sepia:  ;
   --tw-contain-size:  ;
   --tw-contain-layout:  ;
   --tw-contain-paint:  ;
   --tw-contain-style:  ;

}
::backdrop {
   --tw-border-spacing-x: 0;
   --tw-border-spacing-y: 0;
   --tw-translate-x: 0;
   --tw-translate-y: 0;
   --tw-rotate: 0;
   --tw-skew-x: 0;
   --tw-skew-y: 0;
   --tw-scale-x: 1;
   --tw-scale-y: 1;
   --tw-pan-x:  ;
   --tw-pan-y:  ;
   --tw-pinch-zoom:  ;
   --tw-scroll-snap-strictness: proximity;
   --tw-gradient-from-position:  ;
   --tw-gradient-via-position:  ;
   --tw-gradient-to-position:  ;
   --tw-ordinal:  ;
   --tw-slashed-zero:  ;
   --tw-numeric-figure:  ;
   --tw-numeric-spacing:  ;
   --tw-numeric-fraction:  ;
   --tw-ring-inset:  ;
   --tw-ring-offset-width: 0px;
   --tw-ring-offset-color: #fff;
   --tw-ring-color: rgb(48 113 181 / 0.5);
   --tw-ring-offset-shadow: 0 0 #0000;
   --tw-ring-shadow: 0 0 #0000;
   --tw-shadow: 0 0 #0000;
   --tw-shadow-colored: 0 0 #0000;
   --tw-blur:  ;
   --tw-brightness:  ;
   --tw-contrast:  ;
   --tw-grayscale:  ;
   --tw-hue-rotate:  ;
   --tw-invert:  ;
   --tw-saturate:  ;
   --tw-sepia:  ;
   --tw-drop-shadow:  ;
   --tw-backdrop-blur:  ;
   --tw-backdrop-brightness:  ;
   --tw-backdrop-contrast:  ;
   --tw-backdrop-grayscale:  ;
   --tw-backdrop-hue-rotate:  ;
   --tw-backdrop-invert:  ;
   --tw-backdrop-opacity:  ;
   --tw-backdrop-saturate:  ;
   --tw-backdrop-sepia:  ;
   --tw-contain-size:  ;
   --tw-contain-layout:  ;
   --tw-contain-paint:  ;
   --tw-contain-style:  ;

}
/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #CDD0D5; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #888E9B; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #888E9B; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
/*
   --------------------------------------------------------------------------
   CSS VARS
   --------------------------------------------------------------------------
   */
:root {
      --spacing: 6rem;
   }
@media (min-width: 768px) {
   :root { --spacing: 7rem;
   } }
@media (min-width: 1200px) {
   :root { --spacing: 8rem;
   } }
:root {
      
      --swiper-pagination-color: #183A5C;
      --swiper-pagination-bullet-size: 8px;
      --swiper-pagination-bullet-width: 8px;
      --swiper-pagination-bullet-height: 8px;
      --swiper-pagination-bullet-inactive-color: #A6ABB5;
      --swiper-pagination-bullet-inactive-opacity: 0.3;
      --swiper-pagination-bullet-opacity: 1;
      --swiper-pagination-bullet-horizontal-gap: 4px;
      --swiper-pagination-bullet-vertical-gap: 6px;

}
/*
   --------------------------------------------------------------------------
   BODY AND HTML
   Edit on a per-project basis
   --------------------------------------------------------------------------
   */
body {
      background-color: #fff;
      color: #4c525c;
      font-family: Gilroy, arial, sans-serif;
      font-size: 14px;
      margin: 0;
      font-weight: normal;
      line-height: 1.6;
      letter-spacing: 0.03em;
   }
@media (min-width: 768px) {
   body { font-size: 15px
   } }
@media (min-width: 1400px) {
   body { font-size: 16px
   } }
@media (min-width: 1600px) {
   body { font-size: 17px
   } }
html {
      font-size: 75%;
   }
@media (min-width: 768px) {

   html { font-size: 87.5%
   } }
@media (min-width: 1024px) {

   html { font-size: 100%
   } }
@media (min-width: 1600px) {

   html { font-size: 112.5%
   } }
/* Add titles here with @apply for fluid classes if you want */
.title-style {
   font-weight: 300;
   line-height: 1.25;
   font-size: 22px;

}
@media (min-width: 576px) {
   .title-style {
      font-size: calc(22px + 10 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-style {
      font-size: 32px;

   }

}
.title-style b, .title-style strong {
   display: block;
   font-weight: 500;
   font-size: 30px;

}
@media (min-width: 576px) {
   .title-style b, .title-style strong {
      font-size: calc(30px + 24 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-style b, .title-style strong {
      font-size: 54px;

   }

}
.produit-enrichie-container .title-style b.text-blue.text-8,.produit-enrichie-container  .title-style strong.text-blue.text-8 {
      display: none;
   }
.title-header {
   font-weight: 600;
   line-height: 1.25;
   font-size: 26px;

}
@media (min-width: 576px) {
   .title-header {
      font-size: calc(26px + 16 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-header {
      font-size: 42px;

   }

}
.produit-enrichie-container legend.title-header {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.title-header {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.title-header {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.title-header {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.title-01 {
   font-weight: 600;
   line-height: 1.25;
   font-size: 26px;

}
@media (min-width: 576px) {
   .title-01 {
      font-size: calc(26px + 16 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-01 {
      font-size: 42px;

   }

}
.produit-enrichie-container legend.title-01 {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.title-01 {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.title-01 {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.title-01 {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.title-01 {  /* 42px */
   }
.title-02 {
   font-weight: 600;
   line-height: 1.25;
   font-size: 24px;

}
@media (min-width: 576px) {
   .title-02 {
      font-size: calc(24px + 12 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-02 {
      font-size: 36px;

   }

}
.produit-enrichie-container legend.title-02 {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.title-02 {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.title-02 {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.title-02 {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.title-02 { /* 36px */
   }
.title-03 {
   font-weight: 600;
   line-height: 1.25;
   font-size: 22px;

}
@media (min-width: 576px) {
   .title-03 {
      font-size: calc(22px + 10 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-03 {
      font-size: 32px;

   }

}
.produit-enrichie-container legend.title-03 {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.title-03 {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.title-03 {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.title-03 {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.title-03 { /* 32px */
   }
.title-04 {
   font-weight: 600;
   line-height: 1.25;
   font-size: 20px;

}
@media (min-width: 576px) {
   .title-04 {
      font-size: calc(20px + 8 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-04 {
      font-size: 28px;

   }

}
.produit-enrichie-container legend.title-04 {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.title-04 {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.title-04 {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.title-04 {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.title-04 { /* 28px */
   }
.title-05 {
   font-weight: 600;
   line-height: 1.25;
   font-size: 17px;

}
@media (min-width: 576px) {
   .title-05 {
      font-size: calc(17px + 7 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-05 {
      font-size: 24px;

   }

}
.produit-enrichie-container legend.title-05 {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.title-05 {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.title-05 {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.title-05 {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.title-05 { /* 24px */
   }
.title-06 {
   font-weight: 500;
   line-height: 1.25;
   font-size: 16px;

}
@media (min-width: 576px) {
   .title-06 {
      font-size: calc(16px + 4 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-06 {
      font-size: 20px;

   }

}
.produit-enrichie-container .title-06.text-blue.text-8 {
      display: none;
   }
.title-06 { /* 18px */
   }
.title-07 {
   font-weight: 500;
   line-height: 1.25;
   font-size: 15px;

}
@media (min-width: 576px) {
   .title-07 {
      font-size: calc(15px + 3 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .title-07 {
      font-size: 18px;

   }

}
.produit-enrichie-container .title-07.text-blue.text-8 {
      display: none;
   }
.title-07 { /* 16px */
   }
.container {
      position: relative;
      width: 90%;
      max-width: 1440px;
      margin-right: auto;
      margin-left: auto;
   }
.btn {
   display: inline-block;
   border-radius: 0.125rem;
   border-width: 1px;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   font-size: 0.8em;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
   text-align: center;

}
.produit-enrichie-container legend.btn {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.btn {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.btn {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.produit-enrichie-container label.btn {
      padding: 20px 24px;
      
      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
      color: #23252A;
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn {
         padding: 15px 20px
   }
      }
.produit-enrichie-container label.btn span {
         font-family: Gilroy;
         font-size: 15px;
         font-style: normal;
         font-weight: 500;
         line-height: 1;
      }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn span {
            font-size: 14px
      }
         }
.btn-gray {
   display: inline-block;
   border-radius: 0.125rem;
   border-width: 1px;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   font-size: 0.8em;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
   text-align: center;

}
.produit-enrichie-container legend.btn-gray {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.btn-gray {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.btn-gray {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-gray {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.produit-enrichie-container label.btn-gray {
      padding: 20px 24px;
      
      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
      color: #23252A;
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-gray {
         padding: 15px 20px
   }
      }
.produit-enrichie-container label.btn-gray span {
         font-family: Gilroy;
         font-size: 15px;
         font-style: normal;
         font-weight: 500;
         line-height: 1;
      }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-gray span {
            font-size: 14px
      }
         }
.btn-gray {
   border-color: #888E9B;
   color: #4c525c;

}
.vignettes-grid .btn-gray {
      margin-top: auto;
      font-size: 15px;
   }
@media (max-width: 1099px) {
.vignettes-grid .btn-gray {
         font-size: 14px
   }
      }
@media (max-width: 999px) {
.vignettes-grid .btn-gray {
         font-size: 13px
   }
      }
.btn-gray:hover {
   border-color: #4c525c;
   color: #4c525c;

}
.btn-primary {
   display: inline-block;
   border-radius: 0.125rem;
   border-width: 1px;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   font-size: 0.8em;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
   text-align: center;

}
.produit-enrichie-container legend.btn-primary {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.btn-primary {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.btn-primary {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-primary {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.produit-enrichie-container label.btn-primary {
      padding: 20px 24px;
      
      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
      color: #23252A;
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-primary {
         padding: 15px 20px
   }
      }
.produit-enrichie-container label.btn-primary span {
         font-family: Gilroy;
         font-size: 15px;
         font-style: normal;
         font-weight: 500;
         line-height: 1;
      }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-primary span {
            font-size: 14px
      }
         }
.btn-primary {
   border-color: #3071B5;
   background-color: #3071B5;
   color: #fff;

}
.vignettes-grid .btn-primary {
      margin-top: auto;
      font-size: 15px;
   }
@media (max-width: 1099px) {
.vignettes-grid .btn-primary {
         font-size: 14px
   }
      }
@media (max-width: 999px) {
.vignettes-grid .btn-primary {
         font-size: 13px
   }
      }
.btn-primary:hover {
   border-color: #245589;
   background-color: #245589;

}
.btn-primary:disabled {
   border-color: #CDD0D5;
   background-color: #CDD0D5;
   color: #6B7280;

}
.btn-primary-light {
   display: inline-block;
   border-radius: 0.125rem;
   border-width: 1px;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   font-size: 0.8em;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
   text-align: center;

}
.produit-enrichie-container legend.btn-primary-light {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.btn-primary-light {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.btn-primary-light {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-primary-light {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.produit-enrichie-container label.btn-primary-light {
      padding: 20px 24px;
      
      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
      color: #23252A;
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-primary-light {
         padding: 15px 20px
   }
      }
.produit-enrichie-container label.btn-primary-light span {
         font-family: Gilroy;
         font-size: 15px;
         font-style: normal;
         font-weight: 500;
         line-height: 1;
      }
@media (max-width: 1099px) {
.produit-enrichie-container label.btn-primary-light span {
            font-size: 14px
      }
         }
.btn-primary-light {
   border-color: #3071B5;
   color: #3071B5;

}
.produit-enrichie-container .font-medium.btn-primary-light.text-8 {
      display: none;
   }
.vignettes-grid .btn-primary-light {
      margin-top: auto;
      font-size: 15px;
   }
@media (max-width: 1099px) {
.vignettes-grid .btn-primary-light {
         font-size: 14px
   }
      }
@media (max-width: 999px) {
.vignettes-grid .btn-primary-light {
         font-size: 13px
   }
      }
.btn-primary-light:hover {
   background-color: #3071B5;
   color: #fff;

}
.input-classes {
      font-size: 16px;
      /* Avoid zoom on iOS mobile */
      width: 100%;
      border-radius: 0px;
      border-width: 1px;
      border-color: #A6ABB5;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      line-height: 1.25;
   }
[data-valid='failed-empty'] .input-classes {
   border-color: #ef4444;

}
[data-valid='failed'] .input-classes {
   border-color: #ef4444;

}
@media (min-width: 1200px) {
   .input-classes {
      font-size: 1em;

   }

}
.input-classes:focus {
   border-color: #CBDDF1;
   outline: 2px solid transparent;
   outline-offset: 2px;
   --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
   --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
   box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
   --tw-ring-color: #CBDDF1;

}
.input-select {
      font-size: 16px;
      /* Avoid zoom on iOS mobile */
      width: 100%;
      max-width: 100%;
      border-radius: 0px;
      border-width: 1px;
      border-color: #A6ABB5;
      background-color: #fff;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      line-height: 1.25;
   }
.input-select:hover {
   border-color: #6B7280;

}
.input-select:focus {
   border-color: #CBDDF1;
   outline: 2px solid transparent;
   outline-offset: 2px;
   --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
   --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
   box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
   --tw-ring-color: #CBDDF1;

}
.input-label {
   margin-bottom: 0.25rem;
   display: block;
   font-size: 0.85em;
   font-weight: 500;
   letter-spacing: 0.05em;

}
.produit-enrichie-container .input-label.text-blue.text-8 {
      display: none;
   }
/* Some style must be injected by Stripe - this style is too make it similar to sitewide inputs (height, font-size, etc. are injected) */
.stripe-payment-inputs {
   width: 100%;
   border-radius: 0px;
   border-width: 1px;
   border-color: #A6ABB5;
   background-color: #fff;
   padding-left: 1rem;
   padding-right: 1rem;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   font-size: 17px;
   line-height: 1.25;

}
.stripe-payment-inputs:focus {
   outline: 2px solid transparent;
   outline-offset: 2px;

}
[data-valid-msg-error] {
   margin-top: 0.25rem;
   display: none;
   font-size: 0.8em;
   color: #ef4444;

}
[data-valid='failed'] [data-valid-msg-error] {
   display: block;

}
[data-valid-msg-empty] {
   margin-top: 0.25rem;
   display: none;
   font-size: 0.8em;
   color: #ef4444;

}
[data-valid='failed-empty'] [data-valid-msg-empty] {
   display: block;

}
.input-number {
      font-size: 16px;
      width: 100%;
      max-width: 75px;
      border-width: 1px;
      border-color: #CDD0D5;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-weight: 500;
   }
.produit-enrichie-container .border-b.input-number {
      border: none;
   }
.produit-enrichie-container .input-number.text-blue.text-8 {
      display: none;
   }
@media (min-width: 1200px) {
   .input-number {
      font-size: 1em;

   }

}
/*
   --------------------------------------------------------------------------
   BORDER RADIUS IOS
   --------------------------------------------------------------------------
   */
input {
      border-radius: 0;
   }
input[type="search"] {
      -webkit-appearance: none;
   }
.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border-width: 0;

}
.pointer-events-none {
   pointer-events: none;

}
.visible {
   visibility: visible;

}
.static {
   position: static;

}
.fixed {
   position: fixed;

}
.absolute {
   position: absolute;

}
.relative {
   position: relative;

}
.sticky {
   position: sticky;

}
.inset-0 {
   inset: 0px;

}
.inset-1\/2 {
   inset: 50%;

}
.-left-\[10px\] {
   left: -10px;

}
.-top-6 {
   top: -1.5rem;

}
.-top-\[10px\] {
   top: -10px;

}
.bottom-0 {
   bottom: 0px;

}
.bottom-2 {
   bottom: 0.5rem;

}
.bottom-4 {
   bottom: 1rem;

}
.left-0 {
   left: 0px;

}
.left-1\/2 {
   left: 50%;

}
.left-4 {
   left: 1rem;

}
.left-\[30\%\] {
   left: 30%;

}
.left-half {
   left: calc(var(--spacing) * 0.5);

}
.right-0 {
   right: 0px;

}
.right-3 {
   right: 0.75rem;

}
.right-4 {
   right: 1rem;

}
.right-\[100\%\] {
   right: 100%;

}
.right-full {
   right: 100%;

}
.top-0 {
   top: 0px;

}
.top-0\.5 {
   top: 0.125rem;

}
.top-1\/2 {
   top: 50%;

}
.top-14 {
   top: 3.5rem;

}
.top-2\.5 {
   top: 0.625rem;

}
.-z-1 {
   z-index: -1;

}
.z-0 {
   z-index: 0;

}
.z-1 {
   z-index: 1;

}
.z-10 {
   z-index: 10;

}
.z-20 {
   z-index: 20;

}
.z-30 {
   z-index: 30;

}
.z-40 {
   z-index: 40;

}
.z-50 {
   z-index: 50;

}
.z-\[1000\] {
   z-index: 1000;

}
.order-1 {
   order: 1;

}
.order-2 {
   order: 2;

}
.order-3 {
   order: 3;

}
.col-span-1 {
   grid-column: span 1 / span 1;

}
.col-span-2 {
   grid-column: span 2 / span 2;

}
.col-span-3 {
   grid-column: span 3 / span 3;

}
.col-span-full {
   grid-column: 1 / -1;

}
.row-span-1 {
   grid-row: span 1 / span 1;

}
.row-span-2 {
   grid-row: span 2 / span 2;

}
.float-right {
   float: right;

}
.float-left {
   float: left;

}
.mx-8 {
   margin-left: 2rem;
   margin-right: 2rem;

}
.mx-\[2px\] {
   margin-left: 2px;
   margin-right: 2px;

}
.mx-auto {
   margin-left: auto;
   margin-right: auto;

}
.my-12 {
   margin-top: 3rem;
   margin-bottom: 3rem;

}
.my-2 {
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;

}
.my-4 {
   margin-top: 1rem;
   margin-bottom: 1rem;

}
.my-third {
   margin-top: calc(var(--spacing) * 0.33);
   margin-bottom: calc(var(--spacing) * 0.33);

}
.-ml-\[1px\] {
   margin-left: -1px;

}
.-ml-\[5\%\] {
   margin-left: -5%;

}
.-mr-1 {
   margin-right: -0.25rem;

}
.-mr-px {
   margin-right: -1px;

}
.-mt-5 {
   margin-top: -1.25rem;

}
.mb-0 {
   margin-bottom: 0px;

}
.mb-1 {
   margin-bottom: 0.25rem;

}
.mb-10 {
   margin-bottom: 2.5rem;

}
.mb-12 {
   margin-bottom: 3rem;

}
.mb-16 {
   margin-bottom: 4rem;

}
.mb-2 {
   margin-bottom: 0.5rem;

}
.mb-3 {
   margin-bottom: 0.75rem;

}
.mb-4 {
   margin-bottom: 1rem;

}
.mb-4px {
   margin-bottom: 4px;

}
.mb-5 {
   margin-bottom: 1.25rem;

}
.mb-6 {
   margin-bottom: 1.5rem;

}
.mb-8 {
   margin-bottom: 2rem;

}
.mb-\[16px\] {
   margin-bottom: 16px;

}
.mb-full {
   margin-bottom: var(--spacing);

}
.mb-half {
   margin-bottom: calc(var(--spacing) * 0.5);

}
.mb-quarter {
   margin-bottom: calc(var(--spacing) * 0.25);

}
.mb-third {
   margin-bottom: calc(var(--spacing) * 0.33);

}
.mb-threequarter {
   margin-bottom: calc(var(--spacing) * 0.75);

}
.ml-2 {
   margin-left: 0.5rem;

}
.ml-4 {
   margin-left: 1rem;

}
.ml-6 {
   margin-left: 1.5rem;

}
.ml-auto {
   margin-left: auto;

}
.ml-full {
   margin-left: var(--spacing);

}
.mr-2 {
   margin-right: 0.5rem;

}
.mr-4 {
   margin-right: 1rem;

}
.mr-6 {
   margin-right: 1.5rem;

}
.mr-\[16px\] {
   margin-right: 16px;

}
.mr-auto {
   margin-right: auto;

}
.mt-1 {
   margin-top: 0.25rem;

}
.mt-10 {
   margin-top: 2.5rem;

}
.mt-2 {
   margin-top: 0.5rem;

}
.mt-3 {
   margin-top: 0.75rem;

}
.mt-4 {
   margin-top: 1rem;

}
.mt-6 {
   margin-top: 1.5rem;

}
.mt-8 {
   margin-top: 2rem;

}
.mt-auto {
   margin-top: auto;

}
.mt-full {
   margin-top: var(--spacing);

}
.mt-half {
   margin-top: calc(var(--spacing) * 0.5);

}
.mt-quarter {
   margin-top: calc(var(--spacing) * 0.25);

}
.mt-sixth {
   margin-top: calc(var(--spacing) * 0.16);

}
.mt-third {
   margin-top: calc(var(--spacing) * 0.33);

}
.block {
   display: block;

}
.inline-block {
   display: inline-block;

}
.inline {
   display: inline;

}
.flex {
   display: flex;

}
.inline-flex {
   display: inline-flex;

}
.grid {
   display: grid;

}
.hidden {
   display: none;

}
.aspect-1\/1 {
   aspect-ratio: 1/1;

}
.aspect-16\/9 {
   aspect-ratio: 16/9;

}
.aspect-3\/2 {
   aspect-ratio: 3/2;

}
.aspect-\[24\/7\] {
   aspect-ratio: 24/7;

}
.aspect-\[36\/20\] {
   aspect-ratio: 36/20;

}
.aspect-square {
   aspect-ratio: 1 / 1;

}
.aspect-video {
   aspect-ratio: 16 / 9;

}
.h-0 {
   height: 0px;

}
.h-1\/2 {
   height: 50%;

}
.h-10 {
   height: 2.5rem;

}
.h-11 {
   height: 2.75rem;

}
.h-12 {
   height: 3rem;

}
.h-14 {
   height: 3.5rem;

}
.h-16 {
   height: 4rem;

}
.h-2\.5 {
   height: 0.625rem;

}
.h-24 {
   height: 6rem;

}
.h-3 {
   height: 0.75rem;

}
.h-3\.5 {
   height: 0.875rem;

}
.h-32 {
   height: 8rem;

}
.h-4 {
   height: 1rem;

}
.h-44 {
   height: 11rem;

}
.h-5 {
   height: 1.25rem;

}
.h-5\/6 {
   height: 83.333333%;

}
.h-6 {
   height: 1.5rem;

}
.h-8 {
   height: 2rem;

}
.h-9 {
   height: 2.25rem;

}
.h-\[10px\] {
   height: 10px;

}
.h-\[110px\] {
   height: 110px;

}
.h-\[15px\] {
   height: 15px;

}
.h-\[200px\] {
   height: 200px;

}
.h-\[280px\] {
   height: 280px;

}
.h-\[2px\] {
   height: 2px;

}
.h-\[44px\] {
   height: 44px;

}
.h-\[6px\] {
   height: 6px;

}
.h-\[8px\] {
   height: 8px;

}
.h-\[calc\(100\%-15px\)\] {
   height: calc(100% - 15px);

}
.h-auto {
   height: auto;

}
.h-full {
   height: 100%;

}
.h-px {
   height: 1px;

}
.max-h-\[300px\] {
   max-height: 300px;

}
.min-h-\[100px\] {
   min-height: 100px;

}
.w-1\/2 {
   width: 50%;

}
.w-1\/3 {
   width: 33.333333%;

}
.w-1\/4 {
   width: 25%;

}
.w-1\/5 {
   width: 20%;

}
.w-10 {
   width: 2.5rem;

}
.w-11 {
   width: 2.75rem;

}
.w-12 {
   width: 3rem;

}
.w-14 {
   width: 3.5rem;

}
.w-16 {
   width: 4rem;

}
.w-2\.5 {
   width: 0.625rem;

}
.w-20 {
   width: 5rem;

}
.w-24 {
   width: 6rem;

}
.w-3 {
   width: 0.75rem;

}
.w-3\/5 {
   width: 60%;

}
.w-32 {
   width: 8rem;

}
.w-4 {
   width: 1rem;

}
.w-5 {
   width: 1.25rem;

}
.w-5\/6 {
   width: 83.333333%;

}
.w-6 {
   width: 1.5rem;

}
.w-7 {
   width: 1.75rem;

}
.w-8 {
   width: 2rem;

}
.w-8\/12 {
   width: 66.666667%;

}
.w-9 {
   width: 2.25rem;

}
.w-\[100vw\] {
   width: 100vw;

}
.w-\[10px\] {
   width: 10px;

}
.w-\[110px\] {
   width: 110px;

}
.w-\[130px\] {
   width: 130px;

}
.w-\[15px\] {
   width: 15px;

}
.w-\[200\%\] {
   width: 200%;

}
.w-\[250px\] {
   width: 250px;

}
.w-\[2px\] {
   width: 2px;

}
.w-\[400px\] {
   width: 400px;

}
.w-\[44px\] {
   width: 44px;

}
.w-\[50px\] {
   width: 50px;

}
.w-\[6px\] {
   width: 6px;

}
.w-\[80vw\] {
   width: 80vw;

}
.w-\[8px\] {
   width: 8px;

}
.w-\[90\%\] {
   width: 90%;

}
.w-\[calc\(100\%-15px\)\] {
   width: calc(100% - 15px);

}
.w-\[calc\(100vw-2rem\)\] {
   width: calc(100vw - 2rem);

}
.w-auto {
   width: auto;

}
.w-full {
   width: 100%;

}
.min-w-\[10ch\] {
   min-width: 10ch;

}
.min-w-\[2\.5rem\] {
   min-width: 2.5rem;

}
.min-w-\[2ch\] {
   min-width: 2ch;

}
.min-w-\[8ch\] {
   min-width: 8ch;

}
.max-w-\[1024px\] {
   max-width: 1024px;

}
.max-w-\[400px\] {
   max-width: 400px;

}
.max-w-\[600px\] {
   max-width: 600px;

}
.max-w-\[800px\] {
   max-width: 800px;

}
.max-w-\[90\%\] {
   max-width: 90%;

}
.max-w-\[90px\] {
   max-width: 90px;

}
.max-w-full {
   max-width: 100%;

}
.flex-1 {
   flex: 1 1 0%;

}
.flex-\[1_0_100\%\] {
   flex: 1 0 100%;

}
.shrink {
   flex-shrink: 1;

}
.shrink-0 {
   flex-shrink: 0;

}
.grow {
   flex-grow: 1;

}
.basis-0 {
   flex-basis: 0px;

}
.-translate-x-1\/2 {
   --tw-translate-x: -50%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-translate-x-1\/4 {
   --tw-translate-x: -25%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-translate-y-1\/2 {
   --tw-translate-y: -50%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-translate-y-\[20vh\] {
   --tw-translate-y: -20vh;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-translate-y-\[2px\] {
   --tw-translate-y: -2px;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-translate-y-full {
   --tw-translate-y: -100%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.translate-x-1\/4 {
   --tw-translate-x: 25%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.translate-x-full {
   --tw-translate-x: 100%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-rotate-45 {
   --tw-rotate: -45deg;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.rotate-180 {
   --tw-rotate: 180deg;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.rotate-45 {
   --tw-rotate: 45deg;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.skew-x-\[30deg\] {
   --tw-skew-x: 30deg;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.scale-0 {
   --tw-scale-x: 0;
   --tw-scale-y: 0;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.scale-100 {
   --tw-scale-x: 1;
   --tw-scale-y: 1;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.transform {
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.cursor-pointer {
   cursor: pointer;

}
.resize {
   resize: both;

}
.auto-cols-fr {
   grid-auto-columns: minmax(0, 1fr);

}
.grid-cols-1 {
   grid-template-columns: repeat(1, minmax(0, 1fr));

}
.grid-cols-2 {
   grid-template-columns: repeat(2, minmax(0, 1fr));

}
.grid-cols-3 {
   grid-template-columns: repeat(3, minmax(0, 1fr));

}
.grid-cols-4 {
   grid-template-columns: repeat(4, minmax(0, 1fr));

}
.grid-cols-5 {
   grid-template-columns: repeat(5, minmax(0, 1fr));

}
.grid-cols-6 {
   grid-template-columns: repeat(6, minmax(0, 1fr));

}
.grid-cols-\[1fr_32\%\] {
   grid-template-columns: 1fr 32%;

}
.grid-rows-2 {
   grid-template-rows: repeat(2, minmax(0, 1fr));

}
.flex-col {
   flex-direction: column;

}
.flex-wrap {
   flex-wrap: wrap;

}
.items-start {
   align-items: flex-start;

}
.items-end {
   align-items: flex-end;

}
.items-center {
   align-items: center;

}
.items-stretch {
   align-items: stretch;

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

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

}
.justify-between {
   justify-content: space-between;

}
.gap-0\.5 {
   gap: 0.125rem;

}
.gap-1 {
   gap: 0.25rem;

}
.gap-10 {
   gap: 2.5rem;

}
.gap-12 {
   gap: 3rem;

}
.gap-2 {
   gap: 0.5rem;

}
.gap-3 {
   gap: 0.75rem;

}
.gap-4 {
   gap: 1rem;

}
.gap-5 {
   gap: 1.25rem;

}
.gap-6 {
   gap: 1.5rem;

}
.gap-7 {
   gap: 1.75rem;

}
.gap-8 {
   gap: 2rem;

}
.gap-\[8\%\] {
   gap: 8%;

}
.gap-half {
   gap: calc(var(--spacing) * 0.5);

}
.gap-quarter {
   gap: calc(var(--spacing) * 0.25);

}
.gap-third {
   gap: calc(var(--spacing) * 0.33);

}
.gap-threequarter {
   gap: calc(var(--spacing) * 0.75);

}
.gap-x-quarter {
   -moz-column-gap: calc(var(--spacing) * 0.25);
        column-gap: calc(var(--spacing) * 0.25);

}
.gap-x-third {
   -moz-column-gap: calc(var(--spacing) * 0.33);
        column-gap: calc(var(--spacing) * 0.33);

}
.gap-y-3 {
   row-gap: 0.75rem;

}
.gap-y-sixth {
   row-gap: calc(var(--spacing) * 0.16);

}
.divide-x > :not([hidden]) ~ :not([hidden]) {
   --tw-divide-x-reverse: 0;
   border-right-width: calc(1px * var(--tw-divide-x-reverse));
   border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));

}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
   border-color: #CDD0D5;

}
.self-start {
   align-self: flex-start;

}
.self-end {
   align-self: flex-end;

}
.overflow-auto {
   overflow: auto;

}
.overflow-hidden {
   overflow: hidden;

}
.overflow-x-auto {
   overflow-x: auto;

}
.overflow-x-hidden {
   overflow-x: hidden;

}
.overflow-y-hidden {
   overflow-y: hidden;

}
.overflow-x-scroll {
   overflow-x: scroll;

}
.overflow-y-scroll {
   overflow-y: scroll;

}
.text-ellipsis {
   text-overflow: ellipsis;

}
.whitespace-nowrap {
   white-space: nowrap;

}
.rounded {
   border-radius: 0.25rem;

}
.rounded-full {
   border-radius: 9999px;

}
.rounded-md {
   border-radius: 0.375rem;

}
.rounded-sm {
   border-radius: 0.125rem;

}
.rounded-b-md {
   border-bottom-right-radius: 0.375rem;
   border-bottom-left-radius: 0.375rem;

}
.rounded-t-lg {
   border-top-left-radius: 0.5rem;
   border-top-right-radius: 0.5rem;

}
.border {
   border-width: 1px;

}
.border-2 {
   border-width: 2px;

}
.border-y {
   border-top-width: 1px;
   border-bottom-width: 1px;

}
.border-b {
   border-bottom-width: 1px;

}
.border-b-2 {
   border-bottom-width: 2px;

}
.border-l {
   border-left-width: 1px;

}
.border-l-2 {
   border-left-width: 2px;

}
.border-r-2 {
   border-right-width: 2px;

}
.border-t-2 {
   border-top-width: 2px;

}
.border-\[rgb\(220\2c 220\2c 220\)\] {
   border-color: rgb(220,220,220);

}
.border-blue {
   border-color: #3071B5;

}
.border-blue-200 {
   border-color: #A2C4E6;

}
.border-gray-100 {
   border-color: #E3E5E8;

}
.border-gray-200 {
   border-color: #CDD0D5;

}
.border-gray-300 {
   border-color: #A6ABB5;

}
.border-gray-50 {
   border-color: #ECEDEF;

}
.border-gray-600 {
   border-color: #4c525c;

}
.border-gray-700 {
   border-color: #383C43;

}
.border-gray-800 {
   border-color: #23252A;

}
.border-gray-900 {
   border-color: #050506;

}
.border-green-600 {
   border-color: #16a34a;

}
.border-neutral-300 {
   border-color: #d4d4d4;

}
.border-orange-200 {
   border-color: #fed7aa;

}
.border-red-400 {
   border-color: #f87171;

}
.border-red-500 {
   border-color: #ef4444;

}
.border-white {
   border-color: #fff;

}
.bg-\[\#9b9b9b\] {
   background-color: #9b9b9b;

}
.bg-black\/\[\.03\] {
   background-color: rgb(0 0 0 / .03);

}
.bg-blue {
   background-color: #3071B5;

}
.bg-blue-200 {
   background-color: #A2C4E6;

}
.bg-blue-50 {
   background-color: #E7EFF9;

}
.bg-blue-500\/95 {
   background-color: rgb(48 113 181 / 0.95);

}
.bg-gray-100 {
   background-color: #E3E5E8;

}
.bg-gray-200 {
   background-color: #CDD0D5;

}
.bg-gray-300 {
   background-color: #A6ABB5;

}
.bg-gray-50 {
   background-color: #ECEDEF;

}
.bg-gray-700 {
   background-color: #383C43;

}
.bg-gray-800 {
   background-color: #23252A;

}
.bg-gray-800\/70 {
   background-color: rgb(35 37 42 / 0.7);

}
.bg-gray-800\/80 {
   background-color: rgb(35 37 42 / 0.8);

}
.bg-gray-900 {
   background-color: #050506;

}
.bg-green-100 {
   background-color: #dcfce7;

}
.bg-green-300 {
   background-color: #86efac;

}
.bg-green-400 {
   background-color: #4ade80;

}
.bg-green-600 {
   background-color: #16a34a;

}
.bg-orange-100 {
   background-color: #ffedd5;

}
.bg-orange-300 {
   background-color: #fdba74;

}
.bg-white {
   background-color: #fff;

}
.bg-white\/5 {
   background-color: rgb(255 255 255 / 0.05);

}
.bg-yellow {
   background-color: #FFEE00;

}
.bg-\[linear-gradient\(to_bottom\2c \#FFFFFF_70\%\2c \#ECEDEF_30\%\)\;\] {
   background-image: linear-gradient(to bottom,#FFFFFF 70%,#ECEDEF 30%);;

}
.bg-\[linear-gradient\(to_bottom_right\2c transparent_0\%\2c transparent_24\%\2c \#FFEE00_24\%\2c \#FFEE00_50\%\2c transparent_50\%\2c transparent_100\%\)\] {
   background-image: linear-gradient(to bottom right,transparent 0%,transparent 24%,#FFEE00 24%,#FFEE00 50%,transparent 50%,transparent 100%);

}
.bg-\[linear-gradient\(to_bottom_right\2c white_50\%\2c \#E7D90A_50\%\)\] {
   background-image: linear-gradient(to bottom right,white 50%,#E7D90A 50%);

}
.bg-gradient-to-b {
   background-image: linear-gradient(to bottom, var(--tw-gradient-stops));

}
.bg-gradient-to-l {
   background-image: linear-gradient(to left, var(--tw-gradient-stops));

}
.bg-half-dark-gradient {
   background-image: linear-gradient(to top, #FFFFFF 60% , #23252A 40%);;

}
.from-gray-100\/50 {
   --tw-gradient-from: rgb(227 229 232 / 0.5) var(--tw-gradient-from-position);
   --tw-gradient-to: rgb(227 229 232 / 0) var(--tw-gradient-to-position);
   --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.from-gray-50 {
   --tw-gradient-from: #ECEDEF var(--tw-gradient-from-position);
   --tw-gradient-to: rgb(236 237 239 / 0) var(--tw-gradient-to-position);
   --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.from-gray-800 {
   --tw-gradient-from: #23252A var(--tw-gradient-from-position);
   --tw-gradient-to: rgb(35 37 42 / 0) var(--tw-gradient-to-position);
   --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.via-white\/\[\.26\] {
   --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
   --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .26) var(--tw-gradient-via-position), var(--tw-gradient-to);

}
.to-gray-100 {
   --tw-gradient-to: #E3E5E8 var(--tw-gradient-to-position);

}
.to-gray-200\/50 {
   --tw-gradient-to: rgb(205 208 213 / 0.5) var(--tw-gradient-to-position);

}
.to-gray-800 {
   --tw-gradient-to: #23252A var(--tw-gradient-to-position);

}
.fill-blue {
   fill: #3071B5;

}
.fill-blue-400 {
   fill: #4A86C4;

}
.fill-gray-200 {
   fill: #CDD0D5;

}
.fill-gray-300 {
   fill: #A6ABB5;

}
.fill-gray-400 {
   fill: #888E9B;

}
.fill-gray-500 {
   fill: #6B7280;

}
.fill-gray-700 {
   fill: #383C43;

}
.fill-gray-800 {
   fill: #23252A;

}
.fill-white {
   fill: #fff;

}
.stroke-blue {
   stroke: #3071B5;

}
.stroke-blue-800 {
   stroke: #192D43;

}
.stroke-gray-600 {
   stroke: #4c525c;

}
.stroke-gray-700 {
   stroke: #383C43;

}
.stroke-2 {
   stroke-width: 2;

}
.object-cover {
   -o-object-fit: cover;
      object-fit: cover;

}
.p-1 {
   padding: 0.25rem;

}
.p-2 {
   padding: 0.5rem;

}
.p-3 {
   padding: 0.75rem;

}
.p-4 {
   padding: 1rem;

}
.p-5 {
   padding: 1.25rem;

}
.p-6 {
   padding: 1.5rem;

}
.p-7 {
   padding: 1.75rem;

}
.p-8 {
   padding: 2rem;

}
.p-half {
   padding: calc(var(--spacing) * 0.5);

}
.p-quarter {
   padding: calc(var(--spacing) * 0.25);

}
.p-third {
   padding: calc(var(--spacing) * 0.33);

}
.px-0\.5 {
   padding-left: 0.125rem;
   padding-right: 0.125rem;

}
.px-2 {
   padding-left: 0.5rem;
   padding-right: 0.5rem;

}
.px-3 {
   padding-left: 0.75rem;
   padding-right: 0.75rem;

}
.px-4 {
   padding-left: 1rem;
   padding-right: 1rem;

}
.px-5 {
   padding-left: 1.25rem;
   padding-right: 1.25rem;

}
.px-6 {
   padding-left: 1.5rem;
   padding-right: 1.5rem;

}
.px-full {
   padding-left: var(--spacing);
   padding-right: var(--spacing);

}
.py-0\.5 {
   padding-top: 0.125rem;
   padding-bottom: 0.125rem;

}
.py-1 {
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;

}
.py-1\.5 {
   padding-top: 0.375rem;
   padding-bottom: 0.375rem;

}
.py-10 {
   padding-top: 2.5rem;
   padding-bottom: 2.5rem;

}
.py-2 {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;

}
.py-3 {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;

}
.py-4 {
   padding-top: 1rem;
   padding-bottom: 1rem;

}
.py-5 {
   padding-top: 1.25rem;
   padding-bottom: 1.25rem;

}
.py-6 {
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;

}
.py-full {
   padding-top: var(--spacing);
   padding-bottom: var(--spacing);

}
.py-half {
   padding-top: calc(var(--spacing) * 0.5);
   padding-bottom: calc(var(--spacing) * 0.5);

}
.py-third {
   padding-top: calc(var(--spacing) * 0.33);
   padding-bottom: calc(var(--spacing) * 0.33);

}
.py-threequarter {
   padding-top: calc(var(--spacing) * 0.75);
   padding-bottom: calc(var(--spacing) * 0.75);

}
.pb-2 {
   padding-bottom: 0.5rem;

}
.pb-3 {
   padding-bottom: 0.75rem;

}
.pb-4 {
   padding-bottom: 1rem;

}
.pb-5 {
   padding-bottom: 1.25rem;

}
.pb-6 {
   padding-bottom: 1.5rem;

}
.pb-8 {
   padding-bottom: 2rem;

}
.pb-\[0\.2em\] {
   padding-bottom: 0.2em;

}
.pb-\[36\%\] {
   padding-bottom: 36%;

}
.pb-full {
   padding-bottom: var(--spacing);

}
.pb-half {
   padding-bottom: calc(var(--spacing) * 0.5);

}
.pb-threequarter {
   padding-bottom: calc(var(--spacing) * 0.75);

}
.pl-4 {
   padding-left: 1rem;

}
.pl-6 {
   padding-left: 1.5rem;

}
.pl-\[5\%\] {
   padding-left: 5%;

}
.pr-2 {
   padding-right: 0.5rem;

}
.pr-4 {
   padding-right: 1rem;

}
.pt-0\.5 {
   padding-top: 0.125rem;

}
.pt-10 {
   padding-top: 2.5rem;

}
.pt-12 {
   padding-top: 3rem;

}
.pt-2 {
   padding-top: 0.5rem;

}
.pt-20 {
   padding-top: 5rem;

}
.pt-28 {
   padding-top: 7rem;

}
.pt-3 {
   padding-top: 0.75rem;

}
.pt-32 {
   padding-top: 8rem;

}
.pt-4 {
   padding-top: 1rem;

}
.pt-quarter {
   padding-top: calc(var(--spacing) * 0.25);

}
.pt-threequarter {
   padding-top: calc(var(--spacing) * 0.75);

}
.text-left {
   text-align: left;

}
.text-center {
   text-align: center;

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

}
.text-1 {
   font-size: 0.6em;

}
.text-10 {
   font-size: 1.50em;

}
.text-2 {
   font-size: 0.65em;

}
.text-3 {
   font-size: 0.7em;

}
.text-4 {
   font-size: 0.75em;

}
.text-5 {
   font-size: 0.8em;

}
.text-6 {
   font-size: 0.85em;

}
.text-7 {
   font-size: 0.9em;

}
.text-8 {
   font-size: 1em;

}
.text-9 {
   font-size: 1.25em;

}
.text-\[0\.5em\] {
   font-size: 0.5em;

}
.text-base {
   font-size: 16px;
   line-height: 24px;

}
.text-sm {
   font-size: 14px;
   line-height: 20px;

}
.text-xl {
   font-size: 24px;
   line-height: 32px;

}
.font-bold {
   font-weight: 700;

}
.font-extrabold {
   font-weight: 800;

}
.font-medium {
   font-weight: 500;

}
.font-semibold {
   font-weight: 600;

}
.uppercase {
   text-transform: uppercase;

}
.capitalize {
   text-transform: capitalize;

}
.tabular-nums {
   --tw-numeric-spacing: tabular-nums;
   font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);

}
.leading-3 {
   line-height: .75rem;

}
.leading-8 {
   line-height: 2rem;

}
.leading-none {
   line-height: 1;

}
.leading-snug {
   line-height: 1.375;

}
.leading-tight {
   line-height: 1.25;

}
.tracking-wide {
   letter-spacing: 0.025em;

}
.tracking-wider {
   letter-spacing: 0.05em;

}
.tracking-widest {
   letter-spacing: 0.1em;

}
.text-blue {
   color: #3071B5;

}
.text-gray-200 {
   color: #CDD0D5;

}
.text-gray-300 {
   color: #A6ABB5;

}
.text-gray-400 {
   color: #888E9B;

}
.text-gray-50 {
   color: #ECEDEF;

}
.text-gray-500 {
   color: #6B7280;

}
.text-gray-600 {
   color: #4c525c;

}
.text-gray-700 {
   color: #383C43;

}
.text-gray-800 {
   color: #23252A;

}
.text-green-600 {
   color: #16a34a;

}
.text-pink-700 {
   color: #be185d;

}
.text-red-500 {
   color: #ef4444;

}
.text-red-600 {
   color: #dc2626;

}
.text-red-700 {
   color: #b91c1c;

}
.text-transparent {
   color: transparent;

}
.text-white {
   color: #fff;

}
.underline {
   text-decoration-line: underline;

}
.decoration-dotted {
   text-decoration-style: dotted;

}
.underline-offset-2 {
   text-underline-offset: 2px;

}
.underline-offset-4 {
   text-underline-offset: 4px;

}
.opacity-0 {
   opacity: 0;

}
.opacity-50 {
   opacity: 0.5;

}
.opacity-60 {
   opacity: 0.6;

}
.opacity-90 {
   opacity: 0.9;

}
.opacity-\[\.26\] {
   opacity: .26;

}
.shadow {
   --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-\[0_2px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
   --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
   --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-\[16px_16px_0_0_\#E7EFF9\] {
   --tw-shadow: 16px 16px 0 0 #E7EFF9;
   --tw-shadow-colored: 16px 16px 0 0 var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-\[16px_16px_0_0_\#ECF6FC\] {
   --tw-shadow: 16px 16px 0 0 #ECF6FC;
   --tw-shadow-colored: 16px 16px 0 0 var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-lg {
   --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-md {
   --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-sm {
   --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
   --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-xl {
   --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.outline {
   outline-style: solid;

}
.outline-2 {
   outline-width: 2px;

}
.outline-offset-\[-2px\] {
   outline-offset: -2px;

}
.blur {
   --tw-blur: blur(8px);
   filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

}
.blur-md {
   --tw-blur: blur(12px);
   filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

}
.drop-shadow-md {
   --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
   filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

}
.filter {
   filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

}
.transition {
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
.transition-all {
   transition-property: all;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
.transition-colors {
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
.transition-opacity {
   transition-property: opacity;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
.transition-transform {
   transition-property: transform;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
.duration-100 {
   transition-duration: 100ms;

}
.duration-150 {
   transition-duration: 150ms;

}
.duration-250 {
   transition-duration: 250ms;

}
.duration-300 {
   transition-duration: 300ms;

}
.duration-\[50ms\] {
   transition-duration: 50ms;

}
.ease-in-out {
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

}
.ease-out {
   transition-timing-function: cubic-bezier(0, 0, 0.2, 1);

}
.fluid-logo {
   width: 140px;

}
@media (min-width: 576px) {
   .fluid-logo {
      width: calc(140px + 80 * (100vw - 576px) / 824);

   }

}
@media (min-width: 1400px) {
   .fluid-logo {
      width: 220px;

   }

}
.fluid-text-1 {
   font-size: 15px;

}
@media (min-width: 576px) {
   .fluid-text-1 {
      font-size: calc(15px + 3 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .fluid-text-1 {
      font-size: 18px;

   }

}
.fluid-text-3 {
   font-size: 17px;

}
@media (min-width: 576px) {
   .fluid-text-3 {
      font-size: calc(17px + 7 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .fluid-text-3 {
      font-size: 24px;

   }

}
.fluid-text-4 {
   font-size: 20px;

}
@media (min-width: 576px) {
   .fluid-text-4 {
      font-size: calc(20px + 8 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .fluid-text-4 {
      font-size: 28px;

   }

}
.fluid-text-6 {
   font-size: 24px;

}
@media (min-width: 576px) {
   .fluid-text-6 {
      font-size: calc(24px + 12 * (100vw - 576px) / 1024);

   }

}
@media (min-width: 1600px) {
   .fluid-text-6 {
      font-size: 36px;

   }

}
.lazy-fit {
      position: relative;
   }
.lazy-fit img {
         position: absolute;
         top: 0;
         left: 0;
         display: block;
         width: 100%;
         height: 100%;
         -o-object-fit: cover;
            object-fit: cover;
         -o-object-position: center center;
            object-position: center center;
      }
/*
      Use lazy-img for a client side uploaded image > height and width attribute must be setted on the img tag
   */
/* Styling with formie CSS var - https://github.com/verbb/formie/blob/craft-4/src/web/assets/frontend/src/scss/_variables.scss */
.formie .fui-i {

         letter-spacing: 0.04em;

         /* Inherit from the site body, like the rest of the site */
         --fui-font: 'Gilroy';
         --fui-font-size: 1em;
         --fui-label-font-weight: 600;
         --fui-label-font-size: 0.95em;
         --fui-input-font-size: 16px; /* avoid zoom on iOS */
         --fui-check-font-size: 0.95em;

         /* Setup colours */
         --fui-color: #334155;
         --fui-primary-color: #3071B5;
         --fui-primary-color-hover: #245589;
         --fui-gray-100: #E3E5E8;
         --fui-gray-200: #CDD0D5;
         --fui-gray-300: #A6ABB5;
         --fui-gray-400: #888E9B;
         --fui-gray-500: #6B7280;
         --fui-gray-600: #4c525c;
         --fui-gray-700: #383C43;
         --fui-gray-800: #23252A;
         --fui-gray-900: #050506;

         /* Spacing */
         --fui-row-gutter: 2rem;
         --fui-row-gutter-top: 1.5rem;
         --fui-field-gutter: 1rem;
         --fui-input-padding: 0.75rem 0.75rem;
         --fui-label-margin: 0.75em;

         /* Borders */
         --fui-border-color: #CDD0D5;
         --fui-border-radius: 2;

         /* Focus states */
         --fui-focus-border-color: #CBDDF1;
         --fui-focus-shadow: 0 0 0 3px #CBDDF1;

         /* Instructions */
         --fui-instructions-font-size: 0.9em;
         --fui-instructions-color: #4c525c;
      }
/* Custom style */
.formie .fui-row {
   flex-direction: column;

}
@media (min-width: 768px) {
   .formie .fui-row {
      flex-direction: row;

   }

}
.formie .fui-submit,
      .formie .fui-btn {
   display: inline-block;
   border-radius: 0.125rem;
   border-width: 1px;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   font-size: 0.8em;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
   text-align: center;

}
.produit-enrichie-container legend.formie .fui-submit,.produit-enrichie-container legend
      .formie .fui-btn {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.formie .fui-submit,.produit-enrichie-container legend
      .formie .fui-btn {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.formie .fui-submit,.produit-enrichie-container label
      .formie .fui-btn {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.formie .fui-submit,.produit-enrichie-container label
      .formie .fui-btn {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.produit-enrichie-container label.formie .fui-submit,.produit-enrichie-container label
      .formie .fui-btn {
      padding: 20px 24px;
      
      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
      color: #23252A;
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.formie .fui-submit,.produit-enrichie-container label
      .formie .fui-btn {
         padding: 15px 20px
   }
      }
.produit-enrichie-container label.formie .fui-submit span,.produit-enrichie-container label
      .formie .fui-btn span {
         font-family: Gilroy;
         font-size: 15px;
         font-style: normal;
         font-weight: 500;
         line-height: 1;
      }
@media (max-width: 1099px) {
.produit-enrichie-container label.formie .fui-submit span,.produit-enrichie-container label
      .formie .fui-btn span {
            font-size: 14px
      }
         }
.formie .fui-submit,
      .formie .fui-btn {
   display: inline-block;
   border-radius: 0.125rem;
   border-width: 1px;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   font-size: 0.8em;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
   text-align: center;

}
.produit-enrichie-container legend.formie .fui-submit,.produit-enrichie-container legend
      .formie .fui-btn {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.formie .fui-submit,.produit-enrichie-container legend
      .formie .fui-btn {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.formie .fui-submit,.produit-enrichie-container label
      .formie .fui-btn {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.formie .fui-submit,.produit-enrichie-container label
      .formie .fui-btn {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }
.produit-enrichie-container label.formie .fui-submit,.produit-enrichie-container label
      .formie .fui-btn {
      padding: 20px 24px;
      
      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
      color: #23252A;
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.formie .fui-submit,.produit-enrichie-container label
      .formie .fui-btn {
         padding: 15px 20px
   }
      }
.produit-enrichie-container label.formie .fui-submit span,.produit-enrichie-container label
      .formie .fui-btn span {
         font-family: Gilroy;
         font-size: 15px;
         font-style: normal;
         font-weight: 500;
         line-height: 1;
      }
@media (max-width: 1099px) {
.produit-enrichie-container label.formie .fui-submit span,.produit-enrichie-container label
      .formie .fui-btn span {
            font-size: 14px
      }
         }
.formie .fui-submit,
      .formie .fui-btn {
   border-color: #3071B5;
   background-color: #3071B5;
   color: #fff;

}
.vignettes-grid .formie .fui-submit,.vignettes-grid 
      .formie .fui-btn {
      margin-top: auto;
      font-size: 15px;
   }
@media (max-width: 1099px) {
.vignettes-grid .formie .fui-submit,.vignettes-grid 
      .formie .fui-btn {
         font-size: 14px
   }
      }
@media (max-width: 999px) {
.vignettes-grid .formie .fui-submit,.vignettes-grid 
      .formie .fui-btn {
         font-size: 13px
   }
      }
.formie .fui-submit:hover,
      .formie .fui-btn:hover {
   border-color: #245589;
   background-color: #245589;

}
.formie .fui-submit:disabled,
      .formie .fui-btn:disabled {
   border-color: #CDD0D5;
   background-color: #CDD0D5;
   color: #6B7280;

}
.produit-enrichie-container button[type="submit"].formie .fui-submit,.produit-enrichie-container button[type="submit"]
      .formie .fui-btn {
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(50% - 5px);
      padding: 16px 24px;
      border-radius: 3px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      background: #3071B5;
      color: #fff;
      transition: all 0.3s ease;
      margin: 0;
   }
@media (max-width: 1099px) {
.produit-enrichie-container button[type="submit"].formie .fui-submit,.produit-enrichie-container button[type="submit"]
      .formie .fui-btn {
         font-size: 14px;
         padding: 12px 20px
   }
      }
@media (max-width: 767px) {
.produit-enrichie-container button[type="submit"].formie .fui-submit,.produit-enrichie-container button[type="submit"]
      .formie .fui-btn {
         position: relative;
         width: 100%;
         margin-top: 0
   }
      }
.vignettes-grid .formie .fui-submit,.vignettes-grid 
      .formie .fui-btn {
      margin-top: auto;
      font-size: 15px;
   }
@media (max-width: 1099px) {
.vignettes-grid .formie .fui-submit,.vignettes-grid 
      .formie .fui-btn {
         font-size: 14px
   }
      }
@media (max-width: 999px) {
.vignettes-grid .formie .fui-submit,.vignettes-grid 
      .formie .fui-btn {
         font-size: 13px
   }
      }
.formie .fui-type-file-upload .fui-input[type=file],
         .formie .fui-type-file-upload .fui-select[type=file] {
            padding: 1rem 1.5rem;
            margin-top: 10px;
         }
.formie .fui-type-file-upload .fui-input[type=file]::file-selector-button, .formie .fui-type-file-upload .fui-select[type=file]::file-selector-button {
               font-weight: 500;
               color: #383C43;
               cursor: pointer;
               background-color: #E7EFF9;
               font-size: 0.8em;
               border: 0;
               border-radius: 3px;
               padding: .75rem 2.5rem;
               text-align: center;
               text-transform: uppercase;
               margin-right: 1rem;
            }
.formie .fui-type-file-upload .fui-input[type=file]::file-selector-button:hover, .formie .fui-type-file-upload .fui-select[type=file]::file-selector-button:hover {
                  background-color: #CBDDF1;
               }
.formie a {
   text-decoration-line: underline;

}
.formie a:hover {
   color: #3071B5;

}
.produit-enrichie-container .font-medium.formie a:hover.text-8 {
      display: none;
   }
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
   color: #383C43;

}
.wysiwyg h2 {
         margin: 1.5em 0 1em;
         font-size: 1.6rem;
         font-weight: 600;
      }
.wysiwyg h3 {
         margin: 1.5em 0 0.6em;
         font-size: 1.4rem;
         font-weight: 600;
      }
.wysiwyg h4 {
         margin: 1.5em 0 0.6em;
         font-size: 1.2rem;
         font-weight: 600;
      }
.wysiwyg > *:first-child {
         margin-top: 0;
      }
.wysiwyg > *:last-child {
         margin-bottom: 0;
      }
.wysiwyg p {
         overflow: hidden;
         margin-top: 0;
         margin-bottom: 2rem;
      }
.wysiwyg li p {
         margin-bottom: 1rem;
      }
.wysiwyg iframe {
         max-width: 100%;
      }
/*
      * LINKS
      */
.wysiwyg a {
   color: #70A0D2;

}
.wysiwyg a:hover {
   color: #3071B5;
   text-decoration-line: underline;

}
/*
      * MARK
      */
.wysiwyg mark {
   background-color: #F6EC5A;

}
/*
      * Blockquote
      */
.wysiwyg blockquote {
         position: relative;
         margin-bottom: 2rem;
         padding: 1rem 2em;
         font-style: italic;
      }
.wysiwyg blockquote::before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 4px;
            height: 100%;
            background-color: #3071B5;
            content: '';
         }
/*
      * Unordered list
      */
.wysiwyg > ul {
         margin-bottom: 2rem;
      }
.wysiwyg > ul > li {
            position: relative;
            margin: 0 0 0.5em;
            padding-left: 2em;
            list-style: none;
            display: flex;
            align-items: center;
         }
.wysiwyg > ul > li::before {
               position: absolute;
               left: 0;
               margin-right: 1.5em;
               height: 14px;
               width: 6px;
               --tw-rotate: 45deg;
               transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-color: #3071B5;
            }
.produit-enrichie-container .wysiwyg > ul > li.border-gray-200::before {
      border: none;
   }
.wysiwyg > ul > li::before {
               content: '';
            }
.wysiwyg > ul ul {
         margin: 1em 0;
      }
.wysiwyg > ul ul li {
            position: relative;
            padding-left: 2em;
            list-style: none;
         }
.wysiwyg > ul ul li::before {
            position: absolute;
            left: 0;
            margin-right: 1.5em;
            color: #3071B5;
            }
.produit-enrichie-container .font-medium.wysiwyg > ul ul li.text-8::before {
      display: none;
   }
.wysiwyg > ul ul li::before {
            content: '—';
            }
.wysiwyg > ul ul ul {
         margin: 0.5em 0;
      }
/*
      * OL list with 3 levels
      * Tous les units sont en EM pour faciliter la coherence entre mobile et desktop
      */
.wysiwyg > ol {
         counter-reset: my-counter;
         margin-bottom: 2rem;
         padding-top: 1rem;
      }
.wysiwyg > ol > li {
            position: relative;
            margin: 0 0 1.2em;
            padding-left: 3.5em;
            list-style: none;
            counter-increment: my-counter;
         }
.wysiwyg > ol > li::before {
            position: absolute;
            top: -0.2em;
            left: 0;
            display: flex;
            width: 1.8em;
            max-width: 1.8em;
            height: 1.8em;
            margin-right: 2em;
            padding: 0.96em 1em 1em;
            background-color: #3071B5;
            color: #fff;
            line-height: 1;
            content: counter(my-counter);
            align-items: center;
            border-radius: 50%;
            justify-content: center;
            }
.wysiwyg > ol ol {
         margin: 1em 0;
      }
.wysiwyg > ol ol li {
            padding: 2px 0;
         }
.wysiwyg > ol ol ol {
         margin: 0.5em 0;
      }
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
      display: none;
      }
.no-scrollbar {
   -ms-overflow-style: none; /* IE and Edge */
   scrollbar-width: none; /* Firefox */
   }
@media (min-width: 1024px) {

   .lg\:title-05 {
      font-weight: 600;
      line-height: 1.25;
      font-size: 17px;

   }

   @media (min-width: 576px) {
      .lg\:title-05 {
         font-size: calc(17px + 7 * (100vw - 576px) / 1024);

      }

   }

   @media (min-width: 1600px) {
      .lg\:title-05 {
         font-size: 24px;

      }

   }
.produit-enrichie-container legend.lg\:title-05 {
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
   }
@media (max-width: 1099px) {
.produit-enrichie-container legend.lg\:title-05 {
         font-size: 14px;
         line-height: 130% /* 22.4px */
   }
      }
.produit-enrichie-container label.lg\:title-05 {
      padding: 10px 24px;
      font-family: Gilroy;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%; /* 27px */
      color: #23252A;

      border-radius: 3px;
      border: 2px solid var(--Color-3, #CDD0D5);
      background: var(--Color2, #FFF);
   }
@media (max-width: 1099px) {
.produit-enrichie-container label.lg\:title-05 {
         font-size: 14px;
         line-height: 130%; /* 22.4px */
         padding: 10px 20px
   }
      }

   .lg\:title-05 { /* 24px */
   }

}
.after\:absolute::after {
   content: var(--tw-content);
   position: absolute;

}
.after\:left-0::after {
   content: var(--tw-content);
   left: 0px;

}
.after\:top-1\/2::after {
   content: var(--tw-content);
   top: 50%;

}
.after\:h-5::after {
   content: var(--tw-content);
   height: 1.25rem;

}
.after\:w-5::after {
   content: var(--tw-content);
   width: 1.25rem;

}
.after\:-translate-y-1\/2::after {
   content: var(--tw-content);
   --tw-translate-y: -50%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.after\:rounded-full::after {
   content: var(--tw-content);
   border-radius: 9999px;

}
.after\:border::after {
   content: var(--tw-content);
   border-width: 1px;

}
.after\:border-gray-300::after {
   content: var(--tw-content);
   border-color: #A6ABB5;

}
.after\:bg-white::after {
   content: var(--tw-content);
   background-color: #fff;

}
.after\:transition-all::after {
   content: var(--tw-content);
   transition-property: all;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
.after\:content-\[\'\'\]::after {
   --tw-content: '';
   content: var(--tw-content);

}
.last\:mb-0:last-child {
   margin-bottom: 0px;

}
.last\:mr-0:last-child {
   margin-right: 0px;

}
.last\:border-0:last-child {
   border-width: 0px;

}
.last\:pb-0:last-child {
   padding-bottom: 0px;

}
.hover\:border-blue:hover {
   border-color: #3071B5;

}
.hover\:border-gray-300:hover {
   border-color: #A6ABB5;

}
.hover\:border-gray-500:hover {
   border-color: #6B7280;

}
.hover\:bg-blue:hover {
   background-color: #3071B5;

}
.hover\:bg-gray-100:hover {
   background-color: #E3E5E8;

}
.hover\:bg-gray-200:hover {
   background-color: #CDD0D5;

}
.hover\:bg-gray-50:hover {
   background-color: #ECEDEF;

}
.hover\:bg-gray-800:hover {
   background-color: #23252A;

}
.hover\:bg-green-700:hover {
   background-color: #15803d;

}
.hover\:fill-blue:hover {
   fill: #3071B5;

}
.hover\:stroke-gray-900:hover {
   stroke: #050506;

}
.hover\:text-blue:hover {
   color: #3071B5;

}
.hover\:text-gray-900:hover {
   color: #050506;

}
.hover\:text-red-500:hover {
   color: #ef4444;

}
.hover\:text-white:hover {
   color: #fff;

}
.hover\:opacity-90:hover {
   opacity: 0.9;

}
.focus\:border-blue-100:focus {
   border-color: #CBDDF1;

}
.focus\:bg-gray-100:focus {
   background-color: #E3E5E8;

}
.focus\:outline-none:focus {
   outline: 2px solid transparent;
   outline-offset: 2px;

}
.focus\:ring-2:focus {
   --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
   --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
   box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

}
.focus\:ring-blue-100:focus {
   --tw-ring-color: #CBDDF1;

}
.disabled\:pointer-events-none:disabled {
   pointer-events: none;

}
.disabled\:text-\[\#5a656a\]:disabled {
   color: #5a656a;

}
.disabled\:opacity-30:disabled {
   opacity: 0.3;

}
.disabled\:opacity-50:disabled {
   opacity: 0.5;

}
.group:hover .group-hover\:border-blue {
   border-color: #3071B5;

}
.group:hover .group-hover\:fill-blue {
   fill: #3071B5;

}
.group:hover .group-hover\:fill-gray-800 {
   fill: #23252A;

}
.group:hover .group-hover\:fill-red-500 {
   fill: #ef4444;

}
.group:hover .group-hover\:text-blue {
   color: #3071B5;

}
.group:hover .group-hover\:text-white {
   color: #fff;

}
.group:hover .group-hover\:opacity-100 {
   opacity: 1;

}
.group:disabled .group-disabled\:stroke-gray-500 {
   stroke: #6B7280;

}
.peer:checked ~ .peer-checked\:cursor-default {
   cursor: default;

}
.peer:checked ~ .peer-checked\:border-blue {
   border-color: #3071B5;

}
.peer:checked ~ .peer-checked\:bg-blue {
   background-color: #3071B5;

}
.peer:checked ~ .peer-checked\:bg-blue-300 {
   background-color: #70A0D2;

}
.peer:checked ~ .peer-checked\:text-gray-800 {
   color: #23252A;

}
.peer:checked ~ .peer-checked\:text-white {
   color: #fff;

}
.peer:checked ~ .peer-checked\:outline {
   outline-style: solid;

}
.peer:checked ~ .peer-checked\:outline-blue {
   outline-color: #3071B5;

}
.peer:checked ~ .peer-checked\:outline-green-400 {
   outline-color: #4ade80;

}
.peer:checked ~ .peer-checked\:after\:translate-x-3::after {
   content: var(--tw-content);
   --tw-translate-x: 0.75rem;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.peer:checked ~ .peer-checked\:after\:border-blue-400::after {
   content: var(--tw-content);
   border-color: #4A86C4;

}
.peer:checked ~ .peer-checked\:after\:bg-blue-400::after {
   content: var(--tw-content);
   background-color: #4A86C4;

}
.peer:focus ~ .peer-focus\:outline-none {
   outline: 2px solid transparent;
   outline-offset: 2px;

}
.peer:disabled ~ .peer-disabled\:cursor-default {
   cursor: default;

}
.peer:disabled ~ .peer-disabled\:opacity-30 {
   opacity: 0.3;

}
.peer:disabled ~ .peer-disabled\:hover\:border-gray-600:hover {
   border-color: #4c525c;

}
.peer:disabled ~ .peer-disabled\:hover\:text-inherit:hover {
   color: inherit;

}
.swiper-slide-thumb-active .swiper-thumb-active\:bg-blue {
   background-color: #3071B5;

}
.swiper-disabled\:pointer-events-none.swiper-button-disabled {
   pointer-events: none;

}
.swiper-button-disabled .swiper-is-disabled\:border-gray-300 {
   border-color: #A6ABB5;

}
.swiper-button-disabled .swiper-is-disabled\:border-gray-50 {
   border-color: #ECEDEF;

}
.swiper-lock\:hidden.swiper-button-lock {
   display: none;

}
.is-open\:block[data-fn-is-open] {
   display: block;

}
.is-open\:bg-blue[data-fn-is-open] {
   background-color: #3071B5;

}
.is-open\:text-white[data-fn-is-open] {
   color: #fff;

}
.is-open\:opacity-100[data-fn-is-open] {
   opacity: 1;

}
.is-open\:outline[data-fn-is-open] {
   outline-style: solid;

}
.is-open\:outline-green-400[data-fn-is-open] {
   outline-color: #4ade80;

}
[data-fn-is-open] .parent-is-open\:rotate-0 {
   --tw-rotate: 0deg;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-is-open] .parent-is-open\:rotate-45 {
   --tw-rotate: 45deg;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-is-open] .parent-is-open\:text-blue {
   color: #3071B5;

}
[data-fn-is-loading] .is-loading\:opacity-40 {
   opacity: 0.4;

}
.menu-current\:font-semibold[data-uri='current'] {
   font-weight: 600;

}
.menu-current\:text-blue[data-uri='current'] {
   color: #3071B5;

}
input:checked + label .input-checked\:block {
   display: block;

}
input:checked + label .input-checked\:border-blue {
   border-color: #3071B5;

}
input:checked + label .input-checked\:bg-blue {
   background-color: #3071B5;

}
input:checked + label .input-checked\:bg-gray-800 {
   background-color: #23252A;

}
input:disabled + label .input-disabled\:cursor-default {
   cursor: default;

}
input:disabled + label .input-disabled\:opacity-20 {
   opacity: 0.2;

}
input:disabled + label .input-disabled\:opacity-30 {
   opacity: 0.3;

}
.body-nav-open\:overflow-hidden[data-fn-nav-open] {
   overflow: hidden;

}
[data-fn-nav-open='1'] .nav-open-1\:translate-y-0 {
   --tw-translate-y: 0px;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-nav-open='1'] .nav-open-1\:scale-0 {
   --tw-scale-x: 0;
   --tw-scale-y: 0;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-nav-open='1'] .nav-open-1\:scale-100 {
   --tw-scale-x: 1;
   --tw-scale-y: 1;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-nav-open='1'] .nav-open-1\:bg-gray-50 {
   background-color: #ECEDEF;

}
[data-fn-nav-open='1'] .nav-open-1\:transition-transform {
   transition-property: transform;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
[data-fn-nav-open='1'] .nav-open-1\:duration-300 {
   transition-duration: 300ms;

}
[data-fn-nav-open='1'] .nav-open-1\:ease-nav-in {
   transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

}
[data-fn-nav-open='2'] .nav-open-2\:translate-y-0 {
   --tw-translate-y: 0px;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-nav-open='2'] .nav-open-2\:rotate-0 {
   --tw-rotate: 0deg;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-nav-open='2'] .nav-open-2\:bg-gray-50 {
   background-color: #ECEDEF;

}
[data-fn-nav-open='2'] .nav-open-2\:transition-transform {
   transition-property: transform;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
[data-fn-nav-open='2'] .nav-open-2\:duration-300 {
   transition-duration: 300ms;

}
[data-fn-nav-open='2'] .nav-open-2\:ease-nav-in {
   transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

}
[data-fn-nav-open='sidepanel'] .nav-open-sidepanel\:-translate-x-0 {
   --tw-translate-x: -0px;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-nav-open='sidepanel'] .nav-open-sidepanel\:transition-transform {
   transition-property: transform;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
[data-fn-nav-open='sidepanel'] .nav-open-sidepanel\:duration-300 {
   transition-duration: 300ms;

}
[data-fn-nav-open='sidepanel'] .nav-open-sidepanel\:ease-nav-in {
   transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

}
[data-fn-nav-open='product-reviews'] .product-reviews-open\:-translate-x-0 {
   --tw-translate-x: -0px;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
[data-fn-nav-open='product-reviews'] .product-reviews-open\:transition-transform {
   transition-property: transform;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;

}
[data-fn-nav-open='product-reviews'] .product-reviews-open\:duration-300 {
   transition-duration: 300ms;

}
[data-fn-nav-open='product-reviews'] .product-reviews-open\:ease-nav-in {
   transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

}
@media (min-width: 576px) {
   .sm\:mr-\[6\%\] {
      margin-right: 6%;

   }
   .sm\:w-\[400px\] {
      width: 400px;

   }
   .sm\:w-\[47\%\] {
      width: 47%;

   }
   .sm\:w-full {
      width: 100%;

   }
   .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));

   }
   .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));

   }

}
@media (min-width: 768px) {
   .md\:-top-8 {
      top: -2rem;

   }
   .md\:order-1 {
      order: 1;

   }
   .md\:order-2 {
      order: 2;

   }
   .md\:col-span-1 {
      grid-column: span 1 / span 1;

   }
   .md\:col-span-2 {
      grid-column: span 2 / span 2;

   }
   .md\:mb-0 {
      margin-bottom: 0px;

   }
   .md\:mb-\[25px\] {
      margin-bottom: 25px;

   }
   .md\:mr-\[2\%\] {
      margin-right: 2%;

   }
   .md\:mr-\[25px\] {
      margin-right: 25px;

   }
   .md\:mt-8 {
      margin-top: 2rem;

   }
   .md\:block {
      display: block;

   }
   .md\:grid {
      display: grid;

   }
   .md\:hidden {
      display: none;

   }
   .md\:\!h-full {
      height: 100% !important;

   }
   .md\:h-14 {
      height: 3.5rem;

   }
   .md\:h-16 {
      height: 4rem;

   }
   .md\:h-20 {
      height: 5rem;

   }
   .md\:h-24 {
      height: 6rem;

   }
   .md\:h-48 {
      height: 12rem;

   }
   .md\:h-6 {
      height: 1.5rem;

   }
   .md\:h-\[calc\(100\%-20px\)\] {
      height: calc(100% - 20px);

   }
   .md\:min-h-\[160px\] {
      min-height: 160px;

   }
   .md\:w-14 {
      width: 3.5rem;

   }
   .md\:w-16 {
      width: 4rem;

   }
   .md\:w-20 {
      width: 5rem;

   }
   .md\:w-36 {
      width: 9rem;

   }
   .md\:w-48 {
      width: 12rem;

   }
   .md\:w-6 {
      width: 1.5rem;

   }
   .md\:w-8\/12 {
      width: 66.666667%;

   }
   .md\:w-\[32\%\] {
      width: 32%;

   }
   .md\:w-\[680px\] {
      width: 680px;

   }
   .md\:w-\[calc\(100\%-20px\)\] {
      width: calc(100% - 20px);

   }
   .md\:w-full {
      width: 100%;

   }
   .md\:max-w-\[288px\] {
      max-width: 288px;

   }
   .md\:max-w-\[390px\] {
      max-width: 390px;

   }
   .md\:grid-flow-col {
      grid-auto-flow: column;

   }
   .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));

   }
   .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));

   }
   .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));

   }
   .md\:grid-cols-\[200px_1fr\] {
      grid-template-columns: 200px 1fr;

   }
   .md\:grid-cols-\[25\%_1fr\] {
      grid-template-columns: 25% 1fr;

   }
   .md\:grid-cols-\[300px_1fr\] {
      grid-template-columns: 300px 1fr;

   }
   .md\:flex-row {
      flex-direction: row;

   }
   .md\:flex-col {
      flex-direction: column;

   }
   .md\:items-end {
      align-items: flex-end;

   }
   .md\:items-center {
      align-items: center;

   }
   .md\:justify-center {
      justify-content: center;

   }
   .md\:justify-between {
      justify-content: space-between;

   }
   .md\:gap-0 {
      gap: 0px;

   }
   .md\:gap-5 {
      gap: 1.25rem;

   }
   .md\:gap-half {
      gap: calc(var(--spacing) * 0.5);

   }
   .md\:overflow-hidden {
      overflow: hidden;

   }
   .md\:border-none {
      border-style: none;

   }
   .md\:p-0 {
      padding: 0px;

   }
   .md\:py-3 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;

   }
   .md\:pb-full {
      padding-bottom: var(--spacing);

   }
   .md\:pl-0 {
      padding-left: 0px;

   }
   .md\:pr-half {
      padding-right: calc(var(--spacing) * 0.5);

   }
   .md\:pt-12 {
      padding-top: 3rem;

   }
   .md\:pt-28 {
      padding-top: 7rem;

   }
   .md\:text-center {
      text-align: center;

   }
   .md\:text-right {
      text-align: right;

   }
   .md\:text-3 {
      font-size: 0.7em;

   }
   .md\:text-5 {
      font-size: 0.8em;

   }
   .md\:text-7 {
      font-size: 0.9em;

   }
   .md\:text-8 {
      font-size: 1em;

   }
   .md\:text-9 {
      font-size: 1.25em;

   }
   .md\:opacity-100 {
      opacity: 1;

   }
   .md\:shadow-\[25px_25px_0_0_\#E7EFF9\] {
      --tw-shadow: 25px 25px 0 0 #E7EFF9;
      --tw-shadow-colored: 25px 25px 0 0 var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

   }
   .md\:shadow-\[25px_25px_0_0_\#ECF6FC\] {
      --tw-shadow: 25px 25px 0 0 #ECF6FC;
      --tw-shadow-colored: 25px 25px 0 0 var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

   }

}
@media (min-width: 1024px) {
   .lg\:order-1 {
      order: 1;

   }
   .lg\:order-2 {
      order: 2;

   }
   .lg\:col-span-1 {
      grid-column: span 1 / span 1;

   }
   .lg\:col-span-2 {
      grid-column: span 2 / span 2;

   }
   .lg\:aspect-3\/2 {
      aspect-ratio: 3/2;

   }
   .lg\:aspect-\[36\/14\] {
      aspect-ratio: 36/14;

   }
   .lg\:h-\[12px\] {
      height: 12px;

   }
   .lg\:w-1\/6 {
      width: 16.666667%;

   }
   .lg\:w-8\/12 {
      width: 66.666667%;

   }
   .lg\:w-\[12px\] {
      width: 12px;

   }
   .lg\:max-w-\[60\%\] {
      max-width: 60%;

   }
   .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));

   }
   .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));

   }
   .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));

   }
   .lg\:flex-row {
      flex-direction: row;

   }
   .lg\:gap-4 {
      gap: 1rem;

   }
   .lg\:gap-half {
      gap: calc(var(--spacing) * 0.5);

   }
   .lg\:p-6 {
      padding: 1.5rem;

   }
   .lg\:p-half {
      padding: calc(var(--spacing) * 0.5);

   }
   .lg\:text-5 {
      font-size: 0.8em;

   }
   .lg\:text-8 {
      font-size: 1em;

   }

}
@media (min-width: 1200px) {
   .xl\:w-4\/5 {
      width: 80%;

   }
   .xl\:py-0 {
      padding-top: 0px;
      padding-bottom: 0px;

   }
   .xl\:py-3 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;

   }
   .xl\:text-1 {
      font-size: 0.6em;

   }
   .xl\:text-5 {
      font-size: 0.8em;

   }

}
@media (min-width: 1400px) {
   .xxl\:h-36 {
      height: 9rem;

   }

}
