/*
Template name: Nova
Template author: FreeBootstrap.net
Author website: #/
License: #/license
Buy Pro
*/
:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #215C5C;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #144B4B;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #CCE8C9;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
 --servibox-blue-dark: #0d47a1;     /* Bleu foncé (Fond Hero, Navbar) */
  --servibox-turquoise: #00c1c1;     /* Turquoise Vif DÉFINITIF (Box, Accentuation) */
  --servibox-yellow-accent: #ffc107; /* Jaune/Orange (Boutons CTA, Numéros) */
  --servibox-light-bg: #f8f9fa;      /* Fond très clair (Sections neutres) */
  --servibox-text-dark: #212529;      /* Couleur de texte standard */
}
}

body {
  font: 1rem/1.7 "Inter", sans-serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

.container {
  max-width: 1140px;
}

.section {
  padding: 70px 0;
  scroll-margin-top: 60px;
}
@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}
.section.first-section {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}
.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}
.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
  padding: 12px 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
}
.btn:hover, .btn:active, .btn:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid var(--bs-primary-hover) !important;
}
.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}
.btn.btn-white.hover-outline:hover {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-white) !important;
}
.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: transparent;
}
.btn.btn-white-outline:hover, .btn.btn-white-outline:focus, .btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fbs__net-navbar {
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 99999;
  width: 100%;
  background-color: transparent !important;
  border: none;
}
@media (min-width: 992px) {
  .fbs__net-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fbs__net-navbar > .container {
  position: relative;
}
.fbs__net-navbar.relative {
  position: absolute;
}
.fbs__net-navbar .navbar-brand {
  color: var(--bs-white);
  font-size: 30px;
  font-weight: bold;
}
.fbs__net-navbar .navbar-brand .logo.dark {
  display: none;
}
.fbs__net-navbar .navbar-brand .logo.light {
  display: block;
}
.fbs__net-navbar .navbar-nav > li > .nav-link {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9375rem;
  color: rgba(var(--bs-white-rgb), 1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 5px;
  height: 1.5px;
  bottom: 0;
  left: 10px;
  background: currentcolor;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
    color: var(--inverse-color) !important;
  }
}
@media (max-width: 767.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link.active {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-menu {
  background-color: var(--nav-bg);
}
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--inverse-color);
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-left: 0.5rem;
}
.fbs__net-navbar .fbs__net-navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background-color: var(--bs-black);
  color: var(--bs-white);
  border: none;
  display: none;
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fbs__net-navbar .navbar-brand {
  margin-right: 0 !important;
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
    border: none;
  }
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .nav-link {
  font-size: 0.875rem;
  padding: 10px 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
            animation: fadeInUp 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: fadeInRight 0.3s ease;
            animation: fadeInRight 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: fadeInLeft 0.3s ease;
            animation: fadeInLeft 0.3s ease;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::before {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a,
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a .bi,
.fbs__net-navbar .navbar-nav li.dropstart > a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav li.dropend > a .bi,
  .fbs__net-navbar .navbar-nav li.dropstart > a .bi {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -10px;
  }
}
.fbs__net-navbar .navbar-nav li.dropend > a::after,
.fbs__net-navbar .navbar-nav li.dropstart > a::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropend > a .caret {
  position: absolute;
  right: 10px;
}
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropstart > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropstart > a .caret {
  position: absolute;
  left: 10px;
}
.fbs__net-navbar .navbar-toggler:hover, .fbs__net-navbar .navbar-toggler:focus, .fbs__net-navbar .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fbs__net-navbar .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: transparent;
}
.fbs__net-navbar .header-social a:hover {
  background-color: rgba(var(--bs-white-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar .header-social a {
    color: var(--bs-white);
  }
}
.fbs__net-navbar .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .btn {
    display: none;
  }
}
.fbs__net-navbar.active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--nav-bg) !important;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
}
.fbs__net-navbar.active .navbar-brand {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.active .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.active .nav-link {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .nav-link:hover {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--inverse-color);
}
.fbs__net-navbar.active .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar.active .header-social a {
    color: rgba(var(--inverse-color-rgb), 1) !important;
  }
}
.fbs__net-navbar.active .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.fbs__net-navbar.active .navbar-nav > li > .dropdown-toggle:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.active .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
.fbs__net-navbar.active .navbar-nav li.dropdown a:hover,
.fbs__net-navbar.active .navbar-nav li.dropend a:hover,
.fbs__net-navbar.active .navbar-nav li.dropstart a:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar .fbs__net-icon-menu {
  display: block;
}
.fbs__net-navbar .fbs__net-icon-close {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
  display: block;
}
.fbs__net-navbar.dark {
  -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
          box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}
