@font-face {
  font-family: 'gabarito';
  src: url('../assets/fonts/Gabarito-Regular.ttf') format('tff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root{
    --color-yellow : #FEB737;
    --color-bleu : #0E314B;
    --color-gray : #FBF6F3;
    --color-white : white;
    --color-green : #6CC0BA;
}

.container-fluid-menu{
  max-width: 1440px !important;
  margin: auto;
}
.continair-full-element{
  max-width: 1600px;
  margin: auto;
}

.blockreassurance_product *, .cart-detailed-totals  *{
  color: var(--color-bleu) !important;
}

._bbkit-header{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 5rem;
  grid-template-areas:'a b';
}
.faq-description * {
  color: var(--color-bleu);
}


.product-line-grid-body > .product-line-info > * , .product-line-actions *, .cart-grid-body .card-block h1{
  color: var(--babbykit-primary-color) !important;
}
.faq-description {
    padding: 20px 0;
    /* max-height: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.actif .arrow-bbkit-faq{
  transform: rotate(180deg);
}

.arrow-bbkit-faq{
    transition: 200ms cubic-bezier(1,-0.56,0,1.49);
}
.actif .faq-description {
  display: block !important;
}

.faq {
  background: var(--color-gray);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 20px;
  cursor: pointer;
}

.container-bbkit-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  /* padding: 20px; */
  /* max-width: 1136px; */
  margin: auto;
  padding-bottom: 40px;
}

.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-title-head {
  color: var(--color-bleu);
  font-size: 45px;
  margin-bottom: 35px;
}
.bbkit-faq-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 600px;

}

.bbkit-faq-image img {
  max-width: 100%;
  border-radius: 16px;
}
.faq h4 {
  color: var(--color-bleu);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
}
.total-price-pack-cle-en-main {
  font-weight: 700;
  color: var(--color-bleu);
}

.sub-category-actif::after {
    filter: grayscale(0) !important;

}
.categories-to-select {
  color: #fff;
}

.category-to-select {
  color: var(--color-yellow);
  font-weight: 700;
}

.h1-to-select-sub-category{
  text-align: center;
  margin-bottom: 42px;
  color: var(--color-bleu);
  font-weight: 400;
}
.cle-en-main .babbikit-sub-category:not(:last-child)::after {
  content: '';
  height: 15px;
  width: 20px;
  display: block;
  background-image: url('../images/actif-arrow-cat.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -42px;
  filter: grayscale(100%);
}
.cat-cle-en-main-validate{
  background-color: var(--color-bleu) !important;
  color: white !important;
}
.background-color-green{
    background-color: var(--color-green) !important;
    width: 100%;
}
.disabled{
  pointer-events: none;
  background-color: #EAEAEA !important;
  color: #C4C4C4 !important;
}
.nbr-cart-price{
   cursor: pointer;
}
.bbkit-product{
   min-height: 50vh;
   position: relative;
}

body {
  font-family: 'poppins',sans-serif !important;
}

/* loader */
.container-loader{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  z-index: 9;
}
.cam {
  height: 64px;
  position: absolute;
  bottom: 25px;
  left: 19px;
}
.loader-image{
  animation: blink 2s infinite;
}
.loader-image1{
  animation-delay: 0s;
}
.loader-image2{
  animation-delay: 0.2s;

}
.loader-image3{
  animation-delay: 0.4s;

}
.loader-image4{
  animation-delay: 0.6s;

}

@keyframes blink {
    0%, 100%{
      opacity: 0;
    }
    50%{
      opacity: 1;
    }
}
/* --- */
.babbikit-sub-category{
   cursor: pointer;
  position: relative;
  margin-right: 65px;
  margin-bottom: 21px;
}
.d-none{
  display: none !important;
}
/* .bbkit-attributes:focus, .nbr-cart-price:focus{
    background-color: var(--color-yellow);
} */

#header {
  position: sticky !important;
  top: 0;
}

