/* =============================================================================
   TABLE DES MATIÈRES
   =============================================================================
   1.  BASE & RESET
   2.  CLASSES UTILITAIRES
   3.  ÉLÉMENTS DÉCORATIFS (::before / ::after)
   4.  SECTION HEADER & RATING
       4.1  Rating wrapper
       4.2  Rating column
       4.3  Custom rating
       4.4  Custom stars list
       4.5  Star around (titre)
   5.  CTA & BOUTONS
       5.1  CTA flex row
       5.2  White CTA
   6.  SECTION VIDEO
       6.1  Layout général
       6.2  Video wrapper & cards
       6.3  Bouton play/pause
       6.4  Contrôles slider video
       6.5  Flèches video slider
   7.  SECTION SERVICES (POPUP)
       7.1  Service content
       7.2  Service header & titres
       7.3  Service intro & description
       7.4  Service actions
       7.5  Service image & icon
   8.  FORMULES - PRICING (3 OFFRES)
       8.1  Cards base (Divi + Slider)
       8.2  Effet hover
       8.3  Contenu interne (images, titres, listes)
       8.4  Footer CTA coloré
   9.  SLIDER SERVICES (mobile/tablette)
   10. SLIDER PRINCIPAL (TÉMOIGNAGES)
       10.1 Slider container & wrapper
       10.2 Slides & contenu
       10.3 Backgrounds slides
       10.4 Contrôles & navigation
   11. AUTRES (réassurance, harry-video, etc.)
   12. RESPONSIVE
       12.1  max-width: 981px (video slider)
       12.2  max-width: 980px (services slider)
       12.3  max-width: 768px
       12.4  max-width: 479px
       12.5  min 480px / max 767px (paysage)
       12.6  min 768px / max 991px (tablette portrait)
       12.7  min 981px / max 1279px (petit desktop)
       12.8  min 1280px / max 1440px
       12.9  min 1280px / max 1600px
       12.10 min 1601px+ et 4K
   ============================================================================= */


/* =============================================================================
   1. BASE & RESET
   ============================================================================= */

body,
html {
  overflow-x: hidden !important;
}


/* =============================================================================
   2. CLASSES UTILITAIRES
   ============================================================================= */

.blue-custom {
  color: #09b5cc;
}

.bolded {
  font-weight: 600;
}

.underline {
  position: relative;
  display: inline-block;
}

.underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  width: 100%;
  height: 100%;
  background-image: url("https://www.albus.fr/app/uploads/2025/07/udnerline.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.underline-blue {
  display: inline-block;
  background-image: url("https://www.albus.fr/app/uploads/2025/07/underline-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  padding-bottom: 25px;
}

.underline-yellow {
  display: inline-block;
  background-image: url("https://www.albus.fr/app/uploads/2025/07/underline_yellow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  padding-bottom: 25px;
}


/* =============================================================================
   3. ÉLÉMENTS DÉCORATIFS (::before / ::after)
   ============================================================================= */

.need-quote-img::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -30px;
  width: 50px;
  height: 70px;
  background-image: url("https://www.albus.fr/app/uploads/2025/07/quote-section.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.need-img-header {
  overflow: visible !important;
}

.need-mascote::before {
  content: "";
  position: absolute;
  left: -225px;
  bottom: -50px;
  width: 350px;
  height: 500px;
  background-image: url(https://www.albus.fr/app/uploads/2025/07/Mascottes-Albus.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 99;
}

.need-mascote::after {
  content: "";
  position: absolute;
  left: -230px;
  bottom: -40px;
  width: 250px;
  height: 300px;
  background-image: url(https://www.albus.fr/app/uploads/2025/07/bg_mascote.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.need-hearth-video::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -50px;
  width: 350px;
  height: 350px;
  background-image: url(https://www.albus.fr/app/uploads/2025/07/icon-hearts-video.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.need-firework::before {
  content: "";
  position: absolute;
  right: 70px;
  top: 50px;
  width: 200px;
  height: 200px;
  background-image: url("https://www.albus.fr/app/uploads/2025/07/firework.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.need-hearth-1::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 50px;
  width: 150px;
  height: 150px;
  background-image: url("https://www.albus.fr/app/uploads/2025/07/coeurs_illu.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.need-hearth-2::before {
  content: "";
  position: absolute;
  right: 70px;
  top: -60px;
  width: 150px;
  height: 150px;
  background-image: url("https://www.albus.fr/app/uploads/2025/07/coeurs_illu_v2.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.need-albus-effect::before {
  content: "";
  position: absolute;
  left: 45px;
  top: -40px;
  width: 120px;
  height: 35px;
  background-image: url("https://www.albus.fr/app/uploads/2025/07/albus_top_effect.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}


/* =============================================================================
   4. SECTION HEADER & RATING
   ============================================================================= */

/* ----- 4.1  Rating wrapper ----- */
.rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.rating-wrapper br {
  display: none;
}

.rating-wrapper img {
  display: block;
  vertical-align: middle;
  width: 183px;
  height: auto;
}

/* ----- 4.2  Rating column ----- */
.rating-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 80px;
  background-color: #0c4964;
  border-radius: 0 30px 30px 0;
  max-width: fit-content;
  position: relative;
  left: -50px !important;
  bottom: -60px;
}

.line-text p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}

.line-stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stars {
  display: flex;
  align-items: center;
  margin-right: 20px !important;
  cursor: pointer !important;
}

.store-logo {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.star-rating {
  width: auto;
  margin-right: 10px;
}

.note {
  color: white;
  font-weight: 500;
  font-size: 20px;
}

/* ----- 4.3  Custom rating ----- */
/* Réserve l'espace avant que Divi rende le module */
.custom-rating .rating-column {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

img.store-logo,
img.star-rating {
  width: 24px !important;
  height: 24px !important;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
}

img.star-rating {
  width: 120px !important;
  height: 20px !important;
  aspect-ratio: 120 / 20 !important;
}

/* Stabiliser la row rating */
#row-rating {
  position: relative !important;
  z-index: 10;
  margin-top: -60px !important;
  min-height: 80px;
  will-change: transform;
}

/* Empêche le reflow des lignes stars */
.custom-rating .line-stars {
  display: flex;
  gap: 16px;
  align-items: center;
  min-height: 32px;
}

.custom-rating .stars {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
}

/* ----- 4.4  Custom stars list ----- */
.custom-star li {
  list-style: none;
  font-size: 22px;
  position: relative;
  text-decoration: unset !important;
  margin-left: 20px;
  text-align: left !important;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
}

.custom-star li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  width: 15px;
  height: 15px;
  background: url(https://www.albus.fr/app/uploads/2026/05/blue-deep-star.svg)
    no-repeat center center;
  background-size: contain;
}

/* ----- 4.5  Star around (titre) ----- */
.star-around {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}

.star-around::before,
.star-around::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("https://www.albus.fr/app/uploads/2026/05/blue-star-title.svg")
    no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  position: relative;
  top: -10px;
}


/* =============================================================================
   5. CTA & BOUTONS
   ============================================================================= */

/* ----- 5.1  CTA flex row ----- */
.cta-flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-flex-row .contact-btn {
  flex: 0 0 auto;
}

.cta-flex-row .contact-btn .et_pb_button {
  color: #ffffff !important;
  border: 1px solid transparent !important;
  border-radius: 50px;
  background-color: #ff5d47;
  padding-top: 10px !important;
  padding-right: 30px !important;
  padding-bottom: 12px !important;
  padding-left: 30px !important;
  font-size: 16px !important;
  font-weight: bold;
  box-shadow: 0px 4px 4px #00000025;
  transition: all 0.2s ease-in-out;
}

.cta-flex-row .contact-btn .et_pb_button:hover {
  background-color: transparent !important;
  border: 1px solid #ff5d47 !important;
  color: #ff5d47 !important;
}

.cta-flex-row .contact-btn .et_pb_button::after {
  display: none !important;
  content: unset !important;
}

/* CTA HubSpot : dimensions fixes pour éviter le layout shift */
.cta-flex-row .hs-cta-embed {
  flex: 0 0 auto;
  width: 200px !important;
  height: 45px !important;
  max-width: 200px !important;
  max-height: 50px !important;
  display: block;
  overflow: hidden;
  position: relative;
}

.cta-flex-row .hs-cta-embed a {
  display: block;
  width: 100%;
  height: 100%;
}

.cta-flex-row .hs-cta-embed img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ----- 5.2  White CTA ----- */
.white-cta {
  background-color: white !important;
  color: #02293c !important;
  padding: 15px;
  font-weight: bold;
  border-radius: 25px;
}


/* =============================================================================
   6. SECTION VIDEO
   ============================================================================= */

/* ----- 6.1  Layout général ----- */
.video-section {
  text-align: center;
  padding: 40px 20px;
  padding-bottom: 20px;
}

.video-info {
  color: #034363 !important;
  font-size: 18px;
  margin-top: 20px;
}

.video-info .author {
  font-size: 24px;
}

/* ----- 6.2  Video wrapper & cards ----- */
.video-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  margin-bottom: 30px;
}

.video-card {
  width: 350px;
  overflow: visible;
}

.video-wrapper {
  position: relative;
  border-radius: 50px;
  overflow: visible;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50px;
  object-fit: cover;
}

.video-wrapper::before {
  content: "";
  background: #09b5cc;
  height: 100%;
  width: 105%;
  display: block;
  position: absolute;
  border-radius: 50px;
  top: -18px;
  left: -17px;
  z-index: -1;
}

#harry-video video {
  border-radius: 30px !important;
}

.et_pb_video_box,
.et_pb_video_overlay {
  border-radius: 30px !important;
}

/* ----- 6.3  Bouton play/pause ----- */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  width: 80px;
  height: 60px;
  background: rgba(27, 25, 68, 0.3);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  border: 2px solid white;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.video-play-btn .icon {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}

.video-play-btn[data-state="paused"] .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1' stroke-linejoin='round'%3E%3Cpolygon points='6 4 20 12 6 20 6 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}

.video-play-btn[data-state="paused"] .icon::before,
.video-play-btn[data-state="paused"] .icon::after {
  content: none;
}

/* PLAYING → deux barres pause centrées */
.video-play-btn[data-state="playing"] .icon::before,
.video-play-btn[data-state="playing"] .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background: white;
  border-radius: 2px;
}
.video-wrapper .video-play-btn[data-state="playing"] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.video-wrapper:hover .video-play-btn[data-state="playing"] {
  opacity: 1;
  pointer-events: auto;
}
.video-play-btn[data-state="playing"] .icon::before {
  left: 6px;
}

.video-play-btn[data-state="playing"] .icon::after {
  right: 6px;
}

/* ----- 6.4  Contrôles slider video (mobile) ----- */
.slider-controls {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.slider-dots {
  display: flex;
  gap: 12px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(9, 181, 204, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: #09b5cc;
  transform: scale(1.2);
}

/* ----- 6.5  Flèches video slider ----- */
.video-slider-prev,
.video-slider-next {
  width: 40px;
  height: 40px;
  background: rgba(9, 181, 204, 0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
  padding: 0;
  flex-shrink: 0;
}

.video-slider-prev:hover,
.video-slider-next:hover {
  background: #09b5cc;
  transform: scale(1.1);
}

.video-slider-prev::before,
.video-slider-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #034363;
  border-right: 2px solid #034363;
  transition: border-color 0.3s ease;
}

.video-slider-prev:hover::before,
.video-slider-next:hover::before {
  border-color: white;
}

.video-slider-prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.video-slider-next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}


/* =============================================================================
   7. SECTION SERVICES (POPUP)
   ============================================================================= */

/* ----- 7.1  Service content ----- */
.service-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  background-color: #00b6bd;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  color: white;
  padding: 0px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.popup-services {
  cursor: pointer !important;
}

/* ----- 7.2  Service header & titres ----- */
.service-header {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 40px 80px !important;
  margin-right: 30px;
}

.service-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  position: absolute;
  right: 0px;
  top: 40px;
  color: #faffb3;
}

/* ----- 7.3  Service intro & description ----- */
.service-intro {
  font-size: 25px;
  font-weight: 600;
  color: white;
  margin-top: 40px;
  line-height: 35px;
  margin-bottom: 0px;
}

.service-intro span {
  color: #faffb3;
}

.service-description {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
}

/* ----- 7.4  Service actions ----- */
.service-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.service-actions .btn-primary {
  color: #faffb3;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
  margin-right: 10px !important;
}

.service-actions img {
  width: 10px;
}

.service-actions .hs-cta-embed {
  position: relative;
  left: -22px !important;
}

#facturation .hs-cta-embed {
  left: -40px !important;
}

/* ----- 7.5  Service image & icon ----- */
.service-img {
  flex: 1;
  max-height: 100%;
}

.service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 32px;
}

.service-icon {
  max-width: 120px !important;
  max-height: 100px;
  width: auto;
  object-fit: contain;
}


/* =============================================================================
   8. FORMULES - PRICING (3 OFFRES)
   ============================================================================= */

/* ----- 8.1  Cards base (Divi + Slider) ----- */
#services-row .price-col-cyan,
#services-row .price-col-orange,
.services-slide.price-col-cyan,
.services-slide.price-col-orange,
.services-slide.price-col-yellow {
  border: 1px solid #034363 !important;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 0px 0 0px !important;
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
}
.row-admini .price-col-cyan::before, .row-admini .price-col-orange::before, .row-admini .price-col-yellow::before {
 border-radius: 30px !important;
}
/* ----- 8.2  Effet hover (remplissage de bas en haut) ----- */
.price-col-cyan::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #09b5cc14;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.price-col-orange::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #ff786514;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.price-col-yellow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f3ff5214;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

/* Au hover, le fond coloré monte */
.price-col-cyan:hover::before,
.price-col-orange:hover::before {
  height: 100%;
}

.row-admini .price-col-yellow:hover::before {
  height: 100%;
}

/* S'assurer que le contenu reste au-dessus du fond animé */
#services-row .price-col-cyan > *,
#services-row .price-col-orange > *,
#services-row .price-col-yellow > *,
.services-slide.price-col-cyan > *,
.services-slide.price-col-orange > *,
.services-slide.price-col-yellow > * {
  position: relative;
  z-index: 1;
}

/* ----- 8.3  Contenu interne (images, titres, listes) ----- */
/* Image en haut de carte */
#services-row .price-col-cyan .et_pb_image,
#services-row .price-col-orange .et_pb_image,
#services-row .price-col-yellow .et_pb_image,
.services-slide .et_pb_image {
  text-align: center;
  margin-bottom: 10px;
}

/* Titres */
#services-row .price-col-cyan h3,
#services-row .price-col-orange h3,
#services-row .price-col-yellow h3,
.services-slide .slide-title .et_pb_text_inner {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

#services-row .price-col-cyan h3,
.services-slide.price-col-cyan .slide-title .et_pb_text_inner {
  color: #09b5cc;
}

#services-row .price-col-orange h3,
.services-slide.price-col-orange .slide-title .et_pb_text_inner {
  color: #ff7865;
}

#services-row .price-col-yellow h3,
.services-slide.price-col-yellow .slide-title .et_pb_text_inner {
  color: #034363;
}

/* Description */
#services-row .desc,
.services-slide .desc {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
}

/* Liste avec checks (puces décoratives) */
#services-row .listing-check ul,
.services-slide .listing-check ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#services-row .listing-check ul li,
.services-slide .listing-check ul li {
  position: relative;
  padding: 8px 0 8px 35px;
}

#services-row .listing-check ul li::before,
.services-slide .listing-check ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Puces cyan - Albus Latitude */
#services-row .price-col-cyan .listing-check ul li::before,
.services-slide.price-col-cyan .listing-check ul li::before {
  background-image: url("https://www.albus.fr/app/uploads/2025/07/Check-icon-cyan.png");
}

/* Puces orange - Garantie de Paiement */
#services-row .price-col-orange .listing-check ul li::before,
.services-slide.price-col-orange .listing-check ul li::before {
  background-image: url("https://www.albus.fr/app/uploads/2025/07/Check-icon_orange.png");
}

/* Puces bleu foncé - Temps Libre */
#services-row .price-col-yellow .listing-check ul li::before,
.services-slide.price-col-yellow .listing-check ul li::before {
  background-image: url("https://www.albus.fr/app/uploads/2025/07/Check-icon-blue_dark.png");
}

/* Pour pousser le footer CTA vers le bas (cartes de hauteur égale) */
#services-row .listing-check {
  flex-grow: 1;
}

/* ----- 8.4  Footer CTA coloré ----- */
/* Le module CTA devient le footer coloré */
#services-row .price-col-cyan .et_pb_module.et_pb_code,
#services-row .price-col-orange .et_pb_module.et_pb_code,
#services-row .price-col-yellow .et_pb_module.et_pb_code,
.services-slide.price-col-cyan .et_pb_module.et_pb_code,
.services-slide.price-col-orange .et_pb_module.et_pb_code,
.services-slide.price-col-yellow .et_pb_module.et_pb_code {
  padding: 25px 10px !important;
  text-align: center;
  border-radius: 0 0 18px 18px;
}

/* Couleurs spécifiques des footers */
#services-row .price-col-cyan .et_pb_module.et_pb_code,
.services-slide.price-col-cyan .et_pb_module.et_pb_code {
  background-color: #09b5cc;
}

#services-row .price-col-orange .et_pb_module.et_pb_code,
.services-slide.price-col-orange .et_pb_module.et_pb_code {
  background-color: #ff7865;
}

#services-row .price-col-yellow .et_pb_module.et_pb_code,
.services-slide.price-col-yellow .et_pb_module.et_pb_code {
  background-color: #f3ff52;
}

/* Boutons CTA dans les footers */
#services-row .price-col-cyan .white-cta,
#services-row .price-col-orange .white-cta,
#services-row .price-col-yellow .white-cta,
.services-slide.price-col-cyan .white-cta,
.services-slide.price-col-orange .white-cta,
.services-slide.price-col-yellow .white-cta {
  background-color: white !important;
  color: #034363 !important;
  padding: 14px 20px !important;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

#services-row .white-cta:hover,
.services-slide .white-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* =============================================================================
   10. SLIDER PRINCIPAL (TÉMOIGNAGES)
   ============================================================================= */

/* ----- 10.1  Slider container & wrapper ----- */
.slider-container {
  max-width: 500px;
  margin: 0 auto !important;
  width: 100%;
  position: relative;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.slider-wrapper {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

/* ----- 10.2  Slides & contenu ----- */
.slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px;
  color: white;
  position: relative;
  text-align: left;
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  max-height: 300px;
}

.slide-image {
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 0;
}

.slide-icon {
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  margin-bottom: 20px;
}

.slide-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1.2;
}

.slide-description {
  padding-bottom: 0;
  padding-top: 30px;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
}

.slide-description p {
  margin-bottom: 15px;
  font-weight: 500 !important;
}

.slide-description .first-text {
  font-weight: 300 !important;
}

.slide-description p:last-child {
  margin-bottom: 0;
}

/* ----- 10.3  Backgrounds slides ----- */
.slide-1 {
  background: #034363;
}
.slide-2 {
  background: #ffb7ad;
}
.slide-3 {
  background: #09b5cc;
}
.slide-4 {
  background: #ff5d47;
}
.slide-5 {
  background: #f3ff52;
}

.slide-2 .slide-description,
.slide-5 .slide-description,
.slide-2 .slide-title,
.slide-5 .slide-title {
  color: #034363;
}

.slide-1 .slide-description,
.slide-1 .slide-title,
.slide-3 .slide-description,
.slide-3 .slide-title,
.slide-4 .slide-description,
.slide-4 .slide-title {
  color: white;
}

/* ----- 10.4  Contrôles & navigation ----- */
.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.control-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.control-dot.active {
  background: white;
  transform: scale(1.3);
}

.nav-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2em;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-arrows:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.nav-prev {
  left: 15px;
}

.nav-next {
  right: 15px;
}


/* =============================================================================
   11. AUTRES (réassurance, etc.)
   ============================================================================= */

.reassurance .lighter {
  font-weight: 300;
  font-size: 18px;
}

.intro-text {
  font-size: 22px !important;
}


/* =============================================================================
   12. RESPONSIVE
   ============================================================================= */

/* -----------------------------------------------------------------------------
   12.0  Desktop : cartes pricing égales en hauteur (min-width 981px)
   ----------------------------------------------------------------------------- */
@media (min-width: 981px) {
  #services-row {
    display: flex !important;
    align-items: stretch;
  }

  /* DESKTOP : on cache le slider services, on garde uniquement la version Divi */
  #services-slider {
    display: none !important;
  }
}

/* -----------------------------------------------------------------------------
   12.1  max-width: 980px  -  Slider services (mobile + tablette)
   ----------------------------------------------------------------------------- */
@media (max-width: 980px) {
  /* On cache la version Divi, on affiche le slider */
  #services-row {
    display: none !important;
  }

  .services-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 60px;
  }

  .services-slider-wrapper {
    display: flex;
    align-items: stretch;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
  }

  /* 1 seul slide visible (mobile + tablette) */
  .services-slide {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 0px !important;
  }

  /* Cards : flex column avec footer collé en bas */
  .services-slide.price-col-cyan,
  .services-slide.price-col-orange,
  .services-slide.price-col-yellow {
    height: auto;
    display: flex !important;
    flex-direction: column;
  }

  /* Footer CTA toujours collé en bas (cards de hauteur égale) */
  .services-slide.price-col-cyan .et_pb_module.et_pb_code,
  .services-slide.price-col-orange .et_pb_module.et_pb_code,
  .services-slide.price-col-yellow .et_pb_module.et_pb_code {
    margin-top: auto !important;
  }

  /* Pagination (dots) */
  .services-slider-pagination {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 5;
  }

  .services-slider-pagination .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(9, 181, 204, 0.3);
    cursor: pointer;
    transition:
      background 0.3s ease,
      transform 0.3s ease;
  }

  .services-slider-pagination .dot.active {
    background: #09b5cc;
    transform: scale(1.2);
  }

  /* Boutons prev/next */
  .services-slider-prev,
  .services-slider-next {
    position: absolute;
    bottom: 10px; /* aligné en bas, à hauteur des dots */
    top: auto;
    transform: none;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    padding: 0;
  }

  .services-slider-prev:hover,
  .services-slider-next:hover {
    background: #fff;
  }

  /* Position des flèches par rapport aux dots centrés */
  .services-slider-prev {
    left: calc(50% - 80px);
    right: auto;
  }

  .services-slider-next {
    right: calc(50% - 80px);
    left: auto;
  }

  /* Chevrons */
  .services-slider-prev::before,
  .services-slider-next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }

  .services-slider-prev::before {
    transform: rotate(-135deg);
    margin-left: 3px;
  }

  .services-slider-next::before {
    transform: rotate(45deg);
    margin-right: 3px;
  }
}

