@charset "UTF-8";

@font-face {
  font-family: "reckless_neuemedium_italic";
  src: url("../fonts/recklessneue-mediumitalic-webfont.woff2") format("woff2"),
    url("../fonts/recklessneue-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "reckless_neueregular";
  src: url("../fonts/recklessneue-regular-webfont.woff2") format("woff2"),
    url("../fonts/recklessneue-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
}

button {
  background-color: gray;
  border: 0;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 1rem;
  position: relative; /* Assurez-vous d'avoir une position relative sur le conteneur du bouton */
  z-index: 1; /* Mettez le bouton au-dessus des autres éléments avec un z-index inférieur */
}

button#open {
  opacity: 0;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2; /* Mettez le bouton au-dessus des autres éléments avec un z-index inférieur */
}

.ntm {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
}

.ntm.show {
  pointer-events: auto;
  opacity: 1;
}

.popuptimer {
  background-color: rgba(255, 255, 255, 0);
  padding: 30px 2px;
  max-width: 100%; /* Assurez-vous que la largeur maximale est de 100% */
  text-align: center;
  position: relative;
  z-index: 4;
}

.PUB_MODALS.desktop img {
  display: block;
  margin: 0 auto;
  width: 100%; /* Utilisez 100% pour que l'image occupe la largeur maximale du conteneur */
  height: auto; /* La hauteur s'ajustera automatiquement pour maintenir les proportions */
  max-width: 100%; /* Pour s'assurer que l'image ne dépasse pas la largeur du conteneur */
  max-height: 100%; /* Pour s'assurer que l'image ne dépasse pas la hauteur du conteneur */
}

.PUB_MODALS.mobile img {
  display: none;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 15vh 4.5vh 20vh 60vh 20vh 20vh;
  grid-gap: 9px;
  margin: 2rem;
}

.item-1 {
  grid-column: span 4;
  background-image: url("/images/guysrightonline.png");
  /* Ajustez la taille de l'image en fonction de vos besoins */
  background-size: cover;
  background-position: center center;
  /* Ajustez la position de l'image en fonction de vos besoins */
}

.item-2 {
  z-index: 100000;
  font-size: 1.2rem;
  font-family: "reckless_neueregular";
  top: 95px;
  margin-left: 20vh;
  color: #000000;
}

.item-3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  padding: 5px;
  grid-column: span 5;
  background-color: rgba(0, 0, 0, 0.738);
  display: flex;
  justify-content: center;
  color: white;
}

.scrolling-banner {
  white-space: nowrap;
  overflow: hidden;
}

#banner-text {
  display: inline-block;
  animation: scrollText 27s linear infinite;
}

@keyframes scrollText {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.item-4 {
  padding: 15px;
  background-color: rgb(223, 223, 223);
  grid-row-gap: 0;
}

.item-4 h1 {
  margin-top: 4px;
  font-family: "reckless_neueregular";
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.item-4 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.43);
  line-height: 1rem;
}

.item-5 {
  background-image: url("/images/kim.png");
  /* Ajustez la taille de l'image en fonction de vos besoins */
  background-size: cover;
  background-position: center center;
  grid-row-gap: 0;
  margin-left: -10px;
}

.item-6 {
  padding: 15px;
  background-color: rgb(223, 223, 223);
  grid-row-gap: 0;
}

.item-6 h1 {
  margin-top: 4px;
  font-family: "reckless_neueregular";
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.item-6 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.43);
  line-height: 1rem;
}

.item-8 {
  background-image: url("/images/chinabargain.png");
  /* Ajustez la taille de l'image en fonction de vos besoins */
  background-size: cover;
  background-position: center center;
  grid-row-gap: 0;
  margin-left: -11px;
}

.item-9 {
  background-image: url("/images/compil_pub_3.gif");
  /* Ajustez la taille de l'image en fonction de vos besoins */
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  /* Ajustez la position de l'image en fonction de vos besoins */
}

.item-10 {
  grid-column: span 5;
  grid-row: span 2;
  background-color: rgb(223, 223, 223);
  text-align: center;
  text-decoration: none; /* Annule le soulignement par défaut du lien */
  color: inherit;
  background-image: url("/images/riot_2.gif");
  /* Ajustez la taille de l'image en fonction de vos besoins */
  background-size: cover;
  /* Ajustez la position de l'image en fonction de vos besoins */
  background-position: center center;
}

