/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
  /*======== NOW LETS ADD FLEXBOX ========*/
  .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row-flex [class*=col-xs-1] {
    flex: 1 0 8.3333333333%;
  }
  .row-flex [class*=col-xs-1]:last-child {
    flex: 0 0 8.3333333333%;
  }
  .row-flex [class*=col-xs-2] {
    flex: 2 0 16.6666666667%;
  }
  .row-flex [class*=col-xs-2]:last-child {
    flex: 0 0 16.6666666667%;
  }
  .row-flex [class*=col-xs-3] {
    flex: 3 0 25%;
  }
  .row-flex [class*=col-xs-3]:last-child {
    flex: 0 0 25%;
  }
  .row-flex [class*=col-xs-4] {
    flex: 4 0 33.3333333333%;
  }
  .row-flex [class*=col-xs-4]:last-child {
    flex: 0 0 33.3333333333%;
  }
  .row-flex [class*=col-xs-5] {
    flex: 5 0 41.6666666667%;
  }
  .row-flex [class*=col-xs-5]:last-child {
    flex: 0 0 41.6666666667%;
  }
  .row-flex [class*=col-xs-6] {
    flex: 6 0 50%;
  }
  .row-flex [class*=col-xs-6]:last-child {
    flex: 0 0 50%;
  }
  .row-flex [class*=col-xs-7] {
    flex: 7 0 58.3333333333%;
  }
  .row-flex [class*=col-xs-7]:last-child {
    flex: 0 0 58.3333333333%;
  }
  .row-flex [class*=col-xs-8] {
    flex: 8 0 66.6666666667%;
  }
  .row-flex [class*=col-xs-8]:last-child {
    flex: 0 0 66.6666666667%;
  }
  .row-flex [class*=col-xs-9] {
    flex: 9 0 75%;
  }
  .row-flex [class*=col-xs-9]:last-child {
    flex: 0 0 75%;
  }
  .row-flex [class*=col-xs-10] {
    flex: 10 0 83.3333333333%;
  }
  .row-flex [class*=col-xs-10]:last-child {
    flex: 0 0 83.3333333333%;
  }
  .row-flex [class*=col-xs-11] {
    flex: 11 0 91.6666666667%;
  }
  .row-flex [class*=col-xs-11]:last-child {
    flex: 0 0 91.6666666667%;
  }
  .row-flex [class*=col-xs-12] {
    flex: 12 0 100%;
  }
  .row-flex [class*=col-xs-12]:last-child {
    flex: 0 0 100%;
  }
  @media (min-width: 768px) {
    .row-flex [class*=col-sm-1] {
      flex: 1 0 8.3333333333%;
    }
    .row-flex [class*=col-sm-1]:last-child {
      flex: 0 0 8.3333333333%;
    }
    .row-flex [class*=col-sm-2] {
      flex: 2 0 16.6666666667%;
    }
    .row-flex [class*=col-sm-2]:last-child {
      flex: 0 0 16.6666666667%;
    }
    .row-flex [class*=col-sm-3] {
      flex: 3 0 25%;
    }
    .row-flex [class*=col-sm-3]:last-child {
      flex: 0 0 25%;
    }
    .row-flex [class*=col-sm-4] {
      flex: 4 0 33.3333333333%;
    }
    .row-flex [class*=col-sm-4]:last-child {
      flex: 0 0 33.3333333333%;
    }
    .row-flex [class*=col-sm-5] {
      flex: 5 0 41.6666666667%;
    }
    .row-flex [class*=col-sm-5]:last-child {
      flex: 0 0 41.6666666667%;
    }
    .row-flex [class*=col-sm-6] {
      flex: 6 0 50%;
    }
    .row-flex [class*=col-sm-6]:last-child {
      flex: 0 0 50%;
    }
    .row-flex [class*=col-sm-7] {
      flex: 7 0 58.3333333333%;
    }
    .row-flex [class*=col-sm-7]:last-child {
      flex: 0 0 58.3333333333%;
    }
    .row-flex [class*=col-sm-8] {
      flex: 8 0 66.6666666667%;
    }
    .row-flex [class*=col-sm-8]:last-child {
      flex: 0 0 66.6666666667%;
    }
    .row-flex [class*=col-sm-9] {
      flex: 9 0 75%;
    }
    .row-flex [class*=col-sm-9]:last-child {
      flex: 0 0 75%;
    }
    .row-flex [class*=col-sm-10] {
      flex: 10 0 83.3333333333%;
    }
    .row-flex [class*=col-sm-10]:last-child {
      flex: 0 0 83.3333333333%;
    }
    .row-flex [class*=col-sm-11] {
      flex: 11 0 91.6666666667%;
    }
    .row-flex [class*=col-sm-11]:last-child {
      flex: 0 0 91.6666666667%;
    }
    .row-flex [class*=col-sm-12] {
      flex: 12 0 100%;
    }
    .row-flex [class*=col-sm-12]:last-child {
      flex: 0 0 100%;
    }
  }
  @media (min-width: 992px) {
    .row-flex [class*=col-md-1] {
      flex: 1 0 8.3333333333%;
    }
    .row-flex [class*=col-md-1]:last-child {
      flex: 0 0 8.3333333333%;
    }
    .row-flex [class*=col-md-2] {
      flex: 2 0 16.6666666667%;
    }
    .row-flex [class*=col-md-2]:last-child {
      flex: 0 0 16.6666666667%;
    }
    .row-flex [class*=col-md-3] {
      flex: 3 0 25%;
    }
    .row-flex [class*=col-md-3]:last-child {
      flex: 0 0 25%;
    }
    .row-flex [class*=col-md-4] {
      flex: 4 0 33.3333333333%;
    }
    .row-flex [class*=col-md-4]:last-child {
      flex: 0 0 33.3333333333%;
    }
    .row-flex [class*=col-md-5] {
      flex: 5 0 41.6666666667%;
    }
    .row-flex [class*=col-md-5]:last-child {
      flex: 0 0 41.6666666667%;
    }
    .row-flex [class*=col-md-6] {
      flex: 6 0 50%;
    }
    .row-flex [class*=col-md-6]:last-child {
      flex: 0 0 50%;
    }
    .row-flex [class*=col-md-7] {
      flex: 7 0 58.3333333333%;
    }
    .row-flex [class*=col-md-7]:last-child {
      flex: 0 0 58.3333333333%;
    }
    .row-flex [class*=col-md-8] {
      flex: 8 0 66.6666666667%;
    }
    .row-flex [class*=col-md-8]:last-child {
      flex: 0 0 66.6666666667%;
    }
    .row-flex [class*=col-md-9] {
      flex: 9 0 75%;
    }
    .row-flex [class*=col-md-9]:last-child {
      flex: 0 0 75%;
    }
    .row-flex [class*=col-md-10] {
      flex: 10 0 83.3333333333%;
    }
    .row-flex [class*=col-md-10]:last-child {
      flex: 0 0 83.3333333333%;
    }
    .row-flex [class*=col-md-11] {
      flex: 11 0 91.6666666667%;
    }
    .row-flex [class*=col-md-11]:last-child {
      flex: 0 0 91.6666666667%;
    }
    .row-flex [class*=col-md-12] {
      flex: 12 0 100%;
    }
    .row-flex [class*=col-md-12]:last-child {
      flex: 0 0 100%;
    }
  }
  @media (min-width: 1200px) {
    .row-flex [class*=col-lg-1] {
      flex: 1 0 8.3333333333%;
    }
    .row-flex [class*=col-lg-1]:last-child {
      flex: 0 0 8.3333333333%;
    }
    .row-flex [class*=col-lg-2] {
      flex: 2 0 16.6666666667%;
    }
    .row-flex [class*=col-lg-2]:last-child {
      flex: 0 0 16.6666666667%;
    }
    .row-flex [class*=col-lg-3] {
      flex: 3 0 25%;
    }
    .row-flex [class*=col-lg-3]:last-child {
      flex: 0 0 25%;
    }
    .row-flex [class*=col-lg-4] {
      flex: 4 0 33.3333333333%;
    }
    .row-flex [class*=col-lg-4]:last-child {
      flex: 0 0 33.3333333333%;
    }
    .row-flex [class*=col-lg-5] {
      flex: 5 0 41.6666666667%;
    }
    .row-flex [class*=col-lg-5]:last-child {
      flex: 0 0 41.6666666667%;
    }
    .row-flex [class*=col-lg-6] {
      flex: 6 0 50%;
    }
    .row-flex [class*=col-lg-6]:last-child {
      flex: 0 0 50%;
    }
    .row-flex [class*=col-lg-7] {
      flex: 7 0 58.3333333333%;
    }
    .row-flex [class*=col-lg-7]:last-child {
      flex: 0 0 58.3333333333%;
    }
    .row-flex [class*=col-lg-8] {
      flex: 8 0 66.6666666667%;
    }
    .row-flex [class*=col-lg-8]:last-child {
      flex: 0 0 66.6666666667%;
    }
    .row-flex [class*=col-lg-9] {
      flex: 9 0 75%;
    }
    .row-flex [class*=col-lg-9]:last-child {
      flex: 0 0 75%;
    }
    .row-flex [class*=col-lg-10] {
      flex: 10 0 83.3333333333%;
    }
    .row-flex [class*=col-lg-10]:last-child {
      flex: 0 0 83.3333333333%;
    }
    .row-flex [class*=col-lg-11] {
      flex: 11 0 91.6666666667%;
    }
    .row-flex [class*=col-lg-11]:last-child {
      flex: 0 0 91.6666666667%;
    }
    .row-flex [class*=col-lg-12] {
      flex: 12 0 100%;
    }
    .row-flex [class*=col-lg-12]:last-child {
      flex: 0 0 100%;
    }
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.ff-jost{
    font-family: 'Jost', sans-serif;
}

body#index .header-top{
    background-color: transparent;
}
.titre-slider {
    line-height: 72px;
    font-family: 'Jost', sans-serif;
}
#header .container {
    width: 1765px;
    max-width: 100%;
}
.menu-horizontal-header .nav-item:not(:last-child) a:after{
    content: '|';
    display: inline-block;
    margin-left: 8px;
}
.menu-horizontal-header.leo-megamenu .navbar-nav > li > a{
    padding-left: 8px;
    padding-right: 8px;
}
.main-menu-header.leo-megamenu .navbar-nav > li > a{
    padding: 15px 13px;
}
.main-menu-header.leo-megamenu .navbar-nav{
    text-align: center;
}
.main-menu-header.leo-megamenu .navbar-nav > .nav-item{
    text-align: center;
    float: none;
    display: inline-block;
}
.bloc-top-accueil-img {
    margin-top: 104px;
    margin-bottom: 104px;
    margin-left: 34px;
}
.bloc-top-accueil-img img {
    max-width: 100%;
    width: auto !important;
}
#bloc-top-accueil {
    display: flex;
    align-items: center;
    flex-flow: wrap
}
.titre-bloc {
    color: #cd9933;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
}

