@import url("content.css");

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

body {
    margin     : 0;
    padding    : 0;
    color      : #FFF;
    background : #000 url('../image/fond.jpg') center 108px no-repeat;
    height     : 100%;
    font-family: 'Maven Pro', sans-serif;
    /*SPECIFIC FONTS : http://www.fontsquirrel.com/tools/webfont-generator */
}

.clearfix:after {
    content     : ".";
    display     : block;
    clear       : both;
    visibility  : hidden;
    line-height : 0;
    height      : 0;
    font-size   : 1px;
}
.link_trans_css3 {
    transition-duration : 0.2s;
    transition-property : all;
    -moz-transition-duration : 0.2s;
    -webkit-transition-duration : 0.2s;
    -ie-transition-duration : 0.2s;
    -o-transition-duration : 0.2s;
    -moz-transition-property : all;
    -webkit-transition-property : all;
    -ie-transition-property : all;
    -o-transition-property : all;
}
.clearfix:after {
    content     : ".";
    display     : block;
    clear       : both;
    visibility  : hidden;
    line-height : 0;
    height      : 0;
}
#container {
    width   : 1000px;
    margin  : 0 auto;
    padding : 0px;
    position: relative;
}
#container.tablette {
    overflow: hidden;
}
.fond_degrade {
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(255, 255, 255, 0.01)),
        to(rgba(255, 255, 255, 0.04)),
        color-stop(0.35, rgba(255, 255, 255, 0.09)),
        color-stop(0.35, rgba(255, 255, 255, 0.04))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.01),
        rgba(255, 255, 255, 0.09) 35%,
        rgba(255, 255, 255, 0.04) 35%,
        rgba(255, 255, 255, 0.04)
     );
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0.01),
        rgba(255, 255, 255, 0.09) 35%,
        rgba(255, 255, 255, 0.04) 35%,
        rgba(255, 255, 255, 0.04)
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.01),
        rgba(255, 255, 255, 0.09) 35%,
        rgba(255, 255, 255, 0.04) 35%,
        rgba(255, 255, 255, 0.04)
    );
    background: linear-gradient(
        top,
        rgba(255, 255, 255, 0.01),
        rgba(255, 255, 255, 0.09) 35%,
        rgba(255, 255, 255, 0.04) 35%,
        rgba(255, 255, 255, 0.04)
    );
}
#header {
    position: relative;
    height: 237px;
}
#header .logo {
    position: absolute;
    left: -3px;
    top: 39px;
    display: block;
    width: 182px;
    height: 159px;
    z-index: 1;
    outline: 0;
}
#header .menu_top {
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
    height: 39px;
    line-height: 39px;
    position: absolute;
    right: 0;
    top: 69px;
}
#header .menu_top:before {
    content: url('../image/degrade_menu.png');
    left: 0px;
    position: absolute;
    top: -1px;
}
#header .menu_top ul {
    margin: 0;
    padding: 0 0 0 25px;
    height: 100%;
    list-style: none;
}
#header .menu_top ul li {
    margin: 0;
    padding: 0;
    height: 100%;
    float: left;
}
#header .menu_top ul li a {
    display: block;
    height: 39px;
    font-weight: 400;
    line-height: 39px;
    padding: 0 20px;
    font-family: 'caviarDreamsBold';
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    position: relative;
}
#header .menu_top ul li a:hover, #header .menu_top ul li a.on {
    color: #cc071e;
}
#header .menu_top ul li + li a:before {
    content : url('../image/puce_red.png');
    position: absolute;
    height: 5px;
    width: 6px;
    top: -4px;
    margin: auto;
    left: -5px;
}
#header .menu_top ul li:first-child a {
    padding-left: 0;
}
#header .menu_top ul li:last-child a {
    padding-right: 0;
}
#header .menu_top ul ul {
    display: none;
    position: absolute;
    top: 41px;
    background: #000;
    background: rgba(0,0,0,0.9);
    padding: 0;
    z-index: 11;
    height: auto;
    margin-left : -10px;
}
#header .menu_top ul li + li ul {
    margin-left : 10px;
}
#header .menu_top ul li:hover ul {
    display: block;
}
#header .menu_top ul ul li {
    line-height: 41px;
    display: block;
    float: none;
    padding: 0 10px;
}

#header .menu_top ul ul li a {
    display: block;
    padding: 0 3px 0 0;
    font-size: 15px;
}
#header .menu_top ul ul li + li a {
    border-top: 1px solid #4f4f4f;
}
#header .menu_top ul ul li .trans {
    background: transparent;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -2px;
    height: 5px;
}
#header .menu_top ul ul li a:before {
    display: none;
}
#header .zone_rs {
    position: absolute;
    height: 29px;
    right: 0;
    top: 4px;
}
#header .zone_rs a {
    line-height: 29px;
    height: 29px;
    display: block;
    color: #FFF;
    text-decoration: none;
    background-color: #cc071e;
    min-width: 29px;
    font-size: 14px;
    margin-left : 3px;
    float: left;
    font-weight: 400;
}
#header .zone_rs a.newsletter {
    padding: 0 10px;
    margin-right : 10px;
}

