/* ==========================================================
   BHUBBLES — TYPOGRAPHY SYSTEM
   Fonts: Poppins (headings) + Nunito (body)
   ========================================================== */

/* --- CSS Custom Properties --- */
:root {
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Nunito', sans-serif;

    /* Title sizes */
    --title-hero: 40px;
    --title-section: 32px;
    --title-subsection: 24px;
    --title-card: 20px;
    --title-small: 17px;

    /* Text sizes */
    --text-lead: 18px;
    --text-body: 16px;
    --text-small: 14px;
    --text-caption: 12px;
}

/* --- Global Homepage Typography Override --- */
#homepage {
    font-family: var(--font-body);
    letter-spacing: -0.01em;
    background-color: #F9F9F9;
}

/* --- TITLE CLASSES --- */

/* .title = Titres de section (h2) partout sur la homepage */
#homepage .title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #333;
}

/* .mainTitleBlock = Ancien titre legacy */
#homepage .mainTitleBlock {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

/* --- SECTORS SECTION --- */
#homepage .sector-title {
    font-family: var(--font-heading);
    font-size: var(--title-card);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

#homepage .sector-text {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

/* --- WHY BHUBBLES SECTION --- */
#homepage .why-bhubbles-title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

#homepage .why-bhubbles-item-title {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

#homepage .why-bhubbles-item-text {
    font-family: var(--font-body);
    font-size: var(--text-body);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
}

/* --- FEATURES & BENEFITS SECTION --- */
#homepage .feature-title {
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

#homepage .feature-checklist li {
    font-family: var(--font-body);
    font-size: var(--text-body);
    font-weight: 400;
    line-height: 1.6;
}

/* --- USAGE MODES --- */
#homepage .usage-modes-title {
    font-family: var(--font-heading);
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

#homepage .usage-mode-name {
    font-family: var(--font-heading);
    font-size: var(--title-small);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

#homepage .usage-mode-text {
    font-family: var(--font-body);
    font-size: var(--text-small);
    font-weight: 400;
    line-height: 1.6;
}

/* --- TESTIMONIALS --- */
#homepage .testimonials .title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    letter-spacing: -0.02em;
}

#homepage .testimonials-name {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

#homepage .testimonials-job {
    font-family: var(--font-body);
    font-size: var(--text-small);
    font-weight: 400;
}

#homepage .testimonials-sector {
    font-family: var(--font-body);
    font-size: var(--text-caption);
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#homepage .testimonials-comment {
    font-family: var(--font-body);
    font-size: var(--text-body);
    font-weight: 400;
    line-height: 1.7;
}

/* --- RECENT MEMBERS --- */
#homepage .containerOneMemberHome h3 {
    font-family: var(--font-heading);
    font-size: var(--title-small);
    font-weight: 600;
    letter-spacing: -0.01em;
}

#homepage .containerOneMemberHome h4 {
    font-family: var(--font-body);
    font-size: var(--text-small);
    font-weight: 500;
}

#homepage .containerOneMemberHome h5 {
    font-family: var(--font-body);
    font-size: var(--text-small);
    font-weight: 400;
}

/* --- BLOG ARTICLES --- */
#homepage .articles .title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    letter-spacing: -0.02em;
}

#homepage .card__title {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

#homepage .card__text {
    font-family: var(--font-body);
    font-size: var(--text-small);
    font-weight: 400;
    line-height: 1.6;
}

#homepage .card__date {
    font-family: var(--font-body);
    font-size: var(--text-caption);
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#homepage .tag {
    font-family: var(--font-body);
    font-size: var(--text-caption);
    font-weight: 500;
}

/* --- PARTNERS SECTION --- */
#homepage .trustContainer .title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    letter-spacing: -0.02em;
}

/* --- JOIN US CTA BANNER --- */
#homepage .containerJoinUsHome .mainTitleBlock {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

#homepage .containerJoinUsHome p {
    font-family: var(--font-body);
    font-size: var(--text-lead);
    font-weight: 400;
    line-height: 1.65;
}

#homepage .containerJoinUsHome .btn {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
}

/* --- OPPORTUNITY CARDS (unified-card) --- */
#homepage .opportunity-title,
#homepage .unified-card-title {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

#homepage .opportunity-company {
    font-family: var(--font-body);
    font-size: var(--text-small);
}

#homepage .opportunity-description {
    font-family: var(--font-body);
    font-size: var(--text-small);
    line-height: 1.55;
}

#homepage .opportunity-badge,
#homepage .taxonomy-tag {
    font-family: var(--font-body);
    font-size: var(--text-caption);
    font-weight: 500;
}

#homepage .meta-item {
    font-family: var(--font-body);
    font-size: var(--text-caption);
}

/* --- HOW IT WORKS (legacy) --- */
#homepage .howItWorksHome .step h3 {
    font-family: var(--font-heading);
    font-size: var(--title-card);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

#homepage .howItWorksHome .step p {
    font-family: var(--font-body);
    font-size: var(--text-body);
    line-height: 1.65;
}

/* --- BUTTONS OVERRIDE --- */
#homepage .btn {
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 0;
}

/* ==========================================================
   RESPONSIVE TYPOGRAPHY
   ========================================================== */
@media (max-width: 991px) {
    :root {
        --title-hero: 32px;
        --title-section: 28px;
        --title-subsection: 22px;
        --title-card: 18px;
        --title-small: 16px;
        --text-lead: 16px;
        --text-body: 15px;
        --text-small: 14px;
    }
}

