/* IFPF — charte Fkeng Mode (vert) */
:root {
  --color-primary: #149d48;
  --color-secondary: #1C1C1C;
  --color-paragraph: #7B7E86;
  --color-white: #ffffff;
  --color-white2: #F3FAF5;
  --color-white3: #F4F4F4;
  --color-white5: #f6f7fa;
  --color-white6: #f4fbf6;
  --color-blue: #149d48;
  --color-black: #1C1C1C;
  --color-black2: #7B7E86;
  --color-black3: #1C1C25;
  --color-border: #DDE0E9;
  --title-font: "Kanit", sans-serif;
  --body-font: "Kumbh sans", sans-serif;
  --ifpf-navy: #10291C;
  --ifpf-navy-2: #163524;
  --ifpf-gold: #149d48;
  --ifpf-cream: #F3FAF5;
  --ifpf-ink: #1C1C1C;
}

body.ifpf {
  background: #fff;
}

body.ifpf img[src$=".html"] {
  display: none !important;
}

/* Top bar */
body.ifpf .header-one-top-area {
  background: var(--ifpf-navy);
}

body.ifpf .header-top-content.v1 .discount-the-month {
  font-size: 14px;
  letter-spacing: 0.02em;
}

body.ifpf .user-login li:last-child::before {
  content: none;
}

body.ifpf .user-login a {
  font-weight: 600;
}

body.ifpf .user-login a:hover {
  color: var(--ifpf-gold) !important;
}

/* Logo */
body.ifpf .ifpf-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ifpf-navy);
}

body.ifpf .ifpf-mark {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--ifpf-navy);
  color: #fff;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

body.ifpf .ifpf-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

body.ifpf .ifpf-brand-text strong {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
}

body.ifpf .ifpf-brand-text small {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7b7e86;
}

body.ifpf .ifpf-brand-light,
body.ifpf .ifpf-brand-light strong {
  color: #fff;
}

body.ifpf .ifpf-brand-light .ifpf-mark {
  background: var(--ifpf-gold);
  color: var(--ifpf-navy);
}

body.ifpf .ifpf-brand-light small {
  color: rgba(255, 255, 255, 0.7);
}

body.ifpf .top-content-info .title {
  color: var(--ifpf-navy);
  font-weight: 600;
}

/* Nav */
body.ifpf .menu-area {
  background: transparent;
  border: 0;
}

body.ifpf .header-layout1 .menu-area-content .main-menu > ul > li.active > a,
body.ifpf .header-layout1 .menu-area-content .main-menu > ul > li > a:hover {
  color: var(--ifpf-gold) !important;
}

body.ifpf .header-layout1 .menu-area-content .main-menu > ul > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
}

body.ifpf .menu-area-right-content .all-btn .btn-p.btn-white {
  background: #fff;
  color: var(--ifpf-navy);
}

body.ifpf .header-layout2 .main-menu > ul > li.active > a,
body.ifpf .header-layout2 .main-menu > ul > li > a:hover {
  color: var(--color-primary);
}

body.ifpf .header-layout2 .main-menu > ul > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
}

body.ifpf .header-layout2 .header-logo img,
body.ifpf .footer-logo img,
body.ifpf .mobile-logo img {
  height: 72px;
  width: 72px;
  max-width: 72px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  display: block;
}

body.ifpf .header-two-top-area {
  background: var(--ifpf-navy);
  border-bottom-color: #0d6b32;
}

body.ifpf .header-layout2 .sticky-wrapper.sticky .menu-area {
  background: var(--ifpf-navy);
}

body.ifpf .header-layout2 .navbar-right .menu-toggle {
  color: var(--ifpf-navy);
  background: #fff;
}

body.ifpf .header-layout2 .navbar-right .menu-toggle i {
  color: var(--ifpf-navy);
}

body.ifpf .header-layout2 .follow-us-link a {
  color: #fff;
}

body.ifpf .all-btn .btn-p.icon-v1::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
}

body.ifpf .header-layout2 + .breadcum {
  padding-top: 130px;
}

body.ifpf .banner.v2 {
  overflow: hidden;
}

body.ifpf .banner-content.v2 .swiper-banner,
body.ifpf .banner-content.v2 .swiper-wrapper {
  height: auto;
}

body.ifpf .banner-content.v2 .swiper-slide {
  display: flex;
  height: auto;
}

body.ifpf picture {
  display: contents;
}

body.ifpf .banner-content.v2 .ifpf-banner-photo {
  background-color: #10291C;
  background-image: url("../img/opt/banner/hero2.webp");
  background-position: 68% 18%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 168px;
  padding-bottom: 48px;
  width: 100%;
  flex: 1 1 auto;
  min-height: 100%;
}

body.ifpf .banner-content.v2 .section-title {
  margin-bottom: 28px;
}

body.ifpf .catagoey {
  margin-top: 36px !important;
}

body.ifpf .ifpf-cat-sm {
  display: none;
}

body.ifpf .banner-content.v2 {
  position: relative;
}

body.ifpf .banner-content.v2 .ifpf-banner-photo--hero4 {
  background-image: url("../img/opt/banner/hero4.webp");
  background-position: 68% 18%;
  background-size: cover;
}

body.ifpf .banner-content.v2 .ifpf-banner-photo::after {
  inset: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(16, 41, 28, 0.82) 0%,
    rgba(16, 41, 28, 0.48) 38%,
    rgba(16, 41, 28, 0.18) 68%,
    rgba(16, 41, 28, 0.08) 100%
  );
}

body.ifpf .ifpf-banner-hero3 {
  position: absolute;
  right: 5%;
  top: 44%;
  z-index: 6;
  width: min(32vw, 340px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-50%);
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.35),
    0 0 0 14px rgba(20, 157, 72, 0.28),
    0 28px 64px rgba(0, 0, 0, 0.38);
}

body.ifpf .banner-content.v2 .banner-data {
  position: relative;
  z-index: 5;
}

body.ifpf .ifpf-banner-hero3 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
  display: block;
  opacity: 0;
  transition: opacity 0.45s ease;
}

body.ifpf .ifpf-banner-hero3 img.is-on {
  opacity: 1;
}

body.ifpf .banner-content.v2 .swiper-banner .swiper-button-next,
body.ifpf .banner-content.v2 .swiper-banner .swiper-button-prev {
  z-index: 5;
}

body.ifpf .banner-content.v2 .swiper-banner .swiper-button-next::after,
body.ifpf .banner-content.v2 .swiper-banner .swiper-button-prev::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}

body.ifpf .banner-content.v2 .swiper-banner .swiper-button-next::after {
  content: "\f054";
}

body.ifpf .banner-content.v2 .swiper-banner .swiper-button-prev::after {
  content: "\f053";
}

body.ifpf .catagoey .category-icon i {
  color: var(--color-primary);
}

/* Banner — no stock photos */
body.ifpf .banner.v1 {
  background: var(--ifpf-navy);
  overflow: hidden;
}

