section.accueil .slider_home{
  position: relative;
  text-align: center;
}
section.accueil .slider_home ul.rslides, section.accueil .slider_home ul.rslides li, section.accueil .slider_home .overlay_s{
  height: 500px;
  width: 100%;
}

section.accueil .slider_home ul.rslides {
  position: relative;
  overflow: hidden;
}
section.accueil .slider_home ul.rslides li {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  background-position: center center;
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}
section.accueil .slider_home ul.rslides li:first-child {
  position: relative;
  display: block;
}
section.accueil .slider_home .overlay_s{
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.1;
}
section.accueil .slider_home .p_absolute{
  z-index: 3;
}
section.accueil .slider_home .slogan{
  font-weight: bold;
  font-size: 53px;
  color: #ffffff;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
  line-height: 60px;
  padding-top: 80px;
  padding-bottom: 40px;
}
section.accueil .slider_home a.plus-info{
  padding: 10px 35px;
  background-color: #a91d23;
  color: #ffffff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
section.accueil .slider_home a.plus-info:hover{
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

section.accueil .title_p-ac{
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  line-height: normal;
}

section.accueil .container-fluid-bg{
  background-color: #ececec;
  padding-top: 340px;
  padding-bottom: 170px;
  
}

section.accueil .col_qui_sommes_nous{
  padding-top: 15px;
  padding-bottom: 60px;
}

section.accueil .team {
  position: relative;
  border: 1px solid #dfe1e5;
  border-top: none;
  background-color: #ffffff;
  height: 300px;
}
section.accueil .team::before {
  content: "";
  background-color: #a91d23;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  height: 3px;
  z-index: 1;
}
section.accueil .team::after {
  content: "";
  background-color: #a91d23;
  position: absolute;
  left: -1px;
  right: -1px;
  height: 0;
  z-index: 1;
  -webkit-transition: height 0.2s;
  transition: height 0.5s;
}

section.accueil .team:hover::after {
  height: calc( 100% + 1px );
}


section.accueil .team:hover{
  color: #ffffff;
}

section.accueil .team .team-content {
  text-align: center;
  position: absolute;
  z-index: 11;
  bottom: 40px;
  width: 100%;
}
section.accueil .team .team-content h3 {
  margin-bottom: 30px;
  margin-left: 55px;
  transition: 0.2s color;
  text-transform: uppercase;
  font-size: 25px;
  text-align: left;
  font-weight: 300;
}
section.accueil .team .team-content .black-btn a {
  padding: 10px 35px;
  background-color: #a91d23;
  color: #ffffff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s linear;
  text-transform: uppercase;
}
section.accueil .team:hover .black-btn a{
  color: #000000;
  background-color: #ffffff;
}

section.accueil .row-qualite{
  margin-top: -130px;
  padding-bottom: 55px;
}
section.accueil .col-qualite{
  background-color: #ffffff;
  border: 1px solid #dfe1e5;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.accueil .col-qualite .service{
  position: relative;
  padding: 40px 40px 40px 70px;
}
section.accueil .col-qualite .service img.check{
  position: absolute;
  top: 36px;
  left: 5px;
  max-width: 40px;
 /* filter: invert(43%) sepia(85%) saturate(5501%) hue-rotate(354deg) brightness(94%) contrast(96%); */
}

section.accueil .col-qualite h3{
  line-height: normal;
  font-weight: 300;
  font-size: 22px;
  color: #ffffff;
  background-color: #a91d23;
  display: inline-block;
  padding: 2px 20px 5px 20px;
  margin-bottom: 10px;
}

section.accueil .container-fluid-f{
  height: 450px;
  position: relative;
  /*
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.85;
  */
}
section.accueil .container-fluid-f::after{
  content: "";
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.95;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}


section.accueil .row_carr{
  margin-top: -140px;
  position: relative;
  padding-bottom: 130px;
}
section.accueil iframe{
  height: 500px;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #f0f0f0;
}
section.accueil .container-annonce-une{
  /*
  padding-left: 50px;
  padding-right: 50px;
  */
  margin-bottom: -276px;
  padding-top: 80px;
}

/*******************************************************************/

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #a91d23;
}


.c_vehicule {
  width: 100%;
  padding: 0 0 25px 0;
}
.c_vehicule a:hover .vehicule .tarifs .prix, .c_vehicule a:hover .vehicule .tarifs .prix::after {
  background: #a91d23;
}
.c_vehicule a:hover .vehicule .picture{
  border-bottom: 2px solid #a91d23;
}
.c_vehicule .vehicule {
  /*overflow: hidden;*/
  background: #ffffff;
  border: 1px solid #dfe1e5;
}
.c_vehicule .vehicule .picture {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #73737b;
  transition: all 0.2s linear;
}
.c_vehicule .vehicule .picture:before {
  content: "";
  display: block;
  padding-top: 67%;
}
.c_vehicule .vehicule .picture img {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
}

.c_vehicule .vehicule span.badge{
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 2px 15px 4px 15px;
  margin-left: 10px;
  color: #ffffff;
}
.c_vehicule .vehicule span.badge_reserve{
  background-color:#3485ca;
}
.c_vehicule .vehicule span.badge_vendu{
  background-color:#d44857;
}


.c_vehicule .vehicule .c_title {
  padding: 25px 15px 20px 15px;
  text-align: center;
}
.c_vehicule .vehicule .c_title .marque, .c_vehicule .vehicule .c_title .modele{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  padding-bottom: 2px;
}
.c_vehicule .vehicule .c_title .marque{
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 4px;
  color: #a91d23;

}


.c_vehicule .vehicule .infos {
  height: 120px;
  text-align: center;
}
.c_vehicule .vehicule .infos span.bull {
  padding-left: 5px;
  padding-right: 5px;
}
.c_vehicule .vehicule .tarifs {
  position: relative;
  margin-top: -36px;
  text-align: center;
}
.c_vehicule .vehicule .tarifs .prix{
  font-size: 22px;
  float: right;
  background: #73737b;
  color: #ffffff;
  line-height: 32px;
  padding: 0 10px 0 18px;
  position: relative;
  transition: all 0.2s linear;
}
.c_vehicule .vehicule .tarifs .prix:after{
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -8px;
  height: 100%;
  width: 15px;
  background-color: #73737b;
  transform: skew(-23deg, 0deg);
  transition: all 0.2s linear;
}
.c_vehicule .vehicule .tarifs span.prix_barre {
  font-size: 16px;
  text-decoration: line-through;
  margin: 0 3px 0 10px;
}
.c_vehicule .vehicule .tarifs .prix span.tva {
  font-size: 12px;
  padding-left: 8px;
}

.c_vehicule a:hover{
  color: #23282d;
  text-decoration: none;
}

@media (max-width: 991px){
  section.accueil .col-qualite{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
  }
  section.accueil .col-qualite .service {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.accueil .col-qualite .service img.check{
    top: 17px;
  }
  section.accueil .team{
    margin-bottom: 30px;
    height: 270px;
  }
}
@media (max-width: 767px){

}
@media (max-width: 575px){
  section.accueil .slider_home ul.rslides, section.accueil .slider_home ul.rslides li, section.accueil .slider_home .overlay_s {
    height: 300px;
  }
  section.accueil .slider_home .slogan{
    font-size: 35px;
    line-height: 40px;
    padding-top: 60px;
  }
  section.accueil .row_carr{
    padding-bottom: 80px;
  }
  section.accueil iframe{
    height: 350px;
  }

  section.accueil .container-fluid-f::after{
    background-attachment:scroll;
  }
}