@charset "UTF-8";
/**
 * COLORS
*/
@import url(../../assets/vendors/icomoon.css);
/* line 1, ../../assets/scss/base/_base.scss */
body {
  padding: 0;
  margin: 0;
  font-family: 'Barlow', sans-serif;
  background-color: #DDDDDB;
}
/* line 7, ../../assets/scss/base/_base.scss */
body #page {
  overflow: hidden;
}

/* line 12, ../../assets/scss/base/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: inherit;
}

/* line 22, ../../assets/scss/base/_base.scss */
p {
  margin-top: 0;
}
/* line 25, ../../assets/scss/base/_base.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 30, ../../assets/scss/base/_base.scss */
a {
  text-decoration: none;
  color: #333333;
}
/* line 34, ../../assets/scss/base/_base.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 40, ../../assets/scss/base/_base.scss */
.color-white {
  color: white;
}
/* line 43, ../../assets/scss/base/_base.scss */
.color-white a {
  color: white;
}

/* line 48, ../../assets/scss/base/_base.scss */
.elementor-slideshow__header.elementor-lightbox-prevent-close {
  display: none !important;
}

/* line 52, ../../assets/scss/base/_base.scss */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 15px;
}

/* line 57, ../../assets/scss/base/_base.scss */
.elementor-widget-text-editor .elementor-widget-container ul {
  padding-left: 0;
  list-style: none inside none;
}
/* line 62, ../../assets/scss/base/_base.scss */
.elementor-widget-text-editor .elementor-widget-container ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: 2px;
}

@media (min-width: 768px) {
  /* line 77, ../../assets/scss/base/_base.scss */
  .nowrap {
    white-space: nowrap;
  }
}
/* line 82, ../../assets/scss/base/_base.scss */
.translate-3d {
  transform: translate3d(0, 0, 0) !important;
}

/**
 * WPML
 */
/* line 94, ../../assets/scss/base/_base.scss */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 98, ../../assets/scss/base/_base.scss */
.svg-vert svg circle {
  fill: #4D8488 !important;
}

/* line 102, ../../assets/scss/base/_base.scss */
.svg-rouge svg circle {
  fill: #FE7E6D !important;
}

/* line 106, ../../assets/scss/base/_base.scss */
.svg-jaune svg circle {
  fill: #FFBD35 !important;
}

/* line 110, ../../assets/scss/base/_base.scss */
.svg-violet svg circle {
  fill: #8946A6 !important;
}

/* line 114, ../../assets/scss/base/_base.scss */
.svg-bleu svg circle {
  fill: #68B6BC !important;
}

/**
 * Header
 */
/* line 4, ../../assets/scss/layout/_header.scss */
#header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #BD5D38;
  padding: 0 30px 0 50px;
  width: calc(100% - 80px);
}
/* line 13, ../../assets/scss/layout/_header.scss */
#header a {
  transition: all 0.3s linear;
}
/* line 16, ../../assets/scss/layout/_header.scss */
#header a:hover, #header a:focus {
  transition: all 0.3s linear;
}
/* line 22, ../../assets/scss/layout/_header.scss */
#header #header-logo {
  width: 30%;
  padding: 10px 0;
}
/* line 26, ../../assets/scss/layout/_header.scss */
#header #header-logo a {
  display: block;
  margin: 0;
}
/* line 30, ../../assets/scss/layout/_header.scss */
#header #header-logo a img,
#header #header-logo a svg {
  max-width: 350px;
  height: auto;
}
/* line 37, ../../assets/scss/layout/_header.scss */
#header #header-logo .wp-block-image {
  margin: 0;
}
/* line 42, ../../assets/scss/layout/_header.scss */
#header #header-burger {
  display: none;
  color: #dddddb;
  font-size: 30px;
  outline: 0 !important;
}
/* line 48, ../../assets/scss/layout/_header.scss */
#header #header-burger:hover, #header #header-burger:focus {
  color: white;
}
/* line 54, ../../assets/scss/layout/_header.scss */
#header #header-right {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 60, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu {
  padding: 0 15px 0 30px;
}
/* line 63, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none outside none;
}
/* line 70, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li.hidden-xl {
  display: none;
}
/* line 74, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li a {
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 38px 18px;
}
/* line 82, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li a:hover, #header #header-right #header-menu ul.menu li a:focus {
  color: #333432;
}
/* line 88, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu {
  display: none;
  z-index: 2;
  background-color: white;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 30px 0;
  transition: all 0.3s linear;
  height: 0;
  opacity: 0;
  margin-top: -3px;
  border-top: 3px solid #BD5D38;
}
/* line 103, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu .container-submenu {
  display: flex;
  flex-wrap: wrap;
  max-width: 1270px;
  margin: 0 auto;
  align-items: center;
}
/* line 110, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu {
  width: 33.33%;
}
/* line 113, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu ul {
  list-style: none outside none;
  padding: 0;
}
/* line 117, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu ul li {
  margin-bottom: 15px;
}
/* line 120, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu ul li:before {
  display: none;
}
/* line 124, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu ul li a {
  color: black;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
/* line 130, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu ul li a:hover, #header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu ul li a:focus {
  color: #BD5D38;
}
/* line 138, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu .wp-block-image {
  margin: 0;
}
/* line 147, ../../assets/scss/layout/_header.scss */
#header #header-right #header-menu ul.menu li:hover .submenu, #header #header-right #header-menu ul.menu li:focus .submenu {
  transition: all 0.3s linear;
  display: block;
  opacity: 1;
  height: auto;
}
/* line 158, ../../assets/scss/layout/_header.scss */
#header #header-right #header-search {
  color: white;
  font-size: 25px;
  cursor: pointer;
}
/* line 164, ../../assets/scss/layout/_header.scss */
#header #header-right #header-search,
#header #header-right #header-favoris {
  padding: 0 20px;
}
/* line 168, ../../assets/scss/layout/_header.scss */
#header #header-right #header-search a,
#header #header-right #header-search .icon-recherche,
#header #header-right #header-favoris a,
#header #header-right #header-favoris .icon-recherche {
  color: white;
  font-size: 25px;
  transition: all 0.3s linear;
}
/* line 174, ../../assets/scss/layout/_header.scss */
#header #header-right #header-search a:hover, #header #header-right #header-search a:focus,
#header #header-right #header-search .icon-recherche:hover,
#header #header-right #header-search .icon-recherche:focus,
#header #header-right #header-favoris a:hover,
#header #header-right #header-favoris a:focus,
#header #header-right #header-favoris .icon-recherche:hover,
#header #header-right #header-favoris .icon-recherche:focus {
  color: #333432;
}
/* line 178, ../../assets/scss/layout/_header.scss */
#header #header-right #header-search a:hover .favorites__count, #header #header-right #header-search a:focus .favorites__count,
#header #header-right #header-search .icon-recherche:hover .favorites__count,
#header #header-right #header-search .icon-recherche:focus .favorites__count,
#header #header-right #header-favoris a:hover .favorites__count,
#header #header-right #header-favoris a:focus .favorites__count,
#header #header-right #header-favoris .icon-recherche:hover .favorites__count,
#header #header-right #header-favoris .icon-recherche:focus .favorites__count {
  background-color: white;
  transition: all 0.3s linear;
}
/* line 187, ../../assets/scss/layout/_header.scss */
#header #header-right #header-search .txt,
#header #header-right #header-favoris .txt {
  display: none;
}
/* line 192, ../../assets/scss/layout/_header.scss */
#header #header-right #header-social {
  display: none;
}
/* line 195, ../../assets/scss/layout/_header.scss */
#header #header-right #header-social a {
  text-decoration: none;
  color: white;
  border: 3px solid white;
  display: inline-block;
  border-radius: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  margin: 0 10px;
  font-size: 1.3rem;
  transition: all 0.3s linear;
}
/* line 209, ../../assets/scss/layout/_header.scss */
#header #header-right #header-social a:first-child {
  margin-left: 0;
}
/* line 213, ../../assets/scss/layout/_header.scss */
#header #header-right #header-social a:hover, #header #header-right #header-social a:focus {
  opacity: 0.8;
  transition: all 0.3s linear;
}
/* line 222, ../../assets/scss/layout/_header.scss */
#header.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 49;
  transition: all 0.3s linear;
}

/* line 232, ../../assets/scss/layout/_header.scss */
.admin-bar #header.sticky-top {
  top: 32px;
}

@media (max-width: 767px) {
  /* line 237, ../../assets/scss/layout/_header.scss */
  .admin-bar #header.sticky-top {
    top: 46px;
  }
}
@media (max-width: 1240px) {
  /* line 243, ../../assets/scss/layout/_header.scss */
  #header {
    width: calc(100% - 40px);
    padding: 0 20px;
    position: relative;
  }
  /* line 248, ../../assets/scss/layout/_header.scss */
  #header #header-logo {
    width: 70%;
  }
  /* line 251, ../../assets/scss/layout/_header.scss */
  #header #header-logo a {
    max-width: 350px;
  }
  /* line 254, ../../assets/scss/layout/_header.scss */
  #header #header-logo a img,
  #header #header-logo a svg {
    max-width: 100%;
  }
  /* line 261, ../../assets/scss/layout/_header.scss */
  #header #header-burger {
    display: block;
    width: 30%;
    text-align: right;
  }
  /* line 266, ../../assets/scss/layout/_header.scss */
  #header #header-burger .icon-croix-burgermenu {
    display: none;
  }
  /* line 271, ../../assets/scss/layout/_header.scss */
  #header #header-right {
    display: none;
    width: calc(100% - 40px);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    flex-direction: column;
    background-color: #BD5D38;
    padding: 20px 20px 30px;
    align-items: normal;
    opacity: 0;
    transition: all 3s linear;
  }
  /* line 285, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-menu {
    padding: 0;
  }
  /* line 288, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-menu ul.menu {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  /* line 294, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-menu ul.menu li.hidden-xl {
    display: block;
  }
  /* line 298, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-menu ul.menu li a {
    padding: 12px 0;
    font-size: 18px;
  }
  /* line 303, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-menu ul.menu li .submenu {
    display: none !important;
  }
  /* line 310, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-search {
    margin: 0 0 5px;
  }
  /* line 313, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-search .txt {
    color: white;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 0;
    text-transform: uppercase;
    vertical-align: 5px !important;
  }
  /* line 323, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-favoris {
    margin-bottom: 20px;
  }
  /* line 327, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-search,
  #header #header-right #header-favoris {
    padding: 0;
  }
  /* line 331, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-search a,
  #header #header-right #header-favoris a {
    color: white;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 0;
    text-transform: uppercase;
    display: block;
  }
  /* line 339, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-search a:hover, #header #header-right #header-search a:focus,
  #header #header-right #header-favoris a:hover,
  #header #header-right #header-favoris a:focus {
    opacity: 0.8;
  }
  /* line 344, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-search a .icon-coeur,
  #header #header-right #header-favoris a .icon-coeur {
    font-size: 22px;
    margin-left: 2px;
  }
  /* line 349, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-search a .favorites__count,
  #header #header-right #header-favoris a .favorites__count {
    right: inherit;
    left: 20px;
    font-size: 10px;
    top: 7px;
    width: 15px;
    line-height: 15px;
    height: 15px;
  }
  /* line 360, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-search .txt,
  #header #header-right #header-favoris .txt {
    display: inline-block;
    margin-left: 7px;
    vertical-align: 2px;
  }
  /* line 367, ../../assets/scss/layout/_header.scss */
  #header #header-right #header-social {
    margin-top: 10px;
    display: block;
  }
  /* line 372, ../../assets/scss/layout/_header.scss */
  #header #header-right.showMenu {
    display: block;
    opacity: 1;
    transition: all 3s linear;
  }
}
@media screen and (max-width: 991px) {
  /* line 383, ../../assets/scss/layout/_header.scss */
  body #header #header-logo a {
    width: auto;
  }
}
/* line 389, ../../assets/scss/layout/_header.scss */
#mdn-social-fixed {
  display: none;
}

@media (min-width: 992px) {
  /* line 394, ../../assets/scss/layout/_header.scss */
  #mdn-social-fixed {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    z-index: 40;
  }
  /* line 402, ../../assets/scss/layout/_header.scss */
  #mdn-social-fixed a {
    text-decoration: none;
    color: white;
    border: 3px solid white;
    display: block;
    border-radius: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    margin-bottom: 14px;
    font-size: 1.3rem;
    transition: all 0.3s linear;
  }
  /* line 416, ../../assets/scss/layout/_header.scss */
  #mdn-social-fixed a:hover, #mdn-social-fixed a:focus {
    color: #BD5D38;
    border-color: #BD5D38;
    transition: all 0.3s linear;
  }
}
/* line 427, ../../assets/scss/layout/_header.scss */
.elementskit-megamenu-panel .elementor-widget-text-editor .elementor-widget-container ul {
  list-style: none outside none;
}
/* line 430, ../../assets/scss/layout/_header.scss */
.elementskit-megamenu-panel .elementor-widget-text-editor .elementor-widget-container ul li {
  margin-bottom: 15px;
}
/* line 433, ../../assets/scss/layout/_header.scss */
.elementskit-megamenu-panel .elementor-widget-text-editor .elementor-widget-container ul li:before {
  display: none;
}
/* line 437, ../../assets/scss/layout/_header.scss */
.elementskit-megamenu-panel .elementor-widget-text-editor .elementor-widget-container ul li a {
  font-size: 16px;
  font-weight: bold;
}
/* line 441, ../../assets/scss/layout/_header.scss */
.elementskit-megamenu-panel .elementor-widget-text-editor .elementor-widget-container ul li a:hover, .elementskit-megamenu-panel .elementor-widget-text-editor .elementor-widget-container ul li a:focus {
  color: #BD5D38;
}

