
img{
    
max-width: 100%
    
}
/* Reset pour layout advertorial — pas de thème Shopify */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f6f6f6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

/* Cache tout résidu du thème Shopify */
.shopify-section-group-header-group,
.shopify-section-group-footer-group,
header,
footer,
.announcement-bar,
#shopify-section-header,
#shopify-section-footer {
  display: none !important;
}

/* ========================================
     ADVERTORIAL CSS — Même base que advertorial-content
     + Grid sidebar
     ======================================== */

/* Label "Advertorial" en haut — identique */
.adv-label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #a3a3a3;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

/* ===== GRID LAYOUT ===== */
.adv-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: start;
}

/* Container blanc principal — basé sur .adv-main */
.adv-grid .adv-content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.15);
  order: 1;
}

/* ===== TYPOGRAPHIE — identique à advertorial-content ===== */

/* SEULE DIFFÉRENCE : h1 aligné à gauche */
.adv-grid .adv-content h1 {
  font-family: "Lato", sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 130%;
  color: #000000;
  padding: 10px 0;
  margin: 0 0 10px 0;
  text-align: left;
}

.adv-grid .adv-content h2 {
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 130%;
  color: #000000;
  padding: 10px 0;
  margin: 15px 0 10px 0;
  text-align: left;
}

.adv-grid .adv-content h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #000000;
  padding: 10px 0;
  margin: 15px 0 10px 0;
}

.adv-grid .adv-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #071f2f;
  padding: 10px 0;
  margin: 0;
}

/* Listes standard (bullets) — même typo que les <p> */
.adv-grid .adv-content ul:not(.list-check):not(.list-cross) {
  list-style: disc;
  padding-left: 1.5em;
  margin: 10px 0;
}

.adv-grid .adv-content ul:not(.list-check):not(.list-cross) li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #071f2f;
  padding: 5px 0;
}

.adv-grid .adv-content img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 10px;
}

.adv-grid .adv-content strong {
  font-weight: 700;
}

/* Sous-titre surligné jaune */
.adv-grid .adv-content .subtitle-highlight {
  background-color: #fff4d3;
  padding: 15px !important;
  text-align: center;
}

/* Listes avec croix */
.adv-grid .adv-content .list-cross {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}

.adv-grid .adv-content .list-cross li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #071f2f;
  padding: 8px 0 8px 30px;
  position: relative;
}

.adv-grid .adv-content .list-cross li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #e74c3c;
  font-weight: bold;
}

/* Listes avec flèches */
.adv-grid .adv-content .list-check {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}

.adv-grid .adv-content .list-check li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #071f2f;
  padding: 8px 0 8px 30px;
  position: relative;
}

.adv-grid .adv-content .list-check li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #071f2f;
  font-weight: bold;
}

/* Images demi et petit format */
.adv-grid .adv-content .img-half {
  width: 50% !important;
  height: auto;
  display: block;
  margin: 15px auto 10px auto;
}

.adv-grid .adv-content .img-small {
  width: 30% !important;
  height: auto;
  display: block;
  margin: 15px auto 10px auto;
}

/* Tableau des phases */
.adv-grid .adv-content .phase-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.adv-grid .adv-content .phase-table th,
.adv-grid .adv-content .phase-table td {
  border: 1px solid #dddddd;
  padding: 12px 15px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #071f2f;
  line-height: 1.5;
}

.adv-grid .adv-content .phase-table th {
  background-color: #f5f5f5;
  font-weight: 700;
}

.adv-grid .adv-content .phase-table tr:nth-child(even) {
  background-color: #fafafa;
}

/* Témoignages */
.adv-grid .adv-content .testimonial {
  display: flex;
  gap: 20px;
  margin: 25px 0;
  align-items: flex-start;
}

.adv-grid .adv-content .testimonial-image {
  flex: 0 0 40%;
  max-width: 40%;
}

.adv-grid .adv-content .testimonial-image img {
  width: 100%;
  height: auto;
  margin: 0;
}

.adv-grid .adv-content .testimonial-content {
  flex: 1;
}

.adv-grid .adv-content .testimonial-content p {
  padding: 5px 0;
}

.adv-grid .adv-content .stars {
  color: #f5c518;
  font-size: 20px;
  letter-spacing: 2px;
}

