@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Fira";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Fira-Light.woff2") format("woff2"), url("../fonts/Fira-Light.woff") format("woff");
}
@font-face {
  font-family: "Fira";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Fira-Medium.woff2") format("woff2"), url("../fonts/Fira-Medium.woff") format("woff");
}
@font-face {
  font-family: "Fira";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Fira-Regular.woff2") format("woff2"), url("../fonts/Fira-Regular.woff") format("woff");
}
@font-face {
  font-family: "Fira";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Fira-SemiBold.woff2") format("woff2"), url("../fonts/Fira-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Fira";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Fira-Bold.woff2") format("woff2"), url("../fonts/Fira-Bold.woff") format("woff");
}
@font-face {
  font-family: "Fira";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Fira-ExtraBold.woff2") format("woff2"), url("../fonts/Fira-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
}
.ul_nostyle, .MotorAlliance-children, .ul_style {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul_style {
  flex-direction: column;
  padding: 0 0 0 4rem;
}
.ul_style li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.ul_style li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #DFE9F0;
  border-radius: 100%;
}

html,
body {
  width: 100%;
  box-sizing: border-box;
}

html {
  font-size: 0.625em;
  -webkit-font-smoothing: antialiased;
  pointer-events: all;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.noScroll {
  overflow-y: hidden;
}

body {
  position: relative;
  font-family: "Inter", sans-serif;
  color: var(--color_primary);
  background-color: #ffffff;
  margin: 0;
}
body.menuOpen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

section,
div,
span {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container, .GutSeparator-words {
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.containerBig {
  width: 100%;
  max-width: 156rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.container_full {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 992px) {
  .container_full {
    padding: 0 2rem;
  }
}

.otgs-development-site-front-end {
  display: none;
}

.Page {
  margin: 14.2rem 0 0 0;
}

.Homepage {
  overflow-x: hidden;
}

.Text p .Button-primary {
  margin: 2rem 5rem 2rem 0;
}

.wpml-ls-legacy-dropdown-click a {
  border: none !important;
}

#frameIngenieForm {
  margin: 5rem 0 0 0;
}

@media (max-width: 768px) {
  .date-picker-wrapper.single-month .month-wrapper {
    width: 20.5rem;
  }
}

p {
  margin: 0 0 1rem;
}
p a {
  color: #6B9ED5;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
}

strong,
strong * {
  font-weight: 700 !important;
}

picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

* {
  outline: none;
}

.OsRecherchePartenaire {
  z-index: 5 !important;
}

.ApiSheet {
  margin: 11rem 0 0 0 !important;
}
@media (max-width: 768px) {
  .ApiSheet {
    margin: 8.5rem 0 0 0 !important;
  }
}

.Button, .Button-border, .Button-full, .Button-tertiary, .Button-secondary, .Button-primary {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 2rem 3rem;
  letter-spacing: 0.05rem;
  margin: 0;
  transition: all 250ms;
  text-align: center;
}
@media (max-width: 768px) {
  .Button, .Button-border, .Button-full, .Button-tertiary, .Button-secondary, .Button-primary {
    margin: 2rem auto;
    display: block;
  }
}
.Button-primary {
  color: #ffffff;
  background-color: #6B9ED5;
  border: 0.2rem solid #6B9ED5;
  width: fit-content;
}
.Button-primary:hover {
  color: #6B9ED5;
  background-color: #ffffff;
}
.Button-secondary {
  color: #2D74BA;
  border: 0.2rem solid #2D74BA;
  width: fit-content;
}
.Button-secondary:hover {
  color: #ffffff;
  background-color: #2D74BA;
}
.Button-tertiary {
  color: #2D74BA;
  border: 0.2rem solid #ffffff;
  background-color: #ffffff;
  width: fit-content;
}
.Button-tertiary:hover {
  color: #0D9695;
}
.Button-full {
  padding: 1.5rem 2rem;
  color: #ffffff;
  background-color: #6B9ED5;
  border: 0.2rem solid #6B9ED5;
}
.Button-full:hover {
  background-color: transparent;
  color: #6B9ED5;
}
.Button-border {
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border: 0.2rem solid #6B9ED5;
  color: #6B9ED5;
  cursor: pointer;
}
.Button-border:hover {
  background-color: #6B9ED5;
  color: #ffffff;
}

.Link, .Link-icon, .Link-secondary, .Link-primary {
  display: inline-block;
  font-family: "Fira";
  font-size: 1.2rem;
  font-weight: 400;
  color: #6B9ED5;
  line-height: 1.4rem;
  position: relative;
  width: fit-content;
}
.Link:after, .Link-icon:after, .Link-secondary:after, .Link-primary:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 0.2rem;
  background-color: #6B9ED5;
  transition: width 300ms;
}
.Link:hover::after, .Link-icon:hover::after, .Link-secondary:hover::after, .Link-primary:hover::after {
  width: 0;
}
@media (max-width: 768px) {
  .Link, .Link-icon, .Link-secondary, .Link-primary {
    margin: 2rem auto;
    display: block;
  }
}
.Text {
  font-family: "Fira";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.3rem;
}

.SurTitle {
  font-family: "Fira";
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #10687B;
}

.Title {
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
  line-height: 7rem;
  color: #0D9695;
  margin: 0;
}
@media (max-width: 768px) {
  .Title {
    font-size: 5rem;
    line-height: 5rem;
  }
}

.SubTitle {
  display: block;
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: -0.025rem;
  line-height: 7rem;
  color: #26B090;
}
@media (max-width: 768px) {
  .SubTitle {
    font-size: 5rem;
    line-height: 5rem;
  }
}

.MotorAlliance {
  width: 100%;
}
@media (min-width: 1200px) {
  .MotorAlliance {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .MotorAlliance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 3rem 4rem;
    max-height: calc(var(--vh) - 10rem);
    padding: 3rem 5rem;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .MotorAlliance {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem;
  }
}
.MotorAlliance-col {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #E2E2E2;
  border-right: 0.2rem solid #ffffff;
}
@media (max-width: 1200px) {
  .MotorAlliance-col {
    background-color: transparent;
  }
}
@media (max-width: 1200px) {
  .MotorAlliance-col.responsive {
    display: none;
  }
}
.MotorAlliance-col .edd-head {
  border-bottom: 0.1rem solid #000000 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 1rem 3.2rem 1rem 0 !important;
  height: 4.1rem;
  cursor: pointer;
}
.MotorAlliance-col .edd-value, .MotorAlliance-col .edd-option {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.4);
  transition: color 300ms ease-out;
}
.MotorAlliance-col .edd-value {
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 3.2rem);
  overflow: hidden;
  padding: 0 !important;
}
.MotorAlliance-col .edd-value.active {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  color: #000000;
  font-weight: 500;
}
.MotorAlliance-col .edd-option {
  color: #000000;
  padding: 0.5rem 1rem !important;
}
.MotorAlliance-col .edd-option:before {
  display: none;
}
.MotorAlliance-col .edd-option-focused:not(.edd-option-disabled) {
  color: var(--color_primary);
}
.MotorAlliance-col .edd-arrow {
  position: relative;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1.2rem;
  height: 1.2rem;
  width: 1.2rem;
}
.MotorAlliance-col .edd-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.388%22%20height%3D%228.577%22%3E%3Cpath%20fill%3D%22%230d9695%22%20d%3D%22M11.388%202.896%205.651%208.578%200%202.966%201.652%201.15l2.816%202.831V.001h2.476v3.98l2.73-2.831Z%22%2F%3E%3C%2Fsvg%3E");
  overflow: hidden;
}
.MotorAlliance-col .edd-arrow:before {
  top: auto !important;
  right: auto !important;
  filter: invert(17%) sepia(8%) saturate(7313%) hue-rotate(161deg) brightness(95%) contrast(104%);
  transform: rotate(0);
  transform-origin: center;
  border: none;
  transition: transform 300ms ease-out;
}
.MotorAlliance-col .edd-root {
  width: 100%;
}
.MotorAlliance-col .edd-root:after {
  display: none;
}
.MotorAlliance-col .edd-items-list {
  max-height: 20rem;
}
.MotorAlliance-select {
  background-color: transparent;
  color: rgba(54, 54, 54, 0.5);
  font-size: 1.4rem;
  font-family: "Fira";
  appearance: none;
  border: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.388%22%20height%3D%228.577%22%3E%3Cpath%20fill%3D%22%230d9695%22%20d%3D%22M11.388%202.896%205.651%208.578%200%202.966%201.652%201.15l2.816%202.831V.001h2.476v3.98l2.73-2.831Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position-x: 16rem;
  background-position-y: 3.4rem;
  background-size: 11px;
  padding: 0 10rem 0 2rem;
}
@media (max-width: 1200px) {
  .MotorAlliance-select {
    color: #000000;
    padding: 0;
    background-position-x: 24rem;
    background-position-y: 0.4rem;
  }
}
.MotorAlliance-label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.MotorAlliance-datepicker, .MotorAlliance-people {
  position: relative;
  display: flex;
  color: rgba(54, 54, 54, 0.5);
  font-size: 1.4rem;
  font-family: "Fira";
  padding: 1rem 10rem 1rem 2rem;
  align-self: center;
  width: fit-content;
}
.MotorAlliance-datepicker::before, .MotorAlliance-people::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.388%22%20height%3D%228.577%22%3E%3Cpath%20fill%3D%22%230d9695%22%20d%3D%22M11.388%202.896%205.651%208.578%200%202.966%201.652%201.15l2.816%202.831V.001h2.476v3.98l2.73-2.831Z%22%2F%3E%3C%2Fsvg%3E");
  overflow: hidden;
}
@media (max-width: 1200px) {
  .MotorAlliance-datepicker, .MotorAlliance-people {
    color: #000000;
    padding: 0;
  }
}
.MotorAlliance-datepicker:before, .MotorAlliance-people:before {
  right: 7.5rem;
  top: 1.1rem;
  transform: rotate(0);
  transform-origin: center;
  border: none;
  transition: transform 300ms ease-out;
}
@media (max-width: 1200px) {
  .MotorAlliance-datepicker:before, .MotorAlliance-people:before {
    right: -5rem;
    top: 0.1rem;
  }
}
.MotorAlliance-datepicker.active span, .MotorAlliance-people.active span {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
}
.MotorAlliance-datepicker span, .MotorAlliance-people span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .MotorAlliance-modal {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 600ms ease-out;
  }
  .MotorAlliance-modal.active {
    opacity: 1;
    pointer-events: initial;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .MotorAlliance-modal {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1200px) {
  .MotorAlliance-modal--container {
    position: absolute;
    width: 76rem;
    max-height: calc(var(--vh) - 10rem);
    overflow: auto;
  }
}
.MotorAlliance-modal--top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10687B;
  padding: 2rem;
}
@media (max-width: 1200px) {
  .MotorAlliance-modal--top {
    display: none;
  }
}
.MotorAlliance-modal--cross {
  z-index: 2;
  position: relative;
  position: absolute;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.MotorAlliance-modal--cross::before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20id%3D%22Calque_1%22%20data-name%3D%22Calque%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpolygon%20points%3D%2214%205.05%2012.95%204%209%207.95%205.05%204%204%205.05%207.95%209%204%2012.95%205.05%2014%209%2010.05%2012.95%2014%2014%2012.95%2010.05%209%2014%205.05%22%2F%3E%0A%3C%2Fsvg%3E");
  overflow: hidden;
}
.MotorAlliance-modal--title {
  font-size: 2.4rem;
  line-height: 2.6rem;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}
