:root { 
	--background-color: #ffffff; /* Background color for the entire website, including individual sections */
	--default-color: #444444; /* Default color used for the majority of the text content across the entire website */
	--heading-color: #151515; /* Color for headings, subheadings and title throughout the website */
	--accent-color: #ffc451; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
	--surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
	--contrast-color: black; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #FDB300;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #FDB300;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #19CDFE;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}
.section-heading2 p{
	text-align: justify;
	font-size: 20px;
	line-height: 200%;
	color: #000;
}
.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #FDB300;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #19CDFE;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Sub Header Style */
/* Sub Header Style */
.sub-header {
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    padding: 0 15px; /* Ajoute un padding pour s'assurer que le contenu ne touche pas les bords */
  }
  
  .sub-header ul li {
    display: inline-block;
  }
  
  .sub-header ul.right-icons {
    float: right;
  }
  
  .sub-header ul.right-icons li {
    margin-right: 10px;
    width: auto; /* Ajuste automatiquement la largeur */
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgba(250, 250, 250, 0.3);
  }
  
  .sub-header ul.right-icons li:first-child {
    border-left: 1px solid rgba(250, 250, 250, 0.3);
  }
  
  .sub-header ul.right-icons li a {
    color: #000;
    font-size: 14px; /* Réduit la taille du texte par défaut */
    transition: all 0.3s;
  }
  
  .sub-header ul.right-icons li a:hover {
    opacity: 0.75;
  }
  
  /* Responsiveness */
  
  /* Écrans en dessous de 768px (tablettes et smartphones) */
  @media (max-width: 768px) {
    .sub-header {
      height: auto; /* Permet à la hauteur de s'adapter au contenu */
      line-height: normal; /* Supprime l'alignement vertical fixe */
    }
  
    .sub-header ul.right-icons {
      float: none; /* Centrer la liste sur l'écran */
      text-align: center;
    }
  
    .sub-header ul.right-icons li {
      display: block; /* Affiche les langues l'une sous l'autre */
      margin: 10px 0; /* Ajoute de l'espace entre les langues */
      border: none; /* Supprime les bordures */
    }
	.sub-header ul.right-icons li a {
		padding: 0 10px; /* Ajoute un peu de padding horizontal pour donner de l'espace autour des boutons */
	  }
  }
  
  /* Écrans très petits en dessous de 576px (smartphones en mode portrait) */
  @media (max-width: 576px) {
    .sub-header ul.right-icons li {
      margin: 15px 0; /* Ajoute plus d'espace entre les boutons sur très petits écrans */
    }
  
    /* Ajuste encore la taille des boutons */
    .sub-header ul.right-icons li a {
      font-size: 15px; /* Réduit la taille du texte */
    }
  
    /* Ajoute un padding pour les éléments de la liste */
    .sub-header ul.right-icons li a {
      padding: 0 10px; /* Ajoute un peu de padding horizontal pour donner de l'espace autour des boutons */
    }
  }
  
  
  
/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color:#fff!important;
	height: 50px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 4px 0px;
}
/* Style de base */
header .btn-getstarted,
header .btn-getstarted:focus {
  color: #000;
  font-size: 14px;
  padding: 20px;
  margin: 0 0 0 30px;
  border-radius: 30px;
  transition: 0.3s;
  background-color: #19CDFE;
  font-weight: bold;
}

/* Hover et Focus */
header .btn-getstarted:hover,
header .btn-getstarted:focus:hover {
  letter-spacing: 2px;
}

/* Responsivité */
@media (max-width: 1199px) {
  header .btn-getstarted {
    font-size: 16px;
    padding: 15px;
    margin: 0 0 0 15px;  /* Réduit la marge pour les petits écrans */
  }
}

@media (max-width: 991px) {
  header .btn-getstarted {
    font-size: 14px;
    padding: 12px;
	width: auto;
    margin: 10px 0;  /* Plus de marge en bas et en haut sur mobile */
    width: 100%;  /* Le bouton prend toute la largeur disponible */
    text-align: center;  /* Centrer le texte dans le bouton */
  }
}

@media (max-width: 767px) {
  header .btn-getstarted {
    font-size: 13px;
    padding: 10px;
	width: 80%;
    margin: 5px 0;
	display: block;  /* Transforme le bouton en élément de bloc pour qu'il prenne toute la largeur disponible */
    margin-left: auto; /* Centrer le bouton horizontalement */
    margin-right: auto; /* Centrer le bouton horizontalement */
  }
}

