/* Modifier les styles ici */
.nav-link {
    color: rgba(255,255,255,1) !important;
}
.nav-link:hover {
    color: rgba(255,255,255,0.5) !important;
}
.navbar-brand img {
    height: 40px
}
.main-nav {
    text-transform: uppercase;
    width: 100%;
    justify-content: flex-end;
}
#login a {
    margin:5px;
	padding: 7px 35px 7px 20px;
    background-color: #ffe401;
    color: black !important;
    border-radius: 10px;
}
#login a::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f13e";
    margin-right: 15px;
}
#creer-compte a {
	margin:5px;
    padding: 7px 35px 7px 20px;
    color: #fff;
}
#creer-compte a::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f234";
    margin-right: 15px;
}
#mot-passe-oublie a {
	margin:5px;
    padding: 7px 35px 7px 20px;
    color: #fff;
}
#mot-passe-oublie a::before {
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f084";
    margin-right: 15px;
}
.jumbotron {
    /*background-color: #e3f2fd;*/
	background-image:url("/images/fond_bandeau1.png");
	background-repeat:none;
	background-color:#ffe401;
}
.text-muted {
    color: #1d1e1f !important;
	font-weight: 600;
}
.btn-primary:hover {
    color: #000;
    background-color: #ffe401;
    border-color: #ffe401;
}
.btn-primary {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-primary{
    color: #000;
    background-color: #FFF;
    border-color: #000;
}
.btn-outline-primary:hover {
    background-color: #ffe401;
	color: #000;
    border-color: #ffe401;

}
