#site .main_c #ar {
  position: absolute;
  top: -20px;
  left: 0;
}
#site .main_c h1{
  font-weight: 300;
  margin-bottom: 8px;
  padding-right: 3px;
}
#site .main_c h1 span{
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  padding-right: 5px;
}
section.detail .retour{
  margin-bottom: 25px;
}

section.detail .col_ligne_ff{
  display: none;
}



section.detail .pic_p {
  position: relative;
  display: block;
  overflow: hidden;
}
section.detail .pic_p::before {
  content: "";
  display: block;
  padding-top: 75%;
}
section.detail .pic_p img.pic{
  position: absolute;
  top: -27px;
  left: -36px;
  width: calc(100% + 72px);
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
section.detail a:hover .pic_p img.pic {
  top: -36px;
  left: -48px;
  width: calc(100% + 98px);
}


section.detail .row_pic{
  margin-left: 0;
  margin-right: 0;
}
section.detail .ens_p{
  position: relative;
}
section.detail .ens_p, section.detail .ens_m{
  padding-left: 0;
  padding-right: 0;
}
section.detail .ens_p::after{
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: -1px;
  height: 1px;
  background-color: #ffffff;
  z-index: 3;
}
section.detail .ens_m .row_m{
  margin-left: 0;
  margin-right: 0;
}

section.detail .ens_m .col-miniatures{
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
section.detail .ens_m .col-miniatures::before{
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  bottom: 0;
  background-color: #ffffff;
  z-index: 3;
}
section.detail .ens_m .col-miniatures::after{
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: -1px;
  height: 1px;
  background-color: #ffffff;
  z-index: 3;
}
section.detail .ens_m .pic_m{
  position: relative;
  display: block;
  overflow: hidden;
}
section.detail .ens_m .pic_m::before {
  content: "";
  display: block;
  padding-top: 75%;
}
section.detail .ens_m .pic_m img.pic{
  position: absolute;
  top: -12px;
  left: -16px;
  max-width: calc(100% + 32px);
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
section.detail .ens_m a:hover .pic_m img.pic{
  top: -18px;
  left: -24px;
  max-width: calc(100% + 48px);
}


section.detail .ens_m .pic_m .indication_photo_supp {
  background: rgba(35, 40, 45, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
section.detail .ens_m .pic_m .indication_photo_supp p{
  left: 0;
  right: 0;
  position: absolute;
  top: calc(50% - 20px);
  text-align: center;
  color: #ffffff;
  z-index: 3;
  line-height: 40px;
  font-size: 30px;
}






section.detail .equipements ul {
  columns: 3;
  column-gap: 17px;
  break-inside: auto;
}
section.detail .equipements ul li {
  margin-bottom: 5px;
}
section.detail .equipements ul li:hover{
  color: #d9ab46;
  cursor: default;
}

section.detail .equipements ul li img{
  filter: brightness(0) saturate(100%) invert(68%) sepia(72%) saturate(369%) hue-rotate(1deg) brightness(90%) contrast(90%);
  -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(72%) saturate(369%) hue-rotate(1deg) brightness(90%) contrast(90%);
  -moz-filter: brightness(0) saturate(100%) invert(68%) sepia(72%) saturate(369%) hue-rotate(1deg) brightness(90%) contrast(90%);
  padding-bottom: 3px;
  padding-right: 4px;
  max-height: 16px;
  vertical-align: middle;   
}


section.detail .commentaire{
  padding-right: 30px;
}
section.detail .commentaire b{
  font-weight: 400;
}



section.detail .caract i{
  padding-right: 15px;
  color: #abd146;
}
section.detail .caract .caract-s{
  padding-bottom: 13px;
}
section.detail .caract .caract-s:last-child{
  padding-bottom: 0;
}

section.detail .caract .caract-s span.bull{
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
}


section.detail .caract .caract-s-prix{
  font-size: 32px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  font-family: 'Bebas Neue', Verdana, Arial, Helvetica, sans-serif;
}
section.detail .caract .caract-s-prix span.prix_barre{
  margin-right: 15px;
  font-size: 26px;
  font-weight: 400;
  text-decoration: line-through;
}

section.detail .caract .caract-s-prix span.tva {
  font-size: 14px;
  padding-left: 8px;
  font-weight: 400;
}
section.detail .caract .caract-s-type{
  font-weight: 500;
  font-size: 20px;
  font-family: 'Bebas Neue', Verdana, Arial, Helvetica, sans-serif;
}


section.detail .badge{
  position: absolute;
  left: -65px;
  padding: 0 20px;
  top: 35px;
  width: 235px;
  height: 33px;
  line-height: 33px;
  transform: rotate(-45deg);
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
section.detail .badge_vendu {
  background-color: #ff1212;
}
section.detail .badge_reserve {
  background-color: #f7941d;
}

@media (max-width: 991px){

  section.detail .col_ligne_ff{
    display: block;
  }
  section.detail .equipements ul{
    columns: 2;
  }
  section.detail .ens_p::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #ffffff;
    z-index: 3;
  }
  #site .main_c h1{
    margin-left: 1px;
  }
  section.detail .pic_p{
    margin-bottom: 1px;
  }
}

@media (max-width: 767px){
  section.detail .ens_m2 {
    display: none;
  }
  
}

@media (max-width: 575px){
  section.detail .equipements ul {
    columns: 1;
  }
  section.detail h3 {
    font-size: 18px;
  }
  section.detail{
    padding-bottom: 30px;
  }
  section.detail .caract .caract-s{
    padding-bottom: 8px;
  }
  section.detail .caract .caract-s-prix{
    font-size: 30px;
  }
  #site .main_c h1 {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  #site .main_c h1::after {
    display: none;

  }
}
