#video-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    opacity: .2;
}

#video-container {
    position: relative;
    overflow: hidden;
}

#video-main {
    position: relative;
    z-index: 5;
}

.border-blue {
    border-color: #003399;
    border-width: .2rem;
}

.border-blue-ligth {
    border-color: #003399;
    border-width: .2rem;
}

.btn-outline-primary {
    border-color: #003399 !important;
    color: #003399 !important;
}


aside {
    position: relative;
    z-index: 6;
}


#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-3 {
    background-repeat: no-repeat;
    background: url("/media/img/photos/sales_representative_RITEC.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;
}

#img-card-3:hover {
    background: url("/media/img/photos/sales_representative_RITEC.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;
}

.card:hover #img-card-3 {
    background: url("/media/img/photos/sales_representative_RITEC.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-3 {
        min-height: 20rem !important;
    }

    #img-card-1:hover {
        min-height: 20rem;
    }

    #img-card-2:hover {
        min-height: 20rem;
    }

    #img-card-3:hover {
        min-height: 20rem;
    }
}


@media (min-width: 768px) {
    #img-card-1 {
        min-height: 22rem !important;
    }

    #img-card-2 {
        min-height: 22rem !important;
    }

    #img-card-3 {
        min-height: 22rem !important;
    }

    #img-card-1:hover {
        min-height: 22rem;
    }

    #img-card-2:hover {
        min-height: 22rem;
    }
    
    #img-card-3:hover {
        min-height: 22rem;
    }
}


@media (min-width: 992px) {
    #img-card-1 {
        min-height: 25rem !important;
    }

    #img-card-2 {
        min-height: 25rem !important;
    }

    #img-card-3 {
        min-height: 25rem !important;
    }


    #img-card-1:hover {
        min-height: 25rem;
    }

    #img-card-2:hover {
        min-height: 25rem;
    }
     
    #img-card-3:hover {
        min-height: 25rem;
    }
}

#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;
}

.rgpd-cookies {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
