#title{
    padding-top: 100px;
}

section{
    margin-top: 15px;
}

.btn{
    border-radius: 0.25rem;
    background-color: rgb(105, 166, 87);
    border-color: white;
    border-width: 1px;
    color: #fff;
    font-size: 1.4rem;
}

.btn:hover{
    background-color: rgb(11, 98, 50);
    color: #fff;
}

.video-container,
.img-container{
    text-align: center;
}


.img-container img,
#mise_en_avant img{
    max-height: 500px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.video-container iframe{
    width: 100%;
    height: 250px;
}

.video-container video{
    max-height: 500px;
}

@media (min-width: 768px) {
    .video-container iframe{
        min-height: 500px;
    }
}