/*nav*/
.partner-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.partner-logos img {
    max-height: 30px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.btn-create-account {
    border: 1px solid #ccc !important;
    background: #fff  !important;
    color: #000;
    margin-right: 10px;
    padding: 6px 12px;
    white-space: nowrap;
}

.btn-login {
    background-color: #814c98 !important;
    color: #fff !important;
    padding: 6px 12px;
    white-space: nowrap;
}

.btn-login:hover {
    background-color: #6a3f80;
    color: #fff;
}

.navbar {
    padding: 1rem 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    z-index: 1030;
     min-height: 80px;
}

.nav-link {
    color: #000 !important;
    margin-right: 20px;
    font-weight: 600 !important;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    font-size: 1.2em !important;
}


.nav-link:hover {
    color: #814c98;
}

/* Styles pour desktop */
@media (min-width: 993px) {
    .navbar-end {
        display: flex !important;
        align-items: center;
        gap: 1rem;
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
}

/* NAVBAR TOUJOURS RESPONSIVE PAR DÉFAUT JUSQU'À 1200px */
@media (max-width: 1400px) {
    .navbar-end {
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100%;
    }

    .nav-links {
        flex-direction: column !important;
        width: 100%;
        gap: 0 !important;
    }

    .nav-link {
        padding: 0.75rem 1rem !important;
        margin-right: 0 !important;
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
        display: block;
    }

    .nav-link:last-child {
        border-bottom: none;
    }

    .btn-create-account,
    .btn-login {
        margin: 0.5rem 0;
        width: 100%;
        text-align: center;
    }

    .btn-create-account {
        margin-right: 0;
    }

    .navbar-collapse {
        margin-top: 1rem;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 1rem;
    }
}


/* Styles pour mobiles */
@media (max-width: 768px) {
    .partner-logos {
        gap: 8px;
    }

    .partner-logos img {
        max-height: 20px;
    }

    .navbar {
        padding: 0.75rem 0;
    }

    .btn-create-account,
    .btn-login {
        width: 100%;
        margin: 0.5rem 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .partner-logos {
        justify-content: space-between;
        gap: 5px;
    }

    .partner-logos img {
        max-height: 16px;
    }

    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/*introduction blade*/

 .hero-simple {
        min-height: 100vh;
        /* Dégradé très clair, uniquement sur cette section */
       background: linear-gradient(to bottom right, white, #F9F5FC, #EBE2EF);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    
    .hero-content {
        max-width: 800px;
        text-align: center;
        width: 100%;
    }
    
    .hero-title {
        font-size: 3.5rem;
        font-weight: 700;
        color: #5C3766;
        line-height: 1.1;
        margin-bottom: 1.5rem;
        margin-top: 0;
        letter-spacing: -1px;
    }
    
    .hero-subtitle {
        font-size: 1.35rem;
        color: #3d3d3d;
        margin-bottom: 2.5rem;
        line-height: 1.5;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-cta {
        background-color: #5C3766;
        color: white;
        padding: 0.85rem 2.2rem;
        border-radius: 15px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        display: inline-block;
        border: none;
        margin-bottom: 2rem;
        box-shadow: none;
        transition: background 0.2s;
    }
    .hero-cta:hover {
        background-color: #7A4F8E;
        color: white;
        text-decoration: none;
    }
    .hero-notice {
        background: transparent;
        border: 1px solid #d1d5db;
        border-radius: 25px;
        padding: 0.5rem 1.5rem;
        color: #6f4287;
         font-weight: 600;
        font-size: 0.95rem;
        display: inline-block;
        margin-top: 0.5rem;
    }
    @media (max-width: 768px) {
        .hero-title {
            font-size: 2.5rem;
        }
        .hero-subtitle {
            font-size: 1.125rem;
        }
        .hero-cta {
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
        }
        .hero-notice {
            font-size: 0.85rem;
            padding: 0.5rem 1.25rem;
        }
    }
    @media (max-width: 480px) {
        .hero-title {
            font-size: 2rem;
        }
        .hero-subtitle {
            font-size: 1rem;
        }
    }


    /* a propos blade*/

    .qawafel-section {
    padding: 4rem 0;
    background: #fff;
}

.qawafel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.qawafel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.qawafel-content {
    padding-right: 1rem;
}

.qawafel-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #5C3766;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.qawafel-description {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.qawafel-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.qawafel-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.5;
}

.qawafel-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #5C3766;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
}

.qawafel-targets {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    color:#5C3766;
    font-size: 0.9rem;
    line-height: 1.4;
    width: fit-content;
}

.qawafel-targets strong {
    color: #374151;
    font-weight: 600;
}

.qawafel-card {
    background: #5C3766;
    border-radius: 1rem;
    padding: 3rem 2rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
}

.qawafel-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}

.qawafel-card-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .qawafel-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .qawafel-content {
        padding-right: 0;
    }
    
    .qawafel-title {
        font-size: 1.5rem;
    }
    
    .qawafel-card {
        padding: 2rem 1.5rem;
        min-height: 200px;
    }
    
    .qawafel-card-title {
        font-size: 1.25rem;
    }
    
    .qawafel-card-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .qawafel-section {
        padding: 3rem 0;
    }
    
    .qawafel-title {
        font-size: 1.25rem;
    }
    
    .qawafel-card {
        padding: 1.5rem 1rem;
    }
}

/*fonct clé blade*/

.export360-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #faf6fc 0%, #fff 100%);
}

.export360-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.export360-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  align-items: stretch;
    
}

.export360-content {
    padding-right: 1rem;
}

.export360-title {
    font-size: 2rem;
    font-weight: 700;
    color: #5C3766;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    text-align: center;
}

.export360-subtitle {
    color: #4b5563;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
}

.export360-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.export360-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    color: #374151;
    font-size: 1rem;
    line-height: 1.6;
}