/* line 1, ../../assets/scss/layout/_footer.scss */
#footer {
  background: url("../../assets/images/map-footer.png") no-repeat top right #333333;
  color: white;
  font-size: 16px;
  padding: 40px 15px 0;
  margin-top: 100px;
  /**
  * Footer
  */
  /**
  * Copyright
  */
}
/* line 8, ../../assets/scss/layout/_footer.scss */
#footer a {
  color: white;
}
/* line 12, ../../assets/scss/layout/_footer.scss */
#footer > div {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 20, ../../assets/scss/layout/_footer.scss */
#footer #footer-content {
  display: flex;
  border-bottom: 4px solid #444444;
  padding: 30px 0;
}
/* line 25, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div {
  width: 33.33%;
  position: relative;
  z-index: 0;
}
/* line 31, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first:before {
  content: "\e913";
  font-family: "icomoon";
  font-size: 275px;
  color: #565655;
  position: absolute;
  left: -200px;
  top: 185px;
  z-index: -1;
}
/* line 42, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget {
  float: left;
}
/* line 45, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget:not(.widget_text) {
  display: flex;
  font-size: 18px;
  flex-flow: column;
}
/* line 50, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget:not(.widget_text) p {
  display: flex;
  font-size: 18px;
  flex-flow: column;
}
/* line 56, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget:not(.widget_text) a {
  text-decoration: none;
  margin-bottom: 10px;
}
/* line 63, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget.widget_media_image img {
  max-width: 300px;
}
/* line 69, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget_text {
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 14px;
  clear: both;
}
/* line 75, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget_text strong {
  font-size: 16px;
}
/* line 79, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget_text p:last-child {
  margin-bottom: 0;
}
/* line 83, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-first .widget_text:after {
  content: "";
  clear: both;
  display: table;
}
/* line 92, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-second .widget-title,
#footer #footer-content > div#footer-col-second h2 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 99, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-second ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
/* line 104, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-second ul li {
  margin-bottom: 10px;
}
/* line 107, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-second ul li a {
  text-decoration: underline;
}
/* line 110, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-second ul li a:hover, #footer #footer-content > div#footer-col-second ul li a:focus {
  text-decoration: none;
}
/* line 119, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-third {
  margin-top: auto;
}
/* line 122, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-third ul {
  list-style: none outside none;
  text-align: right;
}
/* line 126, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-third ul li {
  display: inline-block;
  padding-left: 36px;
}
/* line 130, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-third ul li:first-child {
  padding-left: 0;
}
/* line 134, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-third ul li a {
  font-weight: 600;
  border-bottom: 2px solid white;
  text-decoration: none;
  padding: 0 0 6px 0;
  transition: all 0.1s linear;
}
/* line 141, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-third ul li a:before {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 12px;
  margin-right: 6px;
}
/* line 148, ../../assets/scss/layout/_footer.scss */
#footer #footer-content > div#footer-col-third ul li a:hover, #footer #footer-content > div#footer-col-third ul li a:focus {
  text-decoration: none;
  border-color: transparent;
  transition: all 0.1s linear;
}
/* line 164, ../../assets/scss/layout/_footer.scss */
#footer #copyright {
  padding: 50px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 170, ../../assets/scss/layout/_footer.scss */
#footer #copyright ul {
  list-style: none outside none;
  text-align: right;
}
/* line 174, ../../assets/scss/layout/_footer.scss */
#footer #copyright ul li {
  display: inline-block;
  padding-left: 36px;
}
/* line 178, ../../assets/scss/layout/_footer.scss */
#footer #copyright ul li:first-child {
  padding-left: 0;
}
/* line 184, ../../assets/scss/layout/_footer.scss */
#footer #copyright ul li a:hover, #footer #copyright ul li a:focus {
  text-decoration: none;
}

/* line 194, ../../assets/scss/layout/_footer.scss */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 202, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content {
    flex-wrap: wrap;
  }
  /* line 205, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div {
    width: 50%;
  }
  /* line 208, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div#footer-col-third {
    width: 100%;
  }

  /* line 215, ../../assets/scss/layout/_footer.scss */
  #copyright {
    flex-direction: column;
    align-items: initial;
  }
  /* line 219, ../../assets/scss/layout/_footer.scss */
  #copyright ul {
    text-align: left;
    padding: 0;
  }
  /* line 223, ../../assets/scss/layout/_footer.scss */
  #copyright ul li {
    padding: 0;
    display: block;
  }
  /* line 227, ../../assets/scss/layout/_footer.scss */
  #copyright ul li a {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  /* line 236, ../../assets/scss/layout/_footer.scss */
  #footer {
    overflow: hidden;
    background: none #333333;
  }
  /* line 240, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content {
    flex-direction: column;
  }
  /* line 243, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 247, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div .widget_text {
    margin-bottom: 5px !important;
  }
  /* line 251, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div .widget,
  #footer #footer-content > div .widget_text {
    float: none !important;
  }
  /* line 256, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div .widget:not(.widget_text) {
    flex-flow: row !important;
  }
  /* line 259, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div .widget:not(.widget_text) p {
    flex-flow: row !important;
  }
  /* line 263, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div .widget:not(.widget_text) a {
    margin-right: 15px;
    margin-bottom: 20px !important;
  }
  /* line 269, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div#footer-col-first:before {
    font-size: 200px;
    left: inherit;
    right: -60px;
  }
  /* line 275, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div#footer-col-second ul {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 279, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div#footer-col-second ul li {
    width: 50%;
  }
  /* line 282, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div#footer-col-second ul li a {
    text-decoration: underline;
  }
  /* line 288, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div#footer-col-third {
    padding-top: 215px;
    background: url("../../assets/images/map-footer.png") no-repeat top center #333333;
    background-size: contain;
  }
  /* line 293, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div#footer-col-third ul {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
  }
  /* line 298, ../../assets/scss/layout/_footer.scss */
  #footer #footer-content > div#footer-col-third ul li {
    padding-left: 20px;
  }
  /* line 306, ../../assets/scss/layout/_footer.scss */
  #footer #copyright {
    flex-direction: column;
    align-items: initial;
  }
  /* line 310, ../../assets/scss/layout/_footer.scss */
  #footer #copyright ul {
    text-align: left;
    padding: 0;
  }
  /* line 314, ../../assets/scss/layout/_footer.scss */
  #footer #copyright ul li {
    padding: 0;
    display: block;
  }
  /* line 318, ../../assets/scss/layout/_footer.scss */
  #footer #copyright ul li a {
    text-decoration: underline;
  }
}
/* line 1, ../../assets/scss/layout/_searchform.scss */
#search-pannel {
  position: fixed;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 50;
  padding: 0 30px;
  display: none;
  transition: all 1s linear;
  justify-content: center;
  align-items: center;
  background-color: #bd5e38d9;
}
/* line 13, ../../assets/scss/layout/_searchform.scss */
#search-pannel.search-pannel-visible {
  display: flex !important;
}
/* line 17, ../../assets/scss/layout/_searchform.scss */
#search-pannel #search-cross {
  position: absolute;
  top: 10%;
  right: 10%;
  fill: white;
  cursor: pointer;
}
/* line 26, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section {
  display: flex;
  width: 100%;
}
/* line 30, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section #search-input {
  background-color: transparent;
  border: none;
  padding: 30px 100px 30px 50px;
  width: 100%;
  color: white;
  font-size: xx-large;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 41, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section #search-input:focus {
  outline: none;
}
/* line 45, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section #search-input::placeholder {
  color: white;
  opacity: 70%;
}
/* line 50, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section #search-input::-webkit-search-cancel-button {
  background: white !important;
}
/* line 57, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section input[type="search"]::-webkit-search-decoration, #search-pannel #form-search #search-input-section input[type="search"]::-webkit-search-cancel-button, #search-pannel #form-search #search-input-section input[type="search"]::-webkit-search-results-button, #search-pannel #form-search #search-input-section input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* line 64, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/* line 70, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* line 77, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0;
  margin-left: -60px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
/* line 91, ../../assets/scss/layout/_searchform.scss */
#search-pannel #form-search #search-input-section button[type="submit"]:focus, #search-pannel #form-search #search-input-section button[type="submit"]:hover {
  opacity: 1;
}

/* line 1, ../../assets/scss/layout/_search.scss */
.search-title {
  text-align: center;
  margin-top: 3%;
  font-size: xx-large;
  color: #333333;
}

/* line 8, ../../assets/scss/layout/_search.scss */
#list-search-result {
  display: flex;
  flex-direction: column;
  width: 70vw;
  margin-left: 15vw;
  padding: 0;
}

/* line 16, ../../assets/scss/layout/_search.scss */
.element-search-result {
  display: flex;
  align-items: center;
  color: #333333;
}
/* line 21, ../../assets/scss/layout/_search.scss */
.element-search-result > a {
  font-size: large;
  margin-left: 20px;
  color: #333333;
}

/* line 28, ../../assets/scss/layout/_search.scss */
ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
/* line 34, ../../assets/scss/layout/_search.scss */
ol.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
/* line 43, ../../assets/scss/layout/_search.scss */
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: #BD5D38;
  border-radius: 1rem 1rem 0 1rem;
  content: '';
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
  z-index: -1;
}
/* line 57, ../../assets/scss/layout/_search.scss */
ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: white;
  display: flex;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 0;
}
/* line 70, ../../assets/scss/layout/_search.scss */
ol.gradient-list > li + li {
  margin-top: 2rem;
}

