/* =========================================================
   ENOVYA — CSS ADDITIONNEL CONSOLIDÉ v4
   Astra + Gutenberg + Spectra/UAGB
   ========================================================= */


/* =========================================================
   1 — CORRECTION HEADER FIXE ASTRA — PAGE ROADSHOW (1541)
   ========================================================= */
body.postid-1541 .site-content {
  padding-top: 92px !important;
}


/* =========================================================
   2 — HERO ROADSHOW (1541)
   ========================================================= */
body.postid-1541 .cs-hero {
  min-height: 700px !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

body.postid-1541 .cs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(10,22,26,0.62) 0%,
    rgba(10,22,26,0.42) 35%,
    rgba(10,22,26,0.18) 60%,
    rgba(10,22,26,0.06) 100%
  );
}

@media (max-width: 768px) {
  body.postid-1541 .cs-hero {
    min-height: 380px !important;
  }
}


/* =========================================================
   3 — CARTE INTRO ROADSHOW (1541)
   ========================================================= */
body.postid-1541 .case-wrapper {
  width: min(92%, 720px);
  margin: -90px auto 90px auto !important;
  padding: 34px 38px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  position: relative;
  z-index: 20;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  body.postid-1541 .case-wrapper {
    margin-top: -70px !important;
    padding: 28px 26px;
  }
}

@media (max-width: 767px) {
  body.postid-1541 .case-wrapper {
    margin-top: -55px !important;
    margin-bottom: 56px !important;
    padding: 22px 20px;
    width: calc(100% - 24px);
  }
}


/* =========================================================
   4 — SÉPARATEUR ROADSHOW (1541)
   ========================================================= */
body.postid-1541 .case-separator {
  width: 90px;
  height: 2px;
  margin: 28px auto 24px auto;
  background: linear-gradient(to right, transparent, #2f5f6f, transparent);
  opacity: .7;
}


/* =========================================================
   5 — BLOC ANALYSE ROADSHOW (1541)
   ========================================================= */
body.postid-1541 .bloc-analyse {
  position: relative;
  padding-left: 24px;
}

body.postid-1541 .bloc-analyse::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 120px;
  background: #1f5c6e;
  border-radius: 3px;
  opacity: .7;
}

@media (max-width: 768px) {
  body.postid-1541 .bloc-analyse {
    padding-left: 18px;
  }

  body.postid-1541 .bloc-analyse::before {
    width: 3px;
    height: 90px;
  }
}


/* =========================================================
   6 — 4 CARTES FLOATING ROADSHOW (1541)
   ========================================================= */
body.postid-1541 .enovya-floating-wrapper {
  width: min(1120px, calc(100% - 48px));
  margin: -95px auto 70px auto !important;
  position: relative;
  z-index: 30;
}

