@import url(https://db.onlinewebfonts.com/c/1b79043f572774c9cd99b89bd6f02a1f?family=ITC+Handel+Gothic+Arabic+W23Md);

@font-face {
  font-family: "ITC Handel Gothic Arabic W23Md";
  src: url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.eot");
  src: url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.eot?#iefix")
      format("opentype int�gr�"),
    url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.svg#ITC Handel Gothique Arabe W23Md")
      format("svg");
}

header {
  position: relative;

  color: white;
  top: 0;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner {
  position: relative;
  height: 100vh;
  color: white;
  top: 0;
}
.banner-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-content {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;

  z-index: 2;
  text-align: right;
  top: 50%;

  padding-right: 2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ffffff !important;
}

.banner-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.banner-content .btn {
  border-radius: 40px;
  border: 1px solid #00b6b6 !important;
  margin-bottom: 1rem;

  color: white;

  padding: 1rem 4rem;
  height: auto;
}

.navbar .btn {
  border-radius: 100%;
  background-color: #76469e;
  border: 1px solid #76469e;
  width: auto;
  height: auto;
  border-radius: 48px;
}
.navbar .btn3 {
  width: auto;
  height: auto;
}

.navbar .btn2 {
  margin-left: 1rem;
  padding: 5px 1rem;
  border-radius: 20px;
  background-color: #00b6b6;
  color: white;
  border: 1px solid #00b6b6;
  width: auto;
  height: auto;
}

.navbar-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.search-icon {
  cursor: pointer;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
}
.search-overlay.active {
  visibility: visible;
  opacity: 1;
}
.search-overlay input {
  width: 50%;
  padding: 1rem;
  font-size: 1.2rem;
  border: none;
  outline: none;
}
.social-icons {
  position: absolute;
  left: 1rem;
  top: 30%;
  transform: translateY(-50%);
  z-index: 2;
  display: grid;
  gap: 0.5rem;
}
.social-icons a {
  color: white;
  font-size: 1.4rem;
}

.social-icons::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 80%;
}

body {
  font-family: "ITC Handel Gothic Arabic W23Md";
}

html {
  overflow-x: hidden;
  text-align: initial;
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  text-align: initial;

  overflow-x: hidden;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.header-navbar-wrapper {
  position: fixed; /* Fixe la section en haut de la page */
  top: 0; /* Positionne la section en haut */
  right: 0; /* Positionne la section à gauche */
  width: 100%; /* Prend toute la largeur de la page */
  z-index: 1000; /* Assure que la section reste au-dessus des autres éléments */
}

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;

  background-color: #2e1866 !important; /* Couleur de fond pour le header */
  padding: 10px 0px 0px 0px;
}

.container2 {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  top: 0;
}

.container-fluid {
  width: 100%;

  margin: 0 auto;
}

.container-lg {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

header a {
  color: #fff;
}

header img {
  height: 22px;
}

.social-icons img {
  margin-right: 20px;
}

header .btn {
  border-radius: 10px;
  padding: 6px 12px 6px 12px;
  transition: all 0.3s ease;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
}

header .btn-outline-secondary {
  color: white;
}

header .btn-outline-secondary:hover {
  color: #fff;
  background-color: #00b6b6;
}

header .btn-outline-secondary:link {
  color: #fff;
  background-color: #00b6b6;
}

header .btn-outline-secondary:onclick {
  color: #fff;
  background-color: #00b6b6;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #2e1866;
  z-index: 9999;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-overlay .form-control {
  background: white;
  border: none;
  border-radius: 50px;
  color: #333;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-overlay .form-control::placeholder {
  color: #999;
}

.search-overlay .form-control:focus {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  outline: none;
}

.search-overlay .btn {
  border-radius: 50px;
  padding: 0.5rem 2rem;
  background: white;
  color: var(--primary-color);
  margin-left: 10px;
}

.search-overlay .btn:hover {
  background: var(--primary-color);
  color: white;
}

.search-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.search-overlay {
  background-color: rgba(25, 4, 58, 0.8);

  border: none;

  color: white;
  padding: 3rem 2rem 4rem;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.form-control {
  border: none;
  border: 2px solid white;
  border-radius: 50px;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;

  color: white;
  padding: 1rem 1rem;
  font-size: 1.5rem;
}

.input-group {
  margin-top: 120px;
}

.search-overlay .form-control:focus {
  box-shadow: none;
  border-color: white;
}

.search-overlay .btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 1.5rem;
}

.close-search {
  background: transparent;
  border: none;
  transition: transform 0.3s ease;
}

.close-search:hover {
  transform: rotate(180deg);
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 900 !important;
}

.navbar-brand img {
  object-fit: contain;
  display: block;
  width: auto;
  height: 4rem;
  margin-left: 22px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;

  z-index: 10;

  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #fff;
}
.navbar:hover {
  background-color: rgba(46, 24, 102, 0.6);
}

.navbar.scrolled {
  background-color: rgba(46, 24, 102, 0.6);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  align-items: center;
}

.navbar li {
  color: white;
}
.navbar-nav .nav-link {
  color: white;
  font-size: 18px;
  text-align: right;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-nav .nav-item:hover .dropdown-menu {
   animation: fadeIn 0.3s ease-in-out;
  background-color: rgba(46, 24, 102, 0.6);
  text-align: right;
}
.navbar-nav .dropdown-menu{
  text-align: right;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-nav .btn-outline-light {
  margin-right: 0;
  margin-left: 1rem;
}
.navbar-nav .nav-item:last-child {
 
  color: white;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #00b6b6;
}

.dropdown-item {
  background-color: rgba(46, 24, 102, 0.6);
  color: aliceblue;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  background-color: rgba(46, 24, 102, 0.6);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 3rem !important;
  vertical-align: 0.255em;
}

header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em !important;
  vertical-align: 0.255em;
}

.btn:hover {
  background-color: rgba(46, 24, 102, 0.6);
}

.hero .overlay {
  color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  font-size: 4rem;
}

.hero p {
  font-size: 24px;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100vh; /* Adapte la hauteur selon vos besoins */
  overflow: hidden;
  text-align: center;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}

.content1 {
  position: relative;
  z-index: 1;
  color: white; /* Ajuster selon le contraste avec la vid�o */
  text-align: right; /* Centrer le texte */
  padding: 200px 20px 20px 20px;
  margin: 0 auto; /* 400px auto 0 auto; */
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Couleur superpos�e */
  z-index: 0;
}

.banner-section {
  height: 100vh; /* Définit la hauteur de la section */
  display: flex; /* Active Flexbox pour la section entière */
  align-items: center; /* Centre le contenu verticalement */
  justify-content: flex-start; /* Centre le contenu horizontalement */
  position: relative; /* Positionnement relatif pour la section */
}

.banner-section .container {
  z-index: 1; /* Assure que le contenu soit au-dessus de la vidéo */
  display: flex; /* Active Flexbox pour le container */
  align-items: center; /* Centre le contenu verticalement */
  justify-content: flex-start; /* Centre le contenu horizontalement */
  flex-direction: row; /* Place les éléments dans une colonne */
  text-align: right; /* Centre le texte */
}
.banner-section ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.banner-section h1 {
  font-size: 36px; /* Taille du texte */
  color: #fff; /* Couleur du texte */
}

.kalema {
  padding: 100px 0 0;

  background: linear-gradient(
    90deg,
    rgba(0, 212, 255, 0) 0%,
    rgba(47, 141, 151, 1) 100%
  );
}

.kalema .kalema-content {
  display: flex;

  align-items: center;
  justify-content: flex-start;
  text-align: right;
  color: white;
}

.kalema-image {
  max-width: 40%;
 

  position: relative;
  right: -11px;
  bottom: 0px;
}

.kalema-text {
  max-width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}

.kalema-text h2 {
  font-size: 24px;
}
.kalema-text h5 {
  font-weight: bold;
  color: #4894ab;
}

.kalema-text p {
  font-size: 1.2rem;
  text-align: justify;
  font-weight: 200;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}
@media (max-width: 768px) {
  .kalema .kalema-content {
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-content: space-between;
    align-items: center;
    height: 80vh;
  }.navbar-toggler {
    filter: invert(7);}

  .kalema-text p {
    font-size: 1rem;
    text-align: justify;
    font-weight: 200;
  }

  .kalema-text h2 {
    font-size: 1.2rem;
  }

  .kalema-text {
    max-width: 100%;

    justify-content: start;
    align-content: center;
    font-size: 0.5rem;
  }
  .kalema-image {
    display: flex;

    justify-content: center;
    align-items: center;

    max-width: 100%;
    right: 0;
  }
}

.manager-section .leader img {
  width: 40%;
  margin-bottom: 10px;
}

.manager-section .row img {
  width: 100%;
}

.services-section {

  background-image: url('img/bg1_Gr.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;

  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .kalema .kalema-content {
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-content: space-between;
    align-items: center;
    height: auto;
  }



  .kalema-text p {
    font-size: 1rem;
    text-align: justify;
    font-weight: 200;
  }

  .kalema-text h2 {
    font-size: 1.2rem;
  }

  .kalema-text {
    max-width: 100%;

    justify-content: start;
    align-content: center;
    font-size: 0.5rem;
  }
  .kalema-image {
    display: flex;

    justify-content: center;
    align-items: center;
  }
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon-service {
  width: 18%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tiret {
  content: "";
  border-bottom: 1px solid white;

  margin: 0 auto;
  margin-bottom: 100px;
}

.espace {
  display: flex;

  justify-content: flex-start;
  position: relative;
  top: -40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tiret02 {
  content: "";
  border-bottom: 0.5px solid white;
  width: 90%;
  margin: 0 auto;
}
.service-item img {
  margin-bottom: 40px;
  margin: 0 auto;
}
.service-item {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
  border: solid rgba(0, 0, 0, 0.15) !important;
}
.service-item:hover {
  background-color: rgba(93, 93, 93, 0.34);
  transform: translateY(-10px);
  border: solid rgba(255, 255, 255, 0.1);
}
.service-item i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: var(--accent-color);
  transition: all 0.3s ease;
}
.service-item:hover i {
  transform: scale(1.2);
}

.stats-section {
  background-image: url("img/pat.jpg");
  color: white;
  padding: 170px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 65vh !important;

  display: flex;
}
.stats-section p {
  text-align: center;
}
.stat-item {
  padding: 20px;
  font-size: 28px;
  font-weight: 200;
  transition: all 0.3s ease;
}

.stat-number {
  text-align: center;
  font-size: 6rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: var(--accent-color);
}

.partners-section {
  min-height: 500px !important;
  align-items: center;
}

.partners-section h1 {
  padding-bottom: 80px;
}

.partner-logo {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  padding: 20px;
}

.partner-logo:hover {
  filter: grayscale(0%);
}

/* Styles généraux pour la section News */

.carousel-item {
  transition: transform 0.8s ease-in-out;
}

.news-carousel-section {
  background-color: #f4f8fa;
}

.tweet-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
}

.tweet-slide img {
  max-width: 80%;
}

.news-title {
  color: rgb(49, 24, 115);
  font-size: 24px;
  margin-right: 10%;
}

.news-text {
  margin-right: 10%;
  margin-top: 20px;
  color: #34495e;
  line-height: 1.6;
}

.carousel-item li {
  max-height: 48px;
}

.fabtwitter {
  max-height: 48px;
}
#newsCarousel {
  padding-left: 5%; /* Ajustement pour laisser de la place au bouton de gauche */
  padding-right: 5%; /* Ajustement pour laisser de la place au bouton de droite */
}

.btn-success {
  margin-top: 20px;
  background-color: #00adaf;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 1rem;
  margin-right: 10%;
}

.btn-success:hover {
  background-color: #00adaf;
}

#newsCarousel .carousel-indicators {
  position: static;
  margin-top: 10px;
}
#newsCarousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00277e;
  opacity: 0.5;

  transition: opacity 0.3s ease;
  margin: 0 10px 15px 10px;
}
#newsCarousel .carousel-indicators button.active {
  opacity: 1;
}
#newsCarousel .carousel-inner {
  padding-bottom: 25px;
}

#backToTop {
  background-color: #1d0e45;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  bottom: 30px;

  transition: background-color 0.3s;
}

