body {
  /* max-width: 1440px; */
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
.signika {
  font-family: "Signika", sans-serif;
}
p,
input,
.dosis {
  font-family: "Dosis", sans-serif;
}

.form-input {
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
}
input:focus,
textarea:focus,
select:focus {
  outline: #4f8b6d 3px solid;
}
#newsletter {
  max-width: 650px;
  margin: auto;
}
.svg-hover a:hover svg path {
  fill: white;
}

.svg-hover:hover {
  background-color: #4f8b6d !important;
  border-radius: 50%;
}
.text-hover:hover {
  color: #4f8b6d !important;
}
.btn-hover:hover {
  background-color: white !important;
  color: #4f8b6d !important;
  box-shadow: 0 0 0 2px #4f8b6d;
}
.input-hover:hover {
  box-shadow: 0 0 0 2px #4f8b6d;
}
.navlink-hover:hover {
  color: #4f8b6d !important;
  padding-bottom: 0.75rem !important;
  border-bottom: #4f8b6d 0.2rem solid;
}
#baniereEvent {
  background-image: url(../images/bandeau-mere.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 500px;
}
.text-justify {
  text-align: justify;
}
iframe {
  width: 100%;
}
.card a {
  text-decoration: none;
  color: var(--bs-body-color);
}
.card:hover {
  box-shadow: 0 0 0 2px #4f8b6d;
}
.card:hover h5 {
  color: #4f8b6d;
}
.fit {
  height: fit-content;
}
.espace {
  height: 10vh;
}
.pastille {
  height: 25px;
  width: 25px;
}
.badge {
  right: -15px;
  bottom: -15px;
  font-size: 16px;
}
.slot-item {
  border: 5px solid green;
  overflow: hidden;
}
.slot-img img.animate {
  animation: slideDown 0.1s ease-in-out infinite !important;
}
@keyframes slideDown {
  0% {
    filter: blur(3px);
    transform: translateY(-100px);
  }
  100% {
    filter: blur(3px);
    transform: translateY(100px);
  }
}
#affichageLoterie {
  height: 62px;
}
.articleBlog {
  max-width: none !important;
}
.hFit {
  height: fit-content;
}

@media only screen and (max-width: 992px) {
  header {
    position: sticky;
    top: 0;
    z-index: 1039;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .nav-item {
    border-bottom: #4f8b6d solid 1px;
  }
  #baniereEvent {
    height: 300px;
  }
  .imgPanier {
    max-width: 250px;
  }
  .badge {
    right: -10;
    bottom: -10;
    font-size: 14px;
  }
  .articleBlog-container {
    max-width: 550px;
  }
}

@media only screen and (min-width: 992px) {
  .offcanvas-body a {
    font-size: larger !important;
    margin: 0 1rem 0 1rem;
  }
  #baniereEvent {
    height: 400px;
  }
  #imgPresentation {
    max-height: 450px;
  }
  .form-input-lg {
    margin: 0;
    max-width: 200px;
  }
  #navbarCompteClient {
    background-color: #c5f6dd;
    border: #4f8b6d 2px solid;
  }
  #navbarCompteClient p {
    text-decoration-color: #4f8b6d;
  }
  iframe {
    height: 400px;
  }
  .filterForm {
    width: -moz-available !important;
  }
  .imgPanier {
    max-width: 300px;
  }
}
