@charset "UTF-8";
.leaflet-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
}

.leaflet-pane > svg {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-pane > svg path {
  pointer-events: none;
}

.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-pane > canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: inherit;
  visibility: hidden;
}

.leaflet-marker-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none;
}

.leaflet-marker-shadow {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none;
}

.leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background: #ddd;
  outline: 0;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container .leaflet-marker-pane img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container .leaflet-shadow-pane img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container .leaflet-tile-pane img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 11px;
}

.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  border: none;
  text-align: center;
  width: 20px;
  height: 20px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
  cursor: auto;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  float: left;
  clear: both;
  cursor: auto;
}

.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  top: 0;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  bottom: 0;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-right {
  right: 0;
}

.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

.leaflet-left {
  left: 0;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair {
  cursor: crosshair;
}

.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-marker-icon.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-image-layer.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  background-image: url(../img/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-touch .leaflet-bar {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-touch .leaflet-control-attribution {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../img/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(../img/marker-icon.png);
}

.leaflet-control-attribution {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  border-radius: 0;
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-content {
  width: 25rem !important;
  line-height: 1.4;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  border: 1px solid #999;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  border: 1px solid #999;
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom {
  border: 1px solid #999;
}

.leaflet-oldie .leaflet-control-layers {
  border: 1px solid #999;
}

.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.tripplanner-marker, .Parcours-marker {
  background-color: #A08D4D;
  color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}

.tripplanner-marker.focused, .Parcours-marker.focused {
  background-color: blue !important;
  color: white !important;
}

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-bottom:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  left: 50%;
  margin-left: -6px;
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-left:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-container {
  z-index: 0;
  /* prevent overlapping the .elevation-detached chart */
}

.elevation-detached {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 0;
}

.elevation-detached .elevation {
  width: 100%;
}

.elevation-detached .background {
  max-width: 100%;
}

.elevation-control.elevation .background {
  background-color: rgba(180, 26, 52, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: visible;
  display: block;
}

.elevation-control.elevation .axis line, .elevation-control.elevation .axis path {
  stroke: #2D1130;
  stroke-width: 2;
  fill: none;
}

.elevation-control.elevation .grid .tick line {
  stroke: #EEE;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.elevation-control.elevation .grid path {
  stroke-width: 0;
  pointer-events: none;
}

.elevation-control.elevation .axis text {
  text-anchor: end;
  fill: #000;
  font-weight: 700;
}

.elevation-control.elevation .area {
  fill: #0078A8;
  stroke: #000;
  stroke-width: 1.8;
  paint-order: stroke fill;
}

.elevation-control.elevation .mouse-focus-line {
  stroke: #0D1821;
  stroke-width: 1;
  pointer-events: none;
}

.elevation-control.elevation .mouse-focus-label {
  fill: #000;
  fill-opacity: 0.75;
  pointer-events: none;
}

.elevation-control.elevation .mouse-focus-label-text {
  fill: #FFF;
  pointer-events: none;
}

.elevation-control.elevation .mouse-drag {
  fill: rgba(23, 74, 117, 0.4);
}

.elevation-control.elevation .elevation-toggle {
  cursor: pointer;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background-color: #F8F8F9;
}

.elevation-summary {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 45px;
}

.leaflet-control-container .elevation-summary {
  text-shadow: 1.5px 0 0 #FFF, -1.5px 0 0 #FFF, 0 1.5px 0 #FFF, 0 -1.5px 0 #FFF, 1px 1px #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
}

.elevation-summary.multiline-summary {
  margin-right: 30px;
}

.elevation-detached .elevation-summary.multiline-summary {
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: 2;
}

.elevation-summary.inline-summary > span:not(:last-child):after {
  content: "\0020\2014\0020";
}

.elevation-summary.multiline-summary > span {
  display: block;
}

.elevation-summary.multiline-summary .download {
  float: right;
  margin-top: -2.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.elevation-detached .elevation-summary.multiline-summary .download {
  margin-top: -3.5em;
}

.elevation-summary .summaryvalue {
  font-weight: bold;
}

.elevation-control.elevation-collapsed .background, .elevation-control.elevation-collapsed .elevation-summary {
  display: none;
}

.elevation-control.elevation-collapsed .elevation-toggle {
  display: block;
}

.elevation-control.elevation .elevation-toggle-icon {
  background: url(../img/elevation.png) no-repeat center center;
}

.elevation-control.elevation.elevation-expanded .elevation-toggle-icon.close-button {
  background: transparent url(../img/remove.svg) no-repeat center center;
  background-size: 14px 14px;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
}

.leaflet-elevation-pane .height-focus, .leaflet-overlay-pane .height-focus {
  stroke: #000;
  fill: #FFF;
}

.leaflet-elevation-pane .height-focus.line, .leaflet-overlay-pane .height-focus.line {
  pointer-events: none;
  stroke-width: 2;
}

.leaflet-elevation-pane .height-focus-label, .leaflet-overlay-pane .height-focus-label {
  font-size: 14px;
  font-weight: 600;
  fill: #000;
  paint-order: stroke;
  stroke: #FFF;
  stroke-width: 2px;
}

.elevation-waypoint-icon:before {
  background: url(../img/elevation-pushpin.png) no-repeat center center/contain;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
}

.elevation-position-icon:before {
  background: url(../img/elevation-position.png) no-repeat center center/contain;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
}

.elevation-polyline {
  filter: drop-shadow(1px 1px 0 #FFF) drop-shadow(-1px -1px 0 #FFF) drop-shadow(1px -1px 0 #FFF) drop-shadow(-1px 1px 0 #FFF);
}

.elevation-placeholder {
  margin: auto;
  height: auto;
  width: 100%;
}

.elevation-placeholder ~ * {
  display: none !important;
}

.altimax-elevation.elevation-control.elevation .background {
  background-color: rgba(70, 130, 180, 0.2);
}

.altimax-elevation.elevation-control.elevation .axis line, .altimax-elevation.elevation-control.elevation .axis path {
  stroke: #0078A8;
}

.altimax-elevation.elevation-control.elevation .mouse-drag {
  fill: rgba(117, 7, 17, 0.4);
}

.altimax-elevation.elevation-control.elevation .area {
  fill: #0078A8;
}

.altimax-elevation.elevation-control.elevation .mouse-focus-line {
  stroke: #0078A8;
}

.altimax-elevation.height-focus {
  stroke: #000;
  fill: #0078A8;
}

.altimax-elevation.elevation-polyline {
  stroke: #0078A8;
}

.leaflet-cluster-anim .leaflet-marker-icon {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.roadbookPDF-modal {
  z-index: 9999;
}

.roadbookPDF-modal object {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Fenton';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fenton Bold"), local("Fenton Bold"), url("../../assets/fonts/fenton-700.woff2") format("woff2"), url("../../assets/fonts/fenton-700.woff") format("woff");
}

@font-face {
  font-family: 'Fenton';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fenton Black"), local("Fenton Black"), url("../../assets/fonts/fenton-900.woff2") format("woff2"), url("../../assets/fonts/fenton-900.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light"), local("Montserrat Light"), url("../../assets/fonts/montserrat-300.woff2") format("woff2"), url("../../assets/fonts/montserrat-300.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../../assets/fonts/montserrat-400.woff2") format("woff2"), url("../../assets/fonts/montserrat-400.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../../assets/fonts/montserrat-500.woff2") format("woff2"), url("../../assets/fonts/montserrat-500.woff") format("woff");
}

@font-face {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Verdana"), local("Verdana"), url("../../assets/fonts/subset-Verdana.woff2") format("woff2"), url("../../assets/fonts/subset-Verdana.woff") format("woff");
}

.ul_nostyle, .free_text > ul, .Faq-response > ul, .Text > ul, .TextImg-content > ul, .TwoColumnText-left > ul, .TwoColumnText-right > ul, .FaqPage-reponse > ul, .Share-list, .MenuPrimary-list, .MenuPrimary-list > li > ul, .MenuSecondary-list, #Slider .Slider-list, .Push-list, .AboutUs-list, .InteractiveMap-list, .News-list, #QuickAccess .QuickAccess-list, .Footer-listSocial, .Footer-listLink, .Footer-listLegal, .Faq-list, .Boutons-list, .ListDocuments-list, .Patrimoine-list, .Patrimoine-subList, .ListingHousing-select--list, .ListingHousing-list, .ListingHousing-paginator, #SheetHousing .SheetHousing-gallery--list, #SheetHousing .SheetHousing-feature--list, #SheetHousing .SheetHousing-list, .ListingJobOffer-list, .SheetJobOffer-list, .FaqPage-list, .FaqPage-subList, .FaqPage-subSubList, .ListingNews-list, .Markets-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.free_text > ul, .Faq-response > ul, .Text > ul, .TextImg-content > ul, .TwoColumnText-left > ul, .TwoColumnText-right > ul, .FaqPage-reponse > ul {
  flex-direction: column;
}

.free_text > ul li, .Faq-response > ul li, .Text > ul li, .TextImg-content > ul li, .TwoColumnText-left > ul li, .TwoColumnText-right > ul li, .FaqPage-reponse > ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

.free_text > ul li::before, .Faq-response > ul li::before, .Text > ul li::before, .TextImg-content > ul li::before, .TwoColumnText-left > ul li::before, .TwoColumnText-right > ul li::before, .FaqPage-reponse > ul li::before {
  content: "";
  position: absolute;
  top: .8rem;
  left: .5rem;
  width: .8rem;
  height: .8rem;
  border-radius: 100%;
  border: 0.1rem solid #687086;
}

hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(104, 112, 134, 0.4);
  margin: 2rem 0 2.8rem 0;
}

.background_blanc {
  background-color: #ffffff;
}

.background_gris {
  background-color: #F7F9FB;
}

.background_bleu {
  background-color: #34C1BB;
}

.background_bleu h2, .background_bleu .SearchEngine-text, .background_bleu h3, .background_bleu p, .background_bleu strong, .background_bleu li {
  color: #ffffff !important;
}

.background_rouge {
  background-color: #E42248;
}

.background_rouge h2, .background_rouge .SearchEngine-text, .background_rouge h3, .background_rouge p, .background_rouge strong, .background_rouge li {
  color: #ffffff !important;
}

@keyframes fade_up {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(1rem);
    z-index: 999;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

html,
body {
  width: 100%;
}

html {
  font-size: calc(1em * 0.625);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  pointer-events: all;
}

body {
  position: relative;
  font-family: "Verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #687086;
  background-color: #ffffff;
  margin: 0;
}

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

figure {
  margin: 0;
}

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

.ListingHousing .rank-math-breadcrumb,
.Banner.NoImg .rank-math-breadcrumb {
  margin: 0 0 4rem 0;
}

.SheetHousing .rank-math-breadcrumb {
  margin: 0 0 2rem 0;
}

.rank-math-breadcrumb p {
  display: inline-flex;
}

.rank-math-breadcrumb p > a:first-child {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
  width: 1rem;
  height: 1.1rem;
}

.rank-math-breadcrumb p > a:first-child::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  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%229.687%22%20height%3D%2211.011%22%20viewBox%3D%220%200%209.687%2011.011%22%3E%3Cpath%20d%3D%22M9.687%2011.011v-6.1L4.926.001%200%204.853v6.159z%22%20fill%3D%22%23e42248%22%2F%3E%3C%2Fsvg%3E");
}

.rank-math-breadcrumb * {
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #687086;
}

.Eligibility .rank-math-breadcrumb *,
.Banner.Img .rank-math-breadcrumb * {
  color: #ffffff;
}

.rank-math-breadcrumb .separator {
  margin: 0 .5rem;
}

.container {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

@media (min-width: 769px) {
  .container {
    max-width: 75rem;
  }
}

@media (min-width: 993px) {
  .container {
    max-width: 97rem;
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: 120rem;
  }
}

h1, h2, .SearchEngine-text, h3 {
  font-weight: 500;
  text-transform: initial;
}

h2, .SearchEngine-text, h3 {
  color: #E42248;
  margin: 0 0 3rem 0;
}

h1 {
  font-family: "Fenton", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 992px) {
  h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

h2, .SearchEngine-text {
  font-size: 4rem;
  line-height: 5rem;
}

@media (max-width: 992px) {
  h2, .SearchEngine-text {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

h3 {
  font-size: 3rem;
  line-height: 4rem;
}

@media (max-width: 992px) {
  h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

h4 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #181716;
  margin: 0 0 2rem 0;
}

@media (max-width: 992px) {
  h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

p {
  margin: 0 0 1rem;
}

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

strong, strong * {
  font-weight: initial !important;
  color: #181716;
}

a {
  text-decoration: none;
  color: #E42248;
}

a:focus, a:hover {
  outline: none;
}

picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

* {
  outline: none;
}

.Button, .Button-primary, .Button-secondary, .Form .gform_wrapper .gform_footer input[type=submit], .Form_wrapper.gform_wrapper .gform_footer input[type=submit], .Button-tertiary, .Markets-inProgress, .Markets-allocated {
  font-family: "Fenton", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: .05rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  padding: 2rem 3.5rem;
  border: none;
  cursor: pointer;
  clip-path: polygon(1.2rem 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%, 0 1.2rem);
  transition: clip-path 300ms ease-out;
}

.Button *, .Button-primary *, .Button-secondary *, .Form .gform_wrapper .gform_footer input[type=submit] *, .Form_wrapper.gform_wrapper .gform_footer input[type=submit] *, .Button-tertiary *, .Markets-inProgress *, .Markets-allocated * {
  color: #ffffff;
}

.Button:hover, .Button-primary:hover, .Button-secondary:hover, .Form .gform_wrapper .gform_footer input:hover[type=submit], .Form_wrapper.gform_wrapper .gform_footer input:hover[type=submit], .Button-tertiary:hover, .Markets-inProgress:hover, .Markets-allocated:hover {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}

.Button-primary {
  background-color: #E42248;
}

.Button-secondary, .Form .gform_wrapper .gform_footer input[type=submit], .Form_wrapper.gform_wrapper .gform_footer input[type=submit] {
  background-color: #34C1BB;
}

.Button-tertiary {
  color: #181716;
  background-color: #ffffff;
}

.Link, .Link-primary, .Footer-link, .Link-secondary, .free_text a, .Faq-response a, .Text a, .TextImg-content a, .TwoColumnText-left a, .TwoColumnText-right a, .FaqPage-reponse a, .Footer-linkLegal, .Link-tertiary, .ListingNews-filter--tab, .Link-quaternary, .Markets-link--text, .Markets-download--text {
  position: relative;
  padding: 0 0 .4rem 0;
  cursor: pointer;
}

.Link::before, .Link-primary::before, .Footer-link::before, .Link-secondary::before, .free_text a::before, .Faq-response a::before, .Text a::before, .TextImg-content a::before, .TwoColumnText-left a::before, .TwoColumnText-right a::before, .FaqPage-reponse a::before, .Footer-linkLegal::before, .Link-tertiary::before, .ListingNews-filter--tab::before, .Link-quaternary::before, .Markets-link--text::before, .Markets-download--text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: .1rem;
  transition: width 300ms ease-out;
}

.Link:hover::before, .Link-primary:hover::before, .Footer-link:hover::before, .Link-secondary:hover::before, .free_text a:hover::before, .Faq-response a:hover::before, .Text a:hover::before, .TextImg-content a:hover::before, .TwoColumnText-left a:hover::before, .TwoColumnText-right a:hover::before, .FaqPage-reponse a:hover::before, .Footer-linkLegal:hover::before, .Link-tertiary:hover::before, .ListingNews-filter--tab:hover::before, .Link-quaternary:hover::before, .Markets-link--text:hover::before, .Markets-download--text:hover::before {
  width: 100%;
}

.Link-primary::before, .Footer-link::before {
  background-color: #ffffff;
}

.Link-secondary::before, .free_text a::before, .Faq-response a::before, .Text a::before, .TextImg-content a::before, .TwoColumnText-left a::before, .TwoColumnText-right a::before, .FaqPage-reponse a::before, .Footer-linkLegal::before {
  background-color: #687086;
}

.Link-tertiary::before, .ListingNews-filter--tab::before {
  background-color: #34C1BB;
}

.Link-quaternary::before, .Markets-link--text::before, .Markets-download--text::before {
  background-color: #E42248;
}

.Form .gform_confirmation_message {
  z-index: 2;
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #181716;
}

.Form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.Form .gform_validation_errors h2, .Form .gform_validation_errors .SearchEngine-text {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #181716;
}

.Form .gform_validation_errors h2::before, .Form .gform_validation_errors .SearchEngine-text::before {
  display: none;
}

.Form .gform_wrapper {
  z-index: 2;
  width: 100%;
  margin: 0;
}

.Form .gform_wrapper .validation_error,
.Form .gform_wrapper .validation_message {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #E42248;
}

.Form .gform_wrapper .validation_error {
  border-top: 0.2rem solid #E42248;
  border-bottom: 0.2rem solid #E42248;
}

.Form .gform_wrapper li.gfield_error {
  background-color: rgba(228, 34, 72, 0.25);
  margin-bottom: 1rem !important;
  border-top: 0.2rem solid #E42248;
  border-bottom: 0.2rem solid #E42248;
}

.Form .gform_wrapper li.gfield_error input,
.Form .gform_wrapper li.gfield_error select,
.Form .gform_wrapper li.gfield_error textarea {
  border: 0.1rem solid #E42248 !important;
}

.Form .gform_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Form .gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
}

.Form .gform_wrapper .gfield {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.Form .gform_wrapper .gfield.col_2 {
  width: calc((100% - 1.5rem) / 2);
}

@media (max-width: 600px) {
  .Form .gform_wrapper .gfield.col_2 {
    width: 100%;
  }
}

.Form .gform_wrapper .gfield.row .gfield_radio {
  flex-direction: row;
  justify-content: flex-start;
}

.Form .gform_wrapper .gfield.row .gfield_radio .gchoice {
  margin: 0 2rem 0 0;
}

.Form .gform_wrapper .gfield .gfield_radio {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.Form .gform_wrapper .gfield .gfield_radio .gchoice {
  display: flex;
  align-items: center;
}

.Form .gform_wrapper .gfield .gfield_radio label {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #181716;
  margin: 0;
  padding: 0 0 0 1rem;
}

.Form .gform_wrapper .gfield label {
  font-family: "Verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 500 !important;
  letter-spacing: .025rem;
  color: #181716;
  margin: 0 0 .5rem 0;
}

.Form .gform_wrapper .gfield div.ginput_container {
  margin: 0;
  width: 100%;
}

.Form .gform_wrapper .gfield div.ginput_container > span {
  width: 100%;
  padding: 0;
  margin: 0;
}

.Form .gform_wrapper .gfield input:not([type='checkbox']),
.Form .gform_wrapper .gfield select,
.Form .gform_wrapper .gfield textarea {
  height: 5.5rem;
  width: 100% !important;
  margin: 0 !important;
  padding: 1rem !important;
  border: solid 0.2rem #E7E9EA;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
}

.Form .gform_wrapper .gfield input[type=radio] {
  appearance: none;
  width: 1.6rem !important;
  height: 1.6rem !important;
  cursor: pointer;
  box-shadow: none;
  outline: none !important;
  border-radius: 100%;
  padding: 0 !important;
  background-color: transparent;
  transition: border 300ms ease-out;
}

.Form .gform_wrapper .gfield input[type=radio]:focus {
  outline: none;
}

.Form .gform_wrapper .gfield input[type=radio]:checked {
  border: solid 0.5rem #E42248;
}

.Form .gform_wrapper .gfield select {
  font-size: 1.6rem;
  line-height: 2rem;
}

.Form .gform_wrapper .gfield textarea {
  height: 15rem;
}

.Form .gform_wrapper .gform_footer {
  display: flex;
  padding: 0;
  margin: 3rem 0 0 0;
}

.Form .gform_wrapper .gform_footer input[type=submit] {
  margin: 0 0 0 auto;
}

.Form .gfield_contains_required span {
  display: inline;
}

.Form_wrapper.gform_wrapper {
  z-index: 2;
  width: 100%;
  margin: 0;
}

.Form_wrapper.gform_wrapper .validation_error,
.Form_wrapper.gform_wrapper .validation_message {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #E42248;
}

.Form_wrapper.gform_wrapper .validation_error {
  border-top: 0.2rem solid #E42248;
  border-bottom: 0.2rem solid #E42248;
}

.Form_wrapper.gform_wrapper li.gfield_error {
  background-color: rgba(228, 34, 72, 0.25);
  margin-bottom: 1rem !important;
  border-top: 0.2rem solid #E42248;
  border-bottom: 0.2rem solid #E42248;
}

.Form_wrapper.gform_wrapper li.gfield_error input,
.Form_wrapper.gform_wrapper li.gfield_error select,
.Form_wrapper.gform_wrapper li.gfield_error textarea {
  border: 0.1rem solid #E42248 !important;
}

.Form_wrapper.gform_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Form_wrapper.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
}

.Form_wrapper.gform_wrapper .gfield {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.Form_wrapper.gform_wrapper .gfield.col_2 {
  width: calc((100% - 1.5rem) / 2);
}

@media (max-width: 600px) {
  .Form_wrapper.gform_wrapper .gfield.col_2 {
    width: 100%;
  }
}

.Form_wrapper.gform_wrapper .gfield.row .gfield_radio {
  flex-direction: row;
  justify-content: flex-start;
}

.Form_wrapper.gform_wrapper .gfield.row .gfield_radio .gchoice {
  margin: 0 2rem 0 0;
}

.Form_wrapper.gform_wrapper .gfield .gfield_radio {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.Form_wrapper.gform_wrapper .gfield .gfield_radio .gchoice {
  display: flex;
  align-items: center;
}

.Form_wrapper.gform_wrapper .gfield .gfield_radio label {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #181716;
  margin: 0;
  padding: 0 0 0 1rem;
}

.Form_wrapper.gform_wrapper .gfield label {
  font-family: "Verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 500 !important;
  letter-spacing: .025rem;
  color: #181716;
  margin: 0 0 .5rem 0;
}

.Form_wrapper.gform_wrapper .gfield div.ginput_container {
  margin: 0;
  width: 100%;
}

.Form_wrapper.gform_wrapper .gfield div.ginput_container > span {
  width: 100%;
  padding: 0;
  margin: 0;
}

.Form_wrapper.gform_wrapper .gfield input:not([type='checkbox']),
.Form_wrapper.gform_wrapper .gfield select,
.Form_wrapper.gform_wrapper .gfield textarea {
  height: 5.5rem;
  width: 100% !important;
  margin: 0 !important;
  padding: 1rem !important;
  border: solid 0.2rem #E7E9EA;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
}

.Form_wrapper.gform_wrapper .gfield input[type=radio] {
  appearance: none;
  width: 1.6rem !important;
  height: 1.6rem !important;
  cursor: pointer;
  box-shadow: none;
  outline: none !important;
  border-radius: 100%;
  padding: 0 !important;
  background-color: transparent;
  transition: border 300ms ease-out;
}

.Form_wrapper.gform_wrapper .gfield input[type=radio]:focus {
  outline: none;
}

.Form_wrapper.gform_wrapper .gfield input[type=radio]:checked {
  border: solid 0.5rem #E42248;
}

.Form_wrapper.gform_wrapper .gfield select {
  font-size: 1.6rem;
  line-height: 2rem;
}

.Form_wrapper.gform_wrapper .gfield textarea {
  height: 15rem;
}

.Form_wrapper.gform_wrapper .gform_footer {
  display: flex;
  padding: 0;
  margin: 3rem 0 0 0;
}

.Form_wrapper.gform_wrapper .gform_footer input[type=submit] {
  margin: 0 0 0 auto;
}

.Form_wrapper.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.list-enter-active, .list-leave-active {
  transition: opacity .5s;
}

.list-enter, .list-leave-to {
  opacity: 0;
}

.Banner {
  display: flex;
  justify-content: center;
  margin: 0 0 3rem 0;
}

.Banner.Img {
  position: relative;
  height: calc(100vh - 14rem);
}

.Banner.Img.small {
  height: 36rem;
}

.Banner.Img::before {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(8rem - (10rem / 2));
  width: .8rem;
  height: 10rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%22100.857%22%20viewBox%3D%220%200%208%20100.857%22%3E%3Cg%20style%3D%22mix-blend-mode%3Aexclusion%3Bisolation%3Aisolate%22%3E%3Cpath%20d%3D%22M8%2094l-4%206.857L0%2094zM5%200v94H3.5V0z%22%20fill%3D%22%23E42248%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.Banner-picture {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 8rem;
  width: calc(100% - (8rem * 2));
  height: calc(100% - 8rem);
}

@media (max-width: 1200px) {
  .Banner-picture {
    left: 4rem;
    width: calc(100% - (4rem * 2));
  }
}

@media (max-width: 768px) {
  .Banner-picture {
    left: 2rem;
    width: calc(100% - (2rem * 2));
  }
}

.Banner-picture::before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 23, 22, 0.3);
}

.Banner-wrapper {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - (8rem * 2));
  height: calc(100% - 8rem);
  padding: 4rem 6rem;
}

@media (max-width: 1200px) {
  .Banner-wrapper {
    width: calc(100% - (4rem * 2));
  }
}

@media (max-width: 768px) {
  .Banner-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.Img .Banner-title {
  text-align: center;
  margin: auto;
}

.NoImg .Banner-title {
  font-family: "Verdana", sans-serif;
  font-size: 7rem;
  line-height: 7.8rem;
  font-weight: 500;
  letter-spacing: -.05rem;
  color: #181716;
}

.Modal {
  width: 100%;
  height: auto !important;
  max-height: calc(100vh - (5rem * 2));
  max-width: 120rem !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 5rem;
  margin: 0 0 10rem 0;
}

@media (max-width: 768px) {
  .Modal {
    padding: 0 2rem;
  }
}

.Modal::after {
  display: none !important;
}

.Modal.Form {
  max-width: 50rem !important;
}

.Modal > div {
  height: 100% !important;
}

.Modal > div > div {
  height: 100% !important;
}

.Modal-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 2rem;
  overflow: auto;
}

.Modal-video {
  display: flex;
  justify-content: center;
  padding-bottom: 56.25%;
  width: 100%;
}

.Modal-iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.Modal-close {
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}

.Share {
  position: relative;
}

.Share-button {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Verdana", sans-serif;
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #181716;
  padding: 0 0 0 3.5rem;
  margin: 0 5rem 0 0;
}

@media (max-width: 768px) {
  .Share-button {
    margin: 0 2rem 0 0;
  }
}

.Share-button::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  width: 1.6rem;
  height: 1.4rem;
  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%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M9.89%2011.277a.539.539%200%2001-.24-.057L3.867%208.329a.539.539%200%2011.482-.964l5.783%202.891a.539.539%200%2001-.242%201.021zM4.11%206.699a.539.539%200%2001-.241-1.02l5.783-2.891a.539.539%200%2011.482.964L4.35%206.638a.537.537%200%2001-.24.061z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M2.423%209.423A2.423%202.423%200%20114.846%207a2.456%202.456%200%2001-2.423%202.423zm0-3.769A1.346%201.346%200%20103.769%207a1.364%201.364%200%2000-1.346-1.346zM11.577%204.846A2.423%202.423%200%201114%202.423a2.456%202.456%200%2001-2.423%202.423zm0-3.769a1.346%201.346%200%20101.346%201.346%201.364%201.364%200%2000-1.346-1.346zM11.577%2014A2.423%202.423%200%201114%2011.577%202.456%202.456%200%200111.577%2014zm0-3.769a1.346%201.346%200%20101.346%201.346%201.364%201.364%200%2000-1.346-1.346z%22%20fill%3D%22%238292a2%22%2F%3E%3C%2Fsvg%3E");
}

.Share-list {
  position: absolute;
  top: 100%;
  display: flex;
  padding: 1rem 0;
  opacity: 0;
  transform: translateY(1rem);
  transition: transform 300ms ease-out, opacity 300ms ease-out;
}

.Share-list.active {
  opacity: 1;
  transform: none;
}

.Share-listing {
  margin: 0 1.5rem 0 0;
}

.Share-listing:last-child {
  margin: 0;
}

.Share-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Share-link:hover .Share-svg {
  fill: #687086;
}

.Share-svg {
  fill: #687086;
}

.SearchEngine {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  padding: 10rem 0;
  display: flex;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease-out, visibility .25s ease-out;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  z-index: -1;
}

.SearchEngine.On {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.SearchEngine-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: auto;
}

@media (min-width: 1200px) {
  .SearchEngine-content {
    width: 1200px;
  }
}

.SearchEngine-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .SearchEngine-close {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.SearchEngine-text {
  padding: 0 0 0 1.5rem;
}

.SearchEngine input.orig {
  color: #000000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.SearchEngine input.orig::placeholder {
  font-weight: 600 !important;
  width: calc(100% - 3.6rem) !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.SearchEngine .promagnifier {
  background-image: linear-gradient(180deg, #ffffff, #ffffff) !important;
}

.SearchEngine .innericon > svg {
  width: 5rem !important;
}

@media (max-width: 768px) {
  .SearchEngine input.orig,
  .SearchEngine input.autocomplete,
  .SearchEngine input.orig::placeholder {
    font-size: 3rem !important;
  }
}

@media (max-width: 480px) {
  .SearchEngine input.orig,
  .SearchEngine input.autocomplete,
  .SearchEngine input.orig::placeholder {
    font-size: 2rem !important;
  }
}

@media (max-width: 1262px) {
  .MenuPrimary {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - (100vh / 3));
    background-color: #ffffff;
    padding: 12rem 3rem 3rem 3rem;
    transform: translateY(-100%);
    transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .Header.active .MenuPrimary {
    transform: translateX(0);
  }
}

.MenuPrimary-list {
  z-index: 2;
  display: flex;
}

@media (max-width: 1262px) {
  .MenuPrimary-list {
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
  }
  .MenuPrimary-list > * {
    opacity: 0;
    visibility: hidden;
    transform: translateY(2rem);
    transition: transform .4s, opacity .4s;
    transition-delay: 300ms;
  }
  .Header.active .MenuPrimary-list > * {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .Header.active .MenuPrimary-list > *:nth-child(1) {
    transition-delay: 0.3s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(2) {
    transition-delay: 0.4s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(3) {
    transition-delay: 0.5s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(4) {
    transition-delay: 0.6s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(5) {
    transition-delay: 0.7s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(6) {
    transition-delay: 0.8s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(7) {
    transition-delay: 0.9s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(8) {
    transition-delay: 1s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(9) {
    transition-delay: 1.1s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(10) {
    transition-delay: 1.2s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(11) {
    transition-delay: 1.3s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(12) {
    transition-delay: 1.4s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(13) {
    transition-delay: 1.5s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(14) {
    transition-delay: 1.6s;
  }
  .Header.active .MenuPrimary-list > *:nth-child(15) {
    transition-delay: 1.7s;
  }
}

.MenuPrimary-list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1rem 0 0;
}

.MenuPrimary-list > li:last-child {
  margin: 0;
}

.MenuPrimary-list > li > a {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 500;
  letter-spacing: -.05rem;
  color: #181716;
  padding: 2rem 1rem;
}

@media (max-width: 1262px) {
  .MenuPrimary-list > li > a {
    font-size: 2.4rem;
    line-height: 2.6rem;
    padding: 1rem;
  }
}

@media (min-width: 1262px) {
  .MenuPrimary-list > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.MenuPrimary-list > li > ul {
  flex-direction: column;
  padding: 3rem;
}

@media (max-width: 1262px) {
  .MenuPrimary-list > li > ul {
    display: none;
    padding: 1rem;
  }
}

.MenuPrimary-list > li > ul > li {
  margin: 0 0 3rem 0;
}

@media (max-width: 1262px) {
  .MenuPrimary-list > li > ul > li {
    margin: 0 0 1rem 0;
  }
}

.MenuPrimary-list > li > ul > li:last-child {
  margin: 0;
}

.MenuPrimary-list > li > ul > li > a {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #181716;
  padding: 1rem;
}

.MenuPrimary-desc {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #687086;
  margin: .5rem 0 0 0;
}

@media (min-width: 1262px) {
  .MenuPrimary .sub-menu {
    z-index: 9;
    position: absolute;
    top: 100%;
    right: 0;
    width: 30rem;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-1rem);
    transition: transform 300ms ease-out, opacity 300ms ease-out;
  }
}

@media (max-width: 1200px) {
  .MenuSecondary {
    display: flex;
    align-items: center;
    height: calc(100vh / 3);
    width: 100%;
    margin: auto 0 0 0;
    padding: 3rem 0;
  }
}

.MenuSecondary-list {
  z-index: 2;
  display: flex;
}

@media (max-width: 1200px) {
  .MenuSecondary-list {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .MenuSecondary-list > * {
    opacity: 0;
    visibility: hidden;
    transform: translateY(2rem);
    transition: transform .4s, opacity .4s;
    transition-delay: 300ms;
  }
  .Header.active .MenuSecondary-list > * {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .Header.active .MenuSecondary-list > *:nth-child(1) {
    transition-delay: 0.3s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(2) {
    transition-delay: 0.4s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(3) {
    transition-delay: 0.5s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(4) {
    transition-delay: 0.6s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(5) {
    transition-delay: 0.7s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(6) {
    transition-delay: 0.8s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(7) {
    transition-delay: 0.9s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(8) {
    transition-delay: 1s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(9) {
    transition-delay: 1.1s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(10) {
    transition-delay: 1.2s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(11) {
    transition-delay: 1.3s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(12) {
    transition-delay: 1.4s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(13) {
    transition-delay: 1.5s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(14) {
    transition-delay: 1.6s;
  }
  .Header.active .MenuSecondary-list > *:nth-child(15) {
    transition-delay: 1.7s;
  }
}

.MenuSecondary-list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1200px) {
  .MenuSecondary-list > li:last-child > a {
    padding: 1rem 0 1rem 1.5rem;
  }
}

.MenuSecondary-list > li.location {
  background-color: #E42248;
}

.MenuSecondary-list > li.location::before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  width: calc(100% + 7rem);
  height: 5rem;
  background-color: #E42248;
}

@media (max-width: 1440px) {
  .MenuSecondary-list > li.location::before {
    width: calc(100% + 4rem);
  }
}

@media (max-width: 1200px) {
  .MenuSecondary-list > li.location::before {
    display: none;
  }
}

.MenuSecondary-list > li.location > a {
  color: #ffffff;
}

.MenuSecondary-list > li > a {
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: #687086;
  padding: 1rem 1.5rem;
}

@media (max-width: 1200px) {
  .MenuSecondary-list > li > a {
    padding: 1rem;
  }
}

.MenuSecondary-list > li > ul {
  display: none;
}

#Slider.Slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh -  (5rem + 9rem));
  margin: 0 0 10rem 0;
}

@media (max-width: 992px) {
  #Slider.Slider {
    margin: 0 0 5rem 0;
  }
}

#Slider.Slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 23, 22, 0.3);
}

#Slider .Slider-swiper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Slider .Slider-picture {
  width: 100%;
  height: 100%;
}

#Slider .Slider-wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#Slider .Slider-wrapper .ListingHousing-filter {
  position: relative;
  padding-top: 6.6rem;
  margin-top: 1.8rem;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #Slider .Slider-wrapper .ListingHousing-filter {
    padding-top: 3.6rem;
  }
}

#Slider .Slider-wrapper .ListingHousing-filter:before {
  content: '';
  width: 8.7rem;
  height: 0.2rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

#Slider .Slider-wrapper .ListingHousing-select {
  background-color: #ffffff;
}

#Slider .Slider-wrapper .Button-secondary, #Slider .Slider-wrapper .Form .gform_wrapper .gform_footer input[type=submit], .Form .gform_wrapper .gform_footer #Slider .Slider-wrapper input[type=submit], #Slider .Slider-wrapper .Form_wrapper.gform_wrapper .gform_footer input[type=submit], .Form_wrapper.gform_wrapper .gform_footer #Slider .Slider-wrapper input[type=submit] {
  width: 15.8rem;
  margin-left: -1.6rem;
  clip-path: polygon(0 0, 0 100%, calc(100% - 1.2rem) 100%, 100% calc(100% - 1.2rem), 100% 0);
}

#Slider .Slider-wrapper .Button-secondary:hover, #Slider .Slider-wrapper .Form .gform_wrapper .gform_footer input:hover[type=submit], .Form .gform_wrapper .gform_footer #Slider .Slider-wrapper input:hover[type=submit], #Slider .Slider-wrapper .Form_wrapper.gform_wrapper .gform_footer input:hover[type=submit], .Form_wrapper.gform_wrapper .gform_footer #Slider .Slider-wrapper input:hover[type=submit] {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
}

@media (max-width: 1199px) {
  #Slider .Slider-wrapper .Button-secondary, #Slider .Slider-wrapper .Form .gform_wrapper .gform_footer input[type=submit], .Form .gform_wrapper .gform_footer #Slider .Slider-wrapper input[type=submit], #Slider .Slider-wrapper .Form_wrapper.gform_wrapper .gform_footer input[type=submit], .Form_wrapper.gform_wrapper .gform_footer #Slider .Slider-wrapper input[type=submit] {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  #Slider .Slider-wrapper .Button-secondary, #Slider .Slider-wrapper .Form .gform_wrapper .gform_footer input[type=submit], .Form .gform_wrapper .gform_footer #Slider .Slider-wrapper input[type=submit], #Slider .Slider-wrapper .Form_wrapper.gform_wrapper .gform_footer input[type=submit], .Form_wrapper.gform_wrapper .gform_footer #Slider .Slider-wrapper input[type=submit] {
    width: 100%;
    margin-left: 0;
    clip-path: polygon(1.2rem 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%, 0 1.2rem);
  }
  #Slider .Slider-wrapper .Button-secondary:hover, #Slider .Slider-wrapper .Form .gform_wrapper .gform_footer input:hover[type=submit], .Form .gform_wrapper .gform_footer #Slider .Slider-wrapper input:hover[type=submit], #Slider .Slider-wrapper .Form_wrapper.gform_wrapper .gform_footer input:hover[type=submit], .Form_wrapper.gform_wrapper .gform_footer #Slider .Slider-wrapper input:hover[type=submit] {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  }
}

#Slider .Slider-surtitle {
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 3rem 0;
}

@media (max-width: 992px) {
  #Slider .Slider-surtitle {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin: 0 0 2rem 0;
  }
}

#Slider .Slider-title {
  font-family: "Verdana", sans-serif;
  font-size: 7rem;
  line-height: 7.8rem;
}

@media (max-width: 992px) {
  #Slider .Slider-title {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}

#Slider .Slider-button {
  margin: 3rem 0 0 0;
}

.Push-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem) / 3), 1fr));
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 10rem auto;
}

@media (max-width: 1200px) {
  .Push-list {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem) / 2), 1fr));
  }
}

@media (max-width: 992px) {
  .Push-list {
    grid-template-columns: 1fr;
    max-width: 45rem;
    margin: 0 auto 5rem auto;
  }
}

.Push-listing {
  position: relative;
}

.Push-listing:before {
  content: '';
  width: 7rem;
  height: 7rem;
  border-radius: .5rem;
  margin: 0 3rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

.Push-listing svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  width: 7rem;
}

.Push-listing:nth-child(1):before {
  background-color: rgba(228, 34, 72, 0.1);
}

.Push-listing:nth-child(1) svg path, .Push-listing:nth-child(1) svg g {
  fill: #E42248;
}

.Push-listing:nth-child(2):before {
  background-color: rgba(15, 23, 98, 0.1);
}

.Push-listing:nth-child(2) svg path, .Push-listing:nth-child(2) svg g {
  fill: #0F1762;
}

.Push-listing:nth-child(3):before {
  background-color: rgba(52, 193, 187, 0.1);
}

.Push-listing:nth-child(3) svg path, .Push-listing:nth-child(3) svg g {
  fill: #34C1BB;
}

.Push-link {
  width: calc(100% - (7rem + 4rem));
  display: inline-block;
  vertical-align: middle;
}

.Push-link:hover .Push-text::before {
  right: -.5rem;
}

.Push-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: .5rem;
  margin: 0 3rem 0 0;
}

.Push-text {
  font-family: "Fenton", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #0F1762;
}

.Presentation {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 0 10rem 0;
}

@media (max-width: 992px) {
  .Presentation {
    margin: 0 0 5rem 0;
  }
}

.Presentation-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 10rem 0;
}

.Presentation-title * {
  font-family: "Fenton", sans-serif;
  font-size: 14rem;
  line-height: 15rem;
  font-weight: 900;
  letter-spacing: -.5rem;
  color: rgba(228, 34, 72, 0);
  -webkit-text-stroke-width: .1rem;
  -webkit-text-stroke-color: #E42248;
}

@media (max-width: 1200px) {
  .Presentation-title * {
    font-size: 12rem;
    line-height: 13rem;
  }
}

@media (max-width: 992px) {
  .Presentation-title * {
    font-size: 10rem;
    line-height: 11rem;
  }
}

@media (max-width: 768px) {
  .Presentation-title * {
    font-size: 6rem;
    line-height: 7rem;
  }
}

.Presentation-title strong {
  color: #E42248;
  -webkit-text-stroke-width: 0;
}

@media (max-width: 480px) {
  .Presentation-title {
    padding-left: 2rem;
  }
}

.Presentation-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .Presentation-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.Presentation-left, .Presentation-right {
  width: 100%;
}

.Presentation-left {
  max-width: 58rem;
  margin: 0 5rem 0 0;
}

@media (max-width: 768px) {
  .Presentation-left {
    margin: 0 0 5rem 0;
  }
}

.Presentation-right {
  max-width: 38rem;
}

.Presentation-picture {
  width: 100%;
  height: auto;
}

.Presentation-picture.video {
  position: relative;
  cursor: pointer;
}

.Presentation-picture.video:hover::after {
  transform: scale(1.2);
}

.Presentation-picture.video:hover::before {
  transform: scale(0.9);
}

.Presentation-picture.video::after {
  content: '';
  z-index: 3;
  position: absolute;
  display: block;
  transform: scale(1);
  border-style: solid;
  border-width: .75rem 0 .75rem 1rem;
  border-color: transparent transparent transparent #E42248;
  transition: transform 400ms ease-out;
}

.Presentation-picture.video::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  width: 10rem;
  height: 10rem;
  background-color: #ffffff;
  border-radius: 100%;
  transform: scale(1);
  transition: transform 400ms ease-out;
}

.Presentation-button {
  margin: 2rem 0 0 0;
}

.Presentation-titleVideo {
  display: block;
  font-family: "Fenton", sans-serif;
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 900;
  color: #0F1762;
  margin: 2rem 0 0 0;
}

.AboutUs {
  display: flex;
  flex-direction: column;
  margin: 0 auto 10rem auto;
}

@media (max-width: 992px) {
  .AboutUs {
    margin: 0 auto 5rem auto;
  }
}

.AboutUs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .AboutUs-wrapper {
    flex-direction: column;
  }
}

.AboutUs-left, .AboutUs-right {
  width: 100%;
}

.AboutUs-left {
  max-width: 45rem;
  margin: 0 5rem 0 0;
}

@media (max-width: 768px) {
  .AboutUs-left {
    margin: 0 0 5rem 0;
  }
}

.AboutUs-right {
  max-width: 48rem;
}

.AboutUs-button {
  margin: 2rem 0 0 0;
}

.AboutUs-surtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Fenton", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #181716;
  padding: 0 calc(8rem + 6rem) 0 0;
  margin: 0 0 3rem 0;
}

.AboutUs-surtitle::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: .2rem;
  width: 6rem;
  background-color: #E42248;
}

.AboutUs-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
  margin: 7rem 0 0 0;
}

@media (max-width: 768px) {
  .AboutUs-list {
    gap: 4rem;
  }
}

.AboutUs-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 13rem;
  position: relative;
}

.AboutUs-listing--title {
  text-align: center;
  margin: .5rem 0 0 0;
}

.AboutUs-listing:before {
  content: '';
  width: 7rem;
  height: 7rem;
  border-radius: .5rem;
}

.AboutUs-listing svg {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 7rem;
  left: 50%;
  transform: translateX(-50%);
}

.AboutUs-listing:nth-child(5n+1):before, .AboutUs-listing:nth-child(5n+5):before {
  background-color: rgba(52, 193, 187, 0.1);
}

.AboutUs-listing:nth-child(5n+1) svg path, .AboutUs-listing:nth-child(5n+1) svg g, .AboutUs-listing:nth-child(5n+5) svg path, .AboutUs-listing:nth-child(5n+5) svg g {
  fill: #34C1BB;
}

.AboutUs-listing:nth-child(5n+2):before, .AboutUs-listing:nth-child(5n+4):before {
  background-color: rgba(15, 23, 98, 0.1);
}

.AboutUs-listing:nth-child(5n+2) svg path, .AboutUs-listing:nth-child(5n+2) svg g, .AboutUs-listing:nth-child(5n+4) svg path, .AboutUs-listing:nth-child(5n+4) svg g {
  fill: #0F1762;
}

.AboutUs-listing:nth-child(5n+3):before {
  background-color: rgba(228, 34, 72, 0.1);
}

.AboutUs-listing:nth-child(5n+3) svg path, .AboutUs-listing:nth-child(5n+3) svg g {
  fill: #E42248;
}

.AboutUs-number {
  font-family: "Fenton", sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 900;
  color: #0F1762;
  margin: 2rem 0 0 0;
}

.InteractiveMap {
  background-color: #E3F1F6;
  padding: 10rem 0;
  margin: 0 0 10rem 0;
}

@media (max-width: 992px) {
  .InteractiveMap {
    margin: 0 0 5rem 0;
  }
}

.InteractiveMap-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .InteractiveMap-wrapper {
    flex-direction: column;
  }
}

.InteractiveMap-left, .InteractiveMap-list {
  width: 100%;
}

.InteractiveMap-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 39rem;
  margin: 0 5rem 0 0;
}

@media (max-width: 768px) {
  .InteractiveMap-left {
    margin: 0 0 5rem 0;
  }
}

.InteractiveMap-list {
  max-width: 67rem;
}

.InteractiveMap-listing {
  width: 100%;
}

.InteractiveMap-listing:nth-child(2n+1) .InteractiveMap-picture:nth-child(2n+1) {
  max-width: 31rem;
}

.InteractiveMap-listing:nth-child(2n+1) .InteractiveMap-picture:nth-child(2n+2) {
  max-width: 20rem;
  margin: 4rem 0 0 auto;
}

@media (max-width: 992px) {
  .InteractiveMap-listing:nth-child(2n+1) .InteractiveMap-picture:nth-child(2n+2) {
    margin: 2rem 0 0 auto;
  }
}

.InteractiveMap-listing:nth-child(2n+2) {
  max-width: 32rem;
  margin: 8rem 0 0 4rem;
}

@media (max-width: 992px) {
  .InteractiveMap-listing:nth-child(2n+2) {
    margin: 4rem 0 0 2rem;
  }
}

.InteractiveMap-surtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Fenton", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #181716;
  padding: 0 calc(8rem + 6rem) 0 0;
  margin: 0 0 3rem 0;
}

.InteractiveMap-surtitle::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: .2rem;
  width: 6rem;
  background-color: #E42248;
}

.News {
  margin: 0 auto 10rem auto;
}

.News .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .News .container {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 5rem auto;
  }
}

@media (max-width: 768px) {
  .News .container {
    align-items: center;
    flex-direction: column;
  }
}

.News.bckg {
  background-color: #E3F1F6;
  padding: 10rem 0;
}

.News.bckg .News-wrap {
  background-color: #E3F1F6;
}

.News-left, .News-list {
  width: 100%;
}

.News-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 28rem;
  margin: 0 5rem 0 0;
}

@media (max-width: 992px) {
  .News-left {
    margin: 0 0 5rem 0;
  }
}

.News-list {
  max-width: 74rem;
}

@media (max-width: 768px) {
  .News-list {
    flex-direction: column;
    align-items: center;
  }
}

.News-listing {
  width: 100%;
  max-width: 35rem;
}

.News-listing:first-child {
  margin: 0 4rem 0 0;
}

@media (max-width: 768px) {
  .News-listing:first-child {
    margin: 0 0 4rem 0;
  }
}

.News-listing--title {
  z-index: 2;
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -.05rem;
  font-weight: 400;
  color: #181716;
}

.News-button {
  margin: 2rem 0 0 0;
}

.News-picture {
  width: 100%;
  overflow: hidden;
}

.News-img {
  transform: scale(1.05);
  overflow: hidden;
  transition: transform 400ms ease-out;
}

.News-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.News-link:hover .News-img {
  transform: scale(1);
}

.News-link:hover .News-wrap {
  padding: 1rem 1rem 0 1rem;
}

.News-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 8rem);
  background-color: #ffffff;
  transform: translateY(-50%);
  padding: 1rem 1rem 0 0;
  transition: padding 400ms ease-out;
}

.News-cat {
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: .1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #E42248;
  margin: 1rem 0 0 0;
}

.News-date {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #687086;
  margin: 1rem 0 0 0;
}

.News-text {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #181716;
  margin: 1.5rem 0 0 0;
  padding: 0 0 .4rem 0;
}

.News-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: .2rem;
  width: 100%;
  background-color: #34C1BB;
}

