/* =========================
   BASE TYPO (Apple style)
========================= */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    color: #1d1d1f;
    background-color: #ffffff;
    line-height: 1.7;
    font-size: 16px;
}

/* =========================
   TITRES (impact sportif)
========================= */
h1, h2, h3, h4 {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 1.8rem;
}

/* =========================
   TEXTE & GRAS (amélioré)
========================= */
strong, b {
    font-weight: 700;
    color: #000;
}

p {
    margin-bottom: 1.2em;
}

/* =========================
   LIENS (dynamique)
========================= */
a {
    color: #ff3b30;
    text-decoration: none;
    transition: all 0.25s ease;
}

a:hover {
    color: #ff6b60;
    text-decoration: underline;
}

/* =========================
   BOUTONS (energy)
========================= */
.btn {
    background-color: #ff3b30;
    border: none;
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #e63228;
    transform: translateY(-2px);
}

/* =========================
   CARDS / BLOCS
========================= */
.card, .item-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    padding: 20px;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* =========================
   MENU (sobre and modern)
========================= */
.navbar {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #eee;
}

.navbar a {
    font-weight: 500;
    color: #333;
}

.navbar a:hover {
    color: #ff3b30;
}

/* =========================
   SECTIONS
========================= */
section {
    padding: 60px 0;
}

/* =========================
   IMAGES
========================= */
img {
    border-radius: 12px;
}

/* =========================
   PETITS DÉTAILS PREMIUM
========================= */
::selection {
    background: #ff3b30;
    color: #fff;
}

/* micro animation globale */
* {
    transition: color 0.2s ease, background 0.2s ease;
}

/* =========================
   PHOCAGALLERY CLEAN RESET
========================= */

/* Texte normal (enleve rouge par defaut) */
.com_phocagallery a {
    color: #1d1d1f;
    text-decoration: none;
    font-weight: 500;
}

.com_phocagallery a:hover {
    color: #ff3b30;
}

/* Titres galerie */
.com_phocagallery .pg-cv-name {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

/* Supprimer icônes moches */
.com_phocagallery i,
.com_phocagallery svg {
    display: none;
}

/* Images clean */
.com_phocagallery img {
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.com_phocagallery img:hover {
    transform: scale(1.02);
}

/* Banniere */
.container-banner img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  height: 10px !important;
}

.container-banner .banner-overlay {
  height: 40vh !important;
  background-position: center center !important;
}
