/* ======================================================================
   Section 1 : Importation des polices
   ====================================================================== */
   @import url('https://fonts.cdnfonts.com/css/satoshi?styles=135009,135004,135005,135006,135007,135008,135002,135003,135000,135001&display=swap');
   /* Exemple d'utilisation de la police : font-family: 'Poppins', sans-serif; */


/* ======================================================================
   Section 2 : HEADER - NAVBAR
   ====================================================================== */
#aboutus,
#keys,
#faq,
#ourreviews {
  scroll-margin-top: 80px;
}

.logo-size {
    width:50%
}
.navbar {
    position:fixed;
    z-index:999;
    padding-top:30px;
    padding-bottom:10px;
    white-space:nowrap;
    top:0;
    left:0;
    right:0;
    width:100%;
    background:#fff;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    transition:.5s
}
  /* Par défaut : desktop */
.navbar.navbar-transparent {
    background: transparent !important;
    color: #182c33;
    font-weight: bold;
}
.navbar.navbar-transparent .nav-link,
.navbar.navbar-transparent .navbar-brand,
.navbar.navbar-transparent .navbar-toggler,
.navbar.navbar-transparent .nav-link-tel {
    color: #182c33 !important;
    font-weight: bold;
}

/* Quand scrolled (pour tous) */
.navbar.scrolled {
    background: white !important;
}
.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand,
.navbar.scrolled .navbar-toggler,
.navbar.navbar-scrolled .nav-link-tel {
    color: black !important;
}

.bg-navbar {
    top:-200px
}
.navbar-brand {
    padding-left:0;
    z-index:5
}
.nav-link {
    font-weight:400;
    font-size:14px;
    line-height:16px
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right:18px;
    padding-left:18px
}
.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link:hover {
    color:#d4fdf7
}

.navbar-dark .navbar-nav .nav-link {
    color:#fff
}
.navbar-toggler {
    color:rgba(255,255,255,.55)!important;
    border-color:transparent!important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0;
    width:40px;
    height:40px;
    z-index:4
}
.navbar-light .navbar-nav .nav-link {
    color:#100530
}
nav.navbar.bg-white svg path,nav.navbar.bg-white svg rect {
    fill:#715f8d
}
.navbar-light .navbar-nav .nav-link.active {
    font-weight:700
}
.navbar-toggler.collapsed .close {
    display:none
}
.navbar-toggler .close {
    display:block;
    transition:all 1s ease-in-out;
    color:#fff
}
.navbar-toggler.collapsed .open {
    display:block
}
.navbar-toggler .open {
    display:none;
    transition:all 1s ease-in-out
}

/* ======================================================================
Section 3 : EN-TÊTE ET BODY
====================================================================== */

body {
    font-family:Satoshi,sans-serif
}

hr {
    background-color:#fff;
    padding:2% 0 0 0
}
b,strong {
    font-weight:900
}
.btn {
    font-weight:700;
    font-size:16px;
    line-height:16px;
    text-transform:uppercase
}
.btn-primary {
    color:#fff;
    border-color:transparent;
    background:#FD016C;
    border-radius:6px
}
.btn-primary2 {
    background:#fff!important
}
.btn-primary2:hover {
    background:#34CE7E!important
}
.btn-primary:hover {
    color:#fff;
    background:#000;
    border-color:transparent
}
.btn-outline-light {
    color:#000;
    border-color:transparent
}
.btn-outline-light:hover {
    color:#000;
    background-color: #34CE7E;
    border-color: #34CE7E;
}
.btn-outline-light:hover svg path {
    fill:#000
}
.expertises {
    font-size:14px
}

.text-white {
    color:#f9f6f1!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family:satoshi,sans-serif;
    font-weight:900
}
.h1,h1 {
    font-weight:900;
    font-size:54px;
    line-height:72px;
    color:#182c33
}
.h2,h2 {
    font-weight:900;
    font-size:40px;
    line-height:45px
}
.h3,h3 {
    font-size:30px;
    line-height:38px;
    color:#182c33
}
.h5,h5 {
    font-size:20px;
    line-height:30px
}
.h6,h6 {
    font-size:18px;
    line-height:32px
}

.h4-subheaing {
    font-size:24px;
    line-height:24px
}
.fw-600 {
    font-weight:600
}
.vignettes {
    font-size:15px;
    font-weight: 700;
    line-height:20px
}
.text-dark {
    color:#000!important
}
.text-primary {
    color:#100530!important
}
.text-rose {
  color:#FD016C!important
}

