@charset "UTF-8";
/**
 * Landing Page EER — header + hero (“slideshow”).
 * Compile: npx sass assets/scss/lp-eer.scss assets/css/lp-eer.css --no-source-map
 */
.border-radius-md {
  border-radius: 2rem;
}

.sblp-badge {
  display: inline-block;
  background-color: #ffcc00;
  color: #000;
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.sblp-cta-btn {
  background-color: #c3311f;
  color: #fff;
  border-radius: 3rem;
  padding: 1.1rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #c3311f;
  box-shadow: 0 4px 10px rgba(195, 49, 31, 0.1);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.sblp-cta-btn:hover, .sblp-cta-btn:focus {
  background-color: rgb(172.9977876106, 43.4712389381, 27.5022123894);
  color: #fff;
  text-decoration: none;
}

.sblp-cta-secondaire-btn {
  background-color: transparent;
  color: #333;
  border-radius: 3rem;
  padding: 1.1rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(195, 49, 31, 0.1);
  border: 2px solid #c3311f;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.sblp-cta-secondaire-btn:hover, .sblp-cta-secondaire-btn:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

header.sblp-lp-eer-header {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: none;
}
header.sblp-lp-eer-header .container {
  width: 100%;
}
@media screen and (min-width: 1170px) {
  header.sblp-lp-eer-header .container {
    max-width: 1530px;
  }
}
@media screen and (min-width: 992px) {
  header.sblp-lp-eer-header {
    position: fixed;
    background-color: #fff;
  }
}
header.sblp-lp-eer-header .sblp-lp-eer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}
header.sblp-lp-eer-header .sblp-lp-eer-nav .menu-principal {
  margin-bottom: 0;
}
header.sblp-lp-eer-header .sblp-lp-eer-nav .menu-principal li a {
  font-size: 1.3rem;
}
@media screen and (max-width: 992px) {
  header.sblp-lp-eer-header .sblp-lp-eer-nav .menu-principal li a {
    font-size: 1.2rem;
    color: #fff;
  }
}
header.sblp-lp-eer-header .sblp-lp-eer-nav .sblp-lp-eer-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.25rem 1.4rem;
  border: 1px solid #444;
  border-radius: 2rem;
  color: #444;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 0.9rem;
  text-decoration: none;
  position: absolute;
  top: -22px;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  opacity: 0.5;
}
header.sblp-lp-eer-header .sblp-lp-eer-nav .sblp-lp-eer-lang-switch[lang=ar] {
  direction: rtl;
  font-family: Tahoma, Arial, sans-serif;
}
header.sblp-lp-eer-header .sblp-lp-eer-nav .sblp-lp-eer-lang-switch:hover, header.sblp-lp-eer-header .sblp-lp-eer-nav .sblp-lp-eer-lang-switch:focus {
  background: #c3311f;
  border-color: #c3311f;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  header.sblp-lp-eer-header .sblp-lp-eer-nav .sblp-lp-eer-lang-switch {
    border-color: rgba(255, 255, 255, 0.72);
    color: #fff;
  }
  header.sblp-lp-eer-header .sblp-lp-eer-nav .sblp-lp-eer-lang-switch:hover, header.sblp-lp-eer-header .sblp-lp-eer-nav .sblp-lp-eer-lang-switch:focus {
    background: rgba(255, 255, 255, 0.18);
    border-color: #fff;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header.sblp-lp-eer-header .sblp-lp-eer-nav .sblp-lp-eer-lang-switch {
    right: 85px;
    top: 6px;
  }
}

@media screen and (min-width: 992px) {
  #core.sblp-lp-eer-shell {
    padding-top: 108px;
  }
}
#core.sblp-lp-eer-shell .left-sidebar-toggle {
  left: initial;
  right: 30px;
  top: 28px;
}
#core.sblp-lp-eer-shell .left-sidebar-toggle div span,
#core.sblp-lp-eer-shell .left-sidebar-toggle div span::before,
#core.sblp-lp-eer-shell .left-sidebar-toggle div span::before,
#core.sblp-lp-eer-shell .left-sidebar-toggle div span::after,
#core.sblp-lp-eer-shell .left-sidebar-toggle div span::after {
  background: #fff;
}
@media screen and (max-width: 992px) {
  #core.sblp-lp-eer-shell header img {
    width: 160px !important;
    float: left;
    margin-left: 15px;
  }
}