#header .zone_rs a.mail, #header .zone_rs a.map,
#header .zone_rs a.facebook, #header .zone_rs a.twitter,
#header .zone_rs a.instagram,
#header .zone_rs a.sauvegarde:before {
    background-image: url('../image/sprite_rs.png');
    background-repeat: no-repeat;
}
#header .zone_rs a.mail{
    background-position: 5px center;
}
#header .zone_rs a.map{
    background-position: -26px center;
}
#header .zone_rs a.facebook{
    background-position: -58px center;
}
#header .zone_rs a.twitter{
    background-position: -90px center;
}
#header .zone_rs a.instagram{
    background-position: -153px center;
}
#header .zone_rs a.sauvegarde {
    padding: 0 35px 0 10px;
    margin-right : 10px;
    position: relative;
    display: none;
}
#header .zone_rs a.sauvegarde.on {
    display: block;
}
#header .zone_rs a.sauvegarde:before {
    background-position: -120px center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    content: '';

}
#header .baseline-container {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    top: 156px;
    left: 196px;
}
#header .baseline-container .baseline-logo {
    margin-left: 60px;
    width: 114px;
    height: 114px;
}
#header .baseline-container .baseline-logo img {
    object-fit: contain;
    width: 100%;
}
#header .baseline {
    font-size: 24px;
    font-weight: 400;
    color: #cc071e;
    font-family: caviardreams, sans-serif;
    border: 0;
    margin: 0;
    line-height: 1;
}
.zone_nouveautes {
    position: relative;
    margin-bottom: 55px;
}
.zone_nouveautes h2 {
    font-family: caviarDreams, sans-serif;
    font-size: 30px;
    color: #FFF;
}
.zone_nouveautes h2 span.miseAjour {
    color: #767676;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.zone_nouveautes .slide_new {
    position: relative;
    overflow: hidden;
    height: 141px;
}
.zone_nouveautes .go_left, .zone_nouveautes .go_right {
    position: absolute;
    top: 114px;
}
.zone_nouveautes .go_left {
    left: -35px;
}
.zone_nouveautes .go_right {
    right: -35px;
}
#container.tablette .zone_nouveautes .go_left {
    left: 0;
    padding: 12px;
    top: 96px;
}
#container.tablette .zone_nouveautes .go_right {
    right: 0;
    padding: 12px;
    top: 96px;
}
div.liste_vehicule h2 {
    font-weight: 400;
    font-size: 21px;
}
ul.liste_vehicule {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zone_nouveautes .slide_new ul.liste_vehicule {
    margin: 0;
    padding: 0;
    width: 50000px;
    height: 100%;
}
ul.liste_vehicule li {
    display: block;
    float: left;
    padding: 0;
    margin: 0 8px 35px;
    width: 234px;
    height: 157px;
    overflow: hidden;
    background: url('../image/vehicule_default.png');
}
.zone_nouveautes .slide_new ul.liste_vehicule li {
    margin: 0 9px 0 0;
    width: 211px;
    height: 141px;
}
ul.liste_vehicule li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    overflow: hidden;
    font-weight: 400;
}
ul.liste_vehicule li a .nouveaute {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cc071e;
    height: 15px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
    font-size: 11px;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.5);
}
ul.liste_vehicule li.bloc_alerte {
    background: #cc071e;
    color: #FFFFFF;
    font-size: 14px;
    height: 137px;
    padding: 10px 25px;
    text-align: center;
    width: 184px;
}
ul.liste_vehicule li.bloc_alerte p {
    margin: 5px 0;
}
ul.liste_vehicule li.bloc_alerte a {
    color: #FFFFFF;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    height: auto;
    margin: 10px 0;
    padding: 0;
    text-decoration: underline;
}
ul.liste_vehicule li.bloc_catalogue {
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#313131),
        to(#000000)
    );
    background: -webkit-linear-gradient(
        top,
        #313131,
        #000000
    );
    background: -moz-linear-gradient(
        top,
        #313131,
        #000000
    );
    background: -o-linear-gradient(
        top,
        #313131,
        #000000
    );
    background: linear-gradient(
        top,
        #313131,
        #000000
    );
    color: #AAAAAA;
    font-size: 14px;
    height: 137px;
    padding: 10px 25px;
    text-align: center;
    width: 184px;
    position: relative;
}
ul.liste_vehicule li.bloc_catalogue a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../image/icon_catalogue.png') no-repeat 45px center;
}
ul.liste_vehicule li.bloc_catalogue a span {
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    height: 23px;
    left: 80px;
    margin: auto;
    position: absolute;
    top: 0;
}
ul.liste_vehicule li.bloc_catalogue a:hover span {
     text-decoration: underline;
}
ul.liste_vehicule li a span.legende,
ul.liste_vehicule li a h3.legende {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -100%;
    color: #FFFFFF;
    padding: 3px 13px;
    line-height: 1.4;
    font-size: 14px;
    font-family: arial,sans-serif;
    background: #000;
    background: rgba(0,0,0,0.8);
    margin: 0;
}
ul.liste_vehicule li a:hover span.legende,
ul.liste_vehicule li a:hover h3.legende{
    bottom: 0;
}
ul.liste_vehicule li a span.legende .prix,
ul.liste_vehicule li a h3.legende .prix {
    position: absolute;
    bottom: 3px;
    right: 13px;
    text-align: right;
}
.content_img {
    height: 100%;
    display: block;
    margin: 0 0 0 -50%;
    position: relative;
    width: 200%;
}
.content_img img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
ul.liste_vehicule li .content_img img {
    max-height: 157px;
    min-height: 141px;
    top: 0;
}
.zone_nouveautes .slide_new ul.liste_vehicule li .content_img img {
    max-height: 142px;
}
.zone_buy_cell {
    position: relative;
    z-index: 2;
    height: 142px;
    background: #101010;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#212121),
        to(#000000)
    );
    background: -webkit-linear-gradient(
        top,
        #212121,
        #000000
    );
    background: -moz-linear-gradient(
        top,
        #212121,
        #000000
    );
    background: -o-linear-gradient(
        top,
        #212121,
        #000000
    );
    background: linear-gradient(
        top,
        #212121,
        #000000
    );
    box-shadow: 0 0 5px rgba(0,0,0,0.75);
}
.zone_buy_cell .bloc {
    background: #000;
    font-weight: normal;
    width: 358px;
    height: 111px;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.70);
    position: absolute;
    top: 18px;
}
.zone_buy_cell .bloc_cell {
    right: 15px;
}
.zone_buy_cell .bloc_buy {
    left: 15px;
}
.zone_buy_cell .bloc .content {
    color: #FFF;
    border-radius: 5px;
    padding: 0 2px 0 12px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#707070),
        to(#1e1e1e),
        color-stop(0.05, #000000),
        color-stop(0.15 , #0d0d0d),
        color-stop(0.95, #0d0d0d)
    );
    background: -webkit-linear-gradient(
        top,
        #707070,
        #000000 0.05%,
        #0d0d0d 15%,
        #0d0d0d 95%,
        #1e1e1e
    );
    background: -moz-linear-gradient(
        top,
        #707070,
        #000000 0.05%,
        #0d0d0d 15%,
        #0d0d0d 95%,
        #1e1e1e
    );
    background: -o-linear-gradient(
        top,
        #707070,
        #000000 0.05%,
        #0d0d0d 15%,
        #0d0d0d 95%,
        #1e1e1e
    );
    background: linear-gradient(
        top,
        #707070,
        #000000 0.05%,
        #0d0d0d 15%,
        #0d0d0d 95%,
        #1e1e1e
    );
}
.zone_buy_cell .bloc:hover {
    background: #111;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.85);
}
.zone_buy_cell .bloc:hover .content {
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#707070),
        to(#333333),
        color-stop(0.05, #161616),
        color-stop(0.15 , #1f1f1f),
        color-stop(0.95, #1f1f1f)
    );
    background: -webkit-linear-gradient(
        top,
        #707070,
        #161616 0.05%,
        #1f1f1f 15%,
        #1f1f1f 95%,
        #333333
    );
    background: -moz-linear-gradient(
        top,
        #707070,
        #161616 0.05%,
        #1f1f1f 15%,
        #1f1f1f 95%,
        #333333
    );
    background: -o-linear-gradient(
        top,
        #707070,
        #161616 0.05%,
        #1f1f1f 15%,
        #1f1f1f 95%,
        #333333
    );
    background: linear-gradient(
        top,
        #707070,
        #161616 0.05%,
        #1f1f1f 15%,
        #1f1f1f 95%,
        #333333
    );
}
.zone_buy_cell .bloc .content h3 {
    font-family: caviarDreams, sans-serif;
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
}
.zone_buy_cell .bloc .content p {
    font-size: 14px;
    text-align: left;
    margin: 0;
}
.zone_buy_cell .bloc .content p .red {
    color: #fe0000;
    font-size: 15px;
}
.zone_buy_cell .newsletter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 269px;
    height: 269px;
    background: url('../image/back_newsletter.png');
    top: -39px;
    z-index: 3;
}
.zone_buy_cell .newsletter .content {
    height: 135px;
    width: 135px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 64px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.zone_buy_cell .newsletter .content h3 {
    color: #fd0000;
    font-size: 22px;
    font-family: caviarDreamsBold;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    text-transform: uppercase;
    margin: 0 0 2px;
}
.zone_buy_cell .newsletter .content input[type=text] {
    border-radius: 3px;
    height: 21px;
    line-height: 21px;
    padding: 0 4%;
    font-style: italic;
    font-weight: normal;
    color: #000;
    font-size: 11px;
    display: block;
    margin: 12px 0;
    width: 92%;
    border : 1px solid rgba(0,0,0,0.3);
}

.home-banner {
    padding: 15px 25px;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 15px 15px 0 0;
    background-color: #c00018;
    box-shadow: inset 0 12px 12px -8px rgba(255, 255, 255, .7);
    border-bottom: 10px solid #202020;
    border-top: 5px solid #202020;
    border-left: 5px solid #202020;
    border-right: 5px solid #202020;
}

@media (min-width: 640px) {
    .home-banner {
        padding: 10px 45px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 45px 45px 0 0;
    }
}

@media (min-width: 960px) {
    .home-banner {
        padding: 10px 45px;
        border-radius: 45px 45px 0 0;
    }
}

@media (min-width: 1024px) {
    .home-banner {
        padding: 10px 100px 10px 45px;
        border-radius: 45px 45px 0 0;
    }
}

.home-banner--wrapper {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 960px) {
    .home-banner--wrapper {
        flex-direction: row;
    }
}

.home-banner .cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 640px) {
    .home-banner .cta-wrapper {
        flex-direction: row;
    }
}

.home-banner .cta-visit-icon {
    display: none;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    text-align: center;
}

@media (min-width: 640px) {
    .home-banner .cta-visit-icon {
        display: inline-flex;
    }
}

.home-banner .cta-visit-icon span {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}

.home-banner .home-banner--desc {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

@media (min-width: 640px) {
    .home-banner .home-banner--desc {
        margin-left: 35px;
        max-width: 350px;
        text-align: left;
    }
}

.home-banner .home-banner--cta {
    display: inline-flex;
    margin-left: 0;
    margin-top: 20px;
    padding: 15px 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    border-radius: 6px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .27);
    background-image: linear-gradient(to top, rgba(228, 22, 64, 0) 0%, rgba(248, 117, 131, .4) 100%);
    transition: box-shadow .2s linear;
}

@media (min-width: 960px) {
    .home-banner .home-banner--cta {
        margin-left: auto;
        margin-top: 0;
    }
}

.home-banner .home-banner--cta:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .57);
    text-decoration: none;
}

.home-banner .home-banner--cta svg {
    display: block;
    margin-left: 10px;
}

.global_zone_buy_cell {
    position: relative;
    height: 265px;
}
.global_zone_buy_cell .bloc_red {
    position: absolute;
    display: block;
    text-decoration: none;
    font-weight: 400;
    z-index: 1;
    text-align: center;
    top: 141px;
    width: 438px;
    height: 47px;
    line-height: 47px;
    background: #be0117;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#cc071e),
        to(#be0117),
        color-stop(0.73, #be0117)
    );
    background: -webkit-linear-gradient(
        top,
        #cc071e,
        #be0117 73%,
        #be0117
    );
    background: -moz-linear-gradient(
        top,
        #cc071e,
        #be0117 73%,
        #be0117
    );
    background: -o-linear-gradient(
        top,
        #cc071e,
        #be0117 73%,
        #be0117
    );
    background: linear-gradient(
        top,
        #cc071e,
        #be0117 73%,
        #be0117
    );
    border-left: 3px solid #444444;
    border-right: 3px solid #444444;
    border-bottom: 3px solid #444444;
    border-top: 1px solid #be0117;
    color: #FFF;
    box-shadow: 0px 2px 8px rgba(255, 255, 255, 0.6) inset;
    border-radius: 0 0 17px 17px;
}
.global_zone_buy_cell .bloc_red.left {
    left: 0;
}
.global_zone_buy_cell .bloc_red.left form {
    text-align: left;
    margin: 0 0 0 18px;
}
.global_zone_buy_cell .bloc_red.left input[type=text] {
    width: 170px;
    height: 24px;
    line-height: 24px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3) inset;
    border: none;
    border-radius: 3px;
    background: #FFF;
    color: #000;
    padding: 0 0 0 10px;
    font-size: 12px;
}
.global_zone_buy_cell .bloc_red.left .link_red {
    height: 24px;
    line-height: 24px;
}
.global_zone_buy_cell .bloc_red.left input[type=submit] {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-weight: bold;
    height: 24px;
    padding: 0 2px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}
.global_zone_buy_cell .bloc_red.left a {
    color: #FFF;
    font-size: 12px;
    margin: 0 0 0 15px;
}
.global_zone_buy_cell .bloc_red.right {
    right: 0;
    font-family: caviarDreamsBold;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.global_zone_buy_cell .bloc_red.right:hover {
    text-decoration: underline;
}
.global_zone_buy_cell hr {
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    height: 8px;
    left: 10%;
    overflow: hidden;
    position: absolute;
    width: 80%;
    top: 230px;
    margin: 0;
}
.global_zone_buy_cell hr:after {
    background: none repeat scroll 0 0 white;
    border-radius: 124px 124px 124px 124px / 12px 12px 12px 12px;
    bottom: 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.80);
    content: " ";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.global_zone_buy_cell hr:before {
    display: none;
}

#footer {
    min-height: 150px;
    position: relative;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(0,0,0,0)),
        to(rgba(0,0,0,1)),
        color-stop(0.3, rgba(0,0,0,7))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0,0,0,0),
        rgba(0,0,0,7) 30%,
        rgba(0,0,0,1)
    );
    background: -moz-linear-gradient(
        top,
        rgba(0,0,0,0),
        rgba(0,0,0,7) 30%,
        rgba(0,0,0,1)
    );
    background: -o-linear-gradient(
        top,
        rgba(0,0,0,0),
        rgba(0,0,0,7) 30%,
        rgba(0,0,0,1)
    );
    background: linear-gradient(
        top,
        rgba(0,0,0,0),
        rgba(0,0,0,7) 30%,
        rgba(0,0,0,1)
    );
}
#footer #coordonnees {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #282828;
    height: 145px;
    padding: 25px 0;
    color: #FFF;
    font-size: 18px;
    text-shadow:-2px -2px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 40px -100px 0;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#252525),
        to(rgba(0,0,0,0.27)),
        color-stop(0.02, rgba(0,0,0,0.40)),
        color-stop(0.22 , rgba(0,0,0,0)),
        color-stop(0.75, rgba(0,0,0,0))
    );
    background: -webkit-linear-gradient(
        top,
        #252525,
        rgba(0,0,0,0.40) 2%,
        rgba(0,0,0,0) 22%,
        rgba(0,0,0,0) 75%,
        rgba(0,0,0,0.27) 98.7%
    );
    background: -moz-linear-gradient(
        top,
        #252525,
        rgba(0,0,0,0.40) 2%,
        rgba(0,0,0,0) 22%,
        rgba(0,0,0,0) 75%,
        rgba(0,0,0,0.27) 98.7%
    );
    background: -o-linear-gradient(
        top,
        #252525,
        rgba(0,0,0,0.40) 2%,
        rgba(0,0,0,0) 22%,
        rgba(0,0,0,0) 75%,
        rgba(0,0,0,0.27) 98.7%
    );
    background: linear-gradient(
        top,
        #252525,
        rgba(0,0,0,0.40) 2%,
        rgba(0,0,0,0) 22%,
        rgba(0,0,0,0) 75%,
        rgba(0,0,0,0.27) 98.7%
    );
    z-index : 1;
}
#footer #coordonnees .telephone {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    cursor: default;
}
#footer #coordonnees:before {
    border-radius: 655px 655px 655px 655px;
    box-shadow: 1160px 0 217px rgba(255, 255, 255, 0.15);
    content: "";
    height: 780px;
    left: -2332px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -255%;
    width: 780px;
    z-index: -2;
}
#footer #coordonnees:after {
    border-radius: 295px 295px 295px 295px / 60px 60px 60px 60px;
    bottom: 0;
    box-shadow: 523px 0 78px rgba(255, 255, 255, 0.12);
    content: "";
    height: 92px;
    left: -103px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: -35px;
    width: 345px;
    z-index: 0;
}
#footer #coordonnees .masque {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: -webkit-gradient(
        linear,
        left top, right top,
        from(rgba(0,0,0,1)),
        color-stop(0.2, rgba(0,0,0,0)),
        color-stop(0.8, rgba(0,0,0,0)),
        to(rgba(0,0,0,1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0,0,0,1),
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(0,0,0,1)
    );
    background: -moz-linear-gradient(
        left,
        rgba(0,0,0,1),
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(0,0,0,1)
    );
    background: -o-linear-gradient(
        left,
        rgba(0,0,0,1),
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(0,0,0,1)
    );
    background: linear-gradient(
        left,
        rgba(0,0,0,1),
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(0,0,0,1)
    );
}
#footer #coordonnees .nom_site {
    font-size: 30px;
    text-transform: uppercase;
}
#footer .menu_footer {
    text-align: center;
}
#footer .menu_footer a {
    color: #919191;
    font-weight: 400;
}
#footer .menu_footer ul.menu > li {
    display: inline;
    font-size: 14px;
}
#footer .menu_footer ul.menu > li + li {
    display: inline;
}
#footer .menu_footer ul.menu > li + li:before {
    content: " | ";
    color: #919191;
}
#footer .item-reassurance, #footer .item-reassurance span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
}
#footer .item-reassurance {
    font-family: 'caviarDreams';
    color: #FFF;
    font-weight: 400;
    width: 333px;
    float: left;
    padding: 15px;
    position: relative;
    font-size: 33px;
}
#footer .item-reassurance span.content {
    position: absolute;
    left: 115px;
    display: block;
    right: 0;
    top: 50%;
}
#footer .item-reassurance span.top {
    color: #FFFFFF;
    font-size: 9px;
    font-style: italic;
    font-weight: 700;
    left: 65px;
    position: absolute;
    top: 40px;

}
#footer .item-reassurance:hover .content {
    text-decoration: underline;
}
#footer .item-reassurance .nombre {
    width: 91px;
    height: 91px;
    float: left;
    display: block;

}
#footer .item-reassurance .nombre.plus {
    background: url(../image/reassurance-nombre-plus.png);
    padding-top: 34px;
    text-align: center;
}
#footer .item-reassurance .nombre.mois {
    background: url(../image/reassurance-nombre-mois.png);
    padding-top: 28px;
    text-align: center;
}
#footer .item-reassurance .nombre.plus.points {
    background: url(../image/reassurance-nombre-plus.png);
}
#footer #menu_marques {
    color: #cccccc;
    margin : 50px 0 25px;
    text-transform: uppercase;
}
#footer #menu_marques ul.liste-marque {
    list-style: none;
    font-size: 12px;
    padding-left: 10px;
    border-left: solid 1px #3F3F3F;
    margin: 0;
    float: left;
    width: 165px;
    height: 100%;
}
#footer #menu_marques ul.liste-marque li {
    list-style: none;
    margin: 0 0 7px 0;
}
#footer #menu_marques ul.liste-marque li + li {
    margin: 7px 0;
}
#footer #menu_marques ul.liste-marque > li > a {
    color: #cccccc;
    font-weight: 400;
}
#footer #copyright {
    color: #797979;
    text-align: center;
    margin: 15px 0;
    font-size: 12px;
}
#footer .link_gmap {
    position: absolute;
    right: 0;
    margin-top : 39px;
    max-width: 335px;
    display: block;
}
#copyright a {
    color: #797979;
    font-weight: 400;
}
.zone_diapo {
    position: relative;
    overflow: hidden;
    margin: 35px 0 15px;
}
.zone_diapo:before, .zone_diapo:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 110px;
    z-index: 4;
}
.zone_diapo:before {
    left: 0;
    background: -webkit-gradient(
        linear,
        left top, right top,
        from(rgba(0,0,0,1)),
        to(rgba(0,0,0,0))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0,0,0,1),
        rgba(0,0,0,0)
    );
    background: -moz-linear-gradient(
        left,
        rgba(0,0,0,1),
        rgba(0,0,0,0)
    );
    background: -o-linear-gradient(
        left,
        rgba(0,0,0,1),
        rgba(0,0,0,0)
    );
    background: linear-gradient(
        left,
        rgba(0,0,0,1),
        rgba(0,0,0,0)
    );
}
.zone_diapo:after {
    right: 0;
    background: -webkit-gradient(
        linear,
        left top, right top,
        from(rgba(0,0,0,0)),
        to(rgba(0,0,0,1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0,0,0,0),
        rgba(0,0,0,1)
    );
    background: -moz-linear-gradient(
        left,
        rgba(0,0,0,0),
        rgba(0,0,0,1)
    );
    background: -o-linear-gradient(
        left,
        rgba(0,0,0,0),
        rgba(0,0,0,1)
    );
    background: linear-gradient(
        left,
        rgba(0,0,0,0),
        rgba(0,0,0,1)
    );
}
.zone_diapo .go_left, .zone_diapo .go_right {
    position: absolute;
    height: 55px;
    width: 55px;
    top: 134px;
    border-radius: 30px;
    z-index: 3;
}
.zone_diapo .go_left {
    background: #cc071e url('../image/sprite_ss_nav_page.png') no-repeat 5px center;
    left: 114px;
}
.zone_diapo .go_right {
    background: #cc071e url('../image/sprite_ss_nav_page.png') no-repeat -42px center;
    right: 114px;
}
.zone_diapo .content_description {
    height: 62px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
    width: 614px;
}
.zone_diapo .content_description p {
    font-family: arial,sans-serif;
    font-size: 15px;
    color: #C1C1C1;
    margin: 0;
}
.content_zone_diapo {
    position: relative;
    margin-left: 159px;
    height: 332px;
}
.content_zone_diapo ul {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    width: 50000px;
}
.content_zone_diapo ul li {
    width: 642px;
    padding: 0;
    margin: 0 18px;
    height: 330px;
    float: left;
    overflow: hidden;
    border: 1px solid #FFF;
}
.content_zone_diapo ul li a {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.content_zone_diapo ul li a span.title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    font-family: caviarDreams,sans-serif;
    text-transform: uppercase;
    padding: 0 15px 0;
    height: 65px;
    line-height: 80px;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(0,0,0,0)),
        to(rgba(0,0,0,1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0,0,0,0),
        rgba(0,0,0,1)
    );
    background: -moz-linear-gradient(
        top,
        rgba(0,0,0,0),
        rgba(0,0,0,1)
    );
    background: -o-linear-gradient(
        top,
        rgba(0,0,0,0),
        rgba(0,0,0,1)
    );
    background: linear-gradient(
        top,
        rgba(0,0,0,0),
        rgba(0,0,0,1)
    );
}
.content_zone_diapo ul li a .content_img img {
    top: -50px;
}
.zone_actus_home {
    margin-bottom: 30px;
}
.zone_actus_home .col_left {
    float: left;
    width: 620px;
    padding-bottom: 20px;
    position: relative;
}
.zone_actus_home .col_right {
    float: right;
    width: 320px;
}
.zone_actus_home h2.title {
    font-size: 24px;
    font-family: caviarDreamsBold, sans-serif;
}
.zone_actus_home .liste_actus_home_left {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 0;
    height: 255px;
    border-bottom: 1px solid #CC071E;
    position: relative;
}
.zone_actus_home .liste_actus_home_left ul {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 50000px;
    list-style: none;
}
.zone_actus_home .liste_actus_home_left ul li {
    width: 620px;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #FFF;
}
.zone_actus_home .liste_actus_home_left ul li img {
    float : left;
    display: block;
    max-width: 50%;
    margin: 0 18px 15px 0;
    border: 1px solid #939393;
    max-height: 235px;
}
.zone_actus_home .liste_actus_home_left ul li h3, .zone_actus_home .liste_actus_home_left ul li h3 a {
    font-size: 24px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFF;
}
.zone_actus_home .liste_actus_home_left ul li p {
    color : #bcbbbb;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    font-family: arial,sans-serif;
}
.zone_actus_home .col_left .zone_nav {
    position: absolute;
    left: 0;
    bottom: 18px;
    height: 10px;
    margin: 0 auto;
    background: #000;
    opacity: 0;
}
.zone_actus_home .col_left .zone_nav span {
    width: 10px;
    height: 10px;
    display: block;
    background: #FFF;
    border: 2px solid #FFF;
    border-radius: 9px;
    float: left;
    margin: 0 10px;
    cursor: pointer;
}
.zone_actus_home .col_left .zone_nav span + span {
    margin: 0 10px 0 0;
}
.zone_actus_home .col_left .zone_nav span.active {
    background: #fe0000;
}
.zone_actus_home .col_right .liste_actus_home_right {
    height: 255px;
    border-bottom: 1px solid #CC071E;
    position: relative;
    overflow: hidden;
}
.zone_actus_home .col_right .liste_actus_home_right .bloc_small_actu {
    height: 117px;
    overflow: hidden;
}
.zone_actus_home .col_right .liste_actus_home_right .bloc_small_actu img.img {
    max-width: 60%;
    max-height: 75px;
    float: left;
    margin: 0 9px 5px 0;
}
.zone_actus_home .col_right .liste_actus_home_right .bloc_small_actu h3,
.zone_actus_home .col_right .liste_actus_home_right .bloc_small_actu h3 a {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
}
.zone_actus_home .col_right .liste_actus_home_right .bloc_small_actu h3 img {
    margin: 0 6px 0 0 ;
}
.zone_actus_home .col_right .liste_actus_home_right .bloc_small_actu p {
    color : #bcbbbb;
    font-size: 14px;
    text-align: left;
    font-family: arial, sans-serif;
}
.nav_sous_page {
    position: relative;
    height: 90px;
    line-height: 90px;
    background: #000;
    margin: 5px 0;
}
.nav_sous_page.actus,
.nav_sous_page.actus a,
.nav_sous_page.actus a span.red,
.nav_sous_page.page,
.nav_sous_page.page a,
.nav_sous_page.page a span.red {
    height: 38px;
    line-height: 38px;
}
.nav_sous_page.actus a.catalogue,
.nav_sous_page.page a.catalogue {
    height: 38px;
    line-height: 38px;
}
.nav_sous_page span.red {
    display: block;
    width: 45px;
    height: 90px;
    background-color: #cc071e;
    background-image: url('../image/sprite_ss_nav_page.png');
    background-repeat: no-repeat;
    text-align: center;
    line-height: 90px;
    color: #FFF;
    font-family: caviardreams, arial,sans-serif;
    font-size: 60px;
    text-transform: uppercase;
}
.nav_sous_page a.before, .nav_sous_page a.after {
    color : #96a8c5;
    font-size: 14px;
    font-weight: normal;
}
.nav_sous_page a.before {
    float: left;
}
.nav_sous_page a.before span.red {
    float: left;
    margin-right: 14px;
    background-position: left center;
}
.nav_sous_page a img {
    height : 80px;/*37px;*/
    margin: 4px 5px;
    display: block;
    float: left;
    border: 1px solid #b3b3b3;
}
.nav_sous_page a.after {
    float: right;
}
.nav_sous_page a.after span.red {
    float: right;
    margin-left: 14px;
    background-position: right center;
}
.nav_sous_page a.before img {
    margin-left : -9px;
}
.nav_sous_page a.after img {
    float : right;
    margin-right: -9px;
}
.nav_sous_page a.catalogue {
    position: absolute;
    left: 460px;
    top: 0;
    bottom: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    padding-left : 35px;
    height: 45px;
    line-height: 45px;
    background: url('../image/icon_catalogue.png') no-repeat left center;
}
.nav_sous_page a.go_marque {
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    height: 45px;
    left: 456px;
    line-height: 45px;
    padding-left: 43px;
    position: absolute;
    text-align: right;
    top: 45px;
}
.nav_sous_page a.catalogue img {
    margin-right : 8px;
}
.zone_diaporama {
    position: relative;
}
.zone_diaporama:before {
    content     : ".";
    display     : block;
    clear       : both;
    visibility  : hidden;
    line-height : 0;
    height      : 0;
    font-size   : 1px;
}
.zone_diaporama .content_show {
    position: relative;
    margin: 0 -5px;
}
.zone_diaporama .content_show ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.zone_diaporama .content_show ul li {
    float: left;
    height: 175px;
    width: 240px;
    overflow: hidden;
    border: 1px solid #FFFFFF;
    margin: 15px 5px;
}
.zone_diaporama .content_show ul li a span.hover {
    display: block;
    opacity: 0;
    background: #d70d2c;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(0,0,0,0.5)),
        to(#000)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0,0,0,0.5),
        #000
    );
    background: -moz-linear-gradient(
        top,
        rgba(0,0,0,0.5),
        #000
    );
    background: -o-linear-gradient(
        top,
        rgba(0,0,0,0.5),
        #000
    );
    background: linear-gradient(
        top,
        rgba(0,0,0,0.5),
        #000
    );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.zone_diaporama .content_show ul li a span.title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    font-weight: 400;
    left: 25%;
    line-height: 15px;
    min-height: 16px;
    padding: 5px;
    position: absolute;
    right: 25%;
    z-index: 10;
}
.zone_diaporama .content_show ul li a span.hover img {
    height: 100px;
    min-height: 0;
    min-width: 0;
    opacity: 0.4;
    width: auto;
}
.zone_diaporama .content_show ul li a:hover span.hover {
    opacity: 0.8;
}
.zone_diaporama .diapo_lightbox {
    display: none;
}
#diapo_lightbox {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    background: rgba(0,0,0,0.8);
    z-index: 50;
    display: none;
}
#diapo_lightbox a.close {
    height: 24px;
    left: 0;
    margin: -25px auto 0;
    padding-left: 815px;
    position: absolute;
    right: 0;
    top: 13%;
    width: 21px;
}
#diapo_lightbox ul {
    height: 100%;
    width: 50000px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
}
#diapo_lightbox ul li {
    height: 100%;
    display: block;
    float: left;
    width: 1280px;
    position: relative;
}
#diapo_lightbox ul li .content_lightbox_img {
    border: 1px solid #FFFFFF;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 13%;
    width: 780px;
}
#diapo_lightbox ul li .content_lightbox_img img {
    display: block;
    width: 100%;
    z-index: 5;
    height: auto;
}
#diapo_lightbox ul li .content_lightbox_img span.legende {
    padding: 0 14px;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 38px;
    line-height: 38px;
    font-family: arial,sans-serif;
    font-size: 14px;
    color: #cdcdcd;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    background: #000;
    background: rgba(0,0,0,0.85);
}
#diapo_lightbox .nav_lightbox {
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 920px;
}
#diapo_lightbox .nav_lightbox .go_to_left,
#diapo_lightbox .nav_lightbox .go_to_right {
    border-radius: 30px 30px 30px 30px;
    height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 55px;
    z-index: 10;
}
#diapo_lightbox .go_to_left {
    background: #cc071e url("../image/sprite_ss_nav_page.png") no-repeat scroll 5px center;
    left: 0;
}
#diapo_lightbox .go_to_right {
    background: #cc071e url("../image/sprite_ss_nav_page.png") no-repeat scroll -42px center;
    right: 0;
}
.go_top {
    display: block;
    margin: 25px 0 40px;
    padding: 0 18px 0 0;
    height: 27px;
    line-height: 27px;
    text-align: right;
    font-size: 16px;
    background: url('../image/go_top.png') no-repeat right 11px;
    border-bottom: 1px solid #cc071e;
    color: #FFF;
    font-weight: 400;
}
.go_top:hover {
    text-decoration: none;
    color: #FFF;
}
.reseaux_sociaux {
    margin-top: 16px;
    position: absolute;
    right: 5px;
}
.reseaux_sociaux.lien_catalogue {
    margin-top: 81px;
}
.reseaux_sociaux a {
    display: block;
    float: left;
    color: #b9b9b9;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    min-width: 30px;
    font-weight: 400;
}
.reseaux_sociaux a:hover {
    text-decoration: none;
 }
