.elementor-438 .elementor-element.elementor-element-3391c89{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d1f97b1 *//* Import Google Fonts : Playfair Display &amp; Outfit */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&amp;family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&amp;display=swap');

/* ============================================================
   QUIÉNES SOMOS - ALIANZA FRANCESA DE TORREÓN
   Typographie : Playfair Display + Outfit
   ============================================================ */

.af-qs-wrapper {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a171b;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
}

.af-qs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* TYPOGRAPHIE PLAYFAIR DISPLAY POUR LES TITRES */
.af-qs-title, 
.af-qs-hero h1,
.af-font-playfair {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -0.3px;
}

.af-qs-hero h1 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #1a171b;
  margin-bottom: 24px;
  line-height: 1.18;
}

.af-qs-title {
  font-size: 2.5rem;
  color: #1a171b;
  font-weight: 700;
  margin-bottom: 15px;
}

/* SURLIGNAGE STYLE MARQUEUR */
.af-highlight {
  background-color: #facc15;
  color: #1a171b !important;
  padding: 2px 10px;
  display: inline-block;
  line-height: 1.1;
  font-weight: 800;
  border-radius: 2px;
}

/* BADGES ET SOUS-TITRES */
.af-qs-header {
  text-align: center;
  margin-bottom: 50px;
}

.af-qs-tag {
  display: inline-block;
  background: rgba(218, 0, 46, 0.08);
  color: #da002e;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 6px 18px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.af-qs-subtitle {
  max-width: 750px;
  margin: 0 auto;
  color: #87888a;
  font-size: 1.15rem;
  font-weight: 400;
}

/* SECTIONS */
.af-qs-section {
  padding: 90px 0;
}

.af-qs-bg-alt {
  background-color: #f8f9fa;
}

.af-qs-bg-dark {
  background-color: #1a171b;
  color: #ffffff;
}

/* GRILLES */
.af-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.af-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* HERO SECTION */
.af-qs-hero {
  background-color: #ffffff;
  padding: 80px 20px 60px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.af-qs-hero p {
  font-size: 1.25rem;
  max-width: 820px;
  margin: 0 auto;
  color: #87888a;
  font-weight: 400;
}

.af-hero-img-box {
  margin-top: 45px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(26, 23, 27, 0.08);
  border: 1px solid #e5e7eb;
}

.af-hero-img-box img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

/* CARDS DESIGN */
.af-card-4 {
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.af-card-4:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px rgba(218, 0, 46, 0.08);
  border-color: #da002e;
}

.af-card-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #da002e;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.af-card-4:hover::before {
  opacity: 1;
}

.af-card-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
  display: inline-block;
}

.af-card-4 h3, .af-card-4 h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1a171b;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.af-card-4 p {
  font-size: 0.98rem;
  color: #87888a;
  margin: 0;
}

/* STATS */
.af-stat-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 20px;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.3s ease;
}

.af-stat-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: #da002e;
}

.af-stat-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.4rem;
  font-weight: 800;
  color: #da002e;
  line-height: 1;
  margin-bottom: 8px;
}

.af-stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #87888a;
  font-weight: 600;
}

/* CARTES DIVERSITÉ FRANCOPHONIE */
.af-region-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 240px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}

.af-region-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.af-region-card:hover img {
  transform: scale(1.08);
}

.af-region-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,23,27,0.92) 0%, rgba(26,23,27,0.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #ffffff;
}

.af-region-overlay h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #ffffff;
  font-size: 1.35rem;
  margin: 0;
  font-weight: 700;
}

.af-region-overlay span {
  font-size: 0.85rem;
  color: #87888a;
}

/* DELF BOX */
.af-delf-box {
  background: #ffffff;
  border: 2px solid #1a171b;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
}

.af-delf-levels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 600px;
  margin: 25px auto;
}

.af-delf-pill {
  background: #1a171b;
  color: #ffffff;
  padding: 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: 'Outfit', sans-serif;
  transition: background 0.3s ease;
}

.af-delf-pill:hover {
  background: #da002e;
}

/* BOUTONS */
.af-btn {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.af-btn-primary {
  background: #da002e;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(218, 0, 46, 0.25);
}

.af-btn-primary:hover {
  background: #1a171b;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(26, 23, 27, 0.2);
}

.af-btn-outline {
  border: 2px solid #1a171b;
  color: #1a171b !important;
  background: transparent;
}

.af-btn-outline:hover {
  background: #1a171b;
  color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .af-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .af-grid-2, .af-grid-4 { grid-template-columns: 1fr; }
  .af-qs-hero h1 { font-size: 2.4rem; }
  .af-qs-title { font-size: 1.9rem; }
  .af-delf-levels { grid-template-columns: repeat(3, 1fr); }
}/* End custom CSS */