/* line 1, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default {
  display: flex;
  margin: 0 -15px;
}
/* line 5, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor {
  display: block;
  position: relative;
  margin: 0 15px;
  overflow: hidden;
}
/* line 11, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor img {
  display: block;
  transition: all 0.3s linear;
}
/* line 16, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor .mdn-categ-img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bd5d37;
  color: white;
  width: 100%;
  text-align: center;
  padding: 12px 16px 20px;
  font-size: 15px;
}
/* line 27, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor .mdn-categ-img-content:before {
  content: "";
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-orange.svg") no-repeat;
  background-size: calc(100% + 5px) auto;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  top: -13px;
}
/* line 40, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor .mdn-categ-img-content > span {
  display: block;
}
/* line 43, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor .mdn-categ-img-content > span.title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
/* line 49, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor .mdn-categ-img-content > span.desc {
  transition: all 0.3s linear;
  max-height: 0;
  opacity: 0;
}
/* line 54, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor .mdn-categ-img-content > span.desc span {
  padding: 15px;
  display: block;
}
/* line 64, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor:focus img, .mdn-categ-img-default a.mdn-categ-img-elementor:hover img {
  transform: scale(1.02);
  transition: all 0.3s linear;
}
/* line 69, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default a.mdn-categ-img-elementor:focus .mdn-categ-img-content > span.desc, .mdn-categ-img-default a.mdn-categ-img-elementor:hover .mdn-categ-img-content > span.desc {
  transition: all 0.3s linear;
  max-height: 280px;
  opacity: 1;
}
/* line 78, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default.mdn-categ-color-vert a.mdn-categ-img-elementor .mdn-categ-img-content {
  background-color: #4d8487;
}
/* line 81, ../../assets/scss/components/_category-image.scss */
.mdn-categ-img-default.mdn-categ-color-vert a.mdn-categ-img-elementor .mdn-categ-img-content:before {
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-vert.svg") no-repeat;
  background-size: calc(100% + 5px) auto;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 92, ../../assets/scss/components/_category-image.scss */
  .mdn-categ-img-default a.mdn-categ-img-elementor .mdn-categ-img-content > span.title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 98, ../../assets/scss/components/_category-image.scss */
  .mdn-categ-img-default {
    flex-direction: column;
    max-width: 383px;
    margin: 0 auto;
  }
  /* line 103, ../../assets/scss/components/_category-image.scss */
  .mdn-categ-img-default a.mdn-categ-img-elementor {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 1, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default {
  display: flex;
  flex-wrap: wrap;
}
/* line 5, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor {
  display: block;
  position: relative;
  margin: 15px;
  width: calc(50% - 30px);
  max-width: 470px;
}
/* line 12, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor:nth-child(2) {
  margin-top: 95px;
}
/* line 16, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor:nth-child(3) {
  margin-top: -65px;
}
/* line 20, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor .mdn-decouverte-img-media-wrapper {
  overflow: hidden;
  display: block;
}
/* line 24, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor .mdn-decouverte-img-media-wrapper .mdn-decouverte-img-media {
  display: block;
  transform: scale(1);
  transition: all 0.3s linear;
}
/* line 31, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor .mdn-decouverte-img-content {
  background-color: white;
  color: #4d8487;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 15px;
  display: block;
  width: 100%;
}
/* line 42, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor .mdn-decouverte-img-content > span.mdn-decouverte-img-title {
  margin-bottom: 10px;
  display: block;
  line-height: 26px;
}
/* line 48, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor .mdn-decouverte-img-content > span.mdn-decouverte-img-more {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #4d8487;
  transition: all 0.1s linear;
}
/* line 55, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor .mdn-decouverte-img-content > span.mdn-decouverte-img-more:before {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 12px;
  margin-right: 6px;
}
/* line 62, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor .mdn-decouverte-img-content > span.mdn-decouverte-img-more:hover, .mdn-decouverte-img-default a.mdn-decouverte-img-elementor .mdn-decouverte-img-content > span.mdn-decouverte-img-more:focus {
  border-color: transparent;
  transition: all 0.3s linear;
}
/* line 73, ../../assets/scss/components/_decouverte-image.scss */
.mdn-decouverte-img-default a.mdn-decouverte-img-elementor:hover .mdn-decouverte-img-media, .mdn-decouverte-img-default a.mdn-decouverte-img-elementor:focus .mdn-decouverte-img-media {
  transform: scale(1.02);
  transition: all 0.3s linear;
}

@media (max-width: 767px) {
  /* line 82, ../../assets/scss/components/_decouverte-image.scss */
  .mdn-decouverte-img-default {
    flex-direction: column;
  }
  /* line 85, ../../assets/scss/components/_decouverte-image.scss */
  .mdn-decouverte-img-default a.mdn-decouverte-img-elementor {
    width: 100%;
    margin: 0 auto 25px;
  }
  /* line 89, ../../assets/scss/components/_decouverte-image.scss */
  .mdn-decouverte-img-default a.mdn-decouverte-img-elementor:nth-child(2) {
    margin-top: 0;
  }
  /* line 93, ../../assets/scss/components/_decouverte-image.scss */
  .mdn-decouverte-img-default a.mdn-decouverte-img-elementor:nth-child(3) {
    margin-top: 0;
  }
}
/* line 1, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-mobile {
  display: none;
}

/* line 2, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first {
  display: flex;
  margin: 0 -15px 5px;
}
/* line 5, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 8, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div.col-insta-home-first {
  width: 22.47%;
  margin-top: 15px;
}
/* line 11, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div.col-insta-home-first:before {
  font-size: 30px;
  top: 10px;
}
/* line 16, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div.col-insta-home-second {
  width: 34.87%;
  margin-top: -70px;
}
/* line 19, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div.col-insta-home-second:before {
  font-size: 45px;
  top: 20px;
}
/* line 24, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div.col-insta-home-third {
  width: 27.95%;
}
/* line 26, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div.col-insta-home-third:before {
  font-size: 38px;
  top: 15px;
}

/* line 34, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-second {
  display: flex;
  margin: 0 auto;
  max-width: 500px;
}
/* line 38, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-second > div {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 41, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-second > div.col-insta-home-first {
  width: 130px;
  width: 22.47%;
  margin-top: -15px;
}
/* line 45, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-second > div.col-insta-home-first:before {
  font-size: 25px;
  top: 10px;
}
/* line 50, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-second > div.col-insta-home-second {
  width: 210px;
  width: 34.87%;
}
/* line 53, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-second > div.col-insta-home-second:before {
  font-size: 38px;
  top: 15px;
}
/* line 58, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-second > div.col-insta-home-third {
  width: 100px;
  width: 27.95%;
}

/* line 67, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div,
.row-insta-home-second > div {
  position: relative;
}
/* line 69, ../../assets/scss/components/_image-instagram.scss */
.row-insta-home-first > div:before,
.row-insta-home-second > div:before {
  font-size: 20px;
  content: "\e91b";
  font-family: 'icomoon';
  color: white;
  position: absolute;
  left: 10px;
  top: 5px;
}

@media (max-width: 767px) {
  /* line 82, ../../assets/scss/components/_image-instagram.scss */
  .row-insta-home-first, .row-insta-home-second {
    display: none;
  }

  /* line 83, ../../assets/scss/components/_image-instagram.scss */
  .row-insta-home-mobile {
    display: block;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
  /* line 88, ../../assets/scss/components/_image-instagram.scss */
  .row-insta-home-mobile > div {
    width: 50%;
    padding: 15px;
    position: relative;
  }
  /* line 92, ../../assets/scss/components/_image-instagram.scss */
  .row-insta-home-mobile > div:before {
    font-size: 28px;
    content: "\e91b";
    font-family: 'icomoon';
    color: white;
    position: absolute;
    left: 25px;
    top: 25px;
  }
}
/* line 2, ../../assets/scss/components/_button.scss */
.elementor-widget-button .elementor-button-link.elementor-button {
  position: relative;
  z-index: 1;
}
/* line 6, ../../assets/scss/components/_button.scss */
.elementor-widget-button .elementor-button-link.elementor-button:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
  transition: all 0.3s;
}
/* line 20, ../../assets/scss/components/_button.scss */
.elementor-widget-button .elementor-button-link.elementor-button:hover:after, .elementor-widget-button .elementor-button-link.elementor-button:focus:after {
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
/* line 29, ../../assets/scss/components/_button.scss */
.elementor-widget-button.btn-white .elementor-button-link.elementor-button:after {
  border-color: white;
}
/* line 33, ../../assets/scss/components/_button.scss */
.elementor-widget-button.btn-link .elementor-button-link.elementor-button {
  transition: all 0.1s linear;
}
/* line 36, ../../assets/scss/components/_button.scss */
.elementor-widget-button.btn-link .elementor-button-link.elementor-button .elementor-button-text:before {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 12px;
  margin-right: 6px;
}
/* line 43, ../../assets/scss/components/_button.scss */
.elementor-widget-button.btn-link .elementor-button-link.elementor-button:after {
  display: none;
}
/* line 47, ../../assets/scss/components/_button.scss */
.elementor-widget-button.btn-link .elementor-button-link.elementor-button:hover, .elementor-widget-button.btn-link .elementor-button-link.elementor-button:focus {
  transition: all 0.1s linear;
  border-color: transparent !important;
}

/* line 55, ../../assets/scss/components/_button.scss */
.btn.btn-primary {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: #333;
  border-radius: 0px;
  padding: 14px 24px;
  position: relative;
  z-index: 1;
  border: 0;
  -webkit-appearance: none;
  font-family: "Barlow", Sans-serif;
}
/* line 74, ../../assets/scss/components/_button.scss */
.btn.btn-primary:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
  transition: all 0.3s;
}
/* line 88, ../../assets/scss/components/_button.scss */
.btn.btn-primary:hover:after, .btn.btn-primary:focus:after {
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}

/* line 1, ../../assets/scss/components/_notice.scss */
.elementor-widget-mdn_notice_elementor,
.elementor-widget-mdn_notice_link_elementor {
  background-color: #4D8488;
  color: white;
  padding: 8px 25px 11px;
  border-radius: 3px;
  line-height: 1.25em;
}
/* line 9, ../../assets/scss/components/_notice.scss */
.elementor-widget-mdn_notice_elementor a,
.elementor-widget-mdn_notice_link_elementor a {
  color: white;
  text-decoration: underline;
}
/* line 13, ../../assets/scss/components/_notice.scss */
.elementor-widget-mdn_notice_elementor a:hover, .elementor-widget-mdn_notice_elementor a:focus,
.elementor-widget-mdn_notice_link_elementor a:hover,
.elementor-widget-mdn_notice_link_elementor a:focus {
  text-decoration: none;
}

/* line 21, ../../assets/scss/components/_notice.scss */
.elementor-widget-mdn_notice_link_elementor a {
  display: block;
  text-decoration: none;
}
/* line 25, ../../assets/scss/components/_notice.scss */
.elementor-widget-mdn_notice_link_elementor a i {
  margin-right: 5px;
}
/* line 30, ../../assets/scss/components/_notice.scss */
.elementor-widget-mdn_notice_link_elementor.custom {
  margin-bottom: 1.5rem;
}

/* line 2, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider {
  margin-bottom: 25px;
}

/* line 14, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider .slick-slide,
.slider-wrapper > .slider .slick-slide {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
/* line 20, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider img,
.slider-wrapper > .slider img {
  margin: 0 auto;
}
/* line 24, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider .slick-prev,
.slider-large-wrapper > .slider .slick-next,
.slider-wrapper > .slider .slick-prev,
.slider-wrapper > .slider .slick-next {
  font-size: 0;
  padding: 0;
  color: transparent;
  background: none transparent;
  z-index: 1;
  width: 56px;
  height: 50px;
}
/* line 34, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider .slick-prev:before,
.slider-large-wrapper > .slider .slick-next:before,
.slider-wrapper > .slider .slick-prev:before,
.slider-wrapper > .slider .slick-next:before {
  font-size: 3.125rem;
  font-family: "icomoon";
}
/* line 40, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider .slick-prev,
.slider-wrapper > .slider .slick-prev {
  left: 30px;
}
/* line 43, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider .slick-prev:before,
.slider-wrapper > .slider .slick-prev:before {
  content: "\e900";
}
/* line 48, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider .slick-next,
.slider-wrapper > .slider .slick-next {
  right: 30px;
}
/* line 51, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider .slick-next:before,
.slider-wrapper > .slider .slick-next:before {
  content: "\e901";
}
@media (max-width: 991px) {
  /* line 57, ../../assets/scss/components/_galerie-slide-large.scss */
  .slider-large-wrapper > .slider-nav-thumbnails,
  .slider-wrapper > .slider-nav-thumbnails {
    display: none;
  }
}
/* line 62, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider-nav-thumbnails .slick-arrow,
.slider-wrapper > .slider-nav-thumbnails .slick-arrow {
  display: none !important;
}
/* line 66, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider-nav-thumbnails .slick-list,
.slider-wrapper > .slider-nav-thumbnails .slick-list {
  margin: 0 -15px;
  overflow: hidden;
}
/* line 70, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider-nav-thumbnails .slick-list .slick-slide,
.slider-wrapper > .slider-nav-thumbnails .slick-list .slick-slide {
  margin: 0 15px;
  cursor: pointer;
}
/* line 73, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider-nav-thumbnails .slick-list .slick-slide img,
.slider-wrapper > .slider-nav-thumbnails .slick-list .slick-slide img {
  margin: 0 auto;
}
/* line 79, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider-nav-thumbnails .slick-list .slick-slide:not(.slick-current),
.slider-wrapper > .slider-nav-thumbnails .slick-list .slick-slide:not(.slick-current) {
  background-color: black;
}
/* line 82, ../../assets/scss/components/_galerie-slide-large.scss */
.slider-large-wrapper > .slider-nav-thumbnails .slick-list .slick-slide:not(.slick-current) img,
.slider-wrapper > .slider-nav-thumbnails .slick-list .slick-slide:not(.slick-current) img {
  opacity: 0.5;
}

/* line 1, ../../assets/scss/components/_stay-list.scss */
.posts__filter {
  display: flex;
  background: #D8D8D6;
  padding: 26px 20px;
  margin-bottom: 40px;
  flex-direction: column;
  border-radius: 8px;
}
/* line 9, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__head h4 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  /* line 14, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__body {
    display: none;
    position: absolute;
    background: #D8D8D6;
    z-index: 5;
    top: 76px;
    width: 100%;
    left: 0;
    padding: 20px;
  }
  /* line 24, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__body button[type="submit"] {
    width: 100% !important;
  }
  /* line 29, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__head {
    display: flex;
    margin-left: 15px;
  }
  /* line 33, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__head .filter__mobile {
    display: block;
    cursor: pointer;
    margin-right: 15px;
  }
  /* line 43, ../../assets/scss/components/_stay-list.scss */
  .posts__filter.active .filter__mobile i:before {
    content: '\e928';
  }
}
@media screen and (min-width: 768px) {
  /* line 52, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__mobile {
    display: none;
  }
  /* line 56, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__head {
    margin-bottom: 10px;
  }
}
/* line 62, ../../assets/scss/components/_stay-list.scss */
.posts__filter.active .filter__body {
  display: block;
}
/* line 67, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__elements {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 768px) {
  /* line 67, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__elements {
    flex-direction: column;
  }
  /* line 75, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__elements .filter__select {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 79, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__elements .filter__select input,
  .posts__filter .filter__elements .filter__select select {
    max-width: 100% !important;
    width: 100%;
  }
  /* line 87, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__elements .filter__date span.label {
    margin-bottom: 5px;
  }
  /* line 91, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__elements .filter__date input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 99, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__elements button[type="submit"] {
  background: #333333;
  cursor: pointer;
  border-radius: 5px;
  padding: 0;
  font-size: 20px;
  border: 2px solid #333333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 44px;
  width: 44px;
  line-height: 44px;
}
@media screen and (max-width: 560px) {
  /* line 99, ../../assets/scss/components/_stay-list.scss */
  .posts__filter .filter__elements button[type="submit"] {
    width: auto;
  }
}
/* line 117, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__elements button[type="submit"]:hover {
  background: transparent;
  color: #333333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 125, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select {
  position: relative;
  width: fit-content;
  height: 44px;
}
/* line 132, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select,
.posts__filter .filter__select input {
  appearance: none;
  border: 2px solid #333333;
  color: #333333;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 35px 11px 10px;
  margin-right: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  position: relative;
  z-index: 1;
}
/* line 147, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select option,
.posts__filter .filter__select input option {
  font-size: 14px;
}
/* line 151, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select:focus,
.posts__filter .filter__select input:focus {
  border-color: #4D8488;
}
/* line 155, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select[id="payment"],
.posts__filter .filter__select input[id="payment"] {
  max-width: 190px;
}
/* line 159, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select[id="nbrpersonne"],
.posts__filter .filter__select input[id="nbrpersonne"] {
  max-width: 195px;
}
/* line 163, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select[id="equipements"],
.posts__filter .filter__select input[id="equipements"] {
  max-width: 150px;
}
/* line 167, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select[id="commune"], .posts__filter .filter__select select[id="commune_restaurants"],
.posts__filter .filter__select input[id="commune"],
.posts__filter .filter__select input[id="commune_restaurants"] {
  max-width: 150px;
}
/* line 171, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select[id="commune"] option, .posts__filter .filter__select select[id="commune_restaurants"] option,
.posts__filter .filter__select input[id="commune"] option,
.posts__filter .filter__select input[id="commune_restaurants"] option {
  text-transform: uppercase;
}
/* line 176, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select[id="labels"],
.posts__filter .filter__select input[id="labels"] {
  max-width: 100px;
}
/* line 180, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select select[id="price"],
.posts__filter .filter__select input[id="price"] {
  max-width: 135px;
  padding: 12px 10px 11px;
}
/* line 188, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__select:not(.no-select):after {
  content: "\e909";
  font-family: 'icomoon';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 208, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__date {
  position: relative;
}
/* line 211, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__date .label {
  font-weight: bold;
}
/* line 215, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__date input {
  appearance: none;
  border: 2px solid #333333;
  color: #333333;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 10px 8px;
  height: 44px;
  margin-right: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
}
/* line 228, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__date input:focus {
  border-color: #4D8488;
}
/* line 236, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__actions button {
  border: 0;
  padding: 12px;
  height: 44px;
  text-align: center;
  width: 44px;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: #A6A6A5;
  transition: all 0.3s linear;
}
/* line 248, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__actions button.active, .posts__filter .filter__actions button:hover {
  background-color: #333;
  transition: all 0.3s linear;
}
/* line 254, ../../assets/scss/components/_stay-list.scss */
.posts__filter .filter__actions button:last-child {
  margin-right: 0;
}
/* line 260, ../../assets/scss/components/_stay-list.scss */
.posts__filter.posts__filter__agenda {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 265, ../../assets/scss/components/_stay-list.scss */
.posts__filter.posts__filter__agenda .filter__head {
  margin: 0 15px 0 0;
  min-width: 130px;
  line-height: 1;
}
/* line 270, ../../assets/scss/components/_stay-list.scss */
.posts__filter.posts__filter__agenda .filter__head h4 {
  margin: 0;
}
/* line 278, ../../assets/scss/components/_stay-list.scss */
.posts__filter.posts__filter__agenda .filter__body, .posts__filter.posts__filter__restaurants .filter__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  /* line 285, ../../assets/scss/components/_stay-list.scss */
  .posts__filter.posts__filter__agenda .filter__body, .posts__filter.posts__filter__restaurants .filter__body {
    display: none;
    flex-direction: column;
    top: 56px;
  }
  /* line 291, ../../assets/scss/components/_stay-list.scss */
  .posts__filter.posts__filter__agenda .filter__actions, .posts__filter.posts__filter__restaurants .filter__actions {
    display: none;
  }
  /* line 296, ../../assets/scss/components/_stay-list.scss */
  .posts__filter.posts__filter__agenda.active .filter__body, .posts__filter.posts__filter__restaurants.active .filter__body {
    display: flex;
  }
}

