.titre-auteur {
    font-size: 2.5rem;
    margin: 0;
    padding: 30px 30px 0 30px;
    font-weight: 300;
    background-color: var(--bg-grey);
}

.white-container {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}


.grey-container p,
.white-container p:not(.slogan) {
    line-height: 1.1rem;
    font-weight: 400;
}

.white-container p:not(:last-child),
.grey-container p:not(:last-child) {
    margin: 0 0 20px 0;
}

.white-container p:not(.slogan):last-child,
.grey-container p:last-child {
    margin: 0;
}

.left-img-container {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -75px;
}

.text-container {
    width: 100%;
    font-size: 0.7rem;
}

.grey-container .text-container p:first-child {
    color: #85552d;
}

.grey-container .text-container > div {
    max-width: 400px;
    padding: 30px;
    margin: auto;
}

.grey-container .text-container img {
    max-width: 300px;
    height: auto;
}

.grey-container {
    background-color: var(--bg-grey);
    display: flex;
    flex-direction: column-reverse;
}

.white-content-container {
    display: flex;
    padding-bottom: 30px;
}

.white-container .text-container > div {
    max-width: 400px;
    margin: auto;
    padding: 30px;
}

.right-img-container {
    display: none;
}

.slogan {
    margin: 0;
    font-family: "Brisa", Arial, sans-serif;
    font-size: 1.2rem;
    text-align: center;
    padding: 0 20px;
}

@media (min-width: 1050px) {
    .titre-auteur {
        display: none;
    }

    .white-container {
        background-color: white;
        display: flex;
        flex-direction: column;
        padding-bottom: 80px;
    }


    .grey-container p,
    .white-container p:not(.slogan) {
        line-height: 1.1rem;
        font-weight: 400;
    }

    .white-container p:not(:last-child),
    .grey-container p:not(:last-child) {
        margin: 0 0 20px 0;
    }

    .white-container p:not(.slogan):last-child,
    .grey-container p:last-child {
        margin: 0;
    }

    .left-img-container {
        width: 50%;
        height: revert;
        display: flex;
        justify-content: flex-end;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .text-container {
        width: 50%;
        font-size: 0.7rem;
    }

    .grey-container .text-container p:first-child {
        color: #85552d;
    }

    .grey-container .text-container > div {
        max-width: 400px;
        padding: 60px;
        margin: 0;
    }

    .grey-container .text-container img {
        max-width: 350px;
        height: auto;
    }

    .grey-container {
        background-color: var(--bg-grey);
        display: flex;
        flex-direction: row;
    }

    .white-content-container {
        display: flex;
        padding-bottom: 80px;
    }

    .white-container .text-container > div {
        max-width: 400px;
        margin: 0 0 0 auto;
        padding: 60px;
    }

    .right-img-container {
        width: 50%;
        display: block;
    }

    .right-img-container > img {
        max-width: 450px;
        height: auto;
    }

    .slogan {
        margin: 0;
        font-family: "Brisa", Arial, sans-serif;
        font-size: 2.5rem;
        text-align: center;
        padding: 0;
    }
}

@media (min-width: 1536px) {
    .text-container {
        font-size: 0.85rem;
    }

    .grey-container p, .white-container p:not(.slogan) {
        line-height: 1.2rem;
    }

    .right-img-container > img {
        max-width: 550px;
    }

    .slogan {
        font-size: 3rem;
    }
}