  :root {
    --color1: transparent;
    --color2: #BEFE8E; /* complémentaire */
    --color3: #8003A5; /* violet foncé */
    --color4: #F361D5; /* complémentaire */
    --color5: #FFC300; /* jaune */
    --color6: #F33E1A; /* complémentaire */
    --color7: #9A8CFF; /* complémentaire */
  }
 
    body {
        text-align: center;
        background: black;
        font-family: 'Bungee Spice', sans-serif;
    }
    h1 {
      margin: auto;
      font-size:1.9em;
      font-family: 'Bungee Spice', sans-serif;

    }
    h2 {
      margin: auto;
      font-size:1.5em;
      font-family: 'Space Grotesk', sans-serif;

    }    
    h3 {
      margin: auto;
      font-size:1.2em;
    font-family: 'Bungee', cursive; 
    }
    h4, p {
      font-family: 'Space Grotesk', sans-serif;

    }
    img {
      border-radius: 50%;
    }
    
    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
      padding-left: 2rem;
    }

    li {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 1.3rem;
      line-height: 1.5;
      padding: 0.5rem 0;
    }

    li:before {
      content: '•'; /* Utilisation d'une puce personnalisée */
      font-size: 2em; /* Ajustement de la taille de la puce */
      color: #41c955;
      vertical-align: middle;
      margin-right: 0.5em;
    }
    
    td {
        color:#555555;
    }
    a {
        text-decoration: none;
    }


    /* Styles pour le header */
    .custom-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      background: transparent;
      color: white;
    }

    .custom-header a {
      color: #fff;
      font-size: 1vh;
      font-family: 'Space Grotesk', sans-serif;
      text-decoration: none;
      margin-right: 1rem;
      transition: color 0.3s ease;
    }

    .custom-header a:hover {
      color: #f8f8f8;
    }

    .custom-header .logo img {
      width: 40px;
      height: auto;
      border-radius: 0%;
      cursor: pointer;
    }

    .custom-header .menu-toggle {
      display: none;
      font-size: 1.5rem;
      cursor: pointer;
    }

  /* Styles pour la navigation responsive */
  @media (max-width: 768px) {

    .custom-header {
      flex-direction: column;
    }

    .custom-header .menu-toggle {
      display: block;
    }

    .custom-menu {
        
      display: none;
      margin-top: 1rem;
      color: white;
    }

    .custom-menu.active {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .column h3{
      font-size:0.7rem;
    }
  }
    .vinyl-container {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem;
      margin-top: 3rem;
      border-color: #41c955;
      border-style: dotted;
      border-width: 5px;
      background: #555555;
      background-repeat: repeat;
      border-radius: 5%;
      
    }

    .vinyl {
      background: transparent;
      flex: 0 0 200px;
      margin-right: 1rem;
    }

    .vinyl:last-child {
      margin-right: 0;
    }

    .vinyl .brasVinylCollection {
      text-align: right;
    }

    .vinyl canvas {
      width: 100%;
      height: auto;
    }

    .vinyl p.h1 {
      margin-top: 0.5rem;
      text-align: center;
    }

    .vinyl a#renameA,
    .vinyl a#renameB,
    .vinyl a#renameC,
    .vinyl a#renameD {
      text-decoration: none;
      font-family: 'Space Grotesk', sans-serif;
    }

    .vinyl span.hovertext {
      font-family: 'Space Grotesk', sans-serif;
      font-size: x-large;
    }

    .custom-menu a.menu-link {
      display: inline-block;
      padding: 5px 10px;
      margin: 1px;
      border: 2px solid transparent; /* Couleur du cadre */
      border-radius: 5px; /* Arrondir les coins */
      background-color: transparent; /* Fond transparent */
      text-decoration: none;
      color: white; /* Couleur du texte */
    }

    .custom-menu a.menu-link:hover {
      background-color: #333; /* Couleur de fond au survol */
      color: #fff; /* Couleur du texte au survol */
    }
    
