

body {
    line-height:1.1;
    font-family: 'helvetica neue';
}
/**** page 1 et 2 ***/
.content-landing {
    background-image:url('/assets/enquete-shopping/parfumhomme/img/bgd.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:top center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow:hidden;
    background-color:#ffffff;
}


.mentions-legales {
    padding: 30px 30px 30px 30px;
}

.desktop {
    display:block;
}
.responsive {
    display:none;
}

.v2.form-content {
    margin: 30px 0 25px 0;
}

/*.main.row{min-height: 896px;}*/

/******* left content********/
.left-content .bloc-title{
    margin-top:30px;
    margin-left: 140px;
}
.left-content img{
    width: 120%;
    margin-left: -90px;
}
.left-content .bloc-product {
    position:absolute;
}
.v2.form-content .title-step span {
    font-family: 'helvetica neue', arial, helvetica, sans-serif;
    font-weight:400;
    color:#000;
    font-size: 0.8em;
}


/******* FORM Personnalisation********/
.v2 #form-bloc-1 #infos-accueil p.infos-title {
    width: 100%;
    height: 30px;
    background:#fff;
    font-weight: 400;
    font-size: 1.4em;
}
.v2.form-content {
    padding-right:10px;
}
.form-content {
    border-radius: 0px;
}
.v2.form-content .title-step {
    font-family: 'helvetica neue', arial, helvetica, sans-serif;
    font-weight:400;
    color:#000000;
    font-size: 18px;
}

.v2.form-content .sub-title-step {
    text-align: center;
    font-size: 14px;
}


.form-content #email label {
    display:none;
}
.form-content .infos_text {
    line-height:1.2;
}


#form-bloc-1{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
}


.padd .form-content #email label {
    display:none;
}
.padd .form-control, .custom-select {
    border-radius: 0px;
    border: 1px solid;
    color:#000000;
}
.padd .form-control::placeholder{
    color:#333;
}
.form_elem .bloc-radio {
    border: transparent;
}
.form_elem .bloc-radio label {
    color:#999;
}
.form_elem .bloc-radio.active {
    background-color: transparent;
}
.custom-select {
    color:#333;
}


#firstname, #lastname {
    width: 50% !important;
}

#postcode {
    width: 40% !important;
}

#cityBlock {
    width: 60% !important;
}




/******* button*******/
#create_customer.btn-big {
    padding-right:10px;
}
#form_accueil_v2 button[type="submit"] {
    font-family: 'helvetica neue', arial, helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #ffffff;
    background-color: #000000;
    /* padding: 20px 0 20px 0; */
    border-radius: 0px;
}
@media (max-width: 1200px) {
    .left-content .bloc-title{
        margin-top:30px;
        margin-left: 40px;
    }
    .left-content img{
        width: 100%
    }
}

@media (max-width: 1800px) {
    .left-content img {
        width: 100%;
        margin-left: 0px;
    }
}

@media (max-width: 1600px) {
    .left-content img {
        width: 90%;
        margin-left: 50px;
    }
}

@media (max-width: 1400px) {
    .left-content img {
        width: 70%;
        margin-left: 120px;
    }
}


@media (max-width: 990px) {
    .content-landing{
        background-image:none;
        background: #fff;
    }

    .left-content img {
        margin-left: 0px;
    }

    .desktop {
        display:none;
    }
    .responsive {
        display:block;
    }
    .bloc-produit{
        padding-top: 0px;
        margin-top:0;
    }
    .blocnote-form {
        border-radius:0 0 30px 30px;
    }
    .bloc-produit img {
        width: 100%;
    }
    .main .left-content {
        padding-right:0;
        padding-left:0;
    }
    .main .form-content {
        margin-top: 0px;
        border-radius: 0
    }
    #wrapper{
        background-image: none;
        background-color: #fff
    }
    .fleche{
        display: none
    }
    .max-width{
        padding-top: 0
    }
    .logoFitness img{
        width: 80%
    }
    .eye {
        display:none;
    }
    .h1, h1 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width:575px) {
    .header{
        margin-left: 2%
    }

    .product{
        margin-left: 2%;
    }
}