.fa .fa-twitter {
  font-family: sans-serif;
}

.fa.fa-twitter::before {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
    no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
    no-repeat center;
  background-position: center 3px;
}

/*********footer*******************/
.kilimanjaro_area {
  position: relative;
  z-index: 1;
}
.foo_top_header_one {
  background: #1d0e45;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  color: #fff;
}
.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.foo_top_header_one {
  color: #fff;
}
.kilimanjaro_part {
  margin-bottom: 30px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}
.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}
.kilimanjaro_single_contact_info > p,
.kilimanjaro_single_contact_info > h5,
.kilimanjaro_blog_area > a,
.foo_top_header_one .kilimanjaro_part > p {
  color: rgba(255, 255, 255, 0.5);
}
p,
ul li,
ol li {
  font-weight: 300;
}
ul {
  margin: 0;
  padding: 0;
}
.kilimanjaro_bottom_header_one {
  background-color: #1d0e45;
}
.section_padding_50 {
  padding: 20px 0;
}
.kilimanjaro_bottom_header_one p {
  color: #fff;
  margin: 0;
}
p,
ul li,
ol li {
  font-weight: 300;
}
.kilimanjaro_bottom_header_one a {
  color: inherit;
  font-size: 14px;
}

a {
  font-weight: 400;
  color: white;
  text-decoration: none;
}
a:hover {
  font-weight: 400;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.m-top-15 {
  margin-top: 15px;
}
ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_widget > li {
  display: inline-block;
}
p,
ul li,
ol li {
  font-weight: 300;
}
ol li,
ul li {
  list-style: outside none none;
}
.kilimanjaro_widget a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 7px 12px;
}
ul {
  margin: 0;
  padding: 0;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.kilimanjaro_links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
top-15 {
  margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}
.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}
.kilimanjaro_social_links > li {
  display: inline-block;
}
p,
ul li,
ol li {
  font-weight: 300;
}
.kilimanjaro_social_links a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 7px 12px;
}
.kilimanjaro_blog_area .kilimanjaro_date {
  color: #27ae60;
  font-size: 13px;
  margin-bottom: 5px;
}
.kilimanjaro_blog_area > p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  margin-bottom: 0;
}
.kilimanjaro_works > a {
  display: inline-block;

  position: relative;
  width: 33.33333333%;
  z-index: 1;
}
.kilimanjaro_thumb {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}
.kilimanjaro_links a i {
  padding-right: 10px;
}
/* :: 18.0 Footer Area CSS */

