/* GRIS : #c2c2c2 - HOVER : #7d7d7d, GRIS FADE : #efefef */
/* ROUGE : #e2001a */


/*** Intégration Crit'air ***/ 
.annonce-title{
    position: relative;
}
.critair{
    position: absolute;
    top: 18px;
    right: 7px;
}
@media (max-width: 1200px) {
   .critair{top: 18px;}
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 50% ;
     transform: translate(0, -50% ) !important;
    margin-left: 0 ;
    background: url(../images/owl-video-play.png) no-repeat center;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;

}
.img-banner-home{
    align-items: start !important;
}

/*** CSS pour corriger l'image background du video ***/
/**/
.img-banner-home{
    background-color: #f5f5f5; 
    position: relative; 
    z-index: 1; 
    /*display: flex; */
    align-items: center; 
    height: 530px; 
    overflow: hidden;
}

.img-banner-home img{width: 100%;}
@media screen and (max-width: 1900px) {
    .owl-stage-outer {
        max-height: 575px;
    }
    .img-banner-home {
        height: 575px;
    }
    
}
@media screen and (min-width: 1900px) {
    .owl-stage-outer {
        max-height: 650px;
    }
    .img-banner-home {
        height: 650px;
    }
    
}
.owl-carousel .owl-video-tn {
    height: 460px;
}
.owl-carousel .owl-video-play-icon {
    top: 57%;
}
/*** Fin CSS pour corriger l'image background du video ***/
.moto-card-body{
    position: relative;
}
.permis-a2-liste {
    position: absolute;
    top: 7px;
    right: 6px;
}
.fb-link {fill: #3b5997;}
.tw-link {fill: #000;}
.insta-link{
    border-radius: 100%;
    color: white;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    padding: 10px;

}
.maile-link {fill: #313336;}
.social-share__item-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}
.social-share__item-wrapper a{cursor: pointer;}
.social-share__label{
    padding-right: 7px;
}
.btn-newsletter{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.fb-newsletter .fab {
    font-size: 25px;
    color: #24478c;
    margin-right: 6px;
}
.in-newsletter .fab {
    font-size: 25px;
    color: #e21414;
    margin-right: 6px;
}
.tw-newsletter .fab {
    font-size: 25px;
    color: #1da1f2;
    margin-right: 6px;
}

.date-actualite{
    margin-top: 9px;
}

/*css commun*/
/*css commun*/
h1 {
    font-size: 30px;
    color: #e2001a;
    font-weight: 300;
    margin: 30px 0px;
    /*border-bottom: 1px solid #c2c2c2;*/
    display: inline-block;
}
h2 {
    font-size: 21px;
    color: #e2001a;
    font-weight: 300;
    margin: 10px 0 15px;
    border-bottom: 1px solid #c2c2c2;
    display: inline-block;
}
.btn-primary{
    display: flex;
    align-items: center;
    background: #111;
    height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;   
    border: none;
    transition: all 300ms ease;
}
.btn-primary:hover,
.btn-primary:focus{
    background: #7d7d7d;
    border: none;
    outline: 0!important;
}
h2.titre-listing {
    margin: 0;
    padding: 10px 0 6px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    max-width: 453px;
}
.moto-card-foot{
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 300;
    padding-top: 15px;
}

.moto-card-foot .prix-vignette{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.price-neuf{
    color: #e2001a;
    font-weight: bolder;
    font-size: 24px;
}
.moto-card{
    border: 1px solid #9c9c9c;
    margin-bottom: 20px;
}
.moto-card:hover{border: 1px solid  #2f2f2f;}


#dropdown-voir-plus{
        color: #000;
    line-height: 38px;
    font-size: 13px;
    padding: 0 8px;
    font-weight: bold;
    cursor: pointer;
}
#dropdown-voir-plus:hover{
    background-color: white;
}
.actualites-description{
    margin-top: 10px;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.full-width{
    width: 100%
}
a.vignette-accessoire {
    color: #7d7d7d;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #dddddd;
}
a.vignette-accessoire:hover{
    color: #7d7d7d;
}
.acces-barre{
    text-decoration: line-through;
    margin-right: 10px;
}
.CLPagintation {
    /*padding-top: 10px;*/
    padding-bottom: 11px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    
}

.CLPagintation > * {
    background-color: #c2c2c2;
    color: white;
    padding: 7px;
    border: 1px #c2c2c2 solid;
    margin-left: 4px;
    height: 40px;
    vertical-align: middle;
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.CLPagintation a:hover{
    background-color: #7d7d7d;
    color: white;
}
.CLPagintation > *:first-child {
  background-color: #c2c2c2;
  border: 0px;
}
.CLPagintation > *:nth-child(2) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  
}
.CLPagintation > *:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.CLPagintation .active {
  background-color: #7d7d7d;
  color: #fff;
}
.bloc-volet-contact{
    background: #efefef;
    padding: 15px;
    margin-bottom: 15px;
}
.price {
    color: #e2001a;
    font-size: 17px;
    margin-bottom: 5px;
    display: inline-block;
}
.titre-h3{
    margin-top: 0px;
}
.contact-name, .tel{
    font-size: 16px;
}
.tel{
    margin-bottom: 5px;
    display: inline-block;
}
.critere-fiche {
    border: 1px solid #c2c2c2;
    width: 33.33%;
    float: left;
    display: flex;
    align-items: center;
    padding: 25px 20px;
}
/* GRIS : #c2c2c2 - HOVER : #7d7d7d, GRIS FADE : #efefef */
#detail-info {
    max-width: 1200px;
    margin: 33px auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}
#detail-info .col2-detail-info table {
    width: 100%;
    background-color: #dedede;
    color: #FFF;
}
#detail-info .col2-detail-info table th, #detail-info .col2-detail-info table td {
    color: #333;
    padding: 9px 15px;
    font-weight: 400;
    font-size: 16px;
}
#detail-info .col2-detail-info table tr:nth-child(even) {
    background-color: #efefef;
}
.margin-top-15{
    margin-top: 15px;
}
.partage-RS{display: flex; justify-content: space-between; align-items: center;}
.partage-RS .fb-share-button{background-color: #1877f2; padding: 1px 2px;}
.partage-RS .twitter-share-button{background-color: #1b95e0; padding: 5px; margin-left: 20px; display: flex; align-items: center; box-sizing: content-box !important;}
.partage-RS .twitter-share-button:hover,
.partage-RS .twitter-share-button:focus{background-color: #0c7abf;}

.critere-fiche{
    border: 1px solid #efefef;
    width: 33.33%;
    float: left;
    display: flex;
    align-items: center;
    padding: 25px 20px;
}
.feature-icon{
    float: left;
}
.critere{
    float: left;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
}
.titre-critere{
    font-weight: 700;
}
.critere-fiche .icon-small{
    transform: rotate(0deg);
}
.list-option-detail-product{
    margin-top: 20px; 
}
.partage-RS .fb-share-button {
    background-color: #1877f2;
    padding: 1px 2px;
}
.txt-detail-info{
    margin-top: 15px;
}
.checkbox-text{
    margin-top: 3px;
}
#checkBoxPermis{
    top: 3px;
    position: relative;
}
.checkbox-text-promotion{
    margin-top: 11px;
}
#checkBoxPromotions{
    top: 2px;
    position: relative;
}
.pas-annonce{
    text-align: center;
    padding: 20px;
}
.tel-concessionnaire {
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: 'Play', sans-serif !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.tel-concessionnaire svg{
    width: 15px;
    margin-right: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-top-0{
    margin-top: 0;
}
.content-etablissement .list-employee {
    max-width: 945px;
    margin: 0px auto 12px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.list-employee .px-3 {
    max-width: 192px;
}
.center {
    margin: auto !important;
}
.img-employee {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    /*border-radius: 80px;*/
    overflow: hidden;
    /*border: 1px solid #4f5b84;*/
    margin-bottom: 16px;
}
section{
    margin-bottom: 15px;
}
.CLHome{
    margin-top: 0;
}
.fils_ariane, .fils_ariane_home {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #444;
    border-bottom: 1px solid #c2c2c2;
    font-size: 14px;
}
.fils_ariane_home .fas{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
}
#h1 {
    opacity: 0;
}
#h1::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin: 0 5px;
    font-size: 11px;
}
.access-prix{
    color: #e2001a;
    font-size: 26px;
}
.access-prix-barre{
    line-height: 37px;
    color: #333;
}
.ref-cat{
    height: 30px;
}
.access-cat{
    font-size: 15px;
    font-weight: bold;
}
.ref-access{
    line-height: 24px;
}
.btn-conf{
    color: #333333
}
.btn-conf:hover{
    text-decoration: underline;
}
.filtre-select{
    min-width: 210px;
}
.voir-plus {
    color: #0a2d81;
    cursor: pointer;
    height: 28px;
    line-height: 13px;
    border-radius: 0;
    font-size: 13px;
}
.voir-plus:hover{
    text-decoration: underline;
}
#hide_me{
    height: 115px;
}
.vignette-accessoire:hover {
    border: 1px solid #7D7D7D;
}
.vignette-accessoire:hover .full-width{
    background-color: #7D7D7D;
    
}
.g-recaptcha{
    display: flex;
    margin: 29px 0;
}
.footer-margin {
    margin: 5px 0px;
}
#back-top {
    position: fixed;
    bottom: 80px;
    right: 15px;
    overflow: hidden;
    z-index: 10;
}