/* -----------------------------------------------------------------------------
   12.2  max-width: 981px  -  Video slider
   ----------------------------------------------------------------------------- */
@media (max-width: 981px) {
  .video-cards {
    display: flex;
    overflow: visible;
    flex-wrap: nowrap;
    gap: 290px;
    justify-content: flex-start;
    scroll-behavior: smooth;
    padding: 0;
    margin-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .need-hearth-2::before {
    display: none !important;
  }

  .video-cards::-webkit-scrollbar {
    display: none;
  }

  .video-card {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    padding: 0 20px;
    box-sizing: border-box;
    scroll-snap-align: start;
  }

  .video-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    border-radius: 50px;
    overflow: visible;
  }

  .video-wrapper video {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50px;
  }

  .video-wrapper::before {
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
  }

  .slider-controls {
    display: flex;
  }

  .video-section {
    padding: 20px 0;
    overflow: hidden;
    padding-bottom: 50px !important;
  }

  .video-play-btn {
    bottom: 8px;
    right: 40px;
    width: 45px;
    height: 40px;
  }

  .services-slide .listing-check,
  .services-slide .desc {
    padding: 0 20px;
  }
}

/* -----------------------------------------------------------------------------
   12.3  max-width: 768px  -  Mobile
   ----------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /* Rating wrapper : on garde côte à côte mais on réduit l'image */
  .rating-wrapper {
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .rating-wrapper img {
    width: 150px !important;
    height: auto !important;
  }

  .underline::before {
    bottom: -20px !important;
  }

  /* Video slider mobile */
  .video-cards {
    display: flex;
    overflow: visible;
    flex-wrap: nowrap;
    gap: 200px;
    justify-content: flex-start;
    scroll-behavior: smooth;
    padding: 0;
    margin-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .need-hearth-2::before {
    display: none !important;
  }

  .video-cards::-webkit-scrollbar {
    display: none;
  }

  .video-card {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    padding: 0 20px;
    box-sizing: border-box;
    scroll-snap-align: start;
  }

  .video-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    border-radius: 50px;
    overflow: visible;
  }

  .video-wrapper video {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50px;
  }

  .video-wrapper::before {
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
  }

  .slider-controls {
    display: flex;
  }

  .video-section {
    padding: 20px 0;
    overflow: hidden;
    padding-bottom: 50px !important;
  }

  .video-play-btn {
    bottom: 8px;
    right: 40px;
    width: 45px;
    height: 40px;
  }

  .popup-content-wrapper .service-header {
    padding: 40px 30px 30px 30px !important;
  }

  /* Slider témoignages mobile */
  .slider-container {
    max-width: 350px;
    margin: 10px;
  }

  .slider-wrapper {
    height: auto;
  }

  .slide {
    padding: 30px;
  }

  .slide-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px !important;
  }

  .slide-description {
    font-size: 16px;
    padding-top: 25px;
  }

  .slide-icon {
    width: auto !important;
    max-height: 70px !important;
  }

  .slide-content {
    min-height: 400px !important;
    max-height: unset !important;
  }
}

