/* KGH*/

/*
.compterebour {
    width: 80%;
    background: #000;
    color: #FFF;
    font-size: 2em;
    padding: 23%;
    margin-top: 5px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: inline-block;
}
*/
/* affichage version deploiement recette */
#version-info.recette {
    background: #d9534f; /* rouge pour recette */
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 10px;
}

.partner-logo {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .partner-logo {
        width: 120px;
        height: 120px;
    }
}

.compterebour {
    color: #FFF;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 
                 -1px -1px 2px rgba(0, 0, 0, 0.6),
                 0 0 10px rgba(0, 0, 0, 0.5);
}

#countdown {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

#countdown > div {
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#intro .carousel-content p.text-uppercase {
    color: #000 !important;
    font-size: 1.5em;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8),
                 -1px -1px 2px rgba(255, 255, 255, 0.8);
}

.text-redColor{
    color:red
    !important
}

.text-jourEvenement{
    color:rgb(38, 6, 56);
    font-size: 2em;
    font-weight:bolder;
}

/*
@media only screen and (min-resolution: 117dpi) and (max-resolution: 119dpi),
only screen and (min-resolution: 131dpi) and (max-resolution: 133dpi),
only screen and (min-resolution: 145dpi) and (max-resolution: 154dpi),
only screen and (min-resolution: 162dpi) and (max-resolution: 164dpi),
only screen and (min-resolution: 169dpi) {
    .compterebour {
        width: 80%;
        background: #FFF;
        color: #000;
    }
}

@media only screen and (min-resolution: 165dpi) and (max-resolution: 168dpi),
only screen and (min-resolution: 155dpi) and (max-resolution: 160dpi),
only screen and (min-resolution: 134dpi) and (max-resolution: 144dpi),
only screen and (min-resolution: 120dpi) and (max-resolution: 130dpi),
only screen and (max-resolution: 116dpi) {
    .compterebour {
        width: 80%;
        background: red;
        color: #000;
    }
}
*/

/* Big view stuff goes here. Non mobile*/

@media (min-width: 770px) {
    .compterebour {
        background: #000;
        color: #FFF;
        font-size: 2em;
        padding: 23%;
        margin-top: 5px;
        border-radius: 50%;
        margin-bottom: 10px;
        display: inline-block;
    }
}

/* Smaller view stuff goes here.*/

/*
@media (max-width: 580px) and (min-width: 400px) {
    
    .compterebour {
        width: 80%;
        background: #FFF0FF;
        color: #000;
    }
}
*/

/* Stuff for really small views goes here. */

/*
@media (max-width: 399px) {
    .compterebour {
        width: 80%;
        background: #44FFEE;
        color: #000;
    }
}
*/

#soutenez-nous {
    padding: 60px 0;
    /*   height: 95vh;*/
}




.maps {
    max-width: 100%;
    height: auto;
    /* width: 350px; */
    /* height: 270px */
  width: 100%;
  height: 400px;

}
/* fin test map */

/* Video archives Section */
.videos-archives-section {
  padding: 60px 0;
}

.video-archive-card {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.video-archive-card--placeholder {
  min-height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
}

.video-archive-player {
  position: relative;
  width: 100%;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-archive-player--short {
  aspect-ratio: 9 / 16;
  max-height: 620px;
}

.video-archive-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-archive-content {
  padding: 24px;
}

.video-archive-content--centered {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-archive-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #18d26e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.video-archive-badge--secondary {
  background: #0b6bd3;
}

.video-archive-content h4 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.video-archive-content p {
  margin-bottom: 14px;
  color: #555;
  line-height: 1.7;
}

.video-archive-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e2001a;
  font-weight: 700;
}

.video-archive-link:hover {
  color: #b10014;
  text-decoration: none;
}

.video-archive-note {
  margin-bottom: 0;
  font-size: 14px;
  color: #777;
}

@media (max-width: 991px) {
  .video-archive-card {
    margin-bottom: 30px;
  }

  .video-archive-player--short {
    max-height: none;
  }
}

@media (max-width: 767px) {
  .videos-archives-section {
    padding: 45px 0;
  }

  .video-archive-content {
    padding: 20px;
  }

  .video-archive-content h4 {
    font-size: 20px;
  }
}
/* acces-aid Section
--------------------------------*/

#acces-aid {
    background: linear-gradient(180deg, rgba(24, 210, 110, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 60px 0 40px 0;
    position: relative;
}

#acces-aid::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: 9;
}

#acces-aid .container {
    position: relative;
    z-index: 10;
}

#acces-aid .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

#acces-aid .about-col .img {
    position: relative;
    height: 350px;
    overflow: hidden;
}

#acces-aid .about-col .img img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#acces-aid .about-col .img .maps {
    height: 100%;
}

#acces-aid .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #18d26e;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#acces-aid .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#acces-aid .about-col:hover .icon {
    background-color: #fff;
}

#acces-aid .about-col:hover i {
    color: #18d26e;
}

#acces-aid .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#acces-aid .about-col h2 a {
    color: #000;
}

#acces-aid .about-col h2 a:hover {
    color: #18d26e;
}

#acces-aid .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

/* Logo header */
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 50px;
    width: auto;
    border-radius: 5px;
    margin-right: 12px;
}

.logo-text {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .logo-img {
        height: 35px;
    }
    .logo-text {
        font-size: 16px;
    }
}

/* todo */
.logo-picture {
    width: 2px !important;
    margin: 0%;
}

#intro .intro-evenement-en-cours-text h3,
#intro .intro-evenement-en-cours-text p {
    width: 100%;
    margin: 0 0 20px 0;
}

/* Section Équipe - cartes uniformes */
#about .about-cols {
    display: flex;
    flex-wrap: wrap;
}

#about .about-cols > [class*="col-"] {
    display: flex;
}

#about .about-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#about .about-col p,
#about .about-col ul {
    flex-grow: 1;
}