/** Shopify CDN: Minification failed

Line 472:2 Unexpected "/"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-banner (INDEX:12) */
nav.collection_links.breadcrumbs.page-width > ul {
    padding-right: 0;
    list-style: none;
    margin: 0;
}
  
  .collection_banner {
     background-size: cover;
    height: 100%;
    background-image: linear-gradient(180deg, #FFC19E 0%, rgba(255, 193, 158, 0) 82.12%);
    z-index:2;
    position: relative;
}
  .collection_banner_inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    min-height: 450px;
}

  
img.banner_img {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
    object-fit: cover;
}

.collection_banner_inner h2.banner_title {
    flex-basis: 100%;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 77px;
    text-align: center;
    color: #0B142E;
    text-shadow: 0px 2px 13px rgba(216, 216, 216, 0.25);
    margin: 0;
    padding: 10rem 0;    
    display: flex;
    align-self: center;
    justify-content: center;
}
.collection_banner.page-width {
    padding: 0;
}

/*   media query */
  
@media  (max-width:991px){
  .collection_banner_inner h2.banner_title {
       font-size: 40px;
    padding: 5rem 0;
    line-height: normal;
}
    .collection_banner_inner {
    min-height: 250px;
}
}
  nav.collection_links.breadcrumbs ul>li:last-child>a {
    font-weight: 600;
    color: #27A1D1;
    text-decoration: none;
}
/* END_SECTION:collection-banner */

/* START_SECTION:collection-lists (INDEX:14) */
ul.collection_list_link >li:first-child >a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: right;
    color: #0B142E;
}
.collection_main.page-width {
    padding: 0;
}
ul.collection_list_link {
    margin: 9rem 5rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.collection_list_link li span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: right;
    color: #0B142E;
}
  
ul.collection_list_link >li>a {
    text-decoration: none;
    margin-left: 5px;
    color: #27A1D1;
}

  ul.collection_list_link>li  img {
    width: 6px;
    margin: 0;
}
  .collection_card_list .slick-arrow {
   position: absolute;
    left: 3%;
    top: -15%;
    background: rgba(255, 255, 255, 0.61);
    border: 2px solid #27A1D1;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    display: flex;
}
.collection_card_list .slick-arrow.slick-next {
    left: 6%;
}

.collection_card_list .slick-arrow.slick-next svg {
    transform: rotate(180deg);
}
.collection_card_list.slick-initialized.slick-slider {
    margin: 0 60px;
}


.collection_card {
    background: #FFFFFF;
    margin:20px 24px;
    box-shadow: 0px 0px 14px rgba(123, 114, 114, 0.03), 0px -1px 10px rgba(139, 153, 181, 0.03), 0px 8px 39px rgba(82, 97, 107, 0.07);
    border-radius: 20px;
    padding: 20px;
    max-height: 255px !important;
}

.collection_card .content_sec a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #0B142E;
    text-decoration: none;
}