.sblp-hero {
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .sblp-hero {
    background-image: var(--sblp-hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-top: 14rem;
    margin-bottom: 0;
  }
  .sblp-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #121e1d;
    opacity: 0.8;
    z-index: 1;
  }
  .sblp-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30rem;
    background: linear-gradient(to bottom, #131b19 0%, transparent 100%);
    z-index: 2;
    opacity: 1;
  }
  .sblp-hero .sblp-hero-container {
    padding-left: 0;
    padding-right: 0;
  }
  .sblp-hero .sblp-hero-inner {
    z-index: 3;
    margin: auto;
  }
  .sblp-hero .sblp-hero-col-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3rem;
    max-width: 54rem;
  }
  .sblp-hero .sblp-hero-cta {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 3rem;
    padding: 1.1rem 2.4rem;
  }
}
.sblp-hero .sblp-hero-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1500px) {
  .sblp-hero .sblp-hero-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sblp-hero .sblp-hero-inner {
  max-width: 1500px;
  margin: auto;
}
.sblp-hero .sblp-hero-row {
  display: flex;
  align-items: center;
}
.sblp-hero .sblp-hero-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.sblp-hero .sblp-hero-meta .sblp-hero-badge-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  font-size: 1.3rem;
}
@media screen and (max-width: 992px) {
  .sblp-hero .sblp-hero-meta {
    flex-direction: column;
  }
  .sblp-hero .sblp-hero-meta .sblp-hero-badge-desc {
    color: #fff;
  }
}
#core h1.sblp-hero-title {
  font-size: 4.2rem;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  #core h1.sblp-hero-title {
    font-size: 3rem;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }
  #core h1.sblp-hero-title span {
    font-weight: 500;
  }
}

.sblp-hero .sblp-cta-secondaire-btn {
  margin-left: 2rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .sblp-hero .sblp-cta-secondaire-btn {
    margin-left: 0;
    margin-top: 0;
    padding: 1.1rem 2.4rem;
    color: #fff;
    border-radius: 3rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
  }
  .sblp-hero .sblp-cta-secondaire-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
  }
}
.sblp-hero .sblp-hero-nota-bene {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-top: 5rem;
}
@media screen and (max-width: 992px) {
  .sblp-hero .sblp-hero-nota-bene {
    text-align: center;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.sblp-hero .sblp-hero-advantages {
  list-style: none;
  padding: 0;
  margin: 2rem 0 4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .sblp-hero .sblp-hero-advantages {
    gap: 1.75rem;
  }
}
.sblp-hero .sblp-hero-advantage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
.sblp-hero .sblp-hero-advantage .sblp-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f6f6f6;
  width: 3.25rem;
  min-width: 3.25rem;
  height: 3.25rem;
}
.sblp-hero .sblp-hero-advantage .sblp-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
.sblp-hero .sblp-hero-advantage .sblp-icon svg path {
  fill: #5ca785;
}
.sblp-hero .sblp-hero-advantage .sblp-hero-adv-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .sblp-hero .sblp-hero-advantage .sblp-icon {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sblp-hero .sblp-hero-advantage .sblp-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .sblp-hero .sblp-hero-advantage .sblp-icon svg path {
    fill: #fff;
  }
  .sblp-hero .sblp-hero-advantage .sblp-hero-adv-text {
    color: #fff;
  }
}
@media screen and (min-width: 1170px) {
  .sblp-hero .sblp-hero-meta {
    gap: 1rem !important;
  }
  .sblp-hero .sblp-hero-meta {
    font-size: 1.44rem;
  }
  .sblp-hero .sblp-hero-meta .sblp-hero-badge {
    font-size: 1.56rem;
  }
  .sblp-hero .sblp-hero-meta .sblp-hero-badge-desc {
    font-size: 1.56rem;
  }
  .sblp-hero .sblp-hero-cta,
  .sblp-hero .sblp-cta-secondaire-btn {
    font-size: 1.92rem;
  }
  .sblp-hero .sblp-hero-advantages {
    font-size: 1.44rem;
    margin: 3rem 0 6rem 0;
  }
  .sblp-hero .sblp-hero-advantage .sblp-hero-adv-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 992px) {
  #core .sblp-section {
    padding: 0;
  }
}
#core .sblp-section .sblp-section-container {
  margin: auto;
}
#core .sblp-section .sblp-section-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 auto 1rem auto;
  text-align: center;
  max-width: 690px;
}
@media screen and (max-width: 992px) {
  #core .sblp-section .sblp-section-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#core .sblp-section .sblp-section-description {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
}