.titre-bloc-2 {
    font-family: 'Jost', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}
.bloc-top-accueil-icons img {
    margin-right: 22px;
}

.bloc-top-accueil-icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-right: 110px;
}

.bloc-top-accueil-icons li {
    width: 33.333333%;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 300;
}
.bloc-decouvrez-kits .ApImage {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 408px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}

.bloc-decouvrez-kits .image_description {
    position: absolute;
    font-weight: bold;
    font-size: 48px;
    width: 100%;
    color: #fff;
    max-width: 285px;
    line-height: 48px;
    font-family: "Jost", sans-serif;
}

.bloc-decouvrez-kits .ApImage .btn {
    min-width: 142px;
    min-height: 53px;
    line-height: 53px;
    background: #cd9933;
    border-radius: 53px;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}

.bloc-decouvrez-kits .ApImage:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 61%);
}

.list-numeros {
    display: flex;
    max-width: 1176px;
    justify-content: space-between;
    margin: 0 auto;
}
.list-numeros a{
    font-size: 18px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.list-numeros a:hover {
    color: #cd9933;
}

.list-numeros span {
    margin-left: 19px;
    max-width: 223px;
    display: inline-block;
}
.recomponsee-bloc-titre1 {
    font-family: "Jost", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
}

.recomponsee-bloc-titre2 {
    font-family: "Jost", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
}

.recomponsee-bloc-titre2 span {
    color: #cd9933;
}
.recomponsee-bloc-text {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.recomponsee-bloc-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: underline;
}
.recomponsee-bloc .ApImage {
    text-align: right;
    margin-bottom: 0px !important;
}

.recomponsee-bloc .block.ApHtml {
    display: flex;
    min-height: 100%;
    margin-bottom: 0;
}

.recomponsee-bloc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 400px;
}
.nos-marques-bloc-description .block_content {
    max-width: 609px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

.nos-marques-bloc-titreimage {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 21px;
    color: #000;
    font-family: "Jost", sans-serif;
    margin-bottom: 21px;
}
#index .container.ApCountdown .nos-marques-bloc-titreimage {text-align: left;}
.nos-marques-bloc-textimage {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    max-width: 278px;
    margin: 0 auto;
}
.nos-marques-bloc .ApImage {
    text-align: center;
}
#footer .sub-title-widget {
    color: #fff;
    margin-bottom: 12px;
}

