body {
    background-image:url('/assets/tu-opinion/construccion/img/bg.jpg');
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#ED0C11;
    font-family:'montserrat', helvetica, arial, sans-serif;
    font-size:62.5%;
    position:relative;
    overflow-x:hidden;
}
.content {
    max-width:2000px;
    margin:auto;
    position:relative;
}
.bg-fond {
    background-image:url('/assets/conso-enquete/img/cinema2/bg-fond.png');
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:10;
}
.z-index {
    z-index:11 !important;
}
.anim-left {
    animation: slidetoRight .5s ease-in-out;
    -webkit-animation: slidetoRight .5s ease-in-out;
    -moz-animation: slidetoRight .5s ease-in-out;
}
.anim-right {
    animation: slidetoLeft .5s ease-in-out;
    -webkit-animation: slidetoLeft .5s ease-in-out;
    -moz-animation: slidetoLeft .5s ease-in-out;
}
@keyframes slidetoRight {
    0% {
        opacity:0;
        left:-653px;
    }
    100% {
        opacity:0.3;
        left:0;
    }
}
@-webkit-keyframes slidetoRight {
    0% {
        opacity:0;
        left:-653px;
    }
    100% {
        opacity:0.3;
        left:0;
    }
}
@-moz-keyframes slidetoRight {
    0% {
        opacity:0;
        left:-653px;
    }
    100% {
        opacity:0.3;
        left:0;
    }
}
@keyframes slidetoLeft {
    0% {
        opacity:0;
        right:-653px;
    }
    100% {
        opacity:0.3;
        right:0;
    }
}
@-webkit-keyframes slidetoLeft {
    0% {
        opacity:0;
        right:-653px;
    }
    100% {
        opacity:0.3;
        right:0;
    }
}
@-moz-keyframes slidetoLeft {
    0% {
        opacity:0;
        right:-653px;
    }
    100% {
        opacity:0.3;
        right:0;
    }
}

/***HEADER***/

#header {
    width:100%;
    padding:0.5em;
    background-color:#0057c7;
}
#header .logo {
    float:left;
}
#header .logo img {width: 250px;}
#header .f-right {
    float:right;
}
#header .f-right .col {
    display:inline-block;
    vertical-align:middle;
    color:#FFF;
    margin:0 0.8em;
}
#header .f-right .col .nb span {
    background-image:url('/assets/conso-enquete/img/cinema2/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***/
.img-absolute {
    position:absolute;
}
.scene {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.img-left {
    left: -10em;
    top: 0em;
}
.img-right {
    right: -30em;
    top: 0em;
}
.accroche {
    font-family: helvetica, arial, sans-serif;
    text-align: center;
    margin-bottom: 2.8em;
    margin-top: 0.5em;
    position:relative;
    z-index:2;
}
.accroche p {
    font-size:5em;
    color:#FFF;
    font-weight:bold;
    text-shadow: 2px 3px 5px #030303;
    line-height:1.5;
}
.accroche p span {
    text-transform: uppercase;
    color: #ea0000;
}
.accroche p i.yellow {
    color:#feec00;
}
.accroche p i.uppercase {
    text-transform:uppercase;
}
.accroche p span.price {
    font-family: 'LEGO BRIX';
}

img.logo-lego {
    display:block;
    margin:auto;
    padding:0.5em 0;
    position:relative;
    z-index:2;
}
p.sub-infos {
    font-family: 'Bebas Neue', helvetica, arial, sans-serif;
    text-align: center;
    margin-bottom: 0.2em;
    position:relative;
    z-index:2;
    font-size:3em;
    color:#FFF;
}

/***FORMULAIRE***/

.bloc-form {
    background-color:#FFF;
    position:relative;
    z-index:2;
}
.bloc-form p.top-text {
    color: #000;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.2em 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-bloc-1{
    float:left;
    width:66%;
    margin:0 0 0 20px;
}
.form-bloc-2{
    float:left;
    width:30%; 
}
.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;
}
.bloc-form p.infos-text {
    padding-bottom: 1em;
    padding-left: 1.2em;
    font-size: 1.1em;
    font-weight: 300;
    color: #969696;
}
#form-bloc-1 #infos-accueil p.infos-title {
    text-transform: uppercase;
    text-align: left;
    background-color: transparent;
    font-size: 1.3em;
    font-weight: 800;
    padding: 0.2em 0;
    color: #000;
}
#form-bloc-1 #infos-accueil .infos-accueil {
    font-size: 1.5em;
    font-weight: 300;
    padding: 0.5em;
    border: 1px solid #e4e4e4;
    color: #0057c7;
    background-color: #FFF;
}
#form-bloc-1 #infos-accueil .infos-accueil {
    font-size: 1.5em;
    display: inline-block;
    margin-top: 0.5em;
}
#form-bloc-1 #infos-accueil button {
    background: #0057c7;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    margin-top: 10px;
    text-align: center;
    width: 150px;
    overflow: hidden;
    border-radius: 5px;
}
#create_customer button {
    width: 100%;
    background-color: #0057c7;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.5em 0;
    font-size: 4em;
    color: #FFF;
    border-radius: 10px;
    font-family: 'Bebas neue', helvetica, arial, sans-serif;
    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 i {
    color:#fff;
}
#create_customer button:hover {
    background-color:#0066e9;
}
.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;
}
#ui-datepicker-div {
    font-size:1.2em !important;
}