.fbs__net-navbar.dark .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.dark .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.dark a {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.dark a:hover {
  color: var(--inverse-color);
}
.fbs__net-navbar.dark .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.05);
}

.fbs__net-navbar.dark ul li a {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.dark ul li a:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.dark {
  display: block;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.light {
  display: none;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero__v6 {
  padding: 10rem 0 !important;
}
.hero__v6 .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.hero__v6 .hero-title {
  font-size: 48px;
}
@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}
.hero__v6 .logos .logos-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.hero__v6 .logos img {
  width: 140px;
}
.hero__v6 .hero-img {
  position: relative;
}
.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
}
.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  position: absolute;
  max-width: 280px;
  bottom: -40px;
  left: -60px;
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}
@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}

.features__v2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
}

.features__v2 .content {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

.features__v2 .btn-play i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

.about__v4 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about__v4 .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.about__v4 .mission-statement {
  background-color: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}
.about__v4 .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}
.about__v4 .mission-statement p {
  color: var(--bs-white);
}
.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}
.about__v4 .mission-icon i {
  color: var(--bs-secondary);
}

.pricing__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}
.pricing__v2 .price-table .price strong {
  font-size: 40px;
}
.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}
.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}
.pricing__v2 .popular h3 {
  color: var(--bs-white);
}
.pricing__v2 .popular p {
  color: var(--bs-white);
}
.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}
.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}
.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}
.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

.services__v3 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.services__v3 .icon {
  display: inline-block;
  position: relative;
  color: var(--bs-primary) !important;
}

.services__v3 .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}

.services__v3 .icon svg {
  width: 50px;
}
.services__v3 .service-card {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.faq__v2 {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}
.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: "\f2ea";
}
.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
          box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}
.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
}
.stats__v3 .content h3 {
  color: var(--bs-secondary);
}
.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}
.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}
.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.contact__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
}

.footer {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
  font-size: 15px;
}

.footer h2, .footer h3, .footer h4 {
  font-size: 16px;
}
.footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
}
.footer a {
  color: rgba(var(--inverse-color-rgb), 0.6);
  text-decoration: none;
}
.footer a:hover {
  color: var(--inverse-color);
}
.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}
.footer a:hover .badge {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
}
.footer .quick-contact i {
  color: var(--inverse-color);
}
.footer .credits {
  font-size: 13.5px;
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}
#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

/*** mon style**/
:root {
    /* Nouvelle couleur SERVICE BOX (Turquoise/Cyan) */
    --bs-primary: #00BFA5; 
    --bs-primary-rgb: 0, 191, 165; /* RGB pour le #00BFA5 */
    --bs-primary-hover: #009688; /* Un peu plus sombre */
    /* ... le reste de votre CSS ... */
}

/* Style spécifique pour les pages d'auth */
.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary); /* Fond légèrement coloré */
}

.auth-form-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    max-width: 450px; /* Taille maximale pour les formulaires */
    width: 90%; /* Responsive */
}

.form-group label {
    font-weight: 500;
}

.form-control:focus {
    border-color: var(--bs-primary) !important;
}

/* ==================================
//  ServiBox - Styles pour les nouvelles sections
// ================================== */

/* --- Variables de Thème (Ajuster si nécessaire) --- */
:root {
    --fbs__net-primary-color: #007bff; /* Bleu Bootstrap (ou votre couleur ServiBox) */
    --fbs__net-secondary-color: #6c757d;
}