/* line 304, ../../assets/scss/components/_stay-list.scss */
.posts__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 30px;
}
@media screen and (min-width: 768px) {
  /* line 304, ../../assets/scss/components/_stay-list.scss */
  .posts__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1201px) {
  /* line 304, ../../assets/scss/components/_stay-list.scss */
  .posts__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* line 318, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  /* line 318, ../../assets/scss/components/_stay-list.scss */
  .posts__list .posts__item {
    max-width: 383px;
    margin: 0 auto;
  }
}
/* line 327, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a {
  height: 100%;
  position: relative;
  display: block;
}
/* line 332, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a span {
  display: block;
}
/* line 335, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a span.posts__content .date {
  display: flex;
  align-items: center;
}
/* line 339, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a span.posts__content .date span {
  margin-right: 7px;
}
/* line 345, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__wrapper-img {
  position: relative;
  margin-bottom: -20px;
}
/* line 349, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__wrapper-img .posts__favorites {
  position: absolute;
  top: 15px;
  right: 15px;
}
/* line 354, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__wrapper-img .posts__favorites i {
  font-size: 20px;
  color: #4D8488;
}
/* line 360, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__wrapper-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .5s;
  transition: all 0.3s linear;
}
/* line 371, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .icon-heart-regular {
  transition: all 0.1s;
}
/* line 375, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .icon-heart-regular:hover::before {
  content: "\e90b";
}
/* line 381, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__content {
  position: relative;
  display: block;
  color: #fff;
  background-color: #4D8488;
  padding: 12px 16px 20px;
  text-align: center;
}
/* line 393, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__content:before {
  content: "";
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-vert.svg") no-repeat;
  background-size: calc(100% + 5px) auto;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  top: -13px;
}
/* line 406, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
/* line 412, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__content h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: capitalize;
}
/* line 419, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a .posts__content .posts__price {
  font-size: 16px;
  font-weight: 500;
}
/* line 427, ../../assets/scss/components/_stay-list.scss */
.posts__list .posts__item a:hover .posts__wrapper-img img, .posts__list .posts__item a:focus .posts__wrapper-img img {
  transform: scale(1.02);
  transition: all 0.3s linear;
}
/* line 441, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__hebergement .posts__item a .posts__content {
  text-align: left;
  padding: 5px 20px 10px;
}
/* line 445, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__hebergement .posts__item a .posts__content h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}
/* line 456, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item {
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 1201px) {
  /* line 456, ../../assets/scss/components/_stay-list.scss */
  .posts__list.posts__list__agenda .posts__item {
    min-height: 390px;
  }
}
/* line 465, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__wrapper-img .posts__favorites i {
  color: white;
}
/* line 469, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__wrapper-img .date {
  z-index: 1;
  left: 15px;
  top: 15px;
  position: absolute;
  padding: 4px;
  background-color: #4D8488;
  color: white;
  font-size: 24px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  width: 62px;
  font-weight: bold;
  line-height: 1;
}
/* line 485, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__wrapper-img .date .month {
  font-size: 12px;
}
/* line 490, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__wrapper-img img {
  width: 100%;
  height: auto;
  object-fit: inherit;
  transform: scale(1);
  transition: all 0.3s linear;
}
/* line 497, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__wrapper-img img:focus, .posts__list.posts__list__agenda .posts__item a .posts__wrapper-img img:hover {
  transform: scale(1.02);
  transition: all 0.3s linear;
}
/* line 505, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__content {
  text-align: left;
  background: none white;
  color: #4D8488;
}
/* line 510, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__content:before {
  content: "";
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-blanche-agenda.svg") repeat-x 0 0 transparent;
  background-size: calc(100% + 5px) auto;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  top: -13px;
}
/* line 523, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__content .city {
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
}
/* line 529, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__agenda .posts__item a .posts__content h3 {
  font-size: 24px;
  min-height: 78px;
  line-height: 26px;
}

/* line 541, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .btn.btn-primary {
  position: absolute;
  right: 0;
  top: -95px;
}
/* line 546, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .btn.btn-primary.btn-hidden-xs {
  display: inline-block;
}
/* line 550, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .btn.btn-primary.btn-hidden-xl {
  display: none;
}
@media (max-width: 767px) {
  /* line 556, ../../assets/scss/components/_stay-list.scss */
  .app-elementor__agenda-slide .btn.btn-primary {
    position: relative;
    right: 0;
    top: 0;
  }
  /* line 561, ../../assets/scss/components/_stay-list.scss */
  .app-elementor__agenda-slide .btn.btn-primary.btn-hidden-xs {
    display: none;
  }
  /* line 565, ../../assets/scss/components/_stay-list.scss */
  .app-elementor__agenda-slide .btn.btn-primary.btn-hidden-xl {
    display: block;
    margin: 50px auto 0;
    max-width: 194px;
  }
}
/* line 573, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda {
  grid-gap: inherit;
  display: block;
  grid-template-columns: inherit;
}
/* line 578, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda .posts__item {
  margin: 0 15px;
}
/* line 586, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-prev,
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-next {
  font-size: 0;
  padding: 0;
  color: transparent;
  background: none transparent;
  z-index: 1;
  width: 56px;
  height: 50px;
  top: -70px;
  bottom: inherit;
}
/* line 598, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-prev:before,
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-next:before {
  font-size: 3.125rem;
  font-family: "icomoon";
  color: #333333;
  opacity: 0.25;
  transition: all 0.3s linear;
}
/* line 608, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-prev:focus:before, .app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-prev:hover:before,
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-next:focus:before,
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-next:hover:before {
  opacity: 1;
  transition: all 0.3s linear;
}
/* line 615, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-prev {
  right: 325px;
  left: inherit;
}
/* line 619, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-prev:before {
  content: "\e900";
}
/* line 624, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-next {
  right: 250px;
}
/* line 627, ../../assets/scss/components/_stay-list.scss */
.app-elementor__agenda-slide .posts__list.posts__list__agenda .slick-next:before {
  content: "\e901";
}

/* line 634, ../../assets/scss/components/_stay-list.scss */
.post__empty {
  padding: 20px 15px;
  background: #333;
  color: #fff;
}

/* line 648, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__standard .posts__item a {
  height: auto;
}
/* line 651, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__standard .posts__item a .posts__wrapper-img {
  margin-bottom: 0;
}
/* line 654, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__standard .posts__item a .posts__wrapper-img img {
  height: auto;
  object-fit: inherit;
}
/* line 661, ../../assets/scss/components/_stay-list.scss */
.posts__list.posts__list__standard .posts__item a .posts__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
}

/* line 1, ../../assets/scss/components/_pagination.scss */
.pagination__default {
  margin: 50px auto 0 auto;
  text-align: center;
}
/* line 6, ../../assets/scss/components/_pagination.scss */
.pagination__default .nav-links .page-numbers {
  background: transparent;
  color: #BD5D38;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 14, ../../assets/scss/components/_pagination.scss */
.pagination__default .nav-links .page-numbers.current, .pagination__default .nav-links .page-numbers:hover {
  background: #BD5D38;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 20, ../../assets/scss/components/_pagination.scss */
.pagination__default .nav-links .page-numbers:not(:last-child) {
  margin-right: 5px;
}

/* line 3, ../../assets/scss/components/_favorites.scss */
#header-favoris .header__favorites a {
  position: relative;
}
/* line 6, ../../assets/scss/components/_favorites.scss */
#header-favoris .header__favorites a span.favorites__count {
  position: absolute;
  background: #333;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  top: -3px;
  right: -11px;
}
/* line 19, ../../assets/scss/components/_favorites.scss */
#header-favoris .header__favorites a span.favorites__count.none {
  display: none;
}

/* line 30, ../../assets/scss/components/_favorites.scss */
.page__favorites .favorites__wrapper .posts__item .posts__favorites {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  opacity: 1;
  cursor: pointer;
}
/* line 39, ../../assets/scss/components/_favorites.scss */
.page__favorites .favorites__wrapper .posts__item .posts__favorites:before, .page__favorites .favorites__wrapper .posts__item .posts__favorites:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 25px;
  width: 4px;
  background-color: #4D8488;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
