.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.card:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  /* Ombre plus prononcée sur le survol */
  transform: scale(1.05);
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  /* Effet de transition doux */
}

.card-no-transform:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05); /* Ombre moins prononcée sur le survol */
  transform: none; /* Annule la transformation appliquée dans le style parent */
}

.card-no-transform-no-shadow:hover {
  box-shadow: none; /* Ombre moins prononcée sur le survol */
  transform: none; /* Annule la transformation appliquée dans le style parent */
}

.arrow {
  transition: transform 0.3s ease;
}

.event-accordion-button {
  padding: 0px;
  margin: 0px;
}

.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: rgba(0,0,0,.125);
}

.event-accordion-button::after {
  /* effacer la flèche de boostrap */
  background-image: initial;
  width: 0;
}

.event-pocket {
  align-items: center;
  width: 100%;
}

.event-pocket h3 {
  padding: 0px;
  margin: 0px;
}

.event-card {
  display: flex;
  align-items: center;
  border: 1px;
  border-bottom: 1px solid #dc3545;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.event-date {
  padding: 0.5rem 1.0rem;
  margin-right: 1rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  /* Assurez-vous que le conteneur a une hauteur pour le centrage */
  background-color: #dc3545;
  color: white;

}

/* pour ne pas avoir la petite barre au dessus de la description des évènements quand on clique ailleurs */
.event-accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus {
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
}

.event-date .month {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.event-date .day {
  font-size: 1.5rem;
  font-weight: bold;
}

.event-content {
  flex-grow: 1;
  font-weight: bold;
}

.event-content h5 {
  font-size: 16px;
  /* Taille de police pour le titre */
  font-weight: bold;
  /* Gras pour le titre */
  margin-bottom: 0.25rem;
}

.event-content .description {
  font-weight: normal;
  /* Police normale pour la description */
  color: #6c757d;
  /* Couleur de la police pour la description, utilisez une couleur plus claire ou grise si vous le souhaitez */
  font-size: 14px;
  /* Taille de police plus petite pour la description */
  margin-bottom: 0.5rem;
}

.event-content .time-location {
  font-weight: normal;
  font-size: 14px;
  color: #343a40;
  /* Couleur de la police pour l'heure et le lieu */
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
}

.event-accordion-body {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 10px !important;
  margin-bottom: 1rem !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
}

.footer {
  background-color: #2d427b;
}

.width-category-icons {
  max-height: 150px;
  max-width: 250px;
}

.body_cgu {
  counter-reset: section; /* On initialise le compteur à 0 */
}

.body_cgu p {
  text-align: justify;
  text-justify: inter-word;
}

.cgu_title::before {
  counter-increment: section; /* On incrémente le compteur section */
  content: counter(section) ". "; /* On affiche le compteur */
}

.cgu_title {
  margin-top: 2em;
  margin-bottom: 1em;
}

.width-icones {
  max-height: 150px;
  max-width: 225px;
}

.sib-form-message-panel {
  font-size:16px; 
  text-align:left; 
  font-family:"Helvetica", sans-serif; 
  border-radius:3px; 
  max-width:350px;
}

.sib-form-message-panel-a {
  color:#661d1d; 
  background-color:#ffeded; 
  border-color:#ff4949;
}

.sib-form-message-panel-b {
  color:#085229; 
  background-color:#e7faf0; 
  border-color:#13ce66;
}

.sib-container--vertical {
  text-align:center; 
  background-color:rgba(255,255,255,1); 
  max-width:350px; 
  border-width:0px; 
  border-color:#C0CCD9; 
  border-style:solid; 
  direction:ltr
}

.entry__error--primary {
  font-size:16px; 
  text-align:left; 
  font-family:"Helvetica", sans-serif; 
  color:#661d1d; 
  background-color:#ffeded; 
  border-radius:3px; 
  border-color:#ff4949;
}

.entry__specification {
  font-size:12px; 
  text-align:left; 
  font-family:"Helvetica", sans-serif; 
  color:#8390A4; 
  text-align:left
}

.sib-form-block__button-with-loader {
  font-size:16px; 
  text-align:left; 
  font-weight:700; 
  font-family:"Helvetica", sans-serif; 
  color:#FFFFFF; 
  background-color:#0B24B5; 
  border-radius:3px; 
  border-width:0px;
}

.padding-80 {
  padding: 8px 0;
}

.iframe-football {
  border-radius: 5px;
  border:0px #ffffff none;
}

.iframe-solutions {
  border-radius: 8px;
}

.no-decoration {
  text-decoration: none;
  color: #000000;
}

.no-blue-outline:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: rgba(0,0,0,.125);
}