section.sblp-avantages .sblp-section-container {
  background: linear-gradient(135deg, #121e1d 20%, #1c312f 100%);
  border-radius: 3rem 3rem 0 0;
  max-width: 1500px;
}
@media screen and (max-width: 992px) {
  section.sblp-avantages .sblp-section-container {
    border-radius: 0;
  }
}
section.sblp-avantages .sblp-avantages-panel {
  padding: 10rem 1rem 5rem 1rem;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 992px) {
  section.sblp-avantages .sblp-avantages-panel {
    padding: 4rem 2rem 5rem 2rem;
    border-radius: 0;
  }
}
section.sblp-avantages .sblp-section-title {
  color: #fff;
}
section.sblp-avantages .sblp-avantages-slider {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
section.sblp-avantages .sblp-avantages-slider .sblp-avantages-cell {
  width: 30rem;
  max-width: 30rem;
  padding: 1rem 0 1rem 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  section.sblp-avantages .sblp-avantages-slider .sblp-avantages-cell {
    width: 33.33%;
    padding: 0.75rem;
    max-width: none;
  }
}
section.sblp-avantages .sblp-avantages-slider.slick-initialized {
  margin-left: -2rem;
  margin-right: -2rem;
}
section.sblp-avantages .sblp-avantages-slider .sblp-avantages-card {
  background-color: rgba(51, 65, 64, 0.87);
  border-radius: 1.6rem;
  padding: 3rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  section.sblp-avantages .sblp-avantages-slider .sblp-avantages-card {
    padding: 5rem 2rem;
  }
}
section.sblp-avantages .sblp-avantages-slider .sblp-avantages-card-title {
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 2rem;
}
section.sblp-avantages .sblp-avantages-slider .sblp-avantages-card-body {
  font-size: 1.4rem;
  font-weight: 400;
}
#core.sblp-lp-eer-shell .slick-dots {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: center;
  position: static;
  width: 100%;
  margin-top: 1.5rem;
  opacity: 0.6;
}
#core.sblp-lp-eer-shell .slick-dots li {
  width: auto;
  height: 1rem;
}
#core.sblp-lp-eer-shell .slick-dots li.slick-active button {
  background-color: #fff;
  width: 4rem;
  transition: all 0.3s ease;
}
#core.sblp-lp-eer-shell .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 2px;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s ease;
}
#core.sblp-lp-eer-shell .slick-dots li button::before {
  display: none;
}