/* -----------------------------------------------------------------------------
   12.4  max-width: 767px  -  CTA empilement vertical
   ----------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .cta-flex-row {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    gap: 30px;
  }

  .custom-star li {
    font-size: 18px !important;
  }
}

/* -----------------------------------------------------------------------------
   12.5  max-width: 480px  -  Très petit mobile : rating image
   ----------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .rating-wrapper {
    gap: 8px;
  }

  .rating-wrapper img {
    width: 130px !important;
  }
}

/* -----------------------------------------------------------------------------
   12.6  max-width: 479px  -  Petits mobiles
   ----------------------------------------------------------------------------- */
@media screen and (max-width: 479px) {
  /* Video */
  .video-card {
    padding: 0 15px;
  }

  .video-cards {
    gap: 30px !important;
  }

  .video-play-btn {
    bottom: 20px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .video-play-btn .icon {
    width: 30px;
    height: 30px;
  }




  .video-play-btn[data-state="playing"] .icon::before,
  .video-play-btn[data-state="playing"] .icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: white;
  }




  /* Décoratifs */
  .need-quote-img::before {
 content:unset;
 display:none !important;
  }

  /* Rating */
  .line-text p {
    text-align: left;
    line-height: 35px;
    font-size: 25px;
    padding-right: 0px;
  }
.custom-rating .line-stars {
  gap: 0px !important;
}
  .line-stars {
    justify-content: flex-start;
  }

  .stars {
    margin-bottom: 20px;
  }

  .store-logo {
    width: 30px !important;
  }

  .star-rating {
    width: 140px !important;
  }

  .rating-column {
    padding: 30px 40px;
    padding-bottom: 10px;
    left: -12.5px !important;
  }

  /* Header img */
  /* .need-img-header::before {
    content: "";
    position: absolute;
    width: 250px !important;
    height: 250px !important;
    right: -80px;
    bottom: -85px;
    z-index: 99;
    background-image: url(https://www.albus.fr/app/uploads/2026/05/iphone-16-mockup-face-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  } */

  .et_pb_module.cta-header-button {
    margin-bottom: 120px !important;
  }

  .hs-cta-embed {
    margin: 0 auto !important;
  }

  .cta-header-button .hs-cta-embed {
    margin-left: 0px !important;
  }

  .need-firework::before {
    width: 60px;
    right: 20px;
    top: 10px;
  }

  #row-rating {
    margin-top: -60px !important;
  }

  /* Popup services - Mobile */
  .service-content {
    flex-direction: column !important;
  }

  .popup-tab-content .service-header {
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px !important;
    padding-bottom: 0px !important;
  }

  .service-title {
    left: 30px;
    right: unset;
    background-image: unset;
    top: 50px;
    font-size: 20px !important;
  }

  .service-icon {
    max-width: 70px !important;
    position: absolute;
    right: 50px;
    top: 15px;
  }

  .service-intro {
    margin-top: 60px !important;
    font-size: 20px !important;
  }

  .service-actions .hs-cta-embed {
    margin: unset !important;
  }

  #facturation .service-icon,
  #cotation .service-icon {
    max-width: 40px !important;
  }

  .need-hearth-1::before {
    display: none !important;
  }

  .need-albus-effect::before {
    left: 0px !important;
    width: 80px !important;
  }

  .services-slide ul li {
    text-align: left !important;
    font-size: 16px !important;
  }

  .need-hearth-video::before,
  .need-mascote::before,
  .need-mascote::after {
    display: none !important;
  }

  .harry-player video {
    height: 400px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  .service-img img {
    max-height: 500px !important;
    object-fit: contain !important;
  }

  .col-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .col-reverse .col-img {
    margin-top: 30px !important;
  }

  /* Slider témoignages très petit écran */
  .slider-container {
    max-width: 320px;
  }

  .slider-wrapper {
    height: auto;
  }

  .slide {
    padding: 30px;
  }

  .slide-title {
    font-size: 22px;
    font-weight: bold;
  }

  .slide-description {
    font-size: 16px;
    padding-top: 20px;
  }

  .nav-arrows {
    display: none;
  }

  .slide-content {
    min-height: 400px !important;
    max-height: unset !important;
  }
}