/* Bouton CTA — identique */
.adv-grid .adv-content .cta-button,
.adv-grid .adv-content a.cta-button,
.adv-grid .adv-content a[data-cta] {
  display: block;
  background-color: #00a405;
  color: #ffffff !important;
  text-align: center;
  padding: 20px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 8px;
  margin: 20px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.adv-grid .adv-content .cta-button:hover,
.adv-grid .adv-content a.cta-button:hover,
.adv-grid .adv-content a[data-cta]:hover {
  background-color: #009004;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Blockquote / highlight box */
.adv-grid .adv-content blockquote,
.adv-grid .adv-content .highlight-box {
  background: #f0f4f0;
  border-left: 4px solid #4a7c59;
  padding: 18px 22px;
  margin: 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #071f2f;
  border-radius: 0 3px 3px 0;
}

/* ===== SIDEBAR (droite) ===== */
.adv-grid .adv-sidebar {
  position: sticky;
  top: 20px;
  align-self: start;
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* --- Sidebar: Review cards --- */
.adv-sidebar .sidebar-review {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.15);
}

.adv-sidebar .sidebar-review + .sidebar-review {
  border-top: 1px solid #eee;
}

.adv-sidebar .sidebar-review h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
}

.adv-sidebar .sidebar-review .stars {
  color: #f5c518;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.adv-sidebar .sidebar-review p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #071f2f;
  margin-bottom: 12px;
  font-style: italic;
}

.adv-sidebar .sidebar-review strong {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
}

/* --- Sidebar: Product card --- */
.adv-sidebar .sidebar-product {
  background: #fff;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.adv-sidebar .sidebar-product .product-badge {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.adv-sidebar .sidebar-product img {
  max-width: 100%;
  height: auto;
  margin: 10px 0 15px;
  border-radius: 3px;
}

.adv-sidebar .sidebar-product p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #071f2f;
  margin-bottom: 15px;
}

.adv-sidebar .sidebar-product .sidebar-cta,
.adv-sidebar .sidebar-product a[data-cta] {
  display: block;
  background-color: #00a405;
  color: #fff !important;
  text-align: center;
  padding: 14px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 8px;
  cursor: pointer;
}

.adv-sidebar .sidebar-product .sidebar-cta:hover,
.adv-sidebar .sidebar-product a[data-cta]:hover {
  background-color: #009004;
}

/* ===== DISCLAIMER ===== */
.adv-disclaimer {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #a3a3a3;
  text-align: center;
  padding: 20px;
  max-width: 1200px;
  margin: 50px auto 20px auto;
}

.adv-disclaimer p {
  margin: 0;
  padding: 5px 0;
}

.adv-disclaimer a {
  color: #a3a3a3;
  text-decoration: none;
}

/* ========================================
     RESPONSIVE
     ======================================== */
@media (max-width: 900px) {
  .adv-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .adv-grid .adv-content {
    order: 1;
    border-radius: 0;
    padding: 20px 15px;
  }

  .adv-grid .adv-content h1 {
    font-size: 30px;
    line-height: 140%;
  }

  .adv-grid .adv-content h2 {
    font-size: 32px;
    line-height: 140%;
  }

  .adv-grid .adv-content h3 {
    font-size: 22px;
    line-height: 140%;
  }

  .adv-grid .adv-content p {
    font-size: 17px;
  }

  .adv-grid .adv-content .list-check li,
  .adv-grid .adv-content .list-cross li {
    font-size: 17px;
  }

  .adv-grid .adv-content ul:not(.list-check):not(.list-cross) li {
    font-size: 17px;
  }

  .adv-grid .adv-content .phase-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
  }

  .adv-grid .adv-content .phase-table th,
  .adv-grid .adv-content .phase-table td {
    padding: 8px 10px;
  }

  .adv-grid .adv-content .cta-button,
  .adv-grid .adv-content a.cta-button,
  .adv-grid .adv-content a[data-cta] {
    font-size: 16px;
    padding: 15px 20px;
  }

  .adv-grid .adv-content .testimonial {
    flex-direction: column;
  }

  .adv-grid .adv-content .testimonial-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Sidebar en dessous sur mobile */
  .adv-grid .adv-sidebar {
    order: 2;
    position: static;
    padding: 20px 15px;
  }

  .adv-disclaimer {
    font-size: 12px;
    margin: 50px 15px 20px 15px;
  }
}

.fp-footer {
  background-color: #f6f6f6;
  padding: 30px 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.fp-footer-copy {
  font-size: 13px;
  color: #999;
  margin: 0 0 12px 0;
}

.fp-footer-links {
  font-size: 12px;
  line-height: 1.8;
  color: #888;
}

.fp-footer-links a {
  color: #888;
  text-decoration: none;
}

.fp-footer-links a:hover {
  color: #555;
  text-decoration: underline;
}

.fp-footer-sep {
  margin: 0 4px;
}
.main-content {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 40px 50px;
    max-width: 1000px;
    margin: 30px auto 40px auto;
    box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.15);
}
.main-content h1 {
    font-family: "Lato", sans-serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 130%;
    color: rgba(51, 51, 51, 1);
    padding: 10px 0;
    margin: 0 0 30px 0;
    text-align: center;
}
.main-content p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: rgba(7, 31, 47, 1);
    line-height: 1.6;
    padding: 0;
    margin: 0;
}
.main-content h2 {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    color: rgba(51, 51, 51, 1);
    padding: 0;
    margin: 30px 0 10px 0;
    text-align: left;
}

.main-content ul {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: rgba(7, 31, 47, 1);
    line-height: 1.8;
    margin: 15px 0;
    padding-left: 25px;
}
.main-content ul li {
    margin: 8px 0;
}

.thanks_img {
    max-width: 40px;
    margin: 10px auto;
}
p.thanks-text {
  padding-top: 20px
}
.thanks_label {
  padding: 10px;
}