html {
    font-family: DM Sans,Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 1.5;
    background-color: #0092ce;
    box-sizing: border-box;
    color: #fff;
}

body {
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    html {
        font-size: 2.2vw;
    }

        html body {
            font-size: 1rem;
        }
}

*, *:after, *:before {
    box-sizing: inherit;
}

img {
    vertical-align: top;
}

a {
    color: rgb(27, 100, 215);
    text-decoration: none;
}

    a:hover {
        color: #595959;
    }

input, button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

a, input, button {
    outline: none;
    transition-property: color, background-color;
    transition-duration: 0.35s;
    transition-timing-function: ease-out;
}

@font-face {
    font-family: 'HelveticaNeue Thin';
    src: url("../font/HelveticaNeue-Thin.eot");
    src: url("../font/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"),url("../font/HelveticaNeue-Thin.woff") format("woff"),url("../font/HelveticaNeue-Thin.ttf") format("truetype"),url("../font/HelveticaNeue-Thin.svg#HelveticaNeueThin") format("svg");
    font-style: normal;
    font-stretch: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'HelveticaNeue Bold Condensed';
    src: url("../font/HelveticaNeue-BoldCondensed.eot");
    src: url("../font/HelveticaNeue-BoldCondensed.eot?#iefix") format("embedded-opentype"),url("../font/HelveticaNeue-BoldCondensed.woff") format("woff"),url("../font/HelveticaNeue-BoldCondensed.ttf") format("truetype"),url("../font/HelveticaNeue-BoldCondensed.svg#HelveticaNeueBoldCondensed") format("svg");
    font-style: normal;
    font-stretch: condensed;
    font-weight: 700;
}

@font-face {
    font-family: 'DM Sans';
    src: url("../font/DMSans-Regular.ttf") format("truetype");
}

.wrapper {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    color: #fff;
    background: rgb(27, 100, 215);
    /*background: -moz-linear-gradient(top, #004775 0%, #0679b2 99%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #004775 0%, #0679b2 99%, #7db9e8 100%);
    background: linear-gradient(to bottom, #004775 0%, #0679b2 99%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004775', endColorstr='#7db9e8',GradientType=0 );*/
}

@media (min-width: 769px) {
    .wrapper {
        padding-bottom: 105px;
    }
}

.container {
    position: relative;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

    .container:after, .container:before {
        display: table;
        content: "";
    }

    .container:after {
        clear: both;
    }

.main .container {
    padding: 40px;
    background-color: #fff;
    color: rgb(27, 100, 215);
    z-index: 9;
    -moz-box-shadow: 0px 10px 27px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 27px 3px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 10px 27px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 27px 3px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=27);
}

.main {
    overflow: hidden;
    padding: 0;
}

.welcome {
    text-align: center;
}

    .welcome h2 {
        text-transform: lowercase;
        font-size: 4.8rem;
        color: rgb(27, 100, 215);
        margin: 0;
    }

@media (max-width: 768px) {
    .welcome h2 {
        margin: 40px 0;
        font-size: 6.4rem;
    }

    .main .container {
        padding: 0 1%;
    }

        .main .container .review {
            padding: 0 2% 0 5%;
        }

        .main .container .question header, .main .container .question .question-form {
            padding: 0 5%;
        }

            .main .container .question .question-form.bkg2 {
                padding: 0;
            }
}

@media (min-width: 769px) {
    .main {
        margin-top: -70px;
    }

        .main .container {
            margin-bottom: 60px;
        }
}

.grid:after, .grid:before {
    display: table;
    content: "";
}

.grid:after {
    clear: both;
}

.grid-column {
    float: left;
}

