body {
    /* background-color: #151515; */
    margin: 0;
    background-color: #2e2d2d;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    font-family: NunitoSans,sans-serif;
}
.container .ban {
    background-image: url("src/Groupe de masques 12.png");
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.container .video {
    text-align: center;
    width: 100%;
    height: 50%;
    background-color: black;
}

.container .ban h1 {
    margin: 40px auto 40px auto;
}
    .container .img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .container .lien {
        display: flex;
        justify-content: space-around;
    }

    .container .lien .tel {
    }
        .container .contact {
            margin: 20px;
            display: flex;
            align-items: center;
        }
            .container .contact img {
                margin-right: 10px;
            }

@media (max-width: 768px) {
    .container .lien {
        display: block;
    }
    .container .contact {
        justify-content: center;
    }
    .container .lien .tel {
        font-size: 1.5em;
    }
    .container video {
        width: 90% !important;
    }
}

@media (max-width: 1200px) {
    .container video {
        width: 50%;
    }
}