.fw-300 {
    font-weight:300!important
}
.service-box-title {
    color:#000;
    font-size:45px;
    line-height:55px
}
.btn-outline-secondary {
    box-shadow:0 0 6px 0 rgba(157,96,212,.5);
    border:solid 1px transparent;
    background-image:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),linear-gradient(65.92deg,#654ca0 39.07%,#c1776f 83.35%);
    background-origin:border-box;
    background-clip:content-box,border-box;
    box-shadow:2px 1000px 1px #fff inset
}
.btn-outline-secondary.active,.btn-outline-secondary:hover {
    color:#fff;
    border:none;
    background:linear-gradient(65.92deg,#ec8d00 39.07%,#ffb75e 83.35%);
    box-shadow:none;
}
.btn-outline-secondary.active span,.btn-outline-secondary:hover span {
    color:#fff;
    border:solid 1px transparent;
    background:#fff;
    box-shadow:none;
}

.text-secondary {
    color:#34CE7E!important
}
.h4,h4 {
    font-size:28px;
    line-height:30px;
}


.banner-wrap {
  position: relative;
  padding: 192px 0; /* padding vertical */
  z-index: 0;
  overflow: hidden; /* utile si ::before dépasse */
}

.banner-wrap::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; left:0; right:0; bottom:0 */
  background: 
    url("../images/famille2.jpg") center/cover no-repeat;
  z-index: -1;
}

.white-color{
    color: #fff!important;
}

.banner-wrap > svg:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    box-sizing: border-box;
    display: block;
    z-index: -1;
	  background-size: 200% 250%;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.animate__heartBeat:hover {
	-webkit-animation: pulsate-bck 0.5s ease-in-out 2 both;
	        animation: pulsate-bck 0.5s ease-in-out 2 both;
}

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ======================================================================
   Section 4 : FORMULAIRE
   ====================================================================== */

   /* DEBUT EFFET TUNNEL DE CONVERSION FORUMULAIRE */

   /* wrapper de tout le contenu hors-formulaire */
.page-content {
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
  /* overlay blanc plein écran, caché par défaut */
#form-focus-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 9998;
}
/* quand on active le focus */
body.form-focus-active #form-focus-overlay {
  opacity: 1;
  visibility: visible;
}
/* remonter le formulaire au-dessus de l’overlay */
body.form-focus-active .multistep-wrap,
body.form-focus-active .form-wrap {
  position: relative;
  z-index: 9999;
}
/* croix de fermeture, cachée par défaut */
#form-focus-close {
  position: fixed;
  display: flex;
  align-content: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #182c33;
  border-radius: 20px;
  font-size: 24px;
  color: #182c33;
  cursor: pointer;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

#form-focus-overlay::before{
  content: "";
  display: inline-block;      /* ou block selon votre besoin */
  width: 200px;                 /* largeur du logo */
  height: 48px;                /* hauteur du logo */
  margin-right: 8px;           /* espace entre le logo et le texte, si besoin */
  vertical-align: middle;      /* pour aligner avec le texte/icone */
  position: fixed;
  top: 16px;
  left: 16px;
  /* 1) Méthode background-image */
  background-image: url('../images/assureocredit.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/* affichage de la croix en mode focus */
body.form-focus-active #form-focus-close {
  opacity: 1;
  visibility: visible;
}


/* FIN EFFET TUNNEL DE CONVERSION FORUMULAIRE */

/* champ texte / select / textarea non rempli */
.input-error {
  border: 1px solid #e74c3c !important;
  background-color: #fdecea;
  transition: 3s;
}

/* label.image-checkbox non sélectionné en erreur */
.image-checkbox-error {
  border: 2px solid #e74c3c !important;
  border-radius: 4px;
  padding: 0.25em;
  background-color: #fdecea;
}

/* Styles pour le conteneur de la grille de choix */
.form-group.pu-form-group-devis.pu-devis-checkbox-2 {
  display: flex; /* Active Flexbox */
  flex-wrap: wrap; /* Permet aux éléments de passer à la ligne */
  justify-content: center; /* Centre les éléments horizontalement */
  gap: 15px; /* Espace entre les éléments (ajustez si nécessaire) */
  padding: 20px 0; /* Ajoute un peu d'espace vertical autour de la grille */
  height: fit-content;
}

/* Styles pour chaque option (label) */
.image-checkbox.btn-choice.field-label {
  /* display: flex; déjà défini, mais réaffirmons/ajustons */
  display: flex;
  flex-direction: column; /* Contenu (image + texte) en colonne */
  align-items: center; /* Centre le contenu horizontalement */
  justify-content: center; /* Centre le contenu verticalement */
  /* flex: 0 1 calc(20% - 15px); */
  flex: auto;
  box-sizing: border-box; /* Inclut padding et border dans la taille */
  height: 50px;
  border: 1px solid #eee; /* Bordure légère comme dans l'image */
  border-radius: 12px; /* Coins arrondis (ajustez) */
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.08); /* Ombre plus subtile */
  padding: 15px; /* Espace intérieur (ajustez) */
  background-color: #fff; /* Fond blanc */
  cursor: pointer;
  transition: all .3s ease;
  /* height: 100%; */ /* Supprimez height: 100% sauf si le parent a une hauteur fixe */
  font-weight: 500;
  text-align: center; /* Centre le texte si span n'est pas block */
}