.footer-top {
    padding-top: 80px;
}
.footer-top .block_content {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}
.footer-top .block_newsletter.block {
    padding-top: 50px;
}
.footer-links li a {
    font-weight: 300;
    font-size: 14px;
    color: #ffff;
    line-height: 36px;
}
.footer-links {
    text-align: left;
}
.list-footer-bottom  li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
}
.list-footer-bottom li:not(:last-child) a:after {
    content: '|';
    margin-left: 7px;
    margin-right: 1px;
}
.navbar-fixed-top.mini-navbar {
    background: #fff;
}

.navbar-fixed-top.mini-navbar .logo {
    max-width: 120px;
    transition: all 0.3s ease 0s;
}
.navbar-fixed-top.mini-navbar .navbar-header {
    top: 10px;
  }
.navbar-fixed-top.mini-navbar .header_logo {
    padding: 0px;
}

.promotion-bloc {
    min-height: 550px;
    display: flex;
    margin-top: 84px;    margin-bottom: 84px;
}
.promotion-bloc .ApCountdown .title_block{
    text-align: left;
    padding: 0;
    margin-bottom: 4px;
}
.promotion-bloc .ApCountdown .sub-title-widget{
    text-align: left;
    line-height: 48px;
    font-size: 48px;
    margin-bottom: 20px;
}
.promotion-bloc .barred-price {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    text-decoration: line-through;
}
.promotion-bloc .price-principale{
    font-family: "Jost", sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-left: 25px
}
.promotion-bloc .ap-countdown-time {
    background: #000;
    width: 508px;
    height: 102px;
    border-radius: 51px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.promotion-bloc .ApImage {
    text-align: center;
}

.promotion-bloc .ap-countdown-time li b {
    color: #fff;
    font-family: "Jost", sans-serif;
}

.promotion-bloc .ap-countdown-time li span {
    color: #fff;
}

.promotion-bloc .ap-countdown-time li + li:before {
    color: #fff;
}

.promotion-bloc .ap-countdown-time li + li {
    padding: 0 0 0 55px;
}
.promotion-bloc .ap-countdown-time {
  margin-top: 20px;
}

.devenez-partenaire-nkf .sub-title-widget {
  padding-top: 88px;
  margin-bottom: 62px;
}

.block.methode-nkf.ApHtml  .title_block {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    max-width: 241px;
    text-align: left;
    margin-right: 70px;
}

.block.methode-nkf.ApHtml ul,.block.methode-nkf.ApHtml ul li {
    margin-bottom: 0;
    display: flex;
}

.block.methode-nkf.ApHtml ul li img {
    margin-right: 20px;
}

.block.methode-nkf.ApHtml ul li span {
    line-height: 20px;
    font-weight: 600;
}

.block.methode-nkf.ApHtml ul li:not(:last-child) {
    margin-right: 58px;
}
.bloc-top-accueil-icons li span {
  max-width: 215px;
  width: 100%;
}
.devenez-partenaire-nkf {
  min-height: 306px;
}
.nos-marques-bloc .sub-title-widget{
  margin-bottom: 28px;
}
.nos-marques-bloc .ApColumn .block {
  margin-bottom: 64px;
}
.footer-top .title_block {
  margin-top: 0;
  padding-bottom: 0;
}
.bloc-decouvrez-kits .sub-title-widget {
  font-size: 24px;
  text-align: left;
  font-weight: 700;
  line-height: 48px;
}
.block.methode-nkf.ApHtml {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
}
#stores #main .page-header h1,
#cms #main .page-header h1 {
  font-weight: 600;
  font-size: 36px;
}
.formatrice-bloc-titre {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.formatrice-bloc-text {
  text-align: center;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 29px;
  margin-top: 30px;
}

.formatrice-bloc-lien {
  text-align: center;
}
.formatrice-bloc-1{
  margin-bottom: 80px;
}
.separator {
  margin-top: 57px;
  margin-bottom: 85px;
  border-color: #e9e9e9;
}
.sous-titre-bloc {
  text-align: center;
  color: #cd9933;
  font-size: 16px;
  font-weight: 300;
  line-height: 72px;
  font-family: "Jost", sans-serif;
  padding-top: 65px;
    margin-top: 40px;
}

.formatrice-bloc-2-titre {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-align: center;
  margin-bottom: 86px;
}
.formatrice-bloc-2-item-img {
  text-align: center;
  margin-bottom: 40px;
}

h2.formatrice-bloc-2-item-titre {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 35px;
  min-height: 68px;
}

.formatrice-bloc-2-item ul {
  list-style: none !important;
  counter-reset: item;
}
.formatrice-bloc-2-item ul li{
  counter-increment: item;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}
.formatrice-bloc-2-item ul li:before{
  content: counter(item) '-';
  margin-right: 5px;
  color: #e2d1ae;
}
.points-fidilite:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: #1e1e1e url('../img/points-fidilite-bg.jpg') no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.points-fidilite {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 125px;
  padding-bottom: 106px;
}

