
h1,h2,h3,h4,li,label{
	color:white;
}
ul {
   list-style-type: none;
}

.btn-success {
    color: #fff;
    background-color: #9fd323;
    border-color: #198754;
}

.form-control:focus {
  border-color: #9fd323;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}


.bg {
    margin: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%), url('./accueil.jpg')
}