@font-face {
    font-family: 'Joker';
    src: url('../fonts/typo.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
#dernieres-sorties-titre {
    font-family: 'Joker', sans-serif;
    margin-top: 330px; 
    font-size: 3em; 
    color: #fff9f9; 
    letter-spacing: 4px; 
    text-transform: uppercase; 
    font-weight: bold; /
}
body {
    font-family: 'Montserrat', sans-serif;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; 
}

.text-container {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.text-container p {
    width: 45%;
    text-align: justify;
    line-height: 1.8;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.content-wrapper {
    flex: 1;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-left, .nav-right {
    display: flex;
    list-style: none;
    margin:30px;
    padding: 10px;
    width: 100%;
    background-color: black;
}

.nav-left li, .nav-right li {
    margin: 0 15px;
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-left a, .nav-right a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    width: 100%;
}

.nav-left a:hover, .nav-right a:hover {
    color: #c7ad14;
}

main {
    padding: 20px;
    border-radius: 10px;
    max-width: 1200px;
    margin: 120px;
    width: 80%;
    max-width: 1200px;
    z-index: 5;
    flex-grow: 1; 
}
#table-container {
    background-color: rgb(220, 220, 220); 
    padding: 10px; 
    border-radius: 8px; 
    width: 20%; 
    max-width: 600px;
    margin: 20px auto; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
    margin-top: 50px; 
}

#mesDonnees {
    border-collapse: collapse;
    background-color: rgba(0, 0, 0, 0.7); 
    color: white;
    width: 100%; 
    font-size: 18px; 
    border-radius: 10px;
}

#mesDonnees th,
#mesDonnees td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #555;
}

#mesDonnees th {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #777;
}

#mesDonnees tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.dataTables_wrapper {
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin: 0px;
    width: 100%;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    color: white;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #555;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
    padding: 5px 8px; 
    border: 1px solid #555;
    border-radius: 5px;
    margin: 0 2px;
    cursor: pointer;
    font-size: 14px; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #555;
}

header {
    left: 0;
    width: 100%;
    height: 80px; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.header-content {
    position: relative;
    top: 20px;
}

.banner {
    position: relative;
    width: 100%;
    height: 64vh;  
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;  
    object-position: center center;  
    display: block;
}


.content {
    position: relative;
    z-index: 2;
    margin-top: 20px; 
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.text-container {
    position: absolute;
    left: 58%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 80%;
    font-family: 'Linden Hill', serif;
}

.text-container p {
    width: 45%;
    text-align: justify;
    line-height: 1.8;
    color: white;
    margin: 0 10px;
}

.titre-img {
    position: relative;  
    width: 100%;         
    max-width: 100%;     
    height: auto;        
    display: block;      
    margin: 0 auto;      
}
.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    overflow: visible;
    margin-top: -100px;
}
.carousel-item {
    position: absolute;
    transition: transform 0.5s ease, z-index 0.5s ease, opacity 0.5s ease;
    width: 300px;
    height: auto;
    object-fit: contain;
    border: 0.5px solid #c7ad14;
}
.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item:nth-child(1) {
    transform: translateX(0);
    z-index: 3;
}

.carousel-item:nth-child(2) {
    transform: translateX(200px) scale(0.9); 
    z-index: 2;
    opacity: 0.8;
}

.carousel-item:nth-child(3) {
    transform: translateX(-200px) scale(0.9); 
    z-index: 2;
    opacity: 0.8;
}
#album1 {
    z-index: 3;
    transform: translateX(0) translateY(0);
}

#album2 {
    z-index: 2;
    transform: translateX(-150px) translateY(50px) scale(0.9);
}

#album3 {
    z-index: 2;
    transform: translateX(150px) translateY(50px) scale(0.9);
}

footer {
    bottom: 0;
    width: 100%;
    height: 8vh;
    background-color: black;
    color: white;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-top: 20px;
}

footer p {
    margin: 0;
    text-align: center;
    line-height: 1.5;  
}

footer a {
    color: white; 
    text-decoration: none; 
}

footer a:hover {
    text-decoration: underline;
}

.slider-container {
    position: relative;
    width: 600px; 
    height: 400px; 
    margin: 225px auto; 
    overflow: visible; 
}
.slider-container img {
    width: 100%;
    height: 100%;
}


footer p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .text-container {
        flex-direction: column;
        align-items: center;
    }
    .text-container p {
        width: 100%;
        margin-bottom: 20px;
    }
} 
.slider-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px; 
}
#main-titre {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.galerie {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px; 
    margin-top: 20px; 
}

.galerie-image {
    position: relative;
    background-color: #c7ad14; 
    padding: 1.5px;
    box-sizing: border-box; 
    aspect-ratio: 2 / 3; /
}
.galerie-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    filter: grayscale(100%);
    display: block;
}