.titre-points-fidilite {
  color: #cd9933;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.texte-points-fidilite {
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
  color: #fff;
  margin-bottom: 42px;
}

.formatrice-bloc-2 {
    position: relative;
    z-index: 1;
    min-height: 1249px;
}
.formatrice-bloc-2:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: url('../img/bg-formation-de-formatrice.jpg') no-repeat center center;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.financement-bloc-2-titre {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-align: center;
  margin-bottom: 86px;
}
.financement-bloc-2 {
  position: relative;
  z-index: 1;
 /* min-height: 1249px;*/
}
.financement-bloc-2:before {
 /* content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: url('../img/bg-financemente.jpg') no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;*/

  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: url(../img/bg-financemente.jpg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
  background-size: cover;
background-position: bottom;
}
.financement-item-titre {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.financement-item-text {
  font-weight: 300;
}

.financement-item {
  padding-top: 35px;
  padding-left: 120px;
  margin-bottom: 65px;
  position: relative;
}

.financement-item:before {
  content: '';
  display: block;
  width: 130px;
  height: 110px;
  position: absolute;
  left: 62px;
  top: 0;
  background: url(../img/icone-splach.png) no-repeat center center;
  z-index: -1;
}
.item-finanancement-logos {
  text-align: center;
}
.finanancement-logos {
  min-height: 195px;
  display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.ApImage img{
  max-width: 100%;
}
.bottom-page-stores {
  text-align: center;
  margin: 40px auto;
  position: relative;
  float: left;
  width: 100%;
}
.cms_sub_pages {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 30px;
  margin-bottom: 0;
  flex-flow: wrap;
}

.cms_sub_pages > li {
  display: flex;
  margin-bottom: 15px;;
}
.cms_sub_pages > li > a{
  padding: 15px;
  border: 2px solid #000;
  color: #000;
  min-width: 230px;
  text-align: center;
}

.cms_sub_pages > li > a:hover {
  background: #cd9933;
  color: #fff;
}
.header-top a {
  color: #000;
}
.ap-accordion .panel-title a {
  display: flex;
  padding: 10px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.ap-accordion .panel-default .panel-heading {
  margin-bottom: 10px;
}

.ap-accordion .panel-title a:hover {
  background: #cd9933;
  color: #fff;
}

body:not(#index):not(#cms) #content-wrapper {
  margin-bottom: 40px;
}
.main-menu-header .dropdown-toggle::after {
  display: none;
}
.header-top .ap-btn-wishlist {
  margin-top: 6px;
}
#_desktop_cart .cart-preview {
  margin-top: 4px;
}
#blockcart-modal .cart-content .btn.btn-secondary {
  min-height: 53px;
  min-width: 168px;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  border-radius: 53px;
}
.xyfreeshipping-alert {
  background: transparent;
  text-align: left;
  color: #d79701;
  font-size: 16px;
  padding: 0;
  margin: 15px 0 0;
}
.product-actions .add-to-cart:hover {
  background: #000;
}
.product-qty-disponible {
  margin-top: 15px;
  font-weight: 300;
  font-size: 12px;
}
.product-qty-disponible strong{
  color: #d79701;
}

.leo-quickview .product-variants {
  margin-top: 15px;
  margin-bottom: 15px;
}
span.current-price-ht-value {
  font-size: 24px;
  color: #000;
}
.leo_free_price {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1390px){
  .finanancement-logos {
    min-width: 1386px;
  }
}
@media (min-width: 1200px){
  .top-accueil-icons-col {
    padding-left: 0;
  }
  .bloc-decouvrez-kits {
    max-width: 1308px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 105px;
  }
  .custom-img-accueil{
    text-align: right;
  }
  .custom-img-accueil img{
    margin-right: 22px;
    margin-top: 39px;
  }
}
@media (min-width: 1360px){
  .block.methode-nkf.ApHtml {
    max-width: 1177px;
    position: absolute;
    bottom: -51px;
    right: 148px;
    padding: 50px 85px;
    
  }
}
@media (min-width: 992px) and (max-width: 1360px){
  .bloc-top-accueil-icons li{
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  #bloc-top-accueil{
    margin-top: 50px;;
  }
  .bloc-top-accueil-img{
    margin-top: 0;
  }
  .main-menu-header.leo-megamenu .navbar-nav > li > a {
    padding: 15px 8px;
  }
  .menu-horizontal-header.leo-megamenu .navbar-nav > li > a {
    font-size: 13px;
    padding: 2px 6px;
  }

  .menu-horizontal-header .nav-item:not(:last-child) a:after {
      margin-left: 4px;
  }

  .menu-horizontal-header.leo-megamenu .navbar-nav {
      text-align: center;
      display: inline-block;
      width: 100%;
  }

  .menu-horizontal-header  .navbar-nav .nav-item {
      float: none;
      display: inline-block;
  }
}
@media (max-width: 991px){
  #bloc-top-accueil{
    padding-left: 15px;
    padding-right: 15px;
  }
  .bloc-top-accueil-img{
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .menu-horizontal-header.leo-megamenu .navbar-nav > li > a {
    font-size: 15px;
    padding: 2px 6px;
  }

  .menu-horizontal-header .nav-item:not(:last-child) a:after {
      margin-left: 4px;
  }

  .menu-horizontal-header.leo-megamenu .navbar-nav {
      text-align: center;
      display: inline-block;
      width: 100%;
  }

  .menu-horizontal-header  .navbar-nav .nav-item {
      float: none;
      display: inline-block;
  }
}
@media (min-width: 768px){
  body#index main#page {
    padding-top: 0 !important;
  }
}
@media (max-width: 400px){
  .cms-id-2 .banner .image_description  .sub-title-widget{
    margin: auto;
    width: 200px;
    font-size: 25px;
  }
}
@media (max-width: 767px){
  .cms-id-2 #wrapper .banner img{
    margin-bottom: 30px;
  }
  .bloc-top-accueil-icons{
    margin-right: 0;
  }
  .bloc-top-accueil-icons li{
    width: 50%;
    flex-flow: wrap;
    padding-right: 15px;
  }
  .block.methode-nkf.ApHtml{
    flex-flow: wrap;
  }
  .block.methode-nkf.ApHtml{
    padding: 20px 15px;
  }
  .block.methode-nkf.ApHtml ul {
    flex-flow: wrap;
  }
  .block.methode-nkf.ApHtml ul li{
    margin-top: 20px;;
  }
  .list-numeros {
      flex-flow: wrap;
  }

  .list-numeros li {
    width: 100%;
      margin-bottom: 15px;
  }
  #promotion_bloc_accueil {
      text-align: center;
  }

  #promotion_bloc_accueil .sub-title-widget {
      text-align: center;
  }

  .promotion-bloc .ApCountdown .title_block {
      text-align: center;
      margin-top: 0;
  }
  .promotion-bloc .ap-countdown-time {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .bloc-decouvrez-kits .ApImage {
    text-align: center;
    margin: 0 auto;
  }
  .devenez-partenaire-nkf {
    padding-left: 15px;
    padding-right: 15px;
  }
  .recomponsee-bloc .ApImage {
    text-align: center;
  }
  .block.methode-nkf.ApHtml .title_block{
    margin-right: 0;
  }
}
@media (max-width: 767px){
  .header-top .ApRow {
    flex-flow: wrap;
  }
  .header-top .leo-megamenu .navbar-nav > li {
    display: inline-block;
    float: none;
  }

  .header-top .leo-megamenu .navbar-nav {
      display: inline-block;
      text-align: right;
      width: 100%;
  }
  .main-menu-header .navbar-header {
    position: fixed;
    top: 27px;
  }

  .main-menu-header.leo-megamenu .navbar-header .navbar-toggler {
      padding: 0;
      font-size: 22px;
      border: 2px solid;
      line-height: 25px;
      font-weight: 300;
      width: 40px;
      height: 40px;
  }
  .header_logo {
    text-align: left !important;
	position: relative;
    max-width: 150px;
    left: 46px;
    top: 0px;
  }
  .promotion-bloc{
    display: block;
  }
  .promotion-bloc .ap-countdown-time li + li {
    padding: 0 0 0 40px;
  }
  .bannercontainer .tp-caption.titre_slider  {
    line-height: 55px;
  }
  .financement-item{
    padding-left: 20px;
  }
  .financement-item:before{
    left: -50px;
  }
  .titre-points-fidilite {
    font-size: 24px;
    line-height: normal;
  }

  .texte-points-fidilite {
      font-size: 16px;
      line-height: normal;
  }
  .formatrice-bloc-1 img {
    margin-bottom: 40px;
  }
  .formatrice-bloc-2:before{
    background-repeat: repeat-y;
  }
  .formatrice-bloc-1 img {
    margin-bottom: 40px;
  }

  .formatrice-bloc-lien {
      margin-bottom: 80px;
  }

  .formatrice-bloc-1 {
      margin-bottom: 0;
  }
  .bloc-top-accueil-img {
    margin-top: 0;
  }
  .wrapper.promotion_bloc_accueil_wrapper {
    background-repeat: repeat !important;
  }
  #homeintro_close {
    right: 11px;
    top: 5px;
  }
}
@media (max-width: 1070px){
  .leo-cart-dropdown-action .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 430px){
  .menu-horizontal-header.leo-megamenu .navbar-nav > li > a {
    font-size: 11px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .menu-horizontal-header .nav-item:not(:last-child) a:after {
      margin-left: 4px;
  }
  .promotion_bloc_accueil_wrapper{
    background-repeat: repeat-y;
  }
}
@media (max-width: 355px){
  .menu-horizontal-header .nav-item:not(:last-child) a:after{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px){
  .promotion-bloc.promotion-bloc .ap-countdown-time {
    width: auto;
  }

  .promotion-bloc .ap-countdown-time li b {
      font-size: 20px;
      line-height: normal;
  }

  .promotion-bloc .ap-countdown-time li span {
      font-size: 11px;
      line-height: normal;
  }

  .promotion-bloc .ap-countdown-time li+li {
      padding: 0 0 0 35px;
  }

  .promotion-bloc .ap-countdown-time li+li:before {
      left: 12px;
  }

}
.cms-id-2 .banner .block {
    margin: 0;
    overflow: hidden;
}
.cms-id-2 .img-fluid{
    max-width: 100%;
    height: auto;
}
.cms-id-2 #wrapper .banner img {
    -moz-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%);
	opacity: 0.5;
}
.cms-id-2 .banner .block img {
    transition: 1.5s all;
}
.cms-id-2 #wrapper .banner .block:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	opacity: 0.8;
}