/* line 50, ../../assets/scss/components/_favorites.scss */
.page__favorites .favorites__wrapper .posts__item .posts__favorites:before {
  transform: rotate(45deg);
}
/* line 54, ../../assets/scss/components/_favorites.scss */
.page__favorites .favorites__wrapper .posts__item .posts__favorites:after {
  transform: rotate(-45deg);
}
/* line 60, ../../assets/scss/components/_favorites.scss */
.page__favorites .favorites__wrapper .posts__item .posts__favorites:hover:before, .page__favorites .favorites__wrapper .posts__item .posts__favorites:hover:after {
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
/* line 65, ../../assets/scss/components/_favorites.scss */
.page__favorites .favorites__wrapper .posts__item .posts__favorites:hover:before {
  transform: rotate(90deg);
}
/* line 69, ../../assets/scss/components/_favorites.scss */
.page__favorites .favorites__wrapper .posts__item .posts__favorites:hover:after {
  transform: rotate(-90deg);
}

/* line 2, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .slick-list {
  padding: 0 20% 0 0 !important;
}
@media screen and (min-width: 768px) {
  /* line 6, ../../assets/scss/components/_weather.scss */
  .weather-elementor__map .weathers__list {
    display: grid;
    grid-gap: 30px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1201px) {
  /* line 6, ../../assets/scss/components/_weather.scss */
  .weather-elementor__map .weathers__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* line 18, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item {
  background: #fff;
}
@media screen and (max-width: 767px) {
  /* line 18, ../../assets/scss/components/_weather.scss */
  .weather-elementor__map .weather__item {
    margin-right: 20px;
  }
}
/* line 25, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__content {
  padding: 30px;
}
/* line 29, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__head {
  text-align: center;
  margin-bottom: 20px;
}
/* line 33, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__head h2,
.weather-elementor__map .weather__item .weather__head h3 {
  font-size: 24px;
  color: #4D8488;
  margin: 0;
}
/* line 40, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__head h2 {
  font-weight: bold;
}
/* line 44, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__head h3 {
  font-weight: normal;
}
/* line 49, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__body {
  text-align: center;
}
/* line 52, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__body .weather__type {
  display: inline-block;
  border: 3px solid rgba(51, 52, 50, 0.07);
  font-size: 14px;
  color: #4D8488;
  padding: 5px 10px;
  border-radius: 25px;
  margin-bottom: 10px;
}
/* line 62, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__body .weather__temperature {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  min-height: 50px;
}
/* line 69, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__body .weather__temperature i {
  font-size: 50px;
  color: #4D8488;
  margin-right: 10px;
}
/* line 75, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__body .weather__temperature span.weather__celsius {
  font-size: 24px;
  font-weight: bold;
  color: #4D8488;
}
/* line 83, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__body .weather__data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 88, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__body .weather__data ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
/* line 95, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__body .weather__data ul li h5,
.weather-elementor__map .weather__item .weather__body .weather__data ul li span {
  font-weight: 500;
}
/* line 104, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__footer {
  background: #4D8488;
  position: relative;
}
/* line 108, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__footer:before {
  content: "";
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-vert.svg") no-repeat;
  background-size: calc(100% + 5px) auto;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  top: -13px;
}
/* line 121, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__footer ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 8px 25px 20px;
  color: #fff;
}
/* line 132, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__footer ul li h5 {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 137, ../../assets/scss/components/_weather.scss */
.weather-elementor__map .weather__item .weather__footer ul li i {
  font-size: 25px;
}

/* line 3, ../../assets/scss/components/_brochure.scss */
.brochure-text-overlay-top-text mark {
  background: #BD5D38;
  color: white;
  padding: 5px;
}

/* line 10, ../../assets/scss/components/_brochure.scss */
.brochure-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
/* line 16, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card {
  position: relative;
  margin: 15px;
  width: 280px;
  height: 327px;
  cursor: pointer;
  display: block;
}
/* line 25, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card .brochure-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: #0000007e;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  font-family: 'Barlow', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
/* line 40, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card .brochure-text-overlay {
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 48, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card .brochure-text-overlay .brochure-text-overlay-top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  padding: 10px;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
}
/* line 58, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card .brochure-text-overlay .brochure-text-overlay-top .brochure-logo {
  width: 120px;
}
/* line 62, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card .brochure-text-overlay .brochure-text-overlay-top .brochure-text-overlay-top-text {
  font-family: Barlow, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0px 0px 0px;
}
/* line 71, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card .brochure-text-overlay .brochure-text-overlay-bot {
  display: flex;
  width: 100%;
  min-height: 65px;
  align-items: center;
  position: relative;
  background: #4D8488;
  justify-content: space-between;
  padding: 15px 20px;
}
/* line 81, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card .brochure-text-overlay .brochure-text-overlay-bot .brochure-text-overlay-bot-text {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  max-width: 206px;
}
/* line 90, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card .brochure-text-overlay .brochure-text-overlay-bot .icon-recherche {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  transition: all 0.3s linear;
}
/* line 104, ../../assets/scss/components/_brochure.scss */
.brochure-container .brochure-card:hover .brochure-text-overlay .brochure-text-overlay-bot .icon-recherche, .brochure-container .brochure-card:focus .brochure-text-overlay .brochure-text-overlay-bot .icon-recherche {
  background-color: #BD5D38;
  transition: all 0.3s linear;
}

/* line 112, ../../assets/scss/components/_brochure.scss */
#brochure-form-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 100px -15px 0;
}
@media (max-width: 992px) {
  /* line 112, ../../assets/scss/components/_brochure.scss */
  #brochure-form-container {
    flex-direction: column;
  }
}
/* line 123, ../../assets/scss/components/_brochure.scss */
#brochure-form-container .brochure-card-in-form {
  width: 280px;
  height: 327px;
  position: relative;
  margin: 0 15px;
}
/* line 129, ../../assets/scss/components/_brochure.scss */
#brochure-form-container .brochure-card-in-form .brochure-text-overlay {
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 137, ../../assets/scss/components/_brochure.scss */
#brochure-form-container .brochure-card-in-form .brochure-text-overlay .brochure-text-overlay-top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  padding: 10px;
}
/* line 147, ../../assets/scss/components/_brochure.scss */
#brochure-form-container .brochure-card-in-form .brochure-text-overlay .brochure-text-overlay-top .brochure-logo {
  width: 120px;
}
/* line 151, ../../assets/scss/components/_brochure.scss */
#brochure-form-container .brochure-card-in-form .brochure-text-overlay .brochure-text-overlay-top .brochure-text-overlay-top-text {
  font-family: Barlow, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0px 0px 0px;
}
/* line 160, ../../assets/scss/components/_brochure.scss */
#brochure-form-container .brochure-card-in-form .brochure-text-overlay .brochure-text-overlay-bot {
  display: flex;
  width: 100%;
  height: 20%;
  align-items: center;
  position: relative;
  background: #4D8488;
  justify-content: space-between;
  padding: 0px 20px 0px 20px;
}
/* line 170, ../../assets/scss/components/_brochure.scss */
#brochure-form-container .brochure-card-in-form .brochure-text-overlay .brochure-text-overlay-bot .brochureTextOverlayBotText {
  font-family: Barlow, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
/* line 180, ../../assets/scss/components/_brochure.scss */
#brochure-form-container #brochure-form-container-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  position: relative;
  margin: 0 15px;
}
@media (max-width: 1200px) {
  /* line 180, ../../assets/scss/components/_brochure.scss */
  #brochure-form-container #brochure-form-container-form {
    width: 60%;
  }
}
@media (max-width: 992px) {
  /* line 180, ../../assets/scss/components/_brochure.scss */
  #brochure-form-container #brochure-form-container-form {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 197, ../../assets/scss/components/_brochure.scss */
#brochure-form-container #brochure-form-container-form #brochure-form-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
@media (max-width: 992px) {
  /* line 197, ../../assets/scss/components/_brochure.scss */
  #brochure-form-container #brochure-form-container-form #brochure-form-close {
    top: 6%;
    right: 0%;
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 768px) {
  /* line 197, ../../assets/scss/components/_brochure.scss */
  #brochure-form-container #brochure-form-container-form #brochure-form-close {
    top: 11px;
    right: 15px;
    width: 17px;
    height: 17px;
  }
}
/* line 221, ../../assets/scss/components/_brochure.scss */
#brochure-form-container #brochure-form-container-form .brochure-form-title {
  font-size: 36px !important;
  margin: 0 0 0 1%;
}
@media (max-width: 1200px) {
  /* line 221, ../../assets/scss/components/_brochure.scss */
  #brochure-form-container #brochure-form-container-form .brochure-form-title {
    margin: 0 0 0 1%;
    font-size: 24px !important;
  }
}
@media (max-width: 768px) {
  /* line 221, ../../assets/scss/components/_brochure.scss */
  #brochure-form-container #brochure-form-container-form .brochure-form-title {
    margin: 0 0 0 3%;
    font-size: 24px !important;
  }
}
/* line 236, ../../assets/scss/components/_brochure.scss */
#brochure-form-container #brochure-form-container-form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 241, ../../assets/scss/components/_brochure.scss */
#brochure-form-container #brochure-form-container-form form p {
  width: 30%;
  margin: 1% 1% 1% 1%;
}
@media (max-width: 768px) {
  /* line 241, ../../assets/scss/components/_brochure.scss */
  #brochure-form-container #brochure-form-container-form form p {
    width: 100% !important;
    padding: 2% 2% 2% 2%;
  }
}
/* line 251, ../../assets/scss/components/_brochure.scss */
#brochure-form-container #brochure-form-container-form form p:nth-child(5) {
  width: 62%;
}
/* line 255, ../../assets/scss/components/_brochure.scss */
#brochure-form-container #brochure-form-container-form form p:nth-child(8) {
  width: 100% !important;
}
/* line 259, ../../assets/scss/components/_brochure.scss */
#brochure-form-container #brochure-form-container-form form #rgpd-brochures {
  margin: 0 0 6% -4%;
}

/* line 266, ../../assets/scss/components/_brochure.scss */
.brochures-input {
  border: none;
  width: 100%;
  padding: 1rem;
  font-family: 'Barlow', sans-serif;
  color: #333333;
  border-radius: 0;
}

@media (max-width: 768px) {
  /* line 275, ../../assets/scss/components/_brochure.scss */
  #brochure-input-envoyer {
    display: block;
    max-width: 215px;
    margin: 30px auto 0;
  }
}

/* line 1, ../../assets/scss/components/_map.scss */
.app-elementor__map {
  position: relative;
  z-index: 1;
}
/* line 5, ../../assets/scss/components/_map.scss */
.app-elementor__map .map__bandeau {
  position: absolute;
  background: #fff;
  padding: 40px 35px;
  width: 100%;
  top: 0;
  z-index: 401;
  display: flex;
  align-items: center;
}
/* line 15, ../../assets/scss/components/_map.scss */
.app-elementor__map .map__bandeau h4 {
  margin-left: 5px;
}
/* line 19, ../../assets/scss/components/_map.scss */
.app-elementor__map .map__bandeau .bandeau__count {
  font-size: 12px;
  font-weight: normal;
}
/* line 25, ../../assets/scss/components/_map.scss */
.app-elementor__map .map__search {
  position: absolute;
  top: 135px;
  right: 20px;
  z-index: 401;
}
/* line 31, ../../assets/scss/components/_map.scss */
.app-elementor__map .map__search input {
  border: none;
  background: #fff;
  padding: 10px;
  width: 330px;
}
/* line 37, ../../assets/scss/components/_map.scss */
.app-elementor__map .map__search input:focus {
  outline: none;
}
/* line 42, ../../assets/scss/components/_map.scss */
.app-elementor__map .map__search i {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 52, ../../assets/scss/components/_map.scss */
.app-map .app-cluster,
#app-map-system .app-cluster {
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  background: #333;
}
/* line 64, ../../assets/scss/components/_map.scss */
.app-map .app-cluster.app-cluster-hebergements,
#app-map-system .app-cluster.app-cluster-hebergements {
  background: #4D8488;
}
/* line 68, ../../assets/scss/components/_map.scss */
.app-map .app-cluster.app-cluster-restaurants,
#app-map-system .app-cluster.app-cluster-restaurants {
  background: #FE7E6D;
}
/* line 72, ../../assets/scss/components/_map.scss */
.app-map .app-cluster.app-cluster-loisirs,
#app-map-system .app-cluster.app-cluster-loisirs {
  background: #FFBD35;
}
/* line 76, ../../assets/scss/components/_map.scss */
.app-map .app-cluster.app-cluster-lieux,
#app-map-system .app-cluster.app-cluster-lieux {
  background: #8946A6;
}
/* line 80, ../../assets/scss/components/_map.scss */
.app-map .app-cluster.app-cluster-incontournables,
#app-map-system .app-cluster.app-cluster-incontournables {
  background: #68B6BC;
}
/* line 85, ../../assets/scss/components/_map.scss */
.app-map .leaflet-top.leaflet-left,
#app-map-system .leaflet-top.leaflet-left {
  z-index: 400 !important;
  bottom: 15px;
  top: auto !important;
}
/* line 92, ../../assets/scss/components/_map.scss */
.app-map .popup-map h2,
#app-map-system .popup-map h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
/* line 98, ../../assets/scss/components/_map.scss */
.app-map .popup-map p,
#app-map-system .popup-map p {
  margin: 10px 0;
  font-size: 14px;
}
/* line 103, ../../assets/scss/components/_map.scss */
.app-map .popup-map a,
#app-map-system .popup-map a {
  background: #4D8488;
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-align: center;
  margin-top: 10px;
  border: none;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 116, ../../assets/scss/components/_map.scss */
.app-map .popup-map a:hover,
#app-map-system .popup-map a:hover {
  background: #333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 124, ../../assets/scss/components/_map.scss */
.app-elementor__gpx {
  text-align: center;
}
/* line 127, ../../assets/scss/components/_map.scss */
.app-elementor__gpx #app-gpx {
  z-index: 1;
  margin-bottom: 1.5rem;
}

