header{
    z-index: 100;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    position: relative;
}

.navbar-default.header-run-up{
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    min-height: 100px;
    border-radius: 0;
}

.header-run-up .navbar-header::before,
.header-run-up .navbar-header::after,
.navbar-default.header-run-up::before,
.navbar-default.header-run-up::after{display: none;}

.header-run-up .logo-header{max-width: 290px;}

.header-run-up .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;}

.header-phone{
    display:flex;
    align-items: center;
    position:relative;
    margin: 0 28px 0 15px;
    padding-top: 2px;
    padding-left: 54px;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
}

.header-phone::before{
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 30px;
    height: 6px;
}

.header-phone a{
    display: flex;
    color: #FFF;
    text-decoration: none;
}

.header-phone a:focus{outline: none;}

.header-phone svg{margin-right: 12px;}

.navbar-header .link-rs{display:flex; align-items: center;}
.navbar-header .link-rs a{
    display: flex;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.navbar-header .link-rs a svg{fill:#FFF; transition: all 300ms ease;}
.navbar-header .link-rs a:hover svg,
.navbar-header .link-rs a:focus svg{fill:#e63323; outline: none; text-decoration: none;}

.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;
}

.main-footer .container{width: 100%; max-width: 1200px; padding: 0 30px;}

.main-footer .col-sm-4 h3{font-size: 18px; font-weight:800; text-transform: uppercase;}

.main-footer .col-sm-4.horaires h3{margin-bottom: 4px;}

.main-footer .cta-contact-footer{
    transition: all 300ms ease;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
}

.main-footer .cta-contact-footer:hover,
.main-footer .cta-contact-footer:focus{color:#e63323; text-decoration:none; outline:none;}

.main-footer .tel-footer{
    color: #e63323;
    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:#e63323;}

.mentions-footer{
    padding: 20px 30px 0;
    border-top: 1px solid #292727;
    margin-top: 50px;
}

.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;
    font-family: 'Play', sans-serif;
    text-align: center;
    font-weight: bold;
}
.titre-accueil{
    font-family: 'Montserrat', sans-serif;;
    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-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

a.voir-tout-accueil:hover{color: black;}


.container-magasini{
    background: black;
    padding: 25px;
    color: #fff;
    font-family: 'Play', sans-serif;
}
.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-family: 'Montserrat';
    font-size: 24px;
}
.titre-univers{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;;
    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;}
.logo-header{margin-top: 5px;}
.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: #e63323;
    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: #e63323;
    color: #fff;
}
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus{
    background-color: #e63323;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

.occasions-accueil{
    padding: 0 40px;
    margin: 0 auto;
    max-width: 1630px;
}

.occasions-accueil .carousel-inner .row{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -15px;
}

.occasions-accueil .carousel-inner .vignette-home{
    max-width: 280px;
    padding: 0 0 15px;
    margin: 6px 15px 000;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all 300ms ease;
}

.occasions-accueil .carousel-inner .vignette-home:hover{
    transform: translateY(-5px);
    border: 1px solid #dde2ed;
    background-color: #F6F6F6;
}

.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; overflow: visible;}

.occasions-accueil .owl-carousel .owl-stage-outer{z-index:2;}

.occasions-accueil .owl-carousel .owl-nav{
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.occasions-accueil .owl-carousel .owl-nav .owl-prev{margin-left: -40px;}
.occasions-accueil .owl-carousel .owl-nav .owl-next{margin-right: -50px;}

.occasions-accueil .owl-carousel .owl-nav .owl-prev,
.occasions-accueil .owl-carousel .owl-nav .owl-next{
    font-size: 75px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 46px;
    line-height: 26px;
    transition: all 300ms ease;
}

.occasions-accueil .owl-carousel .owl-nav .owl-prev:hover,
.occasions-accueil .owl-carousel .owl-nav .owl-next:hover{
    background-color: transparent;
    color: #e63323;
    box-shadow: none;
}

.occasions-accueil .owl-carousel .owl-nav .owl-prev span,
.occasions-accueil .owl-carousel .owl-nav .owl-next span{display:block; height: 46px;}

.occasions-accueil .owl-theme .owl-dots{margin-top: 30px;}
.occasions-accueil  .owl-theme .owl-dots .owl-dot span{
    background: #000;
    width: 12px;
    height: 12px;
    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: #e63323;
    box-shadow: none;
}

.img-occasion-accueil{position: relative; margin-bottom: 16px; border-radius: 10px; 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{text-decoration: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;
    font-weight: 800;
    margin: 0 0 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dde2ed;
    text-align: center;
}

.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: #e63323;
    font-size: 18px;
    font-weight: 700;
}
.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;}

.slider .owl-stage .owl-item a,
.slider .owl-stage .owl-item a:hover{text-decoration: none;}
.slider .owl-theme .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16px !important;
    padding: 0 20px;
    width: 100vw;
}

.slider .owl-theme .owl-dots .owl-dot span{
    width: 60px;
    height: 5px;
    margin: 0;
    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:#000;}

.liste-marques{position: relative; z-index: 2;}

.clip-path-title{
    background-color: #e63323;
    width: 100vw;
    height: 144px;
    padding: 60px 30px 0 90px;
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 3%, 0% 100%);
}

.clip-path-title .titre-principal{
    margin: 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #FFF;
    position: relative;
    z-index: 2;
}

.clip-path-title .sous-titre-principal{
    position: absolute;
    top: 25px;
    left: -8px;
    z-index: 1;
    opacity: 0.2;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    color: transparent;
    text-transform: uppercase;
}

.liste-marques__items{
    background: url(../images/fond-marques.jpg) no-repeat center center;
    background-size: cover;
    padding: 222px 90px 98px;
    margin-top: -144px;
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
    width: 100vw;
    border-bottom: 3px solid #e63323;
}

.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: 1200px;
}

