body {
font-family: Arial, Helvetica, sans-serif;
background-color: #f0e6d6;
overflow-x: hidden;
position: relative;
width: 1080px;
margin: auto;
}

#headermail{
 background-color: #A28482;
background-repeat: no-repeat;
height: 90px;
background-size: 1460px;
box-shadow: 0 0 90px #A28482;
background-position: center;
}

#headermail img{
    position: absolute;
}

#headermail img:nth-child(1){
    position: relative;
    width: 20%;
    top: 20%;
    margin-left: 15px;
}

#headermail img:nth-child(2){
    width: 5%;
    margin-top: 12px;
    margin-left: 5px;
}



#headersite {
background-color: #704325;
background-repeat: no-repeat;
height: 500px;
background-image: url(../images/ariana_acceuil.jpg);
background-size: 1480px;
box-shadow: 0 0 90px #A28482;
background-position: center;
}

#headersite h1 {
color: #f0e6d6;
font-family: "ff-providence-sans-web-pro", sans-serif;
font-weight: 80px;
font-style: normal;
position: relative;
left: 650px;
bottom: -180px;
font-size: 3.5rem;
font-family: "chauncy-pro", sans-serif;
font-style: normal;
right: 100px;

}

#headersite img {
position: relative;
left: 940px;
width: 65px;
top: 55px;
}

nav {   
    width: 1060px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #A28482;
    opacity: .8;
    border-radius: 90px;
    bottom: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    background-image: url(../images/image.png);
    background-size: 200px;
    background-position: 800px;
    align-items: center;
    height: 55px;
}

nav li {
    display: inline;
    margin-right: 40px;
}

nav li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 20px;
    transition: all 0.4s ease;
    display: inline-block;
}

nav li a:hover {
    color: rosybrown;
    background-color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

nav ul {
    display: flex;
    width: 70%;
    justify-content: space-between;
    padding: 0 40px; 
    position: relative;
    right: 90px;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

nav ul li {
    font-size: 22px; 
    line-height: 1;
}

li.active a {
background-color:white;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
color: #704325;
}

#index {
    background-color: #f0e6d6;
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding: 120px 0 200px;
}

#galerie {
    background-color: #f0e6d6;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 90px 0 150px;
}

#contact {
    background-color: #f0e6d6;
    display: flex;
    flex-direction: column;
    padding: 60px 0 200px;
    height: 80%;
    align-items: center;
}

#donnees {
    background-color: #f0e6d6;
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 100%;
}

#credits {
    background-color: #f0e6d6;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 90px 0 150px;
}

#mail{
background-color: #e8dcc8;
background-color: #f0e6d6;
   display: flex;
    flex-direction: column;
    gap: 120px;
    padding: 120px 0 200px;
    height: 300px;
}

#mainpartenaire{
width: 1080px;
align-items: center;
}

#vinyle {
  
  position: absolute;
  box-shadow:  rgba(0,0,0,0.9);
}

#vinyle .cover{
position: relative;
z-index: 9999;
width: 28%;
left: 3%;
bottom: 50px;
}

#vinyle .cd {
width: 27%;
position: relative;
z-index: 1;
left: -60px;
bottom: 47px;
border-radius: 50%;        /* rend l’image bien ronde */
  animation: rotation 8s linear infinite;
}

#vinyle .cd:hover {
width: 27%;
position: relative;
left: -60px;
bottom: 47px;
animation-play-state: paused;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.introduction {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.introduction p {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 200px;
font-style: normal;
    font-size: 22px;
    padding: 30px 5px;
    border-radius: 40px;
    background-color: #A28482;
    text-align: center;
    width: 450px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    margin: 0;
    margin-right: 36px;
    top: 30px;

   
}

h1 {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-weight: 400px;
    font-style: normal;
    text-align: left;
}

h1, h2, p {
    margin: 0;
}

.titre {
    display: flex;
    justify-content: center;
}


.titre h2 {
    max-width: 800px;
    text-align: center;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 29px;
    color: #704325;
}



.description {
    display: flex;
    justify-content: center;
    gap: 120px;
}


.description p {
    font-family: "acumin-pro-condensed", sans-serif;
    font-style: italic;
    font-size: 25px;
    text-align: center;
     margin: -80px 40px;
}


.albums {
    display: flex;
    justify-content: center;
    gap: 30px;
}


.album-container {
    position: relative; 
    width: 25%;
}



.album-container label {
    cursor: pointer;
    display: block;
    position: relative;
}

.album-container img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);

}

