.ensemblePageSection {
    background-color: #ffffff;
    background-image: url("/customers/websites.xxx/templates/fr_FR/medias/visuels/monpapytitanic-jeu-concours/bg-mon-papy-titanic-jeu-concours.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.ensemblePageSection .mainInterieur {
    padding: 0 2% 2% 2%;
    text-align: center;
}

.btn-mpt {
    background-color: #07a2b4;
    color: #ffffff;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin-top: 1.5rem;
    display: inline-block;
}

.logo {
    max-width: 100%;
    height: auto;
}
.polas {
    max-width: 100%;
    height: auto;
}

p.intro {
    font-weight: 700;
    max-width: 100%;
    width: 550px;
    margin: 0 auto 3rem;
}
.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-container-image {
    max-width: 100%;
    width: 416px;
}
#validation-form {
    max-width: 100%;
    width: 550px;
    margin: 0 100px;
}
.colonne_group {
    display: flex;
    flex-direction: column;
}
.colonne_group p {
    margin-bottom: 20px;
}
.colonne_group p:last-child {
    margin-bottom: 0;
}
p.half {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.formDefault p.half input.defaultTxt {
    margin: 0 8px;
}
.formDefault p.half #prenom_mon_papy_titanic {
    margin-left: 0;
}
.formDefault p.half #nom_mon_papy_titanic {
    margin-right: 0;
}
.formDefault input.defaultTxt {
    background-color: #F2F2F2;
    height: 43px;
    font-size: 18px;
    border: 0;
    border-radius: 32px;
    padding: 0 1rem 0 1rem;
    color: #989898;
    font-weight: 400;
}
.formDefault .input100 {
    width: 100%;
}

#photo-dropzone {
    margin-bottom: 0;
}

.consentement_container {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-top: 1.5rem;
}
#consentement_mon_papy_titanic {
    margin-left: 10px;
    margin-top: 3px;
    margin-right: 10px;
}
.label_consentement {
    font-size: 16px;
    line-height: 1;
}

.modalite_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalite_jeu {
    max-width: 100%;
    width: 500px;
}
.modalite_jeu span {
    text-decoration: underline;
}
.modalite_jeu p {
    font-size: 16px;
    text-align: left;
}
.modalite_jeu a {
    margin-top: 15px;
    display: inline-block;
}

.footer_mpt {
    display: flex;
    justify-content: center;
}
img.couv {
    max-width: 100%;
    height: auto;
    width: 450px;
}
.resume {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 4rem 0 0;
    max-width: 100%;
    width: 800px;
}


/*RESPONSIVE*/
@media (max-width:1499.99px) {
    #validation-form {
        margin: 0;
    }
}

@media (max-width:1399.99px) {
    p.half {
        flex-direction: column;
        margin-bottom: 0;
    }

    .formDefault p.half input.defaultTxt {
        width: 100%;
        margin: 0 0 8px 0;
    }
}

@media (max-width:1023.78px) {
    .ensemblePageSection {
        background-size: 180%;
    }
    .form-container {
        flex-direction: column;
    }

    #validation-form {
        margin: 3rem auto;
    }

    .modalite_container {
        flex-direction: column;
        margin-top: 6rem;
    }

    img.pola {
        display: none;
    }

    .footer_mpt {
        flex-direction: column;
        align-items: center;
        padding: 0 30px 15px 30px;
    }

    .resume {
        margin-top: 0;
    }
}

@media (max-width:768.99px) {

}

@media (max-width:575.99px) {
    .ensemblePageSection {
        background-size: 265%;
    }
    img.logo {
        max-width: 75%;
    }
    p.intro, div.colonne_group {
        padding: 0 30px;
    }
    .modalite_container {
        padding: 0 30px;
        margin-top: 4rem;
    }

    .footer_mpt {
        margin-top: 2rem;
    }
}