/* Shared typography baseline for internal pages. Mirrors the index font setup. */
:root {
  --font-primary: "Inter", sans-serif;
  --font-family: var(--font-primary);
  --color-bg: #ffffff;
  --color-text: #333333;
}

html,
body {
  font-family: var(--font-primary);
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  margin: 0;
}

@media (prefers-color-scheme: dark) {
  .logo {
    content: url("../img/logo-dark.svg");
  }
}

.ws-main-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 88px;
  padding-right: 5%;
  padding-left: 5%;
}

#video-city,
.video-city {
  display: block;
  width: 100%;
  height: 12vw;
  overflow: hidden;
  object-fit: cover;
  filter: blur(2px);
}

.ws-main-container > #video-city {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ws-main-container--after-full-video {
  margin-top: 24px;
}

#video-city + .ws-main-container {
  margin-top: 24px;
}
.ws-half-width-flex {
  display: flex;
  flex-direction: column;
}

.no-decoration {
  text-decoration: none;
  color: inherit;
}

.no-decoration:hover {
  color: #490656;
}

.ws-main-container > a {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
}

.contruction-title {
  font-size: 4rem;
  padding-top: 160px;
  margin: auto;
  text-align: center;
  color: #490656;
}

.ws-h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #333333;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  margin-left: auto;
}

.ws-h2 {
  font-size: 1.55rem;
  line-height: 1.3;
  color: #6b3e75;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.ws-p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 1.25rem;
  padding-left: 24px;
  padding-right: 24px;
}

.ws-half-width-flex {
  width: calc(50% - 12px);
  flex-shrink: 0;
  padding: 0;
}

.ws-ul {
  list-style: none;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.ws-li {
  /*line-height: 1.6; Retirer car double espace avec margin bottom*/
  margin-bottom: 0.5rem;
}

.learn-more-link {
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 1rem;
  color: #490656;
  text-decoration: none;
  font-weight: bold;
}

.display-inline {
  display: inline !important;
}

.learn-more-link:hover {
  text-decoration: underline;
  color: #6b3e75;
}

hr {
  width: 10%;
  border-top: solid #e9e7dd;
  margin: 2px auto;
}

.ws-main-container .ws-ul {
  margin-left: 1.25rem;
}

.ws-site-map-container {
  flex-direction: row;
  max-width: 1400px !important;
}

.ws-breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  padding-right: 50px;
}

.ws-breadcrumbs__item::after {
  content: "›";
  margin-left: 0.5rem;
}

.ws-breadcrumbs__item[aria-current="page"]::after {
  content: "";
  margin: 0;
  color: #5e5e66;
}

.ws-breadcrumbs__link {
  text-decoration: none;
  color: #836488;
}

.ws-breadcrumbs__link:hover,
.ws-breadcrumbs__link:focus {
  text-decoration: underline;
}

.ws-breadcrumbs__link:visited {
  color: #490656;
}

.ws-breadcrumbs-h1-container {
  display: flex;
  flex-direction: row;
}

.ws-breadcrumb-hidden {
  display: none;
}

.ws-italic {
  font-style: italic;
  margin-bottom: 0;
}

a {
  -webkit-user-drag: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.site-map-breadcrumbs {
  margin: 0 auto;
  padding-left: 5%;
  max-width: 1400px;
}

.site-map-sub-title {
  font-size: 1.1rem;
  line-height: 1.25;
  color: #6b3e75;
  padding-bottom: 5px;
  margin-left: -15px;
}
