/*--- style.scss ---*/
/*--- base.scss ---*/
/* line 36, ../sass/_base.scss */
html {
    font-size: 100%;
    webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

/* line 45, ../sass/_base.scss */
body {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

/* line 54, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6, p, span, a,
div, section, form {
    font-family: "Cardo", serif;
    color: #0e1315;
}

/* line 61, ../sass/_base.scss */
a {
    text-decoration: none;
}

/* line 65, ../sass/_base.scss */
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid #d6d6d8;
}

/* line 71, ../sass/_base.scss */
#checkbox {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}

/* line 75, ../sass/_base.scss */
.clear {
    clear: both;
}

@-webkit-keyframes fontfix {
    /* line 80, ../sass/_base.scss */
    from {
        opacity: 1;
    }

    /* line 81, ../sass/_base.scss */
    to {
        opacity: 1;
    }
}

/* line 84, ../sass/_base.scss */
.bg--grey {
    background-color: #d6d6d8;
}

/* line 88, ../sass/_base.scss */
.bg--grey--light {
    background-color: #e6e6e6;
}

/*--- layout.scss ---*/
/*============================================*/
/*                   HEADER                   */
/*============================================*/
/*#header{
    width:100%;
    height:80px;
    display:block;
    position:absolute;
    top:0;
    left:0;
    background-color: rgba($black,0.8);
    z-index:99999;

    @media screen and(max-width:"880px"){
        background-color: rgba($black,0.8);
    }
}*/
/* line 23, ../sass/_layout.scss */
.max__wrap {
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/* line 30, ../sass/_layout.scss */
#catalogue--sellout {
    padding-top: 120px;
}

/* line 36, ../sass/_layout.scss */
#footer {
    width: 96%;
    padding: 2%;
    margin-top: 50px;
}

/* line 42, ../sass/_layout.scss */
#actualites {
    padding-top: 150px;
}
/* line 45, ../sass/_layout.scss */
#actualites:before {
    content: '';
    display: inline;
    background-color: #0e1315;
    width: 50%;
    height: 2px;
    position: relative;
    margin: 0 auto;
}
/* line 55, ../sass/_layout.scss */
#actualites h1 {
    font-size: 2.3em;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