/***FOOTER***/

#footer {
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    padding: 1em 0;
}
#footer a {
    color:#FFF;
    padding:0 10px;
}
#footer .mentions-foot p {color:#fff;}
/***SLIDER GAGNANTS***/

.bloc-gagnants .gagnants-title {
    background-color:#f1393f;
}
.bloc-gagnants .gagnants-title::after {
    border-left: 23px solid #f1393f;
}
/***RESPONSIVE***/

@media (max-width: 1980px) {
    .img-right {
        right: -5em;
        top: 0em;
        width: 450px;
    }
    .img-left {
        left: 5em;
        top: 0em;
        width: 350px;
    }
}
@media (max-width: 1440px) {
    .img-left {
        left: 0;
        width: 270px;
    }
    .img-right {
        right: -4em;
        top: -2em;
        width: 400px;
    }
    .legos {
        width: 1500px;
        top: 5em;
    }
    .accroche p {
        font-size: 4em;
        color: #FFF;
    }
}
@media (max-width: 1024px) {
    .scene {
        display:none;
    }
    .img-left {
        left: 0;
        width: 225px;
        top: 5em;
    }
    .img-right {
        right: -4em;
        top: 5em;
        width: 315px;
    }
    .form-bloc-1{
        float:left;
        width:100%;
        margin:0 0 0 20px;
    }
    .form-bloc-2{
        float:left;
        width:95%;
        margin-left:20px;
    }
}
@media (max-width: 800px) {
    .accroche p {
        font-size: 3.5em;
        color: #FFF;
    }
    .img-left, .img-right {
        display:none;
    }
}
@media (max-width: 600px) {
    #header {
        text-align:center;
    }
    #header .logo {
        float:none;
    }
    .f-right {
        display:none;
    }
    .accroche p {
        font-size: 2em;
        color: #FFF;
    }
    p.sub-infos {
        font-size: 1.5em;
    }
    .covers {
        top: 10em;
        width: 150px;
    }
    .bloc-form p.top-text {
        font-size:1.2em;
    }
    img.logo-lego {
        display: block;
        margin: auto;
        padding: 0.5em 0;
        position: relative;
        z-index: 2;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .accroche p {
        font-size: 1.5em;
        color: #FFF;
    }
    .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;
    }
}

/*******************************************************************************************************************/
/* Enquete *********************************************************************************************************/
/*******************************************************************************************************************/

/*#enquete{ background:none; background-color:#f1f1f1 }*/
body#enquete, body#vitrine {
    font-family:helvetica, arial, sans-serif;
    background-image:url('/assets/conso-enquete/img/construction/bg-enquete.jpg');
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
}
body#enquete #header, body#vitrine #header {
    position: inherit;
    margin-bottom: 7em;
}
body#vitrine .operations .content {
    background-image: none;
    background-color: #FFF;
}nquete_content,
#enquete_content .qualifiante form,
#enquete_content .bloccoreg
{
    background-color:#fff;
    box-shadow : 0 0 5px rgba(0,0,0,0.05);
    border:1px solid #e3e3e3;
    margin-top:20px;
}
#enquete_content{ margin-top:0 }
#enquete_content .qualifiante form{
    padding:10px;
    margin-top:0;
}
#enquete_content .bloccoreg {
    border-top: 5px solid #000000;
}
/*#enquete_content .qualif-suiv{
    height:27px;
    background:url('/assets/conso-enquete/img/arrow-qualif.png') center 0 no-repeat;
}*/

#enquete_content .question {
    margin-bottom: 10px;
    font-size: 1.6em;
    /* font-weight: 300 !important; */
    color: #0e0e0e;
    line-height: 1.6em;
}
.long {
    width:340px;
}
/* Code postal et ville dans l'enquete' */ 
#enquete_content #cpv {
    float:right;
}

#enquete_content .fakecity,#enquete_content .fakecp {
    padding : 0 10px;
    height:40px;
    line-height:40px;
    margin-bottom:7px;
    border:none;
    font-weight:normal;
    font-size:14px;
    border: 1px solid #e3e3e3;
    width: 260px;
    background-color:#f1f1f1
}