/* Styles pour la navigation responsive */
@media (max-width: 768px) {

    .vinyl canvas {
      margin: auto;
      width: 100%;
      height: auto;
    }
    .vinyl-container {
      column-count: 2;
      display: block;
      margin: auto;
      border-color: #41c955;
      border-style: dashed;
      border-width: 5px;
      background: #555555;
      background-repeat: repeat;
      border-radius: 5%;
    }
    
    /* Styles pour le menu déroulant */
    .custom-menu {
      display: none;
      margin-top: 1rem;
    }
    
    .custom-menu.active {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .custom-menu a.menu-link {
      display: block;
      font-size: 1.5rem; /* Ajuster la taille du texte pour les petits écrans */
      padding: 10px 20px;
      margin: 5px;
       border-radius: 5px;
      background-color: transparent;
      text-decoration: none;
      color: #333;
    }
    
    /* Optionnel : Styles pour changer l'apparence au survol des liens */
    .custom-menu a.menu-link:hover {
      background-color: #333;
      color: #fff;
    }

    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
      padding-left: 0.7rem; /* Réduire l'espacement à gauche pour les petits écrans */
    }
    
    li {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.9rem; /* Réduire la taille de police pour les petits écrans */
      line-height: 1.4;
      padding: 0.3rem 0; /* Réduire l'espacement vertical pour les petits écrans */
    }
    
    li:before {
      content: '•';
      font-size: 1em; /* Ajuster la taille de la puce pour les petits écrans */
      color: #41c955;
      vertical-align: middle;
      margin-right: 0.5em;
    }

}
  
/* Styles pour le menu sur les écrans larges en mode paysage */
@media (min-width: 768px) and (orientation: landscape) {
    .custom-menu a.menu-link {
      font-size: 1.3rem; /* Ajuster la taille du texte pour les tablettes en mode paysage */
    }
}

/* Global section styles */
section {
  font-size: 20px;
  justify-content: justify;
  line-height: 1;
  text-decoration : none;
  background:black;
  
}




/* Specific section styles */
.game-levels,
.firefox-computer,
.music-info,
.about-poneyjam {
  border: 4px solid lime;
  border-radius: 8px;
  padding: 3rem;
  border-color: var(--color4);
  border-style: dashed;
}

/* Styling for the 'music-info' and 'about-poneyjam' sections */
.music-info h2,
.about-poneyjam h2 {
  font-size: 36px;
}

/* Carousel styles */
.carousel {
  display: flex;
  overflow: hidden;
}

.carousel img {
  height: 200px;
  margin: 20px;
}

/* Animation classes */
.fade-in {
    animation: fadeIn 1s ease-in-out;
}

.slide-in {
    animation: slideIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(50px);
    }
    to {
        transform: translateY(0);
    }
}
/* Responsive styles for smartphones */
@media (max-width: 768px) {
  h2 {
    font-size: 33px;
  }
  
  h3, h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  section {
    font-size: 18px;
    padding: 0rem;
    margin: 0rem;
  }

  .carousel img {
    height: 150px;
    margin: 10px;
  }
}

    .blob-1,
    .blob-2,
    .centered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

    .blob-1,
    .blob-2 {
  width: 70px;
  height: 70px;
  background: #f88017;
  border-radius: 50%;
}

    .blob-1 {
  left: 20%;
  animation: 2.5s infinite osc-l;
}

    .blob-2 {
  left: 80%;
  animation: 2.5s infinite osc-r;
  background: #f88017;
}

    @keyframes osc-l {
  0%, 100% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
}

    @keyframes osc-r {
  0%, 100% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
}

    
.header {
  border-radius: 2em 1em 4em/.5em 3em;
  border-style: outset;
  padding: 3.2vh;
  font-family: 'Space Grotesk', sans-serif;
  text-decoration: none;
}

.container {
  display: flex;
  max-width: 100%;
  margin: auto;
  background: 0 0;
  border: 0 solid;
  border-radius: 2em 1em 4em/.5em 3em;
}

