@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #0d6efd;
    --primary-soft: #e5f0ff;
    --accent: #f9004d;
    --bg-dark: #050816;
    --bg-gradient: radial-gradient(circle at top left, #1f2937, #050816 50%, #020617 100%);
    --surface: #ffffff;
    --text-main: #111827;
    --text-muted: #6b7280;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #e5e7eb;
    background: var(--bg-gradient);
}

h1 {
    font-size: 2.1rem;
    font-weight: 700;
}

h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
}

.nav-buttons {
    margin-left: auto;
}

/*.navbar {
    font-size: 16px;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    top: 0;
    left: 0;
}*/

.navbar-light .navbar-nav .nav-link {
    padding: 0 20px;
    color: #0f172a;
    font-size: 0.9rem;
    transition: 0.4s ease;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link.active,
.navbar i:hover {
    color: coral;
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -4px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.navbar {
    font-size: 1rem;
    padding: 0 0.7px;
    transition: 0.4s ease;
    font-weight: 500;
    cursor: pointer;
    margin-left: 5px;
    height: 70px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
}

header {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 5rem 0;
}

header p {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 1rem;
}

section {
    padding: 5rem 0;
}

.bg-light {
    background-color: #f8f9fa !important;
    color: var(--text-main);
}

/* Bootstrap bg-white : texte noir */
.bg-white {
    color: var(--text-main) !important;
}

.bg-white .text-muted {
    color: var(--text-muted) !important;
}

/* Sur fonds clairs (cards / formulaires / sections), remettre un texte foncé */
.form-container,
.card,
.register-box,
.login-box {
    color: var(--text-main);
}

/* Muted sur fond sombre : plus clair */
.text-muted {
    color: rgba(229, 231, 235, 0.75) !important;
}

/* Muted sur fond clair : standard */
.bg-light .text-muted,
.list-group-item .text-muted,
.card .text-muted,
.form-container .text-muted,
.register-box .text-muted,
.login-box .text-muted {
    color: var(--text-muted) !important;
}

/* Listes Bootstrap sur fond sombre : items lisibles */
.list-group-item {
    color: var(--text-main);
    background-color: rgba(255, 255, 255, 0.96);
    border-color: rgba(148, 163, 184, 0.35);
}


header {
    position: relative;
    z-index: 1;
    height: 700px;
    padding-top: 150px;
    text-align: center;
}

header .overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: #30303061;
}

header video {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header h1 {
    color: #f1f1f1;
    font-weight: 800;
    font-size: 92px;
    text-shadow: 2px 2px 0px #111;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    animation: heroTitle 1.2s ease-out forwards;
}
.services-link {
    color: #eee;
    font-size: 20px;
}
main {
    padding: 0 14px;
}
main section {
    padding: 75px 0;
    max-width: 1100px;
    margin: 0 auto;
}
section p {
    line-height: 1.4;
    font-size: 18px;
}

.logo {
    height: 70px;
    width: auto;
    margin-right: 15px;
}

.brand {
    font-size: 1.25rem;
    font-weight: 600;
    margin-left:0 ; /* Pour ajuster l'espace entre le logo et le texte */
}

.activite{
    width: 100%;
    padding: 78px 0px;
}

.activite img{
    height: auto;
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
}

.activite-text{
    width: 100%;
    max-width: 550px;
}

.main{
    width: 100%;
    max-width: 1130px;
    margin: 0 auto 3rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 1rem;
}

.activite-text h1{
    font-size: 80px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.activite-text p{
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}

.activite button{
    background: var(--accent);
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s;
}

.activite button:hover,
.activite-btn:hover{
    background: transparent;
    border: 2px solid var(--accent);
    color: var(--accent);
    cursor: pointer;
}

.activite-btn {
    background: var(--accent);
    color: white;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    transition: 0.4s;
    text-decoration: none;
    display: inline-block;
}

footer {
    background: rgba(15, 23, 42, 0.98);
    color: #e5e7eb;
    padding: 1.5rem 0 0.75rem;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.25rem 1.25rem;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 2fr);
    gap: 1.5rem;
    align-items: center;
}

.footer-social {
    text-align: left;
}

.footer-social h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 0.75rem;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.social-icons img {
    width: 18px;
    height: 18px;
}

.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.6);
    border-color: var(--accent);
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 6px 18px rgba(15, 23, 42, 0.6));
}