.reseaux_sociaux a img {
    display: block;
    float: right;
}
/* Page actus */
.bloc_actu {
    padding: 25px 0 15px;
    border-bottom: 1px dotted #787777;
}
.bloc_actu h2, .bloc_actu h2 a {
    margin-top: 0;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    color: #FFFFFF;
}
.bloc_actu h2 a:hover {
    text-decoration: underline;
}
.bloc_actu .date {
    font-family: arial, sans-serif;
    font-size: 14px;
}
.bloc_actu img {
    float: left;
    max-width: 220px;
    margin: 0 10px 10px 0;
}
.bloc_actu p {
    font-size: 14px;
    color: #908f8f;
}
.bloc_actu a {
    font-weight: 700;
}
.fiche_actu {
    margin: 5px 0 15px;
}
.fiche_actu img.img_actu {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 560px;
    max-height: 660px;
}
.fiche_actu p {
    font-size: 14px;
    color: #908f8f;
}
/* page marques */
.liste_marques {
    overflow: auto;
}
.liste_marques .col {
    width: 333px;
    float: left;
    margin: 0;
}
.liste_marques .col a {
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 0 0 11px;
    padding: 0 0 0 64px;
    position: relative;
    font-family: caviarDreamsBold, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #BBBBBB;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font-weight: 400;
}
.liste_marques .col a:hover {
    color: #c30d1d;
}
.liste_marques .col a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background-color: #000;
    border-radius: 1px;
    border: 1px solid #282828;
    background-image: url('../image/marque_default.png');
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.link_red {
    display: inline-block;
    background: #d70d2c;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#fb2a56),
        to(#be0a19),
        color-stop(0.15, #db0b35),
        color-stop(0.85, #c50d1e)
    );
    background: -webkit-linear-gradient(
        top,
        #fb2a56,
        #db0b35 15%,
        #c50d1e 85%,
        #be0a19
    );
    background: -moz-linear-gradient(
        top,
        #fb2a56,
        #db0b35 15%,
        #c50d1e 85%,
        #be0a19
    );
    background: -o-linear-gradient(
        top,
        #fb2a56,
        #db0b35 15%,
        #c50d1e 85%,
        #be0a19
    );
    background: linear-gradient(
        top,
        #fb2a56,
        #db0b35 15%,
        #c50d1e 85%,
        #be0a19
    );
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(255,255,255,0.2) inset;
    margin: 10px 0 35px;
    border: medium none;
    cursor: pointer;
    font-family: 'caviarDreams', sans-serif;
    font-weight: bold;
}
.link_red:hover {
    color: #FFF;
}
.fiche_vehicule .col_left {
    width : 550px;
    margin-right: 20px;
    position: relative;
    float: left;
}
.fiche_vehicule .col_left .diapo {
    overflow: hidden;
    height: 367px;
    position: relative;
    border: 1px solid #939393;
}
.fiche_vehicule .col_left .diapo ul {
    margin : 0;
    padding: 0;
    width: 50000px;
    height: 100%;
    list-style: none;
}
.fiche_vehicule .col_left .diapo ul li {
    width : 550px;
    margin: 0;
    height: 100%;
    padding: 0;
    position: relative;
    float: left;
}
.fiche_vehicule .col_left .diapo ul li a {
    display: block;
    height: 100%;
    width: 100%;

}
.fiche_vehicule .col_left .diapo ul li .button {
    display: block;
    padding: 9px 25px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    pointer-events: none;
    background-color: #c00018;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .fiche_vehicule .col_left .diapo ul li .button {
        padding: 13px 26px;
        bottom: 40px;
        font-size: 21px;
    }
}
.fiche_vehicule .col_left .diapo ul li.video-item a::before {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .5);
    content: "";
    transform: translate(-50%, -50%);
    transition: background-color .3s linear;
    z-index: 10;
}
@media (min-width: 768px) {
    .fiche_vehicule .col_left .diapo ul li.video-item a::before {
        width: 90px;
        height: 90px;
    }
}
.fiche_vehicule .col_left .diapo ul li.video-item a:hover::before {
    background-color: rgba(255, 255, 255, 1);
}
.fiche_vehicule .col_left .diapo ul li.video-item a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #cc071e;
    content: "";
    z-index: 11;
    transform: translate(-30%, -50%);
}
@media (min-width: 768px) {
    .fiche_vehicule .col_left .diapo ul li.video-item a::after {
        border-width: 20px 0 20px 30px;
    }
}
.fiche_vehicule .col_left .diapo ul li img {
    width: 550px;
    position: absolute;
    height: 100%;
    object-fit: contain;
}
.fiche_vehicule .col_left .diapo ul li:first-child img {
    opacity: 0;
}
.fiche_vehicule .col_left .diapo_legende ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fiche_vehicule .col_left .diapo_legende {
    margin: 16px 20px 10px 0;
    position: relative;
    width: calc(200% - 40px);
}
.fiche_vehicule .col_left .diapo_legende ul li {
    height: 60px;
    margin: 0 4px 6px 0;
    position: relative;
    max-width: 90px;
    overflow: hidden;
    width: calc(25% - 4px);
    display: inline-block;
}
.fiche_vehicule .col_left .diapo_legende ul li.video-thumb {
    position: relative;
}
.fiche_vehicule .col_left .diapo_legende ul li.video-thumb a::before {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .5);
    content: "";
    transform: translate(-50%, -50%);
    transition: background-color .3s linear;
    z-index: 10;
}
.fiche_vehicule .col_left .diapo_legende ul li.video-thumb a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #cc071e;
    content: "";
    z-index: 11;
    transform: translate(-30%, -50%);
}
.fiche_vehicule .col_left .diapo_legende ul li a {
    display: block;
    height: 100%;
}
.fiche_vehicule .col_left .diapo_legende ul li a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fiche_vehicule .col_left .diapo_legende ul li.active:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #cc071e;
}
.fiche_vehicule .col_left .diapo .go_left,
.fiche_vehicule .col_left .diapo .go_right
{
    bottom: 0;
    height: 36px;
    position: absolute;
    width: 26px;
    z-index: 10;
}
.fiche_vehicule .col_left .diapo .go_left img,
.fiche_vehicule .col_left .diapo .go_right img
{
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
}
.fiche_vehicule .col_left .diapo .go_left {
    left: 0;
}
.fiche_vehicule .col_left .diapo .go_right {
    right: 0;
}
.fiche_vehicule .col_right {
    position: relative;
    float: left;
    width: 430px;
    font-family: arial, sans-serif;
    color: #c5c5c5;
}