/* --- Style général des sections --- */
.section {
    padding: 80px 0; /* Espacement vertical standard pour toutes les sections */
}
.bg-light {
    background-color: #f8f9fa !important; /* Couleur de fond pour les sections claires */
}

/* --- Sous-titres et Titres (Utilisés dans toutes les sections) --- */
.fbs__net-section-subtitle {
    display: inline-block;
    color: var(--fbs__net-primary-color);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-size: 0.85rem;
}
.fbs__net-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* --- Section 2: How It Works (fbs__net-steps) --- */
.fbs__net-steps .step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: rgba(0, 123, 255, 0.1); /* Couleur primaire très légère */
    border-radius: 50%;
    margin-bottom: 15px;
}
.fbs__net-steps .step-icon i {
    color: var(--fbs__net-primary-color);
}
.fbs__net-steps .card {
    transition: transform 0.3s, box-shadow 0.3s;
}
.fbs__net-steps .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

/* --- Section 4: Nos Experts (fbs__net-team) --- */
.fbs__net-team-member {
    transition: transform 0.3s;
}
.fbs__net-team-member img {
    border: 3px solid var(--fbs__net-primary-color);
}
.fbs__net-team-member .stars {
    color: orange; /* Couleur spécifique pour les étoiles d'avis */
}

/* --- Section About / Vision (fbs__net-about) --- */
.fbs__net-about .icon-box {
    background: #ffffff;
    border: 1px solid #e9ecef !important;
    transition: background 0.3s;
}
.fbs__net-about .icon-box:hover {
    background: var(--fbs__net-primary-color);
    color: white !important;
}
.fbs__net-about .icon-box:hover i {
    color: white !important;
}
/* Rendre le texte principal blanc au survol */
.fbs__net-about .icon-box:hover h4,
.fbs__net-about .icon-box:hover p {
    color: white !important;
}


/* ==================================
//  ServiBox - Styles Maquette CEO (Grille Services & Flèches)
// ================================== */

/* --- Conteneur de Défilement Horizontal --- */
.fbs__net-box-slider {
    /* Cache la barre de défilement sur les navigateurs basés sur Webkit */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}
.fbs__net-box-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
/* Ajoute de l'espace entre les cartes */
.fbs__net-box-slider > div {
    margin-right: 15px; 
}

