/* Toggle filter */

input[type="checkbox"] {
  display: none;
}

#form-filters2 input{
  outline: none;
}

label {
  border: 1px solid #fff;
  padding: 10px;
  padding-left: 25px;
  /*display: block;*/
  position: relative;
  margin: 0px;
  cursor: pointer;
  text-align: left;
  width: 150px;
  max-width: unset !important;
}

label:before {
  background-color: white;
  color: white;
  content: " ";
/*  display: block;*/
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  z-index: 20;
  text-align: center;
  /*line-height: 28px;*/
  transition-duration: 0.4s;
  transform: scale(0);
}

label img {
  margin-right: 10px;
  height: 28px;
  width: 28px;
  min-width: 28px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label {
  border-color: #ddd;
}

:checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}





#footer{
  background-color: #2c5533;
}

.footer-container, .btn-primary{
  background-color: #2c5533;
}

.btn-primary{
  background-color: #8bb892;
}

.kit .text__container{
  background-color: #8bb892; 
  color: white; 
}

.kit .text__content{
  color: white;
}

.index-page .kit .text__container, .index-page .container_video_home .text__content{
  background-color: #fff !important; /*#8bb892*/
  color: black !important/*white*/; 
}

.kit .title-category, .title-category-familly{
  font-weight: 600;
}

.btn-primary:hover{
  background-color: #2c5533;
}

#products .product-title {
    text-align: center;
}

#products .product-title a {
    font-weight: 600;
    color: #000;
    font-size: 1.1em;
}

#products .thumbnail-container .product-short-descripton p{
    color: #000000;
    font-weight: 500;
    /*text-transform: uppercase;*/
    line-height: 130%;
    font-size: 0.8em;
}

#products .thumbnail-container .price{
    font-weight: 600;
    font-size: 2em;
}

#block-products{
  width: 70%;
}

#products{
  width: 100%;
}

#filters-products{
  width: 25%;
  margin-right: 5%;
}

#contener-category-products{
  display: flex;
}

#filters-products{}

#title-filters, .subtitle_filter{
  text-transform: uppercase;
  width: 80%;
}

.subtitle_filter{
  pointer-events: none;
}

#title-filters{
  margin-bottom: 20px;
}

.subtitle_filter{
  padding-bottom: 5px;
}

#form-filters{
  border-right: 1px solid black;
}

#form-filters label{
  cursor: pointer;
  max-width: 80%;
}

.section_filter{
  margin-bottom: 15px;
}

.caracteristique_filter{
  margin: 5px 0px;
}

#refresh-filter, #btn-filter{
  outline: none;
  background-color: transparent;
  border:1px solid black;
  height: 25px;
  font-size: 12px;
  cursor: pointer;
}

#btn-filter{
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bloc-btn-filter{
  display: flex;
}

#refresh-filter{
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-image: url('/media/img/refresh.svg');
}

#refresh-filter:hover, #btn-filter:hover{

  opacity: 0.7;

}

#video-background, #img-banner-home{

    width: 100%;
    height: auto;
}

.banner .background{
  display: none;
}

.caracteristique_filter label p{
  margin: 0;
  padding: 0;
  color: black;
  font-size: 12px;
}

.banner{
  position: relative;
  overflow: hidden;
}

#contener-mobile-titre-header .btn-header{
  /*display: none!important;*/
}

#contener-mobile-titre-header h1{
  margin-bottom: 0px!important;
}

#contener-txt-banner{
  top: inherit;
  bottom: 45px;
}

#bloc-txt-banner{
      margin-top: 0px;
}

main{
  overflow: hidden;
}

/*
.caract_color img{
  border:1px solid white;
  border-radius: 50%;
}
*/

#form-filters label{
    cursor: pointer;
    max-width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-price-and-shipping .price {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  line-height: 1; }
  .product-price-and-shipping .price {
    font-size: 1rem;
    font-weight: 700;
    margin-right: 10px;
    }
/* commenté pour la refonte */
/* .products.row {
    margin: 0!important;
} */

.js-product-list .product-title a, #products .product-title a {
  color: #565356;
  font-size: 18px;
  letter-spacing: 0.05em; 
}
.products-like-title, .products-viewed-title {
  width: 100%;
  font-size: 2em;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}


@media (max-width: 1500px){

 #products .product-miniature{
  width: 50%;
 }

}