.MotorAlliance-modal--wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: space-between;
  gap: 4rem;
}
@media (min-width: 1200px) {
  .MotorAlliance-modal--wrapper {
    padding: 3rem 5rem;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .MotorAlliance-modal--wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: auto;
  }
}
.MotorAlliance-row {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 4rem;
}
@media (max-width: 768px) {
  .MotorAlliance-row {
    justify-content: space-between;
  }
}
.MotorAlliance-quantity {
  display: grid;
  grid-template-columns: auto 3rem auto;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.MotorAlliance-less, .MotorAlliance-more {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  border-radius: 10rem;
  background-color: #10687B;
  transition: background-color 300ms ease-out;
  cursor: pointer;
}
.MotorAlliance-less:hover, .MotorAlliance-more:hover {
  background-color: #6B9ED5;
}
.MotorAlliance-age, .MotorAlliance-number {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.4);
}
.MotorAlliance-number {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  color: #000000;
  font-weight: 500;
  border-bottom: 0.1rem solid #000000;
  padding: 1rem;
}
.MotorAlliance-age {
  border: none;
  border-bottom: 0.1rem solid #000000;
  width: 100%;
  padding: 1rem 1rem 1rem 0;
}
.MotorAlliance-children {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 2rem;
}
.MotorAlliance-children--item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1rem;
}
.MotorAlliance-close {
  grid-column: 1/span 2;
  justify-self: center;
  margin: 0;
  background-color: #10687B;
  transition: all 250ms;
}
.MotorAlliance-close:hover {
  background-color: #6B9ED5;
}
@media (max-width: 1200px) {
  .MotorAlliance-close {
    display: none;
  }
}
.MotorAlliance-submit {
  margin: 0;
  font-family: "Fira";
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.7rem;
  padding: 3rem 4.5rem;
  background-color: #52C0A6;
  width: 100%;
  border: none;
}
.MotorAlliance-submit:hover {
  background-color: #ffffff;
  color: #52C0A6;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .MotorAlliance-submit {
    grid-column: 1/span 2;
    justify-self: center;
    width: fit-content;
  }
}
@media (max-width: 1200px) {
  .MotorAlliance-submit {
    background-color: #10687B;
  }
}

.Weather {
  margin: 10rem 0;
  padding: 0 2rem;
}
.Weather-list {
  list-style-type: none;
  padding: 0;
  max-width: 116rem;
}
.Weather-listing {
  margin: 0 0 5rem 0;
  border-top: 0.1rem solid #E2E2E2;
  padding: 5rem 0 0 0;
}
.Weather-listing:first-child {
  border-top: none;
  padding: 0;
}
.Weather-icon {
  width: 6.4rem;
  height: 6.4rem;
  fill: var(--color_primary);
}
.Weather-date {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  color: #10687B;
  font-weight: 700;
  display: block;
  margin: 0 0 5rem 0;
}
.Weather-date:first-letter {
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .Weather-date {
    text-align: center;
  }
}
.Weather-wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .Weather-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.Weather-row {
  display: flex;
}
@media (max-width: 768px) {
  .Weather-row {
    margin: 0 0 5rem 0;
  }
}
.Weather-column {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 2rem;
}
.Weather-periode {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #10687B;
}
.Weather-temperature {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 700;
  display: block;
  margin: 0.5rem 0;
  letter-spacing: 0.1rem;
}
.Weather-desc {
  color: #10687B;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.Weather-speed {
  color: #10687B;
  font-weight: 500;
  font-size: 1.2rem;
  display: block;
  font-family: "Inter", sans-serif;
}

.ApiListingSearch, .ApiSheet {
  margin-top: 14rem !important;
}

.ApiListing-result {
  text-transform: lowercase !important;
}
.ApiListingFilter-shortcut--title {
  color: #ffffff !important;
}
.ApiListingMap-swiper--container {
  overflow: initial !important;
}

.ApiTile-separator {
  border-bottom: none !important;
}

.ApiSheetSummary-opening--date {
  text-transform: initial !important;
}
.ApiSheetSummary-opening--date:first-letter {
  text-transform: uppercase !important;
}
.ApiSheetSummary-button {
  cursor: pointer;
}

.ApiTileAgenda-opening--date {
  text-transform: initial !important;
}
.ApiTile-separator {
  text-transform: initial !important;
}

.ApiListingFavorites .ApiListing-control {
  display: flex !important;
}
.ApiListingFavorites .ApiListing-list {
  max-width: 182rem !important;
  padding: 0 2rem;
}

.BgColor .GutPushArticles-link .Link, .BgColor .GutPushArticles-link .Link-primary, .BgColor .GutPushArticles-link .Link-secondary, .BgColor .GutPushArticles-link .Link-icon {
  color: #ffffff;
}
.BgColor .GutPushArticles-link .Link:after, .BgColor .GutPushArticles-link .Link-primary:after, .BgColor .GutPushArticles-link .Link-secondary:after, .BgColor .GutPushArticles-link .Link-icon:after {
  background-color: #ffffff;
}

.GutSeparator.illustration1 {
  background-image: url("../img/gutenberg/illustrations/illustration1.svg") !important;
}
.GutSeparator.illustration2 {
  background-image: url("../img/gutenberg/illustrations/illustration2.svg") !important;
}
.GutSeparator-words {
  width: 100%;
}

.GutText-wysiwyg picture img {
  width: initial;
  height: initial;
}

.Iframe-content {
  width: 100%;
  min-height: 80rem;
  max-width: 140rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .Iframe-content {
    min-height: 50rem;
  }
}