.fiche_vehicule .car-info-wrapper {
    display: flex;
    flex-direction: column;
}

.fiche_vehicule .car-info-wrapper .price-wrapper {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.fiche_vehicule .price {
    background: none repeat scroll 0 0 #CC071E;
    color: #FFFFFF;
    display: block;
    font-size: 41px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 20px 0 28px;
    margin-left: auto;
}
.fiche_vehicule .col_right .ref {
    color: #fff;
}

.fiche_vehicule .car-info-wrapper .infos {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: flex-start;
}

.fiche_vehicule .car-info-wrapper .infos p {
    margin-top: 0;
    margin-bottom: 0;
}

.fiche_vehicule .car-info-wrapper .infos .visit {
    position: absolute;
    top: 0;
    right: 10px;
}

@media (min-width: 992px) {
    .fiche_vehicule .car-info-wrapper .infos .visit {
        top: 25px;
        right: 0;
    }
}

.fiche_vehicule .car-info-wrapper .infos .cta-visit-icon {
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 15px;
    background-color: #c00018;
    box-shadow: inset 0 12px 12px -8px rgba(255, 255, 255, .7);
    border: 5px solid #202020;
}

@media (min-width: 640px) {
    .fiche_vehicule .car-info-wrapper .infos .cta-visit-icon {
        padding: 18px 25px;
        width: 120px;
        height: 120px;
    }
}

.fiche_vehicule .car-info-wrapper .infos .cta-visit-icon img {
    height: auto;
    width: 60px;
}

@media (min-width: 640px) {
    .fiche_vehicule .car-info-wrapper .infos .cta-visit-icon img {
        width: auto;
    }
}

.fiche_vehicule .car-info-wrapper .infos .cta-visit-icon span {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
}

.fiche_vehicule .col_right p {
    line-height: 22px;
}
.fiche_vehicule .zone_actions {
    border-top: 1px dotted #908f8f;
    padding: 11px 0;
    position: relative;
    margin-right: 130px;
}
.fiche_vehicule .zone_actions a.link_red {
    font-weight: bold;
    margin: 0 5px 0 0;
}
.fiche_vehicule .zone_actions .zone_contacter {
    position: absolute;
    right: -130px;
    top: -14px;
    text-align: right;
    color: #FFF;
    cursor: default;
    text-decoration: none;
}
.fiche_vehicule .zone_actions .zone_contacter .title {
    background: url("../image/mini_tel.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -2px;
    padding: 0 0 0 20px;
}
.fiche_vehicule .zone_actions .zone_contacter .tel,
.fiche_vehicule .zone_actions .zone_contacter .tel a {
    display: block;
    font-size: 35px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -3px;
    margin: -1px 0 0;
    padding: 0 0 0 19px;
}
.zone_comment {
    position: relative;
    border: 1px solid #212730;
    margin: 12px 0;
    background: url('../image/dark_leather.png') repeat;
    box-shadow: 0 0 70px rgba(0, 0, 0, 1) inset;
    color: #CCC;
    /*background: #111111;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) inset;*/
}
.zone_comment h3,
.zone_comment p.title {
    font-size: 22px;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    background: #212730;
    display: block;
    margin: 0;
}
.zone_comment h3:after,
.zone_comment p.title:after{
    content : '';
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(0,0,0,0.6)),
        to(rgba(0,0,0,0))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0)
    );
    background: -moz-linear-gradient(
        top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0)
    );
    background: -o-linear-gradient(
        top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0)
    );
    background: linear-gradient(
        top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0)
    );
    height: 17px;
    left: 0;
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 10;
}
.zone_comment .col {
    float: left;
    margin: 20px;
    width: 458px;
}
.zone_comment .col p {
    margin: 0;
    line-height: 1.3;
}

