/*-----------------------------------diap---------------------------------------------*/
.swiper-inner {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* Overlay */
.swiper-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* Noir avec 40% d’opacité */
  z-index: 0;
}

/* Pour que le contenu reste visible au-dessus */
.sw-caption {
  position: relative;
  z-index: 1;
}
/*-----------------------------font---------------------------------------------------*/
p {
  font-size: 1.2em;
  font-family: "Sniglet", system-ui;
  color: #555;
}
.pa {
  font-family: "Parisienne", cursive;
  font-size: 90px;
}
@media (max-width: 768px) {
  .pa {
    line-height: 1.2em; /* ajuste la valeur selon ton besoin */
    text-align: center !important;
    text-transform: none !important;
  }

  .pst {
    text-align: center;
  }
}
.pa2 {
  font-family: "Parisienne", cursive;
  font-size: 48px !important;
}
.pa3 {
  font-family: "Parisienne", cursive;
  font-size: 48px !important;
  font-weight: 100;
}
.pst {
  font-weight: 100;
  font-size: 35px;
  line-height: 50px;
}
.subtitle {
  font-size: 28px !important;
  font-weight: 100 !important;
  color: #fff;

  background: #004aaa !important;
  font-family: "Parisienne", cursive;
  padding: 4px 25px 4px 25px;
}
/*------------------------------div--------------------------------------------------*/
.bs0 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.bs2 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  padding: 10px !important;
  border-radius: 15px;
  font-size: 13px !important;
  font-weight: 100 !important;
  color: #000 !important;
}
.bs1 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.btn-main {
  background: #004aaa !important;
  font-size: 24px !important;
  font-weight: 100 !important;
}
/*-------------------------------menu-------------------------------------------------*/
#mainmenu > li > a {
  font-size: 19px;
  padding-right: 0px;
  font-weight: 200;
}
#mainmenu > li {
  margin-right: 10px !important;
  letter-spacing: -0.03em !important;
}
header.smaller.scroll-light #mainmenu li a,
header.smaller.scroll-light #mainmenu li.has-child:after {
  color: #004aaa;
}
/*------------------------------------footer--------------------------------------------*/
footer.footer-light {
  position: relative;
  overflow: hidden;
  padding-top: 80px; /* ajuste selon ce que tu veux */
  color: #fff;
}

footer.footer-light .footer-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

footer.footer-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* voile noir clair */
  z-index: 1;
}

