
body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#0c161f;
    color:white;
    line-height:1.6;
}
header{
    background:linear-gradient(to right,#000,#111,#1a1a1a);
    padding:5px 15px;
    position:sticky;
    top:0;
    z-index:1000;
    border-bottom:1px solid #8a8a8a;
}
header{
    background: #000000;
}
.contact-form{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-top:0px;
}
.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    border:none;
    border-radius:10px;
    background:#ececec;
    color:rgb(0, 0, 0);
    font-size:16px;
    border-top:1px solid #000000;
    border-bottom:2px solid #ffd900;
    box-sizing:border-box;
}
.contact-form textarea{
    resize:none;
}
.contact-form input:focus,
.contact-form textarea:focus{
    outline:none;
    box-shadow:0 0 10px rgba(235, 120, 5, 0.4);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color:#000000;
}
nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
nav img{
    height:60px;
}
nav ul{
    display:flex;
    gap:20px;
    list-style:none;
}
nav a{
    color:#d4af37;
    text-decoration:none;
    font-weight:bold;
    padding:10px 16px;
    border:1px solid transparent;
    border-radius:8px;
    transition:0.3s;
}
nav a:hover{
    border:1px solid #d4af37;
    transform:translateY(-3px);
    background:#111;
}
.hero{
    padding:1px 40px;
    text-align:center;
    background:linear-gradient(#091316,rgba(0, 0, 0, 0.8));
}
.hero h1{
    font-size:30px;
    margin-bottom:0px;
}
.hero p{
    max-width:850px;
    margin:auto;
    font-size:20px;
}
.btn{
    display:inline-block;
    font-size: 13px;
    margin-top:65px;
    padding:10px 15px;
    color:#ffffff;
    background:#000000;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
    border-top:1px solid #ffd000;
    border-bottom: 3px solid #cfcaca;
    box-shadow:0 0 15px rgb(255, 255, 255);
}
.btn:hover{
    background:#000000;
    color:#ffd000;
    transform:translateY(-1px);
    border-bottom: 3px solid #e0b908;
    box-shadow:0 0 15px rgba(255, 255, 255, 0.945);
}
.btn1{
    margin-bottom:25px;
}
.btn1{
    display:inline-block;
    font-size: 13px;
    margin-top:17px;
    padding:10px 15px;
    background:#000000;
    color:#ffd000;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
    border-top:1px solid #ffd000;
    border-bottom: 3px solid #e0b908;
    box-shadow:0 0 15px rgba(255, 255, 255, 0.945);
}
.btn1:hover{
    color:#ffffff;
    background:#000000;
    transform:translateY(-1px);
    border-bottom: 3px solid #cfcaca;
    box-shadow:0 0 15px rgb(255, 255, 255);
}
.btn2{
    margin-bottom:70px;
}
.btn2{
    display:inline-block;
    font-size: 13px;
    margin-top:13px;
    padding:10px 15px;
    color:#ffffff;
    background:#000000;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
    border-top:1px solid #ffd000;
    border-bottom: 3px solid #cfcaca;
    box-shadow:0 0 15px rgb(255, 255, 255);
}
.btn2:hover{
    background:#000000;
    color:#ffd000;
    transform:translateY(-1px);
    border-bottom: 3px solid #e0b908;
    box-shadow:0 0 15px rgba(255, 255, 255, 0.945);
}
.btn3{
    display:inline-block;
    font-size: 13px;
    margin-top:10px;
    padding:10px 15px;
    background:#000000;
    color:#ffd000;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
    border-top:1px solid #ffd000;
    border-bottom: 3px solid #e0b908;
    box-shadow:0 0 15px rgba(255, 255, 255, 0.945);
    margin-bottom:65px;
}
.btn3:hover{
    color:#ffffff;
    background:#000000;
    transform:translateY(-1px);
    border-bottom: 3px solid #cfcaca;
    box-shadow:0 0 15px rgb(255, 255, 255);
}
.btn-ses-oeuvres{
    display:inline-block;
    font-size: 13px;
    margin-top:0px;
    padding:10px 15px;
    background:#000000;
    color:#ffd000;
    border-radius:10px;
    margin-bottom:15px;
    text-decoration:none;
    font-weight:bold;
    border-top:1px solid #ffd000;
    border-bottom: 3px solid #e0b908;
    box-shadow:0 0 15px rgba(255, 255, 255, 0.945); 
}
.btn-ses-oeuvres:hover{
    color:#ffffff;
    background:#000000;
    transform:translateY(-1px);
    border-bottom: 3px solid #cfcaca;
    box-shadow:0 0 15px rgb(255, 255, 255);
}
.section{
    padding:0px 25px;
    max-width:1200px;
    margin:auto;
    margin-bottom:-20px;
}
section p{
    font-size:17px;
    line-height:1.8;
    margin-top:-18px;
    margin-bottom:19px;
}
.section h3{
    margin-top:-0px;
    margin-bottom:22px;
    color:#f1c123;
}
.section h3{
    text-align:left;
}
.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}
.card{
    background:#111;
    border:1px solid #2b2b2b;
    border-radius:14px;
    overflow:hidden;
    transition:0.3s;
    box-shadow:0 0 15px rgba(255, 255, 255, 0.733);
}
.card:hover{
    transform:translateY(-3px);
}
.card img{
    width:100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
    display:block;
    background:#222;
    margin-bottom:-35px;
    border-radius:10px;
}
.card-content{
    padding:15px;
    background:#000000;
}
.card-content img{
    font-size:-20px;
}
.card-content p{
    background:#0f0f0f;
    border-radius:10px;
}
.card-artistes{
    align-content: center;
    margin-bottom:-10px;
    padding:19px;
}
.card .card-artistes h3{
    transform: translateX(-11%);
}
.card-artistes p{
    background:#161616;
    border-radius:10px;
    margin-bottom:25px;
    text-align:left;
}
.card-artistes h3{
    display:inline-block;
    margin-bottom:10px;
    padding:19px;
}
.image-logosplateformes{
    padding:20px;
    margin-top:-35px;
}
.image-logosplateformes img{
    font-size:500px;
    width:119%;
    height:auto;
    transform: translateX(-8%);
    border-radius:7px;
    padding:0px;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    margin:0 !important;
}
.faq-item{
    margin-bottom:13px;
    background:#504646;
    padding:5px;
    border-radius:10px;
    transform:translateY(-3px);
    border-top:1px solid #f8bf05;
    border-bottom:2px solid #bbbbbb;
}
.socials a{
    color:#dfac1f;
    text-decoration:none;
    margin-right:15px;
}
.faq-question{
    width:100%;
    color: #ffffff;
    background:#000000;
    border:none;
    padding:10px;
    border-radius:10px;
    cursor:pointer;
    text-align:left;
    font-size:18px;
    transition:0.3s;
}
.faq-question:hover{
    color: #dfb52b;
}
.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:0.3s ease;
    background:#141414;
    color: #ffffff;
    border-radius:0 0 10px 10px;
    text-align: left;
}
.faq-answer p{
    padding:20px;
    line-height:1.8;
    font-size:17px;
}
.faq-item.active .faq-answer{
    max-height:850px;
}
.faq-space{
    height:10px;
}
/* ===== FOOTER GLOBAL ===== */
.footer-links{
    background: linear-gradient(180deg, #0b0b0b, #070707);
    border-top: 1px solid #757575;
    padding: 60px 20px 30px;
}
/* CONTAINER */
.footer-container{
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}
/* BRAND SECTION */
.footer-brand h2{
    color: #f1bb08;
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.footer-brand p{
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
}
/* TITLES */
.footer-col h3{
    color: #f1bb08;
    margin-bottom: 12px;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
/* LINKS */
.footer-col ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li{
    margin-bottom: 10px;
}
.footer-col a{
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
.footer-col a:hover{
    color: #f5bd04;
    padding-left: 2px;
}
/* CONTACT TEXT */
.footer-col p{
    color: #ffffff;
    font-size: 17px;
    margin: 6px 0;
}
/* SOCIAL */
.social-icons{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
/* BOTTOM BAR */
.footer-bottom{
    background: #050505;
    border-top: 1px solid #757575;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    color: #ffffff;
}
.footer-col a{
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.footer-col a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #f5bd04;
    transition: width 0.3s ease;
}
.footer-col a:hover::after{
    width: 100%;
}
/* RESPONSIVE */
@media (max-width: 900px){
    .footer-container{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px){
    .footer-links{
        padding: 35px 15px 20px;
    }
    .footer-container{
        grid-template-columns: 1fr;
        gap: 18px; /* 🔥 réduit fortement les espaces */
    }
    .footer-brand h2{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .footer-brand p{
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .footer-col h3{
        font-size: 18px;
        margin-bottom: 6px; /* 🔥 moins d’espace sous titres */
    }
    .footer-col ul li{
        margin-bottom: 6px; /* 🔥 liens plus serrés */
    }
    .footer-col p{
        margin: 4px 0; /* 🔥 compact contact */
        font-size: 17px;
        color: #ffffff;
    }
    .social-icons{
        gap: 6px; /* 🔥 réseaux plus proches */
    }
    .footer-bottom{
        padding: 10px;
        font-size: 15px;
    }
    .footer-col{
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 10px;
}
.footer-col:last-child{
    border-bottom: none;
}  
}                                             
/* NAVIGATION */
nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
}
nav img{
    height:45px;
}
/* MENU PC */
nav ul{
    list-style:none;
    display:flex;
    gap:16px;
    align-items:center;
    margin:0;
    padding:0;
}
nav a{
    color:#e7e6e3;
    text-decoration:none;
    font-weight:bold;
    padding:12px 20px;
    border:1px solid #6b3b3b;
    border-radius:12px;
    background:#202020;
    transition:0.3s;
    display:inline-block;
    border-top:1px solid #dfb52b;
    border-bottom: 2px solid #979595;
}
nav a:hover{
    background:#000000;
    color:#f1c123;
    border:1px solid #bebaba;
    transform:translateY(-1px);
    box-shadow:0 0 15px rgba(243, 241, 241, 0.35);
}
/* MENU TOGGLE */
.menu-toggle{
    display:none;
}
.mobile-socials{
    display:none;
}
/* MOBILE */
@media(max-width:900px){
header{
    padding:3px;
}
.menu-toggle{
    display:block;
    font-size:39px;
    color:#ecbf0a;
    cursor:pointer;
    z-index:1001;
    border-radius: 15px;
    border-top:1px solid #dfb52b;
    border-bottom:1px solid #d3d2d2;
    padding:0px 10px;
}
.menu-toggle:hover{
    background:#2b2a2a;
    color:#eeede9;
    transform:translateY(-1px);
    box-shadow:0 0 15px rgba(255, 255, 255, 0.35);
}
nav ul{
    z-index:1000;
}
/* MENU MOBILE CACHE */
nav ul{
    position:absolute;
    top:82px;
    right:1px;
    width:253px;
    background:#000000;
    border:3px solid #aaaaaa;
    border-radius:12px;
    padding:12px;
    display:none;
    flex-direction:column;
    gap:5px;
    z-index:1000;
    align-items:center;
}
nav a:hover{
    background:#000000;
    color:#f1c123;
    border:1px solid #bebaba;
    transform:translateY(-1px);
    box-shadow:0 0 15px rgba(243, 241, 241, 0.35);
}
/* MENU OUVERT */
nav ul.active{
    display:flex;
}
/* LIENS MOBILE */
nav a{
    width:100%;
    text-align:center;
    display:block;
    padding:10px 0;
    color:#e7e6e3;
    background:#0f0f0f;
    text-decoration:none;
    font-weight:bold;
    border:1px solid #7e4343;
    border-radius:12px;
    transition:0.1s;
    border-top:1px solid #dfb52b;
    border-bottom: 2px solid #a3a1a1;
}
nav li{
    width:100%;
    border-bottom:1px solid #666;
}
nav li:last-child{
    border-bottom:none;
}
.mobile-socials{
    display:flex;
    justify-content:center;
    gap:15px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #5c5c5c;
}
.mobile-socials a{
    width:30px;
    height:21px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #333;
    border-radius:14px;
}
.mobile-socials a i{
    font-size:23px;
}
.mobile-socials a:hover{
    border-color:#f1c123;
    color:#f1c123;
    transition:0.1s;
}
}
/* PAGE A PROPOS */
.logo-accueil img{
    width:100%;
    max-width:450px;
    height:auto;
    display:block;
    margin:auto;
    margin-top:-13px;
    margin-bottom:-3px;
}
.apropos-titre{
    text-align:center;
    color:#f1c123;
    margin-bottom:25px;
}
.logo-apropos{
    text-align:center;
    margin:30px 0;
}
.logo-apropos img{
    width:100%;
    max-width:450px;
    height:auto;
    display:block;
    margin:auto;
    margin-top:-37px;
    margin-bottom:-32px;
}
.image-biographie img{
    width:100%;
    max-width:450px;
    height:auto;
    display:block;
    margin:auto;
    margin-top:-15px;
    margin-bottom:25px;
}
.card-apropos{
    display:flex;
    gap:0px;
    align-items:center;
    background:#111;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:0px;
    transition:0.3s;
    border:1px solid #2b2b2b;
    box-shadow:0 0 15px rgba(219, 219, 219, 0.836);
}
.card-apropos:hover{
    transform:translateY(-3px);
}
.card-apropos img{
    width:320px;
    height:320px;
    object-fit:cover;
    display:block;
    margin-bottom:0;
    border-radius:10px;
    box-shadow:0 0 15px rgba(117, 117, 117, 0.836);
}
.card-apropos-content{
    padding:25px;
    margin-bottom:0;
}
.card-apropos-content h2,
.card-apropos-content h3{
    color:#f1c123;
    margin-top:0;
}
.card-apropos-content p{
    margin-bottom:15px;
    line-height:1.8;
}
@media(max-width:900px){
.card-apropos{
    flex-direction:column;
}
.card-apropos img{
    width:100%;
    height:auto;
    margin-bottom:0;
}
.card-apropos-content{
    padding:20px;
    margin-bottom:0;
}
}