.zone_comment .mention{
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #7f7f7f;
}

.fiche_vehicule .zone_accordeon .zone_comment {
    overflow: hidden;
}
.fiche_vehicule .zone_accordeon .zone_comment h3 {
    cursor: pointer;
    background: #212730 url('../image/accordeon_open.png') no-repeat 98.5% center;
}
.fiche_vehicule .zone_accordeon .zone_comment.close {
    height: 36px;
}
.fiche_vehicule .zone_accordeon .zone_comment.close h3 {
    background: #212730 url('../image/accordeon_close.png') no-repeat 98.5% center;
}
.fiche_vehicule .zone_accordeon .zone_comment p {
    padding: 0 20px;
    font-size: 16px;
}
.fiche_vehicule .zone_comment .content {
    margin: 20px;
}
.formulaire_contact {
    display: none;
}
.formulaire_contact.open {
    display: block;
}
.formulaire_contact span{
    white-space: inherit!important;
}
.formulaire_contact .content_formulaire {
    margin: 25px 0 50px;
    background: url('../image/dark_leather.png') repeat;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) inset;
}
.formulaire_contact .content_formulaire .content {
    margin: 10px;
}
.formulaire_contact .content_formulaire .col_left {
    width: 47%;
    margin: 1.5%;
    float: left;
}
.formulaire_contact .content_formulaire label {
    display: block;
    float: left;
    line-height: 30px;
    min-height: 30px;
    min-width: 190px;
}
.formulaire_contact .content_formulaire input[type=text],
.formulaire_contact .content_formulaire input[type=textbox],
.formulaire_contact .content_formulaire input[type=email] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.4) inset;
    height: 23px;
    line-height: 23px;
    padding: 0 0 0 5px;
    position: relative;
    width: 250px;
}
.formulaire_contact .content_formulaire textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.4) inset;
    width: 255px;
}
.formulaire_contact .content_formulaire .link_red {
    margin: 0;
}
.formulaire_contact span.red {
    color: #C50D1E;
}
.formulaire_contact.formulaire_table table {
    margin: auto;
}
.formulaire_contact.formulaire_table label {
    float: none;
    display: inline;
    line-height: 30px;
    min-height: 30px;
}
span.mess_alert {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 8px 0;
    background: rgba(255,255,255,0.1);
}
span.mess_alert.red {
    color: #AA0000;
    border : 1px solid #AA0000;
}
span.mess_alert.green {
    color: #21951b;
    border : 1px solid #21951B;
}
/* Moteur de recherche */
.moteur_recherche {
    position: relative;
    margin: 0 0 30px;
    min-height: 94px; /*111px;*/
    box-shadow: 0 2px rgba(0,0,0,0.4);
    background: #f1f1f1;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#FFFFFF),
        to(#BABABA),
    );
    background: -webkit-linear-gradient(
        top,
        #FFFFFF,
        #BABABA
    );
    background: -moz-linear-gradient(
        top,
        #FFFFFF,
        #BABABA
    );
    background: -o-linear-gradient(
        top,
        #FFFFFF,
        #BABABA
    );
    background: linear-gradient(
        top,
        #FFFFFF,
        #BABABA
    );
    border-radius: 20px 0 20px 0;
    padding-bottom: 1px;
}
.moteur_recherche .line_grey {
    height: 39px; /*56px;*/
    padding: 0 13px;
    line-height: 39px; /*70px;*/
}
.moteur_recherche .line_grey .legende {
    position: absolute;
    left: 19px;
    height: 39px;
    line-height: 39px;
    color: #333333;
    top: 0;
}
.moteur_recherche .line_grey input[type=text] {
    height: 23px;
    line-height: 23px;
    background: #FFF;
    border : none;
    box-shadow: 0 2px rgba(0,0,0,0.4) inset;
    border-radius: 2px;
    padding: 0 0 0 5px;
    width: 365px; /*225px;*/
    margin-left: 290px;
}
.moteur_recherche .line_grey input[type=image] {
    margin-left: -7px;
}
.moteur_recherche .line_red {
    min-height: 54px;
    background: #e11c33;
    box-shadow: 0 2px 4px #a30606 inset;
    padding: 0 13px 5px 10px;
    position: relative;
    margin : 0 1px;
    border-radius: 0 0 20px 0;
}
.moteur_recherche .line_red .legende {
    padding: 7px 0 0 8px;
}
.moteur_recherche .line_red .line {
    padding: 10px 0 4px;
}
.moteur_recherche .line_red select,
.moteur_recherche .line_red input[type=text],
.mobile_recherche select,
.mobile_recherche input[type=text] {
    position: relative;
    height: 23px;
    line-height: 23px;
    background: #FFF;
    border : none;
    box-shadow: 0 2px rgba(0,0,0,0.4) inset;
    border-radius: 2px;
    padding: 0 0 0 5px;
}
.moteur_recherche .line_red select {
    width: 155px;
    z-index: 9;
    padding: 5px;
    height: 26px;
}
.moteur_recherche .line_red select.no_style {
    height: auto;
    min-height: 23px;
}
.moteur_recherche .line_red select option {
    height: 23px;
}
.moteur_recherche .line_red .select_after {
    display: block;
    height: 23px;
    left: 252px;
    position: absolute;
    top: 22px;
    width: 25px;
    z-index: 10;
}
.moteur_recherche .line_red .min_price_after,
.moteur_recherche .line_red .max_price_after{
    display: block;
    height: 23px;
    left: 91px;
    position: absolute;
    top: 19px;
    width: 25px;
    z-index: 10;
}
.moteur_recherche .line_red #input_min_price,
.moteur_recherche .line_red #input_max_price {
    padding-right: 25px;
    width: 58px;
}
.moteur_recherche .line_red input[type=text] {
    margin-right: 0;
    width: 83px;
}
.moteur_recherche .line_red input[type="image"] {
    margin-left: 13px;
}
.moteur_recherche .line_red .line_select label {
    margin-left: 10px;
}
.moteur_recherche .line_red .line_input label {
    margin-left: 0;
}
.moteur_recherche .line_red .line_input span {
    margin: 0 3px 0 11px;
}
.moteur_recherche .line_red .img_price {
    margin-left: -29px;
    opacity: 0.7;
    position: absolute;
}
.moteur_recherche .line_red input[type=submit], .mobile_recherche input.filtrer {
    background: #161616;
    border: none;
    margin: 12px 10px 0;
    cursor: pointer;
    color: #FFF;
    font-family: caviarDreamsBold, sans-serif;
    font-size: 18px;
    height: 33px;
    line-height: 33px;
    padding: 0 25px;
    box-shadow: 0 0 8px #585858 inset;
    border-radius: 4px;
}
.moteur_recherche .zone_link_red {
    bottom: 8px;
    position: absolute;
    right: 15px;
}
.moteur_recherche .link_red.reinit {
    position: absolute;
    right: 15px;
    bottom: 46px;
}
.moteur_recherche .zone_link_red.search_full_text {
    bottom: auto;
    top: -30px;
}
.moteur_recherche .zone_link_red.search_full_text .link_red {
    background: #d70d2c;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#BBBBBB),
        to(#555555),
        color-stop(0.15, #AAAAAA),
        color-stop(0.85, #666666)
    );
    background: -webkit-linear-gradient(
        top,
        #BBBBBB,
        #AAAAAA 15%,
        #666666 85%,
        #555555
    );
    background: -moz-linear-gradient(
        top,
        #BBBBBB,
        #AAAAAA 15%,
        #666666 85%,
        #555555
    );
    background: -o-linear-gradient(
        top,
        #BBBBBB,
        #AAAAAA 15%,
        #666666 85%,
        #555555
    );
    background: linear-gradient(
        top,
        #BBBBBB,
        #AAAAAA 15%,
        #666666 85%,
        #555555
    );
}
.moteur_recherche .link_red {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.lightbox {
    z-index: 900;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.lightbox .content_lightbox {
    background: #000;
    z-index: 901;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    border: 1px solid #212730;
    width: 800px;
    min-height: 300px;
    max-height: 600px;
}
#alerte_lightbox .content_lightbox {
    height: 450px;
}
.lightbox .content_lightbox h2,
.lightbox .content_lightbox p.title {
    background: #212730;
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 18px;
    font-weight: bold;
}
.lightbox .content_lightbox .lightbox_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    z-index: 995;
}
.lightbox .content_lightbox .content {
    padding: 20px;
    overflow: auto;
    height: 86%;
}
.lightbox .content_lightbox .content p.sstitle {
    border-bottom: 1px solid #CC071E;
    color: #FFFFFF;
    display: block;
    font-family: caviarDreams,sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.8;
    text-transform: uppercase;
    margin: 25px 0 30px;
}
.lightbox .content_lightbox .content ul {
    width: auto;
}
.lightbox .content_lightbox .content ul li {
    border: 1px solid rgba(200, 0, 0, 0.3);
    display: block;
    padding: 5px 40px 5px 5px;
    float: none;
    list-style: none outside none;
    margin: 2px 0;
    position: relative;
    width: auto;
}
.lightbox .content_lightbox .content ul li a ul.list {
    margin: 0;
}
.lightbox .content_lightbox .content ul li a ul.list li {
    border: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 3px;
}
.lightbox .content_lightbox .content ul li a.close {
    border: 1px solid rgba(200, 0, 0, 0.3);
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(200, 0, 0, 0.3);
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.lightbox .content_lightbox .content input[type="text"],
.lightbox .content_lightbox .content input[type="mail"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.4) inset;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    width: 290px;
    padding: 0 5px;
}
.lightbox .content_lightbox .content input[type="submit"] {
    display: block;
    margin: auto;
}
.formulaire {
    padding: 20px;
    width: 80%;
    margin: 10px auto;
}
.formulaire table tr {
    height: 35px;
}
.formulaire textarea {

}
.formulaire font.red {
    line-height: 0.2;
}
#map {
    width: 800px;
    height: 500px;
    margin: auto;
}
.zone_vendu .col {
    margin: 0 0 0 10%;
    width: 40%;
    float: left;
}
.zone_vendu .col ul {
    margin: 0;
}
.zone_vendu .col ul li {
    margin: 0 0 0 35px;
}
.zone_vendu .col ul li a {
    color: #CCCCCC;
    font-weight: 400;
}
.formulaire_contact .content_formulaire form.form_alerte input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.4) inset;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    padding: 0 5px;
    width: 290px;
}
#fil_ariane {
    margin: 10px 0 20px;
    color: #BCBBBB;
    font-size: 14px;
}
#fil_ariane a {
    font-size: 14px;
    font-weight: 400;
    color: #BCBBBB;
    text-decoration: underline;
}
#fil_ariane a:hover {
    text-decoration: none;
}
#fil_ariane span.on {
    /*font-weight: 700;*/
}
.link_mobile_menu {
    display: none;
}
.mobile_home_search, .mobile_home_zone_search {
    display: none;
}
.link_mobile_search {
    display: none;
}