/* -----------------------------------------------------------------------------
   12.7  max-width: 370px  -  Très petit écran : rating image + flèches video
   ----------------------------------------------------------------------------- */
@media (max-width: 370px) {
  .rating-wrapper img {
    width: 100px !important;
  }

  /* Cacher les flèches sur très petit écran (cohérent avec le slider services) */
  .video-slider-prev,
  .video-slider-next {
    display: none;
  }
}

/* -----------------------------------------------------------------------------
   12.8  min 480px / max 767px  -  Téléphones paysage
   ----------------------------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .need-quote-img::before {
 content:unset;
 display:none !important;
  }


  .line-text p {
    text-align: left;
    line-height: 35px;
    padding-right: 100px;
  }

  .line-stars {
    justify-content: flex-start;
  }

  .stars {
    margin-bottom: 30px;
  }

  .rating-column {
    padding: 30px 20px;
    padding-bottom: 10px;
    left: -13px !important;
  }

  /* .need-img-header::before {
    content: "";
    position: absolute;
    width: 270px !important;
    height: 270px !important;
    right: -70px;
    bottom: -80px;
    z-index: 99;
    background-image: url(https://www.albus.fr/app/uploads/2026/05/iphone-16-mockup-face-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  } */

  .et_pb_module.cta-header-button {
    margin-bottom: 140px !important;
  }

  .hs-cta-embed {
    margin: 0 auto !important;
  }

  .need-firework::before {
    width: 60px;
    right: 20px;
    top: 10px;
  }

  /* Popup services - Paysage */
  .service-content {
    flex-direction: column !important;
  }

  .popup-tab-content .service-header {
    width: 100% !important;
    max-width: 100% !important;
  }

  .service-title {
    left: 30px;
    right: unset;
    background-image: unset;
    top: 50px;
  }

  .service-icon {
    max-width: 90px !important;
    position: absolute;
    right: 70px;
    top: 30px;
  }

  .service-intro {
    margin-top: 60px !important;
  }

  .service-actions .hs-cta-embed {
    margin: unset !important;
  }

  #facturation .service-icon,
  #cotation .service-icon {
    max-width: 40px !important;
  }

  .need-hearth-1::before {
    display: none !important;
  }

  .need-albus-effect::before {
    left: 25px !important;
    width: 80px !important;
  }

  .services-slide ul li {
    text-align: left !important;
    font-size: 16px !important;
  }

  .need-hearth-video::before,
  .need-mascote::before,
  .need-mascote::after {
    display: none !important;
  }

  .service-img img {
    max-height: 500px !important;
    object-fit: contain !important;
  }

  .col-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .col-reverse .col-img {
    margin-top: 30px !important;
  }
}