.footer_area {
  position: relative;
  z-index: 1;
}
.footer_bottom p > i,
.footer_bottom p > a:hover {
  color: #27ae60;
}

.social_links_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social_links_area > a:hover {
  color: #27ae60;
}

.inline-style .social_links_area > a:hover {
  background-color: transparent;
  color: #27ae60;
  border: 0px solid transparent;
}
.single_feature:hover .feature_text h4 {
  color: #27ae60;
}
.kilimanjaro_blog_area {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 0 0 15px 90px;
  position: relative;
  z-index: 1;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.feature-card {
  background-color: rgba(255, 255, 255, 0.9);

  padding: 0;
  text-align: right;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card-content {
  padding: 20px;
}

.card-date {
  color: #666;
  font-size: 0.7rem;
  margin-bottom: 10px;
}

.feature-card h3 {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.card-description {
  color: var(--text-color);
  margin-bottom: 20px;
  font-size: 0.8rem;
}

.feature-card .btn {
  align-self: flex-start;
  margin: 0 20px 20px;

  background-color: #00adaf;
  border: none;
  color: white;
  position: relative;

  border-radius: 40px;
  font-size: 1rem;
  border: 4px solid #76469e;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.2);
}

@media (max-width: 768px) {
  .feature-card {
    height: auto;
    margin-bottom: 20px;
  }

  .feature-card .btn {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .header {
    padding: 5px 0;
  }

  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    z-index: 2;
    text-align: right;
    top: 30%;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ffffff !important;
  }

  .banner-content h1 {
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
    padding-left: 10%;
  }
  .banner-content .btn {
    border-radius: 40px;
    border: 1px solid #00b6b6 !important;
    margin-bottom: 0.5rem;

    color: white;

    padding: 0.35rem 3rem;
    height: auto;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-link {
    margin: 5px 0;
  }

  .registration-dropdown {
    width: 100%;
    text-align: center;
  }

  .hero-section {
    padding: 30px 0;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section .lead {
    font-size: 1rem;
  }

  .collapse-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .video-overlay-section .container {
    padding: 20px;
  }

  .service-item,
  .animated-service-item,
  .value-card {
    margin-bottom: 20px;
  }

  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .video-gallery .col-md-4,
  .image-gallery .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #newsCarousel .carousel-item img {
    margin-bottom: 15px;
  }

  .contact-section form {
    padding: 15px;
  }

  .form-control {
    margin-bottom: 10px;
  }

  .footer {
    text-align: center;
  }

  .footer .col-md-4 {
    margin-bottom: 30px;
  }

  .social-icons {
    justify-content: center;
    margin-top: 15px;
  }

  .search-overlay .search-content {
    width: 90%;
    padding: 15px;
  }

  .search-overlay {
    transform: translateX(100%);
  }

  .search-overlay.active {
    transform: translateX(0);
  }

  .banner {
    padding: 15px 0;
  }

  .page-title {
    font-size: 2rem;
  }

  .banner .btn {
    display: block;
    margin-bottom: 10px;
  }
}

/* style Section news */
/* Section principale */
.news-section {
  background-color: #e3ebf4;
}

.card {
  border: none;
  border-radius: 20px;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1e1243;
  padding: 0 10px;
}
h5 {
  padding: 0 10px;
}
p {
  text-align: justify;
  padding: 0 10px;
}

/* Conteneur du slider */
.slider-container {
  position: relative;
  overflow: hidden; /* Cache les cartes en dehors de la zone visible */
  max-width: calc(500px * 3 + 2rem); /* Largeur pour 3 cartes + l'espacement */
  margin: auto; /* Centre la section */
}

/* Wrapper des cartes */
.slider-wrapper {
  display: flex;
  gap: 1.5rem; /* Espacement entre les cartes */
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 100px 0;
  direction: rtl;
}

/* Cartes */
.news-card {
  flex: 0 0 300px; /* Largeur fixe de chaque carte */
  scroll-snap-align: start; /* Alignement au début lors du défilement */
}

.slider-wrapper::-webkit-scrollbar {
  display: none; /* Cacher la barre de défilement */
}

.slider-wrapper {
  overflow-x: auto; /* Active le défilement horizontal */
  scrollbar-width: none; /* Cache la barre de défilement sur Firefox */
  -ms-overflow-style: none; /* Cache la barre de défilement sur Internet Explorer et Edge */
}

.card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 200px;
  object-fit: cover;
}

.card-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 0.9rem;
  color: #555;
}

.slider-btn {
  position: absolute;
  top: -30px; /* Position au-dessus des cartes */

  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.slider-btn:hover {
  background-color: none;
}

.prev-btn {
  right: 80%;
  top: 20px;
}

.next-btn {
  left: 10%;
  top: 20px;
}

/* Section Nos Partenaires */
.partners-section {
  min-height: 500px !important;
  align-items: center;
}

/* Animation du bouton Retour en Haut */
@keyframes scrollMouse {
  0% {
    top: 10px;
    opacity: 1;
  }
  50% {
    top: 20px;
    opacity: 0.5;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}

footer h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;

  display: inline-block;
}

footer ul {
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}

footer ul li {
  margin-bottom: 0.5rem;
  cursor: pointer;
}

footer ul li:hover {
  text-decoration: underline;
}

footer p {
  margin: 0;
}

/* Animation de la souris */
@keyframes scrollMouse {
  0% {
    top: 10px;
    opacity: 1;
  }
  50% {
    top: 20px;
    opacity: 0.5;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}

footer .text-start {
  padding-left: 1rem;
  margin-top: 1rem;
}
footer input {
  background-color: #1d0e45; /* Fond rose */
  border: none; /* Supprime la bordure par défaut */
  border-bottom: 2px solid #00adb5; /* Bordure inférieure jaune */
  color: #9d9999; /* Couleur du texte noir */
  padding: 0.5rem; /* Espacement interne */
  width: 100%; /* Largeur pleine */
  max-width: 300px; /* Largeur maximale pour un bon affichage */
  margin: 0 auto; /* Centre l'input */
  outline: none; /* Retire la bordure de focus par défaut */
}

footer input:focus {
  border-bottom: 3px solid #014447; /* Changement de couleur au focus */
}

.wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  margin-top: 5rem;
  overflow: hidden;

  /* Masque linéaire blanc */
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 0)
  );
  mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 0)
  );

  /* Fond blanc */
}

