body{font-family: 'Open Sans', sans-serif; color:#000;}

body a{color:#000; transition: all 300ms ease;}
body a:hover,
body a:focus{color:#451bcd;}

header{
    z-index: 100;
    margin: 0;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    position: relative;
    border-bottom: 1px solid #451bcd;
}

header .header-arrow svg{
    position: absolute;
    top: 346px;
    z-index: 1;
    width: 35px;
    height: 84px;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.30));
}

header .header-arrow .header-arrow__left{left: -50px;}
header .header-arrow .header-arrow__right{right: -50px; transform: rotate(180deg);}


.tooltip.bottom .tooltip-arrow{
    position:absolute;
    top:0;
    left:50%;
    margin-left:-5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #FFF transparent transparent transparent;
    transform: rotate(-180deg);
}
.tooltip.bottom .tooltip-inner{max-width:220px; padding: 5px 8px 6px; text-align:center; box-shadow: 0 3px 5px rgba(0,0,0,0.25);}

.navbar-default.header-EM02{
    background: linear-gradient(to bottom, #000b46 20%,#02012f 100%);
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 100px;
    overflow: hidden;
    padding: 20px 40px;
    position: relative;
    z-index: 2;
}

.header-EM02 .navbar-header::before,
.header-EM02 .navbar-header::after,
.navbar-default.header-EM02::before,
.navbar-default.header-EM02::after{display: none;}

.header-EM02 .logo-header{max-width: 300px;}
.header-EM02 .logo-header a{display:flex;}
.header-EM02 .logo-header a img{width:100%;}

.header-EM02 .header-adresse{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.header-EM02 .header-adresse strong{text-transform:uppercase;}
.header-EM02 .header-adresse .header-adresse__tel-concession{
    display: inline-block;
    margin-top: 8px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
}

.header-EM02 .header-adresse .header-adresse__tel-concession:hover{text-decoration:none; color: #451bcd;}
.header-EM02 .header-adresse.adresse2{padding-top:15px;}

.header-EM02 .header-adresse.adresse2::before {
    background-color: #FFF;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -25px;
    content: "";
    width: 50px;
    height: 4px;
}

.header-adresse .header-adresse__cta{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 16px;
}

.header-adresse .header-adresse__localiser{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    transition: all 300ms ease;
    border: 1px solid #FFF;
    padding: 8px 14px;
    font-size: 14px;
    color: #FFF;
}

.header-adresse .header-adresse__localiser:hover{background-color:#FFF; color:#000;}

.header-adresse .header-adresse__localiser svg{fill:#FFF; max-height: 15px; transition: all 300ms ease;}
.header-adresse .header-adresse__localiser:hover svg{fill:#000;}

.header-EM02 .navbar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 350px;
}

.navbar-header .logos-marques{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.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{
    background-color: #FFF;
    display:flex;
    align-items: center;
    position:relative;
    height: 40px;
    padding: 0 20px 1px;
    border-radius: 22px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease;
}

.header-phone:hover{background-color:#451bcd; color:#FFF; text-decoration: none;}
.header-phone:focus{outline: none;}

.navbar-header .link-rs{display:flex; align-items: center; gap:12px;}

.navbar-header .link-rs a,
.navbar-header .link-rs .link-contact-header{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-decoration: none;
    position: relative;
    transition: all 300ms ease;
}
.navbar-header .link-rs a:hover{background-color: #FFF;}
.navbar-header .link-rs .link-contact-header svg,
.navbar-header .link-rs a svg{fill:#FFF; transition: all 300ms ease;}
.navbar-header .link-rs .link-contact-header:hover svg,
.navbar-header .link-rs .link-contact-header:focus svg,
.navbar-header .link-rs a:hover svg,
.navbar-header .link-rs a:focus svg{fill:#451bcd; outline: none; text-decoration: none;}

.navbar-header .link-rs .link-contact-header .link-contact-header__liste{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color:#FFF;
    padding: 15px 20px;
    position: absolute;
    top: 50px;
    right: 0;
    width: 190px;
    opacity: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    list-style: none;
    transition: all 300ms ease;
}

.navbar-header .link-rs .link-contact-header:hover .link-contact-header__liste{opacity: 1; top: 40px;}

.navbar-header .link-rs .link-contact-header .link-contact-header__liste li:first-child{border-bottom: 1px solid #DDD; padding-bottom: 10px;}

.navbar-header .link-rs .link-contact-header .link-contact-header__liste a{width: auto; height: auto; font-weight: 600;}

.header-EM02__brand-title{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 42px 0 30px;
    color: #FFF;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.header-EM02__brand-title::before{
    position: absolute;
    background-color: #FFF;
    top: 18px;
    left: -12px;
    z-index: 1;
    content: "";
    width: 107%;
    height: 1px;
}

.header-EM02__brand-title span{
    position: relative;
    z-index: 2;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
}

.header-EM02__brand-title span strong{font-size: 34px; line-height: 38px; font-weight: 800;}

.header-EM02__horaires{position: relative; padding: 22px 0 24px; color: #FFF; text-align: center; font-size: 15px;}

.header-EM02__horaires::after,
.header-EM02__horaires::before{
    background-color: #FFF;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    content:"";
    width: 50px;
    height: 4px;
}

.header-EM02__horaires::before{top: -4px;}
.header-EM02__horaires::after{bottom:-4px;}

.header-EM02__horaires h4{
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    color: #451bcd;
    text-transform: uppercase;
}

.header-EM02__txt-presentation{
    margin: 0;
    color: #E3E2FD;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.header-EM02__txt-presentation b{color:#FFF;}

.header-EM02 .cta-eshop{
    background-color: #451bcd;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 40px;
    color: #FFF;
    font-size: 15px;
    transition: all 300ms ease;
}

.header-EM02 .cta-eshop:hover,
.header-EM02 .cta-eshop:focus{background-color:#FFF; color:#000; text-decoration:none;}

.header-EM02 .bandeau-eshop{display: flex; width: 100%; justify-content: center;}
.header-EM02 .bandeau-eshop img{width: 100%; transition: all 300ms ease;}
.header-EM02 .bandeau-eshop:hover img{opacity: 0.7;}

.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;
}

.nos-marques{
    background: linear-gradient(to bottom, rgba(0,11,70,1) 0%,rgba(2,1,47,1) 100%);;
    position: relative;
    width: 100vw;
    padding: 100px 30px;
    overflow: hidden;
}

.nos-marques::before{
    background-color: #FFF;
    opacity: 0.1;
    content:"";
    position: absolute;
    top: 550px;
    left: -30px;
    z-index: 1;
    width: calc(100vw + 60px);
    height: 200px;
}

.nos-marques .nos-marques__container{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1680px;
    margin: 0 auto;
}

.nos-marques__concession{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 50%;
    max-width: 752px;
    padding-left: 52px;
}

.nos-marques__concession-detail{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nos-marques__nom-concession{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 0 0 -120px -52px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    color:#FFF;
    text-transform: uppercase;
}

.nos-marques__nom-concession .nom-concession__top{
    display: block;
    font-size: 83px;
    line-height: 83px;
    color:#FFF;
}
.nos-marques__nom-concession .nom-concession__ville{
    background-color: #451bcd;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 222px;
    height: 54px;
    margin-bottom: 3px;
    font-size: 38px;
    color:#FFF;
}
.nos-marques__nom-concession .nom-concession__bottom{
    display: block;
    font-size: 86px;
    line-height: 86px;
    color:#000b46;
    text-shadow: 0 1px 1px #FFF, 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #FFF;
}

.nos-marques__concession .nos-marques__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}
.nos-marques__concession .nos-marques__nav a{display: flex;}
.nos-marques__concession .nos-marques__nav .affiche-horaires{cursor: pointer;}
.nos-marques__concession .nos-marques__nav .affiche-horaires,
.nos-marques__concession .nos-marques__nav a svg{fill:#FFFF; transition: all 300ms ease;}

.nos-marques__concession .nos-marques__nav .affiche-horaires:hover,
.nos-marques__concession .nos-marques__nav .affiche-horaires:focus,
.nos-marques__concession .nos-marques__nav a:hover svg,
.nos-marques__concession .nos-marques__nav a:focus svg{fill: #9a96ff;}

.nos-marques__concession .nos-marques__nav .nos-marques__localiser{
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #FFF;
    border-radius: 16px;
}
.nos-marques__concession .nos-marques__nav .nos-marques__localiser:hover,
.nos-marques__concession .nos-marques__nav .nos-marques__localiser:focus{background-color: #9a96ff;}
.nos-marques__concession .nos-marques__nav .nos-marques__localiser:hover svg,
.nos-marques__concession .nos-marques__nav .nos-marques__localiser:focus svg{fill: #FFF;}
.nos-marques__concession .nos-marques__nav .nos-marques__localiser svg{fill: #000b46;}

.nos-marques__concession .nos-marques__nav .nos-marques__decouvrir{
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 30px;
    color:#000b46;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.nos-marques__concession .nos-marques__nav .nos-marques__decouvrir:focus,
.nos-marques__concession .nos-marques__nav .nos-marques__decouvrir:hover{background-color:#9a96ff; color:#0E022F; text-decoration:none;}

.nos-marques .nos-marques__horaires{
    background-color: #FFF;
    position: absolute;
    top: 67px;
    right: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    width: 250px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.nos-marques .show-horaires .nos-marques__horaires{opacity:1; visibility:visible; top:78px;}

.nos-marques .nos-marques__horaires h4{
    margin: 0;
    color: #451bcd;
    text-transform: uppercase;
    font-size: 16px;
}

.nos-marques .nos-marques__concession .nos-marques__tel-concession{
    background-color: #451bcd;
    width: 254px;
    height: 54px;
    margin-bottom: -56px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #FFF;
    letter-spacing: 0.02em;
}

.nos-marques .nos-marques__tel-concession:hover,
.nos-marques .nos-marques__tel-concession:focus{text-decoration:none; color:#FFF;}

.nos-marques__liste-logo{
    background-color: #FFF;
    margin-top: 15px;
    padding: 24px 15px;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}

.nos-marques__liste-logo img{max-height: 70px;}

.nos-marques .nos-marques__liste-logo .nos-marques__logos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px 18px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nos-marques .nos-marques__liste-logo .nos-marques__logos a{display: flex; align-items: center; width:110px; height: 40px;}
.nos-marques .nos-marques__liste-logo .nos-marques__logos a img{width: 100%; max-height: 40px; object-fit: contain;}

.nos-marques .nos-marques__concession .module_1{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 405px;
    width: 100%;
}

.nos-marques .nos-marques__concession .module_1 .owl-carousel .owl-stage{height: 405px;}

.nos-marques .nos-marques__concession .module_1 a{min-width: 100%;}

.nos-marques .nos-marques__concession a{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}

.nos-marques .nos-marques__concession a:focus{outline:none;}

.nos-marques .nos-marques__concession .logo-marque:hover{transform: scale(1.1);}

.nos-marques .nos-marques__concession .logo-marque{display:flex;}

.nos-marques .nos-marques__concession .owl-carousel .owl-dots{
    margin-top: 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 0);
}

.nos-marques .nos-marques__concession .owl-carousel .owl-dots .owl-dot span{background-color: #fff; width: 16px; height: 16px; border: 1px solid #000;}
.nos-marques .nos-marques__concession .owl-carousel .owl-dots .owl-dot.active span{box-shadow:none; background-color: #451bcd;}

.nos-marques .nos-marques__concession .owl-carousel .owl-stage{height: 460px;}

.nos-marques .nos-marques__concession img{height:100%; object-fit:cover;}

footer{position: relative; overflow: hidden;}

footer .pattern-footer{
    max-width: 90%;
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 1;
}

.main-footer{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto 50px;
}

.main-footer .horaires__img{margin: 50px 0 0 60px; opacity: 0.4;}

.main-footer .container{width: 100%; max-width: 960px; padding: 0 30px;}

.main-footer .container > .row{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.main-footer .container > .row::before,
.main-footer .container > .row::after{display:none;}

.main-footer .col-sm-6 h3{font-size: 18px; font-weight:800; text-transform: uppercase;}

.main-footer .horaires h3{margin-bottom: 10px;}

.main-footer .adresse-footer{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
    max-width: 360px;
}
.main-footer .adresse-footer.adresse-laon{text-align: right; align-items:flex-end;}

.main-footer .fb-page{width: 50%; max-width: 400px;}
.main-footer .adresse-footer > h3{color: #817ed9; text-transform: uppercase; font-weight: 800; font-size: 22px;}

.main-footer .adresse-footer h4{font-size: 16px; font-weight: 700; margin-top: 20px;}

.main-footer .adresse-footer__localiser{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    text-decoration: none;
    transition: all 300ms ease;
}
.main-footer .adresse-footer__localiser:hover{color: #817ed9;}
.main-footer .adresse-footer__localiser:focus{outline:none;}
.main-footer .adresse-footer__localiser svg{fill:#FFF; transition: all 300ms ease;}
.main-footer .adresse-footer__localiser:hover svg{fill:#817ed9;}

.main-footer .adresse-footer .liste-marques-footer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
}

.main-footer .horaires__detail{line-height: 24px;}

.main-footer .cta-contact-footer{
    transition: all 300ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 34px;
    border: 1px solid #FFF;
    border-radius: 24px;
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.main-footer .cta-contact-footer:hover,
.main-footer .cta-contact-footer:focus{background-color:#FFF; color:#000; text-decoration:none; outline:none;}

.main-footer .link-rs{
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 16px;
}

.main-footer .link-rs a{display: flex;}
.main-footer .link-rs a:hover{text-decoration:none;}
.main-footer .link-rs a svg{fill:#FFF; transition: all 300ms ease; width: 34px; height:34px;}
.main-footer .link-rs a:hover svg,
.main-footer .link-rs a:focus svg{transform: scale(1.2);}

.main-footer .tel-footer{
    display: flex;
    align-items: center;
    margin: 10px 0 16px;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
}

.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:#451bcd;}

.mentions-footer{
    position: relative;
    z-index: 2;
    text-align: center;
}

.mentions-footer__ecolo{font-size: 14px; color:rgba(255,255,255,0.5); margin-bottom: 20px;}

.mentions-footer .mentions-footer__liens span,
.mentions-footer .mentions-footer__liens a{color:#FFF; font-weight:600; transition: all 300ms ease;}
.mentions-footer .mentions-footer__liens a:hover{color: #FFF;}

footer .background-topo{
    position: absolute;
    top: 0;
    left: -1px;
    width: 100vw;
    opacity: 0.25;
    filter: brightness(200%);
}

.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: #000;
    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;}

.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: #000;
    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: 50%;
    max-width: 600px;
    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{
    background-color: rgba(255,255,255,0.9);
    padding: 10px 20px;
    border-radius: 15px 0 15px 0;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.txt-slideshow .btn{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.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: #451bcd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    padding: 0 20px;
    min-width: 100px;
    min-height: 40px;
    transition: all 300ms ease;
}
.btn-default:hover{
    background-color: #451bcd;
    color: #fff;
}
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus{
    background-color: #451bcd;
    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{
    padding: 0 0 15px;
    margin: 6px 0;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all 300ms ease;
}

.occasions-accueil .carousel-inner .vignette-home:hover{
    transform: translateY(-5px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    background-color: #FFF;
}

.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-dots.disabled,
.occasions-accueil .owl-carousel .owl-nav.disabled {display: none;}

.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: #451bcd;
    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: 14px;
    height: 14px;
    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: #451bcd;
    box-shadow: none;
}

.img-occasion-accueil{position: relative; border-radius: 0; overflow: hidden;}

.owl-carousel .owl-item .img-occasion-accueil .permis-a2-liste{width: 40px;}

.label-occasion{
    padding-right: 1.5rem;
    padding-left: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    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;
    position: absolute;
    margin-top: 12px;
    margin-left: 12px;
}

.img-occasion-accueil .label-occasion .fa-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    overflow: hidden;
    font-size: 22px;
}

.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{
    background-color: #000b46;
    font-size: 15px;
    color: #FFF;
    font-weight: 800;
    margin: 0 0 15px;
    padding: 14px 10px 15px;
    text-align: center;
}

.titre-occasion-accueil span{
    display: block;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 400;
    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: #451bcd;
    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: #451bcd;}
.occasions-accueil .carousel-control path{fill: #000;}
.occasions-accueil .carousel-control:hover path{fill: #451bcd;}
.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: #451bcd;}

.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; border-bottom: 1px solid #000;}
.slider .img-banner-home{width: 100%; display: flex; max-height: 750px;}
.slider .img-banner-home img{width: 100%; object-fit: cover;}
.slider .owl-stage,
.slider .owl-stage .owl-item{max-height: 800px;}

.slider .owl-stage .owl-item .item{display: flex; align-items: center; max-height: 700px;}

.slider .owl-stage .owl-item a,
.slider .owl-stage .owl-item a:hover{text-decoration: none;}
.slider .owl-theme .owl-dots{
    position: absolute;
    z-index: 10;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
}

.slider .owl-theme .owl-dots .owl-dot span{
    width: 20px;
    height: 20px;
    border-radius: 12px;
    box-shadow: none;
    background-color: #FFF;
    border: 1px solid #000;
    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:#451bcd;}

.titre-principal{
    margin: 0 auto 90px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
    text-align: center;
}

.liste-marques__items{
    background-size: cover;
    margin: 0 auto 50px;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1310px;
}

.liste-marques__items ul{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 0;
    margin: 0 auto 64px;
    width: 100%;
    list-style: none;
}

.liste-marques__items .liste-marques__brand-container li{
    width: 100%;
    max-width: 280px;
    height: 368px;
    overflow: hidden;
    position: relative;
    transition: all 300ms ease;
}

.liste-marques__other-brands li:hover,
.liste-marques__items .liste-marques__brand-container li:hover{transform: translateY(-5px);}
.liste-marques__other-brands li:first-child:hover{transform: translateY(0);}

.liste-marques__brand-container li .liste-marques__cta-autres-liens{
    position: absolute;
    bottom: 50px;
    left: calc(50% - 71px);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
    opacity: 0;
    transition: all 300ms ease;
}

.liste-marques__brand-container li:hover .liste-marques__cta-autres-liens{opacity:1;}

.liste-marques__brand-container li .liste-marques__cta-autres-liens a{
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 0 20px;
    color: #000;
    font-weight: 600;
    border-radius: 18px;
    text-decoration: none;
    transition: all 300ms ease;
}

.liste-marques__brand-container li .liste-marques__cta-autres-liens a:focus{outline:none;}
.liste-marques__brand-container li .liste-marques__cta-autres-liens a:hover{color: #FFF;}
.liste-marques__brand-container li.marque-kawasaki .liste-marques__cta-autres-liens a:hover{background-color: #69be28;}
.liste-marques__brand-container li.marque-ktm .liste-marques__cta-autres-liens a:hover{background-color: #ff6600;}
.liste-marques__brand-container li.marque-husqvarna .liste-marques__cta-autres-liens a:hover{background-color: #002550;}
.liste-marques__brand-container li.marque-gasgas .liste-marques__cta-autres-liens a:hover{background-color: #cb0d25;}

.liste-marques__items .liste-marques__brand-container li .liste-marques__item__link{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}

.liste-marques__items .liste-marques__brand-container li .liste-marques__item__link:hover{outline:none;}

.liste-marques__items .liste-marques__item__logo{
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 85px;
}

.liste-marques__items .liste-marques__item__img{position:relative; z-index:1;}

.liste-marques__items .liste-marques__other-brands{justify-content: center; flex-wrap: wrap; gap: 60px;}

.liste-marques__other-brands li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 192px;
    height: 92px;
    background-color: #FFF;
    transition: all 300ms ease;
}

.liste-marques__other-brands li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.contenu-presentation{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contenu-presentation .img-presentation{position:relative; z-index: 1; width: 52%;}

.contenu-presentation .text-presentation{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    width: 40%;
    text-align: right;
    color: #FFF;
}

.contenu-presentation .text-presentation .presentation-titre{margin-bottom: 0; margin-top: -34px; font-size: 20px; font-weight: 700;}

.contenu-presentation .text-presentation .tel-contact{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    margin-top: 10px;
}

.contenu-presentation .info-lien{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    position:relative;
    z-index: 2;
    width: 52%;
    margin-top: -50px;
}

.contenu-presentation .info-lien a{margin: 0;}
.contenu-presentation .info-lien svg .fond-icon{fill:#FFF; transition: all 300ms ease;}
.contenu-presentation .info-lien svg .icon{fill:#000; transition: all 300ms ease;}

.contenu-presentation .info-lien a:hover svg .fond-icon{fill:#451bcd;}
.contenu-presentation .info-lien a:hover svg .icon{fill:#FFF;}

.contenu-presentation .img-presentation .owl-carousel{z-index: 2; overflow:hidden;}

.contenu-presentation .img-presentation .owl-carousel .owl-item .item{
    -webkit-mask-image: url(../images/mask.png);
    mask-image: url(../images/mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; 
}

.text-presentation .article-texte{font-size: 15px; text-align: right; font-weight: 300; padding: 8px 0 0; color:#FFF;}
.text-presentation .article-texte > p{margin-bottom: 0;}

.info-lien .adresse-k21{display: flex; align-items: center; justify-content: center; width: 50%;}

.info-lien .adresse-k21 span{padding-right: 10px; transition: padding 300ms ease;}
.info-lien .adresse-k21:hover span{padding-right: 15px;}
.info-lien .adresse-k21 a{transition: all 300ms ease; text-decoration: underline;}
.info-lien .adresse-k21 a:hover{color:#451bcd;}

.info-lien .cta-contact{
    background-color: #451bcd;
    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;}

.contenu-vehicules.selection-offres{background-color:#F5F5F5; padding-bottom: 80px;}

.annonces-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 70px 30px 60px;
    max-width: 1612px;
    position: relative;
}

.annonces-title .titre-accueil{
    position: relative;
    z-index: 2;
    margin: 0;
    padding-left: 20px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    font-family: inherit;
}

.annonces-title .titre-accueil::before{
    background-color: #451bcd;
    position: absolute;
    top: 2px;
    left: 0;
    width: 8px;
    height: 28px;
    content: "";
}

.annonces-title .dropdown .dropdown-toggle,
.annonces-title .cta-voir-tout-accueil{
    background-color: #000b46;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    padding: 0 25px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease;
}

.annonces-title .dropdown .dropdown-toggle{border-radius:0; border:none; gap: 10px;}

.annonces-title .dropdown .dropdown-toggle:hover,
.annonces-title .cta-voir-tout-accueil:hover{background-color:#451bcd; text-decoration:none;}
.annonces-title .dropdown .dropdown-toggle:focus,
.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 #451bcd;}

.annonces-title .dropdown .dropdown-menu{border-radius: 0; padding: 0;}
.annonces-title .dropdown .dropdown-menu a{
    padding: 8px 20px;
    border-bottom: 1px solid #DDD;
    color: #000b46;
    font-weight: 600;
    font-size: 14px;
}
.annonces-title .dropdown .dropdown-menu li:last-child a{border-bottom:none;}
.annonces-title .dropdown .dropdown-menu a:hover{background-color: #F0F1F5; color:#451bcd;}

.annonces-title .cta-voir-tout-accueil.annonces-title__vehicules-neufs{background-color:#451bcd; cursor: pointer; gap: 10px; position: relative;}
.annonces-title .cta-voir-tout-accueil.annonces-title__vehicules-neufs:hover{background-color:#000;}
.annonces-title .cta-voir-tout-accueil.annonces-title__vehicules-neufs svg{fill:#FFF; transition: all 300ms ease;}
.annonces-title .cta-voir-tout-accueil.annonces-title__vehicules-neufs.show-all-brand svg{rotate: 180deg;}

.annonces-title__vehicules-neufs .annonces-title__vehicules-neufs-liste{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 35px;
    z-index: 2;
    height: 0;
    opacity: 0;
    scale: 1 0;
    margin: 0;
    padding: 14px 25px;
    text-align: left;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.15);
    list-style: none;
    transition: all 100ms ease;
}

.annonces-title__vehicules-neufs.show-all-brand .annonces-title__vehicules-neufs-liste{opacity: 1; height: auto;  scale: 1 100%;}

.annonces-title__vehicules-neufs-liste a{color:#000; text-decoration:none;}
.annonces-title__vehicules-neufs-liste a:hover{color:#451bcd;}

.tooltip{opacity:1 !important;}
.tooltip > .tooltip-inner {background-color: #FFF; padding:10px; min-width:160px; font-size:13px; font-weight: 500; color:#000; text-align: left; font-size: 14px;}
.tooltip .tooltip-arrow {border-top: 5px solid #FFF !important;}

.info-lien__horaires-tooltip + .tooltip > .tooltip-inner{min-width:260px;}

#type-module-1{margin-bottom:60px;}

.module-contact{margin-top: 40px;}
.module-contact .titre-horaire{margin-top:-5px;}
.module-contact .tel-concessionnaire{display: flex; align-items: center; gap: 6px;}
.module-contact .tel-concessionnaire svg{width: 12px;}
.module-contact .footer-contact > .row:last-child .form-group{display: flex; justify-content: flex-end; margin-top: 32px;}
.module-contact .form-group .btn{
    background-color: #451bcd;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    padding: 0 50px 1px;
    border-radius: 22px;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: all 300ms ease;
}
.module-contact .form-group .btn:hover{background-color: #000000; text-decoration: none;}

.CLannonce .pages a {color: #000; font-size: 14px;}
.CLPartage, .CLTexteRight{text-align: right;}
.CLannonce{padding-top:15px;}
.btn-menu {
    display: inline-block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    margin: 0 3px;
        text-transform: uppercase;
    font-size: 13px;
}
.btn-menu:hover, .btn-menu:focus {
    background: #f26523;
    color: #fff;
    text-decoration: none;
}
.menu-header{text-align: center; margin: 8px 0;}
.menu-site{border-bottom: 1px solid #e7310f;}
.container-home{margin-top: 30px;}
.CL-content{
    background-color: #dedede;
    border: 1px solid #d7d7d7;
    border-top: 10px solid #333 !important;
    color: #000;
    margin: 10px 0;
    padding: 15px;
}
.page-contact .CLBtn{margin-top: 20px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{background:#333!important;height:28px;position:absolute;right:1px;top:1px;width:20px}
.select2-container--default .select2-selection--single{border:none}
.select2{border:1px solid #ccc}
.select2-container--default .select2-selection--single .select2-selection__arrow i{color:#fff;height:0;left:50%;margin-left:-4px;margin-top:-6px;position:absolute;top:50%;width:0}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:30px}
.select2-results__option[aria-selected]{color:#666!important}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:#f60!important;color:#fff!important}
.select2-container .select2-selection--single{height:30px}
.CLBlockFiche a, .CLBlockFiche a:hover{color:#fff;text-decoration:none;display:block;}

.CLPhoto{float:left;margin-right:10px;margin-bottom:10px}
.CLPhotoDroite{float:right;margin-left:10px;margin-bottom:10px}
.CLBlockFiche,.CLTitre{color:#fff;font-family:"Fjalla One",sans-serif;line-height:28px;margin-bottom:8px;padding:4px 10px;text-transform:uppercase}
.CLTitre{background:#f26523;font-size:22px}
.CLBlockFiche{background:#f26523;font-size:13px;cursor:pointer}
.CL-content{padding:15px;margin-bottom:25px;border:1px solid #CCC}
.CLAnnonceConcession .btn-group-vertical .fa{font-size:17px;margin-right:5px;text-align:center;width:17px}

.footer-haut{background:#878787;line-height:50px;color:#fff;text-align:center;text-transform:uppercase;font-size:14px;padding:0 10px}
.concess-footer{color:#000}
.footer-bas{background:#000;padding:15px;text-align:center}
.lien-footer{color:#fff}
.lien-footer a{display:inline-block;font-size:13px;padding:0 5px;line-height:33px;text-transform:uppercase}
.lien-footer a:focus,.lien-footer a:visited{color: #0c2134; text-decoration: none; outline: none;}
.copy-right{font-size:13px;padding:10px 10px 0;color:#444}
.fa-fb{color:#38589E}
.fa-tw{color:#45AFE3}
.fa-yt{color:#E8002F}
.reseau-sociaux a{display:inline-block;margin:0 5px 10px}
.desc-newsletter{margin:5px 0 24px;text-align:justify}

.CLPagination a,.CLPagination span{display:inline-block;margin:0 2px;text-decoration:none}
.CLPagination a,.CLPagination a:hover,.CLPagination span{text-decoration:none}
.CLPagination{color:#000;font-size:14px;padding-right:5px;text-align:right;}
.CLPagination span{color:#000;line-height:1em;padding:9px 13px;background:#ccc}
.CLPagination span:first-child{color:#fff;text-decoration:none;background:0 0}
.CLPagination a{padding:6px 13px;color:#0c2134}
.CLoccasion .CLPagination a, .CLneuf .CLPagination a{color:#000}

.CLTriZone label{display:none;}
.CLAnnonceCaracteristiques table tr:first-child,.CLAnnonceCaracteristiques table tr:nth-child(2),.CLAnnonceCaracteristiques table tr:nth-child(3),.CLDetails,.CLPrix,.CLTitreAccessoire,.CLVignetteHeader span{font-weight:700}
.CLBtnAffichage{background:#ccc;color:#333;cursor:pointer;display:inline-block;font-size:20px;padding:2px 8px;text-decoration:none;text-transform:uppercase;transition:all .2s linear 0s}
.ActiveAffichage,.CLBtnAffichage:focus,.CLBtnAffichage:hover{background:#333;color:#ccc}
.CLVignette{border-top:10px solid #0c2134;padding:10px;cursor:pointer;position:relative;background-color:#E0E0E0;margin-bottom:20px}
.CLVignette:focus *,.CLVignette:hover *{color:#000!important;}
.CLVignette:hover {border-top:10px solid #333}
.CLBtn{color:#fff;text-decoration:none;padding:10px 15px;background: #0c2134;border:none;}
.CLVignetteFoot:after{border-left:30px solid #E0E0E0}.HoverVignetteFoot{border-left:30px solid #0c2134}
.CLVignetteAccessoire{border:1px solid #ccc;cursor:pointer;margin-bottom:20px}
.CLVignetteAccessoire:focus,.CLVignetteAccessoire:hover{border-top:1px solid #0c2134}.CLTexteAccessoire{font-size:11px;color:#dedede}
.myrow .col-sm-1,.myrow .col-sm-2,.myrow .col-sm-3{overflow:hidden;display:flex;justify-content:center;align-items:center;border-right:1px solid #fff;height:100px}
.myrow .last-my-col{border-right:none}.CLannonce .btn-default{color:#000!important}.CLannonce [class^=col-],.CLannonce[class*=" col-"]{padding-left:7px;padding-right:7px}
.CLannonce .row{margin-left:-7px;margin-right:-7px}
.CLannonce .CL-content{border:none}
.CLannonce .CL-content .form-control{border-radius:0}
.CLannonce .CL-content .CLBtn{padding:0 8px;margin:4px;color:#d9dcdb;background-color:#4a86d9;font-size:24px}
.CLaccessoires .CLBtn{margin:0;padding:7px 40px}
.CLannonce .CL-content .CLBtn.active,.CLannonce .CL-content .CLBtn:hover{padding:0 8px;margin:4px;color:#4a86d9;font-size:24px;background-color:#d9dcdb}
.CLannonce .pages a{color:#000;font-size:14px}
.CLannonce .pages a .fa-long-arrow-left,.CLannonce .pages a .fa-long-arrow-right,.CLannonce .pages a .fa-reply{color:#0c2134}
.CLannonce hr.degrade{display: none;}
.CLannonce .CLTitreAnnonce{font-size:26px;text-decoration:underline}
.CLannonce .CLAnnonceConcession,.CLannonce .CLAnnonceImage{border:none;background-color:transparent;padding:0;margin:0}
.CLannonce .CLMarqueLogo img{max-width:120px}.CLannonce .CLTitreContenu{border-bottom:none}.CLannonce #map{padding-bottom:133%}
.CLannonce .CaptchaImg img{margin-top:0!important}
.CLAnnonceImage{padding:0!important}
.CLAnnonceCaracteristiques table td{padding:3px}
.CLVignetteHeader{padding:10px;font-size:16px;background:#E0E0E0;color:#000;text-align:center;transition:all linear .2s}
.CLVignetteImage{overflow:hidden;display:flex;justify-content:center;align-items:center}
.CLVignetteHeader .marque-logo{display:block;min-height:40px}
.CLVignetteFooter{border-top:1px double #fff;color:#000;font-size:14px;line-height:1.6em;padding:5px 0;margin-top:5px}
.CLVignetteAccessoireFooter{background:#000;color:#fff;font-size:12px;line-height:1.6em;padding:5px}
.CLPrix{color:#0c2134;font-size:14px}
.CLAncienPrix{text-decoration:line-through}
.CLDetails{cursor:pointer;color:#fff}.CLDetails span{color:#0c2134;margin-left:5px}
.CLDetails:hover{color:#fff}
.CLTriZone{background-color:#333;color:#000;margin:10px 0 20px;padding:5px 15px}
.CLTriZone .form-group{margin-bottom:0}
.CLSearchZone{background-color:#dedede;border:1px solid #d7d7d7;border-top:10px solid #333;color:#000;margin:10px 0;padding:15px}
.CLSearchZone h2{border-bottom:1px solid #0c2134;color:#000;font-size:18px;margin:5px 0 10px;text-transform:uppercase;padding-bottom:7px}
.CLSearchZone p{margin-top:30px}
.CLSearchZone .ckbox label{font-size:12px;font-weight:400}
.CLSearchZone .form-control{border-radius:0}
.CLNombreAnnonce{color:#0c2134}
.CLAnnonceCaracteristiques,.CLAnnonceConcession,.CLAnnonceDescription,.CLAnnonceImage{color:#000;padding:10px;margin-top:10px;margin-bottom:10px;text-align:justify}
.CLAnnonceCaracteristiques h2,.CLAnnonceConcession h2,.CLAnnonceDescription h2{border-bottom:1px solid #0c2134;color:#000;font-size:18px;margin-top:5px;padding-bottom:10px;text-transform:uppercase;margin-bottom:10px;text-align:left}

.CLAnnonceConcession .btn-group-vertical button{border-radius:0;color:#000;font-size:12px!important;margin-bottom:5px;text-align:left;text-transform:initial}
.CLAnnonceConcession .btn-group-vertical button i{display:inline-block;min-width:2em;font-size:16px!important}
.CLAnnonceConcession .CLTitreContenu{font-size:16px;font-weight:700}
.CLAnnonceConcession .CLBtn{font-size:10px;margin-top:0;padding:8px;width:100%}
.CLAnnonceConcession .row{padding-top:12px;padding-bottom:12px}
.CLAnnonceConcession .row:last-child{border-bottom:none}
.CLAnnonceTelephone{color:#434343;border:1px solid #666;padding:10px;margin-top:10px;margin-bottom:10px;background:#fff}
.CLAnnonceTelephone h2{border-bottom: 1px solid #666; color: #434343;font-size: 16px; margin-top: 5px; padding-bottom: 10px; text-transform: uppercase;}
.CLAnnonceConcession .CLPrix {font-weight: bold; color: #4a86d9; font-size: 18px;}
.CLAnnonceCaracteristiques .CLPrix {color: #F00;}
.CLAnnonceCaracteristiques table tr:first-child, .CLAnnonceCaracteristiques table tr:nth-child(2) { font-weight: bold;}
.CLAnnonceConcession .CLTitreContenu{font-size:16px; font-weight:bold; border-bottom: none; margin-bottom: 0px;}
.CLAnnonceConcession .CLBtn{ font-size:10px; margin-top:5px; margin-bottom:5px; padding:8px; width: 100%; text-align: center;}
.CLAnnonceConcession .CLPartage {text-align: left;}
.CLAnnonceCaracteristiques table { background-color: #e0e0e0;}
.CLAnnonceCaracteristiques table tr { border: 10px solid #fff;}
.CLAnnonceCaracteristiques table td { border: 1px solid #fff; padding: 10px; vertical-align: top; width: 50%;}
.CLaccessoires span.prix_barre { display: inline-block; text-decoration: line-through; color: black;  margin-left: 2em;}
#resultats select { padding: 5px;font-size: 16px; line-height: 1; border-radius: 0;  height: 34px;  border-color: rgb(204 ,204, 204); font-size: 12px;}
table.table-annonces {border-collapse: separate;border-spacing: 0 10px;}
table.table-annonces th { border: none; text-align: center; color: black; }
table.table-annonces td:first-child { max-width: 250px; }
table.table-annonces td:nth-child(2) { border-left-color: transparent; }
table.table-annonces td { border: 1px solid #d7d7d7; border-right-color: transparent; }
table.table-annonces td:last-child { border-right-color: #d7d7d7; }
table.table-annonces .prix_liste { color: #0c2134; font-weight: bold; }
.CLserie-limitee .CLDetails { font-weight: bold; cursor:pointer; color: black;}
.CLserie-limitee .CLDetails:hover .CLserie-limitee .CLDetails span:hover{ color: #fff;}
.CLserie-limitee .CLTexteDetails{ font-size: 12px;height: 90px;}
.CLPersonnel { background: #fff; color: #000; display: block; padding: 5px 0 0; text-align: center; text-decoration: none; margin-top: 20px;}
.CLPersonnel i {margin-right: 5px;}
.CLPersonnel .CLTel{ color: #fff; text-align: center; margin-bottom: 10px;}
.CLPersonnelContent{ padding: 10px; color: #fff; background-color: #000;}
.CLPersonnel span{ color: #0c2134; margin-bottom: 10px;  display: block; font-weight: bold;}
.CLevenements .CLEnveloppeImage{padding: 15px;border: 1px solid #dedede;margin-bottom:15px;}
.CLevenements .CLTitreContenu, .CLevenements .CLTitreContenuDetails,.CLmagasin .CLTitreContenu ,.CLcontact .CLTitreContenu, .CLpartenaire .CLTitreContenu{border-bottom: 1px solid #f60;}
.CLcontact .CL-content{background-color: #DEDEDE; border:none;}

.CLPartage a,.CLPartage a:focus,.CLPartage a:hover{color:#fff}
.CLPartage a:first-child{background-color:#385893;padding:7px 11px}
.CLPartage a:nth-child(2){background-color:#45A6DA;padding:7px 9px}
.CLPartage a:nth-child(3){background-color:#D44A38;padding:7px 9px}
.CLPartage a:nth-child(4){background-color:#ffc500;padding:5px 7px 7px;font-size:16px;line-height:20px}.CLPartage a:nth-child(5){background-color:#2a3234;padding:5px 8px 7px;font-size:16px;line-height:20px}

.lien-rapide{margin-top: 15px;}
.lien-rapide a {color: #fff;}
.CLoccasion .CLSearchZone .ckbox {margin-top: 23px;}
.CLoccasion .CLSearchZone .ckbox input{position: relative; top: 2px;}
#map-pop-up{width:100%;padding-bottom:80%;height:0;position:relative}#map-pop-up iframe{height:100%;position:absolute;width:100%}
#map,.CLSlide{position:relative}
#map iframe{height:100%;position:absolute;width:100%}
.CLannonce #map{padding-bottom:133%}
#map {height: 550px;}
.checkbox label {color: #000;}
.fancybox-slide .CLAnnonceDescription h2{font-size: 12px;}
.flexslider{border-radius:0;}
#slideshow .slides > li{ 
  background-position: center;
  height: 100%;
  width: 100%;
  display: none; 
  background-size: cover !important;
}
.media-fiche #slider .slides > li{height: 550px;}
#slideshow .flexslider-container, 
#slideshow .slides, 
#slideshow .flex-viewport {height: 100%;}
#slideshow .flex-control-nav{bottom:40px; z-index: 2;}
#slideshow .slides{border-bottom: 1px solid #fff;}
#slideshow .flex-control-nav li{margin: 0 10px;}
#slideshow .flex-control-paging li a{
    width: 25px;
    height: 18px;
	-webkit-transform: skew(-30deg);
	   -moz-transform: skew(-30deg);
	     -o-transform: skew(-30deg);
    background: #fff;
    border-radius: 0px;
}
#slideshow .flex-control-paging li a.flex-active{background: #008dd2;}
#slideshow .flex-direction-nav a{top:92%;}
#slideshow .flex-direction-nav a, #slideshow .flex-direction-nav a:before{color: #fff;}
ul.slides {margin: 0; padding: 0;}

#slideshow{
  margin: 0; 
  padding: 0; 
  width: 100%; 
  height: 100%; 
  border: 0px; 
  overflow: hidden;
}
.bg-loaded{opacity:1 !important;display:block !important;}
.logo-axxe{margin-top: 66px;}

.presentation{
    background: #fff;
    font-size: 14px;
    padding: 32px 18px;
    min-height: 421px;
    margin-bottom: 30px;
    text-align: justify;
    
}
.presentation .img-responsive{margin-bottom: 30px;}
.grand-logo{margin-bottom: 30px;}
.grand-logo .img-responsive,
.container-blanc .img-responsive,
.contact .img-responsive{margin: 0 auto;}
.container-blanc{background: #fff;}
.titre-occasion{
    color: #000;
    font-size: 18px;
    line-height: 46px;
    margin-top: -20px;
    text-transform: uppercase;
    margin-bottom: -17px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}
.images-occasions{margin: 15px 0 0;}
.voir-annonces a{
    color: #e41c15;
    font-size: 13px;
    line-height: 19px;
    display: block;
    text-align: right;
    color: #000;
    text-shadow: 1px 0px 4px #fff;
}
.contact{
    margin-top: 15px;
    display: block;
    background: #fff;
}
footer{
    padding: 50px 30px 70px;
    color: #fff;
    border-top: 5px solid #451bcd;
    background: linear-gradient(81deg, #030d40 0%, #010024 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;}
.thumbnail {
    border-radius: 0;
    height: 194px;
}
.ref_moto_home{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 7px 0 4px;
    text-align: center;
}
.date-immat{
    font-size: 12px;
    color: #000;
}
.cylindree{
    font-size: 12px;
    color: #000;
}
.prix{
    font-size: 12px;
    color: #e41c15;
    font-weight: bold;
    text-align: right;
}
.prix-barre{
    font-size: 11px;
    color: #000;
    text-decoration: line-through;
    font-weight: bold;
    text-align: right;
}
.bg-blanc{
    background: rgba(255,255,255,0.7);
    margin-top: 50px;
}

.CLevenements .CLTitreContenu, .CLevenements .CLTitreContenuDetails,.CLmagasin .CLTitreContenu ,.CLcontact .CLTitreContenu, .CLpartenaire .CLTitreContenu{border-bottom: 1px solid #e41c15;}
.CLTitreContenu,.CLTitreContenuDetails{font-size:21px;font-weight:400;margin-bottom:15px;padding-bottom:5px;text-transform:uppercase}
.CLTitreContenu{color:#000;margin-top:15; border-bottom:1px solid #e41c15;}
.CLTitreContenuDetails{color:#333;margin-top:15}
.CLTitreContenu:empty{border:none!important;margin:0!important;padding:0!important}


.text-right {text-align: right;}
.CLPagination a {
    padding: 7px 12px;
    color: #fff;
    background: #f60;
}

.CLBlockcontent-image,
.CLAnnonceImg,
.CLVignetteImage,
.CLAnnonceImage{position: relative;}
.permis-a2-liste, .permis-a2{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.permis-a2-checkbox{
    position: relative;
    top: 0;
}
.navbar-default {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0;
}
.navbar-nav {
    float: none;
    margin: 0;
    text-align: left;
}

.CLoccasion .CLPagination a, .CLneuf .CLPagination a {
    color: #fff;
}
.CLTitre {
    background-color: #dedede;
    border: 1px solid #d7d7d7;
    border-top: 10px solid #333;
    color: #000;
    margin: 10px 0;
    padding: 15px;
    font-size: 18px;
}
.bg-blanc {
    background: rgba(255,255,255,0.7);
    margin-top: 50px;
    padding: 5px 15px;
}
.CLTexteCenter{text-align: center;}
.page-demande-essai .form-inline .std input[type="text"], .form-inline select {
    width: 55% !important;
    margin-bottom: 7px;
}
.page-demande-essai .form-inline input[type="checkbox"] {
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.margin-top-10{margin-top: 10px;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background: #0c2134!important;}

.CLPagination a {
    padding: 7px 12px;
    color: #fff;
    background: none;
}
.CLBlockFiche {background: #0c2134;}
.CLBtn:hover, .CLBtn:focus{
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
}
.fiche-accessoire .CLTitreAnnonce {font-size: 16px;}
.voir-tous-annonces{
    position: absolute;
    top: 0;
    right: 0;
}
.voir-tous-annonces {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 10px;
}
.voir-tous-annonces a{color: #e41c15;}

.espace{margin-top: 21px;}
.btn-page-contact {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.logo-plan{
    background: #000;
    text-align: center;
    display: flex;
    height: 400px;
    align-items: center;
    justify-content: center;
}
.dropdown-menu > li > a {
    font-size: 13px;
    text-transform: uppercase;
}
#IDPlageContact{height: 235px;}

.navbar-nav li ul li{background: #fff;}

.container-site{margin-top: 30px;}

.titre-page-motoconcess{
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: #0c2234;
}

.nom-concess {
    font-size: 86px;
    margin-top: 14px;
    color: #192d3d;
    text-align: right;
    line-height: 130px;
}
.img_vignette_home .img-responsive{margin: 0 auto;}
.hidden-xs .img-responsive {
    margin-top: 13px;
    text-align: right;
    float: left;
}


/**********************************ANNONCES*********************************/
#IDVignettes a {
    text-decoration: none;
    transition: all linear 0.2s;
}

#IDProduits #IDVignettes a { height: 255px; }
.CLBlockcontent-inline {vertical-align: top;}

.series-limitees a:hover h3 {color: #F30711;}
.series-limitees h3 {
    display: block;
    margin-top: 15px;
}
.CLBlockcontent-header {
    padding: 10px;
    font-size: 14px;
    min-height: 4em;
}
.CLBlockcontent-header h2 {
    color: black;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 4px;
}
#IDVignettes a:hover .CLBlockcontent-header {
    background: #6b7885;
    color: white;
    transition: all linear 0.2s;
}
#IDVignettes a:hover .CLBlockcontent-header h2 {color: white;}
.CLBlockcontent-footer {
    padding: 10px 10px 0;
    font-size: 14px;
    color: black;
    text-align: left;
}

.CLBlockcontent-footer .CLPrix {
    color: #F30711;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 3px;
}
.CLBlockcontent-footer .CLAncienPrix {text-decoration: line-through;}
.CLBlockcontent-footer .CLDetails {text-align: right;}
.CLBlockcontent-footer .row {margin-bottom: 10px;}
.CLBlockcontent-footer .row:after {
    display: block;
    clear: both;
    content: "";
}
.CLAnnonceImg {
    position: relative;
    float: left;
    width: 62.5%;
    margin-right: 1.5%;
    overflow:hidden;
    margin-top: 10px;
}
.CLAnnonceImg .CLAnnonceSlide {
    position: relative;
    float: left;
}
.CLAnnonceImgSlider:after {
    display: block;
    clear: both;
    content: "";
}
.CLAnnonceImgSlider .fa-chevron-left {
    position: absolute;
    color: black;
    background: white;
    top: 50%;
    left: 15px;
    margin-top: -25px;
    font-size: 20px;
    border-radius: 60px;
    padding: 14px 18px 14px 16px;
    cursor: pointer;
    z-index: 10;
}
.CLAnnonceImgSlider .fa-chevron-right {
    position: absolute;
    color: black;
    background: white;
    top: 50%;
    right: 15px;
    margin-top: -25px;
    font-size: 20px;
    border-radius: 60px;
    padding: 14px 16px 14px 18px;
    cursor: pointer;    
    /* z-index: 10; */
}
.CLAnnonceImgCount {
    position: absolute;
    background: white;
    bottom: 18px;
    left: 15px;
    padding: 10px;
    line-height: 21px;
    font-weight: bold;
    font-size: 12px;
}
.CLAnnonceImgCount i {
    font-size: 22px;
    display: block;
    float: left;
    margin-right: 11px;
    color: #444444;
}
.CLBlockcontent, .CLBlockcontent-w, .CLArticle, .CLBlockcontent-inline {
    background: white;
    border: 1px solid #d6d6d6;
    padding: 15px;
    color: #666666;
    margin-bottom: 20px;
    clear: left;
}
a.CLBlockcontent-inline:hover {
    text-decoration: none;
    border: 1px solid #0c2134;
}
.occasions-accueil .CLBlockcontent-inline{display: block;}
.occasions-accueil .CLBlockcontent-header h2{margin-top: 0;}
.occasions-accueil .CLBlockcontent-footer{text-align: center;}



/* --------------------------- */
/* ------ Media Queries ------ */
/* --------------------------- */



@media (max-width: 1600px){
    .nos-marques__concession{width: 47%; padding-left: 30px;}
    .nos-marques__nom-concession{margin: 0 0 -120px -30px;}
    .occasions-accueil{overflow: hidden;}
}

@media (max-width: 1200px){
    .header-EM02 .logo-header{max-width: 280px;}
    .container{width:100%; max-width: 1200px; padding: 20px 30px 40px;}
    .header-EM02__txt-presentation{font-size: 14px; line-height: 18px;}
    .nos-marques .nos-marques__container{flex-direction: column; align-items: center; gap: 60px;}
    .nos-marques__container .nos-marques__concession{width: 100%; padding-left: 0;}
    .nos-marques__concession .nos-marques__nom-concession{margin: 0 0 -120px -1px;}
}

@media (max-width: 992px){
    .navbar-header{
        display: flex;
        justify-content: center;
    }
    .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{margin-top: 15px; padding: 10px 14px; font-size: 15px; line-height: 20px;}
    
    .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;}
    .slider .owl-stage .owl-item .item{height: 420px;}
    .slider .owl-stage .owl-item .item img{width: auto; height: 100%; object-fit: cover;}
    .navbar-default.header-EM02{gap: 30px; padding: 20px 25px;}
}

@media (max-width: 860px){
    .main-footer .container > .row{flex-direction: column; align-items: center;}
    .main-footer .adresse-footer,
    .main-footer .fb-page{width:100%;}
    .annonces-title{flex-direction: column; align-items: center; gap: 20px;}
    .annonces-title .titre-accueil{padding-left: 0;}
    .annonces-title .titre-accueil::before{display:none;}
    .navbar-default.header-EM02{flex-direction: column;}
    .header-EM02__txt-presentation{text-align: center;}
}

@media (max-width: 768px){
    body{display: flex; flex-direction: column;}
    .banner-home .img-banner-home {max-height: inherit;}
    .slider{margin-top: 0; min-height: 420px;}
    .txt-slideshow{width: 88%; right: 50%; transform: translate(50%, 0);}
    body .owl-item.active .txt-slideshow{animation-duration:0s;}
    .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;}
    .titre-occasion{background: none;}
    .voir-tous-annonces {position: static;}
    .navbar-nav > li{width: 100%;}
    .navbar-nav .open .dropdown-menu{background: #fff;}
    
    .logo .img-responsive{margin: 0 auto;}
    .nom-concess {
        font-size: 31px;
        margin-top: 14px;
        color: #192d3d;
        text-align: center;
        line-height: 58px;
    }
    .slider .owl-theme .owl-dots{width: 100%; bottom: -30px;}
    .owl-theme .owl-dots .owl-dot span{margin: 3px 4px;}
    .slider .owl-theme .owl-dots .owl-dot span{width: 14px; height: 14px;}
    footer .background-topo{top: 0; width: auto; opacity: 0.18; height: 800px;}
}

@media (max-width: 600px){
    .main-footer{
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center;
    }
    .main-footer .adresse-footer.adresse-laon {
        text-align: center;
        align-items: 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;}
    .occasions-accueil{padding: 0 20px;}
    .occasions-accueil .owl-carousel .owl-nav .owl-prev {margin-left: -24px;}
    .occasions-accueil .owl-carousel .owl-nav .owl-next {margin-right: -32px;}
    body footer .background-topo{height: 1200px;}
}


@media (max-width: 550px){
    .occasions-accueil .carousel-inner .vignette-home{max-width: inherit;}
    .header-EM02__txt-presentation br{display:none;}
    body .slider{min-height: 200px;}
    body .slider .owl-stage .owl-item .item {height: 200px;}
    .item .txt-slideshow .titre{font-size: 24px;}
    .nos-marques__concession-detail{flex-direction: column; gap: 20px;}
    .nos-marques__container .nos-marques__concession .nos-marques__nom-concession{margin: 0;}
    .nos-marques__contact{width: 100%; position: relative;}
    .nos-marques__concession .nos-marques__nav{margin-bottom: 22px; padding: 0 25px;}
    .nos-marques .nos-marques__concession .nos-marques__tel-concession{width: 100%; margin-bottom: 0;}
    .nos-marques .nos-marques__horaires{right: inherit;}
    .nos-marques .show-horaires .nos-marques__horaires{top: 45px;}
    .nos-marques__nom-concession{
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }
    .nos-marques__nom-concession .nom-concession__top{
        order: 1;
        font-size: 70px;
        line-height: 74px;
    }
    .nos-marques__nom-concession .nom-concession__bottom{
        order: 2;
        font-size: 70px;
        line-height: 74px;
        color: #FFF;
        text-shadow: none;
    }
    .nos-marques__nom-concession .nom-concession__ville{
        background-color: #FFF;
        order: 3;
        width:100%;
        margin-bottom: 0;
        height: 50px;
        color: #451bcd;
    }
    .nos-marques .nos-marques__concession .module_1 .owl-carousel .owl-stage,
    .nos-marques .nos-marques__concession .module_1,
    .nos-marques .nos-marques__concession .owl-carousel .owl-stage{height: 320px;}
}


@media (max-width: 450px){
    .nos-marques__concession .nos-marques__nom-concession .nom-concession__top,
    .nos-marques__concession .nos-marques__nom-concession .nom-concession__bottom{font-size: 55px; line-height: 55px;}
    .nos-marques__concession .nos-marques__nom-concession .nom-concession__ville{font-size: 32px;}
}