.Form .gfield_label {
  color: #0D9695;
}
.Form .gfield_radio {
  display: flex;
}
.Form .gfield_radio .gchoice {
  margin: 0 1rem 0 0;
}
.Form .gchoice {
  cursor: pointer;
  width: fit-content;
}
.Form .gchoice label {
  color: #000000;
  cursor: pointer;
}
.Form .ginput_complex label {
  color: #000000;
}
.Form .gform_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Form .gform_wrapper.gravity-theme input[type=text], .Form .gform_wrapper.gravity-theme input[type=password], .Form .gform_wrapper.gravity-theme input[type=email], .Form .gform_wrapper.gravity-theme input[type=url], .Form .gform_wrapper.gravity-theme input[type=date], .Form .gform_wrapper.gravity-theme input[type=month], .Form .gform_wrapper.gravity-theme input[type=time], .Form .gform_wrapper.gravity-theme input[type=datetime], .Form .gform_wrapper.gravity-theme input[type=datetime-local], .Form .gform_wrapper.gravity-theme input[type=week], .Form .gform_wrapper.gravity-theme input[type=number], .Form .gform_wrapper.gravity-theme input[type=search], .Form .gform_wrapper.gravity-theme input[type=tel], .Form .gform_wrapper.gravity-theme input[type=color], .Form .gform_wrapper.gravity-theme textarea, .Form .gform_wrapper.gravity-theme select {
  padding: 0.6rem;
  margin-bottom: 0.5rem;
}
.Form .ginput_container_textarea textarea {
  resize: vertical;
}
.Form .ginput_container_consent {
  display: flex;
  align-items: center;
}
.Form .ginput_container_consent input {
  margin: 0 0.5rem 0 0;
}
.Form .ginput_container_consent .gfield_consent_label {
  font-size: 1.2rem;
}
.Form .gform_footer button {
  line-height: 4.9rem;
  font-size: 1.1rem;
  text-align: center;
  padding: 0 4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  background-color: #0D9695;
  border: 1px solid #0D9695;
  color: #ffffff;
  transition: all 250ms;
}
.Form .gform_footer button:hover {
  background-color: #26B090;
  border-color: #26B090;
  color: #ffffff;
}
.Form .gform_confirmation_message {
  font-size: 2rem;
  text-align: center;
  padding: 5rem 0;
}