#QuickAccess.QuickAccess {
  display: flex;
  flex-direction: column;
  margin: 0 0 10rem 0;
}

@media (max-width: 992px) {
  #QuickAccess.QuickAccess {
    margin: 0 0 5rem 0;
  }
}

#QuickAccess .QuickAccess-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 6rem auto;
}

#QuickAccess .QuickAccess-surtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Fenton", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #181716;
  padding: 0 calc(8rem + 6rem) 0 0;
  margin: 0 0 3rem 0;
}

#QuickAccess .QuickAccess-surtitle::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: .2rem;
  width: 6rem;
  background-color: #E42248;
}

#QuickAccess .QuickAccess-title {
  width: 100%;
  max-width: 67rem;
}

#QuickAccess .QuickAccess-swiper {
  width: 100%;
  padding: 1rem 0;
}

#QuickAccess .QuickAccess-list {
  align-items: stretch;
  width: 100%;
}

#QuickAccess .QuickAccess-listing {
  width: 27rem;
  height: auto;
  min-height: 27rem;
  background-color: #E3F1F6;
  margin: 0 3rem 0 0;
  transform: scale(1);
  transition: transform 400ms ease-out;
}

#QuickAccess .QuickAccess-listing:hover {
  transform: scale(1.05);
}

#QuickAccess .QuickAccess-listing--title {
  z-index: 2;
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  letter-spacing: -.05rem;
  color: #0F1762;
  margin: 0 0 2rem 0;
}

