﻿html, body {
    height: 100%;
}

.navbar-custom {
    background-color: rgb(32,64,100);
}

.h3-custom {
    background: linear-gradient(to right, rgb(101, 147, 199), rgb(144, 167, 194));
}

.container-custom {
    background-color: #eeeeee;
}


.class_France {
    color: red;
}

#main_title {
    display: flex;
    flex-direction: row;
}

    #main_title img {
        width: 200px;
    }

#sticky-footer {
    flex-shrink: 0;
}

.jumbotron {
    background-image: url("../Content/Image/jka_jumbo.png");
    background-size: cover;
    height: 400px;
}
    .jumbotron h1{
        color: #fff;
    }
    .jumbotron p {
        color: #fff;
    }
a {
    color: rgb(32,64,100);
}
