/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    .EMPILEMENT-CONTROLE-ETAT-SANTE {
        padding: 15px!important;
        text-align: center!important;
        display: flex!important;
        align-items: center!important;
    }
    .EMPILEMENT-CONTROLE-ETAT-SANTE h2 {
        font-size: 30px!important;
    }
    .IMG-CONTROLE-ETAT-SANTE {
        text-align: center!important;
    }
    .IMG-CONTROLE-ETAT-SANTE img {
        width: 80%!important;
        height: auto!important;
    }
    .GRP-ETAT-SANTE-MACHINE {
        display: flex!important;
        align-items: center!important;
    }
    .GRP-MOYEN-DYSFONCTIONNE h2 {
        text-align: center!important;
        font-size: 25px!important;
    }
    .IMG-MOYEN-DISFONCTIONNE {
        display: none;
    }
    .GRP-EXPERTISE h2 {
        font-size: 30px!important;
    }
    .GRP-CAS-USAGE {
        text-align: center!important;
        display: flex!important;
        justify-content: center!important;
    }
    .GRP-CAS-USAGE h2 {
        font-size: 30px!important;
    }
    .SEPARATEUR-RESPONSIVE {
        margin: 30px!important;
    }
    .FAQ {
        padding-bottom: 30px!important;
        padding-top: 0!important;
    }
    .GRP-BTN {
        display: flex!important;
    }
    .GRP-DROITE-PHOTOS {
        display: flex!important;
        align-items: center!important;
    }
    .TXT-JUSTIFY p {
        text-align: justify!important;
    }
    .GRP-DROITE-PHOTOS p {
        text-align: justify;
    }
}