/* Déclaration */
/* Utilisation */
body {
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  padding-top: 110px;
}
body main {
  overflow-x: hidden;
}
body h1 {
  font-family: 'Raleway', sans-serif;
  color: #e10613;
}
body h1 i {
  vertical-align: middle;
  display: inline-block;
  height: 3.8rem;
}
body h2,
body h3 {
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
body .logo {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  body .logo a {
    margin: 0 auto;
  }
  body .logo a img {
    height: auto;
    max-width: 100%;
  }
}
body .btn-danger {
  float: right;
}
body .btn-secondary {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  background-color: #e3e1e1;
  font-size: 1.04rem;
  font-weight: 500;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .btn-secondary:focus {
  box-shadow: none;
}
body .btn-secondary:hover {
  text-decoration: none;
  color: #000000;
  background-color: #c7c6c6;
}
body .lien {
  color: #e10613;
  font-weight: 500;
}
body .form label {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  background-color: #e3e1e1;
  font-size: 1.04rem;
  font-weight: 500;
}
body .navbar.bg-light {
  background-color: #ffffff !important;
}
body .navbar.bg-light #navbarCollapse {
  flex-grow: 0;
}
body .navbar.bg-light #navbarCollapse .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
body .navbar.bg-light #navbarCollapse .navbar-nav .nav-item .nav-link:hover {
  color: #e10613;
}
body .navbar.bg-light #navbarCollapse .navbar-nav .active .nav-link {
  color: #e10613;
}
@media (max-width: 576px) {
  body .navbar.bg-light .reseaux {
    display: block;
  }
  body .navbar.bg-light .reseaux li {
    float: left;
  }
}
body .liste {
  margin-bottom: 3rem;
}
body .liste li {
  font-family: 'Raleway', sans-serif;
  list-style: none;
  line-height: 1.5rem;
}
body .liste li:before {
  content: "•";
  color: #e10613;
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  margin-left: -1em;
  margin-right: 0.5rem;
}
body footer {
  border-top: 14px solid #000000;
  align-items: flex-end;
  display: flex;
  position: relative;
}
body footer:before {
  content: '';
  position: absolute;
  height: 108px;
  top: -108px;
  left: -69px;
  display: block;
  width: 69px;
  background: url(../images/croix-footer.jpg);
}
body footer:after {
  content: '';
  position: absolute;
  height: 14px;
  top: -14px;
  right: -100%;
  width: 100%;
  background-color: #000000;
}
body footer p {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
body footer .picto-up {
  color: #000000;
  font-size: 2rem;
}
