/**
* Template Name: Laura
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Domine",  sans-serif;
  --nav-font: "Quicksand",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
: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: #3b434a; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #34d15e; /* 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: #000000; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #34d15e; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #34d15e; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
::-webkit-scrollbar-track{
  background:transparent;
}

::-webkit-scrollbar {
  
  background: rgb(42, 41, 41);
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(transparent, #34d15e);
}




/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .header-social-links {
  padding-right: 15px;
}

.header .header-social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding-left: 6px;
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
}

.header .header-social-links a:hover {
  color: var(--accent-color);
}

.header .header-social-links a i {
  line-height: 0px;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .header-social-links {
    order: 2;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
        display: flex;
        justify-content: center;  /* Assure que le menu est centré */
        width: 100%;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
   
  
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: black ;
    padding: 18px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
/* ----------------------- */
/* FOOTER STYLING */
/* ----------------------- */

.footer {
  background-color: black;
  position: relative;
  font-size: 14px;
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
}

/* Création des étoiles vertes de manière aléatoire */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: black;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: 
    radial-gradient(circle, #00ff00 1px, transparent 1px) 5% 10% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 15% 30% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 25% 50% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 35% 70% / 4px 4px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 45% 90% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 55% 20% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 65% 40% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 75% 60% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 85% 80% / 4px 4px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 95% 10% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 10% 5% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 20% 15% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 30% 25% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 40% 35% / 4px 4px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 50% 45% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 60% 55% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 70% 65% / 4px 4px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 80% 75% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 90% 85% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 5% 95% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 95% 50% / 4px 4px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 85% 40% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 75% 30% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 65% 20% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 55% 10% / 4px 4px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 45% 5% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 35% 95% / 3px 3px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 25% 85% / 2px 2px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 15% 75% / 4px 4px,
    radial-gradient(circle, #00ff00 1px, transparent 1px) 10% 65% / 3px 3px;
  background-repeat: no-repeat;
}

/* Contenu du footer au-dessus des étoiles */
.footer > * {
  position: relative;
  z-index: 1;
}

/* TITRE */
.footer h3 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* TEXTE */
.footer p {
  color: white;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px;
}

/* LIENS SOCIAUX */
.footer .social-links {
  margin-bottom: 20px;
}

/* ICONES RÉSEAUX SOCIAUX */
.footer .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #37cb37;
  color: black;
  line-height: 1;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: #00cc00;
  text-decoration: none;
  transform: scale(1.1);
}

/* COPYRIGHT */
.footer .copyright {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 14px;
}

/* RÉACTIVITÉ MOBILE */
@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }

  .footer h3 {
    font-size: 24px;
  }

  .footer .social-links a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 80px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 4px;
  color: color-mix(in srgb, var(--heading-color), transparent 95%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh; /* Pleine hauteur */
  overflow: hidden;
}

/* Image de fond */
.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Conteneur du logo */
.hero-logo-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px; /* Augmente la distance sous le logo */
}

/* Logo Green Inc. Formation */
.hero-logo {
  width: auto;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.3));
}

/* Conteneur de la flèche */
.hero-arrow-container {
  position: relative;
  z-index: 3;
  margin-top: -10px; /* Ajuste finement la position sous le logo */
}

/* Animation de la flèche avec rebond */
.hero .btn-scroll {
  transition: 0.4s;
  color: rgba(45, 175, 45, 0.8);
  font-size: 48px;
  display: inline-block;
  animation: bounce 1.5s infinite;
}

.hero .btn-scroll i {
  font-size: 48px;
}

.hero .btn-scroll:hover {
  color: var(--accent-color);
}

/* Effet rebondissant */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}




/*--------------------------------------------------------------
 # Présentation Section - Ajustement de la Box
-------------------------------------------------------------- */

/* Conteneur principal */
.presentation-container {
  display: flex; /* Aligne l'image et le texte en ligne */
  justify-content: space-between; /* Espacement entre l'image et la box */
  align-items: center; /* Centre les éléments verticalement */
  gap: 50px; /* Ajoute un espace entre l'image et le texte */
  max-width: 1200px;
  margin: 0 auto; /* Centre le conteneur */
}

/* Image alignée à gauche */
.image-container {
  flex: 0.8; /* Taille de l’image ajustée */
  max-width: 35%; /* Ajustement de la largeur */
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* Ajoute un arrondi aux coins */
}

/* 📏 Ajustement de la Box pour tout afficher sans scroll */
.presentation-text {
  flex: 1.2; /* Laisse plus d’espace au texte */
  max-width: 50%; /* Ajuste la largeur pour rester équilibré */
  text-align: justify; /* Justifie le texte */
  padding: 30px 40px; /* Augmentation du padding pour un meilleur espacement */
  background: #fff; /* Fond blanc */
  border-radius: 10px; /* Coins arrondis */
  box-shadow: 0px 5px 20px rgba(5, 29, 10, 0.297); /* Ombre douce */
  margin-left: auto; /* Décale la box complètement à droite */
  height: auto; /* Hauteur automatique selon le contenu */
  min-height: 450px; /* Augmentation de la hauteur pour éviter le scroll */
}