body.postid-1541 .enovya-floating-card {
  background: #ffffff;
  color: #0f3f4c;
  padding: 26px 28px 30px 28px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

body.postid-1541 .enovya-floating-card h4 {
  margin: -26px -28px 18px -28px;
  padding: 14px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  border-bottom: 1px solid rgba(15,63,76,0.10);
}

body.postid-1541 .enovya-floating-card.client h4  { background: #e4eef1; color: #1f5c6e; }
body.postid-1541 .enovya-floating-card.probleme h4 { background: #fff3cc; color: #0f3f4c; }
body.postid-1541 .enovya-floating-card.action h4   { background: #eaf2f4; color: #1f5c6e; }
body.postid-1541 .enovya-floating-card.impact h4   { background: #e2ebee; color: #0f3f4c; }

@media (min-width: 901px) {
  body.postid-1541 .enovya-quad {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(240px, 1fr)) !important;
    width: 100%;
    gap: 0;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    align-items: stretch;
  }

  body.postid-1541 .enovya-quad > * {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0;
    max-width: none;
  }

  body.postid-1541 .enovya-quad > *:not(:last-child) .enovya-floating-card {
    border-right: 1px solid rgba(15,63,76,0.12);
  }
}

@media (max-width: 900px) {
  body.postid-1541 .enovya-floating-wrapper {
    width: calc(100% - 24px);
    margin: -55px auto 50px auto !important;
  }

  body.postid-1541 .enovya-quad {
    border-radius: 18px;
    overflow: hidden;
  }

  body.postid-1541 .enovya-quad > *:not(:last-child) .enovya-floating-card {
    border-right: 0;
    border-bottom: 1px solid rgba(15,63,76,0.12);
  }

  body.postid-1541 .enovya-floating-card {
    padding: 22px 20px 24px 20px;
  }

  body.postid-1541 .enovya-floating-card h4 {
    margin: -22px -20px 16px -20px;
    padding: 12px 16px;
    font-size: 17px;
  }
}


/* =========================================================
   7 — MOBILE GLOBAL PAGE ROADSHOW (1541)
   ========================================================= */
@media (max-width: 768px) {
  body.postid-1541 {
    overflow-x: hidden;
  }

  body.postid-1541 .alignfull,
  body.postid-1541 .wp-block-group.alignfull,
  body.postid-1541 .wp-block-cover.alignfull {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.postid-1541 img {
    max-width: 100% !important;
    height: auto !important;
  }

  body.postid-1541 h1 {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  body.postid-1541 p,
  body.postid-1541 li {
    font-size: 16px;
    line-height: 1.6;
  }

  body.postid-1541 .entry-content > .alignwide,
  body.postid-1541 .entry-content > .alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}


/* =========================================================
   8 — MOBILE ROADSHOW — CLASSES UTILITAIRES (1541)
   roadshow-mobile-fix / roadshow-section-fix / roadshow-container-fix
   ========================================================= */
@media (max-width: 768px) {

  body.postid-1541 .roadshow-mobile-fix,
  body.postid-1541 .roadshow-section-fix,
  body.postid-1541 .roadshow-container-fix {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.postid-1541 .roadshow-mobile-fix .wp-block-group,
  body.postid-1541 .roadshow-mobile-fix .wp-block-column,
  body.postid-1541 .roadshow-mobile-fix .wp-block-columns,
  body.postid-1541 .roadshow-mobile-fix .uagb-container-inner-blocks-wrap,
  body.postid-1541 .roadshow-section-fix .wp-block-group,
  body.postid-1541 .roadshow-section-fix .wp-block-columns,
  body.postid-1541 .roadshow-section-fix .wp-block-column,
  body.postid-1541 .roadshow-section-fix .uagb-container-inner-blocks-wrap,
  body.postid-1541 .roadshow-container-fix .wp-block-columns,
  body.postid-1541 .roadshow-container-fix .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.postid-1541 .roadshow-mobile-fix .wp-block-columns,
  body.postid-1541 .roadshow-section-fix .wp-block-columns,
  body.postid-1541 .roadshow-container-fix .wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }

  body.postid-1541 .roadshow-mobile-fix .wp-block-column,
  body.postid-1541 .roadshow-section-fix .wp-block-column,
  body.postid-1541 .roadshow-container-fix .wp-block-column {
    flex: 0 0 100% !important;
    margin: 0 0 24px 0 !important;
  }

  body.postid-1541 .roadshow-mobile-fix h2,
  body.postid-1541 .roadshow-mobile-fix h3,
  body.postid-1541 .roadshow-mobile-fix h4,
  body.postid-1541 .roadshow-mobile-fix p,
  body.postid-1541 .roadshow-mobile-fix li,
  body.postid-1541 .roadshow-section-fix h2,
  body.postid-1541 .roadshow-section-fix h3,
  body.postid-1541 .roadshow-section-fix h4,
  body.postid-1541 .roadshow-section-fix p,
  body.postid-1541 .roadshow-section-fix li {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    white-space: normal !important;
  }

  body.postid-1541 .roadshow-mobile-fix .wp-block-image,
  body.postid-1541 .roadshow-mobile-fix figure,
  body.postid-1541 .roadshow-section-fix .wp-block-image,
  body.postid-1541 .roadshow-section-fix figure {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
  }

  body.postid-1541 .roadshow-mobile-fix .wp-block-image img,
  body.postid-1541 .roadshow-section-fix .wp-block-image img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.postid-1541 .roadshow-mobile-fix .wp-block-buttons {
    justify-content: flex-start !important;
  }

  body.postid-1541 .roadshow-mobile-fix .mobile-center,
  body.postid-1541 .roadshow-mobile-fix .mobile-center p,
  body.postid-1541 .roadshow-mobile-fix .mobile-center h2,
  body.postid-1541 .roadshow-mobile-fix .mobile-center h3 {
    text-align: center !important;
  }

  body.postid-1541 .decor-card-mobile {
    padding: 0 18px !important;
  }

  body.postid-1541 .decor-card-mobile::before,
  body.postid-1541 .decor-card-mobile::after {
    display: none !important;
  }
}


/* =========================================================
   9 — MOBILE PAGE INSTALLATEUR SOLAIRE (2921)
   ========================================================= */
@media (max-width: 768px) {

  html,
  body.postid-2921 {
    overflow-x: clip !important;
  }

  body.postid-2921 .site,
  body.postid-2921 .site-content,
  body.postid-2921 .entry-content,
  body.postid-2921 article {
    overflow-x: clip !important;
  }

  body.postid-2921 .alignwide,
  body.postid-2921 .alignfull,
  body.postid-2921 .wp-block-group.alignwide,
  body.postid-2921 .wp-block-group.alignfull,
  body.postid-2921 .wp-block-columns.alignwide,
  body.postid-2921 .wp-block-columns.alignfull,
  body.postid-2921 .uagb-container,
  body.postid-2921 .uagb-block-container,
  body.postid-2921 .uagb-container-inner-blocks-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body.postid-2921 .wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.postid-2921 .wp-block-column {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 24px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.postid-2921 img,
  body.postid-2921 figure,
  body.postid-2921 .wp-block-image {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.postid-2921 img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.postid-2921 .wp-block-image,
  body.postid-2921 figure {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  body.postid-2921 h2,
  body.postid-2921 h3,
  body.postid-2921 h4 {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
  }

  body.postid-2921 p,
  body.postid-2921 li {
    line-height: 1.6;
    overflow-wrap: break-word !important;
  }

  body.postid-2921 .benefices-mobile-fix {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  body.postid-2921 .benefices-mobile-fix > .wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    box-sizing: border-box !important;
  }

  body.postid-2921 .benefices-mobile-fix > .wp-block-columns > .wp-block-column {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.postid-2921 .ast-scroll-top-icon,
  body.postid-2921 .ast-scroll-to-top-right {
    right: 12px !important;
    left: auto !important;
    max-width: 48px !important;
  }
}


/* =========================================================
   10 — HERO GLOBAL ENOVYA
   ========================================================= */
.enovya-hero {
  min-height: 520px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .enovya-hero {
    min-height: 320px;
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.hero-photo {
  flex: 0 0 380px;
  max-width: 380px;
}

.hero-photo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

@media (min-width: 1200px) {
  .hero-photo {
    flex: 0 0 420px;
    max-width: 420px;
  }
}


/* =========================================================
   11 — HOME — HERO DESKTOP / MOBILE
   ========================================================= */
.hero-mobile-enovya { display: none !important; }
.hero-desktop-enovya { display: block !important; }

@media screen and (max-width: 768px) {

  .hero-desktop-enovya {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .hero-mobile-enovya {
    display: block !important;
  }

  .hero-mobile-enovya .wp-block-cover {
    min-height: 460px !important;
    padding: 40px 20px !important;
    position: relative !important;
    align-items: flex-start !important;
    background-position: center center !important;
    background-size: cover !important;
    margin-bottom: 0 !important;
  }

  .hero-mobile-enovya .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .hero-mobile-enovya h2 {
    font-size: 30px !important;
    line-height: 1.12 !important;
    margin: 0 0 18px 0 !important;
    max-width: 320px !important;
  }

  .hero-mobile-enovya h3 {
    font-size: 17px !important;
    line-height: 1.28 !important;
    margin: 0 !important;
    max-width: 320px !important;
  }

  .hero-mobile-enovya .wp-block-buttons {
    margin-top: 26px !important;
    position: relative !important;
  }

  .hero-mobile-enovya .wp-block-button__link {
    font-size: 16px !important;
    padding: 14px 22px !important;
  }
}

.hero-mobile-enovya .wp-block-cover { background-color: transparent !important; }
.hero-mobile-enovya .wp-block-cover__background { background: transparent !important; }
.hero-mobile-enovya .wp-block-cover::before { background: rgba(0,0,0,0.25); }


/* =========================================================
   12 — HOME — LOGOS RÉFÉRENCES
   ========================================================= */
@media (max-width: 768px) {
  .home-refs img {
    width: auto !important;
    max-width: 100% !important;
    height: 36px !important;
    max-height: 36px !important;
    object-fit: contain !important;
  }

  .home-refs .wp-block-image,
  .home-refs .wp-block-gallery,
  .home-refs .wp-block-columns {
    align-items: center;
  }
}


/* =========================================================
   13 — ICÔNES ENOVYA
   ========================================================= */
.enovya-icons .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.enovya-icons img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .enovya-icons img {
    width: 120px;
    height: 120px;
  }
}


/* =========================================================
   14 — SECTION STATS
   ========================================================= */
.stats-wrap { margin-top: 30px; }

.stats-wrap .wp-block-separator { margin-left: 0 !important; margin-right: auto !important; }

@media (min-width: 992px) {
  .stats-wrap {
    box-sizing: border-box;
    max-width: var(--ast-container-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--ast-container-padding, 40px);
    padding-right: var(--ast-container-padding, 40px);
  }

  .stats-wrap > .wp-block-columns {
    display: grid;
    grid-template-columns: 420px 1fr;
    column-gap: 48px;
    align-items: start;
    margin: 0;
  }

  .stats-wrap > .wp-block-columns > .wp-block-column:first-child img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }

  .stats-wrap > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px;
    margin: 0;
  }

  .stats-wrap .wp-block-separator { width: 70px; }

  .stats-wrap > .wp-block-columns > .wp-block-column:last-child > p {
    margin-top: 28px;
    max-width: 720px;
    line-height: 1.6;
  }

  .stats-wrap .wp-block-column p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    margin-top: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .stats-wrap > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .stats-wrap img { max-width: 100%; height: auto; }

  .stats-wrap .wp-block-separator {
    width: 90px !important;
    max-width: 90px !important;
    min-width: 90px !important;
    margin: 10px auto 14px 0 !important;
  }

  .stats-wrap .wp-block-columns .wp-block-column {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .stats-wrap .wp-block-columns .wp-block-column > * {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}


/* =========================================================
   15 — LIGNE STAT
   ========================================================= */
.stat-line {
  width: 90px;
  height: 2px;
  background: rgba(255,255,255,0.9);
  margin: 12px 0 14px 0;
  padding: 0 !important;
  min-height: 0 !important;
}

p.stat-line {
  margin: 12px 0 14px 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

@media (max-width: 768px) {
  .stat-line { margin-left: 0 !important; margin-right: auto !important; }
}


/* =========================================================
   16 — CARTES FLOATING GLOBALES (hors page 1541)
   ========================================================= */
.enovya-floating-card {
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 28px rgba(15,63,76,0.16), 0 2px 8px rgba(15,63,76,0.10) !important;
  border: 1px solid rgba(15,63,76,0.08) !important;
}

.enovya-floating-card > .wp-block-group:first-child {
  width: 100% !important;
  margin: 0 !important;
  padding: 0.75rem 1.1rem !important;
  border-radius: 0 !important;
}

.enovya-floating-card.client > .wp-block-group:first-child,
.enovya-floating-card.client > div:first-child {
  background-color: #0f3f4c !important;
}
.enovya-floating-card.client > .wp-block-group:first-child *,
.enovya-floating-card.client > div:first-child * { color: #ffffff !important; }

.enovya-floating-card.probleme > .wp-block-group:first-child,
.enovya-floating-card.probleme > div:first-child {
  background-color: #F28C38 !important;
}
.enovya-floating-card.probleme > .wp-block-group:first-child *,
.enovya-floating-card.probleme > div:first-child * { color: #ffffff !important; }

.enovya-floating-card.action > .wp-block-group:first-child,
.enovya-floating-card.action > div:first-child {
  background-color: #1f5c6e !important;
}
.enovya-floating-card.action > .wp-block-group:first-child *,
.enovya-floating-card.action > div:first-child * { color: #ffffff !important; }

.enovya-floating-card.impact > .wp-block-group:first-child,
.enovya-floating-card.impact > div:first-child {
  background-color: #ffc42c !important;
}
.enovya-floating-card.impact > .wp-block-group:first-child *,
.enovya-floating-card.impact > div:first-child * {
  color: #0f3f4c !important;
  font-weight: 700 !important;
}

.enovya-floating-card p {
  font-size: 0.78rem !important;
  color: #4a7080 !important;
  line-height: 1.6 !important;
}
.enovya-floating-card strong { color: #0f3f4c !important; }
.enovya-floating-card ul li {
  font-size: 0.75rem !important;
  color: #4a7080 !important;
  line-height: 1.55 !important;
}


/* =========================================================
   17 — CARTES CASE STUDIES — HOVER
   ========================================================= */
.case-card {
  transition: all 0.3s ease;
  border-radius: 14px;
  overflow: hidden;
}

.case-card img { transition: transform 0.4s ease; }

.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.case-card:hover img { transform: scale(1.04); }

.case-card-content { padding: 26px; }


/* =========================================================
   18 — BADGES CIBLE CASE STUDIES
   ========================================================= */
.enovya-target-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f5c6e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 12px;
  border-radius: 999px;
  margin: 6px 8px 0 0;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.enovya-target-badge.is-outline {
  background: transparent;
  color: #1f5c6e;
  border: 1px solid #1f5c6e;
}

.enovya-target-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .enovya-target-badge { font-size: 11px; padding: 6px 10px; }
}


/* =========================================================
   19 — GUILLEMET DÉCORATIF CITATION
   ========================================================= */
.enovya-quote {
  position: relative;
  padding-left: 10px;
}

.enovya-quote::before {
  content: "\201C";
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 80px;
  color: rgba(242,162,58,0.35);
  font-family: serif;
  line-height: 1;
  pointer-events: none;
}


/* =========================================================
   20 — COLONNES GLOBALES — FIX TITRES
   ========================================================= */
.wp-block-column h3,
.wp-block-column h4 {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

@media (max-width: 768px) {
  .wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


/* =========================================================
   21 — FOOTER
   ========================================================= */
.site-footer,
.site-footer .footer-bar-wrap,
.site-footer .ast-small-footer,
.site-footer .footer-widget-area,
.ast-footer-overlay,
#colophon,
#colophon .site-info,
.ast-footer-row-1,
.ast-footer-row-2,
.ast-footer-row-full,
[class*="ast-footer"] {
  background-color: #0f3f4c !important;
  background: #0f3f4c !important;
}

.site-footer { border-top: none !important; }
.page-id-3753 .wp-block-html {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-id-3753 .wp-block-html + .wp-block-html {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.env9 h3,
.env9 .e9-h3,
.env9 p,
.env9 .e9-p,
.env9 .e9-intro,
.env9 .e9-lever-title,
.env9 .e9-lever-sub {
  font-family: 'Montserrat', sans-serif !important;
}