#site .main_c #erreur_captcha { /* Captcha */
  padding-top: 10px;
}
#site .main_c #erreur_captcha, #site .main_c #erreur_captcha a{ /* Captcha */
  color: #ffffff;
}
#site .main_c #erreur_captcha a{ /* Captcha */
  margin-left: 10px;
}

/*********/
#site .main_c {
    background-color: #000000;
    color: #f5f5f5;
}
#site .main_c a, #site .main_c a:hover{
    color: #f5f5f5;
}
#site .main_c .esp_contact a, #site .main_c .esp_contact a:hover{
  color: #000000;
}

#site .main_c #ar {
  position: absolute;
  top: -20px;
  left: 0;
}
#site .main_c h1{
  font-weight: 300;
  margin-bottom: 15px;
  padding-right: 3px;
}
#site .main_c h1{
  font-size: 22px;
  text-transform: uppercase;
  color: #bbbbbb;
}
#site .main_c h1 span{
  font-size: 32px;
  color: #f5f5f5;
  padding-right: 10px;
}
section.detail .retour{
  margin-bottom: 25px;
}

section.detail .col_ligne_ff{
  display: none;
}

section.detail .ligne{
  background-color: #202020;
}



section.detail .pic_p {
  position: relative;
  display: block;
  overflow: hidden;
}
section.detail .pic_p::before {
  content: "";
  display: block;
  padding-top: 62%;
}
section.detail .pic_p img.pic{
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  opacity: 0.95;
  -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-vendu .pic_p img.pic{
  opacity: 0.45;
}
/*
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: #000000;
  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: #000000;
  z-index: 3;
}
section.detail .ens_m .col-miniatures::after{
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: -1px;
  height: 1px;
  background-color: #000000;
  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: 62%;
}
section.detail .ens_m .pic_m img.pic{
  position: absolute;
  top: -10%;
  left: 0;
  opacity: 0.95;
  max-width: 100%;
  -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-vendu .ens_m .pic_m img.pic{
  opacity: 0.45;
}
/*
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: 22px;
}





section.detail .equipements{
  color: #bbbbbb;
}
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: #fccc14;
  cursor: default;
}

section.detail .equipements ul li img{
  filter: brightness(0) saturate(100%) invert(88%) sepia(13%) saturate(5460%) hue-rotate(347deg) brightness(105%) contrast(98%);
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(13%) saturate(5460%) hue-rotate(347deg) brightness(105%) contrast(98%);
  -moz-filter: brightness(0) saturate(100%) invert(88%) sepia(13%) saturate(5460%) hue-rotate(347deg) brightness(105%) contrast(98%);
  padding-bottom: 3px;
  padding-right: 4px;
  max-height: 16px;
  vertical-align: middle;   
}


section.detail .commentaire{
  padding-right: 80px;
  color: #bbbbbb;
}
section.detail .commentaire b{
  font-weight: 400;
}

section.detail .row_caract{
  padding-top: 25px;
}
section.detail .row_caract .col_ligne_f{
  display: none;
}
section.detail .row_caract .col-infos-prix{
  text-align: right;
}
section.detail .row_caract .btn_contact{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 30px;
  background-color: #fccc14;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section.detail .row_caract .btn_contact:hover{
  background-color: #ebebeb;
  cursor:pointer;
}

section.detail .row_caract .estimation_immat{
  padding-bottom: 30px;
}
#site .main_c section.detail .row_caract .estimation_immat a{
  color: #bbbbbb;
}
section.detail .row_caract .estimation_immat img{
    filter: brightness(0) saturate(100%) invert(88%) sepia(13%) saturate(5460%) hue-rotate(347deg) brightness(105%) contrast(98%);
    -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(13%) saturate(5460%) hue-rotate(347deg) brightness(105%) contrast(98%);
    -moz-filter: brightness(0) saturate(100%) invert(88%) sepia(13%) saturate(5460%) hue-rotate(347deg) brightness(105%) contrast(98%);
    padding-bottom: 3px;
    padding-right: 4px;
    max-height: 16px;
    vertical-align: middle;
}
section.detail .row_caract .btn_share{
  padding-top: 30px;
}
section.detail .row_caract .btn_share ul li{
  display: inline;
  line-height: 30px;
}
section.detail .row_caract .btn_share ul li:first-child{
  padding-right: 8px;
}
section.detail .row_caract .btn_share ul li img{
  max-width: 30px;
  margin-left: 10px;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(77%) sepia(1%) saturate(1241%) hue-rotate(331deg) brightness(104%) contrast(78%);
  -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(1%) saturate(1241%) hue-rotate(331deg) brightness(104%) contrast(78%);
  -moz-filter: brightness(0) saturate(100%) invert(77%) sepia(1%) saturate(1241%) hue-rotate(331deg) brightness(104%) contrast(78%);
}


section.detail .caract{
  color: #bbbbbb;
}
section.detail .caract .prix_lld span{
  color: #fccc14;
  margin-left: 3px;
  font-size: 17px;
  font-weight: 700;
}
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: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #fccc14;
  padding-bottom: 10px;
}
section.detail-vendu .caract .caract-s-prix{
  font-weight: 300;
  padding-bottom: 25px;
}

section.detail .caract .caract-s-prix span.prix_barre{
  margin-right: 15px;
  font-size: 22px;
  font-weight: 300;
  text-decoration: line-through;
  color: #bbbbbb;
}

section.detail .caract .caract-s-prix span.tva {
  font-size: 14px;
  padding-left: 15px;
  font-weight: 300;
  color: #bbbbbb;
}
section.detail .caract .caract-s-type{
  font-weight: 700;
  font-size: 20px;
  color: #f5f5f5;
  padding-top: 18px;
}


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

  section.detail .row_caract .col-infos-prix{
    order: 1;
    text-align: left;
  }
  section.detail .row_caract .col-infos-g{
    order: 3;
  }
  section.detail .row_caract .col_ligne_f{
    display: block;
    order: 2;
  }
  section.detail .caract .caract-s-type{
    padding-top: 0;
  }
}

@media (max-width: 767px){
  section.detail .ens_m2 {
    display: none;
  }
  section.detail .row_caract .btn_contact{
    font-size: 15px;
    font-weight: 400;
    padding: 15px 25px;
  }
  section.detail .commentaire{
    padding-right: 0;
  }
  
  
}

@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 span {
    font-size: 24px;
  }
  #site .main_c h1 {
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 6px;
}
}
