#video-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    opacity: .25;
}

#video-container {
    position: relative;
    overflow: hidden;
}

#video-main {
    position: relative;
    z-index: 5;
}

#img-card-1 {
    background-repeat: no-repeat;
    background: url("/media/img/photos/pexels-nappy-936089.jpg"), linear-gradient(to right, black, black);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: top center;
    min-height: 15rem;
    transition: all ease-in-out 1s;
}

#img-card-2 {
    background-repeat: no-repeat;
    background: url("/media/img/photos/CLOUD_INFRASTRUCTURE_ENGINEER.jpg"), linear-gradient(to right, black, black);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: top right;
    min-height: 15rem;
    transition: all ease-in-out 1s;
}

#img-card-1:hover {
    background: url("/media/img/photos/pexels-nappy-936089.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: top left;
    min-height: 15rem;
    box-shadow: inset 0px 0px 22px;
}

#img-card-2:hover {
    background: url("/media/img/photos/CLOUD_INFRASTRUCTURE_ENGINEER.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: top center;
    min-height: 15rem;
    box-shadow: inset 0px 0px 22px;
}

.card:hover #img-card-1 {
    background: url("/media/img/photos/pexels-nappy-936089.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: top left;
    min-height: 15rem;
    box-shadow: inset 0px 0px 22px;
}

.card:hover #img-card-2 {
    background: url("/media/img/photos/CLOUD_INFRASTRUCTURE_ENGINEER.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: top center;
    min-height: 15rem;
    box-shadow: inset 0px 0px 22px;
}

@media (min-width: 576px) {
    #img-card-1 {
        min-height: 20rem !important;
    }

    #img-card-2 {
        min-height: 20rem !important;
    }

    #img-card-1:hover {
        min-height: 20rem;
    }

    #img-card-2:hover {
        min-height: 20rem;
    }
}

@media (min-width: 768px) {
    #img-card-1 {
        min-height: 22rem !important;
    }

    #img-card-2 {
        min-height: 22rem !important;
    }

    #img-card-1:hover {
        min-height: 22rem;
    }

    #img-card-2:hover {
        min-height: 22rem;
    }
}

@media (min-width: 992px) {
    #img-card-1 {
        min-height: 25rem !important;
    }

    #img-card-2 {
        min-height: 25rem !important;
    }

    #img-card-1:hover {
        min-height: 25rem;
    }

    #img-card-2:hover {
        min-height: 25rem;
    }
}

@media (min-width: 2560px) {
    #img-card-1 {
        min-height: 40rem !important;
    }

    #img-card-2 {
        min-height: 40rem !important;
    }

    #img-card-1:hover {
        min-height: 40rem;
    }

    #img-card-2:hover {
        min-height: 40rem;
    }
}

#to-mail {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
    text-align: center;
    background-color: hsla(0, 0%, 0%, 0.75);
    padding-top: 13rem;
    text-transform: uppercase;
    color: #fafafa;
    border-radius:25px;
}

ul li::marker {
    color: rgba(0, 0, 0, .7);
}

:root {
    font-size: 16px;
}

.card .card-body .card-text.fw-bold {
    color: rgba(0, 0, 0, .6);
}

@media (max-width: 767px) {
    article h1+p.fs-3 {
        font-size: 1rem !important;
    }

    article h1.diplay-4 {
        font-size: 1.8rem !important;
    }
}

.rgpd-cookies {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
