@media (max-width: 768px) {
  .site-logo a {
    color: #000; /* noir */
  }

  
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: #000 !important;
}

.site-logo a {
    color: #000 !important;
}


.cta a span {
  border-color: #be1db4 !important;
  background: #be1db4 !important;

}

.bg-light {
  background-color: #F2F2F2 !important;
  color: #000 !important;
}

.intro-section, .intro-section .container > .row {
  min-height: 540px !important;
}

@media (max-width: 575px) {
  .intro-section,
  .intro-section .container > .row {
    min-height: 1100px !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


@media (max-width: 760px) {
  .intro-section,
  .intro-section .container > .row {
    min-height: 1100px !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1000px) {
  .intro-section,
  .intro-section .container > .row {
    min-height: 990px !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


.intro-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}



.intro-section h1 {
  margin-bottom: 1 rem !important;
}

.site-navbar {
    background-color: #fff !important;
}

@media (max-width: 768px) {
  .slide-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 900px) {
  .slide-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1000px) {
  .slide-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .col-lg-6.custom-mobile-margin {
    margin: 0 0 auto !important;
  }
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.courses-title {
  padding-bottom: 8rem !important;
}

@media (max-width: 575px) {
  .courses-title {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 990px) {
  #programs-section {
    padding: 0.1em 0 !important;
  }

  #teachers-section {
    padding: 0.1em 0 !important;
  }
}

.footer-section {
  padding: 0em 0 !important;
}


#scrollUpBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background-color: #123456;
  color: #fff;
  padding: 12px 15px;
  border-radius: 50%;
  text-align: center;
  display: none;
  transition: opacity 0.3s ease;
}

#scrollUpBtn:hover {
  background-color: #0d2a45;
  color: #fff;
}


.contact-info i {
  width: 25px;
}

.contact-info a {
  font-size: 1.1rem;
  word-break: break-word;
}

@media (max-width: 576px) {
  .contact-info p {
    font-size: 1rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .teacher img {
    margin-top: -73px !important;
  }
}

@media (max-width: 991.98px) {
  .site-section-teacher {
    padding: 2em 0 !important;
  }
}

@media (max-width: 991.98px) {
  .section-title-confiance {
    margin-bottom: 0.8rem !important;
  }
}

@media (max-width: 991.98px) {
  .site-section-confiance {
    padding: 0em 0;
  }
}

@media (max-width: 991.98px) {
  .programs-section-zs {
    padding: 0em 0;
  }
}


.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #090d11 !important;
  font-weight: bold !important;
}



/* Assurer un alignement vertical au centre */
.site-navbar {
  display: flex;
  align-items: center; /* Centre les éléments verticalement */
  justify-content: space-between; /* Espaces égaux entre les éléments */
  padding: 0.5rem 1rem; /* Padding pour améliorer l'espacement général */
}

/* Appliquer Century Gothic à l'ensemble du texte */
body {
  font-family: 'Century Gothic', sans-serif;
}

/* Ajuster les éléments du menu pour rapprocher les liens */
.site-menu li {
  display: inline-block;
  padding: 0 8px; /* Réduire le padding horizontal pour rapprocher les éléments */
  vertical-align: middle; /* Assurer l'alignement vertical des éléments */
}

/* Réduire l'espacement entre les menus */
.site-menu {
  margin-right: 15px; /* Réduire l'espace entre le menu principal et le menu de contact */
  margin-left: 15px; /* Réduire l'espace entre le menu principal et le menu de contact */
}

/* Ajuster la taille du logo pour garder une bonne proportion */
.site-logo a {
  font-size: 1.8rem; /* Ajuster la taille du logo */
  text-decoration: none;
  color: #000; /* Couleur du texte du logo */
  display: flex;
  align-items: center;
}

/* Pour les petits écrans (menu mobile) */
.site-menu-toggle {
  display: none; /* Masquer le toggle sur grand écran */
}

/* Ajuster l'affichage des liens quand le menu est mobile */
@media (max-width: 991px) {
  .site-menu {
    display: none; /* Masquer le menu par défaut */
  }

  .site-menu-toggle {
    display: block; /* Afficher le toggle pour petits écrans */
  }

  .site-navbar {
    justify-content: flex-start; /* Aligner les éléments à gauche sur mobile */
  }
}

/* Pour les liens "Témoignages" et "Nous contacter" */
.nav-link {
  color: #000; /* Couleur des liens */
  text-decoration: none;
  font-weight: normal;
}

.nav-link:hover {
  text-decoration: underline; /* Souligner les liens au survol */
}

.slide-1 {
    background-color: #F2F2F2 !important;
    color: #000; /* texte en noir */
}

.intro-section,
.slide-1 {
  background-color: #F2F2F2 !important;
  background-image: none !important;
  color: #000 !important;
}

.slide-1.no-overlay::before {
  background: none !important;
  opacity: 0 !important;
}

.slide-1, .slide-1 p, .slide-1 h1 {
  color: #000 !important;
}

/* Utilisation de la police Century Gothic partout sur le site */
body {
  font-family: "Century Gothic", "Segoe UI", sans-serif !important;
  color: #000; /* Choisir une couleur de texte standard */
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Segoe UI", sans-serif !important;
}

p {
  font-family: "Century Gothic", "Segoe UI", sans-serif !important;
}

a {
  font-family: "Century Gothic", "Segoe UI", sans-serif !important;
  text-decoration: none; /* Pour enlever les soulignements par défaut des liens */
}

button, input, select, textarea {
  font-family: "Century Gothic", "Segoe UI", sans-serif !important;
}

.intro-section h1 {
  margin-bottom: 0.8rem !important;
}


/* Fixe une hauteur fixe pour les éléments du carrousel */
.owl-carousel .course {
    height: 350px; /* Vous pouvez ajuster cette valeur selon vos besoins */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Force les images à occuper une hauteur précise */
.owl-carousel .course img {
    object-fit: cover;
    width: 100%;
    height: 200px; /* Ajustez la hauteur de l'image en fonction de vos besoins */
}

/* S'assurer que le texte occupe l'espace restant sans déborder */
.owl-carousel .course-inner-text {
    flex-grow: 1;
    padding: 10px;
}

/* Ajuster le texte pour qu'il ne dépasse pas */
.owl-carousel .course-inner-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px; /* Ajustez en fonction de la hauteur du texte */
}


.owl-carousel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.owl-carousel .course {
    flex: 1 1 30%; /* Chaque élément prendra 30% de la largeur du conteneur */
    box-sizing: border-box;
}
