
#p3_caractere .content:nth-child(2){
  align-items: stretch;
}

#p3_caractere .ba{
  height: 100%;
  min-height: 100%;
  align-self: stretch;
}

#p3_caractere .ba-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#p5_domptes .bloc{
  text-align: center;
  background-color: #f3f3f9;
  padding: 30px;
  border-radius: 12px;
}

#p1_prestations .card{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#p1_prestations .more{
  position: absolute;
  right: 45px;
  bottom: 45px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #831608;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  visibility: visible;
}

#p1_prestations .more:hover,
#p1_prestations .more:focus{
  background: #831608;
  color: #fff;
}

#p3_retrouvez{
  background-image: url(../img/p3/3_retrouvez_bkg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 30px;
  overflow: hidden;
}

#p3_retrouvez .container{
  max-width: none;
  margin-left: 50px;
  margin-right: 50px;
  min-height: 500px;
  display: flex;
  align-items: center;
}

#p3_retrouvez [data-col],
#p3_retrouvez .row{
  width: 100%;
}

#p3_retrouvez .row > *:last-child{
  max-width: 436px;
}

#p3_retrouvez h2{
  color: #61131c;
}

#p3_retrouvez h2 .st{
  display: block;
  margin-top: 4px;
  color: #332e2f;
  font-size: .55em;
  font-weight: 400;
}

#p3_retrouvez img{
  display: block;
  width: 100%;
  aspect-ratio: 406 / 500;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px){
  #p3_retrouvez{
    margin-left: 20px;
    margin-right: 20px;
    background-size: cover;
  }

  #p3_retrouvez .container{
    margin-left: auto;
    margin-right: auto;
    min-height: 430px;
  }

  #p3_retrouvez .row > *:last-child{
    max-width: 380px;
  }
}

@media (max-width: 767px){
  #p3_retrouvez{
    background-position: center;
  }

  #p3_retrouvez .container{
    min-height: 0;
  }

  #p3_retrouvez .row > *:last-child{
    max-width: none;
  }
}

@media (max-width: 575px){
  #p3_retrouvez{
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 22px;
  }

  #p3_retrouvez img{
    border-radius: 16px;
  }
}

#p3_carrossier .p3-carrossier-img{
  position: relative;
  overflow: hidden;
}

#p3_carrossier .p3-carrossier-label{
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  bottom: clamp(22px, 3vw, 36px);
  z-index: 10;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
  pointer-events: none;
}

#p4_vehicules [data-db-filters] button i,
#p4_vehicules [data-db-filters] label i{
  margin-right: 20px;
}

#p4_vehicules [data-item="vehicule"] .tags i{
  margin-right: 6px;
}

#p4_vehicules [data-item="vehicule"] .datas span i{
  margin-right: 8px;
}

#p4_details .infos > div > div > i{
  margin-right: 15px;
}
