body{
    background-color: black;
    overflow: hidden;
    display: flex;
    margin: auto;
    position: absolute;
    top: 45%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    width: 100%;
}
.container-video{
    width: 100%;
}
.home-video {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    position: relative
}

.home-video:after {
    content: "";
    height: 20vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent,black);
    z-index: 3
}

.home-video .chapeau-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    mix-blend-mode: multiply;
    overflow: hidden
}


.home-video .chapeau-title {
    font-size: 21vw !important;
    -webkit-transform: scale(2);
    transform: scale(2);
    z-index: 3;
    letter-spacing: -.8vw;
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
    transition: 5s all ease;

}
.home-video .chapeau-title.open{
    transform: translate3d(0px, 0px, 0px) scale(1.01052, 1.01052);
}


.home-video .chapeau-minititle,.home-video .chapeau-title {
    font-family: tt-commons-pro,sans-serif;
    position: absolute;
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 0
}

.home-video .chapeau-minititle {
    font-size: 2.5vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-305%,-90%);
    transform: translate(-305%,-90%);
    z-index: 4;
    filter: blur(20px);
    letter-spacing: -2px
}

.home-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    z-index: 1;
    max-height: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.home-video .chapeau-title__center {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.container-links{
    display: flex;

    max-width: 1320px;
    width: 100%;
    margin: auto;
    justify-content: space-around;
}
.container-links a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: tt-commons-pro,sans-serif;
    color: white;
    text-decoration: none;
    flex-direction: column;
    color: #a1a1a1;
}
.container-links a .title{
    font-size: 35px;
    font-weight: 800;

}
.container-links a .text{
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-bottom: 4px;

}
@media only screen and (max-width: 576px){
    video{
        max-width: 100%;
        height: 55vh;
        object-fit: cover;
    }
}
@media only screen and (min-width: 578px){
    video{
        max-height: 55dvh;
        width: 100vw;
        object-fit: cover;
    }
    .container-links a{
        gap: 30px;

    }
}

@-webkit-keyframes anim-effect-2-1 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    30%,to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-animation-timing-function: cubic-bezier(.67,0,.3,1);
        animation-timing-function: cubic-bezier(.67,0,.3,1)
    }
}

@keyframes anim-effect-2-1 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    30%,to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-animation-timing-function: cubic-bezier(.67,0,.3,1);
        animation-timing-function: cubic-bezier(.67,0,.3,1)
    }
}

@-webkit-keyframes anim-effect-2-2 {
    0%,14.5% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    34.5%,to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-animation-timing-function: cubic-bezier(.67,0,.3,1);
        animation-timing-function: cubic-bezier(.67,0,.3,1)
    }
}

@keyframes anim-effect-2-2 {
    0%,14.5% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    34.5%,to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-animation-timing-function: cubic-bezier(.67,0,.3,1);
        animation-timing-function: cubic-bezier(.67,0,.3,1)
    }
}

@media (min-width: 576px){
    .container-links a{
        flex-direction: row;
    }
}
