.header-page{
    margin-bottom: 120px;
    margin-top: -60px;
}

.header-page-image{
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px;
}

.header-page-presentation{
    text-align: center;
    margin-bottom: 30px;
}

.header-page-introduction-link{
    text-align: center;
    margin-bottom: 20px;
}

.header-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-page-video-box{
    width: 100%;
    max-height: 300px;
    margin-bottom: 30px;
}

.header-page-video-box iframe{
    width: 100%;
    max-height: 300px;
}

/* _________ MEDIA QUERIES _________ */

@media (max-width: 768px){
    .header-page{
        margin-bottom: 60px;
    }
}