/*Footer*/
.footer:link {
  text-decoration: none;
    color: black;
}

.footer:visited {
  text-decoration: none;
    color: black;
}

.footer:hover {
  text-decoration: underline;
    color: black;
}

.footer:active {
  text-decoration: underline;
    color: black;
}

.form-control:focus {
  border-color: #dddfe1;
  box-shadow: inset 0 1px 1px rgb(221, 223, 225), 0 0 8px rgb(108, 117, 125);
}

li {
    list-style-type: none;
}

.reglements {
  font-style: italic;
  font-weight: bold;
}

.icon-green {
  color: seagreen;
}

.icon-red {
  color: red;
}

.fixed-bottom{
  background-color: white;
}

/*Alert Cookie*/
/*Cookie Message alert*/
#cookie {
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  color: #fff; /* White text color */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9999; /* Add a z-index if needed */
  top: 0px; /* 30px from the bottom */
  left: 25%; /* Center the snackbar */
}
.alert-light{
    color: black !important;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .6);
}

/*Message alert*/
#message {
  /*min-width: 250px; !* Set a default minimum width *!*/
  /*margin-left: -125px; !* Divide value of min-width by 2 *!*/

  color: #fff; /* White text color */
  /*text-align: center; !* Centered text *!*/
  border-radius: 2px; /* Rounded borders */
  padding: 5px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9999; /* Add a z-index if needed */
  /*left: 10px; !* Center the snackbar *!*/
  top: 4%; /* 30px from the bottom */
}
