.bf6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
    z-index: 10;
}

.img {
    width: 365px;
    height: 350px;
    object-fit: cover;
    margin: 10px;
}

.gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 80px;
}

.EA1 {
    width: 200px;
    height: auto;
    margin-top: 20px;
}

.texte-logo {
    display: flex;
    align-items: flex-start; 
    gap: 20px; 
}

.logo-ea {
    width: 150px;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background: linear-gradient(135deg, #0b0c2a, #1c1e4a);
    overflow-x: hidden;
}

footer {
    background-color: #111111;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 20px;
    border-top: 3px solid #ff6b00;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-footer {
    margin-top: 100px;
    padding: 3rem 0 2rem;
    background: linear-gradient(180deg, #0a0a0a 0%, #111111 100%);
    border-top: 1px solid rgba(255, 170, 0, 0.2);
}

h1, h2, h3, h4 {
    color: #ff4444;
}

h1 {
    margin-top: 80px;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ff4444, #ff4444, #ff4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.1;
}

h2 {
    text-align: center;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

a {
    color: white;
}

.main-header {
    background: rgba(10, 10, 10, 0.98);
    padding: 0.6rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 170, 0, 0.2);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    gap: 3rem;
}

.logo {
    height: 45px;
    width: auto;
    transition: all 0.3s ease;
    filter: brightness(1);
}

.logo:hover {
    transform: scale(1.05);
    filter: brightness(1.3);
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
    align-items: center;
}


.main-nav a {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    background: none;
    border: none;
}

.main-nav a:hover {
    color: #ffaa00;
    background: none;
    transform: none;
    box-shadow: none;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffaa00, #ff6b00, #ff4444);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.main-nav a:hover::after {
    width: 100%;
}

.social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.social-links a {
    color: #b0b0b0;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 170, 0, 0.1);
}

.social-links a:hover {
    color: #ff4444;
    background: rgba(255, 0, 0, 0.1);
    transform: translateY(-3px);
}

.txt-bf {
    max-width: 1000px;
    margin: 4rem auto;
    padding: 3rem;
    background: linear-gradient(135deg, 
        rgba(26, 26, 26, 0.95) 0%, 
        rgba(20, 20, 20, 0.98) 100%);
    border-radius: 16px;
    border: 1px solid rgba(255, 170, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.txt-bf::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffaa00, #ff6b00, #ff4444);
}

.txt-bf h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 2.5rem 0 1.5rem 0;
    background: linear-gradient(135deg, #ffaa00, #ff6b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(255, 170, 0, 0.3);
    position: relative;
    letter-spacing: 0.5px;
}

.txt-bf h3:first-child {
    margin-top: 0;
}

.txt-bf h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #ffaa00, transparent);
    border-radius: 2px;
}

.txt-bf p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border-left: 4px solid #ffaa00;
    transition: all 0.3s ease;
    text-align: justify;
}

.txt-bf p:hover {
    background: rgba(255, 170, 0, 0.08);
    transform: translateX(5px);
    border-left-color: #ff6b00;
}

/* Responsive */
@media (max-width: 768px) {
    .main-nav {
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
    }
    
    .logo {
        margin-right: 0;
        height: 40px;
    }
    
    .main-nav ul {
        gap: 1rem;
    }
    
    .gallery {
        margin-top: 100px;
    }
    
    h1 {
        margin-top: 100px;
        font-size: 2.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .img {
        width: 300px;
        height: 300px;
    }
    
    .txt-bf {
        padding: 2rem;
        margin: 3rem 1rem;
    }
    
    .txt-bf h3 {
        font-size: 1.6rem;
    }
    
    .txt-bf p {
        font-size: 1rem;
        padding: 1rem;
    }
}