.image-checkbox.btn-choice.field-label.auto-input {
  flex-direction: row;
  flex-wrap: wrap;
  width: max-content;
}

/* Styles pour la div interne contenant image et texte */
.pu-img-devis.field-bank {
   /* max-width: 110px !important; */ /* Supprimez cette règle restrictive */
   width: 100%; /* Prend la largeur du label */
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center; /* Centre l'image et le texte verticalement */
   flex-grow: 1; /* Permet à cette div de prendre l'espace disponible */
}

.pu-form-group-devis-box-auto-input {
  display: flex;
}

.pu-img-devis.field-bank span {
  display: none;
}

label.image-checkbox.btn-choice.field-label.autreb span {
  display: block!important;
  font-size: small;
  margin-top: 0!important;
}

.pu-img-devis.field-bank img {
  max-height: 30px!important;
  width: auto!important;
  margin-top: 0%!important;
}

.form-box {
  width:100%;
  max-width:950px;
  margin:0 auto;
  text-align:center;
  background:#fff;
  box-shadow:0 36px 72px rgba(119,137,171,.12);
  border-radius:24px;
  padding:34px 36px;
  margin-top:-113px
}
.form-step-text {
    font-size:24px;
    line-height:30px
}
.custom-checkbox {
    position:relative;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-weight:400;
    padding:17px 20px 17px 73px;
    font-size:18px;
    line-height:24px;
    display:flex;
    align-items:center;
    color:#100530
}
.custom-checkbox input {
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0
}
.progress {
    background:#00000012;
    border-radius:100px;
    height:12px
}
.bg-secondary {
    --bs-bg-opacity:1;
    background-color:#FD016C!important
}


#employer-post-new-job {
    min-height:500px
}
.multistep-con {
    z-index:10;
    position:relative
}
.multistep-action-content .icon {
    margin-bottom:20px
}
.multistep-action-content p {
    font-size:22px;
    line-height:30px;
    margin-top:30px;
    margin-bottom:30px
}
.employer-post-new-job-container {
    max-width:1200px;
    position:relative;
    margin:0 auto;
    overflow:hidden
}


#employer-post-new-job .res-steps-container .res-steps {
    width:11%;
    text-align:right;
    float:left;
    cursor:default
}
#employer-post-new-job .res-steps-container .res-steps .res-step-bar {
    -webkit-border-radius:50%!important;
    -moz-border-radius:50%!important;
    -ms-border-radius:50%!important;
    border-radius:50%!important;
    color:#88d229;
    display:inline-block;
    height:15px;
    width:15px;
    margin-top:10px;
    text-align:center;
    color:#88d229;
    font-size:17px;
    position:relative;
    z-index:10;
    left:2px;
    border:2px solid rgba(255,255,255,0)
}
#employer-post-new-job .res-steps-container .res-steps .res-progress-title {
    text-align:center;
    font-size:15px;
    padding-top:10px;
    display:block
}
#employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
    height:5px;
    background:#34CE7E;
    width:100%;
    float:left;
    position:relative;
    margin-top:-17px;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    -ms-transition:.3s;
    transition:.3s
}
#employer-post-new-job .res-steps-container .res-step-five .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-six .res-progress-bar, 
#employer-post-new-job .res-steps-container .res-step-seven .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-three .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-two .res-progress-bar, 
#employer-post-new-job .res-steps-container .res-step-eight .res-progress-bar  {
    width:100%;
    margin-left:0
}
#employer-post-new-job .res-steps-container .res-step-nine .res-progress-bar {
    width:100%;
    float:none
}
#employer-post-new-job .res-step-form {
    position:absolute;
    width:100%
}
#employer-post-new-job .res-step-form h3 {
    margin:10px 0;
    color:#34CE7E;
    font-size:18px
}
#employer-post-new-job .res-step-form .form-horizontal label {
    font-weight:400
}
/* les autres slides décalées hors écran à droite */
#employer-post-new-job .res-form-two,
#employer-post-new-job .res-form-three,
#employer-post-new-job .res-form-four,
#employer-post-new-job .res-form-five,
#employer-post-new-job .res-form-six,
#employer-post-new-job .res-form-seven,
#employer-post-new-job .res-form-height,
#employer-post-new-job .res-form-nine,
#employer-post-new-job .res-form-loading, 
#employer-post-new-job .res-form-ten  {
  left: 150%;
}

