.elementor-2044 .elementor-element.elementor-element-b9dedd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2044 .elementor-element.elementor-element-3581dbc > .elementor-widget-container{margin:-32px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2044 .elementor-element.elementor-element-3581dbc > .elementor-widget-container{margin:-78px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-2044 .elementor-element.elementor-element-3581dbc > .elementor-widget-container{margin:-78px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS */<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Enregistrement confirmé — Chloé Ridel</title>
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=Montserrat:ital,wght@1,300&display=swap" rel="stylesheet">
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --rose: #C8385A;
      --rose-dk: #A02244;
      --rose-lt: #F9ECF0;
      --gris: #444;
      --gris-lt: #F5F4F2;
      --blanc: #FFFFFF;
      --serif: 'Playfair Display', Georgia, serif;
      --sans: 'DM Sans', Helvetica, sans-serif;
      --max: 1100px;
    }

    body { font-family: var(--sans); color: var(--gris); background: var(--blanc); }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      background: var(--rose-dk); height: 60px;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 48px;
    }
    .nav-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--blanc); text-decoration: none; letter-spacing: 0.01em; }
    .nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
    .nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
    .nav-links a:hover { color: var(--blanc); }
    .nav-cta { background: var(--blanc); color: var(--rose-dk) !important; padding: 8px 20px; font-weight: 700 !important; transition: opacity 0.2s !important; }
    .nav-cta:hover { opacity: 0.85; }
    @media (max-width: 768px) {
      nav { padding: 0 24px; }
      .nav-links { display: none; }
    }

    /* HERO CONFIRMATION */
    .confirm-hero {
      margin-top: 60px;
      background: var(--rose-dk);
      min-height: 60vh;
      display: flex; align-items: center; justify-content: center;
      text-align: center;
      padding: 80px 24px;
      position: relative;
      overflow: hidden;
    }
    .confirm-hero::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at center, rgba(200,56,90,0.3) 0%, transparent 70%);
      pointer-events: none;
    }
    .confirm-icon {
      width: 72px; height: 72px;
      border: 2px solid rgba(255,255,255,0.4);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 32px;
      font-size: 1.8rem;
      color: #4CAF50;
    }
    .confirm-hero-inner { position: relative; z-index: 1; max-width: 560px; }
    .confirm-eyebrow {
      font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em;
      text-transform: uppercase; color: rgba(255,255,255,0.55);
      margin-bottom: 20px;
    }
    .confirm-hero h1 {
      font-family: var(--serif);
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 900; line-height: 1.15;
      color: var(--blanc);
      margin-bottom: 24px;
    }
    .confirm-hero p {
      font-family: 'Montserrat', sans-serif;
      font-style: italic;
      font-size: 1.35rem; font-weight: 300;
      color: rgba(255,255,255,0.8);
      line-height: 1.8;
      margin-bottom: 40px;
    }
    .confirm-btn {
      display: inline-block;
      background: var(--blanc);
      color: var(--rose-dk);
      text-decoration: none;
      font-size: 0.75rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      padding: 14px 32px;
      transition: opacity 0.2s;
    }
    .confirm-btn:hover { opacity: 0.88; }

    /* SECTION "PENDANT CE TEMPS" */
    .confirm-next {
      background: var(--gris-lt);
      padding: 80px 48px;
    }
    .confirm-next-inner {
      max-width: var(--max); margin: 0 auto;
    }
    .section-label {
      display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
    }
    .section-label-bar { width: 28px; height: 2px; background: var(--rose); }
    .section-label span { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rose); }
    .section-title {
      font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 700; color: #111; margin-bottom: 48px;
    }

    .confirm-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
    .confirm-card {
      background: var(--blanc);
      border-left: 4px solid var(--rose);
      padding: 28px 24px;
      text-decoration: none;
      display: flex; flex-direction: column; gap: 10px;
      transition: background 0.2s, border-color 0.2s;
    }
    .confirm-card:hover { background: var(--rose-lt); border-color: var(--rose-dk); }
    .confirm-card-label {
      font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--rose);
    }
    .confirm-card-title {
      font-family: var(--serif); font-size: 1rem;
      font-weight: 700; color: #111; line-height: 1.35;
    }
    .confirm-card-arrow { font-size: 0.9rem; color: var(--rose); margin-top: 8px; }

    /* SOCIALS */
    .confirm-social {
      background: var(--blanc);
      padding: 64px 48px;
      text-align: center;
    }
    .confirm-social-inner { max-width: 560px; margin: 0 auto; }
    .confirm-social h2 {
      font-family: var(--serif); font-size: 1.5rem;
      font-weight: 700; color: #111; margin-bottom: 12px;
    }
    .confirm-social p {
      font-size: 0.9rem; color: #888; margin-bottom: 32px; line-height: 1.6;
    }
    .social-bubbles { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
    .social-bubble {
      width: 36px; height: 36px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      text-decoration: none; font-size: 0.8rem;
      transition: transform 0.2s, opacity 0.2s;
    }
    .social-bubble:hover { transform: translateY(-3px); opacity: 0.85; }
    .sb-instagram { background: #E1306C; color: #fff; }
    .sb-facebook  { background: #1877F2; color: #fff; }
    .sb-youtube   { background: #FF0000; color: #fff; }
    .sb-x         { background: #000; color: #fff; }
    .sb-tiktok    { background: #010101; color: #fff; }
    .sb-linkedin  { background: #0A66C2; color: #fff; }
    .sb-threads   { background: #000; color: #fff; }
    .sb-bluesky   { background: #0085FF; color: #fff; }

    /* FOOTER */
    footer { background: var(--rose-dk); padding: 64px 48px 32px; }
    .footer-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .footer-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; color: var(--blanc); margin-bottom: 10px; }
    .footer-sub { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.7; }
    .footer-col h4 { font-size: 0.64rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 14px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
    .footer-col ul a:hover { color: var(--blanc); }
    .footer-bottom { max-width: var(--max); margin: 22px auto 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
    .footer-bottom small { font-size: 0.68rem; color: rgba(255,255,255,0.3); }
    .footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.68rem; transition: color 0.2s; }
    .footer-bottom a:hover { color: var(--blanc); }

    @media (max-width: 768px) {
      .confirm-cards { grid-template-columns: 1fr; }
      .confirm-next { padding: 56px 24px; }
      .confirm-social { padding: 48px 24px; }
      .footer-inner { grid-template-columns: 1fr; gap: 32px; }
      footer { padding: 48px 24px 28px; }
    }
    @media (max-width: 900px) {
      .confirm-cards { grid-template-columns: 1fr 1fr; }
    }
  </style>
</head>
<body>

<!-- NAV -->
<nav>
  <a href="https://chloe-ridel.fr/" class="nav-logo">Chloé Ridel</a>
  <ul class="nav-links">
    <li><a href="https://chloe-ridel.fr/biographie/">Mon histoire</a></li>
    <li><a href="https://chloe-ridel.fr/#combats">Mes combats</a></li>
    <li><a href="https://chloe-ridel.fr/publications-et-articles/">Publications</a></li>
    <li><a href="https://chloe-ridel.fr/en-video-chloe-ridel/">En vidéo</a></li>
    <li><a href="https://chloe-ridel.fr/inscription-newsletter/" class="nav-cta">Newsletter</a></li>
  </ul>
</nav>

<!-- HERO -->
<section class="confirm-hero">
  <div class="confirm-hero-inner">
    <div class="confirm-icon">✓</div>
    <h1>Enregistrement confirmé</h1>
    <p>Veuillez vérifier vos emails, pensez à vérifier vos indésirables.</p>
    <a href="https://chloe-ridel.fr/" class="confirm-btn">Retour au site</a>
  </div>
</section>

<!-- PENDANT CE TEMPS -->
<section class="confirm-next">
  <div class="confirm-next-inner">
    <div class="section-label"><div class="section-label-bar"></div><span>En attendant le prochain numéro</span></div>
    <h2 class="section-title">Lire les dernières newsletters</h2>
    <div class="confirm-cards">

      <a href="https://chloe-ridel.fr/le-ver-est-dans-le-fruit-au-parlement-europeen/" class="confirm-card">
        <div class="confirm-card-label">25 février 2026</div>
        <div class="confirm-card-title">Le ver est dans le fruit au Parlement européen</div>
        <div class="confirm-card-arrow">→</div>
      </a>

      <a href="https://chloe-ridel.fr/pour-une-europe-libre/" class="confirm-card">
        <div class="confirm-card-label">19 janvier 2026</div>
        <div class="confirm-card-title">Pour une Europe libre</div>
        <div class="confirm-card-arrow">→</div>
      </a>

      <a href="https://chloe-ridel.fr/accord-mercosur-nous-saisissons-la-justice/" class="confirm-card">
        <div class="confirm-card-label">15 novembre 2025</div>
        <div class="confirm-card-title">Accord EU-Mercosur : nous saisissons la justice !</div>
        <div class="confirm-card-arrow">→</div>
      </a>

      <a href="https://chloe-ridel.fr/la-newsletter/" class="confirm-card">
        <div class="confirm-card-label">Archives</div>
        <div class="confirm-card-title">Toutes les newsletters</div>
        <div class="confirm-card-arrow">→</div>
      </a>

    </div>
  </div>
</section>

<!-- RESEAUX SOCIAUX -->
<section class="confirm-social">
  <div class="confirm-social-inner">
    <h2>Sur les réseaux sociaux</h2>
    <div class="social-bubbles" style="margin-top:28px;">
      <a href="https://www.instagram.com/chloridel/" class="social-bubble sb-instagram" title="Instagram">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>
      </a>
      <a href="https://www.facebook.com/Ridel.chloe/" class="social-bubble sb-facebook" title="Facebook">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg>
      </a>
      <a href="https://www.youtube.com/@ChloeRidel" class="social-bubble sb-youtube" title="YouTube">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z"/></svg>
      </a>
      <a href="https://x.com/ChloeRidel" class="social-bubble sb-x" title="X">
        <svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
      </a>
      <a href="https://www.tiktok.com/@chloeridel" class="social-bubble sb-tiktok" title="TikTok">
        <svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-2.88 2.5 2.89 2.89 0 01-2.89-2.89 2.89 2.89 0 012.89-2.89c.28 0 .54.04.79.1V9.01a6.33 6.33 0 00-.79-.05 6.34 6.34 0 00-6.34 6.34 6.34 6.34 0 006.34 6.34 6.34 6.34 0 006.33-6.34V8.69a8.26 8.26 0 004.84 1.56V6.79a4.85 4.85 0 01-1.07-.1z"/></svg>
      </a>
      <a href="https://www.linkedin.com/in/chloe-ridel/" class="social-bubble sb-linkedin" title="LinkedIn">
        <svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
      </a>
      <a href="https://www.threads.net/@chloridel" class="social-bubble sb-threads" title="Threads">
        <svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12.186 24h-.007c-3.581-.024-6.334-1.205-8.184-3.509C2.35 18.44 1.5 15.586 1.5 12.068c0-3.516.85-6.37 2.495-8.423C5.845 1.241 8.6.06 12.18.036h.014c2.746.018 5.143.702 7.128 2.031 1.92 1.283 3.315 3.082 4.148 5.347l-2.818.99c-.66-1.739-1.707-3.097-3.106-4.036-1.453-.972-3.235-1.466-5.297-1.479-2.788.019-4.923.906-6.347 2.638C4.523 7.086 3.75 9.451 3.75 12.068c0 2.618.773 4.982 2.152 6.541 1.424 1.732 3.559 2.619 6.347 2.638 2.017-.014 3.73-.45 5.091-1.297 1.503-.93 2.398-2.265 2.661-3.972H12.18v-2.737h10.458c.127.737.193 1.486.193 2.248 0 3.109-1.08 5.597-3.211 7.394C17.59 23.382 15.104 24 12.186 24z"/></svg>
      </a>
      <a href="https://bsky.app/profile/chloeridel.bsky.social" class="social-bubble sb-bluesky" title="Bluesky">
        <svg width="20" height="18" viewBox="0 0 24 21" fill="currentColor"><path d="M12 1.5C8.5 1.5 5.5 4 3.5 7.5 1.5 11 1 14.5 1 16.5c0 2 1 3.5 3 3.5 1.5 0 3-1 4-3 .5-1 1-1.5 4-1.5s3.5.5 4 1.5c1 2 2.5 3 4 3 2 0 3-1.5 3-3.5 0-2-.5-5.5-2.5-9C18.5 4 15.5 1.5 12 1.5z"/></svg>
      </a>
    </div>
  </div>
</section>
<footer>
  <div class="footer-inner">
    <div>
      <div class="footer-logo">Chloé Ridel</div>
      <p class="footer-sub">Députée européenne<br>Groupe S&amp;D - Parti Socialiste<br>Parlement européen, Bruxelles</p>
    </div>
    <div class="footer-col">
      <h4>Navigation</h4>
      <ul>
        <li><a href="https://chloe-ridel.fr/biographie/">Mon histoire</a></li>
        <li><a href="https://chloe-ridel.fr/stop-a-la-corruption-en-europe/">Mes combats</a></li>
        <li><a href="https://chloe-ridel.fr/publications-et-articles/">Publications</a></li>
        <li><a href="https://chloe-ridel.fr/en-video-chloe-ridel/">En vidéo</a></li>
        <li><a href="https://chloe-ridel.fr/inscription-newsletter/">Newsletter</a></li>
      </ul>
    </div>
  </div>
  <div class="footer-bottom">
    <small>&copy; 2025 Chloé Ridel - Tous droits réservés</small>
    <a href="https://chloe-ridel.fr/politique-de-confidentialite/">Mentions légales</a>
  </div>
</footer>

</body>
</html>/* End custom CSS */