body.ifpf .banner.v1 .banner-bg-left,
body.ifpf .banner.v1 .banner-bg-right,
body.ifpf .banner.v1 .messenger-icon {
  display: none;
}

body.ifpf .banner.v1 .banner-content {
  padding: 80px 0 88px;
}

body.ifpf .banner.v1 .big-title,
body.ifpf .banner.v1 .title-para,
body.ifpf .banner.v1 .s-color-white,
body.ifpf .banner.v1 .sp-color-white {
  color: #fff !important;
}

body.ifpf .banner.v1 .sub-titlev2 {
  color: var(--ifpf-gold);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

body.ifpf .banner.v1 .sub-titlev2 span {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px;
  background: var(--ifpf-gold);
  color: var(--ifpf-navy);
  letter-spacing: 0.08em;
}

body.ifpf .ifpf-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

body.ifpf .ifpf-tile {
  background: var(--ifpf-navy-2);
  border: 1px solid rgba(20, 157, 72, 0.35);
  padding: 22px 18px 18px;
  min-height: 118px;
  text-decoration: none;
  display: block;
  transition: transform 0.25s ease, background 0.25s ease;
}

body.ifpf .ifpf-tile:hover {
  background: #149d48;
  transform: translateY(-3px);
}

body.ifpf .ifpf-tile:hover .code {
  color: #fff;
}

body.ifpf .ifpf-tile .code {
  display: block;
  font-family: var(--title-font);
  font-size: 12px;
  color: var(--ifpf-gold);
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}

body.ifpf .ifpf-tile .name {
  display: block;
  color: #fff;
  font-family: var(--title-font);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

@media (min-width: 1200px) {
  body.ifpf .banner.v1 .banner-right-content {
    display: block;
    margin: 0;
  }
}

/* Pledges */
body.ifpf .ifpf-pledges {
  background: var(--ifpf-cream);
  padding: 48px 0;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

body.ifpf .ifpf-pledge {
  padding: 8px 12px 8px 0;
}

body.ifpf .ifpf-pledge h3 {
  font-size: 18px;
  margin: 0 0 4px;
  color: var(--ifpf-navy);
}

body.ifpf .ifpf-pledge p {
  margin: 0;
  font-size: 14px;
}

body.ifpf .ifpf-pledge i {
  color: var(--color-primary);
  margin-bottom: 10px;
  font-size: 22px;
}

/* Section titles */
body.ifpf .section-title-inner .sub-title {
  color: var(--color-primary);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

body.ifpf .ifpf-stitch {
  width: 72px;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--ifpf-gold) 0 8px,
    transparent 8px 14px
  );
  margin: 14px 0 18px;
}

body.ifpf .section-title.center .ifpf-stitch {
  margin-left: auto;
  margin-right: auto;
}

/* Pole cards on listing / home */
body.ifpf .ifpf-pole-card {
  background: #fff;
  border: 1px solid #dde0e9;
  height: 100%;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease;
}

body.ifpf .ifpf-pole-card:hover {
  border-color: var(--color-primary);
}

body.ifpf .ifpf-pole-card .code {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--ifpf-gold);
  font-weight: 600;
}

body.ifpf .ifpf-pole-card h3 {
  font-size: 22px;
  margin: 10px 0 12px;
  color: var(--ifpf-navy);
}

body.ifpf .ifpf-pole-card p {
  flex: 1;
}

body.ifpf .ifpf-pole-card a.more {
  font-family: var(--title-font);
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: none;
}

body.ifpf .ifpf-pole-card a.more:hover {
  color: var(--ifpf-navy);
}

/* Quotes */
body.ifpf .ifpf-quote {
  background: var(--ifpf-cream);
  padding: 28px 24px;
  height: 100%;
  border-left: 3px solid var(--ifpf-gold);
}

body.ifpf .ifpf-quote p {
  font-size: 16px;
  color: var(--ifpf-ink);
}

body.ifpf .ifpf-quote .who {
  margin-top: 18px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--ifpf-navy);
}

body.ifpf .ifpf-quote .role {
  font-size: 13px;
  color: #7b7e86;
}

/* CTA band */
body.ifpf .ifpf-cta {
  background: var(--ifpf-navy);
  padding: 72px 0;
  color: #fff;
}

body.ifpf .ifpf-cta .big-title {
  color: #fff;
}

body.ifpf .ifpf-cta .title-para {
  color: rgba(255, 255, 255, 0.78);
}

/* Inner pages */
body.ifpf .breadcum {
  background: var(--ifpf-navy);
  background-image: none;
  padding: 56px 0 48px;
}

body.ifpf .breadcum.ifpf-breadcum-fkeng {
  position: relative;
  overflow: hidden;
  background-image: none;
}

body.ifpf .breadcum.ifpf-breadcum-fkeng::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: 0;
  background-image: url("../img/opt/banner/fkeng.webp");
  background-position: center 35%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(10px);
  transform: scale(1.08);
}

body.ifpf .breadcum.ifpf-breadcum-fkeng::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(16, 41, 28, 0.48) 0%, rgba(16, 41, 28, 0.72) 100%);
}

body.ifpf .breadcum.ifpf-breadcum-fkeng .container {
  position: relative;
  z-index: 2;
}

body.ifpf .ifpf-breadcum-pole {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

body.ifpf .ifpf-breadcum-pole__logo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

body.ifpf .breadcum-content .title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 12px;
}

body.ifpf .ifpf-prose h3 {
  color: var(--ifpf-navy);
  font-size: 22px;
  margin-top: 28px;
}

body.ifpf .ifpf-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ifpf .ifpf-list li {
  padding: 8px 0 8px 18px;
  position: relative;
  border-bottom: 1px solid #f0eee8;
}

body.ifpf .ifpf-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--ifpf-gold);
  position: absolute;
  left: 0;
  top: 14px;
}

body.ifpf .ifpf-box {
  background: var(--color-white2);
  padding: 24px;
  border: 1px solid var(--color-border);
}

/* Form */
body.ifpf .ifpf-form input,
body.ifpf .ifpf-form select,
body.ifpf .ifpf-form textarea {
  width: 100%;
  border: 1px solid #dde0e9;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-family: var(--body-font);
  background: #fff;
}

body.ifpf .ifpf-form textarea {
  min-height: 140px;
}

body.ifpf .ifpf-alert {
  padding: 14px 16px;
  background: #e8f6ee;
  color: #1b5e3b;
  margin-bottom: 20px;
}

body.ifpf .ifpf-alert.err {
  background: #fdecea;
  color: #8a1f11;
}

/* Footer */
body.ifpf .footer-section.v2,
body.ifpf .footer-content.v2 {
  background: var(--ifpf-navy);
  background-image: none;
}