#employer-post-new-job .active .res-step-bar {
    background:#34CE7E!important;
    color:#fff!important;
    border:2px solid #fff!important
}
#employer-post-new-job .active .res-progress-title {
    color:#34CE7E
}
#employer-post-new-job .active .res-step-bar {
    background:#34CE7E!important;
    color:#fff!important
}
#employer-post-new-job .active~.res-steps .res-progress-bar {
    background:#ececec
}
body .res-btn-gray {
    background:0 0;
    border:none;
    text-align:center;
    color:#9a9a9a;
    display:block;
    margin:0 auto;
    font-weight:300
}
.image-checkbox {
    cursor:pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:2px solid rgba(103,103,103,0);
    margin-bottom:0;
    outline:0;
    position:relative;
    border-radius:20px;
    overflow:hidden;
    margin:1%;
    vertical-align:top;
    box-shadow:5px 6px 30px 1px rgba(171,171,171,.16)
}
.image-checkbox input[type=checkbox] {
    display:none
}
.image-checkbox input[type=radio] {
    display:none
}
.image-checkbox.image-checkbox-checked, .image-checkbox.btn-choice.field-label.image-checkbox-checked {
    border-color:#34CE7E
}
.image-checkbox .fa {
    position:absolute;
    color:#fff;
    background-color:#000759;
    padding:10px;
    visibility:hidden;
    border-radius:50%
}

.pu-devis-checkbox-6 .pu-img-devis, .pu-devis-checkbox-7 .pu-img-devis  {
  width:100%!important;
  height:auto!important;
}

.pu-devis-checkbox-6 .pu-img-devis span, .pu-devis-checkbox-7 .pu-img-devis span, .pu-devis-checkbox-8 .pu-img-devis span {
  padding: 15px;
  margin-top: 0%;
}

.pu-devis-checkbox-6 .image-checkbox, .pu-devis-checkbox-7 .image-checkbox, .pu-devis-checkbox-8 .image-checkbox {
  max-height:70px!important;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 15px; /* padding à droite pour l’icône */
  border: none;
  background-color: transparent;
  color: #333;
  cursor: pointer;
  box-shadow: none;
}

.custom-select:focus {
  border-color: #34CE7E;
  outline: none;
  border-color: #fff;          /* bordure personnalisée au focus */
  box-shadow: none;               /* supprime l’ombre par défaut */
}

.select-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777;
}

.pu-img-devis {
    width:230px;
    height:190px;
}
.pu-button-devis {
    margin-top:30px;
}
.pu-img-devis img {
    margin-top:20px;
    height:90px
}

.pu-devis-checkbox-1 .pu-img-devis img {
    padding:3%
}
.pu-img-devis span {
    display:block;
    margin-top:10px;
    font-weight:400;
    line-height:20px;
    font-size:18px;
    padding:5px
}
.pu-devis-checkbox-4 .pu-img-devis span {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    height:40px;
    font-size:17px
}
label.image-checkbox:hover,label.image-checkbox.btn-choice.field-label:hover, label.image-checkbox.btn-choice.field-label.autreb:hover, .image-checkbox.btn-choice.field-label.auto-input:hover {
    border:2px solid #34CE7E;
    transition:.3s
}

.res-btn-orange {
    padding:16px 40px
}
.pu-error {
    border:2px solid red!important
}
.res-form-five .form-control,.res-form-seven .form-control,.res-form-six .form-control {
    padding:10px 14px;
}
.form-control {
    font-size:1.02rem;
    line-height:1.8
}
.res-form-five .form-horizontal,.res-form-seven .form-horizontal,.res-form-six .form-horizontal {
    max-width:800px;
    margin:0 auto;
}
.res-step-form-height {
    width:100%;
    -moz-transition:height .5s ease;
    -webkit-transition:height .5s ease;
    -o-transition:height .5s ease;
    transition:height .5s ease;
    overflow:hidden;
}
.error-select-content {
    border:1px solid red;
    background:#fff;
    color:red;
    display:inline-block;
    padding:7px 15px;
    border-radius:20px;
    margin-top:15px;
}

.pu-devis-checkbox-8 .pu-img-devis {
  display: flex;
  flex: auto; /* deux éléments par ligne avec un peu d'espace */
  box-sizing: border-box; /* pour inclure les marges/paddings dans la largeur */
  justify-content: center;
}

.partners-track1, .partners-track2 {
  display: none;
  gap: 30px;
}

.res-step-form.res-form-loading.px-4.active > .partners-track1,
.res-step-form.res-form-loading.px-4.active > .partners-track2 {
  display: flex;
}


.partners-track1 {
  animation: marquee1 15s linear infinite alternate;
}

.partners-track2 {
  animation: marquee2 15s linear infinite alternate;
}