.link_lightbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.show-for-small {
    display: none!important;
}

#lightbox .lb-dataContainer {
    display: block!important;
}

/* tarteaucitron */

#tarteaucitronAlertBig {
    padding: 20px 10px!important ;
}

#tarteaucitronDisclaimerAlert {
    max-width: 665px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#tarteaucitronPrivacyUrl {
    display: none;
}

#tarteaucitronAcceptAll, #tarteaucitronDenyAll {
    background-color: #cc071e!important;
    font-size: 13px!important;
    padding: 10px!important;
}

#tarteaucitronPersonalize {
    color: #ffffff!important;
    background-color: transparent!important;
    font-size: 13px!important;
}

.tarteaucitronAllow {
    color: #ffffff!important;
    background-color: #cc071e!important;
    opacity: 1!important;
}

/* home btn newsletter */
.btn-newsletter {
    height: auto;
    line-height: initial;
    padding: 8px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    border-radius: 5px;
}

/* captcha */
.g-recaptcha {
    text-align: center;
}

.g-recaptcha div {
    margin: 15px auto;
}

.contact-form .g-recaptcha div {
    margin: 15px 0;
}

.plyr--video {
    padding: 4px;
    background: #fff;
    border-radius: 4px;
}

.modal__container {
    max-width: 650px !important;

    @media (width <= 768px) {
        max-width: 90% !important;
    }
}

.modal__overlay {
    z-index: 1000;
}

.modal__content {
    margin-top: 16px  !important;
}

.modal__title {
    color: #cf1317 !important;
}

.modal__header {
    display: flex !important;
    justify-content: flex-end !important;
}

.logo-transition {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    height: 180px;

    @media (width <= 768px) {
        display: none;
    }
}

.modal-logo {
    height: 180px;
    object-fit: contain;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: transform 1s ease-in-out;
}

.logo-old {
    transform: translateX(0);
}

.logo-new {
    transform: translateX(-100%) skewX(-60deg);
}

.logo-transition.animate .logo-old {
    transform: translateX(100%) skewX(-60deg);
}

.logo-transition.animate .logo-new {
    transform: translateX(0) skewX(0);
}