@media (max-width: 576px) {
  header .btn-getstarted {
    font-size: 12px;
    padding: 10px;
    margin: 5px 0;
	width: 50%;
	display: block;  /* Transforme le bouton en élément de bloc pour qu'il prenne toute la largeur disponible */
    margin-left: auto; /* Centrer le bouton horizontalement */
    margin-right: auto; /* Centrer le bouton horizontalement */
  }
}

header .navbar-brand img {
	width: 60%;
	margin-top: -35%;
}
header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.logo {
	width: 70px; /* Réduit la largeur du logo à 30px (ajustez selon votre préférence) */
	height: auto; /* Conserve les proportions du logo */
  }
  
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand img {
	width: 40%;
	margin-top: -15%;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #19CDFE!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #19CDFE;
	border-bottom: 3px solid #19CDFE;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #19CDFE;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

/* Style par défaut pour grands écrans */

.Modern-Slider .item .img-fill {
	background-size: cover; /* Remplit la section en coupant l'excès */
	background-position: 50% center; /* Centre l'image pour un meilleur rendu */
	background-repeat: no-repeat;
	height: 150vh;
	margin-top: 7%;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/bg.jpg);
}
  /* Responsiveness */
  
  /* Écrans moyens (tablettes) */
  @media (max-width: 992px) {
    .Modern-Slider .item .img-fill {
      height: 100vh; /* Réduit la hauteur pour tablettes */
      margin-top: 0; /* Réduit la marge pour s'adapter */
    }
  }
  
  /* Écrans petits (smartphones) */
  @media (max-width: 768px) {
    .Modern-Slider .item .img-fill {
      height: 80vh; /* Réduit davantage la hauteur pour smartphones */
      margin-top: 0; /* Supprime la marge négative */
      background-position: center; /* Centre bien l'image */
    }
  }
  
  /* Écrans très petits (smartphones en mode portrait) */
  @media (max-width: 576px) {
    .Modern-Slider .item .img-fill {
      height: 80vh; /* Réduit encore la hauteur pour très petits écrans */
      background-size: contain; /* Affiche l'image entière sans couper */
      background-position: center; /* Centre l'image */
    }
  }
  .partners {
    padding: 50px 0;
    background-color: #f9f9f9; /* Optionnel : ajoute une couleur de fond */
}

.partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; /* Hauteur fixe du conteneur des images */
    overflow: hidden; /* Coupe tout débordement */
}

.partner-item img {
    width: auto; /* Conserve le ratio de l'image */
    height: 100%; /* Remplit la hauteur du conteneur */
    object-fit: contain; /* Garde l'image dans ses proportions */
    transition: transform 0.3s ease; /* Animation pour un effet au survol */
}

.partner-item:hover img {
    transform: scale(1.1); /* Agrandit légèrement l'image au survol */
}

/* Responsivité - Écrans de tablette et plus petits */
@media (max-width: 1199px) {
    .partner-item {
        height: 120px; /* Réduit la hauteur sur les écrans moyens */
    }
}

/* Responsivité - Écrans de petite taille (max 991px) */
@media (max-width: 991px) {
    .partner-item {
        height: 100px; /* Réduit encore la hauteur */
    }
}

/* Responsivité - Écrans de petite taille (max 767px) */
@media (max-width: 767px) {
    .partner-item {
        height: 80px; /* Réduit davantage la hauteur pour les petits écrans */
    }
}

/* Responsivité - Écrans très petits (max 576px) */
@media (max-width: 576px) {
    .partner-item {
        height: 60px; /* Réduit la hauteur pour les très petits écrans */
    }
}