.cms-id-2 .banner .image_description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
   /* min-width: 517px;*/
    text-align: center;
}
.cms-id-2 .fa-arrow-right:before {
    content: "\f061";
}
.cms-id-2 .bloc_list_2 li {
	position: relative;
}
.cms-id-2  .card{border:0px;}
.cms-id-2 .sub-title-widget {
    font-size: 31px;line-height: 31px;}
#authentication #main .page-header{text-align: center;}
.nav.navbar-nav.megamenu.horizontal li:nth-child(10),
.nav.navbar-nav.megamenu.horizontal li:nth-child(11),
.nav.navbar-nav.megamenu.horizontal li:nth-child(12),
.nav.navbar-nav.megamenu.horizontal li:nth-child(13),.nav.navbar-nav.megamenu.horizontal li:nth-child(14){display:none;}
@media (max-width: 991px) {
	/*.nav.navbar-nav.megamenu.horizontal li:nth-child(11){display:none;}*/
.nav.navbar-nav.megamenu.horizontal li:nth-child(10),
.nav.navbar-nav.megamenu.horizontal li:nth-child(11),
.nav.navbar-nav.megamenu.horizontal li:nth-child(12),
.nav.navbar-nav.megamenu.horizontal li:nth-child(13),
.nav.navbar-nav.megamenu.horizontal li:nth-child(14),.nav.navbar-nav.megamenu.horizontal li:nth-child(15){display:block;}
.menu-horizontal-header ul.nav.navbar-nav.megamenu.horizontal {
    display: none;
}

.cms-id-2 .sub-title-widget {
    font-size: 28px;
}

}
.block-category.card.card-block.block-header-category-544 {
    display: block;
}
.category-id-544 .ApColumn .block {
    margin-bottom: 0;
}
.category-id-544 .block-category #category-description p:first-child {
    margin-bottom: 0;
}
.subcategory-block.subcategories-list.col-xl-4.col-lg-4.col-md-6.col-sm-6.col-xs-6.col-sp-12 {
    padding: 0;
    text-align: center;
}
.product-features.features-formations p.h6 {
    font-weight: 700;
    text-transform: uppercase;
    color: #d79701;
    font-size: 17px;
}
.More-infos-formation-tabs ul.nav.nav-tabs {
    display: none;
}
.More-infos-formation-tabs div#tab-content {
    margin-top: 50px;
}
.accordion-formations .block_content {
    padding: 10px;
}
.ApColumn .accordion-formations  .block{    margin-bottom: 0;}
.ap-accordion.accordion-formations .panel-default .panel-title{margin-bottom:0px;}
.block.bloc_information_supp_formation.ApHtml {
    background-color: #cd993375;
    padding: 17px;
    margin-top: 30px;
}
.JourFormation {
    background-color: #c68507;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
}
.JourFormation.firstbloc{margin-top:0;} 
.container.bloc_counter_footer .row.ApRow.has-bg.bg-boxed{padding:20px;}
.container.bloc_counter_footer  .title_block{margin-top: 50px;}
/*.container.bloc_counter_footer .block.Apcounter {display: flex;}*/
.container.bloc_counter_footer .block.Apcounter ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;justify-content: center;
}
.container.bloc_counter_footer .block.Apcounter ul li {
    margin-right: 20px;
       text-align: center;
}
.container.bloc_counter_footer .numscroller.scrollzip.isShown {
    font-size: 5em;
    font-weight: bold;
    color: #cd9933;
}
.container.bloc_counter_footer .counter_bottom {
    font-weight: bold; font-size: 1.1em;
}
#index .row.banner-wbx.bloc-decouvrez-kits.ApRow.has-bg.bg-boxed {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
#index .bloc-decouvrez-kits .AppButton.ApButton.center {
    text-align: center;
}
@media (min-width: 768px) {
#index .bloc-decouvrez-kits .ApImage{margin-bottom: 0 !important;margin-top: 48px;}
}
.row.sitemap a {
    color: #000;
}
.row.sitemap a:hover {
    color: #cd9933;
}
.counter_formation h4.title_block {
    font-size: 4em;
    font-weight: bold;
}
.off-canvas-nav-megamenu .dropdown-menu ul li > a.dropdown-toggle {
    color: #cd9933;font-weight: 600;
}
@media (min-width: 992px){
/* .prevent_default_click.bloc_menu_nail_art .dropdown-menu.level1{width:600px; right:0; left:auto;} */
.prevent_default_click.bloc_menu_nail_art .nav-item{
  min-width: 200px;
}
}
@media (max-width: 991px){
li.nav-item.parent.dropdown.prevent_default_click.bloc_menu_nail_art.leo-1{display:block !important;}	
}
.center-bloc.ApColumn {
    text-align: center;
}
.center-bloc.ApColumn h4.title_block {
    font-weight: 600;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; margin-top:0px;
}
.block.bloc-aquerir-title.ApRawHtml h4.title_block {
    margin-top: 30px;font-weight: 600;font-size: 1.6em;
}
.leading-blog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.block.h2-espace-pro.ApHtml h4.title_block {
    font-size: 30px;
    margin: 0 auto; font-weight: 600;
}
#accordion-espace-pro h4.title_block ,.title-demande-compte-pro  h4.title_block{
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 20px auto;
}
#accordion-espace-pro .block_content {
    padding: 10px;
}
.block.title-demande-compte-pro.ApHtml {
    margin-bottom: -60px;
}
.block.bloc-pourquoi-devenir-pro.ApHtml h4.title_block {
    font-size: 4em;
    font-weight: 600;max-width: 240px;
    text-align: left;margin-top: auto;
}
.block.bloc-demande-pro-right.ApHtml h4.title_block {
    margin: 0 auto;
    font-size: 1.8em;
    font-weight: 600;
    color: #cd9933;
    text-align: left;
}
.block.bloc-demande-pro-right.ApHtml h4.title_block:before {
    content: "\f005";    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;margin-right: 20px;
    font-size: 20px;
}
.block.bloc-demande-pro-right.ApHtml .sub-title-widget {
    font-size: 18px;
    text-align: left;
    line-height: 25px;
    margin-top: 20px;margin-bottom: 0px;
}
.bloc-demande-proboxe {
    margin-top: 40px; margin-bottom: 40px;
   /* border: 1px solid #cd9933;
    padding: 20px;*/
}
.bloc-demande-proboxe .row.ApRow.has-bg.bg-boxed {
    padding: 20px;
}
.margin-bottom0{margin-bottom: -20px !important;}
.bloc-demande-proboxe .row.ApRow.has-bg.bg-boxed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: middle;
}
.block.bloc-pourquoi-devenir-pro.ApHtml .block_content {
    max-width: 400px;
}
@media (max-width: 768px){
.title-demande-compte-pro h4.title_block{margin-top:30px;}
.block.bloc-pourquoi-devenir-pro.ApHtml h4.title_block{font-size: 3em;    max-width: initial;}
.block.bloc-pourquoi-devenir-pro.ApHtml .block_content {
    max-width: initial;
}
}
.page-cms-6 .texte-points-fidilite {color: #000;}
.page-apropos h4.title_block {
    margin: 0; text-align:left; font-size: 1.5em;
    font-weight: 600;}
.blog-a-propos h4.title_block {
    margin: 0 0 30px 0;
    text-align: center; font-size: 2.5em;
    font-weight: 600;
}
.blog-a-propos h5.blog-title {
    text-align: center;
}
.blog-a-propos .blog-viewall.float-xs-right {
    float: none !important;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-cms-6 .block_content h3, .page-cms-6 .block_content h2 {
    color: #cd9933;
}
#leo_block_top .popup-content span {
    font-family: "Poppins", sans-serif;
}
.page-apropos.bloc-with-bg .row.ApRow.has-bg.bg-boxed {
    padding: 40px 20px 15px 20px; margin-bottom:30px;
}
.financement-bloc-2 .col-md-6 {
    display: inline-block;
    float: inherit;
    width: 49%;
    vertical-align: top;
}
@media (max-width: 1100px){
	.financement-bloc-2 .col-md-6 {
    float: inherit;
    width: 100%;
    vertical-align: top;
}
}
.points-fidelite {
    text-align: center;
}
.bloc-accordeon-numero .ap-accordion.panel-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default {
    width: 50%;    margin-bottom: 20px;
}
.bloc-accordeon-numero .ap-accordion .panel-title a{color: #cd9933;}
.bloc-accordeon-numero .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body{border:0; padding-right:50px;}
@media (max-width: 991px){
	.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default {
    width: 100%;
}
.bloc-accordeon-numero .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body{padding-right:0px;}
}

.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:after{
	border-bottom:1px solid #cd9933; display:block; width:70%; content:" ";    padding-top: 20px;}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default .panel-title{display: flex;background: #fff;}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default .panel-heading{    background: #fff;
    border: 0px;}
.bloc-accordeon-numero .ap-accordion .panel-default .panel-title .collapsed:before{display:none;}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default .panel-title:hover{/*background:#cd9933; color:#fff;*/}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default .panel-title:hover a{/*color:#fff;*/background:none;}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(n) .panel-title:before{
       content: "1";
    background-image: url(/img/icone-gold.png);
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    width: 88px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    font-size: 33px;
    font-weight: bold;
   
}
.bloc-accordeon-numero .ap-accordion .panel-default .panel-title a:before{display:none;}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(2) .panel-title:before{content: "2";}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(3) .panel-title:before{content: "3";}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(4) .panel-title:before{content: "4";}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(5) .panel-title:before{content: "5";}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(6) .panel-title:before{content: "6";}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(7) .panel-title:before{content: "7";}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(8) .panel-title:before{content: "8";}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(9) .panel-title:before{content: "9";}
.bloc-accordeon-numero .ap-accordion.panel-group .panel.panel-default:nth-child(10) .panel-title:before{content: "10";}

.bas-buttons {
  padding: 0 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.bas-buttons a {
  padding: 10px 25px;
  background: #c49a47;
  color: #fff;
}

.bas-buttons a:hover {
  color: #c49a47;
  background: #f9f9f9;
  box-shadow: 0px 0px 10px 1px #c49a47;
}
.js-last-link-groupcustomer ul li:last-child{
  display: none;
}
body.is-pro .js-last-link-groupcustomer ul li:last-child{
  display: block;
}

.imgclickable {
  position: relative;
  overflow: hidden;
}

.imgclickable img {
  -moz-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%);
  -o-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
  -ms-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%);
  opacity: 0.5;
  transition: 1.5s all;
}

.imgclickable a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}
.description-imgclickable {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  padding: 15px;
}

