html{ font-size:100%; width:100%; height:100% }
body{
    font-family:arial;
    color:#000;
    width:100%;
    position:relative;
    background-color:#fff;
    background-image: url(/assets/tu-opinion/amazon_es/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center top;
    overflow-x:hidden;
    min-height:1200px;
}
body#enquete #header, body#vitrine #header {
    position: inherit;
    margin-bottom: 50px;
}
.bg-amazon {

}
#header {
    background-image:url('/assets/tu-opinion/amazon_es/img/header-amazon.jpg');
    width:100%;
    transition: all 0.4s ease;
    border-bottom:10px solid #f79b34;
}
#header.fixe {
    background-color:#FFF;
    z-index:10;
}
#header .logo{
    float:left;
    padding:10px 10px;
}
#header .logo img {width:250px;}
#header .infos {
    float: right;
    margin-top: 14px;
    background-color: #FFF;
    padding: 10px;
}
.col {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    float:right;
}
.col .nb p{
    color:#FFF;
    font-size:20px;
    display:inline-block;
    vertical-align:middle 
}
.col .nb span{
    display:inline-block;
    width:30px;
    height:30px;
    background: url('/assets/tu-opinion/amazon_es/img/picto-head.png') 0 0 no-repeat;
    vertical-align:middle 
}
.col .nb.livraison span{ background-position : 0 -30px } 
p.mentions{ font-size:11px; color:#aaa;padding: 0 15px }
.top-bloc {
    text-align: center;
    margin: auto;
}
.top-bloc .blue{ color:#004080}
.top-bloc .jaune{ color:#e8ff27 }
.top-bloc .accroche {
    font-size: 42px;
    color: #000;
    line-height: 55px;
}
.top-bloc .accroche span {
    font-weight:bold;
}
.top-bloc .accroche span.prix {
    font-size: 80px;
    color: #f79b34;
    font-weight: 600;
}
.carte-amazon {
    padding:20px 0;
}
.choix ul li a:hover, .choix ul li a.active{
    border-color:#004080
}

.bloc-form {
    background-color: #fff;
    padding: 10px 10px;
    margin: 15px 60px 0 60px;
    -webkit-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.14);
}
#form-bloc-1.form-bloc-1 {padding:0 0 0 15px;width:67%;float:left;}
#form-bloc-2.form-bloc-2 {padding:0 15px 0 0;width:33%;float:left;}
.text-form{  font-weight:600;font-size:20px; text-align:center; padding:0 15px 10px 15px}
.text-form strong{
    font-size:28px;
    font-weight:600;
    color:#01488c
}
.text-form-sub-bloc {
    padding-bottom:0;
}
.text-form-sub{
    padding:0 0 10px 0;
    font-size:16px;
    font-family:'montserrat', 'helvetica';
    font-weight:300;
    color:#737373
}
.form_elem{
    display:inline-block;
    padding-right:10px;
    width:49%;
    vertical-align:middle;
    position:relative;
}
.form_elem#id_gender{ width:17% }
.form_elem#firstname, .form_elem#lastname{ width:40% }
.form_elem#cityBlock div.selector.fixedWidth span{ max-width:none }
.form_elem#pcode{width:180px}
input[type=text], textarea{
    height:38px;
    background-color:#f1f2f7;
    border:none;
    padding: 0 10px;
    font-family:helvetica;
    font-size:15px;
    width:100%;
    margin-bottom:15px;
    font-family:'montserrat', 'helvetica';
    font-weight:300
}
textarea{ height:200px; }
input[type=text]:focus, textarea:focus,
input[type=text]:hover, textarea:hover{
    box-shadow : 0 2px 1px rgba(0,0,0,0.05) inset
}
#create_customer button, #contact .btnSmall input, #desinscription .btnSmall input {
    border: none;
    background-color: #002c3e;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 20px 0 28px 0;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 8px;
}
#create_customer button::after {
    content: '';
    background: url(/assets/tu-opinion/amazon_es/img/smile.png) 0 0 no-repeat;
    width: 82px;
    height: 21px;
    display: block;
    position: relative;
    left: 110px;
}
#create_customer button:hover{
    background-color:#06455f;
}
#desinscription .btnSmall input{
    padding:5px 0;
    margin-top:0;
}
#create_customer button img{
    position:relative;
    top:2px
}
#contact .btnSmall input{
    width: 30%;
    float:right;
}
.form div .error{
    position:absolute;
    width:279px;
    height:29px;
    background: url('/assets/conso-enquete/img/error.png') 0 0 no-repeat;
    font-size:12px;
    color:#fff;
    top:-27px;
    padding-left:30px;
    line-height:22px;
    left:0;
    z-index:3
}	
.form_elem#firstname .error{ left:65px }
.court{ width:160px; }
.moyen{ width:250px; }
.long{ width:340px; }
.footer{ text-align:center; padding: 15px 0; }
.footer a{ font-size:15px; color:#000; margin : 0 10px }

.infos_text{ color:#737373; font-size:12px }

#form-left{ padding-bottom:0 }
.footer a, .infos_text{
    color:#737373;
    font-size:12px;
    font-family:'montserrat', 'helvetica';
    font-weight:300;
    /*    text-align:center;*/

}
input.nosponsor{
    font-size:12px;
    font-family:'montserrat', 'helvetica';
    font-weight:300;
}
/* Responsive ****************************/
@media screen and (max-width:960px) {
    #header {
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
        transition: all 0.4s ease;
        text-align: center;
    }
    #header .logo {
        float: none;
        padding: 0px;
    }
    .bloc-form, .top-bloc {
        margin: 10px 0;
    }
    .top-bloc {
        width: 100%;
        height:auto;
        background-image:none;
        background-color:#fff;
    }
    .top-bloc .accroche {
        font-size:25px;
        padding-top:0;
        padding:10px 0;
        line-height:30px;
    }
    .top-bloc .accroche span.prix {
        font-size:30px;
    }
    .bloc-form {
        position: relative;
        bottom:0;
    }
}
@media screen and (max-width:2042px) {
    body{ background-size:auto }
}
@media screen and (max-width:1200px) {
    #bloc-btn-fb{ padding-left:60px }
    #form-bloc-1.form-bloc-1 {padding:0 0 0 15px;width:100%;float:left;}
    #form-bloc-2.form-bloc-2 {padding:0 15px 0 0;width:100%;float:left;}
    #create_customer button::after {

    left: 40%;
}
}
@media screen and (max-width:768px) {
    .macaron{ display:none }
    .text-form strong{ font-size:18px }
    #header .logo{
        text-align:center;
    }
    .top-bloc .logo-nespresso{ top:0px  }
    #bloc-btn-fb, #create_customer {
        display:block;
        width:100%;
    }
    #bloc-btn-fb{ padding-left:0 }
    #form-right{ background:none; padding-top:0 }
    #create_customer{ padding-right:10px }
    #form-left{ padding-left:10px }

}



