/*
Theme Name: Les Imaginaires
Description: Thème WordPress pour Les Imaginaires & Co - Écrire, imaginer, pour agir
Author: Les Imaginaires & Co
Version: 1.0
Text Domain: lesimaginaires
*/

 body {
      font-family: 'Arial', sans-serif;
      color: #333;
    }
    header {
      padding: 20px 0;
    }
    header .navbar-brand {
      font-weight: bold;
      font-size: 24px;
      letter-spacing: 2px;
    }

    /* Logo size control */
    .custom-logo {
      max-height: 60px;
      width: auto;
      height: auto;
    }

    section {
      padding: 80px 0;
    }
    .section-title {
      text-align: center;
      margin-bottom: 60px;
    }
    .section-title h2 {
      font-size: 36px;
      font-weight: bold;
    }

    /* ===== HERO Styles ===== */
.hero-ink{
  --ink-url: url('https://images.unsplash.com/photo-1714369206745-f818e453b26f?q=80&w=2627&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); /* remplace par ton image */

  /*--ink-url: url('https://images.unsplash.com/photo-1541701494587-cb58502866ab?q=80&w=1600&auto=format&fit=crop');*/ /* remplace par ton image */
  position: relative;
  min-height: 100vh;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: #fff;
}

.hero-ink-activites{
  --ink-url: url('./assets/img/Photo_Page_Activites.jpg'); /* remplace par ton image */
  /*--ink-url: url('https://images.unsplash.com/photo-1541701494587-cb58502866ab?q=80&w=1600&auto=format&fit=crop');*/ /* remplace par ton image */
  position: relative;
  min-height: 100vh;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: #fff;
}

.hero-ink-prog{
  --ink-url: url('./assets/img/Photo_page_programme.jpg'); /* remplace par ton image */
  /*--ink-url: url('https://images.unsplash.com/photo-1541701494587-cb58502866ab?q=80&w=1600&auto=format&fit=crop');*/ /* remplace par ton image */
  position: relative;
  min-height: 100vh;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: #fff;
}

.hero-ink-blog{
  --ink-url: url('./assets/img/blog2.jpg'); /* remplace par ton image */

  position: relative;
  min-height: 100vh;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: #fff;
}

.hero-ink-s{
  --ink-url: url('./assets/img/sarah4.jpg'); /* remplace par ton image */

  position: relative;
  min-height: 100vh;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: #fff;
}

.hero-ink-home1{
  --ink-url: url('./assets/img/home-img1.jpg'); /* remplace par ton image */

  position: relative;
  min-height: 100vh;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: #000;
  opacity: 100%;
  
}

.hero-ink-contact{
  --ink-url: url('./assets/img/Arbres_page_contact.jpg'); /* remplace par ton image */

  /*--ink-url: url('https://images.unsplash.com/photo-1541701494587-cb58502866ab?q=80&w=1600&auto=format&fit=crop');*/ /* remplace par ton image */
  position: relative;
  min-height: 100vh;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: #fff;
}



.hero-splash{
  position: absolute;
  inset: -10% -10% auto -10%;
  height: 120%;
  background-image: var(--ink-url);
  background-size: cover;
  background-position: center;
  filter: saturate(115%) contrast(105%);
  opacity: 0.95;
  z-index: 0;
  animation: inkFloat 12s ease-in-out infinite;
}

@keyframes inkFloat{
  0%,100%{ transform: translateY(0) scale(1); }
  50%{ transform: translateY(-10px) scale(1.02); }
}

/* Icônes top-right */
.hero-icons{
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  z-index: 2;
  align-items: center;
}
.hero-icons a{
  color: #1f1f1f;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}
.hero-icons .badge{
  position: absolute;
  top: -6px;
  right: -10px;
  background: #0d6efd;
  color: #fff;
  border-radius: 999px;
  font-size: .65rem;
  padding: 2px 5px;
}

/* Titre géant */
.hero-title{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: .92;
  color: #fff; /* blanc par-dessus l'encre */
  text-shadow: 0 6px 28px rgba(0,0,0,.18);
  /* font-size: clamp(3rem, 9vw, 12rem); */
  font-size: 60px;
}

/* Slogan */
.hero-tagline{
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0,0,0,.25);
  font-size: clamp(1rem, 2.2vw, 1.75rem);
}

/* CTA */
.hero-cta{
  position: relative;
  z-index: 1;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 10px 30px rgba(13,110,253,.35);
  border-radius: .6rem;
}
.hero-cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(13,110,253,.45);
}