body.ifpf .footer-contact-info .data-icon {
  color: var(--ifpf-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

body.ifpf .footer-contact-info .contact-data {
  flex: 1 1 280px;
}

body.ifpf .footer-social-link a {
  color: var(--ifpf-navy) !important;
}

body.ifpf .footer-social-link a:hover {
  background: #149d48 !important;
  color: #fff !important;
}

body.ifpf .footer-content.v2 .gallery-content li {
  width: calc(33.333% - 7px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px;
}

body.ifpf .footer-content.v2 .gallery-content li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.ifpf .get-newsletter .email-address input {
  border: 0;
  outline: none;
  background: transparent;
  color: #1c1c1c;
}

body.ifpf .get-newsletter .email-address i {
  color: #149d48;
}

body.ifpf .get-newsletter .all-btn .btn-p,
body.ifpf .get-newsletter button.btn-p {
  border: 0;
  cursor: pointer;
}

body.ifpf .menu-social a,
body.ifpf .footer-social-link a {
  color: inherit;
}

body.ifpf .footer-section.v2,
body.ifpf .footer-section.v2 p,
body.ifpf .footer-section.v2 a,
body.ifpf .footer-section.v2 .widget-title,
body.ifpf .footer-section.v2 .title,
body.ifpf .footer-section.v2 .para {
  color: #fff;
}

body.ifpf .footer-section.v2 .widget-para,
body.ifpf .copyright-section.v2 .para {
  color: rgba(255, 255, 255, 0.72);
}

body.ifpf .copyright-section.v2 {
  background: #0B1F15;
  border: 0;
}

body.ifpf .footer-logo img {
  height: 72px;
  width: auto;
  max-width: 280px;
}

/* WhatsApp */
.ifpf-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #1fad5a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
}

.ifpf-wa:hover {
  color: #fff;
  background: #178c47;
}

body.ifpf .bottom-to-top {
  right: 18px;
  bottom: 82px;
}

body.ifpf .play-data.v1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@media (max-width: 991px) {
  body.ifpf .banner-content.v2 .ifpf-banner-photo {
    padding-bottom: 36px;
  }

  body.ifpf .catagoey {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 22px !important;
    width: 100%;
    max-width: 420px;
  }

  body.ifpf .catagoey .catagoey-data {
    padding: 10px 12px;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  body.ifpf .catagoey .catagoey-data .category-icon {
    font-size: 16px;
    flex: 0 0 auto;
  }

  body.ifpf .catagoey .catagoey-data .title {
    font-size: 13px;
    line-height: 1.25;
  }

  body.ifpf .catagoey .catagoey-data .title::after {
    display: none;
  }

  body.ifpf .ifpf-cat-lg {
    display: none;
  }

  body.ifpf .ifpf-cat-sm {
    display: inline;
  }

  body.ifpf .banner.v1 .banner-content {
    padding: 48px 0 56px;
  }

  body.ifpf .ifpf-banner-hero3 {
    width: min(42vw, 240px);
    right: 4%;
    top: 38%;
  }

  body.ifpf .ifpf-mosaic {
    margin-top: 32px;
  }

  body.ifpf .ifpf-about-collage {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  body.ifpf .breadcum-content .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  body.ifpf .ifpf-banner-hero3 {
    display: none;
  }

  body.ifpf .ifpf-about-collage__row {
    margin-top: -28px;
    gap: 10px;
    padding: 0;
  }

  body.ifpf .ifpf-about-collage__br {
    margin-top: 0;
  }
}

/* Icomoon files are missing — Font Awesome everywhere */
body.ifpf .fa-brands,
body.ifpf .fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

body.ifpf .fa-regular,
body.ifpf .far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

body.ifpf .fa-solid,
body.ifpf .fas,
body.ifpf .data-icon i,
body.ifpf .category-icon i,
body.ifpf .play-icon i {
  font-family: "Font Awesome 6 Free" !important;
}

body.ifpf .fa-solid,
body.ifpf .fas,
body.ifpf .data-icon .fa-solid {
  font-weight: 900 !important;
}

body.ifpf .btn-p.icon-v1::after,
body.ifpf .btn-p.icon-v2::after,
body.ifpf .btn-p.v3::after,
body.ifpf .btn-p.v6::after,
body.ifpf .catagoey .title::after,
body.ifpf .footer-widget .quick-links li a::before,
body.ifpf .footer-widget .our-courses li a::before,
body.ifpf .swiper-button-next::after,
body.ifpf .swiper-button-prev::after,
body.ifpf .menu-contact-number::before,
body.ifpf .menu-item-has-children > a::after,
body.ifpf .mean-expand-class::before,
body.ifpf .accordion-button::after,
body.ifpf .my-icon::before,
body.ifpf [class^="icon-"]::before,
body.ifpf [class*=" icon-"]::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

body.ifpf .btn-p.icon-v1::after,
body.ifpf .btn-p.icon-v2::after,
body.ifpf .btn-p.v3::after,
body.ifpf .btn-p.v6::after,
body.ifpf .catagoey .title::after,
body.ifpf .footer-widget .quick-links li a::before,
body.ifpf .footer-widget .our-courses li a::before,
body.ifpf .swiper-button-next::after {
  content: "\f054" !important;
}

body.ifpf .swiper-button-prev::after {
  content: "\f053" !important;
}

body.ifpf .menu-contact-number::before {
  content: "\f095" !important;
}

body.ifpf .menu-item-has-children > a::after {
  content: "\f107" !important;
}

body.ifpf .mean-expand-class::before {
  content: "\f067" !important;
}

body.ifpf .accordion-button::after {
  content: "\f067" !important;
}

body.ifpf .accordion-button:not(.collapsed)::after {
  content: "\f068" !important;
}

body.ifpf .icon-location::before { content: "\f3c5" !important; }
body.ifpf .icon-massage::before,
body.ifpf .icon-massage-2::before,
body.ifpf .icon-massage-3::before { content: "\f0e0" !important; }
body.ifpf .icon-call-us::before,
body.ifpf .icon-call-us-2::before,
body.ifpf .icon-call::before,
body.ifpf .icon-call-2::before { content: "\f095" !important; }
body.ifpf .icon-facebook::before { content: "\f39e" !important; font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
body.ifpf .icon-instagram::before,
body.ifpf .icon-instagram-2::before { content: "\f16d" !important; font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
body.ifpf .icon-twitter::before { content: "\e61b" !important; font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
body.ifpf .icon-linkedin::before { content: "\f08c" !important; font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
body.ifpf .icon-discord::before { content: "\f392" !important; font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
body.ifpf .icon-youtube::before { content: "\f167" !important; font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
body.ifpf .icon-whatsapp::before { content: "\f232" !important; font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
body.ifpf .icon-search::before { content: "\f002" !important; }
body.ifpf .icon-user::before,
body.ifpf .icon-user-2::before,
body.ifpf .icon-user-3::before { content: "\f007" !important; }
body.ifpf .icon-play::before { content: "\f04b" !important; }
body.ifpf .icon-star::before { content: "\f005" !important; }
body.ifpf .icon-arrow-right::before,
body.ifpf .icon-arrow-double-right::before,
body.ifpf .icon-arrow-long-right::before { content: "\f061" !important; }
body.ifpf .icon-arrow-left::before,
body.ifpf .icon-arrow-long-left::before { content: "\f060" !important; }
body.ifpf .icon-arrow-bottom::before { content: "\f107" !important; }
body.ifpf .icon-checkmark::before,
body.ifpf .icon-checkmark-2::before { content: "\f00c" !important; }
body.ifpf .icon-time-hour::before { content: "\f017" !important; }
body.ifpf .icon-calander::before,
body.ifpf .icon-calander-2::before { content: "\f073" !important; }
body.ifpf .icon-share::before { content: "\f064" !important; }
body.ifpf .icon-all::before { content: "\f0c9" !important; }
body.ifpf .icon-plus::before { content: "\f067" !important; }
body.ifpf .data-icon {
  font-family: "Font Awesome 6 Free" !important;
}

/* About — layout index-2 */
body.ifpf .about-us.v2 {
  background: #F3FAF5;
}

body.ifpf .about-us.v2 .bg-left {
  display: none;
}

body.ifpf .ifpf-about-collage {
  position: relative;
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

body.ifpf .ifpf-about-collage::before,
body.ifpf .ifpf-about-collage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

body.ifpf .ifpf-about-collage::before {
  width: 160px;
  height: 160px;
  left: -28px;
  top: 22%;
  background: rgba(20, 157, 72, 0.12);
}

body.ifpf .ifpf-about-collage::after {
  width: 88px;
  height: 88px;
  right: -16px;
  bottom: 10%;
  background: rgba(20, 157, 72, 0.2);
}

body.ifpf .ifpf-about-collage figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  background: transparent;
}

body.ifpf .about-us-content.v2 .left-img.ifpf-about-collage img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

body.ifpf .ifpf-about-collage__top {
  aspect-ratio: 16 / 10;
  z-index: 1;
}

body.ifpf .ifpf-about-collage__top img {
  object-position: center 42%;
}

body.ifpf .ifpf-about-collage__top .ifpf-video {
  margin: 0;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  background: #10291c;
}

body.ifpf .ifpf-about-collage__top .ifpf-video video,
body.ifpf .about-us-content.v2 .left-img.ifpf-about-collage .ifpf-about-collage__top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

body.ifpf .ifpf-about-collage__row {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
  margin-top: -42px;
  padding: 0 10px 0 4px;
  position: relative;
  z-index: 2;
}

body.ifpf .ifpf-about-collage__bl {
  aspect-ratio: 5 / 4;
  border: 6px solid #fff;
  box-shadow: 0 16px 36px rgba(16, 41, 28, 0.16);
}

body.ifpf .ifpf-about-collage__bl img {
  object-position: 40% 45%;
}

body.ifpf .ifpf-about-collage__br {
  aspect-ratio: 4 / 5;
  box-shadow: 0 16px 36px rgba(16, 41, 28, 0.14);
  margin-top: -18px;
}

body.ifpf .ifpf-about-collage__br img {
  object-position: center 18%;
}

body.ifpf .about-us-content.v2 .contact-info .contact-icon {
  color: var(--color-primary);
  font-size: 18px;
}

body.ifpf .about-us-content.v2 .contact-info .info-data .title {
  color: var(--ifpf-ink);
}

body.ifpf .my-progress-bar {
  border-color: #cfe8d8;
}

/* Pôles — cartes type institut-fkeng.com + défilement */
body.ifpf .ifpf-poles-section {
  background-color: #f4f6f8;
  background-image: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 80px,
    rgba(20, 157, 72, 0.035) 80px,
    rgba(20, 157, 72, 0.035) 160px
  );
  overflow: hidden;
}

body.ifpf .ifpf-poles-section .section-title {
  margin-bottom: 56px;
}

body.ifpf .ifpf-poles-swiper {
  overflow: visible;
  padding: 36px 8px 16px;
}

body.ifpf .ifpf-pole-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 72px 18px 18px 18px;
  padding: 58px 22px 28px;
  min-height: 268px;
  position: relative;
  box-shadow: 0 12px 36px rgba(16, 41, 28, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.ifpf .ifpf-pole-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(20, 157, 72, 0.16);
}

body.ifpf .ifpf-pole-tile__icon {
  position: absolute;
  top: -28px;
  left: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #149d48 0%, #e0a23a 100%);
  box-shadow: 0 10px 22px rgba(20, 157, 72, 0.28);
  transform: translateX(-50%) rotate(45deg);
}

body.ifpf .ifpf-pole-tile__icon i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-45deg);
}

body.ifpf .ifpf-pole-tile h3 {
  font-family: var(--title-font);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #1c2b3a;
  margin: 0 0 10px;
}

body.ifpf .ifpf-pole-tile__line {
  display: block;
  width: 46px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #149d48, #e0a23a);
  margin-bottom: 14px;
}

body.ifpf .ifpf-pole-tile p {
  margin: 0;
  color: #7b7e86;
  font-size: 15px;
  line-height: 1.55;
}

/* Pôles — cercle d’origine, FKENG Mode en haut */
body.ifpf .ifpf-poles-orbit.how-it-work.v1 {
  background-color: #f7f8fb;
}

body.ifpf .how-it-work-content.v1 a.work-content-1,
body.ifpf .how-it-work-content.v1 a.work-content-2,
body.ifpf .how-it-work-content.v1 a.work-content-3,
body.ifpf .how-it-work-content.v1 a.work-content-4 {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  z-index: 2;
}

body.ifpf .how-it-work-content.v1 a.work-content-top {
  grid-column: 1 / -1 !important;
  grid-row: 1;
  justify-self: center;
  width: min(420px, 100%);
  margin: 0 0 8px !important;
  padding: 24px 28px 40px;
  z-index: 3;
}

body.ifpf .how-it-work-content.v1 .work-filieres {
  margin: 8px 0 0;
  padding: 0;
  list-style: none !important;
}

body.ifpf .how-it-work-content.v1 .work-filieres li {
  position: relative;
  display: block;
  list-style: none !important;
  padding: 0 0 0 16px;
  margin: 0 0 4px;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  color: var(--color-paragraph);
}

body.ifpf .how-it-work-content.v1 .work-filieres li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
  font-size: 1.15em;
  line-height: 1.4;
  font-weight: 700;
}

body.ifpf .how-it-work-content.v1 a:hover .work-filieres li,
body.ifpf .how-it-work-content.v1 a:hover .work-filieres li::before {
  color: #fff;
}

body.ifpf .how-it-work-content.v1 .work-icon i {
  font-size: 26px;
  line-height: 1;
}

body.ifpf .how-it-work-content.v1 a.work-content-1 .work-icon,
body.ifpf .how-it-work-content.v1 a.work-content-2 .work-icon,
body.ifpf .how-it-work-content.v1 a.work-content-3 .work-icon,
body.ifpf .how-it-work-content.v1 a.work-content-4 .work-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  padding: 0;
  box-shadow: 0 6px 18px rgba(16, 41, 28, 0.18);
  transform: translate(-50%, -50%);
}

body.ifpf .how-it-work-content.v1 a.work-content-top .work-icon {
  top: auto;
  bottom: -36px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

body.ifpf .how-it-work-content.v1 .work-icon img,
body.ifpf .ifpf-pole-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

body.ifpf .how-it-work-content.v1 .middle-img-circle img {
  max-width: 100%;
  height: auto;
}

body.ifpf .how-it-work-content.v1 .middle-img {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
}

body.ifpf .how-it-work-content.v1 .middle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

@media (max-width: 1199px) {
  body.ifpf .how-it-work-content.v1 .middle-img {
    width: 320px;
    height: 320px;
  }

  body.ifpf .how-it-work-content.v1 .work-title {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 990px) {
  body.ifpf .ifpf-poles-orbit.how-it-work.v1 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body.ifpf .how-it-work-content.v1.ifpf-orbit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  body.ifpf .how-it-work-content.v1 .middle-img-circle,
  body.ifpf .how-it-work-content.v1 .middle-img {
    display: none;
  }

  body.ifpf .how-it-work-content.v1 a.work-content-1,
  body.ifpf .how-it-work-content.v1 a.work-content-2,
  body.ifpf .how-it-work-content.v1 a.work-content-3,
  body.ifpf .how-it-work-content.v1 a.work-content-4 {
    grid-column: auto;
    width: 100%;
    margin: 0 !important;
    padding: 20px 20px 18px;
  }

  body.ifpf .how-it-work-content.v1 a.work-content-top {
    grid-column: 1 / -1 !important;
    width: 100%;
    padding: 20px 20px 18px;
  }

  body.ifpf .how-it-work-content.v1 a.work-content-1 .work-icon,
  body.ifpf .how-it-work-content.v1 a.work-content-2 .work-icon,
  body.ifpf .how-it-work-content.v1 a.work-content-3 .work-icon,
  body.ifpf .how-it-work-content.v1 a.work-content-4 .work-icon,
  body.ifpf .how-it-work-content.v1 a.work-content-top .work-icon {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    margin: 0 0 12px;
    width: 56px;
    height: 56px;
    display: flex;
  }
}

@media (max-width: 767px) {
  body.ifpf .how-it-work-content.v1.ifpf-orbit {
    grid-template-columns: 1fr;
  }

  body.ifpf .how-it-work-content.v1 .work-title {
    font-size: 18px;
    line-height: 1.3;
  }

  body.ifpf .how-it-work-content.v1 .work-filieres li {
    font-size: 13px;
  }
}

body.ifpf .catagoey .category-icon {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 36px;
}

body.ifpf .catagoey .category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.ifpf .ifpf-course__logo {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 22px;
  box-shadow: 0 12px 28px rgba(16, 41, 28, 0.12);
}

body.ifpf .ifpf-course__logo img,
body.ifpf .ifpf-course__logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Témoignages — même modèle index-2, bleu → vert IFPF */
body.ifpf .student-feedback.v2 {
  background: none;
}

body.ifpf .student-feedback.v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/student-feedback/v2/bg-img.jpg") center / cover no-repeat;
  filter: hue-rotate(-58deg) saturate(1.08);
  pointer-events: none;
  z-index: 0;
}

body.ifpf .student-feedback.v2 .container {
  position: relative;
  z-index: 1;
}

body.ifpf .student-feedback.v2 .sub-title {
  color: var(--color-primary);
}

body.ifpf .student-cards .swiper-button-next,
body.ifpf .student-cards .swiper-button-prev {
  color: var(--color-primary);
}

body.ifpf .student-cards .student-card .social li a {
  background: rgba(20, 157, 72, 0.12);
}

body.ifpf .student-cards .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

body.ifpf .ifpf-temoin-cta {
  text-align: center;
  margin: 28px 0 0;
}

body.ifpf .ifpf-temoin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
}

body.ifpf .ifpf-temoin-link:hover {
  background: #fff;
  color: var(--color-primary);
}

body.ifpf .ifpf-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

body.ifpf .ifpf-modal.is-open,
body.ifpf .ifpf-modal[data-open="1"] {
  display: flex;
}

body.ifpf .ifpf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 41, 28, 0.72);
}

body.ifpf .ifpf-modal__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 24px 60px rgba(16, 41, 28, 0.28);
}

body.ifpf .ifpf-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
}

body.ifpf .ifpf-modal__box h3 {
  font-family: var(--title-font);
  font-size: 24px;
  color: var(--ifpf-navy, #10291c);
  margin: 0 0 8px;
  padding-right: 28px;
}

body.ifpf .ifpf-modal__box > p {
  color: var(--color-paragraph, #5b6470);
  margin: 0 0 18px;
}

body.ifpf .ifpf-temoin__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.7fr;
  gap: 12px;
}

body.ifpf .ifpf-modal .ifpf-form input,
body.ifpf .ifpf-modal .ifpf-form select,
body.ifpf .ifpf-modal .ifpf-form textarea {
  border-radius: 12px;
  margin-bottom: 12px;
}

body.ifpf .ifpf-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.ifpf .ifpf-modal__box {
    padding: 22px;
  }

  body.ifpf .ifpf-temoin__grid {
    grid-template-columns: 1fr;
  }
}

body.ifpf .student-cards .swiper-slide {
  overflow: hidden;
}

body.ifpf .student-cards .student-card .user-img {
  left: 22px;
  display: block;
}

body.ifpf .student-cards .student-card .user-img img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  background: #fff;
}

@media (min-width: 575px) {
  body.ifpf .student-cards .student-card {
    margin-left: 0;
    padding: 54px 48px 48px 112px;
  }
}

/* Why Choose Us — FAQ + photos IFPF */
body.ifpf .why-choose-us.v3 {
  background-image: none;
  background-color: #fff;
}

body.ifpf .why-choose-us.v3 .choose-us-accordion .accordion-button {
  box-shadow: none;
}

body.ifpf .why-choose-us.v3 .choose-us-accordion .accordion-button::after {
  background-image: none;
}

body.ifpf .why-choose-us.v3 .choose-us-accordion .accordion-button:focus {
  box-shadow: none;
}

body.ifpf .ifpf-choose-visual {
  position: relative;
  min-height: 420px;
  padding: 28px 0 28px 72px;
}

body.ifpf .ifpf-choose-visual__arc {
  position: absolute;
  left: 28px;
  top: 12%;
  bottom: 12%;
  width: 58px;
  border: 2px solid var(--color-primary);
  border-right: none;
  border-radius: 80px 0 0 80px;
  pointer-events: none;
  z-index: 1;
}

body.ifpf .ifpf-choose-visual__arc::before,
body.ifpf .ifpf-choose-visual__arc::after {
  content: "";
  position: absolute;
  left: -7px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background: #fff;
}

body.ifpf .ifpf-choose-visual__arc::before {
  top: 18%;
}

body.ifpf .ifpf-choose-visual__arc::after {
  bottom: 18%;
}

body.ifpf .ifpf-choose-visual__main {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
}

body.ifpf .ifpf-choose-visual__main img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
}

