/* VARIABLES */
:root {
  --blue-color: #003f7a;
  --yellow-color: #FFD200;
  --gray-bg-color: #ECEBEE;
  --white-bg-color: #ffffff;
  --title-color: #005596;

  --lighter-blue: #337ab7;
  --bg-color: #f5f4f4;
  --head-bg-color: #ffffff;
  --font-color: #1d1d1b;
  --button-color: white;
  --purple-hover-color: #e6be00;
  --hover-color: #003f7a;
  --secondary-bg-color: #005596;
  --foot-bg-color: #005596;
  --foot-color: #ffffff;
  --banner-color: white;
  --banner-bg-color: #005596f3;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,700&display=swap');

/* MAIN */
html, body {
  height: 100%;
}

body{
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
  font-size: 1rem;
  color: var(--font-color);
  background-color: var(--gray-bg-color);
  font-family: 'Roboto Flex', sans-serif;
}

main{
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a{
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.center{
  text-align: center;
}

.mt-10{
  margin-top:10px;
}

.mb-10{
  margin-bottom:10px;
}

.smaller{
  font-size: smaller;
}

.pad-offset-1{
    padding: 0% 5%;
}

.titre-login{
  text-transform: uppercase;
  font-weight: 700;
  color: var(--title-color);
}

.description-login{
  font-size: 0.9rem;
}

.bouton{
  font-family: 'Roboto Flex', sans-serif;
  text-transform: uppercase;
  padding: 13px 36px;
  line-height: normal;
  background-color: var(--secondary-bg-color);
  font-weight: 500;
  border: 3px solid var(--secondary-bg-color);
  color: var(--button-color);
  border-radius: 2rem;
}

.bouton:hover{
  background-color: white;
  color: var(--secondary-bg-color);
  border: 3px solid var(--secondary-bg-color);
}


.form-fields {
  font-size: 0.9rem;
  margin-top: 5px;
}

.form-erreur{
  font-size: 0.8rem;
  color: rgb(210, 0, 0);
  padding-left: 10px;
}

.show-mobile{
  display: none;
}

/* HEADER */
header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--head-bg-color);
}

.header-top{
  display: flex;
  font-size: smaller;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.countdown-top{
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
  line-height: 1rem;
}
.countdown-top marquee{
  width: 90%;
  color: rgb(196, 0, 0);
}
.countdown-left{
  width: 150px;
  text-align: left;
  animation: pop 2s linear infinite;
}
.countdown-top #count-remaining{
  color: var(--yellow-color);
  font-weight: bold;
}
.countdown-top #count-remaining2{
  color: var(--yellow-color);
  font-weight: bold;
}
.button-hub {
  font-family: 'Roboto Flex', sans-serif;
  align-items: center;
  background: #ddf2fb;
  border: 0;
  color: #4d4d4f;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: center;
  padding: 5px 10px;
  padding-left: 20px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: .2s;
  cursor: pointer;
}

.button-hub:hover {
  background: var(--hover-color);
  color: white;
}

.button-hub:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f10d";
  display: inline-block;
  font-family: fontagon, sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.5rem;
  text-transform: none;
  transition: color .2s;
  vertical-align: middle;
}

