@media only screen and (min-width: 768px) {
  body .block.region-item .content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }
  body .block.region-item .content h2 {
    width: 100%;
    max-width: 1155px;
  }
  body .block.region-item .content .image-maps {
    margin: 40px;
  }
  body .block.region-item .content .image-1 {
    margin-right: 40px;
  }
  body .block.region-item .content .paragraph {
    max-width: 408px;
    margin: 40px;
  }
  body .block.region-item .content .image-2 {
    margin: 40px;
  }
  body .block.region-item .content .image-3 {
    margin: 40px;
  }
  body .block.region-item.layout-1 h2,
  body .block.region-item.layout-2 h2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body .block.region-item.layout-1 .image-maps,
  body .block.region-item.layout-2 .image-maps {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body .block.region-item.layout-1 .image-1,
  body .block.region-item.layout-2 .image-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body .block.region-item.layout-1 .paragraph,
  body .block.region-item.layout-2 .paragraph {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body .block.region-item.layout-1 .image-2,
  body .block.region-item.layout-2 .image-2 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body .block.region-item.layout-1 .image-3,
  body .block.region-item.layout-2 .image-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
@media only screen and (min-width: 1025px) {
  body #filters {
    left: 80px;
    padding: 30px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: auto;
    height: auto;
    border: 1px solid #d8c0a1;
  }
  body #filters.visible.on {
    top: 94px;
  }
  body #filters .close-filters {
    display: none;
  }
  body #filters .title {
    display: none;
  }
  body #filters ul {
    margin: 0 0 12px 0;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    border-bottom: 1px solid #d8c0a1;
  }
  body #filters ul li {
    margin: 0 24px 24px 0;
    padding: 0;
  }
  body #filters ul li label::after {
    width: 5px;
    height: 15px;
    top: calc(50% - (15px/2) - 1px);
    left: 10px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }
  body #filters .nav-options {
    margin: 15px auto 0 auto;
    border-top: none;
    padding: 0;
    position: relative;
    width: 100%;
    left: auto;
  }
  body .map-nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    min-height: 104px;
    padding: 24px 80px;
  }
  body .map-nav button {
    padding: 14px 44px;
  }
  body .map-nav .toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body .module-container {
    margin: 0 auto 0 auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    min-height: calc(100vh - 104px);
  }
  body .module-container.display-cover::after {
    display: block;
  }
  body .module-container.display-cover.show-cover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  body .module-container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(74,74,73,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    z-index: 1000;
  }
  body .module-container .pois-container {
    position: relative;
    width: calc(50% - 1px);
    min-height: calc(100vh - 104px);
    border-right: 1px solid rgba(74,74,73,0.2);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: 104px;
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    -ms-transition: width .15s ease-in-out;
    -o-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
  }
  body .module-container .pois-container.expanded {
    width: 100%;
  }
  body .module-container .pois-container.expanded .pois {
    max-width: 1366px;
  }
  body .module-container .pois {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    min-height: calc(100vh - 104px);
    padding: 15px;
    max-width: 350px;
  }
  body .module-container .pois .results {
    font-size: 24px;
    line-height: 26px;
    margin: 50px 15px;
  }
  body .module-container .pois .poi {
    margin: 15px;
  }
  body .module-container .pois .poi.off-view {
    display: none;
  }
  body .module-container .map-container {
    display: block;
    position: absolute;
    width: 50%;
    min-height: calc(100vh - 104px);
    right: 0;
    z-index: 1;
    margin: 104px 0 0 0;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    border: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    -ms-transition: width .15s ease-in-out;
    -o-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
  }
  body .module-container .map-container .open-map {
    display: none;
  }
  body .module-container .map-container.reduced {
    width: 0;
  }
  body .module-container .map-container.fixed {
    position: fixed;
    top: auto;
    bottom: 0;
  }
  body .module-container .map-container.fixed.docked {
    position: absolute;
  }
  body .module-container .map-container #map-region {
    width: 100%;
    position: absolute;
    min-height: calc(100vh - 104px);
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
    left: auto;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    top: 0;
    right: 0;
  }
  body .module-container .map-container #map-region .tooltip-link .desc .dist {
    font-size: 12px;
    line-height: 14px;
  }
  body .module-container .map-container #map-region .tooltip-link .desc .title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1156px) {
  body .block.region-item .content {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
  }
  body .block.region-item .content h2 {
    white-space: nowrap;
    margin: 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    min-height: 544px;
    max-width: 544px;
    font-size: 120px;
    line-height: 122px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body .block.region-item .content .image-maps {
    max-width: 544px;
    min-height: 544px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body .block.region-item .content .image-1 {
    max-width: 544px;
    min-height: 363px;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body .block.region-item .content .paragraph {
    margin: 190px 0 0 auto;
    max-width: 448px;
    min-height: 280px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body .block.region-item .content .image-2 {
    margin: 0 0 0 auto;
    max-width: 352px;
    min-height: 352px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body .block.region-item .content .image-3 {
    margin: 100px 0 0 30px;
    max-width: calc(1116px - 544px);
    min-height: 352px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body .block.region-item .content .image-3 picture {
    margin-left: 60px;
  }
  body .block.region-item.layout-1 .content h2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body .block.region-item.layout-1 .content .image-maps {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body .block.region-item.layout-1 .content .image-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body .block.region-item.layout-1 .content .paragraph {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body .block.region-item.layout-1 .content .image-2 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body .block.region-item.layout-1 .content .image-3 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body .block.region-item.layout-2 .content h2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
  }
  body .block.region-item.layout-2 .content .image-maps {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body .block.region-item.layout-2 .content .image-1 {
    margin: -85px 0 0 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body .block.region-item.layout-2 .content .paragraph {
    margin: 95px auto 20px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body .block.region-item.layout-2 .content .image-2 {
    margin-left: 0;
    margin-right: auto;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body .block.region-item.layout-2 .content .image-3 {
    margin-left: 0;
    margin-right: 30px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body .block.separateur .container .header .image h2 {
    font-size: 120px;
    line-height: 122px;
  }
  body .block.separateur .container .header .image picture {
    min-height: 551px;
  }
}
@media only screen and (min-width: 1400px) {
  body .module-container .pois {
    max-width: 700px;
  }
}