body.ifpf .ifpf-choose-visual__circle {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 210px;
  height: 210px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  border: 8px solid #fff;
  box-shadow: 0 18px 40px rgba(16, 41, 28, 0.2);
}

body.ifpf .ifpf-choose-visual__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  display: block;
}

@media (max-width: 991px) {
  body.ifpf .ifpf-choose-visual {
    margin-top: 40px;
    padding-left: 56px;
    min-height: 0;
  }

  body.ifpf .ifpf-choose-visual__main img {
    height: 320px;
  }

  body.ifpf .ifpf-choose-visual__circle {
    width: 150px;
    height: 150px;
    border-width: 6px;
  }
}

/* Stats — bandeau Parcours */
body.ifpf .skill-section {
  background-color: var(--ifpf-navy);
  background-image: url("../img/opt/banner/fkeng.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}

body.ifpf .skill-section::before {
  background: linear-gradient(
    180deg,
    rgba(16, 41, 28, 0.88) 0%,
    rgba(16, 41, 28, 0.72) 45%,
    rgba(20, 157, 72, 0.42) 100%
  );
}

body.ifpf .skill-items .skill-item {
  flex: 1 1 200px;
}

body.ifpf .skill-items .skill-item .item-icon {
  background: rgba(20, 157, 72, 0.22);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

body.ifpf .skill-items .skill-item .para {
  text-transform: none;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  body.ifpf .skill-items .skill-item .title {
    font-size: 36px;
    line-height: 1.15;
  }
}

@media (max-width: 767px) {
  body.ifpf .skill-items {
    justify-content: center;
    gap: 28px 12px;
  }

  body.ifpf .skill-items .skill-item {
    flex: 1 1 calc(50% - 12px);
    max-width: none;
    gap: 12px;
  }

  body.ifpf .skill-items .skill-item .item-icon {
    width: 64px;
    height: 64px;
    font-size: 28px;
    flex-shrink: 0;
  }
}

/* Team — 3 photos, modèle team.html, défilement auto */
body.ifpf .our-best-team .sub-title {
  color: var(--color-primary);
}

body.ifpf .our-best-team-content.v1 .ifpf-team-swiper {
  overflow: hidden;
  padding-bottom: 8px;
}

body.ifpf .our-best-team-content.v1 .team-img {
  height: 460px;
}

body.ifpf .our-best-team-content.v1 .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

body.ifpf .our-best-team-content.v1 .team-img .team-content .left-data .team-title {
  text-transform: none;
  font-size: 18px;
}

body.ifpf .our-best-team-content.v1 .team-img .team-content .left-data .team-para {
  text-transform: none;
}

body.ifpf .our-best-team-content.v1 .team-img .team-content .team-share-box .share a,
body.ifpf .our-best-team-content.v1 .team-img .team-content .team-share-box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  body.ifpf .our-best-team-content.v1 .team-img {
    height: 380px;
  }
}

/* Galerie */
body.ifpf .ifpf-gallery-page .sub-title {
  color: var(--color-primary);
}

body.ifpf .ifpf-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  height: 280px;
}

body.ifpf .ifpf-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

body.ifpf .ifpf-gallery__item::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 10px;
  background: var(--color-primary);
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.4s ease;
  z-index: 1;
}

