div#body-offline * {
    all: unset; /*  */
    display: revert;
}

div#body-offline #cas-usage-accueil-center {
    display: flex;
    justify-content: center;
}

div#body-offline #cas-usage-accueil-column {
    display: flex;
    flex-direction: column;
    width: 100% ;
}

div#body-offline .cas-usage-accueil {
    display: flex;
    border-radius: 20px;
    border: 2px solid #eeeeeec1;
    box-shadow: 5px 10px 7px #0000000c;
    padding: 20px 10px;
    justify-content: center;
    margin-bottom: 25px;
    background-color: white;
    position: relative;
    z-index: 100;
}

div#body-offline .cas-usage-accueil-txt {
    width: 80%;
}

div#body-offline .logo-entreprise-cas-usage1 {
    width: 100%;
}

div#body-offline .logo-entreprise-cas-usage {
    width: 15%;
    display: flex;
    align-items: center;
}

div#body-offline .cas-usage-accueil-txt a {
    color: #0e4cef;
    font-weight: bold;
}

div#body-offline .cas-usage-accueil-txt a:hover {
    cursor: pointer;
}

/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    div#body-offline #cas-usage-accueil-column {
        width: 90%;
    }
    div#body-offline .cas-usage-accueil {
        flex-direction: column-reverse;
        text-align: center;
        width: 90%;
        margin: 20px auto;
    }
    div#body-offline .logo-entreprise-cas-usage {
        display: none;
    }
    div#body-offline .cas-usage-accueil-txt {
        margin: auto;
    }
    div#body-offline .logo-airbus-cas-usage {
        width: 40%;
        margin: 20px auto;
    }
    div#body-offline .cas-usage-accueil-txt p {
        text-align: justify;
    }


}