/* Smarpthones */
@media (max-width: 640px) {
    section p:first-child {
        font-size: var(--smallsize);
    }

    .card__content {
        grid-template-columns: 3fr 0fr;
        min-height: 450px;
    }

    header img {
        position: fixed;
        top: 48%;
        left: 50%;
    }

    #page-index header h1 {
        margin: 0;
        font-size: 2rem;
        text-align: center;
        line-height: 1;
        max-width: 100%;
        padding-top: min(20rem, 60vw);
    }

    #page-index header h1 em {
        display: block;
        margin-top: 0.5rem;
        font-size: 1rem;
        line-height: 1.2;
        font-style: normal;
    }

    #page-index header h2 {
        display: block;
        margin-top: 0.5rem;
        font-size: 0.8rem;
        line-height: 0.9;
        text-wrap: balance;
        text-align: justify;
        border-radius: 5px 20px 5px;
        background-color: var(--rose);
        color: var(--fond);
        padding: 1rem;
    }

    footer img {}

    .card__content>div {
        text-align: left;
        line-height: 1.3;
        font-size: var(--smallsize);
        margin-top: 0;
    }

    h2.sticker {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 900;
        text-align: center;
        font-size: var(--smallsize);
        color: var(--fond);
        border-radius: 5px 20px 5px;
        padding: 1em;
    }

    aside {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: none;
    }

    p {
        text-align: justify;
    }

    .card__content {
        border: 1px solid var(--rose);
    }

    .desktop-only {
        display: none;
    }

    .devis header h1 {
        font-size: var(--smallsize);
    }

    .devis aside {
        display: none;
    }

    .mobile-only {
        display: inline;
    }
}