.elementor-494 .elementor-element.elementor-element-a3b7dd7{--display:flex;}.elementor-494 .elementor-element.elementor-element-a94bc65{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2eea0ae */@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');

/* --- RESET Y BASES --- */
.af-wrapper, .af-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.af-wrapper {
  background-color: #ffffff !important;
  color: #1e293b !important;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.af-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.af-section {
  padding: 85px 0;
  position: relative;
}

.af-bg-white {
  background-color: #ffffff !important;
}

.af-bg-alt {
  background-color: #f8fafc !important;
}

/* --- HERO SECTION --- */
.af-hero {
  padding: 110px 0 80px;
  background: linear-gradient(135deg, #fdf4f5 0%, #f8fafc 100%) !important;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}

.af-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #000000 !important;
  margin: 20px 0;
}

.af-hero-lead {
  max-width: 780px;
  margin: 0 auto 35px;
  font-size: 1.2rem;
  color: #000000 !important;
}

.af-highlight {
  background-color: #facc15;
  padding: 2px 12px;
  border-radius: 4px;
  color: #0f172a;
}

.af-tag {
  display: inline-block;
  background: rgba(218, 0, 46, 0.08);
  color: #da002e;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 6px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.af-tag-light {
  background: rgba(218, 0, 46, 0.12);
}

/* --- BOTONES --- */
.af-hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.af-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.af-btn-primary {
  background-color: #da002e;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(218, 0, 46, 0.22);
}

.af-btn-primary:hover {
  background-color: #b50024;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(218, 0, 46, 0.3);
}

.af-btn-outline {
  border: 2px solid #0f172a;
  color: #0f172a !important;
  background-color: transparent;
}

.af-btn-outline:hover {
  background-color: #0f172a;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* --- GRILLAS Y CONTENIDO --- */
.af-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.af-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.af-align-center {
  align-items: center;
}

.af-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.af-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.4rem;
  margin-top: 10px;
  color: #0f172a;
}

.af-subtitle {
  color: #64748b;
  font-size: 1.05rem;
  margin-top: 10px;
}

.af-text-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  margin: 12px 0 20px;
  color: #0f172a;
}

.af-text-content p {
  color: #475569;
  font-size: 1.05rem;
  margin-bottom: 16px;
}

.af-highlight-box {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.af-highlight-box h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #0f172a;
}

.af-stats-list {
  list-style: none;
}

.af-stats-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 1rem;
  color: #334155;
}

.af-stats-list li:last-child {
  border-bottom: none;
}

.af-stats-list strong {
  color: #da002e;
  font-size: 1.3rem;
}

/* --- TARJETAS --- */
.af-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.af-card:hover {
  transform: translateY(-6px);
  border-color: #da002e;
  box-shadow: 0 15px 35px rgba(218, 0, 46, 0.08);
}

.af-card-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: #cbd5e1;
  display: block;
  margin-bottom: 15px;
  font-family: 'Playfair Display', Georgia, serif;
}

.af-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: #0f172a;
}

.af-card p {
  color: #64748b;
  font-size: 0.95rem;
}

/* --- DIRECTORIO Y FILTROS --- */
.af-filter-bar {
  margin-bottom: 40px;
}

.af-filter-bar input {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto 25px;
  padding: 16px 24px;
  border-radius: 50px;
  border: 2px solid #cbd5e1;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.af-filter-bar input:focus {
  border-color: #da002e;
}

.af-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.af-tab {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 10px 22px;
  border-radius: 50px;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  color: #475569;
  transition: all 0.2s;
}

.af-tab.active, .af-tab:hover {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

.af-cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.af-city-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.af-city-card:hover {
  transform: translateY(-5px);
  border-color: #da002e;
  box-shadow: 0 12px 30px rgba(218, 0, 46, 0.08);
}

.af-city-badge {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #da002e;
  letter-spacing: 0.8px;
  background: rgba(218, 0, 46, 0.06);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
  align-self: flex-start;
}

.af-city-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #0f172a;
}

.af-city-card p {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 18px;
  flex-grow: 1;
}

/* --- LOGOS INSTAGRAM --- */
.af-insta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fdf2f4 !important;
  border-radius: 50%;
  transition: all 0.25s ease;
  margin-top: auto;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23da002e' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E") !important;
}

.af-insta-link:hover {
  background-color: #da002e !important;
  transform: translateY(-2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E") !important;
}

.af-insta-link-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #da002e !important;
  border-radius: 50%;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(218, 0, 46, 0.2);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E") !important;
}

.af-insta-link-footer:hover {
  background-color: #0f172a !important;
  transform: translateY(-2px);
}

/* --- FOOTER --- */
.af-footer-styled {
  background: #f8fafc;
  padding: 80px 0 35px;
  border-top: 1px solid #e2e8f0;
}