/* line 2, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slick-slide {
  position: relative;
  min-height: 460px;
}
/* line 6, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slick-slide .title-bloc {
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 30px;
}
/* line 14, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slick-slide .content-text {
  background-color: white;
  padding: 30px 45px;
  min-height: 365px;
  position: absolute;
  left: 0;
  top: 95px;
  max-width: 39%;
}
/* line 23, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slick-slide .content-text .title {
  font-size: 2.75rem;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
  line-height: 1em;
}
/* line 31, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slick-slide .content-text .content {
  display: block;
  margin-bottom: 15px;
}
/* line 39, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slick-slide img {
  max-width: 66%;
  float: right;
  margin-bottom: 95px;
}
/* line 48, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev,
.elementor-widget-mdn_slide_texte_image_elementor .slider-wrapper > .slider .slick-next {
  top: inherit;
  bottom: 0;
}
/* line 53, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev:before,
.elementor-widget-mdn_slide_texte_image_elementor .slider-wrapper > .slider .slick-next:before {
  color: #333333;
  opacity: 0.25;
}
/* line 58, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev:hover:before,
.elementor-widget-mdn_slide_texte_image_elementor .slider-wrapper > .slider .slick-next:hover:before {
  opacity: 1;
}
/* line 63, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev {
  left: 50%;
  margin-left: -80px;
}
/* line 68, ../../assets/scss/components/_slide-texte-image.scss */
.elementor-widget-mdn_slide_texte_image_elementor .slider-wrapper > .slider .slick-next {
  right: 50%;
  margin-right: -80px;
}

@media (max-width: 991px) {
  /* line 77, ../../assets/scss/components/_slide-texte-image.scss */
  .elementor-widget-mdn_slide_texte_image_elementor .slick-slide {
    min-height: inherit;
  }
  /* line 80, ../../assets/scss/components/_slide-texte-image.scss */
  .elementor-widget-mdn_slide_texte_image_elementor .slick-slide .content-text {
    position: relative;
    max-width: 100%;
  }
  /* line 85, ../../assets/scss/components/_slide-texte-image.scss */
  .elementor-widget-mdn_slide_texte_image_elementor .slick-slide img {
    max-width: 100%;
    float: none;
  }
}
/* line 1, ../../assets/scss/pages/_home.scss */
#section-slide {
  position: relative;
}
/* line 4, ../../assets/scss/pages/_home.scss */
#section-slide:after {
  font-family: 'icomoon';
  content: "\e915";
  color: #4d8487;
  font-size: 450px;
  position: absolute;
  right: 0;
  height: 170px;
  line-height: 170px;
  bottom: -10px;
}

@media (max-width: 767px) {
  /* line 19, ../../assets/scss/pages/_home.scss */
  #section-slide:after {
    font-size: 250px;
    height: 150px;
    line-height: 200px;
  }
}
/* line 27, ../../assets/scss/pages/_home.scss */
#section-decouvrir {
  position: relative;
  overflow: hidden;
}
/* line 31, ../../assets/scss/pages/_home.scss */
#section-decouvrir:after {
  content: "";
  background: url("../../assets/images/svg/barre-grise-decouvrir.svg") repeat-x center bottom transparent;
  height: 41px;
  width: calc(100% + 3px);
  bottom: -1px;
  left: 0;
  position: absolute;
  background-size: cover;
}
/* line 55, ../../assets/scss/pages/_home.scss */
#section-decouvrir > .elementor-container {
  z-index: 1;
}

/* line 74, ../../assets/scss/pages/_home.scss */
#section-incontournables {
  overflow: hidden;
}
/* line 77, ../../assets/scss/pages/_home.scss */
#section-incontournables h2.elementor-heading-title {
  z-index: 0;
  position: relative;
}
/* line 81, ../../assets/scss/pages/_home.scss */
#section-incontournables h2.elementor-heading-title:before {
  content: "Incontournables";
  font-size: 12rem;
  color: #d7d7d5;
  text-transform: uppercase;
  position: absolute;
  left: 18%;
  top: 20px;
  z-index: -1;
}
/* line 93, ../../assets/scss/pages/_home.scss */
#section-incontournables .mdn-categ-img-default {
  flex-flow: wrap;
}
/* line 96, ../../assets/scss/pages/_home.scss */
#section-incontournables .mdn-categ-img-default .mdn-categ-img-elementor {
  max-width: calc(33.33% - 30px);
  margin: 0 15px 30px !important;
}

@media (min-width: 768px) and (max-width: 1270px) {
  /* line 106, ../../assets/scss/pages/_home.scss */
  #section-incontournables .mdn-categ-img-default .mdn-categ-img-elementor {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  /* line 116, ../../assets/scss/pages/_home.scss */
  #section-incontournables h2.elementor-heading-title:before {
    font-size: 6rem;
    left: 0;
    top: 10px;
  }
  /* line 124, ../../assets/scss/pages/_home.scss */
  #section-incontournables .mdn-categ-img-default .mdn-categ-img-elementor {
    max-width: 100%;
    margin: 0 20px 30px 0 !important;
  }
}
/* line 132, ../../assets/scss/pages/_home.scss */
#section-decouvrez {
  overflow: hidden;
}
/* line 135, ../../assets/scss/pages/_home.scss */
#section-decouvrez h2.elementor-heading-title {
  z-index: 0;
  position: relative;
}
/* line 139, ../../assets/scss/pages/_home.scss */
#section-decouvrez h2.elementor-heading-title:before {
  content: "Decouvrez...";
  font-size: 8rem;
  color: #d7d7d5;
  text-transform: uppercase;
  position: absolute;
  left: 25%;
  top: -10px;
  white-space: nowrap;
  z-index: -1;
}

@media (max-width: 767px) {
  /* line 156, ../../assets/scss/pages/_home.scss */
  #section-decouvrez h2.elementor-heading-title:before {
    font-size: 6.5rem;
    left: -30%;
    top: 10px;
  }
}
/* line 194, ../../assets/scss/pages/_home.scss */
#section-agenda {
  overflow: hidden;
}
/* line 197, ../../assets/scss/pages/_home.scss */
#section-agenda h2.elementor-heading-title {
  z-index: 0;
  position: relative;
}
/* line 201, ../../assets/scss/pages/_home.scss */
#section-agenda h2.elementor-heading-title:before {
  content: "Agenda";
  font-size: 10rem;
  color: #d7d7d5;
  text-transform: uppercase;
  position: absolute;
  left: -18%;
  top: 25px;
  z-index: -1;
}

@media (max-width: 767px) {
  /* line 217, ../../assets/scss/pages/_home.scss */
  #section-agenda h2.elementor-heading-title:before {
    font-size: 6.5rem;
    left: -30%;
    top: 10px;
  }
}
/* line 231, ../../assets/scss/pages/_home.scss */
#section-galerie:before {
  content: "";
  background: url("../../assets/images/svg/barre-rouge-galerie-photo-haut.svg") repeat-x center bottom transparent;
  height: 49px;
  width: 100%;
  top: -15px;
  left: 0;
  position: absolute;
  background-size: cover;
}
/* line 242, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container {
  display: flex;
  margin: 0 -15px;
}
/* line 246, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div {
  margin: 0 15px;
}
/* line 249, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 255, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-first {
  width: 42%;
  padding-top: 60px;
}
/* line 259, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-first .col-gp-home-first-top {
  margin-bottom: 30px;
}
/* line 263, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-first .col-gp-home-first-bottom {
  display: flex;
  margin: 0 -15px;
}
/* line 267, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-first .col-gp-home-first-bottom > div {
  margin: 0 15px;
}
/* line 270, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-first .col-gp-home-first-bottom > div.col-gp-home-first-bottom-left {
  width: 40%;
}
/* line 274, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-first .col-gp-home-first-bottom > div.col-gp-home-first-bottom-right {
  width: 60%;
}
/* line 281, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-second {
  width: 23%;
}
/* line 284, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-second img:first-child {
  margin-bottom: 30px;
}
/* line 289, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-third {
  padding-top: 100px;
  width: 35%;
}
/* line 293, ../../assets/scss/pages/_home.scss */
#section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-third img:first-child {
  margin-bottom: 30px;
}
/* line 300, ../../assets/scss/pages/_home.scss */
#section-galerie:after {
  font-family: 'icomoon';
  content: "\e914";
  color: #B15734;
  font-size: 550px;
  position: absolute;
  left: 0;
  height: 230px;
  line-height: 115px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 316, ../../assets/scss/pages/_home.scss */
  #section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container {
    flex-wrap: wrap;
  }
  /* line 320, ../../assets/scss/pages/_home.scss */
  #section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-first {
    width: 100%;
    padding-top: 0;
  }
  /* line 325, ../../assets/scss/pages/_home.scss */
  #section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-second {
    padding-top: 0;
    margin-top: -18px;
    width: calc(40% - 24px);
  }
  /* line 331, ../../assets/scss/pages/_home.scss */
  #section-galerie .elementor-widget-mdn_galerie_accueil_elementor .elementor-widget-container > div.col-gp-home-third {
    padding-top: 30px;
    width: calc(60% - 36px);
  }
  /* line 338, ../../assets/scss/pages/_home.scss */
  #section-galerie:after {
    font-size: 275px;
    height: 180px;
    line-height: 200px;
  }
}
/* line 347, ../../assets/scss/pages/_home.scss */
#section-video:before {
  content: "";
  background: url("../../assets/images/svg/barre-rouge-galerie-photo-bas.svg") repeat-x center bottom transparent;
  height: 49px;
  width: 100%;
  top: -15px;
  left: 0;
  position: absolute;
  background-size: cover;
}
/* line 358, ../../assets/scss/pages/_home.scss */
#section-video:after {
  font-family: 'icomoon';
  content: "\e916";
  color: #867D7D;
  font-size: 400px;
  position: absolute;
  right: 0;
  height: 276px;
  line-height: 320px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 374, ../../assets/scss/pages/_home.scss */
  #section-video:after {
    font-size: 180px;
    right: 0;
    height: 145px;
    line-height: 180px;
  }
}
/* line 383, ../../assets/scss/pages/_home.scss */
#section-secretsnormands {
  overflow-x: clip;
}
/* line 386, ../../assets/scss/pages/_home.scss */
#section-secretsnormands:before {
  content: "";
  background: url("../../assets/images/svg/barre-grise-decouvrir.svg") repeat-x center bottom transparent;
  height: 41px;
  width: 100%;
  top: -40px;
  left: 0;
  position: absolute;
  background-size: cover;
}

/* line 399, ../../assets/scss/pages/_home.scss */
#section-secretsnormands-content:before {
  content: "";
  background: url("../../assets/images/svg/barre-grise-decouvrir.svg") repeat-x center bottom transparent;
  height: 41px;
  width: calc(100% + 3px);
  top: -24px;
  left: 0;
  position: absolute;
  background-size: cover;
  transform: scaleY(-1) scaleX(-1);
}
/* line 411, ../../assets/scss/pages/_home.scss */
#section-secretsnormands-content:after {
  content: "";
  background: url("../../assets/images/svg/barre-grise-decouvrir.svg") repeat-x center bottom transparent;
  height: 41px;
  width: calc(100% + 3px);
  bottom: -24px;
  left: 0;
  position: absolute;
  background-size: cover;
}