.item-10 h1 {
  font-family: "reckless_neueregular";
  font-size: 1.5rem;
  margin-left: 1.2rem;
  margin-top: 7rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;

  /* text-decoration: underline 2px black; */
}

.item-10 h2 {
  margin-left: 1.2rem;
  font-family: "reckless_neueregular";
  font-size: 6rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 599;
  margin-bottom: 5rem;
}

.item-10 h3 {
  margin-top: 10rem;
  margin-left: 0rem;
  font-family: "reckless_neueregular";
  font-size: 2.5rem;
  text-align: center;
  background-color: rgba(231, 231, 231);
  display: inline;
  text-decoration: underline 2px;
  transition: background-color 0.3s, color 0.3s;
  animation: blink 6s infinite; /* 4s pour la durée d'une clignotement, infinite pour la répétition infinie */
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1; /* L'élément est visible aux étapes 0%, 50%, 100% */
  }
  25%,
  75% {
    opacity: 0; /* L'élément est invisible aux étapes 25% et 75% */
  }
}

.item-10 h3:hover {
  background-color: black;
  color: rgba(231, 231, 231);
}

.item-11 {
  padding: 15px;
  background-color: rgb(223, 223, 223);
}

.item-11 h1 {
  margin-top: 4px;
  font-family: "reckless_neueregular";
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.item-11 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.43);
  line-height: 1rem;
}

.item-12 {
  grid-column: span 2;
  background-image: url("/images/1_bouteille_gif.gif");
  /* Ajustez la taille de l'image en fonction de vos besoins */
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  /* Ajustez la position de l'image en fonction de vos besoins */
}

.item-13 {
  grid-column: span 2;
  background-color: rgb(223, 223, 223);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  overflow: hidden;
}

.item-13 h1 {
  margin-top: 2px;
  font-family: "reckless_neueregular";
  font-size: 1.7rem;
  margin-bottom: 15px;
}

.item-13 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.43);
}

.item-13 h1,
.item-13 h2 {
  flex: 1;
  margin-right: 25px; /* Fait en sorte que le texte occupe tout l'espace disponible */
}

.item-13 img {
  max-width: 100%; /* Assurez-vous que l'image ne dépasse pas la largeur de son conteneur */
  height: auto; /* Garantit que l'image conserve son ratio hauteur-largeur */
}