/* Coins arrondis style maquette (optionnel) */
.hero-ink::after{
  content:"";
  position:absolute; inset:0;
  pointer-events:none;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.04) inset;
}
@media (max-width: 576px){
  .hero-ink{ padding-top: 5rem; }
  .hero-icons{ display:none !important; }
}



    .portfolio-filters {
      text-align: center;
      margin-bottom: 40px;
    }
    .portfolio-filters button {
      border: none;
      background: none;
      font-weight: bold;
      margin: 0 15px;
      font-size: 16px;
      cursor: pointer;
    }
    .portfolio-item img {
      width: 100%;
      border-radius: 8px;
    }
    .services .card {
      border: none;
      text-align: center;
    }
    .services img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .features i {
      font-size: 40px;
      margin-bottom: 20px;
      color: #4a90e2;
    }
    footer {
      padding: 40px;
      text-align: center;
      background: #f8f9fa;
      /* margin-top: 60px; */
    }

    /* ===== Footer styles ===== */
.footer-dark{
  background:#1f1f1f;
  color:#e6e6e6;
}
.footer-title{
  letter-spacing:.08em;
  font-weight:700;
  color:#ffffff;
  margin-bottom:1rem;
}
.footer-links li{
  margin:.35rem 0;
}
.footer-links a{
  color:#cfcfcf;
  text-decoration:none;
}
.footer-links a:hover{ color:#ffffff; }

.footer-contact .label{
  display:inline-block;
  min-width:84px;
  color:#cfcfcf;
}

.gal-tile{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1/1;
  color:#1f1f1f;
  font-weight:600;
  text-decoration:none;
}
.gal-tile:hover{ filter:brightness(1.05); }

.footer-input{
  background:transparent;
  border:0;
  border-bottom:1px solid #4b4b4b;
  border-radius:0;
  color:#fff;
  padding-left:0;
  padding-right:0;
}
.footer-input::placeholder{ color:#9a9a9a; }
.footer-input:focus{
  box-shadow:none;
  border-bottom-color:#0d6efd;
}

.social{ color:#cfcfcf; }
.social:hover{ color:#ffffff; }

.lang-switch{
  background:#262626;
  border-radius:14px;
  padding:.4rem .75rem;
  width:max-content;
}


    body {
      font-family: 'Arial', sans-serif;
      color: #333;
    }
    header {
      padding: 20px 0;
    }
    header .navbar-brand {
      font-weight: bold;
      font-size: 24px;
      letter-spacing: 2px;
    }
    section {
      padding: 80px 0;
    }
    .section-title {
      text-align: center;
      margin-bottom: 60px;
    }
    .section-title h2 {
      font-size: 36px;
      font-weight: bold;
    }
    .portfolio-filters {
      text-align: center;
      margin-bottom: 40px;
    }
    .portfolio-filters button {
      border: none;
      background: none;
      font-weight: bold;
      margin: 0 15px;
      font-size: 16px;
      cursor: pointer;
      position: relative;
    }
    .portfolio-filters button.active {
      color: #000;
      border-bottom: 2px solid #000;
    }
    .portfolio-item {
      transition: all 0.4s ease-in-out;
    }
    .portfolio-item.hide {
      opacity: 0;
      transform: scale(0.9);
      pointer-events: none;
      position: absolute;
    }
    .services .card {
      border: none;
      text-align: center;
    }
    .services img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .features i {
      font-size: 40px;
      margin-bottom: 20px;
      color: #4a90e2;
    }

    .btn-custom-vio1 {
      background-color: #b13aaf;
    }
   
    /*Footer like Levita Model */
.footer {
            background-color: #2c2c2c;
            color: #ffffff;
            padding: 50px 0 20px;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 40px;
            padding: 0 20px;
        }

        .footer-section {
            display: flex;
            flex-direction: column;
        }

        .footer-title {
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 25px;
            color: #ffffff;
        }

        /* Section Gallery */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
            margin-bottom: 10px;
        }

        .gallery-item {
            width: 70px;
            height: 70px;
            background-color: #444;
            border-radius: 4px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover {
            transform: scale(1.1);
        }

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

        /* Placeholder colors pour les images */
        .gallery-item:nth-child(1) { background: linear-gradient(45deg, #667eea, #764ba2); }
        .gallery-item:nth-child(2) { background: linear-gradient(45deg, #f093fb, #f5576c); }
        .gallery-item:nth-child(3) { background: linear-gradient(45deg, #4facfe, #00f2fe); }
        .gallery-item:nth-child(4) { background: linear-gradient(45deg, #43e97b, #38f9d7); }
        .gallery-item:nth-child(5) { background: linear-gradient(45deg, #fa709a, #fee140); }
        .gallery-item:nth-child(6) { background: linear-gradient(45deg, #a8edea, #fed6e3); }

        /* Section Links */
        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: #cccccc;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
            display: flex;
            align-items: center;
        }

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

        .footer-links a::before {
            content: "❯";
            margin-right: 8px;
            font-size: 12px;
        }

        /* Section Contact */
        .contact-info {
            font-size: 14px;
            color: #cccccc;
        }

        .contact-item {
            margin-bottom: 15px;
        }

        .contact-label {
            font-weight: bold;
            color: #ffffff;
            display: inline-block;
            min-width: 70px;
        }

        /* Section Réseaux sociaux */
        .social-title {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #ffffff;
        }

        .social-icons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 30px;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background-color: #444;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            font-size: 18px;
            transition: background-color 0.3s ease;
        }

        .social-icon:hover {
            background-color: #555;
        }

        /* Formulaire Ask a Call */
        .call-form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .form-input {
            padding: 12px;
            border: none;
            background-color: #444;
            color: #ffffff;
            border-radius: 4px;
            font-size: 14px;
        }

        .form-input::placeholder {
            color: #aaa;
        }

        .form-input:focus {
            outline: none;
            background-color: #555;
        }

        .send-button {
            padding: 12px 24px;
            background-color: #b13aaf;
            color: #ffffff;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .send-button:hover {
            background-color: #00acc1;
        }

        /* Footer bottom */
        .footer-bottom {
            border-top: 1px solid #444;
            margin-top: 40px;
            padding-top: 20px;
            text-align: center;
            color: #aaa;
            font-size: 12px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .footer-container {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }
        }

        @media (max-width: 480px) {
            .footer-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .gallery-grid {
                grid-template-columns: repeat(6, 1fr);
            }

            .gallery-item {
                width: 50px;
                height: 50px;
            }
        }
    /*End Footer like Levita Model */

    /* Hover effects for buttons */
    .btn-outline-primary:hover {
        background-color: #6c757d !important;
        border-color: #6c757d !important;
        color: #ffffff !important;
    }

    .btn-outline-info:hover {
        background-color: #b13aaf !important;
        border-color: #b13aaf !important;
        color: #ffffff !important;
    }

    .btn-secondary {
        background-color: #b13aaf !important;
        border-color:#b13aaf !important;
        color: #ffffff !important;
    }

     .btn-secondary:hover {
        background-color: #fff !important;
        border-color:#b13aaf !important;
        color: #b13aaf !important;
    }

    .btn-primary-custom {
        background-color: #b13aaf !important;
        border-color: #b13aaf !important;
        color: #ffffff !important;
    }

     .btn-primary-custom:hover {
        background-color: #fff !important;
        border-color: #fff !important;
        color: #b13aaf !important;
    }

    .btn-primary:hover {
        background-color: #b13aaf !important;
        border-color: #b13aaf !important;
        color: #ffffff !important;
    }

    .btn-outline-primary {
        background-color: #fff !important;
        border-color: #b13aaf !important;
        color: #b13aaf !important;
    }

    .btn-outline-primary:hover {
        background-color: #b13aaf !important;
        border-color: #b13aaf !important;
        color: #ffffff !important;
    }

    .bg-secondary{
        background-color: #b13aaf !important;
        border-color: #b13aaf !important;
        color: #ffffff !important;
    }

    /* .bg-secondary{
        background-color: #6c757d !important;
        border-color:#6c757d !important;
        color: #ffffff !important;
    } */

    .text-primary{
        color: #b13aaf !important;
    }

    .text-secondary{
        color: #6c757d !important;
    }


    .btn-programme-outline-secondary {
        color: #fff;
        border-color: #fff;
    }

    .btn-programme-outline-secondary:hover {
        background-color: #fff !important;
        border-color: #b13aaf !important;
        color: #b13aaf !important;
}

 /* Styles spécifiques pour la mise en page horizontale des articles - Page Blog */
    .blog-article-horizontal {
      display: flex;
      margin-bottom: 50px;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .blog-article-horizontal:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 25px rgba(0,0,0,0.12);
    }

    .blog-article-image {
      position: relative;
      flex: 0 0 40%;
      min-height: 300px;
      overflow: hidden;
    }

    .blog-article-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .blog-article-horizontal:hover .blog-article-image img {
      transform: scale(1.05);
    }

    .blog-article-date-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background: rgba(177, 58, 175, 0.95);
      color: #fff;
      padding: 8px 16px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 600;
      z-index: 2;
    }

    .blog-article-content {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .blog-article-category {
      display: inline-block;
      /*background: #b13aaf;*/
      color: #b13aaf;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 15px;
    }

    .blog-article-title {
      font-size: 28px;
      font-weight: 700;
      color: #2c2c2c;
      margin-bottom: 15px;
      line-height: 1.3;
    }

    .blog-article-excerpt {
      color: #666;
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .blog-article-meta {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
      color: #999;
      font-size: 14px;
    }

    .blog-article-meta i {
      color: #b13aaf;
    }

    .blog-read-more {
      align-self: flex-start;
      padding: 12px 30px;
      background: transparent;
      border: 2px solid #b13aaf;
      color: #b13aaf;
      font-weight: 600;
      border-radius: 4px;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .blog-read-more:hover {
      background: #b13aaf;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .blog-article-horizontal {
        flex-direction: column;
      }

      .blog-article-image {
        flex: 0 0 250px;
      }

      .blog-article-content {
        padding: 30px 20px;
      }

      .blog-article-title {
        font-size: 22px;
      }
    }

    /* END Styles spécifiques pour la mise en page horizontale des articles - Page Blog */
