/* 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;
}
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% - 83vh);
    top: 6.7189vh;
    z-index: 2;
}
.privileges-portrait-img {
    height: 79.35vh;
}

.rotate {
    transform: rotate(-2deg);
}
.privileges-texte {
    position: absolute;
    left: 60%;
    top: 9em;
    font-size: 1.74692vh;
    width: 55.2vh;
    text-align: center;
}
.offres-list {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-around;
}
.offre-list-item-pastille {
    background: #24284a;
    border-radius: 50%;
    text-align: center;
    width: 7.8em;
    height: 7.8em;
    display: flex;
    flex-flow: column;
    justify-content: center;
    box-shadow: -0.2em 0.2em 0.4em 0em rgba(0, 0, 0, 0.75);
    z-index: 1;
    position: relative;
}
.offre-list-item-pastille p {
    margin-bottom: 0;
    line-height: 0.8;
}
.offre-list-item-pastille-age {
    font-size: 3.2em;
    font-weight: 600;
}
.offre-list-item-pastille-annee {
    font-size: 1.7em;
}
.offre-list-item-pastille-texte {
    font-size: 1.3em;
    font-family: "Fredoka Condensed";
}
.pastille-moins-28 .offre-list-item-pastille-texte {
    font-size: 1em;
}
.pastille-28-64 .offre-list-item-pastille-age {
    font-size: 2.5em;
    overflow: hidden;
}
.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.4em;
    text-align: center;
    font-family: 'Fredoka Condensed';
    font-size: 3.6em;
    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.2em;
    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: 31em;
    z-index: 1;
    bottom: 1em;
    height: 9.554em;
}
.privileges-logos-img.filibus-logo {
    position: absolute;
    bottom: -3em;
    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: 52vh; */
        max-width: 0.52rem;
    }
    /* GLOBAL */

    .privileges_abo_mensuels_annuels {
        /* font-size: 4.2vh; */
        font-size: 0.042rem;
        margin-top: 0.4em;
    }
    .privileges-container {
        /* height: 77vh; */
        height: 0.77rem;
        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: 45vh; */
        width: 0.55rem;
    }
    .privileges-texte {
        position: static;
        width: auto;
        /* max-width: 62vh; */
        max-width: 0.62rem;
        margin-left: auto;
        margin-right: auto;
        /* font-size: 1.4vh; */
        font-size: 0.017rem;
    }
    .offres-list {
        font-size: 0.8em;
    }
    .phrase-accroche {
        margin-bottom: 0.5em;
        font-size: 3.4em;
    }
    .btn {
        font-size: 1.4em;
    }

    /* FOOTER */
    .privileges-footer {
        /* font-size: 0.8vh; */
        font-size: 0.008rem;
    }
    .privileges-logos-img.filibus-logo {
        bottom: -1.7em;
        right: 11em;
    }
    .privileges-logos-img.chartres-metropole {
        right: 44em;
        bottom: 1.3em;
    }
    .privileges-condition-mensuel {
        right: 0.3em;
        bottom: 0.3em;
        font-size: 1.7em;
    }
    /* FOOTER */
}