.gift-filters {
    width: 290px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}

.gift-filters>h3 {
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 5px 0px 20px 0px;
    font-weight: 400;
}

.gift-filters h4 {
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 5px 0px 20px 0px;
    font-weight: 600;
}

.gift-filters h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 10px;
    border-bottom: 2px solid #3A3A3A;
}


.gift-filters .universe-list {
    list-style-type: none;
}

.gift-filters .universe-list>li {
    display: block;
    margin: 20px 0px;
}

.gift-filters .universe-list a.universe-link:after {
    /*content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="#979797" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z" class=""></path></svg>');*/
    content: url('../picto/arrow.svg');
    position: absolute;
    right: 26px;
    top: 50%;
    line-height: 35px;
    width: 8px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform: translateY(-50%);
}


.gift-filters .universe-list ul.universe-familles > li.active > a, .gift-filters .universe-list a.universe-link.active {
  font-weight: 600;
}


.gift-filters .universe-list a.universe-link.opened:after {
    transform: translateY(-50%) rotateZ(90deg);
}

.gift-filters .universe-list a {
    color: #3A3A3A;
    position: relative;
    display: block;
    padding-right: 20px;
}

.gift-filters .universe-familles {
    display: none;
}

.gift-filters .customselect select {
    font-size: 14px;
    padding: 8px 40px 10px 20px;
}

.marque-filtered {
  margin-bottom: 5px;
}

.marque-filtered>.marque-filter {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px;
  padding-right: 15px;
  font-size: 10px;
  color: #3A3A3A;
  position: relative;
  cursor: pointer;
}
.marque-filtered>.marque-filter:hover {
  font-weight: 600;
}

.marque-filtered>.marque-filter:hover:after {
  font-weight: 700;
  font-size: 14px;
}

.marque-filtered>.marque-filter:after {
  content: "x";
  position: absolute;
  top: 0;
  line-height: 17px;
  right: 3px;
  font-size: 13px;
  font-weight: 500;
}

.gift-filters .universe-familles>li {
    display: block;
    margin: 15px 0;
    padding-left: 20px;
}

.gifts-block-right {
    display: inline-block;
    width: calc(100% - 300px);
}

.gifts-block-right.no-filter {
    width: 100%;
}

.gift-header {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.gift-header>h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0px;
    font-weight: 600;
    display: inline-block;
}

.gift-header .right-part {
  float: right;
}




.gift-header .gift-search-block {
  display: inline-block;
  width: 250px;
  padding: 0 10px;
  position: relative;
}

.gift-header .gift-order {
  display: inline-block;
  width: 250px;
  color: #3A3A3A;
  position: relative;
}

.gift-header .gift-order>select {
  border:none;
  background: none;
  height: 35px;
  color: #3A3A3A;
  width: calc(100% - 75px);
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    padding-right: 20px;
}

.gift-header .gift-order::after {
  content: url('../picto/arrow.svg');
  position: absolute;
  right: 5px;
  top: 50%;
  line-height: 35px;
  width: 10px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform:  translateY(-50%) rotate(90deg);
  -moz-transform:  translateY(-50%) rotate(90deg);
  -ms-transform:  translateY(-50%) rotate(90deg);
  transform:  translateY(-50%) rotate(90deg);
  z-index: 1;
  pointer-events: none;
}

.gift-header .gift-order>select:focus {
  outline: none;
}


.gift-header .gift-search-block>input {
  width: 100%;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
  padding-left: 3px;

}

.gift-header .gift-search-block>input::placeholder {
  opacity: 0.5;
  font-weight: 400;
}

.gift-header .gift-search-block>input:focus {
  outline-color: #3A3A3A;
}

.gift-header .gift-search-block>.input-button {
  position: absolute;
  top: 0;
  right: 5px;
  opacity: 0.7;
}
.gift-header .gift-search-block>input:focus~.input-button {
  opacity: 0.9;
}

.gift-header .gift-search-block>input~.input-button:hover i {
  font-size: 1.2em;
}

.gift-header .gift-search-block>.input-button * {
  width: 40px;
  text-align: center;
  line-height: 35px;
  color: #545454;
}

.gift-block {
    width: 100%;
}

.gift-block {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(220px, 1fr));
    width: 100%;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    margin: 20px 0;
  }




  @media (max-width: 1124px) {
    .gift-header .right-part {
      float: none;
      text-align: center;
      margin-top: 10px;
    }
  
    .gift-header .gift-search-block, .gift-header .gift-order {
      width: 49%;
      padding: 0px;
    }
  
  }

  .content-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: auto;
  }

  .gift-page {
    position: absolute;
    width: 100%;
    top: 0;
    left: 130%;
    background-color: #fbfbfb;
    z-index: 10;
    animation-duration: 400ms;
    padding-bottom: 20px;
  }

  .gift-filters #slider-range.ui-slider {
    height: 2px;
    margin-top: 20px;
    background: #3A3A3A;
    /*border: none;*/
  }

  .gift-filters #slider-range .ui-slider-range {
    background: #3A3A3A;
  }

  .gift-filters #slider-range .ui-slider-handle {
    border-radius: 15px;
    top: -9px;
    border: none;
    background: #3A3A3A;
    cursor: grab;
  }
  .gift-filters #slider-range .ui-slider-handle.ui-state-hover {
    opacity: 0.8;

  }

  .gift-filters #custom-handle-left>div, .gift-filters #custom-handle-right>div {
    text-align: center;
    display: inline-block;
    
  }
  .gift-filters #custom-handle-left {
    display: inline-block;
  }
  .gift-filters #custom-handle-right {
    display: inline-block;
    margin-left: 5px;
  }

