body {
    width: 100%;
    font-family: "Roboto Condensed", sans-serif !important;
}

header {
    height: 130px;
    /*position: fixed;*/
    background-image: url("images/header_bg.jpg");
    background-repeat: no-repeat;
}

/* .container {
    width: 80%;
} */

.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

header #nav {
    justify-self: center;
    height: 100%;
}

header #nav nav ul li a{
    text-decoration: none;
    color: black;
    transition: all .3s;
}

header #nav nav ul li a:hover{
    color: #0c4769;
}

#home_slide {
    background-image: url("images/bleu_bg.png");
    height: 30vh;
    background-repeat: no-repeat;
}

#content_slide {
    background-image: url("images/home_bg.jpg");
    background-repeat: no-repeat;
}

#intro {
    border-left: 10px solid #be1512;
}

#contact {
    background-color: #f6f6f6c5;
    border-radius: 10px;
}

.text-red {
    color: #be1512;
}

.text-blue {
    color: #0c4769;
}

footer {
    height: 100px;
    background-image: url("images/footer_bg.jpg");
    background-repeat: no-repeat;
    margin-top: 10vh;
}