@font-face {
    font-family: 'norteam_02regular';
    src: url('../images/norteam-norteam-02-400-webfont.eot');
    src: url('../images/norteam-norteam-02-400-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/norteam-norteam-02-400-webfont.woff2') format('woff2'),
         url('../images/norteam-norteam-02-400-webfont.woff') format('woff'),
         url('../images/norteam-norteam-02-400-webfont.ttf') format('truetype'),
         url('../images/norteam-norteam-02-400-webfont.svg#norteam_02regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{background-color: #353535; font-family: 'Open Sans', sans-serif;}

.header-RP72{
    background: #000 url(../images/background-pattern.png) no-repeat 0 0 ;
    background-size: cover;
    overflow: hidden;
}

header{
    background-color: transparent;
    position: relative;
    z-index: 100;
}

.navbar-default.header-concession{
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 112px 14px;
    border-radius: 0;
    border: none;
}

.header-concession.navbar-header::before,
.header-concession .navbar-header::after,
.navbar-default.header-concession::before,
.navbar-default.header-concession::after{display: none;}

.header-concession .logo-header{max-width: 250px;}

.header-concession .navbar-header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-header .logos-marques{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.logos-marques li{margin: 0 10px;}
.logos-marques li a{transition: all 300ms ease; opacity: 0.6;}
.logos-marques li a:hover,
.logos-marques li a:focus{opacity: 1; outline: none; filter: sepia(100%);}

.header-phone{
    background: url(../images/pattern-cta.svg) no-repeat 0 0;
    background-size: contain;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 22px 0 15px;
    padding: 11px 18px 11px 26px;
    font-family: 'norteam_02regular', Sans-Serif;
    font-size: 19px;
    color: #000;
    font-weight: 700;
}

.header-phone a{
    display: flex;
    color: #000;
    text-decoration: none;
}

.header-phone a:focus{outline: none;}

.header-phone svg{margin-right: 16px;}

.text-presentation .link-rs,
.navbar-header .link-rs{display:flex; align-items: center;}
.navbar-header .link-rs a{
    display: flex;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.text-presentation .link-rs{gap: 20px;}
.text-presentation .link-rs a{margin: 0;}

.text-presentation .link-rs a:hover,
.text-presentation .link-rs a:focus,
.navbar-header .link-rs a:hover,
.navbar-header .link-rs a:focus{outline: none; text-decoration: none;}

.text-presentation .link-rs a svg,
.navbar-header .link-rs a svg{fill:#FFF; transition: all 300ms ease;}
.text-presentation .link-rs a:hover svg,
.text-presentation .link-rs a:focus svg,
.navbar-header .link-rs a:hover svg,
.navbar-header .link-rs a:focus svg{fill:#e63323;}

.navbar-header .link-rs a:last-child{margin-left: 15px;}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form{background: #fff;}

.navbar-right{
    background-color: #000;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
.navbar-default .navbar-nav > li > a{color: #fff;}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover{color: red;}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
    color: red;
    background: black;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
    color: red;
    background: black;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: rgba(0,0,0,0.7);
    border-radius: 0;
}
.dropdown-menu > li > a{color: white;}

.dropdown-menu > li > a:hover{
    color: red;
    background: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {background: #fff;}
.navbar-default {
    background-color: white;
    border: none;
}

footer{
    position: relative;
    z-index: 1;
    width: 100vw;
    overflow: hidden;
    padding: 70px 0 60px;
    color: #fff;
    background: #000;
    background: -moz-linear-gradient(top,  #000 0%, #2b0b0b 100%);
    background: -webkit-linear-gradient(top,  #000 0%, #2b0b0b 100%);
    background: linear-gradient(to bottom,  #000 0%, #2b0b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#2b0b0b',GradientType=0 );
}
footer::before{
    background: url(../images/background2-pattern.png) no-repeat 0 0;
    background-size: 100% 130%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
}

.titre-footer{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.coordonnee{font-size: 14px;}
.adresse{margin-bottom: 10px;}
.mention a{
    text-align: right;
    color: #fff;
    text-decoration: underline;
}
.mention a:hover{text-decoration: none;}

.main-footer{position:relative; z-index:2;}
.main-footer .container{width: 100%; max-width: 1200px; padding: 0 30px;}

.main-footer .col-sm-4 h3{
    margin-bottom: 15px;
    font-family: 'norteam_02regular', Sans-Serif;
    font-size: 18px;
    text-transform: uppercase;
}

.main-footer .col-sm-4.horaires h3{margin-bottom: 15px;}

.main-footer .cta-contact-footer{
    transition: all 300ms ease;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'norteam_02regular', Sans-Serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
}

.main-footer .cta-contact-footer:hover,
.main-footer .cta-contact-footer:focus{color:#ff230a; text-decoration:none; outline:none;}

.main-footer .tel-footer{
    font-family: 'norteam_02regular', Sans-Serif;
    color: #ff230a;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.main-footer .liste-RS li a:focus,
.main-footer .tel-footer:focus{outline:none;}

.main-footer .tel-footer svg{margin-right: 12px;}

.main-footer .liste-RS{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.main-footer .liste-RS li:first-child{margin-right: 16px;}

.main-footer .liste-RS li a svg{fill:#FFF; transition: all 300ms ease;}
.main-footer .liste-RS li a:hover svg{fill: #ff230a;}

.mentions-footer{
    position: relative;
    z-index: 2;
    padding: 20px 30px 0;
    border-top: 1px solid #ff230a;
    margin-top: 70px;
}

.mentions-footer .container{width: 100%; max-width: 1040px; padding:0;}

.mentions-footer .liens-footer span,
.mentions-footer .liens-footer a{color:#cac9c9; transition: all 300ms ease;}
.mentions-footer .liens-footer a:hover{color: #FFF;}

.titre-presentation {
    padding: 15px;
    font-size: 25px;
    background: #f2f2f2;
    color: black;
    text-align: center;
    font-weight: bold;
}
.titre-accueil{
    font-size: 25px;
    color: #007195;
    font-weight: bold;
    margin-top: 50px;
}
.sous-titre-accueil{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sous-titre-accueil span{
    color: #17b1f9;
    font-family: 'Arial', sans-serif;
    font-size: 22px;
}

a.voir-tout-accueil{color: black; font-size: 15px;}

a.voir-tout-accueil:hover{color: black;}

.container-magasini{
    background: black;
    padding: 25px;
    color: #fff;
}
.nom-magasini {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    padding: 11px 7px 7px;
}
.slogan-magasini{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.titre-horaires{
    color: red;
    font-size: 16px;
}
.tel-magasini a{
    color: #fff;
    font-size: 20px;
    margin: 12px 0;
    display: inline-block;
}
.tel-magasini a:hover{
    color: red;
    text-decoration: none;
}
.button-magasini a {
    color: white;
    background: red;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}
.rs-magasini {
    display: flex;
    justify-content: center;
}
.rs-magasini a {
    color: white;
    display: block;
    margin: 0 15px;
}
.rs-magasini a:hover {
    color: white;
    display: block;
    margin: 0 15px;
}
.button-magasini a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.rs-magasini a i{font-size: 27px;}
.rs-magasini{
    margin-top: 5px;
    margin-bottom: 45px;
}
.rs-magasini a:hover{opacity: 0.7;}

.logos-footer {
    display: flex;
    background: white;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.logos-footer img{margin: 0 20px;}

.liens-footer {color: black;}
.liens-footer span{color: white;}

.navbar-brand h1 {
    color: white;
    font-size: 24px;
}
.titre-univers{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 25px;
    color: #007195;
    font-weight: bold;
}
.custom-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
}

.univers{
    display: flex;
    width: 148px;
    margin: 0 10px;
    box-shadow: 10px 10px 21px -9px rgba(0,0,0,0.69);
    -webkit-box-shadow: 10px 10px 21px -9px rgba(0,0,0,0.69);
    -moz-box-shadow: 10px 10px 21px -9px rgba(0,0,0,0.69);
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.container-flex{
    display: flex;
    padding-bottom:50px;
    justify-content: center;
}

.col-sm-6 i{margin-left: 10px;}

.CLBlockcontent-footer .CLPrix{color: #17b1f9;}
.titre-footer-noir{font-size: 17px; font-weight: bold;}
.bi-telephone-fill{margin-right: 10px;}
.bi-envelope{margin-right: 10px;}
.lefty{text-align: left;}

.lefty span{font-size: 12px;}

footer a,
footer a:hover{color: #fff;}

.righty{
    font-size: 12px;
    text-align: right;
    color: #fff;
}
.horaire{text-align: right;}
.img-moto{width: 100%;}
.container-img-moto{height: 140px;}
.info-lien a{
    color: #000;
    display: inline-block;
    margin: 0 10px;
}
#IDVignettes a:hover .CLBlockcontent-header {background: #17b1f9;}
.univers{transition: all .3s cubic-bezier(.25,.46,.45,.94);}
.univers:hover{
    cursor: pointer;
    box-shadow: 2px 3px 5px 0px rgb(0 0 0);
    -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0);
    -moz-box-shadow: 2px 3px 5px 0px rgb(0 0 0);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
}
.owl-carousel .owl-stage-outer {border-bottom: none;}
.info-presentation .owl-carousel .owl-stage-outer {
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.voir-detail-occasion {
    left: 71px;
    top: 76px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
    
.owl-item.active .txt-slideshow{
  animation: fadeInUp;
  animation-duration: 1.5s;
}

.txt-slideshow {
    position: absolute;
    top: 0;
    right: 150px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 33%;
    max-width: 500px;
    color: #fff;
    text-align: right;
}

.txt-slideshow .container-txt-slideshow{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.txt-slideshow .btn:focus,
.txt-slideshow a:focus{outline:none;}

.txt-slideshow .titre{
    font-size: 50px;
    font-weight: 800;
    margin-left: -4px;
    text-shadow: 0 1px 2px #000;
}
.txt-slideshow .desc{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px #000;
}
.txt-slideshow .btn{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
}

.txt-slideshow .btn:hover{background-color:#000;}

.article-texte{padding: 15px 0;}
.prix-barree{
    color: #333;
    text-align: right;
    display: block;
    text-decoration: line-through;
    margin-top: 2px;
}

.les-logos ul img{max-height: 70px;}

.btn-default{
    background-color: #ff230a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    padding: 0;
    min-width: 100px;
    min-height: 40px;
    transition: all 300ms ease;
}
.btn-default:hover{
    background-color: #ff230a;
    color: #fff;
}
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus{
    background-color: #ff230a;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

.contenu-vehicules.selection-offres{position:relative; z-index:2;}
.contenu-vehicules.selection-offres.vehicules-neufs{z-index:1;}

.contenu-vehicules.selection-offres::after{
    background-color: #000;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}

.occasions-accueil{position: relative; padding: 90px 30px 100px;}

.occasions-accueil__eclair{
    position: absolute;
    top: -280px;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 950px;
}

.occasions-accueil__eclair::before{
    background: url(../images/eclair-vert.svg) no-repeat center left;
    background-size: contain;
    position: absolute;
    bottom: -2%;
    right: -26%;
    z-index: 1;
    width: 120%;
    height: 850px;
    content: "";
    transform: scaleY(-1) rotate(35deg);
}

.occasions-accueil .owl-occasions .owl-item .item{padding: 10px 3px;}

.occasions-accueil .carousel-inner .row{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -15px;
}

.occasions-accueil .carousel-inner .vignette-home{
    background-color: #FFF;
    max-width: 280px;
    padding: 0 0 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    transition: all 300ms ease;
}

.occasions-accueil .carousel-inner .vignette-home:hover{transform: translateY(-5px);}

.occasions-accueil .carousel-inner .vignette-home a:focus{outline:none;}

.occasions-accueil .carousel-indicators{top: auto; bottom: -70px;}
.occasions-accueil .carousel-indicators li {
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.occasions-accueil .owl-carousel{position:relative; z-index:2; max-width: 1400px; margin: 0 auto; padding: 0 5px;}

.occasions-accueil .owl-carousel .owl-stage-outer{z-index:2;}

.occasions-accueil .owl-theme .owl-dots{margin-top: 30px;}
.occasions-accueil  .owl-theme .owl-dots .owl-dot span{
    background-color: #FFF;
    border-radius: 0;
    width: 30px;
    height: 6px;
    transition: all 300ms ease;
}

.occasions-accueil .owl-theme .owl-dots .owl-dot.active span,
.occasions-accueil .owl-theme .owl-dots .owl-dot:hover span{
    background: #ff230a;
    box-shadow: none;
}

.img-occasion-accueil{position: relative; margin-bottom: 16px; overflow: hidden;}

.owl-carousel .owl-item .img-occasion-accueil .permis-a2-liste{width: 50px;}

.label-occasion{
    padding-right: 1.5rem;
    padding-left: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #434c56;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 2em;
    line-height: 2;
    box-shadow: 0 1px 2px 0 rgba(46,56,67,.25);
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    margin-top: 12px;
    margin-left: 12px;
}

.vignette-occasion-accueil,
.vignette-occasion-accueil a{position: relative;}

.vignette-occasion-accueil{display:block;}

.vignette-occasion-accueil:hover,
.vignette-occasion-accueil a:hover,
.vignette-occasion-accueil:focus,
.vignette-occasion-accueil a:focus{text-decoration:none;}
.vignette-occasion-accueil:focus,
.vignette-occasion-accueil a:focus{outline: none;}

.voir-detail-occasion{
    transition: all .3s;
    position: absolute;
    opacity: 0;
    z-index: 2;
    left: 50%;
    top: 87px;
    margin-left: -50px;
}
.vignette-occasion-accueil:hover .voir-detail-occasion{opacity: 1;}

.occasions-accueil .carousel-inner .vignette-occasion-accueil .detail-occasion-accueil .row{margin: 0;}

.titre-occasion-accueil{
    font-size: 15px;
    color: #000;
    margin: 0 0 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dde2ed;
    text-align: center;
}

.titre-occasion-accueil strong{font-family: 'norteam_02regular', Sans-Serif;}

.titre-occasion-accueil span{
    display: block;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.sous-titre-occasion-accueil{
    font-size: 14px;
    color: #434c56;
    font-weight: 700;
    margin: 0 0 10px;
}
.detail-occasion-accueil .annee{
    color: #434c56;
    font-size: 14px;
    line-height: 24px;
}
.detail-occasion-accueil .annee i{
    margin-right: 5px;
    position: relative;
    top: -1px;
    color: #000;
}
.prix-accueil{
    text-align: right;
    color: #ff230a;
    font-size: 17px;
    font-family: 'norteam_02regular', Sans-Serif;
}
.detail-occasion-accueil {padding-top: 3px;}
.fa-blue{color: #5cb4e4;}
.fa-red{color: red;}
.fa-purple{color: purple;}
.fa-green{color: #0fb84f;}
.fa-yellow{color: #f0d707;}
.titre-map{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 2px 0;
}
.bloc-map{position: relative;}
.carousel-control path{
    transition: all .3s;
    fill: #fff;
}

.carousel-control:hover path{fill: #e63323;}
.occasions-accueil .carousel-control path{fill: #000;}
.occasions-accueil .carousel-control:hover path{fill: #e63323;}
.carousel-control{
    opacity: 1;
    top: 70px;
}
.carousel-control{width: 0;}
.carousel-control.left{left: -80px;}
.carousel-control.right {right: -60px;}

.occasions-accueil .carousel-indicators li{
    border: none;
    margin: 0;
    width: 11px;
    height: 11px;
}
.occasions-accueil .carousel-indicators .active{background: #e63323;}

.detail-occasion-accueil{height: 27px;}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.slider{
    position:relative;
    z-index: 3;
    max-width: 94vw;
    margin: 0 auto;
    padding: 70px 0 100px;
}

.slider::before{
    background: url(../images/rayon-jaune.png) no-repeat 0 0;
    background-size: 100% 90%;
    position: absolute;
    top: 0;
    left: 18%;
    z-index: 2;
    width: 480px;
    height: 100%;
    content: "";
}

.slider::after{
    background: url(../images/eclair-vert.svg) no-repeat center left;
    background-size: contain;
    position: absolute;
    bottom: -238px;
    right: -15vw;
    z-index: 1;
    width: 95vw;
    height: 750px;
    content: "";
    transform: scaleY(-1) rotate(32deg);
}

.slider .owl-carousel{z-index: 3;}

.slider .owl-carousel .owl-stage-outer{
    -webkit-mask-image: url(../images/masque-slider.svg);
    mask-image: url(../images/masque-slider.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}
.slider .owl-stage .owl-item a,
.slider .owl-stage .owl-item a:hover{text-decoration: none;}

.slider .owl-theme .owl-dots{margin-top: 15px !important;}

.slider .owl-theme .owl-dots .owl-dot span{
    width: 30px;
    height: 6px;
    box-shadow: none;
    background-color: #FFF;
    border-radius: 0;
    transition: all 300ms ease;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span,
.slider .owl-theme .owl-dots .owl-dot:focus span{background-color:#ff230a;}

.slider .link-rs{
    position: relative;
    z-index: 3;
    display:flex;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 80px;
}
.slider .link-rs a{display:flex; text-decoration:none;}
.slider .link-rs a svg{fill: #FFF; transition: all 300ms ease;}
.slider .link-rs a:hover svg{fill: #ff230a;}

.slider .link-rs a:focus{outline: none;}

.liste-marques{position: relative; z-index: 2;}

.clip-path-title{
    background-color: #e43420;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 50px 30px 0;
    position: relative;
    z-index: 2;
}

.clip-path-title .titre-principal{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'norteam_02regular', Sans-Serif;
    font-size: 50px;
    line-height: 54px;
    color: #FFF;
    text-align: center;
}

.liste-marques__items{
    background-color: #e43420;
    padding: 62px 30px 80px;
    position: relative;
    z-index: 1;
    width: 100vw;
}

.liste-marques__items ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}

.liste-marques__items ul li{
    background-color: #e43420;
    max-width: 200px;
    height: 324px;
    position: relative;
    transition: all 300ms ease;
}

.liste-marques__items ul li:hover{transform: translateY(-5px);}

.liste-marques__items ul li a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
}

.liste-marques__items .liste-marques__item__logo{
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index:2;
    width: 100%;
    height: 90px;
    -webkit-mask-image: url(../images/masque-slider.png);
    mask-image: url(../images/masque2-slider.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 98% 94%;
}

.liste-marques__items .liste-marques__item__img{
    position:relative;
    z-index:1;
    -webkit-mask-image: url(../images/masque-slider.png);
    mask-image: url(../images/masque2-slider.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 97% 98%;
}

.container.container-concession{
    background: #000 url(../images/background-pattern.png) no-repeat 0 0;
    background-size: cover;
    padding: 0 60px 0 0;
    width:100%;
}

.contenu-presentation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contenu-presentation .img-presentation{
    position:relative;
    width: 52.5%;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.contenu-presentation .img-presentation::before{
    background: url(../images/bord-image.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 3;
    width: 42px;
    height: 100%;
    content: "";
}

.contenu-presentation .text-presentation{width: 47.5%;}

.contenu-presentation .text-presentation{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 60px;
    color: #FFF;
}

.contenu-presentation .info-lien{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.contenu-presentation .img-presentation .owl-carousel{z-index: 2; overflow:hidden;}
.contenu-presentation .img-presentation .owl-carousel .item img{object-fit: cover; max-height: 600px;}

.text-presentation .article-texte{font-size: 15px; text-align: justify; padding: 8px 0 0;}
.text-presentation .article-texte > p{margin-bottom: 0;}

.info-lien .adresse-concession{display: flex; justify-content: flex-start; align-items: center; width: 100%; color: #FFF;}
.info-lien .adresse-concession svg{fill:#FFF;}

.info-lien .adresse-concession span{
    display: flex;
    align-items: center;
    padding-right: 10px;
    transition: padding 300ms ease;
}
.info-lien .adresse-concession:hover span{padding-right: 15px;}
.info-lien .adresse-concession a{transition: all 300ms ease; text-decoration: underline; color: #FFF;}
.info-lien .adresse-concession a:hover{color:#fe2209;}

.info-lien .adresse-concession a strong{font-family: 'norteam_02regular', Sans-Serif;}

.info-lien .cta-contact{
    background-color: #fe2209;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    margin: 0;
    padding-top: 3px;
    font-family: 'norteam_02regular', Sans-Serif;
    font-size: 15px;
    color: #FFF;
    transition: all 300ms ease;
}

.info-lien .cta-contact:hover{background-color:#FFF; color:#000; text-decoration:none;}

.info-lien .tel-contact{
    background: url(../images/pattern-cta.svg) no-repeat 0 0;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 11px 30px;
    font-family: 'norteam_02regular', Sans-Serif;
    font-size: 19px;
    font-weight: 700;
    color: #000;
}

.info-lien .tel-contact:hover{text-decoration: none;}
.info-lien .tel-contact:focus{outline:none; text-decoration: none;}

.info-lien .tel-contact svg{margin-right: 10px;}

.annonces-title{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    padding: 40px 90px 35px;
    background-color: #dfdfdf;
}

.annonces-title .big-title{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.big-title .titre-accueil{
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: 'norteam_02regular', Sans-Serif;
    font-size: 50px;
    line-height: 54px;
    color: #000;
    text-transform: uppercase;
}

.big-title .sous-titre-accueil{
    background-color: #FFF;
    z-index: 1;
    position: absolute;
    top: -15px;
    left: -10px;
    padding-right: 30px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #e7e7e7;
    stroke: #e7e7e7;;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    color: transparent;
    text-transform: uppercase;
}

.annonces-title .cta-voir-tout-accueil{
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 220px;
    height: 40px;
    margin-top: -5px;
    padding-top: 3px;
    z-index: 2;
    transition: all 300ms ease;
    font-family: 'norteam_02regular', Sans-Serif;
    color: #FFF;
    font-size: 15px;
    text-align: center;
}

.annonces-title .cta-voir-tout-accueil::after{
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 14px;
    border-color: transparent transparent transparent #000000;
    transition: all 300ms ease;
}

.annonces-title .cta-voir-tout-accueil:hover{background-color:#fe2209; text-decoration:none;}
.annonces-title .cta-voir-tout-accueil:focus{outline:none; text-decoration:none;}
.annonces-title .cta-voir-tout-accueil:hover::after{border-color: transparent transparent transparent #fe2209;}





/* --------------------------- */
/* ------ Media Queries ------ */
/* --------------------------- */


@media (max-width: 1620px){
    .occasions-accueil__eclair::before{min-width: 2200px; bottom: -6%; right: -45%; width: 150%;}
}



@media (max-width: 1580px){
    .navbar-default.header-concession{flex-direction: column; gap: 20px;}
    .liste-marques__items ul{gap: 30px;}
}


@media (max-width: 1400px){
    .navbar-default.header-concession{padding: 15px 30px;}
    .header-concession .logo-header {max-width: 210px;}
    .header-phone{font-size: 18px;}
    .header-phone::before{display:none;}
    .main-footer .container::before,
    .main-footer .container::after,
    .main-footer .row::before,
    .main-footer .row::after,
    .liens-footer .row::before,
    .liens-footer .row::after{display:none;}
    .main-footer .container .row{display: flex; justify-content: space-between;}
    .mentions-footer .container{max-width: 1150px;}
    .liste-marques__items ul li{max-width: 250px; height: auto;}
    .container.container-concession{position: relative; z-index: 4;}
    .slider{padding: 50px 0}
    .slider::after{width: 100vw; height: 800px;}
}

@media (max-width: 1200px){
    .container{width: 1200px;}
    .slider .link-rs,
    .navbar-header .link-rs{display:none;}
    .navbar-header .header-phone{margin: 0 0 0 15px;}
    .main-footer .container .col-sm-4.adresse-footer,
    .main-footer .container .col-sm-4.horaires{  width: 25%;}
    .main-footer .container .col-sm-4{width: 50%; max-width: 391px;}
    .container.container-concession{padding: 0;}
    .contenu-presentation .text-presentation{padding: 30px;}
    .slider{max-width: 98vw;}
    .slider::before{top: 15px;}
}

@media (max-width: 1180px){
    header .navbar-default.header-concession{padding: 15px;}
    .navbar-default.header-concession,
    .header-concession .navbar-header{flex-direction: column;}
    .navbar-header .logos-marques{justify-content: center; flex-wrap: wrap;}
    .navbar .navbar-header .header-phone{margin: 12px 0 2px 0;}
    header .header-concession .logo-header {max-width: 250px;}
    .logos-marques li {margin: 10px;}
    .mentions-footer .liens-footer .row{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .lefty,
    .righty{text-align: center;}
    .liste-marques__items ul li{min-width: 160px;}
    .clip-path-title{padding: 50px 30px 0 40px;}
    .clip-path-title .sous-titre-principal{top: 16px;}
    .contenu-presentation{align-items: stretch;}
    .contenu-presentation .img-presentation .owl-carousel,
    .contenu-presentation .img-presentation .owl-carousel .owl-stage-outer,
    .contenu-presentation .img-presentation .owl-carousel .owl-stage,
    .contenu-presentation .img-presentation .owl-carousel .owl-item,
    .contenu-presentation .img-presentation .owl-carousel .item,
    .contenu-presentation .img-presentation .owl-carousel .item img{height: 100%;}
    .contenu-presentation .info-lien{gap: 20px;}
    .info-lien .adresse-concession svg:last-child{display:none;}
    .info-lien .adresse-concession{gap: 12px;}
    .info-lien .adresse-concession span{flex-wrap: wrap; gap: 10px;}
    .info-lien .adresse-concession a{margin: 0;}
    .info-lien .tel-contact{padding: 11px 20px;}
}

@media (max-width: 992px){
    .navbar-header{
        display: flex;
        justify-content: center;
    }
    
    .les-logos ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
    }
    .custom-container {justify-content: center;}
    .container-flex{flex-wrap: wrap;}
    .univers{margin-bottom: 20px;}
    
    .slider .owl-stage{background-color: #000;}
    .txt-slideshow .titre{font-size: 28px; margin-top: 0;}
    .txt-slideshow .desc{
        font-size: 16px;
        line-height: 22px;
    }
    .txt-slideshow{
        padding: 15px 20px;
        position: static;
        width: 100%;
        max-width: inherit;
        background-color: #000;
    }
    .les-btn-rs{margin-top: 40px;}
    
    .info-lien .adresse-concession{width: 100%; text-align: center;}
    
    .big-title .sous-titre-accueil,
    .info-lien .adresse-concession svg,
    .info-lien .tel-contact::before,
    .clip-path-title .sous-titre-principal{display:none;}
    .bloc-presentation .contenu-presentation{flex-direction: column; align-items: center;}
    .contenu-presentation .img-presentation,
    .contenu-presentation .text-presentation{width: 100%; max-width: 800px;}
    .contenu-presentation .info-lien{flex-direction: column;}
    .info-lien .adresse-concession{justify-content: center;}
    .info-lien .adresse-concession span{flex-direction: column; padding-right: 0;}
    .txt-slideshow .container-txt-slideshow{width: 100%; align-items: center; text-align: center;}
    .txt-slideshow .btn{font-size: 14px; height: 35px;}
    .txt-slideshow .desc{margin-bottom: 15px;}
    .main-footer .container .row{flex-direction: column; align-items: center; gap: 30px;}
    footer{padding: 40px 0 50px;}
    footer .main-footer .container .col-sm-4,
    footer .main-footer .container .col-sm-4.adresse-footer,
    footer .main-footer .container .col-sm-4.horaires{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        text-align: center;
    }
    footer .main-footer .container .col-sm-4 .fb-page{width: 100%;}
    .main-footer .col-sm-4.horaires h3{margin-top: 0;}
    .contenu-presentation .img-presentation::after{
        background: url(../images/bord-image.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: -5px;
        z-index: 3;
        width: 42px;
        height: 100%;
        content: "";
        transform: rotate(180deg);
    }
    .info-lien .adresse-concession:hover span{padding-right: 0;}
    .annonces-title{flex-wrap: wrap; gap: 30px; padding: 40px 30px 35px;}
    .big-title .titre-accueil{font-size: 40px; line-height: 46px;}
    .occasions-accueil{padding: 40px 30px;}
    .occasions-accueil .occasions-accueil__eclair::before{bottom: -1%; right: -82%;}
    .slider::after{display:none;}
    .slider::before{left: 50%; transform: translateX(-50%);}
    .slider .owl-theme .owl-dots{margin-top: 0 !important;}
}

@media (max-width: 768px){
    .banner-home .img-banner-home {max-height: inherit;}
    .carousel-caption .titre{
        font-size: 22px;
        margin-top: 5px;
    }
    .carousel-caption .desc{
        font-size: 17px;
        line-height: 22px;
    }
    .carousel-caption .btn{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .carousel-caption{
        background: #5a5a5a;
        padding: 0 20px;
        position: static;
        width: 100%;
    }
    .les-btn-rs{margin-top: 40px;}
    .main-footer{text-align: center;}
    .horaire{
        margin-top: 20px;
        text-align: center;
    }
    .main-footer .col-sm-4 h3{font-size: 20px;}
    .main-footer .col-sm-4.adresse-footer h3{font-size: 24px;}
    .clip-path-title .titre-principal{font-size: 40px; line-height: 48px;}
    .liste-marques__items{padding: 40px 30px 60px;}
    .contenu-vehicules .occasions-accueil .occasions-accueil__eclair::before{bottom: -3%; right: -120%;}
    body .slider::before{background-size: 100% 83%; top: 28px; width: 100%; max-width: 440px;}
}

@media (max-width: 515px){
    body .big-title .titre-accueil{font-size: 30px; line-height: 36px; text-align: center;}
    .contenu-presentation .img-presentation::before,
    .contenu-presentation .img-presentation::after{display:none;}
    .contenu-vehicules .annonces-title{gap: 15px; padding: 30px 30px 25px;}
    .occasions-accueil .carousel-inner .vignette-home{max-width: inherit;}
    body .slider::before{display:none;}
    body .slider{padding: 0 0 40px; max-width: 100vw;}
    .slider .owl-carousel .owl-stage-outer{mask-image: none;}
}

@media (max-width: 490px){
    body .liste-marques .liste-marques__items ul li{width: 100%; max-width: 300px;}
    body .contenu-vehicules .occasions-accueil .occasions-accueil__eclair::before {right: -250%;}
}

