@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    height: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-image: url("/images/autres/fond_admin.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 90%;
    box-sizing: border-box;
}



#titreconnex {
    font-size: 5em;
}


header {
    width: 100%;
    position: sticky;   /* Déplace position: sticky ici */
    top: 0;             /* Définit où le header devient sticky */
    z-index: 10000;     /* Garantit que le header est au-dessus des autres éléments */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.headerimg {
    background: none;
}

.headerfond {
    background-color: #0c0c0c;
}

.menuright {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 55%;
    gap: 20px;
    text-transform: uppercase;
    margin-right: 50px;
}

.menuleft {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 55%;
    gap: 20px;
    text-transform: uppercase;
    margin-left: 50px;
}

.btnpage {
    text-decoration: none;
    color: #d1d1d1;
    font-size: 18px;
}

.btnpage:hover{
    color: white;
}

.btnpageadmin {
    text-decoration: none;
    color: #ff7777;
    font-size: 20px;
}

.btnpageadmin:hover {
    color: red;
}


.divimgtitre {
    margin: 20px 0 20px 0;
    display:flex;
    justify-content: center;
}


.lastproject {
    display: flex;
    align-items: stretch;
}

.lastprojecttext {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 45%;
    background-color: #0c0c0c;
}

.lastprojectimgex {
    flex: 0 0 55%;
    position: relative;
}

.lastprojectimgex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.degrade {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to right,
            #0c0c0c 8%,
            transparent 93%
    );
}

.pres {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: white;
    font-size:32px;
    text-align: center;
}

.lastprojecttitre {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 24px;
}

.lastprojectlinks {
    margin: 20px 0 50px 0;
    display: flex;
    flex-direction: row;
    width: 60%;
    justify-content: space-around;
}

.link {
    text-decoration: none;
    display:flex;
    flex-direction:column;
    align-items: center;
    color: #d1d1d1;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.link:hover {
    color: white;
}

.svg {
    width: 35px;
    height: auto;
    margin-bottom: 10px;
}

.lastprojectimg {
    width: 400px;
    height: auto;
}



#blocconnexion {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%); /* centre exact */
    width: 35%;
    background-color: rgba(12,12,12,0.75);
    border-radius: 25px;
}

#connexion {
    padding: 0 50px;
    height: 80%;
}

.labelconn {
    color: white;
    margin: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.elemconn {
    margin-top: 1em;
}

.inputconn{
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    font-size: 1.5em;
    background-color: #d1d1d1;
    box-sizing: border-box;
}

.inputconn{
    margin-bottom: 40px;
}



#h2connexion {
    font-size: 32px;
    color: white;
    text-align: center;
    padding-top: 50px;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#boutonconn, .savoirplus, .btnAjout  {
    text-decoration: none;
    width: auto;
    padding: 5px 30px;
    display: block;
    margin: 25px auto;
    border: 1px solid #ff7777;
    color: #ff7777;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}


#boutonconn:hover, .savoirplus:hover, .btnAjout:hover {
    border: 1px solid red;
    color: red;
}



#container{
    margin-top: 100px;
    position: relative;
    padding-top: 20px;
    height: auto;
    width: 60%;
    border-radius: 20px;
    background-color: #0c0c0c;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    display: none;
    justify-content: center;
    align-items: center;

}

.photoMembre {
    width: 25em;
    height: auto;
    margin: auto;
}

.Membre {
    margin: 2em;
}

.nomMembre {
    font-size: 3em;
}

.descMembre {
    font-size: 2em;
}

hr {
    border: 1px solid #8b8b8b;
}



.labelAjoutFile {
    color: #f8f8f8;
    font-size: 2em;
    cursor: pointer;
    border: 2px solid #f8f8f8;
    border-radius : 10px;
    padding: 10px;
    margin-top: 50px;
    margin-right: 10px;
}
.labelAjoutFile:active {
    background-color: #8b8b8b;
}

.labelAjout {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: white;
}