.album-hover {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(112, 67, 37, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #f0e6d6;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
}

.album-container:hover .album-hover {
    opacity: 1;
}

.album-container:hover img {
    transform: translateY(-10px);
}

.audio-lecture {
    display: none;
}

.spotify-player {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #f0e6d6;
}

.spotify-player iframe {
    width: 100%;
    max-width: 600px;
    height: 347px;
    border: 0;
}



.audio-lecture:checked + .spotify-player {
    max-height: 180px;
}

.audio-lecture:checked ~ .spotify-player {
    max-height: 180px;
}

.audio-lecture:checked ~ label .album-hover {
    display: none;
}

.albums {
    position: relative;
}

.albums > img {
    position: absolute;
    z-index: 1;
}

.albums > img:nth-of-type(1) {
    width: 65px;
    top: -10%;
    left: 7%;
}

.albums > img:nth-of-type(2) {
    width: 55px;
    top: -20px;
    left: 36%;
}

.albums > img:nth-of-type(3) {
    width: 62px;
    bottom: -20px;
    left: 32%;
}

.albums > img:nth-of-type(4) {
    width: 65px;
    bottom: -20px;
    left: 62%;
    transform: translateX(-50%);
}

.albums > img:nth-of-type(5) {
    width: 57px;
    bottom: -40px;
    left: 87%;
    transform: translateY(-50%);
}

.albums > img:nth-of-type(6) {
    width: 65px;
    top: -26px;
    left: 63%;
}

/* Masquer visuellement les titres pour l'accessibilité */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}












#montableau {
    width: 100%;
    border-collapse: collapse;
    font-family: "acumin-pro-condensed", sans-serif;
}

#montableau thead {
    background-color: #704325;
    color: #f0e6d6;
}

#montableau thead th {
    padding: 15px;
    font-weight: 600;
    text-align: left;
    border: none;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 20px;
}

#montableau tbody tr {
    transition: all 0.4s ease;
}

#montableau tbody tr:nth-child(odd) {
    background-color: #f0e6d6;
}

#montableau tbody tr:nth-child(even) {
    background-color: #e8dcc8;
}

#montableau tbody tr:hover {
    background-color: #A28482;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

#montableau tbody td {
    padding: 12px 15px;
    color: #704325;
    border-bottom: 1px solid #A28482;
    font-size: 18px;
}

#montableau tbody tr:hover td {
    color: white;
}


.dataTables_wrapper {
    padding: 40px;
    background-color: #f0e6d6;
    border-radius: 40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 900px;
}


.dataTables_filter input {
    padding: 8px 12px;
    border: 2px solid #A28482;
    border-radius: 20px;
    outline: none;
    transition: all 0.4s ease;
    background-color: white;
    color: #704325;
    font-family: "acumin-pro-condensed", sans-serif;
}

.dataTables_filter input:focus {
    border-color: #704325;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dataTables_length select {
    padding: 8px 12px;
    border: 2px solid #A28482;
    border-radius: 20px;
    outline: none;
    background-color: white;
    color: #704325;
    font-family: "acumin-pro-condensed", sans-serif;
}

.dt-button.buttons-print {
    background-color: #A28482;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "ff-providence-sans-web-pro", sans-serif;
}

