.color {
  color: #f11731;
}

p {
  color: #060353;
}

a {
  color: #060353;
}

h1 {
  color: #f11731;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.fancybox-navigation .fancybox-button--arrow_left{
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_right{
  display: none;
}
.fancybox-infobar{
  display: none;
}

.bgcolor2{
  background-color: #f11731!important;
}

.lien_btn {
  background-color: #f11731;
  border: solid 1px #f11731;
}

.lien_btn:hover {
  color: #f11731;
  border: solid 1px #f11731;
}

header #bgwhite #presentation {
  color: #f11731;
}

section#main_content #btns .btn.dons {
  border: 1px solid #f11731;
  background: #f11731;
}

section#main_content #btns .btn.dons:hover {
  color: #f11731;
}

section#main_content #btns .btn.donateurs {
  background-color: #f11731;
}

section#informations .btn.donateurs {
  border: 1px solid #f11731;
  background: #f11731;
}

section#informations .btn.donateurs:hover {
  color: #f11731;
}

#btn_retour {
  border: 1px solid #f11731;
  color: #f11731;
}

#btn_retour:hover {
  background-color: #f11731;
}

#btn_donateurs a {
  color: #f11731;
}

.btn.donateurs {
  border: 1px solid #f11731;
  background: #f11731;
}

.btn.donateurs:hover {
  color: #f11731;
}

header #bgwhite #presentation {
  color: #f11731;
}
#presentation_texte {
  max-width: 60%;
  margin: 0 auto;
}

#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: url(../img/secours_populaire/banniere.png);
  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;
  margin-bottom: 2rem;
  padding: 0.75rem 1.75rem;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 0.75rem;
  background: var(--CB006B, #f11731);
  margin-left: auto;
  margin-right: auto;
  border:  2px solid #f11731;
}

#btn_last_campaign:hover{
    background-color: #fff;
}

#btn_last_campaign:hover .btn.last_campaign{
    color: #f11731;
}


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

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

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


#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.donateurs_fini {
  display: flex;
  width: 28.125rem;
  padding: 1.25rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  background-color: #060353;
  border: 1px solid #060353;
  cursor: pointer;
}

.btn.donateurs_fini.bgcolor2{
  border: 1px solid #f11731;
}

.btn.donateurs_fini:hover {
  border: 1px solid #060353;
  background-color: white;
  color: #060353;
}

.btn.donateurs_fini.bgcolor2:hover {
  border: 1px solid #f11731;
  background-color: white!important;
  color: #f11731;
}

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_finish {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-top: 1rem;
}

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

#informations_images img {
  width: 100%;
  max-width: 360px;
  max-height: 200px;
  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: #f11731;
  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;
}

#bottom_buttons{
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}


#btn_second_campaign {
  display: flex;
  padding: 0.75rem 1.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  border: 3px solid #f11731;
  background: #fff;
}

#btn_second_campaign:hover {
  background-color: #f11731;
}

#btn_second_campaign:hover a{
  color: #fff;
}

a.second_campaign {
  color: #f11731;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .fs1-340 {
    font-size: 1.130rem!important;
  }
  .fs2-5{
    font-size: 1.750rem!important;
  }
  #btn_second_campaign {
    display: flex;
    width: 16.625rem;
    padding: 0.5rem 1.25rem;
    gap: 0.625rem;
    text-align: center;
  }

  a.second_campaign {
    font-size: 0.875rem;
  }
  
  #informations_images img{
    margin-bottom: unset;
  }

}

@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);
  }
}
