html, body {
  /*width: 100%;
  height: 100%;*/
  margin: 0;
  padding: 0;
 /* overflow-x: hidden;*/ /* empêche le débordement horizontal */
}

*, *::before, *::after {
  box-sizing: border-box;
}

a{
  text-decoration: none !important;
}

a.card-link{
  color: #fff !important;
  font-weight: bold;
}

.offer-card > button {
  width: 80% !important;
}

.btn-abo{
  /*background-color: #CC3333 !important;*/
  color: #ff3c3c !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 30px 30px;
  border-radius: 5px;
  border: 1px solid #ff3c3c !important;
}

.icon-button-arrow:before {
    content: "\e909";
}

.wrap{
    max-width:var(--max-width);
    margin:0 auto;
    text-align:center;
  }

  .title{
    font-weight:500;
    color:var(--muted);
    margin-bottom:48px;
    font-size:1.125rem;
  }

  /* Grid for the three stats */
  /*.stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    align-items:start;
  }*/

  .stat{
    padding: 16px 8px;
  }

  .big{
    font-weight:800;
    font-size:6.5rem; /* large size like the image */
    line-height:1;
    letter-spacing: -0.02em;
    margin:0 0 12px;
    color:var(--accent);
    font-feature-settings: "tnum";
  }

   :root{
    --bg: #ffffff;
    --text: #222222;
    --muted: #6b6b6b;
    --accent: #000000;
    --max-width: 1200px;
  }

  /* smaller superscript for % or cents */
  .big .sup{
    font-size:0.32em;
    vertical-align: super;
    margin-left:0.12em;
    font-weight:700;
  }

  .caption{
    font-size:0.95rem;
    color:var(--muted);
    line-height:1.45;
    margin:0;
  }

.btn-abo > a{
  color: #ff3c3c;
}


.btn-abo > a:hover{
  color: #fff;
}


.btn:hover{
  background-color: #CC3333 !important;
  color: #fff !important;
  /*border: 1px solid #f7ff3c !important;*/
}

.h-card{
  height: 520px !important;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  height: 600px;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide {
  width: 100%;
  height: 600px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
  background: #333;
  position: relative;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  border-radius: 10px;
  text-align: center;

}

.bg-dark{
  background-color: #333333 !important;
  color: white;
  margin:  0;
  padding: 0;
}

.red-header{
  background-color: #CC3333 ;
  color: #f7ff3c !important;
  font-size: 26px !important;
  padding: 0;
  margin: 0;
}

.choice{
 /*background: #333333 !important; */
}

.green-header{
  background-color: #33CC33 ;
  color: #f7ff3c !important;
  font-size: 26px !important;
  padding: 0;
  margin: 0;
}

.slide img {
  width: 100%; height: 100%; object-fit: cover;
}
.prev, .next {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white; border: none; padding: 10px;
  cursor: pointer;
}
.prev { left: 10px; }
.next { right: 10px; }
.indicators {
  position: absolute;
  bottom: 10px;
  left: 50%; transform: translateX(-50%);
  display: flex;
}
.indicator {
  width: 12px; height: 12px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.indicator.active {
  background: rgba(255,255,255,1);
}
.caption {
  bottom: 60px; left: 20px;
  /*text-shadow: 1px 1px 3px rgba(0,0,0,0.7);*/
  font-size: 1rem;
}

/* Navbar principale */
.custom-navbar {
  background-color: #fff;
  border-bottom: 2px solid #006b99; /* Bleu vif */
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  padding: 1rem 0;
}

/* Liens du menu */
.custom-navbar .nav-link {
  color: #333;
  font-weight: 500;
  position: relative;
  padding: .5rem 1rem;
  transition: color .3s;
}
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
  color: #006b99;
}
.custom-navbar .nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #006b99;
  transition: width .3s, left .3s;
}
.custom-navbar .nav-link:hover::after,
.custom-navbar .nav-link.active::after {
  width: 60%;
  left: 20%;
}

/* Toggler */
.custom-navbar .navbar-toggler {
  border: none;
}
.custom-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;..."); /* Bootstrap default */
}
.features {
    padding: 50px 20px;
    text-align: center;
}

.features h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

.feature-item {
    margin: 20px auto;
    max-width: 600px;
}

.feature-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 1em;
}

.container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

