:root {
    --primary-color:  #D10000;
    --primary-color-hover: #910000;
    --tertiary-color : #BFBFBF;
    --tertiary-color-hover : rgb(134, 134, 134);
    --secondary-color: :#C5B598;
    --secondary-color-hover::#AD9F87;
}

.navbar-custom {
    /*background-color: white;*/
}

@media only screen and (min-width: 768px) {
    .navbar-brand {
        background-size: 211px 67px;
    }
}

.navbar-brand {
    background-size: 144px 45px;
}

.main-section-changer {
    background-image: url('../img/home-changer.jpg');
}
.main-section-trouver {
    background-image: url('../img/home-trouver.jpg');
}