@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('fonts/CabinetGrotesk-Bold.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Bold.woff') format('woff'),
       url('fonts/CabinetGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Media queries pour mobile */
@media screen and (max-width: 767px) {
    #hero {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: relative;
        height: 93vh;
        padding: 40px 0;
        gap: 40px;
    }

    .hero_texte {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width: 100%;
        gap: 0;
    }

    .hero_texte h1 {
        font-size: 220%;
        letter-spacing: 0.48px;
        text-align: center;
    }

    #stagiaire-texte {
        position: relative;
        z-index: 1;
    }

    .roles {
        position: absolute;
        top: 75%;
        left: 15%;
        transform: translateY(-50%);
        transition: transform 0.5s ease;
        z-index: 2;
        width: 70%;
        height: 55%;
    }

    .role {
        position: absolute;
        transition: top 0.5s ease, left 0.5s ease;
    }

    .ui_designer {
        top: 17%;
        left: 25%;
        width: 50%;
        z-index: 5;
    }

    .ux_designer {
        top: 45%;
        left: -3%;
        width: 50%;
        z-index: 3;
    }

    .brand_designer {
        top: 42%;
        left: 42%;
        width: 60%;
        z-index: 4;
    }

    .graphic_designer {
        top: 72%;
        left: 15%;
        width: 60%;
        z-index: 2;
    }

    #photo_shaima_stirling {
        max-width: 70%;
        height: auto;
    }
}