/* Titre plus compact */
.presentation-text h2 {
  text-align: center;
  font-size: 1.8rem; /* Réduction de la taille */
  margin-bottom: 15px; /* Diminue l’espacement sous le titre */
  text-shadow: 2px 2px 5px rgba(81, 255, 81, 0.56);
}

/* Ajustement du texte */
.presentation-text p {
  font-size: 1.1em; /* Légère réduction de la taille */
  line-height: 1.6; /* Diminue l’espacement entre les lignes */
  margin-bottom: 20px; /* Moins d’espace entre les paragraphes */
}

/* Nos valeurs */
.valeurs-container {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.valeurs-container h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.valeurs {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.valeurs li {
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* Flèche verte */
.green-arrow {
  color: rgb(40, 200, 40);
  text-shadow: 2px 2px 5px rgba(32, 34, 31, 0.575);
}

/* Responsive */
@media (max-width: 768px) {
  .presentation-container {
      flex-direction: column; /* Empile l'image et le texte en colonne */
      align-items: center; /* Centre les éléments */

  }

  .image-container,
  .presentation-text {
      max-width: 90%;
      flex: none;
  }

  .presentation-text {
      margin-left: 0;
      text-align: center;
      min-height: auto; /* Supprime la limitation de hauteur en mobile */
  }
}



















/* Applique la même police d'écriture à tous les paragraphes */
.formation-content p, 
.supercell-container p, 
.supercell-about p, 
.formation-details p {
  font-family: 'Poppins', sans-serif; /* Remplace 'Poppins' par ta police principale */
  font-size: 16px; /* Taille uniforme */
  line-height: 1.6; /* Améliore la lisibilité */
  color: #333; /* Assure une couleur uniforme */
}

/* Harmoniser les titres */
.formation-details h2 {
  font-family: 'Poppins', sans-serif; /* Même police que le texte */
  font-weight: bold; /* Met en valeur les titres */
  text-transform: uppercase; /* Uniformisation */
}


.formation-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 5px solid #34d15e;
  padding-left: 12px;
  display: flex;
  align-items: center;
}



.formation-details {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 90%;
  margin: auto; /* Centre la div proprement */
}

.formation-heading {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}



.formation-duration {
  background: #34d15e;
  color: rgb(0, 0, 0);
  padding: 10px 25px;
  display: inline-block;
  border-radius: 30px;
  text-transform: uppercase;
  margin: 15px auto;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: bold;
}


/* Section Formation */
.formation-content {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}

/* Dégradé de gauche (Jaune → Vert) */
.formation-left .formation-item {
  background: linear-gradient(40deg, #34d15e, #87ff9f);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  margin: 15px auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
}

.formation-left .formation-item:hover {
  transform: scale(1.05);
}

/* Dégradé de droite (Vert → Jaune) */
.formation-right .formation-item {
  background: linear-gradient(40deg, #87ff9f, #34d15e);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  margin: 15px auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
}

.formation-right .formation-item:hover {
  transform: scale(1.05);
}

/* Centrage de l'icône McDonald's */
.formation-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.formation-icon {
  width: 300px; /* Ajuste la taille si nécessaire */
  height: auto;
  display: block;
  margin: 0 auto;
}

.supercell-about ul {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #333;
}


.formation-button {
  display: flex; /* Pour centrer le texte */
  align-items: center;
  justify-content: center;
  width: fit-content; /* Ajuste la largeur au contenu */
  padding: 15px 30px; /* Même padding que le bouton "8 SEMAINES / 240 HEURES" */
  background-color: #34d15e; /* Même couleur */
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  margin: 15px auto; /* Centrage sous l'autre bouton */
  transition: transform 0.2s ease-in-out;
}

.formation-button:hover {
  transform: scale(1.05);
  background-color: #9dfff5; /* Effet au survol */
}


/* Liste Formation - Alignement des icônes et du texte */
.formation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.formation-list li {
  display: flex;
  align-items: center;
  gap: 12px; /* Augmente légèrement l'espace entre l'icône et le texte */
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.formation-list li i {
  flex-shrink: 0;
  font-size: 20px;
  color: #34d15e;
  width: 30px; /* Force une largeur fixe aux icônes */
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; /* Ajoute un fond si nécessaire */
  border-radius: 50%; /* Rend l'icône bien ronde */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.formation-list li span {
  display: block;
  flex: 1;
  text-align: left; /* Assure l'alignement du texte */
}



/* ---------------------- Ajustements Responsive ---------------------- */
@media (max-width: 768px) {
  .formation-details {
    max-width: 100%;
    padding: 15px;
  }

  .formation-heading {
    font-size: 18px;
  }

  .formation-duration {
    font-size: 16px;
    padding: 8px 20px;
  }

  .formation-text,
  .formation-time {
    font-size: 14px;
  }
}

/* Ajustements Responsive */
@media (max-width: 768px) {
  .formation-title {
    font-size: 20px;
    padding-left: 10px;
  }
}

/*************************************************************************************************************/

/* Conteneur principal */
.supercell-container {
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 30px;
  max-width: 1100px;
  margin: 50px auto;
}



/* Section "À propos" */
.supercell-about {
  text-align: justify;
  font-size: 1,1em;
}

.supercell-about h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 5px solid #34d15e;
  padding-left: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .supercell-container {
    padding: 20px;
  }
}









/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%; /* Hauteur uniforme */
  width: 100%; /* Largeur uniforme */
  position: relative;
  z-index: 1;
  text-align: center; /* Centre le texte */
  border-radius: 10px; /* Coins arrondis */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* S'assure que toutes les box ont la même taille */
.services .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.services .service-item .icon {
  margin-bottom: 10px;
}

.services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: ease-in-out 0.3s;
}

.services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

/* Effet au survol */
.services .service-item:hover h4 a,
.services .service-item:hover .icon i,
.services .service-item:hover p {
  color: var(--contrast-color);
}

.services .service-item:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

/* Assurer une hauteur et largeur égales pour toutes les box */
.services .service-item {
  min-height: 300px; /* Ajustement de la hauteur */
  min-width: 300px; /* Largeur minimale pour uniformiser */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Image Qualiopi ajustée pour correspondre à la taille des box */
.qualiopi-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px; /* Même hauteur que les autres box */
  min-width: 300px; /* Même largeur que les autres box */
  overflow: hidden;
}

.qualiopi-img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* L'image garde ses proportions sans être coupée */
  padding: 20px; /* Pour éviter que l’image touche les bords */
}

/* Désactivation du changement de couleur pour la box Qualiopi */
.service-item.qualiopi-box {
  background-color: white !important; /* Toujours blanc */
}

.service-item.qualiopi-box:hover {
  background-color: white !important; /* Empêche le changement de couleur */
}

/* Assure que l’image Qualiopi occupe toute la box sans être déformée */
.service-item.qualiopi-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
























/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}































/* Section Avis */
.avis-section {
  padding: 60px 0;
  text-align: center;
}

/* Cartes Avis */
.avis-item {
  background: #06c167;
  border-radius: 12px;
  padding: 20px 20px;
  position: relative;
  width: 90%;
  max-width: 300px;
  text-align: center;
  color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Étiquette Témoignage */
.avis-label {
  background: linear-gradient(40deg, #89ff9f, #34d15e);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 8px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Contenu des avis */
.avis-content {
  margin-top: 30px;
}

.avis-content i {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

.avis-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.avis-stars {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}

/* Texte de l'avis */
.avis-content p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}


.avis-button-container {
  text-align: center; /* Centre le bouton */
  margin-top: 30px; /* Espacement au-dessus du bouton */
}

.avis-button {
  display: inline-block;
  background: #06c167; /* Couleur verte */
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  transition: transform 0.2s ease-in-out;
}

.avis-button:hover {
  background: #55ffb0; /* Teinte plus foncée au survol */
  transform: scale(1.05); /* Effet léger de zoom */
}


.avis-button-container {
  text-align: center;
  margin-top: 20px;
}

.avis-button {
  display: inline-block;
  background-color: #06C167;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s ease-in-out, background-color 0.3s;
}

.avis-button:hover {
  background-color: #6fffb5;
  transform: scale(1.05);
}



/* Responsive */
@media (max-width: 768px) {
  .avis-item {
    max-width: 100%;
  }

  .avis-label {
    font-size: 12px;
    padding: 8px 15px;
  }
}




























/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact .info-item.info-item-borders {
    border-left: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  }
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}








































/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}


















/* Section Services */
.services {
  text-align: center;
  padding: 60px 0;
}

.services .section-title {
  margin-bottom: 40px;
}

.services .container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centre la section */
}

.services .row {
  display: flex;
  justify-content: center; /* Centre les éléments */
  gap: 30px; /* Espacement entre les cartes */
}

.service-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 350px; /* Largeur uniforme */
  min-height: 320px; /* Fixe une hauteur minimale pour aligner */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Garde le texte bien structuré */
}


.service-item .icon {
  font-size: 40px;
  color: #28a745; /* Vert */
  margin-bottom: 15px;
}

.service-item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 16px;
  color: #444;
}