/* -----------------------------------------------------------------------------
   12.9  min 768px / max 991px  -  Tablettes portrait
   ----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .need-quote-img::before {
    right: -30px;
    width: 40px;
    top: -20px;
  }

  .line-text p {
    text-align: left;
    line-height: 35px;
    padding-right: 130px !important;
  }

  .line-stars {
    justify-content: flex-start;
  }

  .stars {
    margin-bottom: 30px;
  }

  .rating-column {
    padding: 30px 20px;
    padding-bottom: 10px;
  }

  .need-img-header::before {
    content: "";
    position: absolute;
    width: 400px !important;
    height: 300px !important;
    right: -200px;
    bottom: -90px;
    z-index: 99;
    background-image: url(https://www.albus.fr/app/uploads/2026/05/iphone-16-mockup-face-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .et_pb_module.cta-header-button {
    margin-bottom: 200px !important;
  }

  .hs-cta-embed {
    margin: 0 auto !important;
  }

  .need-firework::before {
    width: 60px;
    right: 20px;
    top: 10px;
  }

  /* Popup services - Tablette */
  .service-content {
    flex-direction: column !important;
  }

  .popup-tab-content .service-header {
    width: 100% !important;
    max-width: 100% !important;
  }

  .service-title {
    left: 80px;
    right: unset;
    background-image: unset;
    top: 50px;
  }

  .service-icon {
    max-width: 90px !important;
    position: absolute;
    right: 70px;
    top: 30px;
  }

  .service-intro {
    margin-top: 60px !important;
  }

  .service-actions .hs-cta-embed {
    margin: unset !important;
  }

  .need-hearth-1::before {
    display: none !important;
  }

  .need-albus-effect::before {
    left: 25px !important;
    width: 80px !important;
  }

  .services-slide ul li {
    text-align: left !important;
    font-size: 16px !important;
  }

  .need-hearth-video::before,
  .need-mascote::before,
  .need-mascote::after {
    display: none !important;
  }

  .video-card {
    width: 100% !important;
  }

  .et_pb_toggle_title {
    padding-right: 70px !important;
  }

  .service-img img {
    max-height: 500px !important;
    object-fit: contain !important;
  }

  .col-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .col-reverse .col-img {
    margin-top: 30px !important;
  }
}