body.ifpf .ifpf-gallery__eye {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transform: translate(-50%, 12px);
  transition: all 0.4s ease;
  pointer-events: none;
}

body.ifpf .ifpf-gallery__item:hover img {
  transform: scale(1.08);
}

body.ifpf .ifpf-gallery__item:hover::before {
  opacity: 0.72;
  transform: scaleX(1);
}

body.ifpf .ifpf-gallery__item:hover .ifpf-gallery__eye {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Blog */
body.ifpf .ifpf-blog-page .blog-card-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

body.ifpf .ifpf-blog-page .blog-details-img {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 16px;
}

body.ifpf .ifpf-blog-page .blog-details-img img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

body.ifpf .ifpf-blog-page .blog-details-top-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: var(--color-secondary);
}

/* Admin blog */
body.ifpf.ifpf-admin {
  background: #f4f6fb;
}

body.ifpf .ifpf-admin-bar {
  background: var(--ifpf-navy, #0b1c39);
  color: #fff;
  padding: 16px 0;
}

body.ifpf .ifpf-admin-bar a {
  color: #fff;
  margin-left: 16px;
  text-decoration: none;
  font-weight: 500;
}

body.ifpf .ifpf-admin-brand {
  margin-left: 0 !important;
  font-weight: 700;
}

body.ifpf .ifpf-admin-login {
  max-width: 460px;
  margin: 0 auto;
  background: #fff;
  padding: 36px 32px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(11, 28, 57, 0.08);
}

body.ifpf .ifpf-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

body.ifpf .ifpf-admin-form textarea {
  min-height: 280px;
}

body.ifpf .ifpf-admin-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin: 8px 0 20px;
}

