/* Couleurs :
   - Orange (fond) : #e9511c
   - Blanc (textes) : #ffffff
   - Bleu marine (fond de textes) : #24284a

*/



/* GLOBAL */
body {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #e9511c;
    font-family: 'Fredoka', sans-serif;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.main_link {
    text-decoration: none;
    color: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
p, h1, h2, h3, h4, h5, h6, ul {
    margin-top: 0;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.container {
    max-width: 130vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
/* GLOBAL */



.privileges_abo_mensuels_annuels {
    font-size: 5.9126vh;
    font-family: 'Fredoka Condensed';
    text-align: center;
    margin-top: 0.6em;
}
.privileges-container {
    display: flex;
    max-height: 93.4874vh;
    justify-content: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.privileges-portrait {
    position: absolute;
    left: calc(50% - 85.2vh);
    top: 6.7189vh;
    z-index: 2;
}
.privileges-portrait-img {
    height: 97.3vh;
}

.rotate {
    transform: rotate(-2deg);
}
.privileges-texte {
    position: absolute;
    left: 53%;
    top: 7.2em;
    font-size: 1.74692vh;
    width: 71.2vh;
    text-align: center;
}
.privileges-texte-title {
    font-size: 6.5em;
    line-height: 1;
    margin-bottom: 0.26em;
    font-family: 'Fredoka Condensed';
}
.privileges-texte-subtitle {
    display: inline-block;
    color: #000;
    background: #fff;
    font-family: 'Fredoka Condensed';
    font-size: 3.8em;
    padding: 0.1em 0.2em;
    line-height: 1;
    margin-bottom: 0.25em;
}
.offre-list-item-texte {
    margin: 0;
    color: #000;
    background: #fff;
    text-align: center;
    position: relative;
    top: -0.2em;
    font-size: 1.9em;
    font-family: "Fredoka Condensed";
    padding: 0em 0.3em;
}
.phrase-accroche {
    padding-top: 0.3em;
    text-align: center;
    font-family: 'Fredoka Condensed';
    font-size: 4.7em;
    line-height: 0.7;
}
.phrase-accroche span {
    display: inline-block;
    background: #24284a;
    padding: 0.2em 0.2em;
    position: relative;
}
.phrase-accroche span:first-child {
    z-index: 1;
}
.btn {
    display: inline-block;
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    font-family: "Fredoka Condensed";
    font-size: 1.5em;
    padding: 0.4em 1.4em;
    letter-spacing: 0.1em;
    border-radius: 0.4em;
}



/* FOOTER */
.privileges-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    font-size: 1.254vh;
    height: 11em;
    overflow: hidden;
}
.privileges-condition-mensuel {
    position: absolute;
    color: #000;
    right: 0;
    bottom: 0.3em;
    margin: 0;
}
.privileges-logos-img.chartres-metropole {
    position: absolute;
    right: 34em;
    z-index: 1;
    bottom: 2em;
    height: 9.554em;
}
.privileges-logos-img.filibus-logo {
    position: absolute;
    bottom: -2em;
    right: 0;
    height: 12.411em;
}
/* FOOTER */

@media screen and ( max-width: 1024px ) { 
    .privileges-texte {
        top: 4em;
    }
    .privileges-portrait-img {
        height: 60vh;
    }
}


@media screen and ( max-aspect-ratio: 1400 / 900 ) {
    /* GLOBAL */
    html {
        font-size: 80vh;
    }
    .container {
        max-width: 100%;
    }
    /* GLOBAL */

    .privileges_abo_mensuels_annuels {
        /* font-size: 4.2vh; */
        font-size: 0.042rem;
        margin-top: 0.4em;
    }
    .privileges-container {
        /* height: 82vh; */
        height: 0.82rem;
        flex-flow: column;
        max-height: 100%;
        justify-content: space-evenly;
    }
    .privileges-portrait {
        position: static;
    }
    .privileges-portrait-img {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        /* width: 35vh; */
        width: 0.4rem;
    }
    .privileges-texte {
        position: static;
        width: auto;
        /* max-width: 70vh; */
        max-width: 0.7rem;
        margin-left: auto;
        margin-right: auto;
        /* font-size: 1.2vh; */
        font-size: 0.013rem;
    }
    .offres-list {
        font-size: 0.8em;
    }
    .phrase-accroche {
        margin-bottom: 0.5em;
        font-size: 4.2em;
    }
    .btn {
        font-size: 1.8em;
    }

    /* FOOTER */
    .privileges-footer {
        /* font-size: 0.8vh; */
        font-size: 0.008rem;
    }
    .privileges-logos-img.filibus-logo {
        bottom: 0;
        right: calc(50% - 18em);
        height: 10em;
    }
    .privileges-logos-img.chartres-metropole {
        right: calc(50% + 13em);
        bottom: 3em;
        height: 8em;
    }
    .privileges-condition-mensuel {
        right: 0.3em;
        bottom: 0.3em;
        font-size: 1.5em;
        text-align: right;
        line-height: 1;
    }
    /* FOOTER */
}