/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    .TITRE-NOTRE-HISTOIRE h2 {
        font-size: 30px!important;
    }
    .TXT-ORIGINE {
        text-align: justify;
        padding: 15px!important;
    }
    .IMG-RESPONSIVE-NONE {
        display: none;
    }
    .TXT-NOTRE-VISION {
        padding: 15px!important;
        text-align: justify;
    }
    .TXT-NOTRE-METHODE {
        padding: 15px!important;
        text-align: justify;
    }
    .TXT-EXPERTISE-SERVICE {
        text-align: justify;
        padding: 15px!important
        ;
    }
    .TXT-EXPERTISE-SERVICE h2 {
        text-align: left!important;
    }
    .RESPONSIVE-LOCAUX {
        display: flex;
    }
    .TENTATIVE-ROND {
        margin: auto!important;
        width: 80%!important;
    }
    .RESPONSIVE-LOCAUX {
        display: flex!important;
        flex-direction: column-reverse!important;
    }
}