.dt-button.buttons-print:hover {
    color: black;
    background-color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dt-button.buttons-print:active {
    transform: translateY(0);
}

.dt-button.buttons-print:before {
    margin-right: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 12px;
    margin: 0 4px;
    border-radius: 20px;
    border: 1px solid #A28482;
    background-color: white;
    color: #704325 !important;
    transition: all 0.4s ease;
    font-family: "ff-providence-sans-web-pro", sans-serif;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #A28482;
    color: white !important;
    border-color: #A28482;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #704325;
    color: #f0e6d6 !important;
    border-color: #704325;
}

.dataTables_info {
    color: #704325;
    font-weight: 500;
    font-family: "acumin-pro-condensed", sans-serif;
}

.dataTables_length label,
.dataTables_filter label {
    color: #704325;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 16px;
}






















.gallery-title {
    text-align: center;
    
}

.gallery-title h2 {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 42px;
    color: #704325;
    margin: 0 0 20px 0;
}

.gallery-title p {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 30px;
    color: #704325;
    opacity: 0.8;

}

.gallery-container {
    column-count: 4;
    column-gap: 15px;
    padding: 0 20px;
    background-color: #a2848288;
    padding: 18px;
    border-radius: 20px;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(112, 67, 37, 0.4);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item:nth-child(1) img { height: 320px; }
.gallery-item:nth-child(2) img { height: 240px; }
.gallery-item:nth-child(3) img { height: 380px; }
.gallery-item:nth-child(4) img { height: 280px; }
.gallery-item:nth-child(5) img { height: 350px; }
.gallery-item:nth-child(6) img { height: 220px; }
.gallery-item:nth-child(7) img { height: 300px; }
.gallery-item:nth-child(8) img { height: 260px; }
.gallery-item:nth-child(9) img { height: 340px; }
.gallery-item:nth-child(10) img { height: 290px; }
.gallery-item:nth-child(11) img { height: 390px; }
.gallery-item:nth-child(12) img { height: 310px; }
.gallery-item:nth-child(13) img { height: 270px; }
.gallery-item:nth-child(14) img { height: 330px; }
.gallery-item:nth-child(15) img { height: 240px; }
.gallery-item:nth-child(16) img { height: 360px; }

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(112, 67, 37, 0.9), transparent);
    color: #f0e6d6;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 16px;
    margin: 0 0 5px 0;
}

.gallery-overlay p {
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.gallery-item a {
    text-decoration: none;
    display: block;
}

.lightbox-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox-modal:target {
    display: flex;
    opacity: 1;
}

.lightbox-modal img {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(162, 132, 130, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #f0e6d6;
    font-size: 60px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1;
}

.lightbox-close:hover {
    color: #A28482;
    transform: rotate(90deg);
}

.lightbox-caption {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #f0e6d6;
    background-color: rgba(112, 67, 37, 0.9);
    padding: 15px 35px;
    border-radius: 30px;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 18px;
    text-align: center;
    max-width: 80%;
}

#fichier{
background-color:#a2848297;
width: 60%;
display: flex;
justify-content: center;
padding: 7%;
border-radius: 30px;
box-shadow: 0 0 50px rgba(162, 132, 130, 0.5);
align-items: center;
margin: auto;
}

#fichier label {
color: #704325;
font-family: "ff-providence-sans-web-pro", sans-serif;
font-size: 19px;
margin-right: 4px;
}

#fichier input {
font-family: "ff-providence-sans-web-pro", sans-serif;
 padding: 6px 8px;
border-radius: 20px;
color:#704325a2;

}

#fichier input::file-selector-button {
font-family: "ff-providence-sans-web-pro", sans-serif;
 padding: 6px 8px;
border-radius: 20px;
color: #704325a2;
}

#fichier input:hover {
color:#704325;

}

input::file-selector-button:hover {
color: #704325;
}

#ajoutimages h3{
    color: #704325;
    text-align: center;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 19px;

}

.mesphotos {
    width: 200px;
    padding: 5px;
    display: flex;
}

.confsauvegarde {
font-family: "ff-providence-sans-web-pro", sans-serif;
color: #704325;
 font-size: 25px;
    opacity: 0.9;
    text-align: center;
    
 
}







