
@media (max-width: 1500px) {

    .site-title {
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        margin-left: 65px;
    }
    .nav-items {
        display: flex;
        gap: 1.3rem;
    }



}



@media (max-width: 1450px) {

    .nav-items {
        display: flex;
        gap: 1rem;
    }

    .nav-items a {
    font-size: 22px;
    font-weight: medium;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.hero-title {
    font-size: 37px !important;
    font-weight: 900;
    margin: 0;
    position: relative;
    left: -20px !important;
    top: -9rem;
}

.hero-subtitle {
    font-size: 27px;
    font-weight: normal;
    margin: 0;
    position: relative;
    left: 50px;
    top: -9rem;
}

.discover-button {
    position: relative;
    display: inline-block;
    padding: 0.7rem 2.3rem;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgb(240, 156, 51);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: auto;
    min-width: 120px;
    max-width: 200px;
    margin-top: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    left: 9rem;
    top: -40px;
}

}


@media (max-width: 1367px) {

    .nav-items {
        display: flex;
        gap: 1rem;
    }

    .nav-items a {
    font-size: 22px;
    font-weight: medium;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.hero-title {
    font-size: 35px !important;
    font-weight: 900;
    margin: 0;
    position: relative;
    left: -20px !important;
    top: -11rem;
}

.hero-subtitle {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    position: relative;
    left: 50px;
    top: -10rem;
}

.discover-button {
    position: relative;
    display: inline-block;
    padding: 0.7rem 2.3rem;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgb(240, 156, 51);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: auto;
    min-width: 120px;
    max-width: 200px;
    margin-top: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    left: 6rem;
    top: -40px;
}
}



@media (max-width: 1352px) {

    .nav-items {
        display: flex;
        gap: 1rem;
    }

    .nav-items a {
    font-size: 22px;
    font-weight: medium;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.hero-title {
    font-size: 35px !important;
    font-weight: 900;
    margin: 0;
    position: relative;
    left: -20px !important;
    top: -11rem;
}

.hero-subtitle {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    position: relative;
    left: 50px;
    top: -10rem;
}

.discover-button {
    position: relative;
    display: inline-block;
    padding: 0.7rem 2.3rem;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgb(240, 156, 51);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: auto;
    min-width: 120px;
    max-width: 200px;
    margin-top: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    left: 6rem;
    top: -40px;
}
}




@media (max-width: 1300px) {
    .hero-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        height: auto;
        padding: 2rem 0;
    }

    .hero-title {
        font-size: 31px;
        position: relative;
        font-weight: 900;
        margin: 0;
        left: -17rem !important;
        top: -15rem;
    }

    .hero-subtitle {
        font-size: 21px;
        font-weight: normal;
        margin: 0;
        left: -11rem;
        top: -14rem;
    }
    .discover-button {
        position: relative;
        display: inline-block;
        padding: 0.5rem 2.2rem;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: rgb(240, 156, 51);
        border: none;
        border-radius: 25px;
        cursor: pointer;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: auto;
        min-width: 120px;
        max-width: 200px;
        margin-top: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        left: -9.5rem;
        top: -7rem;
    }
    .album-art {
        position: absolute;
        left: 15px;
        top: 10px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: #ffffff;
        background-image: url(https://i.scdn.co/image/9dcbd30…);
        background-size: cover;
        background-position: center;
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    }
    .volume-control {
        display: flex;
        align-items: center;
        margin-left: 10px;
        position: relative;
        top: -14px;
        left: 25px;
    }
    
    .volume-slider {
        -webkit-appearance: none;
        width: 150px; /* Ajustez la largeur du slider ici */
        height: 8px;
        background: rgb(240, 156, 51); /* Couleur de la barre du slider */
        border-radius: 5px;
        outline: none;
        cursor: pointer;
        margin-left: 10px;
    }
 
}

@media (max-width: 1200px) {
    .hero-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        height: auto;
        padding: 2rem 0;
    }

    .hero-title {
        font-size: 35px;
        font-weight: 900;
        margin: 0;
        left: -17rem;
        top: -16rem;
    }

    .hero-subtitle {
        font-size: 25px;
        font-weight: normal;
        margin: 0;
        left: -12rem;
        top: -15rem;
    }
    .discover-button {
        position: relative;
        display: inline-block;
        padding: 0.5rem 2.2rem;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: rgb(240, 156, 51);
        border: none;
        border-radius: 25px;
        cursor: pointer;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: auto;
        min-width: 120px;
        max-width: 200px;
        margin-top: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        left: -9.5rem;
        top: -10rem;
    }
   
 
}



@media (max-width: 1315px) {
    .header {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 2.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        margin-bottom: 20px;
        width: 100%;
        background-color: #000000;
    }
    .header .site-title {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
        margin-left: 65px;
    }

    .header-image {
        max-width: 350px;
        height: 130px;
        position: absolute;
        top: 70%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
    .nav-items {
        display: flex;
        gap: 1.2rem;
    }
    .nav-items a {
        font-size: 23px;
        font-weight: medium;
        text-decoration: none;
        color: rgb(255, 255, 255);
    }
    .phone-icon {
        font-size: 21px;
        margin-left: 8px;
        color: rgb(240, 156, 51);
        position: relative;
        left: -1rem;
    }
    .contact-text {
        color: white;
        font-size: 1.1rem !important;
    }
    
    
}

@media (max-width: 1203px) {
    .header {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3rem 2.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        margin-bottom: 20px;
        width: 100%;
        background-color: #000000;
    }
    .header .site-title {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        margin-left: 65px;
    }

    .header-image {
        max-width: 250px;
        height: 130px;
        position: absolute;
        top: 70%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
    .nav-items {
        display: flex;
        gap: 1rem;
    }
    .nav-items a {
        font-size: 20px;
        font-weight: medium;
        text-decoration: none;
        color: rgb(255, 255, 255);
    }
    .phone-icon {
        font-size: 19px;
        margin-left: 8px;
        color: rgb(240, 156, 51);
        position: relative;
        left: -1rem;
    }
    .contact-text {
        color: white;
        font-size: 0.8rem !important;
    }
   
    
}

@media (max-width: 1049px) {
    .header {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 2.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        margin-bottom: 20px;
        width: 100%;
        background-color: #000000;
    }
    .header .site-title {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
        margin-left: 65px;
    }

    .header-image {
        max-width: 270px;
        height: 150px;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .nav-items {
        display: flex;
        gap: 1rem;
    }
    .nav-items a {
        font-size: 15px;
        font-weight: medium;
        text-decoration: none;
        color: rgb(255, 255, 255);
    }
    .phone-icon {
        font-size: 15px;
        margin-left: 8px;
        color: rgb(240, 156, 51);
        position: relative;
        left: -1rem;
    }
}



@media (max-width: 1100px) {


    .laisse-avis{
        position: relative;
        left: 30rem !important;
        font-size: 18px !important;
    }
    .stars1{
        position: relative;
        font-size: 30px !important;
        left: 36rem !important;
    }

}





@media (max-width: 1000px) {
    .hero-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        height: auto;
        padding: 2rem 0;
    }
    .header .site-title {
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        margin-left: 65px;
    }

    .hero-title {
        font-size: 35px;
        font-weight: 900;
        margin: 0;
        left: -17rem;
        top: -16rem;
    }

    .hero-subtitle {
        font-size: 25px;
        font-weight: normal;
        margin: 0;
        left: -12rem;
        top: -15rem;
    }
    .discover-button {
        position: relative;
        display: inline-block;
        padding: 0.5rem 2.2rem;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: rgb(240, 156, 51);
        border: none;
        border-radius: 25px;
        cursor: pointer;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: auto;
        min-width: 120px;
        max-width: 200px;
        margin-top: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        left: -9.5rem;
        top: -10rem;
    }
    .nav-links {
        display: none; /* Masquer les liens de navigation */
    }

    #menu-toggle:checked + .hamburger + .mobile-nav {
        display: flex; /* Afficher le menu mobile quand le burger est activé */
    }

    /* Styles pour le conteneur du menu burger */
/* Styles pour le conteneur du menu burger */
.hamburger {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
    display: block; /* Affiche le menu hamburger sur les écrans plus petits */
    width: 90px; /* Augmente la largeur du bouton */
    height: 90px; /* Augmente la hauteur du bouton */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Styles pour l'icône SVG du menu burger */
.hamburger svg {
    width: 80px; /* Augmente la largeur de l'icône */
    height: 80px; /* Augmente la hauteur de l'icône */
    fill: none; /* Aucun remplissage pour l'intérieur des lignes */
    stroke: white; /* Couleur blanche pour les lignes */
    stroke-width: 3; /* Épaisseur des lignes */
    transition: transform 0.4s ease;
}

/* Ajouter une rotation à l'icône quand elle est activée */
#menu-toggle:checked + .hamburger svg {
    transform: rotate(90deg); /* Rotation de 90 degrés pour une animation de rotation */
}

/* Styles pour le menu mobile */
.mobile-nav {
    display: none;
    flex-direction: column;
    align-items: center; /* Centre les liens horizontalement */
    justify-content: center; /* Centre les liens verticalement */
    gap: 2rem; /* Espacement entre les liens */
    position: fixed;
    top: 0;
    right: -50%; /* Le menu commence hors de la vue à droite */
    width: 50%; /* Le menu prend la moitié de la largeur de la fenêtre */
    height: 100%;
    background-color: #000;
    padding: 2rem 0; /* Espacement vertical à l'intérieur du menu */
    z-index: 1000;
    border-left: 5px solid rgb(240, 156, 51); /* Bordure gauche colorée */
    transition: right 0.5s ease-out, opacity 0.5s ease-out; /* Transition d'ouverture avec un effet de glissement */
    opacity: 0; /* Commence avec une opacité de 0 */
}

/* Affichage du menu quand le burger est cliqué */
#menu-toggle:checked + .hamburger + .mobile-nav {
    display: flex;
    right: 0; /* Le menu glisse de la droite */
    opacity: 1; /* Opacité du menu */
}

/* Styles pour les liens de navigation */
.mobile-nav a {
    font-size: 3.5rem; /* Taille de la police plus grande */
    color: white; /* Couleur des liens */
    text-decoration: none; /* Retire le soulignement */
    transition: color 0.3s ease; /* Transition pour l'effet de survol */
    position: relative;
    top: -20rem;
}

/* Effet de survol des liens de navigation */
.mobile-nav a:hover {
    color: rgb(240, 156, 51); /* Change la couleur des liens au survol */
}



/* Définir l'animation de glissement */
@keyframes slideIn {
    from {
        right: -100%;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
    
}

.header-image {
    max-width: 300px;
    height: 180px;
    position: absolute;
    top: 70%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.no-scroll {
    overflow: hidden; /* Désactive le défilement vertical */
}



 
}

   








/* Styles pour les écrans jusqu'à 768px */
@media (max-width: 768px) {
    .header .site-title {
        font-size: 18px;
        margin-left: 30px;
    }

    .hero-title {
        font-size: 30px;
        text-align: center;
    }

    .hero-subtitle {
        font-size: 18px;
        text-align: center;
    }

    .header-image {
        max-width: 250px;
        left: 55%;
    }
    .nav-items {
        gap: 0.8rem;
    }
    .hero-title {
        font-size: 30px;
        left: 0;
    }
    .hero-subtitle {
        font-size: 18px;
        left: 0;
    }
    .discover-button {
        padding: 0.4rem 1rem;
        font-size: 12px;
        left: auto;
        margin: 20px auto;
        display: block;
    }
    .player {
        width: 160px !important;
        height: 40px !important;
    }
    .control-panel {
        width: 160px !important;
        height: 50px !important;
    }
    .album-art {
        height: 30px !important;
        width: 30px !important;
        left: 0 !important;
    }
    .info .artist {
        font-size: 10px !important;
    }
    .info .name {
        font-size: 6px !important;
    }
    .info {
        padding: 5px 5px 5px 20px !important;
    }
}

/* Styles pour les écrans jusqu'à 414px */
@media (max-width: 414px) {
    
    .laisse-avis {
        position: relative;
        font-size: 25px;
        left: 33rem;
        top: 30px;
    }

    .stars1 {
        font-size: 40px;
        position: relative;
        left: 40rem;
        top: -4rem;
        color: rgb(240, 156, 51);
    }
    
    .logo-icon {
        width: 1rem;
        height: 1rem;
        font-size: 23px;
        position: relative;
        top: -10px;
        left: -10px;
    }
    
    .hero-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        left: -90px;
        width: 190%; /* Assure que la section prend toute la largeur disponible */
        padding: 2rem 1rem; /* Réduit le padding horizontal pour les petits écrans */
        box-sizing: border-box; /* Inclut le padding dans la largeur totale */
        background: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://www.image-heberg.fr/files/17254865984185302283.png') center/cover no-repeat;
        min-height: 300px; /* Ajuste la hauteur minimale pour les petits écrans */
        border-radius: 0.75rem;
        border: 5px solid rgb(240, 156, 51);
    }


    .header .site-title {
        font-size: 16px;
        position: relative;
        left: -30px;
    }
    .hero-title {
        font-size: 16px;
        text-align: center;
        position: relative;
        left: -17rem;
        top: -5rem;
    }

    .hero-subtitle {
        font-size: 14px;
        text-align: center;
        position: relative;
        left: -17rem;
        top: -5.4rem;
    }
    .discover-button {
        padding: 0.3rem 0.5rem;
        font-size: 8px;
        left: auto;
        margin: 15px auto;
        display: block;
        position: relative;
        left: -17rem;
        top: -3rem;
    }
    
    .header-image {
        max-width: 170px;
        left: 66%;
    }
    .nav-items {
        gap: 0.5rem;
        flex-direction: column;
        align-items: center;
    }
    
    .player {
        width: 140px !important;
        height: 35px !important;
    }
    .control-panel {
        width: 140px !important;
        height: 45px !important;
    }
    .album-art {
        height: 25px !important;
        width: 25px !important;
        left: 0 !important;
    }
    .info .artist {
        font-size: 8px !important;
    }
    .info .name {
        font-size: 5px !important;
    }
    .info {
        padding: 5px 5px 5px 15px !important;
    }
}


@media (max-width: 390px) {

    
}