#banner a {
  color: white;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
  font-weight: bold;
  text-decoration: none;
}

#banner a:hover,
#banner a:focus {
  color: #dc592a;
  outline: 0;
}

#banner a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

#footer {
  z-index: -1;
  background-image: url(../images/login_forest.svg);
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}

#banner {
  background: url(../images/bandeau_vert.svg) no-repeat center;
  background-size: cover;
  min-height: 30vh;
}
#authenticated h4 {
  color: #fff;
  font-weight: bold;
}

.messages {
  font-weight: bold;
  color: #dc592a;
}

.btn.btn-syl {
  color: #fff;
  background-color: #dc592a;
  border-color: #dc592a;
}

.btn.btn-syl:hover {
  color: #dc592a;
  background-color: #fff;
  border-color: #fff;
}

.btn.btn-registration:hover {
  color: #fff;
  background-color: #00a971;
  border-color: #00a971;
}

.btn.btn-syl:focus,
.btn.btn-syl.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 89, 42, 0.5);
}

.btn.btn-registration:focus,
.btn.btn-registration.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 169, 113, 0.5);
}

.input-group-text.syl-input-group {
  background-color: #fff;
  color: #dc592a;
}

#login .form-control:focus {
  border-color: rgba(220, 89, 42, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(220, 89, 42, 0.6);
}

#registration .form-control:focus {
  border-color: rgba(0, 169, 113, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 169, 113, 0.6);
}

#registration h2,
#registration h3 {
  color: #dc592a;
  font-weight: bold;
}
