body {
    font-family:'montserrat', helvetica, arial, sans-serif;
    font-size:62.5%;
    position:relative;
    overflow-x:hidden;
    background-color:#f2f2f2;
}
.content {
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#fff;
    position:relative;
    overflow:hidden;
}
.max-width {
    max-width: 2000px;
    margin: auto;
    position:relative;
}
.bloc-absolute {
    text-align: center;
    position: absolute;
    top: 10em;
    left: 10em;
}
.bloc-absolute p {
    font-family: 'SF Pro Text', helvetica, arial, sans-serif;
    color: #333333;
    font-size: 5em;
}
.bloc-absolute p span {
    font-weight: 900;
    text-transform:uppercase;
}
.bloc-absolute p span.x {
    font-weight:700;
}
.bloc-absolute p i {
    color:#000;
}
.bloc-absolute p strong {
    font-weight: 500;
    color:#000;
}
.bloc-absolute span.futur {
    font-family: 'SF Pro Text', helvetica, arial, sans-serif;
    font-size: 2em;
}
.img-absolute {
    position:absolute;
}
.white {
    bottom: 0;
    transform:translateY(0em);
    -webkit-transform:translateY(0em);
    -moz-transform:translateY(0em);
}
.slide-up {
    animation:slideUp .5s ease-in-out;
    -webkit-animation:slideUp .5s ease-in-out;
    -moz-animation:slideUp .5s ease-in-out;
}
.opacity-off {
    opacity:0;
}
.opacity-on {
    animation:opacity .5s ease-in-out;
    -webkit-animation:opacity .5s ease-in-out;
    -moz-animation:opacity .5s ease-in-out;
}
.iphone-eau {
    bottom: -10em;
    right: -30em;
}

@keyframes slideUp {
    0% {
        transform:translateY(10em);
        opacity:0;
    }
    100% {
        transform:translateY(0em);
        opacity:1;
    }
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform:translateY(10em);
        -webkit-opacity:0;
    }
    100% {
        -webkit-transform:translateY(0em);
        -webkit-opacity:1;
    }
}
@-moz-keyframes slideUp {
    0% {
        -moz-transform:translateY(10em);
        -moz-opacity:0;
    }
    100% {
        -moz-transform:translateY(0em);
        -moz-opacity:1;
    }
}
@keyframes opacity {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-webkit-keyframes opacity {
    0% {
        -webkit-opacity:0;
    }
    100% {
        -webkit-opacity:1;
    }
}
@-moz-keyframes opacity {
    0% {
        -moz-opacity:0;
    }
    100% {
        -moz-opacity:1;
    }
}
#ui-datepicker-div {
    font-size:1.2em !important;
}
.z-index {
    z-index:11 !important;
}
.bg-fond {
    background-image: url(/assets/conso-enquete/img/energydrink/bg-fond.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/***HEADER***/

#header {
    width: 100%;
    padding: 0.5em;
    background-color: #333;
}
#header .logo {
    float:left;
}
#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***/

.accroche {
    text-align: center;
    padding-top: 1em;
    position: relative;
    z-index: 2;
}
.accroche p {
    font-family: 'SF Pro Text', helvetica, arial, sans-serif;
    font-size: 4em;
    color: #333333;
}
.accroche p span {
    font-weight: 900;
    text-transform:uppercase;
}
.accroche p span.x {
    font-weight:700;
}
.accroche p i {
    color:#000;
}
.accroche p strong {
    font-weight: 500;
    color:#000;
}

/***CHOIX***/

#landing .i-block {
    display: inline-block;
    vertical-align: top;
}
p.step {
    font-family: 'SF Pro Text', helvetica, arial, sans-serif;
    font-size: 2em;
    text-align: center;
    padding: 1em 0;
}
p.step span {
    display: inline-block;
    background-color: #0e7bd0;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
}
.zone-visuel {
    position:relative;
    text-align:center;
}
.zone-visuel .huit {
    display: inline-block;
    margin-top: 5em;
}
.bloc-choice .btn-choice {
    display:inline-block;
    vertical-align:top;
    cursor:pointer;
    position:relative;
}
.bloc-choice .btn-choice input {
    display:none;
}
.bloc-choice .btn-choice .bloc-iphone {
    width: 156px;
    height: 230px;
    position: relative;
    margin: 0 3em;
}
.bloc-choice .btn-choice img.img-mobile {
    display: none;
    width: 100px;
}
.bloc-choice .btn-choice .bloc-iphone span.iphone {
    background-image:url('/assets/conso-enquete/img/pomme2/iphone-variations.png');
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    width:120px;
    height:241px;
    right:0;
}
.bloc-choice .btn-choice .bloc-iphone span.iphone.dos {
    right: 3em;
    transform:translateX(0);
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -webkit-transition:-webkit-transform .3s ease-in-out;
    -moz-transition:-moz-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
}
.bloc-choice .btn-choice:hover .bloc-iphone span.iphone.dos {
    transform:translateX(-1.8em);
    -webkit-transform:translateX(-1.8em);
    -moz-transform:translateX(-1.8em);
}
.bloc-choice .btn-choice .bloc-iphone span.iphone.face-argent {
    background-position:0 0;
    z-index:1;
}
.bloc-choice .btn-choice .bloc-iphone span.iphone.dos-argent {
    background-position: 0px -241px;
    z-index: 2;
}
.bloc-choice .btn-choice .bloc-iphone span.iphone.face-or {
    background-position: 0px -484px;
    z-index: 1;
}
.bloc-choice .btn-choice .bloc-iphone span.iphone.dos-or {
    background-position: 0px -726px;
    z-index: 2;
}
.bloc-choice .btn-choice .bloc-iphone span.iphone.face-gris {
    background-position: 0px -971px;
    z-index: 1;
}
.bloc-choice .btn-choice .bloc-iphone span.iphone.dos-gris {
    background-position: 0px -1213px;
    z-index: 2;
}
.bloc-choice .btn-choice p.btn-title {
    font-family: 'SF Pro Text', helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    margin: 1em 0;
    display: inline-block;
    border-bottom: 5px solid transparent;
    color:#333333;
}
.bloc-choice .btn-choice:hover p.btn-title {
    border-bottom: 5px solid #0070cc;
}

