.TXT-JUSTIFY p {
    text-align: justify!important;
}

/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    .TITRE-CAS-USAGE {
        padding: 40px 0!important;
    }
    .TITRE-CAS-USAGE h1 {
        font-size: 35px!important;
    }
    .PRESENTATION-CAS-USAGE {
        text-align: center!important;
    }
    .LIEN-RETOUR-RESPONSIVE p {
        text-align: left!important;
    }
    .PADDING-RESPONSIVE-PRESENTATION {
        padding: 10px!important;
    }
    .PREMIER-GRP-PADDING {
        padding: 0!important;
    }
    .DEUXIEME-GRP-PADDING {
        padding: 10px!important;
        text-align: justify!important;
    }
    .IMG-HIDDEN-RESPONSIVE {
        display: none!important;
    }
    .CENTRAGE-IMG {
        display: flex!important;
        justify-content: center!important;
        text-align: center!important;
    }
    .CENTRAGE-IMG img {
        width: 80%!important;
    }
    .TXT-TEMOIGNAGE {
        padding: 10px!important;
        text-align: justify!important;
    }
    .TXT-TEMOIGNAGE h2 {
        padding-bottom: 20px;
    }
    .TITRE-PROJET h2 {
        font-size: 30px!important;
    }
    .IMG-LOGO-AIRBUS img{
        width: 150px!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-AIRBUS {
        text-align: center!important;
    }
    .IMG-LOGO-AIRLIQUIDE img{
        width: 100px!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-AIRLIQUIDE {
        text-align: center!important;
    }
    .IMG-LOGO-AGUR img{
        width: 100px!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-AGUR {
        text-align: center!important;
    }
    .IMG-LOGO-ALSTOM img{
        width: 200px!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-ALSTOM {
        text-align: center!important;
    }
    .IMG-LOGO-ANONYME img{
        width: 150px!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-ANONYME {
        display: flex!important;
        align-items: center!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-ARIANE img{
        width: 150px!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-ARIANE {
        text-align: center!important;
    }
    .IMG-LOGO-MERCK img{
        width: 200px!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-MERCK {
        text-align: center!important;
    }
    .IMG-LOGO-SANOFI img{
        width: 200px!important;
        padding: 25px 0!important;
    }
    .IMG-LOGO-SANOFI {
        text-align: center!important;
    }
    .SECTEUR-ALIGNEMENT {
        text-align: left!important;
    }
    .SECTEUR-ALIGNEMENT p {
        font-size: 20px!important;
    }
}