.title-imgclickable {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 24px;
}

.sub-title-imgclickable {
  font-size: 31px;
  line-height: 31px;
  color: #000;
  text-align: center;
  margin-bottom: 48px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.titre-gold .title_block {
  font-size: 19px;
  text-align: left;
  margin-top: 0;
}
.titres-mt-0 .title_block{
  margin-top: 0;
  font-weight: 700;
  text-align: left;
}
.text-vente-privee {
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 991px){
  .main-menu-header.leo-megamenu .navbar-header .navbar-toggler {
    padding: 0;
    font-size: 22px;
    border: 2px solid;
    line-height: 25px;
    font-weight: 300;
    width: 40px;
    height: 40px;
  }
  .navbar-fixed-top.mini-navbar .navbar-header {
    top: 21px;
    position: relative;
  }
}
#index header#header.navbar-fixed-top {
    position: relative;
}
#index header#header.navbar-fixed-top.mini-navbar {
    background: #fff;
    position: fixed;
}
.copyright p {
    color: #fff; text-align:right;
}
.copyright p a:hover {
    color: #cd9933;
}
.bloc_align_left ul {
    text-align: left;
}
.bloc_insta_titre .sub-title-widget.sub-title-ap-column {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.bloc_insta_titre .block-social #footer_social_list li a:before {
    background: transparent;
    color: #cd9933;
    font-size: 35px;
    line-height: 50px;
    width: 50px;
    height: 50px;
}
.bloc_insta_titre ul#footer_social_list {
    text-align: center;
}
.bloc_insta_titre span.h3.title_block.hidden-md-down {
    display: none;
}
@media (max-width: 767px){
  #index .banner-wbx.bloc-decouvrez-kits .AppButton.ApButton {
    text-align: center;
    margin: 40px auto 20px;
  }
}
@media (min-width: 767px){
.product_list.grid.product_list_default .ajax_block_product {
  min-height: 493px;
}}
.thumbnail-container .product-price-and-shipping.has_discount .regular-price, .product-discount .regular-price {
  
  color: #e41717;
}  

 .off-canvas-button-megamenu .off-canvas-nav {
    display: block;
    outline: 0; }
    .off-canvas-button-megamenu .off-canvas-nav:before {
      content: "\e646";
      font-family: 'themify';
      font-size: 14px;
      color: #333; }
  .off-canvas-button-megamenu:focus .off-canvas-nav:before {
    color: #000; }

#product .description-short ul {
    padding-left: 45px;
}
#product .description-short ul li {
    list-style: disc;
}
p.advanceddateofdelivery_container.no-print {
    display: none;
}
#blockcart-modal .modal-header {
    background: #cd9933;
}
.product-flags li.product-flag.discount {
     display: block; 
    background: #c91313;
}
span.discount-amount.discount-product {
    font-weight: 400;
    font-size: 15px;
}
.off-canvas-nav-megamenu .navbar-nav > li > a {
    padding: 0.725rem 0.625rem;
}
li.product-flag.pack {
    display: none;
}
@media (max-width: 767px){
.header_logo {
  padding: 6px 0 11px !important;
  }
}
#index #page{ padding-top:0px !important;}
 .product-unavailable, .product-last-items {
  color: #c91313;
}
 /* Product Ribbons */
.ajax_block_product {
    position: relative;
}

.product-ribbons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    pointer-events: none;
}

.ribbon-sans-tpo {
    display: block;
    background: #27ae60; /* Green background */
    color: white;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    min-width: 60px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ribbon-sans-tpo {
        font-size: 9px;
        padding: 4px 8px;
        min-width: 50px;
    }
    
    .product-ribbons {
        top: 8px;
        right: 8px;
    }
}