@media (max-width: 1023px) {
    .grid-column {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .grid-column.c-1 {
        width: 475px;
        padding-right: 50px;
    }

    .grid-column.c-2 {
        width: 485px;
        padding-left: 60px;
    }
}

.parsley-errors-list {
    display: none;
}

.header {
    position: relative;
    overflow: hidden;
    padding: 25px 0 90px 0;
    background: rgb(27, 100, 215);
    /*background: -moz-linear-gradient(left, #1a6b98 0%, #1a7fab 12%, #1abae3 50%, #1a7fab 88%, #1a82af 100%, #1a6b98 100%);
    background: -webkit-linear-gradient(left, #1a6b98 0%, #1a7fab 12%, #1abae3 50%, #1a7fab 88%, #1a82af 100%, #1a6b98 100%);
    background: linear-gradient(to right, #1a6b98 0%, #1a7fab 12%, #1abae3 50%, #1a7fab 88%, #1a82af 100%, #1a6b98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a6b98', endColorstr='#1a6b98',GradientType=1 );*/
}

    .header:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-image: url(../img/bg-line.png);
        background-position: center top;
        background-repeat: no-repeat;
        content: "";
    }

.header-logo, .header-group, .header-achat, .header-contact {
    float: left;
    padding: 0;
}

.header-title {
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
}

.header-logo {
    margin-left: 4%;
    line-height: 1;
    width: 150px;
}

    .header-logo img {
        width: 100%;
    }

.header-group {
    width: 30%;
    margin: 0 2% 0 5%;
}

.header-achat {
    width: 17%;
    text-transform: uppercase;
}

.header-contact {
    width: 20%;
    margin: 0 2% 0 4%;
}

    .header-contact strong, .header-contact address {
        display: block;
    }

    .header-contact strong {
        font-weight: normal;
        text-transform: uppercase;
    }

    .header-contact address {
        font-style: normal;
    }

.header-info strong {
    background-color: rgb(0, 200, 220);
    display: block;
    width: 100px;
    margin-top: 8px;
    padding: 2px 0;
    text-align: center;
}

.header-user {
    text-transform: uppercase;
}