.partners-track1 img, .partners-track2 img{
  max-height: 60px;
  object-fit: contain;
}
@keyframes marquee1 {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee2 {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@media (max-width:991px) {

  .partners-track1 {
    animation: marquee1 8s linear infinite alternate;
  }
  
  .partners-track2 {
    animation: marquee2 8s linear infinite alternate;
  }
  @keyframes marquee1 {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
  
  @keyframes marquee2 {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(0); }
  }
}
   
/* ======================================================================
   Section 5 : PARTENAIRES
   ====================================================================== */
.section-partenaires-logo { overflow: hidden; }
.partners-track {
  display: flex;
  gap: 30px;
  animation: marquee 30s linear infinite;
}
.partners-track img {
  max-height: 60px;
  object-fit: contain;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.promesse {
  display:flex;
  align-items:center;
}
.promesse1 {
  justify-content: start;
}
.promesse2 {
  justify-content: center;
}

.borderbox {
  border:1px solid #34CE7E!important;
  width:120px;
  height:150px;
  border-radius:5px;
  padding:5%;
  margin:5px;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

/* ======================================================================
   Section 6 : Données de marché
   ====================================================================== */

/* “home-market” – Styles généraux */
   .home-market {
    padding-top: 0;
    padding-bottom: 3rem;
    margin-top: 1rem;
    position: relative;
  }
  
  /* arrière‑plan pour grands écrans */
  @media (min-width: 64em) {
    .home-market {
      background-image: url(../images/amaury.jpg);
      background-repeat: no-repeat;
      background-color: #fff;
      background-size: 30% auto;
      background-position: bottom -10px left;
      overflow: auto;
    }
  }
  
  /* Onglets – Liste, items et boutons */
  .home-market__tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
  }
  .home-market__tab-item {
    margin: 0;
    padding: 0;
  }
  .home-market__tab-btn {
    display: inline-block;
    background-color: #fd016c;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .home-market__tab-btn:hover,
  .home-market__tab-btn:focus {
    background-color: #28A666;
    outline: none;
  }
  .home-market__tab-btn.active {
    background-color: #28A666;
  }
  
  /* Contenu des onglets – container et panneaux */
  .home-market__infos {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  
  /* Background et layout pour moyens écrans */
  @media screen and (min-width: 991px) {
    .home-market__infos {
      background-color: #192B33;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      position: relative;
    }
  }
  
  /* Bordure arrondie pour très grands écrans */
  @media screen and (min-width: 991px) {
    .home-market__infos {
      border-top-left-radius: 344px;
    }
  }
  
  .home-market__tabpanes {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .home-market__tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 1;
  }
  .home-market__tab-pane.active {
    opacity: 1;
    z-index: 2;
  }
  
  /* 
     Styles du contenu intérieur des panneaux
     ====================================================================== */
  .home-market__infos-item {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    max-width: 312px;
  }
  .home-market__infos-big {
    font-size: 2rem;
    font-weight: 700;
    color: #35ce7e;
    margin-right: 1rem;
    line-height: 1.25rem;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 10%;
  }
  .home-market__infos-small {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.4;
  }

  
  /* Responsive – Media Queries */
  @media (max-width: 991px) {
    .home-market__tabs-list {
      justify-content: center;
      flex-wrap: wrap;
    }
    @media screen and (min-width: 64em) {
      .home-market__nav {
        padding-top: 100px;
        position: relative;
      }
    }
    .home-market__infos-small {
      font-size: 1rem;
      color: #1A2C36;
      line-height: 1.4;
    }
    .home-market__tabs-list {
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
    }
    .home-market__tab-btn {
      width: 100%;
      text-align: center;
    }
    .home-market__infos {
      overflow: visible;
    }
    .home-market__tab-pane {
      position: relative;
      transform: none;
      opacity: 1;
      display: none;
      transition: none;
    }
    .home-market__tab-pane.active {
      display: flex;
    }
    .home-market__infos-item {
      flex-direction: column;
      align-items: center;
      margin-bottom: 2rem;
    }
    .home-market__infos-big {
      margin: 0 0 0.5rem;
    }
  }
  
  @media screen and (min-width: 991px) {
    .home-market__nav {
      border-bottom-right-radius: 344px;
    }
    .home-market__infos,
    .home-market__nav {
      min-height: 656px;
    }
    .home-market__nav:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 50%;
      transform: rotate(-90deg);
      width: 181px;
      height: 181px;
      background: radial-gradient(circle at 100% 0, transparent 0, transparent 181px, #182d33 182px) repeat scroll 0 0 transparent;
    }
    .home-market__nav:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 29%;
      min-height: 656px;
      background-color: #182d33;
    }
  }

  
  /* Override Bootstrap small helper */
  @media (min-width: 1024px) {
    .pb-lg-0 {
      padding-bottom: 0 !important;
    }
  }

/* ======================================================================
   Section 7 : FAQ
   ====================================================================== */

   #faq {
    background-color: #192B33;
    color: #ffffff;
    padding: 60px 0;
  }
  .accordion-button {
    background-color: transparent;
    color: #fff;
    width: 100%;
    display: flex;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 20px;
    border: 1px solid #fff;
    font-size: 1.1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    justify-content: space-between;
}
  .accordion-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .accordion-button::after {
    font-family: 'Font Awesome 6 Free';
    content: "\f107";
    font-weight: 900;
    transition: transform 0.3s ease;
    font-size: 1rem;
  }
  .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
  }
  .accordion-body {
    background-color: #ffffff;
    color: #192B33;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
    animation: fadeIn 0.4s ease;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  h2.faq-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
     /* Bordure arrondie pour très grands écrans */
     @media screen and (min-width: 991px) {
      #faq {
        border-bottom-right-radius: 344px;
      }
    }


/* ======================================================================
   Section 8 : TEMOIGNAGES
   ====================================================================== */
.carousel-caption {
    background:rgba(255,255,255,.5);
    padding:10px;
    border-radius:5px;
    color:#000
}
   .img-review {
    max-width:150px;
}
.review {
    position:absolute;
    top:0;
    right:0
}

.review-p {
    font-weight:300;
    font-size:15px;
    line-height:30px
}

.arrowstyle-01 .owl-nav {
    text-align:center;
    margin-top:20px;
    position:absolute;
    top:33%;
    width:106%;
    display:flex;
    justify-content:space-between;
    left:-3%
}
.reviews-wrap {
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-top: 0;
}


.reviews-box {
    margin:40px auto
}
.reviews-box-txt {
    background:#fff;
    box-shadow:0 24px 48px rgba(119,118,156,.06);
    border: 1px solid #182d33;
    border-radius:24px;
    position:relative;
    padding:22px 24px 28px 24px;
    font-weight:300;
    font-size:18px;
    line-height:28px
}
.reviews-box-txt:after {
    content:"";
    background-image:url(../images/review-corner.png);
    width:66px;
    height:62px;
    position:absolute;
    background-repeat:no-repeat;
    bottom:-61px;
    left:44px
}
.reviews-box-img {
    margin-top:53px
}

.logo-review {
  width: 100px !important;
  text-align: end;
}

.reviews-box-namerating {
    display:flex;
    align-items:center;
    justify-content:space-between
}
.reviews-box-logodate {
    margin-top:28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-weight:500;
    font-size:18px;
    line-height:32px
}
.carousel-review .owl-nav {
    display:flex;
    justify-content:space-between;
    position:absolute;
    left:0;
    top:30%;
    width:100%
}
.arrowstyle-01.owl-carousel .owl-nav button.owl-next,.arrowstyle-01.owl-carousel .owl-nav button.owl-prev {
    width:60px;
    height:60px;
    background:0 0;
    color:inherit;
    border:none;
    padding:0!important;
    font:inherit;
    margin:0 10px;
    overflow:hidden;
    text-indent:-100px;
    background-repeat:no-repeat;
    background-position:center;
    border-radius:100px
}
.arrowstyle-01.owl-carousel .owl-nav button.owl-next,.arrowstyle-01.owl-carousel .owl-nav button.owl-prev {
    position:relative;
    background:#fff;
    /* box-shadow:0 12px 36px rgba(119,118,156,.24); */
    border-radius:100px
}
.arrowstyle-01.owl-carousel .owl-nav button.owl-next:after,.arrowstyle-01.owl-carousel .owl-nav button.owl-prev:after {
    content:"";
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
    position:absolute;
    left:0;
    top:0;
    background-size:18px 15px
}
.arrowstyle-01.owl-carousel .owl-nav button.owl-prev:after {
    background-image:url(../images/left.svg)
}
.arrowstyle-01.owl-carousel .owl-nav button.owl-next:after {
    background-image:url(../images/right.svg)
}
.arrowstyle-02.arrowstyle-01 .owl-nav {
    width:auto;
    right:0;
    left:auto;
    top:-10%
}

/* ======================================================================
   Section 9 : COMPARATEUR
   ====================================================================== */

   .home-partners {
    background:#34CE7E;
   }

   .txt-fc {
    color: #192B33;
   }

   /* Bordure arrondie pour très grands écrans */
  @media screen and (min-width: 991px) {
    .home-partners {
      border-top-right-radius: 344px;
      border-bottom-left-radius: 344px;
      min-height: 600px;
    }
  }


.home-partners__item {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  opacity: .6;
}
.img-projet {
    max-width:fit-content;
    text-align:right;
    width:50%
}
.contact-wrap {
    background:#34CE7E;
    position:relative;
    margin-top:190px
}
.contact-wrap:after {
    content:"";
    background-color:#34CE7E;
    width:30%;
    right:0;
    top:0;
    height:100%;
    position:absolute;
    z-index:0
}
.contact-box {
    margin:0 auto
}
.projet-img,.service-img {
    position:relative;
    z-index:2;
    margin:20px
}
.projet-img {
    text-align:center
}

/* ======================================================================
   Section 10 : FOOTER
   ====================================================================== */
.bottom-p {
    font-weight:300;
    font-size:18px;
    line-height:30px
}

.footer-con {
    padding-top:93px;
    font-size:18px;
    line-height:26px
}
.footer-line {
    font-weight:400;
    font-size:16px;
    line-height:24px
}
.c-right {
    border-top:1px solid rgba(255,255,255,.12);
    line-height:20px;
    text-align:center;
    color:#fff;
    padding:0
}

/* ======================================================================
   MEDIA QUERY
   ====================================================================== */
/* MINIMUM */

@media (min-width: 992px) {
    .desktophide {
        display: none !important;
    }
    .tel {
        font-size: 12px;
    }
}

@media (min-width: 1320px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
  }
  
  @media (min-width:1140px) {
    .ampoule {
      position: absolute;
      max-width: 500px;
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%);
      z-index: 100;
    }
  }
  
  @media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
  
    .bouton1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    }
  }
  
  /* MAXIMUM */
  
  @media (max-width: 1460px){
    
    .h1, h1 { 
      font-size: 47px;
      line-height: 58px; 
  }
  
  .h5, h5 {
    line-height: 20px;
    font-weight: 900;
    font-size: 18px;
  }
  
  .ul-style-01 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
  }
  
  .h3, h3 {
    font-size: 30px;
    line-height: 34px; 
  }
  .nosservices-wrap .h3, .nosservices-wrap h3{
    font-size: 26px;
    line-height: 34px; 
  }
  
  .nosservices-box { 
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding: 5px 10% 15px 10%;
    min-height: 350px;
  }
  
    }
  
  @media (max-width: 1319px){
    .navbar-brand img{
      width: 40%;
    }
    .logo-size {
      width: 200px!important;
    }
  
    .navbar-collapse .nav-link{
      font-size: 15px;
      white-space: nowrap;
    }
  
    .navbar-collapse .nav-link{
      font-size: 15px;
      white-space: nowrap;
    }
  
    .navbar-collapse .call-button-lp svg{
      width: 20px;
      height: 20px;
    }
    .navbar-collapse .call-button-lp > span{
      font-size: 15px;
      white-space: nowrap;
      margin-top: 5px;
      display: block;
    }
    .navbar-collapse .btn-cta-menu{
      font-size: 10px;
      white-space: nowrap;
    }
  
  }
    
  
  @media (max-width: 1199px){
    .navbar-nav {  
      font-size: 18px;
    }
  
    .navbar-nav .nav-link { 
      padding-bottom: 25px;
    }
  
    .navbar-toggler:focus { 
      box-shadow: none;
    }
  
    .navbar {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    }
  
  @media (max-width: 1140px){
    .banner-heaing { 
      font-size: 40px;
      line-height: 48px;
    }
  
    .h1, h1 { 
      font-size: 30px;
      line-height: 38px; 
    }
  
    .h2, h2 { 
      font-size: 28px;
      line-height: 38px; 
    }
  
    .service-heading-01 {
      font-size: 30px;
      line-height: 38px; 
    }
  
    .service-img {
      position: relative;
      z-index: 2;
      margin: 20px 0;
    }
  
    .contact-wrap:after {
      visibility: hidden;
    }
  
    .contact-wrap { 
      margin-top: 20px;
      padding: 20px;
    }
  
  }
  
  @media (max-width: 991px){
  
    .navbar.navbar-transparent .nav-link, 
    .navbar.navbar-transparent .navbar-brand, 
    .navbar.navbar-transparent .navbar-toggler-icon, 
    .navbar.navbar-transparent .navbar-toggler {
      color: #000!important;
    }
    
    .navbar-collapse {
      align-items: center;
      background: #fff;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: calc(100%);
      text-align: center;
      z-index: 3;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding-top: 150px;
    }
  
    .form-box button {
        display: block !important;
        margin: 20px auto !important;
    }
  
    .form-box{
      display: block;
    }
  
    .h1, h1 { 
      font-size: 25px;
      line-height: 30px; 
    }
  
    .h2, h2 { 
      font-size: 30px;
      line-height: 38px; 
    }
  
    .h3, h3 {
      font-size: 20px;
      line-height: 24px;
    }
  
    .footer-con {
      padding-top: 20px; 
    } 
  
    .form-box button.btn {
      margin-bottom: 20px;
    }
  
    .menu-inner {
      padding: 20px 12px;
    }
  
    .banner-heaing {
      font-size: 26px;
      line-height: 30px;
    }
  
    .banner-img-text-01{
      left: 0;
    }
  
    .banner-img-text-02 {
      right: 0;
    }
  
    .banner-img {
      padding: 0 50px;
    }
  
    .h6, h6 {
      font-size: 15px;
      line-height: 25px;
    }
  
    .btn { 
      font-size: 14px;
      line-height: 18px; 
    }
  
    .contactus-form-box{
      padding-left: 0;
    }
  }
  
  @media (max-width: 767px){ 
    .image-checkbox.btn-choice.field-label.auto-input {
      width: 60%;
      font-size: smaller;
    }
    .pu-form-group-devis-box-auto-input {
      flex-direction: column;
      align-items: center;

    }
      .banner-sub-heaing { 
        font-size: 16px;
        line-height: 26px; 
    }
    
    .reviews-box { 
      padding: 0;
      margin-bottom: 0;
    }
  
    .carousel-review .owl-nav {
      display: flex;
      justify-content: center;
      position: relative;
      left: 0;
      top: 0;
      width: auto;
    }
  
    .nosservices-box img.img-fluid {
      max-width: 25%;
    }
  
    .nosservices-box { 
      font-size: 14px;
      line-height: 20px;
      min-height: auto;
    }
  
    .inner-wrap { 
      padding-top: 100px;
      min-height: 320px;
      background-size: auto;
    }
  
    .reviews-wrap { 
      margin-top: 20px;
      padding-top: 20px;
    }
  
    .h1, h1 {
      font-size: 26px;
      line-height: 34px;
    }
    
    .offer-box { 
      padding: 20px;
    }
    
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      padding-right: 30px;
      padding-left: 30px; 
    }

    .special-container {
      padding-right: 0!important;
      padding-left: 0!important; 
    }

  
    .contactus-wrap .h1, .contactus-wrap h1 {
      font-size: 30px;
    }
  
    body .navbar-nav{
      padding-right: 0 !important;
      margin-right: 0 !important;
    }
  
    .pu-img-devis{
      width: 150px;
      height: 150px;
    }
  
    .pu-img-devis img {
        margin-top: 17px;
        height: 65px;
    }
  
    .pu-img-devis span {
        margin-top: 5px;
        font-size: 17px;
    }
    
    .image-checkbox{
      margin: 1% 1% 15px 1%;
    }
  }
  
  @media (max-width: 479px) {
    /* Sélectionne le container qui contient un enfant .res-form-ten actif */
    .employer-post-new-job-container:has(.res-form-ten.active) {
      min-height: 800px;
    }

    .hide {
      display:none!important;
    }

    .pu-devis-checkbox-8 .pu-img-devis {
      flex: 0 1 45%; /* deux éléments par ligne avec un peu d'espace */
      box-sizing: border-box; /* pour inclure les marges/paddings dans la largeur */
    }
    
    .image-checkbox.btn-choice.field-label.auto-input {
      width: 100%;
      font-size: smaller;
    }

    .h5, h5 {
      line-height: 20px;
      font-size: 16px;
    } 
  
    .banner-heaing {
      font-size: 26px;
      line-height: 30px;
    }
  
    .banner-img-text { 
      max-width: 230px;
      padding: 20px 20px 10px 20px;
      font-size: 14px;
    } 
  
    .banner-img {
      padding: 0;
    }
  
    .banner-img-text-02 {
      right: -15px;
      bottom: 5%;
    }
  
    .banner-img-text-01 {
      left: -15px;
      bottom: 41%;
    }
  
    span.banner-img-icon { 
      top: -25px;
      width: 40px;
      height: 40px;
    }
      
    .btn-outline-light{
      padding: 10px 26px !important;
      border-radius: 5px;
      margin-bottom: 20px;
      margin-right: 10px;
      margin-left: 10px !important;
    }
  
      .pu-img-devis span {
        line-height: 22px;
        /*font-size: 17px!important; */
        font-size: 14px!important;
      }
    
    .image-checkbox{
      margin-bottom: 20px;
    }
  
    .form-box button {
      margin: 0 auto 10px auto !important;
    }
  
    .banner-img{
      width: 80%;
      margin: 0 auto;
    }
  
    .img-service-mob{
      width: 70px;
    }
  
    .img-big-simple{
      width: 100% !important;
      max-width: none !important;
      top: 0 !important;
    }
  
    .h1, .h2, .service-box-title{
      font-size: 37px !important;
      line-height: 40px !important;
    }
  
    .br-temoin{
      display: none;
    }
  
    .nosservices-contain{
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
    }
    html, body{
      overflow-x: hidden;
    }
    .pu-img-devis{
      width: 120px;
      height: 140px;
    }
  
    .pu-img-devis img {
        margin-top: 17px;
        height: 65px;
    }
  
    .pu-img-devis span {
        margin-top: 5px;
        font-size: 12px;
    }
    
    .image-checkbox{
      margin: 1% 1% 15px 1%;
    }
  
    .imgservices{
      width: 50px!important;
    }
  
  }
  
  @media (max-width: 396px){
    .pu-img-devis{
      width: 100px;
      height: 140px;
    }
    .steps-three{
      text-align: center;
    }
    .res-btn-orange {
      padding:16px 20px
  }
  }
  
  @media (max-width: 385px) {
    .nosservices-wrap .h3, .nosservices-wrap h3 {
        font-size: 20px;
        line-height: 24px;
    }
  }
  
  @media (max-width: 354px){
    .pu-img-devis{
      width: 110px;
      height: 150px; 
    }
    .formulaire {
      padding-right: 0!important;
      padding-left: 0!important;
    }
    .pu-img-devis img {
      margin-top: 10px;
      height: 50px;
  }
  }

@media screen and (max-width: 320px) and (max-height: 533px) {
    .banner-wrap > svg:last-child {
        height: 250%;
        }
}

@media screen and (max-width: 800px) and (max-height: 460px) {
    .banner-wrap > svg:last-child {
        height: 400%;
        }
    .borderbox {
        flex: 0 1 calc(50% - 10px);
    }
}