@keyframes scrollLeft {
  to {
    left: -40px;
  }
}

.item img {
  height: 50px;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.item img:hover {
  filter: grayscale(0); /* Couleur initiale au survol */
}
.wrapper:hover .logos-slide .item {
  animation-play-state: paused; /* Pause l'animation */
}

.item {
  width: 200px;
  height: 100px;

  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 5), 100%);
  animation-name: scrollLeft;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item1 {
  animation-delay: calc(20s / 5 * (5 - 1) * -1);
}

.item2 {
  animation-delay: calc(20s / 5 * (5 - 2) * -1);
}

.item3 {
  animation-delay: calc(20s / 5 * (5 - 3) * -1);
}

.item4 {
  animation-delay: calc(20s / 5 * (5 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 5 * (5 - 5) * -1);
}


 .home-titre.titre {
   background-color: rgba(37, 19, 19, 0);
 }

 .home-titre.titre img {
   height: 60px;

   padding: 0px 0px 0px 20px;
 }

 .home-titre .page-title {
   color: #00b6b6 !important;
   font-size: 3rem;
   font-weight: 400;
   margin-bottom: 40px;
 }

 .home-titre .titlename {
   color: #00b6b6 !important;
   font-size: 2.5rem;
   font-weight: 200;
   margin-bottom: 10px;
 }

 .home-titre .titlename2 {
   color: #00b6b6 !important;
   font-size: 2rem;
   font-weight: 200;
   margin-bottom: 20px;
   margin-right: 80px;
 }

 .home-titre .text-titre {
   font-size: 18px;
   font-weight: bold;
   color: #00b6b6 !important;
 }

 .home-titre .titlename3 {
   color: #00b6b6 !important;
   font-size: 1.5rem;
   font-weight: 100;
   margin-bottom: 10px;
   margin-right: 80px;
 }

 