.objective-section {
    margin-top: 120px;
    padding: 0 15px; /* Ajoute un padding pour éviter que le contenu ne touche les bords */
  }
  
  .objective-section h2 {
    margin-bottom: 20px;
    font-size: 2.5em; /* Taille par défaut pour les grands écrans */
    text-align: center; /* Centrer le titre */
  }
  
  .objective-section p {
    text-align: justify;
    font-size: 1.2em; /* Taille par défaut pour les grands écrans */
    color: #4e4f50;
    line-height: 1.8;
  }
  
  .objective-section ul {
    list-style-type: square;
    padding-left: 40px;
    text-align: justify;
  }
  
  .objective-section ul li {
    margin-bottom: 10px;
  }
  
  /* Responsiveness */
  
  /* Écrans moyens (tablettes) */
  @media (max-width: 992px) {
    .objective-section h2 {
      font-size: 2em; /* Réduit légèrement la taille du titre */
    }
  
    .objective-section p {
      font-size: 1.1em; /* Ajuste la taille du texte */
      padding: 0 10px; /* Réduit le padding pour s'adapter aux tablettes */
    }
  
    .objective-section ul {
      padding-left: 30px;
    }
  }
  
  /* Écrans petits (smartphones) */
  @media (max-width: 768px) {
    .objective-section {
      margin-top: 80px; /* Réduit l'espace au-dessus de la section */
    }
  
    .objective-section h2 {
      font-size: 1.8em; /* Réduit la taille du titre pour petits écrans */
    }
  
    .objective-section p {
      font-size: 1em; /* Réduit encore un peu la taille du texte */
    }
  
    .objective-section ul {
      padding-left: 20px;
    }
  }
  
  /* Écrans très petits (smartphones en mode portrait) */
  @media (max-width: 576px) {
    .objective-section h2 {
      font-size: 1.6em; /* Encore plus petit pour très petits écrans */
    }
  
    .objective-section p {
      font-size: 0.9em; /* Réduit la taille du texte pour rester lisible */
      padding: 0; /* Supprime le padding horizontal */
    }
  
    .objective-section ul {
      padding-left: 15px; /* Réduit encore le padding de la liste */
    }
  
    .objective-section ul li {
      margin-bottom: 8px; /* Réduit l'espace entre les éléments de la liste */
    }
  }
  
/* Services */
/* Services */
.services {
    margin-top: 0px;
  }
  
  .service-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .service-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  
  .service-item img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
  }
  
  .service-item:hover img {
    transform: scale(1.1);
  }
  
  .service-item .down-content {
    background-color: #f7f7f7;
    padding: 30px;
  }
  
  .service-item .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
  }
  
  .service-item .down-content p {
    margin-bottom: 20px;
  }
  
  /* Equal height for service items */
  .equal-height {
    display: flex;
    flex-wrap: wrap;
  }
  
  .equal-height > .col-md-4 {
    display: flex;
    flex-direction: column;
  }
  
  .card,
  .service-item {
    flex: 1;
  }
  
  .card img,
  .service-item img {
    object-fit: cover;
    height: 200px;
  }
  
  .service-item img {
    height: 260px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 1200px) {
    .service-item .down-content {
      padding: 20px;
    }
  }
  
  @media (max-width: 992px) {
    .service-item img {
      height: 220px;
    }
  }
  
  @media (max-width: 768px) {
    .equal-height > .col-md-4 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .service-item img {
      height: 200px;
    }
  }
  
  @media (max-width: 576px) {
    .equal-height > .col-md-4 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .service-item img {
      height: 180px;
    }
  
    .service-item .down-content h4 {
      font-size: 18px;
    }
  
    .service-item .down-content p {
      font-size: 14px;
    }
  
    .service-item .down-content {
      padding: 15px;
    }
  }
  
/* Fun Facts */
/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #FDB300;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}
.fun-facts .left-content strong{
	font-size: 20px;
	color: #FDB300;
}
.row {
	display: flex;
	flex-wrap: wrap;
  }
  
  .col-md-6 {
	display: flex;
  }
  
  .count-area-content {
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;	background-color: rgba(250,250,250,0.1);
  }
  .count-area-content p{
	margin-top: 10px;
	text-align: left;
  }
.count {
    margin: 5px 0px;
    color: #FDB300;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}
.row {
	display: flex;
	flex-wrap: wrap;
  }
.card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card:hover {
	transform: scale(1.05); 
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); 
  }
  /* Appliquer Flexbox aux cartes pour une hauteur égale */
