/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    .TITRE-THERMO h2 {
        font-size: 35px!important;
    }
    .GRP-CONTROLE {
        text-align: center!important;
        padding: 10px!important;
        display: flex!important;
        align-items: center!important;
    }
    .GRP-CONTROLE h2 {
        font-size: 30px!important;
    }
    .IMG-CONTROLE {
        display: flex!important;
        justify-content: center!important;
        text-align: center!important;
        padding-top: 20px;
    }
    .IMG-CONTROLE img {
        width: 80%!important;
    }
    .GRP-COBTROLE-Q19 h2 {
        font-size: 30px!important;
        text-align: center!important;
    }
    .HIDDEN-RESPONSIVE {
        display: none!important;
    }
    .GRP-DETECTION-ANOMALIE {
        padding: 20px!important;
        text-align: justify!important;
    }
    .GRP-DETECTION-ANOMALIE h2 {
        font-size: 26px!important;
        padding-bottom: 15px!important;
        text-align: left!important;
    }
    .GRP-DETECTION-ANOMALIE p {
        text-align: justify!important;
    }
    .TITRE-CAS-CONCRET h2 {
        font-size: 30px!important;
    }
    .TITRE-CAS-CONCRET {
        text-align: center!important;
        display: flex!important;
        justify-content: center!important;
    }
    .SEPARATEUR-PADDING-RESPONSIVE {
        padding: 10px!important;
    }
    .TXT-FAQ {
        padding-bottom: 30px!important;
        align-items: center!important;
        flex-direction: column!important;
        display: flex!important;
    }
}