/* Style des cartes */
.card {
    background-color: #b22222 !important; /* Rouge profond similaire à l'image */
    color: #ffffff !important; /* Texte blanc */
    width: 350px;
    height: 250px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style des icônes */
.card i {
    font-size: 2em;
    margin-bottom: 10px;
}

/* Style des titres */
.card h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* Style du texte */
.card p {
    font-size: 0.9em;
    line-height: 1.4;
    color: #ffffff;
}

.card-text{
  font-size: 1em;
  line-height: 1.4;
  margin-top: 10px;
  background-color: #333333 !important;
  color:#fff !important;
  padding: 10px;
  height: 60px;
}

.card-title {
    font-size: 26px !important;
    padding: 20px;
    color: #f7ff3c !important; /* Jaune vif */
}

/* Style de la section texte */
.text-section {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.text-section h1 {
    font-size: 2.5em;
    color: #b22222; /* Rouge semblable à l'image */
    margin-bottom: 15px;
}

.text-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.text-section strong {
    color: #b22222;
}

.pricing-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.container-description{
  border:1px solid #eee;
  border-top: 0;
  padding-bottom: 1%;
}

.container-description button{
  margin-bottom: 2%;
}

.offer-card {
 /* border: 1px solid #ccc;*/
  text-align: center;
  /*width: 20%;*/
  border-bottom: 0;
  padding: 2% !important;
  /*margin: 4%;*/
}
.discovery h2 { 
  background-color: #CC3333 !important;
  color: #f7ff3c !important; 
  /*font-size: 16px !important;*/
  font-weight: 300 !important;
}
.card-green{
  background-color: #33CC33 !important;
  color: #f7ff3c !important;
  font-weight: 300 !important;
}
.trimestrial h2 { background-color: #ff0000; color: white; }
.semestrial h2 { background-color: #98bb56 !important; color: black; }
.annual h2 { background-color: #ff0000; color: white; }
.price { 
  font-size: 45px; 
  color: #CC3333 !important; 
  background-color: #333333  !important;
  font-family: Oswald,arial,sans-serif!important;
  font-weight: 100 !important;
}
.savings { 
  color: red;
  font-weight: bold; 
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  font-family: arial;
  text-transform: uppercase;
  padding: 20px;
}
button { background-color: #000; color: white; padding: 10px 20px; border: none; cursor: pointer; }

.link-faq{
    color: #d32f2f;
    font-size: 50px;
    text-decoration: none;
}

 .faq-section {
  max-width: 650px;
}
.faq-section h1 {
    font-size: 60px;
    color: #000;
}
.faq-section a {
    font-size: 20px;
    text-decoration: none;
}
.faq-section p {
    margin-top: 20px;
    color: #333;
    line-height: 32px;
}

.testimonial-scroll {
  padding: 40px 20px;
  background-color: #f9f9f9;
  align-items: center;
  width: 200px;
  margin: 0 auto;
  overflow-x: hidden;
}
.testimonial-scroll h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #007bff;
}

.scroll-container {
  /*overflow-x: auto;
  overflow-y: hidden;*/
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
  justify-content: center;
}

.testimonial {
  width: 33%;
  background: #fff;
  border-left: 4px solid #ff0000;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-style: italic;
  white-space: normal;
  display: inline-block;
}
.testimonial span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #555;
}


.subscription-section {
  padding: 5%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
h2 {
  color: #333;
  margin-top: 20px;
}
p {
  color: #555;
  line-height: 1.6;
  font-size: 18px;
}
strong {
  color: #000;
}

/* Hide scrollbar (optional) */
.scroll-container::-webkit-scrollbar {
  display: none;
}
.scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body { 
  padding-left: 2rem; 
  padding-right: 2rem; 
}
table { font-size: 0.9rem; }
    .offers {
      display: flex;
      gap: 20px;
      justify-content: space-around;
      flex-wrap: wrap;
    }

    .offer {
      border: 1px solid #ccc;
      padding: 20px;
      text-align: center;
      width: 220px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .offer h3 {
      margin-bottom: 10px;
    }

    .offer p.price {
      font-size: 2em;
      margin: 10px 0;
      color: red !important;
    }

    .btn {
      background-color: #000;
      color: #fff;
      padding: 10px;
      text-decoration: none;
      display: inline-block;
      margin-top: 10px;
    }

    section {
      margin-top: 60px;
    }
.login-section {
      max-width: 400px;
      margin: 50px auto;
      padding: 20px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
  }
  .login-section h2 {
      color: #d32f2f;
      text-align: center;
  }

  .carousel {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .slides-bis {
    transition: transform 0.6s ease-in-out;
  }

  .slide-bis {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0.5;
    transform: scale(0.9);
    transition: opacity 0.5s, transform 0.5s;
    text-align: center;
  }

  .slide-bis.active {
    opacity: 1;
    transform: scale(1);
    background-color: #d32f2f;
    color: #fff !important;
  }

   .slide-bis.active > p{
    color: #fff !important;
  }

  .quote {
    background: #d32f2f;
    color: #fff;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    text-align: left;
    margin-bottom: 12px;
  }

  .quote::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #d32f2f;
  }

  .testimonial-scrolll{
    overflow-x: hidden;
  }

  .quote-mark {
    font-size: 2rem;
    font-weight: bold;
    opacity: 0.2;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
  }

  .stars {
    margin-top: 12px;
    color: #fff;
    font-size: 1.1rem;
  }

  .name {
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 8px;
  }

  /* Boutons de navigation */
  .controls {
    text-align: center;
    margin-top: 16px;
  }
  .dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }
  .dot.active {
    background-color: #d32f2f;
  }

li a{
  list-style-type: none;
  padding: 5px;
  font-size: 16px;
  color: #000 !important;
}

li a:hover{
  background-color: #d32f2f !important;
  text-decoration: underline;
  color: #fff !important; 
}

.archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px;
}

.card img {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 15px;
}

.article {
  padding: 20px;
  max-width: 800px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.article img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.article-content {
  padding: 20px;
}

.container-offer{
  width: 80%;
}

#af-form-296755696 .buttonContainer input.submit {
    padding: 4px 12px !important;
    border-radius: 0px !important;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    background-image: url(https://forms.aweber.com/images/auto/gradient/button/c00.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #ac0000;
    border: 1px solid #ac0000;
}


 /* Pop-up Overlay */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(5px);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Pop-up Container */
        .popup-container {
            background: white;
            border-radius: 20px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            max-width: 480px;
            width: 100%;
            overflow: hidden;
            position: relative;
            transform: scale(0.8) translateY(50px);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .popup-overlay.active .popup-container {
           /* transform: scale(1) translateY(0);*/
        }

        /* Close Button */
        .close-btn {
            position: absolute;
            top: 8px;
            right: 10px;
            background: none;
            border: none;
            font-size: 40px;
            color: #fff;
            cursor: pointer;
            z-index: 1001;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .close-btn:hover {
            background: rgba(255, 0, 0, 0.1);
            color: #ff0000;
            transform: rotate(90deg);
        }

        /* Header with Gradient */
        .popup-header {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            padding: 40px 30px 30px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .popup-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
            animation: float 20s infinite linear;
        }

        @keyframes float {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .popup-header h2 {
            font-size: 24px;
            margin-bottom: 10px;
            font-weight: bold;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            position: relative;
            z-index: 1;
        }

        .popup-header .subtitle {
            font-size: 16px;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        /* Form Container */
        .form-container {
            padding: 40px 30px;
            background: white;
        }

        .af-form {
            width: 100%;
        }

        /* Form Elements */
        .af-element {
            margin-bottom: 25px;
        }

        .previewLabel {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
            color: #333;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .af-textWrap {
            position: relative;
        }

        .text, input[type="email"] {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #e1e8ed;
            border-radius: 12px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .text:focus, input[type="email"]:focus {
            outline: none;
            border-color: #ff6b6b;
            background: white;
            box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
            transform: translateY(-2px);
        }

        /* Checkbox Styling */
        .af-element-checkbox {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
            border-left: 4px solid #ff6b6b;
        }

        .af-checkWrap {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        input[type="checkbox"] {
            width: 20px;
            height: 20px;
            accent-color: #ff6b6b;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .choice {
            font-size: 13px;
            line-height: 1.5;
            color: #555;
            flex: 1;
        }

        /* Submit Button */
        .buttonContainer {
            text-align: center;
            margin-top: 35px;
        }

        .submit {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            border: none;
            padding: 18px 40px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
            position: relative;
            overflow: hidden;
        }

        .submit::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s;
        }

        .submit:hover::before {
            left: 100%;
        }

        .submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
        }

        .submit:active {
            transform: translateY(-1px);
        }

        footer p{
          text-align: justify !important;
          padding: 10px !important;

        }
        footer div.container{
          width: 100% !important;
        }

        /* Footer */
        .af-footer {
            background: #f8f9fa;
            text-align: center;
            border-top: 1px solid #e1e8ed;
        }

        .af-footer a {
            color: #ff6b6b;
            text-decoration: none;
        }

        .af-footer a:hover {
            text-decoration: underline;
        }

        /* Demo Trigger Button */
        .trigger-btn {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 16px;
            border-radius: 12px;
            cursor: pointer;
            margin: 20px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
        }

        .trigger-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
        }

        /* Responsive */
        @media (max-width: 600px) {
            .popup-container {
                width: 100%;
            }
            
            .popup-header {
                padding: 30px 20px 20px;
            }
            
            .form-container {
                padding: 30px 20px;
            }
            
            .popup-header h2 {
                font-size: 20px;
            }

            .slide-text{
              font-size: 1.5rem;
            }

           .slider-container{
              height: 300px;
           }

           .slide{
              height: 300px;
           }

           .slide-text{
              font-size: 1.5rem;
              width: 100%;           }

          .img-container{
              background-position-y:0 !important;
          }    

           .img-souscrire{
              height: 170px !important;
           }
        }

        /* Loading Animation */
        .loading {
            opacity: 0.7;
            pointer-events: none;
        }

        .loading .submit {
            background: #ccc;
        }

        .loading .submit::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            height: 20px;
            margin: -10px 0 0 -10px;
            border: 2px solid #fff;
            border-top: 2px solid transparent;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

    
/* Réactivité pour petits écrans */
@media (max-width: 768px) {
    .card {
        width: 100%;
        max-width: 200px;
        margin: 10px auto;
    }
    .testimonial {
      width: 100%;
    }

    .img-ebook{
      display: none !important;
    }
}