/* -----------------------------------------------------------------------------
   12.10  min 981px / max 1279px  -  Petits desktops
   ----------------------------------------------------------------------------- */
@media screen and (min-width: 981px) and (max-width: 1279px) {
  .need-quote-img::before {
    right: -30px;
    width: 40px;
    top: -20px;
  }

  .need-img-header::before {
    content: "";
    position: absolute;
    width: 300px !important;
    height: 300px !important;
    right: -120px;
    bottom: -80px;
    z-index: 99;
    background-image: url(https://www.albus.fr/app/uploads/2026/05/iphone-16-mockup-face-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  #header-img {
    display: none !important;
  }

  .need-firework::before {
    width: 60px;
    right: 20px;
    top: 10px;
  }

  .d-none-responsive {
    display: none !important;
  }

  .video-card {
    width: 230px !important;
  }

  .et_pb_row:not(#row-header) {
    width: 90% !important;
  }

  #services-row .need-adjust-width {
    min-height: 85px !important;
  }

  #services-row .listing-check {
    min-height: 500px !important;
  }

  #services-row .price-col-cyan .et_pb_module.et_pb_code,
  #services-row .price-col-orange .et_pb_module.et_pb_code,
  #services-row .price-col-yellow .et_pb_module.et_pb_code,
  .services-slide.price-col-cyan .et_pb_module.et_pb_code,
  .services-slide.price-col-orange .et_pb_module.et_pb_code,
  .services-slide.price-col-yellow .et_pb_module.et_pb_code {
    padding: 25px 5px !important;
  }

  #services-row .price-col-cyan .white-cta,
  #services-row .price-col-orange .white-cta,
  #services-row .price-col-yellow .white-cta,
  .services-slide.price-col-cyan .white-cta,
  .services-slide.price-col-orange .white-cta,
  .services-slide.price-col-yellow .white-cta {
    padding: 14px 10px !important;
  }

  #services-row .desc {
    min-height: 170px !important;
  }

  .h2-container {
    width: 100% !important;
  }

  .et_pb_row.display-on-media {
    display: block !important;
  }

  .slide-description p {
    font-size: 20px !important;
  }

  .need-hearth-1::before {
    display: none !important;
  }

  .col-reverse .et_pb_column,
  .col-normal .et_pb_column {
    width: 100% !important;
  }

  .col-normal .col-video {
    margin-top: 30px !important;
  }

  .reassurance .flex-row h3 {
    width: 100% !important;
  }

  .reassurance .flex-row {
    min-height: 149px !important;
  }

  #page-container #services-row {
    width: 95% !important;
  }

  .quote-calq {
    display: none !important;
  }

  #services-row .et_pb_column {
    margin-right: 1% !important;
    width: 35% !important;
  }

  .popup-services h3 {
    min-height: 65px !important;
  }

  .popup-services .adapt-height {
    min-height: 120px !important;
  }

  .need-fix-width,
  .need-fix-width h2 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .col-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .col-reverse .col-img {
    margin-top: 30px !important;
  }
}

