#decompte {
  border-color: #cfcfcf;
  display: inline-block;
  padding: 1.5rem;
  border-radius: 0.2rem;
  font-size: 1.5rem;
  max-width: 600px;
  width: 60%;
  background: #ebebeb;
  box-shadow: 0px 0px 5.3px rgb(0 0 0 / 3%), 0px 0px 17.9px rgb(0 0 0 / 4%),
    0px 0px 80px rgb(0 0 0 / 7%);
  margin: 1rem 0;
  position: relative;
}
.background-img {
  background-image: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url(../img/restos/banniere.jpg);
  background-size: cover;
  background-color: white;
  background-repeat: no-repeat;
  box-shadow: 0.6px 0.6px 2.2px rgba(0, 0, 0, 0.02),
    1.3px 1.3px 5.3px rgba(0, 0, 0, 0.028),
    2.5px 2.5px 10px rgba(0, 0, 0, 0.035),
    4.5px 4.5px 17.9px rgba(0, 0, 0, 0.042),
    8.4px 8.4px 33.4px rgba(0, 0, 0, 0.05), 20px 20px 80px rgba(0, 0, 0, 0.07);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

#btn_last_campaign {
  display: flex;
  width: 40rem;
  padding: 0.75rem 1.75rem;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 0.75rem;
  background: var(--CB006B, #cb006b);
  margin-bottom: 5rem;
}

.btn.last_campaign {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

#borderBottom {
  border-bottom: 0.5625rem solid #cb006b;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s all ease;
}

#decompte #temps_restant {
  font-weight: bold;
  color: #cb006b;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

h1 {
  color: #0059ad;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
}

#total_cagnotte_finale {
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin: 1rem auto;
  box-shadow: 0.6px 0.6px 2.2px rgb(0 0 0 / 2%),
    1.3px 1.3px 5.3px rgb(0 0 0 / 3%), 2.5px 2.5px 10px rgb(0 0 0 / 4%),
    4.5px 4.5px 17.9px rgb(0 0 0 / 4%), 8.4px 8.4px 33.4px rgb(0 0 0 / 5%),
    20px 20px 80px rgb(0 0 0 / 7%);
  color: #0059ad;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 10px;
}

#btn_donateurs_fini {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_fini {
  display: flex;
  width: 28.125rem;
  padding: 1.25rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  background-color: #cb006b;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  border: #cb006b 0.5px solid;
}

.btn_fini:hover{
  background-color: #fff;
  color: #cb006b;
  cursor: pointer;
}

b.blackbold {
  color: #222 !important;
}

.photo_event {
  margin: 1.5rem auto 2rem;
  text-align: center;
}

.photo_event img {
  border-radius: 1rem;
}

section#main_content {
  max-width: 900px;
}

section#main_content #text_content {
  padding: 2.5rem;
}

.small_content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.zones_timer {
  display: flex;
  flex-direction: column;
}

#informations {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-top: 7rem;
}

#informations_images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
}

#informations_images img {
  width: 100%;
  max-width: 420px;
  max-height: 240px;
  margin-bottom: 4rem;
  border-radius: 0.75rem;
}

#informations_texte {
  margin-left: 3rem;
  max-width: 38.25rem;
}

#informations_texte p {
  word-spacing: 5px;
}

.deux_points {
  font-size: 60px;
  font-weight: 700;
}

#all {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.25rem;
}

.loader {
  margin-top: 2rem !important;
  color: #cb006b;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

.zoom-image {
  cursor: pointer;
  transition: transform 0.3s;
}

.zoom-image:hover {
  transform: scale(1.1);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.overlay-image {
  max-width: 90% !important;
  max-height: 90% !important;
  width: unset !important;
}

section#main_content {
  margin: 0rem auto;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  section#main_content {
    margin: 0rem auto;
  }

  #informations_images img {
    width: 256px !important;
    max-width: 100% !important;
    height: 12.6rem;
  }
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