.bbkit-thumbanail:hover .thumbanail-cover{
   display: none;
}

.containt-babbikit-sub-categories{
    display: flex;
    color: var(--color-bleu);
    font-size: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.a-composer .sub-category-actif{
   font-weight: 700;
}
.cle-en-main .sub-category-actif {
  font-weight: 700;
  border-bottom: 2px solid var(--color-bleu);
}
.material-icons.search:hover {
  color: var(--color-bleu);
}
.bbkit-thumbanail {
  height: 291px;
  background-color: #edf0f1;
  border-radius: 16px;
  margin-bottom: 12px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bbkit-quick-view{
  position: absolute;
  bottom: 14px;
  right: 14px;
  background-color: var(--color-white);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-bleu);
  z-index: 9;
}
.bbkit-product {
  display: flex;
  flex-wrap: wrap;
}
.product-description {
  margin-bottom: 64px;
}

.bbkit-seleted, .bbkit-attributes:hover{
  color: var(--color-white) !important;
  background-color: var(--color-yellow) !important;
}
/* .bbkit-attributes:focus{
   color: var(--color-white);
} */

body {
    overflow-x: hidden !important;
}

.bbkit-attributes, .bbkit-attributes-cart{
  background-color: var(--color-gray);
  border: none;
  padding: 10px 16px;
  border-radius: 36px;
  color: var(--color-bleu);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'gabarito',sans-serif;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 6px;
}

.container-sub-menu-pack {
  position: absolute;
  border: 0px;
  width: 100vw;
  left: 0;
  background: white;
  box-shadow: 0px 4px 15px #0000001A;
  margin-top: 4px;
}

#header {
  box-shadow: 0 4px 15px #0000001A !important;
}

.sub-menu-pack {
  font-size: 18px;
  color: black;
  text-transform: initial;
  padding: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

._container-sub-menu-pack{
    display: flex;
    justify-content: space-around;
}
.sub-menu-pack:hover{
  color: var(--color-yellow) !important;
}
.js-zoom-image {
  /* width: 400px; taille affichée */
  transition: transform 0.1s ease;
  cursor: zoom-in;
  touch-action: none; /* important pour mobile (empêche scroll pendant zoom) */
}
.background-image-cart-product{
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  transition: 200ms;
  background-color: #edf0f1;
}
.background-image-cart-product-detail{
  opacity: 0;
}
.background-image-cart-product-detail.selected{
  opacity: 1 !important;
  z-index: 9;
  cursor: zoom-in;
}

.loader-add-cart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
._loader-add-cart {
  height: 4px;
  width: 4px;
  display: inline-block;
  background: var(--color-bleu);
  transition: 200ms;
  animation: bound 1000ms infinite;
}

.number-0{
  animation-delay: 0s;
}

.number-1{
  animation-delay: 0.2s;
}

.nbr-cart-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.number-2{
  animation-delay: 0.4s;
}
@keyframes bound {
  
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(5px);
  }

  100%{
    transform: translateY(0px);
  }
}
.thumbanail-div-cover{
  z-index: 2;
}
.thumbanail-div-cover{
  z-index: 1;
}
.bbkit-thumbanail:hover .thumbanail-div-cover {
    opacity: 0;
}

.bbkit-container-attributes {
  padding: 30px 0 16px 0;
}
.babbikit-cle-en-main-category{
    height: 60px;
    padding: 12px 19px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    background-color: #FBF6F3;
    color: var(--color-green);
    white-space: nowrap;
    cursor: pointer;
}

.cle-en-main .babbikit-category {
  color: var(--color-green);

}

.a-composer .babbikit-category {
  color: var(--color-yellow);
}
.babbikit-category {
  height: 60px;
  padding: 12px 19px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  background-color: #FBF6F3;
  white-space: nowrap;
  cursor: pointer;
}
.transform120{
  transform: translateX(9000px);
}

