.other {
    grid-area: 2 / 1 / 4 / 3;
    padding: 1rem;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    
    background-image: url(../img/fond.svg);
    background-repeat: no-repeat;
    background-size: 500%;
}

.other-card {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #e9edf2dd;
    border-radius: 1rem;
    box-shadow: 0 3px 15px #00000029;
    padding: 1rem 1.25rem;
    width: 70%;
}

.sommaire {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #e3e3e3;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
}

@media(max-width:1000px) {
    .other-card {
        width: 90%;
    }
}

.back-container {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.zone-capture {
    color: #ad1638;
    font-size: 1.2em;
    font-weight: bold;
}

video {
    object-fit: fill;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* on small screen smaller video */
@media(max-width:1000px) {
    video {
        width: 90%;
    }
}
