div#body-offline .background-linear {
    background: linear-gradient(#000000, #014181);
}

div#body-offline .rubrique {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

div#body-offline .img-rubrique {
    width: 35%;
    background-color: white;
    text-align: center;
    margin: 20px 0px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

div#body-offline .img-rubrique1 {
    max-width: 100%;
}

div#body-offline .rubrique-txt {
    width: 55%;
    background-color: white;
    padding: 20px;
    text-align: justify;
}

div#body-offline #elmt4 {
    background-color: transparent;
}

div#body-offline #img-rapport {
    max-height: 250px;
}