.container-slick-category{
   position : relative;
}
.arrow-slick{
    position: absolute;
    z-index: 9;
    background-color: transparent;
    border: transparent;
    font-size: 28px;
    top: 16px;
}

.prev img , .prev-detail img {
  transform: rotate(90deg);
  height: 26px;
}
.next img,.next-detail img  {
  transform: rotate(-90deg);
  height: 26px;
}
.prev{
   left: -34px;
}

.next{
   right: -34px;
}
.containt-babbikit-categories{
    display: flex;
    margin: 39px 0;
    /* flex-wrap: nowrap;
    overflow-x: auto; */
}
.container-header-text p {
  line-height: 1.1;
}
.cle-en-main .babbikit-category-actif{
     background: var(--color-green);
    color: white;
}
.a-composer .babbikit-category-actif {
    background: var(--color-yellow)!important;
    color: white !important;
}



élément {
  background-image: url('http://www.babbikit.local/42-home_default/lot-de-2-bodies-bebe-manches-longues-jersey-bio-dinosaures-noukie-s.jpg');

  height: 64px;

  width: 50px;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  border: 1px solid #dfd5d5;

  background-color: white;

}

.__js-container-thumb-image-detail-product{
  height: 64px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #dfd5d5;
  background-color: white;
  gap: 5px;
}
.__container_prev_image {
  position: absolute;
  bottom: 13px;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
}
._bbkit-content-preview-cart{
  background-color: var(--color-bleu);
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 20px 0px;
}
._bbkit-preview-cart {
  margin-right: 71px;
  display: flex;
  align-items: center;
}

._bbkit-preview-cart >div {
    font-size: 24px;
    margin-right: 20px;
}
.total-amount{
    font-weight: 700;
}

.bbkit-content-preview-cart {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999;
}

.shadow-background-previe-cart {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0E314B;
  opacity: 20%;
}


.overflow-hidden{
   overflow: hidden !important;
}
._bbkit-preview-cart > button {
  font-weight: 700;
  font-size: 16px;
  margin-right: 20px;
  padding: 10px 18px;
  border: none;
  border-radius: 36px;
  color: white;
  background-color: var(--color-yellow);
  text-transform: uppercase;
  cursor: pointer;
}

.loading-price {
  height: 100%;
  background: var(--color-yellow);
  width: 20%;
  border-radius: 18px;
  position: absolute;
  left: 0;
}

.conteint-loading-price {
  height: 12px;
  background-color: #EAEAEA;
  border-radius: 18px;
  margin: auto;
  width: 446px;
  position: relative;
  overflow: hidden;
}


.quick-view-custom {
  position: absolute;
  z-index: 9;
  width: 44px;
  height: 44px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  bottom: 11px;
  right: 11px;
}
.product-list-reviews {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  padding: 4px 0 !important;
  margin-bottom: 26px !important;
  background: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  position: relative;
  top: unset;
  left: unset;
  justify-content: unset !important;
}

 .container-list-reviews{
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-reviews-text{
  color: var(--color-bleu);
  font-size: 12px;
}

.list-reviews {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews-moy{
  font-weight: bold;
}

.list-reviews img {
  height: 16px;
}

#wrapper {
  background: #fff !important;
}



.hidden {
    display: none !important;
}


.bbkit-footer-preview-cart{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bbkit-ma-cagnotte-icon {
  background-color: var(--color-yellow);
  display: flex;
  align-items: center;
  color: white;
  font-weight: 700;
}





.conteint-divider {
  padding: 20px 0px;
}
.divider {
  height: 3px;
  background-color: #EAEAEA;
  width: 70%;
  margin: auto;
}
.bbkit-conteint-min-commande{
  display: flex;
  justify-content: center;
  align-items: center;
}
._bbkit-ma-cagnotte-image img {
  height: 44px;
}


.bbkit-price-a-depense {
  background-color: var(--color-gray);
  color: var(--color-yellow);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}






.h3.product-title {
  text-transform: none !important;
}
.containt-babbikit-sub-categories-mobile {
  margin-bottom: 54px;
}
.containt-babbikit-sub-categories-desktop{
    display: block;
}
.containt-babbikit-sub-categories-mobile{
    display: none ;
}
.containt-babbikit-sub-categories-mobile select {
  background: transparent;
  border: transparent;
  width: 100%;
  font-size: 17px;
  color: var(--color-bleu);
  font-weight: 700;
}

.containt-babbikit-sub-categories-mobile select option:checked{
    font-weight: bold;
}
@media screen and (max-width : 658px) {
    .containt-babbikit-sub-categories-desktop{
        display: none;
    }
    .containt-babbikit-sub-categories-mobile{
        display: block;
    }
}
@media screen and (max-width : 408px) {
    .bbkit-preview-cart {
        width: 100%;
    }
}

.button-close-sub-menu{
  background: transparent;
  border: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}
.container-header-description-gift p {
  text-align: center;
}

h3.product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nbr-cart{
  opacity: 0;
}
#js-for-scroll-after-validate-category{
  position: absolute;
  height: 8px;
  width: 100vw;
  left: 0;
  z-index: 99999;
  top: -99px;
}
.nbr-cart::after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #0e314b;
  z-index: 00;
  border-radius: 50%;
  transition: 200ms ease-in-out;
  opacity: 0;
  animation: cart-nanimate 1500ms infinite;;
}