.SnowZones-zones {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.SnowZones-zone {
  display: flex;
  flex-direction: column;
  margin: 0 5rem 3rem 0;
}
@media (max-width: 768px) {
  .SnowZones-zone {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.SnowZones-name {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  color: #10687B;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .SnowZones-name {
    text-align: center;
  }
}
.SnowZones-info {
  font-size: 1.4rem;
  margin: 0.5rem 0;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.OpeningResume {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.OpeningResume-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 5rem 3rem 0;
}
@media (max-width: 768px) {
  .OpeningResume-wrapper {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.OpeningResume-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.OpeningResume-listing {
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
}
.OpeningResume-name {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  color: #10687B;
  font-weight: 700;
  display: block;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .OpeningResume-name {
    text-align: center;
  }
}
.OpeningResume-color {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 1rem 0 0;
}
.OpeningResume-color.GREEN {
  background-color: #5fb157;
}
.OpeningResume-color.BLUE {
  background-color: #00f;
}
.OpeningResume-color.RED {
  background-color: #da3832;
}
.OpeningResume-color.BLACK {
  background-color: #131313;
}
.OpeningResume-text {
  font-size: 1.4rem;
  line-height: 2.3rem;
}

.Sectors-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Sectors-listing {
  margin: 0 0 3rem 0;
}
.Sectors-listing:last-child {
  margin: 0;
}
.Sectors-nameSector {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  color: #10687B;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .Sectors-nameSector {
    text-align: center;
  }
}
.Sectors-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .Sectors-wrapper {
    flex-direction: column;
  }
}
.Sectors-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Sectors-type {
  border-bottom: 1px solid #eef1f6;
  font-size: 1.7rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
.Sectors-name {
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.Sectors-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 35rem;
  margin: 0 0 1rem 0;
}
.Sectors-inner {
  display: flex;
  align-items: center;
}
.Sectors-color {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  background-color: #E2E2E2;
}
.Sectors-color.GREEN {
  background-color: #5fb157;
}
.Sectors-color.BLUE {
  background-color: #00f;
}
.Sectors-color.RED {
  background-color: #da3832;
}
.Sectors-color.BLACK {
  background-color: #131313;
}
.Sectors-status {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 400;
  height: 2.5rem;
  width: 9rem;
}
.Sectors-status.OPEN {
  background-color: #00a35a;
}
.Sectors-status.CLOSED {
  background-color: #ce341a;
}

.InfosPistes {
  margin: 5rem auto;
}

.Homepage-topPage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Homepage-topPage--picture, .Homepage-topPage--videoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--vh);
  width: 100%;
  overflow: hidden;
}
.Homepage-topPage--image, .Homepage-topPage--video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Homepage-topPage--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.Homepage-topPage--container {
  overflow: hidden;
}
.Homepage-topPage--title {
  color: #ffffff;
  font-size: 14rem;
  font-weight: 600;
  line-height: 13rem;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(0px, 100%);
  margin: 0;
}
@media (max-width: 992px) {
  .Homepage-topPage--title {
    font-size: 8rem;
    line-height: 7rem;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .Homepage-topPage--title {
    font-size: 6rem;
    line-height: 5rem;
  }
}
.Homepage-topPage--subtitle {
  font-size: 7rem;
  font-weight: 700;
  line-height: 9rem;
}
@media (max-width: 992px) {
  .Homepage-topPage--subtitle {
    font-size: 5rem;
    line-height: 7rem;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .Homepage-topPage--subtitle {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.Homepage-topPage--reservation {
  position: absolute;
  left: 0;
  bottom: 4.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .Homepage-topPage--reservation {
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .Homepage-topPage--reservation.Active {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 768px) {
  .Homepage-topPage--reservation #LigneMoteurExt {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .Homepage-topPage--reservation .OsFiltreCritBloc {
    padding: 0 !important;
  }
}
.Homepage-topPage--reservation .OsFiltreBoutonRecherche {
  padding: 0 !important;
  margin-top: 2.3rem !important;
}
.Homepage-topPage--reservation .OsFiltreBoutonRecherche .OsFiltreBtnRecherche {
  padding: 1.6rem 1rem !important;
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 768px) {
  .Homepage-topPage--reservation .OsFiltreBoutonRecherche .OsFiltreBtnRecherche {
    width: 100% !important;
    justify-content: center !important;
  }
}
.Homepage-topPage--btnResa {
  display: none;
  position: absolute;
  bottom: 5rem;
  margin: 0;
  z-index: 2;
}
@media (max-width: 1200px) {
  .Homepage-topPage--btnResa {
    display: block;
  }
  .Homepage-topPage--btnResa.Hide {
    display: none;
  }
  .Homepage-topPage--btnResa:hover {
    background-color: #6B9ED5;
    border-color: #6B9ED5;
    color: #ffffff;
  }
}
.Homepage-topPage--motor {
  transform: translate(0px, 100%);
}
@media (max-width: 1200px) {
  .Homepage-topPage--motor {
    display: none;
  }
  .Homepage-topPage--motor.Active {
    display: block;
  }
}
@media (max-width: 768px) {
  .Homepage-topPage--motor {
    padding: 0 2rem;
  }
}
.Homepage-topPage--modal {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease-out;
}
@media (min-width: 1200px) {
  .Homepage-topPage--modal {
    display: none;
  }
}
.Homepage-topPage--modal.active {
  opacity: 1;
  pointer-events: initial;
}
.Homepage-topPage--modal--top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10687B;
  padding: 2rem;
}
.Homepage-topPage--modal--cross {
  z-index: 2;
  position: relative;
  position: absolute;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.Homepage-topPage--modal--cross::before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20id%3D%22Calque_1%22%20data-name%3D%22Calque%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpolygon%20points%3D%2214%205.05%2012.95%204%209%207.95%205.05%204%204%205.05%207.95%209%204%2012.95%205.05%2014%209%2010.05%2012.95%2014%2014%2012.95%2010.05%209%2014%205.05%22%2F%3E%0A%3C%2Fsvg%3E");
  overflow: hidden;
}
@media (max-width: 1200px) {
  .Homepage-topPage--modal--cross.desktop {
    display: none;
  }
}
.Homepage-topPage--modal--title {
  font-size: 2.4rem;
  line-height: 2.6rem;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 992px) {
  .Homepage-topPage--modal--title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.Homepage-topPage--modal--container {
  position: absolute;
  width: 76rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .Homepage-topPage--modal--container {
    width: 34rem;
  }
}

.Station {
  padding: 11rem 0 5rem 0;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f6f9 20%);
  overflow: hidden;
}
.Station-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 66rem;
}
@media (max-width: 992px) {
  .Station-container {
    flex-direction: column;
  }
}
.Station-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73rem;
  height: 55rem;
  overflow: hidden;
  margin: 0 2.7rem 0 0;
}
@media (min-width: 993px) {
  .Station-picture {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .Station-picture {
    width: 80%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .Station-picture {
    width: 100%;
  }
}
.Station-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Station-wrapper {
  width: 50%;
}
@media (min-width: 993px) {
  .Station-wrapper {
    transform: translate(calc(100% + 2rem), 0px);
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .Station-wrapper {
    width: 80%;
    margin: 5rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .Station-wrapper {
    width: 100%;
  }
}
.Station-titles {
  position: relative;
  max-width: 60rem;
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .Station-titles {
    max-width: 100%;
  }
}
.Station-title {
  position: relative;
  z-index: 2;
}
.Station-arrow {
  position: absolute;
  top: -7.5rem;
  right: -5rem;
  z-index: 1;
  transform: rotateZ(-45deg);
}
@media (max-width: 1440px) {
  .Station-arrow {
    right: -5rem;
  }
}
@media (max-width: 1200px) {
  .Station-arrow {
    display: none;
  }
}
.Station-text {
  max-width: 51rem;
  margin: 0 0 0 9rem;
}
@media (max-width: 1200px) {
  .Station-text {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .Station-text {
    max-width: 100%;
  }
}
.Station-buttons {
  max-width: 51rem;
  margin: 2rem 0 0 9rem;
}
@media (max-width: 1200px) {
  .Station-buttons {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .Station-buttons {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .Station-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.Station-link {
  margin: 0 0 0 5rem;
}
@media (max-width: 768px) {
  .Station-link {
    margin: 2rem 0 0 0;
  }
}

.Experiences {
  position: relative;
  overflow: hidden;
  padding: 11rem 0 6rem 0;
}
.Experiences-wave {
  position: absolute;
  left: 0;
  top: calc(50% - 7.2rem);
}
@media (max-width: 992px) {
  .Experiences-wave {
    display: none;
  }
}
.Experiences-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Experiences-top {
  display: flex;
  align-items: center;
  margin: 0 0 5rem 0;
  width: 100%;
  padding: 0 6rem;
}
@media (max-width: 1440px) {
  .Experiences-top {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .Experiences-top {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .Experiences-top {
    width: 100%;
  }
}
.Experiences-titles {
  max-width: 70rem;
}
@media (min-width: 993px) {
  .Experiences-titles {
    transform: translate(0px, 100px);
    opacity: 0;
  }
}
.Experiences-text {
  max-width: 51rem;
  margin: 0 0 0 15rem;
  font-family: "Fira";
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #10687B;
}
@media (min-width: 993px) {
  .Experiences-text {
    transform: translate(0px, 100px);
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .Experiences-text {
    margin: 0 0 0 5rem;
  }
}
@media (max-width: 992px) {
  .Experiences-text {
    margin: 5rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .Experiences-text {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.Experiences-list {
  list-style-type: none;
  margin: 0 0 6.3rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.Experiences-listing {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.6rem 0 0;
}
@media (min-width: 993px) {
  .Experiences-listing {
    transform: translate(0px, 100%);
    opacity: 0;
  }
}
.Experiences-listing:last-child {
  margin: 0;
}
.Experiences-listing:nth-child(2) {
  margin-top: 5.5rem;
}
.Experiences-listing:nth-child(3) {
  margin-top: 1.5rem;
}
.Experiences-listing:nth-child(4) {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .Experiences-listing {
    width: calc(50% - 2rem);
    height: auto;
    margin: 1rem !important;
  }
}
.Experiences-link {
  display: block;
  width: 100%;
  height: 100%;
}
.Experiences-link:hover .Experiences-contentHover {
  opacity: 1;
}
.Experiences-content {
  position: relative;
}
@media (max-width: 768px) {
  .Experiences-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.Experiences-picture {
  width: 33.6rem;
  height: 33.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .Experiences-picture {
    width: 27.6rem;
    height: 27.6rem;
  }
}
@media (max-width: 992px) {
  .Experiences-picture {
    width: 100%;
    height: auto;
  }
}
.Experiences-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Experiences-contentHover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, rgba(38, 176, 144, 0.6) 0%, rgba(16, 104, 123, 0.6) 100%);
  opacity: 0;
  transition: all 250ms;
}
.Experiences-word {
  display: block;
  margin: 1.2rem 0 0 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 3.4rem;
  color: #ffffff;
}
.Experiences-titleItem {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.1rem 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 7.3rem;
  color: #10687B;
}
@media (max-width: 768px) {
  .Experiences-titleItem {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.Experiences-button {
  margin: 0;
}
@media (min-width: 993px) {
  .Experiences-button {
    transform: translate(0px, 100%);
    opacity: 0;
  }
}

.InfosPratiques {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 55rem 0;
}
@media (max-width: 1440px) {
  .InfosPratiques {
    padding: 5rem 0 35rem 0;
  }
}
@media (max-width: 1200px) {
  .InfosPratiques {
    padding: 5rem 0 25rem 0;
  }
}
.InfosPratiques-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 2.5rem 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 993px) {
  .InfosPratiques-titles {
    transform: translate(0px, 100%);
    opacity: 0;
  }
}
.InfosPratiques-surtitle, .InfosPratiques-title {
  text-align: center;
}
.InfosPratiques-backgroundPicture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .InfosPratiques-backgroundPicture {
    height: 35rem;
  }
}
.InfosPratiques-backgroundImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 993px) {
  .InfosPratiques-backgroundImage {
    transform: translate(0px, 100%);
    opacity: 0;
  }
}
.InfosPratiques-pushs {
  display: flex;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .InfosPratiques-pushs {
    flex-direction: column;
  }
}
.InfosPratiques-pushs--link {
  display: block;
  position: relative;
}
.InfosPratiques-pushs--link:hover .InfosPratiques-pushs--image {
  transform: scale(1.1);
}
.InfosPratiques-pushs--link.link1 {
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .InfosPratiques-pushs--link.link1 {
    margin: 0 0 2rem 0;
  }
}
.InfosPratiques-pushs--link.link2 {
  margin: 0 0 2rem 0;
}
.InfosPratiques-pushs--link.link4 {
  margin: 0 0 2rem 0;
}
.InfosPratiques-pushs--picture {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 993px) {
  .InfosPratiques-pushs--picture {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .InfosPratiques-pushs--picture {
    width: 100% !important;
  }
}
.InfosPratiques-pushs--picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}
.link1 .InfosPratiques-pushs--picture {
  width: 43rem;
  height: 57rem;
}
@media (max-width: 1300px) {
  .link1 .InfosPratiques-pushs--picture {
    width: 40rem;
  }
}
@media (max-width: 1200px) {
  .link1 .InfosPratiques-pushs--picture {
    width: 30rem;
  }
}
.link2 .InfosPratiques-pushs--picture {
  width: 43rem;
  height: 32.6rem;
}
@media (max-width: 1300px) {
  .link2 .InfosPratiques-pushs--picture {
    width: 40rem;
  }
}
@media (max-width: 1200px) {
  .link2 .InfosPratiques-pushs--picture {
    width: 30rem;
  }
}
.link3 .InfosPratiques-pushs--picture {
  width: 43rem;
  height: 22.4rem;
}
@media (max-width: 1300px) {
  .link3 .InfosPratiques-pushs--picture {
    width: 40rem;
  }
}
@media (max-width: 1200px) {
  .link3 .InfosPratiques-pushs--picture {
    width: 30rem;
  }
}
.link4 .InfosPratiques-pushs--picture {
  width: 31.6rem;
  height: 21.7rem;
}
@media (max-width: 1300px) {
  .link4 .InfosPratiques-pushs--picture {
    width: 28rem;
  }
}
@media (max-width: 1200px) {
  .link4 .InfosPratiques-pushs--picture {
    width: 20rem;
  }
}
.link5 .InfosPratiques-pushs--picture {
  width: 31.6rem;
  height: 33.3rem;
}
@media (max-width: 1300px) {
  .link5 .InfosPratiques-pushs--picture {
    width: 28rem;
  }
}
@media (max-width: 1200px) {
  .link5 .InfosPratiques-pushs--picture {
    width: 20rem;
  }
}
.InfosPratiques-pushs--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 250ms;
}
.InfosPratiques-pushs--title {
  font-size: 3.4rem;
  font-weight: 700;
  position: absolute;
  color: #ffffff;
  line-height: 2.8rem;
}
@media (max-width: 1200px) {
  .InfosPratiques-pushs--title {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .InfosPratiques-pushs--title {
    bottom: 1.5rem !important;
    left: 1.5rem !important;
    top: unset !important;
    right: unset !important;
    font-size: 3rem;
  }
}
.link1 .InfosPratiques-pushs--title, .link3 .InfosPratiques-pushs--title, .link4 .InfosPratiques-pushs--title {
  left: 2.5rem;
  top: 2rem;
}
@media (max-width: 992px) {
  .link1 .InfosPratiques-pushs--title, .link3 .InfosPratiques-pushs--title, .link4 .InfosPratiques-pushs--title {
    left: 1.5rem;
    top: 1rem;
  }
}
.link2 .InfosPratiques-pushs--title, .link5 .InfosPratiques-pushs--title {
  left: 2.5rem;
  bottom: 1rem;
}
@media (max-width: 992px) {
  .link2 .InfosPratiques-pushs--title, .link5 .InfosPratiques-pushs--title {
    left: 1.5rem;
  }
}
.InfosPratiques-pushs--middle {
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .InfosPratiques-pushs--middle {
    margin: 0 0 2rem 0;
  }
}

.Immanquables {
  padding: 0 0 10rem 0;
  position: relative;
  z-index: 1;
}
.Immanquables:before {
  content: "";
  width: 100%;
  height: 24.6rem;
  position: absolute;
  left: 0;
  top: -24.5rem;
  background-image: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 993px) {
  .Immanquables-titles {
    transform: translate(0px, 100%);
    opacity: 0;
    z-index: 3;
  }
}
.Immanquables-container {
  display: flex;
  flex-direction: column;
}
.Immanquables-slider {
  position: relative;
  margin: 4.5rem 0 7rem 18rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .Immanquables-slider {
    margin: 4.5rem 0 7rem 6rem;
  }
}
.Immanquables-slider:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: #ffffff;
  left: -100vw;
  top: 0;
  z-index: 2;
}
.Immanquables-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Immanquables-listing {
  max-width: 36rem;
}
@media (min-width: 993px) {
  .Immanquables-listing {
    opacity: 0;
  }
}
.Immanquables-listing:hover .Immanquables-image {
  transform: scale(1.1);
}
.Immanquables-link {
  display: flex;
  max-width: 36rem;
  position: relative;
}
.Immanquables-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Immanquables-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 36rem;
  height: 51.3rem;
  position: relative;
}
.Immanquables-picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.last .Immanquables-picture:after {
  background-color: transparent;
  background-image: linear-gradient(45deg, rgba(38, 176, 144, 0.6) 0%, rgba(16, 104, 123, 0.6) 100%);
}
.Immanquables-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 250ms;
}
.Immanquables-titleItem {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
.Immanquables-titleItem:not(.last .Immanquables-titleItem) {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2rem 3rem;
}
.last .Immanquables-titleItem {
  font-size: 2rem;
  margin: 1rem 0 0 0;
}
.Immanquables-arrows {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 3;
  left: -6rem;
  top: 0;
}
@media (min-width: 993px) {
  .Immanquables-arrows {
    opacity: 0;
  }
}
.Immanquables-arrows .swiper-button-disabled {
  opacity: 0.4;
}
.Immanquables-prev {
  display: block;
  margin: 0 0 1rem 0;
}
.Immanquables-pagination {
  top: unset !important;
  bottom: -4rem !important;
  background-color: #E2E2E2 !important;
}
@media (min-width: 993px) {
  .Immanquables-pagination {
    opacity: 0;
  }
}
.Immanquables-pagination .swiper-pagination-progressbar-fill {
  background-color: #10687B !important;
}
.Immanquables-button {
  margin: 2rem auto;
}
@media (min-width: 993px) {
  .Immanquables-button {
    transform: translate(0px, 100%);
    opacity: 0;
  }
}

.PassPartout-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .PassPartout-container {
    flex-direction: column;
    justify-content: center;
  }
}
.PassPartout-content {
  max-width: 50%;
}
@media (min-width: 993px) {
  .PassPartout-content {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
}
@media (max-width: 992px) {
  .PassPartout-content {
    max-width: 100%;
  }
}
.PassPartout-text {
  margin: 2rem 0 0 0;
  font-family: "Fira";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.3rem;
  max-width: 51rem;
}
.PassPartout-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 70rem;
  height: 54rem;
}
@media (min-width: 993px) {
  .PassPartout-picture {
    opacity: 0;
    transform: translate(100%, 0px);
  }
}
@media (max-width: 1440px) {
  .PassPartout-picture {
    width: 50rem;
    height: 39rem;
  }
}
@media (max-width: 992px) {
  .PassPartout-picture {
    margin: 5rem 0 0 0;
    width: 100%;
    height: auto;
  }
}
.PassPartout-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ReseauxSociaux {
  margin: 8rem 0 0 0;
  padding: 7rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #10687b;
  background-image: linear-gradient(0deg, #10687b 0%, #26b090 100%);
}
.ReseauxSociaux-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 69rem;
  height: 20rem;
}
@media (max-width: 768px) {
  .ReseauxSociaux-picture {
    width: 100%;
    height: auto;
  }
}
.ReseauxSociaux-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 993px) {
  .ReseauxSociaux-image {
    opacity: 0;
    transform: translate(0px, 100%);
  }
}
.ReseauxSociaux-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4rem 0 0 0;
  list-style-type: none;
  padding: 0;
}
.ReseauxSociaux-listing {
  margin: 1.5rem;
  background-color: #ffffff;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (min-width: 993px) {
  .ReseauxSociaux-listing {
    opacity: 0;
    transform: translate(0px, 100%);
  }
}
@media (max-width: 768px) {
  .ReseauxSociaux-listing {
    margin: 0.5rem;
  }
}
.ReseauxSociaux-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ReseauxSociaux-pictureIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ReseauxSociaux-imageIcon {
  fill: #10687B;
}

.Agenda {
  background-color: #26B090;
  padding: 7rem 2rem 5.5rem 2rem;
  position: relative;
  margin: 0 0 10rem 0;
}
.Agenda:before {
  content: "";
  position: absolute;
  width: 32.3rem;
  height: 24.3rem;
  top: 4rem;
  right: 2rem;
  transform: rotateZ(212deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22323.051%22%20height%3D%22243.308%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20161.171%20162.754%200l160.3%20159.2-46.858%2051.509-79.874-80.309v112.908h-70.235V130.4l-77.45%2080.314Z%22%20opacity%3D%22.2%22%2F%3E%3C%2Fsvg%3E");
}
.Agenda:after {
  content: "";
  position: absolute;
  width: 49.3rem;
  height: 37.1rem;
  top: 30rem;
  left: 8rem;
  transform: rotateZ(136deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22493.156%22%20height%3D%22371.423%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20246.037%20248.453%200l244.7%20243.03-71.532%2078.632L299.7%20199.058v172.365H192.479V199.058L74.248%20321.663Z%22%20opacity%3D%22.2%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 1200px) {
  .Agenda:after {
    left: 5rem;
  }
}
@media (max-width: 768px) {
  .Agenda:after {
    display: none;
  }
}
.Agenda .ApiHomeDefaultCalendar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .Agenda .ApiHomeDefaultCalendar {
    padding: 0;
  }
}
.Agenda .ApiHomeDefaultCalendar-title, .Agenda .ApiHomeDefaultCalendar-surtitle {
  width: fit-content;
  color: #ffffff;
  font-size: 8rem;
  letter-spacing: -0.025rem;
  line-height: 7.3rem;
  margin: 0;
  align-items: center;
}
@media (max-width: 768px) {
  .Agenda .ApiHomeDefaultCalendar-title, .Agenda .ApiHomeDefaultCalendar-surtitle {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.Agenda .ApiHomeDefaultCalendar-title {
  font-weight: 300;
}
.Agenda .ApiHomeDefaultCalendar-surtitle {
  font-weight: 600;
}
.Agenda .ApiHomeDefaultCalendar-wrapper {
  width: 100%;
}
.Agenda .ApiHomeDefaultCalendar-list {
  list-style-type: none;
  padding: 0;
  margin: 10rem auto 0 auto;
  max-width: 51rem;
}
.Agenda .ApiHomeDefaultCalendar-item {
  padding: 1.5rem 5rem 1.5rem 0;
  border-top: 0.1rem solid #ffffff;
}
.Agenda .ApiHomeDefaultCalendar-item:last-of-type {
  border-bottom: 0.1rem solid #ffffff;
}
.Agenda .ApiHomeDefaultCalendar-item--link {
  display: flex;
  align-items: center;
  position: relative;
}
.Agenda .ApiHomeDefaultCalendar-item--date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border-right: 0.2rem solid #ffffff;
  margin: 0 1rem 0 0;
  width: 10rem;
}
@media (max-width: 480px) {
  .Agenda .ApiHomeDefaultCalendar-item--date {
    width: 8rem;
    padding: 0 1rem 0 0;
  }
}
.Agenda .ApiHomeDefaultCalendar-item--date---day {
  grid-column: 1/2;
  grid-row: 1/3;
  display: block;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.9rem;
  min-width: 5rem;
}
@media (max-width: 480px) {
  .Agenda .ApiHomeDefaultCalendar-item--date---day {
    font-size: 2.5rem;
    line-height: 2.9rem;
    min-width: unset;
    margin: 0 0.5rem 0 0;
  }
}
.Agenda .ApiHomeDefaultCalendar-item--date---month {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.9rem;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .Agenda .ApiHomeDefaultCalendar-item--date---month {
    line-height: 1.25rem;
  }
}
.Agenda .ApiHomeDefaultCalendar-item--date---year {
  display: block;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.9rem;
}
@media (max-width: 480px) {
  .Agenda .ApiHomeDefaultCalendar-item--date---year {
    line-height: 1.25rem;
  }
}
.Agenda .ApiHomeDefaultCalendar-item--content {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 0.5rem;
  max-width: calc(100% - 12rem);
}
@media (max-width: 768px) {
  .Agenda .ApiHomeDefaultCalendar-item--content {
    max-width: calc(100% - 5rem - 10rem - 1.5rem);
  }
}
@media (max-width: 480px) {
  .Agenda .ApiHomeDefaultCalendar-item--content {
    max-width: calc(100% - 5rem - 8rem - 1.5rem);
  }
}
.Agenda .ApiHomeDefaultCalendar-item--time {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1rem;
  color: #ffffff;
  text-transform: uppercase;
}
.Agenda .ApiHomeDefaultCalendar-item--title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7rem;
  color: #ffffff;
  margin: 0;
}
.Agenda .ApiHomeDefaultCalendar-item--fav {
  position: absolute;
  right: -5rem;
}
.Agenda .ApiHomeDefaultCalendar-button {
  margin: 5rem 0 0 0;
}

.Header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 3.2rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  transition: all 500ms;
}
.Header.home {
  transform: translate(0px, -100%);
}
@media (max-width: 1200px) {
  .Header {
    padding: 0;
  }
}
.Header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 41.5rem;
  top: -23rem;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 500ms;
}
.Header:before.open {
  transform: translateY(-100%);
}
.scroll-down .Header:before {
  transform: translateY(-100%);
}
.scroll-up .Header:before {
  transform: translateY(0);
}
.scroll-down .Header {
  transform: translate3d(0, -100%, 0) !important;
}
.scroll-up .Header {
  transform: none !important;
}
.Header.noHome {
  background-color: #ffffff;
}
.Header.noHome:before {
  display: none;
}
.Header.open:before {
  transform: translateY(-100%);
}
.Header-burger {
  width: 3rem;
  height: 3rem;
  display: none;
  margin: 0 3rem 0 0;
  fill: #ffffff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .Header-burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .Header-burger {
    margin: 0 1.5rem 0 0;
  }
}
.noHome .Header-burger {
  fill: #0D9695;
}
.Header-close {
  width: 3rem;
  height: 3rem;
  display: none;
  margin: 0 3rem 0 0;
  fill: #ffffff;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .Header-close {
    margin: 0 1.5rem 0 0;
  }
}
.Header-left, .Header-right {
  display: flex;
  position: relative;
  z-index: 2;
}
.Header-left {
  padding: 1rem 0;
  align-items: center;
}
@media (max-width: 1200px) {
  .Header-left {
    padding: 1rem 0 1rem 3rem;
  }
}
@media (max-width: 768px) {
  .Header-left {
    padding: 1rem 0 1rem 2rem;
  }
}
.Header-logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.Header-logo--picture {
  width: 11rem;
  height: 8.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Header-logo--picture {
    width: 9rem;
    height: 6.5rem;
  }
}
.Header-logo--image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Header-logo--image * {
  transition: all 250ms;
}
.Header-logo--image.toWhite * {
  fill: #ffffff;
}
.Header-menu {
  display: flex;
  align-items: center;
  margin: 0 0 0 3.5rem;
}
@media (max-width: 1200px) {
  .Header-menu {
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #26B090;
    margin: 0;
    width: 100vw;
    height: var(--vh);
    padding: 11rem 5rem 1rem 5rem;
    transform: translateX(-100%);
    transition: all 250ms;
  }
  .Header-menu.Visible {
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  .Header-menu {
    padding: 11rem 1rem 1rem 1rem;
  }
}
.Header-menuIcon {
  display: none;
}
.Header-menuIcon.Visible {
  display: block;
  position: relative;
  top: 17rem;
  right: 28rem;
}
.Header-menuAccess {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1rem 4rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .Header-menuAccess {
    display: none;
    position: fixed;
    left: 1rem;
    width: calc(100% - 2rem);
    transition: all 250ms;
    bottom: calc(-100vh + 20rem);
  }
  .scroll-up .Header-menuAccess {
    bottom: calc(0vh + 7rem);
  }
  .Header-menuAccess.Active {
    display: flex;
  }
}
.Header-menuAccess--top, .Header-menuAccess--bottom {
  display: flex;
}
.Header-menuAccess--top {
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 1.2rem 0;
}
.Header-menuAccess--bottom {
  border-top: 0.1rem solid #BED3E0;
  padding: 1.25rem 0 0 0;
}
.Header-menuAccess--season {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.Header-menuAccess--seasonTitle {
  font-family: "Fira";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.Header-menuAccess--seasonTitle.Active {
  color: #000000;
  position: relative;
}
.Header-menuAccess--seasonTitle.Active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #000000;
}
.Header-menuAccess--seasonTitle:last-child {
  margin: 0 0 0 1.4rem;
}
.Header-menuAccess--link {
  cursor: pointer;
  display: block;
  margin: 0 3.4rem 0 0;
  position: relative;
}
.Header-menuAccess--link.search {
  margin: 0 0 0 2rem;
  padding: 0 0 0 1rem;
}
.Header-menuAccess--link.search:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: -0.1rem;
  width: 0.1rem;
  height: 1rem;
  background-color: #26B090;
}
.Header-menuAccess--link:last-child {
  margin: 0;
}
.Header-menuAccess--link svg {
  width: auto;
  height: 2.4rem;
}
.Header-menuAccess--link .svg-stroke {
  stroke: black;
  fill: none;
  transition: all 250ms;
}
.Header-menuAccess--link .svg-stroke:hover {
  stroke: #26B090;
}
.Header-menuAccess--link .svg-fill {
  fill: black;
  transition: all 250ms;
}
.Header-menuAccess--link .svg-fill:hover {
  fill: #26B090;
}
.Header-menuAccess--counter {
  background-color: #52C0A6;
  color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -0.9rem;
  right: -0.9rem;
  font-size: 1.2rem;
}
.Header-menuAccess--language {
  position: relative;
  margin: 0 0 0 2rem;
}
.Header-menuAccess--language:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: -0.1rem;
  width: 0.1rem;
  height: 1rem;
  background-color: #26B090;
}
.Header-menuAccess--language * {
  background-color: #ffffff !important;
}
.Header-menuAccess--language .wpml-ls-legacy-dropdown-click {
  width: fit-content;
}
.Header-menuAccess--language .wpml-ls-native {
  display: none;
}
.Header-live {
  background-color: #52C0A6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  cursor: pointer;
  min-width: 16.5rem;
}
.Header-live--text {
  display: block;
  margin: 0 1rem;
  color: #ffffff;
  font-family: "Fira";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
}
.isOpen .Header-live--text {
  display: none;
}
.Header-live--text.Close {
  display: none;
}
.isOpen .Header-live--text.Close {
  display: block;
}
.isOpen .Header-live--icon {
  display: none;
}
.Header-live--icon.Close {
  display: none;
}
.isOpen .Header-live--icon.Close {
  display: block;
}

.Footer {
  margin: 7rem 0 0 0;
  padding: 0 10rem;
}
@media (max-width: 768px) {
  .Footer {
    padding: 0 2rem;
  }
}
.Footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 768px) {
  .Footer-top {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .Footer-logo {
    display: flex;
    justify-content: center;
  }
}
.Footer-logo--picture {
  width: 14.5rem;
  height: 11.3rem;
  overflow: hidden;
  margin: 0 0 1.5rem 0;
}
.Footer-logo--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Footer-address {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.025rem;
  line-height: 1.6rem;
}
@media (max-width: 768px) {
  .Footer-address {
    display: flex;
    justify-content: center;
  }
}
.Footer-links {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0 0 0;
}
@media (max-width: 768px) {
  .Footer-links {
    flex-direction: column;
    width: fit-content;
    margin: 4rem auto 0 auto;
  }
}
.Footer-links--content {
  margin: 0 13rem 0 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .Footer-links--content {
    margin: 0 0 3rem 0;
    width: fit-content;
  }
}
.Footer-links--title {
  display: block;
  margin: 0 0 1.7rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
  line-height: 2rem;
  color: #26B090;
}
.Footer-links--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Footer-links--listing {
  margin: 0 0 1.5rem 0;
}
.Footer-links--link {
  font-family: "Fira";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.4rem;
  color: #000000;
}
.Footer-SocialNewsletter {
  display: flex;
  flex-direction: column;
  margin: 4rem 0 0 0;
}
@media (max-width: 768px) {
  .Footer-SocialNewsletter {
    align-items: center;
  }
}
.Footer-SocialNewsletter--title {
  display: block;
  margin: 0 0 1.2rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
  line-height: 2rem;
  color: #26B090;
}
.Footer-SocialNewsletter--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 19rem;
}
.Footer-SocialNewsletter--listing {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background-color: #DFE9F0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 1rem 0;
}
.Footer-SocialNewsletter--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.Footer-SocialNewsletter--pictureIcon {
  max-width: 1.8rem;
  max-height: 1.8rem;
}
.Footer-SocialNewsletter--imageIcon {
  fill: #10687B;
}
.Footer-SocialNewsletter--button {
  margin: 3rem 0 0 0;
}
.Footer-bottom {
  margin: 3rem 0 0 0;
}
.Footer-bottom--content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 1200px) {
  .Footer-bottom--content {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .Footer-bottom--content {
    flex-direction: column;
  }
}
.Footer-listPartners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .Footer-listPartners {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .Footer-listPartners {
    justify-content: center;
  }
}
.Footer-listingPartners {
  margin: 0 2rem 2rem 2rem;
}
.Footer-picturePartners {
  max-width: 12rem;
  max-height: 5rem;
  overflow: hidden;
}
.Footer-imagePartners {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}
.Footer-langugage {
  margin: 0 0 0 14rem;
  font-family: "Fira";
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  line-height: 3rem;
  color: #000000;
}
@media (max-width: 1200px) {
  .Footer-langugage {
    margin: 0;
  }
}
.Footer-langugage .wpml-ls {
  width: fit-content;
}
.Footer-langugage .wpml-ls .wpml-ls-item-toggle {
  color: #000000;
  background-color: transparent !important;
}
.Footer-langugage .wpml-ls .wpml-ls-item-toggle:hover {
  background-color: transparent;
}
.Footer-langugage .wpml-ls .wpml-ls-item-toggle:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2085rem);
  right: 0;
  width: 0.73rem;
  height: 0.417rem;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.3%22%20height%3D%224.174%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M3.652%202.915%206.412.153a.519.519%200%200%201%20.737%200%20.526.526%200%200%201%200%20.739l-3.128%203.13a.521.521%200%200%201-.719.015L.153.894A.522.522%200%201%201%20.89.155Z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.Footer-langugage .wpml-ls .wpml-ls-link:hover {
  background-color: transparent;
}
.Footer-langugage .wpml-ls .wpml-ls-flag {
  display: none;
}
.Footer-mentions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 0.1rem solid rgba(107, 158, 213, 0.4);
}
@media (max-width: 768px) {
  .Footer-mentions {
    flex-direction: column;
  }
}
.Footer-mentions--copyright, .Footer-mentions--link, .Footer-mentions--alti {
  font-family: "Fira";
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.04rem;
  line-height: 2rem;
  color: #888888;
  text-align: center;
}
.Footer-mentions--link {
  transition: all 250ms;
}
.Footer-mentions--link:hover {
  color: #26B090;
}
.Footer-mentions--altiLink {
  color: #26B090;
}

@media (max-width: 1200px) {
  .Menu {
    width: 50%;
    max-height: 69%;
    overflow-y: scroll;
  }
}
@media (max-width: 992px) {
  .Menu {
    width: 100%;
  }
}
.Menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 1200px) {
  .Menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
  }
}
.Menu li:not(.Menu li li) {
  margin: 0 2.8rem 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  line-height: 2rem;
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li) {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 768px) {
  .Menu li:not(.Menu li li) li {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .Menu li:not(.Menu li li) li a {
    padding: 0 4.5rem 0 0;
  }
}
@media (max-width: 768px) {
  .Menu li:not(.Menu li li) li li {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.Menu li:not(.Menu li li) a {
  color: #ffffff;
  transition: all 250ms;
  position: relative;
  z-index: 2;
}
.noHome .Menu li:not(.Menu li li) a {
  color: #000000;
}
.Visible .Menu li:not(.Menu li li) a {
  color: #ffffff;
}
.open .Menu li:not(.Menu li li) a {
  color: #ffffff;
}
@media (min-width: 1201px) {
  .Menu li:not(.Menu li li) a:after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    width: 0;
    height: 0.2rem;
    background-color: #ffffff;
    transition: all 250ms;
  }
  .noHome .Menu li:not(.Menu li li) a:after {
    background-color: #000000;
  }
  .open .Menu li:not(.Menu li li) a:after {
    background-color: #ffffff;
  }
  .Menu li:not(.Menu li li) a:hover:after {
    width: 100%;
  }
}
.Menu li:not(.Menu li li).menu-item-has-children a {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li).menu-item-has-children a {
    position: relative;
  }
  .Menu li:not(.Menu li li).menu-item-has-children a:after {
    content: "";
    position: absolute;
    right: 2rem;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20id%3D%22Layer_1%22%20height%3D%22512%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m12%2018a1.021%201.021%200%200%201%20-.707-.293l-10-10a1%201%200%200%201%201.414-1.414l9.293%209.293%209.293-9.293a1%201%200%201%201%201.414%201.414l-10%2010a1.021%201.021%200%200%201%20-.707.293z%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (min-width: 1201px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul {
    position: absolute;
    top: 0;
    left: -3rem;
    width: 100vw;
    padding: 17rem 28rem 7rem 28rem;
    background-color: #26B090;
    z-index: 1;
    transform: translateY(-150%);
    transition: all 250ms;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1201px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul:not(ul.Menu ul ul) {
    height: auto;
  }
}
@media (max-height: 700px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul:not(ul.Menu ul ul) {
    height: var(--vh);
  }
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul {
    display: none;
    padding: 2rem 0 0 2rem;
  }
}
.Menu li:not(.Menu li li).menu-item-has-children ul li {
  width: fit-content;
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 1201px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul li:hover .sub-menu {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul li.menu-item-has-children a {
    display: block;
    width: 100%;
    position: relative;
  }
  .Menu li:not(.Menu li li).menu-item-has-children ul li.menu-item-has-children a:before {
    content: "";
    position: absolute;
    right: 2rem;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20id%3D%22Layer_1%22%20height%3D%22512%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m12%2018a1.021%201.021%200%200%201%20-.707-.293l-10-10a1%201%200%200%201%201.414-1.414l9.293%209.293%209.293-9.293a1%201%200%201%201%201.414%201.414l-10%2010a1.021%201.021%200%200%201%20-.707.293z%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul .IconClose {
    display: none;
  }
}
.Menu li:not(.Menu li li).menu-item-has-children ul a:after {
  display: none;
}
.Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu {
  display: none;
}
@media (min-width: 1201px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu {
    position: fixed;
    padding: 0 0 0 5rem;
    width: 70rem;
    left: 65rem;
    top: 16rem;
    transition: all 250ms;
  }
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu {
    padding: 2rem 0 0 2rem;
  }
}
.Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  width: 0.3rem;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu:before {
    display: none;
  }
}
.Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu .IconClose {
  display: none;
}
@media (max-width: 1200px) {
  .Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu li:last-of-type {
    margin: 0;
  }
}
.Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu li:before {
  display: none;
}
.Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu li a {
  width: fit-content;
}
.Menu li:not(.Menu li li).menu-item-has-children ul .sub-menu li a:before {
  display: none;
}
@media (min-width: 1201px) {
  .Menu li:not(.Menu li li) ul li {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 3.4rem;
    margin: 0 0 2.5rem 0;
    opacity: 0.5;
    transition: all 250ms;
    position: relative;
    width: 37rem;
  }
  .Menu li:not(.Menu li li).isOpen a:after {
    width: 100%;
  }
  .Menu li:not(.Menu li li).isOpen ul {
    transform: translateY(0);
  }
  .Menu li:not(.Menu li li).isOpen ul .IconClose {
    position: absolute;
    top: 17rem;
    right: 28rem;
    cursor: pointer;
  }
}
@media (min-width: 1201px) and (max-width: 1200px) {
  .Menu li:not(.Menu li li).isOpen ul .IconClose {
    display: none;
  }
}
@media (min-width: 1201px) {
  .Menu li:not(.Menu li li).isOpen ul li:last-child {
    margin: 0;
  }
  .Menu li:not(.Menu li li).isOpen ul li:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.95rem);
    opacity: 0;
    left: -4rem;
    width: 2.5rem;
    height: 1.9rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.9%22%20height%3D%2225.916%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m7.301.224%2012.154%2013.162L6.57%2025.481l-3.898-3.803%206.496-6.024-8.826-.308.192-5.49%208.825.308-6.066-6.273Z%22%2F%3E%3C%2Fsvg%3E");
  }
  .Menu li:not(.Menu li li).isOpen ul li:hover {
    opacity: 1;
  }
  .Menu li:not(.Menu li li).isOpen ul li:hover:before {
    opacity: 1;
  }
  .Menu li:not(.Menu li li).isOpen ul li .sub-menu li {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .Menu li:not(.Menu li li).isOpen ul a:after {
    display: none;
  }
}

.Banner {
  background-color: #0D9695;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
}
.Banner-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
}
.Banner-title {
  font-family: "Inter", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.025rem;
  line-height: 7.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .Banner-title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.Banner-text {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .Banner-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.Banner-text a {
  color: #A3CCEE;
  text-decoration: underline;
}
.Banner-link {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4rem;
  position: relative;
  width: fit-content;
  margin: 2.2rem 0 0 0;
}
.Banner-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 0.2rem;
  background-color: #ffffff;
  transition: width 300ms;
}
.Banner-link:hover::after {
  width: 0;
}
.Banner .Breadcrumbs * {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
}
.Banner .Breadcrumbs .separator {
  margin: 0 0.8rem;
}

.InfosLive {
  background-color: #ffffff;
  position: absolute;
  top: 10.5rem;
  right: 0;
  padding: 3rem 6.5rem 2rem 6.5rem;
  display: none;
  min-width: 90rem;
  height: auto;
  max-height: calc(var(--vh) - 17.9rem);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
@media (max-width: 992px) {
  .InfosLive {
    width: 100vw;
    overflow: auto;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .InfosLive {
    padding: 4rem 2rem 2rem 2rem;
    top: 8.5rem;
    max-height: calc(var(--vh) - 15.9rem);
  }
}
.InfosLive.isOpen {
  display: block;
  overflow-y: auto;
}
.InfosLive .InfosLive-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 2rem;
  color: #10687B;
  margin: 0 0 1.65rem 0;
}
.InfosLive-top {
  width: 50%;
  border-bottom: 0.1rem solid rgba(107, 158, 213, 0.4);
  margin: 0 0 3.25rem 0;
}
@media (max-width: 992px) {
  .InfosLive-top {
    width: 100%;
  }
}
.InfosLive-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 3.4rem;
  color: #10687B;
  margin: 0;
}
.InfosLive-maj {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 2.3rem;
  color: #252B32;
}
.InfosLive-content {
  display: flex;
}
@media (max-width: 992px) {
  .InfosLive-content {
    flex-direction: column;
  }
}
.InfosLive-middle {
  display: flex;
  flex-direction: column;
  margin: 0 5rem 0 0;
  width: 50%;
}
@media (max-width: 992px) {
  .InfosLive-middle {
    width: 100%;
    margin: 0 0 3.2rem 0;
  }
}
.InfosLive-weather {
  padding: 0 0 5.6rem 0;
  border-bottom: 0.1rem solid rgba(107, 158, 213, 0.4);
}
.InfosLive-weather--link {
  margin: 3rem 0 0 0;
}
.InfosLive-webcam {
  display: flex;
  flex-direction: column;
  padding: 0 0 4.6rem 0;
}
.InfosLive-webcam--iframe {
  width: 100%;
  min-height: 20rem;
}
.InfosLive-webcam--picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.5rem;
  height: 20rem;
  overflow: hidden;
}
.InfosLive-webcam--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.InfosLive-webcam--text {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 0 0;
}
.InfosLive-webcam--text svg {
  margin: 0 0.5rem 0 0;
}
.InfosLive-webcam--link {
  margin: 1.9rem 0 0 0;
}
.InfosLive-bottom {
  display: flex;
  flex-direction: column;
  margin: 0 0 3.25rem 0;
  width: calc(50% - 5rem);
}
@media (max-width: 992px) {
  .InfosLive-bottom {
    width: 100%;
    margin: 0;
  }
}
.InfosLive-slopes {
  margin: 3.2rem 0 0 0;
}
.InfosLive-slopes--wrapper {
  display: flex;
  margin: 0 0 2.85rem 0;
}
.InfosLive-slopes--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 7.5rem 0 0;
}
.InfosLive-slopes--container:last-child {
  margin: 0;
}
.InfosLive-slopes--svg {
  position: absolute;
}
.InfosLive-slopes--svg #__BasePath {
  fill: none;
  stroke: transparent;
  stroke-width: 3px;
}
.InfosLive-slopes--svg #__MotionPath {
  fill: none;
  stroke: #0D9695;
  stroke-width: 3px;
}
.InfosLive-slopes--graph {
  width: 9rem;
  height: 9rem;
  position: relative;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
.InfosLive-slopes--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.InfosLive-slopes--opened {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 2.4rem;
  color: #10687B;
}
.InfosLive-slopes--total {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.2rem;
  color: #10687B;
  display: block;
}
.InfosLive-slopes--label {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: block;
  text-align: center;
  max-width: 10rem;
}
.InfosLive-access {
  margin: 3.2rem 0 0 0;
}
@media (max-width: 992px) {
  .InfosLive-access {
    margin: 0;
  }
}
.InfosLive-access--btn {
  margin: 0;
}
.InfosLive-list {
  list-style-type: none;
  padding: 1.7rem 0 0 0;
  margin: 3.5rem 0 0 0;
  display: flex;
  border-top: 0.1rem solid rgba(107, 158, 213, 0.4);
  flex-wrap: wrap;
}
.InfosLive-listing {
  margin: 0 3.3rem 3.3rem 0;
}
@media (max-width: 768px) {
  .InfosLive-listing {
    width: calc(50% - 3.2rem);
    margin: 1.6rem;
    display: flex;
    justify-content: center;
  }
}
.InfosLive-listing:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .InfosLive-listing:last-child {
    width: calc(50% - 3.2rem);
    margin: 1.6rem;
  }
}
.InfosLive-button {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.InfosLive-weather--wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 0 3rem 0;
}
.InfosLive-weather--wrapper:last-child {
  margin: 0;
}
.InfosLive-weather--periodName {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.025rem;
  color: #10687B;
  display: block;
  margin: 0 0 1.25rem 0;
}
.InfosLive-weather--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.InfosLive-weather--listing {
  margin: 0 6rem 0 0;
}
.InfosLive-weather--elevation {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #252B32;
  display: block;
  margin: 0 0 0.5rem 0;
}
.InfosLive-weather--content {
  display: flex;
}
.InfosLive-weather--icon {
  width: 3.5rem;
  height: 3.5rem;
  filter: invert(31%) sepia(78%) saturate(466%) hue-rotate(143deg) brightness(91%) contrast(96%);
  margin: 0 1.5rem 0 0;
}
.InfosLive-weather--value {
  display: flex;
  flex-direction: column;
}
.InfosLive-weather--temperature {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #252B32;
}
.InfosLive-weather--wind {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #252B32;
}

.Landing {
  padding-top: 8.6rem;
}
.Landing-container {
  margin: 5rem auto;
}
.Landing-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .Landing-list {
    flex-direction: column;
  }
}
.Landing-listing {
  position: relative;
  margin: 2rem 0;
  overflow: hidden;
}
.Landing-listing:hover .Landing-picture img {
  transform: scale(1.1);
}
.Landing-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 35rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Landing-picture {
    width: 25rem;
    height: 25rem;
  }
}
.Landing-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 250ms;
}
.Landing-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem;
  overflow: hidden;
  height: 35rem;
  background-color: var(--color_primary);
  padding: 1rem;
}
@media (max-width: 768px) {
  .Landing-placeholder {
    width: 25rem;
    height: 25rem;
  }
}
.Landing-placeholder img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .Landing-placeholder img {
    width: 90%;
  }
}
.Landing-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .Landing-content {
    flex-direction: column;
  }
}
.Landing-content > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .Landing-content > a {
    flex-direction: column;
  }
}
.Landing-contentText {
  margin: 0 0 0 5rem;
  font-family: "Inter", sans-serif;
  width: calc(100% - 40rem);
}
@media (max-width: 768px) {
  .Landing-contentText {
    margin: 2rem 0 0 0;
    width: 100%;
  }
}
.Landing-title {
  margin: 0 0 4rem 0;
  text-transform: initial;
  font-size: 2.6rem;
  color: #000000;
  transition: all 500ms;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  .Landing-title {
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
.Landing-excerpt {
  color: #000000;
  margin: 0 0 4rem 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .Landing-excerpt {
    margin: 0 0 2rem 0;
  }
}
.Landing-excerpt p {
  margin: 0;
}
.Landing-button {
  display: block;
  width: fit-content;
}
@media (max-width: 768px) {
  .Landing-button {
    margin: 0 auto;
  }
}

.BandeauAlerte {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
  padding: 1rem 2rem;
  background-color: #0D9695;
}
.BandeauAlerte-text {
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.BandeauAlerte-text p {
  margin: 0;
}
.BandeauAlerte-text a {
  color: #ffffff;
  text-decoration: underline;
}

.Homepage {
  overflow-x: hidden;
}

.Page404-wrapper {
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Page404-background {
  font-size: 25rem;
  background: linear-gradient(to top right, #10687B 0%, #0D9695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
@media (max-width: 768px) {
  .Page404-background {
    font-size: 10rem;
  }
}
.Page404-text {
  font-size: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .Page404-text {
    font-size: 3rem;
  }
}