@media screen and (max-width: 1040px)
{
    #text{
        display: none;
    }
    #text-mobile{
        display: block!important;
    }
    #text-mobile-2{
        display: block!important;
    }

    .sous_titre_mobile{
        color: white;
        font-size: 1.8vw;
        text-transform: uppercase;
        letter-spacing: 0.5em;
        font-weight: 600;
        text-align: center;
        text-shadow: rgb(0 0 0) 2px 0 10px;
        animation: an 1s ease-out 1 both;
    }
    
    .projet_card {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    
    /* Styles pour la section People en mobile */
    .people_row {
        flex-direction: column;
        align-items: center;
    }
    
    .people_card {
        margin-bottom: 40px;
    }

    .img_card_people {
        width: 60%;
        max-width: 180px;
        height: auto;
    }

    /* Pourquoi choisir Grafen - tablette */
    #choisir_grafen_bloc {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #choisir_grafen_bloc .heading {
        font-size: 42px;
        line-height: 1.15;
    }
    #choisir_grafen_bloc .subheading.accroche {
        font-size: 20px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    #choisir_grafen_bloc .reasons_grid {
        column-gap: 32px;
        row-gap: 40px;
        width: 92%;
    }
    #choisir_grafen_bloc .reason_icon {
        height: 36px;
        width: 36px;
        flex: 0 0 36px;
    }
    #choisir_grafen_bloc .reason_content h3 {
        font-size: 20px;
    }
    #choisir_grafen_bloc .reason_content p {
        font-size: 15px;
    }
}
@media screen and (max-width: 552px)
{
    .ml13{
        font-size: 9vw;
        margin-bottom: 22px;
    }
    .sous_titre{
        font-size: 5vw;
    }

    .projets_row {
        width: 95%;
        gap: 20px;
    }
    
    .projet_card {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .projet_image_container {
        height: 160px;
    }

    .projet_placeholder i {
        font-size: 40px;
    }

    .projet_content h3 {
        font-size: 18px;
    }

    .projet_description {
        font-size: 14px;
    }
    
    .projet_tech {
        font-size: 12px;
    }
    
    /* Styles spécifiques pour la section People en mobile */
    #people_bloc {
        display: flex !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    .people_row {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .people_card {
        max-width: 90%;
        margin-bottom: 30px;
    }
    
    .img_card_people {
        width: 50%;
        max-width: 140px;
        height: auto;
    }

    /* Pourquoi choisir Grafen - mobile */
    #choisir_grafen_bloc {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #choisir_grafen_bloc .heading {
        font-size: 34px;
        line-height: 1.12;
        margin: 0;
    }
    #choisir_grafen_bloc .subheading.accroche {
        font-size: 16px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
    }
    #choisir_grafen_bloc .reasons_grid {
        width: 92%;
        row-gap: 22px;
    }
    #choisir_grafen_bloc .reason_icon {
        height: 32px;
        width: 32px;
        flex: 0 0 32px;
    }
    #choisir_grafen_bloc .reason_content h3 {
        font-size: 18px;
    }
    #choisir_grafen_bloc .reason_content p {
        font-size: 14px;
    }
}