body.ifpf .ifpf-admin-check input {
  width: auto;
  margin: 0;
}

body.ifpf .ifpf-admin-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}

body.ifpf .ifpf-admin-table th,
body.ifpf .ifpf-admin-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8ebf2;
  text-align: left;
}

body.ifpf .ifpf-admin-table th {
  background: #f0f3fa;
  font-weight: 600;
}

body.ifpf .ifpf-admin-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.ifpf .ifpf-admin-actions form {
  display: inline;
  margin: 0;
}

body.ifpf .ifpf-admin-actions button {
  border: 0;
  background: none;
  color: #8a1f11;
  padding: 0;
  cursor: pointer;
}

body.ifpf .ifpf-admin-current-img img {
  max-width: 220px;
  max-height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* Fiches formation */
body.ifpf .ifpf-course__intro {
  margin-bottom: 36px;
}

body.ifpf .ifpf-course__num {
  display: block;
  font-family: var(--title-font);
  font-size: 112px;
  line-height: 0.82;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.02em;
  margin: 0 0 8px;
}

body.ifpf .ifpf-course__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--color-primary);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.ifpf .ifpf-course__lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-paragraph);
  margin: 0;
  max-width: 38em;
}

body.ifpf .ifpf-course__block {
  margin-bottom: 36px;
}

body.ifpf .ifpf-course__block h3,
body.ifpf .ifpf-course__panel h3,
body.ifpf .ifpf-course__mods h3 {
  font-family: var(--title-font);
  font-size: 22px;
  color: var(--ifpf-navy);
  margin: 0 0 16px;
}

body.ifpf .ifpf-course__panel h3 i,
body.ifpf .ifpf-course__kicker i {
  color: var(--color-primary);
}

body.ifpf .ifpf-course__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ifpf .ifpf-course__tags li {
  background: var(--ifpf-cream);
  color: var(--ifpf-navy);
  border: 1px solid #d7eadc;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
}

body.ifpf .ifpf-course__filieres {
  display: grid;
  gap: 14px;
}

body.ifpf .ifpf-filiere {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 22px 22px 18px;
  box-shadow: 0 8px 24px rgba(16, 41, 28, 0.04);
}