#contact h2{
 font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 42px;
    color: #704325;
    margin: 0 0 20px 0;

}


#contact p {
 font-family: "ff-providence-sans-web-pro", sans-serif;
color: #704325;
 font-size: 30px;
    margin: 0;
    opacity: 0.9;
    text-align: center;
    margin-bottom: 10%;

}


#contact {
    padding: 40px 20px;
}

#contact {
    background-color: #f0e6d6;
    padding: 60px 0 200px;
    text-align: center;
}

#contact h2 {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 42px;
    color: #704325;
    margin: 0 0 20px 0;
}

#contact > div {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    color: #704325;
    font-size: 30px;
    margin: 0 auto 80px;
    opacity: 0.9;
    max-width: 800px;
}

.contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    margin: 0 auto;
    max-width: 1200px;
}

.image {
    flex-shrink: 0;
}

.image img {
    width: 450px;
    max-width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(139, 111, 109, 0.4),
                0 10px 30px rgba(162, 132, 130, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(139, 111, 109, 0.5),
                0 15px 40px rgba(162, 132, 130, 0.4);
}


#formulaire {
    width: 300px;
    max-width: 90%;
    background: linear-gradient(135deg, #70432539 0%, rgba(162, 132, 130, 0.25) 100%);
    padding: 60px;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(162, 132, 130, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(162, 132, 130, 0.2);
    flex-shrink: 0;
}

#en-tete {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

#en-tete > div {
    flex: 1;
    min-width: 0;
}

#formulaireemail label,
#formulairemsg label,
#en-tete label,
#formulairetel label,
#formulairealbums label {
    display: block;
    margin-bottom: 10px;
    color: #704325;
    font-weight: 600;
    font-size: 18px;
}

#formulaireemail label span,
#formulairemsg label span,
#en-tete label span,
#formulairetel label span {
    color: #A28482;
}

#formulaireemail input,
#formulairemsg textarea,
#en-tete input, 
#formulairetel input {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid rgba(162, 132, 130, 0.3);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    box-sizing: border-box;
}

/* Style pour le select - harmonisé avec les autres champs */
#formulairealbums select,
#albumschoix {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid rgba(162, 132, 130, 0.3);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    box-sizing: border-box;
    color: #704325;
    cursor: pointer;
    height: 55px;
    appearance: none; /* Enlève le style par défaut du navigateur */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23A28482' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

#formulairealbums select:focus,
#albumschoix:focus {
    outline: none;
    border-color: #A28482;
    box-shadow: 0 0 0 3px rgba(162, 132, 130, 0.1);
}

#formulairealbums select:hover,
#albumschoix:hover {
    border-color: #A28482;
}

#formulaireemail input:focus,
#formulairemsg textarea:focus,
#en-tete input:focus,
#formulairetel input:focus {
    outline: none;
    border-color: #A28482;
    box-shadow: 0 0 0 3px rgba(162, 132, 130, 0.1);
}

#formulaireemail input {
    height: 55px;
}

#en-tete input {
    height: 55px;
}

#formulairetel input {
    height: 55px;
}

#formulairemsg textarea {
    height: 140px;
    resize: vertical;
    min-height: 100px;
}

#formulaireemail {
    margin-top: 20px;
}

#formulairemsg {
    margin-top: 20px;
}

#formulairetel {
    margin-top: 20px;
}

#formulairealbums {
    margin-top: 20px;
}

#formulairesubmit {
    margin-top: 30px;
    text-align: center;
}

#formulairesubmit input {
    width: 100%;
    padding: 18px 40px;
    background: #8B6F6D;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(139, 111, 109, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

#formulairesubmit input:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 111, 109, 0.5);
    background: #9B7F7D;
}

#formulairesubmit input:active {
    transform: translateY(0);
    box-shadow: 0 3px 15px rgba(139, 111, 109, 0.4);
}

.creditsindex h3, .creditsgalerie h3,
.creditsintro h3 , .creditscontact h3 {
   color: #8B6F6D;
font-family: "ff-providence-sans-web-pro", sans-serif; 
}