.gift-filters #slider-range .ui-slider-handle.ui-state-focus {
  border: none;
  box-shadow: none;
  outline: none;
  color: #3A3A3A;
}

.gift-filters #slider-range .ui-slider-handle.ui-state-active.ui-state-focus {
  cursor: grabbing;
}


/***** VIGNETTE CADEAU ***/

a.gift-box {
    display: inline-block;
    width: auto;
    min-width: 200px;
    max-width: 268px;
    text-decoration: none;
    color: #797979;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(133,133,133,0.27);
    -moz-box-shadow: 0px 2px 10px 0px rgba(133,133,133,0.27);
    box-shadow: 0px 2px 10px 0px rgba(133,133,133,0.27);
    transition-duration: 200ms;
    vertical-align: middle;
    position: relative;
  }
  
  a.gift-box.gift-box-with-points {
    padding-bottom: 35px;
  }
  
  .gift-box-img {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
  }
  
  .gift-box-img>img {
    width: 100%;
    overflow: hidden;
  }
  
  .gift-box-title {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
  }
  
  .gift-box-points {
    height: 35px;
    width: 100%;
    background-color: #797979;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.2em;
    position: absolute;
    bottom: 0;
  }
  
  a.gift-box:hover {
    -webkit-box-shadow: 0px 3px 10px 1px rgba(133,133,133,0.6);
    -moz-box-shadow: 0px 3px 10px 1px rgba(133,133,133,0.6);
    box-shadow: 0px 3px 10px 1px rgba(133,133,133,0.6);
    transform: translateY(-5px);
  }
  
  .product-images {
    width: 100%;
    text-align: center;
  }
  
  .product-images img {
    max-width: 100%;
  }
  
  .gift-bloc p  {
    color: #8B8B8B;
  }
  .gift-bloc h2, .gift-bloc h4 {
  color :#676767
  }
  
  .gift-desc {
    text-align: justify;
      width: 80%;
  }

  .catalog-pagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .catalog-pagination>a {
    width: 40px;
  }


  /***** LOADER ****/
  .loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  @-webkit-keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #6f6f6f, 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.5), -1.8em -1.8em 0 0em rgba(111,111,111, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.7), 1.8em -1.8em 0 0em #6f6f6f, 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.5), 1.8em -1.8em 0 0em rgba(111,111,111, 0.7), 2.5em 0em 0 0em #6f6f6f, 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.5), 2.5em 0em 0 0em rgba(111,111,111, 0.7), 1.75em 1.75em 0 0em #6f6f6f, 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.5), 1.75em 1.75em 0 0em rgba(111,111,111, 0.7), 0em 2.5em 0 0em #6f6f6f, -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.5), 0em 2.5em 0 0em rgba(111,111,111, 0.7), -1.8em 1.8em 0 0em #6f6f6f, -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.5), -1.8em 1.8em 0 0em rgba(111,111,111, 0.7), -2.6em 0em 0 0em #6f6f6f, -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.5), -2.6em 0em 0 0em rgba(111,111,111, 0.7), -1.8em -1.8em 0 0em #6f6f6f;
    }
  }
  @keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #6f6f6f, 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.5), -1.8em -1.8em 0 0em rgba(111,111,111, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.7), 1.8em -1.8em 0 0em #6f6f6f, 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.5), 1.8em -1.8em 0 0em rgba(111,111,111, 0.7), 2.5em 0em 0 0em #6f6f6f, 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.5), 2.5em 0em 0 0em rgba(111,111,111, 0.7), 1.75em 1.75em 0 0em #6f6f6f, 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.5), 1.75em 1.75em 0 0em rgba(111,111,111, 0.7), 0em 2.5em 0 0em #6f6f6f, -1.8em 1.8em 0 0em rgba(111,111,111, 0.2), -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.5), 0em 2.5em 0 0em rgba(111,111,111, 0.7), -1.8em 1.8em 0 0em #6f6f6f, -2.6em 0em 0 0em rgba(111,111,111, 0.2), -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.5), -1.8em 1.8em 0 0em rgba(111,111,111, 0.7), -2.6em 0em 0 0em #6f6f6f, -1.8em -1.8em 0 0em rgba(111,111,111, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(111,111,111, 0.2), 1.8em -1.8em 0 0em rgba(111,111,111, 0.2), 2.5em 0em 0 0em rgba(111,111,111, 0.2), 1.75em 1.75em 0 0em rgba(111,111,111, 0.2), 0em 2.5em 0 0em rgba(111,111,111, 0.2), -1.8em 1.8em 0 0em rgba(111,111,111, 0.5), -2.6em 0em 0 0em rgba(111,111,111, 0.7), -1.8em -1.8em 0 0em #6f6f6f;
    }
  }
  /**** FIN LOADER ****/

  .filter-mobile-btn,.btn-valid-filter,.close-filter-btn {
    display: none;
  }

  .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
  }

  .marque-filter-bloc {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    width: 100%;
    -webkit-box-shadow: inset -5px -3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset -5px -3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: inset -5px -3px 5px 0px rgba(0,0,0,0.15);
  }
  .marque-filter-bloc>label {
    display: block;
  }

  .marque-filter-bloc::-webkit-scrollbar {
    width: 5px;
}
  .marque-filter-bloc::-webkit-scrollbar-track {background: #F1F1F1;}
.marque-filter-bloc::-webkit-scrollbar-thumb {background: #CCCCCC;}
  
  

  @media screen and (max-width: 992px) {
    .gift-filters {
      display: none;
      position: fixed;
      z-index: 100;
      background: white;
      left: 0;
      right: 0;
      width: calc(100% - 20px);
      margin: 0 10px;
      padding: 0;
      top: 55px;
      padding: 15px 30px 15px 30px;
      box-shadow: 0px 0px 1000px 1000px rgba(0, 0, 0, 0.4);
      max-height: calc(100% - 65px);
      overflow: auto;
  }

  a.gift-box {
    min-width: 180px;
  }

  .btn-valid-filter {
    display: inline-block;
    float: right;
    margin-top: 40px;
  }

  .close-filter-btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #3A3A3A;
    color: #3A3A3A;
    border-radius: 20px;
    text-align: center;
    line-height: 25px;
  }
  
  .gift-filters>h3 {
      display: none;
  }


  .gifts-block-right {
    width: 100%;
  }

  .gift-filters .universe-list>li {
    margin: 0;
  }
  .gift-filters .universe-list a {
  line-height: 30px;
  }
  .gift-filters .universe-familles>li {
    margin: 0;
  }

  .filter-mobile-btn {
    display: inline-block;
    float: right;
    
  }
}

@media screen and (max-width: 992px) {
  .gift-block {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fill,minmax(180px, 1fr));
  }
}