.collection_card .content_sec {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.collection_card .img_sec {
    margin: 0 auto;
    width: 100%;
    max-width: 161px;
}

.collection_card .img_sec img {
    width: 100%;
    object-fit: cover;
}

.collection_card_list button.slick-arrow.slick-disabled {
    border-color: #D0D5E3;
}

.collection_card_list button.slick-arrow.slick-disabled >svg path {
    fill: #D0D5E3 !important;
}



/*media queries  */

  @media (max-width: 1400px){

    
        .collection_card .img_sec {
            max-width: 120px;
        }
        
        .collection_card {
            min-height: 200px!important;
            max-height: 200px!important;
            min-width: 200px;
        }
  }

  
  @media (max-width: 1200px){
            .collection_card_list .slick-prev.slick-arrow {
            left: 40px;
        }
        
        .collection_card_list .slick-arrow.slick-next {
            left: 90px ;
        }
            .collection_card_list.slick-initialized.slick-slider {
            margin: 0;
        }
  }

  @media (max-width:991px){
    .collection_card.slick-slide {
    min-height: 150px!important;
    max-height: 180px!important;
    min-width: 150px;
}

.collection_card .img_sec {
    max-width: 100px;
}

.collection_card .content_sec {
    margin-top: 10px;
}

  }
  @media (max-width:767px){
    .collection_card {
    margin: 20px 10px;
}
    ul.collection_list_link>li:first-child>a {
    font-size: 25px;
}

.collection_card_list .slick-arrow {
    padding: 8px;
}

.collection_card_list .slick-arrow svg {
    width: 12px;
    height: 12px;
}
  }

  @media (max-width:425px){
    .collection_card_list .slick-arrow {
            top: -15%;
        }
         .collection_card_list .slick-prev.slick-arrow {
            left: 20px;
        }
        
        .collection_card_list .slick-arrow.slick-next {
            left: 60px ;
        }
        ul.collection_list_link {
        margin: 7rem 3rem 0;
        gap: 2px;
    }
  }
/* END_SECTION:collection-lists */

/* START_SECTION:new-product-backup (INDEX:51) */
ul#tabs-nav {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
}
  ul#tabs-nav .active > .tab_trigger{
    text-decoration: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #27A1D1;
}
  .product_tab div#tabs-content .tab-content {
    display: none;
}
.product_tab > .content > .tab-content[style="display: block;"] {
    border: 1px solid #B2B8CC;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
/*   .product_tab .content {
    background: #FFFFFF;
    border: 1px solid #B2B8CC;
    border-radius: 20px;
    
} */
  .product_tab ul#tabs-nav li a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #0B142E;
    text-decoration: none;
}
  .description_container {
    display: flex;
    justify-content: space-evenly;
}
  .product_tab>a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #27A1D1;
    text-decoration: none;
}
  .product_description_main_container {
    margin: 0 40px;
}
  .tab-content h1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: right;
    color: #27A1D1;
}
/* END_SECTION:new-product-backup */

/* START_SECTION:new-product-description (INDEX:52) */
ul#tabs-nav {
    display: flex;
    gap: 100px;
    justify-content: center;
    list-style-type: none;
}
  ul#tabs-nav .active > .tab_trigger{
    text-decoration: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #27A1D1;
}
  .product_tab div#tabs-content .tab-content {
    display: none;
}
.product_tab > .content > .tab-content {
    border: 1px solid #B2B8CC;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
/*   .product_tab .content {
    background: #FFFFFF;
    border: 1px solid #B2B8CC;
    border-radius: 20px;
    
} */
  .product_tab ul#tabs-nav li a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #0B142E;
    text-decoration: none;
}
  .description_container {
    display: flex;
    justify-content: space-evenly;
}
  .product_tab>a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #27A1D1;
    text-decoration: none;
}

  .tab-content h3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: right;
    color: #27A1D1;
}
  .description_container .product_tab ul#tabs-nav {
    margin-bottom: 0;
  }

  .description_container .product_tab ul#tabs-nav li.active {
    border-bottom: 6px solid #27A1D1;
    padding-bottom: 10px;
  }

  .product_description_main_container .description_container .product_tab {
    width: 100%;
}

  .main-content table tbody th, .main-content table tbody td, .main-content table tbody tr, .main-content table tbody, .main-content table {
        border-left: 0;
        border-right: 0;
        border-color: #DEDEDE !important;
    }
    
    .main-content table {
        border-radius: 20px;
        width: 100%;
        border-color: #DEDEDE !important;
    }
    
    .main-content table tbody tr td:first-of-type, .main-content table tbody tr th:first-of-type {
        max-width: 20%;
        width: 20%;
    }
    
    .main-content table tbody tr th {
        text-align: right;
    }

  .tab-content .accordion-wrapper {
    position: relative;
    margin: 0px;
  }
  
  /* Positionne les étiquettes par rapport au .container. Ajoute une marge intérieure en haut et en bas et augmente la taille de la police. Fait également de son curseur un pointeur */
  .tab-content .inner-heading {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
    margin: 5px 0;
  }
  /* Positionne le signe plus à 5px de la droite. Centrez-le en utilisant la propriété transform. */