body.ifpf .ifpf-filiere__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

body.ifpf .ifpf-filiere h4 {
  margin: 0;
  font-size: 20px;
  color: var(--ifpf-navy);
}

body.ifpf .ifpf-filiere p {
  margin: 0;
  color: var(--color-paragraph);
}

body.ifpf .ifpf-filiere__price {
  flex-shrink: 0;
  background: var(--color-primary);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

body.ifpf .ifpf-course__panel {
  height: 100%;
  background: var(--ifpf-cream);
  border-radius: 16px;
  padding: 22px;
}

body.ifpf .ifpf-course__checks {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ifpf .ifpf-course__checks li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: var(--ifpf-ink);
  border-bottom: 1px solid rgba(20, 157, 72, 0.12);
}

body.ifpf .ifpf-course__checks li:last-child {
  border-bottom: 0;
}

body.ifpf .ifpf-course__checks li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--color-primary);
  font-size: 12px;
}

body.ifpf .ifpf-course__side {
  position: sticky;
  top: 110px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(16, 41, 28, 0.06);
}

body.ifpf .ifpf-course__fact {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
}

body.ifpf .ifpf-course__fact i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--ifpf-cream);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.ifpf .ifpf-course__fact span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-paragraph);
  margin-bottom: 4px;
}

body.ifpf .ifpf-course__fact strong {
  display: block;
  font-size: 16px;
  color: var(--ifpf-navy);
  font-weight: 600;
}

body.ifpf .ifpf-course__mods {
  padding-top: 16px;
}

body.ifpf .ifpf-course__mods ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

body.ifpf .ifpf-course__mods li {
  position: relative;
  padding: 8px 0 8px 16px;
  color: var(--color-paragraph);
  font-size: 14px;
  line-height: 1.45;
}

body.ifpf .ifpf-course__mods li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 14px;
}

body.ifpf .ifpf-course__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--color-primary);
  color: #fff !important;
  text-decoration: none;
  font-family: var(--title-font);
  font-weight: 600;
  border-radius: 12px;
  padding: 14px 16px;
  transition: background 0.15s ease;
}

body.ifpf .ifpf-course__cta:hover {
  background: #0e7a36;
  color: #fff !important;
}

@media (max-width: 767px) {
  body.ifpf .ifpf-course__num {
    font-size: 80px;
  }

  body.ifpf .ifpf-course__side {
    position: static;
  }

  body.ifpf .ifpf-filiere__top {
    flex-direction: column;
  }
}

.ifpf-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Page contact */
body.ifpf .ifpf-contact__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--color-primary);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.ifpf .ifpf-contact__title {
  font-family: var(--title-font);
  font-size: 36px;
  line-height: 1.2;
  color: var(--ifpf-navy);
  margin: 0 0 14px;
}

body.ifpf .ifpf-contact__lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--color-paragraph);
  margin: 0 0 28px;
}

body.ifpf .ifpf-contact__phones {
  margin: 0 0 28px;
}

body.ifpf .ifpf-contact__phones span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-paragraph);
  margin-bottom: 6px;
}

body.ifpf .ifpf-contact__phones a {
  display: block;
  font-family: var(--title-font);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
}

body.ifpf .ifpf-contact__phones a:hover {
  color: #0e7a36;
}

body.ifpf .ifpf-contact__facts {
  display: grid;
  gap: 4px;
  margin-bottom: 24px;
}

body.ifpf .ifpf-contact__fact {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
}

body.ifpf .ifpf-contact__fact i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--ifpf-cream);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.ifpf .ifpf-contact__fact span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-paragraph);
  margin-bottom: 4px;
}

body.ifpf .ifpf-contact__fact strong {
  display: block;
  font-size: 16px;
  color: var(--ifpf-navy);
  font-weight: 600;
  line-height: 1.45;
}

body.ifpf .ifpf-contact__fact a {
  color: var(--ifpf-navy);
  text-decoration: none;
}

body.ifpf .ifpf-contact__fact a:hover {
  color: var(--color-primary);
}

body.ifpf .ifpf-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

body.ifpf .ifpf-contact__wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #128c7e;
  color: #fff !important;
  text-decoration: none;
  font-family: var(--title-font);
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 18px;
}

body.ifpf .ifpf-contact__wa:hover {
  background: #0e7368;
  color: #fff !important;
}

body.ifpf .ifpf-contact__yt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c4302b;
  color: #fff !important;
  text-decoration: none;
  font-family: var(--title-font);
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 18px;
}

body.ifpf .ifpf-contact__yt:hover {
  background: #9e1f1b;
  color: #fff !important;
}

body.ifpf .ifpf-contact__form {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 16px 40px rgba(16, 41, 28, 0.06);
}

body.ifpf .ifpf-contact__form h3 {
  font-family: var(--title-font);
  font-size: 24px;
  color: var(--ifpf-navy);
  margin: 0 0 8px;
}

body.ifpf .ifpf-contact__form > p {
  color: var(--color-paragraph);
  margin: 0 0 22px;
}

body.ifpf .ifpf-contact__form .ifpf-form input,
body.ifpf .ifpf-contact__form .ifpf-form select,
body.ifpf .ifpf-contact__form .ifpf-form textarea {
  border-radius: 12px;
  padding: 13px 14px;
}

body.ifpf .ifpf-contact__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  cursor: pointer;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  padding: 14px 16px;
}

body.ifpf .ifpf-contact__cta:hover {
  background: #0e7a36;
}

@media (max-width: 767px) {
  body.ifpf .ifpf-contact__phones a {
    font-size: 28px;
  }

  body.ifpf .ifpf-contact__form {
    padding: 22px;
  }
}

body.ifpf .ifpf-contact__map {
  margin-top: 56px;
}

body.ifpf .ifpf-contact__map h3 {
  font-family: var(--title-font);
  font-size: 28px;
  margin: 0 0 8px;
}

body.ifpf .ifpf-contact__map > p {
  color: var(--color-gray);
  margin: 0 0 18px;
}

body.ifpf .ifpf-map {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: #e8eee9;
}

body.ifpf .ifpf-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

body.ifpf .ifpf-map p {
  margin: 0;
  padding: 12px 16px 14px;
  font-size: 14px;
  color: #3d4a42;
}

body.ifpf .ifpf-map a {
  color: var(--color-primary);
  font-weight: 600;
}

body.ifpf .ifpf-box .ifpf-map {
  margin-top: 14px;
}

body.ifpf .ifpf-box .ifpf-map iframe {
  height: 240px;
}

body.ifpf .ifpf-course__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  background: #25d366;
  color: #fff !important;
  text-decoration: none;
  font-family: var(--title-font);
  font-weight: 600;
  border-radius: 12px;
  padding: 14px 16px;
  transition: background 0.15s ease;
}

body.ifpf .ifpf-course__share:hover {
  background: #1ebe57;
  color: #fff !important;
}

body.ifpf .ifpf-gallery-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 8px 0 36px;
}

body.ifpf .ifpf-gallery-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  color: #1b2430;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
}