.liste-marques__items ul li{
    background-color: #FFF;
    max-width: 202px;
    height: 312px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    transition: all 300ms ease;
}

.liste-marques__items ul li:hover{transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.6);}

.liste-marques__items ul li a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.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;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.liste-marques__items .liste-marques__item__img{position:relative; z-index:1;}

.container.container-runup{padding: 0 30px; width:100%; max-width: calc(1200px - 60px);}

.contenu-presentation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contenu-presentation .img-presentation{position:relative;}

.contenu-presentation .img-presentation,
.contenu-presentation .text-presentation{width: 50%;}

.contenu-presentation .text-presentation{display: flex; align-items: center; padding-left: 60px;}

.contenu-presentation .info-lien{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 90px;
}

.contenu-presentation .img-presentation::before{
    background-color: #cac9c9;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    rotate: 5deg;
}

.contenu-presentation .img-presentation .owl-carousel{z-index: 2; border-radius: 20px; overflow:hidden;}

.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-runup{display: flex; align-items: center; justify-content: center; width: 50%;}

.info-lien .adresse-runup span{padding-right: 10px; transition: padding 300ms ease;}
.info-lien .adresse-runup:hover span{padding-right: 15px;}
.info-lien .adresse-runup a{transition: all 300ms ease; text-decoration: underline;}
.info-lien .adresse-runup a:hover{color:#e63323;}

.info-lien .cta-contact{
    background-color: #e63323;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    transition: all 300ms ease;
}

.info-lien .cta-contact:hover{background-color:#000; text-decoration:none;}

.info-lien .tel-contact:focus,
.info-lien .cta-contact:focus{outline: none;}

.info-lien .tel-contact{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 50px;
}

.info-lien .tel-contact:hover{text-decoration: none;}

.info-lien .tel-contact::before{
    content: "";
    background-color: #000;
    width: 30px;
    height: 6px;
    position: absolute;
    top: 48%;
    left: 0;
}

.info-lien .tel-contact svg{margin-right: 10px;}

.annonces-title{position: relative; margin-bottom: 95px;}

.annonces-title .big-title{
    background-color: #f3f2f2;
    display: flex;
    align-items: center;
    height: 74px;
    position: relative;
    z-index: 1;
    padding: 0 90px;
}

.big-title .titre-accueil{
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    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;
    width: 210px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 104px;
    margin-top: -20px;
    z-index: 2;
    transition: all 300ms ease;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    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:#e63323; text-decoration:none;}
.annonces-title .cta-voir-tout-accueil:focus{outline:none;}
.annonces-title .cta-voir-tout-accueil:hover::after{border-color: transparent transparent transparent #e63323;}





/* --------------------------- */
/* ------ Media Queries ------ */
/* --------------------------- */


@media (max-width: 1580px){
    .navbar-default.header-run-up{flex-direction: column; gap: 20px;}
}


@media (max-width: 1400px){
    .navbar-default.header-run-up{padding: 15px 30px;}
    .header-run-up .logo-header {max-width: 210px;}
    .header-phone{margin: 0 20px 0 15px; padding-left: 0; font-size: 18px;}
    .header-phone::before{display:none;}
    .logos-marques li {margin: 0 10px;}
    .liste-marques__items{padding: 222px 30px 98px;}
    .liste-marques__items ul li{height: auto; min-height: 280px; position: relative;}
    .liste-marques__items ul li a{flex-direction: column; justify-content: flex-end;}
    .liste-marques__items .liste-marques__item__logo{position: absolute; top: 0; height: 75px; padding: 0 10px;}
    .liste-marques__items .liste-marques__item__logo img{width: 100%;}
    .liste-marques__items .liste-marques__item__img{width: auto; height: 250px; object-fit: cover;}
}

@media (max-width: 1200px){
    .container{width: 1200px;}
    .navbar-header .link-rs{display:none;}
    .navbar-header .header-phone{margin: 0 0 0 15px;}
}

@media (max-width: 1180px){
    header .navbar-default.header-run-up {padding: 15px;}
    .navbar-default.header-run-up,
    .header-run-up .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-run-up .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;}
}

@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: 20px;
        position: static;
        width: 100%;
        max-width: inherit;
        background-color: #000;
    }
    .les-btn-rs{margin-top: 40px;}
    .liste-marques__items{height: auto; padding: 60px 30px;  margin-top: 0;}
    .liste-marques__items ul{justify-content: center; flex-wrap: wrap;}
    .liste-marques .clip-path-title{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        clip-path: none;
        padding: 60px 30px 24px 30px;
    }
    
    .info-lien .adresse-runup{width: 100%; text-align: center;}
    
    .big-title .sous-titre-accueil,
    .info-lien .adresse-runup svg,
    .info-lien .tel-contact::before,
    .clip-path-title .sous-titre-principal{display:none;}
    .contenu-presentation{flex-direction: column;}
    .contenu-presentation .img-presentation,
    .contenu-presentation .text-presentation{width: 100%; max-width: 600px;}
    .contenu-presentation .text-presentation{padding-left: 0; margin-top: 40px;}
    .contenu-presentation .info-lien{flex-direction: column;}
    .info-lien .cta-contact{margin: 20px 0;}
    .info-lien .tel-contact{padding-left: 0;}
    .info-lien .adresse-runup span{
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-lien .adresse-runup:hover span {padding-right: 0;}
    .info-lien .adresse-runup a{margin: 0;}
    .annonces-title .big-title{padding: 0 40px;}
    .annonces-title .cta-voir-tout-accueil{right: 44px;}
    .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;}
}

@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;
    }
    footer .adresse-footer{display: flex; flex-direction: column; align-items: center;}
    footer .horaires{margin-bottom: 50px;}
    .main-footer .liste-RS{margin: 12px 0 0;}
    .main-footer .cta-contact-footer{margin: 12px 0;}
    .main-footer .col-sm-4 h3{font-size: 20px;}
    .main-footer .col-sm-4.adresse-footer h3{font-size: 24px;}
    .liste-marques__items ul li{width: 29%;}
    .annonces-title{margin-bottom: 120px;}
    .annonces-title .cta-voir-tout-accueil{top: 160%;}
    .annonces-title .big-title{height: 100px; justify-content: center; text-align: center;}
}

@media (max-width: 515px){
    .liste-marques .liste-marques__items ul li{width: 44%;}
    .clip-path-title .titre-principal,
    .big-title .titre-accueil{font-size: 30px;}
    .liste-marques__items ul{gap: 30px;}
    .slider .owl-theme .owl-dots .owl-dot span{width: 30px;}
}

@media (max-width: 408px){
    body .liste-marques .liste-marques__items ul li{width: 100%; max-width: inherit; min-height: 180px;}
}

