body {
  font-family: "DotGothic16", sans-serif;
  background-color: whitesmoke;
  margin: 0;
  padding: 0;
  cursor: url("./svg/cursor-svgrepo-com.svg") 20 20, auto;
  

}

.content {
  padding: 2em;
  text-align: left;
}
a {
  color: black;
  text-decoration: none;
}
p,
h2,
h3,
h4 {
  font-weight: 400;
  font-style: normal;
  margin: 0;
  line-height: 140%;
}
h1 {
  font-family: 'Secular One', sans-serif;
  font-size: 16px;

}
h2 {
  font-size: 38px;
  font-family: 'Secular One', sans-serif;
  font-weight: 700;
  padding-top: 100px;
  padding-bottom: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
}

h3 {
  font-size: 28px;
  font-family: 'Secular One', sans-serif;
  font-weight: 500;
  margin: 0%;
  padding-top: 80px;
  padding-bottom: 50px;
}

h4 {
  font-size: 21px;
  font-family: 'Catamaran', sans-serif;
  padding-top: 80px;
  padding-bottom: 20px;
  font-weight: 700;
  margin: 0%;
}
h5{             
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
  margin: 0;
  padding-top: 20px;
  font-weight: 800;
}

@media (min-width: 600px) {
  h5 {
    font-size: 21px;
  }
}
p {
  font-size: 16px;
  font-family: 'Mukta Vaani', sans-serif;
  letter-spacing: 140%;
  font-weight: 400;
  line-height: 140%;
  margin: 0%;

  padding-bottom: 20px;
}

h3::after {
  content: "";
  display: block;
  width: 30px; 
  height: 3px; 
  background-color: rgb(141, 9, 9); 
  margin-top: 5px; 
}

.nav {
  text-decoration: none;
}

.main-head {
  background-color: rgb(109, 109, 109);
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
}












.custom-header {
  background-color: #818181; 
  color: #fff; 
  text-align: center; 
  padding: 15px;
}

.custom-home {
  font-size: 16px; 
  margin: 0; 
  font-style: italic;
}

.custom-home a {
  color: #000000; 
  text-decoration: none; 
}














footer .insta img,
footer .twitter img,
footer .github img {
  width: 32px;
  height: 32px;
}

footer {
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  bottom: 0;
}

footer a {
  text-decoration: none;
}

footer div {
  text-align: left;
  margin: 0 10px;
}




.button-container {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
}

.boutonaboutme {
  display: inline-block;
  padding: 15px 30px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  border-radius: 30px;
  background-color: #ccc;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Mukta Vaani', sans-serif;
 
}
:hover.boutonaboutme{
  background-color: #999; 

 
}