@media (max-width: 600px) {
  button {
    background-color: gray;
    border: 0;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 1rem;
    position: relative; /* Assurez-vous d'avoir une position relative sur le conteneur du bouton */
    z-index: 1;
    margin-top: 5px;
    margin-left: 43vh;
  }

  button#open {
    opacity: 0;
    background-color: rgb(255, 255, 255);
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100vh;
    z-index: 2; /* Mettez le bouton au-dessus des autres éléments avec un z-index inférieur */
  }

  .ntm {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    max-width: 95%;
    height: 100%;
    z-index: 3;
  }

  .PUB_MODALS.desktop {
    display: none;
  }

  .PUB_MODALS.mobile {
    display: block;
    margin: 0 auto;
    width: 100%; /* Utilisez 100% pour que l'image occupe la largeur maximale du conteneur */
    height: auto; /* La hauteur s'ajustera automatiquement pour maintenir les proportions */
    max-width: 88%; /* Pour s'assurer que l'image ne dépasse pas la largeur du conteneur */
    max-height: 100%;
  }

  body {
    width: calc(100vw - 2rem);
    overflow-x: hidden;
    margin: 1rem;
  }

  .container {
    width: 100%;
    display: grid;
    overflow-x: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: 5vh 4vh 4vh 20vh 30vh 25vh 15vh 0vh 80vh 18vh 19vh;
    grid-gap: 0px;
    margin: 0;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6,
  .item-8,
  .item-9,
  .item-11,
  .item-12,
  .item-13 {
    width: 100%;
    grid-column: 1;
    overflow-x: hidden;
  }

  /* .item-11 {
    opacity: 0;
  } */

  #banner-text {
    display: inline-block;
    animation: scrollText 10s linear infinite;
  }

  @keyframes scrollText {
    from {
      transform: translateX(20%);
    }
    to {
      transform: translateX(-20%);
    }
  }

  .item-1 {
    background-image: url("/images/guysrightonline.png");
    /* Ajustez la taille de l'image en fonction de vos besoins */
    background-size: 98%;
    background-position: center center;
    max-height: 90%;
    /* Ajustez la position de l'image en fonction de vos besoins */
  }

  .item-2 {
    font-family: "reckless_neueregular";
    font-size: 1rem;
    margin-top: 5px;
    text-align: center;
    margin-left: 9px;
  }

  .item-3 {
    font-size: 1.2rem;
  }

  .item-4 {
    margin-top: 20px;
    padding: 0px;
    background-color: rgb(223, 223, 223);
  }

  .item-4 h1 {
    margin-top: 10px;
    font-family: "reckless_neueregular";
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .item-4 h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.43);
    line-height: 1rem;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
  }

  .item-5 {
    background-image: url("/images/kimcopie.png");
    background-size: 200% 140%;
    /* Ajustez la taille de l'image en fonction de vos besoins */
    background-size: cover;
    background-position: center center;
    margin-top: -10px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .item-6 {
    padding: 0px;
    background-color: rgb(223, 223, 223);
  }

  .item-6 h1 {
    margin-top: 10px;
    font-family: "reckless_neueregular";
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .item-6 h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.43);
    line-height: 1rem;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
  }

  .item-8 {
    margin-top: -11px;
    background-size: 200% 190%;
    /* Ajustez la taille de l'image en fonction de vos besoins */
    background-size: cover;
    background-position: center center;
    margin-top: -10px;
    margin-left: -2px;
  }

  .item-9 {
    background-image: url("/images/compil_pub_3.gif");
    /* Ajustez la taille de l'image en fonction de vos besoins */
    background-size: cover;
    background-position: center center;
    margin-left: 10px;
    cursor: pointer;
    /* Ajustez la position de l'image en fonction de vos besoins */
  }

  .item-10 {
    margin-top: 20px;
    grid-column: span 3;
    grid-row: span 1;
    background-color: rgb(223, 223, 223);
    text-align: center !important;
    color: inherit;
    background-image: url("/images/riot_2.gif");
    /* Ajustez la taille de l'image en fonction de vos besoins */
    background-size: cover;
    /* Ajustez la position de l'image en fonction de vos besoins */
    background-position: center center;
  }

  .item-10 h1 {
    font-family: "reckless_neueregular";
    font-size: 1.5rem;
    margin-top: 30px;
    text-align: center;
    font-weight: 840;
    text-transform: uppercase;
    margin-bottom: 110px;
    /* text-decoration: underline 2px black; */
  }

  .item-10 h2 {
    overflow: hidden;
    font-family: "reckless_neueregular";
    font-size: 2.3rem;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 590;
    margin-bottom: 120px;
  }

  .item-10 h3 {
    margin-top: 5rem;
    margin-left: 0rem;
    font-family: "reckless_neueregular";
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: center !important;
    background-color: rgba(231, 231, 231);
    display: inline;
    animation: blink 6s infinite; /* 4s pour la durée d'une clignotement, infinite pour la répétition infinie */
  }

  @keyframes blink {
    0%,
    50%,
    100% {
      opacity: 1; /* L'élément est visible aux étapes 0%, 50%, 100% */
    }
    25%,
    75% {
      opacity: 0; /* L'élément est invisible aux étapes 25% et 75% */
    }
  }

  .item-11 {
    margin-top: 20px;
    padding: 0px;
    background-color: rgb(223, 223, 223);
  }

  .item-11 h1 {
    margin-top: 0px;
    font-family: "reckless_neueregular";
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 10px;
  }

  .item-11 h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.43);
    line-height: 1rem;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
  }

  .item-12 {
    margin-top: 10px;
    grid-column: span 3;
    grid-row: span 2;
    background-image: url("/images/1_bouteille_gif.gif");
    /* Ajustez la taille de l'image en fonction de vos besoins */
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    /* Ajustez la position de l'image en fonction de vos besoins */
  }

  .item-13 {
    display: none;
    padding: 10px;
    background-color: rgb(223, 223, 223);
  }

  .item-13 h1 {
    margin-top: 2px;
    font-family: "reckless_neueregular";
    font-size: 1.9rem;
    margin-bottom: 0px;
    text-align: center;
  }

  .item-13 h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0rem;
    color: rgba(0, 0, 0, 0.43);
    line-height: 1rem;
  }

  .item-13 h1,
  .item-13 h2 {
    flex: 0;
    margin-right: 0; /* Fait en sorte que le texte occupe tout l'espace disponible */
  }

  .item-13 img {
    display: none;
    max-width: 100%; /* Assurez-vous que l'image ne dépasse pas la largeur de son conteneur */
    height: auto; /* Garantit que l'image conserve son ratio hauteur-largeur */
  }
}
