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

/*#enquete{ background:none; background-color:#f1f1f1 }*/
body#enquete, body#vitrine {
    font-family:helvetica, arial, sans-serif;
    background-image:url('/assets/conso-enquete/img/ps4pro/bgd.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-color:#174687;*/
    height:42px;
    margin-top:4px;
}
.progressbar {
    /*background: #174687;*/
    height: 50px;
    position: relative;
    width: auto;
    z-index: 1;
    max-width:none;
}
.progressbar .container{ position:relative; }
.progressbar .bar {
    background : url('/assets/conso-enquete/img/ps4pro/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: 14px;
    display: none;
    width: 150px;
    font-weight: 300;
}


/*******************************************************************************************************************/
/* Droite enquÃªte **************************************************************************************************/
/*******************************************************************************************************************/

#enqueteRight{
    border:1px solid #e3e3e3;
    z-index:2;
}

.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: #174787;
}

.checkH li label.active, .checkV li label.active {
    background-color: #174787;
    border: 1px solid #4e97f9;
    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: #174687;
    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;
}