header {
    display: flex; 
    height: 180px;
}

.tx-bold {
    font-family: overpass-bold, Arial;
}

.tx-light {
    font-family: overpass-light, Arial;
}

.tx-light-italic {
    font-family: overpass-light-italic, Arial;
}

#logo {
    width: 250px;
}

#cont-logo {
    width: 20%; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

#cont-modale-login {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
}

#modale-login {
    background-color: #0B434F;
    width: 80%;
    padding: 80px 40px 80px 40px;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
}

#cont-modale-profil-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

#cont-modale-profil-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#modale-left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#link-in-modale {
    font-size: 1.7rem;
    margin-top: 20px;
}

.link-go-to-pack {
    text-decoration: none;
    color: white;
}

.link-go-to-pack:hover {
    text-decoration: underline;
    text-underline-position: under;
}

#tx-in-modale {
    font-size: 1.4rem;
}

#counter-in-modale {
    font-family: overpass-extrabold, Arial;
    font-size: 2.1rem;
}

#modale-right {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#cont-counter-and-cancel-button {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#cancel-button-in-modale {
    margin-left: 30px;
}

#empty-div-to-center-logo {
    width: 40%;
}

#section-presentation {
    padding: 30px;
}

#cont-livre {
    display: flex;
    align-items: center;
    padding-left: 80px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px;
    height: 160px;
    padding-top: 30px;
}

#cont-livre > img {
    height: 100%;
    border-radius: 10px;
}

#cont-button-livre {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
}

#txt-livre {
    margin-bottom: 10px;
    font-family: overpass-bold, Arial;
    font-size: 1.1rem;
}

.link-menu {
    font-family: overpass-bold, Arial;
    font-size: 1.1rem;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}

.link-menu:hover {
    color: var(--first-color);
    text-decoration: underline;
    text-underline-position: under;
}

#menu {
    display: flex;
    width: 40%;
    justify-content: center;
}

#cont-links-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px;
}

#presentation {
    display: flex;
} 

#cont-image-presentation {
    width: 50%;
}

#cont-image-presentation > img {
    width: 100%;
    border-radius: 30px;
}

#cont-text-presentation {
    width: 50%;
}

#quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 130px;
    margin-left: 40px;
    border-left: 4px solid var(--first-color);
    padding-left: 20px;
    margin-top: 20px;
    font-family: overpass-extrabold, Arial;
}

#text-quote {
    color: var(--first-color);
    font-size: 1.2rem;
}

#text-presentation {
    font-family: overpass-light, Arial;
    margin-left: 40px;
    margin-top: 25px;
}

#cont-button-presentation {
    margin-left: 30px;
    display: flex;
    margin-top: 25px;
    align-items: center;
}

.button {
    background-color: var(--first-color);
    font-family: overpass-bold, Arial;
    font-size: 1.1rem;
    border-radius: 60px;
    padding: 13px 50px;
    width: fit-content;
    user-select: none;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.button:hover {
    background-color: var(--first-color-hover);
    transition: background 0.2s;
}

.small-text {
    font-family: overpass-light, Arial;
    font-size: 0.95rem;
}

#ajust-tx-1 {
    margin-left: 15px
}

#section-video-presentation {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

#video-presentation {
    width: 800px;
    height: 450px;
}

.title-section {
    font-family: overpass-extrabold, Arial;
    font-size: 1.5rem;
    text-align: center;
}

#section-you-learn {
    margin-top: 80px;
}

#cont-list-you-learn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#center-list-you-learn {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.list-you-learn {
    width: 50%;
    height: 100px;
    display: flex;
    align-items: center;
}

.hat-image {
    width: 50px;
}

.list-text {
    margin-left: 30px;
    margin-right: 50px;
    font-family: overpass-light, Arial;
    font-size: 1.2rem;
}

#section-pack-content {
    margin-top: 60px;
}

#tx-summarize {
    text-align: center;
    font-family: overpass-light, Arial;
    font-size: 1.2rem;
    margin-top: 10px;
}

#cont-button-pack-content {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#cont-pack-content {
    padding: 22px;
}

#pack-content {
    border: 3px solid var(--first-color);
    border-radius: 30px;
}

.title-module {
    padding: 40px 40px 30px 40px;
}

.box-podcast {
    padding: 0px 40px 40px 40px;
    display: flex;
}