.double {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.linkAlbum {
    width: 50%;
}

.dureeConcert {
    width: 40%;
}

.dateConcert {
    width: 60%;
}

.linkConcert {
    width: 50%;
}

.inputAjout {
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif ;
}

.textareaAjout {
    height: 120px;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif
}

.selectAjout {
    height: 40px;
    padding-left: 10px;
    border-radius: 10px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
}

.titreAjout {
    text-align:center;
    font-size: 24px;
    margin: 0;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.inputAjoutFile {
    width: 100%;
    color: white;
}

.inputAjoutFile::file-selector-button {
    width: 60%;
    border-radius: 10px;
    height:40px;
    font-size: 20px;
}

.formAjout {
    padding: 10px 40px;
}

.btnAjout {
    background-color: transparent;
    margin: 10px auto;
}

.elemAjout {
    margin: 8px 0;
}

.close-btn {
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 50px;
    background-color: transparent;
    color: #d1d1d1;
    z-index: 10;
}

.close-btn:hover {
    color: white;
}

.spanAjout {
    color: #f8f8f8;
    font-size: 1.3em;
}



.imgtitre {
    width: 50%;
    height: auto;
    display: flex;
    justify-self: center;
}

.imglogin {
    width: 30%;
    height: auto;
    margin: 50px auto 50px auto;

}
.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.divAdmin {
    background-color: rgba(12,12,12,0.7);
    height: auto;
    width: 70vw;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0 auto;
    position: relative;
    border-radius: 20px;

}

.retour {
    position: absolute;
    top: 15px;
    left: 15px;
}

.adminTitre {
    margin-top: 100px;
    color: white;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.adminExplain {
    color: white;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 100px;
}

.divAdminChoix {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
}

.adminChoix {
    color: #d1d1d1;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    background-color: transparent;
    border: none;
}

.adminChoix:hover {
    color: white;
}

#contenu {
    background-image: url("/images/autres/Fond_petit.png");
    background-size: cover;
}

.liste {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: auto;
}

.accueilConcerts {
    background-image: url('/images/autres/fond.jpg');
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.listeConcerts {
    width: 80%;
    margin: auto;
}



.bgConcert, .bgAlbum {
    background-image: url(/images/autres/Fond_petit.png);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.concertListe {
    background-color: rgba(0,0,0,0.6);
    width: 70%;
    margin: auto;
    padding: 20px 50px 0 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.nextConcert {
    background-color: rgba(0,0,0,0.6);
    width: 40%;
    margin: auto;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 51vh;
    position: relative;
}

.noNextConcert {
    position: absolute;
    top: 50%;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
}

.noNextConcertAccueil {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
}

.nextConcertImg {
    width: 65%;
    height: auto;
    box-sizing: border-box;
}

.nextConcertNom {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white;
}

.cote {
    display: flex;
    justify-content: space-between;
    width: 50%;
    gap: 20px;
}

#nextConcertInfo1 {
    width: auto;
}

#nextConcertInfo2 {
    width: auto;
}

.nextConcertInfos {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

#nextConcertLieu {
    text-align: center;
}

.nextConcertDD {
    font-weight: 300;
}

.elemListe, .elemConcert {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    gap: 30px;
    width: 80%;
    align-items: center;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin: 30px auto;
}

.elemConcert {
    width: 100%;
}

.divImgConcert {
    width: 40%;
    height: auto;
}

.divMainListe, .mainConcert {
    width: 55%;
    height: auto;
    color: white;
}

.divSideListe, .sideConcert {
    width: 45%;
    height: auto;
    color: white;
    font-weight: 200;
}

.mainSideConcert{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.divImgGroupe {
    max-width: 40%;
    height: auto;
    display: flex;
    align-items: center;
}

.imgGroupe {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 20px solid #0c0c0c;
}

.sideConcert {
    text-align: end;
}



.imgListe, .imgConcert {
    width: 100%;
    height: auto;
}

.btnListe {
    color: #ff7777;
    border: none;
    background: none;
    font-size: 20px;
    font-weight: 600
}

.mainListe {
    font-weight: 600;
}

.sideListe {
    font-weight: 400;
}

.btnListe:hover {
    color: red;
}

.spaceAdmin {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: white;
    text-align: center;
    font-weight: 600;
    padding-top: 60px;
    margin-top: 0;
}

.mainSideConcert {
    font-size: 28px;
}

.hrListe {
    width: 60%;
    border-color: white;
}

button:hover, input[type="submit"], .inputAjoutFile::file-selector-button:hover {
    cursor: pointer;
}

.imgMerch {
    width: 60%;
    height: auto;
}

.swiper-container {
    background-image: url("/images/autres/Fond_petit.png");
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.swiper {
    width: 80%;
    margin-top: 50px;
}

.swiper-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.nomMerch, .prixMerch {
    color: white;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.nomMerch {
    font-weight: 600;
}

.prixMerch {
    font-weight: 300;
}

.swiper-wrapper {
    margin-bottom: 50px;
}



.swiper-button-next, .swiper-button-prev {
    color: #d1d1d1 !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: white !important;
}

footer {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.footer1 {
    color: white;
}

.aFooter {
    color: #d1d1d1;
    text-decoration: none;
}

.aFooter:hover {
    color: white;
}

.divide {
    border-color: white;
    width: 80%;
}

.albumsAccueil{
    background-image: url('/images/autres/albums.png');
    background-size: cover;
    background-position: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}



.divAlbum {
    background-color: rgba(12,12,12,0.9);
    height: auto;
    width: 70vw;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    border-radius: 20px;
}

#albumContent {
    background-color: rgba(12,12,12,1);
    height: auto;
    width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    border-radius: 20px;
    margin: 50px 0;
}

.divAlbum h1 {
    width: 100%;
    margin: 50px 0;
}

.divAlbum a.savoirplus {
    margin: 50px 100px;
}

.gaucheAlbum {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.droiteAlbum {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.ligneChanson {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 20px;
}

.nomChanson {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.dureeChanson {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}

.albumImg {
    width: 60%;
    height: auto;
}

.albumTitre {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: white;
}

.albumsLinks {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

.listeAlbum {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
    gap: 30px;
}

.listeAlbum img {
    width: 35%;
    height: auto;
}

.listeAlbum img:hover {
    cursor: pointer;
}

.fondGroupe {
    background-image: url("/images/autres/Fond_petit.png");
    background-size: 100% auto;
    background-position: top center; /* optionnel */
    padding: 50px 0 20px 0;

}

.elemGroupe {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 60%;
    margin: 100px auto;
}

.elemGroupe:first-of-type {
    margin: 30px auto 100px auto;
}

.textesGroupe {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titreGroupe {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    color: white;
    font-weight: bold;
}

.nomGroupe {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.descGroupe {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: white;
    font-weight: 400;
}


.hrGroupe {
    width: 40%;
    border-color: white;
}

.RS a {
    text-decoration: none;
}

.RS {
    display: flex;
    gap: 30px;
}

.headerIcon {
    color: #d1d1d1;
    font-size: 25px;
}

.headerIcon:hover {
    color: white;
}

.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #d1d1d1;
    margin-right: 10px;
}

.hamburger:hover {
    color: white;
}

.linav {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.liRS {
    display: flex;
    justify-content: space-evenly;
}

.menu {
    display: none;
    list-style: none;
}

.swiper-pagination-bullet {
    background-color: #d1d1d1 !important;
}

.bi-three-dots {
    color: #d1d1d1;
}

.seperateur {
    display: flex;
    justify-content: center;
}

.mainSideListe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.divImgListe {
    width: 25%;
}




@media (max-width: 1200px) {
    .imglogin {
        margin: 50px auto 30px auto;
    }

    #h2connexion {
        padding-top: 30px;
    }

    #blocconnexion {
        padding-bottom: 30px;
        width: 50%;
    }

    .lastprojectimg {
        width: 60%;
        height: auto;
    }

    .btnpage, .btnpageadmin, .headerIcon {
        font-size: 16px;
    }

    .link {
        font-size: 16px;
    }

    .swiper {
        width: 90%;
    }

    .cote {
        width: 70%;
    }

    .elemListe {
        width: 100%;
    }

    .nomChanson, .dureeChanson{
        margin: 10px 0;
    }

    .listeAlbum img {
        width: 40%;
        height: auto;
    }

    .divImgGroupe {
        width: 90%;
        height: auto;
    }

    .imgGroupe {
        width: 100%;
        height: auto;
    }

    #container {
        width: 70%;
        margin-top: 50px;
    }

    .liste {
        width: 70%;
    }

    .lastprojectimgex {
        flex: 0 0 45%;
    }

    .lastprojecttext {
        flex: 0 0 55%;
    }
}

@media (max-width: 1024px) {
    .imglogin {
        margin: 20px auto 20px auto;
    }

    #h2connexion {
        font-size: 28px;
    }

    .labelconn {
        font-size: 20px;
    }

    .inputconn {
        margin-bottom: 15px;
    }

    #boutonconn, .savoirplus {
        font-size: 16px;
    }

    .nextConcert {
        padding: 20px;
    }

    .cote {
        width: 80%;
    }

    .listeConcerts {
        width: 70%;
    }

    .divAlbum{
        width: 80%;
    }

    .bgAlbum {
        padding-top: 30px;
    }

    .elemGroupe {
        width: 80%;
    }

    .btnpage, .btnpageadmin, .headerIcon {
        font-size: 14px;
    }

    .divAdmin {
        width: 80%;
    }

    .formAjout {
        padding: 5px 20px;
    }
}

@media (max-width: 768px) {
    .btnpage, .btnpageadmin, .headerIcon, .btnAjout {
        font-size: 16px;
    }

    #blocconnexion {
        width: 50%;
    }

    .imglogin {
        width: 50%;
        margin-top: 50px;
    }

    .divAdmin {
        text-align: center;
    }

    .pres, .titreGroupe, .nomGroupe {
        font-size: 24px;
    }

    .prixMerch, .nomMerch {
        font-size: 16px;
    }

    .lastprojecttitre {
        font-size: 20px;
    }

    .link {
        font-size: 12px;
    }

    .concertListe {
        width: 85%;
    }

    .elemConcert {
        margin: 0;
        gap: 10px;
    }

    .mainConcert, .sideConcert {
        font-size: 16px;
    }

    .swiper {
        padding: 0 20px !important;
    }

    .imgMerch {
        width: 70%;
        height: auto;
    }

    .svg {
        width: 25px;
    }

    .divimgtitre {
        margin: 5px;
    }

    .menuleft,
    .menuright {
        display: none;
        flex-direction: column; /* vertical */
        width: 100%;
        background-color: #0c0c0c;
        padding: 10px 0;
        text-align: center;
        gap: 15px;
    }

    .menu {
        display: none;
        position: absolute;
        top: 75%;
        right: 10px;
        background-color: #0c0c0c;
        padding: 10px;
        border-radius: 10px;
    }

    /* Afficher le menu si la classe 'show' est activée */
    .menu.show {
        display: flex;
        flex-direction: column;
    }

    .hamburger {
        display: block;
    }

    .nextConcert {
        width: 70%;
    }

    .listeConcerts, .elemGroupe {
        width: 90%;
    }

    .divimgtitre {
        margin-left: 44px;
    }

    .nextConcertNom, .noNextConcert, .noNextConcertAccueil {
        font-size: 20px;
    }

    .nextConcertInfos {
        font-size: 16px;
    }

    .nomChanson {
        font-size: 16px;
    }

    .dureeChanson {
        font-size: 16px;
    }

    .albumTitre {
        font-size: 20px;
    }

    .droiteAlbum {
        width: 40%;
        padding: 20px;
    }

    .gaucheAlbum {
        width: 50%;
    }

    .divAlbum h1 {
        margin: 20px 0;
    }

    .divAlbum a.savoirplus {
        margin: 20px 50px;
    }

    .listeAlbum {
        width: 70%;
    }

    .descGroupe {
        font-size: 18px;
    }

    .elemGroupe {
        gap: 20px;
    }

    .adminChoix {
        font-size: 20px;
    }

    .adminTitre {
        font-size: 20px;
    }

    .adminExplain {
        font-size: 16px;
    }

    .divAdminChoix {
        margin-bottom: 50px;
    }

    .adminTitre {
        margin-top: 50px;
    }

    .adminExplain {
        margin-bottom: 50px;
    }

    #container {
        width: 70%;
    }

    .elemAjout {
        margin: 5px;
    }

    .btnAjout {
        margin: 10px auto;
    }

    .titreAjout {
        font-size: 20px;
    }

    .labelAjout {
        font-size: 16px;
    }

    .inputAjout {
        height: 30px;
        padding: 5px 10px;
        font-size: 16px;
    }

    input[type="file"]::file-selector-button {
        font-size: 16px;
    }

    .liste {
        width: 80%;
    }

    .divImgListe {
        width: 40%;
    }
}

@media (max-width: 600px) {
    #blocconnexion {
        width: 80%;
    }


    .imglogin {
        width: 60%;
    }

    #connexion {
        padding: 0 20px;
    }

    #h2connexion {
        padding-top: 5px;
    }

    .concertListe {
        padding: 20px 10px 0 10px;
    }

    .pres, .titreGroupe, .nomGroupe {
        font-size: 20px;
    }

    .prixMerch, .nomMerch {
        font-size: 14px;
    }

    .lastprojectlinks {
        width: 100%;
        margin: 20px 0 20px 10px;
    }

    .concertListe {
        width: 85%;
    }

    .mainSideConcert {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }

    .mainConcert, .sideConcert {
        width: 100%;
        text-align: start
    }

    .divImgConcert {
        width: 40%;
    }

    .elemConcert {
        align-items: start;
    }

    .footer {
        gap: 30px;
    }

    .accueilConcerts {
        padding: 20px 0;
    }

    .nextConcertNom, .albumTitre, .noNextConcert {
        font-size: 18px;
    }

    .noNextConcertAccueil {
        font-size: 16px;
    }

    .nextConcertInfos, .nomChanson, .dureeChanson {
        font-size: 16px;
    }

    .divAlbum {
        width: 90%;
    }

    .albumsLinks .linktxt {
        display: none;
    }

    .bgAlbum {
        padding-top: 20px;
    }

    .descGroupe {
        font-size: 16px;
    }

    .divAdmin {
        width: 90%;
        text-align: center;
    }

    #container {
        width: 80%;
    }

    .liste {
        width: 90%;
    }

    .mainSideListe {
        flex-direction: column;
    }

    .divMainListe, .divSideListe {
        width: 100%;
        box-sizing: border-box;
    }

    .mainListe, .sideListe {
        font-size: 16px;
    }

    .divImgListe {
        width: 50%;
    }

    .divAdminChoix {
        flex-direction: column;
    }

    #albumContent {
        margin: 0;
    }
}