#enquete_content .erreur2{
    display:inline-block;
    background-color:#e55454;
    padding: 5px 10px 5px 32px;
    color:#fff;
    font-size:14px;
    background-image: url('/assets/conso-enquete/img/picto-erreur.png');
    background-position:  7px center;
    background-repeat:no-repeat;
}	

/*******************************************************************************************************************/
/* ProgressBar *****************************************************************************************************/
/*******************************************************************************************************************/

#progressBar{
    padding:0 ;
    background : url('/assets/conso-enquete/img/bg-progressbar.png') 0 center repeat-x;
    height:42px;
    margin-top:4px;
}
.progressbar {
    background: #444444;
    height: 50px;
    position: relative;
    width: auto;
    z-index: 1;
    max-width:none;
}
.progressbar .container{ position:relative; }
.progressbar .bar {
    background : url('/assets/conso-enquete/img/vod/progressbar.png') right 0 no-repeat;
    height:40px;
    margin-top:1px
}
.progressbar .percent {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    float: right;
    display: inline-block;
    width: 50px;
    height: 30px;
    text-align: center;
    margin-right: 20px;
    margin-top: 5px;
    font-weight: bold;
}
.progressbar .progress {
    color: #fff;
    font-size: 12px;
    left: 7px;
    position: absolute;
    top: 5px;
    display: none;
    width: 100px;
    font-weight: 300;
}


/*******************************************************************************************************************/
/* Droite enquÃªte **************************************************************************************************/
/*******************************************************************************************************************/
#enqueteRight{
    border:1px solid #e3e3e3;
    z-index:2;
}
.enqueteRight{

}

.enqueteRight p{
    text-align: center;
    font-size:16px;  
}

.enqueteRight p .rep{ margin-bottom: 7px; display:block}
.enqueteRight p .tir{ font-size:14px;  text-transform:uppercase; display:block; margin-bottom:7px}
.enqueteRight p .remp{ font-size:22px; text-transform:uppercase; font-weight:bold;}
.enqueteRight p .remp strong{ color:#007ac3; font-weight:bold; }


#wrapper div.selector.fixedWidth span{
    padding-right:50px;
}

@media screen and (max-width:1200px) {
    .enqueteRight p .remp{ font-size:22px }
}

/*******************************************************************************************************************/
/* ElÃ©ments de formulaire ******************************************************************************************/
/*******************************************************************************************************************/

/* Coreg OUI non */
.blocquestion strong {
    color: #000;
    /* font-size: 16px; */
}
.coreg_oui_non li label, .checkH li label, .checkV li label {
    background-color: #f1f1f1;
    border: 1px solid #e4e4e4;
    font-size: 1.5em;
}
.coreg_oui_non2 li label {
    display: inline-block;
    font-weight: 400 !important;
    color: #252325;
}
.checkV li label{ width:100%; }
.coreg_oui_non li label:hover, .checkH li label:hover, .checkV li label:hover, .checkH li label.active, .checkV li label.active {
    border-color: #bb0812;
}

.checkH li label.active, .checkV li label.active {
    background-color: #e50915;
    border: 1px solid #c3121b;
    color: #fff;
}
.checkV li {
    font-size: 1.1em !important;
    font-weight: 400 !important;
}
.coreg_oui_non li label.active{ 
    background-color:#808080;
    color:#fff;
    border-color:#6f6f6f;
}
.coreg_oui_non li label.active.label_oui{ 
    background-color:#007ac3;
    border-color:#007ac3;
}
.coreg_oui_non li label.label_non div.radio{ width:13px; height:13px; }
.coreg_oui_non li label.label_non div.radio span{
    width:13px;
    height:13px;
    background-position: -48px -293px;
}
.coreg_oui_non li label.label_non.active div.radio span{ background-position : -34px -200px }
.coreg_oui_non li label.label_oui div.radio{ width:16px; height:13px; }
.coreg_oui_non li label.label_oui div.radio span{
    width:16px;
    height:13px;
    background-position: -17px -293px;
}
.coreg_oui_non li label.label_oui.active div.radio span{ background-position : 0 -200px }


/* Bloc Radio et Checkbox */
.checkV li label:hover div.radio span,
.checkH li label:hover div.radio span{
    background-position: -20px -200px;
}


/* Bouton enquÃªte */
.btn-enquete{ text-align:right;  }
.btn-enquete button {
    width: 265px;
    height: 60px;
    background: none;
    background-color: #e50915;
    border: none;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 3px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 20px 0;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
}


/* 4 couleurs de base ******************************************************************************************/

#enquete_content .color1{ color : #000 }
#enquete_content .color2{ color : #8090FF }
#enquete_content .color3{ color:#020202 }
#enquete_content .color4{ color: #77b251  }
#enquete #footer {
    position:inherit;
}