footer.footer-light > .container,
footer.footer-light > .subfooter,
footer.footer-light .widget,
footer.footer-light p,
footer.footer-light h5,
footer.footer-light a,
footer.footer-light .fw-bold,
footer.footer-light .de-flex-col,
footer.footer-light ul li a {
  position: relative;
  z-index: 2;
  color: #fff !important;
}
.footer-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; /* ← ajoute cette ligne */
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
/*-------------------------------bandeau haut-------------------------------------------------*/
.hero-banner {
  width: 100%;
  height: 300px; /* Ajuste ici : par ex. 100vh, 50vh, etc. */
  background-image: url("images/bandho.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-banner .overlay {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Si tu veux un texte lisible dessus : */
.hero-banner h1 {
  color: white;
  font-size: 3em;
  margin: 0;
}

#de-subheader.op-2 {
  margin-top: 0px;
}
.bg-gradient-45-deg {
  background: linear-gradient(45deg, #001933, #004aaa) !important;
}
/*------------------------------puces--------------------------------------------------*/
.puce-image-list {
  list-style: none;
  padding-left: 0;
}

.puce-image-list li {
  position: relative;
  padding-left: 30px; /* espace à gauche de la puce */
  margin-bottom: 10px;
}

.puce-image-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px; /* à ajuster selon taille de piuce.png */
  height: 18px;
  background-image: url("images/puce.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.li-style li a {
  font-size: 18px;
  color: #222;
  text-decoration: none;
}

.li-style li a:hover {
  text-decoration: underline;
}

/*--------------------------------temoin------------------------------------------------*/
.testimonial-container.bs0 {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #ffffff; /* fond du rectangle blanc */
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  min-height: 200px;
  position: relative;
}

.testimonial {
  display: none;
  font-style: italic;
  font-size: 1.2em;
  border-left: none; /* supprime le trait vertical */
  padding-left: 0;
}

.testimonial.active {
  display: block;
  animation: fadeIn 1s;
}

.sign {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #004aaa;
  font-style: normal;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.act a {
  font-weight: 400;
  color: #004aaa !important;
}
ul.lead li {
  font-size: 18px;
  font-family: "Sniglet", system-ui;
  color: #555;
  margin-bottom: 0.5em; /* optionnel pour aérer un peu */
}
h3 {
  color: #004aaa;
}
/*---------------------------------bandeau specialites-----------------------------------------------*/
.col-lg-8 {
  min-height: 450px;
  position: relative;
}

.img-bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  z-index: 0;
}

.overlay-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pa3t {
  font-family: "Parisienne", cursive;
  font-size: 50px !important;
  font-weight: 100;
  color: #fff;
  margin: 0;
}
/* Espace latéral sur mobile */
@media (max-width: 1000px) {
  .pa3t {
    font-size: 35px !important;
    padding-inline: 12px; /* moderne */
    padding-left: 12px; /* fallback */
    padding-right: 12px; /* fallback */
  }
}
/*----------------------------------radius----------------------------------------------*/
.rounded-20px {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}
/*---------------------------------------form-----------------------------------------*/
.form-group {
  margin-bottom: 15px;
}

.form-control.bs0 {
  box-shadow: none;
}

/*-------------------------------------formation-------------------------------------------*/
/* === Cartes services : base === */
.services-block img {
  background: #fff;
  padding: 0; /* pas d'espace autour de l'image */
  border-radius: 50%;
  display: block; /* évite l'espace fantôme sous l'image */
  margin-top: 0.5rem !important; /* compactage */
  margin-bottom: 0.75rem !important;
}

.services-block h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000 !important;
  text-transform: capitalize;
  margin-bottom: 0.6rem; /* compactage */
}

.services-block p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #444;
}

/* Bouton des cartes services (bleu contour) */
.services-block a.btn {
  background-color: transparent;
  color: #004aaa;
  border: 1px solid #004aaa;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.services-block a.btn:hover {
  background-color: #fff;
  color: #000;
}

.services-block a.btn:focus-visible {
  outline: 2px solid #004aaa;
  outline-offset: 2px;
}

/* === Hauteurs égales + bouton en bas === */
.row.g-5 > [class*="col-"] {
  display: flex; /* chaque colonne devient flex */
}

.row.g-5 > [class*="col-"] > .services-block {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; /* étire la carte */
  width: 100%;
  padding: 1rem 1rem 0 !important; /* compactage interne */
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px !important;
}

.services-block .content {
  flex: 1 1 auto; /* pousse le bouton vers le bas */
  padding-bottom: 0.25rem;
}

.services-block a.btn {
  margin-top: auto; /* bouton plaqué en bas */
  margin-bottom: 15px;
  align-self: center; /* centre horizontalement */
}

/* Option : réduire légèrement l'espacement vertical du g-5 en desktop */
@media (min-width: 992px) {
  .row.g-5 {
    --bs-gutter-y: 1.25rem;
  }
}
/* Bouton bleu contour réutilisable, sans impacter .btn-main existants */
.btn-outline-blue {
  display: inline-block;
  background-color: transparent;
  color: #004aaa;
  border: 1px solid #004aaa;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 25px;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 15px !important;
  transition: all 0.3s ease;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.btn-outline-blue:focus-visible {
  outline: 2px solid #004aaa;
  outline-offset: 2px;
}

/*--------------------------------------------------------------------------------*/
.row > * {
  flex-shrink: 0;
  width: 95%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
