/*EN tete de page HEADER*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Michroma", sans-serif;
}
p {
    font-family: Michroma, regular;
    font-size: 20px;
    color: #ed9cad;
}

p section main {
    background-color: white;
}
body {
    background-color: black;
}
div h2 {
    font-size: 65px;
    padding: 20px;
    font-family: "Zen Dots", sans-serif;
}
article div p {
    color: #ed9cad;
    font-size: 15px;
}

/* HEADER */
header {
    background-color: #000;
    color: #ed9cad;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    flex-wrap: wrap;
}

header h1 {
    font-size: 24px;
    letter-spacing: 2px;
}

header nav a img {
    width: 22px;
    margin-left: 15px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(422%) hue-rotate(305deg)
        brightness(97%) contrast(92%);
}
header nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
h2 {
    color: #ed9cad;
    font-family: "Zen Dots", sans-serif;
}
h3 {
    font-family: "Zen Dots", sans-serif;
    font-size: 30px;
    color: #ed9cad;
}
img.icon-tinted {
    width: 26px;
    margin: 0 10px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(422%) hue-rotate(305deg)
        brightness(97%) contrast(92%);
    transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

img.icon-tinted:hover {
    transform: scale(1.12);
    filter: brightness(0) saturate(100%) invert(86%) sepia(15%) saturate(680%) hue-rotate(305deg)
        brightness(101%) contrast(92%);
    box-shadow: 0 0 10px rgba(237, 156, 173, 0.45);
}

/*Centre de la page Body */

/* Filles */
.Filles {
    position: relative;
    background-color: #ed9cad;
    margin-top: -25px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    text-align: center;
}

.Filles img {
    width: 90%;
    border-radius: 50px;
    padding: 20px;
}

.Filles .overlay {
    position: absolute;
    top: 40%;
    left: 10%;
    color: #ed9cad;
    text-align: left;
}

.Filles h2 {
    font-size: 99px;
    font-weight: bold;
}

.Filles p {
    font-size: 80px;
    margin: 0;
    margin-top: -75px;
}
/* Propos */
.Propos {
    background-color: #fff;
    margin-top: -80px;
    color: #ed9cad;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    flex-wrap: wrap;
}

.Propos .text {
    width: 55%;
    padding: 10px;
}

.Propos h3 {
    font-size: 60px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.Propos img {
    width: 30%;
    border-radius: 15px;
    margin-top: 60px;
}
/* CONCERT */
.concert {
    color: #ed9cad;
    text-align: center;
    padding: 40px 20px;
    margin-top: -70px;
}

.concert h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.concert-box {
    background-color: #2e2e2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    border-radius: 25px;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.concert-box img {
    width: 120px;
    border-radius: 15px;
}

.concert-box button {
    background-color: #f4b3c2;
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 20px 55px;
    cursor: pointer;
    transition: 0.3s;
}
.concert button {
    font-family: "Zen Dots", sans-serif;
}

.btn:hover {
    transform: scale(1.05);
    background-color: #ffabc2;
    box-shadow: 0 5px 15px rgba(237, 156, 173, 0.4);
}

.concert-box button:hover {
    background-color: #ed9cad;
}

/*IMGE LINK*/
.container {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}
.image-link {
    position: absolute;
    top: -300px;
    right: -500px;
    text-decoration: none;
}

.photo {
    display: block;
    width: 300px;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.image-link:hover .photo {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
    cursor: pointer;
}

/* FOOTER */
footer {
    background-color: #000;
    color: #f4b3c2;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 20px 40px;
    border-top: 1px solid #f4b3c2;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    margin-bottom: 10px;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #f4b3c2;
    margin: 0 10px;
    text-decoration: none;
    font-size: 10px;
}

.socials img {
    width: 24px;
    margin: 0 5px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(422%) hue-rotate(305deg)
        brightness(97%) contrast(92%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.socials img:hover {
    transform: scale(1.1);
    filter: brightness(0) saturate(100%) invert(86%) sepia(15%) saturate(680%) hue-rotate(305deg)
        brightness(101%) contrast(92%);
}
.conctact-btn {
    color: #ed9cad;
    border: none;
    background: #000;
    cursor: pointer;
    transform: transform 0.3s;
}

/*PAGE 1 BIOGRAPHIE */

.members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    padding: 40px;
    margin-top: 35px;
    box-sizing: border-box;
}

.members article {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex: 0 1 200px;
}

.members article img {
    border-radius: 30px;
    margin-bottom: 10px;
    width: 190px;
    height: 250px;
    transition: transform 0.3s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.members article img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

/*Reservation ticket PAGE2 */
/* Main Content */
main {
    padding: 40px 20px;
}

.concert-card {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #000;

    border-bottom: 1px solid #333;
    padding: 30px 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.date-box {
    background-color: #4a4a4a;
    border-radius: 25px;
    padding: 30px 40px;
    text-align: center;
    min-width: 200px;
}

.date {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ed9cad;
    margin-bottom: 10px;
}

.location {
    font-size: 1.3rem;
    font-weight: bold;
    color: #ed9cad;
}

.concert-info {
    flex: 1;
}

.concert-info h2 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 15px;
    color: #ddd;
}

.time {
    font-size: 1.1rem;
    color: #aaa;
}

.btn-reserve {
    background-color: #ed9cad;
    color: #000;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.btn-reserve:hover {
    background-color: #ed9cad;
    transform: scale(1.05);
}
.Page2 Reservation-tickets {
    color: #ed9cad;
    font-size: 40px;
    padding: 20px;
    margin: 15px;
}
body .Reservation-tickets {
    background-color: #000;
    margin: 0;
}
.Reservation-tickets p {
    color: #ed9cad;
    padding: 10px;
}
.titre .Reservation-btn {
    font-family: Zen Dots, sans-serif;
}

.titre {
    background-color: gray;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
    border-radius: 25px;
    width: 30%;
    flex-wrap: wrap;
}
.clic-btn {
    background-color: #ed9cad;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border: none;
    padding: 12px 25px;
    margin: 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.clic-btn:hover {
    background-color: #ffb7c5;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(237, 156, 173, 0.4);
}

.clic-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(237, 156, 173, 0.3);
}

/*Panier page3*/

table {
    border: 3px;
    border-color: #ed9cad;
    background-color: #000;
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
}

.page3 body main {
    text-align: center;
    margin-top: 30px;
    height: 100%;
    margin: 0;
    background-color: #000;
    color: #ed9cad;
}
.fond {
    height: 100vh;
    background-color: #000;
}

h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.panier {
    width: 80%;
    margin: 0 auto;
    max-width: 900px;
}

.entetes {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #ed9cad;
    flex-wrap: wrap;
}

hr {
    border: 1px solid #ed9cad;
    margin: 15px 0;
}

.produit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.info-produit {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.info-produit img {
    width: 70px;
}

.titre-produit {
    font-size: 14px;
    margin: 0;
}

.prix {
    font-size: 18px;
    margin: 5px 0 0;
}
span {
    color: #ed9cad;
}

.quantite {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: -90px;
}

.quantite button {
    background: none;
    border: 1px solid #ed9cad;
    color: #ed9cad;
    font-size: 18px;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 5px;
}

.total {
    display: flex;
    align-items: center;
    gap: 10px;
}

.total p {
    font-size: 18px;
}

.total img {
    width: 20px;
    cursor: pointer;
}

.estimation {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.boutons {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
    gap: 20px;
}

button.retour,
button.contact {
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

button.retour:hover,
button.contact:hover {
    background-color: #ed9cad;
}

main table {
    margin: 20px;
    width: 100%;
}
main h2 {
    font-size: 60px;
    padding: 20px;
    margin-left: 40px;
}

/* MEDIA QUERIES RESPONSIVE */

/* iPad Pro et grandes tablettes (1024px - 1366px) */
@media screen and (max-width: 1366px) {
    .Filles h2 {
        font-size: 80px;
    }

    .Filles p {
        font-size: 65px;
        margin-left: 60px;
        margin-top: -65px;
    }

    .Propos h3 {
        font-size: 50px;
    }

    main h2 {
        font-size: 50px;
    }
}

/* Tablettes (768px - 1024px) */
@media screen and (max-width: 1024px) {
    header {
        padding: 12px 20px;
    }

    header h1 {
        font-size: 20px;
    }

    header nav a img {
        width: 20px;
        margin-left: 12px;
    }

    h1 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 26px;
    }

    p {
        font-size: 18px;
    }

    .Filles {
        margin-top: -20px;
    }

    .Filles h2 {
        font-size: 70px;
    }

    .Filles p {
        font-size: 55px;
        margin-left: 40px;
        margin-top: -55px;
    }

    .Filles img {
        border-radius: 40px;
        padding: 15px;
    }

    .Filles .overlay {
        top: 35%;
        left: 8%;
    }

    .Propos {
        margin-top: -60px;
        padding: 25px;
        flex-direction: column;
    }

    .Propos .text {
        width: 100%;
        margin-bottom: 20px;
    }

    .Propos h3 {
        font-size: 45px;
        margin-left: 15px;
        text-align: center;
    }

    .Propos img {
        width: 60%;
        margin-top: 30px;
    }

    .concert {
        margin-top: -50px;
        padding: 30px 15px;
    }

    .concert h3 {
        font-size: 35px;
    }

    .concert-box {
        padding: 20px;
        width: 95%;
    }

    .concert-box button {
        padding: 20px 45px;
    }

    .members {
        gap: 50px;
        padding: 30px;
    }

    div h2 {
        font-size: 50px;
        padding: 15px;
    }

    main {
        padding: 30px 15px;
    }

    main h2 {
        font-size: 45px;
        margin-left: 25px;
        padding: 15px;
    }

    .concert-card {
        padding: 25px 0;
        gap: 20px;
    }

    .date-box {
        padding: 25px 35px;
    }

    .titre {
        width: 50%;
        padding: 30px;
    }

    .panier {
        width: 85%;
    }

    .image-link {
        position: static;
        text-align: center;
        margin: 20px auto;
    }

    .photo {
        width: 250px;
    }
}

/* iPad et tablettes moyennes (768px) */
@media screen and (max-width: 768px) {
    header h1 {
        font-size: 18px;
    }

    h1 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    .Filles h2 {
        font-size: 60px;
    }

    .Filles p {
        font-size: 48px;
        margin-left: 30px;
        margin-top: -48px;
    }

    .Propos h3 {
        font-size: 38px;
    }

    .Propos img {
        width: 70%;
    }

    .concert h3 {
        font-size: 30px;
    }

    .concert-box {
        flex-direction: column;
        gap: 15px;
    }

    .concert-box img {
        width: 100px;
    }

    .concert-box button {
        padding: 18px 40px;
        width: 100%;
    }

    .members {
        gap: 40px;
        padding: 25px;
    }

    .members article {
        flex: 0 1 180px;
    }

    .members article img {
        width: 170px;
        height: 230px;
    }

    div h2 {
        font-size: 42px;
    }

    main h2 {
        font-size: 38px;
        margin-left: 15px;
    }

    .concert-card {
        flex-direction: column;
        text-align: center;
        padding: 20px 10px;
    }

    .date-box {
        width: 100%;
        min-width: auto;
    }

    .btn-reserve {
        width: 100%;
    }

    .titre {
        width: 70%;
        padding: 25px;
    }

    footer {
        flex-direction: column;
        gap: 15px;
        padding: 20px 25px;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
    }
}

/* Smartphones (481px - 640px) */
@media screen and (max-width: 640px) {
    header {
        padding: 10px 15px;
    }

    header h1 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    header nav a img {
        width: 18px;
        margin-left: 10px;
    }

    h1 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 22px;
    }

    p {
        font-size: 15px;
    }

    .Filles {
        margin-top: -15px;
    }

    .Filles h2 {
        font-size: 48px;
    }

    .Filles p {
        font-size: 38px;
        margin-left: 25px;
        margin-top: -38px;
    }

    .Filles img {
        border-radius: 30px;
        padding: 12px;
        width: 95%;
    }

    .Filles .overlay {
        top: 30%;
        left: 6%;
    }

    .Propos {
        margin-top: -40px;
        padding: 20px;
    }

    .Propos h3 {
        font-size: 32px;
        margin-left: 0;
    }

    .Propos img {
        width: 85%;
        margin-top: 20px;
    }

    .concert {
        margin-top: -30px;
        padding: 25px 12px;
    }

    .concert h3 {
        font-size: 26px;
    }

    .concert-box {
        padding: 15px;
        width: 98%;
    }

    .concert-box button {
        padding: 15px 30px;
        font-size: 15px;
    }

    .image-link {
        margin: 15px 0;
    }

    .photo {
        width: 200px;
    }

    .members {
        gap: 35px;
        padding: 20px;
    }

    .members article {
        flex: 0 1 160px;
    }

    .members article img {
        width: 150px;
        height: 200px;
    }

    div h2 {
        font-size: 36px;
        padding: 12px;
    }

    main {
        padding: 25px 12px;
    }

    main h2 {
        font-size: 32px;
        margin-left: 10px;
        padding: 12px;
    }

    .date {
        font-size: 2rem;
    }

    .location {
        font-size: 1.1rem;
    }

    .concert-info h2 {
        font-size: 1rem;
    }

    .btn-reserve {
        padding: 12px 30px;
        font-size: 0.95rem;
    }

    .titre {
        width: 85%;
        padding: 20px;
    }

    .clic-btn {
        font-size: 18px;
        padding: 10px 22px;
        margin: 15px;
    }

    .panier {
        width: 92%;
    }

    .entetes {
        font-size: 14px;
    }

    .produit {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .quantite {
        margin-left: 0;
    }

    .estimation {
        flex-direction: column;
        gap: 12px;
        align-items: flex-end;
    }

    .boutons {
        flex-direction: column;
        gap: 15px;
    }

    button.retour,
    button.contact {
        width: 100%;
        padding: 12px 25px;
    }

    footer {
        padding: 18px 20px;
    }
}

/* iPhone et petits smartphones (375px - 480px) */
@media screen and (max-width: 480px) {
    header h1 {
        font-size: 15px;
    }

    header nav a img {
        width: 16px;
        margin-left: 8px;
    }

    h1 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    .Filles h2 {
        font-size: 40px;
    }

    .Filles p {
        font-size: 32px;
        margin-left: 20px;
        margin-top: -32px;
    }

    .Filles .overlay {
        top: 28%;
        left: 5%;
    }

    .Propos h3 {
        font-size: 28px;
    }

    .Propos img {
        width: 90%;
    }

    .concert h3 {
        font-size: 24px;
    }

    .concert-box button {
        padding: 14px 25px;
        font-size: 14px;
    }

    .photo {
        width: 180px;
    }

    .members {
        gap: 30px;
        padding: 18px;
    }

    .members article {
        flex: 0 1 140px;
    }

    .members article img {
        width: 130px;
        height: 180px;
    }

    div h2 {
        font-size: 32px;
        padding: 10px;
    }

    main h2 {
        font-size: 28px;
        margin-left: 8px;
        padding: 10px;
    }

    .date {
        font-size: 1.8rem;
    }

    .location {
        font-size: 1rem;
    }

    .concert-info h2 {
        font-size: 0.95rem;
    }

    .time {
        font-size: 0.95rem;
    }

    .btn-reserve {
        padding: 11px 25px;
        font-size: 0.9rem;
    }

    .titre {
        width: 90%;
        padding: 18px;
    }

    .clic-btn {
        font-size: 16px;
        padding: 9px 20px;
        margin: 12px;
    }

    .panier {
        width: 95%;
    }

    .info-produit img {
        width: 60px;
    }

    .titre-produit {
        font-size: 13px;
    }

    .prix {
        font-size: 16px;
    }

    .quantite button {
        font-size: 16px;
        padding: 4px 10px;
    }

    .total p {
        font-size: 16px;
    }

    .estimation {
        font-size: 16px;
    }

    button.retour,
    button.contact {
        font-size: 15px;
        padding: 11px 22px;
    }

    .footer-links a {
        font-size: 9px;
    }

    .socials img {
        width: 22px;
    }
}

/* Petits iPhone (320px - 375px) */
@media screen and (max-width: 375px) {
    header {
        padding: 8px 12px;
    }

    header h1 {
        font-size: 14px;
    }

    header nav a img {
        width: 15px;
        margin-left: 7px;
    }

    h1 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 13px;
    }

    .Filles h2 {
        font-size: 34px;
    }
}