.box-podcast > img {
    border-radius: 15px;
    width: 200px;
    height: 200px;
}

.description-podcast {
    margin-left: 30px;
    flex-grow: 1;
}

.time-podcast {
    color: var(--first-color);
    margin-bottom: 5px;
    margin-top: 10px;
}

.separation-podcast {
    width: 100%;
    height: 3px;
    background-color: var(--first-color);
}

#section-obtain-pack {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cont-obtain-pack {
    padding: 40px;
    border: 3px solid var(--first-color);
    border-radius: 30px;
    width: 65%;
    margin-top: 30px;
}

#step-one-obtain-pack {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

#step-two-obtain-pack, #step-three-obtain-pack {
    margin-bottom: 40px;
    display: flex;
}

.step-number {
    font-family: overpass-bold, Arial;
    font-size: 2rem;
    margin-right: 20px;
}

.step-text {
    font-family: overpass-bold, Arial;
    margin-right: 40px;
}

#cont-prices-pack {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

#prices-pack {
    display: flex;
    align-items: center;
}

#precarious-price {
    background-color: white;
    width: 255px;
    height: 220px;
    border-radius: 40px;
    margin-right: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#support-price {
    background-color: white;
    width: 260px;
    height: 250px;
    border-radius: 40px;
    box-shadow: 0px 5px 44px 0px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#normal-price {
    background-color: white;
    width: 255px;
    height: 220px;
    border-radius: 40px;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tariff-text {
    color: black;
    font-family: overpass-extrabold, Arial;
    font-size: 1.5rem;
}

.price {
    color: black;
    font-family: overpass-extrabold, Arial;
    font-size: 2.4rem;
    margin-top: 5px;
}

.hors-taxe {
    font-family: overpass-light, Arial;
    color: black;
}

#section-me-faire-confiance {
    padding: 30px;
    margin-top: 60px;
}

#cont-decor-2 > img {
    width: 550px;
    height: 497.5px;
    border-radius: 30px;
}

#cont-me-faire-confiance {
    display: flex;
    margin-top: 40px;
}

#cont-description-me-faire-confiance {
    margin-left: 30px;
    margin-top: 20px;
}

#loic-chaigneau-title-description {
    font-family: overpass-extrabold, Arial;
    font-size: 1.6rem;
}

#loic-chaigneau-description {
    font-family: overpass-light, Arial;
    line-height: 26px;
}

.white-link {
    font-family: overpass-light, Arial;
    user-select: none;
    cursor: pointer;
    color: white;
    text-underline-position: under;
    text-decoration: underline;
}

.white-link:hover {
    color: var(--first-color);
}

#section-chiffres {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#cont-chiffres {
    display: flex;
    justify-content: space-around;
    width: 70%;
}

.center-chiffres {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-chiffres > a {
    text-align: center;
    text-decoration: none;
    font-family: overpass-bold, Arial;
    font-size: 1.3rem;
    margin-top: 20px;
    color: white;
    user-select: none;
}

.center-chiffres > a:hover {
    color: var(--first-color);
}

#section-ready-to-learn {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ajust-btn-ready-learn {
    margin-top: 20px;
}

#section-mentions-legales {
    margin-top: 150px;
    display: flex;
    justify-content: space-evenly;
}

#section-mentions-legales > a {
    color: white;
    font-family: overpass-light, Arial;
    user-select: none;
    text-decoration: none;
}

#section-mentions-legales > a:hover {
    color: var(--first-color);
}

/* RESPONSIVE --------------------------------------------------------------- */

/*rupture en dessous d'ordi/tablette paysage*/
@media screen and (max-width: 1200px)
{
    header {
        flex-direction: column;
        height: auto;
    }

    #cont-logo {
        width: 100%;
        margin-top: 60px;
    }

    #menu {
        width: 100%;
    } 

    #cont-links-menu {
        width: 50%;
    }

    #empty-div-to-center-logo {
        width: 0%;
    }

    #center-list-you-learn {
        width: 90%;
    }

    #cont-obtain-pack {
        width: 76%;
    }
}

