
section.detail{
  padding-bottom: 100px;
}
#site .main_c section.detail .ligne {
  margin: 60px auto 45px auto;
}

section.detail .retour{
  margin-bottom: 25px;
}

section.detail .div_rs{
  padding-top: 25px;
}
section.detail h2{
  font-size: 22px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 25px;
}
section.detail h2 span{
  font-size: 18px;
  font-weight: 200;
  padding-left: 3px;
}

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: 0;
  left: 0;
  max-width: 100%;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
section.detail a:hover .pic_p img.pic {
  top: -10px;
  left: -10px;
  max-width: calc(100% + 20px);
}

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: 0;
  left: 0;
  max-width: 100%;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
section.detail .ens_m a:hover .pic_m img.pic{
  top: -10px;
  left: -10px;
  max-width: calc(100% + 20px);
}


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 .l_img {
  position: relative;
}
section.detail .l_img::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fc7b3d;
  z-index: 4;
}



section.detail h3{
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
  /*color: #39adc6;*/
}

section.detail .equipements ul {
  columns: 3;
  column-gap: 17px;
  break-inside: auto;
}
section.detail .equipements ul li {
  margin-bottom: 13px;
}
section.detail .equipements ul li i{
  padding-right: 10px;
  color: #fc7b3d;
}
section.detail .equipements ul li:hover i {
  color: #1A1A1A;
}

section.detail .commentaire{
  line-height: 26px;
}
section.detail .commentaire b{
  font-weight: 400;
}


section.detail .caract i{
  padding-right: 15px;
  color: #fc7b3d;
}
section.detail .caract .caract-s{
  padding-bottom: 13px;
}
section.detail .caract .caract-s span.bull{
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
}


section.detail .caract .caract-s-prix{
  font-weight: 400;
  font-size: 22px;
  /*color: #3eb0c7;*/
  padding-bottom: 35px;
  position: relative;
}
section.detail .caract .caract-s-prix span.prix_barre{
  font-size: 17px;
  text-decoration: line-through;
  margin-right: 10px;
}

section.detail .caract .caract-s-prix::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #1A1A1A;
  opacity: 0.5;
}

section.detail .caract .caract-s-prix span.tva {
  font-size: 17px;
  padding-left: 5px;
  color: #1A1A1A;
  font-weight: 200;
}
section.detail .caract .caract-s-prix span.prix_htva {
  font-size: 17px;
  padding-left: 5px;
  color: #1A1A1A;
  font-weight: 200;
}
section.detail .caract .caract-s-type{
  font-weight: 400;
}


section.detail .badge{
  padding: 0 30px 2px 30px;
  margin-right: 10px;
  margin-top: 1px;
  color: #ffffff;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 20px;
}


@media (max-width: 991px){
  section.detail .equipements ul{
    columns: 2;
  }
}

@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;
  }
}