.footer-navigation {
    text-align: right;
}

.footer-navigation h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

.footer-navigation ul {
    list-style: none;
    padding: 0;
}

.footer-navigation ul li {
    margin-bottom: 0.25rem;
}

.footer-navigation ul li a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-navigation ul li a:hover {
    color: var(--accent);
}

.footer-contact {
    text-align: center;
    margin-top: 0.5rem;
}

.footer-contact p {
    margin: 0.15rem 0;
    font-size: 0.85rem;
    color: #9ca3af;
}

.footer-contact a {
    color: #e5e7eb;
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--accent);
}

.footer-certification {
    text-align: center;
    padding: 1rem 0;
}

.footer-stamp {
    width: 100px;
    height: auto;
    max-width: 120px;
    opacity: 0.95;
}

.footer-bottom {
    text-align: center;
    padding: 0.5rem 0 0.25rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.register-container, .login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #f9fafb, #e5f2ff);
}

/* Boîte de formulaire */
.register-box, .login-box {
    background-color: rgba(255, 255, 255, 0.97);
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0px 15px 40px rgba(15, 23, 42, 0.15);
    width: 100%;
    max-width: 380px;
    text-align: center;
}

/* Titre de la page */
h2 {
    margin-bottom: 20px;
    color: #333;
}

/* Style des groupes de saisie */
.input-group {
    margin-bottom: 20px;
    text-align: left;
}

/* Label du formulaire */
.input-group label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #555;
}

/* Champs de texte du formulaire */
.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 5px;
}

/* Bouton d'inscription/connexion */
.register-btn, .login-btn {
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.register-btn:hover, .login-btn:hover {
    background-color: #ff305f;
}

/* Lien vers l'inscription ou la connexion (uniquement sur pages auth) */
.register-box p,
.login-box p {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}

.register-box p a,
.login-box p a {
    color: #ff6b6b;
    text-decoration: none;
}

.register-box p a:hover,
.login-box p a:hover {
    text-decoration: underline;
}

/* Message d'erreur ou de succès */
.message {
    color: #ff4c4c;
    font-size: 14px;
}

.success-message {
    color: #28a745;
    font-size: 14px;
}

/* Page content (below fixed navbar) */
.page-content {
    padding-top: 5.5rem;
    min-height: 60vh;
}

/* Formulaire "Nous rejoindre" */
.form-container {
    max-width: 560px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-container label {
    display: block;
    margin: 0.75rem 0 0.35rem;
    font-weight: 500;
    color: #333;
}

.form-container input,
.form-container select,
.form-container textarea {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
}

.form-container button[type="submit"] {
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}

.form-container button[type="submit"]:hover {
    background: #e60045;
}

/* Section intro (accueil) */
.section-intro {
    max-width: 720px;
    margin: 0 auto;
}

.section-intro .lead {
    color: var(--text-muted);
}

/* ========================= */
/*   Page accueil - présentation */
/* ========================= */

.home-quote {
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid var(--accent);
    padding: 1.25rem 1.5rem;
    border-radius: 0 12px 12px 0;
    margin: 0;
    color: var(--text-main);
    position: relative;
}

.home-quote-mark {
    font-size: 3rem;
    color: var(--accent);
    opacity: 0.4;
    position: absolute;
    top: -0.5rem;
    left: 0.75rem;
    font-family: Georgia, serif;
}

.home-quote p {
    font-size: 1.05rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.home-quote cite {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-style: normal;
}

.home-maxime {
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent);
}

.home-pillar {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(249, 0, 77, 0.2);
}

.home-pillar i {
    font-size: 2rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.home-pillar h3 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    color: var(--text-main);
}

.home-pillar p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

.home-content-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    color: var(--text-main);
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.15);
}

.home-content-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.home-content-card p:last-child {
    margin-bottom: 0;
}

.home-slogan {
    font-size: 1.15rem !important;
    font-weight: 600;
    color: var(--accent);
    text-align: center;
    padding: 1rem 0 !important;
}

.home-signature {
    font-size: 0.95rem;
    color: rgba(229, 231, 235, 0.9);
}

.home-signature strong {
    color: #fff;
    font-weight: 600;
    margin-top: 0.25rem;
}

@media (max-width: 576px) {
    .home-content-card {
        padding: 1.5rem 1.25rem;
    }
}