.small {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1.5em;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.DWT img {
  width: 50px;
  height: auto;
}

.DWT {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em 0;
}

.bas {
  background: linear-gradient(to bottom, #95000000, #d3d3d3);
  padding-top: 400px;
}



@media (min-width: 600px) {
  footer {
    justify-content: center;
  }
}

@media (min-width: 1px) {
  .content {
    padding: 20px;
  }
}

@media (min-width: 300px) {
  .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 600px) {
  footer {
    justify-content: center;
  }

  .content {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 800px) {
  .content {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1050px) {
  .content {
    padding-left: 250px;
    padding-right: 250px;
  }
  p {
  font-size: 21px;
  }
  h4 {
    font-size: 28px;
    padding-top: 60px;
    padding-bottom: 40px;
    }
    h3 {
      font-size: 37px;
      padding-top: 100px;
      padding-bottom: 80px;
      }
      h2 {
        font-size: 50px; 
        padding-top: 170px;
        padding-bottom: 170px;
        }
        h5 {
          font-size: 37px; 
          margin: 0;
          padding-top: 20px;
          }
       
        }
@media (min-width: 1300px) {
  .content {
    padding-left: 300px;
    padding-right: 300px;
  }
}

@media (min-width: 1500px) {
  .content {
    padding-left: 400px;
    padding-right: 400px;
  }
}

@media (min-width: 1700px) {
  .content {
    padding-left: 500px;
    padding-right: 500px;
  }
}





.mobile-image figure {
  max-width: 80%;
  margin: 0 auto;
}

.mobile-image img {
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.mobile-image figcaption {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  font-family: 'Mukta Vaani', sans-serif;
}

.blocfiltre {
  padding-bottom: 30px;
}

.category-filter {
  text-align: center;
  margin: 20px;
  background-color: #ebebeb;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.filter-button {
  background-color: #ccc;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 20px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 40px;
  padding-top: 20px;
}

.items .item {
  display: none;
}

.item {
  background-color: #fff;
  padding: 10px 20px;
  flex: 0 0 calc(33.3333% - 20px);
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  margin: 10px; 
}


img {
  overflow: clip;
  max-width: 100%;
  height: auto;
}

.item img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 550px) {
  .items .item {
    flex: 0 0 calc(50% - 20px);
  }
}




.filter-button .cross {
  display: none;
  margin-left: 5px; 

  cursor: pointer; 
}




.category-checkbox {
  display: none;
}


.category-label {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  cursor: pointer;

}

.category-button {
  color: #333;
}






.no-results {
  display: none;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  color: #979797;
}






.filter-button {
  background-color: #ccc;
  border: none;
  padding: 8px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 30px;
  transition: background-color 0.3s; 
  font-family: 'Mukta Vaani', sans-serif;
  color: black;
}

.filter-button:hover {
  background-color: #999; 
}

.filter-button.active {
  background-color: #3a3a3a;
  color: #ededed;

}


.filter-button .cross {
  display: none;
}

.filter-button.active .cross {
  display: inline;
  color: rgb(255, 255, 255);
}
.cross-black {
  color: rgb(255, 255, 255);
}











.voirautre h5 {
  text-align: center;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 30px; /* Ajustez la marge supérieure pour un espacement personnalisé */
}









*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 12000px;
    width: 90%;
    margin: auto;
}

.navbar{
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    background-color: rgb(234, 234, 234);
    color: #000;
    opacity: 0.90;
    z-index: 100;
    
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 21px;
    
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 18px;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #919191;
}

@media (max-width: 1000px){
  
    .navbar{
        opacity: 0.95;
        
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 250px;
        transform: translate(-130%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  2px 0px 5px 0px #aaa;
        overflow: scroll;
          font-family: 'Mukta Vaani', sans-serif;
        
        
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo {
      position: absolute;
      top: 15px;
      left: 50%; 
      transform: translateX(-50%);
  }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 400px){
    .logo{
        left: 95%;
    }
}




@media (max-width: 640px){
  .logo{
    left: 80%;
    
  }
}
@media (max-width: 1000px) {
    .menu-items li h4 {
        display: block; /* Pour afficher le h4 en dessous de 1000px */
    }

    .menu-items li {
        margin-left: 0; /* Optionnel : ajustez la marge si nécessaire */
    }
}

@media (min-width: 1001px) {
    .menu-items li h4 {
        display: none; /* Pour masquer le h4 au-delà de 1000px */
    }
}

.decouvrirautre {
  text-align: center;
  margin-top: 100px; /* Ajoute un espace de 200px au-dessus du contenu */
  font-family: 'Mukta Vaani', sans-serif;
}

#decouvrir-autre-rebut {
  display: block;
  text-align: center;
  margin: 0 auto;
  background-color: #ccc;
  color: #000000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 30px;
  font-family: 'Mukta Vaani', sans-serif;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2)
}




#decouvrir-autre-rebut:hover {
  background-color: #999; 
}


#page-nom {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  display: none;
  font-family: 'Mukta Vaani', sans-serif;

}





.categorietitre {
  text-decoration-line: underline; /* Ajoute un soulignement */
  text-decoration-color:  rgb(141, 9, 9);

}












.custom-slider {
  display: none;
 }
.slide-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    font-size: 30px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.6s ease;
}
.prev{ left: 15px; }
.next { right: 15px; }

.slide-text {
    position: absolute;
    color: #000000;
    font-size: 15px;
    padding: 15px;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Mukta Vaani', sans-serif;
}
.slide-index {
    color: #ffffff;
    font-size: 13px;
    padding: 15px;
    position: absolute;
    top: 0;
}
.slide-img{
    width: 100%;
    height:100% ;
    object-fit: cover;
    object-position: center;
}
.slide-dot{ text-align: center; }
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover { background-color: #111111; }
.fade {
    animation-name: fade;
    animation-duration: 0.5s;
}
@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}






.popup {
  display: none;
  position: fixed;
  bottom: 100px; /* Ajustez cette valeur selon vos besoins */
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  max-width: 80%; 
  min-width: 80%;
}

@media (min-width: 600px) {
  .popup {
    min-width: auto;
  }
}

.popup img {
  max-width: 100%;
  height: auto;
}

.popup p {
  margin-top: 15px; 
  font-size: 16px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.credits-button {
  display: block;
  margin: 50px auto 0; /* Ajustez cette valeur pour déplacer le bouton plus bas */
  padding: 10px 20px;
  background-color: #ccc;
  color: black;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 30px;
  font-family: 'Mukta Vaani', sans-serif;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.credits-button:hover {
  background-color: #999;
}