.column {
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  margin:auto;
  text-align:center;
  

}

.column img {
  max-width: 90%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

button {
  margin: auto;
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 2em 1em 4em / 0.5em 3em;
  font-size: 50%;
  color: var(--color4);
  font-weight: 10000; 
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif;
  -webkit-box-shadow: var(--color4);
  -moz-box-shadow: var(--color6);
  box-shadow: #356847 0px 0px 32px 0px;
  width: 100%;
  margin-top: 2vh;
  margin-bottom: 2vh;
  padding: 2vh;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  button {
    padding: 3vh;
    font-size: 30vh;
  }
}

.big-button {
      font-family: 'Space Grotesk', sans-serif;
  margin: auto;
  padding: 1.75em 2em;
  font-size: 1.2vh;
  border-radius: 1em;
  background: var(--color3);
  transform-style: preserve-3d;
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
  background: var(--color3);
  -webkit-box-shadow: var(--color1) 0px 0px 32px 0px;
  -moz-box-shadow: var(--color1) 0px 0px 32px 0px;
  box-shadow: var(--color1) 0px 0px 32px 0px;
  width: 100%;
  margin-top: 1.75vh;
  margin-bottom: 1.75vh;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .big-button {
    padding: 3vh;
    font-size: 13vh;
  }
}

.big-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color3);
  border-radius: inherit;
  transform: translate3d(0, 0.75em, -1em);
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
}

.big-button:hover {
  background: var(--color3);
}

.big-button:hover::before {
  transform: translate3d(0, 0.75em, -1em);
}

.big-button:active {
  transform: translate(0em, 0.75em);
}

.big-button:active::before {
  background: var(--color3);
  transform: translate3d(0, 0, -1em);
}

.big-button2 {
  margin: auto;
  padding: 1.75em 2em;
  font-size: 1.3vh;
  border-radius: 1em;
  background: var(--color1);
  transform-style: preserve-3d;
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
  -webkit-box-shadow: var(--color1) 0px 0px 32px 0px;
  -moz-box-shadow: var(--color1) 0px 0px 32px 0px;
  box-shadow: 0px 0px 32px 0px;
  width: 100%;
  margin-top: 1.75vh;
  margin-bottom: 1.75vh;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .big-button2 {
    padding: 3vh;
    font-size: 3vh;
  }
}

.big-button2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color1);
  border-radius: inherit;
  transform: translate3d(0, 0.75em, -1em);
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
}

.black_btn {
    border:1px solid lime; 
    border-radius:5%; 
    color: white; 
    background:black; 
    font-size:large;
}
.keyPressContainer {
    position: relative; 
    display: inline-block;
}
.keyPress {
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    border: 1px solid grey; 
    width: 20px; 
    color: snow;
    font-size:10px;
    font-family: 'Space Grotesk', sans-serif;
}
#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Pour s'assurer que le popup est au-dessus du contenu */
}

#popupContent {
    background-color: black;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}

#closePopup {
    margin-top: 10px;
    background-color: #675F33; /* Couleur du bouton */
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size:1rem;
}
#bonus_images{
    position: fixed;
    top: 30;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}
#bonus_images img {
        position: relative;
        opacity: 1;
        transform: scale(1);
        transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

#poneysContainer {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centre les éléments horizontalement */
}

.tiny-img {
    max-width: 6%;
}

/* Styles pour la classe .hired */
.hired {
    border: 2px solid gold; /* Bordure dorée un peu plus épaisse */
    padding: 10px; /* Ajoute de l'espace à l'intérieur du poney */
    border-radius: 5px; /* Coins arrondis */
    margin: 5px 0; /* Marge supérieure et inférieure pour espacement vertical */
}
#options {
      border-color: #41c955;
      border-style: dotted;
      border-width: 5px;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out; /* Animation douce */

}
/* Styles pour la classe .fired */
.fired {
    border: 0px; /* Bordure dorée un peu plus épaisse */
    opacity: 0.6; /* Opacité de 60% (un peu plus visible) */
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out; /* Animation douce */
}