.header-accroche {
    position: absolute;
    bottom: 0;
    right: 5%;
    font-weight: bold;
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .header {
        padding: 40px 0 20px;
        font-size: 1.6rem;
        line-height: 1.25;
    }

    .header-logo {
        width: 40%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .header-group {
        float: none;
        width: 47%;
        display: inline-block;
        vertical-align: top;
        font-size: 1.92rem;
    }

    .header-user strong {
        display: block;
    }

    .header-info-mobile {
        display: block;
        text-align: center;
        margin: 20px 2% 0;
        line-height: 1.5;
        font-size: 1.92rem;
    }

        .header-info-mobile strong {
            background-color: #48c6e7;
            padding: 5px 15px;
            text-align: center;
        }

    .header-accroche {
        bottom: 30%;
        width: 40%;
        font-size: 1.92rem;
    }

    .header .mobileNone {
        display: none;
    }
}

@media (min-width: 769px) {
    .header {
        font-size: 1.4rem;
        line-height: 1.214285714285714;
    }

    .header-info-mobile {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .header-group {
        width: 30%;
        margin: 0 3% 0 3%;
    }

    .header-achat {
        width: 39%;
        margin: 0 0 0 0;
    }

    .header-contact {
        width: 35%;
        margin: 0 4% 0 0;
    }
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 150px 20px 20px 20px;
    background-color: #fff;
    color: rgb(27, 100, 215);
}

.footer-list {
    float: left;
    font-size: 1.2rem;
    line-height: 1.25;
    text-transform: uppercase;
}

    .footer-list ul, .footer-list li {
        float: left;
        margin: 0;
        padding: 0;
    }

    .footer-list ul {
        list-style: none;
    }

    .footer-list a {
        display: block;
    }

.footer-logo {
    float: right;
    line-height: 1;
}

    .footer-logo a {
        display: inline-block;
    }

    .footer-logo img {
        width: auto;
    }

@media (max-width: 768px) {
    .footer {
        position: static;
        padding: 20px 5% 20px;
    }

    .footer-list {
        padding: 4% 0;
        font-size: 1.92rem;
    }

        .footer-list li {
            margin-left: 25px;
        }

            .footer-list li:first-child {
                margin-left: 0;
            }

    .footer-logo {
        width: 100%;
    }

        .footer-logo img {
            width: 100%;
            height: auto;
        }

    .footer hr {
        width: 20%;
        margin: 10% auto;
        border-color: rgba(0,146,206,0.3);
    }
}

@media (min-width: 769px) {
    .footer-list {
        padding: 25px 0;
    }

        .footer-list li {
            position: relative;
            padding-left: 15px;
        }

            .footer-list li:before {
                position: absolute;
                top: 50%;
                left: 5px;
                width: 5px;
                height: 1px;
                background-color: #0092ce;
                content: "";
            }

            .footer-list li:first-child {
                padding-left: 0;
            }

                .footer-list li:first-child:before {
                    display: none;
                }

    .footer-logo img {
        height: 80px;
    }

    .footer hr {
        display: none;
    }
}

.review-summary, .review-description {
    font-size: 1.5rem;
    line-height: 1.25;
}

    .review-summary p, .review-description p {
        margin: 0;
        padding: 0;
    }

.review-summary {
    margin-bottom: 20px;
}

.review-description {
    margin-top: 15px;
    color: rgba(0,0,0,0.6);
}

.review-title {
    margin: 0;
    padding: 0;
    font-size: 2.3rem;
    line-height: 1.1875;
}

.review-form--option {
    position: relative;
    width: 90%;
    margin: 0 auto;
    width: 620px;
}

    .review-form--option:after, .review-form--option:before {
        display: table;
        content: "";
    }

    .review-form--option:after {
        clear: both;
    }

    .review-form--option label {
        position: relative;
        float: left;
        overflow: hidden;
        padding: 2px;
        line-height: 1;
        cursor: pointer;
    }

        .review-form--option label input {
            position: absolute;
            top: 0;
            left: -9999px;
        }

        .review-form--option label span {
            display: block;
            text-align: center;
            background-color: rgb(240, 230, 234);
            border-radius: 5px;
            color: #2c2c2c;
            transition-property: color, background-color;
            transition-duration: 0.25s;
            transition-timing-function: ease-out;
        }

        .review-form--option label input:checked + span {
            font-weight: bold;
            background-color: rgb(27, 100, 215);
            color: #fff;
        }

.review-form--button button {
    height: 41px;
    padding: 0 50px;
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
    background-color: #2c2c2c;
    border-radius: 5px;
    color: #fff;
}

    .review-form--button button:hover {
        background-color: #000;
    }

.review-form--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    float: left;
}

    .review-form--icon.first img {
        width: 40%;
    }

    .review-form--icon.last img {
        width: 70%;
    }

    .review-form--icon img {
        vertical-align: middle;
    }

.review-form--response {
    margin-top: 5%;
    color: rgba(0,0,0,0.6);
    font-size: 1.4rem;
}

    .review-form--response strong {
        color: #2c2c2c;
        font-size: 1.2em;
    }

.review-form.error .review-form--option label span {
    position: relative;
}

    .review-form.error .review-form--option label span:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: #e51f1f solid 2px;
        border-radius: 5px;
        content: "";
    }

.review-form.error .review-form--message {
    display: block;
}

