body {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    font-family: arial, sans-serif;
    font-size: 62.5%;
    position: relative;
    overflow-x: hidden;
}
.content-landing {
    background-image: url('/assets/conso-enquete/img/multiproduits/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    position: relative;
    height: 1000px;
    overflow: hidden;
}
.max-width {
    max-width:2000px;
    margin:auto;
    position:relative;
}
.img-absolute {
    position:absolute;
    transform:translateX(0);
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
}
.z-index {
    z-index:11 !important;
}
.none {
    display:none;
}
.i-block {
    display:inline-block !important;
    vertical-align:top;
}
.invisible {
    visibility:hidden;
}

/***HEADER***/

#header {
    width: 100%;
    padding: 0.5em;
    background-color: #fff;
    position: relative;
    z-index: 3;
    border-top: 5px solid #ef085f;
    border-bottom: 1px solid #000;
}
#header .logo {
    float:left;
}
#header .logo img {
    width: 10em;
}
#header .f-right {
    float: right;
    margin-top: 0.5em;
}
#header .f-right .col {
    display:inline-block;
    vertical-align:middle;
    color:#ef085f;
    margin:0 0.8em;
}
#header .f-right .col i {
    border: 1px solid #ef085f;
    font-size: 1.5em;
    padding: 0.5em;
    border-radius: 50%;
    color: #ef085f;
    display:inline-block;
    vertical-align:middle;
}
#header .f-right .col .nb p {
    display:inline-block;
    vertical-align:middle;
    font-weight:300;
    font-size:1.4em;
    margin-left:0.5em;
    color:#ef085f;
}

/***CONTENU***/

.bloc-title {
    text-align:center;
}
.bloc-title p {
    font-family: 'Futura', arial, helvetica, sans-serif;
    font-size: 5em;
    position:relative;
    color: #fff;
    z-index:3;
    text-align:left;
    font-weight:600;
}
.bloc-title p img {
    width: 9em;
    margin-top: 0.5em;
}
.bloc-title p span.sup {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ef085f;
    display: inline-block;
    padding: 0.2em 0.5em;
    box-sizing: border-box;
    margin-top: 1em;
    transform: skewY(3deg);
}
.bloc-title p span.sup span {
    color:#fffd50;
    text-transform: uppercase;
}
.main {
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 2em 0;
}
.ballons {
    position: absolute;
    width: 35em;
    top: 5em;
}
.ballons.ballons-left {
    left:0;
}
.ballons.ballons-right {
    right: 0;
}
.main p.title-step {
    color: #3b2331;
    font-size: 2.3em;
    text-align: center;
    padding: 1em;
    font-weight: bold;
}
.v2 .main p.title-step {
    font-size: 2em;
    padding: 0.5em 0;
}
.main .item-bloc img.produits {
    position: absolute;
    width: 95%;
    top: 39em;
}
img.arrow-form {
    width:100%;
}

/***FORMULAIRE***/

