.elementor-20780 .elementor-element.elementor-element-73963ea3{--display:flex;--background-transition:0.3s;}/* Start custom CSS */:root {
    --maroon: #7B1C22;
    --gold: #C8962A;
    --light-gold: #f5e9c8;
    --dark: #1a1a1a;
    --gray: #555;
    --light-gray: #f9f9f9;
    --white: #ffffff;
  }
 
  * { margin: 0; padding: 0; box-sizing: border-box; }
 
  body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.8;
  }
 
  /* ── HERO ── */
  .hero {
    background: linear-gradient(135deg, var(--maroon) 0%, #3d0a0d 60%, #1a0406 100%);
    color: white;
    padding: 70px 40px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: rgba(200,150,42,0.12);
  }
  .hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -40px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(200,150,42,0.08);
  }
  .hero .badge {
    display: inline-block;
    background: var(--gold);
    color: white;
    font-size: 1.59rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(4.8rem, 5vw, 4.8rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }
  .hero h1 span { color: var(--gold); }
  .hero .meta {
    font-size: 1.55rem;
    opacity: 0.75;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .hero .separator {
    width: 60px;
    height: 3px;
    background: var(--gold);
    margin: 22px auto 0;
    border-radius: 2px;
  }
 
  /* ── LAYOUT ── */
  .container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
  }
 
  /* ── INTRO ── */
  .intro-section {
    padding: 56px 0 40px;
  }
  .intro-section p.lead {
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--gray);
    border-left: 4px solid var(--maroon);
    padding-left: 20px;
    margin-bottom: 26px;
    font-style: italic;
  }
  .intro-section p {
    font-size: 1.57rem;
    color: #444;
    margin-bottom: 18px;
  }
 
  /* ── PHOTO FEATURE ── */
  .photo-feature {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin: 36px 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    position: relative;
  }
  .photo-feature img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
  }
  .photo-feature .caption {
    background: rgba(123,28,34,0.9);
    color: white;
    padding: 14px 20px;
    font-size: 0.92rem;
    font-style: italic;
    letter-spacing: 0.3px;
  }
 
  /* ── SECTION TITLES ── */
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: var(--maroon);
    margin: 50px 0 18px;
    position: relative;
    padding-bottom: 12px;
  }
  .section-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 48px; height: 3px;
    background: var(--gold);
    border-radius: 2px;
  }
 
  /* ── PHOTO GRID ── */
  .photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 28px 0;
  }
  .photo-grid.three { grid-template-columns: 1fr 1fr 1fr; }
  .photo-grid .item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    position: relative;
  }
  .photo-grid .item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
  }
  .photo-grid .item:hover img { transform: scale(1.04); }
  .photo-grid .item .label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(123,28,34,0.85));
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 28px 12px 10px;
    letter-spacing: 0.5px;
  }
 
  /* ── PALMARÈS CARDS ── */
  .palmares {
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .award-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--light-gray);
    border-radius: 12px;
    padding: 20px 24px;
    border-left: 5px solid var(--maroon);
    transition: box-shadow 0.2s;
  }
  .award-card:hover { box-shadow: 0 6px 24px rgba(123,28,34,0.12); }
  .award-card.gold-border { border-left-color: var(--gold); }
  .award-icon {
    font-size: 3rem;
    flex-shrink: 0;
  }
  .award-info .award-type {
    font-size: 1.32rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 3px;
  }
  .award-info .award-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--maroon);
  }
  .award-info .award-detail {
    font-size: 1.33rem;
    color: var(--gray);
    margin-top: 2px;
  }
 
  /* ── QUOTE ── */
  .quote-block {
    background: linear-gradient(135deg, var(--maroon), #a02028);
    color: white;
    border-radius: 14px;
    padding: 40px 48px;
    margin: 44px 0;
    position: relative;
    text-align: center;
  }
  .quote-block::before {
    content: '❝';
    font-size: 5rem;
    opacity: 0.15;
    position: absolute;
    top: 10px; left: 24px;
    line-height: 1;
  }
  .quote-block p {
    font-family: 'Playfair Display', serif;
    font-size: 2.15rem;
    font-style: italic;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }
  .quote-block .quote-author {
    margin-top: 16px;
    font-size: 1.82rem;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.8;
    text-transform: uppercase;
  }
 
  /* ── PARTENAIRES ── */
  .partner-mention {
    display: inline-block;
    color: #7a5a10;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 1.62rem;
    font-weight: 600;
    margin: 4px 4px 4px 0;
  }
 
  /* ── CTA / FOOTER ── */
  .cta-section {
    background: var(--light-gray);
    border-top: 3px solid var(--maroon);
    padding: 44px 0;
    margin-top: 56px;
    text-align: center;
  }
  .cta-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--maroon);
    margin-bottom: 12px;
  }
  .cta-section p { font-size: 1.02rem; color: var(--gray); margin-bottom: 24px; }
  .btn {
    display: inline-block;
    background: var(--maroon);
    color: white;
    padding: 13px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s;
  }
  .btn:hover { background: #a02028; transform: translateY(-2px); }
  .btn-outline {
    background: transparent;
    border: 2px solid var(--maroon);
    color: var(--maroon);
    margin-left: 12px;
  }
  .btn-outline:hover { background: var(--maroon); color: white; }
 
  /* ── ARTICLE META FOOTER ── */
  .article-footer {
    padding: 32px 0 60px;
    border-top: 1px solid #eee;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .article-footer .tags span {
    background: #eee;
    color: #555;
    font-size: 0.85rem;
    padding: 4px 12px;
    border-radius: 20px;
    margin-right: 6px;
  }
  .article-footer .share { font-size: 0.92rem; color: var(--gray); }
 
  @media (max-width: 600px) {
    .photo-grid { grid-template-columns: 1fr; }
    .photo-grid.three { grid-template-columns: 1fr 1fr; }
    .hero { padding: 50px 20px 44px; }
    .quote-block { padding: 30px 24px; }
    .award-card { flex-direction: column; align-items: flex-start; gap: 10px; }
    .article-footer { flex-direction: column; }
  }/* End custom CSS */