.af-footer-content {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 24px;
  padding: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.af-footer-brand h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.8rem;
  color: #0f172a;
  margin: 8px 0;
}

.af-footer-brand p {
  color: #64748b;
}

.af-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.88rem;
  color: #64748b;
  flex-wrap: wrap;
  gap: 15px;
}

.af-footer-links {
  display: flex;
  gap: 25px;
}

.af-footer-links a {
  color: #475569;
  text-decoration: none;
  font-weight: 600;
}

.af-footer-links a:hover {
  color: #da002e;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .af-grid-3, .af-cities-grid { grid-template-columns: repeat(2, 1fr); }
  .af-footer-content { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .af-grid-2, .af-grid-3, .af-cities-grid { grid-template-columns: 1fr; }
  .af-hero h1 { font-size: 2.3rem; }
  .af-footer-bottom { flex-direction: column; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e85595 *//* ==========================================================================
   ENCAPSULATION &amp; RESET STRICT (Protège le reste de votre page)
   ================================================================---------- */
.af-vl-wrapper {
  font-family: 'Outfit', sans-serif;
  color: #1a171b;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.af-vl-wrapper *, .af-vl-wrapper *::before, .af-vl-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   SECTION HERO &amp; COURBES SVG FLUIDES
   ================================================================---------- */
.af-vl-hero {
  position: relative;
  padding: 80px 20px 110px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
  z-index: 1;
}

.af-vl-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.af-wave-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.6;
}

.af-vl-container {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   SECTION DEUX LOGOS (Mise en valeur institutionnelle)
   ================================================================---------- */
.af-vl-logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
  animation: afFadeDown 0.8s ease-out forwards;
}

.af-logo-card {
  background: #ffffff;
  padding: 14px 22px;
  border-radius: 16px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  text-align: center;
}

.af-logo-card.af-main-federation {
  border: 2px solid #d97706; /* Met en valeur la Fédération */
  box-shadow: 0 10px 25px -5px rgba(217, 119, 6, 0.12);
}

.af-logo-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.af-logo-card.af-main-federation .af-logo-label {
  color: #d97706;
}

.af-logo-card:hover {
  transform: translateY(-5px) scale(1.02);
}

.af-logo-card img {
  max-height: 35px;
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.af-logo-separator {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, #cbd5e1, transparent);
}

/* ==========================================================================
   EN-TÊTE GRAPHIQUE &amp; TYPOGRAPHIE
   ================================================================---------- */
.af-vl-header {
  text-align: center;
  margin-bottom: 45px;
  animation: afFadeUp 0.8s ease-out 0.2s both;
}

.af-vl-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #475569;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.af-vl-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #1a171b;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.af-gradient-text {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.af-vl-header p {
  color: #64748b;
  font-size: 1.1rem;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ==========================================================================
   CARTE CENTRALE EFFET VERRE &amp; ANIMATIONS
   ================================================================---------- */
.af-vl-glass-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 45px 35px;
  border-radius: 28px;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.07);
  animation: afScaleUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.af-vl-grid-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

@media (max-width: 650px) {
  .af-vl-grid-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.af-feat-item {
  text-align: center;
  padding: 15px;
  border-radius: 14px;
  transition: background 0.3s ease;
}

.af-feat-item:hover {
  background: rgba(241, 245, 249, 0.6);
}

.af-feat-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
  animation: afFloat 3s ease-in-out infinite;
}

.af-feat-item:nth-child(2) .af-feat-icon { animation-delay: 1s; }
.af-feat-item:nth-child(3) .af-feat-icon { animation-delay: 2s; }

.af-feat-item h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #1a171b;
  margin-bottom: 4px;
}

.af-feat-item p {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
}

/* ==========================================================================
   BOUTON AVEC EFFET LUMINEUX (Glow)
   ================================================================---------- */
.af-vl-cta-box {
  text-align: center;
}

.af-vl-btn-glow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #1a171b;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 25px -5px rgba(26, 23, 27, 0.25);
  position: relative;
  overflow: hidden;
}

.af-vl-btn-glow svg {
  transition: transform 0.3s ease;
}

.af-vl-btn-glow:hover {
  background: #d97706;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px -5px rgba(217, 119, 6, 0.4);
}

.af-vl-btn-glow:hover svg {
  transform: translateX(5px);
}

.af-vl-direct-links {
  margin-top: 25px;
  font-size: 0.95rem;
  color: #64748b;
}

.af-vl-direct-links a {
  color: #1a171b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.af-vl-direct-links a:hover {
  color: #d97706;
  text-decoration: underline;
}

/* ==========================================================================
   ANIMATIONS KEYFRAMES
   ================================================================---------- */
@keyframes afFadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes afFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes afScaleUp {
  from { opacity: 0; transform: scale(0.95) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes afFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}/* End custom CSS */