main{
  padding-bottom: 70px;
}
.sib-form {
    padding: 0 !important;
}
.sib-text-form-block p{
    color: #063289 !important;
    font-size: 26px;
}
.sib-form-block__button {
    width: 100%;
    padding: 15px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0c378c;
    --bs-btn-border-color: #0c378c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fc4b00;
    --bs-btn-hover-border-color: #fc4b00;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0c378c;
    --bs-btn-disabled-border-color: #0c378c;
}
.btn-outline-primary {
    --bs-btn-color: #0c378c;
    --bs-btn-border-color: #0c378c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0c378c;
    --bs-btn-hover-border-color: #0c378c;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0c378c;
    --bs-btn-active-border-color: #0c378c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0c378c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0c378c;
    --bs-gradient: none;
}
.bg-primary{
   background-color:#0c378c !important;
}
.border-primary{
   border-color:#0c378c !important;
}
body {
    scroll-behavior: smooth;
      font-family: 'Roboto', sans-serif;

}
p{
  color: #000;
}
p, h1, h2, h3, h4 {
      font-family: 'Roboto', sans-serif;
}
strong {
      font-weight: bold !important;
}
input,.input, .sib-menu__item{
  color: #000 !important;
}
h2{
    text-align: center;
    color: #0c378c !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.navbar-brand img {
    height: 40px;
}
/* ===== Hero Section ===== */
.hero-section {
  background: url('https://mba.siniet.com/public/adbrevo-lp-kine/img/kine-image-1.png') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  color: white;
  overflow: hidden;
  padding: 40px 25px;
  display: flex !important;
  flex-direction: column;
}

/* Overlay léger bleu transparent */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 50, 137, 0.60); /* bleu Adbrevo */
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 25px;
  opacity: 0.9;
  max-width: 90%;
  color: #fff;
}

/* ===== Formulaire ===== */
.form-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.form-card .btn-primary {
  background-color: #FF6600;
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.form-card .btn-primary:hover {
  background-color: #e05500; 
}

label.form-label {
    color: #000;
    font-weight: bold;
}
#funnel img{
  max-height: 380px;
}
#funnel .target-funnel{
  color: #fc4b00;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: bold;
}
#funnel h2 {
    text-align: left;
    line-height: 45px;
}
#funnel .funnel-description {
    font-size: 21px;
}

#funnel {
    margin: 45px 0;
}

.double-arrow {
  position: relative;
  height: 50px; /* Espace visible pour l'animation */
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.arrows {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: #fc4b00;
  opacity: 0;
}

.arrows.one {
  animation: arrowDrop 1.5s infinite;
}

.arrows.two {
  animation: arrowDrop 1.5s infinite 0.75s; /* Démarre à mi-temps */
}

@keyframes arrowDrop {
  0% {
    transform: translate(-50%, -10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    transform: translate(-50%, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 20px);
    opacity: 0;
  }
}


.flex-cols-2 {
    display: flex;
    align-items: center;
}
.flex-cols-2>div {
    flex: 1;
}
.flex-cols-2>.visuel{
    text-align: center;
}
.flex-cols-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 45px;
}
.flex-cols-3 .bloc-element {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.flex-cols-3>div .img-bloc {
  border-radius: 50%;
  border: solid 3px #FF6600;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flex-cols-3>div .img-bloc>img {
  max-width: 110%;
  max-height: 110%;
}
.logo-header {
    position: absolute;
    left: 0;
    top:0;
    padding-left: 0;
    max-width: 300px;
}
#processus .up-title{
  color: #0c378c;
  font-size: 31px;
  text-align: center;
  font-weight: bold;
}
#processus .title{
  text-align: center;
  color: #fc4b00 !important;
  font-size: 31px;
  font-weight: bold;
  text-transform: unset;
  margin-top: 15px;
}
#processus .description{
  text-align: center;
  font-size: 21px;
}

.benefices-hero-section {
    list-style: none; /* Supprimer les puces */
    padding-left: 0; /* Enlever le retrait par défaut */
    font-size: 23px;
    margin-top: 45px;
}

.benefices-hero-section li {
    position: relative;
    padding-left: 25px; /* Laisser de la place pour l'icône */
    margin-bottom: 10px;
}

.benefices-hero-section li::before {
    content: "\f00c"; /* Unicode Font Awesome pour fa-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Pour les icônes solides */
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(255, 255, 255); /* Couleur de l’icône */
}
  #goals .goals-results>div .cell{
      font-weight: bold;
  }

#steps {
    background: url(https://mba.siniet.com/public/adbrevo-lp-kine/img/img-4.jpg) no-repeat center center;
    color: #fff;
    height: auto;
    position: relative;
    background-attachment: fixed;
    background-position: 50%;
    background-color: #333;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 0;
    margin-bottom: 75px;
}
#steps::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.835);
    z-index: -1;
}
#steps .container{
    padding-top: 45px;
}
#steps h3{
  color: #e05500;
}
#steps .icon-bloc{
  color: #003087;
      font-size: 55px;
}
#steps .bloc-element{
  margin-top: 15px;
  gap: 0;
}
#goals h2 span{
    background-color: #fc6500;
    color: #fff;
    border-radius: 5px;
    padding: 5px 5px;
}




.text-white.hero-text {
  margin-top: 115px;
}



#goals .goals-results {
  display: flex;
  max-width: 900px;
  margin: auto;
  font-family: Arial, sans-serif;
  margin-top: 25px;
  flex-direction: column;
  width: 100%;
}
#goals .goals-results>div {
  display: flex;
  flex-direction: row;
    width: 100%;
    justify-content: space-between;

}
#goals .goals-results>div .cell {
 flex: 2;
}
#goals .goals-results>div .cell.arrow {
 flex: unset;
}