.a-propos-subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent);
}

/* Bouton vidéo explicative (accueil) */
.btn-video-explicative {
    background: transparent;
    color: #e5e7eb;
    border: 2px solid rgba(229, 231, 235, 0.6);
}

.btn-video-explicative:hover {
    border-color: var(--accent);
    color: var(--accent);
}

/* Boutons site : même couleur que l’animation navbar (accent coral) */
.btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
    box-shadow: 0 10px 25px rgba(249, 0, 77, 0.35);
}

.btn-primary:hover {
    background-color: #e60045;
    border-color: #e60045;
}

.card,
.main .col-lg-5 img {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.card:hover,
.main .col-lg-5 img:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
}

@keyframes heroTitle {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Activités : alternance image / texte responsive */
@media (max-width: 991px) {
    .main {
        flex-direction: column;
        text-align: center;
    }
    .activite-text {
        max-width: 100%;
    }
}

/* Désactivation radicale de toute animation/transition sur les logos (navbar + footer + formulaires) */
.logo,
.footer-logo img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
}

/* ========================= */
/*   Zone admin / dashboard  */
/* ========================= */

.admin-body {
    min-height: 100vh;
    background: #f3f4f6;
    color: var(--text-main);
}

.admin-nav {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 10px 25px rgba(148, 163, 184, 0.45);
}

.admin-nav .navbar-brand {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a !important;
}

/* Boutons navbar Dashboard : lisibles sur fond blanc */
.admin-nav .btn-outline-light {
    color: #0f172a !important;
    border-color: rgba(15, 23, 42, 0.35) !important;
}

.admin-nav .btn-outline-light:hover {
    background-color: #f1f5f9 !important;
    border-color: var(--accent) !important;
    color: var(--accent) !important;
}

.admin-main {
    max-width: 1180px;
}

.admin-main h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
}

.admin-main .lead {
    color: #6b7280;
}

.admin-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(209, 213, 219, 0.9);
    box-shadow: 0 10px 30px rgba(148, 163, 184, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.admin-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    box-shadow: 0 18px 45px rgba(148, 163, 184, 0.6);
}

.admin-card .card-title {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #111827;
}

.admin-card .card-text {
    color: #4b5563;
    font-size: 0.95rem;
}

/* Boutons des cartes admin : couleur accent (pas de bleu) */
.admin-card .btn-primary {
    background: var(--accent);
    border-color: var(--accent);
}

.admin-card .btn-primary:hover {
    background: #e60045;
    border-color: #e60045;
}

.admin-card .btn-outline-primary {
    color: var(--accent);
    border-color: var(--accent);
}

.admin-card .btn-outline-primary:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.admin-badge {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #6b7280;
}

.admin-table-wrapper {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(209, 213, 219, 0.9);
    padding: 0.75rem;
}

.admin-table-wrapper table {
    color: #111827;
}

.admin-table-wrapper thead {
    background: #f9fafb;
}

.admin-table-wrapper th {
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b7280;
}

.admin-table-wrapper td {
    border-color: rgba(209, 213, 219, 0.9) !important;
}

/* Page Gestion des comptes admin */
.admin-page-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.admin-page-header-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--accent), #e60045);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.admin-nav .btn-admin-nav {
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.2);
}

.admin-nav .btn-admin-nav:hover {
    background: #f1f5f9;
    border-color: var(--accent);
    color: var(--accent);
}

.admin-nav .btn-admin-outline {
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.2);
}

.admin-nav .btn-admin-outline:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.alert-admin {
    border-radius: 12px;
    border: none;
}

.admin-form-card .admin-form-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(249, 0, 77, 0.12);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.form-control-admin {
    border-radius: 10px;
    border-color: rgba(209, 213, 219, 0.9);
}

.form-control-admin:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(249, 0, 77, 0.15);
}

.btn-admin-primary {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}

.btn-admin-primary:hover {
    background: #e60045;
    color: #fff;
}

.admin-list-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.admin-empty-state {
    background: #f9fafb;
    border-radius: 12px;
}

.admin-users-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.admin-user-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #f9fafb;
    border-radius: 12px;
    transition: background 0.2s ease;
}

.admin-user-item:hover {
    background: #f1f5f9;
}

.admin-user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #e60045);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.admin-user-info {
    min-width: 0;
}