#QuickAccess .QuickAccess-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem;
}

#QuickAccess .QuickAccess-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 0 2rem 0;
}

#QuickAccess .QuickAccess-circle svg {
  width: 3rem;
  height: 3rem;
}

#QuickAccess .QuickAccess-circle svg path, #QuickAccess .QuickAccess-circle svg g {
  fill: #34C1BB;
}

#QuickAccess .QuickAccess-desc {
  font-size: 1.2rem;
  font-weight: 300;
  color: #687086;
}

.TenantSpace {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70rem;
}

.TenantSpace-picture {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.TenantSpace-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.TenantSpace-surtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Fenton", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 calc(8rem + 6rem) 0 0;
  margin: 0 0 3rem 0;
}

.TenantSpace-surtitle::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: .2rem;
  width: 6rem;
  background-color: #E42248;
}

.TenantSpace-title {
  width: 100%;
  max-width: 67rem;
  color: #ffffff;
}

.TenantSpace-row {
  display: flex;
}

@media (max-width: 992px) {
  .TenantSpace-row {
    flex-direction: column;
  }
}

.TenantSpace-button:first-child {
  margin: 0 3rem 0 0;
}

@media (max-width: 992px) {
  .TenantSpace-button:first-child {
    margin: 0 0 2rem 0;
  }
}