.export360-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #5C3766;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
}

.export360-card {
    background: #5C3766;
    border-radius: 1rem;
    padding: 3rem 2rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
}

.export360-card-left {
    background: #fff;
    border-radius: 1rem;
    padding: 3rem 2rem; /* Réduction du padding vertical */
    color: #374151;
    text-align: left;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    /* Suppression de justify-content: center; si non nécessaire */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.export360-card,
.export360-card-left {
    height: 100%; 
    display: flex;
    flex-direction: column;
}


.export360-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}

.export360-card-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    opacity: 0.95;
}

.export360-icon-container {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    flex-shrink: 0;
    margin: 0 auto 1rem;
}

.export360-icon-svg {
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .export360-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .export360-content {
        padding-right: 0;
    }

    .export360-title {
        font-size: 1.5rem;
    }

    .export360-card {
        padding: 2rem 1.5rem;
        min-height: 200px;
    }

    .export360-card-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .export360-section {
        padding: 3rem 0;
    }

    .export360-title {
        font-size: 1.25rem;
    }

    .export360-subtitle {
        font-size: 1rem;
    }

    .export360-card {
        padding: 1.5rem 1rem;
    }
}

/* objectifs blade */
.objectifs-container {
    max-width: 700px;
    margin: auto;
    font-family: Arial, sans-serif;
    color: #4B3F6B;
    padding: 4rem 0;
  }

  .objectifs-container h1 {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
     color: #5C3766;
  }

  .objectifs-tagline {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .objectifs-tagline span {
    background-color: #E3D9F0;
    color: #4B3F6B;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
  }

  .objectifs-box {
      background: linear-gradient(135deg, #faf6fc 0%, #fff 100%);
    border: 1px solid #D9CFE8;
    border-radius: 10px;
    padding: 1.5rem;
  }

  .objectifs-box p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .objectifs-list {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }

  .objectifs-list li {
    counter-increment: item;
    background: white;
    border: 1px solid #D9CFE8;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
  }

  .objectifs-list li:last-child {
    margin-bottom: 0;
  }

  .objectifs-list li span:first-child {
    font-weight: 700;
    color: #7B5FA6;
    margin-right: 0.8rem;
  }

  .objectifs-list li span:last-child {
    flex: 1;
    font-size: 0.95rem;
    color: #4B3F6B;
  }

  .objectifs-box .conclusion {
    text-align: center;
    font-weight: 700;
    color: #7B5FA6;
    font-size: 1rem;
    margin-top: 1rem;
  }

    /* Section comment ça marche */
.how-it-works {
  padding: 4rem 0;
  background: linear-gradient(to bottom right, #EBE2EF, #F9F5FC);
}

/* Container */
.container-how-works {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .container-how-works{
    padding: 0 1.5rem;
  }
}

/* Titre principal */
.section-header-how-works h2 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #5C3766;
  margin-bottom: 1rem;
  text-align: center;
}

/* Container des étapes */
.steps-container-how-works {
  max-width: 56rem;
  margin: 0 auto;
  position: relative;
}

/* Ligne verticale (desktop uniquement) */
.vertical-line {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 0.125rem;
  background-color: #C7A8D1;
  z-index: 0;
}

@media (max-width: 767px) {
  .vertical-line {
    display: none;
  }
}

/* Container des étapes */
.steps-list-how-works {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  z-index: 10;
}

/* Étape individuelle */
.step-item-how-works {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 768px) {
  .step-item-how-works {
    flex-direction: row;
    align-items: center;
  }
}

/* Cercle numéroté */
.step-number-how-works {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background-color: #7A4988;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
}

/* Contenu de l'étape */
.step-content-how-works h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #5C3766;
  margin-bottom: 0.5rem;
}

.step-content-how-works p {
  color: #6B7280;
  line-height: 1.5;
}

/* Encadré final */
.final-message {
  margin-top: 3rem;
  text-align: center;
  padding: 1.5rem;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DDCAE2;
}

.final-message p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #3E254A;
}

