html {
  background: #ffffcc;
}

body.roujoux-site {
  margin: 0;
  background: #ffffcc;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

.site-frame {
  width: min(100%, 960px);
  margin: 20px auto;
  border: 1px double #663333;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(89, 0, 29, 0.12);
}

.site-banner img,
.site-footer-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.site-topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 18px;
  padding: 8px 14px;
  background: #ffc004;
  color: #663399;
  font-size: 0.85rem;
  font-weight: 700;
}

.site-topbar a {
  color: #663399;
}

.site-titleline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.site-language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-language img {
  width: 25px;
  height: 15px;
}

.site-nav {
  padding: 8px 10px;
  background: #ffffff;
  background-image: url("img/fond_index1.jpg");
  background-size: cover;
  background-position: center;
}

.site-nav .navbar-menu,
.site-nav .navbar-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  box-shadow: none;
  background: transparent;
}

.site-nav .navbar-item {
  min-height: 0;
  padding: 7px 12px;
  border-radius: 4px;
  background: #9966cc;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-nav .navbar-item:nth-child(1),
.site-nav .navbar-item:nth-child(5),
.site-nav .navbar-item:nth-child(6) {
  background: #9966ff;
}

.site-nav .navbar-item:hover,
.site-nav .navbar-item:focus {
  background: #ffffff;
  color: #333333;
}

.site-content {
  overflow-x: auto;
  padding: 0;
  background: #ffffff;
}

.site-content.has-photo-bg {
  background-image: url("img/fond_index1.jpg");
  background-size: cover;
  background-position: top center;
}

.site-content table {
  max-width: 100%;
}

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

.site-footer {
  background: #ffc004;
  text-align: center;
}

.site-address {
  padding: 12px 16px 16px;
  color: #333333;
  font-size: clamp(0.95rem, 1.6vw, 1.12rem);
  font-weight: 700;
}

.site-address a {
  color: #663399;
}

.site-partner {
  width: min(100%, 960px);
  margin: 0 auto 32px;
  text-align: center;
}

.site-partner a {
  display: inline-block;
  padding: 8px;
  border: 1px outset #cc6600;
  background: #ffcc33;
  color: #663399;
  font-size: 0.85rem;
  font-weight: 700;
}

@media (max-width: 760px) {
  .site-frame {
    margin: 0;
    border-left: 0;
    border-right: 0;
  }

  .site-topbar {
    align-items: flex-start;
  }

  .site-nav .navbar-start {
    justify-content: flex-start;
  }

  .site-nav .navbar-item {
    flex: 1 1 calc(50% - 6px);
    justify-content: center;
    text-align: center;
  }
}