#Remontee {
  overflow: hidden;
  max-width: 100%;
}

#Remontee.Remontee {
  margin: 13rem auto;
}

@media (max-width: 992px) {
  #Remontee.Remontee {
    padding: 0 2rem;
    margin: 6rem auto;
  }
}

#Remontee .Remontee-list {
  display: flex;
  margin: 4rem 0 4rem 0;
  transition: all 1000ms;
  padding-left: 0;
}

@media screen and (max-width: 480px) {
  #Remontee .Remontee-list {
    flex-direction: column;
  }
}

#Remontee .Remontee-list li {
  list-style: none;
  width: 36rem;
  max-width: 100%;
  margin-right: 4rem;
}

@media screen and (max-width: 480px) {
  #Remontee .Remontee-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

#Remontee .Remontee-list.inView, #Remontee .Remontee-list.ListingOccasionList-wrapper {
  margin: 6.5rem 0;
}

@media (max-width: 992px) {
  #Remontee .Remontee-list {
    margin: 6.5rem 0 0 0;
  }
}

@media (max-width: 992px) {
  #Remontee .Remontee-top {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 3rem 0;
  }
}

#Remontee .Remontee-uptitle {
  color: #000000;
  font-size: 1.2rem;
  line-height: 4rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

#Remontee .Remontee-uptitle:after {
  content: '';
  width: 6rem;
  height: 0.2rem;
  background-color: #E42248;
  margin-left: 8rem;
  display: inline-block;
  vertical-align: middle;
}

#Remontee .Remontee-title {
  font-size: 4rem;
  line-height: 5rem;
  max-width: 47.5rem;
}

#Remontee .Remontee-arrows {
  display: flex;
}

@media (max-width: 768px) {
  #Remontee .Remontee-arrows {
    display: none;
  }
}

#Remontee .Remontee-prev, #Remontee .Remontee-next {
  text-decoration: none;
  position: relative;
}

#Remontee .Remontee-prev svg, #Remontee .Remontee-next svg {
  width: 3.2rem;
  height: 1.4rem;
}

#Remontee .Remontee-prev {
  margin: 0 3.2rem 0 0;
}

#Remontee .Remontee-arrowLeft, #Remontee .Remontee-arrowRight {
  position: relative;
  z-index: 10;
}

#Remontee .Remontee-contentPagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  #Remontee .Remontee-contentPagination {
    margin-top: 3rem;
  }
}

#Remontee .Remontee-link {
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #34C1BB;
}

.Header {
  position: relative;
  display: flex;
  flex-direction: column;
}

.Header-top, .Header-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 7rem;
}

@media (max-width: 1440px) {
  .Header-top, .Header-bottom {
    padding: 0 4rem;
  }
}

.Header-top {
  height: 5rem;
}

@media (max-width: 1200px) {
  .Header-top {
    z-index: 997;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
    background-color: #F7F9FB;
    padding: 0 3rem;
    transform: translateY(-100%);
    transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
  }
  .Header.active .Header-top {
    transform: translateX(0);
  }
}

.Header-bottom {
  height: 9rem;
  background-color: #F7F9FB;
}

@media (max-width: 1262px) {
  .Header-bottom {
    justify-content: space-between;
  }
}

.Header-link {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 8rem;
  height: 100%;
  transition: opacity 300ms ease-out;
}

@media (max-width: 1440px) {
  .Header-link {
    left: 4rem;
  }
}

@media (max-width: 1262px) {
  .Header-link {
    position: static;
  }
}

.Header.active .Header-link {
  z-index: 999;
  position: fixed;
  top: 2rem;
  height: 6rem;
  animation: fade_up 1s linear;
}

.Header-logo {
  height: 10rem;
  width: auto;
}

@media (max-width: 1262px) {
  .Header-logo {
    height: 6rem;
  }
}

.Header-logo .st0 {
  fill: #181716;
}

.Header-search {
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 1rem;
  cursor: pointer;
}

.Header-close {
  z-index: 999;
  position: fixed;
  top: calc((9rem - 3rem) / 2);
  right: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: transform .4s, opacity .4s;
  transition-delay: 300ms;
  pointer-events: none;
  cursor: pointer;
}

@media (min-width: 1262px) {
  .Header-close {
    display: none;
  }
}

.Header.active .Header-close {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transform: translateY(0);
}

.Header-close--svg {
  width: 2rem;
  height: 2rem;
}

.Header-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 2.5rem;
  height: 2rem;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 1262px) {
  .Header-burger {
    display: flex;
  }
}

.Header-burger:hover .Header-burger--row {
  background-color: #E42248;
}

.Header-burger--row {
  position: relative;
  width: 100%;
  height: .1rem;
  background-color: #181716;
  transition: background-color 300ms ease-out;
}

.Footer {
  display: flex;
  flex-direction: column;
}

.Footer-top {
  background-color: #181716;
  padding: 10rem 0;
}

.Footer-top--wrapper {
  display: flex;
}

@media (max-width: 768px) {
  .Footer-top--wrapper {
    flex-direction: column;
    padding: 0 4rem;
  }
}

.Footer-bottom {
  padding: 5rem 0;
}

.Footer-bottom--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .Footer-bottom--wrapper {
    flex-direction: column-reverse;
  }
}

.Footer-icons {
  width: 25rem;
  margin: 0 4rem 0 0;
}

@media (max-width: 768px) {
  .Footer-icons {
    width: 100%;
    margin: 0 0 4rem 0;
  }
}

.Footer-row {
  display: flex;
  margin: 0 0 5rem 0;
}

.Footer-icon {
  height: 6rem;
  width: auto;
}

.Footer-icon.polehabitat {
  margin: 0 3rem 0 0;
}

.Footer-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - (4rem * 3)) / 4), 1fr));
  gap: 4rem;
  width: calc(100% - (25rem + 4rem));
}

@media (max-width: 992px) {
  .Footer-wrap {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem) / 2), 1fr));
  }
}

@media (max-width: 768px) {
  .Footer-wrap {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .Footer-wrap {
    grid-template-columns: 1fr;
  }
}

.Footer-title {
  display: block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 2rem 0;
}

.Footer-listSocial {
  display: grid;
  grid-template-columns: repeat(auto-fit, 6rem);
  gap: 2rem;
}

.Footer-linkSocial {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 6rem;
  background-color: #ffffff;
  border-radius: 100%;
}

.Footer-iconSocial {
  height: 1.6rem;
  width: auto;
}

.Footer-listLink {
  flex-direction: column;
}

.Footer-listingLink {
  margin: 0 0 .5rem 0;
}

.Footer-link {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #ffffff;
}

.Footer-copyright, .Footer-linkLegal {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: #687086;
}

.Footer-copyright {
  margin: 0 3rem 0 0;
}

@media (max-width: 768px) {
  .Footer-copyright {
    text-align: center;
    margin: 2rem 0 0 0;
  }
}

.Footer-listLegal {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 2rem;
}

@media (max-width: 768px) {
  .Footer-listLegal {
    justify-content: center;
  }
}

.TextHighlight {
  width: 100%;
  padding: 5rem 0;
}

@media (max-width: 992px) {
  .TextHighlight {
    padding: 2.5rem 0;
  }
}

.TextHighlight .container {
  display: flex;
  flex-direction: column;
}

.TextHighlight-title {
  margin: 0 0 5rem 0;
}

.TextHighlight-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .TextHighlight-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.TextHighlight-left, .TextHighlight-link {
  width: 100%;
}

.TextHighlight-left {
  max-width: 67rem;
  margin: 0 5rem 0 0;
}

@media (max-width: 768px) {
  .TextHighlight-left {
    margin: 0 0 5rem 0;
  }
}

.TextHighlight-link {
  position: relative;
  max-width: 38rem;
}

.TextHighlight-link:hover::before {
  transform: scale(0.9);
  background-size: 1.5rem .8rem;
}

.TextHighlight-link::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  bottom: 4rem;
  right: 4rem;
  width: 5.5rem;
  height: 5.5rem;
  transform: scale(1);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.945%22%20height%3D%226%22%20viewBox%3D%220%200%2013.945%206%22%3E%3Cpath%20d%3D%22M13.945%203l-3-3v2.41H0v1.181h10.945v2.41z%22%20fill%3D%22%23e42248%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4rem .6rem;
  background-color: #ffffff;
  border-radius: 100%;
  transition: transform 300ms ease-out, background-size 300ms ease-out;
}