/* pourquoi blade */

.why-export360 {
    padding: 4rem 0;
    background-color: #fafafa;
}

.why-export360 .container-why {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section-header-why h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #8B5A9F;
    text-align: center;
    margin-bottom: 3rem;
}

.features-grid-why {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.feature-item {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: left;
    position: relative;
}

.feature-line {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #8B5A9F;
    margin-bottom: 1.25rem;
}

.feature-item h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #8B5A9F;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.feature-item p {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 992px) {
    .features-grid-why {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 576px) {
    .features-grid-why {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .feature-item {
        padding: 1.25rem;
    }
}

/*podcast-section*/

.podcasts-section {
  padding: 4rem 0;
  background: linear-gradient(to bottom right, white, #F9F5FC, #EBE2EF);
}

.podcasts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.podcasts-header {
  text-align: center;
  margin-bottom: 3rem;
}

.podcasts-title {
  font-size: 2rem;
  font-weight: 700;
  color: #8B5A9F;
  margin-bottom: 1rem;
}

.podcasts-subtitle {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.podcasts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.podcast-card {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.podcast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.podcast-icon {
  width: 24px;
  height: 24px;
  color: #8B5A9F;
  flex-shrink: 0;
}

.podcast-meta {
  font-size: 0.75rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.podcast-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.podcast-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  flex-grow: 1;
}

/* Bouton principal (audio interne) */
.podcast-listen-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 1px solid #8B5A9F;
  border-radius: 0.5rem;
  color: #8B5A9F;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-top: auto;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.podcast-listen-btn:hover {
  background-color: #8B5A9F;
  border-color: #8B5A9F;
  color: white;
}

.podcast-listen-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(139, 90, 159, 0.1);
}

.podcast-listen-btn:active {
  transform: translateY(1px);
}

/* Bouton externe */
.podcast-external-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 1px solid #6b7280;
  border-radius: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-top: auto;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.podcast-external-btn:hover {
  background-color: #6b7280;
  border-color: #6b7280;
  color: white;
  text-decoration: none;
}

.podcast-external-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.1);
}

/* Message pas d'audio */
.no-audio-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #9ca3af;
  font-size: 0.875rem;
  margin-top: auto;
  font-style: italic;
}

.play-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.external-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.podcasts-footer {
  text-align: center;
}

.view-all-link {
  color: #8B5A9F;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.view-all-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .podcasts-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .podcasts-title {
    font-size: 1.5rem;
  }

  .podcast-card {
    padding: 1.25rem;
  }

  .podcast-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .podcast-listen-btn,
  .podcast-external-btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .podcasts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* final-cta*/