/***FORMULAIRE***/

.bloc-form {
    background-color: #FFF;
    position: relative;
    z-index: 2;
    margin: 0 2em;
    border: 1px solid #eaeaea;
}
.bloc-form p.title-choice {
    font-family: 'SF Pro Text', helvetica, arial, sans-serif;
    color: #000;
    text-align: center;
    font-size: 2.5em;
    font-weight: 300;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.2em 0;
}
.bloc-form p.title-choice span {
    color:#FFF;
}
.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%;
}
.bloc-form p.infos-text {
    padding-bottom: 1em;
    padding-left: 1.2em;
    font-size: 1.1em;
    font-weight: 300;
    color: #969696;
}
.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;
}
#create_customer button {
    width: 100%;
    background-color: #0070c9;
    background: -webkit-linear-gradient(#42a1ec,#0070c9);
    background: linear-gradient(#42a1ec,#0070c9);
    border:1px solid #07c;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.5em 0;
    font-size: 3em;
    color: #FFF;
    border-radius: 4px;
    font-family: 'SF Pro Text', helvetica, arial, sans-serif;
    text-transform: uppercase;
    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:#a2062b;
}
.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;
}
.shake {
    animation:shake .5s ease-in-out;
    -webkit-animation:shake .5s ease-in-out;
    -moz-animation:shake .5s ease-in-out;
}
@keyframes shake {
    0% {
        transform:rotate(0deg) scale(1);
    }
    25% {
        transform:rotate(10deg) scale(1.2);
    }
    50% {
        transform:rotate(-10deg) scale(1.2);
    }
    75% {
        transform:rotate(10deg) scale(1.2);
    }
    100% {
        transform:rotate(0deg) scale(1);
    }
}
@-webkit-keyframes shake {
    0% {
        -webkit-transform:rotate(0deg) scale(1);
    }
    25% {
        -webkit-transform:rotate(10deg) scale(1.2);
    }
    50% {
        -webkit-transform:rotate(-10deg) scale(1.2);
    }
    75% {
        -webkit-transform:rotate(10deg) scale(1.2);
    }
    100% {
        -webkit-transform:rotate(0deg) scale(1);
    }
}
@-moz-keyframes shake {
    0% {
        -moz-transform:rotate(0deg) scale(1);
    }
    25% {
        -moz-transform:rotate(10deg) scale(1.2);
    }
    50% {
        -moz-transform:rotate(-10deg) scale(1.2);
    }
    75% {
        -moz-transform:rotate(10deg) scale(1.2);
    }
    100% {
        -moz-transform:rotate(0deg) scale(1);
    }
}
/***FOOTER***/

#footer {
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    padding: 1em 0;
}
#footer a {
    color:#000;
    padding:0 10px;
}


/***SLIDER GAGNANTS***/

.bloc-gagnants .gagnants-title {
    background-color:#f1393f;
}
.bloc-gagnants .gagnants-title::after {
    border-left: 23px solid #f1393f;
}
/***RESPONSIVE***/
@media (max-width: 2000px) {
}
@media (max-width: 1920px) {
    .content {
    }
}
@media (max-width: 1440px) {
    .bloc-absolute {
        display:none;
    }
    .bloc-form {
        margin: 0 10em;
    }
}
@media (max-width: 1280px) {
    .zone-visuel .huit {
        display:none;
    }
    .img-absolute {
        display:none;
    }
}
@media (max-width: 1024px) {
    .accroche p {
        font-size: 4em;
    }
    .bloc-form {
        margin: 0 2em;
    }
}
@media (max-width: 768px) {
    #landing .i-block {
        margin:0;
    }
}
@media (max-width: 600px) {
    .accroche p {
        font-size: 3em;
    }
}
@media (max-width: 414px) {
    .bloc-choice .btn-choice .bloc-iphone {
        margin:0;
    }
    p.step {
        font-family: 'SF Pro Text', helvetica, arial, sans-serif;
        font-size: 1.5em;
        text-align: center;
        padding: 1em;
        border-bottom: 1px solid #e8e8e8;
    }
    p.step span {
        display: inline-block;
        background-color: #0e7bd0;
        color: #FFF;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 40px;
    }
    #header {
        text-align:center;
    }
    #header .logo {
        float:none;
    }
    .f-right {
        display:none;
    }
    .accroche p {
        font-size: 2.2em;
    }
    p.title-choice {
        font-size: 2em;
    }
    .bloc-choice .btn-choice {
        margin:1em;
        padding: 0.5em;
        width:44%;
    }
    .bloc-choice .btn-choice p {
        font-size: 1.8em;
    }
    p.title-choice span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border:1px solid #fff800;
    }
    .bloc-form {
        margin: 0;
    }
}
@media (max-width: 400px) {
    .bloc-choice .btn-choice {
        width:auto;
    }
    .bloc-iphone {
        display:none !important;
    }
    .bloc-choice .btn-choice img.img-mobile {
        display:inline-block !important;
    }
}
@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;
    }
}