.ensemblePageSection {
    text-align: center;
    background: rgb(114,85,135);
    background: linear-gradient(270deg, rgba(114,85,135,1) 0%, rgba(78,61,112,1) 100%);
}
.logo_desktop {
    display: block;
}
.logo_mobile {
    display: none;
}
.banner_concours {
    width: 840px;
    height: auto;
    max-width: 100%;
}

.header_mpt {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}
img.img_left {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: 1rem;
}
div.content_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1.titre_jeu {
    text-align: center;
    margin-top: 3rem;
}
h1.titre_jeu span {
    color: #DDF1F4;
    display: block;
    font-weight: 400;
    font-size: 4rem;
}
h1.titre_jeu span.fake_br {
    font-size: 8rem;
}
img.img_center {
    width: 100%;
    max-width: 700px;
    height:auto;
}
img.img_right {
    width: 100%;
    max-width: 360px;
    height: auto;
}



.ensemblePageSection .mainInterieur {
    padding: 0 2% 2% 2%;
    text-align: center;
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#validation-form {
    max-width: 100%;
    width: 550px;
    border: 1px solid #ffffff;
    padding: 1.5rem 3rem;
    margin: 3rem 100px 0 100px;
}

.btn-mpt {
    background-color: #e6ad45;
    color: #ffffff;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin-top: 1.5rem;
    display: inline-block;
}


p.intro {
    max-width: 100%;
    width: 550px;
    margin: 0 auto 3rem auto;
    color: #e6ad45;
}

.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: #FFFFFF !important;
    height: 38px;
    font-size: 18px;
    border: 0;
    border-radius: 32px;
    padding: 0 0 0 1rem;
    color: #000000 !important;
    font-weight: 400;
}
.formDefault .input100 {
    width: 100%;
}

.consentement_container {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-top: 1.5rem;
}
input#consentement_aa_gagnez_toutes_nos_bds {
    margin-right: 10px;
    margin-top: 3px;
}
.label_consentement {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
}

.modalite_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
}
.modalite_jeu {
    max-width: 100%;
    width: 500px;
    color: #fff;
}
.modalite_jeu span {
    text-decoration: underline;
}
.modalite_jeu p {
    font-size: 16px;
    text-align: left;
}
.modalite_jeu a {
    display: inline-block;
    color: #e6ad45;
}

.footer_mpt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0 0;
}
.footer_mpt .footer_mpt_intro {
    padding-bottom: 1rem;
    color: #ffffff;
}
.albums {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.albums .album {
    margin: 15px;
    width: 248px;
    height: 338px;
    text-align: center;
}
.albums .album .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 10px;
}
.albums .album .flip-card-inner .flip-card-front,
.albums .album .flip-card-inner .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.albums .album .flip-card-inner .flip-card-front {
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
}
.albums .album .flip-card-inner .flip-card-front img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.albums .album .flip-card-inner .flip-card-front .bottom_infos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -3.2rem;
    text-transform: uppercase;
}

.collection, .tomaison {
    /*position: relative;
    margin-top: -3.2rem;*/
    font-weight: 700;
    padding: .3rem .6rem;
    letter-spacing: .7px;
    /*min-width: 45%;*/
    min-height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.collection {
    font-size: 16px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    align-items: flex-start;
    /*padding-left: .3rem;*/
}
.tomaison {
    font-size: 14px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    align-items: flex-end;
    /*padding-right: .3rem;*/
}
.bg_collection {
    background-color: rgba(59,28,118,0.66);
    color: #fff;
}
.bg_tomaison {
    background-color: rgba(159,62,127,0.69);
    color: #fff;
}

/* Style the back side */
.albums .album .flip-card-inner .flip-card-back {
    background-color: #fff;
    color: #535353;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
}
.albums .album .flip-card-inner .flip-card-back .btnDialog {
    align-self: flex-end;
    position: absolute;
    top: 9px;
}
.albums .album .flip-card-inner .flip-card-back .btnDialog a.infos_album {
    font-size: 30px;
}
.albums .album .flip-card-inner .flip-card-back .content a.title_link {
    text-decoration: none;
}
.albums .album .flip-card-inner .flip-card-back .content a.title_link h2.titre {
    font-size: 28px;
    color: #535353;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 25px;
}
.albums .album .flip-card-inner .flip-card-back .content a.title_link h2.titre span.tomaison {
    display: block;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0.25em;
    font-size: 21px;
}
.albums .album .flip-card-inner .flip-card-back .content .date {
    font-size: 16px;
    margin-bottom: .25rem;
}
.albums .album .flip-card-inner .flip-card-back .content .date span {
    font-weight: 700;
}
.albums .album .flip-card-inner .flip-card-back .content .accroche {
    font-size: 16px;
    color: #535353;
    line-height: 1;
}
.albums .album .flip-card-inner .flip-card-back .content .btnArrowRight {
    background-color: #423252;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    border-radius: 34px;
    margin-top: 1rem;
    padding: 0 15px 4px 15px;
    border: 2px solid #fff;
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-width: 130px;
    font-weight: 400;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.album:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.album:hover .flip-card-front img {
    border: 1px solid #FFFFFF;
}
img.couv {
    max-width: 100%;
    height: auto;
    width: 450px;
}

/*RESPONSIVE*/
@media (max-width:1499.99px) {
}

@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:938.99px) {
    .header_mpt {
        flex-direction: column;
        align-items: center;
    }
    img.img_left {
        max-width: 200px;
    }
    img.img_right {
        display: none;
    }
}

@media (max-width:1023.78px) {
    .form-container {
        flex-direction: column;
    }

    .modalite_container {
        flex-direction: column;
    }

    .footer_mpt {
        flex-direction: column;
        align-items: center;
        padding: 0 30px 15px 30px;
    }
}

@media (max-width:768.99px) {

}

@media (max-width:575.99px) {
    h1.titre_jeu span.fake_br {
        font-size: 6rem;
    }
    #validation-form {
        padding: 1.5rem;
    }
    .modalite_container {
        padding: 0 30px;
        margin-top: 4rem;
    }

    .footer_mpt {
        margin-top: 2rem;
    }
}