body {
    background-image: url('../image/rover-adn-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(19, 39, 71, 1) !important;
    z-index: 2;
}
/*--------------------------------Media querie----------------------------------------*/
@media screen and (max-width: 600px) {
    body {
        background-image: none;
        background-color: rgba(19, 39, 71, 1) !important;
        z-index: 2;
    }
}
/*--------------------------------------------Hovers------------------------------------------------------

div > ul > li:hover a {
    font-size: 1.03rem;
    color: #FFF !important;
}

.carousel-inner > div {
    width: 75%;
    -webkit-transition: width 3s;
    transition: width 3s;
}
.carousel-inner>div:hover {
    width: 88%!important;
}

#cuisine-lien:hover div > h2{
    font-size: 2.4em;
}
#cuisine-lien:hover div > p{
    font-size: 1.5em;
}

#contact-lien:hover div > h2{
    font-size: 2.4em;
}
#contact-lien:hover div > p{
    font-size: 1.5em;
}
*/