html, body {
    margin: 0;
    padding: 0;
}
body {
  background-image: url(images/banner-anjara.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -35px;
  background-attachment: fixed;
  
 
  
}


.navbar-nav {
   margin: 0 auto;
}
.link-nav {
  font-family: 'Alegreya Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
}
.socials-icone {
    list-style: none;
}
.socials-box {
    text-align: right;
    margin-right: 20px;
    margin-top: 23px;
    
  
}
.socials2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {

  ::-webkit-scrollbar {
    display: none;
  }
  html {
    
    min-height: 100vh; /* La hauteur minimale est définie sur 100% de la hauteur de la fenêtre visible (viewport height) */
    overflow-x: hidden;
  }
  
  body {
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
    isolation: isolate;
    background: none;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;

    background-image: url('images/banner-anjara.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

    pointer-events: none;
    opacity: 0.9;
}
    /* Sidenav menu */
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: #e8e8e8;
    padding-top: 60px;
    transition: left 0.5s ease;
  }
  
  /* Sidenav menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #111;
  }
  
  .sidenav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  /* Active class */
  .sidenav.active {
    left: 0;
  }
  
  /* Close btn */
  .sidenav .close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  
  /* Icône burger */
  .burger-icon span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    margin-left: 10px;
  }
  
    
   /* PAGE D'ACCUEIL*/
    
   
    .socials-box {
        display: none;
    }
  .main-title {
    width: 100%;
    margin: 400px 0 0 0;
    text-align: center;
    color: white;
    opacity: 0.7;
    font-size: 70px;
    font-family: 'Alegreya Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
}

    .title-ep, .title-newsletter {
      text-align: center;
      color: white;
      opacity: 0.7;
      font-size: 35px;
      
    }
   
    .title-clip {
      color: white;
      opacity: 0.7;
      font-size: 25px;
      text-align: center;
     
    }
    iframe {
      border: none;
     }
     .box-video {
        background-color: rgba(129, 129, 129, 0.5);
        padding-top: 30px;
        padding-bottom: 120px;
        width: 100%;
        max-width: 100%;
        float: none;
        box-sizing: border-box;
    }
     .box-ep {
        background-color: rgba(255, 0, 0, 0.5);
        margin-bottom: 90px;
        padding-top: 30px;
        padding-bottom: 80px;
    }
    
 .video-mobile {
    display: block;
    width: 90%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    box-sizing: border-box;
}

   .spotify-player {
    display: block;
    width: calc(100% - 30px);
    max-width: 560px;
    margin: 0 auto;
}
.spotify-player iframe {
    width: 100% !important;
    max-width: 100%;
}
   
    .socials-list-footer {
      display: inline-flex;
      padding-top: 90px;
      
       
    }
   
    .newsletter-home-title {
    font-size: 55px;
    opacity: 1;
    color: white;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.newsletter-home {
    width: calc(100% - 30px);
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    box-sizing: border-box;
}
.newsletter-home .ml-embedded,
.newsletter-home .ml-form-embedWrapper,
.newsletter-home .ml-form-embedBody,
.newsletter-home .ml-form-embedContent,
.newsletter-home form {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}
.newsletter-home input,
.newsletter-home select,
.newsletter-home textarea,
.newsletter-home button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.newsletter-home .ml-form-align-center {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

    .box-newsletter2 {
        width: 92%;
    }

    .newsletter-home-title {
        font-size: 34px;
    }

.ml-embedded input,
.ml-embedded textarea,
.ml-embedded select,
.ml-embedded button {
    max-width: 100%;
    box-sizing: border-box;
}

    /* À PROPOS*/

    .title-bio {
        text-align: center;
        margin-top: 30px;
        color: white;
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 45px;
        opacity: 0.7;
        font-style: italic;
        font-weight: 700;
        white-space: nowrap;
    }
    .full-bio {
        text-align: justify;
        margin: 300px 0;
        font-family: 'Marcellus', serif;
        width: 100%;
        
    }
    .text-fullbio {
    width: 92%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
    background-color: rgba(232, 229, 229, 0.656);
    border-radius: 8px;
    }
    .text-fullbio p {
    margin: 0 0 20px;
}

.text-fullbio p:last-child {
    margin-bottom: 0;
}
    .texte-bio {
      max-width: 500px;
    }
   
    /* PAGE CONCERTS*/

    .title-concerts {
        text-align: center;
        margin-top: 570px;
        font-size: 50px;
        color: white;
        opacity: 0.7;
        font-family: 'Alegreya Sans', sans-serif;
    }
    .concerts-announcement {
        font-size: 30px;
        font-family: 'Sansita', sans-serif;
        text-align: center;
        margin-top: 20px;
        color: white;
        opacity: 0.7;
    }
    .date-concert {
        font-size: 50px;
        font-weight: bold;
        color: white;
        opacity: 0.7;
        font-family: 'Sansita', sans-serif;
    }
    .place-concert {
        font-size: 25px;
        color: white;
        opacity: 0.7;
        font-family: 'Sansita', sans-serif;
    }
    .planning-concerts {
    border-top: 1px solid white;
    width: calc(100% - 30px);
    max-width: 500px;
    margin: 0 auto;
    }
    .divider {
    height: 1px;
    width: calc(100% - 30px);
    max-width: 500px;
    background-color: white;
    margin: 0 auto;
    }
    /* PAGE MÉDIAS*/

    .medias-section {
      margin-top: 300px;
    }
    .title-interviews {
        text-align: center;
        margin-top: 90px;
        font-family: 'Alegreya Sans', sans-serif;
        color: white;
        opacity: 0.7;
        font-size: 60px;
    }
    .title-show {
      color: white;
      text-align: center;
      margin: 30px 30px;
    }
    .image-show {
      height: 400px;
      width: 300px;
      margin-bottom: 10px;
      display: block;
      margin: 0 auto;
      border-radius: 5px;
    }
    .box-logo1, .box-logo2 {
      margin-top: 45px;
    }
    .btn-media {
      
      border: none;
      border-radius: 15px;
      width: 150px;
      height: 40px;
      background-color: #111;
      color: white;
      display: block;
      margin: 0 auto;
      font-family: 'Marcellus', serif;
      padding-top: 10px;
      
    }
   .btn-text-itw {
    margin-left: 10px;
   }
   .link-itw {
    text-decoration: none;
    color: white;
   
    
   }
    .logo-radio-megafm {
      height: 100px;
      width: 250px;
      display: block;
      margin: 0 auto;
    }
    .logo-radio, .logo-show {
      height: 250px;
      width: 250px;
      display: block;
      margin: 0 auto;
    }
    .logo-show {
      margin-top: 10px;
    }
    .box-itw, .box-logo1, .box-logo3 {
      margin-bottom: 30px;
    }


    /* PAGE CONTACT*/

    .contact-section {
      margin-top: 300px;
    }
    .title-contact, .booking-contact, .title-infos {
        text-align: center;
        margin-top: 40px;
        color: white;
        opacity: 0.7;
        font-family: 'Alegreya Sans', sans-serif;
        
    }
    .title-contact {
      font-size: 45px;
      margin-top: 190px;
    }
    .title-booking {
      font-size: 30px;
    }
    .email-address {
      color: white;
    }
    .contact-address {
      font-size: 25px;
      font-family: 'Marcellus', serif;
      
    }
    .newsletter-contact {
      color: white;
      text-align: center;
      font-size: 45px;
      opacity: 0.7;
      font-family: 'Alegreya Sans', sans-serif;
      margin-top: 80px;
      width: 300px;
      display: block;
      margin: 0 auto;

    }
    .box-newsletter2 {
    width: 90%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

   
    /* FOOTER*/
  .example {
        display: flex;
        justify-content: center;
    }

    .socials-list-footer {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin: 0;
        padding-left: 0;
        padding-top: 90px;
        list-style: none;
    }
    
    .footer-section {
      text-align: center;
      background-color: white;
      opacity: 0.7;
      padding: 10px;
      width: 100%;
      box-sizing: border-box;
    }
    
    .name-site, .legal-info {
      color: black;
      font-family: 'Sansita', sans-serif;
    }
    .link-legal {
      text-decoration: none;
      color: black;
    }
    .link-legal:hover {
      color: red;
    }

}


@media screen and (min-width: 769px){

  /* PAGE D'ACCUEIL*/

   #closeBtn,
#openBtn,
.burger-icon {
    display: none !important;
}
    #mySidenav {
        text-align: center;
        margin-bottom: 40px;
    }
   
    .nav-list {
        margin-top: 20px;
        
    }
    .menu-list {
        list-style: none;
    }
    .link-nav {
        text-decoration: none;
        color: white;
        font-size: 35px;
        margin: 0 15px 0 15px;
    }
    .link-nav:hover {
        color: red;
        opacity: 0.5;
    }
    a.active {
        text-decoration: underline;
    }
    .menu-list {
        display: inline-block;
    
        
    }
    
    .socials-box {
        
        z-index: 1;
        float: right;
        position: fixed;
        top: 0;
        right: 0;
        
    }
    .socials-icone {
      margin: 3px;
    }
    
    .icone2 {
      margin-bottom: 8px;
    }
    .page {
      display: none;
    }
    

   .main-title {
    text-align: center;
    margin: auto;
    color: white;
    opacity: 0.7;
    padding-top: 450px;
    font-size: 190px;
    font-family: 'Alegreya Sans', sans-serif;
    
    
   }
     h1.main-title {
    font-size: 150px !important;
}

   .title-clip {
    color: white;
    font-family: 'Sansita', sans-serif;
    font-size: 50px;
   }
   .box-video {
    float: left;
    width: 50%;
    margin-bottom: 150px;
    background-color: rgba(129, 129, 129, 0.5);
    height: 550px;
    padding-top: 50px;
    
   }
   iframe {
    border: none;
   }
   .title-ep {
    color: white;
    font-family: 'Sansita', sans-serif;
    font-size: 50px;
   }
   .box-ep {
    float: right;
    width: 50%;
    margin-bottom: 150px;
    background-color: rgba(255, 0, 0, 0.5);
    height: 550px;
    padding-top: 50px;
    
   }
   .ml-embedded {
    height: 315px;
    width: 560px;
    margin: auto;
    border-radius: 5px;
    padding-top: 80px;
   
   }
   
   .box-main-media {
   margin-top: 450px;
   text-align: center;
   }
   .title-newsletter {
    color: white;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
    font-family: 'Sansita', sans-serif;
   
   }
  .box-newsletter {
    margin-top: 90px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.50);
    padding-bottom: 150px;
    
  }
   
  /* PAGE À PROPOS */

  .title-bio {
    text-align: center;
    margin: 60px 0 50px 0;
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 100px;
    opacity: 0.7;
    
  }
  .text-fullbio {
    max-width: 600px;
    margin: auto;
    text-align: justify;
    color: rgba(7, 7, 7, 0.837);
    font-size: 20px;
    background-color: rgba(232, 229, 229, 0.656);
    padding: 15px;
    border-radius: 3px;
  }
  .full-bio {
    margin-top: 500px;
    margin-bottom: 400px;
    font-family: 'Marcellus', serif;
    
  }
  
    .socials-list-footer {
        display: none;
    }

  /* PAGE CONCERTS*/

  .title-concerts {
    text-align: center;
    margin-top: 510px;
    color: white;
    opacity: 0.6;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 100px;
  }
  .concerts-announcement {
    font-family: 'Sansita', sans-serif;
    font-size: 60px;
    opacity: 0.7;
  }
  .planning-concerts {
    text-align: center;
    color: white;
 
  }
  .concerts-dates {
    margin-bottom: 400px;
    font-family: 'Sansita', sans-serif;
  }
  .date-concert {
    font-size: 40px;
    opacity: 0.6;
  }
  .place-concert {
    font-size: 30px;
    opacity: 0.6;
  }
  .divider {
    height: 1px;
    width: 500px;
    background-color: white;
    margin: auto;
}
  /* PAGE MÉDIAS*/
  .medias-section {
    text-align: center;
    margin: 500px 350px;

  }
  .image-show {
    height: 300px;
    width: 300px;
  }
  .title-interviews {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 100px;
    opacity: 0.7;
  }
  .title-interviews, .title-show {
    color: white;
  }
  .title-show {
    margin: 60px 60px;
    font-family: 'Sansita', sans-serif;
  }
 
  .btn-media {
    margin-top: 50px;
    padding: 15px 15px;
    border: none;
    height: 20px;
    width: 150px;
    border-radius: 25px;
    background-color: black;
    display: block;
    margin: 0 auto;
   
  }
  .link-itw:hover {
    color: red;
    background-color: black;
   
  }
  .btn-media:hover {
    background-color: black;
    opacity: 0.7;
  }
  .link-itw {
    text-decoration: none;
    color: white;
    font-family: 'Marcellus', serif;
    font-size: 18px;
    font-weight: bold;
  }
  .logo-radio-megafm {
    height: 200px;
    width: 300px;
  }
  .logo-radio, .logo-show {
    height: 300px;
    width: 300px;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .logo-radio {
    margin-right: 30px;
  }
  .box-logo2 {
    margin-top: 100px;
    
  }
  

  /*PAGE CONTACT*/

  .title-contact {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 100px;
    opacity: 0.7;
  }
  .title-booking {
    font-family: 'Sansita', sans-serif;
    font-size: 50px;
    opacity: 0.7;
  }
  .contact-address {
    font-size: 25px;
    font-family: 'Marcellus', serif;
  }
  .email-address {
    color: white;
    text-decoration: none;
  }
  .email-address:hover {
    color:rgba(255, 255, 255, 0.423);
  }
  .newsletter-contact {
    font-family: 'Sansita', sans-serif;
    font-size: 50px;
    opacity: 0.7;
  }
  .contact-section {
    text-align: center;
    margin-top: 500px;
}
  .contact-section {
    color: white;
  }
  .booking-contact {
    margin-top: 40px;
  }
}
.newsletter-contact {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.contact-section .box-newsletter2 {
    margin-top: 90px;
    margin-bottom: 250px;
    width: 90%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.contact-section .ml-form-embedContent p,
.contact-section .ml-form-embedContent span,
.contact-section .ml-form-embedPermissionsContent p,
.contact-section .ml-form-embedPermissionsContent span {
    color: #333333 !important;
}
.ml-form-embedContent h4 {
    text-align: center !important;
}
  /* PAGE MENTIONS LÉGALES*/
  .main-legal {
    
    
    background-color: white;
    max-width: 600px;
    display: block;
    margin: 400px auto;
    padding: 20px;
  }
  .title-legal {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 30px;
  }
  .subtitle-legal {
    font-family: 'Alegreya Sans', sans-serif;
  }
  /* FOOTER */
  .footer-section {
    text-align: center;
    background-color: white;
    opacity: 0.7;
    padding: 30px;
  }
  .name-site, .legal-info {
    color: black;
    font-family: 'Sansita', sans-serif;
  }
  .link-legal {
    text-decoration: none;
    color: black;
  }
  .link-legal:hover {
    color: red;
  }

.ml-embedded,
.ml-embedded label,
.ml-embedded p,
.ml-embedded span,
.ml-embedded a {
color: #ffffff !important;
}
.newsletter-home .ml-form-embedPermissionsContent p,
.newsletter-home .ml-form-embedPermissionsContent span {
    color: #333333 !important;
}
.newsletter-home .ml-form-embedContent * {
    color: #333333 !important;
}
.newsletter-contact {
    color: white;
    text-shadow: 0 3px 12px rgba(0,0,0,0.45);
}

.main-title {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.main-title.visible {
    opacity: 0.7;
    transform: translateY(0);
}

