*,
*::after,
*::before {
    box-sizing: border-box;
}

h1 {
    font-family: "Odibee Sans", sans-serif;
    font-weight: 800;
    font-size: 4.75rem;
    margin-left: 100px;

}
body{
    margin: 0;
    background-image: url(image/bg.webp);
}
table {
    padding: 20px;
    width: 100%;
    border-collapse: collapse;
    border: 20px solid black;
}

.accueil-image {
    width: 100%;
}
.introduction {
    font-family: "Afacad Flux", sans-serif;
    font-size: 1.5rem;
    color: black;
    width: 75%;
    margin: 0 auto;

}

    .precision {
        color: #7a0125;
            font-family: "Afacad Flux", sans-serif;
    font-size: 1.5rem;
        width: 75%;
    margin: 0 auto;
        
    }
    em {
        font-size: 1.25rem;
    }
   a {
        color: #7a0125;
        font-family: "Odibee Sans", sans-serif;
    }



.logo{
    position: absolute;
    top: 15px;
    left: 15px;
    width: clamp(100px, 20vw, 225px);
    z-index: 4; 
}
.barre-accueil {
    position: absolute;
    top: 75px;                   
    right: 3%;                 
    transform: translateY(-50%); 
    width: 50%;
    border-radius: 15px;
    z-index: 3;        
}

.barre-accueil form {
    display: flex;
    gap: 20px;
    width: 100%;
}

.barre-accueil input {
    flex: 1;
    padding: 12px 20px;
    font-family: "Afacad Flux", sans-serif;
    font-size: 1rem;
    border: 2px solid black;
    border-radius: 30px;
    outline: none;
    background-color: #fdfdfdff;
}

.barre-accueil button {
    padding: 12px 24px;
    background: #7a0125;
    color: white;
    font-family: "Odibee Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 30px;
    cursor: pointer;
}




/* iframe {
    width: 400px;
    height: 290px;
} */
.carrousel-section {
    margin: 40px 0;
    font-family: "Afacad Flux", sans-serif;
}
.carrousel-section h2 {
font-family: "Odibee Sans", sans-serif;
  font-weight: 800;
  font-size: 4.75rem;
  margin-left: 100px;
}
.carrousel-wrapper {
    position: relative;
    overflow: hidden;
}
.carrousel-track {
    display: flex;
    gap: 20px;
    transition: transform 1s ease;
}
.carrousel-card {
    min-width: 260px;
    background: #7a0125;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 16px;
    flex-shrink: 0;
}
.carrousel-card .date {
    font-size: 0.9rem;
    color: #b4b4b4;
    margin-bottom: 6px;
}
.carrousel-card .song {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #f5f1e4;
}
.carrousel-card .type {
    font-size: 13px;
    color: #d6d6d6;
    margin-bottom: 4px;
}
.carrousel-card .event {
    font-size: 0.9rem;
    color: #b4b4b4;
    margin-bottom: 12px;
}
.carrousel-card a {
    display: inline-block;
    padding: 6px 14px;
    background:#f5f1e4;
    color: #7a0125;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.8rem;
}
.carrousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f5f1e4;
    color: #7a0125;
    border: black solid 2px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
}
.carrousel-btn.prev { left: 0; }
.carrousel-btn.next { right: 0; }



.section-artistes {
    margin: 60px 0;
}

.titre-artistes {
    font-family: "Odibee Sans", sans-serif;
    font-weight: 800;
    font-size: 4.75rem;
    margin-left: 100px;
}

.grille-artistes {
    display: flex;
    flex-direction: column;
    gap: 25px;          
    margin-left: 100px;
    margin-right: 100px;
    padding-bottom: 40px;
}


.card-artiste-accueil {
    display: flex;
    background: #7a0125; 
    border: 2px solid #000000;
    border-radius: 12px;
    padding: 20px;
    gap: 30px;    
}

.artiste-visuel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.artiste-visuel img {
    width: 210px;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid black;
    background-color: #f5f1e4;
}

.artiste-nom {
    font-family: "Odibee Sans", sans-serif;
    font-size: 2rem;
    color: #f5f1e4;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 1px;
}
.artiste-description {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    font-family: "Afacad Flux", sans-serif;
    color: #f5f1e4;
}

.artiste-role, .artiste-age {
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: #d6d6d6;
}

.artiste-role , .artiste-age  {
    color: #f5f1e4;
}

.artiste-bio {
    font-size: 1.05rem;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
    color: #f5f1e4;
}

.btn-details-carousel {

    display: inline-block;
    margin-top: 15px ;
    padding: 8px 16px ;
    background: #f5f1e4;
    color: #7a0125 ;
    border: 2px solid black;
    border-radius: 50px !important;
    text-decoration: none ;
    font-family: "Odibee Sans", sans-serif;
    font-size: 1.1rem !important;
    text-align: center;
    transition: 0.2s ease ;
}

.btn-details-carousel:hover {
    background: black ;
    color: #f5f1e4 ;
}