.tab-content .inner-heading::before {
    content: '+';
    color: #27A1D1;
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 30px;
    transform: translateY(-50%);
  }
  
  /
  .tab-content .accordion-wrapper .content p {
    padding: 15px;
    margin: 0;
  }
  
  /* Passe du signe plus au signe négatif une fois activé */
  .tab-content .accordion-wrapper.active .inner-heading::before {
    content: '-';
    font-size: 30px;
    transform: rotation(90deg);
    transition:0.5s;
    padding-left: 7px;
  }
  
  .inner-content.accordion-wrapper .main-content-desc {
      position: relative;
      background: white;
      height: 0;
      font-size: 16px;
      text-align: right;
      width: 100%;
      overflow: hidden;
      margin: 10px 0;
      transition: height 0.5s;
  }
  .inner-content.accordion-wrapper.active .main-content-desc {
      height: auto;
      transition:box-shadow 0.5s 0.2s, height 0.5s; ;
  }

  .inner-content.accordion-wrapper {
    border-top: 1px solid #D9D9D9;
  }

  .inner-content.accordion-wrapper:first-of-type {
    border: 0;
}

.inner-content.accordion-wrapper:not(.active) .main-content-desc {
    margin: 0;
}
  
  .inner-content.accordion-wrapper:last-child {
    border-bottom: 0px;
  }

  .product_description_main_container .description_container {
      margin: 60px 0;
  }

.product_description_main_container {
  margin-left:0px;
  margin-right:0px;
}
  

  @media (max-width: 767px){
    .product_description_main_container{
      margin: 0;
    }
    ul#tabs-nav {
      gap: 0px;
      justify-content: space-around;
    }
    .product_tab ul#tabs-nav li a, ul#tabs-nav .active > .tab_trigger {
      font-size: 20px;
    }
    .description_container .product_tab ul#tabs-nav{
      padding: 0;
    }
    .main-content table tbody tr td:first-of-type, .main-content table tbody tr th:first-of-type {
      max-width: 35%;
      width: 35%;
    }
  }
/* END_SECTION:new-product-description */

/* START_SECTION:product_faq (INDEX:61) */
.product_faq_wrapper .title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: right;
    color: #0B142E;
    margin: 0;
}

.product_faq_wrapper .faq_header {
    display: flex;
    gap: 20px;
    align-items: center;
}

.product_faq_wrapper .faq_header .add_question_link {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #27A1D1;
}

.product_faq_wrapper  .faq_main_container {
    background: #FFFFFF;
    border: 1px solid #B2B8CC;
    border-radius: 20px;
    padding: 40px;
    margin: 24px 0;
}

.product_faq_wrapper  .ques_count {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #0B142E;
    margin: 0 0 10px 0;
}

.product_faq_wrapper .ques_ans_wrapper {
    margin: 24px 0;
}
  .product_faq_wrapper .ques_ans_wrapper .date {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #7F8185;
}

.product_faq_wrapper .ques_ans_wrapper .question {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #0B142E;
    margin: 5px 0;
}

.product_faq_wrapper .ques_ans_wrapper .answer h4{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #0B142E;
  margin:0;
}
.product_faq_wrapper {
    margin: 30px auto;
}  
.product_faq_wrapper .ques_ans_wrapper .answer p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #7F8185;
    margin:5px 0;
}

 @media (max-width:768px){
   .product_faq_wrapper .faq_main_container {
    padding: 20px;
}

.product_faq_wrapper .title {
    font-size: 24px;
}
 }
/* END_SECTION:product_faq */