@keyframes cart-nanimate {
  
  0%{
      opacity: 1;
      transform: scale(1);
  }

  100%{
      opacity: 0;
      transform: scale(1.9);
  }
}
.container-fluid-menu.a-composer {
  position: sticky;
  top: 77px;
  z-index: 28;
  background: white;
  padding-top: 1px;
}
@media screen and (max-width : 1303px) {

  .gift-cart-name {
    font-size: 18px;
  }
}
@media screen and (max-width : 755px) {

  .container-image-detail-product{
    aspect-ratio: initial !important;
  }


  .button-close-detail-mobil{
      display: block !important;
  }
  .header-detail-product-closed{
    display: none !important;
  }
  /* .bbkit-thumbanail {
      height: 163px;
  } */
    /* .product-title a {
       font-size: 10px;
    }

    .content-reviews-text {
      font-size: 8px;
    }

    .list-reviews img {
      height: 10px;
    }

    .js-bbkit-attributes{
      font-size: 8px;
      padding: 6px 13px;

    } */

    .__js-container-thumb-image-detail-product {
      height: 30px;
      width: 20px;
    }
    ._bbkit-content-preview-cart{
        justify-content: center !important;
    }
     ._bbkit-preview-cart {
          margin-right: 0px;
          text-align: center;
          flex-direction: column;
          padding: 2px;
     }
     ._bbkit-preview-cart >div {
        padding-bottom: 12px;
        font-size: 16px;
        margin-right: 0px;
    }
    ._bbkit-content-preview-cart{
        padding: 14px 0px;
    }
    ._bbkit-preview-cart > button {
        margin-right: 0px;
      font-size: 12px;
    }
    .bbkit-faq-image{
      display: none;
    }
    .container-bbkit-faq {
        display: grid;
        grid-template-columns: none;
    }

    .container-sub-menu-pack {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      background: #0E314B78;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px;
      margin: 0;
    }


    ._container-sub-menu-pack{
        flex-direction: column;
        position: relative;
        background: white;
        border-radius: 13px;
        max-width: 300px !important;
        gap: 10px;
        padding: 21px 16px !important;
    }

    ._container-sub-menu-pack a{
      font-size: 15px;
    }
    .button-close-sub-menu{
      display: block !important;
    }
    .sub-menu-pack.sub-menu-pack-b {
         padding: 10px 0 25px 0;
    }
    .sub-menu-pack.sub-menu-pack-a {
      padding: 25px 0 0 0;
    }

    .arrow-slick {
      top: 7px !important;
    }
    .next {
      right: -30px !important;
    }
}

