/* VERSION MOBILE */
@media only screen and (max-width: 480px) {
    .bouton {
        display: block; 
        width: 100%; 
        margin-bottom: 10px; 
    }
    body {
        background-color: #f6f3e7;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
    }
    nav {
        /*position: fixed;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        left: 0;
        width: 50%;
        padding: 0;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.6);
        border-bottom: 1px solid #000;
        
    }
    nav .logo {
        padding: 22px 0;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #f245b0;
    }
    nav ul {
        list-style: none;
        width: 104%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-evenly;
    }
    nav ul li a {
        line-height: 80px;
        color: #f245b0;
        padding: 12px 0;
        text-decoration: none;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }
    nav ul li a:hover {
        background: rgba(0, 0, 0, 0.7);
        border-radius: 6px;
    }
    .main {
        display: flex;
        text-align: center;
        flex-direction: column;
        
    }
    .logo2 {
        margin-left: 20%;
        margin: 0 auto;
        display: block;
    }
    #imgcoachellaaccueil {
        width: 184px;
        display: none;
    }
    footer {
        color: #000;
        padding: 5px;
        text-align: center;
        width: 100%;
        font-family: 'Lobster';
        padding: 10px 90px;
        box-sizing: border-box;
        
        background: rgba(0, 0, 0, 0.6);
    }
    /*.bouton {
        background: none;
        width: 250px;
        height: 60px;
        border: 4px solid #f245b0;
        font-size: 20px;
        font-weight: bold;
        color: #f245b0;
        transition: .4s linear;
        position: relative;
        cursor: pointer;
    }
    .bouton:hover {
        color: #fff;
    }
    .bouton::before {
        content: "";
        position: absolute;
        width: 245px;
        height: 55px;
        top: 0px;
        left: 0px;
        z-index: -1;
        transition: .4s linear;
    }
    .bouton:hover::before {
        width: 245px;
    }*/
    .bouton {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #007bff;
        border: none;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    /* Styles pour le bouton au survol */
    .bouton:hover {
        background-color: #0056b3;
    }
    .divrecherche {
        margin-top: 100px;
        display: none;
    }
    .photos {
        width: 100%;
        margin: 150px auto 0;
    }
    .annee {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 15px;
        width: 100px;
        height: 100px;
    }
    .photoperf {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .rien {
        margin-top: 120px;
        font-size: 20px;
        color: #fff;
        width: 400px;
    }


    
    .animated-link {
        display: none;
    }
    .animated-link span {
        display: none;
    }
    .animated-link:hover span {
        display: none;
    }
    .button {
        display: block;
        width: 80%; /* Largeur du bouton pour remplir l'écran */
        margin: 20px auto; /* Espacement autour du bouton */
        padding: 10px; /* Espacement interne du bouton */
        text-align: center;
        background-color: #c625d0; /* Couleur de fond */
        color: #fff; /* Couleur du texte */
        font-size: 16px; /* Taille de police */
        font-weight: bold; /* Gras */
        border: none; /* Pas de bordure */
        border-radius: 5px; /* Coins arrondis */
        cursor: pointer; /* Curseur de la souris */
        text-decoration: none; /* Pas de soulignement */
       
    }
    .button:hover {
        background-color: #e46816; /* Couleur de fond au survol */
    }

    .artiste-table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #ddd;
    }
    
    .artiste-table th, .artiste-table td {
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
    }
    
    .artiste-table th {
        background-color: #f2f2f2;
    }
    
    .artiste-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }
    
    .artiste-table tbody tr:hover {
        background-color: #f2f2f2;
    }
    
    .artiste-table td a {
        display: inline-block;
        padding: 6px 12px;
        background-color: #4df176;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
    }
}



/*version ordi*/
@media only screen and (min-width: 481px) {
    }
    body{
         /*background-image: url('https://www.brooklynvegan.com/wp-content/uploads/2019/04/23/coachella2019-w2-friday-76.jpg');*/
        background-color: #f6f3e7;
        /*background-image: url('https://www.brooklynvegan.com/wp-content/uploads/2019/04/23/coachella2019-w2-friday-76.jpg');*/
        /*background-repeat: no-repeat;
        background-size: cover;*/
        width: 90%;
        margin: 0 auto;

    }
    nav {
        /*position: fixed;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100px;
        padding: 20px 50px;
        box-sizing: border-box;
        background: rgba(0,0,0,0,0.6);
        border-bottom: 1px solid #000;
    }
    nav .logo{
        padding: 22px 0;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #e7d3d3;
    }
    nav ul {
        list-style: none;
        width: 104%;
        margin: 0%;
        padding: 0%;
        display: flex;
        justify-content: space-evenly;
    }
    nav ul li a {
        line-height: 80px;
        color: #000;
        padding: 12px 0;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }
    nav ul li a:hover {
        background: rgba(0,0,0,0,0.7);
        border-radius: 6px;
    }
    section {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
    }
    .main {
        display: flex;
        text-align: center;
        flex-direction: column;
        color: #fff;
       
    }

    #imgcoachellaaccueil{
        width: 200px;
        position:relative;
        left: -20px;
    }
   footer{
        color: #000;
        padding: 5px;
        width:100%;
        font-family: 'Lobster';
        padding: 10px 90px;
        box-sizing: border-box;
        background: rgba(0,0,0,0,0.6);
       position: fixed;
       bottom: 35px;
       text-align: center;

    }
    /*button {
        padding: 10px 30px;
        font-size: 1.5rem;
        cursor: pointer;
        border: 0px;
        background: transparent;
        transition: all .2s;
        overflow: hidden;
        color: #ffffff;
        border-radius: 30px;
        box-shadow: 0px -0px 0px 0px rgba(143, 64, 248, .5), 0px 0px 0px 0px rgb(252, 127, 148);
        position: relative;
        height: 20%;
    
      }
      button::after {
        content: '';
        width: 400px;
        height: 400px;
        top: -50px;
        left: -100px;
        background-image: linear-gradient(225deg, #27d86c 0%, #26caf8 50%, #c625d0 100%);
        z-index: -1;
        transition: all .5s;
      }
      button:hover::after {
        transform: rotate(150deg);
      }
      
      button:hover {
        transform: translate(0,-6px);
        box-shadow: 10px -10px 25px 0px rgba(143, 64, 248, .25), -10px 10px 25px 0px rgba(39, 200, 255, .25);
      }
    /*.bouton {
        background: none;
        width: 250px;
        height: 60px;
        border: 4px solid #f245b0;
        font-size: 20px;
        font-weight: bold;
        color: #f245b0;
        transition: .4s linear;
        position: relative;
        cursor: pointer;
    }
    .bouton:hover {
        color: #fff;
    }
    .bouton::before {
    content: "";
    position: absolute;
    width: 245px;
    height: 55px;
    top: 0px;
    left: 0px;

    z-index: -1;
    transition: .4s linear;

    }
    .bouton:hover::before {
        width: 245px;
    }*/

    .divrecherche{
        margin-top: 100px;
    }

    .photos {
        width: 100%;
        margin: 150px auto 0;  
    }

    .annee {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 15px;
        width: 100%;
        height: 200px;
    }

    .photoperf {
        object-fit: cover;
    width: 100%;
    height: 100%;
    }
    .rien {
        margin-top: 100px;
        font-size: 20px;
        color: #000;
        width: 400px;
        height: 500px;
        margin: 0 auto;
        
       
    }
    .hi { 
        width: 400px;
    }
.animated-link {
background: #000;
border-radius: 3px;
text-decoration: none;
}
.animated-link span {
    display: inline-block;
    background: #c625d0;
    color: #333;
    border: 1px solid #333;
    padding: 18px;
    font-size: 20px;
    font-weight: 300;
    border-radius: 3px;
    cursor: pointer;
    transition: transform 0.15s ease-out,
    color 0.15s ease-out,
}
.animated-link:hover span {
transform: translate(-6px, -6px);
color:#000;
background-color: #e46816;
}
.tableau {
    margin-top: 150px;
    display: flex;
}

.artist {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.artist h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.artist p {
    margin: 5px 0;
    font-size: 16px;
    color: #666;
}

.artist hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    border-top: 1px solid #ddd;
}

.artist a {
    color: #f365e7;
    text-decoration: none;
    font-weight: bold;
}

.artist a:hover {
    text-decoration: underline;
}


.artiste-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.artiste-table th, .artiste-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.artiste-table th {
    background-color: #f2f2f2;
}

.artiste-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.artiste-table tbody tr:hover {
    background-color: #f2f2f2;
}

.artiste-table td a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #4df176;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.artiste-table td a:hover {
    background-color: #e1f343;
}
#wo1 {
    width: 102px;
    margin-left: 430px;

}
#wo2 {
    width: 130px;
    margin-left: 600px;
    margin-top: -84px;
}
#wo3 {
    width: 70px;
    margin-left: 30px;
}
.y{
    display: flex;
}
#wo6 {
    width:30px;
}

.imageslisting{
width: 20%;
}
.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: hsl(17, 70%, 48%);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Style pour le bouton de recherche au survol */
.button:hover {
    background-color: #c625d0;
}
#saison {
color:#000;
}
