:root {
    --nav-height: 70px;
    --text-color: #fbfbfb;
    --accent-color: #00d4ff;
    --glass-bg: rgba(0, 0, 0, 0.5);
}

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

body {
    font-family: 'Verdana', sans-serif;
    color: var(--text-color);
    background: url('/images/_24A8363.JPG') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* --- NAVIGATION --- */
#nav-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: var(--glass-bg);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--nav-height);
    gap: 2rem;
}

.nav-link {
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-link:hover, .nav-link.active {
    color: var(--accent-color);
}

/* --- HERO & GRID --- */
.hero-header {
    flex: 1;
    padding-top: calc(var(--nav-height) + 4rem);
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-tagline{
    margin-left: 19px
}

.hero-text h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 90%;
    max-width: 1100px;
    margin-top: 3rem;
}

.category-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    transition: 0.3s;
}


.modern-footer {
    background: rgba(0, 0, 0, 0.8);
    padding: 3rem 1rem 1.5rem;
    text-align: center;
    margin-top: auto;
}

.footer-bottom {
    margin-top: -1rem;
    padding-top: 2rem;
    border-top: -114px ;
    font-size: 0.8rem;
}

.footer-bottom a {
    color: var(--accent-color);
    text-decoration: none;
}



/*++++++++++++PORTFOLIO+++++++++++++++++++++*/
.portfolio-container {
    flex: 1;
    
    padding-top: 120px; 
    
    /* Padding-bottom : empêche le contenu de toucher le bas */
    padding-bottom: 100px; 
    
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin:  auto;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    margin-top: 50px; /* Espace après le titre H2 */
}
.photo-title{
  color: #fcf9f9;
  -webkit-text-stroke: 0.3px black;
}

/*+++++++++++++++++++++++++TARIFS+++++++++++++++++++++++++*/

/* Conteneur principal */
.content-wrapper {
    padding: 120px 20px 80px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

h2 {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* --- Style du Tableau --- */
.table-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

th {
    background: rgba(0, 212, 255, 0.2);
    color: var(--accent-color);
    text-transform: uppercase;
    font-size: 0.9rem;
}

tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.price {
    font-weight: bold;
    color: var(--accent-color);
}

/* --- Style du Formulaire --- */
.form-container {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    opacity: 0.8;
}

input, select {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: white;
    outline: none;
}

input:focus, select:focus {
    border-color: var(--accent-color);
}

/* Custom Select (pour éviter le fond blanc moche du navigateur) */
select option {
    background: #222;
    color: white;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background: var(--accent-color);
    border: none;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}

.btn-submit:hover {
    background: white;
    transform: translateY(-2px);
}


/*++++++++++++++contact+++++++++++++++*/
/* --- PAGE À PROPOS --- */

.about-container {
    padding: 140px 20px 80px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* Carte de profil principale */
.profile-card {
    display: flex;
    align-items: center;
    gap: 50px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-image img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.profile-info {
    flex: 1;
}

.profile-info h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.accent-text {
    color: var(--accent-color);
}

.subtitle {
    font-size: 1.1rem;
    color: var(--accent-color);
    margin-bottom: 25px;
    font-style: italic;
    opacity: 0.9;
}

.bio-text p {
    margin-bottom: 15px;
    line-height: 1.8;
    opacity: 0.8;
}

/* Réseaux sociaux sur la page About */
.social-links-about {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.social-links-about a {
    color: white;
    font-size: 1.5rem;
    transition: 0.3s ease;
}

.social-links-about a:hover {
    color: var(--accent-color);
    transform: translateY(-3px);
}

/* Grille de compétences */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.skill-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.3s;
}

.skill-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.skill-item i {
    font-size: 2rem;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.skill-item h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}

.skill-item p {
    font-size: 0.9rem;
    opacity: 0.7;
}

/* --- RESPONSIVE --- */

@media (max-width: 900px) {
    .profile-card {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .profile-image img {
        width: 200px;
        height: 200px;
        border-radius: 50%; /* Image ronde sur mobile */
    }

    .skills-grid {
        grid-template-columns: 1fr;
    }

    .social-links-about {
        justify-content: center;
    }
}

