@media only screen and (max-width: 768px) {
    nav {
        padding: 0 1rem;
    }
    h1 {
        font-size: 1.8rem;
        padding: 0.5rem 1rem;
    }
    .navDesktop {
        display: none;
    }
    header {
        background-image: url(img/background.jpeg);
    }
    .headingAnimation {
        font-size: 3rem;
        top: 40%;
    }
    .bigBox,
    .bigBoxpresentation {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 1rem;
    }
    .invertColumn {
        flex-direction: column-reverse;
    }
    .bigBoxpresentation {
        padding: 0.5rem 0;
    }
    .paddingBeetween,
    .bigBox {
        padding: 1rem;
    }
    .fullScreen {
        padding: 2rem;
    }
    .mobileNone {
        display: none;
    }
    .machin,
    .wineBoxsmall,
    .smallBox-Project {
        width: 90%;
    }
    p {
        font-size: 1rem;
    }
    /* ---------- VERSION RESPONSIVE POUR SMARTPHONES ---------- */
    .bigBoxpresentation {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }
    .boxProjet,
    .boxEquipe {
        width: 90vw;
        padding: 1rem;
    }
    .navProjets {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
    .cross {
        height: 3vh;
        width: 3vh;
    }
    .bigBoxProjets {
        position: static;
        width: 100%;
        padding: 1rem;
    }
    .smallBoxProjet,
    p,
    .smallBoxProjet h2 {
        margin-left: 1rem;
        max-width: 95%;
        font-size: 1rem;
    }
    .txtProjet {
        padding-bottom: 1rem;
    }
}