.TextHighlight-picture {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 25rem;
}

.TextHighlight-picture::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 23, 22, 0.2);
}

.TextHighlight-text {
  position: absolute;
  top: 4rem;
  left: 4rem;
  width: calc(100% - (4rem * 2));
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -.04rem;
  color: #ffffff;
}

.Faq-list {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}

@media (max-width: 992px) {
  .Faq-list {
    padding: 2.5rem 0;
  }
}

.Faq-listing {
  display: flex;
  flex-direction: column;
  border-bottom: solid 0.1rem #E7E9EA;
  transition: background-color 300ms ease-out;
}

.Faq-listing.On {
  background-color: #F7F9FB;
}

.Faq-listing:first-child {
  border-top: solid 0.1rem #E7E9EA;
}

.Faq-question {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #181716;
  cursor: pointer;
  padding: 4rem 8rem 4rem 4rem;
}

@media (max-width: 992px) {
  .Faq-question {
    padding: 4rem 6rem 4rem 2rem;
  }
}

.Faq-question.On::before {
  transform: rotate(45deg);
}

.Faq-question::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  right: 4rem;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill%3D%22%23181716%22%3E%3Cpath%20d%3D%22M0%209.5h20v1H0z%22%2F%3E%3Cpath%20d%3D%22M10.5%200v20h-1V0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: container;
  transition: transform 300ms ease-out;
}

@media (max-width: 992px) {
  .Faq-question::before {
    right: 2rem;
  }
}

.Faq-response {
  display: none;
  flex-direction: column;
  padding: 0 4rem 4rem 4rem;
}

@media (max-width: 992px) {
  .Faq-response {
    padding: 0 2rem 2rem 2rem;
  }
}

.Boutons {
  padding: 5rem 0;
}

@media (max-width: 992px) {
  .Boutons {
    padding: 2.5rem 0;
  }
}

.Boutons-list {
  display: block;
  font-size: 0;
  text-align: center;
}

.Boutons-list > * {
  font-size: 1rem;
  display: inline-block;
}

.Boutons-list > *:not(:last-child) {
  margin-right: 2rem;
}

.Text {
  width: 100%;
  padding: 5rem 0;
}

.Text .container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .Text {
    padding: 2.5rem 0;
  }
}

.Video {
  padding: 5rem 0;
}

@media (max-width: 992px) {
  .Video {
    padding: 2.5rem 0;
  }
}

.Video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 56.25%;
}

.Video-picture {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 250ms ease-out;
  transition-delay: 250ms;
  cursor: pointer;
  pointer-events: initial;
}

.Video-picture:hover::after {
  transform: scale(1.2);
}

.Video-picture:hover::before {
  transform: scale(0.9);
}

.Video-picture::after {
  content: '';
  z-index: 3;
  position: absolute;
  display: block;
  transform: scale(1);
  border-style: solid;
  border-width: .75rem 0 .75rem 1rem;
  border-color: transparent transparent transparent #E42248;
  transition: transform 400ms ease-out;
}

.Video-picture::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  width: 10rem;
  height: 10rem;
  background-color: #ffffff;
  border-radius: 100%;
  transform: scale(1);
  transition: transform 400ms ease-out;
}

.Video-picture.disable {
  opacity: 0;
  pointer-events: none;
}

.Video-player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.Video-iframe {
  width: 100%;
  height: 100%;
}

.ListDocuments {
  width: 100%;
  padding: 5rem 0;
}

.ListDocuments .container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .ListDocuments {
    padding: 2.5rem 0;
  }
}

.ListDocuments-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 67rem;
}

.ListDocuments-listing {
  margin: 0 0 1.5rem 0;
}

.ListDocuments-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background-color: #F7F9FB;
}

.ListDocuments-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: -.04rem;
  color: #181716;
  width: calc(100% - 6rem);
  padding: 0 2rem;
  border-right: solid 0.1rem #ffffff;
}

.ListDocuments-svg {
  margin: 2rem 2rem 2rem 4rem;
}

.TextImg {
  width: 100%;
  padding: 5rem 0;
}

.TextImg .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .TextImg .container {
    flex-direction: column !important;
  }
}

@media (max-width: 992px) {
  .TextImg {
    padding: 2.5rem 0;
  }
}

.TextImg.reverse .container {
  flex-direction: row-reverse;
}

.TextImg-content, .TextImg-right {
  display: flex;
  width: 100%;
}

.TextImg-content {
  max-width: 48rem;
  margin: 0 0 0 5rem;
  flex-direction: column;
}

@media (max-width: 768px) {
  .TextImg-content {
    margin: 5rem 0 0 0;
  }
}

.TextImg.reverse .TextImg-content {
  margin: 0 5rem 0 0;
}

@media (max-width: 768px) {
  .TextImg.reverse .TextImg-content {
    margin: 5rem 0 0 0;
  }
}

.TextImg-picture {
  height: auto;
  max-height: 67rem;
  max-width: 53rem;
}

.TwoColumnText {
  width: 100%;
  padding: 5rem 0;
}

.TwoColumnText .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .TwoColumnText .container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .TwoColumnText {
    padding: 2.5rem 0;
  }
}

.TwoColumnText-left, .TwoColumnText-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.TwoColumnText-left {
  max-width: 47rem;
  margin: 0 5rem 0 0;
}

@media (max-width: 768px) {
  .TwoColumnText-left {
    max-width: 57rem;
    margin: 0 0 5rem 0;
  }
}

.TwoColumnText-right {
  max-width: 57rem;
}

.NoContent {
  display: flex;
  padding: 1rem;
  background-color: #000000;
}

.NoContent-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  margin: 0 1rem 0 0;
}

.NoContent-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.NoContent-text {
  display: flex;
  align-items: center;
  width: calc(100% - (10rem + 1rem));
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #ffffff;
}

.ImageFullWidth {
  display: block;
  padding: 4rem 0;
}

.ImageFullWidth .container img {
  width: 100%;
}

@media (min-width: 992px) {
  .ImageFullWidth {
    padding: 7.5rem 0;
  }
}

.Col3 {
  padding: 2.5rem;
}

.Col3-container {
  display: grid;
  gap: 2.5rem;
  justify-content: center;
}

@media (min-width: 993px) {
  .Col3-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "a b c";
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .Col3-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "a b" "c c";
  }
}

@media (max-width: 768px) {
  .Col3-container {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-template-areas: "a" "b" "c";
  }
}

.Col3-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 35.5rem;
  margin: 0 auto;
}

.Col3-wrap:nth-child(1) {
  grid-area: a;
}

.Col3-wrap:nth-child(2) {
  grid-area: b;
}

.Col3-wrap:nth-child(3) {
  grid-area: c;
}

.Col3-titre {
  font-size: 4rem;
  font-weight: normal;
  line-height: 0.8;
  letter-spacing: 0.2;
  color: #000000;
  margin: 1.5rem 0;
}

.Col3-texte {
  width: 100%;
  text-align: center;
}

.Col3-texte iframe {
  width: 100%;
  height: 21rem;
}

.Col3-picture {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 20rem;
}

.Col3-picture img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

/* Slider */
.tilter {
  position: relative;
  flex: none;
  perspective: 1000px;
}

.tilter * {
  /*pointer-events: none;*/
}

.tilter:hover,
.tilter:focus {
  color: #fff;
  outline: none;
}

.tilter__figure,
.tilter__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.tilter__figure > * {
  transform: translateZ(0px);
  /* Force correct stacking order */
}

.tilter__figure {
  position: relative;
}

.tilter__figure::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  box-shadow: 0 30px 20px rgba(35, 32, 39, 0.5);
}

.tilter__deco {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tilter__deco--overlay {
  background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));
}

.tilter__deco--shine div {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(54, 241, 47, 0.15) 50%, transparent 100%);
}

.tilter__deco--lines {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
}

.tilter__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3em;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.Trombinoscope-carouselTitle {
  font-size: 3.6rem;
  font-weight: 700;
}

.Trombinoscope-carouselContainer {
  min-height: 85rem;
  margin-top: 7rem;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .Trombinoscope-carouselContainer {
    min-height: 60rem;
  }
}

.Trombinoscope-carouselIntro {
  text-transform: uppercase;
  text-align: center;
}

.Trombinoscope-carouselIntro p {
  display: inline-block;
  margin: 3rem;
  padding: 1rem 2rem;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

@media (max-width: 767px) {
  .Trombinoscope-carouselIntro p {
    margin: 2rem;
  }
}

.Trombinoscope-carouselIntro p::after {
  content: '';
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0rem;
  background-color: rgba(228, 34, 72, 0.7);
  transform-origin: 50% 0;
  transform: scaleX(0);
  transition: transform 250ms, background-color 250ms ease-out;
}

.Trombinoscope-carouselIntro p:hover::after, .Trombinoscope-carouselIntro p:focus::after {
  transform: scaleX(1);
}

.Trombinoscope-carouselIntro p.active {
  background-color: #E42248;
  cursor: inherit;
}

.Trombinoscope-carouselIntro p.active::after {
  background-color: #E42248;
  transform: scaleX(1);
  transition: transform 250ms, background-color 250ms ease-out;
}

.Trombinoscope-carouselIntro span {
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Trombinoscope-carouselIntro span.next {
  transform: rotate(180deg);
}

.Trombinoscope-carouselIntro span.preview, .Trombinoscope-carouselIntro span.next {
  cursor: pointer;
  transition-duration: 0.5s;
}

.Trombinoscope-carouselIntro span.preview:hover, .Trombinoscope-carouselIntro span.next:hover {
  opacity: 0.5;
}

.Trombinoscope-carouselIntroIconeContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Trombinoscope-carouselIntroIconeContainer .dragIcon {
  animation-duration: 2s;
  animation-name: shakeHand;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.Trombinoscope-carousel {
  margin-top: 5rem;
}

.Trombinoscope-carousel .slick-list {
  overflow: visible !important;
}

.Trombinoscope-member {
  text-transform: uppercase;
  font-weight: 400;
}

.Trombinoscope-member img {
  object-fit: cover;
  max-width: 100%;
  filter: grayscale(100%);
  transition: opacity 1s, filter 1s;
}

.Trombinoscope-member.slick-current {
  transform: translateY(-2rem);
  transition: transform 1s;
}

.Trombinoscope-member.slick-current img {
  filter: grayscale(0%);
}

.Trombinoscope-member.slick-current .Trombinoscope-memberContainer {
  background-color: inherit;
  width: 100% !important;
}

.Trombinoscope-member.slick-current .Trombinoscope-memberContainer .tilter__deco--shine div,
.Trombinoscope-member.slick-current .Trombinoscope-memberContainer .tilter__deco {
  opacity: 1;
}

.Trombinoscope-member.slick-current .Trombinoscope-infoContainer {
  opacity: 1;
  bottom: 0 !important;
}

.Trombinoscope-member.slick-current .Trombinoscope-memberSep {
  width: 100%;
}

.Trombinoscope-member:focus {
  outline: none;
}

.Trombinoscope-memberContainer {
  width: 30rem !important;
  background-color: #000000;
  margin: auto !important;
  cursor: pointer;
  transition: width 1s;
}

.Trombinoscope-memberContainer .tilter__deco--shine div,
.Trombinoscope-memberContainer .tilter__deco {
  opacity: 0;
  transition: opacity 1s;
}

@media (max-width: 991px) {
  .Trombinoscope-memberContainer {
    width: 20rem !important;
  }
}

@media (max-width: 767px) {
  .Trombinoscope-memberContainer {
    width: 13rem !important;
  }
}

.Trombinoscope-infoContainer {
  opacity: 0;
  z-index: 10;
  color: #ffffff;
  bottom: 2rem !important;
  transition: opacity 1s, bottom 1s;
}

@media (max-width: 991px) {
  .Trombinoscope-infoContainer {
    padding: 2rem 2.3rem !important;
  }
}

@media (max-width: 479px) {
  .Trombinoscope-infoContainer {
    padding: 1.3rem 1.8rem !important;
  }
}

.Trombinoscope-memberName {
  font-weight: 400;
  font-size: 2.8rem;
  margin: 1rem 0;
}

@media (max-width: 991px) {
  .Trombinoscope-memberName {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .Trombinoscope-memberName {
    font-size: 1.8rem;
  }
}

.Trombinoscope-memberFonction {
  font-size: 1.6rem !important;
  margin: 1rem 0 0;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .Trombinoscope-memberFonction {
    font-size: 1.2rem !important;
    margin: 0.5rem 0;
  }
}

.Trombinoscope-memberSep {
  width: 30%;
  height: 1px;
  background-color: #ffffff;
  transition-duration: 1.5s;
}

.Trombinoscope-memberMail {
  font-size: 1.6rem !important;
  font-weight: 400;
  margin: 0;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .Trombinoscope-memberMail {
    font-size: 1.2rem !important;
    margin: 0.5rem 0;
  }
}

.Trombinoscope-memberIconContainer {
  margin-left: 0.2rem;
}

.Trombinoscope-memberIconContainer a svg {
  fill: #ffffff;
}

.Trombinoscope-memberIconContainer a svg:hover {
  fill: #E42248;
}

.Trombinoscope-arrows {
  display: flex;
}

@media (max-width: 768px) {
  .Trombinoscope-arrows {
    display: none;
  }
}

.Trombinoscope-prev, .Trombinoscope-next {
  text-decoration: none;
  position: relative;
}

.Trombinoscope-prev svg, .Trombinoscope-next svg {
  width: 3.2rem;
  height: 1.4rem;
}

.Trombinoscope-prev {
  margin: 0 3.2rem 0 0;
}

.Trombinoscope-arrowLeft, .Trombinoscope-arrowRight {
  position: relative;
  z-index: 10;
}

.Page {
  display: flex;
  flex-direction: column;
}

.Page-title {
  margin-top: 5rem;
  color: #181716;
}

.Page-title + div {
  margin-top: 5rem;
}

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

@media (max-width: 992px) {
  .Page.margin {
    margin: 5rem 0 0 0;
  }
}

.RelatedPosts {
  margin-top: 6rem;
}

.RelatedPosts h2, .RelatedPosts .SearchEngine-text {
  margin-bottom: 6rem;
}

.RelatedPosts ul {
  margin-top: 3.2rem;
  font-size: 0;
}

.RelatedPosts ul > * {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 991px) {
  .RelatedPosts .News-listing:first-child {
    margin-right: 0;
  }
  .RelatedPosts h2, .RelatedPosts .SearchEngine-text {
    text-align: center;
  }
}

.Patrimoine {
  position: relative;
  height: 100vh;
}

@media (max-width: 479px) {
  .Patrimoine {
    margin-top: 208px;
  }
}

.Patrimoine-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Patrimoine-map > div {
  height: 100% !important;
}

.Patrimoine-sector {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #E42248;
  margin: 0 0 1rem 0;
  padding: 0 3rem 0 0;
}

.Patrimoine-sector.On::before {
  transform: rotate(45deg);
}

.Patrimoine-sector::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill%3D%22%23181716%22%3E%3Cpath%20d%3D%22M0%209.5h20v1H0z%22%2F%3E%3Cpath%20d%3D%22M10.5%200v20h-1V0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 300ms ease-out;
}

.Patrimoine-list {
  flex-direction: column;
  z-index: 2;
  position: absolute;
  top: 10rem;
  left: 2rem;
  width: 35rem;
  max-height: calc(100vh - (10rem + 2rem));
  background-color: #ffffff;
  padding: 3rem;
  overflow-y: auto;
  gap: 3rem;
}

@media (max-width: 479px) {
  .Patrimoine-list {
    top: 0;
    transform: translateY(-100%);
    border-top: 1px solid #F2F2F2;
  }
}

.Patrimoine-subList {
  display: none;
  flex-direction: column;
}

.Patrimoine-commune {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #687086;
  padding: .5rem 0 .5rem 3rem;
}

.Patrimoine-commune::after, .Patrimoine-commune::before {
  content: '';
  display: block;
  position: absolute;
}

.Patrimoine-commune::after {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: solid 0.1rem #E7E9EA;
}

.Patrimoine-commune::before {
  left: .4rem;
  width: 1.2rem;
  height: .6rem;
  border-bottom: solid 0.2rem #E42248;
  border-left: solid 0.2rem #E42248;
  transform: rotate(-45deg) translateY(-0.2rem);
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.Patrimoine-commune.active::before {
  opacity: 1;
}

.Patrimoine-tile--picture {
  width: 100%;
  height: auto;
  max-height: 24rem;
  overflow: hidden;
}

.Patrimoine-tile--title {
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -.05rem;
  color: #181716;
  padding: 1rem;
}

.Patrimoine .leaflet-popup {
  margin: 0 0 5rem 0;
}

.Patrimoine .leaflet-popup-tip {
  background-color: #F7F9FB;
}

.Patrimoine .leaflet-popup-content {
  width: 28rem !important;
  background-color: #F7F9FB;
}

.Patrimoine .leaflet-popup-content-wrapper {
  box-shadow: 0 0.3rem 1.4rem rgba(0, 0, 0, 0.2) !important;
}

.Patrimoine .leaflet-popup-close-button {
  display: none;
}

.ListingHousing {
  display: flex;
  flex-direction: column;
}

.ListingHousing-img {
  position: relative;
  width: 100%;
}

.ListingHousing-img:before {
  content: '';
  padding-top: calc(240/360*100%);
  display: block;
}

.ListingHousing-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ListingHousing-top {
  display: flex;
  flex-direction: column;
  margin: 3rem 0 5rem 0;
}

.ListingHousing-title {
  font-family: "Fenton", sans-serif;
  font-size: 7rem;
  line-height: 7.8rem;
  font-weight: 500;
  letter-spacing: -.05rem;
  color: #181716;
}

.ListingHousing-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 0 10rem 0;
}

@media (max-width: 1200px) {
  .ListingHousing-wrapper {
    margin: 0 0 5rem 0;
  }
}

.ListingHousing-filter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - (1.5rem * 4)) / 5), 1fr));
  gap: 1.5rem;
  margin: 0 0 4rem 0;
}

