@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;700&display=swap');

body * { h1, h2, h3, h4, h5, h6 {
  font-family: "Fredoka", sans-serif;
}
        
.header__content {
    height: 58px;
    width: 100%;
    border-bottom: 1px solid #dedddd;
    background: #BF9525;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

 .header__checkbox--nav:checked~.header .header__nav {
        background: #BF9525;
    }

/* Logo - version desktop */
.header__logo__a__img {
  max-height: 120px !important;
  width: auto !important;
  height: auto !important;
}

/* Logo - version mobile */
@media (max-width: 768px) {
  .header__logo__a__img {
    max-height: 60px !important; /* taille réduite sur mobile */
  }
}


/* Majuscules + agrandissement des liens de menu */
.nav__itemlvl1 {
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 600;
  letter-spacing: 0.8px;
}

/* Pour éviter que le menu soit trop serré */
.nav__a.nav__itemlvl1 {
  padding: 12px 16px !important;
}

.fondvetement {
  background-image: url("https://media.cdnws.com/_i/411205/RAW-82/3660/82/fondvetement.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

        .bouton button, 
.bouton a {
  display: inline-block;
  padding: 12px 32px;
  border: 3px solid #BF9525;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  font-family: 'Fredoka', sans-serif;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Effet au survol */
.bouton button:hover,
.bouton a:hover {
  background-color: #BF9525;
  color: #fff;
  cursor: pointer;
}

.powered {
    background: #BAD3E2!important;
}