/* line 67, ../sass/_layout.scss */
.actu {
    background-color: white;
    width: 31.333333%;
    height: 410px;
    float: left;
    margin: 1%;
    overflow: hidden;
    padding: 0 !important;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 78, ../sass/_layout.scss */
.actu:hover {
    background-color: #e6e6e6;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 82, ../sass/_layout.scss */
.actu:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
@media screen and (max-width: 1045px) {
    /* line 67, ../sass/_layout.scss */
    .actu {
        height: 350px;
    }
}
@media screen and (max-width: 768px) {
    /* line 67, ../sass/_layout.scss */
    .actu {
        width: 48%;
    }
}
@media screen and (max-width: 640px) {
    /* line 67, ../sass/_layout.scss */
    .actu {
        width: 98%;
        height: auto;
    }
}
/* line 90, ../sass/_layout.scss */
.actu img {
    width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 101, ../sass/_layout.scss */
.actu p {
    padding: 0 0.5%;
}

/* line 106, ../sass/_layout.scss */
.img__actu--big {
    width: 100%;
    height: auto;
}

/* line 111, ../sass/_layout.scss */
.text__actu {
    font-size: 1.2em !important;
}

/*--- modules.scss ---*/
/* line 7, ../sass/_modules.scss */
.car__container {
    text-align: center;
}

/* line 12, ../sass/_modules.scss */
.bloc__car {
    display: inline-block;
    border-bottom: 1px solid black;
    padding: 2%;
    margin: 0 1%;
    width: 40%;
    position: relative;
}
@media screen and (max-width: 1080px) {
    /* line 12, ../sass/_modules.scss */
    .bloc__car {
        float: none;
        width: 66%;
        margin: 2% auto;
    }
}
@media screen and (max-width: 750px) {
    /* line 12, ../sass/_modules.scss */
    .bloc__car {
        width: 96%;
        margin: 2% 0;
    }
}
@media screen and (max-width: 640px) {
    /* line 12, ../sass/_modules.scss */
    .bloc__car {
        line-height: 1.2em;
        text-align: center;
        padding: 10% 0;
        margin: 0 2%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
/* line 40, ../sass/_modules.scss */
.bloc__car p:first-child {
    text-align: center;
}
/* line 46, ../sass/_modules.scss */
.bloc__car img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
/* line 53, ../sass/_modules.scss */
.bloc__car p ~ p {
    line-height: 1.4em;
    padding: 0 3%;
    width: 44%;
    float: left;
    font-size: 1.2em;
}
/* line 60, ../sass/_modules.scss */
.bloc__car p ~ p span {
    font-weight: 700;
    margin-right: 5px;
}
/* line 66, ../sass/_modules.scss */
.bloc__car .btn {
    padding: 20px 20px;
}
@media screen and (max-width: 640px) {
    /* line 70, ../sass/_modules.scss */
    .bloc__car .wrap__car ~ p {
        font-size: 1.2em;
        text-align: left;
    }
}

@media screen and (max-width: 960px) {
    /* line 82, ../sass/_modules.scss */
    .contact__us {
        display: block;
        font-size: 1.4em;
    }
}

/* line 89, ../sass/_modules.scss */
.txt-presentation {
    float: left;
}

/* line 94, ../sass/_modules.scss */
.discover {
    font-weight: 700;
}

/* line 100, ../sass/_modules.scss */
.filter--landscape--3 {
    position: fixed;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    background-color: #d6d6d8;
    margin-top: 80px;
    z-index: 9999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/* line 113, ../sass/_modules.scss */
.filter__container--3 {
    position: relative;
    width: 70%;
    height: auto;
    display: none;
    margin: 0 auto;
}
/* line 120, ../sass/_modules.scss */
.filter__container--3 ul {
    width: 100%;
    float: left;
    height: auto;
    margin: 30px 0;
    display: block;
    overflow: hidden;
    text-align: center;
}
/* line 128, ../sass/_modules.scss */
.filter__container--3 ul li {
    width: 14.66666666666667%;
    height: auto;
    float: left;
    position: relative;
    display: inline;
    margin: 1%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
@media screen and (max-width: 960px) {
    /* line 128, ../sass/_modules.scss */
    .filter__container--3 ul li {
        width: 18%;
    }
}
@media screen and (max-width: 640px) {
    /* line 128, ../sass/_modules.scss */
    .filter__container--3 ul li {
        width: 23%;
    }
}
@media screen and (max-width: 500px) {
    /* line 128, ../sass/_modules.scss */
    .filter__container--3 ul li {
        width: 31.333333333%;
    }
}
@media screen and (max-width: 400px) {
    /* line 128, ../sass/_modules.scss */
    .filter__container--3 ul li {
        width: 48%;
    }
}
/* line 162, ../sass/_modules.scss */
.filter__container--3 ul li img {
    max-width: 100%;
    width: 100%;
    display: inline;
}
/* line 168, ../sass/_modules.scss */
.filter__container--3 ul li:hover {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* line 176, ../sass/_modules.scss */
.btn__filter--left {
    width: 100%;
    height: 50px;
    padding: 0;
    position: relative;
    background-color: rgba(230, 230, 230, 0.8);
}
/* line 185, ../sass/_modules.scss */
.btn__filter--left a {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    padding-left: 5%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #0e1315;
    background: url(../images/icons/fleche-black.png) 5% 50% no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
    /* line 185, ../sass/_modules.scss */
    .btn__filter--left a {
        right: 50%;
        margin-right: -15%;
    }
}
@media screen and (max-width: 960px) {
    /* line 185, ../sass/_modules.scss */
    .btn__filter--left a {
        width: 40%;
        padding-left: 0;
        right: 50%;
        margin-right: -20%;
    }
}
@media screen and (max-width: 640px) {
    /* line 185, ../sass/_modules.scss */
    .btn__filter--left a {
        width: 100%;
        padding-left: 0;
        right: 0%;
        margin-right: 0%;
    }
}
/* line 220, ../sass/_modules.scss */
.btn__filter--left a:hover {
    background-color: white !important;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 230, ../sass/_modules.scss */
.btn__filter--3 {
    width: 100%;
    height: 50px;
    padding: 0;
    position: relative;
    background-color: rgba(14, 19, 21, 0.8);
}
/* line 237, ../sass/_modules.scss */
.btn__filter--3 a:first-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    padding-left: 5%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    background: url(../images/arrow.png) 5% 50% no-repeat;
    background-color: rgba(14, 19, 21, 0.5);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
    /* line 237, ../sass/_modules.scss */
    .btn__filter--3 a:first-child {
        right: 50%;
        margin-right: -15%;
    }
}
@media screen and (max-width: 960px) {
    /* line 237, ../sass/_modules.scss */
    .btn__filter--3 a:first-child {
        width: 40%;
        padding-left: 0;
        right: 50%;
        margin-right: -20%;
    }
}
@media screen and (max-width: 640px) {
    /* line 237, ../sass/_modules.scss */
    .btn__filter--3 a:first-child {
        width: 100%;
        padding-left: 0;
        right: 0%;
        margin-right: 0%;
    }
}
/* line 272, ../sass/_modules.scss */
.btn__filter--3 a:first-child:hover {
    background-color: #0e1315 !important;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 286, ../sass/_modules.scss */
.filter--landscape--no-fix {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    background-color: #d6d6d8;
}

/* line 295, ../sass/_modules.scss */
.filter__container--no-fix {
    position: relative;
    width: 70%;
    height: auto;
    display: none;
    margin: 0 auto;
}
/* line 302, ../sass/_modules.scss */
.filter__container--no-fix ul {
    width: 100%;
    float: left;
    height: auto;
    margin: 30px 0;
    display: block;
    overflow: hidden;
    text-align: center;
}
/* line 311, ../sass/_modules.scss */
.filter__container--no-fix ul li {
    width: 14.66666666666667%;
    height: auto;
    float: left;
    position: relative;
    display: inline;
    margin: 1%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    background-color: white;
}
@media screen and (max-width: 960px) {
    /* line 311, ../sass/_modules.scss */
    .filter__container--no-fix ul li {
        width: 18%;
    }
}
@media screen and (max-width: 640px) {
    /* line 311, ../sass/_modules.scss */
    .filter__container--no-fix ul li {
        width: 23%;
    }
}
@media screen and (max-width: 500px) {
    /* line 311, ../sass/_modules.scss */
    .filter__container--no-fix ul li {
        width: 31.333333333%;
    }
}
@media screen and (max-width: 400px) {
    /* line 311, ../sass/_modules.scss */
    .filter__container--no-fix ul li {
        width: 48%;
    }
}
/* line 346, ../sass/_modules.scss */
.filter__container--no-fix ul li img {
    max-width: 100%;
    width: 100%;
    display: inline;
}
/* line 352, ../sass/_modules.scss */
.filter__container--no-fix ul li:hover {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* line 361, ../sass/_modules.scss */
.btn__filter--no-fix {
    width: 100%;
    height: 50px;
    padding: 0;
    position: relative;
    background-color: #d6d6d8;
}
/* line 368, ../sass/_modules.scss */
.btn__filter--no-fix a:first-child {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100px;
    padding-right: 50px;
    padding-left: 20px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #0e1315;
    background: url(../images/icons/fleche-down-black.png) 95% 50% no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 320px) {
    /* line 368, ../sass/_modules.scss */
    .btn__filter--no-fix a:first-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/* line 393, ../sass/_modules.scss */
.btn__filter--no-fix a:first-child:hover {
    background-color: white !important;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 405, ../sass/_modules.scss */
.succes {
    background-color: #ebffe8;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #87d57a;
}
/* line 412, ../sass/_modules.scss */
.succes p {
    color: #87d57a;
    text-align: center;
    font-size: 1.2em;
    font-family: "Cardo", serif;
}

/* line 420, ../sass/_modules.scss */
.filter {
    position: fixed;
    top: 0;
    right: 0;
    width: 75px;
    height: 100%;
    padding: 0 25px;
    z-index: 9999999;
    background-color: #d6d6d8;
    overflow: hidden;
}

/* line 432, ../sass/_modules.scss */
.filter__container {
    position: absolute;
    height: 100%;
}
/* line 436, ../sass/_modules.scss */
.filter__container p {
    font-size: 1.4em;
    text-align: center;
}
/* line 441, ../sass/_modules.scss */
.filter__container ul {
    height: 85%;
    overflow: hidden;
}
/* line 444, ../sass/_modules.scss */
.filter__container ul li {
    width: 100%;
    height: auto;
    position: relative;
}
/* line 448, ../sass/_modules.scss */
.filter__container ul li img {
    max-width: 100%;
}

/* line 456, ../sass/_modules.scss */
.is__sticky {
    width: 100%;
    min-height: 80px;
    height: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0px;
    background-color: #0e1315;
    z-index: 99999;
}

/* line 470, ../sass/_modules.scss */
.is__sticky--filter {
    position: fixed !important;
    top: 0px;
    left: 0;
    z-index: 99999;
}

/* line 477, ../sass/_modules.scss */
.underline {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 1055px) {
    /* line 477, ../sass/_modules.scss */
    .underline {
        bottom: 10px;
    }
}

/* line 494, ../sass/_modules.scss */
.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
/* line 497, ../sass/_modules.scss */
.active span.underline {
    width: 30%;
    left: 50%;
    margin-left: -15%;
    height: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* line 507, ../sass/_modules.scss */
header {
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
    background-color: rgba(14, 19, 21, 0.8);
    z-index: 99999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
@media screen and (max-height: 740px) {
    /* line 507, ../sass/_modules.scss */
    header {
        position: fixed;
        min-height: 80px;
        max-height: 400px;
        display: block;
        height: auto;
        top: 0;
        margin-top: 0;
        background-color: #0e1315;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@media screen and (max-width: 1055px) {
    /* line 507, ../sass/_modules.scss */
    header {
        position: fixed;
        min-height: 80px;
        max-height: 400px;
        display: block;
        height: auto;
        top: 0;
        margin-top: 0;
        background-color: #0e1315;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 546, ../sass/_modules.scss */
header nav {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
/* line 552, ../sass/_modules.scss */
header nav ul {
    position: relative;
    top: 0;
    left: 5%;
    width: 95%;
    height: 100%;
    display: block;
}
@media screen and (max-width: 1055px) {
    /* line 552, ../sass/_modules.scss */
    header nav ul {
        display: none;
        width: 100%;
        height: auto;
        left: 0;
        top: 80px;
        background-color: #0e1315;
    }
}
/* line 569, ../sass/_modules.scss */
header nav ul li {
    display: inline-block;
    position: relative;
    margin: 0px 1%;
    height: 80px;
    text-align: center;
}
@media screen and (max-width: 1055px) {
    /* line 569, ../sass/_modules.scss */
    header nav ul li {
        display: block;
        height: 60px;
        margin: 0px;
    }
}
/* line 582, ../sass/_modules.scss */
header nav ul li a {
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    line-height: 80px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 1055px) {
    /* line 582, ../sass/_modules.scss */
    header nav ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 60px;
    }
}
/* line 600, ../sass/_modules.scss */
header nav ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 605, ../sass/_modules.scss */
header nav ul li a:hover + span {
    width: 30%;
    left: 50%;
    margin-left: -15%;
    height: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/*.header--middle{
    position:absolute;
    top:50%;
    margin-top:-40px;
}*/
/* line 627, ../sass/_modules.scss */
.header--top {
    position: fixed;
    top: 0;
    margin-top: 0;
    background-color: #0e1315;
}
@media screen and (max-width: 960px) {
    /* line 627, ../sass/_modules.scss */
    .header--top {
        background-color: #0e1315;
    }
}

/* line 639, ../sass/_modules.scss */
.logo {
    display: block;
    height: 60px;
    position: relative;
    width: 25%;
    margin-left: 3%;
    float: left;
    z-index: 999;
    margin-bottom: 0px;
}
@media screen and (max-width: 1034px) {
    /* line 639, ../sass/_modules.scss */
    .logo {
        width: 40%;
        height: auto;
        top: 0;
    }
}
@media screen and (max-width: 1034px) {
    /* line 639, ../sass/_modules.scss */
    .logo {
        float: none;
        top: 0px;
        margin-bottom: 1px;
        height: auto;
        width: 60%;
    }
}
@media screen and (max-width: 320px) {
    /* line 639, ../sass/_modules.scss */
    .logo {
        width: 70%;
        height: auto;
        top: 0;
    }
}
/* line 669, ../sass/_modules.scss */
.logo img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
    /* line 669, ../sass/_modules.scss */
    .logo img {
        margin-left: 2%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
@media screen and (max-width: 880px) {
    /* line 669, ../sass/_modules.scss */
    .logo img {
        float: none;
    }
}

/* line 691, ../sass/_modules.scss */
.slider {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden !important;
    z-index: -1;
}
@media screen and (max-width: 960px) {
    /* line 691, ../sass/_modules.scss */
    .slider {
        display: none;
    }
}

/* line 707, ../sass/_modules.scss */
.section__top {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #0e1315;
}
@media screen and (max-width: 960px) {
    /* line 707, ../sass/_modules.scss */
    .section__top {
        min-height: 400px;
        margin-top: 80px;
    }
}
@media screen and (max-width: 640px) {
    /* line 707, ../sass/_modules.scss */
    .section__top {
        min-height: 300px;
    }
}
@media screen and (max-width: 400px) {
    /* line 707, ../sass/_modules.scss */
    .section__top {
        min-height: 150px;
    }
}

/* line 731, ../sass/_modules.scss */
.mask__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwZTEzMTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMTQsIDE5LCAyMSwgMCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #0e1315), color-stop(100%, rgba(14, 19, 21, 0)));
    background-image: -webkit-linear-gradient(bottom, #0e1315 20%, rgba(14, 19, 21, 0) 100%);
    background-image: -moz-linear-gradient(bottom, #0e1315 20%, rgba(14, 19, 21, 0) 100%);
    background-image: -o-linear-gradient(bottom, #0e1315 20%, rgba(14, 19, 21, 0) 100%);
    background-image: linear-gradient(bottom, #0e1315 20%, rgba(14, 19, 21, 0) 100%);
}
@media screen and (max-width: 960px) {
    /* line 731, ../sass/_modules.scss */
    .mask__gradient {
        height: 50px;
    }
}

/* line 750, ../sass/_modules.scss */
.slider__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

/* line 760, ../sass/_modules.scss */
.slider__content--single {
    width: 100%;
    height: auto;
    max-height: 440px;
    position: relative;
    display: block;
}
/* line 768, ../sass/_modules.scss */
.slider__content--single li {
    width: 100%;
    overflow: hidden;
}

/* line 778, ../sass/_modules.scss */
.slider__content--single--2 {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
}
@media screen and (max-width: 640px) {
    /* line 778, ../sass/_modules.scss */
    .slider__content--single--2 {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    /* line 792, ../sass/_modules.scss */
    .slider__content--single--2 ~ a {
        display: none;
    }
}
/* line 800, ../sass/_modules.scss */
.slider__content--single--2 li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
/* line 806, ../sass/_modules.scss */
.slider__content--single--2 li img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

/* line 819, ../sass/_modules.scss */
.slider__slide {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}
/* line 827, ../sass/_modules.scss */
.slider__slide img {
    /*        top:50% !important;
            left:0;
            margin-top:-50% !important;
            position: fixed;*/
}

@media screen and (max-width: 1200px) {
    /* line 844, ../sass/_modules.scss */
    .bloc__actus {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    /* line 851, ../sass/_modules.scss */
    .bloc__portraits {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    /* line 857, ../sass/_modules.scss */
    .bloc__txt--presentation {
        width: 98% !important;
    }
}

@media screen and (max-width: 1200px) {
    /* line 863, ../sass/_modules.scss */
    .bloc__presentation, .bloc__catalogue {
        width: 45.5% !important;
        float: left !important;
    }
}
@media screen and (max-width: 1024px) {
    /* line 863, ../sass/_modules.scss */
    .bloc__presentation, .bloc__catalogue {
        width: 46% !important;
        float: left !important;
    }
}
@media screen and (max-width: 960px) {
    /* line 863, ../sass/_modules.scss */
    .bloc__presentation, .bloc__catalogue {
        width: 98% !important;
        float: left !important;
    }
}

/* line 886, ../sass/_modules.scss */
.bloc--single {
    padding-top: 120px;
}

/* line 890, ../sass/_modules.scss */
.bloc--gris {
    padding: 30px 10px;
    background-color: #d6d6d8;
}
@media screen and (max-width: 960px) {
    /* line 890, ../sass/_modules.scss */
    .bloc--gris {
        margin-top: 50px;
    }
}
/* line 900, ../sass/_modules.scss */
.bloc--gris h2.bloc--gris h1 {
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
    /* line 904, ../sass/_modules.scss */
    .bloc--gris h1 img, .bloc--gris h2 img {
        display: none;
    }
}
/* line 913, ../sass/_modules.scss */
.bloc--gris h1 + p, .bloc--gris h2 + p {
    margin-bottom: 50px;
}

/* line 918, ../sass/_modules.scss */
.bloc__large {
    width: 96%;
    height: auto;
    padding: 2%;
    position: relative;
}
/* line 924, ../sass/_modules.scss */
.bloc__large h2, .bloc__large h1 {
    text-align: center;
    font-size: 2.8em;
    font-weight: 400;
    margin: 30px 0;
}
@media screen and (max-width: 640px) {
    /* line 924, ../sass/_modules.scss */
    .bloc__large h2,  .bloc__large h1{
        display: block;
        margin: 10px auto;
    }
}
/* line 935, ../sass/_modules.scss */
.bloc__large h2 img, .bloc__large h1 img {
    max-width: 80px;
    vertical-align: middle;
    margin-top: -10px;
}
@media screen and (max-width: 640px) {
    /* line 935, ../sass/_modules.scss */
    .bloc__large h1 img,  .bloc__large h2 img {
        display: block;
        margin: 10px auto;
    }
}
/* line 947, ../sass/_modules.scss */
.bloc__large hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid black;
}
/* line 953, ../sass/_modules.scss */
.bloc__large img {
    width: 100%;
    max-width: 100%;
}

/* line 959, ../sass/_modules.scss */
.bloc__large--options {
    width: 100%;
    padding: 2% 0;
    padding-top: 0;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 0px 1px #d6d6d8;
    -moz-box-shadow: inset 0px 0px 0px 1px #d6d6d8;
    box-shadow: inset 0px 0px 0px 1px #d6d6d8;
}

/* line 969, ../sass/_modules.scss */
.bloc__large--inside {
    width: 100%;
    padding: 2% 0;
    position: relative;
}
/* line 974, ../sass/_modules.scss */
.bloc__large--inside img {
    max-width: 100%;
}

/* line 979, ../sass/_modules.scss */
.bloc__large--carView {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    margin-top: 30px;
    position: relative;
}

/* line 988, ../sass/_modules.scss */
.bloc__middle--white {
    position: relative;
    float: left;
    padding: 1%;
    margin: 0 1%;
    width: 45.5%;
    background-color: white;
}
@media screen and (max-width: 1024px) {
    /* line 988, ../sass/_modules.scss */
    .bloc__middle--white {
        width: 46%;
    }
    /* line 1000, ../sass/_modules.scss */
    .bloc__middle--white .sb__title + p {
        line-height: 1.1em;
    }
}
@media screen and (max-width: 960px) {
    /* line 988, ../sass/_modules.scss */
    .bloc__middle--white {
        float: none;
        width: 98%;
        min-height: 125px;
        margin: 10px 0px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
@media screen and (max-width: 640px) {
    /* line 988, ../sass/_modules.scss */
    .bloc__middle--white {
        text-align: center;
    }
}
/* line 1020, ../sass/_modules.scss */
.bloc__middle--white img {
    max-width: 100%;
    float: left;
    margin-right: 3%;
}
@media screen and (max-width: 640px) {
    /* line 1020, ../sass/_modules.scss */
    .bloc__middle--white img {
        float: none;
        margin: 20px auto;
    }
}

/* line 1034, ../sass/_modules.scss */
.bloc__middle {
    position: relative;
    float: left;
    padding: 2%;
    width: 46%;
}
/* line 1041, ../sass/_modules.scss */
.bloc__middle h4 {
    text-transform: uppercase;
    font-size: 500;
    font-weight: 400;
    margin-bottom: 30px;
}
/* line 1048, ../sass/_modules.scss */
.bloc__middle a {
    margin: 20px 0;
}

/* line 1054, ../sass/_modules.scss */
.bloc__middle--large {
    float: left;
    width: 64%;
    padding: 0% 2% 2% 2%;
    position: relative;
}
@media screen and (max-width: 880px) {
    /* line 1054, ../sass/_modules.scss */
    .bloc__middle--large {
        float: none;
        width: 96%;
    }
}
/* line 1065, ../sass/_modules.scss */
.bloc__middle--large img {
    max-width: 100%;
    width: 100%;
}

/* line 1072, ../sass/_modules.scss */
.bloc__middle--2 {
    border-bottom: 1px solid #d6d6d8;
    padding: 2%;
    margin: 0 2%;
    width: 42%;
    position: relative;
}
@media screen and (max-width: 1080px) {
    /* line 1072, ../sass/_modules.scss */
    .bloc__middle--2 {
        float: none;
        width: 66%;
        margin: 2% auto;
    }
}
@media screen and (max-width: 750px) {
    /* line 1072, ../sass/_modules.scss */
    .bloc__middle--2 {
        width: 96%;
        margin: 2% 0;
    }
}
@media screen and (max-width: 640px) {
    /* line 1072, ../sass/_modules.scss */
    .bloc__middle--2 {
        line-height: 1.2em;
        text-align: center;
        padding: 10% 0;
        margin: 0 2%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
/* line 1099, ../sass/_modules.scss */
.bloc__middle--2 p:first-child {
    text-align: center;
}
/* line 1105, ../sass/_modules.scss */
.bloc__middle--2 img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
/* line 1115, ../sass/_modules.scss */
.bloc__middle--2 p ~ p {
    line-height: 1.4em;
    padding: 0 3%;
    width: 44%;
    float: left;
    font-size: 1.2em;
}
/* line 1122, ../sass/_modules.scss */
.bloc__middle--2 p ~ p span {
    font-weight: 700;
    margin-right: 5px;
}

@media screen and (max-width: 1080px) {
    /* line 1130, ../sass/_modules.scss */
    .bloc__middle {
        float: none;
        width: 66%;
        margin: 2% auto;
    }
}
@media screen and (max-width: 750px) {
    /* line 1130, ../sass/_modules.scss */
    .bloc__middle {
        width: 96%;
        margin: 2% 0;
    }
}
@media screen and (max-width: 640px) {
    /* line 1130, ../sass/_modules.scss */
    .bloc__middle {
        line-height: 1.2em;
        text-align: center;
        padding: 10% 0;
        margin: 0 2%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
/* line 1152, ../sass/_modules.scss */
.bloc__middle img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
/* line 1162, ../sass/_modules.scss */
.bloc__middle p {
    line-height: 1.4em;
    font-size: 1.2em;
}
/* line 1166, ../sass/_modules.scss */
.bloc__middle p span {
    font-weight: 700;
    margin-right: 5px;
}
/* line 1172, ../sass/_modules.scss */
.bloc__middle p ~ p {
    line-height: 1.4em;
}

/* line 1180, ../sass/_modules.scss */
.bloc__small {
    padding: 1%;
    width: 31%;
    position: relative;
    float: left;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    /* line 1180, ../sass/_modules.scss */
    .bloc__small {
        width: 48%;
    }
}
@media screen and (max-width: 320px) {
    /* line 1180, ../sass/_modules.scss */
    .bloc__small {
        float: none;
        width: 98%;
    }
}

/* line 1196, ../sass/_modules.scss */
.bloc__small--2 {
    width: 23%;
    min-height: 80px;
    padding: 1%;
    float: left;
    position: relative;
}
@media screen and (max-width: 640px) {
    /* line 1196, ../sass/_modules.scss */
    .bloc__small--2 {
        width: 48%;
    }
}
@media screen and (max-width: 320px) {
    /* line 1196, ../sass/_modules.scss */
    .bloc__small--2 {
        float: none;
        width: 98%;
    }
}
/* line 1212, ../sass/_modules.scss */
.bloc__small--2 p {
    padding: 20px 0;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 1px 0 0 0 #d6d6d8, inset -1px 0 0 0 #d6d6d8;
    -moz-box-shadow: inset 1px 0 0 0 #d6d6d8, inset -1px 0 0 0 #d6d6d8;
    box-shadow: inset 1px 0 0 0 #d6d6d8, inset -1px 0 0 0 #d6d6d8;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 640px) {
    /* line 1212, ../sass/_modules.scss */
    .bloc__small--2 p {
        margin-bottom: 10px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
/* line 1229, ../sass/_modules.scss */
.bloc__small--2 p span {
    display: block;
    margin-top: 20px;
    color: #202528;
    font-weight: 400;
}

/* line 1238, ../sass/_modules.scss */
.bloc__small--sidebar {
    width: 26%;
    padding: 2%;
    float: left;
    background-color: #e6e6e6;
}
@media screen and (max-width: 880px) {
    /* line 1238, ../sass/_modules.scss */
    .bloc__small--sidebar {
        float: none;
        width: 96%;
    }
}

/* line 1251, ../sass/_modules.scss */
.bloc__small--sidebar--icons {
    width: 30%;
    padding: 9px 0;
    padding-bottom: 0;
    float: left;
}
/* line 1257, ../sass/_modules.scss */
.bloc__small--sidebar--icons a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 1261, ../sass/_modules.scss */
.bloc__small--sidebar--icons a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 880px) {
    /* line 1257, ../sass/_modules.scss */
    .bloc__small--sidebar--icons a {
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 880px) {
    /* line 1251, ../sass/_modules.scss */
    .bloc__small--sidebar--icons {
        float: none;
        width: 100%;
    }
}

/* line 1281, ../sass/_modules.scss */
.bloc__small--sidebarPrice {
    width: 30%;
    padding: 2% 0;
    float: left;
    position: relative;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 10px;
}
@media screen and (max-width: 880px) {
    /* line 1281, ../sass/_modules.scss */
    .bloc__small--sidebarPrice {
        float: none;
        width: 96%;
    }
}

/* line 1297, ../sass/_modules.scss */
.bloc__small--white {
    width: 29%;
    margin: 30px 1%;
    float: left;
    background-color: white;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 1200px) {
    /* line 1297, ../sass/_modules.scss */
    .bloc__small--white {
        width: 96%;
        min-height: 125px;
        margin: 10px 1%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
@media screen and (max-width: 960px) {
    /* line 1297, ../sass/_modules.scss */
    .bloc__small--white {
        float: none;
        width: 98%;
        min-height: 125px;
        margin: 10px 0px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
/* line 1322, ../sass/_modules.scss */
.bloc__small--white img {
    max-width: 100%;
    float: left;
    margin-right: 6%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
    /* line 1322, ../sass/_modules.scss */
    .bloc__small--white img {
        position: relative;
        margin-right: 2%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
@media screen and (max-width: 640px) {
    /* line 1322, ../sass/_modules.scss */
    .bloc__small--white img {
        position: relative;
        display: block;
        float: none;
        margin-right: 0;
        margin: 20px auto;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
/* line 1347, ../sass/_modules.scss */
.bloc__small--white p {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
    /* line 1347, ../sass/_modules.scss */
    .bloc__small--white p {
        padding-left: 0px;
    }
}
@media screen and (max-width: 640px) {
    /* line 1347, ../sass/_modules.scss */
    .bloc__small--white p {
        padding-left: 0;
        text-align: center;
        margin-bottom: 10px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}

/* line 1366, ../sass/_modules.scss */
.wrap__car {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background-color: white;
}
@media screen and (max-width: 400px) {
    /* line 1366, ../sass/_modules.scss */
    .wrap__car {
        height: 200px;
    }
}
/* line 1381, ../sass/_modules.scss */
.wrap__car img {
    position: absolute;
    bottom: -20px;
    left: 0;
}

@media screen and (max-width: 960px) {
    /* line 1390, ../sass/_modules.scss */
    .img__resize--month {
        position: relative;
        max-width: 100%;
        height: auto;
    }
}

/* line 1402, ../sass/_modules.scss */
.car__month--infos {
    position: absolute;
    bottom: 10%;
    height: 280px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    background-color: rgba(14, 19, 21, 0.8);
    color: white;
}
@media screen and (min-width: 1920px) {
    /* line 1402, ../sass/_modules.scss */
    .car__month--infos {
        height: 320px;
    }
}
@media screen and (max-width: 1600px) {
    /* line 1402, ../sass/_modules.scss */
    .car__month--infos {
        width: 70%;
        margin-left: -35%;
    }
}
@media screen and (max-width: 960px) {
    /* line 1402, ../sass/_modules.scss */
    .car__month--infos {
        position: relative;
        width: 90%;
        height: auto;
        top: 0;
        left: 0;
        margin-left: 0;
        padding: 5%;
        text-align: center;
        background-color: #0e1315;
    }
}

/* line 1441, ../sass/_modules.scss */
.car__month--descr {
    width: 70%;
    height: 280px;
    position: relative;
    padding: 40px 5%;
    float: left;
}
@media screen and (max-width: 960px) {
    /* line 1441, ../sass/_modules.scss */
    .car__month--descr {
        width: 100%;
        height: auto;
        padding: 0;
        float: none;
    }
}
/* line 1458, ../sass/_modules.scss */
.car__month--descr h1 , .car__month--descr h2 {
    font-size: 1.4em;
    text-transform: uppercase;
}
@media screen and (max-width: 960px) {
    /* line 1458, ../sass/_modules.scss */
    .car__month--descr h1, .car__month--descr h2 {
        margin-top: 0;
    }
}
@media screen and (min-width: 1920px) {
    /* line 1458, ../sass/_modules.scss */
    .car__month--descr h1, .car__month--descr h2 {
        font-size: 1.8em;
    }
}
/* line 1473, ../sass/_modules.scss */
.car__month--descr h1 img, .car__month--descr h2 img {
    margin-left: -30px;
    vertical-align: middle;
}
@media screen and (max-width: 640px) {
    /* line 1473, ../sass/_modules.scss */
    .car__month--descr h1 img, .car__month--descr h2 img {
        display: block;
        margin: 10px auto;
    }
}
/* line 1485, ../sass/_modules.scss */
.car__month--descr h1 + p,.car__month--descr h2 + p {
    line-height: 1.2em;
}
@media screen and (min-width: 1920px) {
    /* line 1485, ../sass/_modules.scss */
    .car__month--descr h1 + p, .car__month--descr h2 + p {
        font-size: 1.4em;
    }
}
/* line 1496, ../sass/_modules.scss */
.car__month--descr p, .car__month--descr h2 , .car__month--descr h1 {
    color: white;
    margin: 10px;
    vertical-align: middle;
}
@media screen and (max-width: 960px) {
    /* line 1496, ../sass/_modules.scss */
    .car__month--descr p, .car__month--descr h2, .car__month--descr h1 {
        padding: 1% 5%;
    }
}
/* line 1510, ../sass/_modules.scss */
.car__month--descr p:first-child {
    margin-top: 3%;
    font-size: 1.8em;
}
/* line 1516, ../sass/_modules.scss */
.car__month--descr a {
    margin: 4% auto;
    font-size: 1.2em;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 1150px) {
    /* line 1516, ../sass/_modules.scss */
    .car__month--descr a {
        font-size: 0.9em;
    }
}

/*.bloc__small--infosCar{
    position:absolute;
    bottom:0;
    left:0;
    height:100%;
    width:50%;
    background-color: $black;
    color:$white;

    @media screen and (max-width:960px){

        position: relative;
        min-height:auto;
        width:90%;
        top:0;
        padding: 5%;
        text-align: center;

    }

    h2{

        font-size: $normal;
        margin-top: 4%;
        text-transform: uppercase;

        @media screen and (max-width:960px){
            margin-top:0;
        }

        @media screen and(min-width:"1920px"){

            font-size: $big;

        }

        img{

            margin-left:-30px;
            vertical-align: middle;
        }
    }

    h2 +p{

        line-height: $x-normal;

        @media screen and(min-width:"1920px"){

            font-size: $normal;

        }
    }

    p,h2{
        color: $white;
        padding: 2% 10%;
        vertical-align: middle;

        @media screen and (max-width:960px){

            padding: 1% 5%;

        }

    }


    p:first-child{
        margin-top:3%;

        font-size: $big;

    }

    p:first-child, h2{
        font-size: $normal;
        margin-top: 4%;
        text-transform: uppercase;

        @media screen and (max-width:960px){
            margin-top:0;
        }
    }

    a{
        margin-top:4%;
        font-size:$x-normal;

        @include transition-duration(0.3s);

        @media screen and(max-width:1150px){
            font-size:$small;
        }

    }

}*/
/* line 1630, ../sass/_modules.scss */
.text__size {
    line-height: 1.2em;
    font-size: 1.2em;
    padding: 3%;
}

/* line 1637, ../sass/_modules.scss */
.text__center {
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (max-width: 960px) {
    /* line 1637, ../sass/_modules.scss */
    .text__center {
        font-size: 0.9em;
        line-height: 1.4em;
    }
}

/* line 1650, ../sass/_modules.scss */
.infos__perso {
    font-size: 0.9em;
    text-align: center;
    margin: 20px 0;
}

/* line 1661, ../sass/_modules.scss */
.mapg {
    background-color: #d6d6d8;
    height: 200px;
    margin-bottom: 20px;
}

/* line 1667, ../sass/_modules.scss */
.text_intro {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    /* line 1667, ../sass/_modules.scss */
    .text_intro {
        font-size: 1.2em;
        line-height: 1.2em;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}

/* line 1680, ../sass/_modules.scss */
.title {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 30px 0;
}

/* line 1687, ../sass/_modules.scss */
.title__grey {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #e6e6e6;
    color: #0e1315;
    padding: 10px 0;
    margin-bottom: 20px;
}

/* line 1698, ../sass/_modules.scss */
.title__black {
    text-align: center;
    text-transform: uppercase;
    background-color: #0e1315;
    color: white;
    padding: 10px 0;
    margin-bottom: 20px;
}

/* line 1707, ../sass/_modules.scss */
.title__black + p {
    padding: 0 1%;
}

/* line 1712, ../sass/_modules.scss */
.title__black ~ ul {
    width: 34%;
    padding: 3% 3% 3% 10%;
    list-style: disc;
    float: left;
}
@media screen and (max-width: 640px) {
    /* line 1712, ../sass/_modules.scss */
    .title__black ~ ul {
        float: none;
        width: 80%;
        padding: 3% 10%;
    }
}
/* line 1725, ../sass/_modules.scss */
.title__black ~ ul li {
    font-size: 1.2em;
    line-height: 1.4em;
}
@media screen and (max-width: 640px) {
    /* line 1725, ../sass/_modules.scss */
    .title__black ~ ul li {
        font-size: 1.2em;
    }
}

/* line 1735, ../sass/_modules.scss */
.sub__title {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
    /* line 1735, ../sass/_modules.scss */
    .sub__title {
        margin-bottom: 10px;
    }
}

/* line 1746, ../sass/_modules.scss */
.sub__title + p {
    font-size: 0.9em;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
    /* line 1746, ../sass/_modules.scss */
    .sub__title + p {
        font-size: 0.9em;
        line-height: 1.2em;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}

/* line 1761, ../sass/_modules.scss */
.sub__title ~ p span {
    margin-right: 10px;
    font-weight: 700;
}

/* line 1767, ../sass/_modules.scss */
.list__custom {
    margin: 7px 0;
    padding: 0 !important;
    padding-left: 20px !important;
    background: url(../images/icons/fleche_list.png) center left no-repeat;
}
@media screen and (max-width: 640px) {
    /* line 1767, ../sass/_modules.scss */
    .list__custom {
        text-align: left !important;
    }
}

/* line 1781, ../sass/_modules.scss */
.price--big {
    line-height: 1.2em;
    text-align: center;
    font-size: 2.3em;
    font-weight: 700;
    background-color: #e6e6e6;
    padding: 8px 0;
}

/* line 1790, ../sass/_modules.scss */
.price__ref {
    display: block;
    font-size: 0.4em;
    font-weight: 400;
}

/* line 1797, ../sass/_modules.scss */
.model__view--inside {
    width: 100%;
    height: 64%;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #0e1315;
    /*    @media screen and(max-height:740px){
            height:44%;
        }*/
}
@media screen and (max-width: 960px) {
    /* line 1797, ../sass/_modules.scss */
    .model__view--inside {
        display: none;
    }
}
/* line 1815, ../sass/_modules.scss */
.model__view--inside img {
    position: relative;
    bottom: 0px;
    margin-top: 0;
    width: 100%;
    /*        @media screen and(max-height:740px){
                margin-top:-10%;
            }*/
}

/* line 1828, ../sass/_modules.scss */
.model__view--month {
    width: 100%;
    height: 36%;
    position: relative;
}
@media screen and (max-height: 740px) {
    /* line 1828, ../sass/_modules.scss */
    .model__view--month {
        height: 56%;
    }
}
@media screen and (max-width: 960px) {
    /* line 1828, ../sass/_modules.scss */
    .model__view--month {
        position: relative;
        height: auto;
    }
}

/* line 1846, ../sass/_modules.scss */
.bloc__model--monthImg {
    position: relative;
    overflow: hidden;
    margin-left: 50%;
    width: 50%;
    height: 100%;
    background-color: #0e1315;
}
@media screen and (max-width: 960px) {
    /* line 1846, ../sass/_modules.scss */
    .bloc__model--monthImg {
        width: 100%;
        margin-left: 0;
        position: relative;
        height: auto;
        overflow: visible;
    }
}
/* line 1864, ../sass/_modules.scss */
.bloc__model--monthImg img {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
}
@media screen and (max-width: 960px) {
    /* line 1864, ../sass/_modules.scss */
    .bloc__model--monthImg img {
        top: 0;
        position: relative;
    }
}

/* line 1881, ../sass/_modules.scss */
.infos--color, .infos--inside {
    margin-top: 5px;
    display: block;
}
/* line 1887, ../sass/_modules.scss */
.infos--color span:first-child, .infos--inside span:first-child {
    display: inline-block;
    width: 27%;
    padding: 5px 0;
    background-color: #e6e6e6;
}
/* line 1895, ../sass/_modules.scss */
.infos--color span:first-child + span, .infos--inside span:first-child + span {
    width: 71%;
    margin-right: 0;
}
/* line 1900, ../sass/_modules.scss */
.infos--color span, .infos--inside span {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

/* line 1907, ../sass/_modules.scss */
.color__car, .color__car--inside {
    padding: 5px 0;
    font-size: 0.9em;
    font-weight: 300 !important;
}

/* line 1915, ../sass/_modules.scss */
#map_loca {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}

/* line 1924, ../sass/_modules.scss */
.infos__contact h3 {
    text-transform: uppercase;
    font-size: 500;
    font-weight: 700;
    margin-bottom: 30px;
}
/* line 1930, ../sass/_modules.scss */
.infos__contact h3 span {
    text-transform: none;
    font-size: 0.9em;
    font-weight: 400;
}
/* line 1937, ../sass/_modules.scss */
.infos__contact p {
    text-transform: none;
    line-height: 1.2em;
}

/* line 1945, ../sass/_modules.scss */
.form__contact--small input, .form__contact--small textarea {
    width: 96%;
    padding: 2% 2%;
    margin-bottom: 20px;
    font-family: "Cardo", serif;
    font-size: 0.9em;
}
/* line 1953, ../sass/_modules.scss */
.form__contact--small textarea {
    height: 150px;
    resize: vertical;
}
/* line 1958, ../sass/_modules.scss */
.form__contact--small input[type="submit"] {
    width: 100%;
    height: 45px;
    padding: 0;
    font-size: 0.9em;
    cursor: pointer;
    background-color: #202528;
    color: white;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
/* line 1970, ../sass/_modules.scss */
.form__contact--small input[type="submit"]:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 1977, ../sass/_modules.scss */
.form__contact--small input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;
    border: 1px solid #d6d6d8;
}
/* line 1986, ../sass/_modules.scss */
.form__contact--small li {
    line-height: 20px;
    font-size: 0.9em;
}

/* line 1994, ../sass/_modules.scss */
#footer p {
    text-align: right;
    font-size: 0.9em;
    border-top: 1px solid #d6d6d8;
}
@media screen and (max-width: 640px) {
    /* line 1994, ../sass/_modules.scss */
    #footer p {
        text-align: center;
    }
}

/* line 2008, ../sass/_modules.scss */
.img--sellout {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 40px;
    display: block;
    background: url(../images/tmp/vendue.png) center center no-repeat;
    z-index: 99;
}

/* line 2023, ../sass/_modules.scss */
.car__sellout {
    opacity: 0.5;
}

/*--- states.scss ---*/
/* line 3, ../sass/_states.scss */
a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 7, ../sass/_states.scss */
a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 18, ../sass/_states.scss */
input, textarea,
input[type="checkbox"],
input[type="submit"] {
    font-size: 1.4em;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 23, ../sass/_states.scss */
input:hover, textarea:hover,
input[type="checkbox"]:hover,
input[type="submit"]:hover {
    border-color: #0e1315;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 30, ../sass/_states.scss */
input[type="submit"] {
    text-transform: uppercase;
}

/* line 34, ../sass/_states.scss */
.nav__link--active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    text-decoration: underline;
}

/* line 39, ../sass/_states.scss */
.btn__menu--mobile {
    cursor: pointer;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
    background: url("../images/btn__menu--mobile.png") center center no-repeat;
    display: none;
}
@media screen and (max-width: 1055px) {
    /* line 39, ../sass/_states.scss */
    .btn__menu--mobile {
        display: block;
    }
}

/* line 54, ../sass/_states.scss */
.btn__large--grey {
    display: block;
    margin: 0 auto;
    margin: 0 10%;
    width: 90%;
    padding: 10px 10px;
    background-color: #d6d6d8;
    color: #0e1315;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 1450px) {
    /* line 54, ../sass/_states.scss */
    .btn__large--grey {
        width: 60%;
        line-height: 1.4em;
    }
}
@media screen and (max-width: 1240px) {
    /* line 54, ../sass/_states.scss */
    .btn__large--grey {
        width: 90%;
        line-height: 1.4em;
    }
}
/* line 82, ../sass/_states.scss */
.btn__large--grey:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 89, ../sass/_states.scss */
.btn {
    background-color: #0e1315;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    display: block;
}

/* line 99, ../sass/_states.scss */
.go--top {
    position: fixed;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 90px;
    background-color: rgba(14, 19, 21, 0.7);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 114, ../sass/_states.scss */
.go--top img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* line 123, ../sass/_states.scss */
.go--top:hover {
    background-color: #0e1315;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 130, ../sass/_states.scss */
.prev, .next {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    text-indent: -9999px;
    z-index: 999;
}

/* line 142, ../sass/_states.scss */
.prev {
    background: url("../images/icons/nav-slider.jpg") 0 0 no-repeat;
    left: 2%;
}

/* line 147, ../sass/_states.scss */
.next {
    background: url("../images/icons/nav-slider.jpg") -40px 0 no-repeat;
    right: 2%;
}

/* line 153, ../sass/_states.scss */
.go__to--catalogue {
    position: absolute;
    right: 0;
    width: 16%;
    height: 240px;
    padding: 20px;
    background-color: #d6d6d8;
    text-align: center;
    line-height: 240px;
}
@media screen and (min-width: 1920px) {
    /* line 153, ../sass/_states.scss */
    .go__to--catalogue {
        height: 280px;
        line-height: 280px;
    }
}
@media screen and (max-width: 960px) {
    /* line 153, ../sass/_states.scss */
    .go__to--catalogue {
        display: none;
    }
}
/* line 176, ../sass/_states.scss */
.go__to--catalogue .center {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
/* line 181, ../sass/_states.scss */
.go__to--catalogue .center a {
    font-size: 1.2em;
    line-height: normal;
}
@media screen and (max-width: 960px) {
    /* line 181, ../sass/_states.scss */
    .go__to--catalogue .center a {
        font-size: 0.9em;
    }
}
@media screen and (min-width: 1920px) {
    /* line 181, ../sass/_states.scss */
    .go__to--catalogue .center a {
        font-size: 1.4em;
    }
}

/* line 205, ../sass/_states.scss */
.btn--car__sellout {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    min-width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    background-color: rgba(14, 19, 21, 0.5);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 640px) {
    /* line 205, ../sass/_states.scss */
    .btn--car__sellout {
        display: none;
    }
}
/* line 226, ../sass/_states.scss */
.btn--car__sellout:hover {
    background-color: #0e1315;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 235, ../sass/_states.scss */
.arrow_scroll--black--catalogue {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/icons/fleche-black.png) center center no-repeat;
    overflow: visible;
    animation: loop 2s infinite ease-out;
    -webkit-animation: loop 2s infinite ease-out;
    -moz-animation: loop 2s infinite ease-out;
    -ms-animation: loop 2s infinite ease-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/* line 254, ../sass/_states.scss */
.arrow_scroll--black--catalogue:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

/* Actu dev */
/* line 4, ../sass/_shame.scss */
#trueSight strong {
    font-weight: bold;
}

/* line 8, ../sass/_shame.scss */
#trueSight span {
    font-weight: inherit;
}

/* line 12, ../sass/_shame.scss */
#trueSight ul {
    padding-left: 40px;
    list-style: disc;
}

/* line 17, ../sass/_shame.scss */
#trueSight a {
    text-decoration: underline;
}

/* line 21, ../sass/_shame.scss */
.youtube__actu--big {
    width: 100%;
}

/* line 30, ../sass/_shame.scss */
#flink ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    display: block;
    text-align: justify;
    padding: 10px 15px;
}

/* line 39, ../sass/_shame.scss */
#flink ul li {
    text-align: center;
    display: inline;
    line-height: 12px;
}

/* line 45, ../sass/_shame.scss */
#flink ul li::after {
    content: " - ";
}

/* line 49, ../sass/_shame.scss */
#flink ul li:last-child::after {
    content: "";
}

/* line 53, ../sass/_shame.scss */
#flink {
    font-size: x-small;
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: #EEEEEE;
    padding-top: 15px;
}
@media screen and (max-width: 1024px) {
    /* line 53, ../sass/_shame.scss */
    #flink {
        display: none;
    }
}

/*--- shame.scss ---*/
/* line 69, ../sass/_shame.scss */
.arrow_scroll--black {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/icons/fleche-black.png) center center no-repeat;
    overflow: visible;
    animation: loop 2s infinite ease-out;
    -webkit-animation: loop 2s infinite ease-out;
    -moz-animation: loop 2s infinite ease-out;
    -ms-animation: loop 2s infinite ease-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/* line 88, ../sass/_shame.scss */
.arrow_scroll--black:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

/* line 98, ../sass/_shame.scss */
.arrow_scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/icons/fleche.png) center center no-repeat;
    overflow: visible;
    animation: loop 2s infinite ease-out;
    -webkit-animation: loop 2s infinite ease-out;
    -moz-animation: loop 2s infinite ease-out;
    -ms-animation: loop 2s infinite ease-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media screen and (max-width: 960px) {
    /* line 98, ../sass/_shame.scss */
    .arrow_scroll {
        display: none;
    }
}
/* line 123, ../sass/_shame.scss */
.arrow_scroll:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes loop {
    /* line 135, ../sass/_shame.scss */
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

    /* line 137, ../sass/_shame.scss */
    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* line 139, ../sass/_shame.scss */
    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }
}

@-webkit-keyframes loop {
    /* line 144, ../sass/_shame.scss */
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

    /* line 146, ../sass/_shame.scss */
    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* line 148, ../sass/_shame.scss */
    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }
}

@-moz-keyframes loop {
    /* line 154, ../sass/_shame.scss */
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

    /* line 156, ../sass/_shame.scss */
    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* line 158, ../sass/_shame.scss */
    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }
}

@-ms-keyframes loop {
    /* line 164, ../sass/_shame.scss */
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

    /* line 166, ../sass/_shame.scss */
    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* line 168, ../sass/_shame.scss */
    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }
}

/* line 178, ../sass/_shame.scss */
#modal-box-fade {
    background-color: rgba(14, 19, 21, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999997;
}

/* line 190, ../sass/_shame.scss */
.modal-box {
    padding: 30px;
    background-color: white;
    z-index: 9999998;
    position: fixed;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
/* line 199, ../sass/_shame.scss */
.modal-box p {
    color: #0e1315;
    font-size: 1.8em;
}

/* line 208, ../sass/_shame.scss */
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
}

/* line 226, ../sass/_shame.scss */
.filter--landscape {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 9999999;
    background-color: #d6d6d8;
}

/* line 235, ../sass/_shame.scss */
.filter__container--landscape {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    margin: 0 auto;
}
/* line 242, ../sass/_shame.scss */
.filter__container--landscape p {
    font-size: 1.4em;
    text-align: center;
}
/* line 247, ../sass/_shame.scss */
.filter__container--landscape ul {
    width: 100%;
    padding: 20px 0;
    float: left;
    text-align: center;
}
/* line 253, ../sass/_shame.scss */
.filter__container--landscape ul li {
    width: 12%;
    height: auto;
    float: left;
    position: relative;
    display: inline;
    margin: 0.2%;
}
/* line 260, ../sass/_shame.scss */
.filter__container--landscape ul li img {
    max-width: 100%;
    display: inline;
}

/* line 268, ../sass/_shame.scss */
.btn__filter {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -60px;
    height: 50px;
    width: 100px;
    padding: 0 20px;
    background-color: #d6d6d8;
    border-left: 10px solid rgba(14, 19, 21, 0.6);
    border-right: 10px solid rgba(14, 19, 21, 0.6);
    border-bottom: 10px solid rgba(14, 19, 21, 0.6);
}
/* line 281, ../sass/_shame.scss */
.btn__filter a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
}

/* line 8, ../sass/_page-error.scss */
.page-error {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
/* line 14, ../sass/_page-error.scss */
.page-error p, .page-error a {
    line-height: 1.4em;
}
/* line 18, ../sass/_page-error.scss */
.page-error div:first-child {
    margin-top: 50px;
}
/* line 22, ../sass/_page-error.scss */
.page-error div:first-child img {
    max-width: 100%;
}

/* line 30, ../sass/_page-error.scss */
.error {
    font-size: 200px;
    font-family: "Arial", sans-serif;
}
@media screen and (max-width: 400px) {
    /* line 30, ../sass/_page-error.scss */
    .error {
        font-size: 120px;
    }
}

/* line 41, ../sass/_page-error.scss */
.text_error-infos {
    font-size: 1.4em;
    letter-spacing: 0.06em;
    font-family: "Cardo", serif;
}

/* line 49, ../sass/_page-error.scss */
.text_error-sorry {
    font-size: 1.2em;
    letter-spacing: 0.06em;
    font-family: "Cardo", serif;
}

@media screen and (max-width: 400px) {
    /* line 56, ../sass/_page-error.scss */
    .text_error-infos, .text_error-sorry {
        font-size: 1.2em;
        letter-spacing: normal;
    }
}

/* line 65, ../sass/_page-error.scss */
.btn_error-return {
    padding: 10px 20px;
    background-color: #0e1315;
    color: white;
    letter-spacing: 0.1em;
    font-family: "Cardo", serif;
}

/*----------     Old browsers    ------------*/
.browsers-sprite, .browsers-chrome, .browsers-firefox, .browsers-internet-explorer, .browsers-opera, .browsers-safari {
    background-image: url('../images/sprite-browsers.png');
    background-repeat: no-repeat; }

.browsers-chrome {
    background-position: 0 0;
    height: 120px;
    width: 107px; }

.browsers-firefox {
    background-position: 0 -120px;
    height: 120px;
    width: 107px; }

.browsers-internet-explorer {
    background-position: 0 -240px;
    height: 120px;
    width: 104px; }

.browsers-opera {
    background-position: 0 -360px;
    height: 120px;
    width: 101px; }

.browsers-safari {
    background-position: 0 -480px;
    height: 120px;
    width: 108px; }

[class*="browsers-"] {
    display: inline-block; }

.old_browsers {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Arial',sans-serif;
    padding: 30px;
    background-color: #FFFFFF;
    z-index: 99999; }

.old_browser-title {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 50px; }

.browser {
    margin: 1%;
    position: relative;
    display: block;
    float: left;
    width: 18%;
    height: 150px; }

@media screen and (max-width: 800px) {
    .browser {
        margin: 3%;
        width: 44%; } }

@media screen and (max-width: 400px) {
    .browser {
        margin: 3%;
        width: 94%;
        float: none; } }

.browser a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    vertical-align: baseline; }

[class*="browsers-"] {
    display: inline-block; }

.old_browsers {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Arial',sans-serif;
    padding: 30px;
    background-color: #FFFFFF;
    z-index: 99999; }

.old_browser-title {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 50px; }

.browser {
    margin: 1%;
    position: relative;
    display: block;
    float: left;
    width: 18%;
    height: 150px; }
@media screen and (max-width: 800px) {
    .browser {
        margin: 3%;
        width: 44%; } }
@media screen and (max-width: 400px) {
    .browser {
        margin: 3%;
        width: 94%;
        float: none; } }
.browser a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    vertical-align: baseline; }