@media (max-width: 1200px) {
  .ListingHousing-filter {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem) / 2), 1fr));
  }
}

@media (max-width: 600px) {
  .ListingHousing-filter {
    grid-template-columns: 100%;
  }
}

.ListingHousing-select {
  position: relative;
  width: 100%;
}

.ListingHousing-select--label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #181716;
  border: solid 0.1rem #E7E9EA;
  padding: 2rem 3rem 2rem 3rem;
}

@media screen and (max-width: 480px) {
  .ListingHousing-select--label {
    padding: 1.1rem 1.5rem;
  }
}

.ListingHousing-select--label::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  right: 3rem;
  width: .6rem;
  height: .6rem;
  border-left: solid 0.1rem #E42248;
  border-bottom: solid 0.1rem #E42248;
  transform: rotate(-45deg);
}

.ListingHousing-select--wrap {
  z-index: 3;
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 50rem;
  background-color: #ffffff;
  border: solid 0.1rem #E7E9EA;
  border-radius: .4rem;
  padding: 4rem 5rem;
}

@media (max-width: 1200px) {
  .ListingHousing-select--wrap {
    width: 100%;
  }
}

.ListingHousing-select--text {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #181716;
  margin: 0 0 2rem 0;
}

.ListingHousing-select--list {
  flex-wrap: wrap;
  gap: 1.5rem;
}

.ListingHousing-select--listing {
  background-color: #ffffff;
  border: solid 0.1rem #E7E9EA;
  border-radius: .4rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.ListingHousing-select--listing.active {
  color: #ffffff;
  background-color: #E42248;
}

@media (min-width: 601px) {
  .ListingHousing-select:last-of-type .ListingHousing-select--wrap {
    left: inherit;
    right: 0;
  }
}

.ListingHousing-switch {
  position: relative;
  display: flex;
  align-items: center;
}

.ListingHousing-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.ListingHousing-switch label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #181716;
  padding: 0 6rem 0 0;
}

.ListingHousing-switch label::before {
  content: '';
  position: absolute;
  right: 0;
  width: 5rem;
  height: 3rem;
  background-color: #E42248;
  border-radius: 1.5rem;
  transition: 0.3s;
}

.ListingHousing-switch label::after {
  content: '';
  z-index: 2;
  position: absolute;
  right: calc(5rem - (.3rem + 2.4rem));
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background-color: #ffffff;
  transition: right 300ms ease-out;
}

.ListingHousing-switch input:checked + label::before {
  background-color: #E42248;
}

.ListingHousing-switch input:checked + label::after {
  right: .3rem;
}

.ListingHousing-map {
  height: 100vh;
}

.ListingHousing-map > div {
  height: 100% !important;
}

.ListingHousing-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8rem 4rem;
}

@media (max-width: 1200px) {
  .ListingHousing-list {
    gap: 8rem 3rem;
  }
}

@media (max-width: 992px) {
  .ListingHousing-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .ListingHousing-list {
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 36rem));
  }
}

.ListingHousing-listing--title {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -.05rem;
  color: #181716;
  margin: 0 0 4rem 0;
}

.map .ListingHousing-listing--title {
  margin: 0 0 2rem 0;
}

.ListingHousing-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: padding 300ms ease-out;
}

.ListingHousing-link.listing:hover {
  padding: 0 0 1rem 0;
}

.ListingHousing-link.listing:hover .ListingHousing-column {
  margin: -3rem 0 0 0;
}

.ListingHousing-picture {
  width: 100%;
  height: auto;
  max-height: 24rem;
}

.ListingHousing-column {
  display: flex;
  flex-direction: column;
  width: calc(100% - 4rem);
  background-color: #F7F9FB;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
  padding: 3rem 2rem;
  margin: -2rem 0 0 0;
  transition: margin 300ms ease-out;
}

.map .ListingHousing-column {
  width: 100%;
  background-color: #F7F9FB;
  margin: 0;
  padding: 2rem;
}

.ListingHousing-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - (1.5rem * 2)) / 3));
  gap: 1.5rem;
}

.ListingHousing-type, .ListingHousing-surface, .ListingHousing-price {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: -.05rem;
  color: #181716;
  padding: 3.5rem 0 0 0;
}

.ListingHousing-type::before, .ListingHousing-surface::before, .ListingHousing-price::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.ListingHousing-type::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20d%3D%22M21.707%2010.293l-2-2-8-8a1%201%200%2000-1.414%200l-8%208-2%202a1%201%200%20101.414%201.414L2%2011.414v8.05A2.539%202.539%200%20004.536%2022h12.928A2.539%202.539%200%200020%2019.464v-8.05l.293.293a1%201%200%20101.414-1.414zM18%2019.464a.536.536%200%2001-.536.536H4.536A.536.536%200%20014%2019.464V9.414l7-7%207%207z%22%20fill%3D%22%23e42248%22%2F%3E%3C%2Fsvg%3E");
}

.ListingHousing-surface::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cg%20fill%3D%22%23e42248%22%3E%3Cpath%20d%3D%22M21%2017H5V1a1%201%200%2000-2%200v2H1a1%201%200%20000%202h2v13a1%201%200%20001%201h13v2a1%201%200%20002%200v-2h2a1%201%200%20000-2z%22%2F%3E%3Cpath%20d%3D%22M7%205h10v10a1%201%200%20002%200V4a1%201%200%2000-1-1H7a1%201%200%20000%202z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.ListingHousing-price::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2218.615%22%20viewBox%3D%220%200%2022%2018.615%22%3E%3Cpath%20d%3D%22M19.461%2017.769a.846.846%200%2001-.846-.846v-3.385a.846.846%200%20011.692%200v3.385a.846.846%200%2001-.846.846zM19.461%209.308a.846.846%200%2001-.846-.846V5.077a.846.846%200%20111.692%200v3.385a.846.846%200%2001-.846.846z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M21.154%209.308h-4.231a.846.846%200%20110-1.692h4.231a.846.846%200%20110%201.692zM21.154%2014.385h-4.231a.846.846%200%20010-1.692h4.231a.846.846%200%20010%201.692z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M16.923%2014.384a3.385%203.385%200%20010-6.769.846.846%200%20110%201.692%201.693%201.693%200%20000%203.385.846.846%200%20110%201.692zM21.154%2014.384a.846.846%200%2001-.846-.846V8.461a.846.846%200%20111.692%200v5.077a.846.846%200%2001-.846.846zM16.923%201.693H2.538a.846.846%200%20110-1.692h14.385a.846.846%200%20010%201.692zM18.615%205.078H2.538a.846.846%200%20110-1.692h16.077a.846.846%200%20110%201.692zM18.615%2018.616H2.538a.846.846%200%20110-1.692h16.077a.846.846%200%20010%201.692z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M18.615%2018.615a.846.846%200%20010-1.692.846.846%200%20111.691%200%201.694%201.694%200%2001-1.691%201.692zM17.769%205.077a.846.846%200%2001-.846-.846V1.692a.846.846%200%20111.692%200V4.23a.846.846%200%2001-.846.847z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M17.769%202.538a.846.846%200%2001-.846-.846.846.846%200%20110-1.691%201.694%201.694%200%20011.692%201.692.846.846%200%2001-.846.845zM19.461%205.923a.846.846%200%2001-.846-.846.846.846%200%20110-1.691%201.694%201.694%200%20011.692%201.692.846.846%200%2001-.846.845zM2.538%2018.616A2.541%202.541%200%20010%2016.077a.846.846%200%20011.692%200%20.847.847%200%2000.846.846.846.846%200%20110%201.692z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M.846%2016.923A.846.846%200%20010%2016.077V2.538a.846.846%200%20011.692%200v13.539a.846.846%200%2001-.846.846z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M2.538%205.077a2.538%202.538%200%20010-5.077.846.846%200%20110%201.692.846.846%200%20100%201.692.846.846%200%20110%201.692z%22%20fill%3D%22%23e42248%22%2F%3E%3C%2Fsvg%3E");
}

.ListingHousing-paginator {
  gap: 1rem;
  margin: 5rem auto 0 auto;
}

.ListingHousing-paginator li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #181716;
  border: solid 0.2rem #E7E9EA;
  border-radius: .4rem;
  padding: 0 1.5rem;
  cursor: pointer;
  transition: color 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out;
}

.ListingHousing-paginator li:hover {
  color: #E42248;
  border-color: #E42248;
}

.ListingHousing-paginator li.active {
  color: #ffffff;
  background-color: #E42248;
  border-color: #E42248;
  pointer-events: none;
}

.ListingHousing-paginator li.result {
  border: none;
  pointer-events: none;
}

.ListingHousing .fade-top-enter-active, .ListingHousing .fade-top-leave-active {
  transition: opacity .3s ease-out, transform .3s ease-out;
}

.ListingHousing .fade-top-enter, .ListingHousing .fade-top-leave-to {
  transform: translateY(1rem);
  opacity: 0;
}

.ListingHousing .fade-list-map-enter-active, .ListingHousing .fade-list-map-leave-active {
  transition: opacity .3s ease-out, transform .3s ease-out;
}

.ListingHousing .fade-list-map-enter, .ListingHousing .fade-list-map-leave-to {
  transform: translateY(1rem);
  opacity: 0;
}

.ListingHousing .fade-list-map-leave-active {
  transition-delay: initial;
}

.ListingHousing .fade-list-map-enter-active {
  transition-delay: 300ms;
}

.ListingHousing .leaflet-popup {
  margin: 0 0 5rem 0;
}

.ListingHousing .leaflet-popup-tip {
  background-color: #F7F9FB;
}

.ListingHousing .leaflet-popup-content {
  width: 28rem !important;
  background-color: #F7F9FB;
}

.ListingHousing .leaflet-popup-content-wrapper {
  box-shadow: 0 0.3rem 1.4rem rgba(0, 0, 0, 0.2) !important;
}

.ListingHousing .leaflet-popup-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem !important;
  right: 1rem !important;
  border: none;
  text-align: center;
  width: 3rem !important;
  height: 3rem !important;
  background-color: #ffffff;
  border-radius: 100%;
}

.listing-filters-range-contentRange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.vue-slider-dot {
  background-color: #E42248;
}

#SheetHousing.SheetHousing {
  margin: 0 0 10rem 0;
}

@media (max-width: 992px) {
  #SheetHousing.SheetHousing {
    margin: 0 0 5rem 0;
  }
}

#SheetHousing .SheetHousing-gallery {
  width: 100%;
  height: 36rem;
  margin: 0 0 2rem 0;
}

#SheetHousing .SheetHousing-gallery--list {
  width: 100%;
}

#SheetHousing .SheetHousing-gallery--listing {
  width: 64rem;
}

#SheetHousing .SheetHousing-gallery--picture {
  height: 100%;
  width: 100%;
}

#SheetHousing .SheetHousing-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 992px) {
  #SheetHousing .SheetHousing-wrapper {
    flex-direction: column-reverse;
  }
}

#SheetHousing .SheetHousing-left {
  width: calc(100% - (35rem + 4rem));
}

@media (max-width: 992px) {
  #SheetHousing .SheetHousing-left {
    width: 100%;
  }
}

