div#body-offline {
    min-width: 50%;
    height: 240px;
}

div#body-offline .carte-engagement {
    min-width: 350px;
    min-height: 200px;
    border: 2px solid #eeeeeec1;
    box-shadow: 5px 10px 7px #0000000c;
    cursor: pointer;
    border-radius: 12px;
}

div#body-offline .passage-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 90%;
    text-align: center;
    min-height: 90%;
}

div#body-offline .img-engagement {
    height: auto;
    width: 180px;
    margin-bottom: 30px;
}

div#body-offline .img-engagement1 {
    height: auto;
    width: 90px;
    margin-bottom: 15px;
}

div#body-offline .passage-row h4 {
    padding: 0;
    margin: 0;
}

div#body-offline .contactez-nous h4 {
    font-size: 16px;
}

div#body-offline .passage-row p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

div#body-offline .hidden {
    cursor: pointer;
}

div#body-offline .hidden p {
    text-align: center;
}

div#body-offline a {
    text-decoration: none;
    color: black;
}

div#body-offline .hidden {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    transition: all 1s ease-in-out;
    min-height: 200px;
    display: flex;
    align-items: center;
    min-width: 350px;
    text-align: center;
    justify-content: center;
}

div#body-offline .carte-engagement:hover .hidden {
    opacity: 1;
    cursor: pointer;
}

div#body-offline .engagement {
    display: flex;
    justify-content: flex-end;
}

div#body-offline .contactez-nous {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    text-align: center;
    min-height: 90%;
    justify-content: center;
}