/* Style des Cartes de Box */
.fbs__net-box-card {
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%; /* Assure que toutes les cartes ont la même hauteur */
}
.fbs__net-box-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Style des Icônes */
.icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Liens fléchés */
.fbs__net-box-link {
    color: var(--fbs__net-primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}
.fbs__net-box-link i {
    margin-left: 5px;
}

/* --- Positionnement et Style des Flèches de Navigation --- */

.fbs__net-carousel-wrapper {
    position: relative;
    /* Assure que les flèches sont positionnées par rapport à ce bloc */
}

/* Style et positionnement des flèches */
.fbs__net-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    
    /* Style du bouton */
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.fbs__net-carousel-nav:hover {
    background: var(--fbs__net-primary-color);
    border-color: var(--fbs__net-primary-color);
}
.fbs__net-carousel-nav:hover i {
    color: white;
}

/* Position spécifique des flèches */
.fbs__net-prev-btn {
    left: -20px; /* Décale la flèche légèrement à l'extérieur du conteneur */
}
.fbs__net-next-btn {
    right: -20px; /* Décale la flèche légèrement à l'extérieur du conteneur */
}

/* Icônes de flèches */
.fbs__net-carousel-nav i {
    color: #333;
    font-size: 1rem;
}

/* --- Couleurs Spécifiques des Box (pour respecter la maquette) --- */
/* Nettoyage (CleanBox) - Vert/Cyan */
.bg-success-light { background-color: #e0f7f4 !important; }
.text-success { color: #00bcd4 !important; }

/* Jardinage (Green Basket) - Vert Vif */
.bg-green-light { background-color: #e6f9e9 !important; }
.text-success-dark { color: #4CAF50 !important; }

/* Scolaire (Study+) - Rouge */
.bg-danger-light { background-color: #ffeaea !important; }
.text-danger { color: #F44336 !important; }

/* Santé (Santé+) - Bleu Clair */
.bg-info-light { background-color: #e3f2fd !important; }
.text-info { color: #2196F3 !important; }

/* Beauté (Beauty Pass) - Rose */
.bg-pink-light { background-color: #fce4ec !important; }
.text-pink { color: #E91E63 !important; }

/* Auto (AutoBox) - Orange */
.bg-orange-light { background-color: #fff3e0 !important; }
.text-orange { color: #FF9800 !important; }

/* ==================================
//  ServiBox - comment ça marche 
// ================================== */

.fbs__net-service-list {
    list-style: none;
    padding-left: 0;
}
.fbs__net-service-list li i.fa-check-circle {
    /* Assurez-vous que la couleur primary est bien définie dans votre fichier style.css */
    min-width: 20px; 
}

/* ==================================
//  Styles de la section Pourquoi Choisir
// ================================== */
.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* Crée le cercle */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* Styles pour faire flotter légèrement le cercle comme dans la maquette */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); 
}

/* Assurez-vous que les icônes à l'intérieur sont bien dimensionnées */
.icon-circle .fa {
    font-size: 1.8rem;
}

/* Ajustement pour les petites icônes si le style d'origine ne convient pas */
.fbs__net-why-choose h3 {
    margin-top: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
}

/* ==================================
//  Styles des Profils Clients
// ================================== */
.profile-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* Ajoute une petite ombre autour de l'image comme dans la maquette */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); 
    overflow: hidden; /* Assure que l'image reste dans le cercle */
}
.profile-circle img {
    /* Assure que l'image remplit parfaitement le cercle */
    width: 100%;
    height: 100%;
}

/* ==================================
//  Styles de la section Nos Valeurs
// ================================== */
.value-icon-wrap {
    /* Style pour donner un petit relief si désiré */
    display: inline-block;
    padding: 10px;
}
.fbs__net-values h3 {
    margin-top: 0.5rem;
    font-weight: 700;
}

/* --- SECTION HOW-IT-WORKS-HERO (COMMENT ÇA MARCHE) --- */
#how-it-works-hero {
    /* Utilisation de la couleur principale des Box de Servi Box (similaire au bleu foncé de l'image needhelp) */
    background-color: #14A2A1; /* Bleu Profond (à ajuster à votre charte si besoin) */
    padding-top: 150px; /* Espace pour éviter la Navbar fixe */
    padding-bottom: 80px;
}

#how-it-works-hero .content-zone {
    /* Mettre le texte en blanc par défaut */
    color: white;
}

#how-it-works-hero h1 {
    font-size: 3rem; /* Ajustement de la taille du titre */
}

/* Style spécifique pour la liste des étapes */
#how-it-works-hero .steps-list li {
    font-size: 1.1rem;
    line-height: 1.6;
}

.space-hero{
  padding-bottom: 70px;
}

/* RESPONSIVE (Optionnel : si vous voulez cacher l'image sur les très petits écrans, ce qui est déjà fait avec d-none d-lg-block dans le HTML) */
@media (max-width: 991px) {
    #how-it-works-hero {
        padding-top: 120px; /* Réduire l'espace sur mobile */
        text-align: center;
    }
    #how-it-works-hero .content-zone {
        padding: 0 15px;
    }

    .space-hero{
  padding-bottom: 85px;
}
}

#how-it-works-hero .hero-img img {
    max-width: 450px;  /* Limite la largeur maximale à 400px */
    max-height: 450px; /* Limite la hauteur maximale à 400px */
    width: 100%;       /* Rend l'image fluide : prend 100% de la largeur disponible de son conteneur (jusqu'à max-width) */
    height: auto;      /* Maintient les proportions de l'image */
    display: block;    /* Enlève l'espace vide sous l'image */
    margin: 0 auto;    /* Centre l'image horizontalement dans son conteneur */
    border-radius: 20px;
}

@media (max-width: 991px) {
    #how-it-works-hero .hero-img {
        /* Masque complètement la zone de l'image sur les écrans plus petits si d-none d-lg-block n'était pas suffisant ou si vous l'avez retiré */
        display: none !important; 
    }
}

/* --- SECTION FULL PROCESS (PROCESSUS DÉTAILLÉ) --- */
#full-process {
    padding: 80px 0;
    background-color: white; /* Fond blanc pour le contraste */
}

/* Style des numéros */
#full-process .step-number {
    position: absolute; /* Positionne le numéro par rapport à l'icône */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d47a1; /* Couleur du texte (bleu Servi Box) */
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #ffc107; /* Jaune/Orange pour le numéro */
    z-index: 10;
}