/* line 423, ../../assets/scss/pages/_home.scss */
#section-en-un-clic {
  overflow: hidden;
}
/* line 426, ../../assets/scss/pages/_home.scss */
#section-en-un-clic h2.elementor-heading-title {
  z-index: 0;
  position: relative;
}
/* line 430, ../../assets/scss/pages/_home.scss */
#section-en-un-clic h2.elementor-heading-title:before {
  content: "Météo, Office de Tourisme, Brochure";
  white-space: nowrap;
  font-size: 10rem;
  color: #d7d7d5;
  text-transform: uppercase;
  position: absolute;
  left: 38%;
  top: 20px;
  z-index: -1;
}
/* line 444, ../../assets/scss/pages/_home.scss */
#section-en-un-clic .elementor-widget-html a {
  position: relative;
  display: block;
  background-color: #4d8487;
  color: white;
  min-height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  transition: all 0.3s linear;
}
/* line 456, ../../assets/scss/pages/_home.scss */
#section-en-un-clic .elementor-widget-html a:before {
  content: "";
  background: url("../../assets/images/svg/barre-grise-decouvrir.svg") repeat-x center bottom transparent;
  height: 41px;
  width: calc(100% + 3px);
  top: -24px;
  left: 0;
  position: absolute;
  background-size: cover;
  transform: scaleY(-1) scaleX(-1);
}
/* line 468, ../../assets/scss/pages/_home.scss */
#section-en-un-clic .elementor-widget-html a:after {
  content: "";
  background: url("../../assets/images/svg/barre-grise-decouvrir.svg") repeat-x center bottom transparent;
  height: 41px;
  width: calc(100% + 3px);
  bottom: -24px;
  left: 0;
  position: absolute;
  background-size: cover;
}
/* line 479, ../../assets/scss/pages/_home.scss */
#section-en-un-clic .elementor-widget-html a span {
  display: block;
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
/* line 486, ../../assets/scss/pages/_home.scss */
#section-en-un-clic .elementor-widget-html a span[class^="icon-"] {
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 30px;
}
/* line 493, ../../assets/scss/pages/_home.scss */
#section-en-un-clic .elementor-widget-html a:hover, #section-en-un-clic .elementor-widget-html a:focus {
  transform: translateY(-10px);
  transition: all 0.1s linear;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 504, ../../assets/scss/pages/_home.scss */
  #section-en-un-clic .elementor-element-populated {
    padding: 0;
  }
  /* line 508, ../../assets/scss/pages/_home.scss */
  #section-en-un-clic .elementor-element-populated .slick-list .elementor-widget-container {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 519, ../../assets/scss/pages/_home.scss */
  #section-en-un-clic h2.elementor-heading-title:before {
    font-size: 6rem;
    left: 0;
    top: 10px;
    white-space: nowrap;
  }
  /* line 527, ../../assets/scss/pages/_home.scss */
  #section-en-un-clic .elementor-element-populated {
    padding: 0;
  }
  /* line 531, ../../assets/scss/pages/_home.scss */
  #section-en-un-clic .elementor-element-populated .slick-list .elementor-widget-container {
    padding: 0 20px 0 0;
  }
}
/* line 540, ../../assets/scss/pages/_home.scss */
#section-instagram:after {
  font-family: 'icomoon';
  content: "\e915";
  color: #b35937;
  font-size: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70px;
}
/* line 551, ../../assets/scss/pages/_home.scss */
#section-instagram > .elementor-widget-wrap {
  position: relative;
}
/* line 554, ../../assets/scss/pages/_home.scss */
#section-instagram > .elementor-widget-wrap:before {
  content: "";
  background: url("../../assets/images/svg/barre-grise-decouvrir.svg") repeat-x center bottom transparent;
  height: 41px;
  width: calc(100% + 3px);
  top: -24px;
  left: 0;
  position: absolute;
  background-size: cover;
  transform: scaleY(-1) scaleX(-1);
}
/* line 566, ../../assets/scss/pages/_home.scss */
#section-instagram > .elementor-widget-wrap:after {
  content: "";
  background: url("../../assets/images/svg/barre-grise-decouvrir.svg") repeat-x center bottom transparent;
  height: 41px;
  width: calc(100% + 3px);
  bottom: -24px;
  left: 0;
  position: absolute;
  background-size: cover;
}
/* line 578, ../../assets/scss/pages/_home.scss */
#section-instagram .elementor-element {
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 585, ../../assets/scss/pages/_home.scss */
  #section-instagram:after {
    display: none;
  }
}
/* line 1, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper {
  /**
   * FEATURED
   */
  /**
   * HEAD
   */
  /**
   * CAROUSEL IMAGES
   */
  /**
   * CONTENT
   */
}
/* line 6, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__featured {
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
/* line 15, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__featured h1 {
  font-family: 'Barlow', sans-serif;
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: 800;
}
@media (max-width: 1024px) {
  /* line 15, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__featured h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  /* line 15, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__featured h1 {
    font-size: 2.25rem;
  }
}
/* line 32, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__head {
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  /* line 32, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__head {
    justify-content: flex-start;
  }
}
/* line 41, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__head #breadcrumbs {
  display: block;
}
@media (max-width: 1024px) {
  /* line 41, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__head #breadcrumbs {
    display: none;
  }
}
/* line 48, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__head .post__actions {
  display: flex;
  align-items: center;
}
/* line 52, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__head .post__actions a {
  margin-right: 25px;
  transition: all 0.3s linear;
}
/* line 56, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__head .post__actions a:hover, .post__content-wrapper .post__head .post__actions a:focus {
  color: #4D8488;
  transition: all 0.3s linear;
}
/* line 63, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__head .post__actions button {
  font-size: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  transition: all 0.3s linear;
}
/* line 71, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__head .post__actions button:hover, .post__content-wrapper .post__head .post__actions button:focus {
  color: #4D8488;
  transition: all 0.3s linear;
}
/* line 78, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__head .post__actions i {
  margin-left: 3px;
  vertical-align: middle;
}
/* line 88, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images {
  position: relative;
  margin-bottom: 2rem;
}
/* line 92, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  /* line 92, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info {
    display: none;
  }
}
/* line 100, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__left {
  left: 15px;
}
/* line 104, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__right {
  display: flex;
  align-items: center;
  right: 15px;
}
/* line 110, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__left,
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__right {
  position: absolute;
  top: 10px;
  z-index: 3;
}
/* line 117, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__persons {
  margin-right: 15px;
}
/* line 122, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__price p {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
/* line 128, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__price span {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
/* line 137, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__price h5 {
  font-size: 24px;
  font-weight: bold;
}
/* line 143, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__item {
  background: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  width: auto;
}
/* line 151, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__item span {
  font-weight: 600;
}
/* line 155, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__item i {
  margin-right: 10px;
}
/* line 160, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info .carousel-info__item.carousel-info__price {
  padding: 5px 10px;
}
/* line 164, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .carousel__info--mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 164, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  /* line 170, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__left {
    left: 10px;
  }
  /* line 173, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__right {
    right: 10px;
  }
  /* line 177, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__price h5 {
    font-size: 18px;
  }
  /* line 181, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__persons {
    margin-right: 10px;
  }
  /* line 184, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__persons,
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__beds {
    padding: 10px;
  }
  /* line 187, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__persons span,
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__beds span {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  /* line 195, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__price h5 {
    font-size: 16px;
  }
  /* line 199, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__persons,
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__beds {
    padding: 5px;
  }
  /* line 202, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__persons span,
  .post__content-wrapper .post__carousel-images .carousel__info--mobile .carousel-info__beds span {
    font-size: 16px;
  }
}
/* line 210, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-item {
  position: relative;
}
/* line 213, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-item img {
  height: 460px;
  object-fit: cover;
}
/* line 218, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-item .carousel-images__item {
  position: relative;
  display: block;
  z-index: 1;
}
/* line 222, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-item .carousel-images__item a {
  position: relative;
  z-index: 2;
}
/* line 227, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-item .carousel-images__item:before {
  content: '';
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
/* line 243, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-item:not(.center) .carousel-images__item .carousel__info {
  display: none;
}
/* line 247, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-item:not(.center) .carousel-images__item:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 256, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-prev,
.post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
/* line 261, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-prev i,
.post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-next i {
  font-size: 48px;
  color: #fff;
}
/* line 266, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-prev:hover,
.post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
}
/* line 271, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-prev {
  left: 350px;
}
@media screen and (max-width: 1199px) {
  /* line 271, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-prev {
    left: 115px;
  }
}
@media screen and (max-width: 991px) {
  /* line 271, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-prev {
    left: 15px;
  }
}
/* line 281, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-next {
  right: 350px;
}
@media screen and (max-width: 1199px) {
  /* line 281, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-next {
    right: 115px;
  }
}
@media screen and (max-width: 991px) {
  /* line 281, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__carousel-images .owl-carousel .owl-nav .owl-next {
    right: 15px;
  }
}
/* line 297, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  /* line 297, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content {
    grid-template-columns: 1.5fr;
  }
}
/* line 305, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar {
  background: #4D8488;
  padding: 30px;
}
/* line 309, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul,
.post__informations__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 314, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li {
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  /* line 314, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__sidebar ul li {
    display: none;
  }
  /* line 322, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__sidebar ul li:nth-of-type(1), .post__content-wrapper .post__content .post__sidebar ul li:nth-of-type(2), .post__content-wrapper .post__content .post__sidebar ul li:nth-of-type(3) {
    display: block;
  }
  /* line 325, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__sidebar ul li:nth-of-type(3) {
    border-bottom: none;
    margin-bottom: 0;
  }
}
/* line 331, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li.post__prices-content, .post__content-wrapper .post__content .post__sidebar ul li.post__services-content {
  border: none;
  margin-bottom: 0;
}
/* line 336, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li.post__prices-content h5, .post__content-wrapper .post__content .post__sidebar ul li.post__services-content h5 {
  margin-bottom: 10px;
}
/* line 340, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li.post__prices-content li, .post__content-wrapper .post__content .post__sidebar ul li.post__services-content li {
  border: none;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
/* line 350, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li.post__services-content ul,
.post__informations__content ul li.post__services-content ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 354, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li.post__services-content ul li,
.post__informations__content ul li.post__services-content ul li {
  background: white;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 10px 10px 10px 0;
}
/* line 365, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li.post__services-content ul li.post__services-content--hidden,
.post__informations__content ul li.post__services-content ul li.post__services-content--hidden {
  display: none;
}
/* line 369, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li.post__services-content ul li.post__services-content__view-more,
.post__informations__content ul li.post__services-content ul li.post__services-content__view-more {
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
/* line 379, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li .sidebar__icon {
  display: inline-block;
  margin-right: 10px;
}
/* line 383, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li .sidebar__icon i {
  vertical-align: middle;
}
/* line 388, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar ul li span,
.post__content-wrapper .post__content .post__sidebar ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
}
/* line 398, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__sidebar .post__button-popup {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  /* line 398, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__sidebar .post__button-popup {
    display: none;
  }
}
/* line 413, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__body {
  padding: 0 30px;
  margin-top: 0;
}
@media (max-width: 991px) {
  /* line 413, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__body {
    padding: 0 0;
    margin-top: 20px;
  }
}
/* line 422, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__body .post__presentation {
  margin-bottom: 2rem;
}
/* line 425, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__body .post__presentation .presentation__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  /* line 425, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__body .post__presentation .presentation__head {
    flex-direction: column;
    align-items: start;
  }
  /* line 432, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__body .post__presentation .presentation__head h2 {
    margin-bottom: 10px;
  }
  /* line 435, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__body .post__presentation .presentation__head ul {
    margin-bottom: 15px;
  }
}
/* line 441, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__body .post__presentation h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
/* line 447, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__body .post__presentation ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0 0 20px 0;
}
/* line 460, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__informations__map {
  position: relative;
  z-index: 1;
}
/* line 463, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__informations__map .map__head {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  /* line 463, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__informations__map .map__head {
    flex-direction: column;
  }
  /* line 470, ../../assets/scss/pages/_sleep.scss */
  .post__content-wrapper .post__content .post__informations__map .map__head div:first-child {
    margin-bottom: 10px;
  }
}
/* line 475, ../../assets/scss/pages/_sleep.scss */
.post__content-wrapper .post__content .post__informations__map .map__head div:first-child {
  font-weight: bold;
}

/* line 483, ../../assets/scss/pages/_sleep.scss */
.post__popup {
  background: #4D8488;
  width: 335px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 51;
  padding: 30px;
  display: none;
}
/* line 493, ../../assets/scss/pages/_sleep.scss */
.post__popup .popup__wrapper {
  width: 100%;
  overflow-y: scroll;
  height: 700px;
}
/* line 498, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content {
  list-style: none;
  padding: 0 10px;
  margin-bottom: 25px;
}
/* line 503, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li {
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
}
/* line 509, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li ul {
  list-style: none;
  padding: 0;
}
/* line 514, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li span,
.post__popup ul.popup__content li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
}
/* line 522, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li.post__prices-content, .post__popup ul.popup__content li.post__services-content {
  border: none;
  margin-bottom: 0;
}
/* line 527, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li.post__prices-content h5, .post__popup ul.popup__content li.post__services-content h5 {
  margin-bottom: 10px;
}
/* line 531, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li.post__prices-content li, .post__popup ul.popup__content li.post__services-content li {
  border: none;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
/* line 541, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li.post__services-content ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 544, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li.post__services-content ul li {
  background: white;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 10px 10px 10px 0;
}
/* line 555, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li.post__services-content ul li.post__services-content--hidden {
  display: none;
}
/* line 559, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li.post__services-content ul li.post__services-content__view-more {
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
/* line 569, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li .sidebar__icon {
  display: inline-block;
  margin-right: 10px;
}
/* line 573, ../../assets/scss/pages/_sleep.scss */
.post__popup ul.popup__content li .sidebar__icon i {
  vertical-align: middle;
}
/* line 579, ../../assets/scss/pages/_sleep.scss */
.post__popup.active {
  display: block;
}
/* line 582, ../../assets/scss/pages/_sleep.scss */
.post__popup .popup__close {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 595, ../../assets/scss/pages/_sleep.scss */
body.popup__open {
  overflow: hidden !important;
}
/* line 597, ../../assets/scss/pages/_sleep.scss */
body.popup__open .popup__overlay {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 50;
}

/* line 1, ../../assets/scss/pages/_category.scss */
.site-content {
  background-color: #DDDDDB;
}

/* line 5, ../../assets/scss/pages/_category.scss */
.container {
  max-width: 1210px;
  margin: auto;
  padding: 0 15px;
  width: calc(100% - 30px);
}

/* line 12, ../../assets/scss/pages/_category.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 17, ../../assets/scss/pages/_category.scss */
#category-header {
  background-image: url("/wp-content/uploads/2022/02/slide.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
/* line 26, ../../assets/scss/pages/_category.scss */
#category-header h1 {
  font-size: 60px;
  font-weight: 900;
  color: white;
  line-height: 1.3em;
}

/* line 34, ../../assets/scss/pages/_category.scss */
#category-content {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 37, ../../assets/scss/pages/_category.scss */
#category-content #category-breadcrumb {
  margin-bottom: 40px;
}
/* line 39, ../../assets/scss/pages/_category.scss */
#category-content #category-breadcrumb a {
  color: #333333;
  text-decoration: none;
}
/* line 44, ../../assets/scss/pages/_category.scss */
#category-content #category-desc {
  margin-bottom: 30px;
}
/* line 47, ../../assets/scss/pages/_category.scss */
#category-content #category-filter {
  background-color: #D8D8D6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