/*rupture en dessous de tablette portrait*/
@media screen and (max-width: 959px)
{
    #cont-links-menu {
        width: 70%;
    }

    #presentation {
        flex-direction: column;
    }

    #cont-image-presentation {
        margin-left: 40px;
    }

    #cont-text-presentation {
        width: 100%;
    }

    #video-presentation {
        width: calc(100% - 44px);
        height: 400px;
    }

    #section-obtain-pack {
        padding: 22px;
    }

    #cont-obtain-pack {
        width: 100%;
        border: none;
        margin-top: 0;
    }

    #cont-obtain-pack { 
        padding: 0;
        padding-top: 30px;
    }

    #cont-decor-2 > img {
        width: 217px;
        height: 196px;
    }

    #modale-login {
        flex-direction: column;
    }

    #modale-left {
        width: 100%;
    }

    #modale-right {
        width: 100%;
        margin-top: 40px;
    }

}

/*rupture smartphone*/
@media screen and (max-width: 767px)
{
    #cont-links-menu {
        width: 100%;
        flex-direction: column;
    }

    .link-menu {
        margin: 10px;
    }

    #logo {
        width: 200px;
    }

    #cont-image-presentation {
        margin-left: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #section-presentation {
        padding: 22px;
    }

    #quote {
        margin-left: 0;
        font-size: 1rem;
    }

    #text-quote, #cont-text-presentation {
        font-size: 1rem;
    }

    #text-presentation {
        margin-left: 0;
    }

    #cont-button-presentation {
        flex-direction: column;
        margin-left: 0;
    }

    #ajust-tx-1 {
        margin-left: 0;
        margin-top: 10px;
    }

    #video-presentation {
        width: 350px;
        height: 168px;
    }

    #center-list-you-learn {
        flex-direction: column;
    }

    .list-you-learn {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .list-text {
        margin-right: 0;
        font-size: 1.1rem;
    }

    #tx-summarize {
        font-size: 1rem;
    }

    #cont-pack-content {
        padding: 0;
    }

    #pack-content {
        border: none;
    }

    .title-module {
        padding: 30px 22px 20px 22px;
    }

    .box-podcast { 
        padding: 0px 22px 30px 22px;
        flex-direction: column;
    }

    .box-podcast > img {
        width: 100%;
        height: auto;
    }

    .description-podcast {
        margin-left: 0;
        margin-top: 15px;
    }

    #step-one-obtain-pack {
        flex-wrap: wrap;
    }

    .step-text {
        margin-right: 0;
    }

    .ajust-btn-obtain-pack {
        margin-top: 10px;
        font-size: 0.95rem;
    }

    #prices-pack {
        flex-direction: column;
        width: 100%;
    }

    .tariff-text {
        font-size: 1.2rem;
    }

    .price {
        font-size: 1.4rem;
        margin-top: 0;
    }

    #precarious-price{
        margin-right: 0;
        height: 90px;
        border-radius: 20px;
        width: 100%;
        margin-bottom: 20px;
        flex-direction: initial;
        align-items: center;
        justify-content: space-around;
    }

    #normal-price {
        margin-left: 0;
        height: 90px;
        border-radius: 20px;
        width: 100%;
        margin-bottom: 20px;
        flex-direction: initial;
        align-items: center;
        justify-content: space-around;
    }

    #support-price {
        margin-left: 0;
        height: 90px;
        border-radius: 20px;
        width: 100%;
        margin-bottom: 20px;
        flex-direction: initial;
        align-items: center;
        justify-content: space-around;
    }

    #section-obtain-pack {
        padding-top: 0;
    }

    #cont-me-faire-confiance {
        flex-direction: column;
    }

    #section-me-faire-confiance {
        padding: 22px;
        margin-top: 30px;
    }

    #cont-description-me-faire-confiance {
        margin-left: 0;
    }

    #cont-decor-2 {
        justify-content: center;
        display: flex;
    }

    #cont-chiffres {
        width: 100%;
        padding: 22px;
    }

    .center-chiffres > a {
        font-size: 1rem;
    }

    #section-chiffres {
        margin-top: 30px;
    }

    .ajust-btn-ready-learn {
        font-size: 0.95rem;
    }

    #section-mentions-legales {
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
    }

    #modale-login {
        width: 100%;
    }

    #tx-in-modale {
        font-size: 1.3rem;
    }

    #link-in-modale {
        font-size: 1.3rem;
    }

    #cont-livre {
        padding-left: 0;
        margin-left: 22px;
        margin-right: 22px;
    }

    #cont-button-livre {
        margin-left: 20px;
    }

}