/* Style de l'icône */
#full-process .step-icon-wrapper {
    position: relative;
    display: inline-block;
    padding: 10px;
}

#full-process .step-icon-main {
    font-size: 3em; /* Taille de l'icône */
    color: #20c997 !important; /* Couleur Turquoise de l'icône */
}

/* --- SECTION PAYMENT OPTIONS (PAIEMENT) --- */
#payment-options {
    padding-top: 80px;
    padding-bottom: 80px;
}

#payment-options .payment-card {
    transition: transform 0.3s;
}

#payment-options .payment-card:hover {
    transform: translateY(-5px);
    border-color: #0d47a1 !important; /* Bordure plus foncée au survol */
}

#payment-options .btn-link {
    color: #0d47a1; /* Couleur du texte du lien */
    text-decoration: none;
    font-weight: 600;
}

#payment-options .btn-link:hover {
    text-decoration: underline;
}

/* --- SECTION CALL TO ACTION (CTA) --- */
#cta-final {
    /* Utilisation du bleu principal de Servi Box */
    background-color: #0d47a1; 
    padding: 100px 0;
}

#cta-final h2 {
    color: white;
}

#cta-final p {
    color: #e3f2fd; /* Bleu très clair pour le sous-texte */
}

/* --- SECTION CALL TO ACTION (CTA) - CORRIGÉE FINALEMENT --- */
#cta-final {
    /* Utilisation du bleu principal de Servi Box */
    background-color: var(--servibox-blue-dark); 
    padding: 100px 0;
}

#cta-final .btn-warning {
    /* Bouton d'action en Turquoise Vif */
    background-color: var(--servibox-turquoise); 
    border-color: var(--servibox-turquoise);
    color: white; /* Texte en blanc */
    padding: 15px 35px;
    font-size: 1.2rem;
    transition: 0.3s;
}

#cta-final .btn-warning:hover {
    /* Assombrissement léger au survol */
    background-color: #009999; /* Une nuance plus foncée de #00c1c1 */
    border-color: #009999;
    transform: translateY(-2px);
}


/* --- FORMULAIRE DE DEVIS - STYLES ADDITIONNELS --- */

/* Indicateur de progression */
.progress-indicator {
    display: flex;
    justify-content: center;
    gap: 15px; /* Espace entre les points */
    margin-bottom: 40px;
}

.step-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e0e0e0; /* Couleur par défaut */
    transition: background-color 0.3s ease;
}

.step-dot.active {
    background-color: var(--servibox-turquoise); /* Couleur du point actif */
}

/* Boutons de navigation */
.btn-next-step, .btn-submit-form {
    background-color: var(--servibox-turquoise);
    color: white;
    font-weight: bold;
    transition: 0.3s;
}

.btn-next-step:hover, .btn-submit-form:hover {
    background-color: #009999; /* Version plus foncée du turquoise */
    color: white;
}

.btn-prev-step {
    background-color: var(--servibox-blue-dark);
    color: white;
    font-weight: bold;
    transition: 0.3s;
}

.btn-prev-step:hover {
    background-color: #0b3a88; /* Version plus foncée du bleu */
    color: white;
}

/* Style des champs de formulaire */
.form-control-lg, .form-select-lg {
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    border-color: #ced4da;
    border-radius: 0.25rem;
}

textarea.form-control {
    min-height: 120px;
}

