body {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}

@media only screen and (max-width: 800px) {
  body {
    width: 100%;
    background-color: #00ff00;
    column-count: 1;
    position: fixed;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    grid-template-rows: 90px 50px 50px 50px 50px 50px 70px 70px 70px;
  }
}

@font-face {
    font-family: "pic";
    font-weight: 100;
    src: url('../fonts/PicNic-Regular.otf'),
         url('../fonts/PicNic-Regular.woff2') format('woff2'),
         url('../fonts/PicNic-Regular.woff') format('woff');
}

@font-face {
    font-family: "din";
    font-weight: 100;
    src: url('../fonts/DINdong.otf'),
         url('../fonts/DINdong.woff2') format('woff2'),
         url('../fonts/DINdong.woff') format('woff');
}

/* TOPNAV */

#topnav{
  position: absolute;
  top:0px;
  z-index: 1000;
}


.ro{
  font-family: "din";
  text-align: left;
  position: fixed;
  left: 10px;
font-size: 1.1em;
}

@media only screen and (max-width: 800px) {
  .ro{
    font-family: "pic";
    text-align: center;
    position: relative;
    left: 0px;
    font-size: 3em;
  }
}

.topnav{
  font-family: "din";
  text-align: right;
  position: fixed;
  right: 10px;
  top:0px;
  display: flex;
  z-index: 1000;
    align-items: baseline;
}

@media only screen and (max-width: 800px) {
  .topnav{
    font-family: "din";
    text-align: center;
    position: relative;
    right: 0px;
    display: grid;
    margin-top: -20px;
  }
}

ul{
  list-style: none;
  text-align: left;
  padding-inline-start:0px;
}

@media only screen and (max-width: 800px) {
  ul{
    list-style: none;
    text-align: center;
    padding-inline-start:0px;
  }
}

#menu-icon {
  display: none; /* Masquer l'icône hamburger par défaut */
  cursor: pointer;
 font-size: 6vw;
 margin-left: 20px;
 color: black;
}


.menu-item {
  display: inline-block;
  text-align: left;
  margin-right: 20px; /* Ajouter un espace entre les éléments du menu */
  font-size: 1.1em;
}

@media only screen and (max-width: 800px) {
  .menu-item {
    text-align: center;
    margin-right: 0px; /* Ajouter un espace entre les éléments du menu */
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 800px) {
  .menu-item:hover {
    color:white;
  }
}

.dropdown-arrow{
  margin-left: -15px;
}

@media only screen and (max-width: 900px) {
  .dropdown-arrow{
    color:white;
    font-size: 1.3em;
    margin-left: 5px;
  }
}


a{
  color: black;
  text-decoration : none;
}

a:hover{
  color: pink;
  text-decoration :none;
}

@media only screen and (max-width: 900px) {
a{
  text-decoration: none;
  color: white;
}
a:hover{
  color: white;
  text-decoration :none;
}
}

.dropdown-arrow:hover{
  color: pink;
}

@media only screen and (max-width: 800px) {
  .dropdown-arrow:hover{
    color: white;
    font-size: 1.3em;
  }
}

  #topnav.open {
    display: flex; /* Afficher la topnav lorsque le menu est ouvert */
  }

  .topnav.responsive {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .topnav.responsive a {
    display: block;
    padding: 14px 16px;
    text-align: right;
    color: black;
  }

  .topnav.responsive .menu-item {
    margin: 10px;
  }
 
    /* Ajout du style pour désactiver les liens des deux premières catégories */

    .topnav .menu-item.disabled-category > a {
        pointer-events: none;
}

/* HELLO */


#hello{
  font-family: "pic";
  font-size: 18.5vw;
  grid-row: 1;
  padding-left: 10%;
  margin-right: 280px;
  padding-top: 100px;
  width: 100%;
  float:left;
  z-index: 1000;
}

@media only screen and (max-width: 900px) {
  #hello{
  display: none;
  }
}

/* IMAGES ACCUEIL */

img{
  height: 500px;
  width: auto;
}

#images{
  display: inline-flex;
}

.image{
  display: flex;
  padding-left: 10px;
}

canvas{
  position: absolute;
  left: 0px;
  z-index: 0;
}

@media only screen and (max-width: 900px) {
  #images{
    display: none;
  }
  .image{
    display: none;
  }
  canvas{
    display:none;
  }
}

/* DESCRIPTION */

.description{
  font-family: "din";
  position: absolute;
  font-size: 1vw;
  color: white;
  width: 100%;
  bottom: 150px;
  margin-left: 20px;
  opacity: 0;
  z-index: 1;
}

.image:hover img + .description,
.image img:hover + .description {
    opacity: 1;
    pointer-events: all;
}


.image:hover img {
-webkit-filter: blur(10px) brightness(100%);
    filter: blur(10px) brightness(100%) ;
}

@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 1.1);
  }

}

/* BOUTIQUE */

#boutique{
  position: fixed;
  left: 20px;
  bottom: 10px;
  font-family: "din";
  font-size: 1.5vw;
  z-index: 20000;
}

@media only screen and (max-width: 900px) {
  #boutique{
  left: 0px;
  bottom: 10px;
  font-family: "din";
  font-size: 4vw;
  z-index: 20000;
width: 100%;
      display: flex;
      justify-content: center;

  }
}