.button-hub[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.hub {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ddf2fb;
  overflow: hidden;
  position: relative;
  transition: .2s;
  border-top: 1px solid #d8d1c9;
}

.hub-websites {
  height: 350px;
  width: 100%;
  overflow:hidden;
  padding: 2rem 4rem;
}

.hub .swipper{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 100%;
  position: relative;
}

.hub-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

.hub .website {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 300px;
}

.hub .website-image {
  height: 50px;
  margin-bottom: 1rem;
  max-width: 100%;
}

.hub .website-desc {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.hub .website a {
  width: fit-content;
}

.header-main{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 80px;
  border-top: 1px solid #d8d1c9;
  border-bottom: 1px solid #d8d1c9;
  padding: 10px;
}

.header-logo {
  margin-left: 20px;
}


.header-logo img{
  height: 60px;
  display: block;
}

.header-right {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 10px;
    height: 100%;
    margin-right: 20px;
}

.header-title {
  width: 100%;
  background-color: var(--lighter-blue);
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.header-title > div:first-child {
    position: relative;
    display:inline-block;
    background-color: white;
    color: var(--secondary-bg-color);
    padding: 12px;
}

@media (min-width: 530px) {
    .header-title > div:first-child::before {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        width: 35px;
        height: 35px;
        border-top: 7px solid var(--yellow-color);
        border-left: 7px solid var(--yellow-color);
    }

    .header-title > div:first-child::after {
        content: '';
        position: absolute;
        bottom: -6px;
        right: -6px;
        width: 35px;
        height: 35px;
        border-bottom: 7px solid var(--yellow-color);
        border-right: 7px solid var(--yellow-color);
    }
}

.bouton-site{
  font-family: 'Roboto Flex', sans-serif;
  height: 100%;
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0;
}

.bouton-site:hover{
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
}

.text-bouton-site{
  color: white;
}

.bouton-don {
    background-color: var(--yellow-color);
    border: 3px solid var(--yellow-color);
    color: var(--secondary-bg-color) !important;
    font-weight: bold;
}

.bouton-don:hover {
    background-color: white;
}

.bouton-retour {
    color: var(--secondary-bg-color);
    border: 3px solid var(--secondary-bg-color);
    background-color: white;
    font-weight: bold;
}
.bouton-retour:hover {
    color: var(--secondary-bg-color);
}

.text-bouton-don{
  color: #1d1d1b;
}

.header-simu{
  display: flex;
  align-items: center;
  width: 100%;
  justify-self: flex-start;
}

.bouton-admin{
  margin-left: 5px;
}

.bandeau-image{
  width: 100%;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}

.bandeau-image img{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
}

@media (max-width: 1000px) {
    .header-logo img { height: 55px; }
    .bouton-don { padding: 10px; font-size: medium; }
}

@media (max-width: 750px) {
    .bandeau-image { height: 200px; max-height: 200px; }
}

@media (min-width: 1250px) {
    .bandeau-image img { top: -100px; }
}

@media (min-width: 1500px) {
    .bandeau-image img { top: -150px; }
}

/* FOOTER */

.section-contact{
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 20px;
  background-color: white;
  justify-content: space-evenly;
  align-items: center;
}

.contact-picto{
  font-family: 'Roboto Flex', sans-serif;
  display: flex;
  flex-direction: row;
  gap: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}

.contact-picto .contact-picto-single{
  width: 130px;
  padding: 25px 0px;
  background-color: var(--banner-bg-color);
  cursor: pointer;
}

.contact-picto .contact-picto-single a{
  color: white;
}

.icon-contact{
  font-size: 2rem;
}

#section-relation-donateur-wrapper {
    border-top: 1px solid var(--lighter-blue);
    display: flex;
    justify-content: center;
    align-items: center;
}
#section-relation-donateur {
    max-width: 1500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width:100%;
    gap: 30px;
    padding: 30px 5%;
    color: var(--secondary-bg-color);
}

#section-relation-donateur-avatar {
    border-radius: 50%;
}

#section-relation-donateur h3 {
    width: fit-content;
    margin: 0 0 8px;
    border-left: 6px solid var(--yellow-color);
    padding: 12px 6px;
    font-size: 18px;
    text-transform: uppercase;
}

#section-relation-donateur > div:first-of-type > p:first-of-type {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}

#section-relation-donateur a {
    color: var(--secondary-bg-color);
}

#section-relation-donateur .ctas {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}

#section-relation-donateur .ctas p {
    margin: 2px 0;
    font-size: 22px;
    font-weight: bold;
}

#question {
    margin-left: auto;
}

#section-relation-donateur #question a.bouton {
    display: inline-block;
    color: white;
    margin-top: 10px;
}
#section-relation-donateur #question a.bouton:hover {
    color: var(--secondary-bg-color);
}

.rs-follow {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--secondary-bg-color);
    text-transform: uppercase;
    font-weight: bold;;
}
.rs-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

footer{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  color: var(--foot-color);
  background-color: var(--foot-bg-color);
}

footer a{
  color: var(--foot-color);
}

.bottom-footer{
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: smaller;
  gap: 10px;
}

.socials ul{
  padding: 0;
}

.socials li {
  display: inline-block;
  list-style: none;
}

.socials li{
  background-color: white;
  border-radius: 100%;
  line-height: 30px;
  margin-top: 0;
  text-align: center;
  transform: scale(1);
  transition: background-color 0.3s, transform 0.3s ease-out;
  border: 1px solid rgb(255, 255, 255);
}

.socials li+li {
  margin-left:10px;
}

.socials .icon svg {
  height: 22px;
  width: 22px;
  fill: var(--foot-bg-color);
  margin: 6px
}

.socials .icon svg:hover {
  fill: var(--secondary-bg-color);
}

.socials .icon {
  line-height: normal;
  margin-top: 0;
  position: relative;
}