#back-top span {
    width: 27px;
    height: 27px;
    display: block;
    margin-bottom: 7px;
    background: rgba(82,97,108,0.5) url(../images/up-arrow.png) no-repeat center center;
    background-size: 35%;
    border-radius: 5px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.btn-voir-serie{
    display: inline-block;
    margin-top: 25px;
    position: absolute;
    bottom: -10px;
}
.nom-boutique{
    display: none;

}
.RS-footer a{
    display: inline-block; 
    font-size: 24px;
    margin: 0 10px;
}
.RS-footer a:hover{
    opacity: 0.7;
}
.RS-footer i{
    color: #666;
}
.RS-footer i.fa-facebook-f{
    position: relative;
    top: -2px;
    font-size: 20px;
    margin-left: -10px;
}
.RS-footer {
    margin: 5px 0px;
}
.footer-link:hover{
    text-decoration: underline;
}
.legales{color: #666;}
.legales:hover{
     text-decoration: underline;
}
.fb-xfbml-parse-ignore  
{
    position: relative;
    box-sizing: border-box;
    padding: 1px 8px 1px 6px;
    background-color: #3b5998;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    padding: 3px 5px;
}
.fb-link, .tw-link{
    margin-right: 5px;
}
.titre_adresse, .titre_pages, .titre_horaire{
    padding-left: 0;
}
.titre_pages-rs{
    padding-bottom: 0px;
}
.lien-contact-footer{
    display: block;
}
.lien-contact-footer i{
    display: block;
    font-size: 23px;
    color: #666;
}
.lien-contact-footer:hover{
    opacity: 0.7;
}
.btn-filter{
    height: 40px;
}
.form-contact-product{
    padding-left: 0
}
.voir-tout-occasions:hover{
    text-decoration: underline;
    background-color: #7D7D7D;
}
.fiche-accessoire > .row > .col-lg-8 > .row {padding-left:8px;}
.CLArticle .politique{
    overflow: hidden;
    text-align: justify;
}
.conteneur_haut:hover {
    opacity: 0.7;
}
#h1-html{
    margin-top: 0;
    font-size: 26px
}
.envoi-ami-titre{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}
.close{
    position: absolute;
    right: 10px;
    top: 18px;
}
.pagintation-margin{
    /*padding-top: 0;*/
}
.filtre-row{margin-top:20px;}
.footer_haut{
    margin-top: 50px;
}
.moto-card-foot{
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}
.moto-card-foot h2 {
    color: #000;
    font-size: 19px;
    border-bottom: none;
    font-weight: bold;
    margin-bottom: 9px;
}
.moto-card-foot h3{
    color: #000;
    font-size: 14px;
    margin: 0;
}
.barre-prix-vignette{
    margin: 10px 15px;
    border-top: 2px solid #d3d3d3;
}
.label-vignette{
    float: right;
    height: 30px;
}
.label-vignette img {
    max-height: 27px;
}
.infos-vignette span{
    margin-top: 5px;
    display: inline-block;
}
#demande-photo{
    position: relative;
    margin-top: 14px;
}
#demande-photo .critair-essai{
    position: absolute;
    left: 15px;
    top: 53px;
}
#demande-photo .half-width{
    font-size: 20px;
}
h2.titre-horaire{
    font-weight: bold;
    color: #333
}
.banniere img {
    max-height: 75px;
}
.footer-link{
    clear: both;
    white-space: nowrap;
}
@media (min-width: 1000px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -37px;
        position: relative;
    }
}
.module-rs{
    text-align: right;
    margin-top: -73px;
}
a.phone-article {
    color: #333;
    font-size: 21px;
    position: relative;
    top: -3px;
    padding-right: 20px;
}
a.phone-article i{
    font-size: 14px;
    position: relative;
    top: -2px;
}
.phone-num{
    font-size: 17px;
    font-weight: bold;
    color: #666;
}
.module-rs .RS-footer a:last-child {margin-right: 0;}
.separation-footer-height{height: 30px;}
.condition .hidden-on-demand{display: none;}
#searchButton{
    width: 205px;
}
.txt-slideshow {
    color: #fff;
    position: absolute;
    display: flex;
    width: 33%;
    top: 0;
    left: 150px;
    align-items: center;
    bottom: 0;
}
.txt-slideshow .titre{
    font-size: 45px;
    margin-left: -4px;
    text-shadow: 0 1px 2px #000;
}
.txt-slideshow .desc{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px #000;
}
.txt-slideshow .btn{
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;    
}
.ecolo{padding-top: 40px; text-align: center;}
.rs-sm a:hover{opacity: 0.7;}
.page-accueil h1{margin-top: 0;}

@media (min-width: 992px){
    
    .row-flex{
        display: flex;
        align-items: center;
        margin-bottom: 45px;
        margin-top: 30px;
    }
}
@media(max-width: 768px){
    .ecolo{padding-top: 30px; text-align: center;}
    .txt-slideshow .titre{font-size: 28px;}
    .txt-slideshow .desc{
        font-size: 17px;
        line-height: 22px;
    }
    .txt-slideshow .btn{font-size: 16px;}
    .txt-slideshow{
        padding: 0 10px;
        position: static;
        width: 100%;
    }
    .les-btn-rs{margin-top: 40px;}
    .footer_bas .fb_iframe_widget{width: 100%;}
    .footer_bas .fb_iframe_widget span{width: 100% !important;}
}

@media(max-width: 450px){
    .langra {
        top: 0;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-top: 19px;
    }
    .social-share__item-wrapper{justify-content: flex-start;}
}

