@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.container:first-child {
  padding-top: 3.5rem;
}
.container-light {
  background: #edd2b3;
}
.container-dark {
  background: #f5be2f;
}
.container-old-dark {
  background: #f5be2f;
}
.container-brown {
  background: #edd2b3;
}
.container-yellow {
  background: #eea30c;
}
img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: block;
}
.menu-toggle {
  z-index: 18;
  position: fixed;
  top: 10px;
  left: 10px;
  border: none !important;
  text-transform: uppercase;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #00515a;
  color: #f5be2f;
  font-size: 22px;
  font-family: "Catamaran", sans-serif;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.menu-toggle svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
.menu-toggle span {
  font-size: 10px;
  line-height: 1;
  display: block;
  margin-top: -2px;
}
.menu-container {
  z-index: 20;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  width: 90%;
  max-width: 460px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  text-align: center;
  padding: 30px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #00515a;
  color: #f5be2f;
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-visible .menu-container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.menu-ready .menu-container {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.addresses {
  margin-top: 50px;
}
.menu-liens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-lien {
  display: block;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-decoration: none;
}
.menu-overlay {
  z-index: 19;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #102d3a;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-visible .menu-overlay {
  pointer-events: auto;
  opacity: 0.8;
}
.adresse-site {
  margin-bottom: 5px;
}
.adresse-site b {
  text-transform: uppercase;
}
.adresse-site small {
  display: block;
  font-size: 85%;
}
.adresse + .adresse {
  margin-top: 16px;
}
.btn-retour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 85%;
  margin: 26px 0;
  text-transform: uppercase;
}
.btn-retour svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
}
.btn-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  padding: 5px;
  background: none;
}
.btn-menu-close svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