@media (max-width: 767px) {
    :root {
        --title-hero: 26px;
        --title-section: 24px;
        --title-subsection: 20px;
        --title-card: 18px;
        --title-small: 16px;
        --text-lead: 16px;
        --text-body: 15px;
        --text-small: 13px;
    }

    #homepage .title {
        line-height: 1.3;
    }

    #homepage .containerJoinUsHome .mainTitleBlock {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    :root {
        --title-hero: 22px;
        --title-section: 22px;
        --title-subsection: 18px;
        --title-card: 17px;
        --title-small: 15px;
        --text-lead: 15px;
        --text-body: 14px;
        --text-small: 13px;
        --text-caption: 11px;
    }

    #homepage .containerJoinUsHome .mainTitleBlock {
        font-size: 20px;
    }
}

/* ==========================================================
   MOBILE SPACING FIXES (V2)
   ========================================================== */

@media (max-width: 767px) {
    /* 1. Hero slider: repositionner bullets */
    #homepage .hero-nav {
        bottom: 6px !important;
    }

    /* 2. Secteurs titre: petit margin-bottom en mobile */
    #homepage .sectors-highlight-section > .col-12.mb-4 {
        margin-bottom: 10px !important;
    }

    /* 3. Sectors → Opportunities: réduire espace entre sections */
    #homepage .sectors-highlight-section {
        padding-bottom: 1.5rem !important;
    }

    /* 4. Opportunities section: padding-top 0 en mobile */
    #homepage .opportunities-highlight-section {
        padding-top: 0 !important;
    }

    /* 5. Opportunities titre col-12: retirer mb-4 en mobile */
    #homepage .opportunities-highlight-section > .col-12.mb-4 {
        margin-bottom: 0 !important;
    }

    /* 6. Why-bhubbles items: gap 0 en mobile */
    #homepage .why-bhubbles-grid {
        gap: 0 !important;
    }

    /* 7. Features: gap entre image et texte */
    #homepage .feature-block-inner {
        gap: 15px !important;
    }

    /* 8. Feature-content-col: retirer padding-top en mobile */
    #homepage .feature-content-col {
        padding-top: 0 !important;
    }

    /* 9. Features: réduire margin entre blocs */
    #homepage .feature-block {
        margin-bottom: 40px !important;
    }

    /* 10. Derniers membres: réduire mt-5 et mb */
    #homepage .containerAllMembersHome.mt-5 {
        margin-top: 1.5rem !important;
    }

    #homepage .containerAllMembersHome {
        margin-bottom: 1rem !important;
    }

    /* 11. Articles titre: retirer complètement le margin en mobile (override mb-5 Bootstrap) */
    #homepage .articles h2.title.mb-5 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    /* 12. Bouton "Voir tous les articles": réduire mt-5 */
    #homepage .articles .containerBtn.mt-5 {
        margin-top: 1.5rem !important;
    }

    /* 13. Articles section: réduire padding-bottom */
    #homepage .articles.py-5 {
        padding-bottom: 1.5rem !important;
    }

    /* 14. Oppo slider bullets: padding sous les bullets */
    #homepage .oppo-slider-bullets {
        padding-bottom: 15px;
    }
}

@media (max-width: 500px) {
    /* Oppo slider: 55px top, 35px bottom */
    .opportunities-highlight-section .oppo-slider-unique-container {
        padding: 55px 0 35px !important;
    }
}

/* Footer mobile: gap 0 */
@media (max-width: 767px) {
    .footer-row {
        gap: 0 !important;
    }

    .footer-menus {
        gap: 0 !important;
    }
}

/* ==========================================================
   END TYPOGRAPHY SYSTEM — Original CSS below
   ========================================================== */

/* Protection globale contre le débordement d'images causé par Slick */
body img {
  max-width: 100%;
  height: auto;
}

body .slick-slider img:not(.opportunities-highlight-section .opportunities-slider img) {
  max-width: 100% !important;
  height: auto !important;
}
.mainTitleBlock {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}

.mainTitleBlock.big {
  font-size: 32px;
  max-width: 580px;
}

.backgroundHomeNotConnected {
  background: url("../img/home-background-2.jpg") left 35% no-repeat #F2F2F2;
  background-size: 100% auto;
  text-align: center;
}

.backgroundHomeNotConnected h1 {
  max-width: 650px;
  margin: auto;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 49px;
  text-align: center;
  text-shadow: 0 0 14px #272829;
}

.backgroundHomeNotConnected h1 .mobile {
  display: none;
}

.backgroundHomeNotConnected h1 .desktop {
  display: inline-block;
}

.backgroundHomeNotConnected .containerInputs {
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
}

.backgroundHomeNotConnected .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.backgroundHomeNotConnected .form-group i {
  font-size: 16px;
  vertical-align: middle;
}