/* line 55, ../../assets/scss/pages/_category.scss */
#category-content #category-filter .category-filter-left label {
  font-weight: bold;
  line-height: 1rem;
}
/* line 59, ../../assets/scss/pages/_category.scss */
#category-content #category-filter .category-filter-left form {
  display: flex;
  align-items: center;
}
/* line 62, ../../assets/scss/pages/_category.scss */
#category-content #category-filter .category-filter-left form select, #category-content #category-filter .category-filter-left form input {
  font-weight: bold;
  border: 2px solid #333333;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 12px;
  background-color: #D8D8D6;
}
/* line 69, ../../assets/scss/pages/_category.scss */
#category-content #category-filter .category-filter-left form select:focus, #category-content #category-filter .category-filter-left form input:focus {
  outline: 0;
  border-color: #4D8488;
}
/* line 74, ../../assets/scss/pages/_category.scss */
#category-content #category-filter .category-filter-left form select {
  height: 44px;
}
/* line 75, ../../assets/scss/pages/_category.scss */
#category-content #category-filter .category-filter-left form button {
  border: 0;
  border-radius: 3px;
  background-color: #333333;
  width: 44px;
  height: 44px;
  margin-left: 12px;
}
/* line 86, ../../assets/scss/pages/_category.scss */
#category-content #category-filter .category-filter-right button {
  border: 0;
  border-radius: 3px;
  background-color: #333333;
  width: 44px;
  height: 44px;
}
/* line 92, ../../assets/scss/pages/_category.scss */
#category-content #category-filter .category-filter-right button:first-child {
  margin-right: 30px;
}
/* line 96, ../../assets/scss/pages/_category.scss */
#category-content #list-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* line 100, ../../assets/scss/pages/_category.scss */
#category-content #list-items article {
  width: calc(33.33% - 30px);
  padding: 15px;
}
/* line 103, ../../assets/scss/pages/_category.scss */
#category-content #list-items article a.mdn-categ-img {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 107, ../../assets/scss/pages/_category.scss */
#category-content #list-items article a.mdn-categ-img .mdn-categ-img-media {
  max-width: 100%;
  height: auto;
  display: block;
}
/* line 112, ../../assets/scss/pages/_category.scss */
#category-content #list-items article a.mdn-categ-img .mdn-categ-img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4D8488;
  color: white;
  width: calc(100% - 30px);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 16px;
}
/* line 123, ../../assets/scss/pages/_category.scss */
#category-content #list-items article a.mdn-categ-img .mdn-categ-img-content.agenda {
  color: #4D8488;
  background-color: white;
  text-align: left;
  padding-bottom: 20px;
}
/* line 128, ../../assets/scss/pages/_category.scss */
#category-content #list-items article a.mdn-categ-img .mdn-categ-img-content.agenda span {
  display: block;
  font-size: 16px;
}
/* line 132, ../../assets/scss/pages/_category.scss */
#category-content #list-items article a.mdn-categ-img .mdn-categ-img-content.agenda span.mdn-categ-img-content-date {
  font-weight: normal;
}
/* line 133, ../../assets/scss/pages/_category.scss */
#category-content #list-items article a.mdn-categ-img .mdn-categ-img-content.agenda span.mdn-categ-img-content-city {
  margin-bottom: 5px;
}

/* line 3, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__head .post__actions .posts__favorites {
  cursor: pointer;
}
/* line 6, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__head .post__actions .posts__favorites i {
  display: inline-block;
  margin-top: -3px;
}
/* line 11, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__head .post__actions .posts__favorites .icon-heart-regular {
  transition: all 0.1s;
}
/* line 15, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__head .post__actions .posts__favorites .icon-heart-regular:hover::before {
  content: "\e90b";
}
/* line 23, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__content {
  display: flex;
  margin-bottom: 4rem;
  gap: 30px;
}
/* line 28, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__content .post__carousel-images {
  margin: 0 auto;
  max-width: 590px;
  width: 50%;
}
@media (max-width: 991px) {
  /* line 28, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__content .post__carousel-images {
    width: 100%;
  }
}
/* line 37, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__content .post__carousel-images.no-carousel img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 45, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__content .post__carousel-images .slick-prev:before,
.post__content-wrapper.model-standard .post__content .post__carousel-images .slick-next:before {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* line 51, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__content .post__body {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  max-width: 590px;
}
@media (max-width: 991px) {
  /* line 51, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__content .post__body {
    width: 100%;
  }
}
/* line 62, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__content .post__body .post__presentation h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
/* line 69, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__content .post__body .post__presentation p {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}
/* line 77, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations {
  background: #4D8488;
  padding: 50px 85px;
  margin-bottom: 4rem;
  color: white;
  display: grid;
  grid-template-columns: 2fr 3fr;
  position: relative;
}
/* line 86, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations:before {
  content: "";
  background: url(../../assets/images/svg/barre-grise-decouvrir.svg) repeat-x center bottom transparent;
  height: 41px;
  width: calc(100% + 3px);
  top: -24px;
  left: 0;
  position: absolute;
  background-size: cover;
  transform: scaleY(-1) scaleX(-1);
}
/* line 98, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__content {
  margin: 0 15px;
}
/* line 101, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__content h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 1.5rem;
}
/* line 107, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__content .informations_line {
  margin-bottom: 0.75rem;
}
/* line 110, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__content .informations_line .sidebar__icon {
  display: inline-block;
  margin-right: 10px;
}
/* line 114, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__content .informations_line .sidebar__icon i {
  vertical-align: middle;
}
/* line 120, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__content .spacer {
  margin: 3rem 0;
}
/* line 124, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__content .btn.btn-link {
  font-weight: 600;
  border-bottom: 2px solid white;
  text-decoration: none;
  padding: 0 0 6px 0;
  margin-bottom: .75rem;
  display: inline-block;
  color: white;
}
/* line 133, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__content .btn.btn-link:before {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 12px;
  margin-right: 6px;
}
/* line 142, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__map {
  margin: 0 15px;
}
/* line 145, ../../assets/scss/pages/_standard.scss */
.post__content-wrapper.model-standard .post__informations .post__informations__map .map__head {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 156, ../../assets/scss/pages/_standard.scss */
.post__contact {
  text-align: center;
}
/* line 159, ../../assets/scss/pages/_standard.scss */
.post__contact h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 1rem;
}
/* line 165, ../../assets/scss/pages/_standard.scss */
.post__contact p {
  margin-bottom: 2rem;
}
/* line 169, ../../assets/scss/pages/_standard.scss */
.post__contact .form-line-4 {
  column-gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* line 175, ../../assets/scss/pages/_standard.scss */
.post__contact .rgpd {
  margin-bottom: 1rem;
  display: block;
}
/* line 180, ../../assets/scss/pages/_standard.scss */
.post__contact input[type="text"],
.post__contact input[type="email"] {
  padding: 15px 20px 16px;
  max-width: 240px;
  border: 0;
  margin-bottom: 2rem;
  font-family: 'Barlow';
  font-size: 16px;
}
/* line 190, ../../assets/scss/pages/_standard.scss */
.post__contact textarea {
  width: calc(100% - 40px);
  border: 0;
  padding: 20px;
  border-radius: 0;
  margin-bottom: 2rem;
  font-family: 'Barlow';
  font-size: 16px;
}
/* line 200, ../../assets/scss/pages/_standard.scss */
.post__contact .wpcf7-spinner {
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1240px) {
  /* line 211, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper .post__contact input[type="text"],
  .post__content-wrapper .post__contact input[type="email"] {
    max-width: 178px;
  }
  /* line 221, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__informations .post__informations__map .map__head {
    flex-flow: column;
  }
}
@media (max-width: 991px) {
  /* line 233, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper .post__contact .form-line-4 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  /* line 237, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper .post__contact .form-line-4 input[type="text"],
  .post__content-wrapper .post__contact .form-line-4 input[type="email"] {
    max-width: 100%;
  }
  /* line 245, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__featured h1 {
    font-size: 3rem;
    line-height: 1;
  }
  /* line 250, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__content {
    flex-direction: column;
    max-width: 100%;
  }
  /* line 255, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__informations {
    padding: 30px 50px;
    grid-template-columns: 1fr;
  }
  /* line 259, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__informations .post__informations__content {
    margin: 0 0 2rem;
  }
  /* line 263, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__informations .post__informations__map {
    margin: 0 0 2rem;
  }
}
@media (max-width: 767px) {
  /* line 274, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper .post__contact .form-line-4 {
    grid-template-columns: 1fr;
  }
  /* line 278, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper .post__contact input[type="text"],
  .post__content-wrapper .post__contact input[type="email"] {
    max-width: inherit;
    width: calc(100% - 40px);
  }
  /* line 286, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__featured h1 {
    font-size: 2.25rem;
    line-height: 1;
  }
  /* line 291, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__head {
    flex-flow: column;
    align-items: flex-end;
  }
  /* line 295, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__head .post__actions {
    margin-top: 15px;
  }
  /* line 300, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__content {
    grid-template-columns: 1fr;
  }
  /* line 304, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__informations {
    padding: 30px 15px;
    grid-template-columns: 1fr;
  }
  /* line 308, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__informations .post__informations__content {
    margin: 0 0 2rem;
  }
  /* line 312, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__informations .post__informations__map {
    margin: 0 0 2rem;
  }
  /* line 315, ../../assets/scss/pages/_standard.scss */
  .post__content-wrapper.model-standard .post__informations .post__informations__map .map__head {
    flex-flow: column;
  }
}
/* line 324, ../../assets/scss/pages/_standard.scss */
.form-contact-titre {
  color: #333333;
}

/* line 1, ../../assets/scss/pages/_contact.scss */
.form__contact {
  text-align: center;
}
/* line 4, ../../assets/scss/pages/_contact.scss */
.form__contact h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 1rem;
}
/* line 10, ../../assets/scss/pages/_contact.scss */
.form__contact p {
  margin-bottom: 2rem;
}
/* line 14, ../../assets/scss/pages/_contact.scss */
.form__contact .form-line-radio {
  margin-bottom: 30px;
}
/* line 17, ../../assets/scss/pages/_contact.scss */
.form__contact .form-line-radio .wpcf7-list-item {
  margin: 0 .5em;
}
/* line 21, ../../assets/scss/pages/_contact.scss */
.form__contact .form-line-radio .wpcf7-list-item-label {
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 26, ../../assets/scss/pages/_contact.scss */
  .form__contact .form-line-radio .wpcf7-list-item {
    display: block;
    text-align: left;
  }
}
/* line 33, ../../assets/scss/pages/_contact.scss */
.form__contact .form-line-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 30px;
  margin-bottom: 30px;
}
/* line 39, ../../assets/scss/pages/_contact.scss */
.form__contact .form-line-4 input {
  width: 100%;
}
/* line 44, ../../assets/scss/pages/_contact.scss */
.form__contact .rgpd {
  margin-bottom: 1rem;
  display: block;
}
/* line 49, ../../assets/scss/pages/_contact.scss */
.form__contact input[type="text"],
.form__contact input[type="email"] {
  padding: 15px 20px;
  max-width: 100%;
  border: 0;
  font-family: 'Barlow';
  font-size: 16px;
  border-radius: 0;
}
/* line 59, ../../assets/scss/pages/_contact.scss */
.form__contact textarea {
  width: 100%;
  border: 0;
  padding: 20px;
  border-radius: 0;
  margin-bottom: 2rem;
  font-family: 'Barlow';
  font-size: 16px;
}
/* line 69, ../../assets/scss/pages/_contact.scss */
.form__contact .wpcf7-spinner {
  position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 87, ../../assets/scss/pages/_contact.scss */
  .form__contact .form-line-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  /* line 93, ../../assets/scss/pages/_contact.scss */
  .form__contact .form-line-4 {
    grid-template-columns: 1fr;
  }
}
/* line 98, ../../assets/scss/pages/_contact.scss */
.block-contact-cassure-gris {
  margin: 10px;
}
/* line 99, ../../assets/scss/pages/_contact.scss */
.block-contact-cassure-gris:before {
  content: "";
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-gris.svg") no-repeat;
  background-size: calc(100% + 5px) auto;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  top: -13px;
}
/* line 112, ../../assets/scss/pages/_contact.scss */
.block-contact-cassure-gris:after {
  content: "";
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-gris-reverse.svg") no-repeat;
  background-size: calc(100% + 5px) auto;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: -13px;
}

/* line 128, ../../assets/scss/pages/_contact.scss */
.block-contact-cassure-vert {
  margin: 10px;
}
/* line 129, ../../assets/scss/pages/_contact.scss */
.block-contact-cassure-vert:before {
  content: "";
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-vert.svg") no-repeat;
  background-size: calc(100% + 5px) auto;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  top: -13px;
}
/* line 142, ../../assets/scss/pages/_contact.scss */
.block-contact-cassure-vert:after {
  content: "";
  background: url("/wp-content/themes/flerstourisme/assets/images/svg/barre-vert-reverse.svg") no-repeat;
  background-size: calc(100% + 5px) auto;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: -13px;
}