body.ifpf .ifpf-gallery-nav a span {
  font-size: 12px;
  color: var(--color-primary);
}

body.ifpf .ifpf-gallery-nav a.is-on {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

body.ifpf .ifpf-gallery-nav a.is-on span {
  color: #fff;
}

body.ifpf .ifpf-gallery__cat {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  background: rgba(16, 41, 28, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
}

body.ifpf .ifpf-error {
  text-align: center;
}

body.ifpf .ifpf-error__code {
  margin: 0 0 8px;
  font-family: var(--title-font);
  font-size: clamp(64px, 12vw, 120px);
  font-weight: 800;
  line-height: 1;
  color: var(--color-primary);
}

body.ifpf .ifpf-error__title {
  margin: 0 0 12px;
  font-family: var(--title-font);
  font-size: clamp(26px, 4vw, 40px);
  color: var(--ifpf-ink);
}

body.ifpf .ifpf-error__lead {
  max-width: 540px;
  margin: 0 auto 28px;
  color: #4d5c56;
  line-height: 1.6;
}

body.ifpf .ifpf-error__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

body.ifpf .search-option-box .search,
body.ifpf .search-option-box .close-icon {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: var(--color-primary);
}

body.ifpf .search-option-box .close-icon {
  background: transparent;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

body.ifpf .search-option-box.open {
  max-width: 240px;
}

body.ifpf .ifpf-mobile-search {
  display: flex;
  gap: 8px;
  margin: 8px 22px 18px;
}

body.ifpf .ifpf-mobile-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  border: 1px solid var(--color-border);
  border-radius: 100px;
  padding: 0 16px;
  font-size: 15px;
  outline: none;
}

body.ifpf .ifpf-mobile-search button {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.ifpf .ifpf-rentree {
  padding: 56px 0;
  background: var(--ifpf-cream);
}

body.ifpf .ifpf-rentree__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

body.ifpf .ifpf-rentree__copy {
  max-width: 520px;
}

body.ifpf .ifpf-rentree__kicker {
  margin: 0 0 8px;
  color: var(--color-primary);
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
}

body.ifpf .ifpf-rentree__copy h2 {
  margin: 0 0 10px;
  font-family: var(--title-font);
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
  color: var(--ifpf-ink);
}

body.ifpf .ifpf-rentree__copy p:not(.ifpf-rentree__kicker) {
  margin: 0 0 22px;
  color: #4d5c56;
  line-height: 1.6;
}

body.ifpf .ifpf-rentree__clock {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.ifpf .ifpf-rentree__cell {
  width: 92px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  color: var(--color-primary);
}

body.ifpf .ifpf-rentree__cell strong {
  font-family: var(--title-font);
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}

body.ifpf .ifpf-rentree__cell span {
  margin-top: 6px;
  font-size: 13px;
  color: var(--color-paragraph);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.ifpf .ifpf-rentree.is-live .ifpf-rentree__clock {
  display: none;
}

body.ifpf .ifpf-search-page__form {
  display: flex;
  gap: 10px;
  max-width: 640px;
  margin-bottom: 28px;
}

body.ifpf .ifpf-search-page__form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
}

body.ifpf .ifpf-search-page__form button {
  flex: 0 0 auto;
  height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
}

body.ifpf .ifpf-search-page__hint {
  margin: 0 0 28px;
  color: #4d5c56;
}

body.ifpf .ifpf-search-page__title {
  margin: 8px 0 16px;
  font-family: var(--title-font);
  font-size: 22px;
  color: var(--ifpf-ink);
}

body.ifpf .ifpf-search-hits {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: grid;
  gap: 12px;
}

body.ifpf .ifpf-search-hits li {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 18px 20px;
}

body.ifpf .ifpf-search-hits__tag {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-primary);
}

body.ifpf .ifpf-search-hits a {
  display: block;
  font-family: var(--title-font);
  font-size: 20px;
  color: var(--ifpf-ink);
  text-decoration: none;
}

body.ifpf .ifpf-search-hits a:hover {
  color: var(--color-primary);
}

body.ifpf .ifpf-search-hits p {
  margin: 8px 0 0;
  color: #4d5c56;
  line-height: 1.55;
}

@media (max-width: 991px) {
  body.ifpf .ifpf-rentree__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

@media (max-width: 575px) {
  body.ifpf .ifpf-rentree {
    padding: 40px 0;
  }

  body.ifpf .ifpf-rentree__cell {
    width: 70px;
    height: 76px;
  }

  body.ifpf .ifpf-rentree__cell strong {
    font-size: 24px;
  }

  body.ifpf .ifpf-search-page__form {
    flex-direction: column;
  }
}

/* Vidéos campus / pôles */
body.ifpf .ifpf-video {
  margin: 0 0 24px;
  border-radius: 18px;
  overflow: hidden;
  background: #10291c;
  box-shadow: 0 16px 36px rgba(16, 41, 28, 0.14);
}

body.ifpf .ifpf-video video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #10291c;
  vertical-align: top;
}

body.ifpf .ifpf-video__lite,
body.ifpf .ifpf-video__play {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #10291c;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

body.ifpf .ifpf-video__play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.ifpf .ifpf-video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(20, 157, 72, 0.95);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 24px rgba(16, 41, 28, 0.28);
}

body.ifpf .ifpf-video__play:hover .ifpf-video__icon,
body.ifpf .ifpf-video__play:focus-visible .ifpf-video__icon {
  background: #0f7a38;
}

body.ifpf .ifpf-video figcaption {
  padding: 12px 16px 14px;
  background: #fff;
  font-size: 14px;
  line-height: 1.45;
  color: var(--color-paragraph);
}

body.ifpf .ifpf-video figcaption strong {
  color: var(--ifpf-navy);
  font-family: var(--title-font);
  font-weight: 600;
}

body.ifpf .ifpf-video--course {
  margin: 8px 0 36px;
}

body.ifpf .ifpf-videos {
  background: #fff;
}

body.ifpf .ifpf-videos .section-title {
  margin-bottom: 36px;
}

body.ifpf .ifpf-videos__featured {
  margin-bottom: 36px;
}

body.ifpf .ifpf-videos__featured .ifpf-video {
  margin-bottom: 0;
}

body.ifpf .ifpf-videos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.ifpf .ifpf-videos__card .ifpf-video {
  margin-bottom: 12px;
}

body.ifpf .ifpf-videos__card h3 {
  font-family: var(--title-font);
  font-size: 20px;
  margin: 0 0 6px;
}

body.ifpf .ifpf-videos__card h3 a {
  color: var(--ifpf-navy);
  text-decoration: none;
}

body.ifpf .ifpf-videos__card h3 a:hover {
  color: var(--color-primary);
}

body.ifpf .ifpf-videos__card p {
  margin: 0;
  font-size: 15px;
  color: var(--color-paragraph);
}

@media (max-width: 767px) {
  body.ifpf .ifpf-videos__grid {
    grid-template-columns: 1fr;
  }
}