#lien {
background-color: #8b6f6da2;
border-radius: 20px;
width: 90%;
height: 90%;
margin: auto;
box-shadow: 0 3px 15px rgba(139, 111, 109, 0.4);

text-align: center;
}

#lien a {
color: #704325;
align-items: center;

}

#lien a:hover{
color: #f0e6d6;
}





.creditsintro h2 {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 42px;
    color: #704325;
    margin: 0 0 20px 0;
    text-align: center;
}

.creditsintro p {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 30px;
    color: #704325;
    opacity: 0.8;
    text-align: center;

}

.contenu {
background-color: #8b6f6d3e;
width: 85%;
margin: auto;
padding: 20px;
border-radius: 15px;
 box-shadow: 0 0 20px rgba(0,0,0,.2);

}

.contenu h1 {
color: #704325;
margin-left: 2%;
}

.contenu p{
margin-left: 6%;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-weight: 200px;
font-style: normal;
    font-size: 22px;
    text-align: center
}







/* PAGE PARRENAIRES*/ 

/* Style spécifique pour le bouton dans l'overlay */


.project-section {
    margin: 60px auto;
    padding: 40px;
    background-color:#8b6f6da2;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    justify-content: center;
    display: flex;
}

.project-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.project-description {
    flex: 1;
    justify-content: center;
}

.project-description h3 {
     font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 32px;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.project-description p {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    color: white;
    line-height: 1.6;
    font-size: 16px;
}

.project-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 250px;
}

.project-btn {
    display: block;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #0d0a3b;
    text-decoration: none;
    border-radius: 50px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.project-btn:hover {
    background-color:#704325;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.project-btn::before {
    content: "📄 ";
    margin-right: 8px;
}

.project-btn:nth-child(2)::before {
    content: "📋 ";
}

.project-btn:nth-child(3)::before {
    content: "📊 ";
}







.btn-interlude {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background-color:#8B6F6D;
    color:#8B6F6D;
    text-decoration: none;
    border-radius: 50px;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    backdrop-filter: blur(5px);
}

.btn-interlude:hover {
    transform: scale(1.05);
    background-color:#704325; /* Votre bleu clair d'accentuation */
    color: white;
}


.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; /* Espace entre la carte et le nom */
}

/* Style du nom sous la carte */
.partner-name-visible {
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 20px;
    color:#704325;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.partner-title{
    font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.partner-text{
    color:white;
    text-align: center;
}

.partner-text h3 {
    text-align: center;
}



.partner-container {
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center;    
    gap: 18px;              
    
    /* On fixe la largeur à 1080px précisément */
   
    margin: 40px auto;      /* Centre le bloc sur la page */
    padding: 20px;
    z-index: 13;
    
    /* Désactivation du responsive */
    flex-wrap: nowrap !important; 
    overflow: visible; 
}

.partner-card {
    position: relative;
    width: 260px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    flex-shrink: 0; /* Empêche les cartes de rétrécir */
}

.partner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.partner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(112, 67, 37, 0.85); 
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.partner-card:hover .partner-overlay {
    opacity: 1;
}

.partner-card:hover .partner-image {
    transform: scale(1.1);
}

.btn-interlude {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background-color:#8B6F6D;
    color: #0d0a3b;
    text-decoration: none;
    border-radius: 50px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}

.interlude{
      font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 42px;
    color: #704325;
    margin: 0 0 20px 0;
    text-align: center;
    margin-top: 20px;
}

.amorce {
 font-family: "ff-providence-sans-web-pro", sans-serif;
    font-size: 23px;
    color: #704325;
    opacity: 0.8;
    text-align: center;

}
























footer { 
    padding: 18px;
    height: 50px;
    background-color: #A28482;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    text-align: center;
    font-family: "ff-providence-sans-web-pro", sans-serif;
    width: 1080px;
 }

footer a {
font-family: "ff-providence-sans-web-pro", sans-serif;
color: #704325;
}

footer a:hover {
color: #e8dcc8;
}