

/*header*/

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

header{
    position: relative;
    display: block;
    width:100%;
    padding:10px 0;
    background-color: rgb(0, 0, 0);
    height:100px;

}

nav ul{
    display:flex;
    justify-content: center;
    position: relative;
    top:20px;
    list-style:none;
}

#en-cours{
    text-decoration: underline;
}

a{
    position:relative;
    color: white;
    text-decoration: none;
    font-family: 'Lexend';
    font-size: 30px;
    padding-right: 60px;
}


a:hover{
    text-decoration: none;
    color: #720000;

}

#logo{
    position:absolute;
    top:25px;
    left:15px;
    width:160px;
}

li {
    list-style: none;
}

/*Accueil*/

.spotify{
    position: relative;
    background-color: #000000;
    border-radius: 999px;
    margin:20px;
    margin-left: 600px;
    padding:7px;
    z-index:2;
    padding-left:16px;
    padding-right:16px;
}

.spotify:hover{
    color: #ffffff;
}

audio{
    background-color: #000000;
    border-radius: 999px;
    margin-top:10px;
}

#lien_audio{
    color:black;
    display: inline;
    font-size: 20px;
    text-decoration: underline;
    margin-left:15px;
}

#lien_audio:hover{
    color: #720000;
}

#son{
    margin-left:50px;
}

h3{
    font-family: 'Lexend';
    color:white;
}

#background{
    position: absolute;
    top:500px;
    width: 1470px;
    z-index:auto;
}



#video{
    position:relative;
    top:-156px;
    width: 100%;
}

.links a{
    position: relative;
    background-color: #000000;
    top:140px;
    border-radius: 999px;
    margin:20px;
    padding:7px;
    z-index:2;
    padding-left:16px;
    padding-right:16px;
}

.rs:hover{
    transition: all 0.5s;
}

.logo{
    width: 30px;
    margin-right:10px;
}


body{
    background-color:#720000;
}

.wrapper {
    position: relative;
    justify-content: center;
    width: 1080px;
    margin: -12px auto 20px auto;
    padding:20px; 
    top:-150px;
    padding-top:50px;
    background-color: #ffffff;
}

button{
    border: none;
    background-color: black;
    border-radius: 9999px;
    font-size: 18px;
    color: white;
    font-family: 'lexend';
    margin:20px;
    padding: 20px 25px;
}

.button {
    display: flex;
    background-color: #000000;
    color: #ffffff;
    border-radius: 9999px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    gap: 0.75rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: .6s ease;
  }

button:hover{
    text-decoration: none;
}
  
  .button svg {
    height: 30px;
  }
  
  .button:hover {
    box-shadow: none;
  }
  
  

.button:hover{  
    transition: all 0.5s;
    scale:1.1;
}

h1{
    position: relative;
    font-family: 'Lexend';
    text-align: center;
    margin-top: 20px;
    color: #ffffff;
}

h2{
    font-family: 'Lexend';
}

p{
    font-family: 'Lexend';
}

#guitar{
    position:relative;
    display: inline;
    margin-left:240px;
    top:-40px;
    width:40px;
}

/*Données*/

#tab_wrapper{
    color: #ffffff;
    font-family: 'Lexend';
    background-color: transparent;
    position: relative;
    padding-top:30px;
    margin: auto;
    margin-bottom: 80px;
    top:10px;
    width: 1080px;
}

table{
    border: solid 1px white;
}

#tab_filter{
    margin-right:20px;
    margin-bottom:10px;
}

#tab_paginate{
    max-height: 20px;
    font-size: 10px;
    color:#ffffff;
}

.paginate_button.disabl:active{
    color:yellow !important;
}

#tab{
    color: #ffffff;
    background-color: #720000;
    font-family: 'Lexend';
    margin-top:5px;
}

.paginate_button:hover{
    background: #a10303 !important;
}

.paginate_button.previous.disabled{
    color: #dc0d0d !important;
}

th{
    color: #ffffff;
    background-color: #720000;
    font-family: 'Lexend';
    border: none;
}

.wrapper2{
    justify-content: center;
    top:-153px;
    width: 900px;
    margin: -12px auto 20px auto;
    padding:20px;
    padding-top:50px;
}

#section{
    display: flex;
    flex-wrap: wrap;
}
    
article{
    display: flex;
    position:relative;
    width: 180px;
    margin-right:20px;
    margin-bottom:20px;
}

.liens{
    display:inline;
    width: 100%;
}

.img{
    display:inline;
    width: 100%;
}

/*Contact*/
form{
    width: 500px ;
    padding: 20px;
    margin:40px auto;
    font-family: 'Lexend';
    background-color: #ffffff;
    border-radius: 5px;
}

#en-tête{
    display: flex;
    padding-bottom: 10px;
}

.req{
    color: red;
}


input{
    height: 40px;
}

.email{
    display: block;
    width: 100%;
}

.precis {
        display: flex;
}

.message{
    display: block;
    width: 100%;
}

#send_button{
    width: 100%;
    margin-top: 10px;
    background-color: #720000;
    color: #ffffff;
    border-radius: 10px;
}

/* Galerie */
section{
    display: flex;
    flex-wrap: wrap;
}

.img_galerie{
    position: relative;
    display: flex;
    width: 180px;
    padding: 10px;
    filter:grayscale(0.7);
    transition: all 0.7s ease-out;
}

.img_galerie:hover{
    filter:grayscale(0);
    transition: all 0.7s ease-out;
}

#dl_button{
    display:block;
    width: 100%;
    border-radius: 10px;
    background-color: #720000;
    color: #ffffff;
}


/*Footer*/

footer{position: relative;
    display: block;
    width:100%;
    padding:10px 0;
    width: 100%;
    background-color: black;
}

.txtfooter{
    color: white;
    font-family: 'Lexend';
}

#credits{
    height: 5px !important;
}

/*Partenaires*/
/* Style global de la section partenaires */
.partners-container {
    max-width: 1080px;
    margin: 50px auto;
    text-align: center;
    padding: 20px;
    color: white;
}


.partners-container h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 20px;
}


.presentation, .motivations {
    width: 80%;
    margin: 0 auto 40px;
}

.presentation p, .motivations p {
    font-size: 1.2rem;
    color: #ddd;
    line-height: 1.6;
    padding-bottom:40px;
}


.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
}


.partner-card {
    background: #4b0202;
    padding: 20px;
    padding-bottom: 60px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
    position: relative;
}


.partner-card:hover {
    transform: translateY(-5px);
}
/* Image de profil */
.partner-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
}


.card-content {
    padding-top: 50px;
}


.partner-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.partner-card p {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 15px;
}

.partner-card a {
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.partner-card a:hover {
    color: #720000;
}

.project-links {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

.project-links a {
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.project-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.pp{
    transition: all 0.7s;
}

.pp:hover{
    zoom:120%;
    transition: all 0.7s;
}

/*Credits*/

#credits_photos{
    width: 1080px;
    margin: auto;
    text-align: center;
}
.credits_links{
    font-size: 23px;
    text-decoration: underline;
}

.credits_links:hover{
    color: #ffffff;
}

.text_credits{
    color: #ffffff;
}