@media screen and (max-width: 992px) {
  section.sblp-privileges .sblp-section-container {
    background: linear-gradient(to bottom, #1c312f 0%, #121e1d 100%);
  }
  section.sblp-privileges .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
section.sblp-privileges .sblp-privileges-root {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  background-color: #121e1d;
  color: #fff;
}
@media screen and (max-width: 992px) {
  section.sblp-privileges .sblp-privileges-root {
    background-color: transparent;
    padding: 0 2rem 3rem 2rem;
  }
}
section.sblp-privileges .sblp-privileges-viewport {
  position: relative;
}
section.sblp-privileges .sblp-privileges-slides {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  section.sblp-privileges .sblp-privileges-slides {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
section.sblp-privileges .sblp-privileges-slide {
  position: relative;
  z-index: 10;
}
section.sblp-privileges .sblp-privileges-slide .sblp-privileges-overlay {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, #121e1d 10%, transparent 100%);
  text-align: center;
  padding: 0 3rem 5rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  section.sblp-privileges .sblp-privileges-slide .sblp-privileges-overlay .sblp-privileges-desc {
    max-width: 80%;
  }
}
section.sblp-privileges .sblp-privileges-slide figure {
  margin: 0;
  padding: 0;
  height: 60rem;
  position: relative;
  z-index: 1;
}
section.sblp-privileges .sblp-privileges-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  section.sblp-privileges .sblp-privileges-slide {
    max-width: 30rem;
    padding: 0 0 0 2rem;
  }
  section.sblp-privileges .sblp-privileges-slide .sblp-privileges-overlay {
    background: transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem 2rem 2rem 4rem;
    text-align: left;
  }
  section.sblp-privileges .sblp-privileges-slide .sblp-privileges-overlay .sblp-privileges-title {
    font-size: 3rem;
    font-weight: 600 !important;
  }
  section.sblp-privileges .sblp-privileges-slide figure {
    height: 42rem;
    border-radius: 2rem;
    overflow: hidden;
  }
  section.sblp-privileges .sblp-privileges-slide figure img {
    position: relative;
    z-index: 1;
    object-position: var(--sblp-priv-img-pos-x-mobile, 50%) center;
  }
  section.sblp-privileges .sblp-privileges-slide figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(12, 20, 20, 0.2);
  }
}
section.sblp-privileges .sblp-privileges-tablist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
section.sblp-privileges .sblp-privileges-tablist button {
  background-color: rgba(100, 100, 100, 0.5);
  color: #fff;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
section.sblp-privileges .sblp-privileges-tablist button.active {
  background-color: #5ca785;
  border-color: #5ca785;
}
@media screen and (min-width: 992px) {
  section.sblp-privileges .sblp-privileges-tablist-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

section.sblp-forfaits {
  margin-bottom: 8rem;
}
section.sblp-forfaits .sblp-section-container {
  max-width: 1500px;
  margin: auto;
  background-color: #121e1d;
  border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 992px) {
  section.sblp-forfaits .sblp-section-container {
    border-radius: 0;
  }
}
section.sblp-forfaits .sblp-forfaits-panel {
  max-width: 1170px;
  padding: 8rem 1rem;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 992px) {
  section.sblp-forfaits .sblp-forfaits-panel {
    padding: 4rem 2rem 3rem 2rem;
  }
}
section.sblp-forfaits .sblp-section-title {
  color: #fff;
}
section.sblp-forfaits .sblp-forfaits-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-card {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 992px) {
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-card {
    width: 33.33%;
    padding: 10rem 1rem 1rem 1rem;
  }
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-card .sblp-forfaits-orb {
  width: auto;
  height: 10rem;
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-card .sblp-forfaits-orb img {
  height: 10rem;
  width: auto;
  margin: auto;
  display: block;
}
@media screen and (max-width: 992px) {
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-card .sblp-forfaits-orb {
    height: 5rem;
    top: -1rem;
    left: initial;
    right: 0;
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-card .sblp-forfaits-orb img {
    height: 5rem;
  }
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-card-inner {
  background: linear-gradient(225deg, var(--sblp-forfait-bg-start, #1c312f) 0%, var(--sblp-forfait-bg-end, #1c312f) 100%);
  border-radius: 1.6rem;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#core section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-nom {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-pricing {
  margin-bottom: 1.5rem;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-prix-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-prix-line .sblp-forfaits-prix-prefix,
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-prix-line .sblp-forfaits-prix-reel {
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-prix-line .sblp-forfaits-prix-promo-val,
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-prix-line .sblp-forfaits-prix-suffix {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-promo-desc {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  display: inline-block;
  padding: 0.3rem 1rem;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb img {
  height: 3.8rem;
  width: auto;
  overflow: hidden;
  border-radius: 0.2rem;
  transition: transform 0.3s ease;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes {
    width: 8rem;
    position: absolute;
    right: 1rem;
    top: 10rem;
    z-index: 10;
    transform: rotate(-10deg);
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb {
    transform: rotate(90deg);
    position: absolute;
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb img {
    height: 3rem;
    transform-origin: right center;
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb img:hover {
    transform: scale(1);
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb:nth-child(1) img {
    z-index: 1;
    transform: rotate(-20deg) translate(-0.5rem, 0.6rem);
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb:nth-child(2) img {
    z-index: 2;
    transform: rotate(0deg) translate(-0.2rem, 0rem);
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb:nth-child(3) img {
    z-index: 3;
    transform: rotate(20deg) translate(-0.1rem, -0.1rem);
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb:nth-child(4) img {
    z-index: 4;
    transform: rotate(40deg) translate(-0.2rem, -0.2rem);
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb:nth-child(5) img {
    z-index: 5;
    transform: rotate(60deg) translate(0rem, -0.3rem);
  }
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-cartes .sblp-forfaits-carte-thumb:nth-child(6) img {
    z-index: 6;
    transform: rotate(80deg) translate(0.2rem, -0.4rem);
  }
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features {
  background-color: var(--sblp-forfait-features-bg, #2e4c4a);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  margin: -0.75rem 0 0 0;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features .sblp-forfaits-features-title {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1.5rem;
  }
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features-list {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features-list .sblp-forfaits-feature {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features-list .sblp-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features-list .sblp-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features-list .sblp-icon svg path {
  fill: #fff;
}
section.sblp-forfaits .sblp-forfaits-grid .sblp-forfaits-features-list .sblp-forfaits-feature-txt {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
section.sblp-forfaits .sblp-forfaits-cta {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 1rem;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 3rem;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
section.sblp-forfaits .sblp-forfaits-cta:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}
section.sblp-forfaits .sblp-forfaits-conditions {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
}

section.sblp-application {
  margin-bottom: 8rem;
}
section.sblp-application .sblp-application-container {
  max-width: 1170px;
}
#core section.sblp-application .sblp-application-title {
  margin-bottom: 3rem;
  text-align: left;
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  #core section.sblp-application .sblp-application-title {
    text-align: center;
  }
}

section.sblp-application .sblp-application-advantages {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
section.sblp-application .sblp-application-advantages li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.sblp-application .sblp-application-advantages .sblp-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
}
section.sblp-application .sblp-application-advantages .sblp-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
section.sblp-application .sblp-application-advantages .sblp-icon svg path {
  fill: #5ca785;
}
section.sblp-application .sblp-application-advantages .sblp-application-adv-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
section.sblp-application .sblp-application-gutter {
  padding: 0;
  min-height: 1px;
}
@media (min-width: 992px) {
  section.sblp-application .sblp-application-visual-wrap {
    display: flex;
    flex-direction: column;
  }
}
section.sblp-application .sblp-application-visual-row {
  margin-left: -10px;
  margin-left: -10px;
}
section.sblp-application .sblp-application-visual-row .sblp-application-col {
  padding: 0 10px;
}
@media (min-width: 992px) {
  section.sblp-application .sblp-application-visual-row.sblp-application-row--stretch {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  section.sblp-application .sblp-application-visual-row.sblp-application-row--stretch > [class*=col-] {
    display: flex;
    flex-direction: column;
  }
}
section.sblp-application .sblp-application-ag-pay {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
  border-radius: 2rem;
  color: #fff;
  background: linear-gradient(135deg, #0c1414 0%, #2e4c4a 100%);
  position: relative;
}
@media screen and (min-width: 992px) {
  section.sblp-application .sblp-application-ag-pay {
    margin-left: 3rem;
  }
}
section.sblp-application .sblp-application-ag-desc {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 3rem 2.5rem;
  text-align: center;
  font-weight: 500;
}
section.sblp-application .sblp-application-ag-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.25rem;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  section.sblp-application .sblp-application-ag-logos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    justify-content: flex-start;
    margin: 0;
  }
}
section.sblp-application .sblp-application-ag-pill {
  background-color: #fff;
  color: #000;
  border-radius: 0.8rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
section.sblp-application .sblp-application-ag-logo {
  width: auto;
  height: 2rem;
}
@media screen and (max-width: 992px) {
  section.sblp-application .sblp-application-ag-logo {
    height: 1.5rem;
  }
}
section.sblp-application .sblp-application-ag-figure {
  margin-top: auto;
  text-align: center;
  padding: 0 3.5rem;
}
@media screen and (max-width: 992px) {
  section.sblp-application .sblp-application-ag-figure {
    padding: 0 5rem;
  }
}
section.sblp-application .sblp-application-ag-img {
  width: 100%;
  height: auto;
  float: right;
}
section.sblp-application .sblp-application-side-stack {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}
section.sblp-application .sblp-application-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  section.sblp-application .sblp-application-meta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
}
section.sblp-application .sblp-application-qr {
  padding-bottom: 2rem;
  overflow: hidden;
  border-radius: 2rem;
}
section.sblp-application .sblp-application-qr .sblp-application-qr-dynamic img,
section.sblp-application .sblp-application-qr .sblp-application-qr-dynamic canvas,
section.sblp-application .sblp-application-qr .sblp-qrcode img,
section.sblp-application .sblp-application-qr .sblp-qrcode canvas {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 1.6rem;
}
section.sblp-application .sblp-application-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background: linear-gradient(135deg, #0c1414 0%, #2e4c4a 100%);
  padding: 2rem;
  border-radius: 2rem;
  color: #fff;
  min-height: 20rem;
  width: 100%;
}
section.sblp-application .sblp-application-note .sblp-application-note-score {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
section.sblp-application .sblp-application-note .sblp-application-note-score-val {
  font-size: 3rem;
  font-weight: 700;
}
section.sblp-application .sblp-application-note .sblp-application-note-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
section.sblp-application .sblp-application-note .sblp-application-note-stars svg {
  width: 2rem;
  height: 2rem;
}
section.sblp-application .sblp-application-note .sblp-application-note-stars .sblp-application-star-full svg path {
  fill: #fff;
}
section.sblp-application .sblp-application-note .sblp-application-note-eval {
  font-size: 1.2rem;
}
section.sblp-application .sblp-application-note .sblp-application-note-score-max {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
section.sblp-application .sblp-application-note .sblp-application-note-dispo {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
section.sblp-application .sblp-application-note .sblp-application-stores {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
section.sblp-application .sblp-application-note .sblp-application-stores img {
  height: 2.7rem;
  width: auto;
}

section.sblp-etapes {
  margin-bottom: 8rem;
}
section.sblp-etapes .sblp-etapes-container {
  max-width: 1170px;
}
section.sblp-etapes .sblp-etapes-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
section.sblp-etapes .sblp-etapes-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
section.sblp-etapes .sblp-etapes-meta .sblp-etapes-badge-desc {
  margin-bottom: 0;
}
section.sblp-etapes .sblp-etapes-grid {
  display: flex;
  flex-wrap: wrap;
}
section.sblp-etapes .sblp-etapes-grid .sblp-etapes-col {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  flex: 1 1 auto;
}
section.sblp-etapes .sblp-etapes-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border: 1px solid #e3e4f0;
  border-radius: 1.6rem;
  padding: 3rem;
  height: 100%;
  min-height: 0;
}
#core section.sblp-etapes .sblp-etapes-card .sblp-etapes-card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  margin-top: 0;
}

section.sblp-etapes .sblp-etapes-card .sblp-etapes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.sblp-etapes .sblp-etapes-card .sblp-etapes-list li {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
section.sblp-etapes .sblp-etapes-card .sblp-etapes-list li svg {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
section.sblp-etapes .sblp-etapes-card .sblp-etapes-list li svg path {
  fill: #000;
}
section.sblp-etapes .sblp-etapes-card .sblp-etapes-list li .sblp-etapes-item-text {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  section.sblp-etapes .sblp-etapes-card {
    flex-direction: row;
  }
  section.sblp-etapes .sblp-etapes-card .sblp-etapes-card-title {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    margin-bottom: 0 !important;
  }
  section.sblp-etapes .sblp-etapes-card .sblp-etapes-card-title .sblp-etapes-step-num {
    font-size: 6rem;
    font-weight: 600;
  }
}

section.sblp-faq {
  margin-bottom: 8rem;
}
section.sblp-faq .sblp-faq-container {
  max-width: 1170px;
}
section.sblp-faq .sblp-faq-header {
  margin-bottom: 5rem;
}
#core section.sblp-faq .sblp-faq-accordion .panel {
  background-color: #eff7f3;
  border-radius: 1.6rem;
  padding: 0;
  margin-bottom: 1rem;
  box-shadow: none;
  border: none !important;
}
#core section.sblp-faq .sblp-faq-accordion .panel .sblp-faq-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding: 1.8rem;
}
#core section.sblp-faq .sblp-faq-accordion .panel .sblp-faq-toggle .sblp-faq-question {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}
#core section.sblp-faq .sblp-faq-accordion .panel .sblp-faq-toggle .sblp-faq-question .sblp-faq-question-tail {
  white-space: nowrap;
}
#core section.sblp-faq .sblp-faq-accordion .panel .sblp-faq-toggle.collapsed .sblp-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
#core section.sblp-faq .sblp-faq-accordion .panel .sblp-faq-toggle .sblp-arrow {
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.3s;
}
#core section.sblp-faq .sblp-faq-accordion .panel .sblp-faq-toggle .sblp-arrow svg {
  width: 1.8rem;
  height: 1.8rem;
}
#core section.sblp-faq .sblp-faq-accordion .panel .sblp-faq-toggle .sblp-arrow svg path {
  stroke: #000;
}
#core section.sblp-faq .sblp-faq-accordion .panel .sblp-faq-body {
  border: none !important;
  padding: 0 2rem 2rem 2rem;
}
#core section.sblp-faq .sblp-faq-accordion .panel p {
  color: #000;
}
#core section.sblp-faq .sblp-faq-accordion .panel ul {
  margin: 1em 0;
  padding-left: 2em;
  list-style-type: disc;
}
#core section.sblp-faq .sblp-faq-accordion .panel ul li {
  margin: 0;
  padding: 0;
  padding-left: 0;
  position: relative;
  border: none;
}
#core section.sblp-faq .sblp-faq-accordion .panel ul li::marker, #core section.sblp-faq .sblp-faq-accordion .panel ul li::before {
  color: #000;
}
#core section.sblp-faq .sblp-faq-accordion .panel ul li:last-child {
  margin-bottom: 0;
}

aside.sblp-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1c312f;
  padding: 1.3rem;
  z-index: 1000;
  color: #fff;
}
@media screen and (min-width: 992px) {
  aside.sblp-sticky-bar {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  aside.sblp-sticky-bar.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
aside.sblp-sticky-bar .sblp-sticky-bar-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
aside.sblp-sticky-bar .sblp-sticky-bar-inner .sblp-sticky-bar-title {
  margin-bottom: 0;
  font-weight: 600;
}
aside.sblp-sticky-bar .sblp-sticky-bar-inner .sblp-sticky-bar-desc {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .sblp-sticky-bar-action-mobile {
    width: 100%;
    padding: 0 5rem;
    position: fixed;
    bottom: 2rem;
    left: 0;
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .sblp-sticky-bar-action-mobile.active {
    display: block;
    opacity: 1;
  }
  .sblp-sticky-bar-action-mobile .sblp-sticky-bar-cta-mobile {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    border-radius: 3rem;
    max-width: 54rem;
    margin: auto;
    width: 100%;
  }
}

/**Utils**/
body.page-template-sb-lps {
  background-color: #131b19;
}
body.page-template-sb-lps #core {
  background-color: #fff;
}
body.page-template-sb-lps #fab-mobile {
  display: none;
}