#goals .goals-results>div .cell.arrow span{
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.cell {
  padding: 15px;
  text-align: center;
}

.header {
  background-color: #003087;
  color: white;
  font-weight: bold;
}

.goal, .result {
  background-color: #f9f9f9;
}

.goals-results-blue{
  background-color: #e8f0ff;
}

#goals .arrow {
      width: 4px;
    position: relative;
    background-color: #fff;
    padding: 0;
}
#goals .arrow span{
  position: absolute;
  font-size: 30px;
  color: #fc6500;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer{
  text-align: center;
  margin-top: 65px;
}
#lp-form{
  z-index: 1000;
}

.hero-text::before{
  /* content: "";
    background-color: black;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    position: fixed;
    display: block;
    top: 0;
    opacity: 0.9;
    right: 0;
	animation: disparait 0.5s ease-in 0.5s forwards,hideAfterAnim 0s ease-in 2s forwards;; */
}

@keyframes disparait {
    to {
        opacity: 0; /* Opacité finale à 0 (complètement transparent) */
    }
}

@keyframes hideAfterAnim {
    to {
        /* position: relative; 
        z-index: 1;  */
        display: none;
    }
}

#footer button {
    text-align: center;
    margin: auto;
    border: unset;
    background-color: #fc6500;
    color: #fff;
    font-size: 30px;
    border-radius: 5px;
    padding: 15px 25px;
      margin-top: 25px;
          font-weight: 600;


}
.sib-form-block__button-with-loader {
    padding: 18px 0 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .goals-results {
    grid-template-columns: 1fr;
  }

  .arrow {
    /* transform: rotate(90deg);
    margin: -10px 0; */
  }

  .header.arrow-header {
    display: none;
  }
}







/* Responsive */
@media (max-width: 992px) {
  .hero-section {
    padding: 80px 0;
  }

  .hero-text {
    text-align: center;
    margin-bottom: 40px;
  }

  .form-card {
    margin: 0 auto;
  }
}


@media (max-width: 768px) {
  .kine-problem-section h2 {
    font-size: 1.4rem;
  }

  .info-box {
    margin-bottom: 1rem;
  }
}


/* ARABE  */
/* ===== Version arabe (RTL) ===== */
[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: 'Roboto', sans-serif;
}

[dir="rtl"] .content {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .slogan {
  font-size: 1.3rem;
  line-height: 1.8;
}

[dir="rtl"] .content h1 {
  font-size: 2.1rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

[dir="rtl"] .content p {
  font-size: 1.15rem;
  line-height: 1.9;
}

[dir="rtl"] .btn-insta {
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-align: right;
}

[dir="rtl"] .btn-insta i {
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .logo {
  margin-bottom: 20px;
}

[dir="rtl"] .content {
  padding-right: 35px;
  padding-left: 25px;
}
[dir="rtl"] .logo-header {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 0;
}
/* ===== Table Goals (version arabe RTL) ===== */
[dir="rtl"] #goals {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] #goals .row-table {
  flex-direction: row-reverse;
}

[dir="rtl"] #goals .arrow span {
  transform: rotate(180deg);
  display: inline-block;
}

[dir="rtl"] #goals .cell.header {
  text-align: center;
}

[dir="rtl"] #goals .cell.goal,
[dir="rtl"] #goals .cell.result {
  text-align: center;
}

[dir="rtl"] #goals .cell.arrow {
  text-align: center;
}
[dir="rtl"] #goals .goals-results>div .cell.arrow {
        transform: rotate(180deg);
    }
/* ===== Liste avec icônes (version arabe RTL) ===== */
[dir="rtl"] .benefices-hero-section {
  direction: rtl;
  text-align: right;
  list-style: none; /* on supprime le style par défaut */
  padding-right: 0;
  margin: 0;
}

[dir="rtl"] .benefices-hero-section li {
  position: relative;
  padding-right: 28px; /* espace pour l'icône à droite */
  padding-left: 0;
  margin-bottom: 10px;
}

[dir="rtl"] .benefices-hero-section li::before {
  content: "✔"; /* le pictogramme check */
  position: absolute;
  right: 0; /* icône à droite */
  top: 0;
  color: #fefefe; /* orange de ta charte */
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
}
[dir="rtl"] .checkbox  {
      margin-left: 15px;
}
/* ===== Sélecteur de langue ===== */
#lang-switcher {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 9999;
}

#lang-switcher button {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  color: #063289;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#lang-switcher button:hover {
  background-color: #063289;
  color: #fff;
  border-color: #063289;
}

[dir="rtl"] #lang-switcher {
    display: none;

  right: auto;
  left: 20px;
}

#lang-switcher {
    display: none;

  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

#lang-toggle {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  color: #063289;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#lang-toggle:hover {
  background-color: #063289;
  color: #fff;
  border-color: #063289;
}

/* Quand la page est en arabe : placer le bouton à gauche */
[dir="rtl"] #lang-switcher {
    display: none;

  right: auto;
  left: 20px;
}
.autorisation {
    font-size: 16px !important;
}
p.incitation {
    font-size: 17px !important;
    color: #fc6500 !important;
    font-weight: bold !important;
}
.kine-problem-section p {
    font-size: 18px;
}
.arrow-header {
    max-width: 5px !important;
}
.sib-form .entry__error {
    color: red !important;
    background-color: unset !important;
    font-size: 18px !important;
}