#SheetHousing .SheetHousing-right {
  z-index: 2;
  position: sticky;
  top: 2rem;
  width: 35rem;
  margin: -12rem 0 0 0;
}

@media (max-width: 992px) {
  #SheetHousing .SheetHousing-right {
    position: initial;
    width: 100%;
    margin: 0 0 5rem 0;
  }
}

#SheetHousing .SheetHousing-right--row {
  display: flex;
  align-items: center;
  margin: 4rem 0 0 0;
}

#SheetHousing .SheetHousing-right--print {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #181716;
  padding: 0 0 0 3.5rem;
}

#SheetHousing .SheetHousing-right--print::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  width: 1.6rem;
  height: 1.4rem;
  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%2216.545%22%20height%3D%2214%22%20viewBox%3D%220%200%2016.545%2014%22%3E%3Cpath%20d%3D%22M14%208.909H2.545a.636.636%200%20010-1.273H14a.636.636%200%20010%201.273z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M13.363%2014a.637.637%200%2001-.636-.637V8.272a.636.636%200%20111.273%200v5.091a.637.637%200%2001-.637.637z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M13.363%2014H3.181a.636.636%200%20110-1.273h10.182a.636.636%200%20110%201.273z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M3.181%2014a.637.637%200%2001-.636-.637V8.272a.636.636%200%20011.273%200v5.091a.637.637%200%2001-.637.637zM3.181%203.818a.637.637%200%2001-.636-.636V.636a.636.636%200%20011.273%200v2.545a.637.637%200%2001-.637.637z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M13.363%201.273H3.181a.636.636%200%20110-1.273h10.182a.636.636%200%20110%201.273z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M13.363%203.818a.637.637%200%2001-.636-.636V.636a.636.636%200%20111.273%200v2.545a.637.637%200%2001-.637.637zM15.272%2011.455h-1.909a.636.636%200%20010-1.273h1.909a.636.636%200%20110%201.273zM3.181%2011.455H1.272a.636.636%200%20010-1.273h1.909a.636.636%200%20010%201.273z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M15.272%203.818h-14a.636.636%200%20110-1.273h14a.636.636%200%20110%201.273zM15.272%2011.454a.636.636%200%20110-1.273.636.636%200%20111.272%200%201.274%201.274%200%2001-1.272%201.273z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M15.909%2010.818a.637.637%200%2001-.636-.636V3.818a.636.636%200%20111.273%200v6.364a.637.637%200%2001-.637.636z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M15.909%204.454a.637.637%200%2001-.636-.636.636.636%200%20110-1.272%201.274%201.274%200%20011.273%201.273.637.637%200%2001-.637.635zM1.273%2011.454A1.274%201.274%200%20010%2010.181a.636.636%200%20011.273%200%20.636.636%200%20110%201.272z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M.636%2010.818A.637.637%200%20010%2010.182V3.818a.636.636%200%20111.273%200v6.364a.637.637%200%2001-.637.636z%22%20fill%3D%22%238292a2%22%2F%3E%3Cpath%20d%3D%22M.636%204.454A.636.636%200%20010%203.818a1.274%201.274%200%20011.273-1.273.636.636%200%20110%201.273.636.636%200%2001-.637.636z%22%20fill%3D%22%238292a2%22%2F%3E%3C%2Fsvg%3E");
}

#SheetHousing .SheetHousing-contact {
  border: solid 0.1rem #E7E9EA;
  border-radius: .4rem;
  background-color: #ffffff;
  box-shadow: 0 1rem 2rem rgba(24, 23, 22, 0.1) !important;
  padding: 4rem 3rem;
}

#SheetHousing .SheetHousing-contact--title {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: -.05rem;
  color: #E42248;
  margin: 0 0 3rem 0;
}

#SheetHousing .SheetHousing-contact--tel {
  margin: 1rem 0 0 0;
}

#SheetHousing .SheetHousing-contact--button {
  width: 100%;
  margin: 3rem 0 0 0;
}

#SheetHousing .SheetHousing-title {
  font-family: "Verdana", sans-serif;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 500;
  letter-spacing: -.05rem;
  color: #E42248;
  margin: 0 0 1rem 0;
}

#SheetHousing .SheetHousing-ref {
  color: #181716;
  margin: 0 0 3rem 0;
}

#SheetHousing .SheetHousing-desc {
  border-bottom: solid 0.1rem #E7E9EA;
  padding: 0 0 4rem 0;
  margin: 0 0 4rem 0;
}

#SheetHousing .SheetHousing-feature--list {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - (1.5rem * 3)) / 4));
  gap: 1.5rem;
  margin: 0 0 4rem 0;
}

@media (max-width: 768px) {
  #SheetHousing .SheetHousing-feature--list {
    grid-template-columns: repeat(auto-fit, calc((100% - 1.5rem) / 2));
  }
}

#SheetHousing .SheetHousing-feature--listing {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: -.05rem;
  color: #181716;
  padding: 4rem 0 0 0;
}

#SheetHousing .SheetHousing-feature--listing::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#SheetHousing .SheetHousing-feature--listing.type::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20d%3D%22M21.707%2010.293l-2-2-8-8a1%201%200%2000-1.414%200l-8%208-2%202a1%201%200%20101.414%201.414L2%2011.414v8.05A2.539%202.539%200%20004.536%2022h12.928A2.539%202.539%200%200020%2019.464v-8.05l.293.293a1%201%200%20101.414-1.414zM18%2019.464a.536.536%200%2001-.536.536H4.536A.536.536%200%20014%2019.464V9.414l7-7%207%207z%22%20fill%3D%22%23e42248%22%2F%3E%3C%2Fsvg%3E");
}

#SheetHousing .SheetHousing-feature--listing.surface::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cg%20fill%3D%22%23e42248%22%3E%3Cpath%20d%3D%22M21%2017H5V1a1%201%200%2000-2%200v2H1a1%201%200%20000%202h2v13a1%201%200%20001%201h13v2a1%201%200%20002%200v-2h2a1%201%200%20000-2z%22%2F%3E%3Cpath%20d%3D%22M7%205h10v10a1%201%200%20002%200V4a1%201%200%2000-1-1H7a1%201%200%20000%202z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

#SheetHousing .SheetHousing-feature--listing.price::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2218.615%22%20viewBox%3D%220%200%2022%2018.615%22%3E%3Cpath%20d%3D%22M19.461%2017.769a.846.846%200%2001-.846-.846v-3.385a.846.846%200%20011.692%200v3.385a.846.846%200%2001-.846.846zM19.461%209.308a.846.846%200%2001-.846-.846V5.077a.846.846%200%20111.692%200v3.385a.846.846%200%2001-.846.846z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M21.154%209.308h-4.231a.846.846%200%20110-1.692h4.231a.846.846%200%20110%201.692zM21.154%2014.385h-4.231a.846.846%200%20010-1.692h4.231a.846.846%200%20010%201.692z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M16.923%2014.384a3.385%203.385%200%20010-6.769.846.846%200%20110%201.692%201.693%201.693%200%20000%203.385.846.846%200%20110%201.692zM21.154%2014.384a.846.846%200%2001-.846-.846V8.461a.846.846%200%20111.692%200v5.077a.846.846%200%2001-.846.846zM16.923%201.693H2.538a.846.846%200%20110-1.692h14.385a.846.846%200%20010%201.692zM18.615%205.078H2.538a.846.846%200%20110-1.692h16.077a.846.846%200%20110%201.692zM18.615%2018.616H2.538a.846.846%200%20110-1.692h16.077a.846.846%200%20010%201.692z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M18.615%2018.615a.846.846%200%20010-1.692.846.846%200%20111.691%200%201.694%201.694%200%2001-1.691%201.692zM17.769%205.077a.846.846%200%2001-.846-.846V1.692a.846.846%200%20111.692%200V4.23a.846.846%200%2001-.846.847z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M17.769%202.538a.846.846%200%2001-.846-.846.846.846%200%20110-1.691%201.694%201.694%200%20011.692%201.692.846.846%200%2001-.846.845zM19.461%205.923a.846.846%200%2001-.846-.846.846.846%200%20110-1.691%201.694%201.694%200%20011.692%201.692.846.846%200%2001-.846.845zM2.538%2018.616A2.541%202.541%200%20010%2016.077a.846.846%200%20011.692%200%20.847.847%200%2000.846.846.846.846%200%20110%201.692z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M.846%2016.923A.846.846%200%20010%2016.077V2.538a.846.846%200%20011.692%200v13.539a.846.846%200%2001-.846.846z%22%20fill%3D%22%23e42248%22%2F%3E%3Cpath%20d%3D%22M2.538%205.077a2.538%202.538%200%20010-5.077.846.846%200%20110%201.692.846.846%200%20100%201.692.846.846%200%20110%201.692z%22%20fill%3D%22%23e42248%22%2F%3E%3C%2Fsvg%3E");
}

#SheetHousing .SheetHousing-feature--listing.date::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20d%3D%22M19.154%202H18V1a1%201%200%2000-2%200v1H6V1a1%201%200%2000-2%200v1H2.846A2.848%202.848%200%20000%204.846v14.308A2.848%202.848%200%20002.846%2022h16.308A2.848%202.848%200%200022%2019.154V4.846A2.848%202.848%200%200019.154%202zM2%204.846A.846.846%200%20012.846%204H4v1a1%201%200%20002%200V4h10v1a1%201%200%20002%200V4h1.154a.846.846%200%2001.846.846V7H2zM19.154%2020H2.846A.846.846%200%20012%2019.154V9h18v10.154a.846.846%200%2001-.846.846z%22%20fill%3D%22%23e42248%22%2F%3E%3C%2Fsvg%3E");
}

#SheetHousing .SheetHousing-feature--title {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #687086;
}

#SheetHousing .SheetHousing-feature--data {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: -.05rem;
  color: #181716;
}

#SheetHousing .SheetHousing-map {
  height: 32rem;
  width: 100%;
  border-bottom: solid 0.1rem #E7E9EA;
  padding: 0 0 6rem 0;
  margin: 0 0 6rem 0;
}

#SheetHousing .SheetHousing-map > div {
  height: 100% !important;
}

#SheetHousing .SheetHousing-column {
  display: flex;
  flex-direction: column;
  border-bottom: solid 0.1rem #E7E9EA;
  padding: 0 0 6rem 0;
  margin: 0 0 6rem 0;
}

#SheetHousing .SheetHousing-column.price .SheetHousing-content {
  margin: 1rem 0 0 0;
}

#SheetHousing .SheetHousing-subtitle {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -.05rem;
  margin: 0;
}

#SheetHousing .SheetHousing-price {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -.05rem;
  color: #E42248;
  margin: 4rem 0 0 0;
}

#SheetHousing .SheetHousing-content {
  margin: 4rem 0 0 0;
}

#SheetHousing .SheetHousing-list {
  margin: 4rem 0 0 0;
}

#SheetHousing .SheetHousing-list.col_1 {
  flex-direction: column;
  gap: 2rem;
}

#SheetHousing .SheetHousing-list.col_2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - 5rem) / 2));
  gap: 2rem 5rem;
}

@media (max-width: 768px) {
  #SheetHousing .SheetHousing-list.col_2 {
    grid-template-columns: 100%;
  }
}

#SheetHousing .SheetHousing-listing {
  display: flex;
  justify-content: space-between;
}

#SheetHousing .SheetHousing-listing.conso {
  flex-direction: column;
  justify-content: flex-start;
}

#SheetHousing .SheetHousing-listing.conso > div:first-child {
  display: flex;
  justify-content: space-between;
}

#SheetHousing .SheetHousing-listing img {
  margin-top: 3rem;
  max-width: 100%;
  height: auto;
}

#SheetHousing .SheetHousing-listing--wording {
  padding: 0 2rem 0 0;
}

#SheetHousing .SheetHousing-listing--content {
  color: #181716;
}

#SheetHousing .SheetHousing-picture {
  width: 100%;
  height: auto;
  margin: 4rem 0 0 0;
}

.ListingJobOffer {
  margin: 0 0 10rem 0;
}

@media (max-width: 992px) {
  .ListingJobOffer {
    margin: 0 0 5rem 0;
  }
}

.ListingJobOffer-title {
  color: #181716;
  margin: 5rem 0;
}

.ListingJobOffer-list {
  flex-direction: column;
}

.ListingJobOffer-listing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F9FB;
  padding: 2rem;
  margin: 0 0 1rem 0;
}

@media (max-width: 768px) {
  .ListingJobOffer-listing {
    flex-direction: column;
    align-items: flex-start;
  }
}

.ListingJobOffer-listing:last-child {
  margin: 0;
}

.ListingJobOffer-listing--column {
  display: flex;
  flex-direction: column;
  padding: 0 1rem 0 0;
}

@media (max-width: 768px) {
  .ListingJobOffer-listing--column {
    margin: 0 0 2rem 0;
  }
}

.ListingJobOffer-listing--title {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 500;
  letter-spacing: -.05rem;
  color: #181716;
}

.ListingJobOffer-listing--infos {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ListingJobOffer-listing--link {
    margin: 0 0 0 auto;
  }
}

.SheetJobOffer {
  margin: 0 auto 10rem auto;
}

@media (max-width: 992px) {
  .SheetJobOffer {
    margin: 0 auto 5rem auto;
  }
}

.SheetJobOffer-title {
  color: #181716;
  margin: 5rem 0;
}

.SheetJobOffer-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - 5rem) / 2));
  gap: 2rem 5rem;
  width: 100%;
  max-width: 60rem;
  margin: 0 0 10rem 0;
}

@media (max-width: 992px) {
  .SheetJobOffer-list {
    margin: 0 0 5rem 0;
  }
}

.SheetJobOffer-listing {
  display: flex;
  flex-direction: column;
}

.SheetJobOffer-wording {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 500;
  letter-spacing: -.05rem;
  color: #181716;
}

.SheetJobOffer-content {
  margin: 0 0 10rem 0;
}

@media (max-width: 992px) {
  .SheetJobOffer-content {
    margin: 0 0 5rem 0;
  }
}

.Eligibility-global {
  position: relative;
  min-height: calc(100vh - 14rem);
  padding: 3rem 5rem 5rem 5rem;
}

@media (max-width: 992px) {
  .Eligibility-global {
    padding: 3rem 2rem 5rem 2rem;
  }
}

.Eligibility-breadcrumbs {
  margin: 0 0 2rem 0;
}

@media (max-width: 992px) {
  .Eligibility-breadcrumbs {
    padding: 0;
  }
}

.Eligibility-picture {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Eligibility-picture::before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 23, 22, 0.3);
}

.Eligibility-box {
  display: flex;
  flex-direction: column;
  max-width: 84rem;
  background-color: #ffffff;
  margin: 0 0 0 auto;
  padding: 6rem 6rem 3rem 6rem;
}

@media (max-width: 768px) {
  .Eligibility-box {
    padding: 3rem;
  }
}

.Eligibility-title {
  font-size: 4rem;
  line-height: 4rem;
  width: 100%;
  color: #E42248;
}

