body {
    font-family:'montserrat', helvetica, arial, sans-serif;
    font-size:62.5%;
    position:relative;
    overflow-x:hidden;
    background-color:#301e10;
}
.landing-content {
    background-image:url('/assets/conso-enquete/img/raclette/bg.jpg');
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#FFF;
    position:relative;
}
.max-width {
    max-width: 2400px;
    margin: auto;
    z-index:3;
}
#ui-datepicker-div {
    font-size:1.2em !important;
}
.z-index {
    z-index:11 !important;
}
.img-absolute {
    position:absolute;
    top:0;
    transform:translateX(0);
    z-index:2;
}
.left, .right {
}
.left {
    left: -18em;
    top: 23em;
}
.right {
    right: -15em;
    top: 25em;
}
.anim-left {
    animation: anim-left .5s ease-in-out;
}
.anim-right {
    animation: anim-right .5s ease-in-out;
}
.phrase {
    position: absolute;
    right: 40em;
    top: 15em;
}
#particles-js {
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    z-index:1;
}
@keyframes anim-left {
    0% {
        opacity:0;
        transform:translateX(-10em);
    }
    50% {
        opacity:0.5;
        transform:translateX(10em);
    }
    100% {
        opacity:1;
        transform:translateX(0em);
    }
}
@-webkit-keyframes anim-left {
    0% {
        -webkit-opacity:0;
        -webkit-transform:translateX(-10em);
    }
    50% {
        -webkit-opacity:0.5;
        transform:translateX(10em);
    }
    100% {
        -webkit-opacity:1;
        -webkit-transform:translateX(0em);
    }
}
@-moz-keyframes anim-left {
    0% {
        -moz-opacity:0;
        -moz-transform:translateX(-10em);
    }
    50% {
        -moz-opacity:0.5;
        -moz-transform:translateX(10em);
    }
    100% {
        -moz-opacity:1;
        -moz-transform:translateX(0em);
    }
}

@keyframes anim-right {
    0% {
        opacity:0;
        transform:translateX(10em);
    }
    50% {
        opacity:0.5;
        transform:translateX(-10em);
    }
    100% {
        opacity:1;
        transform:translateX(0em);
    }
}
@-webkit-keyframes anim-right {
    0% {
        -webkit-opacity:0;
        -webkit-transform:translateX(10em);
    }
    50% {
        -webkit-opacity:0.5;
        transform:translateX(-10em);
    }
    100% {
        -webkit-opacity:1;
        -webkit-transform:translateX(0em);
    }
}
@-moz-keyframes anim-right {
    0% {
        -moz-opacity:0;
        -moz-transform:translateX(10em);
    }
    50% {
        -moz-opacity:0.5;
        -moz-transform:translateX(-10em);
    }
    100% {
        -moz-opacity:1;
        -moz-transform:translateX(0em);
    }
}


/***HEADER***/

#header {
    width:100%;
    padding:0.5em;
    background-color:#301e10;
}
#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: 3em;
    position: relative;
    z-index: 2;
}
.accroche p {
    font-size: 5em;
    color: #edd386;
    font-family: 'Ribeat', helvetica, sans-serif;
    padding: 0.1em 0;
}
.accroche p span {
    color:#FFF;
    display:inline-block;
}
.accroche p span strong {
    font-family: 'ar_cenaregular', helvetica, arial;
    font-size: 1.5em;
    transform: rotateZ(18deg);
    display: inline-block;
}
.logo-tefal {
    display: block;
    text-align: center;
    margin: auto;
    padding: 2em 0;
}

/***FORMULAIRE***/

.bloc-form {
    background-color: #FFF;
    position: relative;
    z-index: 10;
    margin: 0 2em;
}
.bloc-form p.top-text {
    color: #000;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.5em 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_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;
}
p.mentions {
    color: #737373;
    font-size: 1.2em;
    font-weight: 300;
    padding: 0.2em 1.5em;
}
#create_customer button {
    text-transform:uppercase;
    width: 100%;
    background-color: #4a0f01;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.5em 0;
    font-size: 3.1em;
    color: #f2cb81;
    font-family: 'Ribeat', helvetica, sans-serif;
    border-radius:10px;
}

/***FOOTER***/

#footer {
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    padding: 1em 0;
    position:relative;
    z-index:5;
}
#footer a {
    color:#FFF;
    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) {
    
    .accroche p {
        font-size: 4.5em;
        color: #edd386;
        font-family: 'Ribeat', helvetica, sans-serif;
        padding: 0.1em 0;
    }
    .left {
        left: -10em;
        width: 83em;
        top: 25em;
    }
    .right {
        right: -10em;
        width: 70em;
        top: 25em;
    }
    .phrase {
        position: absolute;
        right: 35em;
        top: 25em;
        width: 20em;
    }
    .bloc-form {
        background-color: #FFF;
        position: relative;
        z-index: 10;
        margin: 1em 5em;
    }
}
@media (max-width: 1780px) {
    .phrase {
        display:none;
    }
}
@media (max-width: 1440px) {
    .left {
        width: 65em;
        top: 31em;
        left: -12em;
    }
    .right {
        right: -12em;
        width: 40em;
        top: 34em;
    }
    .accroche p {
        font-size: 4em;
        display: inline-block;
        padding: 0.5em;
    }
    .logo-tefal {
        display: block;
        text-align: center;
        margin: auto;
        padding: 1em 0;
        width: 15em;
    }
    
}
@media (max-width: 1280px) {
    
    .accroche p {
        font-size: 3em;
        display: inline-block;
        padding: 0.5em;
    }
    .logo-labeyrie {
        padding: 2em 0;
        width: 250px;
    }
}
@media (max-width: 1024px) {
    .content {
        height: auto;
    }
    .accroche p {
        font-size: 3.5em;
    }
    .left {
        width: 250px;
        top: 15em;
        left: 10em;
    }
    .right {
        right: 2em;
        width: 340px;
        top: 15em;
    }
    .bloc-form {
        margin: 0 5em;
    }
}
@media (max-width: 800px) {
    .img-absolute {
        display:none;
    }
    .central {
        width:100%;
    }
}
@media (max-width: 414px) {
    #header {
        text-align:center;
    }
    #header .logo {
        float:none;
    }
    .f-right {
        display:none;
    }
    .accroche p {
        font-size: 2.2em;
    }
    p.petite-phrase {
        left: 2em;
        top: 10em;
        font-size: 2em;
    }
    .bloc-form {
        margin: 0;
    }
}
@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;
    }
}