@media (max-width: 767px){

    #video-background, #img-banner-home{
      margin-top: 75px;
    }

    #header{
      position: relative;
    }

    .banner .my_deejo{
      padding-top: 0;
    }

    /* .wrapper-category-cover, .block-category{
      margin-top: 0;
    } */
    .wrapper-category-cover{
      margin-top: 0;
    }
    .thumbnail-container, .categorie_filler {
      max-width: 360px;
    }
    .product-price-and-shipping .price, .category-add-to-cart {
      display: inline;
    }

  }





    #contener-category-products{
      flex-direction: column;
    }

    #filters-products{
      margin: 0%;
      margin-bottom: 40px;
      width: 100%;
    }

    #block-products{
      width: 100%;
    }

    #form-filters{
      border:0px;
      display: flex;
      flex-wrap: wrap;
      justify-content:flex-start;
      align-items: flex-start;
      position: relative;
    }

    .section_filter{
      width: 100%;
      position: relative;
    }
    #filters-products {
        margin: 0%;
        margin-bottom: 40px;
        width: 85%;
        margin: 0px auto 40px auto;
    }

    .subtitle_filter{
      width: 25%;
    }

    .bloc_caracteristiques{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
    }

    .caracteristique_filter{
      margin-right: 10px;
    }
    .caract_color .caracteristique_filter {
        width: 25%!important;
        justify-content: center!important;
        align-items: center;
        display: flex;
        margin: 5px 0px;
    }

    .caract_color label {
        justify-content: center!important;
        align-items: center;

    }

    .caract_color label img {
        margin: 0;
    }

    label img {
        border-radius: 8px;
    }

    .mobile_disappear{
      display: none;
    }

    #filters-products {
        width: 100%;
        position: relative;
      }
    #title-filters {
        width: 100%;
        text-align: center;
    }

    .subtitle_filter{
      pointer-events: auto;
      cursor: pointer;
    }

    #bloc-btn-filter {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .caracteristique_filter {
        width: 50%!important;
    }

.bloc_caracteristiques {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0,0,0,0.9);
    z-index: 10;
    padding: 15px 10px;
    -ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);
}

label:before{
  left: 20px;
}

.bloc_caracteristiques label{
  border: none;
  color: white;
  font-weight: 500;
}

    #form-filters label {
        cursor: pointer;
        max-width: 80%;
        padding: 0;
        margin: 0;
        width: auto;
    }


    #refresh-filter{
      margin-right: 10px;
    }

    .subtitle_filter{
      margin-bottom: 10px;
    }

    #refresh-filter, #btn-filter{
      font-size: 1em;
    }

    .subtitle_filter{
      position: relative;
      width: auto;
      font-size: 1em;
    }

    #form-filters2{
      margin-bottom: 10px;
    }

    #form-filters{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
    }


    .section_filter {
    width: auto;
    display: flex;
    justify-content: center;
    margin-right: 7%;
    }

.subtitle_filter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.subtitle_filter:after {
    content: "";
    cursor: pointer;
    background-image: url(../../img/next-green.svg);
    width: 20px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 36%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 10px;
    -webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear
}

.block-category #category-description{
  margin-bottom: 10px;
}

.subtitle_filter.rotate:after{
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

    .bloc_caracteristiques{
      display: none;
      justify-content: space-evenly;
    }

    #category .container{
      padding: 0;
    }

    .caracteristique_filter{
      margin: 0;
      font-size: 0.9em;
    }

    .caracteristique_filter label {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .caracteristique_filter{
      justify-content: flex-start;
      margin-bottom: 5px;
    }



@media (max-width: 767px){
    .subtitle_filter{
      position: relative;
      width: auto;
      font-size: 0.8em;
    }
    .add-actions .add, .add-actions .btn-perso {
      float: left;
      margin-left: 2%;
  }

  /* ajouté pour la refonte */
  .add-to-cart{
    margin-top:0 !important;
  }
    .wrapper-category-cover {
      /*display: none!important;*/
  }
    body#product .product-quantity-container, body#product #product-availability {float: left}
    
  }

@media (max-width: 400px){

.subtitle_filter:after {
    width: 15px;
    height: 12px;
}


}


.visibility_hidden{
  visibility: hidden;
}








.bloc_caracteristiques {
    position: absolute;
    top: 30px;
    left: 0%;
    width: 250px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: white;
    border: 1Px solid grey;
    padding: 15px 10px;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 10000;
    color: black;
}