.backgroundHomeNotConnected .bootstrap-select.searchType {
  width: 280px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchCountry {
  width: 192px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchSector {
  width: 195px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchCategory {
  width: 150px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w215 {
  width: 215px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w195 {
  width: 195px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w150 {
  width: 150px !important;
}

.backgroundHomeNotConnected .dropdown-toggle, .backgroundHomeNotConnected .bootstrap-select .dropdown-toggle:focus {
  height: 30px !important;
  line-height: 30px !important;
  border: none !important;
  border-right: solid 1px #CBD0D6 !important;
  border-radius: 0 !important;
  outline: none !important;
  background-color: #fff !important;
}

.backgroundHomeNotConnected .bootstrap-select.last .dropdown-toggle {
  border: none !important;
}

.backgroundHomeNotConnected .btnMobile {
  display: none;
  min-width: 200px;
}

.backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
  padding-left: 4rem !important;
}

.listFindPeopleHome {
  padding: 0;
  list-style: none;
  color: #3b3838;
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
}

.listFindPeopleHome i {
  margin-right: 10px;
}

.containerBubbles {
  text-align: center;
  padding-top: 45px;
}

.containerBubbles > .col-3 {
  height: 0;
  padding-bottom: 25%;
}

.containerBubbles .bubble {
  position: relative;
  display: inline-block;
  height: 0;
  width: 95%;
  padding-bottom: 95%;
  border: solid 2px #559DD3;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}

.containerBubbles .bubble:hover, .containerBubbles .bubble.forceHover {
  -webkit-box-shadow: 10px 10px 42px -17px #559DD3;
  box-shadow: 10px 10px 42px -17px #559DD3;
}

.containerBubbles .bubble:hover .layer, .containerBubbles .bubble.forceHover .layer {
  opacity: 1;
}

.containerBubbles .bubble:hover .description, .containerBubbles .bubble.forceHover .description {
  bottom: 0;
}

.containerBubbles .bubble .backgroundImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: center #fff;
  background-size: auto 100%;
}

.containerBubbles .bubble .country {
  position: absolute;
  bottom: 3px;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  width: 25%;
  height: 25%;
  background-color: white;
  padding: 4px;
}

.containerBubbles .bubble .layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(85, 157, 211, 0.7);
  background: linear-gradient(45deg, rgba(85, 157, 211, 0.7) 0%, rgba(34, 104, 158, 0.9) 100%);
}

.containerBubbles .bubble .description {
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  background-color: transparent;
}

.containerBubbles .bubble .description > div {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.containerBubbles .bubble .description strong {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}

.containerBubbles .bubble .description span {
  font-size: 11px;
}

.floatAnim {
  -webkit-animation: float 5s infinite;
          animation: float 5s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
          animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.containerImgDevicesHome img {
  display: block;
  margin: 0 auto 15px;
  width: 80%;
  max-width: 480px;
}

.containerImgDevicesHome h5 {
  color: #7A7F84;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.aboutHome p {
  font-size: 18px;
  line-height: 1.8;
}

.howItWorksHome .searchSentence {
  max-width: 200px;
  width: 200px;
  height: 200px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
}

.howItWorksHome .searchSentence.one {
  background-color: #559DD3;
  padding-top: 55px;
  border-bottom-right-radius: 0;
}

.howItWorksHome .searchSentence.two {
  background-color: #22689E;
  padding-top: 70px;
  border-top-right-radius: 0;
}

.howItWorksHome .step {
  text-align: center;
  color: #272829;
}

.howItWorksHome .step i {
  font-size: 60px;
}

.howItWorksHome .step h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}

.howItWorksHome .step p {
  font-size: 18px;
  line-height: 28px;
}

.howItWorksHome .mobileContent {
  display: none;
}

.containerAdvantagesHome .picture {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

.containerAdvantagesHome ul {
  padding: 0;
  font-size: 18px;
  list-style: none;
  line-height: 38px;
  color: #030405;
  font-weight: bold;
}

.containerAdvantagesHome ul i {
  font-size: 22px;
  vertical-align: middle;
}

.containerOneMemberHome h5 {
  color: #272829;
  font-size: 16px;
  line-height: 28px;
}

.containerOneMemberHome h4 {
  color: #7A7F84;
  font-size: 18px;
  line-height: 28px;
}

.containerOneMemberHome h3 {
  color: #22689E;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.logoPartnerHome {
  max-width: 250px;
}

.containerJoinUsHome {
  background: linear-gradient(225deg, #22689E 0%, #559DD3 100%);
  color: #ffffff;
}

.containerJoinUsHome p {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.containerJoinUsHome .btn {
  margin-top: 35px;
}

/* /////////////////////////
    SECTORS HIGHLIGHT SECTION
////////////////////////// */
.sectors-highlight-section {
  background-color: #F9F9F9;
}

.sectors-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 20px 30px;
}

@media (min-width: 769px) and (max-width: 1400px) {
  .sectors-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

.sector-card {
  display: block;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 3px solid #559DD3;
  width: 100%;
}

.sector-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(85, 157, 211, 0.25);
  text-decoration: none;
}

.sector-icon-wrapper {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  background-color: rgba(85, 157, 211, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.sector-card:hover .sector-icon-wrapper {
  background-color: rgba(85, 157, 211, 0.2);
}

/* Sector item - titre dans la carte, description à l'extérieur */
.sector-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sector-card .sector-title {
  margin-top: 15px;
  margin-bottom: 0;
}

.sector-item .sector-text {
  margin-top: 20px;
}

/* Hover effect - bleu vers orange */
.sector-icon-wrapper {
  transition: background-color 1s ease;
}

.sector-card:hover .sector-icon-wrapper,
.sector-item:hover .sector-icon-wrapper {
  background-color: #FDEEE5;
}

.sector-icon-wrapper img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  filter: invert(59%) sepia(52%) saturate(497%) hue-rotate(166deg) brightness(91%) contrast(86%);
}

.sector-icon-wrapper img[src*="sector-energy"] {
  width: 100px;
  height: 100px;
}

.sector-title {
  font-size: 20px;
  font-weight: 700;
  color: #5B5E61;
  margin-bottom: 12px;
  margin-top: 0;
}

.sector-text {
  font-size: 15px;
  line-height: 1.6;
  color: #7A7D80;
  margin-bottom: 0;
}

/* VERSION 2 - Texte DANS la carte */
.sectors-v2 .sector-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.sector-card-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 25px 20px 20px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 3px solid #559DD3;
  width: 100%;
  height: 100%;
}

.sector-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(85, 157, 211, 0.25);
  text-decoration: none;
}

/* Animation hover orange sur le fond de l'icône - transition 1s */
.sector-card-v2 .sector-icon-wrapper {
  transition: background-color 1s ease;
}

.sector-card-v2:hover .sector-icon-wrapper {
  background-color: #FDEEE5;
}

.sector-card-v2 .sector-title {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 22px;
}

.sector-text-v2 {
  font-size: 16px;
  line-height: 1.7;
  color: #7A7D80;
  margin: 15px 0 0 0;
  padding: 0 10px;
  flex-grow: 1;
}

/* Responsive sectors - Tablet */
@media screen and (max-width: 992px) {
  .sectors-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Responsive sectors - Mobile: Horizontal scroll */
@media screen and (max-width: 576px) {
  .sectors-highlight-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 10px 5px 20px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
  }

  .sectors-highlight-grid::-webkit-scrollbar {
    display: none;
  }

  .sectors-highlight-grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sector-card {
    height: 220px;
    min-width: 240px;
    scroll-snap-align: start;
    padding: 25px 15px;
  }

  .sector-icon-wrapper {
    width: 120px;
    height: 120px;
  }

  .sector-icon-wrapper img {
    width: 95px;
    height: 95px;
  }

  .sector-icon-wrapper img[src*="sector-energy"] {
    width: 75px;
    height: 75px;
  }

  /* Sector items Mobile */
  .sectors-highlight-grid {
    align-items: stretch;
  }

  .sector-item {
    flex: 0 0 240px;
    min-width: 240px;
    scroll-snap-align: start;
  }

  .sector-item .sector-title {
    font-size: 18px;
  }

  .sector-item .sector-text {
    font-size: 14px;
  }
}

/* ======================================
   SECTION OPPORTUNITÉS RÉCENTES
   ====================================== */
.opportunities-highlight-section {
  background: #F8F9FA;
  position: relative;
  overflow: visible;
}

/* Éléments décoratifs */
.oppo-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.oppo-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(85, 157, 211, 0.08);
}

.oppo-circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: 5%;
  animation: floatCircle 8s ease-in-out infinite;
}

.oppo-circle-2 {
  width: 150px;
  height: 150px;
  bottom: 10%;
  left: 3%;
  animation: floatCircle 6s ease-in-out infinite reverse;
}

.oppo-circle-3 {
  width: 80px;
  height: 80px;
  top: 40%;
  right: 15%;
  background: rgba(212, 148, 58, 0.1);
  animation: floatCircle 5s ease-in-out infinite;
}

@keyframes floatCircle {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(5deg); }
}

/* Motifs de points - masqués */
.oppo-dots {
  display: none;
}

/* Animation pour les slides */
.oppo-slide-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.oppo-slide-item.slide-out {
  opacity: 0;
  transform: scale(0.95);
}

.oppo-slide-item.slide-in {
  animation: slideIn 0.5s ease forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Layout avec image à gauche et cartes à droite */
.opportunities-highlight-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 100px;
  align-items: flex-start;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}

.opportunities-highlight-image {
  width: 100%;
  margin-top: 125px; /* Centré par rapport à la carte, pas aux bullets */
}

.opportunities-highlight-image img {
  width: 100%;
  height: auto;
  display: block;
}

.opportunities-highlight-cards {
  min-width: 0;
  position: relative;
  overflow: visible;
}

/* Slider CSS natif avec scroll-snap au lieu de Slick */
.oppo-slider-unique-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  .oppo-slider-unique-container {
    padding-top: 65px;
  }
}

.oppo-slider-unique-container::-webkit-scrollbar {
  display: none;
}

.oppo-slider-unique-container > div,
.oppo-slide-item {
  flex: 0 0 100%;
  scroll-snap-align: start;
  max-width: 100%;
  min-width: 100%;
  height: fit-content;
}

.oppo-slider-unique-container .card {
  height: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

/* Images dans les cartes */
.oppo-slider-unique-container .card img:not(.unified-card-flag) {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Flèches du slider - positionnées autour de la zone des cartes */
.oppo-slider-arrows-unique {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
  pointer-events: none;
  height: 0;
}

.oppo-arrow-prev-unique,
.oppo-arrow-next-unique {
  pointer-events: all;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transform: translateY(-50%);
}

.oppo-arrow-prev-unique:focus,
.oppo-arrow-next-unique:focus {
  outline: none;
  border: none;
}

.oppo-arrow-prev-unique i,
.oppo-arrow-next-unique i {
  font-size: 32px;
  color: #559DD3;
  font-weight: bold;
  transition: all 0.3s ease;
}

.oppo-arrow-prev-unique:hover i,
.oppo-arrow-next-unique:hover i {
  color: #4a8bc2;
  transform: scale(1.2);
}

.oppo-arrow-prev-unique {
  left: -75px;
}

.oppo-arrow-next-unique {
  right: -75px;
}

/* Bullets navigation - même style que hero slider */
.oppo-slider-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 999px) {
  .oppo-slider-bullets {
    margin-top: 10px;
  }
}

.oppo-bullet {
  width: 12px;
  height: 12px;
  background: #E0E0E0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.oppo-bullet:hover {
  background: #ccc;
  transform: scale(1.1);
}

.oppo-bullet:focus {
  outline: none;
}

.oppo-bullet.active {
  background: #D4943A;
  transform: scale(1.15);
}

/* ======================================
   RESPONSIVE OPPORTUNITÉS
   ====================================== */

/* Tablettes et écrans moyens */
@media (max-width: 991px) {
  .opportunities-highlight-content {
    grid-template-columns: 1fr;
    gap: 40px;
    display: flex;
    flex-direction: column;
  }

  .opportunities-highlight-image {
    display: none; /* Masqué en responsive */
  }

  .opportunities-highlight-cards {
    order: 2;
  }

  .oppo-slider-unique-container > div {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .oppo-arrow-prev-unique {
    left: -35px;
  }

  .oppo-arrow-next-unique {
    right: -35px;
  }

  .oppo-arrow-prev-unique i,
  .oppo-arrow-next-unique i {
    font-size: 28px;
  }
}

/* Tablettes et mobiles - spécifique page accueil */
@media (max-width: 991px) {
  /* Réduire le padding-top des sections */
  .opportunities-highlight-section.py-5,
  .articles.py-5 {
    padding-top: 1.5rem !important;
  }

  /* Layout de la section opportunités - spécifique page accueil */
  .opportunities-highlight-section .opportunities-highlight-content {
    padding: 0 15px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .opportunities-highlight-image {
    max-width: 220px;
  }

  /* Slider opportunités - spécifique page accueil */
  .opportunities-highlight-section .opportunities-highlight-cards {
    width: 100%;
    max-width: 100%;
  }

  .opportunities-highlight-section .oppo-slider-unique-container {
    width: 100%;
    max-width: 100%;
    padding: 50px 0 40px 0; /* Plus de padding en haut pour le logo */
    margin-top: 10px;
    /* Désactiver scroll-snap pour laisser le JS gérer le swipe infini */
    scroll-snap-type: none;
    overflow-x: hidden;
  }

  .opportunities-highlight-section .oppo-slider-unique-container > div,
  .opportunities-highlight-section .oppo-slide-item {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  /* Cartes dans le slider - spécifique page accueil */
  .opportunities-highlight-section .oppo-slide-item .card,
  .opportunities-highlight-section .oppo-slide-item .unified-card {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  /* Masquer les flèches sur tablette/mobile - navigation par swipe */
  .opportunities-highlight-section .oppo-slider-arrows-unique {
    display: none;
  }

  /* Masquer les décorations sur tablette/mobile */
  .oppo-decorations {
    display: none;
  }
}

/* Petits mobiles */
@media (max-width: 500px) {
  /* Spécifique page accueil */
  .opportunities-highlight-section .opportunities-highlight-content {
    padding: 0 10px;
  }

  .opportunities-highlight-section .oppo-slider-unique-container {
    margin-left: 0;
    padding: 45px 0;
  }

  .opportunities-highlight-section .oppo-arrow-prev-unique,
  .opportunities-highlight-section .oppo-arrow-next-unique {
    display: none;
  }
}

/* Points de navigation du slider - nouvelles classes uniques */
.oppo-slider-unique-container .slick-dots {
  bottom: -40px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.oppo-slider-unique-container .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.oppo-slider-unique-container .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  font-size: 0;
  cursor: pointer;
}

.oppo-slider-unique-container .slick-dots li button:before {
  display: none;
}

.oppo-slider-unique-container .slick-dots li.slick-active button {
  background-color: #5CACDB;
}

/* Styles des cartes d'opportunités sur la page d'accueil */
.opportunities-highlight-section .opportunity-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.opportunities-highlight-section .opportunity-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.opportunities-highlight-section .opportunity-badge-offer {
  background-color: #28a745;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.opportunities-highlight-section .opportunity-badge-search {
  background-color: #17a2b8;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Badges d'état (expiré, expire bientôt) */
.opportunities-highlight-section .badge.bg-danger {
  color: white !important;
  background-color: #dc3545 !important;
}

.opportunities-highlight-section .opportunity-title {
  color: #212529;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.opportunities-highlight-section .opportunity-company {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.opportunities-highlight-section .opportunity-company i {
  color: #5CACDB;
}

.opportunities-highlight-section .opportunity-description {
  color: #6c757d;
  font-size: 0.85rem;
  line-height: 1.5;
}

.opportunities-highlight-section .opportunity-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.opportunities-highlight-section .taxonomy-tag {
  background-color: #FDEFE7;
  color: #495057;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
}

.opportunities-highlight-section .taxonomy-tag-more {
  color: #6c757d;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
}

.opportunities-highlight-section .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #6c757d;
}

.opportunities-highlight-section .meta-item i {
  color: #adb5bd;
  width: 16px;
  text-align: center;
}

.opportunities-highlight-section .meta-attachment {
  color: #5CACDB;
  font-weight: 600;
}

.opportunities-highlight-section .meta-attachment i {
  color: #5CACDB;
}

.opportunities-highlight-section .opportunity-btn-view {
  background-color: #5CACDB;
  border-color: #5CACDB;
  color: white;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.opportunities-highlight-section .opportunity-btn-view:hover {
  background-color: #4a9bc7;
  border-color: #4a9bc7;
  color: white;
}

/* Espace pour les dots */
.opportunities-highlight-section {
  padding-bottom: 80px !important;
}

/* Responsive pour opportunités */
@media screen and (max-width: 992px) {
  .opportunities-highlight-content {
    flex-direction: column;
    gap: 30px;
  }

  .opportunities-highlight-image {
    flex: 0 0 auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .opportunities-highlight-cards {
    margin-left: 0;
  }

  .opportunities-highlight-cards .arrows i {
    font-size: 32px;
  }

  .opportunities-highlight-cards .arrows i.prev {
    left: -40px;
  }

  .opportunities-highlight-cards .arrows i.next {
    right: -40px;
  }
}

@media screen and (max-width: 576px) {
  .opportunities-highlight-image {
    max-width: 250px;
  }

  .opportunities-highlight-section .opportunity-card {
    font-size: 0.9rem;
  }

  .opportunities-highlight-section .opportunity-title {
    font-size: 1rem;
  }

  .opportunities-highlight-cards .arrows i {
    font-size: 28px;
  }

  .opportunities-highlight-cards .arrows i.prev {
    left: -35px;
  }

  .opportunities-highlight-cards .arrows i.next {
    right: -35px;
  }
}

@media screen and (max-width: 1600px) {
    .opportunities-highlight-content {
        grid-template-columns: 270px 1fr;
        gap: 100px;
    }
}

@media screen and (max-width: 1400px) {
    .oppo-slider-unique-container > div {
        flex: 0 0 100%;
        scroll-snap-align: start;
        max-width: 100%;
        min-width: 100%;
    }
}

/* Responsive */
@media screen and (max-width: 1220px) {
  .containerAllMembersHome {
    padding: 0 !important;
  }
  .containerOneMemberHome .bubbleCompanyPicture {
    width: 100px;
    height: 100px;
  }
  .containerOneMemberHome h5 {
    line-height: 15px;
  }
  .containerOneMemberHome h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .containerOneMemberHome h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .backgroundHomeNotConnected > .col.py-4 {
    padding: 0 5% !important;
  }
  .backgroundHomeNotConnected h1 {
    font-size: 30px;
  }
  .backgroundHomeNotConnected form {
    display: none;
  }
  .backgroundHomeNotConnected .btnMobile {
    display: inline-block;
  }
  .backgroundHomeNotConnected + .lightGreyBackground .mainTitleBlock {
    display: none;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    padding: 0 !important;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
    padding-left: 3rem !important;
  }
  .listFindPeopleHome {
    padding-left: 15%;
  }
  .containerImgDevicesHome {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 35px;
  }
  .howItWorksHome > .row {
    padding: 0 1% !important;
  }
  .howItWorksHome .step {
    padding: 0 3% !important;
  }
  .logoPartnerHome {
    max-width: 22%;
  }
}

@media screen and (max-width: 1100px) {
  .containerOneMemberHome:nth-child(even) {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .backgroundHomeNotConnected {
    background-position: left 25%;
  }
  .backgroundHomeNotConnected h1 .desktop {
    padding: 0 !important;
    margin: 0 !important;
  }
  .listFindPeopleHome {
    padding-left: 5%;
    font-size: 15px;
  }
  .aboutHome {
    display: none;
  }
  .howItWorksHome {
    padding: 30px 0 !important;
    background-color: #fff !important;
    text-align: center;
  }
  .howItWorksHome .mainTitleBlock {
    margin-bottom: 30px !important;
  }
  .howItWorksHome > .row {
    display: none;
  }
  .howItWorksHome .mobileContent {
    display: block;
  }
  .howItWorksHome .mobileContent .step {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 4% 10px 0 !important;
  }
  .containerAdvantagesHome {
    background-color: #F9F9F9;
  }
  .containerAdvantagesHome > .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    padding: 0;
  }
  .containerAdvantagesHome > .col-6:first-child {
    display: none;
  }
  .containerAdvantagesHome > .col-6 .mainTitleBlock {
    text-align: center;
    text-transform: capitalize;
  }
  .containerAdvantagesHome > .col-6 .mainTitleBlock span {
    display: none;
  }
  .containerAdvantagesHome + .row {
    background-color: #fff !important;
  }
  .containerAdvantagesHome + .row + .row {
    display: none;
  }
  .containerOneMemberHome:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .containerBubbles {
    display: none;
  }
  .containerBubbles .bubble {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (min-width: 800px) {
  .containerBubbles .bubble {
    bottom: 0 !important;
  }
}

@media screen and (max-width: 675px) {
  .mainTitleBlock.removeSpanMobile span {
    display: none;
  }
  .listFindPeopleHome {
    padding-left: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 550px) {
  .backgroundHomeNotConnected + .lightGreyBackground {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .backgroundHomeNotConnected {
    padding: 30px 0 !important;
  }
  .backgroundHomeNotConnected h1 {
    margin: 0 5% 40px !important;
    font-size: 23px;
    line-height: 30px;
  }
  .backgroundHomeNotConnected h1 span.desktop {
    display: none;
  }
  .backgroundHomeNotConnected h1 span.mobile {
    display: inline-block;
  }
  .containerJoinUsHome p {
    font-size: 19px;
  }
}

@media screen and (max-width: 450px) {
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
    padding-left: 5% !important;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 .listFindPeopleHome {
    font-size: 14px;
  }
  .backgroundHomeNotConnected {
    background-position: top left;
    background-size: auto 100%;
    min-height: 300px;
  }
}

/* ======================================
   SECTION POURQUOI CHOISIR BHUBBLES
   ====================================== */
.why-bhubbles-section {
  background: #ffffff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 5px 5px;
}

.why-bhubbles-container {
  max-width: 1000px;
  margin: 0 auto;
}

.why-bhubbles-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin: 0 0 60px 0;
  letter-spacing: -0.5px;
}

.why-bhubbles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.why-bhubbles-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.why-bhubbles-item:hover {
  transform: translateY(-5px);
}

/* Wrapper de l'icône avec cercle en fond */
.why-bhubbles-icon-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

/* Cercle de fond bleu clair */
.why-bhubbles-icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(85, 157, 211, 0.1);
  transition: background-color 1s ease, transform 0.3s ease;
}

/* ANCIENNE VERSION - Gradient + Hover bleu (pour rollback)
.why-bhubbles-icon-bg {
  background: linear-gradient(135deg, rgba(85, 157, 211, 0.12) 0%, rgba(85, 157, 211, 0.06) 100%);
  transition: all 0.3s ease;
}
.why-bhubbles-item:hover .why-bhubbles-icon-bg {
  background: linear-gradient(135deg, rgba(85, 157, 211, 0.18) 0%, rgba(85, 157, 211, 0.1) 100%);
  transform: scale(1.05);
}
FIN ANCIENNE VERSION */

/* NOUVELLE VERSION - Hover orange */
.why-bhubbles-item:hover .why-bhubbles-icon-bg {
  background-color: #FDEEE5;
  transform: scale(1.05);
}

/* Icône en bleu Bhubbles */
.why-bhubbles-icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  object-fit: contain;
  /* Filtre pour colorer les icônes noires en bleu Bhubbles (#559DD3) */
  filter: invert(59%) sepia(52%) saturate(497%) hue-rotate(166deg) brightness(91%) contrast(86%);
  transition: transform 0.3s ease;
}

.why-bhubbles-item:hover .why-bhubbles-icon {
  transform: scale(1.1);
}

/* Icône pertinence (3ème) plus grande */
.why-bhubbles-item:nth-child(3) .why-bhubbles-icon {
  width: 105px;
  height: 105px;
}

/* Titre de chaque pilier */
.why-bhubbles-item-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 14px 0;
}

/* Description */
.why-bhubbles-item-text {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
  margin: 0;
  max-width: 300px;
}

/* Vidéo de présentation */
.why-bhubbles-video-container {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}

.why-bhubbles-video-wrapper {
  width: 100%;
  max-width: 1200px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  background: #f8f9fa;
  /* Ratio 16:9 pour éviter les bandes noires */
  aspect-ratio: 16 / 9;
}

.why-bhubbles-video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover; /* Remplit le container, rogne si nécessaire */
}

/* ========== RESPONSIVE WHY BHUBBLES ========== */

/* Tablettes */
@media (max-width: 991px) {
  .why-bhubbles-section {
    padding: 60px 20px;
  }

  .why-bhubbles-title {
    margin-bottom: 45px;
  }

  .why-bhubbles-grid {
    gap: 35px;
  }

  .why-bhubbles-icon-wrapper {
    width: 120px;
    height: 120px;
  }

  .why-bhubbles-icon {
    width: 60px;
    height: 60px;
  }

  .why-bhubbles-item-title {
    font-size: 20px;
  }

  .why-bhubbles-item-text {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .why-bhubbles-section {
    padding: 50px 10px;
  }

  .why-bhubbles-video-container {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .why-bhubbles-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .why-bhubbles-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-bhubbles-item {
    padding: 15px;
  }

  .why-bhubbles-icon-wrapper {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }

  .why-bhubbles-icon {
    width: 55px;
    height: 55px;
  }

  .why-bhubbles-item-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .why-bhubbles-item-text {
    font-size: 15px;
    max-width: 100%;
  }
}

/* ======================================
   SECTION FONCTIONNALITÉS & BÉNÉFICES
   Design moderne avec alternance gauche/droite
   ====================================== */
.features-benefits-section {
  padding: 60px 20px 80px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}

.feature-block {
  max-width: 1100px;
  margin: 0 auto 80px;
}

.feature-block:last-child {
  margin-bottom: 0;
}

.feature-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Bloc inversé (texte à gauche, image à droite) - ordre naturel du HTML */

/* Colonne image */
.feature-image-col {
  position: relative;
}

.feature-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.feature-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.feature-block:hover .feature-image-wrapper img {
  transform: scale(1.02);
}

/* Décoration derrière l'image */
.feature-image-decoration {
  position: absolute;
  width: 85%;
  height: 85%;
  background: linear-gradient(135deg, rgba(85, 157, 211, 0.15) 0%, rgba(85, 157, 211, 0.05) 100%);
  border-radius: 16px;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.feature-decoration-right {
  left: auto;
  right: -20px;
}

/* Colonne contenu */
.feature-content-col {
  padding: 20px 0;
}

.feature-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
  color: #222222;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

/* Checklist */
.feature-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
}

.feature-checklist li:last-child {
  margin-bottom: 0;
}

/* Icône check */
.check-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #559DD3 0%, #4A8BC2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(85, 157, 211, 0.3);
}

.check-icon i {
  color: #ffffff;
  font-size: 12px;
}

/* ========== RESPONSIVE FEATURES BENEFITS ========== */

@media (max-width: 991px) {
  .features-benefits-section {
    padding: 50px 10px 60px;
  }

  .feature-block {
    margin-bottom: 60px;
  }

  .feature-block-inner {
    grid-template-columns: 1fr;
    gap: 0;
    display: flex;
    flex-direction: column;
  }

  /* Mobile : Titre → Image → Puces (display:contents "déballe" les colonnes) */
  .feature-image-col,
  .feature-content-col {
    display: contents;
  }

  .feature-title {
    order: 1;
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
  }

  .feature-image-wrapper {
    order: 2;
    max-width: 500px;
    margin: 0 auto;
  }

  .feature-checklist {
    order: 3;
    margin-top: 20px;
  }

  .feature-image-decoration {
    top: -15px;
    left: -15px;
    width: 90%;
    height: 90%;
  }

  .feature-decoration-right {
    left: auto;
    right: -15px;
  }

  .feature-checklist li {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .features-benefits-section {
    padding: 40px 10px 50px;
  }

  .feature-block {
    margin-bottom: 50px;
  }

  .feature-block-inner {
    gap: 30px;
    margin-bottom: 20px;
  }

  .feature-checklist {
    margin-top: 15px;
  }

  .feature-image-decoration {
    display: none;
  }

  .feature-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .feature-checklist li {
    gap: 12px;
    margin-bottom: 14px;
    font-size: 17px;
  }

  .check-icon {
    width: 24px;
    height: 24px;
  }

  .check-icon i {
    font-size: 11px;
  }
}

/* Petit mobile */
@media (max-width: 500px) {
  .why-bhubbles-section {
    padding: 40px 10px;
  }

  .why-bhubbles-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .why-bhubbles-grid {
    gap: 30px;
  }

  .why-bhubbles-icon-wrapper {
    width: 100px;
    height: 100px;
  }

  .why-bhubbles-icon {
    width: 50px;
    height: 50px;
  }
}

/* ======================================
   BLOC 3 MODES D'UTILISATION
   Design distinctif centré sous les features
   ====================================== */
.usage-modes-block {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 50px 40px;
  background-color: #FDEEE5;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

/* ANCIENNE VERSION - Fond bleu/gris (pour rollback)
.usage-modes-block {
  background: linear-gradient(135deg, #f8fbfd 0%, #eef5fa 100%);
}
FIN ANCIENNE VERSION */

/* Décoration subtile */
.usage-modes-block::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(85, 157, 211, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.usage-modes-block::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(212, 148, 58, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.usage-modes-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
}

.usage-modes-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #22689E, #559DD3);
  margin: 15px auto 0;
  border-radius: 2px;
}

.usage-modes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.usage-mode-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
}

.usage-mode-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(85, 157, 211, 0.15);
}

/* Icône */
.usage-mode-icon-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(85, 157, 211, 0.1);
  border-radius: 14px;
  transition: background-color 1s ease;
}

.usage-mode-item:hover .usage-mode-icon-wrapper {
  background-color: #FDEEE5;
}

.usage-mode-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: invert(59%) sepia(52%) saturate(497%) hue-rotate(166deg) brightness(91%) contrast(86%);
  transition: transform 0.3s ease;
}

.usage-mode-item:hover .usage-mode-icon {
  transform: scale(1.1);
}

/* Contenu */
.usage-mode-content {
  flex: 1;
}

.usage-mode-name {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 8px 0;
}

.usage-mode-text {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* ========== RESPONSIVE USAGE MODES ========== */

@media (max-width: 991px) {
  .usage-modes-block {
    padding: 40px 30px;
    margin-top: 30px;
  }

  .usage-modes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .usage-mode-item {
    padding: 20px;
  }

  .usage-modes-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .usage-modes-block {
    padding: 30px 20px;
    margin: 30px 0 0;
    border-radius: 16px;
  }

  .usage-modes-title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .usage-modes-title::after {
    width: 50px;
    height: 2px;
    margin-top: 12px;
  }

  .usage-mode-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 25px 20px;
  }

  .usage-mode-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .usage-mode-icon {
    width: 36px;
    height: 36px;
  }

  .usage-mode-name {
    font-size: 16px;
  }

  .usage-mode-text {
    font-size: 13px;
  }
}

/* Point 6B - Élargir conteneur global mobile */
@media (max-width: 767px) {
  #homepage main > .row > .col-12,
  #homepage main > .row > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* Point 7 - Réduire espaces verticaux entre sections (mobile) */
@media (max-width: 991px) {
  #homepage main > .row.py-5,
  #homepage .testimonials.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  #homepage .features-benefits-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  #homepage .why-bhubbles-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #homepage .opportunities-highlight-section {
    padding-bottom: 50px !important;
  }

  #homepage .articles.py-5 {
    padding-top: 1rem !important;
  }

  #homepage .articles .title.mb-5 {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 576px) {
  #homepage main > .row.py-5,
  #homepage .testimonials.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 0.75rem !important;
  }

  #homepage .containerAllMembersHome.mt-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #homepage .features-benefits-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  #homepage .why-bhubbles-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=page_home.css.map */