.card-search-result {
  padding: 16px 20px;
  border-radius: 5px !important;
  border: 1px solid #e4e4e4;
}

.display-middle {
  display: flex; 
  flex-direction: column; 
  justify-content: space-evenly;
}

.display-bottom {
  display: flex; 
  flex-direction: column; 
  justify-content: flex-end;
}

.version-mobile {
  display:none;
}
.version-ordi {
  display: block;
}
.searchbar {
  width: 50%;
}
.margin-homepage {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .version-mobile {
    display:block;
  }
  .version-ordi {
    display: none;
  }
  .searchbar {
    width: 100%;
  }
  .margin-homepage {
    margin-bottom: 0rem;
  }  
}
@media (min-width: 992px) { 
#search-area {
  width: 75%;
  max-width: 600px; /* Ajustez cette valeur si nécessaire */
  margin: auto;
}
.form-control {
  flex: 1;
}


}

@media (max-width: 768px) {
#search-area {
width: 95%;
margin-left: 6px;
}

.width-category-icons {
margin-top: 50px;
}

} 


/* Begin Brevo Form */
@font-face {
  font-display: block;
  font-family: Roboto;
  src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container a {
  text-decoration: underline;
  color: #2BB2FC;
}

.sib-form {
  padding: 0px !important;
  text-align: center;
  background-color: transparent;
}

#sib-container {

  padding: 0px !important;
}

.navigation-links a {

  color: #000;
  /* La couleur du texte des liens */

  padding: 0.5rem 1rem;
  /* Espacement autour du texte des liens */

  text-decoration: none;
  /* Aucun soulignement */

  background-color: transparent;
  /* Fond transparent */

  border: none;
  /* Pas de bordure */

}

.navigation-links a:not(:last-child) {

  border-right: 1px solid #000;
  /* Bordure entre les liens */

}

.navigation-links a:hover {

  background-color: #e9ecef;
  /* Couleur de fond au survol */

}

.card-body .list-group-item a:not(:hover) {
  text-decoration: none;
  color: #000;
}

.custom-sib-form-container {
  background: none;
  box-shadow: none;
  border: none;
}
.custom-sib-form {
  width: 100%;
}
.custom-input-group {
  display: flex;
  background: transparent;
}
.custom-input-group input {
  flex: 1;
  border-right: none;
  background-color: white;
}
.custom-input-group button {
  border-left: none;
}

.NewsFondBleu {
background-color: #2d427b;
}

.btn-primary {
  background-color: #0B24B5;
  border: 1px solid #0B24B5;
}


.btn-primary.disabled {
  background-color: #416EA9;
  border: 1px solid #416EA9;
}

.btn-primary:hover {
  background-color: #416ea9;
  border: 1px solid #416ea9;
}

.btn-primary:disabled {
  background-color: #666666;
  border: 1px solid #666666;
}

.btn-primary:focus {
  background-color: #416ea9;
  border: 1px solid #416ea9;
}

a, .link-primary {
  color: #0B24B5;
}

btn btn-link{
  color: #0B24B5;
}
.btn-danger {
  background-color: #d8171c;
}

.btn-danger:hover {
  background-color: #e9171c;
}

.btn-outline-primary {
  color: #0B24B5 !important;
  border-color: #0B24B5 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff !important;
  background-color: #0B24B5 !important;
  border-color: #0B24B5 !important;
}
.btn-link {
  color: #0B24B5 !important;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: darken(#0B24B5, 10%) !important; /* Assurez-vous d'ajuster la fonction darken pour votre besoin */
}


