
@font-face {
  font-family: "linotype-tradegothiclt-regular";
  src: url('https://rddm.ch/font/TradeGothicLTStd.woff2') format('woff2'),
       url('https://rddm.ch/font/TradeGothicLTStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "linotype-tradegothiclt-bold";
  src: url('https://rddm.ch/font/TradeGothicLTStd-Bold.woff2') format('woff2'),
       url('https://rddm.ch/font/TradeGothicLTStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Flex";
  src: url('https://rddm.ch/font/EuclidFlex-Bold.woff2') format('woff2'),
       url('https://rddm.ch/font/EuclidFlex-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #f1f2f5;
  font-family: "linotype-tradegothiclt-regular", sans-serif;
}

#header-logo {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent 30%, #ffffff),
                    url('/images/rddm/bg-entete.svg');
  background-size: 100% 100%, 400px auto;
  background-position: center, center;
  background-repeat: no-repeat, repeat;
  border-bottom: 3px solid #A71F2D;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
}

.header-logo-img {
  height: 130px;
  width: auto;
}

.header-subtitle {
  font-family: "linotype-tradegothiclt-regular", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #7a8a8c;
}

@media (max-width: 1200px) {
  #header-logo    { height: 180px; }
  .header-logo-img { height: 100px; }
}

@media (max-width: 800px) {
  #header-logo {
    height: 120px;
    background-size: 100% 100%, 200px auto;
  }
  .header-logo-img { height: 70px; }
}

.card-and-discount-en {
  display: none !important;
}
.card-and-discount-fr {
  display: none !important;
}
.card-and-discount-de {
  display: none !important;
}

.menu-lang-button .bi-chevron-down {
  -webkit-text-stroke: 2px;
}

.menu-lang-button .bi-globe {
  margin-right: 2px;
}

#current-lang {
  color: var(--color-button-secondary);
  font-family: "linotype-tradegothiclt-bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 2px;
}

.menu-lang-button {
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fefefe;
  margin-top: 0px;
}

.menu-lang-button .menu-lang-content {
  box-shadow: 0px 5px 10px #8080804f;
}

.menu-lang-content {
  border: 0;
  background-color: #fefefe;
}

.lang-card {
  align-items: var(--align-lang-back-button);
}

.lang-card-element {
  min-width: 0;
  width: fit-content;
  height: fit-content;
  min-height: 13px;
  align-self: flex-start;
}

@media only screen and (max-width: 800px) {
  .lang-card {
    justify-content: space-between;
    flex-direction: var(--mobile-direction-lang-back-button);
    align-self: flex-center;
    margin-top: 5px;
    width: 100%;
  }

  .lang-card-element {
    width: fit-content;
  }

  .language-selector {
    width: fit-content;
  }

  .menu-lang-button {
    margin-top: 0px;
  }
}
