body {
  margin: 0;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  inset-inline-start: -9999px;
  top: 0;
}
.skip-link:focus {
  inset-inline-start: 0;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}
.site-header .brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.site-header .brand img {
  display: block;
  height: 40px;
  width: auto;
}

.site-nav {
  display: flex;
  gap: 1rem;
}
.site-nav a {
  text-decoration: none;
  color: inherit;
}

.lang-switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.3rem;
}
.lang-switcher a {
  display: block;
  line-height: 0;
}
.lang-switcher a img {
  display: block;
  opacity: 0.5;
  transition: opacity .15s ease-out;
}
.lang-switcher a:hover img,
.lang-switcher a:focus-visible img,
.lang-switcher [aria-current="true"] a img {
  opacity: 1;
  outline: 1px solid #000;
}

.site-footer {
  padding: 2rem 0;
  font-size: 0.9rem;
  color: #555;
}

.instagram-feed {
  display: flex;
  gap: 0.5rem;
  margin: 2rem 0;
}
.instagram-feed a {
  flex-basis: 0;
  min-width: 0;
}
.instagram-feed img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 150px;
}

.tapis {
  position: relative;
  width: 1000px;
  height: 667px;
  margin: 0 auto;
}
.tapis #bg { position: absolute; inset: 0; }
.tapis #tapis-overlay { position: absolute; inset: 0; }
.tapis #tapis-overlay img {
  opacity: 0;
  position: absolute;
  transition: opacity .3s ease-out;
}
.tapis #tapis-overlay a:hover img { cursor: pointer; opacity: 1; }
.tapis #tapis1  { left: 635px; top: 489px; }
.tapis #tapis2  { left:  73px; top: 109px; }
.tapis #tapis3  { left:  49px; top: 458px; }
.tapis #tapis4  { left: 202px; top: 105px; }
.tapis #tapis5  { left: 384px; top: 437px; }
.tapis #tapis6  { left: 389px; top: 555px; }
.tapis #tapis7  { left: 612px; top: 227px; }
.tapis #tapis8  { left: 774px; top: 407px; }
.tapis #tapis9  { left: 777px; top: 243px; }
.tapis #tapis10 { left: 785px; top:  97px; }
.tapis #tapis11 { left: 674px; top: 500px; }
.tapis #tapis12 { left: 476px; top: 211px; }
.tapis #tapis13 { left:  52px; top: 330px; }
.tapis #tapis14 { left: 468px; top:  87px; }