@media screen and (max-width: 680px) {
  .gift-block {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fill,minmax(150px, 1fr));
  }

  a.gift-box {
    min-width: 150px;
  }

}

.inputNumberSlider {
  display: inline-block;
  width: 45px;
  text-align: center;
  border: none;
  background: none;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow:       1px 1px 8px #ccc; 
  }

  .inputNumberSlider:focus {
      outline: none;
      font-weight: 700 ;
      border-bottom: 2px solid #000;

  }
  
  .inputNumberSlider::-webkit-inner-spin-button, 
  .inputNumberSlider::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0;
  }
/* 
  *{font-family: 'Roboto', sans-serif;}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #058BA6;
}
.option-input:checked {
  background: #058BA6;
}
.option-input:checked::before {
  height: 18px;
  width: 18px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 20px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
} */



.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  appearance: none;
  width: 30px;
  height: 15px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #706f6f;
  opacity: 0.7;
  transition: background-color ease 0.3s;
}

.toggle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  background: #fff;
  left: -2.5px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(0,0,0,0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: all cubic-bezier(0.3, 1, 0.7, 1) 0.2s;
}

.toggle:checked {
  background-color: #FFFFFF;
  opacity: 0.9;
}

.toggle:checked:before {
  left: 18px;
}

.pdf-flip {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#pdf-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  font-size: 16px;
}
.btn-pdf {
  border: 1px solid #CFCFCF;
  border-radius: 20px;
  width: 125px;
  background: none;
  color: #666666;
  cursor: pointer;
  font-weight: 500;
  padding: 1px 10px;
  margin: 10px;
}
.btn-pdf:hover {
  color: #3A3A3A;
  font-weight: 600;
  border-color: #666666;
}
.btn-pdf:focus {
  outline: none;
}
.pdf-pages {
  color: #666666;
  font-size: 12px;
}
.pdf-pages .page_num {
  font-size: 19px;
}

.gift-box-picto {
  top: 5px;
  left: 5px;
  padding: 5px;
  position: absolute;
  background: #FBFBFB;
  border-radius: 40px;
  -webkit-filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, .2));
  filter: drop-shadow( -1px 4px 15px 2px rgba(0, 0, 0, .2));
}

.mifSvg{
  width: 25px;
}

.leafSvg{
  width: 40px;
  top: 5px;
  right: 5px;
  position: absolute;
  -webkit-filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, .7));
  filter: drop-shadow( -1px 4px 15px 2px rgba(0, 0, 0, .7));
}

.banner_complement {
  margin-bottom: 15px;
}

.banner_complement img {
  max-width: 100%;
}