/* --- SECTION HERO DEVIS --- */
#devis-hero {
    background-color: var(--servibox-light-bg); /* Fond très clair */
    padding-top: 120px; 
    padding-bottom: 80px;
    min-height: 85vh;
}

/* Texte d'introduction au formulaire */
#devis-hero .time-indicator {
    display: inline-block;
    color: var(--servibox-text-dark);
    font-size: 1.1rem;
    padding: 8px 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

/* Encapsulation du Formulaire (le bloc blanc) */
.devis-form-wrapper {
    /* Style de la carte autour du formulaire */
    border: 1px solid #e9ecef;
}

/* --- FORMULAIRE DE DEVIS MULTI-ÉTAPES (CORRECTION) --- */

/* 1. Masquage et Transition des Étapes */
#quote-form .form-step {
    display: none; /* ESSENTIEL : Masque toutes les étapes non actives */
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateX(10px);
}

#quote-form .form-step.active {
    display: block; /* Affiche l'étape active */
    opacity: 1;
    transform: translateX(0);
}

/* 2. Progression (Points) */
.step-dot {
    /* Styles pour le point */
    width: 15px;
    height: 15px;
    background-color: #e0e0e0; 
    border: 2px solid #bdbdbd;
    cursor: default; /* Empêche le clic, la navigation est faite par les boutons */
}

.step-dot.active {
    background-color: var(--servibox-turquoise); /* Turquoise pour l'étape active */
    border-color: var(--servibox-turquoise);
}

/* 3. Boutons de Navigation */
.btn-next-step, .btn-submit-form {
    background-color: var(--servibox-turquoise);
    color: white;
}
.btn-next-step:hover, .btn-submit-form:hover {
    background-color: #009999; 
    color: white;
}
.btn-prev-step {
    background-color: var(--servibox-blue-dark);
    color: white;
}
.btn-prev-step:hover {
    background-color: #0b3a88; 
    color: white;
}

/* --- NOUVEAUX STYLES POUR LES IMAGES DANS LES CARTES --- */

#toutes-les-box .service-img {
    width: 100%; /* L'image prend toute la largeur de son conteneur */
    max-height: 180px; /* Hauteur maximale pour uniformiser */
    object-fit: cover; /* Recadre l'image pour remplir l'espace sans la déformer */
    border-radius: 5px; /* Bords légèrement arrondis pour la douceur */
    margin-bottom: 15px; /* Espace en dessous de l'image */
}

/* On retire l'ancienne règle pour les icônes si elle existe */

/* Ajustement pour la carte "Autre besoin" qui garde une icône */
#toutes-les-box .cta-special i {
    color: white !important; /* L'icône reste blanche sur le fond bleu foncé */
    font-size: 3rem; /* On garde la taille de l'icône */
}

/* --- SECTION SOUS-SERVICES CLEANBOX (CARTES AVEC OVERLAY) --- */

.service-overlay-card {
    display: block; /* Permet d'encapsuler l'image et l'overlay */
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.service-overlay-card:hover {
    transform: scale(1.05); /* Zoom léger au survol */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.service-overlay-card img {
    width: 100%;
    height: 250px; /* Hauteur fixe pour l'uniformité (ajuster si besoin) */
    object-fit: cover;
    display: block;
    transition: filter 0.5s;
}

/* Contenu de l'Overlay (Texte en blanc) */
.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white; /* Texte en blanc */
    background-color: rgba(0, 0, 0, 0.3); /* Filtre noir de base (30%) */
    opacity: 1; 
    transition: background-color 0.5s, opacity 0.5s;
}

/* Effet au survol : Assombrissement (pour le côté "Fou") */
.service-overlay-card:hover .overlay-content {
    background-color: rgba(0, 0, 0, 0.6); /* Augmente le filtre noir à 60% au survol */
}

.overlay-content h6 {
    margin: 0;
    padding: 10px;
    color: white;
    /* Vous pouvez ajouter un soulignement ou une bordure ici si vous voulez */
}

/* --- COULEUR POUR LES ICÔNES DE CHECKLIST --- */
.text-success-servibox {
    color: var(--servibox-turquoise) !important;
    font-size: 1.2rem;
}

#cleanbox-details .service-item {
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

/* --- SECTION EXPERTS CLEANBOX --- */

.expert-card {
    border: 1px solid #e9ecef;
    transition: transform 0.3s, box-shadow 0.3s;
}

.expert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.expert-photo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid var(--servibox-turquoise); /* Bordure Turquoise pour le branding */
}

