body {
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#fff;
    font-family:'montserrat', helvetica, arial, sans-serif;
    font-size:62.5%;
    position:relative;
    overflow-x:hidden;
}
.z-index {
    z-index:11 !important;
}
.landing-content {
    background-image:url('/assets/enquete-auto/img/entretien/bg.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
}
.max-width {
    max-width:1920px;
    margin:auto;
    position:relative;
}
.img-absolute {
    position:absolute;
}

/***HEADER***/

#header {
    width:100%;
    padding:0.5em;
    background-color:#FFF;
}
#header .logo {
    float: left;
    padding-top: 10px;
}
#header .logo img {
    width: 12em;
}
#header .f-right {
    float:right;
}
#header .f-right .col {
    display: inline-block;
    vertical-align: middle;
    color: #001371;
    margin: 0 0.8em;
}
#header .f-right .col .nb span {
    background-image:url('/assets/conso-enquete/img/creme/picto-head.png');
    width:31px;
    height:31px;
    display:inline-block;
    vertical-align:middle;
    background-repeat:no-repeat;
}
#header .f-right .col .nb.livraison span {
    background-position:0 -31px;
}
#header .f-right .col .nb p {
    display:inline-block;
    vertical-align:middle;
    font-weight:300;
    font-size:1.4em;
    margin-left:0.5em;
}

/***CONTENU***/

.accroche {
    text-align: center;
    margin: 0 0 30em 0;
    position: relative;
    z-index: 2;
    background-color: #FFF;
    padding-bottom: 3em;
    border-radius:0.5em;
}
.accroche p {
    font-family: 'ClementePDan', helvetica, arial, sans-serif;
    font-size: 4.5em;
    color: #0a0039;
    text-transform: uppercase;
}
.accroche p span.blue {
    color:#01aaf1;
}
.accroche p span.orange {
    color:#ff6c00;
}
#ui-datepicker-div {
    font-size: 1.3em !important;
}

/***FORMULAIRE***/

.bloc-form {
    background-color: #FFF;
    position: relative;
    z-index: 2;
    border-radius: 0.5em;
}
.bloc-form p.top-text {
    color: #000;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.5em 0;
}
.bloc-form p.sub-text {
    padding: 0.4em 1.1em;
    font-size: 1.4em;
    color: #000;
    font-weight: 300;
}
.bloc-form p.top-text img, .bloc-form p.top-text span {
    display:inline-block;
    vertical-align:middle;
}
.bloc-form .form_elem {
    display:inline-block;
    vertical-align:middle;
    padding-right:1em;
    width:49%;
}
.form_elem#id_gender {
    width: 17%;
}
.form_elem#firstname, .form_elem#lastname {
    width: 40%;
}
.form_elem#cityBlock div.selector.fixedWidth span {
    max-width: none;
}
input[type=text], textarea {
    height: 38px;
    background-color: #f1f2f7;
    border: none;
    padding: 0 10px;
    font-family: helvetica;
    font-size: 1.4em;
    width: 100%;
    margin-bottom: 0.8em;
    font-family: 'montserrat', 'helvetica';
    font-weight: 300;
}
.infos-text {
    color: #737373;
    font-size: 1.2em;
    font-weight: 300;
    padding: 0 1.4em 1em;
}
#create_customer button {
    font-family: 'ClementePDan', helvetica, arial, sans-serif;
    width: 100%;
    background-color: #01aaf1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.4em 0;
    font-size: 4em;
    color: #FFF;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
}
#create_customer button:hover {
    background-color:#ff6c00;
}

.bloc-badges {
    text-align: center;
    padding: 2em 0;
}

/***FOOTER***/

#footer {
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    padding: 3em 0;
    position: relative;
    z-index: 3;
    background-color: #0a0039;
}
#footer a {
    color: #fff;
    padding: 0 10px;
}
#footer a:hover {
    text-decoration:underline;
}

/***SLIDER GAGNANTS***/

.bloc-gagnants .gagnants-title {
    background-color:#001371;
}
.bloc-gagnants .gagnants-title::after {
    border-left: 23px solid #001371;
}

.error {
    /* font-weight: 600; */
    font-size: 1.2em;
    position: relative;
    bottom: 9px;
    color: #ffffff;
    background-color: rgb(255, 7, 7);
    padding: 0.2em;
    margin-top: 1em;
    text-align: -webkit-center;
}
.error::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff0707;
    content: "";
    left: 47%;
    position: absolute;
    top: -6px;
}

/***RESPONSIVE***/

@media (max-width: 1440px) {
    .landing-content {
        height: 810px;
    }
}
@media (max-width: 1280px) {
    .landing-content {
        height: 790px;
    }
}
@media (max-width: 1024px) {
    .accroche {
        margin: 0 0 5em 0;
    }
    .accroche p {
        font-size: 3.7em;
    }
    .content {
        height:auto;
    }
    .max-width {
        height:auto;
    }
}
@media (max-width: 800px) {
}
@media (max-width: 414px) {
    #header {
        text-align:center;
    }
    #header .logo {
        float:none;
        padding-top:0;
    }
    .f-right {
        display:none;
    }
    .accroche p {
        font-size: 3em;
        background-color: #FFF;
    }
    .accroche p span {
        display:block !important;
        width:100%;
        margin:0;
        padding:0;
        border-radius:0;
    }
    .validite {
        display:none;
    }
}
@media (max-width: 320px) {
    .bloc-form .form_elem {
        width: 95% !important;
        padding-right:0;
    }
    .col-xs-12 {
        padding:0;
        text-align:center;
    }
    #create_customer button {
        width:90%;
        font-size:2em;
    }
    #wrapper div.selector.fixedWidth {
        text-align: left;
    }
}