.form-content {
    background-color: #fff;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 0;
    border-top: 10px solid #ef085f;
}
.form {
    padding: 2em;
}
#wrapper div.selector.fixedWidth span {
    padding-right: 0;
    max-width: 100%;
}
#form-bloc-1 .form_elem {
    position: relative;
}
#form-bloc-1 .form_elem input {
    width: 100%;
    border: 0;
    padding: 0.6em;
    font-size: 1.5em;
    background-color: #FFF;
    border-bottom: 1px solid #000;
    font-family: "futura";
    color: #105946;
}
#form-bloc-1 .form_elem input::placeholder {
    color:#000;
}
#form-bloc-1 #infos-accueil .infos-accueil {
    font-size: 1.5em;
    font-weight: 300;
    padding: 0.8em 0em;
    border-bottom: 1px solid #000;
    color: #105946;
    background-color: #FFF;
}
.v2 #form-bloc-1 #infos-accueil .infos-accueil {
    font-size: 1.5em;
    display: inline-block;
    margin-top: 0.5em;
}
#form-bloc-1 #infos-accueil p.infos-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    padding: 0.2em 0;
    color: #606060;
    margin-bottom: 0.5em;
    background-color: #EEE;
}
.v2 #form-bloc-1 #infos-accueil p.infos-title {
    text-transform: uppercase;
    text-align: left;
    background-color:transparent;
    font-size: 1.5em;
    font-weight: 300;
    padding: 0.2em 0;
    color: #00a0da;
}
#form-bloc-1 #infos-accueil button {
    background-color: #efefef;
    color: #000;
    border: none;
    text-align: center;
    display: inline-block;
    margin: 1em 0;
    font-size: 1.5em;
    cursor: pointer;
    outline: none;
    padding: 0.5em 2em;
    text-align: right;
    float: right;
    font-weight: 600;
}
.v2 #form-bloc-1 #infos-accueil button {
    background-color: #00a0da;
    color: #000;
    text-align: center;
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: 600;
    float: none;
    margin-top: 0;
    position: relative;
    top: 1px;
}
#form-bloc-1 #infos-accueil p.missing-infos {
    text-align: center;
    font-size: 1.4em;
    padding: 0.5em 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    background-color: #073468;
    margin: 1em 0;
    position: relative;
}
#form-bloc-1 #infos-accueil p.missing-infos::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    content: "";
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 25px;
}
.v2 #form-bloc-1 #infos-accueil p.missing-infos {
    text-align: left;
    font-size: 2em;
    padding-bottom: 0.5em;
    margin: 0.3em 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
}
.v2 .form-bloc-1, .v2 .form-bloc-2 {
    display:inline-block;
    vertical-align:top;
}
.v2 .form-bloc-1 {
    width:60%;
}
.v2 .form-bloc-2 {
    width: 37%;
    margin:0 1em;
}
.v2 .form-bloc-1 .form_elem {
    width: 49%;
    display: inline-block;
    vertical-align:top;
    margin: 0 0.2em !important;
}
.v2 .form_elem#id_gender {
    width: 17%;
}
.v2 .form_elem#firstname, .v2 .form_elem#lastname {
    width: 40%;
}
.v2 .form_elem#cityBlock div.selector.fixedWidth span {
    max-width: none;
}
input[type=text], textarea {
    height: 38px;
    background-color: #000;
    border: none;
    padding: 0 10px;
    font-family: helvetica;
    font-size: 1.4em;
    width: 100%;
    margin-bottom: 0.4em;
    font-weight: 300;
}
#wrapper div.selector.fixedWidth {
    margin-bottom: 5px;
}
#form_accueil_v2 .form_elem#firstname, #form_accueil_v2 .form_elem#lastname {
    width:100%;
}
#form_accueil_v2 .form_elem {
    width:100%;
    padding-right:0;
}
#form_accueil_v2 .form_elem#id_gender {
    width:100%;
}
.birthday label {
    color: #000 !important;
}
#email label {
    display:none;
}
#create_customer button {
    font-family: "futura", arial, helvetica, sans-serif;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    background-color: #ef085f;
    padding: 0.5em 0;
    letter-spacing: 5px;
}
#create_customer button:hover {
    opacity:0.8;
}
#ui-datepicker-div {
    font-size: 1.5em;
}
p.infos_text {
    color: #000;
    padding-top: 1em;
    text-align: justify;
    font-weight: 300;
}
input.nosponsor {
    color: #000;
}
.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;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
}
.error::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff0707;
    left: 47%;
    position: absolute;
    top: -6px;
}

img.sep {
    bottom: 0;
    width:100%;
}

/***MENTIONS LÉGALES***/

.mentions-legales {
    text-align:center;
}
.mentions-legales p {
    font-weight: 300;
    font-size: 1.2em;
    padding: 1em 0;
    color: #5f5f5f;
}

/***FOOTER***/

#footer {
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    padding: 1em 0;
    position:relative;
    z-index:3;
    border-top:1px solid #f2f2f2;
}
#footer a {
    color:#5a5a5a;
    padding:0 10px;
}
img.top-responsive {
    display:none;
}

/***RESPONSIVE***/

@media (max-width: 2000px) {
    .content-landing {
        height:auto;
        background-size:cover;
    }
    .main .item-bloc img.produits {
        width: 90%;
        top: 30em;
    }

    .bloc-title p {
        font-family: 'Futura', arial, helvetica, sans-serif;
        font-size: 4.5em;
        position: relative;
        color: #fff;
        padding-bottom: 1em;
        z-index: 3;
    }
    .ballons {
        position: absolute;
        width: 30em;
        top: 5em;
    }
    .ballons.ballons-left {
        left:1em;
    }
    .ballons.ballons-right {
        right:1em;
    }
}
@media (max-width: 1440px) {
    .content-landing {
        overflow:auto;
        position: relative;
        z-index: 100;
    }
    .form-content img.feuillage {
        width: 18em;
    }
    .main p.title-step {
        color: #3b2331;
        font-size: 2em;
        text-align: center;
        font-weight: bold;
    }
    .main .item-bloc {
    }
    .bloc-title p {
        font-size: 4em;
    }
    .ballons {
        display:none;
    }
    .main .item-bloc img.produits {
        width: 90%;
        top: 30em;
    }
}
@media (max-width: 1200px) {
    .content-landing {background-image:none;background-color:#FFF;}
    .bloc-title, .main .item-bloc, img.arrow-form {
        display:none;
    }

    img.top-responsive {
        display:block !important;
        width:100%;
    }
}
@media (max-width: 800px) {
}
@media (max-width: 600px) {
    #header {
        text-align:center;
    }
    #header .logo {
        float:none;
    }
    #header .f-right {
        display:none;
    }
    .col-lg-8 {
        padding:0 !important;
    }
    .main {
        padding:0;
    }
}