.card {
	display: flex;
	flex-direction: column;
	height: 100%; /* Assurez-vous que les cartes occupent toute la hauteur disponible */
	
  }
  
  
  /* Faire en sorte que les éléments à l'intérieur de la carte se répartissent équitablement */
  .card-body {
	flex-grow: 1; /* Cela garantit que le contenu de la carte prend tout l'espace disponible */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  
  /* Forcer une hauteur égale pour toutes les cartes, même si le contenu varie */
  .card.mb-4.box-shadow {
	height: 100%; /* Garantit que la carte occupe toute la hauteur disponible dans la grille */
	display: flex;
	flex-direction: column;
  }
  
  /* Optionnel : Ajouter un peu de style pour que le texte ne déborde pas */
  .card-text {
	margin-bottom: 10px;
  }
  
/* Footer Style */
footer {
	background-color: #fff;
	padding: 80px 0;
	color: #000;
  }
  
  footer h4 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
  }
  
  footer p {
	color: #000;
  }
  
  footer .social-icons {
	margin-top: 25px;
  }
  
  footer .social-icons li {
	display: inline-block;
	margin-right: 5px;
  }
  
  footer .social-icons li:last-child {
	margin-right: 0;
  }
  
  footer .social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #666;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
  }
  
  footer .social-icons li a:hover {
	background-color: #FDB300;
  }
  
  footer .menu-list li {
	margin-bottom: 13px;
  }
  
  footer .menu-list li:last-child {
	margin-bottom: 0;
  }
  
  footer .menu-list li a {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	transition: all 0.3s;
  }
  
  footer .menu-list li a:hover {
	font-weight: bold;
  }
  
  .footer .footer-newsletter .newsletter-form {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 6px 8px;
	position: relative;
	border-radius: 4px;
	display: flex;
	transition: 0.3s;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=email] {
	border: 0;
	padding: 8px;
	width: 1550px;
	background-color: color-mix(in srgb,#666 90%, #666 15%);
	color: white;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=submit] {
	border: 0;
	font-size: 16px;
	padding: 0 20px;
	margin: -7px -8px -7px 0;
	background: #FDB300;
	color: black;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=submit]:hover {
	background: color-mix(in srgb,#FDB300, transparent 20%);
  }
  
  /* Sub-footer Style */
  .sub-footer {
	background-color: black;
	text-align: center;
	padding: 25px 0;
  }
  
  .sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
  }
  
  .sub-footer p strong {
	font-weight: bold;
  }
  
  .sub-footer a {
	color: #fff;
  }
  
  /* Responsive styles */
  @media (max-width: 1199px) {
	.footer .footer-item {
	  margin-bottom: 30px;
	}
  }
  
  @media (max-width: 991px) {
	.footer .col-md-3 {
	  text-align: center;
	  margin-bottom: 30px;
	}
  
	.footer .social-icons {
	  display: flex;
	  justify-content: center;
	  margin-top: 20px;
	}
  
	.footer .newsletter-form input[type=email] {
	  width: 100%;
	}
  }
  
  @media (max-width: 767px) {
	.footer {
	  padding: 50px 15px;
	}
  
	.footer .footer-item {
	  margin-bottom: 20px;
	}
  
	.sub-footer {
	  padding: 15px 0;
	}
  }
  
  @media (max-width: 575px) {
	.footer .footer-newsletter .newsletter-form input[type=email] {
	  width: calc(100% - 20px);
	}
  }
  

header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: #fff !important;
	height: 80px; /* La hauteur du header */
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.page-heading {
	text-align: center;
	background-image: url(../images/image-fotor-20241221173853.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: flex;
	margin-bottom: -15%;
	flex-direction: column;
	justify-content: center; /* Centre le contenu verticalement */
	align-items: center; /* Centre le contenu horizontalement */
	height: 500px; /* Fixe une hauteur spécifique pour plus de contrôle */
	margin-top: 80px; /* Ajoute un espace pour compenser la hauteur du header */
}
.page{
	text-align: center;
	background: rgb(255,255,255);
	background: rgba(25,205,254,1);
	color: #000;
	display: flex;
	margin-bottom: -15%;
	flex-direction: column;
	justify-content: center; /* Centre le contenu verticalement */
	align-items: center; /* Centre le contenu horizontalement */
	height: 500px; /* Fixe une hauteur spécifique pour plus de contrôle */
	margin-top: 80px;
}

.page-heading2 {
	text-align: center;
	background: linear-gradient(-45deg,#fff,rgba(25,205,254,1));
	
	color: #000;
	display: flex;
	margin-bottom: -15%;
	flex-direction: column;
	justify-content: center; /* Centre le contenu verticalement */
	align-items: center; /* Centre le contenu horizontalement */
	height: 400px; /* Fixe une hauteur spécifique pour plus de contrôle */
	margin-top: 80px;
}
.page-heading3 {
    text-align: center;
    background: rgba(25,205,254,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-top: 80px;
    padding: 0 15px; /* Add padding for smaller screens */
}

.page-heading3 h1 {
    color:green;
    margin-top: 5%;
    text-align: justify; /* Changed from justify to center for better readability */
    max-width: 100%; /* Ensure title doesn't overflow */
    word-wrap: break-word; /* Allow long words to break */
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .page-heading3 {
        height: 250px; /* Slightly smaller height on medium screens */
        margin-top: 60px;
    }

    .page-heading3 h1 {
        margin-top: 10%;
        font-size: 1rem; /* Smaller font size on mobile */
    }
}

@media screen and (max-width: 480px) {
    .page-heading3 {
        height: 200px; /* Even smaller height on small screens */
        margin-top: 40px;
    }

    .page-heading3 h1 {
        margin-top: 15%;
        font-size: 1.2rem; /* Further reduced font size */
    }
}
.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}
/* Style de base */
.about-us, .single-services {
	margin-top: 180px;
	margin-bottom: -140px;
	padding: 120px 0px;
  }
  
  /* Responsivité - Écrans moyens */
  @media (max-width: 1199px) {
	.about-us, .single-services {
	  margin-top: 150px;
	  margin-bottom: -100px;
	  padding: 100px 0px;  /* Réduire le padding pour des écrans plus petits */
	}
  }
  
  /* Responsivité - Écrans de taille tablette (max 991px) */
  @media (max-width: 991px) {
	.about-us, .single-services {
	  margin-top: 120px;
	  margin-bottom: -80px;
	  padding: 80px 0px;  /* Réduire davantage le padding */
	}
  }
  
  /* Responsivité - Écrans de petite taille (max 767px) */
  @media (max-width: 767px) {
	.about-us, .single-services {
	  margin-top: 80px;
	  margin-bottom: -60px;
	  padding: 60px 0px;  /* Réduire encore plus le padding */
	}
  }
  
  /* Responsivité - Écrans très petits (max 576px) */
  @media (max-width: 576px) {
	.about-us, .single-services {
	  margin-top: 60px;
	  margin-bottom: -40px;
	  padding: 40px 0px;  /* Réduire le padding pour les très petits écrans */
	}
  }
  
  .sect {
    margin-top: 130px;
    margin-bottom: 100px;
}

.fixed-size {
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px; /* Add space between images on smaller screens */
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .sect {
        margin-top: 80px;
        margin-bottom: 50px;
    }
    
    .fixed-size {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .sect {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    
    .fixed-size {
        aspect-ratio: 1 / 1;
        margin-bottom: 10px;
    }
}

/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #19CDFE;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team{
	margin-bottom: 0%;
}
.team .team-member {
	background-color: var(--surface-color);
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	height: 100%;
  }
  
  .team .team-member .member-img {
	position: relative;
	overflow: hidden;
  }
  
  .team .team-member .social {
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	opacity: 0;
	transition: ease-in-out 0.3s;
	text-align: center;
  }
  
  .team .team-member .social a {
	background: color-mix(in srgb, var(--contrast-color), transparent 25%);
	color: color-mix(in srgb, white, transparent 20%);
	margin: 0 3px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	transition: ease-in-out 0.3s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  }
  
  .team .team-member .social a:hover {
	color: var(--contrast-color);
	background: #FDB300;
  }
  
  .team .team-member .social i {
	font-size: 18px;
	line-height: 0;
  }
  
  .team .team-member .member-info {
	padding: 25px 15px;
  }
  
  .team .team-member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
  }
  
  .team .team-member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
  }
  
  .team .team-member:hover .social {
	opacity: 1;
	bottom: 15px;
  }
  

/* Single Service */

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #FDB300;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 18px;
  color: #000;
  text-align: justify;
  margin-bottom: 10%;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #FDB300;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
	
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #FDB300;
	font-size: 13px;
}
.contact-form {
    background-color: #f9f9f9; /* Couleur de fond */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Ombre pour un effet 3D */
}

.contact-form label {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-form input, 
.contact-form textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.contact-form input:focus, 
.contact-form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

#form-submit {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#form-submit:hover {
    background-color: #0056b3;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #FDB300;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #FDB300;
}

.contact-us .contact-form button.filled-button {
	background-color: #FDB300;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #FDB300;
}


@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
		margin-bottom: 20px;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #19CDFE!important;
		border-bottom: none!important;
	}
	.navbar .right-icons {
		margin-left: 55px;
	  }
	
	  .navbar .right-icons li a {
		font-size: 50px;
	  }
	
	  .navbar-toggler {
		order: 1; /* Place le bouton toggle après les icônes de langue */
	  }
	
	  .right-icons {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 0;
		padding: 0;
	  }
}
