/* =========================
   FONTS & BODY
========================= */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.elementor-heading-title > a {
  text-decoration: none;
}
/* =========================
   FORM & ICONS
========================= */
.wpcf7-form-control-wrap {
    margin-top: 10px;
}

.wpcf7-list-item > label > input {
  float: left;
  margin-right: 10px;
}

.e-font-icon-svg.e-fab-facebook {
    width: 20px;
    height: 20px;
}

.elementor-social-icon-facebook {
    display: inline-flex;
}

.elementor-social-icon-facebook::after {
    content: "CRAFFN";
    color: #fff;
    font-size: 16px;
    padding: 3px 8px;
}

/* =========================
   PAGE ASSOCIATION
========================= */
.asso-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    color: #1f2937;
}

.asso-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.asso-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #FE0082;
}

.asso-site {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    background: linear-gradient(135deg, #008BD6, #A4C600);
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.asso-site:hover {
    transform: translateY(-2px);
    /*box-shadow: 0 10px 25px rgba(0, 139, 214, 0.35);*/
}


/* =========================
   CONTENU PRINCIPAL
========================= */
.asso-main-content {
    display: block;
    margin-bottom: 4rem;
}

.asso-text {
    font-size: 1.1em;
    line-height: 1.7;
}

/* =========================
   ADRESSE + SLIDER (2 COLONNES)
========================= */
/*.asso-adresse {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 1.5rem;
    align-items: start;
}*/
.asso-adresse {
    display: flex;
    /*grid-template-columns: 1fr 1fr;*/
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 1.5rem;
    align-items: flex-start;
}

.asso-adresse h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
/* =========================
   ICONE CONTACT
========================= */
.elementor-icon-box-description > a {
  color: #FE0082;
  text-decoration: none;
}

/* =========================
   SLIDER & IMAGES
========================= */
.asso-media img,
.asso-slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1.5rem;
    display: block;
    transition: transform 0.4s ease;
}

.asso-media img:hover {
    transform: scale(1.05);
}

/* Slider container */
.asso-adresse-media {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-start;
  max-width: 60%;
}
.asso-adresse-info {
  width: 40%;
}
.asso-slider {
    /*max-width: 550px;*/
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1.5rem;
}

.asso-slider .swiper-wrapper {
    display: flex;
}

.asso-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navigation */
.asso-slider .swiper-pagination-bullet {
    background: #008BD6;
}

.asso-slider .swiper-button-prev,
.asso-slider .swiper-button-next {
    color: #008BD6;
}
/* ---------- Swiper / Slider ---------- */
/* Remplacer l'ancienne règle .asso-slider .swiper-slide { height: 100%; } */

/*.asso-slider .swiper-wrapper {
  transition: height 0.5s ease;
}*/

.asso.type-asso { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.asso.type-asso:hover { transform: translateY(-5px); }

/* Swiper navigation pills */
.swiper-button-prev, .swiper-button-next {
  color: #fff;
  background: rgba(0,0,0,0.45);
  width:40px; height:40px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.swiper-pagination {
  position: relative;
  margin-top: 15px;
}
/*.swiper-button-prev:hover, .swiper-button-next:hover { background: rgba(0,0,0,0.65); }*/
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: rgba(255,255,255,0.6);
  border: 2px solid var(--brand);
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: var(--brand);
  transform: scale(1.4);
  border-color: #fff;
}

/* =========================
   BOUTON RETOUR
========================= */
.asso-retour {
    margin-top: 3rem;
}

.btn-retour {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #e5e7eb;
    border-radius: 999px;
    text-decoration: none;
    color: #1f2937;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease;
}

.btn-retour:hover {
    transform: translateY(-2px);
    background: #d1d5db;
}

.btn-retour svg {
    fill: #008BD6;
}

/* ===============================
   CONTAINER
================================ */
.container {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 20px;
}

/* ===============================
   GRILLE
================================ */
.liste-asso {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ===============================
   CARTE
================================ */
.card {
  background: #ffffff;
  border: 2px solid #f7d9ed;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color 0.3s ease;
}

.card:hover {
  border-color: #FE0082;
}

.card.h-100 { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.card.h-100:hover { transform: translateY(-5px); }

/* ===============================
   IMAGE
================================ */
.card .image img {
  width: 100%;
  height: 170px !important;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0 0;
}

/* ===============================
   TITRE
================================ */
.card-env-title {
  padding: 25px 25px 10px;
}

.card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.card-title a {
  color: #FE0082;
  text-decoration: none;
}

/* ===============================
   CONTENU
================================ */
.card-body {
  padding: 20px 25px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

.card-text {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===============================
   BOUTON
================================ */
.fleche-right {
  margin-top: auto;
}

.fleche-right a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 4px;
  background: #A4C600;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.3s ease;
}

.fleche-right a:hover {
  background: #008BD6;
}

/* ===============================
   CSS Recherche
================================ */
.search-container {
    padding: 60px 20px;
}

.search-title {
    font-size: 30px;
    margin-bottom: 40px;
}

.search-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.search-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.search-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.search-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.search-content {
    padding: 20px;
}

.search-type {
    font-size: 12px;
    background: #FE0082;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.search-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.search-content p {
    font-size: 14px;
    color: #555;
}

.search-button {
    display: inline-block;
    margin-top: 10px;
    background: #A4C600;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
}
.search-button:hover {
    background-color: #008BD6;
    color: #ffffff;
}
.search-highlight {
    background: #fff3cd;
    font-weight: bold;
    border-radius: 3px;
}
/* ===============================
   Article
================================ */
/* Fond général */
.blog-wrapper {
    /*background: #f4f6f8;*/
    padding-bottom: 60px;
}
.blog-hero {
  margin-bottom: 60px;
}

/* Image hero */
.blog-hero img {
    width: 100%;
    height: 530px !important;
    object-fit: cover;
}

/* Carte article */
.blog-article {
    max-width: 1140px;
    margin: 0 auto;
    background: #ffffff;
    padding: 45px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Header */
.blog-header {
    text-align: center;
    margin-bottom: 35px;
}

.blog-header h1, .titre-actu {
    font-size: 2.3rem;
    margin-bottom: 10px;
    line-height: 1.25;
    color: #FE0082;
}

/* Meta */
.blog-meta {
    font-size: 14px;
    color: #777;
}

/* Contenu */
.blog-content {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 35px;
}

/* Tags */
.blog-tags {
    margin-top: 40px;
    text-align: center;
}

.blog-tags a {
    display: inline-block;
    padding: 6px 14px;
    margin: 4px;
    font-size: 13px;
    border-radius: 20px;
    background: #eef1f4;
    text-decoration: none;
    color: #333;
    transition: 0.25s;
}

.blog-tags a:hover {
    background: #222;
    color: #fff;
}
.post-tags {
  margin-top: 50px;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb > img{
    height: 200px !important;
    object-fit: cover;
}
.ekit-btn-wraper.actu {
  width: 1140px;
  margin: 40px auto 0;
}
.ekit-btn-wraper.actu > a {
  background-color: #A4C600;
}
.ekit-wid-con .elementskit-btn:hover {
  background-color: #008BD6 !important;
}
a.lien-plage {
  text-decoration: none;
}
div.elementskit-post-image-card div.elementskit-entry-header a.elementskit-entry-thumb picture img.webpexpress-processed {
  height: 200px !important;
  object-fit: cover;
  width: 100%;
}
.social-share-wrapper {
    margin: 40px 0 20px;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.social-share-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.social-share-label {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.social-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-share-btn svg {
    width: 16px;
    height: 16px;
}

.social-share-btn span {
    line-height: 1;
}

.social-share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    color: white !important;
}

/* Facebook */
.social-facebook {
    background-color: #1877f2;
    color: white;
}

/* X (Twitter) */
.social-x {
    background-color: #000000;
    color: white;
}

/* LinkedIn */
.social-linkedin {
    background-color: #0077b5;
    color: white;
}

/* WhatsApp */
.social-whatsapp {
    background-color: #25D366;
    color: white;
}

/* Email */
.social-email {
    background-color: #6c757d;
    color: white;
}
.asso-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.social-facebook {
    background-color: #1877f2;
    color: white;
}

.social-instagram {
    background: linear-gradient(45deg, #f09433, #d62976, #962fbf);
    color: white;
}

.social-x {
    background-color: #000000;
    color: white;
}

.social-link:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}
/* Responsive */
@media (max-width: 768px) {
    .social-share-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .social-share-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .social-share-btn svg {
        width: 14px;
        height: 14px;
    }
}
/* Mobile */
@media (max-width: 768px) {

    .blog-article {
        padding: 25px;
        margin-top: -30px;
    }

    .blog-header h1 {
        font-size: 1.7rem;
    }

    .blog-hero img {
        height: 240px;
    }
}.social-share-wrapper {
    margin: 50px 0 30px;
}

.social-share-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.social-share-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.social-share-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.social-share-icon svg {
    width: 28px;
    height: 28px;
}

.social-share-title h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1e21;
}

.social-share-title p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.social-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    letter-spacing: 0.3px;
}

.social-share-btn svg {
    width: 18px;
    height: 18px;
}

.social-share-btn span {
    line-height: 1;
}

.social-share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.social-facebook {
    background: #1877f2;
    color: white;
}

.social-x {
    background: #000000;
    color: white;
}

.social-linkedin {
    background: #0077b5;
    color: white;
}

.social-whatsapp {
    background: #25D366;
    color: white;
}

.social-email {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .social-share-container {
        padding: 20px;
    }
    
    .social-share-header {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .social-share-icon {
        width: 48px;
        height: 48px;
    }
    
    .social-share-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .social-share-title h3 {
        font-size: 1.2rem;
    }
    
    .social-share-buttons {
        justify-content: center;
    }
    
    .social-share-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    
    .social-share-btn svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .social-share-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .social-share-btn {
        justify-content: center;
        width: 100%;
    }
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .liste-asso {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .liste-asso {
      grid-template-columns: 1fr;
  }

  .card .image img {
    height: 220px;
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
      .elementor-25 .elementor-element.elementor-element-6ceddbd .elementskit-menu-container {
        max-width: 100% !important;
      }
    .asso-adresse-media, .asso-adresse-info {
      flex: 1 1 100%;
      max-width: 100%;
      width: 100%;
    }
    .asso-adresse {
            flex-direction: column;
          }
    }

@media (max-width: 768px) {
      .asso-adresse {
        flex-direction: column;
      }
}