/* -----------------------------------------------------------------------------
   12.11  min 1280px / max 1440px  -  Desktops moyens
   ----------------------------------------------------------------------------- */
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .row-bento h3 {
    font-size: 24px !important;
  }
}

/* -----------------------------------------------------------------------------
   12.12  min 1280px / max 1600px  -  Desktops 13"-16"
   ----------------------------------------------------------------------------- */
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .et_pb_row:not(#row-header) {
    width: 86% !important;
  }

  .et_pb_row#services-row {
    width: 95% !important;
  }

  .need-adjust-width {
    width: 95% !important;
  }

  .et_pb_row#reviews-section {
    width: 90% !important;
  }

  #bento-section .et_pb_row.row-bento {
    width: 90% !important;
  }

  #bento-section .et_pb_row.row-bento .et_pb_column {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #header-img {
    top: 250px !important;
    right: -200px;
  }

  .fix-title {
    width: 70% !important;
  }
}

/* -----------------------------------------------------------------------------
   12.13  min 1601px  -  Grands écrans
   ----------------------------------------------------------------------------- */
@media screen and (min-width: 1601px) {
  /* Styles pour les grands écrans */
}

/* -----------------------------------------------------------------------------
   12.14  min 2560px  -  Écrans 4K
   ----------------------------------------------------------------------------- */
@media screen and (min-width: 2560px) {
  /* Styles pour les écrans 4K */
}