.cta-section {
    background-image: linear-gradient(to right bottom, rgb(122, 73, 136), rgb(62, 37, 74));

    padding: 4rem 0;
    text-align: center;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cta-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.cta-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

.cta-button {
    background-color: white;
    color: #8B5A9F;
    padding: 0.875rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    transition: all 0.3s ease;
    margin-bottom: 3rem;
}

.cta-button:hover {
    background-color: #f8f9fa;
    color: #8B5A9F;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 1.75rem;
    }
    
    .cta-subtitle {
        font-size: 1rem;
    }
    
    .cta-stats {
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 3rem 0;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .cta-button {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .cta-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* footer*/

.footer-section {
    background-color: rgb(17, 24, 39);
    color: white;
    padding: 3rem 0 1.5rem 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand {
    max-width: 350px;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #60a5fa;
    margin-bottom: 1.5rem;
    display: block;
    text-decoration: none;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.footer-program-info {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #94a3b8;
}

.footer-column h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}


.footer-links a:hover {
    color: #60a5fa;
}

.partners-logos-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.partner-logo-img {
    background-color: white;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: transform 0.3s ease;
    max-height: 100px;
    width: 320px;
    height: auto; 
    display: block; 
    margin: 0 auto; 
}

.partner-logo-img:hover {
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 1.5rem;
    text-align: center;
}

.footer-copyright {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-brand {
        max-width: 100%;
    }

    .partners-logos-footer {
        justify-content: flex-start;
    }

    .partner-logo-img {
        max-height: 80px;
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 2rem 0 1rem 0;
    }

    .footer-content {
        gap: 1.5rem;
    }

    .partners-logos-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .partner-logo-img {
        max-height: 80px;
    }
}

/*privacy*/
.privacy-hero-section {
    background:  #1e293b ;
    padding: 60px 0;
}
.privacy-content-section {
    background-color: #f8fafc;
}
.privacy-block {
    background: #fff;
    border-left: 4px solid #8B5A9F;
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(30, 41, 59, 0.06);
}
.privacy-block h2 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}
.privacy-block ul {
    padding-left: 1.5rem;
    list-style-type: disc;
    color: #4b5563;
}
.privacy-block p {
    color: #4b5563;
    margin-bottom: 0.75rem;
}
.btn-primary {
    background-color:#8B5A9F;
    border: none;
    border-radius: 0.375rem;
    color: white;
    transition: background-color 0.3s;
}
.btn-primary:hover {
    background-color:#8B5A9F;
}

/*cgv*/
.legal-section {
    background-color: #fafafa;
}
.cgv-document {
    background: #fff;
    border-radius: 6px;
    padding: 2.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e1e5e9;
    font-family: Georgia, serif;
    color: #2c3e50;
    line-height: 1.7;
}
.cgv-article {
    margin-bottom: 2rem;
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 1.5rem;
}
.cgv-article:last-of-type {
    border-bottom: none;
}
.article-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a202c;
    border-bottom: 2px solid #8B5A9F;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}
.legal-list {
    padding-left: 1.2rem;
}
.legal-list li {
    margin-bottom: .5rem;
    color: #4a5568;
}
.cgv-signature {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 2rem;
}
.signature-text {
    font-size: 0.95rem;
    color: #2c3e50;
}
.signature-date {
    font-size: 0.9rem;
    color: #6c757d;
}
/* Impression */
@media print {
    .cgv-document {
        box-shadow: none;
        border: none;
        padding: 1rem;
    }
    .cgv-article {
        page-break-inside: avoid;
    }
}



.podcast-card-homepage {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 100%;
}

.podcast-card-homepage:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.swiper {
  overflow: hidden;
  width: 100%;
}

.swiper-pagination {
  margin-top: 30px !important;
  position: relative !important;
  bottom: auto !important;
}

#podcasts-carousel .swiper-slide {
  height: auto;
  display: flex;
   
}

@media (min-width: 992px) {
  #podcasts-carousel .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
  }
}


@media (min-width: 1200px) {
  #podcasts-carousel .swiper-slide {
    width: calc((100% - 32px) / 3) !important; 
   
  }
}

@media (max-width: 991px) {
  #podcasts-carousel .swiper-slide {
    width: auto;
  }
}

/*page podcast*/

.card.same-height {
  height: 500px;
  overflow: hidden;
  transition: height 0.3s ease;
}

.card.expanded {
  height: auto !important;
  overflow: visible;
}

.desc-container {
  margin-bottom: 0;
}

/* S'assurer que le footer reste toujours en bas */
.card-footer {
  position: relative;
  z-index: 1;
}

/* Améliorer la transition pour les tags */
.tag-item {
  transition: opacity 0.2s ease;
}



/*linkedin footer */

.footer-linkedin-link {
  color: #E0E6ED;
  transition: all 0.3s ease;
  border-left: 3px solid #8B5A9F;
  padding-left: 12px;
}

.footer-linkedin-link i {
  color: #8B5A9F;
  font-size: 18px;
}

.footer-linkedin-link span {
  font-weight: 400;
  font-size: 15px;
}

.footer-linkedin-link:hover {
  opacity: 0.8; 
}



/* SECTION newsletter */
.newsletter-section {
  padding: 4rem 1rem;
  background: linear-gradient(to bottom right, #ffffff, #f7f0fb, #e8d9f3);
  text-align: center;
}

/* TITRE avec dégradé mauve clair -> mauve foncé */
.newsletter-title {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #b18ce5, #7f5af0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

/* DESCRIPTION */
.newsletter-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* FORM */
.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter-input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  gap: 15px;
}

/* INPUT */
.newsletter-input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: border 0.3s, box-shadow 0.3s;
}

.newsletter-input:focus {
  border-color: #7f5af0;
  outline: none;
  box-shadow: 0 4px 14px rgba(127, 90, 240, 0.3);
}

/* BOUTON */
.newsletter-button {
  padding: 15px 20px;
  background: linear-gradient(90deg, #b18ce5, #7f5af0);
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(127, 90, 240, 0.3);
}

.newsletter-button:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg, #a277e0, #6c4edc);
  box-shadow: 0 6px 20px rgba(127, 90, 240, 0.4);
}

/* CONSENTEMENT */
.newsletter-consent {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #333;
  max-width: 400px;
  text-align: left;
}

/* MESSAGES */
.newsletter-success,
.newsletter-error {
  font-size: 0.9rem;
  margin-top: 10px;
}