@media (max-width: 768px) {
    .review {
        margin-top: 20px;
    }

    .review-description {
        font-size: 1.92rem;
    }

    .review-summary {
        display: none;
    }

    .review-form {
        margin-top: 30px;
    }

    .review-form--option {
        width: 100%;
        position: relative;
        margin-right: auto;
        margin-left: auto;
    }

        .review-form--option .review-form--icon {
            width: 15.9%;
            height: 13vw;
            line-height: 13vw;
            float: none;
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

            .review-form--option .review-form--icon.first {
                text-align: left;
                position: absolute;
                left: -7%;
                top: 0;
            }

                .review-form--option .review-form--icon.first img {
                    width: 33%;
                    margin-left: 6%;
                }

        .review-form--option label {
            float: none;
            display: inline-block;
            vertical-align: top;
            width: 15.9%;
        }

            .review-form--option label span {
                width: 100%;
                height: 13vw;
                font-size: 2.7rem;
                line-height: 13vw;
            }

    .review-form--button {
        margin-top: 20px;
    }

    .review-form--button {
        text-align: center;
    }

    .review-form--response {
        font-size: 1.92rem;
    }
}

@media (min-width: 769px) {
    .review {
        text-align: center;
    }

    .review-form {
        position: relative;
        margin-top: 30px;
    }

    .review-form--button {
        margin-top: 30px;
        text-align: right;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .review {
        margin-right: auto;
        margin-left: auto;
        padding: 30px 0;
    }

    .review-form--option label span {
        width: 45px;
        height: 45px;
        font-size: 1.8rem;
        line-height: 45px;
    }
}

@media (min-width: 1024px) {
    .review {
        padding: 40px 0 0;
    }

    .review-form--option {
        max-width: 58%;
    }

        .review-form--option label span {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
}

.review-form--message, .question-form--message {
    position: relative;
    display: none;
    line-height: 21px;
    border-radius: 5px;
    color: #e51f1f;
}

.actus_krys.error .question-form--message {
    display: block;
}

.actus_krys.error .question-form--option label span {
    border: 1px solid #e51f1f;
}

.msg_contact_email {
    display: none;
    color: #e51f1f;
    padding: 0 0 0 15px;
}

    .msg_contact_email.error {
        display: inline-block;
    }

.contact_email.parsley-error, .contact_email.error {
    border: 1px solid #e51f1f;
}

@media (max-width: 768px) {
    .review-form--message, .question-form--message, .msg_contact_email {
        font-size: 1.8rem;
        margin-top: 20px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }
}

@media (min-width: 769px) {
    .review-form--message, .question-form--message {
        position: absolute;
        bottom: 0;
        left: 0;
        min-height: 31px;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 35px;
    }

    .review-form--message {
        bottom: 47px;
        left: 50%;
        transform: translateX(-50%);
    }

    .question-form--message {
        bottom: 19px;
        left: 200px;
    }
}

.question-index {
    margin-bottom: 10px;
    font-family: "HelveticaNeue Thin",sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
}

    .question-index span {
        display: inline-block;
        padding: 5px 10px;
        background-color: rgba(0,0,0,0.3);
    }

.question-title {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue Thin",sans-serif;
    line-height: 1.1875;
}

.question-group--description {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.1875;
}

    .question-group--description p {
        margin: 0;
        padding: 0;
    }

.question-group--legend {
    font-family: "HelveticaNeue Bold Condensed",sans-serif;
    font-size: 1.4rem;
    line-height: 1;
}

    .question-group--legend ul, .question-group--legend li {
        margin: 0;
        padding: 0;
    }

    .question-group--legend ul {
        list-style: none;
    }

    .question-group--legend li.not-satisfied:before {
        content: "";
        display: block;
        width: 100%;
        height: 30px;
        background-image: url(../img/satisfaction_pas_du_tout.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 29%;
    }

    .question-group--legend li.not-very-satisfied:before {
        content: "";
        display: block;
        width: 100%;
        height: 30px;
        background-image: url(../img/satisfaction_peu.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 29%;
    }

    .question-group--legend li.satisfied:before {
        content: "";
        display: block;
        width: 100%;
        height: 30px;
        background-image: url(../img/satisfaction.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 29%;
    }

    .question-group--legend li.very-satisfied:before {
        content: "";
        display: block;
        width: 100%;
        height: 30px;
        background-image: url(../img/satisfaction_tres.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 29%;
    }

        .question-group-2 .question-group--legend li:before {
        background:none;
    }

    .question-group--legend span {
        margin-top: 10px;
    }

.question-form--button button {
    padding: 7px 30px;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    background-color: #2c2c2c;
    border-radius: 5px;
    color: #fff;
}

    .question-form--button button:hover {
        background-color: #000;
    }

.question-form--option label {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
}

    .question-form--option label input {
        position: absolute;
        top: 0;
        left: -9999px;
    }

.question-form--group {
    color: #000000;
}

.question-form--group2 {
    background-color: #e9e9e9;
    padding: 20px;
}

    .question-form--group2 p {
        font-size: 1.92rem;
        margin: 20px 0 5px 0;
    }

        .question-form--group2 p:first-child {
            margin-top: 0;
        }

.question-form {
    margin-top: 10px;
}

.question-form--button {
    margin-top: 30px;
    text-align: center;
}

.question-form .question-form--group2 .question-form--option label span {
    background-color: #ffffff;
}

.question-form--option {
    display: inline-block;
    width: 25%;
}

    .question-form--option label {
        width: 20px;
        margin-right: auto;
        margin-left: auto;
        box-shadow: 0 6px 6px rgba(0,0,0,0.05);
    }

        .question-form--option label span {
            position: relative;
            display: block;
            overflow: hidden;
            width: 20px;
            height: 20px;
            background-color: #e9e9e9;
            border-radius: 5px;
            text-indent: -9999px;
        }

            .question-form--option label span:before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                content: "";
                background-image: url(../img/ico-check.png);
                background-position: center top;
                background-repeat: no-repeat;
                background-size: 20px auto;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.25s ease-out;
            }

        .question-form--option label input:checked + span:before {
            opacity: 1;
            visibility: visible;
        }

.question-form--group---toggle {
    display: none;
}

.question-form--group2 {
    padding: 20px;
}

    .question-form--group2 .question-form--option {
        float: none;
        display: inline-block;
        margin-right: 12%;
    }

        .question-form--group2 .question-form--option > label {
            display: inline-block;
        }

        .question-form--group2 .question-form--option > span {
            display: inline-block;
            vertical-align: top;
            height: 10.35vw;
            line-height: 10.35vw;
            color: rgba(0,0,0,0.6);
            font-size: 2.08rem;
            font-family: "HelveticaNeue Bold Condensed",sans-serif;
            margin-left: 10%;
        }

    .question-form--group2 textarea {
        font-size: 1.92rem;
        border-radius: 5px;
        height: 250px;
        width: 100%;
        border: none;
        resize: none;
        padding: 10px;
    }

    .question-form--group2 input[data-type=email] {
        font-size: 1.92rem;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        height: 80px;
    }

.question-form--group.error .question-form--option label span {
    position: relative;
}

    .question-form--group.error .question-form--option label span:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: #e51f1f solid 2px;
        border-radius: 5px;
        content: "";
    }

@media (max-width: 768px) {
    .question {
        position: relative;
    }

        .question:after {
            position: absolute;
            top: -20px;
            left: 50%;
            z-index: 3;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-color: transparent;
            border-top-color: #fff;
            border-style: solid;
            border-width: 14px 7px 0 7px;
            content: "";
        }

    .question-title {
        font-size: 3rem;
    }

    .question-group {
        margin-top: 20px;
    }

    .question-group--description {
        margin-top: 10%;
    }

    .question-group--legend {
        display: none;
    }

    .question-form.bkg2 {
        margin-top: 8%;
    }

    .question-form--option label {
        width: 50%;
        box-shadow: none;
    }

        .question-form--option label span {
            width: 100%;
            height: 10.35vw;
            background-color: #e9e9e9;
        }

            .question-form--option label span:before {
                background-size: 100%;
            }

    .question-form--button button {
        width: 95%;
        font-size: 2.7rem;
        border-radius: 10px;
        margin-top: 8%;
    }

    .question-form--group2 p {
        margin: 8% 0 4% 0;
    }

    .question-form--group---title {
        font-size: 2.08rem;
        line-height: normal;
        margin: 5% 0;
    }

        .question-form--group---title strong {
            margin-right: 20px;
        }

    .question-form--group---body {
        font-size: 0;
    }

    .question-form--group .avis_mobile {
        margin: 20px 0;
        padding: 0;
        text-align: center;
    }

        .question-form--group .avis_mobile li {
            display: inline-block;
            vertical-align: top;
            list-style: none;
            font-size: 16px;
            width: 25%;
        }

            .question-form--group .avis_mobile li img {
                width: 60%;
                max-width: 70px;
            }

    .question-form--group.active .question-form--group---body {
        max-height: 175px;
    }
}

@media (min-width: 769px) {
    .question-header {
        padding: 70px 10px 0;
    }

    .question-title {
        font-size: 3.8rem;
    }

    .question-group {
        position: relative;
        margin-top: 30px;
        padding-right: 380px;
    }

     .question-group-2 {
        position: relative;
        margin-top: 30px;
        padding-right: 200px;
    }

    .question-group--legend {
        position: absolute;
        bottom: 2px;
        right: 0;
        width: 380px;
        text-align: center;
    }

        .question-group--legend li {
            float: left;
            width: 25%;
        }

        .question-group--legend span {
            display: block;
        }

    .question-form {
        margin-top: 10px;
    }

    .question-form--button {
        margin-top: 30px;
        text-align: center;
    }

    .question-form--option {
        float: left;
        width: 25%;
    }

        .question-form--option label {
            width: 20px;
            margin-right: auto;
            margin-left: auto;
            box-shadow: 0 6px 6px rgba(0,0,0,0.05);
        }

            .question-form--option label span {
                position: relative;
                display: block;
                overflow: hidden;
                width: 20px;
                height: 20px;
                background-color: #fff;
                border-radius: 5px;
                text-indent: -9999px;
            }

                .question-form--option label span:before {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    content: "";
                    background-image: url(../img/ico-check.png);
                    background-position: center top;
                    background-repeat: no-repeat;
                    background-size: 20px auto;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity 0.25s ease-out;
                }

            .question-form--option label input:checked + span:before {
                opacity: 1;
                visibility: visible;
            }

    .question-form--group {
        position: relative;
        margin-top: 2px;
        padding: 10px 400px 10px 5px;
        background-color: rgb(240, 230, 234);
    }

        .question-form--group:first-child {
            margin-top: 0;
        }

    .question-form--group---title {
        position: relative;
        padding-left: 25px;
        font-size: 1.4rem;
        line-height: 1.214285714285714;
        min-height: 20px;
        padding-top: 2px;
    }

        .question-form--group---title strong {
            position: absolute;
            left: 0;
            top: 2px;
            width: 20px;
            text-align: center;
        }

    .question-form--group---body {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 380px;
    }

    .question-form--group .avis_mobile {
        display: none;
    }

    .question-form--group2 {
        padding: 20px;
    }

        .question-form--group2 p {
            font-size: 1.4rem;
        }

        .question-form--group2 .question-form--option {
            float: none;
            display: inline-block;
            width: 100px;
            margin: 0;
        }

            .question-form--group2 .question-form--option > label {
                display: inline-block;
            }

            .question-form--group2 .question-form--option > span {
                display: inline-block;
                vertical-align: top;
                height: 20px;
                line-height: normal;
                color: rgba(0,0,0,0.6);
                font-size: 1.4rem;
                font-family: "HelveticaNeue Bold Condensed",sans-serif;
                margin-left: 10px;
            }

        .question-form--group2 textarea {
            font-size: 1.4rem;
            height: 65px;
            max-width: 595px;
            width: 90%;
        }

        .question-form--group2 input[data-type=email] {
            font-size: 1.4rem;
            border-radius: 5px;
            padding: 10px;
            max-width: 300px;
            height: auto;
        }

    .question-form--group.error .question-form--option label span {
        position: relative;
    }

        .question-form--group.error .question-form--option label span:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: #e51f1f solid 2px;
            border-radius: 5px;
            content: "";
        }
}

.main .container.connexion .connexion-section, .main .container.merci .merci-section, .main .container.desole .desole-section {
    margin: 10% 0 0;
    max-width: 520px;
}

@media (max-width: 768px) {
    .main .container.connexion .connexion-section, .main .container.merci .merci-section, .main .container.desole .desole-section {
        margin: 8% 3% 0;
        max-width: 100%;
    }
}

.main .container.connexion .connexion-section p, .main .container.merci .merci-section p, .main .container.desole .desole-section p {
    color: #000;
    font-size: 1.7rem;
    margin: 5px 0 30px;
    text-align: left;
}

@media (max-width: 768px) {
    .main .container.connexion .connexion-section p, .main .container.merci .merci-section p, .main .container.desole .desole-section p {
        font-size: 2.24rem;
        text-align: center;
    }
}

.main .container.connexion .connexion-section h3, .main .container.merci .merci-section h3, .main .container.desole .desole-section h3 {
    color: rgba(48,48,48,0.8);
    font-size: 3rem;
    font-family: "HelveticaNeue Thin",sans-serif;
    font-style: italic;
    line-height: normal;
    font-weight: normal;
    margin: 30px 0 0;
}

@media (max-width: 768px) {
    .main .container.connexion .connexion-section h3, .main .container.merci .merci-section h3, .main .container.desole .desole-section h3 {
        font-size: 3.68rem;
        margin: 15% 0 20px 0;
    }

        .main .container.connexion .connexion-section h3 .mobileNone, .main .container.merci .merci-section h3 .mobileNone, .main .container.desole .desole-section h3 .mobileNone {
            display: none;
        }

        .main .container.connexion .connexion-section h3 + p, .main .container.merci .merci-section h3 + p, .main .container.desole .desole-section h3 + p {
            text-align: left;
        }
}

@media (min-width: 769px) {
    .main .container.merci .links, .main .container.desole .links, .main .container.merci .merci-redirect {
        max-width: 520px;
    }
}

@media (max-width: 768px) {
    .main .container.merci .links, .main .container.desole .links, .main .container.merci .merci-redirect {
        margin: 15% 3% 0;
    }
        .main .container.merci .merci-redirect a {
            width: 100%;
            font-size: 3rem;
            padding: 0 15px;
        }
}

.main .container.merci .links ul, .main .container.merci .links li, .main .container.desole .links ul, .main .container.desole .links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main .container.merci .links li, .main .container.desole .links li {
    display: inline-block;
    width: 17%;
    border-right: 2px solid #000;
    padding: 0 4%;
}

@media (max-width: 768px) {
    .main .container.merci .links li, .main .container.desole .links li {
        border-width: 4px;
    }
}

.main .container.merci .links li img, .main .container.desole .links li img {
    width: 100%;
}

.main .container.merci .links li a, .main .container.desole .links li a {
    display: block;
}

.main .container.merci .links .item_1, .main .container.desole .links .item_1 {
    width: 25%;
    padding-left: 0;
}

.main .container.merci .links .item_4, .main .container.desole .links .item_4 {
    border: none;
    width: 13.5%;
    padding-right: 0;
}

.homePageForm .container.merci {
    display: none;
}

@media (min-width: 769px) {
    .main .container.connexion {
        min-height: 500px;
        background-image: url(../img/connexion_illustration.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 64%;
    }
}

.main .container.connexion .connexion-section {
    margin: 5% 0 0;
    max-width: 560px;
}

@media (max-width: 768px) {
    .main .container.connexion .connexion-section {
        margin: 8% 3% 0;
        max-width: 100%;
    }

        .main .container.connexion .connexion-section h3 {
            margin-top: 2%;
        }
}

.main .container.connexion .connexion-section .small {
    font-size: 1.4rem;
    max-width: 90%;
}

@media (max-width: 768px) {
    .main .container.connexion .connexion-section .small {
        max-width: 100%;
        font-size: 1.92rem;
    }
}

.main .container.connexion .connexion-section .grey {
    color: rgba(0,0,0,0.6);
}

.main .container.connexion .connexion-section p {
    margin-bottom: 15px;
    max-width: 80%;
}

@media (max-width: 768px) {
    .main .container.connexion .connexion-section p {
        max-width: 100%;
        text-align: left;
    }
}

.main .container.connexion .connexion-section form {
    margin-top: 10%;
}

    .main .container.connexion .connexion-section form .data {
        width: 35%;
        padding: 10px;
        background-color: #e9e9e9;
        border-radius: 5px;
        margin-right: 3%;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
    .main .container.connexion .connexion-section form .data {
        width: 100%;
        margin-right: 0;
        border-radius: 10px;
        margin-top: 3%;
    }
}

.main .container.connexion .connexion-section form input[type=submit] {
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #ffffff;
}

    .main .container.connexion .connexion-section form input[type=submit]:hover {
        background-color: #000;
        border: 1px solid #000;
    }

@media (max-width: 768px) {
    .main .container.connexion .connexion-section form input[type=submit] {
        width: 100%;
        display: block;
        margin-top: 3%;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .main .container.connexion .connexion-section form input {
        height: 80px;
        font-size: 1.92rem;
    }
}

@media (max-width: 569px) {
    .main .container.connexion .connexion-section form input {
        height: 40px;
    }
}

.main .container.connexion .connexion-section .connexion-form--message {
    display: none;
    margin-top: 2%;
    color: #e51f1f;
}

@media (max-width: 768px) {
    .main .container.connexion .connexion-section .connexion-form--message {
        font-size: 1.76rem;
    }
}

.main .container.connexion .connexion-section form.error .data {
    color: red;
    border: 1px solid red;
}

.main .container.connexion .connexion-section form.error .connexion-form--message {
    display: block;
}

@media (min-width: 769px) {
    .main .container.merci {
        min-height: 500px;
        background-image: url(../img/merci_illustration.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 64%;
    }
}

@media (min-width: 769px) {
    .main .container.desole {
        min-height: 500px;
        background-image: url(../img/desole_illustration.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 64%;
    }
}

@media (max-width: 768px) {
    .main .container.desole .desole-section {
        margin: 10% 0 0;
    }
}

.main .container.desole .desole-section p {
    margin-bottom: 15px;
}

.main .container.desole .links {
    text-align: center;
}

.main .container.mentionslegales {
    min-height: 534px;
}

    .main .container.mentionslegales .welcome {
        width: 97%;
        margin: 0 auto;
    }

        .main .container.mentionslegales .welcome h2 {
            text-decoration: none;
            text-transform: none;
            font-size: 2.32rem;
            text-align: left;
        }

@media (min-width: 769px) {
    .main .container.mentionslegales .welcome h2 {
        text-align: center;
    }
}

.main .container.mentionslegales .section-ml {
    margin: 5% auto 0;
    width: 97%;
}

    .main .container.mentionslegales .section-ml p {
        margin: 5px 0 30px;
        color: #000;
        font-size: 1.4rem;
    }

@media (max-width: 768px) {
    .main .container.mentionslegales .section-ml p {
        font-size: 1.824rem;
    }

        .main .container.mentionslegales .section-ml p .mobileNone {
            display: none;
        }
}

.main .container.mentionslegales .section-ml .question-form--button button {
    width: 100%;
}

@media (min-width: 769px) {
    .main .container.mentionslegales .section-ml {
        max-width: 630px;
    }

        .main .container.mentionslegales .section-ml .question-form--button button {
            width: 150px;
            height: 40px;
            line-height: 40px;
            padding: 0;
        }
}

.merci-redirect {
    text-align: center;
}

.merci-redirect p {
    color: #000;
    font-size: 2rem;
}

.merci-redirect-a a {
    height: 41px;
    padding: 0 50px;
    line-height: 1;
    text-transform: uppercase;
    /*background-color: #2c2c2c;*/
    background-color: rgb(27, 100, 215);
    border-radius: 5px;
    color: #fff;
}

    .merci-redirect-a a:hover {
        background-color: rgba(27, 100, 215, 0.8);
    }
