/*******************************************GENERAL*/
*{
    font-family: "Rubik", sans-serif;
}

/****************************************** NAVBAR*/

.navbar{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(74,149,208,0.07326680672268904) 67%);
    top: 0;
    position: fixed;
    z-index: 1;
    transition: top 0.7s;

}

.navbar-nav a:hover, .active {
    background-color: #B82352;
    color: white !important;
    border-radius: 30px;
}

.nav-link {
    transition: color .2s ease-in-out, background-color .0s ease-in-out, border-color .0s ease-in-out !important; 
}

/********************CONTACT PAGE*/

#btn_submit_contact{
    width: 30vw !important;
}

/* FONCTIONNEMENT PAGE*/

/*Carousel pictures*/

#video_fonctionnement{
    height: 60vh;
    width: 90vw;
}

.img_carousel{
    opacity: 0.5;
    border-radius: 30px;
}