.blury {
    opacity: 0.9; /* Opacité de 60% (un peu plus visible) */
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out; /* Animation douce */
}

.particle {
    position: fixed;
    top: 30;
    left: 0;
        background-color: orange;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        animation: explode 0.5s ease-out;
}

@keyframes explode {
        0% {
            transform: scale(2);
            opacity: 1;
        }
        100% {
            transform: scale(20);
            opacity: 0;
        }
}


.color-box {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 5px;
            border: 1px solid #000;
}

#diapo {
    max-width: 100%;
    height: auto; /* Ajustera la hauteur en fonction du contenu (l'image) */
    position: relative;
    margin: 0 auto; /* Centre horizontalement */
    opacity: 0;
    border-radius: 5%;
    transition: opacity 0.5s ease-in-out;
}

#diapo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

/* Média queries pour rendre l'élément diapo réactif */
@media (max-width: 768px) {
    #diapo {
        max-width: 100%; 
    }
}
.formulaire {
    width:80%; 
    background:black;
    margin: auto;
    font-size: 100px;
}
/* Styles pour la bannière de consentement aux cookies */
.cookie-consent {
    position: sticky;
    bottom: 0; /* Déplace la bannière en bas de la page */
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 999;
}

.cookie-consent button {
    background-color: #008cba;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.cookie-consent button:hover {
    background-color: #005a87;
}
.small_img {
    display: flex;
    justify-content: center;
}
.small_img img{
    max-width: 2%;
    opacity: .3;
}
    .mode-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }

    .modes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .mode-card {
        padding: 20px;
        text-align: center;
    }

    .mode-image {
        max-width: 100px;
        margin-bottom: 20px;
        border-radius: 25%;
    }

    .feature-list {
        list-style: none;
        padding: 0;
    }

    .feature-list li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .feature-list .green {
        color: green;
    }

    .feature-list .red {
        color: red;
    }

    @media (max-width: 768px) {
        .modes {
            grid-template-columns: 1fr;
        }
    }
.punk3{background-image:url("img/poneyjam-accueil6.png")}
.punk{background-image:url("img/poneyjam-accueil4.png")}
.punk2{background-image:url("img/backgroundPJ.png")}
.punk4{background-image:url("img/bannerPJ.png")}

.bg22{background-image:url("img/bg22.png")}


.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 50px;
    height: 15px;
    padding: 1.5px;
    margin: 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 12.5px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 12.5px);
    border-radius: 9px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
    margin:auto;
    padding:1rem;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: 'VotrePolice', sans-serif; /* Remplacez 'VotrePolice' par la font-family souhaitée */
    font-size: 8px;
    text-transform: uppercase;
    background: var(--color3);
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.4em; /* Ajustez la position verticale du texte */
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 5px; /* Ajustez la position horizontale du texte pour l'état OFF */
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 5px; /* Ajustez la position horizontale du texte pour l'état ON */
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked ~ .switch-label {
    background: var(--color4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3.5px 0 0 -3.5px;
    width: 7px;
    height: 7px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 3.5px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-handle {
    left: 34px; /* Ajustez la position horizontale de la poignée pour l'état ON */
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Switch Left Right
==========================*/
.switch-left-right .switch-label {
    overflow: hidden;
}

.switch-left-right .switch-label:before,
.switch-left-right .switch-label:after {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5.5px 0 0 0;
    text-indent: -6px;
    border-radius: 10px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.switch-left-right .switch-label:before {
    background: var(--color3);
    text-align: left;
    padding-left: 40px;
}

.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 4.5px;
    background: var(--color4);
    left: -50px;
    opacity: 1;
    width: 50%;
}

.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
    left: 50px;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: 0;
}

.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}

/* Transition
============================================================ */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