.footer-mid{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-cont{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-row{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-row a{
  color: white;
}

.footer-left{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.photodo{
  float: left;
  margin-right: 10px;
}

@media (max-width: 1000px) {
    .contact-picto { flex-direction: column; }
}

@media (max-width: 750px) {
    .footer-cont { flex-direction: column; }

    #section-relation-donateur {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    #section-relation-donateur h3 {
        margin: 0 auto 8px;
    }

    #section-relation-donateur .ctas {
        justify-content: center;
    }

    #question {
        margin-left: 0;
    }
}

/* PAGE */

.container{
  display: flex;
  height: 100%;
  max-width: 1500px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner{
  z-index: 3;
  position: absolute;
  top:115px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 10px 60px;
  background-color: var(--banner-bg-color);
  color: var(--banner-color);
  border-bottom: 1px solid var(--banner-color);
  animation: smooth-appear 2s ease forwards;
}

.banner a {
  color: var(--banner-color);
}

.banner .bouton {
  border-color: var(--banner-color);
  margin-top: 10px;
  padding: 5px;
}

.login-blocs{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  gap: 50px;
}

.bloc-login{
  width: 700px;
  min-height: 250px;
  background-color: var(--head-bg-color);
  padding: 20px;
}

.bloc-login-home{
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-direction: column;
}

.form-login{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.password-show{
  display: flex;
  align-items: center;
}

.tooltip-wrapper{
  display: flex;
  align-items: center;
}

.tooltip-wrapper a{
  margin-left: -40px;
  margin-top: 5px;
}

.show-eye{
  margin-left: -40px;
  margin-top: 5px;
  position: relative;
}

.mdp-oublie{
  font-size: 0.9rem;
}

.btn-creation{
  margin-top: 20px;
}

.form-submit{
  margin-top: 20px;
}

.premiere-co{
  margin-top: 30px;
  font-size: 0.9rem;
}

.main-donateur{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.left-donateur{
  width: 50%;
}

.right-donateur{
  width: 50%;
  height: 100%;
}

.bloc-donateur{
  width: 100%;
  height: 100%;
  background-color: var(--head-bg-color);
  padding: 20px;
}

.bloc-donateur-home-top{
  height: fit-content;
  position: relative;
}

.bloc-donateur-home-top::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 50px;
  height: 50px;
  border-top: 7px solid var(--yellow-color);
  border-left: 7px solid var(--yellow-color);
}

.bloc-donateur-home-bottom{
  margin-top: 20px;
  min-height: 300px;
  padding: 0;
  position: relative;
}

.bloc-donateur-home-bottom::before {
    content: '';
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 50px;
    height: 50px;
    border-bottom: 7px solid var(--yellow-color);
    border-right: 7px solid var(--yellow-color);
}

.top-donateur .titre-donateur{
  text-transform: uppercase;
  font-weight: 700;
  color: var(--title-color);
}

.top-donateur .description-donateur{
  font-size: 0.9rem;
}

.btn-accueil-menu {
  background-color: var(--secondary-bg-color);
  border-color: var(--secondary-bg-color);
  width: 100%;
  text-align: left;
  height: 70px;
  border-radius: 0px;
  display: flex;
  align-items: center;
}

.btn-accueil-menu+.btn-accueil-menu {
  margin-top: 10px;
}

.btn-accueil-don{
  transition: all 0.4s ease-in-out;
  background-color: var(--yellow-color);
  border: 2px solid var(--yellow-color);
  color: var(--secondary-bg-color);
}

.btn-accueil-don .img-coeur-vide{
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.2s ease-in-out;
}

.btn-accueil-don .img-coeur-plein{
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  transition: transform 0.2s ease-in-out;
}


.btn-accueil-don:hover .img-coeur-plein {
  display: flex;
}

.btn-accueil-don:hover .img-coeur-vide {
  display: none;
}

.btn-accueil-don:hover{
  background-color: white;
  color: var(--secondary-bg-color);
  border: 2px solid var(--yellow-color);
}

.div-icon{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: 5px;
}

.icon-accueil{
  font-size: larger;
}

.bloc-pa{
  margin-bottom: 20px;
  max-width: 600px;
  padding: 10px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #b8b8b8;
}

.bloc-pa-alias{
  font-size: 0.8rem;
}
.bloc-pa-dates{
  font-size: 0.8rem;
}
.bloc-pa-montant{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.bloc-pa-montant span{
  font-size: 1.2rem;
}
.bloc-pa-modif{
  font-size: 1rem;
  text-align: center;
}

.bloc-pa-modif a+a{
  margin-left: 10px;
}

.bloc-pa-modif-cb{
  margin-top: 10px;
  font-size: 0.9rem;
}

.separator-form{
  margin-top: 20px;
}

.bloc-upgrade-pa {
    margin-top: 20px;
}

.rf_don{
  text-align: center;
  vertical-align: middle;
}

#table_dons th{
  background-color: var(--secondary-bg-color);
  color: white;
}
#table_dons a{
  color: var(--secondary-bg-color);
}

.input-group-text{
  width: 75px;
}

/* ADMIN */

.sidebar-dark .nav-item .nav-link {
  color: rgba(255,255,255);
}

/* HELPERS */

.slider {
  border: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;
}

.slider-checkbox {
  display: none;
}

.slider-label {
  border: 2px solid #666;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.slider-inner {
  display: block;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
  width: 200%;
}

.slider-inner:before,
.slider-inner:after {
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 50%;
}

.slider-inner:before {
  background-color: var(--secondary-bg-color);
  color: #fff;
  content: attr(data-on);
  padding-left: .75em;
}

.slider-inner:after {
  background-color: #eee;
  color: #666;
  content: attr(data-off);
  padding-right: .75em;
  text-align: right;
}

.slider-circle {
  background-color: var(--secondary-bg-color);
  border: 2px solid #666;
  border-radius: 20px;
  bottom: 0;
  display: block;
  margin: 5px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in 0s;
  width: 50px;
}

.slider-checkbox:checked + .slider-label .slider-inner {
  margin-left: 0;
}

.slider-checkbox:checked + .slider-label .slider-circle {
  background-color: #eee;
  right: 0;
}

.markdown-bloc{
  font-size: 0.9rem;
}

.markdown-accueil{
  padding: 20px;
}

.markdown-bloc-img{
  width: 100%;
  margin: 0;
}

.markdown-bloc-img img{
  width: 100%;
}

.markdown-bloc a{
  text-decoration: underline;
}

.markdown-bloc h1{
  font-size: 1.3rem;
  color: var(--banner-bg-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.markdown-bloc h2{
  font-size: 1.2rem;
  color: var(--banner-bg-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.markdown-bloc h3{
  font-size: 1.1rem;
}

.markdown-bloc h4{
  font-size: 1rem;
}

.titre-info{
  color: var(--title-color);
  letter-spacing: 2px;
  font-size: 1.5rem;
}

.top-info{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

  @keyframes smooth-appear {
    to{
      height: fit-content;
      opacity:1;
    }
  }

  .rocker {
    display: inline-block;
    position: relative;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 4em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
  }

  .rocker-small {
    font-size: 0.75em;
    margin: 1em;
  }

  .rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
  }

  .rocker input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .switch-left,
  .switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
  }

  .switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
  }

  .switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: #bd5757;
    color: #fff;
  }

  .switch-left::before,
  .switch-right::before {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
    background-color: #ccc;
    transform: skewY(-65deg);
  }

  .switch-left::before {
    left: -0.4em;
  }

  .switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
  }

  input:checked + .switch-left {
    background-color: #00d079;
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
  }

  input:checked + .switch-left::before {
    background-color: transparent;
    width: 3.0833em;
  }

  input:checked + .switch-left + .switch-right {
    background-color: #ddd;
    color: #888;
    bottom: 0.4em;
    right: 0.8em;
    height: 2.4em;
    width: 2.75em;
    transform: rotate(-15deg) skewX(-15deg);
  }

  input:checked + .switch-left + .switch-right::before {
    background-color: #ccc;
  }

  /* Keyboard Users */
  input:focus + .switch-left {
    color: #333;
  }

  input:checked:focus + .switch-left {
    color: #fff;
  }

  input:focus + .switch-left + .switch-right {
    color: #fff;
  }

  input:checked:focus + .switch-left + .switch-right {
    color: #333;
  }


  /* TIMER STYLES */
.timeContainer {
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeContainer .wrapper {
  padding: 10px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  font-size: 0.7rem;
}

.timeContainer .wrapper div {
  color: #ccc;
  text-align: center;
  width: 24%;
  height: 100px;
  padding: 0px 5px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.timeContainer .wrapper div:first-child{
  background: var(--banner-bg-color);
  color: white;
}

.timeContainer .wrapper div:nth-child(2){
  background: var(--banner-bg-color);
  color: white;
}

.timeContainer .wrapper div:nth-child(3){
  background: var(--hover-color);
  color: #fff;
}

.timeContainer .wrapper div:last-child{
  background: var(--hover-color);
  color: #fff;
}

.timeContainer .wrapper div h2 {
  font-size: 3rem;
}

.dots
{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.dot{
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 5px;
  background-color: var(--banner-bg-color);
  opacity: 0.4;
}
.dot.selected{
  opacity: 1;
}

@keyframes beat {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.7);
  }
}

@keyframes beat2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

@keyframes pop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

/* RESPONSIVE - PAGE */

@media (max-width: 1000px) {
    .bloc-login { width: 100%; }

    .main-donateur { flex-direction: column; gap: 20px; }
    .left-donateur { width: 100%; }
    .right-donateur { width: 100%; }
    .bloc-donateur-home-bottom { display: none; }
    .btn-accueil-menu { height: 60px; }

    .login-blocs { display: flex; flex-direction: column; }
    .dots { display: flex; }

    .hide-mobile { display: none; }
    .show-mobile { display: block; }
}

@media (min-width: 1000px) {
    .show-mobile { display: none; }
    .dots { display: none; }
}