.galerie-image:hover img {
    filter: grayscale(0%);
    transform: scale(1.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#main-titre form {
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 10px; 
    margin-top: 20px; 
}
.nav-left a {
    text-decoration: none;
    color: #fff;  
    padding: 10px 20px;
    display: inline-block;
    transition: background-color 0.3s ease;
}


.nav-left a {
    text-decoration: none;
    color: #fff; 
    padding: 10px 20px;
    display: inline-block;
    transition: background-color 0.3s ease;
}
#main-titre h1 {
    font-family: 'Joker', sans-serif; 
    font-size: 5em; 
    color: #fff9f9; 
    letter-spacing: 3px;
    text-transform: uppercase; 
    font-weight: bold; 
    text-align: center;
    margin-top: -120px;
}

.nav-left a.active {
    color: #c7ad14; 
    font-weight: bold;
}
@media (max-width: 768px) {
    .galerie {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .galerie {
        grid-template-columns: repeat(1, 1fr);
    }
}

.nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: black;
    transition: width 0.3s ease, left 0.3s ease;
}

.nav-item:hover::after {
    width: 100%;
    left: 0;
}

.nav-item.clicked::after {
    width: 100%;
    left: 0;
    transition: width 0.2s ease-in, left 0.2s ease-in;
}

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

h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color:  white;
    font-family: 'Joker';
}


form {
    background-color: #1b1a1a;
    max-width: 400px; 
    width: 100%; 
    margin: 0 auto;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


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

.form-group label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: white;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 1    px;
    font-size: 1rem;
    color: #333;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #c7ad14;
    outline: none;
}


.form-group textarea {
    height: 150px;
}


.form-group input[type="radio"] {
    margin-right: 8px;
}


.message-erreur,
.message-success {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 1rem;
    border-radius: 5px;
    color: white;
}

.message-erreur {
   background-color: #c7ad14;
}   

.message-success {
    background-color: #c7ad14;
}

.btn-yellow {
    background-color: #c7ad14;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-yellow:hover {
    background-color: #c7ad14;
}

.credits-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;  
    background: #000000;
    padding: 20px;
}

.credits-content {
    background-color: #1b1a1a;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    max-width: 800px; 
    width: 100%;
}

h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #c7ad14; 

a {
    color: #c7ad14;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.main-content {
    padding: 20px;
  }
  
  .shadow-logo {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  ts-container, .other-content {
    opacity: 0;  
    transform: translateY(50px); 
    animation: fadeInUp 1s ease-out forwards;  
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(50px); 
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  

  .credits-content p, .other-content p {
    opacity: 0;  
    animation: fadeIn 1.5s ease-out forwards;
    animation-delay: 0.5s; 
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
@media (max-width: 768px) {
    .credits-content {
        padding: 15px;
    }
    h2 {
        font-size: 1.5rem;
    }
    p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    form {
        padding: 15px;
    }

    h2 {
        font-size: 1.5rem;
    }
}
}

.carousel-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 660px;
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    height: 100vh;
}


.text-box {
    background-color: #222;
    margin-bottom: 450px;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.text-box h2 {
    font-size: 24px; 
    margin-bottom: 10px;
    font-weight: bold;
}

.text-box p {
    font-size: 16px;
    line-height: 1.5;
}


.carousel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-left: 400px;
}

#illu2 {
    max-width: 532px;
    height: auto;
    margin-left: 9px;
}

input[type="radio"] {
    display: none;
}

.cards {
    position: relative;
    width: 500px;
    height: auto;
    margin-bottom: 20px;
    background-color: #1b1a1a;
    border-radius: 10px;
}

.card {
    position: absolute;
    width: 60%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: transform 0.4s ease;
    cursor: pointer;
    background-color: #c7ad14;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.card-content {
    padding: 10px;
}

.card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
    background-image: url('images/nouvelle-image.jpg');
    background-size: cover;
    background-position: center;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.card-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.card-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #c7ad14;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.card-btn:hover {
    background-color: #c7ad14;
}

/* Animation lorsque les éléments sont sélectionnés */
#item-1:checked ~ .cards #song-4,
#item-2:checked ~ .cards #song-1,
#item-3:checked ~ .cards #song-2,
#item-4:checked ~ .cards #song-3 {
    transform: translateX(-40%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
}

#item-1:checked ~ .cards #song-2,
#item-2:checked ~ .cards #song-3,
#item-3:checked ~ .cards #song-4,
#item-4:checked ~ .cards #song-1 {
    transform: translateX(40%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
}

#item-1:checked ~ .cards #song-1,
#item-2:checked ~ .cards #song-2,
#item-3:checked ~ .cards #song-3,
#item-4:checked ~ .cards #song-4 {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 1;
}
.bottom-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 20px;
    width: 100%;
}

.bottom-links a {
    color: orange;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.bottom-links a:hover {
    text-decoration: none;
}
