section.slider-titre-image-boutons .slider figure,
section.slider-titre-image-boutons .slider div.video{
    position: relative;
    display: flex !important;
}

section.slider-titre-image-boutons .slider figure > img,
section.slider-titre-image-boutons .slider div.video > video,
section.slider-titre-image-boutons .slider div.video > iframe{
    aspect-ratio: 414/801;
    object-fit: cover;
    object-position: top;
}

section.slider-titre-image-boutons .slider div.video > video,
section.slider-titre-image-boutons .slider div.video > iframe{
    width: 100%;
    height: 100%;
}

section.slider-titre-image-boutons .slider figure::after,
section.slider-titre-image-boutons .slider div.video::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: block;
}

section.slider-titre-image-boutons .slider figure .text,
section.slider-titre-image-boutons .slider div.video .text{
    position: absolute;
    top: 20%;
    left: 5%;
    padding: 0 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    grid-gap: 2rem;
    z-index: 1;
}

section.slider-titre-image-boutons .slider figure .text h1,
section.slider-titre-image-boutons .slider figure .text h2,
section.slider-titre-image-boutons .slider div.video .text h1,
section.slider-titre-image-boutons .slider div.video .text h2{
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 65px;
    color: #FFFFFF;

}

section.slider-titre-image-boutons .slider figure .text .boutons,
section.slider-titre-image-boutons .slider div.video .text .boutons{
    display: flex;
    flex-direction: column;
    grid-gap: 2rem;
}

section.slider-titre-image-boutons .slider figure .text .boutons a.decouvrir,
section.slider-titre-image-boutons .slider div.video .text .boutons a.decouvrir{
    background: #0a4b78;
}

section.slider-titre-image-boutons .slider figure .text .boutons a.prendre-rdv,
section.slider-titre-image-boutons .slider div.video .text .boutons a.prendre-rdv{
    background: red;
}

section.slider-titre-image-boutons .slider .slick-arrow{
    display: none !important;
}

body.home section.slider-titre-image-boutons .slider figure > svg,
body.home section.slider-titre-image-boutons .slider div.video > svg{
    position: absolute;
    bottom: 38px;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%);
}

body.home section.slider-titre-image-boutons .videoWrapper {
     position: relative;
     aspect-ratio: 1440/588;
     width: 100%;
 }

body.home section.slider-titre-image-boutons .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    aspect-ratio: 16/9;
}

@media screen and (min-width : 768px){
    section.slider-titre-image-boutons .slider figure .text,
    section.slider-titre-image-boutons .slider div.video .text{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 600px;
    }

    section.slider-titre-image-boutons .slider figure .text h1,
    section.slider-titre-image-boutons .slider div.video .text h1,
    section.slider-titre-image-boutons .slider div.video .text h2,
    section.slider-titre-image-boutons .slider figure .text h2{
        font-size: 86px;
        line-height: 90px;
    }

    section.slider-titre-image-boutons .slider .slick-arrow{
        display: inline-block !important;
    }

    section.slider-titre-image-boutons .slider button.slick-prev{
        left: 5%;
        z-index: 1;
    }

    section.slider-titre-image-boutons .slider button.slick-next{
        right: 5%;
        z-index: 1;
    }
}

@media screen and (min-width: 992px){
    section.slider-titre-image-boutons .slider figure .text,
    section.slider-titre-image-boutons .slider div.video .text{
        max-width: 800px;
    }

    section.slider-titre-image-boutons .slider figure > img,
    section.slider-titre-image-boutons .slider div.video > video,
    section.slider-titre-image-boutons .slider div.video > iframe{
        aspect-ratio: 1440/588;
    }

    body.home section.slider-titre-image-boutons .slider figure > svg,
    body.home section.slider-titre-image-boutons .slider div.video > svg{
        display: none;
    }
}

@media screen and (min-width: 1200px){
    section.slider-titre-image-boutons .slider figure .text,
    section.slider-titre-image-boutons .slider div.video .text{
        max-width: 1000px;
    }
}

@media screen and (min-width: 1400px){
    section.slider-titre-image-boutons .slider button.slick-prev{
        left: calc(((100vw - var(--container)) / 2) - 50px);
        margin-left: 50px;
    }

    section.slider-titre-image-boutons .slider button.slick-next{
        right: calc(((100vw - var(--container)) / 2) - 50px);
        margin-right: 50px;
    }
}