.Eligibility-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Eligibility-desc {
  text-align: center;
  margin: 0 0 5rem 0;
}

.Eligibility-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.Eligibility-container {
  display: flex;
  flex-direction: column;
}

.Eligibility-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 0.1rem #E7E9EA;
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .Eligibility-wrap {
    flex-direction: column;
  }
}

.Eligibility-row {
  display: flex;
  width: calc(100% - (18rem + 4rem));
}

@media (max-width: 768px) {
  .Eligibility-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.Eligibility-home, .Eligibility-teddy, .Eligibility-price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: .5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.8rem 1.8rem;
  padding: 1.6rem;
}

@media (max-width: 768px) {
  .Eligibility-home, .Eligibility-teddy, .Eligibility-price {
    margin: 0 0 2rem 0;
  }
}

.Eligibility-home {
  background-color: rgba(15, 23, 98, 0.1);
}

.Eligibility-teddy {
  background-color: rgba(228, 34, 72, 0.1);
}

.Eligibility-price {
  background-color: rgba(52, 193, 187, 0.1);
}

.Eligibility-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 5rem);
  margin: 0 2rem 0 3rem;
}

@media (max-width: 768px) {
  .Eligibility-column {
    width: 100%;
    margin: 0;
  }
}

.column .Eligibility-column {
  width: calc(100% - (7rem + 3rem));
}

@media (max-width: 768px) {
  .column .Eligibility-column {
    width: 100%;
  }
}

.Eligibility-question {
  font-size: 1.9rem;
  line-height: 2.3rem;
  letter-spacing: -.05rem;
  color: #181716;
  margin: 0 0 1rem 0;
}

.Eligibility-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 17rem;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .Eligibility-quantity {
    margin: 2rem auto 0 auto;
    width: 14rem;
  }
}

.Eligibility-quantity--minus, .Eligibility-quantity--more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  border: solid 0.1rem #E7E9EA;
  cursor: pointer;
  transition: border 300ms ease-out, background 300ms ease-out;
}

.Eligibility-quantity--minus.active, .Eligibility-quantity--more.active {
  pointer-events: none;
}

.Eligibility-quantity--minus.active .Eligibility-quantity--svg, .Eligibility-quantity--more.active .Eligibility-quantity--svg {
  fill: #E7E9EA;
}

.Eligibility-quantity--minus:hover, .Eligibility-quantity--more:hover {
  border: solid 0.1rem #34C1BB;
  background-color: #34C1BB;
}

.Eligibility-quantity--minus:hover .Eligibility-quantity--svg, .Eligibility-quantity--more:hover .Eligibility-quantity--svg {
  fill: #ffffff;
}

.Eligibility-quantity--svg {
  fill: #E42248;
  transition: fill 300ms ease-out;
}

.Eligibility-quantity--number {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -.05rem;
  color: #181716;
}

.Eligibility-revenu {
  display: flex;
  flex-direction: column;
  width: 18rem;
}

@media (max-width: 768px) {
  .Eligibility-revenu {
    margin: 2rem 0 0 0;
  }
}

.Eligibility-revenu--title {
  margin: 0 0 .5rem 0;
}

.Eligibility-revenu--input {
  position: relative;
  display: flex;
  align-items: center;
}

.Eligibility-revenu--input::before {
  content: '€';
  position: absolute;
  right: 2rem;
  font-family: "Verdana", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #181716;
}

.Eligibility-revenu input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.Eligibility-revenu--number {
  width: 100%;
  padding: 2rem 4rem 2rem 2rem;
  border: solid 0.2rem #E7E9EA;
}

.Eligibility-result {
  display: flex;
  flex-direction: column;
}

.Eligibility-button {
  margin: 2rem 0 0 auto;
}

.Eligibility .fade-top-enter-active, .Eligibility .fade-top-leave-active {
  transition: opacity .3s ease-out, transform .3s ease-out;
}

.Eligibility .fade-top-enter, .Eligibility .fade-top-leave-to {
  transform: translateY(1rem);
  opacity: 0;
}

.Eligibility-content > div:first-child {
  margin-top: 10rem !important;
}

@media (max-width: 992px) {
  .Eligibility-content > div:first-child {
    margin-top: 5rem !important;
  }
}

.FaqPage {
  margin: 0 auto 10rem auto;
}

@media (max-width: 992px) {
  .FaqPage {
    margin: 0 auto 5rem auto;
  }
}

.FaqPage-list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .FaqPage-list {
    min-height: 50rem;
  }
}

.FaqPage-listing {
  display: flex;
}

@media (max-width: 992px) {
  .FaqPage-listing {
    flex-direction: column;
  }
}

.FaqPage-listing--nameCat {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: left;
  font-weight: 500;
  color: #181716;
  width: 28rem;
  min-height: 8rem;
  padding: 2rem;
  background-color: #F7F9FB;
  margin: 0 0 .2rem 0;
  transition: background 300ms ease-out;
}

@media (max-width: 992px) {
  .FaqPage-listing--nameCat {
    width: 100%;
  }
}

.FaqPage-listing--nameCat.On, .FaqPage-listing--nameCat:hover {
  color: #E42248;
  background-color: #E7E9EA;
}

@media (max-width: 992px) {
  .FaqPage-subList {
    display: none;
  }
}

@media (min-width: 992px) {
  .FaqPage-subList {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 32rem;
    width: calc(100% - 34rem);
    opacity: 0;
    transform: translateY(-2rem);
    pointer-events: none;
    transition-delay: 0s;
    transition: transform 300ms ease-out, opacity 300ms ease-out;
  }
}

@media (min-width: 992px) {
  .FaqPage-subList.On {
    opacity: 1;
    transform: none;
    pointer-events: initial;
    transition-delay: 300ms;
  }
}

.FaqPage-subListing {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.FaqPage-subListing--nameCat {
  font-size: 2.6rem;
  line-height: 3.6rem;
  min-height: 8rem;
  margin: 0;
  padding: 2rem 0;
}

.FaqPage-subSubList {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 5rem 0;
}

.FaqPage-subSubListing {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: solid 0.1rem #E7E9EA;
  transition: background-color 300ms ease-out;
}

.FaqPage-subSubListing.On {
  background-color: #F7F9FB;
}

.FaqPage-subSubListing:first-child {
  border-top: solid 0.1rem #E7E9EA;
}

.FaqPage-question {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  color: #181716;
  cursor: pointer;
  padding: 4rem 8rem 4rem 4rem;
}

@media (max-width: 992px) {
  .FaqPage-question {
    padding: 4rem 6rem 4rem 2rem;
  }
}

.FaqPage-question.On::before {
  transform: rotate(45deg);
}

.FaqPage-question::before {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  right: 4rem;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill%3D%22%23181716%22%3E%3Cpath%20d%3D%22M0%209.5h20v1H0z%22%2F%3E%3Cpath%20d%3D%22M10.5%200v20h-1V0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: container;
  transition: transform 300ms ease-out;
}

@media (max-width: 992px) {
  .FaqPage-question::before {
    right: 2rem;
  }
}

.FaqPage-reponse {
  display: none;
  flex-direction: column;
  padding: 0 4rem 4rem 4rem;
}

@media (max-width: 992px) {
  .FaqPage-reponse {
    padding: 0 2rem 2rem 2rem;
  }
}

.ListingNews {
  margin: 0 auto 10rem auto;
}

@media (max-width: 992px) {
  .ListingNews {
    margin: 0 auto 5rem auto;
  }
}

.ListingNews-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ListingNews-filter {
  margin: 0 0 5rem 0;
}

.ListingNews-filter--title {
  display: block;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: .1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #E42248;
  margin: 0 0 2rem 0;
}

.ListingNews-filter--tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ListingNews-filter--tab {
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin: 0 2rem 2rem 0;
}

.ListingNews-filter--tab::before {
  height: .2rem;
}

.ListingNews-filter--tab.active::before {
  width: 100%;
}

.ListingNews-list {
  width: 100%;
}

@media (min-width: 992px) {
  .ListingNews-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 35rem);
    gap: 4rem;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .ListingNews-list {
    flex-direction: column;
    align-items: center;
  }
}

.ListingNews-listing {
  width: 100%;
}

@media (max-width: 992px) {
  .ListingNews-listing {
    max-width: 35rem;
    margin: 0 0 4rem 0;
  }
  .ListingNews-listing:last-child {
    margin: 0;
  }
}

.ListingNews-listing:first-child {
  grid-column: 1 / span 3;
}

@media (max-width: 1200px) {
  .ListingNews-listing:first-child {
    grid-column: 1 / span 2;
  }
}

@media (max-width: 992px) {
  .ListingNews-listing:first-child {
    grid-column: 1;
  }
}

@media (min-width: 1200px) {
  .ListingNews-listing:first-child .ListingNews-link {
    flex-direction: row;
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  .ListingNews-listing:first-child .ListingNews-link:hover .ListingNews-wrap {
    padding: 4rem 4rem 4rem 5rem;
  }
}

@media (min-width: 1200px) {
  .ListingNews-listing:first-child .ListingNews-picture {
    max-width: calc((35rem * 2) + 4rem);
  }
}

.ListingNews-listing:first-child .ListingNews-wrap {
  transform: none;
}

@media (min-width: 1200px) {
  .ListingNews-listing:first-child .ListingNews-wrap {
    max-width: calc(100% - ((35rem * 2) + 4rem));
    padding: 4rem;
  }
}

@media (min-width: 1200px) {
  .ListingNews-listing:first-child .ListingNews-text {
    margin: auto 0 0 0;
  }
}

.ListingNews-listing--title {
  z-index: 2;
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -.05rem;
  font-weight: 400;
  color: #181716;
}

.ListingNews-button {
  margin: 2rem 0 0 0;
}

.ListingNews-picture {
  width: 100%;
  overflow: hidden;
}

.ListingNews-img {
  transform: scale(1.05);
  overflow: hidden;
  transition: transform 400ms ease-out;
}

.ListingNews-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ListingNews-link:hover .ListingNews-img {
  transform: scale(1);
}

.ListingNews-link:hover .ListingNews-wrap {
  padding: 1rem 1rem 0 1rem;
}

.ListingNews-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 8rem);
  background-color: #ffffff;
  transform: translateY(-50%);
  padding: 1rem 1rem 0 0;
  transition: padding 400ms ease-out;
}

.ListingNews-cat {
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: .1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #E42248;
  margin: 1rem 0 0 0;
}

.ListingNews-date {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #687086;
  margin: 1rem 0 0 0;
}

.ListingNews-text {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #181716;
  margin: 1.5rem 0 0 0;
  padding: 0 0 .4rem 0;
}

.ListingNews-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: .2rem;
  width: 100%;
  background-color: #34C1BB;
}

.Contact {
  margin: 0 auto 10rem auto;
}

@media (max-width: 992px) {
  .Contact {
    margin: 0 auto 5rem auto;
  }
}

.Contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .Contact-wrapper {
    flex-direction: column;
  }
}

.Contact-left, .Contact-right {
  display: flex;
  flex-direction: column;
}

.Contact-left {
  width: 35rem;
  border: solid 0.1rem #E7E9EA;
  border-radius: .4rem;
  background-color: #ffffff;
  box-shadow: 0 1rem 2rem rgba(24, 23, 22, 0.1) !important;
  padding: 4rem 3rem;
}

@media (max-width: 992px) {
  .Contact-left {
    width: 100%;
    margin: 0 0 5rem 0;
  }
}

.Contact-right {
  width: calc(100% - (35rem + 5rem));
}

@media (max-width: 992px) {
  .Contact-right {
    width: 100%;
  }
}

.Contact-timetable {
  display: flex;
  flex-direction: column;
}

.Markets {
  margin: 0 auto 10rem auto;
}

@media (max-width: 992px) {
  .Markets {
    margin: 0 auto 5rem auto;
  }
}

.Markets-wrapper {
  display: flex;
  flex-direction: column;
}

.Markets-wrap {
  display: flex;
  margin: 0 0 5rem auto;
}

@media (max-width: 480px) {
  .Markets-wrap {
    flex-direction: column;
    align-items: center;
    margin: 0 0 5rem 0;
  }
}

.Markets-inProgress, .Markets-allocated {
  color: #181716;
  background-color: #E7E9EA;
  transition: clip-path 300ms ease-out, background 300ms ease-out, color 300ms ease-out;
}

.Markets-inProgress:hover, .Markets-inProgress.active, .Markets-allocated:hover, .Markets-allocated.active {
  color: #ffffff;
  background-color: #34C1BB;
}

.Markets-inProgress {
  margin: 0 2rem 0 0;
}

@media (max-width: 480px) {
  .Markets-inProgress {
    margin: 0 0 2rem 0;
  }
}

.Markets-list {
  display: flex;
  flex-direction: column;
}

.Markets-listing {
  display: none;
  flex-direction: column;
  border: solid 0.1rem #E7E9EA;
  padding: 4rem;
  margin: 0 0 2rem 0;
}

.Markets-listing:last-child {
  margin: 0;
}

.Markets-listing.active {
  display: flex;
}

.Markets-row {
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
  .Markets-row.first {
    flex-direction: column;
  }
}

.Markets-row.end {
  justify-content: flex-end;
  gap: 2rem;
}

@media (max-width: 480px) {
  .Markets-row.end {
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
  }
}

.Markets-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -.05rem;
  color: #E42248;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .Markets-title {
    padding-right: 8rem;
  }
}

.Markets-libelle {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -.05rem;
  color: #181716;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .Markets-libelle {
    padding-right: 8rem;
    width: calc(100% - 17rem);
  }
}

@media (min-width: 768px) {
  .Markets-date {
    margin: 0 0 0 auto;
  }
}

.Markets-procedure {
  margin: 0 0 2rem 0;
}

.Markets-link, .Markets-download {
  display: flex;
  align-items: center;
}

.Markets-link--svg, .Markets-download--svg {
  fill: #E42248;
  margin: 0 1rem 0 0;
}

.Markets-link--text, .Markets-download--text {
  padding: .3rem 0 .2rem 0;
}

.Page404 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 14rem);
  width: 100%;
}

.Page404-background {
  position: absolute;
  display: flex;
  align-items: center;
}

.Page404-background span {
  display: block;
  font-size: 40rem;
  line-height: initial;
  font-weight: 400;
  text-align: center;
  color: #E7E9EA;
  margin: 0 0 5rem 0;
}

@media (max-width: 992px) {
  .Page404-background span {
    font-size: 30rem;
  }
}

@media (max-width: 768px) {
  .Page404-background span {
    font-size: 20rem;
  }
}

.Page404-svg {
  fill: #E7E9EA;
}

@media (max-width: 992px) {
  .Page404-svg {
    width: auto;
    height: 23rem;
  }
}

@media (max-width: 768px) {
  .Page404-svg {
    width: auto;
    height: 17rem;
  }
}

.Page404-wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Page404-title {
  text-align: center;
  margin: 0 0 2rem 0;
  color: #E42248;
}

.Page404-text {
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  color: #181716;
}

.Page404 .Button-primary {
  margin-top: 4rem;
}