.admin-user-badge {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--accent);
    background: rgba(249, 0, 77, 0.1);
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
}

/* Page Disponibilités */
.admin-availability-icon {
    background: linear-gradient(135deg, #0ea5e9, #0284c7) !important;
}

.availability-form-block .form-label {
    color: #374151;
}

.admin-dates-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.admin-date-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.25rem;
    background: #f9fafb;
    border-radius: 12px;
    transition: background 0.2s ease;
}

.admin-date-item:hover {
    background: #f1f5f9;
}

.admin-date-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(14, 165, 233, 0.15);
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.admin-date-info {
    min-width: 0;
}

.btn-admin-delete {
    color: #6b7280;
    border: 1px solid rgba(209, 213, 219, 0.9);
    border-radius: 8px;
    padding: 0.4rem 0.65rem;
}

.btn-admin-delete:hover {
    color: #dc2626;
    border-color: #dc2626;
    background: rgba(220, 38, 38, 0.08);
}

@media (max-width: 768px) {
    .admin-page-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ========================= */
/*   Page profil utilisateur */
/* ========================= */

.profile-main {
    background: var(--bg-gradient);
}

.profile-main .profile-header-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    padding: 1.75rem 2rem;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.2);
    color: var(--text-main);
}

.profile-main .profile-avatar {
    font-size: 3.5rem;
    color: var(--accent);
}

.profile-main .profile-header-text {
    flex: 1;
    min-width: 180px;
}

.profile-main .profile-welcome {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.25rem;
}

.profile-main .profile-meta {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

.profile-main .profile-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.profile-main .profile-card {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.2);
    overflow: hidden;
    color: var(--text-main);
}

.profile-main .profile-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.75rem;
    background: rgba(249, 250, 251, 0.9);
    border-bottom: 1px solid rgba(209, 213, 219, 0.8);
}

.profile-main .profile-card-header i {
    font-size: 1.25rem;
    color: var(--accent);
}

.profile-main .profile-card-header h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.profile-main .profile-card-body {
    padding: 1.75rem;
}

.profile-main .profile-card-body .form-label {
    color: var(--text-main);
    font-weight: 500;
}

.profile-main .profile-card-body .form-control {
    border-color: rgba(209, 213, 219, 0.9);
}

/* Boutons profil : même couleur que navbar (accent) */
.profile-main .btn-profile-action,
.profile-main .btn-profile-submit {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    transition: background 0.25s ease, transform 0.2s ease;
}

.profile-main .btn-profile-action:hover,
.profile-main .btn-profile-submit:hover {
    background: #e60045;
    color: #fff;
    transform: translateY(-2px);
}

.profile-main .btn-profile-outline {
    background: transparent;
    color: var(--text-main);
    border: 2px solid rgba(148, 163, 184, 0.6);
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.profile-main .btn-profile-outline:hover {
    border-color: var(--accent);
    color: #e60045;
}

@media (max-width: 576px) {
    .profile-main .profile-header-card {
        flex-direction: column;
        text-align: center;
    }
    .profile-main .profile-actions {
        justify-content: center;
    }
}

/* ========================= */
/*   Page réservation        */
/* ========================= */

.reservation-main {
    background: var(--bg-gradient);
}

.reservation-main .card {
    background: rgba(255, 255, 255, 0.97);
    color: var(--text-main);
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.2);
}

.reservation-main .form-label {
    color: var(--text-main);
}

.reservation-main .btn-reservation-submit {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    transition: background 0.25s ease, transform 0.2s ease;
}

.reservation-main .btn-reservation-submit:hover {
    background: #e60045;
    color: #fff;
    transform: translateY(-2px);
}

.reservation-main .btn-reservation-outline {
    background: transparent;
    color: var(--text-main);
    border: 2px solid rgba(148, 163, 184, 0.6);
    border-radius: 8px;
}

.reservation-main .btn-reservation-outline:hover {
    border-color: var(--accent);
    color: #e60045;
}

/* Jours du calendrier : sélection orange */
.reservation-main .btn-reservation-day {
    background: transparent;
    border: 1px solid rgba(148, 163, 184, 0.5);
    color: var(--text-main);
}

.reservation-main .btn-reservation-day:hover {
    border-color: var(--accent);
    color: #e60045;
}

.reservation-main .btn-reservation-day-selected {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}