@media (max-width: 480px) {
    #blocconnexion {
        width: 80%;
    }

    .lastprojectlinks {
        width: 80%;
    }

    .linktxt {
        display: none;
    }

    .footer {
        gap: 20px;
    }



    .divAlbum {
        flex-direction: column;
    }

    .gaucheAlbum, .droiteAlbum {
        box-sizing: border-box;
        width : 90%;
    }

    .albumsLinks {
        width: 70%;
        margin: 20px auto 0 auto;
    }

    .droiteAlbum .albumLinks {
        width: 100%;
    }

    .divAlbum a.savoirplus {
        margin-top: 0;
    }

    .listeAlbum img {
        width: 70%;
        height: auto;
    }

    .elemGroupe {
        flex-direction: column;
        gap: 0;
        margin: 30px auto;
    }

    .elemGroupe:first-of-type {
        margin: 30px auto;
    }

    .fondGroupe {
        padding-bottom: 10px;
    }

    .titreGroupe, .nomGroupe, .descGroupe {
        margin: 5px;
    }

    .divImgGroupe {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .imgGroupe {
        border: 5px solid #0c0c0c;
    }

    .elemGroupe.reverse {
        flex-direction: column-reverse;
    }

    header {
        height: 60px;
    }

    .divAdmin {
        padding: 10px;
        text-align: center;
    }

    .divAdminChoix {
        flex-direction: column;
    }

    .textareaAjout {
        height: 80px;
    }

}