/* Style de la carte CTA Spéciale (si vous utilisez le même que pour les Box) */
.cta-expert {
    background-color: var(--servibox-blue-dark) !important;
    color: white !important;
    border: 3px solid var(--servibox-turquoise) !important;
}

.cta-expert i {
    color: var(--servibox-turquoise) !important;
}

/* --- STYLE DES ITEMS DÉTAILLÉS (Répétition de CleanBox) --- */
.text-success-servibox {
    color: var(--servibox-turquoise) !important;
    font-size: 1.2rem;
}

#greenbasket-details .service-item {
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

/* --- COULEURS SPÉCIFIQUES SERVIBOX --- */
:root {
    /* ... autres couleurs */
    --servibox-warning: #ffc107; /* Jaune standard Bootstrap */
}

.text-warning-servibox {
    color: var(--servibox-warning) !important;
}

/* --- SECTION VILLES COUVERTURE --- */
.city-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #ddd;
}

.city-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* Si vous n'avez pas de couleur light-servibox, vous pouvez utiliser un gris très clair */
.bg-light-servibox {
    background-color: #f7f9fc;
}

/* --- STYLE DES CARTES DE CATÉGORIE (Accès Rapide) --- */
.service-category-card {
    display: block; /* Important pour que toute la zone soit cliquable */
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

/* S'assurer que les couleurs sont définies */
.text-success-servibox { color: var(--servibox-turquoise) !important; }
.border-success-servibox { border-color: var(--servibox-turquoise) !important; }

/* Définir une couleur pour l'information ou les icônes */
.text-info { color: #0dcaf0 !important; } 
.border-info { border-color: #0dcaf0 !important; }

/* --- STYLE DES CARTES DE PRESTATAIRE (Jobber Card) --- */
.jobber-card {
    transition: transform 0.3s, box-shadow 0.3s;
    /* Assure que l'image de fond soit assombrie ou que le texte soit lisible */
}

.jobber-header {
    /* Style pour assombrir l'image et rendre le texte blanc visible */
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
}

.jobber-header h4, .jobber-header p {
    /* Ajout d'une ombre légère au texte dans le header pour la lisibilité */
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.jobber-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}



.jobber-box-tag {
    /* Style des badges des Box (Artisan+, CleanBox, etc.) */
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem !important;
    border-radius: 0.5rem;
}

/* Couleurs des icônes d'étoiles */
.text-warning-servibox {
    color: #ffc107 !important; /* Couleur jaune pour les étoiles */
}

/* --- Styles pour les Cartes de Services avec Overlay (GreenBasket) --- */

/* Conteneur de la carte - Important pour le positionnement relatif */
.service-overlay-card {
    display: block; /* S'assure qu'il prend toute la largeur du lien */
    position: relative;
    overflow: hidden; /* Cache tout ce qui dépasse, comme l'image qui grandit au survol */
    border-radius: 0.5rem; /* Reprend le border-radius de l'image */
    text-decoration: none; /* Enlève le soulignement des liens */
    transition: transform 0.3s ease;
}

/* Style de l'image à l'intérieur de la carte */
.service-overlay-card img {
    width: 100%;
    height: 250px; /* Hauteur fixe pour que toutes les cartes soient de la même taille */
    object-fit: cover; /* Assure que l'image couvre l'espace sans se déformer */
    transition: transform 0.3s ease-in-out;
}

/* Contenu de la superposition (texte) */
.service-overlay-card .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45); /* Fond noir semi-transparent */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    text-align: center;
}

.service-overlay-card .overlay-content h6 {
    margin: 0;
    font-size: 1.25rem; /* Taille de police plus grande pour le titre */
    font-weight: 600 !important;
}

/* Effets au survol (Hover) */
.service-overlay-card:hover {
    transform: translateY(-5px); /* Légère élévation pour l'effet 3D */
}

/* Effet de l'image au survol : grossit légèrement */
.service-overlay-card:hover img {
    transform: scale(1.05);
}

/* Effet de la superposition au survol : devient légèrement moins opaque */
.service-overlay-card:hover .overlay-content {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Règle pour améliorer la lisibilité du titre des sections */
.section-title h2 {
    color: #4CAF50 !important; /* Couleur verte de GreenBasket */
}


/*
* CSS PERSONNALISÉ POUR GREENBASKET
* (Styles basés sur la section que vous avez envoyée)
*/

/* Arrière-plan de la section - Ajusté pour correspondre à l'image envoyée (beige très clair) */
.custom-hero-section {
padding: 80px 0;
background-color: #faf7f5; 
border-bottom: none; /* Pas de séparateur sur l'image envoyée */
}

/* Couleur et style du titre principal */
.section-title-gb {
color: #000000; /* Noir pour le titre, comme dans l'exemple */
font-weight: 800; /* Plus gras */
font-size: 2.5rem; /* Taille de police ajustée */
}

/* Style du paragraphe de texte */
.lead-gb {
font-size: 1.15rem;
color: #343a40; /* Texte légèrement plus foncé */
}

/* Style du bouton d'appel à l'action (CTA) - Retiré car non présent dans l'image, mais laissé en commentaire si vous voulez le remettre */
/*
.cta-button-gb {
background-color: #4CAF50;
border-color: #4CAF50;
color: white;
transition: background-color 0.3s, transform 0.3s;
border-radius: 8px; 
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button-gb:hover {
background-color: #45a049;
border-color: #45a049;
transform: translateY(-2px);
}
*/

/* Centrage vertical du contenu dans la colonne de texte */
.text-column-gb {
display: flex;
flex-direction: column;
justify-content: center;
padding: 30px 40px;
}

/* Conteneur principal de la section */
.section-box {
background-color: #ffffff; /* Fond blanc pour la boîte de contenu, comme dans votre image */
border-radius: 12px;
overflow: hidden; /* Assure que les coins arrondis de l'image sont contenus */
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Colonne de l'image (maintenant à gauche dans votre image) */
.image-col-left {
padding: 0; /* Supprime le padding de colonne Bootstrap */
}

.image-col-left img {
width: 100%;
height: 100%;
object-fit: cover; /* Assure que l'image couvre l'espace sans déformation */
min-height: 250px; /* Hauteur minimale pour la colonne image */
}

/* Responsive : Inversion de l'ordre pour que le texte passe au-dessus de l'image sur mobile */
@media (max-width: 767.98px) {
  /* Sur les petits écrans (mobile), la colonne de texte est affichée en premier */
.row.align-items-center {
    flex-direction: column-reverse;
}
.text-column-gb {
    padding: 20px 20px;
    text-align: center;
}
}

    /* Styles "Ouff" pour rendre les cartes plus attrayantes */
    .product-card {
        border: none;
        border-radius: 1rem; /* Coins arrondis plus prononcés */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Ombre douce */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
    }
    .product-card:hover {
        transform: translateY(-5px); /* Léger effet de soulèvement au survol */
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    .price-old {
        color: #888;
        text-decoration: line-through;
        font-size: 0.9rem;
    }
    .price-current {
        color: #d90429; /* Rouge vif pour le prix réduit */
        font-size: 1.5rem;
        font-weight: 700;
    }
    .discount-badge {
        background-color: #d90429; /* Rouge pour le badge de réduction */
        border-radius: 0.3rem;
        font-weight: bold;
    }
    .cart-btn {
        background-color: #ffc107; /* Jaune Bootstrap pour le panier */
        border: none;
        transition: background-color 0.2s;
    }
    .cart-btn:hover {
        background-color: #e0a800;
    }
    .badge-origin {
        background-color: #28a745; /* Vert pour l'origine */
    }
    .rating-star {
        color: #ffc107; /* Jaune pour les étoiles */
    }
