@charset "UTF-8";
/* ---------- MIXINS_START ---------- */
/* COLORS */
/* COLORPACK / START */
.ckBg_base-color-high {
  background: #121714;
  color: #ddd;
}
.ckColor_base-color-high {
  color: #121714;
}
.ckBg_base-color-medium {
  background: #4d4d4d;
  color: #ddd;
}
.ckColor_base-color-medium {
  color: #4d4d4d;
}
.ckBg_base-color-low {
  background: #808080;
  color: #333;
}
.ckColor_base-color-low {
  color: #808080;
}
.ckBg_base-background {
  background: #f4f6f5;
  color: #333;
}
.ckColor_base-background {
  color: #f4f6f5;
}
.ckBg_primary-color {
  background: #6b8577;
  color: #ddd;
}
.ckColor_primary-color {
  color: #6b8577;
}
.ckBg_overlay-primary-color {
  background: rgba(107, 133, 119, 0.45);
  color: #ddd;
}
.ckColor_overlay-primary-color {
  color: rgba(107, 133, 119, 0.45);
}
.ckBg_secondary-color {
  background: #485b51;
  color: #ddd;
}
.ckColor_secondary-color {
  color: #485b51;
}
.ckBg_overlay-secondary-color {
  background: rgba(72, 91, 81, 0.45);
  color: #ddd;
}
.ckColor_overlay-secondary-color {
  color: rgba(72, 91, 81, 0.45);
}
/* COLORPACK / END */
/*
* Mixin servant à l'usage des assets de type "Padding personnalisé"
*
* Le principe est d'attribuer des classes avec des paddings aux
* lignes afin d'éviter de devoir repasser sur toutes les pages et
* de rester uniforme
*/
body {
  --custom-padding: 5em;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  body {
    --custom-padding: 3.5em;
  }
}
@media screen and (min-width: 621px) and (max-width: 980px) {
  body {
    --custom-padding: 2em;
  }
}
@media screen and (max-width: 620px) {
  body {
    --custom-padding: 1.25em;
  }
}
/* width */
::-webkit-scrollbar {
  width: 16px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px silver;
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 100px;
  background-color: #6b8577;
  background-clip: content-box;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #485b51;
}
--border-radius: 12px;
/* ---------- MIXINS_END ------------ */


/* ----------------------------------------------------------------------------------
 SKin Common's:  
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

#page_header .page_header-bars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
html.in-frame .hide-in-frame {
  display: none;
}


/* ----------------------------------------------------------------------------------
 SKin : BOOKINGPERFORMANCEPLUS / _default 
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.bppContainer-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8003;
}
.bppContainer-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bppContainer {
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .bppContainer {
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: scroll;
  }
}
.BookingInputCheckinLabel, .BookingInputCheckoutLabel {
  text-transform: capitalize;
}


/* ----------------------------------------------------------------------------------
 SKin : BUTTON / _default 
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

a.button, a.button1, a.button2, a.button3, a.button4, button.button, button.button1, button.button2, button.button3, button.button4 {
  display: inline-block;
  margin-bottom: 0.25em;
  border: 0 solid transparent;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
a.button:hover, a.button1:hover, a.button2:hover, a.button3:hover, a.button4:hover, button.button:hover, button.button1:hover, button.button2:hover, button.button3:hover, button.button4:hover {
  text-decoration: none;
}
a.button.small, a.button1.small, a.button2.small, a.button3.small, a.button4.small, button.button.small, button.button1.small, button.button2.small, button.button3.small, button.button4.small {
  font-size: 0.8em;
}
a.button, a.button1, button.button, button.button1 {
  background-color: #6b8577;
  color: #ffffff !important;
  border-width: 0px;
  border-color: rgba(69, 121, 213, 0);
  border-radius: 0px;
  font-family: Figtree, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0em;
  padding: 1em 2em;
}
a.button:hover, a.button1:hover, a.button1.active, button.button:hover, button.button1:hover, button.button1.active {
  background-color: #485b51;
  color: #ffffff !important;
  border-color: rgba(0, 171, 235, 0);
}
a.button2, button.button2 {
  background-color: #ffffff;
  color: #6b8577 !important;
  border-width: 0px;
  border-color: #ffffff;
  border-radius: 0px;
  font-family: Figtree, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0em;
  padding: 1em 2em;
}
a.button2:hover, a.button2.active, button.button2:hover, button.button2.active {
  background-color: #6b8577;
  color: #ffffff !important;
  border-color: #ffffff;
}
a.button3, button.button3 {
  background-color: #17a05d;
  color: #ffffff !important;
  border-width: 0px;
  border-color: #17a05d;
  border-radius: 0px;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0em;
  padding: 0.5em 1em;
}
a.button3:hover, a.button3.active, button.button3:hover, button.button3.active {
  background-color: #22df83;
  color: #ffffff !important;
  border-color: #22df83;
}
a.button4, button.button4 {
  background-color: #fecc43;
  color: #ffffff !important;
  border-width: 0px;
  border-color: #fecc43;
  border-radius: 0px;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0em;
  padding: 0.5em 1em;
}
a.button4:hover, a.button4.active, button.button4:hover, button.button4.active {
  background-color: #fed973;
  color: #ffffff !important;
  border-color: #fed973;
}


/* ----------------------------------------------------------------------------------
 SKin : FSPANEL /  
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.debug {
  animation: left;
}
.debug2 {
  content-animation: left;
  animation: left;
}
.fsPanel[data-status="loading"] {
  transition: none !important;
  transform: none !important;
  opacity: 0 !important;
}
.fsPanel[data-status="loading"] * {
  transition: none !important;
  transform: none !important;
}
.fsPanel[data-status="init"] {
  opacity: 0 !important;
}
.fsPanel[data-iframe="true"] .fsPanel-content-wrapper {
  position: relative;
}
.fsPanel[data-iframe="true"] .fsPanel-content {
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
}
.fsPanel[data-iframe="true"] .fsPanel-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.fsPanel {
  z-index: 8002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fsPanel .fsPanel-content-panel {
  position: absolute;
  top: 0;
}
.fsPanel > .fsPanel-content-panel > .fsPanel-trigger {
  opacity: 0;
  transition: opacity ease 0.5s;
}
.fsPanel.active > .fsPanel-content-panel > .fsPanel-trigger {
  opacity: 1;
}
.fsPanel .fsPanel-backdrop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.fsPanel .fsPanel-content-wrapper {
  display: flex;
  width: 100%;
  height: initial;
  overflow: visible;
  position: absolute;
  overflow: auto;
  align-items: center;
  justify-content: center;
}
.fsPanel .fsPanel-content-wrapper .fsPanel-content {
  margin: auto;
}
.fsPanel.active {
  pointer-events: all;
  opacity: 1;
}
.fsPanel .fsPanel-backdrop {
  background-color: #000000;
  opacity: 1;
  transform: translateX(-100%);
  transition: transform ease-in-out 0.5s;
}
.fsPanel.active .fsPanel-backdrop {
  opacity: 1;
  transform: translate(0, 0);
}
.fsPanel .fsPanel-trigger {
  cursor: pointer;
}
.fsPanel > .fsPanel-content-panel > .fsPanel-trigger {
  position: absolute;
  z-index: 10;
}
.fsPanel > .fsPanel-content-panel > .fsPanel-trigger i {
  display: inline-block;
  font-style: normal;
  font-size: 2em;
  background: #ffffff;
  color: #000000;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
}
.fsPanel > .fsPanel-content-panel > .fsPanel-trigger[data-align="none"] {
  display: none;
}
.fsPanel > .fsPanel-content-panel > .fsPanel-trigger[data-align="topleft"] {
  display: block;
  top: 0em;
  left: 0em;
  bottom: unset;
  right: unset;
}
.fsPanel > .fsPanel-content-panel > .fsPanel-trigger[data-align="topright"] {
  display: block;
  top: 0em;
  right: 0em;
  bottom: unset;
  left: unset;
}
.fsPanel > .fsPanel-content-panel > .fsPanel-trigger[data-align="bottomleft"] {
  display: block;
  bottom: 0em;
  left: 0em;
  top: unset;
  right: unset;
}
.fsPanel > .fsPanel-content-panel > .fsPanel-trigger[data-align="bottomright"] {
  display: block;
  bottom: 0em;
  right: 0em;
  top: unset;
  left: unset;
}
.fsPanel .fsPanel-content-panel {
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translateX(-100%);
  transition: transform ease-in-out 0.5s;
}
.fsPanel.active .fsPanel-content-panel {
  opacity: 1;
  transform: translate(0, 0);
}
.fsPanel .fsPanel-content-wrapper {
  width: calc(100%);
  max-width: calc(100% - 0em);
  min-height: calc(100% - 0em);
  max-height: calc(100% - 0em);
  color: #ffffff;
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
}
.fsPanel .fsPanel-content-wrapper[data-align="center,center"] {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 0em), calc(-50% - 0em));
}
.fsPanel .fsPanel-content-wrapper[data-align="center,left"] {
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 0em));
}
.fsPanel .fsPanel-content-wrapper[data-align="center,right"] {
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% - 0em));
}
.fsPanel .fsPanel-content-wrapper[data-align="top,center"] {
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 0em));
}
.fsPanel .fsPanel-content-wrapper[data-align="bottom,center"] {
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% - 0em));
}
.fsPanel .fsPanel-content-wrapper[data-align="top,left"] {
  top: 0;
  left: 0;
}
.fsPanel .fsPanel-content-wrapper[data-align="top,right"] {
  top: 0;
  right: 0;
}
.fsPanel .fsPanel-content-wrapper[data-align="bottom,left"] {
  bottom: 0;
  left: 0;
}
.fsPanel .fsPanel-content-wrapper[data-align="bottom,right"] {
  bottom: 0;
  right: 0;
}
@media (-ms-high-contrast: none) {
  .fsPanel {
    /* IE10 */
    /* IE11 */
  }
  .fsPanel .fsPanel-content-wrapper {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    transform: unset !important;
  }
  .fsPanel *::-ms-backdrop, .fsPanel .fsPanel-content-wrapper {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    transform: unset !important;
  }
}
@media screen and (max-width: 980px) {
  .fsPanel .fsPanel-content-wrapper {
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    width: calc(100%);
    max-width: calc(100% - 0em);
    min-height: calc(100% - 0em);
    max-height: calc(100% - 0em);
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align] {
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: none;
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="center,center"] {
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 0em), calc(-50% - 0em));
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="center,left"] {
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% - 0em));
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="center,right"] {
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 0em));
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="top,center"] {
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% - 0em));
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="bottom,center"] {
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-50% - 0em));
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="top,left"] {
    top: 0;
    left: 0;
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="top,right"] {
    top: 0;
    right: 0;
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="bottom,left"] {
    bottom: 0;
    left: 0;
  }
  .fsPanel .fsPanel-content-wrapper[data-mobile-align="bottom,right"] {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 980px) and (-ms-high-contrast: none) {
  .fsPanel {
    /* IE10 */
    /* IE11 */
  }
  .fsPanel .fsPanel-content-wrapper {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    transform: unset !important;
  }
  .fsPanel *::-ms-backdrop, .fsPanel .fsPanel-content-wrapper {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    transform: unset !important;
  }
}
@media screen and (max-width: 640px) {
  .fsPanel .fsPanel-content-wrapper {
    width: calc(100%);
    min-height: calc(100% - 0em);
  }
}
.fsPanel .fsPanel-content a {
  color: #ffffff;
}
.fsPanel .fsPanel-content a:hover {
  color: #ffffff;
}
.fsPanel .fsPanel-content p.surtitre, .fsPanel .fsPanel-content p, .fsPanel .fsPanel-content ul, .fsPanel .fsPanel-content ol {
  color: #ffffff;
  font-size: 1em;
}
.fsPanel .fsPanel-content p.surtitre ul, .fsPanel .fsPanel-content p.surtitre p, .fsPanel .fsPanel-content p.surtitre ol, .fsPanel .fsPanel-content p ul, .fsPanel .fsPanel-content p p, .fsPanel .fsPanel-content p ol, .fsPanel .fsPanel-content ul ul, .fsPanel .fsPanel-content ul p, .fsPanel .fsPanel-content ul ol, .fsPanel .fsPanel-content ol ul, .fsPanel .fsPanel-content ol p, .fsPanel .fsPanel-content ol ol {
  font-size: 1em;
}
.fsPanel .fsPanel-content p.surtitre {
  font-size: 0.7em;
}
.fsPanel .fsPanel-content h1, .fsPanel .fsPanel-content .h1, .fsPanel .fsPanel-content h2, .fsPanel .fsPanel-content .h2, .fsPanel .fsPanel-content h3, .fsPanel .fsPanel-content .h3, .fsPanel .fsPanel-content h4, .fsPanel .fsPanel-content .h4, .fsPanel .fsPanel-content h5, .fsPanel .fsPanel-content .h5, .fsPanel .fsPanel-content h6, .fsPanel .fsPanel-content .h6 {
  color: #ffffff;
  font-size: 1em;
}
@media screen and (max-width: 980px) {
  .fsPanel .fsPanel-content p.surtitre, .fsPanel .fsPanel-content p, .fsPanel .fsPanel-content ul, .fsPanel .fsPanel-content ol {
    font-size: 1em;
  }
  .fsPanel .fsPanel-content p.surtitre ul, .fsPanel .fsPanel-content p.surtitre p, .fsPanel .fsPanel-content p.surtitre ol, .fsPanel .fsPanel-content p ul, .fsPanel .fsPanel-content p p, .fsPanel .fsPanel-content p ol, .fsPanel .fsPanel-content ul ul, .fsPanel .fsPanel-content ul p, .fsPanel .fsPanel-content ul ol, .fsPanel .fsPanel-content ol ul, .fsPanel .fsPanel-content ol p, .fsPanel .fsPanel-content ol ol {
    font-size: 1em;
  }
  .fsPanel .fsPanel-content p.surtitre {
    font-size: 0.7em;
  }
  .fsPanel .fsPanel-content h1, .fsPanel .fsPanel-content .h1, .fsPanel .fsPanel-content h2, .fsPanel .fsPanel-content .h2, .fsPanel .fsPanel-content h3, .fsPanel .fsPanel-content .h3, .fsPanel .fsPanel-content h4, .fsPanel .fsPanel-content .h4, .fsPanel .fsPanel-content h5, .fsPanel .fsPanel-content .h5, .fsPanel .fsPanel-content h6, .fsPanel .fsPanel-content .h6 {
    font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  .fsPanel .fsPanel-content p.surtitre, .fsPanel .fsPanel-content p, .fsPanel .fsPanel-content ul, .fsPanel .fsPanel-content ol {
    font-size: 1em;
  }
  .fsPanel .fsPanel-content p.surtitre ul, .fsPanel .fsPanel-content p.surtitre p, .fsPanel .fsPanel-content p.surtitre ol, .fsPanel .fsPanel-content p ul, .fsPanel .fsPanel-content p p, .fsPanel .fsPanel-content p ol, .fsPanel .fsPanel-content ul ul, .fsPanel .fsPanel-content ul p, .fsPanel .fsPanel-content ul ol, .fsPanel .fsPanel-content ol ul, .fsPanel .fsPanel-content ol p, .fsPanel .fsPanel-content ol ol {
    font-size: 1em;
  }
  .fsPanel .fsPanel-content p.surtitre {
    font-size: 0.7em;
  }
  .fsPanel .fsPanel-content h1, .fsPanel .fsPanel-content .h1, .fsPanel .fsPanel-content h2, .fsPanel .fsPanel-content .h2, .fsPanel .fsPanel-content h3, .fsPanel .fsPanel-content .h3, .fsPanel .fsPanel-content h4, .fsPanel .fsPanel-content .h4, .fsPanel .fsPanel-content h5, .fsPanel .fsPanel-content .h5, .fsPanel .fsPanel-content h6, .fsPanel .fsPanel-content .h6 {
    font-size: 1em;
  }
}


/* ----------------------------------------------------------------------------------
 SKin : GDPR / _default 
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.klaro {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.klaro .cookie-modal, .klaro .cookie-notice {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 10000001;
}
.klaro .cookie-modal a, .klaro .cookie-notice a {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.klaro .cookie-modal .switch, .klaro .cookie-notice .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  /* The slider */
  /* Rounded sliders */
}
.klaro .cookie-modal .switch input, .klaro .cookie-notice .switch input {
  display: none;
}
.klaro .cookie-modal .switch.disabled input:checked + .slider, .klaro .cookie-notice .switch.disabled input:checked + .slider {
  opacity: 0.5;
  background-color: #00abfd;
}
.klaro .cookie-modal .switch input:checked + .slider, .klaro .cookie-notice .switch input:checked + .slider {
  background-color: #00abfd;
}
.klaro .cookie-modal .switch input:checked + .slider:before, .klaro .cookie-notice .switch input:checked + .slider:before {
  background-color: #fff;
}
.klaro .cookie-modal .switch .slider, .klaro .cookie-notice .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #20202a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.klaro .cookie-modal .switch .slider:before, .klaro .cookie-notice .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.klaro .cookie-modal .switch input:focus + .slider, .klaro .cookie-notice .switch input:focus + .slider {
  box-shadow: 0 0 1px #00abfd;
}
.klaro .cookie-modal .switch input:checked + .slider:before, .klaro .cookie-notice .switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .switch .slider.round, .klaro .cookie-notice .switch .slider.round {
  border-radius: 30px;
}
.klaro .cookie-modal .switch .slider.round:before, .klaro .cookie-notice .switch .slider.round:before {
  border-radius: 50%;
}
.klaro .cookie-modal a, .klaro .cookie-notice a {
  color: #00abfd;
  text-decoration: none;
}
.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  display: block;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2em;
  letter-spacing: normal !important;
  font-size: 1em !important;
}
.klaro .cookie-modal p, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice li {
  font-weight: 400;
}
.klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-notice h1, .klaro .cookie-notice h2 {
  font-weight: 900;
}
.klaro .cookie-modal a.cm-btn, .klaro .cookie-notice a.cm-btn {
  font-size: 1em;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #00abfd;
  border-radius: 6px;
  padding: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 0.5em;
}
.klaro .cookie-modal a.cm-btn.cm-btn-sm, .klaro .cookie-notice a.cm-btn.cm-btn-sm {
  padding: 0.4em;
  font-size: 1em;
}
.klaro .cookie-modal a.cm-btn.cm-btn-close, .klaro .cookie-notice a.cm-btn.cm-btn-close {
  background: #eee;
  color: #000;
}
.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 10000001;
}
.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.klaro .cookie-modal .cm-modal {
  z-index: 10000002;
  width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #2c2e3a;
  color: #fff;
}
@media (min-width: 1024px) {
  .klaro .cookie-modal .cm-modal {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 550px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal a.hide {
  position: absolute;
  top: 10px;
  right: 10px;
}
.klaro .cookie-modal .cm-modal a.hide svg {
  stroke: #fff;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: #888;
  text-align: center;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-other-action {
  color: #888;
  margin: 0 1em;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-btn {
  display: block;
  margin-bottom: 0.5em;
}
.klaro .cookie-modal .cm-modal .cm-footer a.cm-powered-by {
  display: none;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 1em;
  color: #888;
  font-size: 0.8em;
  padding-top: 4px;
}
.klaro .cookie-modal .cm-modal .cm-header {
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: #20202a;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  padding: 0.5em 1em;
  text-align: center;
  margin: 0;
  font-size: 1.5em !important;
  font-weight: bold;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-header p {
  padding: 0.5em 1em;
  text-align: center;
  color: #888;
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
  padding: 0;
  margin: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  padding: 0.7em 1em 0.7em calc(60px + 1em);
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
  position: absolute;
  left: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.cm-app-description {
  color: #888;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  display: none;
  font-size: 0.8em;
  color: #888;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  padding-left: 0.5em;
  font-size: 0.8em;
  color: #00abfd;
}
.klaro .cookie-notice {
  background: #2c2e3a;
  position: fixed;
  width: 100%;
  bottom: 0;
}
@media (min-width: 990px) {
  .klaro .cookie-notice {
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
  }
}
@media (max-width: 989px) {
  .klaro .cookie-notice {
    border: none;
    border-radius: 0;
  }
}
.klaro .cookie-notice .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
}
.klaro .cookie-notice .cn-body p {
  margin-bottom: 0.5em;
}
.klaro .cookie-notice .cn-body p.cn-changes {
  text-decoration: underline;
}
.klaro .cookie-notice .cn-body a.cn-learn-more {
  display: inline-block;
}
.klaro .cookie-notice .cn-body p.cn-ok {
  padding-top: 0.5em;
  margin: 0;
}
[klaro-theme="dark"] .klaro .cookie-modal .switch, [klaro-theme="dark"] .klaro .cookie-notice .switch {
  /* The slider */
}
[klaro-theme="dark"] .klaro .cookie-modal .switch.disabled input:checked + .slider, [klaro-theme="dark"] .klaro .cookie-notice .switch.disabled input:checked + .slider {
  background-color: #6b8577;
}
[klaro-theme="dark"] .klaro .cookie-modal .switch input:checked + .slider, [klaro-theme="dark"] .klaro .cookie-notice .switch input:checked + .slider {
  background-color: #6b8577;
}
[klaro-theme="dark"] .klaro .cookie-modal .switch input:checked + .slider:before, [klaro-theme="dark"] .klaro .cookie-notice .switch input:checked + .slider:before {
  background-color: #fff;
}
[klaro-theme="dark"] .klaro .cookie-modal .switch .slider, [klaro-theme="dark"] .klaro .cookie-notice .switch .slider {
  background-color: #20202a;
}
[klaro-theme="dark"] .klaro .cookie-modal .switch .slider:before, [klaro-theme="dark"] .klaro .cookie-notice .switch .slider:before {
  background-color: #fff;
}
[klaro-theme="dark"] .klaro .cookie-modal .switch input:focus + .slider, [klaro-theme="dark"] .klaro .cookie-notice .switch input:focus + .slider {
  box-shadow: 0 0 1px #6b8577;
}
[klaro-theme="dark"] .klaro .cookie-modal a, [klaro-theme="dark"] .klaro .cookie-notice a {
  color: #6b8577;
}
[klaro-theme="dark"] .klaro .cookie-modal p, [klaro-theme="dark"] .klaro .cookie-modal h1, [klaro-theme="dark"] .klaro .cookie-modal h2, [klaro-theme="dark"] .klaro .cookie-modal ul, [klaro-theme="dark"] .klaro .cookie-modal li, [klaro-theme="dark"] .klaro .cookie-notice p, [klaro-theme="dark"] .klaro .cookie-notice h1, [klaro-theme="dark"] .klaro .cookie-notice h2, [klaro-theme="dark"] .klaro .cookie-notice ul, [klaro-theme="dark"] .klaro .cookie-notice li {
  color: #fff;
}
[klaro-theme="dark"] .klaro .cookie-modal a.cm-btn, [klaro-theme="dark"] .klaro .cookie-notice a.cm-btn {
  color: #fff;
  background: #6b8577;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal {
  background: #2c2e3a;
  color: #fff;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal a.hide svg {
  stroke: #fff;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: #888;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-footer .cm-other-action {
  color: #888;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-footer a.cm-powered-by {
  color: #888;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: #20202a;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-header p {
  color: #888;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.cm-app-description {
  color: #888;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  color: #888;
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
[klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, [klaro-theme="dark"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  color: #6b8577;
}
[klaro-theme="dark"] .klaro .cookie-notice {
  background: #2c2e3a;
}
[klaro-theme="lite"] .klaro .cookie-modal .switch, [klaro-theme="lite"] .klaro .cookie-notice .switch {
  /* The slider */
}
[klaro-theme="lite"] .klaro .cookie-modal .switch.disabled input:checked + .slider, [klaro-theme="lite"] .klaro .cookie-notice .switch.disabled input:checked + .slider {
  background-color: #6b8577;
}
[klaro-theme="lite"] .klaro .cookie-modal .switch input:checked + .slider, [klaro-theme="lite"] .klaro .cookie-notice .switch input:checked + .slider {
  background-color: #6b8577;
}
[klaro-theme="lite"] .klaro .cookie-modal .switch input:checked + .slider:before, [klaro-theme="lite"] .klaro .cookie-notice .switch input:checked + .slider:before {
  background-color: #fff;
}
[klaro-theme="lite"] .klaro .cookie-modal .switch .slider, [klaro-theme="lite"] .klaro .cookie-notice .switch .slider {
  background-color: #999;
}
[klaro-theme="lite"] .klaro .cookie-modal .switch .slider:before, [klaro-theme="lite"] .klaro .cookie-notice .switch .slider:before {
  background-color: #fff;
}
[klaro-theme="lite"] .klaro .cookie-modal .switch input:focus + .slider, [klaro-theme="lite"] .klaro .cookie-notice .switch input:focus + .slider {
  box-shadow: 0 0 1px #6b8577;
}
[klaro-theme="lite"] .klaro .cookie-modal a, [klaro-theme="lite"] .klaro .cookie-notice a {
  color: #6b8577;
}
[klaro-theme="lite"] .klaro .cookie-modal p, [klaro-theme="lite"] .klaro .cookie-modal h1, [klaro-theme="lite"] .klaro .cookie-modal h2, [klaro-theme="lite"] .klaro .cookie-modal ul, [klaro-theme="lite"] .klaro .cookie-modal li, [klaro-theme="lite"] .klaro .cookie-notice p, [klaro-theme="lite"] .klaro .cookie-notice h1, [klaro-theme="lite"] .klaro .cookie-notice h2, [klaro-theme="lite"] .klaro .cookie-notice ul, [klaro-theme="lite"] .klaro .cookie-notice li {
  color: #222;
}
[klaro-theme="lite"] .klaro .cookie-modal a.cm-btn, [klaro-theme="lite"] .klaro .cookie-notice a.cm-btn {
  color: #fff;
  background: #6b8577;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal {
  background: #fff;
  color: #222;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal a.hide svg {
  stroke: #222;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: #666;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-footer .cm-other-action {
  color: #666;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-footer a.cm-powered-by {
  color: #666;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-header p {
  color: #666;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.cm-app-description {
  color: #666;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  color: #666;
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
[klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, [klaro-theme="lite"] .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  color: #6b8577;
}
[klaro-theme="lite"] .klaro .cookie-notice {
  background: #fff;
}


/* ----------------------------------------------------------------------------------
 SKin : NAVBAR /  
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.tophat-bar .nav-link > .label, .tophat-bar .nav-dropdown li > a {
  transition: color ease 0.5s, background ease 0.5s, border ease 0.5s;
}
.tophat-bar .nav-item.LanguageMenu > .nav-link .label img {
  height: 1em;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
}
.tophat-bar .nav-item.LanguageMenu > .nav-dropdown .label img {
  height: 1em;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
}
.tophat-burger-container .burger-item.LanguageMenu .burger-subnav-item .label img {
  height: 1em;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
}
.tophat-bar {
  opacity: 0.00001;
  overflow: hidden;
  height: 0;
}
.tophat-bar.init {
  animation: tophatFadein 0.25s;
  animation-fill-mode: forwards;
  overflow: visible;
  height: auto;
}
.navbar-icon-prepend, .navbar-icon-append {
  letter-spacing: normal;
}
.tophat-bar .CtxMenu .nav-dropdown .label-content > * {
  display: block;
}
@keyframes tophatFadein {
  0% {
    opacity: 0.00001;
  }
  100% {
    opacity: 1;
  }
}


/* ----------------------------------------------------------------------------------
 SKin : POPIN / _default 
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.popin_opened .fancybox-container {
  background: rgba(0, 0, 0, 0.2);
}
.popin_opened .fancybox-container .fancybox-content {
  background: rgba(255, 255, 255, 0) !important;
  width: 100% !important;
  max-width: 800px !important;
  padding: 20px 40px !important;
  color: #000000;
}
.popin_opened .fancybox-container .fancybox-content a {
  color: #4a8af4;
}
.popin_opened .fancybox-container .popin-title {
  color: #000000;
  font-size: 1.3em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.popin_opened .fancybox-container .popin-title .fa-angle-up, .popin_opened .fancybox-container .popin-title .fa-angle-down {
  display: none;
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"], .popin_on_page_load-wrapper[data-skin="banner-top-fixed"] {
  display: block !important;
  cursor: pointer;
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"] > .contenu, .popin_on_page_load-wrapper[data-skin="banner-top-fixed"] > .contenu {
  margin: auto;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 1em;
  color: #000000;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"] > .contenu a, .popin_on_page_load-wrapper[data-skin="banner-top-fixed"] > .contenu a {
  color: #4a8af4;
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"] .popin-title, .popin_on_page_load-wrapper[data-skin="banner-top-fixed"] .popin-title {
  color: #000000;
  font-size: 1.3em;
  text-align: center;
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"] .popin-title .fa-angle-up, .popin_on_page_load-wrapper[data-skin="banner-top-fixed"] .popin-title .fa-angle-up {
  display: none;
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"] .popin-content, .popin_on_page_load-wrapper[data-skin="banner-top-fixed"] .popin-content {
  background: #ffffff !important;
  display: none;
  width: 100% !important;
  max-width: 1000px !important;
  padding: 20px 40px !important;
  margin: 20px auto 0;
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"].active .popin-title .fa-angle-up, .popin_on_page_load-wrapper[data-skin="banner-top-fixed"].active .popin-title .fa-angle-up {
  display: inline-block;
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"].active .popin-title .fa-angle-down, .popin_on_page_load-wrapper[data-skin="banner-top-fixed"].active .popin-title .fa-angle-down {
  display: none;
}
.popin_on_page_load-wrapper[data-skin="banner-top-inline"].active .popin-content, .popin_on_page_load-wrapper[data-skin="banner-top-fixed"].active .popin-content {
  display: block;
}
.fancybox-container.hapi_popin {
  z-index: 100000000000000000;
}
.popin_on_page_load-wrapper[data-skin="banner-top-fixed"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000000000000000;
}
.popin_on_page_load-wrapper[data-skin="banner-top-fixed"] .popin_on_page_load {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}
.popin_on_page_load-wrapper[data-skin="banner-top-fixed"] .popin_on_page_load .popin-title {
  flex: 1;
}
.popin_on_page_load-wrapper[data-skin="banner-top-fixed"] .popin_on_page_load .popin-content {
  flex: auto;
  overflow: auto;
}


/* ----------------------------------------------------------------------------------
 SKin : POPMENU /  
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.gridcell_popmenu {
  pointer-events: auto;
  z-index: 100;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  top: 1em !important;
  left: 1em !important;
}
.gridcell_popmenu li {
  padding: 0;
  margin: 0;
}
.gridcell_popmenu li span {
  cursor: pointer;
  display: block;
  height: 2em;
  line-height: 2em;
  width: 2em;
  text-align: center;
  margin-bottom: 0.5em;
  opacity: 0.5;
  transition: opacity ease-in-out 0.3s;
  background: #000000;
  color: #ffffff;
  box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.gridcell_popmenu li:hover span, .gridcell_popmenu li.active span {
  opacity: 1;
}


/* ----------------------------------------------------------------------------------
 SKin : SOCIAL /  
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

body.frontend ul.social-share-bar, body.frontend ul.social-follow-bar {
  --social_theme: classic;
  --social_orientation: row;
  --social_font_size: 1.5em;
  --social_button_pad: 0.2em;
  --social_button_gap: 0.2em;
  --social_button_radius: 5em;
  --social_bgcolor: transparent;
  --social_txtcolor: inherit;
  --social_bgcolor-hover: transparent;
  --social_txtcolor-hover: inherit;
}
body.frontend ul.social-share-bar, body.frontend ul.social-follow-bar {
  display: flex;
  width: auto;
  flex-direction: var(--social_orientation);
  justify-content: flex-start;
  list-style: none;
  font-size: var(--1.5);
  padding: 0;
  margin: 0 calc(-1 * var(--social_button_gap));
}
body.frontend ul.social-share-bar > li, body.frontend ul.social-follow-bar > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
body.frontend ul.social-share-bar > li a, body.frontend ul.social-follow-bar > li a {
  display: inline-block;
  width: calc(1em + calc(2 * var(--social_button_pad)));
  height: calc(1em + calc(2 * var(--social_button_pad)));
  line-height: calc(1em + calc(2 * var(--social_button_pad)));
  padding: 0;
  margin: var(--social_button_gap);
  text-align: center;
  color: var(--social_txtcolor);
  background: var(--social_bgcolor);
  border-radius: var(--social_button_radius);
  transition: all ease 250ms;
}
body.frontend ul.social-share-bar > li a i, body.frontend ul.social-follow-bar > li a i {
  vertical-align: text-bottom;
}
body.frontend ul.social-share-bar > li a:hover, body.frontend ul.social-follow-bar > li a:hover {
  color: var(--social_txtcolor-hover);
  background: var(--social_bgcolor-hover);
}


/* ----------------------------------------------------------------------------------
 SKin : TYPOGRAPHY / _default 
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.cell_container[content-id] > .cell_content, .cell_content[content-id] {
  padding: 2em 2em;
}
body.frontend, body.admin .page_row-admin_preview {
  background-color: #f4f6f5;
}
body.frontend, body.admin .page_row-admin_preview, body.cke_editable {
  font-size: 16px;
  font-family: Figtree, sans-serif;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0em;
  color: #4d4d4d;
}
body.frontend h1, body.frontend h2, body.frontend h3, body.frontend h4, body.frontend p.h1, body.frontend p.h2, body.frontend p.h3, body.frontend p.h4, body.frontend p, body.frontend ul, body.frontend ol, body.admin .page_row-admin_preview h1, body.admin .page_row-admin_preview h2, body.admin .page_row-admin_preview h3, body.admin .page_row-admin_preview h4, body.admin .page_row-admin_preview p.h1, body.admin .page_row-admin_preview p.h2, body.admin .page_row-admin_preview p.h3, body.admin .page_row-admin_preview p.h4, body.admin .page_row-admin_preview p, body.admin .page_row-admin_preview ul, body.admin .page_row-admin_preview ol, body.cke_editable h1, body.cke_editable h2, body.cke_editable h3, body.cke_editable h4, body.cke_editable p.h1, body.cke_editable p.h2, body.cke_editable p.h3, body.cke_editable p.h4, body.cke_editable p, body.cke_editable ul, body.cke_editable ol {
  margin: 1em 0 0.5em;
}
body.frontend a, body.admin .page_row-admin_preview a, body.cke_editable a {
  color: #4d4d4d;
  transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border ease-in-out 0.3s;
}
body.frontend a:hover, body.admin .page_row-admin_preview a:hover, body.cke_editable a:hover {
  color: #121714;
}
body.frontend h1, body.frontend p.h1, body.frontend h2.h1, body.frontend h3.h1, body.frontend h4.h1, body.admin .page_row-admin_preview h1, body.admin .page_row-admin_preview p.h1, body.admin .page_row-admin_preview h2.h1, body.admin .page_row-admin_preview h3.h1, body.admin .page_row-admin_preview h4.h1, body.cke_editable h1, body.cke_editable p.h1, body.cke_editable h2.h1, body.cke_editable h3.h1, body.cke_editable h4.h1 {
  text-transform: inherit;
  color: #121714;
  font-family: EB Garamond, serif;
  font-size: 5.61em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -0.015em;
}
body.frontend h2, body.frontend p.h2, body.frontend h1.h2, body.frontend h3.h2, body.frontend h4.h2, body.admin .page_row-admin_preview h2, body.admin .page_row-admin_preview p.h2, body.admin .page_row-admin_preview h1.h2, body.admin .page_row-admin_preview h3.h2, body.admin .page_row-admin_preview h4.h2, body.cke_editable h2, body.cke_editable p.h2, body.cke_editable h1.h2, body.cke_editable h3.h2, body.cke_editable h4.h2 {
  text-transform: inherit;
  color: #121714;
  font-family: EB Garamond, serif;
  font-size: 4.209em;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: -0.015em;
}
body.frontend h3, body.frontend p.h3, body.frontend h1.h3, body.frontend h2.h3, body.frontend h4.h3, body.admin .page_row-admin_preview h3, body.admin .page_row-admin_preview p.h3, body.admin .page_row-admin_preview h1.h3, body.admin .page_row-admin_preview h2.h3, body.admin .page_row-admin_preview h4.h3, body.cke_editable h3, body.cke_editable p.h3, body.cke_editable h1.h3, body.cke_editable h2.h3, body.cke_editable h4.h3 {
  text-transform: inherit;
  color: #121714;
  font-family: EB Garamond, serif;
  font-size: 3.157em;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: -0.015em;
}
body.frontend h4, body.frontend p.h4, body.frontend h1.h4, body.frontend h2.h4, body.frontend h3.h4, body.admin .page_row-admin_preview h4, body.admin .page_row-admin_preview p.h4, body.admin .page_row-admin_preview h1.h4, body.admin .page_row-admin_preview h2.h4, body.admin .page_row-admin_preview h3.h4, body.cke_editable h4, body.cke_editable p.h4, body.cke_editable h1.h4, body.cke_editable h2.h4, body.cke_editable h3.h4 {
  text-transform: inherit;
  color: #121714;
  font-family: EB Garamond, serif;
  font-size: 1.953em;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.015em;
}
body.frontend p, body.admin .page_row-admin_preview p, body.cke_editable p {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
body.frontend p.surtitre, body.admin .page_row-admin_preview p.surtitre, body.cke_editable p.surtitre {
  text-transform: uppercase;
  color: inherit;
  font-family: Figtree, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.2em;
}
body.frontend p.surtitre + h1, body.frontend p.surtitre + h2, body.frontend p.surtitre + h3, body.frontend p.surtitre + h4, body.frontend p.surtitre + p.h1, body.frontend p.surtitre + p.h2, body.frontend p.surtitre + p.h3, body.frontend p.surtitre + p.h4, body.admin .page_row-admin_preview p.surtitre + h1, body.admin .page_row-admin_preview p.surtitre + h2, body.admin .page_row-admin_preview p.surtitre + h3, body.admin .page_row-admin_preview p.surtitre + h4, body.admin .page_row-admin_preview p.surtitre + p.h1, body.admin .page_row-admin_preview p.surtitre + p.h2, body.admin .page_row-admin_preview p.surtitre + p.h3, body.admin .page_row-admin_preview p.surtitre + p.h4, body.cke_editable p.surtitre + h1, body.cke_editable p.surtitre + h2, body.cke_editable p.surtitre + h3, body.cke_editable p.surtitre + h4, body.cke_editable p.surtitre + p.h1, body.cke_editable p.surtitre + p.h2, body.cke_editable p.surtitre + p.h3, body.cke_editable p.surtitre + p.h4 {
  margin-top: 0;
}
body.frontend [cell-color] h1, body.frontend [cell-color] h2, body.frontend [cell-color] h3, body.frontend [cell-color] h4, body.frontend [cell-color] p.h1, body.frontend [cell-color] p.h2, body.frontend [cell-color] p.h3, body.frontend [cell-color] p.h4, body.frontend [cell-color] p, body.frontend [cell-color] p.surtitre, body.admin .page_row-admin_preview [cell-color] h1, body.admin .page_row-admin_preview [cell-color] h2, body.admin .page_row-admin_preview [cell-color] h3, body.admin .page_row-admin_preview [cell-color] h4, body.admin .page_row-admin_preview [cell-color] p.h1, body.admin .page_row-admin_preview [cell-color] p.h2, body.admin .page_row-admin_preview [cell-color] p.h3, body.admin .page_row-admin_preview [cell-color] p.h4, body.admin .page_row-admin_preview [cell-color] p, body.admin .page_row-admin_preview [cell-color] p.surtitre, body.cke_editable [cell-color] h1, body.cke_editable [cell-color] h2, body.cke_editable [cell-color] h3, body.cke_editable [cell-color] h4, body.cke_editable [cell-color] p.h1, body.cke_editable [cell-color] p.h2, body.cke_editable [cell-color] p.h3, body.cke_editable [cell-color] p.h4, body.cke_editable [cell-color] p, body.cke_editable [cell-color] p.surtitre {
  color: inherit;
}
body.frontend input, body.frontend select, body.admin .page_row-admin_preview input, body.admin .page_row-admin_preview select, body.cke_editable input, body.cke_editable select {
  font-family: inherit;
}
@media screen and (min-width: 1400px) {
  body.frontend {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  body.frontend {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  body.frontend {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  body.frontend {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body.frontend {
    font-size: 16px;
  }
}
body.frontend div > h1:first-child, body.frontend div > h2:first-child, body.frontend div > h3:first-child, body.frontend div > h4:first-child, body.frontend div > p.h1:first-child, body.frontend div > p.h2:first-child, body.frontend div > p.h3:first-child, body.frontend div > p.h4:first-child, body.frontend div > p:first-child, body.frontend div > ul:first-child, body.frontend div > ol:first-child {
  margin-top: 0;
}
body.frontend div > h1:last-child, body.frontend div > h2:last-child, body.frontend div > h3:last-child, body.frontend div > h4:last-child, body.frontend div > p.h1:last-child, body.frontend div > p.h2:last-child, body.frontend div > p.h3:last-child, body.frontend div > p.h4:last-child, body.frontend div > p:last-child, body.frontend div > ul:last-child, body.frontend div > ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  body.frontend h1, body.frontend p.h1, body.frontend h2.h1, body.frontend h3.h1, body.frontend h4.h1 {
    font-size: 2em;
  }
  body.frontend h2, body.frontend p.h2, body.frontend h1.h2, body.frontend h3.h2, body.frontend h4.h2 {
    font-size: 1.66em;
  }
  body.frontend h3, body.frontend p.h3, body.frontend h1.h3, body.frontend h2.h3, body.frontend h4.h3 {
    font-size: 1.33em;
  }
  body.frontend h4, body.frontend p.h4, body.frontend h1.h4, body.frontend h2.h4, body.frontend h3.h4 {
    font-size: 1.5em;
  }
  body.frontend p {
    font-size: 1em;
  }
  body.frontend p.surtitre {
    font-size: 0.875em;
  }
}
body.frontend .fsPanel-content blockquote, body.frontend .cell_content blockquote, body.cke_editable blockquote {
  color: inherit;
  font-family: Figtree, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0em;
  background-color: inherit;
  margin-left: 0em;
  margin-right: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
}
body.frontend .fsPanel-content blockquote p, body.frontend .cell_content blockquote p, body.cke_editable blockquote p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 980px) {
  body.frontend .fsPanel-content blockquote, body.frontend .cell_content blockquote, body.cke_editable blockquote {
    font-size: 1.25em;
  }
}
body.frontend .fsPanel-content li, body.frontend .fsPanel-content dt, body.frontend .fsPanel-content dd, body.frontend .cell_content li, body.frontend .cell_content dt, body.frontend .cell_content dd, body.cke_editable li, body.cke_editable dt, body.cke_editable dd {
  margin: 0.25em 0;
}
/* PAGE FALLBACK OFFRE/ACTU/SEO */
.page_fallback_content.page_row-item {
  position: relative;
  margin: 4em auto;
}
.page_fallback_content.page_row-item .item-image + .title {
  margin-top: 0;
}
.page_fallback_content.page_row-item .title {
  margin-bottom: 0.2em;
}
.page_fallback_content.page_row-item .baseline {
  margin-top: 0;
}
.page_fallback_content.page_row-item .item-content {
  border-top: 1px solid #f4f6f5;
  padding-top: 1em;
}
.page_fallback_content.page_row-item .item-image {
  float: right;
  max-width: 40%;
  margin: 0 0 1em 1em;
}
.page_fallback_content.page_row-item .page_row_content {
  background: #f4f6f5;
  padding: 2em;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
  margin: 1em auto;
  width: 90%;
  max-width: 1024px;
}
.page_fallback_content.page_row-item .page_row_content .grid_cell {
  width: 100%;
  margin: 0;
}
.page_fallback_content.page_row-item .backlink {
  margin-top: 5em;
  text-align: right;
}
.cke_wysiwyg_frame, .cke_wysiwyg_frame:hover {
  background: #eeeeee !important;
  background: repeating-linear-gradient(145deg, #d5d5d5 0px, #d5d5d5 10px, #eeeeee 10px, #eeeeee 20px) !important;
}



/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"] .quick-access-menu, .fsPanel .moduleTemplate[type="generic"] .quick-access-menu, .popin-content .moduleTemplate[type="generic"] .quick-access-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page_row .moduleTemplate[type="generic"] .tag-filter-menu ul, .fsPanel .moduleTemplate[type="generic"] .tag-filter-menu ul, .popin-content .moduleTemplate[type="generic"] .tag-filter-menu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.page_row .moduleTemplate[type="generic"] .tag-filter-menu ul li, .fsPanel .moduleTemplate[type="generic"] .tag-filter-menu ul li, .popin-content .moduleTemplate[type="generic"] .tag-filter-menu ul li {
  flex: 1;
  padding: 0.5em;
  margin: 0;
}
.page_row .moduleTemplate[type="generic"] .tag-filter-menu ul li select, .fsPanel .moduleTemplate[type="generic"] .tag-filter-menu ul li select, .popin-content .moduleTemplate[type="generic"] .tag-filter-menu ul li select {
  display: block;
  width: 100%;
  padding: 0.5em;
}
.page_row .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper, .fsPanel .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper, .popin-content .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper {
  display: flex;
  flex-direction: column;
}
.page_row .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button, .fsPanel .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button, .popin-content .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button {
  cursor: pointer;
  padding: 0.5em;
  opacity: 0.5;
}
.page_row .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button.active, .fsPanel .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button.active, .popin-content .moduleTemplate[type="generic"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button.active {
  opacity: 1;
}
.page_row .moduleTemplate[type="generic"] .item .item-text blockquote.item-text-content-hover, .fsPanel .moduleTemplate[type="generic"] .item .item-text blockquote.item-text-content-hover, .popin-content .moduleTemplate[type="generic"] .item .item-text blockquote.item-text-content-hover {
  display: none;
}
.page_row .moduleTemplate[type="generic"] .item:hover .item-text[data-hover-alternative="replace"] blockquote.item-text-content, .fsPanel .moduleTemplate[type="generic"] .item:hover .item-text[data-hover-alternative="replace"] blockquote.item-text-content, .popin-content .moduleTemplate[type="generic"] .item:hover .item-text[data-hover-alternative="replace"] blockquote.item-text-content {
  display: none;
}
.page_row .moduleTemplate[type="generic"] .item:hover .item-text blockquote.item-text-content-hover, .fsPanel .moduleTemplate[type="generic"] .item:hover .item-text blockquote.item-text-content-hover, .popin-content .moduleTemplate[type="generic"] .item:hover .item-text blockquote.item-text-content-hover {
  display: block;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="_default"], .fsPanel .moduleTemplate[type="generic"][skin="_default"], .popin-content .moduleTemplate[type="generic"][skin="_default"] {
  margin-bottom: 2em;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .moduleTemplate-label, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .moduleTemplate-label, .popin-content .moduleTemplate[type="generic"][skin="_default"] .moduleTemplate-label {
  margin: 2em;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .items, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .items, .popin-content .moduleTemplate[type="generic"][skin="_default"] .items {
  margin: 2em;
  border-bottom: 1px solid #eee;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper {
  border-top: 1px solid #eee;
  padding: 2em 0;
  display: flex;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper.width_modal, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper.width_modal, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper.width_modal {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper {
    display: block;
  }
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-logo, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-top-title {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media {
  text-decoration: none;
  display: block;
  flex: 1;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  margin-right: 2em;
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media {
    min-height: 40vh;
    margin-right: 0em;
  }
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content {
  flex: 3;
  min-height: 25vh;
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content {
    flex: 2;
  }
}
@media screen and (max-width: 900px) {
  .page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content {
    flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content {
    min-height: 0;
  }
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-title, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-title, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-title {
  margin: 0;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-title a, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-title a, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-title a {
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-subtitle, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-subtitle, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-subtitle {
  opacity: 0.7;
  margin-top: 0.2em;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text > blockquote, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text > blockquote, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text > blockquote {
  margin: 0;
  border-left: 1px solid #eee;
  padding-left: 2em;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text-links {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text-links a:before, .page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-links a:before, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text-links a:before, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-links a:before, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-text-links a:before, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-links a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 0.5em;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-extra, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-extra {
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="_default"] .item-wrapper .item-content .item-extra ul {
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="_default"][data-customize="true"] .item-wrapper .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="_default"][data-customize="true"] .item-wrapper .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="_default"][data-customize="true"] .item-wrapper .item-top-title {
  display: block;
  width: 25%;
}
.page_row .moduleTemplate[type="generic"][skin="_default"][data-customize="true"] .item-wrapper .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="_default"][data-customize="true"] .item-wrapper .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="_default"][data-customize="true"] .item-wrapper .item-content .item-text-links {
  display: initial;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/alternate.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper {
  display: flex;
  position: relative;
  min-height: 40vh;
  text-align: left;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper.width_modal, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper.width_modal, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper.width_modal {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper {
    display: block;
    text-align: left;
  }
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-logo, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-top-title {
  display: none;
  padding: 2em 2em 2em 2em;
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-top-title {
    padding: 2em 2em 2em 2em;
  }
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2em 2em 2em 2em;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content {
    padding: 2em 2em 2em 2em;
  }
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text > blockquote, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text > blockquote, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text > blockquote {
  clear: both;
  margin: 1em 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-title a, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-title a, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-title a {
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-content .item-text-links {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media {
  text-decoration: none;
  display: block;
  width: calc(100% - 50%);
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media {
    width: calc(100% - 50%);
  }
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media {
    width: calc(100% - 50%);
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media {
    min-height: 50vh;
  }
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-extra, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-extra {
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item-wrapper .item-extra ul {
  padding: 0;
}
@media screen and (min-width: 641px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper {
    direction: rtl;
    text-align: left;
  }
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper > *, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper > *, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper > * {
    direction: ltr;
  }
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper .item-content {
    padding: 2em 2em 2em 2em;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper .item-content, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper .item-content, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .item:nth-child(2n) .item-wrapper .item-content {
    padding: 2em 2em 2em 2em;
  }
}
.page_row .moduleTemplate[type="generic"][skin="alternate"] .pagination, .fsPanel .moduleTemplate[type="generic"][skin="alternate"] .pagination, .popin-content .moduleTemplate[type="generic"][skin="alternate"] .pagination {
  margin: 2em 0;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"][data-customize="true"] .item-wrapper .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="alternate"][data-customize="true"] .item-wrapper .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="alternate"][data-customize="true"] .item-wrapper .item-top-title {
  display: block;
  width: 25%;
}
.page_row .moduleTemplate[type="generic"][skin="alternate"][data-customize="true"] .item-wrapper .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="alternate"][data-customize="true"] .item-wrapper .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="alternate"][data-customize="true"] .item-wrapper .item-content .item-text-links {
  display: initial;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/box-base.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="box-base"] .moduleTemplate-label, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .moduleTemplate-label, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .moduleTemplate-label {
  margin: 0 0px;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .items, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .items, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .items {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0px;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="2"] .item {
  width: calc(50% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="2"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="3"] .item {
  width: calc(33.333% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="3"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item {
    width: calc(50% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="4"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item {
  width: calc(20% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item {
    width: calc(33.333% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="5"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item {
  width: calc(16.666% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item {
    width: calc(25% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"][data-column="6"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item {
  position: relative;
  margin: 0px 0px 0;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-media {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  background-position: center center;
  background-size: cover;
  transition: all ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-media.coverH, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-media.coverH, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-media.coverH {
  background-size: auto 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-media.coverW, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-media.coverW, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-media.coverW {
  background-size: 100% auto;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content {
  display: flex;
  flex-direction: column;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title {
  order: 1;
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title a, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title a, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title a {
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title .item-subtitle, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title .item-subtitle, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-title .item-subtitle {
  opacity: 0.7;
  margin: 0.2em 0;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-extra, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-extra {
  order: 2;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-extra ul {
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text {
  order: 3;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text blockquote, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text blockquote, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text blockquote {
  margin: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-text .item-text-links {
  --display: none;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="box-base"] .item .item-content .item-links {
  order: 4;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"][hover-effect="zoom"] .item .item-media.coverH:hover, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][hover-effect="zoom"] .item .item-media.coverH:hover, .popin-content .moduleTemplate[type="generic"][skin="box-base"][hover-effect="zoom"] .item .item-media.coverH:hover {
  background-size: auto 110%;
}
.page_row .moduleTemplate[type="generic"][skin="box-base"][hover-effect="zoom"] .item .item-media.coverW:hover, .fsPanel .moduleTemplate[type="generic"][skin="box-base"][hover-effect="zoom"] .item .item-media.coverW:hover, .popin-content .moduleTemplate[type="generic"][skin="box-base"][hover-effect="zoom"] .item .item-media.coverW:hover {
  background-size: 110% auto;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/box.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="box"] .items, .fsPanel .moduleTemplate[type="generic"][skin="box"] .items, .popin-content .moduleTemplate[type="generic"][skin="box"] .items {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 px;
}
.page_row .moduleTemplate[type="generic"][skin="box"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="2"] .item {
  width: calc(50% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="2"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="3"] .item {
  width: calc(33% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="3"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item {
    width: calc(50% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="4"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item {
  width: calc(20% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item {
    width: calc(33.333% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="5"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item {
    width: calc(16.666% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"][data-column="6"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item, .popin-content .moduleTemplate[type="generic"][skin="box"] .item {
  position: relative;
  padding: 0px 0px 0;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-top-title {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-media {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  background-position: center center;
  background-size: cover;
  transition: all ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverH, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverH, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverH {
  background-size: auto 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverW, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverW, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverW {
  background-size: 100% auto;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverH:hover, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverH:hover, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverH:hover {
  background-size: auto 110%;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverW:hover, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverW:hover, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-media.coverW:hover {
  background-size: 110% auto;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content {
  display: flex;
  flex-direction: column;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-subtitle {
  order: 1;
  opacity: 0.7;
  margin: 0.2em 0;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-title, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-title, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-title {
  order: 2;
  margin-top: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-title a, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-title a, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-title a {
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-text, .page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-text-links, .page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-links {
  display: none;
  order: 4;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-extra, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-extra {
  order: 3;
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="box"] .item .item-content .item-extra ul {
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-top-title {
  display: initial;
}
.page_row .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-text, .page_row .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-text-links, .page_row .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="box"][data-customize="true"] .item-content .item-links {
  display: initial;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/box2.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="box2"] .items, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .items, .popin-content .moduleTemplate[type="generic"][skin="box2"] .items {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 px;
}
.page_row .moduleTemplate[type="generic"][skin="box2"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="2"] .item {
  width: calc(50% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box2"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="2"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box2"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="3"] .item {
  width: calc(33% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box2"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="3"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item {
    width: calc(50% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="4"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item {
  width: calc(20% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item {
    width: calc(33.333% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="5"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item {
    width: calc(16.666% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-column="6"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item {
  position: relative;
  margin: 0px 0px 0;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-top-title {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-media {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  background-position: center center;
  background-size: cover;
  transition: all ease 0.3s;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverH, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverH, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverH {
  background-size: auto 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverW, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverW, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverW {
  background-size: 100% auto;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverH.hover, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverH.hover, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverH.hover {
  background-size: auto 110%;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverW.hover, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverW.hover, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-media.coverW.hover {
  background-size: 110% auto;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content {
  padding: 1em;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-title, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-title, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-title {
  margin-top: 0;
  padding: 0;
  position: relative;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-title a, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-title a, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-title a {
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-subtitle {
  margin: 0.2em 0;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-text-links {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-text, .page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-links {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-extra, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-extra {
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item .item-content .item-extra ul {
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item:hover .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item:hover .item-text, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item:hover .item-text {
  z-index: 10;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 1em 1em 4em;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.page_row .moduleTemplate[type="generic"][skin="box2"] .item:hover .item-text:after, .fsPanel .moduleTemplate[type="generic"][skin="box2"] .item:hover .item-text:after, .popin-content .moduleTemplate[type="generic"][skin="box2"] .item:hover .item-text:after {
  position: absolute;
  left: 0;
  bottom: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 3em;
  display: block;
  width: 100%;
  text-align: center;
}
.page_row .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-top-title {
  display: initial;
}
.page_row .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-content .item-text-links, .page_row .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="box2"][data-customize="true"] .item-content .item-links {
  display: initial;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/box3.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="box3"] .items, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .items, .popin-content .moduleTemplate[type="generic"][skin="box3"] .items {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 px;
}
.page_row .moduleTemplate[type="generic"][skin="box3"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="2"] .item {
  width: calc(50% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box3"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="2"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box3"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="3"] .item {
  width: calc(33% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box3"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="3"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item {
    width: calc(50% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="4"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item {
  width: calc(20% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item {
    width: calc(33.333% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="5"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item {
    width: calc(16.666% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-column="6"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item {
  position: relative;
  margin: 0px 0px 0;
  overflow: hidden;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-top-title {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-media {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  background-position: center center;
  background-size: cover;
  transition: all ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverH, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverH, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverH {
  background-size: auto 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverW, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverW, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverW {
  background-size: 100% auto;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverH.hover, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverH.hover, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverH.hover {
  background-size: auto 110%;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverW.hover, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverW.hover, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-media.coverW.hover {
  background-size: 110% auto;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-title, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-title, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-title {
  font-weight: normal;
  margin-top: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-title a, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-title a, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-title a {
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-subtitle {
  font-weight: normal;
  opacity: 0.7;
  margin: 0.2em 0;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-text, .page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-text-links {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-links {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5em;
  width: 100%;
  background: #000;
  color: #FFF;
  margin: 0;
  padding: 1em;
  text-align: center;
  transition: bottom ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-links a, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-links a, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-links a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #FFF;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-extra, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-extra {
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item .item-content .item-extra ul {
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box3"] .item:hover .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box3"] .item:hover .item-links, .popin-content .moduleTemplate[type="generic"][skin="box3"] .item:hover .item-links {
  bottom: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-top-title {
  display: initial;
}
.page_row .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-content .item-text, .page_row .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="box3"][data-customize="true"] .item .item-content .item-text-links {
  display: initial;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/box4.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="box4"] .items, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .items, .popin-content .moduleTemplate[type="generic"][skin="box4"] .items {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 px;
}
.page_row .moduleTemplate[type="generic"][skin="box4"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="2"] .item {
  width: calc(50% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"][data-column="2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="2"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="2"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box4"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="3"] .item {
  width: calc(33% - 0px);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"][data-column="3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="3"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="3"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item {
    width: calc(50% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="4"] .item {
    width: calc(100% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item {
  width: calc(20% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item {
    width: calc(33.333% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="5"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item {
  width: calc(25% - 0px);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item {
    width: calc(16.666% - 0px);
  }
}
@media screen and (max-width: 720px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-column="6"] .item {
    width: calc(50% - 0px);
  }
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item {
  position: relative;
  margin: 0px 0px 0;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-top-title {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-media {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content {
  z-index: 2;
  height: 25em;
  padding: 1em 1em;
  position: relative;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  color: #FFF;
  pointer-events: none;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content a, .page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content button, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content a, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content button, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content a, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content button {
  pointer-events: all;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content:before, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content:before, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content:before {
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content > *, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content > *, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content > * {
  position: relative;
  z-index: 2;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title {
  order: 4;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle, .page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle {
  margin: 0.2em 0;
  color: #fff;
  font-weight: normal;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle strong, .page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle strong, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle strong, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle strong, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle strong, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle strong {
  font-weight: normal;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle a, .page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle a, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle a, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle a, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-suptitle a, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-title .item-subtitle a {
  color: inherit;
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-extra, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-extra {
  order: 3;
  color: #fff;
  margin: 0;
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-extra ul {
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-links {
  display: none;
  order: 3;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text {
  order: 1;
  max-height: 0;
  margin: 0;
  padding: 0;
  transition: all ease-out 0.5s;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text a, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text a, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text a {
  color: inherit;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text > blockquote, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text > blockquote, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text > blockquote {
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-content .item-text-links {
  margin-top: 1em;
}
@media (min-width: 981px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"] .item:hover .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item:hover .item-text, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item:hover .item-text {
    transition: all ease-in-out 0.8s;
    max-height: 25em;
  }
}
@media (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="box4"] .item .item-text, .fsPanel .moduleTemplate[type="generic"][skin="box4"] .item .item-text, .popin-content .moduleTemplate[type="generic"][skin="box4"] .item .item-text {
    transition: none !important;
    max-height: none !important;
  }
}
.page_row .moduleTemplate[type="generic"][skin="box4"][data-customize="true"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-customize="true"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-customize="true"] .item .item-top-title {
  display: block;
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  padding: 1em 1em;
}
.page_row .moduleTemplate[type="generic"][skin="box4"][data-customize="true"] .item .item-links, .fsPanel .moduleTemplate[type="generic"][skin="box4"][data-customize="true"] .item .item-links, .popin-content .moduleTemplate[type="generic"][skin="box4"][data-customize="true"] .item .item-links {
  display: initial;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/diaporama-full.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="diaporama-full"], .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"], .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] {
  margin: 0;
  padding: 0;
  height: 100vh;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-wrapper, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-wrapper {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  background: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .items, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .items, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .items {
  height: 100vh;
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .item, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .item, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .item {
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-wrapper, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-top-title {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-content blockquote, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-content blockquote, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .item .item-content blockquote {
  padding: 0;
  margin: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-pager.bx-default-pager, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-pager.bx-default-pager, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-pager.bx-default-pager {
  pointer-events: all;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"][data-customize="true"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"][data-customize="true"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"][data-customize="true"] .item .item-top-title {
  display: block;
  z-index: 10;
  width: 100%;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/diaporama.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="diaporama"], .fsPanel .moduleTemplate[type="generic"][skin="diaporama"], .popin-content .moduleTemplate[type="generic"][skin="diaporama"] {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .bx-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .bx-wrapper, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .bx-wrapper {
  min-height: inherit;
  border: none;
  box-shadow: none;
  padding: 0 0 0.1px;
  margin: 0 auto;
  background: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .items, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .items, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .items {
  height: inherit;
  min-height: inherit;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item {
  height: inherit;
  min-height: inherit;
  margin: 0;
  padding: 0 4em;
  overflow: hidden;
  position: relative;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-wrapper, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-wrapper {
  padding: 1em 0;
  height: inherit;
  min-height: inherit;
  display: flex;
  align-items: center;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title {
  display: none;
  margin-left: calc(25% + 4em);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title {
    margin-left: 50%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-top-title {
    margin-left: 0;
  }
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media {
  text-decoration: none;
  display: block;
  position: absolute;
  width: 25%;
  height: calc(100% - 2em);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media {
    width: calc(50% - 6em);
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media {
    position: relative;
    height: auto;
    padding-top: 56%;
  }
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content {
  margin-left: calc(25% + 4em);
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content {
    margin-left: 50%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content {
    margin-left: 0;
  }
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-title {
  margin: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-title a, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-title a, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-title a {
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-subtitle {
  opacity: 0.7;
  margin-top: 0.2em;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text {
  padding: 0;
  margin: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text > blockquote, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text > blockquote, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text > blockquote {
  margin: 0;
  border-left: 1px solid #ddd;
  padding-left: 2em;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-text-links {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .items-links a:before, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .items-links a:before, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .items-links a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 0.5em;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-extra, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-extra {
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item .item-content .item-extra ul {
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item[media="false"] .item-content, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item[media="false"] .item-content, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item[media="false"] .item-content {
  margin: 0 2em;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .item:first-child[aria-hidden="false"], .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .item:first-child[aria-hidden="false"], .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .item:first-child[aria-hidden="false"] {
  display: block !important;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"] .bx-pager.bx-default-pager, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .bx-pager.bx-default-pager, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .bx-pager.bx-default-pager {
  pointer-events: all;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"][data-customize="true"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"][data-customize="true"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama"][data-customize="true"] .item .item-top-title {
  display: block;
  width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama"][data-customize="true"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"][data-customize="true"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="diaporama"][data-customize="true"] .item .item-content .item-text-links {
  display: initial;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/diaporama2.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="diaporama2"], .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"], .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .bx-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .bx-wrapper, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .bx-wrapper {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  background: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item {
  margin: 0;
  padding: 1em 4em;
  overflow: hidden;
  position: relative;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-top-title {
  font-weight: normal;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 40%;
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media {
    padding-top: 60%;
  }
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media {
    padding-top: 90%;
  }
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-title {
  opacity: 0.6;
  margin: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-title a, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-title a, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-title a {
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-subtitle {
  opacity: 0.6;
  margin-top: 0.2em;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-text, .page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-text-links, .page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-links {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-extra, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-extra, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-extra {
  margin-top: 0.4em;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-extra ul, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-extra ul, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item .item-content .item-extra ul {
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .item:first-child[aria-hidden="false"], .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .item:first-child[aria-hidden="false"], .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .item:first-child[aria-hidden="false"] {
  display: block !important;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"] .bx-pager.bx-default-pager, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .bx-pager.bx-default-pager, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .bx-pager.bx-default-pager {
  pointer-events: all;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-text, .page_row .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-text-links, .page_row .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"][data-customize="true"] .item .item-content .item-links {
  display: block;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/diaporama3.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="diaporama3"], .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"], .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .bx-wrapper, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .bx-wrapper, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .bx-wrapper {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  background: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-logo, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-logo, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-logo {
  max-width: 100%;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-top-title {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 40%;
}
@media screen and (max-width: 1200px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media {
    padding-top: 60%;
  }
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media {
    padding-top: 90%;
  }
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media hapi-video, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media hapi-video, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media hapi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media .legend, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media .legend, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-media .legend {
  z-index: 2;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-content, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-content, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-content {
  position: absolute;
  bottom: 0;
  padding: 2em;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item .item-content .item-text {
  display: none;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .item:first-child[aria-hidden="false"], .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .item:first-child[aria-hidden="false"], .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .item:first-child[aria-hidden="false"] {
  display: block !important;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"] .bx-pager.bx-default-pager, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .bx-pager.bx-default-pager, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .bx-pager.bx-default-pager {
  pointer-events: all;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-top-title, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-top-title, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-top-title {
  display: block;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-text, .page_row .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-text-links, .page_row .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-links, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-text, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-text-links, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-links, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-text, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-text-links, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"][data-customize="true"] .item .item-content .item-links {
  display: block;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/script.box2carrousel.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .box2carrousel, .fsPanel .box2carrousel, .popin-content .box2carrousel {
  position: relative;
}
.page_row .box2carrousel .moduleTemplate, .fsPanel .box2carrousel .moduleTemplate, .popin-content .box2carrousel .moduleTemplate {
  position: relative;
  overflow: hidden;
  margin: 0 3em;
}
.page_row .box2carrousel .moduleTemplate .items, .fsPanel .box2carrousel .moduleTemplate .items, .popin-content .box2carrousel .moduleTemplate .items {
  z-index: 1;
  position: relative;
  left: -100%;
}
.page_row .box2carrousel .moduleTemplate .items.move, .fsPanel .box2carrousel .moduleTemplate .items.move, .popin-content .box2carrousel .moduleTemplate .items.move {
  transition: left ease 0.5s;
}
.page_row .box2carrousel .moduleTemplate .items.moveNext, .fsPanel .box2carrousel .moduleTemplate .items.moveNext, .popin-content .box2carrousel .moduleTemplate .items.moveNext {
  left: -200%;
}
.page_row .box2carrousel .moduleTemplate .items.movePrev, .fsPanel .box2carrousel .moduleTemplate .items.movePrev, .popin-content .box2carrousel .moduleTemplate .items.movePrev {
  left: 0%;
}
.page_row .box2carrousel .b2c-btn, .fsPanel .box2carrousel .b2c-btn, .popin-content .box2carrousel .b2c-btn {
  border-radius: 0;
  background: none;
  border: none;
  font-size: 2em;
  line-height: 3em;
  color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5em;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  outline: none;
}
.page_row .box2carrousel .b2c-btn span, .fsPanel .box2carrousel .b2c-btn span, .popin-content .box2carrousel .b2c-btn span {
  display: block;
  width: 100%;
  text-align: center;
}
.page_row .box2carrousel .b2c-btn-prev, .fsPanel .box2carrousel .b2c-btn-prev, .popin-content .box2carrousel .b2c-btn-prev {
  left: 0;
}
.page_row .box2carrousel .b2c-btn-next, .fsPanel .box2carrousel .b2c-btn-next, .popin-content .box2carrousel .b2c-btn-next {
  right: 0;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_default/script.diaporama.common.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager, .page_row .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager, .page_row .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager, .page_row .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 10%;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button, .page_row .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button, .page_row .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button, .page_row .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button {
  pointer-events: all;
  cursor: pointer;
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 56.6%;
  border: none;
  margin: 0 0 0.5em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: all ease 250ms;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button span, .page_row .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button span, .page_row .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button span, .page_row .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button span, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button span, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button span, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button span, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button span, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button span, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button span, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button span, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page_row .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button.active, .page_row .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button.active, .page_row .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button.active, .page_row .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button.active, .fsPanel .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button.active, .fsPanel .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button.active, .fsPanel .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button.active, .fsPanel .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button.active, .popin-content .moduleTemplate[type="generic"][skin="diaporama-full"] .bx-thumbnail-pager button.active, .popin-content .moduleTemplate[type="generic"][skin="diaporama"] .bx-thumbnail-pager button.active, .popin-content .moduleTemplate[type="generic"][skin="diaporama2"] .bx-thumbnail-pager button.active, .popin-content .moduleTemplate[type="generic"][skin="diaporama3"] .bx-thumbnail-pager button.active {
  opacity: 1;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_diaporama.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate .additional-bx-control .btn-prev, .page_row .moduleTemplate .additional-bx-control .btn-next, .fsPanel .moduleTemplate .additional-bx-control .btn-prev, .fsPanel .moduleTemplate .additional-bx-control .btn-next, .popin-content .moduleTemplate .additional-bx-control .btn-prev, .popin-content .moduleTemplate .additional-bx-control .btn-next {
  display: inline-block;
  text-align: center;
  padding: 0.5em 0;
  cursor: pointer;
}
.page_row .moduleTemplate .additional-bx-control .counter, .fsPanel .moduleTemplate .additional-bx-control .counter, .popin-content .moduleTemplate .additional-bx-control .counter {
  display: inline-block;
  padding: 0.5em;
  min-width: 3em;
  text-align: center;
}
.page_row .moduleTemplate .bx-wrapper, .fsPanel .moduleTemplate .bx-wrapper, .popin-content .moduleTemplate .bx-wrapper {
  border: none;
  margin: 0 auto;
  padding: 0;
}
.page_row .moduleTemplate .bx-wrapper .bx-viewport, .fsPanel .moduleTemplate .bx-wrapper .bx-viewport, .popin-content .moduleTemplate .bx-wrapper .bx-viewport {
  min-height: inherit;
}
.page_row .moduleTemplate .bx-wrapper .bx-controls, .fsPanel .moduleTemplate .bx-wrapper .bx-controls, .popin-content .moduleTemplate .bx-wrapper .bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.page_row .moduleTemplate .bx-wrapper .bx-pager, .fsPanel .moduleTemplate .bx-wrapper .bx-pager, .popin-content .moduleTemplate .bx-wrapper .bx-pager {
  position: absolute;
  left: 0;
  right: 0;
  top: unset;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  z-index: 1000;
}
.page_row .moduleTemplate .bx-wrapper .bx-pager .bx-pager-link, .fsPanel .moduleTemplate .bx-wrapper .bx-pager .bx-pager-link, .popin-content .moduleTemplate .bx-wrapper .bx-pager .bx-pager-link {
  margin: 10px;
}
.page_row .moduleTemplate .bx-wrapper .bx-controls-direction, .fsPanel .moduleTemplate .bx-wrapper .bx-controls-direction, .popin-content .moduleTemplate .bx-wrapper .bx-controls-direction {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_row .moduleTemplate .bx-wrapper .bx-controls-direction > a, .page_row .moduleTemplate .bx-wrapper .bx-controls-direction > span, .fsPanel .moduleTemplate .bx-wrapper .bx-controls-direction > a, .fsPanel .moduleTemplate .bx-wrapper .bx-controls-direction > span, .popin-content .moduleTemplate .bx-wrapper .bx-controls-direction > a, .popin-content .moduleTemplate .bx-wrapper .bx-controls-direction > span {
  font-size: 1.5em;
  pointer-events: all;
  position: absolute;
  top: 0;
  margin-top: 0;
  outline: 0;
  width: 2em;
  height: 100%;
  text-indent: 0;
  z-index: 2000;
  display: block;
  background: none;
}
.page_row .moduleTemplate .bx-wrapper .bx-controls-direction > a span, .page_row .moduleTemplate .bx-wrapper .bx-controls-direction > span span, .fsPanel .moduleTemplate .bx-wrapper .bx-controls-direction > a span, .fsPanel .moduleTemplate .bx-wrapper .bx-controls-direction > span span, .popin-content .moduleTemplate .bx-wrapper .bx-controls-direction > a span, .popin-content .moduleTemplate .bx-wrapper .bx-controls-direction > span span {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.page_row .moduleTemplate .bx-wrapper .bx-controls-direction > span, .fsPanel .moduleTemplate .bx-wrapper .bx-controls-direction > span, .popin-content .moduleTemplate .bx-wrapper .bx-controls-direction > span {
  width: 3em;
}
.page_row .moduleTemplate .bx-wrapper .bx-controls-direction > span span, .fsPanel .moduleTemplate .bx-wrapper .bx-controls-direction > span span, .popin-content .moduleTemplate .bx-wrapper .bx-controls-direction > span span {
  width: 3em;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"] .bx-controls-direction .bx-prev span {
  top: 0;
  transform: translateY(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="T"] .bx-controls-direction .bx-prev span {
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"] .bx-controls-direction .bx-prev span {
  top: 0;
  transform: translateY(0);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="L"] .bx-controls-direction .bx-prev span {
  top: 50%;
  transform: translateY(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="C"] .bx-controls-direction .bx-prev span {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="R"] .bx-controls-direction .bx-prev span {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"] .bx-controls-direction .bx-prev span {
  bottom: 0;
  transform: translateY(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="B"] .bx-controls-direction .bx-prev span {
  bottom: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"] .bx-controls-direction .bx-prev span {
  bottom: 0;
  transform: translateY(0);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev span, .fsPanel .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev span, .popin-content .moduleTemplate[diapo-ctrl-prev="HIDE"] .bx-controls-direction .bx-prev span {
  display: none;
}
.page_row .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="TL"] .bx-controls-direction .bx-next span {
  top: 0;
  transform: translateY(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="T"] .bx-controls-direction .bx-next span {
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="TR"] .bx-controls-direction .bx-next span {
  top: 0;
  transform: translateY(0);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="L"] .bx-controls-direction .bx-next span {
  top: 50%;
  transform: translateY(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="C"] .bx-controls-direction .bx-next span {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="R"] .bx-controls-direction .bx-next span {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="BL"] .bx-controls-direction .bx-next span {
  bottom: 0;
  transform: translateY(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="B"] .bx-controls-direction .bx-next span {
  bottom: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="BR"] .bx-controls-direction .bx-next span {
  bottom: 0;
  transform: translateY(0);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next span, .fsPanel .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next span, .popin-content .moduleTemplate[diapo-ctrl-next="HIDE"] .bx-controls-direction .bx-next span {
  display: none;
}
.page_row .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter span {
  top: 0;
  transform: translateY(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter span {
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter span {
  top: 0;
  transform: translateY(0);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter span {
  top: 50%;
  transform: translateY(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter span {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter span {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter span {
  bottom: 0;
  transform: translateY(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter span {
  bottom: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
.page_row .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  right: 0;
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter span {
  bottom: 0;
  transform: translateY(0);
  right: 0;
}
.page_row .moduleTemplate[diapo-ctrl-counter="HIDE"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="HIDE"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="HIDE"] .bx-controls-direction .bx-counter {
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  display: none;
}
.page_row .moduleTemplate[diapo-ctrl-counter="HIDE"] .bx-controls-direction .bx-counter span, .fsPanel .moduleTemplate[diapo-ctrl-counter="HIDE"] .bx-controls-direction .bx-counter span, .popin-content .moduleTemplate[diapo-ctrl-counter="HIDE"] .bx-controls-direction .bx-counter span {
  display: inline-block;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"] .bx-controls-direction .bx-next {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-next {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"] .bx-controls-direction .bx-next {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-next {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"] .bx-controls-direction .bx-next {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-next {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-prev {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="TL"][diapo-ctrl-next="TL"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="TL"][diapo-ctrl-next="TL"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="TL"][diapo-ctrl-next="TL"] .bx-controls-direction .bx-counter {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-counter="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-counter="T"][diapo-ctrl-next="T"] .bx-controls-direction .bx-next {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="TR"][diapo-ctrl-next="TR"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="TR"][diapo-ctrl-next="TR"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="TR"][diapo-ctrl-next="TR"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="L"][diapo-ctrl-next="L"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="L"][diapo-ctrl-next="L"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="L"][diapo-ctrl-next="L"] .bx-controls-direction .bx-counter {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-counter="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-counter="C"][diapo-ctrl-next="C"] .bx-controls-direction .bx-next {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="R"][diapo-ctrl-next="R"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="R"][diapo-ctrl-next="R"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="R"][diapo-ctrl-next="R"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="BL"][diapo-ctrl-next="BL"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="BL"][diapo-ctrl-next="BL"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="BL"][diapo-ctrl-next="BL"] .bx-controls-direction .bx-counter {
  transform: translateX(100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-counter="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-next, .fsPanel .moduleTemplate[diapo-ctrl-counter="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-next, .popin-content .moduleTemplate[diapo-ctrl-counter="B"][diapo-ctrl-next="B"] .bx-controls-direction .bx-next {
  transform: translateX(0);
}
.page_row .moduleTemplate[diapo-ctrl-counter="BR"][diapo-ctrl-next="BR"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-counter="BR"][diapo-ctrl-next="BR"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-counter="BR"][diapo-ctrl-next="BR"] .bx-controls-direction .bx-counter {
  transform: translateX(-100%);
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="TL"][diapo-ctrl-next="TL"][diapo-ctrl-counter="TL"] .bx-controls-direction {
  justify-content: flex-start;
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="T"][diapo-ctrl-next="T"][diapo-ctrl-counter="T"] .bx-controls-direction {
  justify-content: center;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="TR"][diapo-ctrl-next="TR"][diapo-ctrl-counter="TR"] .bx-controls-direction {
  justify-content: flex-end;
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="L"][diapo-ctrl-next="L"][diapo-ctrl-counter="L"] .bx-controls-direction {
  justify-content: flex-start;
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="C"][diapo-ctrl-next="C"][diapo-ctrl-counter="C"] .bx-controls-direction {
  justify-content: center;
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="R"][diapo-ctrl-next="R"][diapo-ctrl-counter="R"] .bx-controls-direction {
  justify-content: flex-end;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="BL"][diapo-ctrl-next="BL"][diapo-ctrl-counter="BL"] .bx-controls-direction {
  justify-content: flex-start;
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="B"][diapo-ctrl-next="B"][diapo-ctrl-counter="B"] .bx-controls-direction {
  justify-content: center;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction {
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter, .page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a {
  position: static;
  transform: translate(0, 0);
  order: 2;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter.bx-prev, .page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter.bx-prev, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter.bx-prev, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a.bx-prev {
  order: 1;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter.bx-next, .page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter.bx-next, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction .bx-counter.bx-next, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction > a.bx-next {
  order: 3;
}
.page_row .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction, .fsPanel .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction, .popin-content .moduleTemplate[diapo-ctrl-prev="BR"][diapo-ctrl-next="BR"][diapo-ctrl-counter="BR"] .bx-controls-direction {
  justify-content: flex-end;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_modal.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate .modal, .fsPanel .moduleTemplate .modal, .popin-content .moduleTemplate .modal {
  display: none;
}
.page_row .moduleTemplate .modal.active, .fsPanel .moduleTemplate .modal.active, .popin-content .moduleTemplate .modal.active {
  display: block;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.page_row .moduleTemplate .modal.active .modal-close, .fsPanel .moduleTemplate .modal.active .modal-close, .popin-content .moduleTemplate .modal.active .modal-close {
  float: right;
  font-size: 1.5em;
}
.page_row .moduleTemplate .modal.active .modal-content, .fsPanel .moduleTemplate .modal.active .modal-content, .popin-content .moduleTemplate .modal.active .modal-content {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  min-height: 60vh;
  max-height: 90vh;
  background: #ffffff;
  color: #000000;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate .modal.active .modal-content, .fsPanel .moduleTemplate .modal.active .modal-content, .popin-content .moduleTemplate .modal.active .modal-content {
    padding-top: 5em;
    height: 100vh;
    max-height: none;
  }
}
.page_row .moduleTemplate .modal.active .modal-content .slide, .fsPanel .moduleTemplate .modal.active .modal-content .slide, .popin-content .moduleTemplate .modal.active .modal-content .slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.page_row .moduleTemplate .modal.active .modal-content .detail, .fsPanel .moduleTemplate .modal.active .modal-content .detail, .popin-content .moduleTemplate .modal.active .modal-content .detail {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1000px;
  margin: 2em auto;
  padding: 1em;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  text-align: left;
  overflow: auto;
  max-height: calc(80vh);
}
.page_row .moduleTemplate .modal.active .modal-content .detail blockquote, .fsPanel .moduleTemplate .modal.active .modal-content .detail blockquote, .popin-content .moduleTemplate .modal.active .modal-content .detail blockquote {
  clear: both;
  margin: 1em 0;
  padding: 0;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_multitags.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[template="multitags"] .tag-filter-menu ul, .fsPanel .module_wrapper[template="multitags"] .tag-filter-menu ul, .popin-content .module_wrapper[template="multitags"] .tag-filter-menu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.page_row .module_wrapper[template="multitags"] .tag-filter-menu ul li, .fsPanel .module_wrapper[template="multitags"] .tag-filter-menu ul li, .popin-content .module_wrapper[template="multitags"] .tag-filter-menu ul li {
  flex: 1;
  padding: 0.5em;
  margin: 0;
}
.page_row .module_wrapper[template="multitags"] .tag-filter-menu ul li select, .fsPanel .module_wrapper[template="multitags"] .tag-filter-menu ul li select, .popin-content .module_wrapper[template="multitags"] .tag-filter-menu ul li select {
  display: block;
  width: 100%;
  padding: 0.5em;
}
.page_row .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper, .fsPanel .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper, .popin-content .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper {
  display: flex;
  flex-direction: column;
}
.page_row .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button, .fsPanel .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button, .popin-content .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button {
  cursor: pointer;
  padding: 0.5em;
  opacity: 0.5;
}
.page_row .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button.active, .fsPanel .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button.active, .popin-content .module_wrapper[template="multitags"] .tag-filter-menu ul li .tag-filter-buttons-wrapper button.active {
  opacity: 1;
}
.page_row .module_wrapper[template="multitags"] .items-section-body .items-section--view-more, .fsPanel .module_wrapper[template="multitags"] .items-section-body .items-section--view-more, .popin-content .module_wrapper[template="multitags"] .items-section-body .items-section--view-more {
  font-size: 0.7em;
  display: block;
}
.page_row .module_wrapper[template="multitags"] .items-section-body .items-section--view-more .less, .fsPanel .module_wrapper[template="multitags"] .items-section-body .items-section--view-more .less, .popin-content .module_wrapper[template="multitags"] .items-section-body .items-section--view-more .less {
  display: none;
}
.page_row .module_wrapper[template="multitags"] .items-section-body .items-section--view-more .more, .fsPanel .module_wrapper[template="multitags"] .items-section-body .items-section--view-more .more, .popin-content .module_wrapper[template="multitags"] .items-section-body .items-section--view-more .more {
  display: inline-block;
}
.page_row .module_wrapper[template="multitags"] .items-section-body .item[extra-item="true"], .fsPanel .module_wrapper[template="multitags"] .items-section-body .item[extra-item="true"], .popin-content .module_wrapper[template="multitags"] .items-section-body .item[extra-item="true"] {
  display: none;
}
.page_row .module_wrapper[template="multitags"] .items-section-body.show-extra-items .items-section--view-more .less, .fsPanel .module_wrapper[template="multitags"] .items-section-body.show-extra-items .items-section--view-more .less, .popin-content .module_wrapper[template="multitags"] .items-section-body.show-extra-items .items-section--view-more .less {
  display: inline-block;
}
.page_row .module_wrapper[template="multitags"] .items-section-body.show-extra-items .items-section--view-more .more, .fsPanel .module_wrapper[template="multitags"] .items-section-body.show-extra-items .items-section--view-more .more, .popin-content .module_wrapper[template="multitags"] .items-section-body.show-extra-items .items-section--view-more .more {
  display: none;
}
.page_row .module_wrapper[template="multitags"] .items-section-body.show-extra-items .item[extra-item="true"], .fsPanel .module_wrapper[template="multitags"] .items-section-body.show-extra-items .item[extra-item="true"], .popin-content .module_wrapper[template="multitags"] .items-section-body.show-extra-items .item[extra-item="true"] {
  display: block;
}
.page_row .module_wrapper[template="multitags"] .item .item-text blockquote.item-text-content-hover, .fsPanel .module_wrapper[template="multitags"] .item .item-text blockquote.item-text-content-hover, .popin-content .module_wrapper[template="multitags"] .item .item-text blockquote.item-text-content-hover {
  display: none;
}
.page_row .module_wrapper[template="multitags"] .item:hover .item-text[data-hover-alternative="replace"] blockquote.item-text-content, .fsPanel .module_wrapper[template="multitags"] .item:hover .item-text[data-hover-alternative="replace"] blockquote.item-text-content, .popin-content .module_wrapper[template="multitags"] .item:hover .item-text[data-hover-alternative="replace"] blockquote.item-text-content {
  display: none;
}
.page_row .module_wrapper[template="multitags"] .item:hover .item-text blockquote.item-text-content-hover, .fsPanel .module_wrapper[template="multitags"] .item:hover .item-text blockquote.item-text-content-hover, .popin-content .module_wrapper[template="multitags"] .item:hover .item-text blockquote.item-text-content-hover {
  display: block;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/_overlay.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="generic"] .item-media, .fsPanel .moduleTemplate[type="generic"] .item-media, .popin-content .moduleTemplate[type="generic"] .item-media {
  z-index: 1;
  text-decoration: none;
}
.page_row .moduleTemplate[type="generic"] .item-content, .fsPanel .moduleTemplate[type="generic"] .item-content, .popin-content .moduleTemplate[type="generic"] .item-content {
  z-index: 2;
}
.page_row .moduleTemplate[type="generic"][overlay="true"] .item-media, .page_row .moduleTemplate[type="generic"][overlay-hover="true"] .item-media, .fsPanel .moduleTemplate[type="generic"][overlay="true"] .item-media, .fsPanel .moduleTemplate[type="generic"][overlay-hover="true"] .item-media, .popin-content .moduleTemplate[type="generic"][overlay="true"] .item-media, .popin-content .moduleTemplate[type="generic"][overlay-hover="true"] .item-media {
  text-decoration: none;
  position: relative;
}
.page_row .moduleTemplate[type="generic"][overlay="true"] .item-media:before, .page_row .moduleTemplate[type="generic"][overlay-hover="true"] .item-media:before, .fsPanel .moduleTemplate[type="generic"][overlay="true"] .item-media:before, .fsPanel .moduleTemplate[type="generic"][overlay-hover="true"] .item-media:before, .popin-content .moduleTemplate[type="generic"][overlay="true"] .item-media:before, .popin-content .moduleTemplate[type="generic"][overlay-hover="true"] .item-media:before {
  z-index: 1;
  opacity: 1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="generic"][overlay="true"] .item-media:after, .page_row .moduleTemplate[type="generic"][overlay-hover="true"] .item-media:after, .fsPanel .moduleTemplate[type="generic"][overlay="true"] .item-media:after, .fsPanel .moduleTemplate[type="generic"][overlay-hover="true"] .item-media:after, .popin-content .moduleTemplate[type="generic"][overlay="true"] .item-media:after, .popin-content .moduleTemplate[type="generic"][overlay-hover="true"] .item-media:after {
  z-index: 2;
  opacity: 0;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="generic"][overlay="true"] .item-media.hover:after, .page_row .moduleTemplate[type="generic"][overlay-hover="true"] .item-media.hover:after, .fsPanel .moduleTemplate[type="generic"][overlay="true"] .item-media.hover:after, .fsPanel .moduleTemplate[type="generic"][overlay-hover="true"] .item-media.hover:after, .popin-content .moduleTemplate[type="generic"][overlay="true"] .item-media.hover:after, .popin-content .moduleTemplate[type="generic"][overlay-hover="true"] .item-media.hover:after {
  opacity: 1;
}
.page_row .moduleTemplate[type="generic"][overlay="true"][overlay-hover="true"] .item-media.hover:before, .fsPanel .moduleTemplate[type="generic"][overlay="true"][overlay-hover="true"] .item-media.hover:before, .popin-content .moduleTemplate[type="generic"][overlay="true"][overlay-hover="true"] .item-media.hover:before {
  opacity: 0;
}
.page_row .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverH, .fsPanel .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverH, .popin-content .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverH {
  background-size: auto 100% !important;
  transition: all ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverH.hover, .fsPanel .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverH.hover, .popin-content .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverH.hover {
  background-size: auto 110% !important;
}
.page_row .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverW, .fsPanel .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverW, .popin-content .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverW {
  background-size: 100% auto !important;
  transition: all ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverW.hover, .fsPanel .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverW.hover, .popin-content .moduleTemplate[type="generic"][hover-effect="zoom"] .item-media.coverW.hover {
  background-size: 110% auto !important;
}
.page_row .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item-bg:before, .page_row .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item-bg:before, .fsPanel .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item-bg:before, .fsPanel .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item-bg:before, .popin-content .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item-bg:before, .popin-content .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item-bg:before {
  z-index: 1;
  opacity: 1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item-bg:after, .page_row .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item-bg:after, .fsPanel .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item-bg:after, .fsPanel .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item-bg:after, .popin-content .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item-bg:after, .popin-content .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item-bg:after {
  z-index: 2;
  opacity: 0;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity ease-in-out 0.3s;
}
.page_row .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item.on .foreground-item-bg:after, .page_row .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item.on .foreground-item-bg:after, .fsPanel .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item.on .foreground-item-bg:after, .fsPanel .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item.on .foreground-item-bg:after, .popin-content .moduleTemplate[type="verticalstripes"][overlay="true"] .foreground-item.on .foreground-item-bg:after, .popin-content .moduleTemplate[type="verticalstripes"][overlay-hover="true"] .foreground-item.on .foreground-item-bg:after {
  opacity: 1;
}
.page_row .moduleTemplate[type="verticalstripes"][overlay="true"][overlay-hover="true"] .foreground-item.on .foreground-item-bg:before, .fsPanel .moduleTemplate[type="verticalstripes"][overlay="true"][overlay-hover="true"] .foreground-item.on .foreground-item-bg:before, .popin-content .moduleTemplate[type="verticalstripes"][overlay="true"][overlay-hover="true"] .foreground-item.on .foreground-item-bg:before {
  opacity: 0;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/linklist/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";



/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/multitags/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="multitags"][skin="_default"], .fsPanel .moduleTemplate[type="multitags"][skin="_default"], .popin-content .moduleTemplate[type="multitags"][skin="_default"] {
  margin: 0 4em;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"], .fsPanel .moduleTemplate[type="multitags"][skin="_default"], .popin-content .moduleTemplate[type="multitags"][skin="_default"] {
    margin: 0 3em;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev, .page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next {
  display: inline-block;
  position: absolute;
  top: 25%;
  width: 4em;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev, .page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next {
    width: 3em;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev button, .page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next button, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev button, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next button, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev button, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next button {
  background: none;
  border: none;
  display: inline-block;
  font-size: 2em;
  padding: 0;
  margin: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  color: inherit;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--prev {
  left: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .moduleTemplate-controls .control--next {
  right: 0;
}
@media screen and (min-width: 1401px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls {
    display: block;
  }
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls {
    display: block;
  }
}
@media screen and (min-width: 641px) and (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="3"] .moduleTemplate-controls, .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="3"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="3"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="2"] .moduleTemplate-controls, .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="3"] .moduleTemplate-controls, .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .page_row .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="2"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="3"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .fsPanel .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="2"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="3"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="4"] .moduleTemplate-controls, .popin-content .moduleTemplate[type="multitags"][skin="_default"][data-carousel-size="5"] .moduleTemplate-controls {
    display: block;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section {
  flex: 1;
  min-width: 25%;
}
@media screen and (max-width: 1400px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section {
    min-width: 33.333%;
  }
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section {
    min-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section {
    min-width: 100%;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section--view-more, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section--view-more, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section--view-more {
  margin: auto;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--aside, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--aside, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--aside {
  display: none;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--title, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--title, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--title {
  text-align: center;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--title h2, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--title h2, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--title h2 {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--image, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--image, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-head--image {
  display: block;
  width: 100%;
  padding-top: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item {
  text-align: center;
  padding: 0.5em;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle {
  margin: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-media, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-media, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper .items-section .items-section-body .item .item-media {
  display: block;
  width: 100%;
  padding-top: 36%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go {
  transition: left ease 1s;
  left: -25%;
}
@media screen and (max-width: 1400px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go {
    left: -33.333%;
  }
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go {
    left: -50%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-next-go {
    left: -100%;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init {
  left: -25%;
}
@media screen and (max-width: 1400px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init {
    left: -33.333%;
  }
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init {
    left: -50%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-init {
    left: -100%;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-go, .fsPanel .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-go, .popin-content .moduleTemplate[type="multitags"][skin="_default"] .sections-wrapper.carrousel-prev-go {
  transition: left ease 1s;
  left: 0%;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/multitags/grid-item.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--aside, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--aside, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--aside {
  display: none;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--title, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--title, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--title {
  margin: 1em 0 0.5em;
  padding: 0 1em;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--title h2, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--title h2, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--title h2 {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--image, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--image, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-head--image {
  display: block;
  width: 100%;
  padding-top: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item {
  width: 50%;
}
@media (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item {
    width: 100%;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-wrapper, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-wrapper, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-wrapper {
  position: relative;
  min-height: 4em;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content {
  margin: 1em 0 1em 20%;
  padding: 0 1em;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle {
  margin: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-top-title, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-top-title, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-top-title {
  margin: 1em 0 1em 20%;
  padding: 0 1em;
}
.page_row .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-media, .fsPanel .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-media, .popin-content .moduleTemplate[type="multitags"][skin="grid-item"] .sections-wrapper .items-section .items-section-body .item .item-media {
  position: absolute;
  height: 100%;
  width: 20%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/multitags/grid.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section {
  width: 50%;
}
@media (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section {
    width: 100%;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--aside, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--aside, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--aside {
  display: none;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--title, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--title, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--title {
  margin: 1em 0 0.5em;
  padding: 0 1em;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--title h2, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--title h2, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--title h2 {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--image, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--image, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-head--image {
  display: block;
  width: 100%;
  padding-top: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-wrapper, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-wrapper, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-wrapper {
  position: relative;
  min-height: 4em;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content {
  margin: 1em 0 1em 20%;
  padding: 0 1em;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content .item-suptitle, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-content .item-subtitle {
  margin: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-top-title, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-top-title, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-top-title {
  margin: 1em 0 1em 20%;
  padding: 0 1em;
}
.page_row .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-media, .fsPanel .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-media, .popin-content .moduleTemplate[type="multitags"][skin="grid"] .sections-wrapper .items-section .items-section-body .item .item-media {
  position: absolute;
  height: 100%;
  width: 20%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/multitags/magazine.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section {
  position: relative;
  display: flex;
  flex-direction: row;
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--aside, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--aside, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--aside {
  flex: 1;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 10%;
  margin-top: 3em;
}
@media (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--aside, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--aside, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--aside {
    display: none;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--title, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--title, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--title {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 1em;
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--title h2, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--title h2, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--title h2 {
  margin: 0;
  padding: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--image, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--image, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-head--image {
  display: none;
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body {
  flex: 3;
  padding: 3em 1em 1em;
}
@media (max-width: 1400px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body {
    flex: 2;
  }
}
@media (max-width: 1200px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body {
    flex: 1.5;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-wrapper, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-wrapper, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-wrapper {
  position: relative;
  min-height: 4em;
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content {
  margin: 1em 0;
  padding: 0 1em;
  margin-left: 10%;
}
@media (max-width: 1400px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content {
    margin-left: 12%;
  }
}
@media (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content {
    margin-left: 15%;
  }
}
@media (max-width: 640px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content {
    margin-left: 20%;
  }
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content .item-suptitle, .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content .item-subtitle, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content .item-suptitle, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content .item-subtitle, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content .item-suptitle, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-content .item-subtitle {
  margin: 0;
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-top-title, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-top-title, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-top-title {
  margin: 1em 0;
  padding: 0 1em;
  margin-left: 10%;
}
.page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media {
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  font-size: 0;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media {
    width: 12%;
  }
}
@media (max-width: 980px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media {
    width: 15%;
  }
}
@media (max-width: 640px) {
  .page_row .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media, .fsPanel .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media, .popin-content .moduleTemplate[type="multitags"][skin="magazine"] .items-section .items-section-body .item .item-media {
    width: 20%;
  }
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/verticalstripes/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="verticalstripes"][skin="_default"], .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"], .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] {
  min-height: inherit;
  position: relative;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .background, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .background, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .background {
  min-height: inherit;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .background .background-item, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .background .background-item, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .background .background-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: inherit;
  background-size: cover;
  background-position: center center;
  transition: opacity ease 0.5s;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .background .background-item.on, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .background .background-item.on, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .background .background-item.on {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .background, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .background, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .background {
    display: none;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground {
    flex-direction: column;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item {
  position: relative;
  display: flex;
  flex: 1;
  min-height: inherit;
  overflow: hidden;
  border-right: 1px solid transparent;
  margin-right: -1px;
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item {
    border-bottom: 2px solid #fff;
  }
  .page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item:last-child, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item:last-child, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item:last-child {
    border-bottom: none;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .foreground-item-bg {
  opacity: 1;
  min-height: inherit;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  transition: all ease 0.5s;
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .foreground-item-bg {
    width: 100% !important;
    left: 0 !important;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-wrapper-out, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-wrapper-out, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-wrapper-out {
  position: relative;
  z-index: 2;
  width: 100%;
  transition: opacity ease 0.5s;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-top-title {
  transition: opacity ease 0.5s;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-top-title a, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-top-title a, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-top-title a {
  cursor: pointer;
  text-decoration: inherit;
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
  background: none;
  display: inline;
  border: none;
  padding: 0;
  margin: 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content {
  margin: 2em;
  transition: opacity ease 0.5s;
  color: #FFF;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-title {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-text-links, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-text-links, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-text-links {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-text blockquote, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-text blockquote, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-text blockquote {
  margin: 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-links, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-links, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-content .item-links {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2em;
}
@media screen and (min-width: 981px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.off .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.off .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.off .foreground-item-bg {
    opacity: 0 !important;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-text blockquote.item-text-content-hover, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-text blockquote.item-text-content-hover, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item .item-text blockquote.item-text-content-hover {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.on .item-text[data-hover-alternative="replace"] blockquote.item-text-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.on .item-text[data-hover-alternative="replace"] blockquote.item-text-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.on .item-text[data-hover-alternative="replace"] blockquote.item-text-content {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.on .item-text blockquote.item-text-content-hover, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.on .item-text blockquote.item-text-content-hover, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground .foreground-item.on .item-text blockquote.item-text-content-hover {
  display: block;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="1"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="1"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="1"] .foreground-item-bg {
  width: 100%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="2"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="2"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="2"] .foreground-item-bg {
  width: 200%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="3"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="3"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="3"] .foreground-item-bg {
  width: 300%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="4"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="4"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="4"] .foreground-item-bg {
  width: 400%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="5"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="5"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="5"] .foreground-item-bg {
  width: 500%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="6"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="6"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="6"] .foreground-item-bg {
  width: 600%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="7"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="7"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-item-count="7"] .foreground-item-bg {
  width: 700%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="0"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="0"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="0"] .foreground-item-bg {
  left: 0%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="1"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="1"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="1"] .foreground-item-bg {
  left: -100%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="2"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="2"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="2"] .foreground-item-bg {
  left: -200%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="3"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="3"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="3"] .foreground-item-bg {
  left: -300%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="4"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="4"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="4"] .foreground-item-bg {
  left: -400%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="5"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="5"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="5"] .foreground-item-bg {
  left: -500%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="6"] .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="6"] .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"] .foreground-item[data-i="6"] .foreground-item-bg {
  left: -600%;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="top"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="top"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="top"] .foreground .foreground-item .item-top-title {
  padding: 2em 2em 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="top"] .foreground .foreground-item .item-top-title h3, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="top"] .foreground .foreground-item .item-top-title h3, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="top"] .foreground .foreground-item .item-top-title h3 {
  font-weight: normal;
  color: #fff;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2em;
  transform-origin: top right;
  transform: rotate(-90deg) translate(0, -100%);
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title h3, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title h3, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title h3 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vtop"] .foreground .foreground-item .item-content {
  padding-right: 4em;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-wrapper-in {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title {
  order: 2;
  padding: 0 2em 2em;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title h3, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title h3, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title h3 {
  font-weight: normal;
  color: #fff;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-content {
  order: 1;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-content .item-links, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-content .item-links, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="bottom"] .foreground .foreground-item .item-content .item-links {
  position: relative;
  left: unset;
  bottom: unset;
  padding: 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2em;
  transform-origin: bottom right;
  transform: rotate(-90deg) translate(100%, 0);
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title h3, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title h3, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title h3 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="_default"][data-title-pos="vbottom"] .foreground .foreground-item .item-content {
  padding-right: 4em;
}


/* ----------------------------------------------------------------------------------
 Module : _TEMPLATE
// modules/_template/verticalstripes/accordion.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"], .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"], .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] {
  min-height: inherit;
  position: relative;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .background, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .background, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .background {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground {
    flex-direction: column;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item {
  position: relative;
  display: flex;
  flex: 1;
  min-height: inherit;
  overflow: hidden;
  border-right: 2px solid #fff;
  transition: all ease 0.5s;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item:last-child, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item:last-child, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item:last-child {
  border-right: none;
}
@media screen and (max-width: 980px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item {
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item:last-child, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item:last-child, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item:last-child {
    border-bottom: none;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .foreground-item-bg, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .foreground-item-bg, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .foreground-item-bg {
  width: 100%;
  opacity: 1;
  min-height: inherit;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  transition: all ease 0.5s;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-wrapper-out, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-wrapper-out, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-wrapper-out {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: all ease 0.5s;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-top-title a, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-top-title a, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-top-title a {
  cursor: pointer;
  text-decoration: inherit;
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
  background: none;
  display: inline;
  border: none;
  padding: 0;
  margin: 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content {
  font-size: 0;
  opacity: 0;
  margin: 2em;
  color: #FFF;
  transition: all ease 0.5s;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-title {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-text-links, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-text-links, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-text-links {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-text blockquote, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-text blockquote, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-text blockquote {
  margin: 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-links, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-links, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-content .item-links {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2em;
}
@media screen and (min-width: 981px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on {
    flex: 10;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-content {
  font-size: 1em;
  opacity: 1;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.off .item-wrapper-out, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.off .item-wrapper-out, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.off .item-wrapper-out {
  opacity: 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-text blockquote.item-text-content-hover, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-text blockquote.item-text-content-hover, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item .item-text blockquote.item-text-content-hover {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-text[data-hover-alternative="replace"] blockquote.item-text-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-text[data-hover-alternative="replace"] blockquote.item-text-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-text[data-hover-alternative="replace"] blockquote.item-text-content {
  display: none;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-text blockquote.item-text-content-hover, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-text blockquote.item-text-content-hover, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"] .foreground .foreground-item.on .item-text blockquote.item-text-content-hover {
  display: block;
}
@media screen and (min-width: 981px) {
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="1"] .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="1"] .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="1"] .item-wrapper-in {
    width: 100vw;
  }
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="2"] .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="2"] .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="2"] .item-wrapper-in {
    width: 50vw;
  }
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="3"] .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="3"] .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="3"] .item-wrapper-in {
    width: 33.3333333333vw;
  }
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="4"] .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="4"] .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="4"] .item-wrapper-in {
    width: 25vw;
  }
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="5"] .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="5"] .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="5"] .item-wrapper-in {
    width: 20vw;
  }
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="6"] .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="6"] .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="6"] .item-wrapper-in {
    width: 16.6666666667vw;
  }
  .page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="7"] .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="7"] .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-item-count="7"] .item-wrapper-in {
    width: 14.2857142857vw;
  }
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="top"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="top"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="top"] .foreground .foreground-item .item-top-title {
  padding: 2em 2em 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="top"] .foreground .foreground-item .item-top-title h3, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="top"] .foreground .foreground-item .item-top-title h3, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="top"] .foreground .foreground-item .item-top-title h3 {
  font-weight: normal;
  color: #fff;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2em;
  transform-origin: top right;
  transform: rotate(-90deg) translate(0, -100%);
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title h3, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title h3, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-top-title h3 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vtop"] .foreground .foreground-item .item-content {
  padding-right: 4em;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-wrapper-in, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-wrapper-in, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-wrapper-in {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title {
  order: 2;
  padding: 0 2em 2em;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title h3, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title h3, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-top-title h3 {
  font-weight: normal;
  color: #fff;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-content {
  order: 1;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-content .item-links, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-content .item-links, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="bottom"] .foreground .foreground-item .item-content .item-links {
  position: relative;
  left: unset;
  bottom: unset;
  padding: 0;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2em;
  transform-origin: bottom right;
  transform: rotate(-90deg) translate(100%, 0);
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title h3, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title h3, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-top-title h3 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.page_row .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-content, .fsPanel .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-content, .popin-content .moduleTemplate[type="verticalstripes"][skin="accordion"][data-title-pos="vbottom"] .foreground .foreground-item .item-content {
  padding-right: 4em;
}


/* ----------------------------------------------------------------------------------
 Module : ACCORDEON
// modules/Accordeon/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item, .fsPanel .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item, .popin-content .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item {
  position: relative;
  border: 1px solid currentColor;
  margin: 0 0 20px 0;
}
.page_row .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item .accordion-title, .fsPanel .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item .accordion-title, .popin-content .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item .accordion-title {
  font-size: 1.2em;
  padding: 0.5em;
  line-height: 1.2em;
  cursor: pointer;
}
.page_row .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item .accordion-title:after, .fsPanel .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item .accordion-title:after, .popin-content .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item .accordion-title:after {
  font-size: 1.2em;
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  height: 1em;
  width: 1em;
  top: 0.4em;
  right: 0.4em;
}
.page_row .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content, .fsPanel .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content, .popin-content .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content {
  height: 0;
  overflow: hidden;
}
.page_row .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content > .accordion-custom, .fsPanel .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content > .accordion-custom, .popin-content .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content > .accordion-custom {
  padding: calc(1.5 * .5em);
}
.page_row .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content > .accordion-module, .fsPanel .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content > .accordion-module, .popin-content .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item > .accordion-content > .accordion-module {
  padding: 0;
}
.page_row .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item.active > .accordion-title:after, .fsPanel .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item.active > .accordion-title:after, .popin-content .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item.active > .accordion-title:after {
  content: "";
}
.page_row .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item.active > .accordion-content, .fsPanel .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item.active > .accordion-content, .popin-content .module_wrapper[module="accordeon"][template="_default"][skin="_default"] > .accordion-item.active > .accordion-content {
  height: auto;
}


/* ----------------------------------------------------------------------------------
 Module : AVIS
// modules/Avis/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="avis"][template="_default"][skin="_default"] .reviews-container, .fsPanel .module_wrapper[module="avis"][template="_default"][skin="_default"] .reviews-container, .popin-content .module_wrapper[module="avis"][template="_default"][skin="_default"] .reviews-container {
  padding-top: 1em;
}
.page_row .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-item, .fsPanel .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-item, .popin-content .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-item {
  padding: 2em;
  border-bottom: 1px solid #eee;
}
.page_row .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-item.extra, .fsPanel .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-item.extra, .popin-content .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-item.extra {
  display: none;
}
.page_row .module_wrapper[module="avis"][template="_default"][skin="_default"].display-all-reviews .review-item.extra, .fsPanel .module_wrapper[module="avis"][template="_default"][skin="_default"].display-all-reviews .review-item.extra, .popin-content .module_wrapper[module="avis"][template="_default"][skin="_default"].display-all-reviews .review-item.extra {
  display: block;
}
.page_row .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-stars, .fsPanel .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-stars, .popin-content .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-stars {
  color: #daa846;
  margin: 0 1em;
}
.page_row .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-comment, .fsPanel .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-comment, .popin-content .module_wrapper[module="avis"][template="_default"][skin="_default"] .review-comment {
  margin: 1em 0;
  padding: 1em 2em;
  border-left: 4px solid #daa846;
}
.page_row .module_wrapper[module="avis"][template="_default"][skin="_default"] .display-all-reviews-trigger, .fsPanel .module_wrapper[module="avis"][template="_default"][skin="_default"] .display-all-reviews-trigger, .popin-content .module_wrapper[module="avis"][template="_default"][skin="_default"] .display-all-reviews-trigger {
  text-align: center;
  margin: 1em;
}
.page_row .module_wrapper[module="avis"][template="_default"][skin="_default"].display-all-reviews .display-all-reviews-trigger, .fsPanel .module_wrapper[module="avis"][template="_default"][skin="_default"].display-all-reviews .display-all-reviews-trigger, .popin-content .module_wrapper[module="avis"][template="_default"][skin="_default"].display-all-reviews .display-all-reviews-trigger {
  display: none;
}


/* ----------------------------------------------------------------------------------
 Module : AVIS
// modules/Avis/templates/slider/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"], .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"], .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] {
  overflow: hidden;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .reviews-container, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .reviews-container, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .reviews-container {
  position: relative;
  margin: auto;
  max-width: 800px !important;
  box-shadow: rgba(0, 0, 0, 0.13) 0 -30px 79px 2px;
  border: none;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .bx-wrapper, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .bx-wrapper, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .bx-wrapper {
  border: none;
  box-shadow: none;
  background: transparent;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .reviews-container, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .reviews-container, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .reviews-container {
  padding-top: 1em;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-item, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-item, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-item {
  padding: 2em;
  text-align: center;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-date, .page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-rate, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-date, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-rate, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-date, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-rate {
  display: none;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-author, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-author, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-author {
  display: block;
  font-size: 2.5em;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-stars, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-stars, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-stars {
  display: block;
  font-size: 2em;
  color: #daa846;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-comment, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-comment, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .review-comment {
  padding: 2em 4em;
  font-style: italic;
  font-size: 1.5em;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev, .page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next {
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev a, .page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next a, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev a, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next a, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev a, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next a {
  font-size: 2em;
  color: #daa846;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-prev {
  left: 2em;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-next {
  right: 2em;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  padding: 2em;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet {
  color: #eee;
  margin: 0 0.25em;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet:hover, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet:hover, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet:hover {
  color: #666;
}
.page_row .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet.active, .fsPanel .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet.active, .popin-content .module_wrapper[module="avis"][template="slider"][skin="_default"] .slider-pager .bullet.active {
  color: #daa846;
}


/* ----------------------------------------------------------------------------------
 Module : CHAMBRES
// modules/Chambres/templates/_default/alternate.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="chambres"][template="_default"][skin="alternate"] .item-title, .fsPanel .module_wrapper[module="chambres"][template="_default"][skin="alternate"] .item-title, .popin-content .module_wrapper[module="chambres"][template="_default"][skin="alternate"] .item-title {
  float: left;
}
.page_row .module_wrapper[module="chambres"][template="_default"][skin="alternate"] .room-price, .fsPanel .module_wrapper[module="chambres"][template="_default"][skin="alternate"] .room-price, .popin-content .module_wrapper[module="chambres"][template="_default"][skin="alternate"] .room-price {
  float: right;
  font-size: 1.2em;
  margin-top: 1em;
}


/* ----------------------------------------------------------------------------------
 Module : CHAMBRES
// modules/Chambres/templates/common.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="chambres"] .room-extra ul, .fsPanel .module_wrapper[module="chambres"] .room-extra ul, .popin-content .module_wrapper[module="chambres"] .room-extra ul {
  margin: 0;
  padding-left: 0;
  clear: both;
  opacity: 0.6;
  text-transform: uppercase;
}
.page_row .module_wrapper[module="chambres"] .room-extra ul li, .fsPanel .module_wrapper[module="chambres"] .room-extra ul li, .popin-content .module_wrapper[module="chambres"] .room-extra ul li {
  display: inline;
  margin-right: 1em;
}
.page_row .module_wrapper[module="chambres"] .room-extra ul li:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul li:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul li:before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-right: 0.5em;
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity:before {
  content: "+";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="1"]:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="1"]:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="1"]:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="2"]:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="2"]:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="2"]:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="3"]:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="3"]:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="3"]:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="4"]:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="4"]:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity[capacity="4"]:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child:before {
  content: "+";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="1"]:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="1"]:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="1"]:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="2"]:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="2"]:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="2"]:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="3"]:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="3"]:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="3"]:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="4"]:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="4"]:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity_child[capacity="4"]:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-bedtype:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-bedtype:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-bedtype:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-view:before, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-view:before, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-view:before {
  content: "";
}
.page_row .module_wrapper[module="chambres"] .room-extra ul .extra-capacity:after, .fsPanel .module_wrapper[module="chambres"] .room-extra ul .extra-capacity:after, .popin-content .module_wrapper[module="chambres"] .room-extra ul .extra-capacity:after {
  display: inline-block;
  content: "—";
  margin-left: 1em;
}


/* ----------------------------------------------------------------------------------
 Module : CONTENU
// modules/Contenu/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="contenu"][template="_default"][skin="_default"], .fsPanel .module_wrapper[module="contenu"][template="_default"][skin="_default"], .popin-content .module_wrapper[module="contenu"][template="_default"][skin="_default"] {
  padding: 0 2em;
}


/* ----------------------------------------------------------------------------------
 Module : ENCARTCONTENU
// modules/EncartContenu/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"], .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"], .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] {
  min-height: inherit;
}
.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper, .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper, .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper {
  min-height: inherit;
  position: relative;
  overflow: hidden;
  padding: 1em;
  background-size: cover;
  background-position: center center;
}
.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content, .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content, .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content {
  width: 50%;
  background-color: #ffffff;
  padding: 1em;
}
.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .title, .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .title, .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .title {
  color: #222222;
  margin-bottom: 0;
}
.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .title a, .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .title a, .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .title a {
  color: inherit;
  text-decoration: none;
}
.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .baseline, .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .baseline, .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .baseline {
  color: #222222;
  margin-top: 0.5em;
}
.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .baseline a, .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .baseline a, .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .baseline a {
  color: inherit;
  text-decoration: none;
}
.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .text, .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .text, .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .text {
  color: #222222;
}
.page_row .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .text a, .fsPanel .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .text a, .popin-content .module_wrapper[module="encart_contenu"][template="_default"][skin="_default"] .wrapper .content .text a {
  color: #222222;
}


/* ----------------------------------------------------------------------------------
 Module : FAQ
// modules/Faq/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";



/* ----------------------------------------------------------------------------------
 Module : FAQ
// modules/Faq/templates/_default/accordion.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item, .fsPanel .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item, .popin-content .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item {
  position: relative;
  border: 1px solid currentColor;
  margin: 0 0 20px 0;
}
.page_row .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item .faq-question, .fsPanel .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item .faq-question, .popin-content .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item .faq-question {
  margin: 0;
  font-size: 1.2em;
  padding: 0.5em;
  line-height: 1.2em;
  cursor: pointer;
}
.page_row .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item .faq-question:after, .fsPanel .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item .faq-question:after, .popin-content .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item .faq-question:after {
  font-size: 1.2em;
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  height: 1em;
  width: 1em;
  top: 0.4em;
  right: 0.4em;
}
.page_row .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item > .faq-answer, .fsPanel .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item > .faq-answer, .popin-content .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item > .faq-answer {
  height: 0;
  overflow: hidden;
}
.page_row .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item > .faq-answer > blockquote, .fsPanel .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item > .faq-answer > blockquote, .popin-content .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item > .faq-answer > blockquote {
  padding: calc(1.5 * .5em);
}
.page_row .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item.active > .faq-question:after, .fsPanel .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item.active > .faq-question:after, .popin-content .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item.active > .faq-question:after {
  content: "";
}
.page_row .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item.active > .faq-answer, .fsPanel .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item.active > .faq-answer, .popin-content .module_wrapper[module="faq"][template="_default"][skin="accordion"] > .faq-item.active > .faq-answer {
  height: auto;
}


/* ----------------------------------------------------------------------------------
 Module : FLIPBOOK
// modules/Flipbook/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";



/* ----------------------------------------------------------------------------------
 Module : FORMS
// modules/Forms/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"], .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"], .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] {
  margin: 2em 0;
  padding: 0 2em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error, .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success {
  margin: 0.5em 0;
  padding: 0.5em 1.5em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error a, .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success a, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error a, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success a, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error a, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success a {
  color: inherit !important;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error a:hover, .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success a:hover, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error a:hover, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success a:hover, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error a:hover, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success a:hover {
  text-decoration: underline;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error {
  background: #d95145;
  color: #ffffff;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap {
  padding: 1em 2.5em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap ul, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap ul, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap ul {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.4em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap ul li, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap ul li, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-error-recap ul li {
  margin: 0;
  padding: 0;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .mod_form-text-success {
  background: #179d5e;
  color: #ffffff;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -2em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-submit-in-progress, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-submit-in-progress, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-submit-in-progress {
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  bottom: -0.5em;
  right: -0.5em;
  border-radius: 0.5em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  justify-content: center;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group {
  margin: 0.3em 0 0.75em;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group {
    width: calc(100% - 2em);
  }
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-message, .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-message, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-message, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha {
  width: 100%;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-divider, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-divider, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-divider {
  width: 100%;
  padding: 0;
  margin: 0;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-divider hr, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-divider hr, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-divider hr {
  background: none;
  height: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-clearfix, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-clearfix, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-clearfix {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label {
  display: block;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label.radio-inline, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label.radio-inline, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label.radio-inline {
  display: inline;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label.radio-inline + label.radio-inline, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label.radio-inline + label.radio-inline, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group label.radio-inline + label.radio-inline {
  margin-left: 1.5em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group > label, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group > label, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group > label {
  font-weight: bold;
  margin: 0.25em 0;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input::placeholder, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input::placeholder, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input:-ms-input-placeholder, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input:-ms-input-placeholder, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input::-ms-input-placeholder, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input::-ms-input-placeholder, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group select, .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=text], .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=tel], .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=date], .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group select, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=text], .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=tel], .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=date], .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group select, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=text], .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=tel], .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=date], .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea {
  width: calc(100% - 2em);
  font-size: 1em;
  box-sizing: border-box;
  padding: 0.5em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=tel], .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=tel], .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=tel] {
  padding-left: 52px;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input {
  width: calc(100% - 2em);
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input input, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input input, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input input {
  width: 100%;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input input.valid, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input input.valid, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input input.valid {
  border: 1px solid #179d5e;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=date], .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=date], .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input[type=date] {
  max-width: 12em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea {
  height: 8em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group div.radio, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group div.radio, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group div.radio {
  margin: 0.5em 0;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha label, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha label, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha label {
  display: inline-block;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha input, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha input, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha input {
  max-width: 20em;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error input[type=text], .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error input[type=tel], .page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error textarea, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error input[type=text], .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error input[type=tel], .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error textarea, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error input[type=text], .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error input[type=tel], .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.has-error textarea {
  border: 1px solid #d95145;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .mandatory_explaination, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .mandatory_explaination, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .mandatory_explaination {
  width: calc(100% - 2em);
  text-align: right;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-action, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-action, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-action {
  margin-top: 1em;
  width: calc(100% - 2em);
  text-align: center;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-action button, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-action button, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-action button {
  margin: auto;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .mandatory, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .mandatory, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .mandatory {
  color: #d95145;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-error, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-error, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-error {
  color: #d95145;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] form.ajax-in-progress, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] form.ajax-in-progress, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] form.ajax-in-progress {
  opacity: 0.5;
}
.page_row .module_wrapper[module="forms"][template="_default"][skin="_default"] .g-recaptcha-invisible, .fsPanel .module_wrapper[module="forms"][template="_default"][skin="_default"] .g-recaptcha-invisible, .popin-content .module_wrapper[module="forms"][template="_default"][skin="_default"] .g-recaptcha-invisible {
  position: fixed;
}


/* ----------------------------------------------------------------------------------
 Module : GALERIE
// modules/Galerie/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] {
  position: relative;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items {
  display: flex;
  flex-wrap: wrap;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item {
  display: block;
  position: relative;
  padding-top: 40%;
  transition: all ease 0.5s;
  order: 1;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item.filtered, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item.filtered, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item.filtered {
  opacity: 0.3;
  order: 2;
}
@media screen and (max-width: 1200px) {
  .page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item {
    padding-top: 50%;
  }
}
@media screen and (max-width: 640px) {
  .page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item {
    padding-top: 60%;
  }
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-item-media, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-item-media, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .item-title, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .item-title, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .item-title {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  left: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
  text-align: left;
  text-decoration: none;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .item-title small, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .item-title small, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .item-title small {
  display: block;
  text-decoration: underline;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-download, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-download, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-download {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  right: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item .gallery-popup {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-decoration: none;
  font-size: 5em;
  opacity: 0.1;
  transition: opacity ease-in-out 0.3s;
  cursor: pointer;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item:hover .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item:hover .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-items .gallery-item:hover .gallery-popup {
  opacity: 0.9;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags {
  width: 100%;
  z-index: 1000;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 1em;
  transition: all ease-in-out 0.3s;
  white-space: nowrap;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag:hover, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag:hover, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag.active, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag.active, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .gallery-tags .gallery-tag.active {
  background: black;
  color: #ffffff;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .bx-controls-direction > a, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .bx-controls-direction > a, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .bx-controls-direction > a {
  font-size: 1.5em;
  pointer-events: all;
  margin-top: 0;
  outline: 0;
  width: 2em;
  height: 2em;
  transform: translateY(-50%);
  text-indent: 0;
  z-index: 2000;
  display: block;
  background: none;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="_default"] .bx-controls-direction > a span, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="_default"] .bx-controls-direction > a span, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="_default"] .bx-controls-direction > a span {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}


/* ----------------------------------------------------------------------------------
 Module : GALERIE
// modules/Galerie/templates/_default/liste.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-title, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-title, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-title {
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
}
@media screen and (max-width: 960px) {
  .page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items {
    font-size: 0.7em;
  }
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item {
  overflow: hidden;
  display: block;
  position: relative;
  width: calc(25% - 1em);
  padding-top: 14%;
  margin: 0.5em;
}
@media screen and (max-width: 960px) {
  .page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item {
    width: calc(50% - 1em);
    padding-top: 36%;
  }
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-item-media, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-item-media, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all ease-in-out 0.3s;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item:hover .gallery-item-media, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item:hover .gallery-item-media, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item:hover .gallery-item-media {
  transform: scale(1.1);
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .item-title, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .item-title, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .item-title {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  left: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
  text-align: left;
  text-decoration: none;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .item-title small, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .item-title small, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .item-title small {
  display: block;
  text-decoration: underline;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-download, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-download, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-download {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  right: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item .gallery-popup {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-decoration: none;
  font-size: 5em;
  opacity: 0.1;
  transition: opacity ease-in-out 0.3s;
  cursor: pointer;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item:hover .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item:hover .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-items .gallery-item:hover .gallery-popup {
  opacity: 0.9;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 1em;
  transition: all ease-in-out 0.3s;
  white-space: nowrap;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag:hover, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag:hover, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag.active, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag.active, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="liste"] .gallery-tags .gallery-tag.active {
  background: black;
  color: #ffffff;
}


/* ----------------------------------------------------------------------------------
 Module : GALERIE
// modules/Galerie/templates/_default/tuiles.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] {
  overflow: hidden;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-title, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-title, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-title {
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
  margin-right: 1px;
}
@media screen and (max-width: 960px) {
  .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items {
    font-size: 0.7em;
  }
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item {
  border: 1px solid transparent;
  display: block;
  position: relative;
  width: 25%;
  padding-top: 20%;
  overflow: hidden;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:nth-child(6n+3), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:nth-child(6n+4), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:nth-child(6n+3), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:nth-child(6n+4), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:nth-child(6n+3), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:nth-child(6n+4) {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item {
    width: 50% !important;
    padding-top: 40%;
  }
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-item-media, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-item-media, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all ease-in-out 0.3s;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:hover .gallery-item-media, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:hover .gallery-item-media, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:hover .gallery-item-media {
  transform: scale(1.1);
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .item-title, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .item-title, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .item-title {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  left: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
  text-align: left;
  text-decoration: none;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .item-title small, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .item-title small, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .item-title small {
  display: block;
  text-decoration: underline;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-download, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-download, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-download {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  right: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item .gallery-popup {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-decoration: none;
  font-size: 5em;
  opacity: 0.1;
  transition: opacity ease-in-out 0.3s;
  cursor: pointer;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:hover .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:hover .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items .gallery-item:hover .gallery-popup {
  opacity: 0.9;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="3"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="2"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="3"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="2"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="3"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="2"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="1"] .gallery-item[data-reverse="0"] {
  width: 25%;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="2"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="2"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="2"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="2"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="2"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-items[data-mod3="2"] .gallery-item[data-reverse="0"] {
  width: 50%;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 1em;
  transition: all ease-in-out 0.3s;
  white-space: nowrap;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag:hover, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag:hover, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag.active, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag.active, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles"] .gallery-tags .gallery-tag.active {
  background: black;
  color: #ffffff;
}


/* ----------------------------------------------------------------------------------
 Module : GALERIE
// modules/Galerie/templates/_default/tuiles2.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] {
  overflow: hidden;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-title, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-title, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-title {
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
  margin-right: 1px;
}
@media screen and (max-width: 960px) {
  .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items {
    font-size: 0.7em;
  }
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item {
  border: 1px solid transparent;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item {
    width: 50% !important;
    padding-top: 40%;
  }
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-item-media, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-item-media, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all ease-in-out 0.3s;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:hover .gallery-item-media, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:hover .gallery-item-media, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:hover .gallery-item-media {
  transform: scale(1.1);
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .item-title, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .item-title, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .item-title {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  left: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
  text-align: left;
  text-decoration: none;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .item-title small, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .item-title small, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .item-title small {
  display: block;
  text-decoration: underline;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-download, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-download, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-download {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  right: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item .gallery-popup {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-decoration: none;
  font-size: 5em;
  opacity: 0.1;
  transition: opacity ease-in-out 0.3s;
  cursor: pointer;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:hover .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:hover .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:hover .gallery-popup {
  opacity: 0.9;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item {
  padding-top: 25%;
  width: 25%;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+1), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+8), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+15), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+1), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+8), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+15), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+1), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+8), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(18n+15) {
  width: 50%;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+4), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+5), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+6), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+10), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+11), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+12), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+16), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+17), .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+18), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+4), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+5), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+6), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+10), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+11), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+12), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+16), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+17), .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+18), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+4), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+5), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+6), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+10), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+11), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+12), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+16), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+17), .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items .gallery-item:nth-child(12n+18) {
  width: 33.33%;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="17"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="17"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="14"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="14"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="11"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="11"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="8"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="8"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="5"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="5"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="2"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="2"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="17"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="17"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="14"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="14"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="11"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="11"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="8"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="8"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="5"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="5"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="2"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="2"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="17"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="17"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="14"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="14"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="11"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="11"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="8"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="8"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="5"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="5"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="2"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="2"] .gallery-item[data-reverse="1"] {
  width: 50%;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="2"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="3"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="2"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="3"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="2"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="3"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="2"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="3"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="0"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="1"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="2"], .page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="3"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="2"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="3"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="2"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="3"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="2"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="3"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="2"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="3"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="0"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="1"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="2"], .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="3"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="2"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="16"] .gallery-item[data-reverse="3"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="2"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="13"] .gallery-item[data-reverse="3"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="2"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="10"] .gallery-item[data-reverse="3"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="2"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="7"] .gallery-item[data-reverse="3"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="0"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="1"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="2"], .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-items[data-mod12="4"] .gallery-item[data-reverse="3"] {
  width: 25%;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 1em;
  transition: all ease-in-out 0.3s;
  white-space: nowrap;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag:hover, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag:hover, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.page_row .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag.active, .fsPanel .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag.active, .popin-content .module_wrapper[module="galerie"][template="_default"][skin="tuiles2"] .gallery-tags .gallery-tag.active {
  background: black;
  color: #ffffff;
}


/* ----------------------------------------------------------------------------------
 Module : GALERIE
// modules/Galerie/templates/customizable/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"], .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"], .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] {
  padding-top: 1em;
  position: relative;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-prev, .page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-next, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-prev, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-next, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-prev, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-next {
  position: absolute;
  top: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 2em;
  transform: translateY(-50%);
  cursor: pointer;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-prev, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-prev, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-prev {
  left: 0;
  border-radius: 0 50% 50% 0;
  padding: 0.5em 0.75em 0.5em 0.5em;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-next, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-next, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-next {
  right: 0;
  border-radius: 50% 0 0 50%;
  padding: 0.5em 0.5em 0.5em 0.75em;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds--row, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds--row, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds--row {
  position: relative;
  max-width: 100%;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds--wrapper, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds--wrapper, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds--wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--picture, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--picture, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--picture {
  width: 100%;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra {
  margin: 0;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--link, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--link, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--link {
  transition: opacity ease 0.25s;
  opacity: 0;
  position: absolute;
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  top: 0;
  right: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--link a, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--link a, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--link a {
  color: inherit;
  text-decoration: none;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--caption, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--caption, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-item--extra .gallery-item--caption {
  font-size: 0.8em;
  padding: 0.5em;
  margin: 0;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item:hover .gallery-item--link, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item:hover .gallery-item--link, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item:hover .gallery-item--link {
  opacity: 1;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item .gallery-popup {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-decoration: none;
  font-size: 5em;
  opacity: 0.1;
  transition: opacity ease-in-out 0.3s;
  cursor: pointer;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item:hover .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item:hover .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds .gallery-item:hover .gallery-popup {
  opacity: 0.9;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-item--picture--wrapper, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-item--picture--wrapper, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .gallery-item--picture--wrapper {
  overflow: hidden;
  position: relative;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds[data-zoom="1"] .gallery-item--picture, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds[data-zoom="1"] .gallery-item--picture, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds[data-zoom="1"] .gallery-item--picture {
  transition: transform ease 0.7s;
}
.page_row .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds[data-zoom="1"] .gallery-item:hover .gallery-item--picture, .fsPanel .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds[data-zoom="1"] .gallery-item:hover .gallery-item--picture, .popin-content .module_wrapper[module="galerie"][template="customizable"][skin="_default"] .mod_gallery--feeds[data-zoom="1"] .gallery-item:hover .gallery-item--picture {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}


/* ----------------------------------------------------------------------------------
 Module : GALERIE
// modules/Galerie/templates/effect.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

@keyframes gallery_fadeReset {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes gallery_fadeIn {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes gallery_fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes gallery_zoomReset {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes gallery_zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes gallery_zoomOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.page_row .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item, .page_row .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item, .popin-content .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item {
  order: 1;
  animation: 0.25s ease gallery_fadeReset forwards;
}
.page_row .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.highlighted, .page_row .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.highlighted, .fsPanel .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.highlighted, .fsPanel .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.highlighted, .popin-content .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.highlighted, .popin-content .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.highlighted {
  animation: 0.25s ease gallery_fadeIn forwards;
}
.page_row .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.filtered, .page_row .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.filtered, .fsPanel .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.filtered, .fsPanel .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.filtered, .popin-content .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.filtered, .popin-content .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.filtered {
  animation: 0.25s ease gallery_fadeOut forwards;
}
.page_row .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.pushafter, .page_row .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.pushafter, .fsPanel .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.pushafter, .fsPanel .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.pushafter, .popin-content .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect=""] .gallery-item.pushafter, .popin-content .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect=""] .gallery-item.pushafter {
  order: 2;
}
.page_row .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item, .page_row .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item, .popin-content .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item, .popin-content .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item {
  animation: 0.25s ease gallery_zoomReset forwards;
}
.page_row .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.highlighted, .page_row .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.highlighted, .fsPanel .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.highlighted, .fsPanel .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.highlighted, .popin-content .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.highlighted, .popin-content .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.highlighted {
  animation: 0.25s ease gallery_zoomIn forwards;
}
.page_row .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.filtered, .page_row .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.filtered, .fsPanel .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.filtered, .fsPanel .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.filtered, .popin-content .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.filtered, .popin-content .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.filtered {
  animation: 0.25s ease gallery_zoomOut forwards;
}
.page_row .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.pushafter, .page_row .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.pushafter, .fsPanel .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.pushafter, .fsPanel .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.pushafter, .popin-content .module_wrapper[module="galerie"][template="_default"]:not([skin="_default"]) .gallery-items[data-filter-effect="zoom"] .gallery-item.pushafter, .popin-content .module_wrapper[module="galerie"][template="masonry"] .gallery-items[data-filter-effect="zoom"] .gallery-item.pushafter {
  display: none;
}


/* ----------------------------------------------------------------------------------
 Module : GALERIE
// modules/Galerie/templates/masonry/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"], .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"], .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] {
  overflow: hidden;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-title, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-title, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-title {
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items {
  margin-left: 1px;
  margin-right: 1px;
}
@media screen and (max-width: 960px) {
  .page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items {
    font-size: 0.7em;
  }
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item {
  border: 1px solid transparent;
  display: block;
  position: relative;
  transition: all ease 0.5s;
  order: 1;
  width: 20%;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item.filtered, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item.filtered, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item.filtered {
  opacity: 0.3;
  order: 2;
}
@media screen and (max-width: 1600px) {
  .page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item {
    width: 25% !important;
  }
}
@media screen and (max-width: 1300px) {
  .page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item {
    width: 33.333% !important;
  }
}
@media screen and (max-width: 960px) {
  .page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item {
    width: 50% !important;
  }
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item img, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item img, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item img {
  width: 100%;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .item-title, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .item-title, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .item-title {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  left: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
  text-align: left;
  text-decoration: none;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .item-title small, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .item-title small, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .item-title small {
  display: block;
  text-decoration: underline;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .gallery-download, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .gallery-download, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .gallery-download {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 1em;
  right: 1em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: none;
  background: none;
  display: inline-block;
  width: auto;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item .gallery-popup {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-decoration: none;
  font-size: 5em;
  opacity: 0.1;
  transition: opacity ease-in-out 0.3s;
  cursor: pointer;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item:hover .gallery-popup, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item:hover .gallery-popup, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-items .gallery-item:hover .gallery-popup {
  opacity: 0.9;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 1em;
  transition: all ease-in-out 0.3s;
  white-space: nowrap;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag:hover, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag:hover, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.page_row .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag.active, .fsPanel .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag.active, .popin-content .module_wrapper[module="galerie"][template="masonry"][skin="_default"] .gallery-tags .gallery-tag.active {
  background: black;
  color: #ffffff;
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/_default/3cols.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"], .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"], .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] {
  padding-top: 1em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feedname, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feedname, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feedname {
  text-align: center;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.5em;
  width: calc(33.33% - 1em);
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item {
    width: calc(50% - 1em);
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item {
    width: calc(100% - 1em);
  }
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture {
  width: 100%;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra {
  padding: 0.5em;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link {
  position: absolute;
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  top: 0;
  right: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a {
  color: inherit;
  text-decoration: none;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter {
  white-space: nowrap;
  position: absolute;
  padding: 0;
  margin: 0;
  display: inline-block;
  top: 0;
  left: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span {
  display: inline-block;
  margin: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i {
  padding-left: 0.2em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .instagram-item--picture--wrapper, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .instagram-item--picture--wrapper, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .instagram-item--picture--wrapper {
  overflow: hidden;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture {
  transition: transform ease 0.7s;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="3cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/_default/4cols.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"], .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"], .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] {
  padding-top: 1em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feedname, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feedname, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feedname {
  text-align: center;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.5em;
  width: calc(25% - 1em);
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item {
    width: calc(33.33% - 1em);
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item {
    width: calc(50% - 1em);
  }
}
@media (max-width: 480px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item {
    width: calc(100% - 1em);
  }
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture {
  width: 100%;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra {
  padding: 0.5em;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link {
  position: absolute;
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  top: 0;
  right: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a {
  color: inherit;
  text-decoration: none;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter {
  white-space: nowrap;
  position: absolute;
  padding: 0;
  margin: 0;
  display: inline-block;
  top: 0;
  left: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span {
  display: inline-block;
  margin: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i {
  padding-left: 0.2em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .instagram-item--picture--wrapper, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .instagram-item--picture--wrapper, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .instagram-item--picture--wrapper {
  overflow: hidden;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture {
  transition: transform ease 0.7s;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="4cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/_default/5cols.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"], .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"], .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] {
  padding-top: 1em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feedname, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feedname, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feedname {
  text-align: center;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.5em;
  width: calc(20% - 1em);
}
@media (max-width: 1200px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item {
    width: calc(25% - 1em);
  }
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item {
    width: calc(33.33% - 1em);
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item {
    width: calc(50% - 1em);
  }
}
@media (max-width: 480px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item {
    width: calc(100% - 1em);
  }
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture {
  width: 100%;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra {
  padding: 0.5em;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link {
  position: absolute;
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  top: 0;
  right: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a {
  color: inherit;
  text-decoration: none;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter {
  white-space: nowrap;
  position: absolute;
  padding: 0;
  margin: 0;
  display: inline-block;
  top: 0;
  left: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span {
  display: inline-block;
  margin: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i {
  padding-left: 0.2em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .instagram-item--picture--wrapper, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .instagram-item--picture--wrapper, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .instagram-item--picture--wrapper {
  overflow: hidden;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture {
  transition: transform ease 0.7s;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="5cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/_default/6cols.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"], .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"], .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] {
  padding-top: 1em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feedname, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feedname, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feedname {
  text-align: center;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.5em;
  width: calc(16.66% - 1em);
}
@media (max-width: 1400px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item {
    width: calc(20% - 1em);
  }
}
@media (max-width: 1200px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item {
    width: calc(25% - 1em);
  }
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item {
    width: calc(33.33% - 1em);
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item {
    width: calc(50% - 1em);
  }
}
@media (max-width: 480px) {
  .page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item {
    width: calc(100% - 1em);
  }
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--picture {
  width: 100%;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra {
  padding: 0.5em;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link {
  position: absolute;
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  top: 0;
  right: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a {
  color: inherit;
  text-decoration: none;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter {
  white-space: nowrap;
  position: absolute;
  padding: 0;
  margin: 0;
  display: inline-block;
  top: 0;
  left: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span {
  display: inline-block;
  margin: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i {
  padding-left: 0.2em;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .instagram-item--picture--wrapper, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .instagram-item--picture--wrapper, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .instagram-item--picture--wrapper {
  overflow: hidden;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture {
  transition: transform ease 0.7s;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="6cols"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="instagram"][template="_default"][skin="_default"] .instagram-item--picture--wrapper, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="_default"] .instagram-item--picture--wrapper, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="_default"] .instagram-item--picture--wrapper {
  overflow: hidden;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture {
  transition: transform ease 0.7s;
}
.page_row .module_wrapper[module="instagram"][template="_default"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="_default"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="_default"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/_feedreader.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

#mod_instagram_feedreader {
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity ease 0.5s;
  opacity: 0;
  font-size: 14px;
}
#mod_instagram_feedreader, #mod_instagram_feedreader a, #mod_instagram_feedreader dl, #mod_instagram_feedreader dd, #mod_instagram_feedreader dt, #mod_instagram_feedreader p, #mod_instagram_feedreader blockquote, #mod_instagram_feedreader div {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}
#mod_instagram_feedreader * {
  font-size: inherit;
}
#mod_instagram_feedreader.loading, #mod_instagram_feedreader.init {
  opacity: 1;
}
#mod_instagram_feedreader #mod_instagram_feedreader-close {
  position: fixed;
  top: 0em;
  right: 0em;
  color: #fff;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  font-size: 2em;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0 50%;
}
#mod_instagram_feedreader #mod_instagram_feedreader-loader {
  transition: opacity ease 0.5s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6em;
  color: #fff;
}
#mod_instagram_feedreader.loading #mod_instagram_feedreader-loader {
  opacity: 1;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper {
  transition: opacity ease 0.5s;
  opacity: 0;
  margin: auto;
  width: 100%;
  max-width: 640px;
  background: #fff;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper img {
  width: 100%;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item {
  border-bottom: 1px solid #ccc;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5em;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading dl, #mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading dd {
  margin: 0;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading .heading-user {
  display: flex;
  flex-direction: row;
  padding: 0.25em;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading .heading-user .heading-user-name {
  line-height: 1.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading .heading-user .heading-user-name a {
  text-decoration: none;
  color: inherit;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading .heading-user .heading-user-name strong {
  display: block;
  font-weight: normal;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading .heading-user .heading-user-name small {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  opacity: 0.7;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading .heading-user .heading-user-picture {
  border-radius: 50%;
  padding: 2px;
  background: #ef9151;
  background: linear-gradient(45deg, #ef9151 0%, #c3008e 100%);
  line-height: 0;
  width: calc(2.1em + 4px);
  height: calc(2.1em + 4px);
  margin-right: 0.5em;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading .heading-user .heading-user-picture span {
  display: block;
  border: 2px solid #fff;
  width: 2.1em;
  height: 2.1em;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item .heading .heading-action .heading-action-instagram a {
  display: inline-block;
  color: inherit;
  font-size: 2em;
  margin: 0.25em;
  height: 1em;
  width: 1em;
  text-align: center;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item dl.counter {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0.75em 0.75em 0;
  justify-content: space-between;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item dl.counter dd {
  font-style: 1.2em;
  margin: 0;
  padding: 0;
  margin-right: 0.25em;
  white-space: nowrap;
  font-weight: bold;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item blockquote.caption {
  margin: 0;
  padding: 0.75em 0.75em 0;
  white-space: pre-wrap;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item dl.date {
  margin: 0;
  padding: 0.75em 0.75em 2em;
}
#mod_instagram_feedreader #mod_instagram_feedreader-wrapper .mod_instagram_feedreader-item dl.date dd {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  opacity: 0.7;
  text-transform: uppercase;
}
#mod_instagram_feedreader.init #mod_instagram_feedreader-wrapper {
  opacity: 1;
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/_imgcso.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .instagram-item--picture, .fsPanel .instagram-item--picture, .popin-content .instagram-item--picture {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/customizable/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"], .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"], .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] {
  padding-top: 1em;
  position: relative;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-prev, .page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-next, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-prev, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-next, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-prev, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-next {
  position: absolute;
  top: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 2em;
  transform: translateY(-50%);
  cursor: pointer;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-prev, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-prev, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-prev {
  left: 0;
  border-radius: 0 50% 50% 0;
  padding: 0.5em 0.75em 0.5em 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-next, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-next, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-next {
  right: 0;
  border-radius: 50% 0 0 50%;
  padding: 0.5em 0.5em 0.5em 0.75em;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feedname, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feedname, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feedname {
  text-align: center;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds--row, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds--row, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds--row {
  position: relative;
  max-width: 100%;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds--wrapper, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds--wrapper, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds--wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--picture {
  width: 100%;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra {
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link {
  position: absolute;
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  top: 0;
  right: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--link a {
  color: inherit;
  text-decoration: none;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--caption {
  font-size: 0.8em;
  padding: 0.5em;
  margin: 0;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter {
  white-space: nowrap;
  position: absolute;
  padding: 0;
  margin: 0;
  display: inline-block;
  top: 0;
  left: 0;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span {
  display: inline-block;
  margin: 0.5em;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds .instagram-item .instagram-item--extra .instagram-item--counter span i {
  padding-left: 0.2em;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-item--picture--wrapper, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-item--picture--wrapper, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .instagram-item--picture--wrapper {
  overflow: hidden;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item--picture {
  transition: transform ease 0.7s;
}
.page_row .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="customizable"][skin="_default"] .mod_instagram--feeds[data-zoom="1"] .instagram-item:hover .instagram-item--picture {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}


/* ----------------------------------------------------------------------------------
 Module : INSTAGRAM
// modules/Instagram/templates/mosaic/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"], .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"], .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] {
  position: relative;
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--heading, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--heading, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  padding: 2em;
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feedname, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feedname, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feedname {
  text-align: center;
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds {
  max-width: 100%;
  overflow: hidden;
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram-feedrow, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram-feedrow, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram-feedrow {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram-feedrow .instagram-item .instagram-item--picture, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram-feedrow .instagram-item .instagram-item--picture, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram-feedrow .instagram-item .instagram-item--picture {
  width: 100%;
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item {
  min-width: 25%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item {
    min-width: 50%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="4"] .mod_instagram-feedrow .instagram-item {
    min-width: 75%;
  }
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item {
  min-width: 20%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item {
    min-width: 50%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="5"] .mod_instagram-feedrow .instagram-item {
    min-width: 75%;
  }
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item {
  min-width: 16.6666666667%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item {
    min-width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="6"] .mod_instagram-feedrow .instagram-item {
    min-width: 50%;
  }
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item {
  min-width: 14.2857142857%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item {
    min-width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="7"] .mod_instagram-feedrow .instagram-item {
    min-width: 50%;
  }
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item {
  min-width: 12.5%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item {
    min-width: 25%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="8"] .mod_instagram-feedrow .instagram-item {
    min-width: 37.5%;
  }
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item {
  min-width: 11.1111111111%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item {
    min-width: 25%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="9"] .mod_instagram-feedrow .instagram-item {
    min-width: 37.5%;
  }
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item {
  min-width: 10%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item {
    min-width: 20%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="10"] .mod_instagram-feedrow .instagram-item {
    min-width: 30%;
  }
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item {
  min-width: 9.0909090909%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item {
    min-width: 20%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="11"] .mod_instagram-feedrow .instagram-item {
    min-width: 30%;
  }
}
.page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item {
  min-width: 8.3333333333%;
}
@media (max-width: 980px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item {
    min-width: 16.6666666667%;
  }
}
@media (max-width: 640px) {
  .page_row .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item, .fsPanel .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item, .popin-content .module_wrapper[module="instagram"][template="mosaic"][skin="_default"] .mod_instagram--feeds[data-cols="12"] .mod_instagram-feedrow .instagram-item {
    min-width: 25%;
  }
}


/* ----------------------------------------------------------------------------------
 Module : NAVBAR
// modules/Navbar/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .tophat-bar-logo img[src*=".svg"], .fsPanel .tophat-bar-logo img[src*=".svg"], .popin-content .tophat-bar-logo img[src*=".svg"] {
  width: 500px;
}


/* ----------------------------------------------------------------------------------
 Module : NAVBAR
// modules/Navbar/templates/list/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul, .fsPanel.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul, .popin-content.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.page_row.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li, .fsPanel.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li, .popin-content.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_row.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li:before, .fsPanel.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li:before, .popin-content.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li:before {
  display: none;
}
.page_row.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li a, .fsPanel.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li a, .popin-content.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li a {
  display: inline;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.page_row.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-type="language-menu"] img, .fsPanel.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-type="language-menu"] img, .popin-content.page_row .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-type="language-menu"] img {
  max-height: 1em;
}
.page_row.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="none"], .fsPanel.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="none"], .popin-content.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="none"] {
  display: none;
}
@media screen and (min-width: 981px) {
  .page_row.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="mobile"], .fsPanel.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="mobile"], .popin-content.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="mobile"] {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .page_row.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="desktop"], .fsPanel.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="desktop"], .popin-content.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-visible="desktop"] {
    display: none;
  }
}
.page_row.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-type="language-menu"] img, .fsPanel.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-type="language-menu"] img, .popin-content.fsPanel .module_wrapper[module="navbar"][template="list"][skin="_default"] ul li[data-type="language-menu"] img {
  max-height: 1em;
}


/* ----------------------------------------------------------------------------------
 Module : NAVBAR
// modules/Navbar/templates/toolbar/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul {
  position: fixed;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li {
  margin: 0 0;
  padding: 0;
  display: block;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="mobile"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="mobile"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="mobile"] {
  display: none;
}
@media screen and (max-width: 980px) {
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="mobile"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="mobile"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="mobile"] {
    display: block;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="desktop"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="desktop"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li[screen="desktop"] {
    display: none;
  }
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > ul, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > ul, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > ul {
  display: none;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > a, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > a, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > a {
  text-decoration: none;
  display: flex;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > a > span, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > a > span, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li > a > span {
  color: #fff;
  background: #333;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-prepend, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-prepend, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-prepend {
  width: 2em;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: none;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-label span, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-label span, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul > li .btn-label span {
  padding: 0 1em;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="slidein"] > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="slidein"] > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="slidein"] > li .btn-label {
  transition: max-width ease 0.5s;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="slidein"] > li:hover .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="slidein"] > li:hover .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="slidein"] > li:hover .btn-label {
  max-width: 30em;
  transition: max-width ease 0.8s;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="fadein"] > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="fadein"] > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="fadein"] > li .btn-label {
  opacity: 0;
  transition: opacity ease 0.5s;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="fadein"] > li:hover .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="fadein"] > li:hover .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="fadein"] > li:hover .btn-label {
  max-width: unset;
  opacity: 1;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="allways"] > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="allways"] > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label="allways"] > li .btn-label {
  max-width: unset;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopLeft"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopLeft"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopLeft"] {
  top: 0;
  left: 0;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="CenterLeft"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="CenterLeft"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="CenterLeft"] {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomLeft"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomLeft"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomLeft"] {
  bottom: 0;
  left: 0;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopRight"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopRight"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopRight"] {
  top: 0;
  right: 0;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="CenterRight"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="CenterRight"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="CenterRight"] {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomRight"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomRight"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomRight"] {
  bottom: 0;
  right: 0;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Left"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Left"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Left"] {
  text-align: left;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Left"] a, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Left"] a, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Left"] a {
  justify-content: flex-start;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] {
  text-align: right;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] a, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] a, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] a {
  justify-content: flex-end;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-prepend, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-prepend, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-prepend {
  order: 3;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-label {
  order: 1;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-append, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-append, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position*="Right"] > li .btn-append {
  order: 2;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"] {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"] > li, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"] > li, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"] > li {
  position: relative;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"] > li span.btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"] > li span.btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="TopCenter"] > li span.btn-label {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(90deg);
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"] {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"] > li, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"] > li, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"] > li {
  position: relative;
}
.page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"] > li span.btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"] > li span.btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position="BottomCenter"] > li span.btn-label {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  transform: rotate(-90deg);
}
@media screen and (max-width: 980px) {
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="slidein"] > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="slidein"] > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="slidein"] > li .btn-label {
    max-width: 0;
    opacity: 1;
    transition: max-width ease 0.5s;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="slidein"] > li:hover .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="slidein"] > li:hover .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="slidein"] > li:hover .btn-label {
    max-width: 30em;
    opacity: 1;
    transition: max-width ease 0.8s;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="fadein"] > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="fadein"] > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="fadein"] > li .btn-label {
    max-width: unset;
    opacity: 0;
    transition: opacity ease 0.5s;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="fadein"] > li:hover .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="fadein"] > li:hover .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="fadein"] > li:hover .btn-label {
    max-width: unset;
    opacity: 1;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="allways"] > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="allways"] > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-label-mobile="allways"] > li .btn-label {
    max-width: unset;
    opacity: 1;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopLeft"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopLeft"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopLeft"] {
    bottom: unset;
    right: unset;
    top: 0;
    left: 0;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="CenterLeft"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="CenterLeft"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="CenterLeft"] {
    bottom: unset;
    right: unset;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomLeft"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomLeft"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomLeft"] {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopRight"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopRight"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopRight"] {
    bottom: unset;
    left: unset;
    top: 0;
    right: 0;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="CenterRight"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="CenterRight"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="CenterRight"] {
    bottom: unset;
    left: unset;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomRight"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomRight"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomRight"] {
    top: unset;
    right: unset;
    bottom: 0;
    right: 0;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Left"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Left"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Left"] {
    text-align: left;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Left"] a, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Left"] a, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Left"] a {
    justify-content: flex-start;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] {
    text-align: right;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] a, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] a, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] a {
    justify-content: flex-end;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-prepend, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-prepend, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-prepend {
    order: 3;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-label {
    order: 1;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-append, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-append, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile*="Right"] > li .btn-append {
    order: 2;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"] {
    bottom: unset;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"] > li, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"] > li, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"] > li {
    position: relative;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"] > li span.btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"] > li span.btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="TopCenter"] > li span.btn-label {
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
    transform: rotate(90deg);
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"], .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"], .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"] {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"] > li, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"] > li, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"] > li {
    position: relative;
  }
  .page_row .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"] > li span.btn-label, .fsPanel .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"] > li span.btn-label, .popin-content .module_wrapper[module="navbar"][template="toolbar"][skin="_default"] > ul[data-position-mobile="BottomCenter"] > li span.btn-label {
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: rotate(-90deg);
  }
}


/* ----------------------------------------------------------------------------------
 Module : ONGLET
// modules/Onglet/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav, .fsPanel .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav, .popin-content .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 0;
}
.page_row .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li, .fsPanel .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li, .popin-content .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  background: #dddddd;
  color: #ffffff;
  border: none;
}
.page_row .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li:before, .page_row .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li:after, .fsPanel .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li:before, .fsPanel .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li:after, .popin-content .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li:before, .popin-content .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li:after {
  display: none;
}
.page_row .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li a, .fsPanel .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li a, .popin-content .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li a {
  color: inherit;
}
.page_row .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li.ui-tabs-active, .fsPanel .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li.ui-tabs-active, .popin-content .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #000000;
  color: #ffffff;
}
.page_row .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-panel, .fsPanel .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-panel, .popin-content .module_wrapper[module="onglet"][template="_default"][skin="_default"] .ui-tabs .ui-tabs-panel {
  background: #ffffff;
  color: #000000;
}


/* ----------------------------------------------------------------------------------
 Module : RESERVATION
// modules/Reservation/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"], .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"], .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] {
  background: #ffffff;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl {
  display: block;
  padding: 0.5em 0;
  margin: 0;
  text-align: center;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl dt, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl dd, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl dt, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl dd, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl dt, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl dd {
  display: inline-block;
  padding: 0.5em;
  margin: 0;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-title label, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-title label, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-title label {
  color: #000000;
  font-size: 1.3em;
}
@media screen and (max-width: 640px) {
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-title, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-title, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-title {
    width: 100%;
  }
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield label, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield label, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield label {
  color: #000000;
  display: block;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container {
  display: inline-block;
  border: none;
  color: inherit;
  padding: 0.5em;
  width: 8em;
  line-height: 1.5em;
  height: 2.5em;
  text-align: inherit;
  color: #ffffff;
  background: none;
  background: #000000;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input option, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select option, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container option, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input option, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select option, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container option, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input option, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select option, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container option {
  text-align: inherit;
  color: #333;
  background: #fff;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input::-webkit-input-placeholder, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select::-webkit-input-placeholder, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container::-webkit-input-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input::-webkit-input-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select::-webkit-input-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container::-webkit-input-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input::-webkit-input-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select::-webkit-input-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input::-moz-placeholder, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select::-moz-placeholder, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container::-moz-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input::-moz-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select::-moz-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container::-moz-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input::-moz-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select::-moz-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input:-ms-input-placeholder, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select:-ms-input-placeholder, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container:-ms-input-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input:-ms-input-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select:-ms-input-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container:-ms-input-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input:-ms-input-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select:-ms-input-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input:-moz-placeholder, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select:-moz-placeholder, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container:-moz-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input:-moz-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select:-moz-placeholder, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container:-moz-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input:-moz-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select:-moz-placeholder, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input[type="number"], .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select[type="number"], .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container[type="number"], .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input[type="number"], .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select[type="number"], .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container[type="number"], .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input[type="number"], .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select[type="number"], .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield .select2-container[type="number"] {
  width: 4em;
}
@media screen and (max-width: 640px) {
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield {
    width: 24%;
  }
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input, .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield input, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield select {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-formfield {
    width: 49%;
  }
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice .BookingBestPrice-wrapper, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice .BookingBestPrice-wrapper, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice .BookingBestPrice-wrapper {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-bestprice {
    width: 100%;
  }
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button.bouton, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button.bouton, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button.bouton {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0;
  border: 0 solid transparent;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  background: #000000;
  color: #ffffff;
  letter-spacing: normalem;
  text-transform: none;
  border-width: 0px;
  border-color: #4579d5;
  border-radius: 0px;
  transition: all ease-in-out 0.3s;
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button.bouton:hover, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button.bouton:hover, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button.bouton:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #00abeb;
}
@media screen and (max-width: 640px) {
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button {
    width: 24%;
  }
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button button {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] dl .reservation-button {
    width: 49%;
  }
}
.page_row .module_wrapper[module="reservation"][template="_default"][skin="_default"] .select2-results__options, .fsPanel .module_wrapper[module="reservation"][template="_default"][skin="_default"] .select2-results__options, .popin-content .module_wrapper[module="reservation"][template="_default"][skin="_default"] .select2-results__options {
  margin: 0;
}


/* ----------------------------------------------------------------------------------
 Module : SEARCH
// modules/Search/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="search"][template="_default"][skin="_default"], .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"], .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] {
  margin: 0;
  padding: 0;
}
.page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--label, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--label, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--label {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0;
  display: inline-block;
  line-height: 1.4em;
}
.page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--label-icon + .mod_search--label-text, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--label-icon + .mod_search--label-text, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--label-icon + .mod_search--label-text {
  margin-left: 0.5em;
}
.page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field input, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field input, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field input {
  height: auto;
  display: inline-block;
  line-height: 1.4em;
  padding: 0.5em 1em;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
}
.page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon {
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
}
.page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon + input, .page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon + select, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon + input, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon + select, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon + input, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--field .mod_search--field-icon + select {
  padding-left: 2.2em;
}
.page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--btn, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--btn, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--btn {
  margin: 0;
  display: inline-block;
}
.page_row .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--btn-icon + .mod_search--btn-text, .fsPanel .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--btn-icon + .mod_search--btn-text, .popin-content .module_wrapper[module="search"][template="_default"][skin="_default"] .mod_search--btn-icon + .mod_search--btn-text {
  margin-left: 0.5em;
}


/* ----------------------------------------------------------------------------------
 Module : SEONAV
// modules/SeoNav/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";



/* ----------------------------------------------------------------------------------
 Module : TOGGLECONTENT
// modules/ToggleContent/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="toogleContent"][template="_default"][skin="_default"], .fsPanel .module_wrapper[module="toogleContent"][template="_default"][skin="_default"], .popin-content .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] {
  margin: 0;
  padding: 0;
}
.page_row .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] select, .fsPanel .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] select, .popin-content .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] select {
  width: 100%;
  padding: 0.5em;
}
.page_row .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul, .fsPanel .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul, .popin-content .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
.page_row .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul li, .fsPanel .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul li, .popin-content .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul li {
  width: 100%;
}
.page_row .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul li button, .fsPanel .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul li button, .popin-content .module_wrapper[module="toogleContent"][template="_default"][skin="_default"] ul li button {
  width: 100%;
}


/* ----------------------------------------------------------------------------------
 Module : VIDEO
// modules/Video/templates/_default/_default.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="video"][template="_default"][skin="_default"], .fsPanel .module_wrapper[module="video"][template="_default"][skin="_default"], .popin-content .module_wrapper[module="video"][template="_default"][skin="_default"] {
  position: relative;
  padding: 1em;
}
.page_row .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper, .fsPanel .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper, .popin-content .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper {
  display: block;
  z-index: 1;
  position: relative;
}
.page_row .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .video-media, .fsPanel .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .video-media, .popin-content .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .video-media {
  padding-top: 30%;
  background-size: cover;
  background-position: center;
}
.page_row .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .launch_video, .fsPanel .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .launch_video, .popin-content .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .launch_video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5em;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.page_row .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .launch_video .video-title, .fsPanel .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .launch_video .video-title, .popin-content .module_wrapper[module="video"][template="_default"][skin="_default"] .video-wrapper .launch_video .video-title {
  display: block;
  font-size: 0.5em;
}


/* ----------------------------------------------------------------------------------
 Module : VIDEO
// modules/Video/templates/_default/light.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="video"][template="_default"][skin="light"], .fsPanel .module_wrapper[module="video"][template="_default"][skin="light"], .popin-content .module_wrapper[module="video"][template="_default"][skin="light"] {
  position: relative;
  padding: 0;
}
.page_row .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper, .fsPanel .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper, .popin-content .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper {
  display: block;
  z-index: 1;
  position: relative;
}
.page_row .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .video-media, .fsPanel .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .video-media, .popin-content .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .video-media {
  padding-top: 30%;
  background-size: cover;
  background-position: center;
}
.page_row .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .launch_video, .fsPanel .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .launch_video, .popin-content .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .launch_video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5em;
  color: #ffffff;
}
.page_row .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .launch_video .video-title, .fsPanel .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .launch_video .video-title, .popin-content .module_wrapper[module="video"][template="_default"][skin="light"] .video-wrapper .launch_video .video-title {
  display: none;
}


/* ----------------------------------------------------------------------------------
 Module : YOUTUBEPLAYLIST
// modules/YoutubePlaylist/templates/common.scss
 ----------------------------------------------------------------------------------*/
@charset "UTF-8";

.page_row .module_wrapper[module="youtube_playlist"] .item-text blockquote, .fsPanel .module_wrapper[module="youtube_playlist"] .item-text blockquote, .popin-content .module_wrapper[module="youtube_playlist"] .item-text blockquote {
  white-space: pre-wrap;
}
.page_row .module_wrapper[module="youtube_playlist"] a.item-media, .fsPanel .module_wrapper[module="youtube_playlist"] a.item-media, .popin-content .module_wrapper[module="youtube_playlist"] a.item-media {
  position: relative;
}
.page_row .module_wrapper[module="youtube_playlist"] a.item-media::before, .fsPanel .module_wrapper[module="youtube_playlist"] a.item-media::before, .popin-content .module_wrapper[module="youtube_playlist"] a.item-media::before {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8em;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}





/*--------------------------------------------------------------------------------------------------------------*/
/*------------------ CUSTOM CSS --------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/


/* ------ 🔠 Global | Réglages et ajustements sur la typographie + Fluid Typography ------ */
@charset "UTF-8";

body.frontend {
  /*
* Réglages des tailles de typo
* Clamp fluid typography
*/
  font-size: clamp(0.8125em, calc(0.7675em + 0.2000vw), 0.9475em) !important;
  /* De 460px de large à 1920px de large, on passe de 2.8em à 5.61em */
  /* De 460px de large à 1920px de large, on passe de 2.2em à 3.815em */
  /* De 460px de large à 1920px de large, on passe de 1.8em à 3.157em */
}
body.frontend h1 strong, body.frontend h1 b, body.frontend .h1 strong, body.frontend .h1 b, body.frontend h2 strong, body.frontend h2 b, body.frontend .h2 strong, body.frontend .h2 b, body.frontend h3 strong, body.frontend h3 b, body.frontend .h3 strong, body.frontend .h3 b, body.frontend h4 strong, body.frontend h4 b, body.frontend .h4 strong, body.frontend .h4 b, body.frontend h5 strong, body.frontend h5 b, body.frontend .h5 strong, body.frontend .h5 b, body.frontend h6 strong, body.frontend h6 b, body.frontend .h6 strong, body.frontend .h6 b {
  color: #6b8577;
  font-weight: 400;
}
body.frontend h1, body.frontend .h1 {
  font-size: clamp(2.6em, calc(1.7147em + 3.0795vw), 5.61em) !important;
}
body.frontend h2, body.frontend .h2 {
  font-size: clamp(2.3em, calc(1.6227em + 1.6603vw), 3.815em) !important;
}
body.frontend h3, body.frontend .h3 {
  font-size: clamp(1.8em, calc(1.5725em + 1.4871vw), 3.157em) !important;
}


/* ------ 🖌️ Global | Esthétiques & ajustements divers ------ */
@charset "UTF-8";

body.frontend {
  /*
* Lissage des typographies de tout le site
* (rendu plus net et respectant davantage les graisses de polices)
*/
  -webkit-font-smoothing: antialiased;
  /*
* Suppression de certaines règles injectées automatiquement par Hapi
*/
  /*
* Réglages de l'animation des boutons
*/
  /*
* Masquage de la barre "Cookies" en mobile fixe en bas d'écran
*/
  /*
* Design générique clean & hapi friendly du type de module "toogleContent"
*/
  /*
* Design générique clean & hapi friendly du type de module "accordéon"
*/
}
body.frontend ul {
  margin: 0;
}
body.frontend .module_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.frontend a {
  -webkit-transition: background-color ease-in-out 200ms, color ease-in-out 200ms, border-color ease-in-out 200ms !important;
  -o-transition: background-color ease-in-out 200ms, color ease-in-out 200ms, border-color ease-in-out 200ms !important;
  transition: background-color ease-in-out 200ms, color ease-in-out 200ms, border-color ease-in-out 200ms !important;
}
body.frontend #gdpr-remainder-bar {
  display: none !important;
}
body.frontend [module="toogleContent"] ul.buttons-wrapper {
  display: flex !important;
  flex-flow: row wrap;
  gap: 0.5em;
  width: fit-content;
  margin: auto !important;
}
body.frontend [module="toogleContent"] ul.buttons-wrapper li {
  flex: 1 0 auto;
  width: initial !important;
}
body.frontend [module="toogleContent"] ul.buttons-wrapper li button {
  padding: 1.25em 2em;
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 150ms;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 0.875em;
  line-height: 1.4;
}
body.frontend [module="toogleContent"] ul.buttons-wrapper li button:not(.active) {
  background: #f4f6f5;
  border: 1px solid transparent;
}
body.frontend [module="toogleContent"] ul.buttons-wrapper li button:not(.active):hover {
  border: 1px solid #808080;
}
body.frontend [module="toogleContent"] ul.buttons-wrapper li button.active {
  background: #6b8577;
  border: 1px solid #6b8577;
  color: #fff;
}
body.frontend [module="accordeon"] section.accordion-item {
  border-radius: var(--border-radius);
  padding: 1em;
  border: 1px solid #aaa !important;
  -webkit-transition: all ease-in-out 150ms 0ms !important;
  -o-transition: all ease-in-out 150ms 0ms;
  transition: all ease-in-out 150ms 0ms !important;
  margin: 0 0 0.5em 0 !important;
}
body.frontend [module="accordeon"] section.accordion-item:not(.active):hover {
  border: 1px solid #6b8577 !important;
}
body.frontend [module="accordeon"] section.accordion-item .accordion-title, body.frontend [module="accordeon"] section.accordion-item .accordion-title i, body.frontend [module="accordeon"] section.accordion-item .accordion-title i:after, body.frontend [module="accordeon"] section.accordion-item .accordion-title:after, body.frontend [module="accordeon"] section.accordion-item .accordion-custom {
  -webkit-transition: all ease-in-out 150ms 0ms !important;
  -o-transition: all ease-in-out 150ms 0ms !important;
  transition: all ease-in-out 150ms 0ms !important;
}
body.frontend [module="accordeon"] section.accordion-item.active {
  background: transparent;
  color: #6b8577;
}
body.frontend [module="accordeon"] section.accordion-item.active .accordion-title:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
body.frontend [module="accordeon"] section.accordion-item div.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  position: relative;
  padding-right: 3em !important;
}
body.frontend [module="accordeon"] section.accordion-item div.accordion-title:after {
  content: "" !important;
  /* position: absolute; */
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  right: calc(1em / 2) !important;
  font-weight: 100;
}
body.frontend [module="accordeon"] section.accordion-item div.accordion-content div.accordion-custom {
  padding-right: 5em !important;
}
@media screen and (max-width: 980px) {
  body.frontend [module="accordeon"] section.accordion-item div.accordion-content div.accordion-custom {
    padding-right: 1em !important;
  }
}


/* ------ 📲 Padding personnalisé ( ⬅️➡️ ) ------ */
@charset "UTF-8";

body.frontend .custom-padding-left-right .page_row_overlay {
  padding-left: var(--custom-padding);
  padding-right: var(--custom-padding);
}


/* ------ 📲 Padding personnalisé ( ➡️ ) ------ */
@charset "UTF-8";

body.frontend .custom-padding-right .page_row_overlay {
  padding-right: var(--custom-padding);
}


/* ------ 📲 Padding personnalisé ( ➡️2️⃣ ) ------ */
@charset "UTF-8";

body.frontend .custom-padding-right-two .page_row_overlay {
  padding-right: calc(var(--custom-padding) * 2);
}
@media screen and (max-width: 980px) {
  body.frontend .custom-padding-right-two .page_row_overlay {
    padding-right: var(--custom-padding) * 2;
  }
}


/* ------ 📲 Padding personnalisé ( ⬆️ ) ------ */
@charset "UTF-8";

body.frontend .custom-padding-top .page_row_overlay {
  padding-top: var(--custom-padding);
}


/* ------ 📲 Padding personnalisé ( ⬅️ ) ------ */
@charset "UTF-8";

body.frontend .custom-padding-left .page_row_overlay {
  padding-left: var(--custom-padding);
}


/* ------ 📲 Padding personnalisé ( ⬅️2️⃣) ------ */
@charset "UTF-8";

body.frontend .custom-padding-left-two .page_row_overlay {
  padding-left: calc(var(--custom-padding) * 2);
}
@media screen and (max-width: 980px) {
  body.frontend .custom-padding-left-two .page_row_overlay {
    padding-left: var(--custom-padding) * 2;
  }
}


/* ------ 📲 Padding personnalisé ( ⬇️ ) ------ */
@charset "UTF-8";

body.frontend .custom-padding-bottom .page_row_overlay {
  padding-bottom: var(--custom-padding);
}


/* ------ 📲 Padding personnalisé ( ⬆️➡️⬇️⬅️ ) ------ */
@charset "UTF-8";

body.frontend .custom-padding-around .page_row_overlay {
  padding-top: var(--custom-padding);
  padding-right: var(--custom-padding);
  padding-bottom: var(--custom-padding);
  padding-left: var(--custom-padding);
}


/* ------ 🟣 Cellules & Lignes | Arrondis sur cellule ------ */
@charset "UTF-8";

body.frontend .rounded-cell {
  border-radius: var(--border-radius);
}


/* ------ Home | Galeries auto-défilantes ------ */
@charset "UTF-8";

@keyframes choochoo {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body.frontend #row-home-gallery .page_row_classic {
  overflow: hidden;
}
body.frontend #row-home-gallery .page_row_classic .grid_cell:where(:has(.module_wrapper)) {
  display: flex;
  flex-flow: row;
  width: 220vw !important;
}
body.frontend #row-home-gallery .page_row_classic .grid_cell:where(:has(.module_wrapper)) .mod_content {
  width: 110vw !important;
  transform: translate3d(0, 0, 0);
  animation: choochoo 35s linear infinite;
}
body.frontend #row-home-gallery .page_row_classic .grid_cell:where(:has(.module_wrapper)) .mod_content .gallery {
  width: 110vw;
  float: left;
  transform: translateX(-5vw);
}
body.frontend #row-home-gallery .page_row_classic .grid_cell:where(:has(.module_wrapper)) .mod_content .gallery .mod_gallery--feeds {
  display: flex;
  overflow: hidden;
}
body.frontend #row-home-gallery .page_row_classic .grid_cell:where(:has(.module_wrapper)) .mod_content .gallery .mod_gallery--feeds .gallery-item {
  flex: 1;
  background: tomato;
  margin: 1vw;
  background: teal center/cover;
}
body.frontend #row-home-gallery .page_row_classic .grid_cell:where(:has(.module_wrapper)) .mod_content .gallery .mod_gallery--feeds .gallery-item:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}


/* ------ ✨ Animation | Effet d'apparition de texte ------ */
@charset "UTF-8";

body.frontend .decomposed-letters-animations h1:not(.item-suptitle), body.frontend .decomposed-letters-animations h2:not(.item-suptitle), body.frontend .decomposed-letters-animations h3:not(.item-suptitle), body.frontend .decomposed-letters-animations h4:not(.item-suptitle), body.frontend .decomposed-letters-animations h5:not(.item-suptitle) {
  color: transparent;
  pointer-events: none;
}
body.frontend .decomposed-letters-animations h1:not(.item-suptitle) strong, body.frontend .decomposed-letters-animations h2:not(.item-suptitle) strong, body.frontend .decomposed-letters-animations h3:not(.item-suptitle) strong, body.frontend .decomposed-letters-animations h4:not(.item-suptitle) strong, body.frontend .decomposed-letters-animations h5:not(.item-suptitle) strong {
  color: inherit;
}
body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters {
  position: relative;
  /*
		* Si un titre est centré nativement, alors centrer également les lettres décomposées
		*/
}
body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters:where(:has([style="text-align: center;"])) .decomposed-letters {
  left: 50%;
  width: 100%;
  justify-content: center !important;
  transform: translateX(-50%) translateY(calc(-100% - 2em)) !important;
}
body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters .decomposed-letters {
  display: inline-flex;
  flex-flow: row wrap;
  position: absolute;
  transform: translateY(calc(-100% - 2em));
  overflow: hidden;
  column-gap: 4px;
  justify-content: flex-start;
}
body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters .decomposed-letters .return-to-line-br {
  width: 100%;
  height: 0;
}
body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters .decomposed-letters .word {
  display: inline-flex;
  flex-flow: row wrap;
}
body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters .decomposed-letters p {
  margin: 0;
  transform: translateY(100%);
  opacity: 0;
}
body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters .decomposed-letters p.strong {
  color: #6b8577;
  font-weight: 100;
}
body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters .decomposed-letters p.space {
  display: inline-block;
  width: 0px;
}
.in-view body.frontend .decomposed-letters-animations .original-word-and-decomposed-letters .decomposed-letters p {
  animation: animateParagraph 800ms ease-in-out forwards;
}
@keyframes animateParagraph {
  from {
    opacity: 0%;
    transform: translateY(100%);
  }
  to {
    opacity: 100%;
    transform: translateY(0);
  }
}
body.frontend .decomposed-letters-animations.in-view .original-word-and-decomposed-letters .decomposed-letters p {
  animation: animateParagraph 800ms ease-in-out forwards;
}


/* ------ 🟣 Cellule | Ombre portée sur cellule ------ */
@charset "UTF-8";

body.frontend .shadowed-cell {
  box-shadow: 0px 4px 16px rgba(34, 33, 101, 0.08);
}


/* ------ ☝🏻 Header | Ajustement général sur le header ------ */
@charset "UTF-8";

body.frontend #row-header-hero h1, body.frontend #row-header-hero h2, body.frontend #row-header-hero h3, body.frontend #row-header-hero h4, body.frontend #row-header-hero h5, body.frontend #row-header-hero .h1, body.frontend #row-header-hero .h2, body.frontend #row-header-hero .h3, body.frontend #row-header-hero .h4, body.frontend #row-header-hero .h5, body.frontend #row-header-hero .surtitre, body.frontend #row-header-hero p {
  text-shadow: 0 0 16px #5151513b;
}


/* ------ 👇🏻 Footer | Habillage du footer ------ */
@charset "UTF-8";

body.frontend #row-footer [module="navbar"] [code="reseaux-sociaux"] {
  display: none;
}
body.frontend #row-footer [module="navbar"] > ul {
  display: flex !important;
  flex-flow: column;
  gap: 0.5em;
}
body.frontend #row-footer [module="navbar"] > ul > li:where(:has([skin="accordion"], .email, .localisation, .phone)), body.frontend #row-footer [module="navbar"] > ul > li[data-type="language-menu"], body.frontend #row-footer [module="navbar"] > ul > li[data-type="booking-menu"], body.frontend #row-footer [module="navbar"] > ul > li > ul {
  display: none !important;
}
body.frontend #row-footer [code="navigation-listing-des-chambres"] .items {
  flex-flow: column;
  gap: 0.125em;
}
body.frontend #row-footer [code="navigation-listing-des-chambres"] .items .item .item-wrapper .item-media, body.frontend #row-footer [code="navigation-listing-des-chambres"] .items .item .item-wrapper .item-extra, body.frontend #row-footer [code="navigation-listing-des-chambres"] .items .item .item-wrapper .item-text {
  display: none;
}
body.frontend #row-footer [code="navigation-listing-des-chambres"] .items .item .item-wrapper .item-title {
  margin: 0;
}
body.frontend #row-footer [code="navigation-listing-des-chambres"] .items .item .item-wrapper .item-title .item-suptitle a {
  display: block;
  max-width: 150px;
  width: 100%;
  padding: 0.75em 1em;
  color: #fff !important;
  transition: all ease-in-out 200ms;
}
body.frontend #row-footer [code="navigation-listing-des-chambres"] .items .item .item-wrapper .item-title .item-suptitle a:hover {
  background: #fff;
  color: #6b8577 !important;
}
body.frontend #row-footer .grid_cell_wrapper {
  overflow: visible;
}
body.frontend #row-footer [code="reseaux-sociaux"] {
  display: flex;
  flex-flow: row;
  gap: 0.5em;
  align-items: center;
}
body.frontend #row-footer [code="reseaux-sociaux"] p {
  margin: 0;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.frontend #row-footer [code="reseaux-sociaux"] p:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  opacity: 45%;
}
body.frontend #row-footer [code="reseaux-sociaux"] p:hover a {
  background: #6b8577;
  color: #fff !important;
  font-weight: 700;
}
body.frontend #row-footer [code="reseaux-sociaux"] p:hover > span {
  opacity: 100%;
  top: -1em;
}
body.frontend #row-footer [code="reseaux-sociaux"] p a {
  height: inherit;
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #6b8577 !important;
  background: #fff;
  transition: all ease-in-out 200ms;
}
body.frontend #row-footer [code="reseaux-sociaux"] p > span {
  position: absolute;
  opacity: 0%;
  top: -1.25em;
  left: -50%;
  font-size: 80%;
  line-height: 1.4;
  transform: translateX(-50%) translateY(-100%);
  background: #000;
  padding: 0.5em 1em;
  width: max-content;
  transition: all ease-in-out 200ms;
  color: #fff;
  pointer-events: none;
}
body.frontend #row-footer [code="reseaux-sociaux"] p > span:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  left: 80%;
  transform: translate(-50%, 100%);
  bottom: 1px;
}
body.frontend #row-footer [code="reseaux-sociaux"] p > span:after {
  content: "";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: 0.875em;
  line-height: 1.4;
  color: #fff;
  margin-left: 0.25em;
  transform: rotate(-45deg);
  opacity: 80%;
}
body.frontend #row-footer a {
  color: #fff !important;
  border-bottom: initial !important;
}
body.frontend #row-footer .fal {
  color: #fff !important;
}
body.frontend #row-footer .item-suptitle a {
  color: #485b51 !important;
}
body.frontend #row-footer a:before, body.frontend #row-footer a:after {
  background: #485b51 !important;
}


/* ------ ✨ Animation | Smooth Fading Transitions Images ------ */
@charset "UTF-8";

body.frontend .smooth_fading_transitions_images .grid_cell_wrapper.with_picture {
  position: relative;
  overflow: visible;
}
body.frontend .smooth_fading_transitions_images .grid_cell_wrapper.with_picture:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: -webkit-calc(100% + 1px);
  width: calc(100% + 1px);
  background: white;
  -webkit-transition: all cubic-bezier(0.71, 0.04, 0.26, 0.98) 1250ms;
  -o-transition: all cubic-bezier(0.71, 0.04, 0.26, 0.98) 1250ms;
  transition: all cubic-bezier(0.71, 0.04, 0.26, 0.98) 1250ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
  z-index: 9999;
}
body.frontend .smooth_fading_transitions_images {
  /* ------------------------------------------- */
  /* On classic cell with multiples slider image */
  /* ------------------------------------------- */
}
body.frontend .smooth_fading_transitions_images.in-view:before, body.frontend .smooth_fading_transitions_images .grid_cell_wrapper.with_picture.in-view:before {
  width: 0%;
}


/* ------ 🧭 Navigation | Design & réglages de la navigation ------ */
@charset "UTF-8";

body.frontend {
  /*
* Réglages de base
*/
  /*
* Responsive
*/
}
body.frontend #row-navigation-principale {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
body.frontend #row-navigation-principale .tophat-bar {
  transition: all ease-in-out 400ms;
  background: transparent;
  padding: 2em 2em 0em 2em;
  /* Aplat de couleur */
  /* Sliding line */
  /* Logo */
}
body.frontend #row-navigation-principale .tophat-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: all ease-in-out 600ms;
  background: #fff;
  z-index: -1;
}
body.frontend #row-navigation-principale .tophat-bar .sliding-line {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  height: 1px;
  width: var(--underline-width, 0);
  /* Valeurs dynamiques avec le JS en dessous */
  background-color: #fff;
  transition: left 0.3s ease, width 0.3s ease;
}
body.frontend #row-navigation-principale .tophat-bar .LanguageMenu {
  height: auto;
}
body.frontend #row-navigation-principale .tophat-bar .LanguageMenu .nav-dropdown {
  top: 2em !important;
  pointer-events: all;
}
body.frontend #row-navigation-principale .tophat-bar .LanguageMenu .nav-dropdown > li {
  pointer-events: all;
}
body.frontend #row-navigation-principale .tophat-bar .tophat-bar-logo {
  transition: all ease-in-out 400ms 0ms !important;
}
body.frontend #row-navigation-principale .tophat-bar .tophat-bar-logo[screen="desktop"] {
  opacity: 100%;
  transform: translateY(0px);
}
body.frontend #row-navigation-principale .tophat-bar .tophat-bar-logo[screen="mobile"] {
  display: block !important;
  opacity: 0%;
  transform: translateY(-12px);
}
@media screen and (min-width: 981px) {
  body.frontend #row-navigation-principale .tophat-bar .tophat-bar-logo[screen="mobile"] {
    position: absolute;
    left: 4.5em;
  }
}
@media screen and (max-width: 980px) {
  body.frontend #row-navigation-principale .tophat-bar .tophat-bar-logo[screen="mobile"] {
    left: 50%;
    position: absolute;
    transform: translateX(-50%) !important;
  }
}
body.frontend #row-navigation-principale .tophat-bar .tophat-bar-logo[screen="mobile"] span {
  height: 100%;
  display: block;
  padding: 0.5em 0;
}
body.frontend #row-navigation-principale .tophat-bar .tophat-bar-logo[screen="mobile"] span img {
  height: 100%;
}
body.frontend #row-navigation-principale .tophat-bar .nav-item {
  text-transform: uppercase;
}
@media screen and (min-width: 981px) {
  body.frontend #row-navigation-principale .tophat-bar .nav-item .label {
    font-size: 0.875em;
  }
}
body.frontend #row-navigation-principale .tophat-bar .nav-item[data-tophat-skin="background"] {
  height: 70%;
  margin: 0;
  margin-right: 3%;
}
body.frontend #row-navigation-principale .tophat-bar .nav-item[data-tophat-skin="background"] a.nav-link {
  height: 100%;
}
body.frontend #row-navigation-principale .tophat-bar .tophat-bar-part[data-tophat-align="left"] .tophat-bar-logo {
  order: -1;
}
body.frontend #row-navigation-principale .tophat-bar .tophat-bar-part[data-tophat-align="middle"] {
  position: relative;
}
body.frontend:not(.scroll-100) .tophat-bar .nav-item > a.nav-link span.label {
  color: #fff !important;
}
body.frontend:not(.scroll-100) .tophat-bar .nav-item.tophat-burger .label-text {
  color: #fff !important;
}
body.frontend:not(.scroll-100) .tophat-bar .nav-item.tophat-burger span.label {
  border-color: #fff !important;
}
body.frontend:not(.scroll-100) .tophat-bar .nav-item.tophat-burger span.label:before, body.frontend:not(.scroll-100) .tophat-bar .nav-item.tophat-burger span.label:after {
  border-color: #fff !important;
  background: #fff !important;
}
body.frontend.scroll-100 #row-navigation-principale .tophat-bar {
  padding: 0 2em;
}
body.frontend.scroll-100 #row-navigation-principale .tophat-bar .tophat-bar-logo[screen="desktop"] {
  transition: all ease-in-out 400ms 0ms !important;
  opacity: 0%;
  transform: translateY(-4px);
  visibility: hidden;
}
body.frontend.scroll-100 #row-navigation-principale .tophat-bar .tophat-bar-logo[screen="mobile"] {
  transition: all ease-in-out 400ms 300ms !important;
  opacity: 100%;
  transform: translateY(0px);
}
body.frontend.scroll-100 #row-navigation-principale .tophat-bar:before {
  height: 100%;
}
@media screen and (max-width: 981px) {
  body.frontend #row-navigation-principale .tophat-bar:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    height: 6em;
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item.phone {
    display: flex !important;
    position: fixed;
    bottom: 1em;
    left: calc(100% / 2);
    height: auto;
    border: 1px solid #6b8577;
    height: 3.5em;
    width: calc(100% / 4 - 3em);
    align-items: center;
    justify-content: center;
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item.phone a.nav-link span.label {
    color: #6b8577 !important;
    padding: 0;
    width: 100%;
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item:where(:has([code="reseaux-sociaux"])) {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    bottom: 1em;
    left: 1em;
    height: auto;
    width: calc(100% / 2 - 2em);
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item:where(:has([code="reseaux-sociaux"])) a[href="javascript:void(0);"] {
    display: none;
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item:where(:has([code="reseaux-sociaux"])) [code="reseaux-sociaux"] {
    display: flex;
    flex-flow: row;
    gap: 0.75em;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item:where(:has([code="reseaux-sociaux"])) [code="reseaux-sociaux"] > p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    min-height: 3.5em;
    margin: 0;
    border: 1px solid #808080;
    color: #4d4d4d;
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item:where(:has([code="reseaux-sociaux"])) [code="reseaux-sociaux"] > p > span {
    display: none;
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item.BookingTrigger {
    position: fixed;
    bottom: 1em;
    height: 3.5em;
    margin: 0 !important;
    right: 1em;
    width: calc(100% / 4 + 1em);
    min-width: 9em;
  }
  body.frontend #row-navigation-principale .tophat-bar .nav-item.BookingTrigger a.nav-link, body.frontend #row-navigation-principale .tophat-bar .nav-item.BookingTrigger span.label, body.frontend #row-navigation-principale .tophat-bar .nav-item.BookingTrigger span.label-content {
    width: 100%;
    text-align: center;
  }
}


/* ------ Formulaire | Design des formulaires ------ */
@charset "UTF-8";

body.frontend .mod_form-text-success {
  background: none !important;
}
body.frontend .mod_form-text-success .fas, body.frontend .mod_form-text-success strong {
  color: #0ef186 !important;
}
body.frontend .form-container {
  margin-right: 0 !important;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group {
  position: relative;
  width: calc(50% - 1em);
  margin-right: 1em;
  margin-bottom: 1.5em;
  font-size: 1em;
  border-radius: 0.25em;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group[data-code="meta_message-remarque"] {
  width: 100% !important;
}
@media screen and (min-width: 980px) {
  body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group:nth-child(10), body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group:nth-child(11) {
    max-width: calc(50% - 1em);
  }
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(33% - 1em);
  flex: 1 0 calc(33% - 1em);
  border: 0.0625em solid rgba(107, 133, 119, 0.45);
  padding: 1em;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.radio label, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.checkbox label, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.radio label, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  cursor: pointer;
  padding: 0.5em 1em;
  width: 100%;
  border-radius: 0.25em;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.radio label input, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.checkbox label input, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.radio label input, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.checkbox label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 0.75em;
  outline: 0.15em solid currentColor;
  outline-offset: 0.1875em;
  outline-style: auto;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.radio label input, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.checkbox label input, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.radio label input, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.checkbox label input {
    outline: none;
    border: 1px solid black;
    padding: 2px;
    min-width: 1.3em;
    min-height: 1.3em;
    width: 1.3em;
    max-width: 1.3em;
    max-height: 1.3em;
  }
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.radio label input:before, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.checkbox label input:before, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.radio label input:before, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.checkbox label input:before {
  content: "";
  background: #6b8577;
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.radio label input:checked:before, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.checkbox label input:checked:before, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.radio label input:checked:before, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.checkbox label input:checked:before {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.radio label:focus-within, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.checkbox label:focus-within, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.radio label:focus-within, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.checkbox label:focus-within {
  font-weight: 700;
  color: #6b8577;
  background: #1e95a22b;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.radio label:hover, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-radio div.checkbox label:hover, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.radio label:hover, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox div.checkbox label:hover {
  background: #f2f2f2;
  color: #6b8577;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox .checkbox {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox label input {
  border-radius: 0.15em !important;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-checklist-checkbox label input:before {
  border-radius: 0.25em !important;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form_type-recipients {
  display: none;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input {
  width: 100%;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group .intl-tel-input input.intl {
  padding-left: 3em;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group > label {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -1.5em;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  left: 1em;
  background: #ffffff;
  z-index: 2;
  margin: 0;
  padding: 0 1em;
  color: #6b8577;
  font-weight: 500;
  font-size: 0.875em;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group > label:focus {
  top: -1.25em;
  font-size: 1em;
  color: #ffffff;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input.form-control, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea.form-control, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group select.form-control {
  width: 100%;
  background: none;
  border: 1px solid rgba(107, 133, 119, 0.45);
  min-height: 3.25em;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  outline: none;
  color: #121714;
  padding: 1.2em 1.5em;
  font-weight: 500;
  border-radius: 0.25em;
  min-width: 100%;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input.form-control:focus, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea.form-control:focus, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group select.form-control:focus {
  font-weight: 700;
  border: 1px solid #6b8577;
  color: #6b8577;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group input.form-control:hover, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea.form-control:hover, body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group select.form-control:hover {
  border: 1px solid #6b8577;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group textarea {
  padding-top: 1em !important;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.clicked > label {
  top: -1.25em;
  font-size: 1em;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha {
  max-width: 14em;
  margin: auto auto 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha {
    margin: 0 3em;
  }
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha label.control-label {
  display: contents;
}
body.frontend .module_wrapper[module="forms"][template="_default"][skin="_default"] .form-container .form-group.form-group-captcha img.captcha {
  position: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="injection-du-formulaire-de-contact"] .form-container {
    width: 100%;
    padding: 0 2em;
  }
}


/* ------ 🧭 Navigation | Personnalisation du menu burger ------ */
@charset "UTF-8";

body.frontend {
  /*
* Modification du design du burger menu & de son libellé
*/
}
body.frontend .tophat-burger a.nav-link {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.325em;
}
body.frontend .tophat-burger a.nav-link span.label {
  border-top: 2px solid #6B8576 !important;
  border-bottom: none !important;
  height: 1.125em !important;
  width: 62.8% !important;
}
body.frontend .tophat-burger a.nav-link span.label:before, body.frontend .tophat-burger a.nav-link span.label:after {
  background: #6B8576;
  height: 2px !important;
  width: 100% !important;
  border: none !important;
  border-radius: 50px;
}
body.frontend .tophat-burger a.nav-link span.label:before {
  top: calc(50% - 2px) !important;
}
body.frontend .tophat-burger a.nav-link span.label:after {
  bottom: 0;
  top: initial !important;
}
body.frontend .tophat-burger a.nav-link span.label-text {
  margin: 0;
  font-size: 0.875em;
  letter-spacing: 0.125em;
}


/* ------ 🔗 Global | Design des liens hypertextes ------ */
@charset "UTF-8";

body.frontend {
  /* -----------------------
Hypertext Links
----------------------- */
  /* ----------------------------------
Hypertext Links with target blank
---------------------------------- */
}
body.frontend a:not(.button, .button1, .button2, .button3, .nav-link, .tophat-bar-logo, .bx-prev, .bx-next, [target="_self"], [data-scrolldown="true"], [href="#!row-header-hero"], .instagram-item--picture--link, [code="reseaux-sociaux"] a, .item-suptitle a, .item-media, .fsPanel a, .mod_instagram--feedname a) {
  text-decoration: none !important;
  position: relative;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.125em;
}
@media screen and (max-width: 980px) {
  body.frontend a:not(.button, .button1, .button2, .button3, .nav-link, .tophat-bar-logo, .bx-prev, .bx-next, [target="_self"], [data-scrolldown="true"], [href="#!row-header-hero"], .instagram-item--picture--link, [code="reseaux-sociaux"] a, .item-suptitle a, .item-media, .fsPanel a, .mod_instagram--feedname a) {
    padding-bottom: 0;
  }
}
body.frontend a:not(.button, .button1, .button2, .button3, .nav-link, .tophat-bar-logo, .bx-prev, .bx-next, [target="_self"], [data-scrolldown="true"], [href="#!row-header-hero"], .instagram-item--picture--link, [code="reseaux-sociaux"] a, .item-suptitle a, .item-media, .fsPanel a, .mod_instagram--feedname a):hover {
  border-bottom: 1px solid #6b8577;
}
body.frontend .cell_container[cell-color="#ffffff"] a:not(.button, .button1, .button2, .button3, .nav-link, .tophat-bar-logo, .bx-prev, .bx-next, [target="_self"], [data-scrolldown="true"], [href="#!row-header-hero"], .instagram-item--picture--link, [code="reseaux-sociaux"] a, .item-suptitle a, .item-media, .fsPanel a, .mod_instagram--feedname a) {
  color: #ffffff !important;
}
body.frontend .cell_container[cell-color="#ffffff"] a:not(.button, .button1, .button2, .button3, .nav-link, .tophat-bar-logo, .bx-prev, .bx-next, [target="_self"], [data-scrolldown="true"], [href="#!row-header-hero"], .instagram-item--picture--link, [code="reseaux-sociaux"] a, .item-suptitle a, .item-media, .fsPanel a, .mod_instagram--feedname a):after, body.frontend .cell_container[cell-color="#ffffff"] a:not(.button, .button1, .button2, .button3, .nav-link, .tophat-bar-logo, .bx-prev, .bx-next, [target="_self"], [data-scrolldown="true"], [href="#!row-header-hero"], .instagram-item--picture--link, [code="reseaux-sociaux"] a, .item-suptitle a, .item-media, .fsPanel a, .mod_instagram--feedname a):before {
  background: #ffffff !important;
}
body.frontend #row-footer a:after, body.frontend #row-footer a:before {
  content: none !important;
}
body.frontend a:not(.nav-link, .tophat-bar-logo, .bx-prev, .bx-next, [target="_self"], [data-scrolldown="true"], [href="#!row-header-hero"], .instagram-item--picture--link, [code="reseaux-sociaux"] a, .item-suptitle a, .item-media, .fsPanel a, .mod_instagram--feedname a)[target="_blank"]:after {
  content: "";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 100;
  margin-left: 0.75em;
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 0.8em;
}


/* ------ 🎛️ Boutons | Stylisation des boutons ------ */
@charset "UTF-8";

body.frontend {
  /* --------------------------------------------- */
  /* Boutons avec effet "remplissage" */
  /* --------------------------------------------- */
}
@media screen and (max-width: 980px) {
  body.frontend .button, body.frontend .button1, body.frontend .button2, body.frontend .button3, body.frontend button {
    font-size: 0.875em;
  }
}


/* ------ 🔛 Global | Design des flèches directionnelles ------ */
@charset "UTF-8";

body.frontend {
  /* ----------------------- 
Arrows on sliders/slideshows
----------------------- */
}
body.frontend .btn-previous, body.frontend .btn-next, body.frontend .bx-prev, body.frontend .bx-next {
  width: 2em;
  height: 2em;
  margin: 0 0.5em;
}
body.frontend .btn-previous span, body.frontend .btn-next span, body.frontend .bx-prev span, body.frontend .bx-next span {
  background: transparent !important;
  color: #000 !important;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 0%;
  transition: all ease-in-out 250ms;
}
body.frontend .btn-previous span:hover, body.frontend .btn-next span:hover, body.frontend .bx-prev span:hover, body.frontend .bx-next span:hover {
  background: #000 !important;
  color: #fff !important;
}
body.frontend .btn-previous span i, body.frontend .btn-next span i, body.frontend .bx-prev span i, body.frontend .bx-next span i {
  font-weight: 100;
}
body.frontend .btn-previous span.my-btn-prev i::before, body.frontend .btn-next span.my-btn-prev i::before, body.frontend .bx-prev span.my-btn-prev i::before, body.frontend .bx-next span.my-btn-prev i::before {
  content: "";
}
body.frontend .btn-previous span.my-btn-next i::before, body.frontend .btn-next span.my-btn-next i::before, body.frontend .bx-prev span.my-btn-next i::before, body.frontend .bx-next span.my-btn-next i::before {
  content: "";
}


/* ------ Footer | Bloc horaires ------ */
@charset "UTF-8";

body.frontend .bloc-horaires h2 strong {
  color: #485b51;
}
body.frontend .bloc-horaires .grid_cell_wrapper hr {
  background: silver;
  border: none;
  height: 1px;
  margin: 2em 0 !important;
}
body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days {
  margin-top: 3em;
  display: flex;
  flex-flow: row wrap;
  gap: 2em;
}
@media screen and (max-width: 980px) {
  body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days {
    gap: 1.5em;
  }
}
body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day {
  display: flex;
  flex-flow: column;
  opacity: 60%;
  flex: 1 0 auto;
}
body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day > *:not(strong) {
  font-size: 0.9em;
  line-height: 1.4;
}
body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day > strong {
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day > em:not(:first-of-type) {
  padding-top: 0.25em;
  border-top: 1px solid #d1d1d1;
  margin-top: 0.25em;
}
@media screen and (max-width: 980px) {
  body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day {
    flex: 1;
  }
}
body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day.active {
  opacity: 100%;
}
body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day em strong, body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day span strong {
  color: #485b51;
}
body.frontend .bloc-horaires .grid_cell_wrapper .schedules-days .schedule-day strong {
  font-weight: 700;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper {
  box-shadow: none;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-viewport:before, body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-viewport:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 999;
  width: 20vw;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-viewport:before {
  left: 0;
  right: initial;
  background: linear-gradient(90deg, #fff, transparent);
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-viewport:after {
  right: 0;
  left: initial;
  background: linear-gradient(90deg, transparent, #fff);
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-viewport .schedules-days {
  margin-top: 0;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-viewport .schedules-days .schedule-day {
  width: 25vw !important;
  flex: initial;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls {
  position: absolute;
  inset: 0;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction {
  height: 100%;
  width: 100%;
  position: relative;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: none;
  color: transparent;
  margin: 0;
  text-indent: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before, body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  /* border: 1px solid red; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121714;
  font-family: Font Awesome\ 5 Pro !important;
  position: absolute;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
  content: "" !important;
  font-family: Font Awesome\ 5 Pro !important;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
body.frontend .bloc-horaires [code="footer-affichage-des-horaires"] .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  content: "" !important;
  font-family: Font Awesome\ 5 Pro !important;
}
@media screen and (max-width: 980px) {
  body.frontend .bloc-horaires a.button {
    display: block;
    margin: -2em auto 2em auto;
    max-width: fit-content;
  }
}


/* ------ Calendrier de réservation | Modifications & design ------ */
@charset "UTF-8";

body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer {
  /* Tout le container de la popin de réservation */
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container {
  border-radius: var(--border-radius);
  background: #f4f6f5;
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper {
  /* Partie sur le côté droit */
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper div.bpp-panel-main {
  /* Partie sur le côté gauche (calendrier) */
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper div.bpp-panel-main div.bpp-panel-calendar {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: none;
  padding: 1em;
  /* Dates */
  /* Le calendrier en lui-même (avec les cases) */
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper div.bpp-panel-main div.bpp-panel-calendar div.bpp-panel-calendar-head {
  /* Bouton précédent pour les mois */
  /* Bouton suivantpour les mois */
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form {
  display: flex;
  flex-flow: column;
  gap: 1em;
  position: relative;
  height: 100%;
  /* Container des sélecteurs de dates */
  /* Bouton de réservation */
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form div.bpp-panel-form-nights {
  font-size: 1em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form div.bpp-panel-form-nights > strong {
  font-family: "Bodoni Moda", serif;
  font-size: 2em;
  font-weight: 600;
  margin-top: 0.5em;
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form div.bpp-panel-form-stays {
  margin-top: 1em;
  border-radius: var(--border-radius);
  background: #fff;
  padding: 0.5em;
  border: none;
  display: flex;
  gap: 0.5em;
  flex-flow: column;
  align-items: center;
  /* La petite flèche qui sépare la date d'arrivée et la date de d"part*/
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form div.bpp-panel-form-stays span.bpp-panel-form-stays-checkin, body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form div.bpp-panel-form-stays span.bpp-panel-form-stays-checkout {
  background: #f4f6f5;
  padding: 1em;
  border-radius: var(--border-radius);
  width: 100%;
  font-family: inherit;
  font-size: 1.2em;
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form div.bpp-panel-form-stays span.bpp-panel-form-stays-separator {
  transform: rotate(90deg);
  font-weight: 200;
  font-size: 1.3em;
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form div.bpp-panel-form-input {
  border: none;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
}
body.frontend div.bppContainer-backdrop div.bppContainer-wrapper div.bppContainer div.BookingPerformancePlus-Container div.bpp-panel-col div.bpp-panel-body-wrapper .bpp-panel-aside .bpp-panel-form div.bpp-panel-form-input button {
  border-radius: var(--border-radius);
  font-family: inherit;
  text-transform: initial;
  font-weight: 600;
  padding: 1em;
  color: #fff;
}


/* ------ Navigation | Gestion de l'apparence des listes déroulantes ------ */
@charset "UTF-8";

body.frontend {
  /*
* Overlay
*/
  /*
* Gestion de l'apparence des listes déroulantes
*/
}
body.frontend .overlay-list {
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0%;
  transition: all ease-in-out 200ms;
  z-index: 4;
  pointer-events: none;
}
body.frontend .overlay-list.active {
  opacity: 25%;
}
body.frontend #row-navigation-principale {
  /* Tout les nav-item qui disposent d'un d'un ".nav-dropdown" se voient bénéficier d'un chevron automatiquement */
  /* Masquage du chevron natif à Hapi */
  /* Menus déroulants */
  /*
	* Gestion de l'apparence du module Chambres (onglet déroulant)
	*/
}
body.frontend #row-navigation-principale .nav-item:where(:has(.nav-dropdown)) {
  position: relative;
}
body.frontend #row-navigation-principale .nav-item:where(:has(.nav-dropdown)) > .nav-link .label-content:after {
  display: inline-block;
  content: "";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 400;
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1) 0s;
  font-size: 0.85em;
  transform: rotate(-90deg);
}
body.frontend #row-navigation-principale .nav-item:where(:has(.nav-dropdown)):hover > .nav-link .label-content:after, body.frontend #row-navigation-principale .nav-item:where(:has(.nav-dropdown)).hover > .nav-link .label-content:after {
  transform: rotate(0deg);
}
body.frontend #row-navigation-principale .nav-item:where(:has(.nav-dropdown)):hover .nav-dropdown, body.frontend #row-navigation-principale .nav-item:where(:has(.nav-dropdown)).hover .nav-dropdown {
  margin-top: 0 !important;
  transform: translateY(0.25em);
  transition: all ease-in-out 200ms 0ms !important;
  opacity: 100%;
  padding: 0;
}
body.frontend #row-navigation-principale .fa-caret-down {
  display: none;
}
body.frontend #row-navigation-principale .fa-chevron-down, body.frontend #row-navigation-principale .LanguageMenu > .nav-link .label-content:after {
  font-size: 80%;
  margin-left: 0.5em;
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
body.frontend #row-navigation-principale .nav-dropdown {
  margin: 0em !important;
  max-height: 999px !important;
  transition: all ease-in-out 200ms 0ms !important;
  transform: translateY(0em);
  opacity: 0%;
  left: 0;
  width: max-content;
  border-radius: var(--border-radius);
  padding: 0.25em;
  box-shadow: none !important;
  border: 1px solid #e6e6e6;
  top: 5em;
}
body.frontend #row-navigation-principale .nav-dropdown > li > a {
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
}
body.frontend #row-navigation-principale .nav-dropdown > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6b8577;
  opacity: 0%;
  width: 0%;
  z-index: 1;
  pointer-events: none;
  transition: all ease-in-out 200ms;
}
body.frontend #row-navigation-principale .nav-dropdown > li > a:hover:before {
  width: 100%;
  opacity: 20%;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) {
  position: initial !important;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown {
  width: 100% !important;
  min-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  /* Suppression de ces <a> qui n'apportent rien */
  /*
			* Design du module
			*/
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown > li > a, body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown > li > ul > a, body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown > li > ul > li > a, body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown ul > li > a:not([target="_self"]):not([target="_blank"]) {
  display: none;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown ul {
  padding: 0;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] {
  min-height: 400px;
  padding: 1em !important;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items {
  min-height: inherit;
  gap: 0.25em;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item {
  min-height: inherit;
  width: initial;
  flex: 1 0 auto;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper {
  min-height: inherit;
  position: relative;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-media {
  padding-top: 0 !important;
  min-height: inherit;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  padding: 2em;
  left: 0;
  width: 100%;
  pointer-events: none;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-title {
  margin: 0 0 1em;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-title .item-suptitle a {
  font-family: EB Garamond, serif;
  font-size: 2em !important;
  color: #fff;
  line-height: 1.4;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-extra {
  color: #fff;
  font-size: 0.875em;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-extra ul {
  opacity: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5em;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-extra ul li {
  flex: 1 0 50%;
  margin: 0;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-extra ul li.extra-capacity {
  width: 2em;
  height: 1.25em;
  display: inline-flex;
  overflow: hidden;
  margin: 0;
  max-width: 4em;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-extra ul li.extra-capacity:after {
  display: none;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-extra ul li.extra-area:before {
  content: "";
  font-family: Font Awesome\ 5 Pro;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-text {
  color: #fff;
  font-size: 0.875em;
  margin-top: 0.5em;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-text .item-text-content {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])) .nav-dropdown [module="chambres"] .items .item .item-wrapper .item-content .item-text .item-text-content p {
  margin: 0;
}
body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])):hover .nav-dropdown, body.frontend #row-navigation-principale .nav-item:where(:has([module="chambres"])).hover .nav-dropdown {
  transform: translateY(0.25em) translateX(-50%);
}


/* ------ Home | Design du module chambres dans la home ------ */
@charset "UTF-8";

body.frontend .module_wrapper[code="slider-chambres-home"] .item-text {
  display: none !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-media {
  padding-top: 0 !important;
}
@media screen and (min-width: 981px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item-media {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item-media {
    height: 400px !important;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item {
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 0 !important;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-content {
  padding: 5em !important;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item-content {
    padding: 2em;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item {
  max-width: 920px;
  /* Eléments sujets à l'animation */
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item > * {
  transform: scale(94%) translateX(0em) translateY(0%);
  transform-origin: 100%;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item > * {
  transform: scale(1);
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.next-item > * {
  transform: scale(1);
  transition: transform ease 1s;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item.prev-item > * {
  transform: scale(0.7) translateX(-10em) translateY(-3em);
  transition: transform ease 1s;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-title h3 a, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-extra ul li.extra-capacity, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-extra ul li.extra-area, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-extra ul li.extra-view {
  transition: all ease-in-out 400ms !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover {
  /* @for $i from 1 through NUMBER_OF_ELEMENTS_CONCERNED { */
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-title h3 a, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-capacity, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-area, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-view:nth-child(1) {
  transition-delay: 100.5ms !important;
  transform: translateY(-0.25em) !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-title h3 a, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-capacity, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-area, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-view:nth-child(2) {
  transition-delay: 101ms !important;
  transform: translateY(-0.25em) !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-title h3 a, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-capacity, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-area, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-view:nth-child(3) {
  transition-delay: 101.5ms !important;
  transform: translateY(-0.25em) !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-title h3 a, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-capacity, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-area, body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover .item-extra ul li.extra-view:nth-child(4) {
  transition-delay: 102ms !important;
  transform: translateY(-0.25em) !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-wrapper:hover:before {
  transform: translate(0.25em, -0.25em) rotate(-45deg);
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .additional-column-content {
    width: 100% !important;
    padding: 2em !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .additional-column-left .additional-column-content {
    width: 70% !important;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .bx-prev, body.frontend .module_wrapper[code="slider-chambres-home"] .bx-next {
  height: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .bx-prev, body.frontend .module_wrapper[code="slider-chambres-home"] .bx-next {
    top: 100% !important;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .bx-prev:not(:hover) span, body.frontend .module_wrapper[code="slider-chambres-home"] .bx-next:not(:hover) span {
  background: #fff !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .bx-prev {
  left: -4em !important;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .bx-prev {
    left: 4.5em !important;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .bx-next {
  right: 2em !important;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .bx-next {
    right: 4.5em !important;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .items {
  transition-timing-function: cubic-bezier(0.54, 0.09, 0.48, 0.94) !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra {
  display: flex;
  color: #fff;
  opacity: 100%;
  margin-top: 2em;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra {
    margin-left: 0;
    margin-top: 1em;
    font-size: 80%;
    line-height: 1.4;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul {
  opacity: 95%;
  display: flex;
  flex-flow: column;
  gap: 1em;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-capacity, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-area, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-view {
  flex: 1 0 1;
  position: relative;
  text-transform: none;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-capacity:after, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-area:after, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-view:after {
  display: none;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-capacity:before, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-area:before, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-view:before {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  top: 0;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 400;
  opacity: 75%;
  margin-right: 0.75em;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-capacity.extra-area:before, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-area.extra-area:before, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-view.extra-area:before {
  content: "";
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-capacity.extra-view:before, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-area.extra-view:before, body.frontend .module_wrapper[code="slider-chambres-home"] .item-extra ul li.extra-view.extra-view:before {
  content: "";
}
@media screen and (min-width: 421px) and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item {
    max-width: 360px;
  }
}
@media screen and (max-width: 420px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item {
    max-width: 86vw;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item .item-wrapper {
  border-radius: var(--border-radius);
  overflow: hidden;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item .item-wrapper:before {
  content: "";
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  width: 3em;
  height: 3em;
  z-index: 2;
  border-radius: var(--border-radius);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  color: #fff;
  transform: rotate(-45deg);
  transition: all ease-in-out 200ms;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item .item-content {
  padding: 4em;
  opacity: 60%;
  max-width: 430px;
  transition: all cubic-bezier(0.77, 0.06, 0.28, 0.92) 100ms 50ms !important;
}
@media screen and (max-width: 980px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item .item-content {
    padding: 6em 3em !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 460px) {
  body.frontend .module_wrapper[code="slider-chambres-home"] .item .item-content {
    padding: 2em 1em 5em !important;
  }
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item .item-content .item-title {
  opacity: 60%;
  transform: translateY(1em) !important;
  transition: all cubic-bezier(0.77, 0.06, 0.28, 0.92) 600ms 100ms !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item .item-content .item-title .item-suptitle a {
  display: block;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item .item-content .item-extra {
  opacity: 60%;
  transform: translateY(1em) !important;
  transition: all cubic-bezier(0.77, 0.06, 0.28, 0.92) 600ms 200ms !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-content {
  opacity: 100%;
  transition: all cubic-bezier(0.77, 0.06, 0.28, 0.92) 100ms 50ms !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-content .item-title {
  opacity: 100%;
  transform: translateY(0em) !important;
  transition: all cubic-bezier(0.77, 0.06, 0.28, 0.92) 600ms 100ms !important;
}
body.frontend .module_wrapper[code="slider-chambres-home"] .item.curr-item .item-content .item-extra {
  opacity: 100%;
  transform: translateY(0em) !important;
  transition: all cubic-bezier(0.77, 0.06, 0.28, 0.92) 600ms 200ms !important;
}


/* ------ Header hero custom ------ */
@charset "UTF-8";

body.frontend #row-header-hero-custom {
  min-height: initial !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.frontend #row-header-hero-custom .page_row_background, body.frontend #row-header-hero-custom .page_row_overlay, body.frontend #row-header-hero-custom .page_row_grid, body.frontend #row-header-hero-custom .grid_cell_wrapper, body.frontend #row-header-hero-custom .cell_container {
  min-height: inherit !important;
  height: 90vh !important;
  max-height: calc(100vh - calc(var(--custom-padding) * 3.5)) !important;
  transition: all ease-in-out 200ms;
  margin-bottom: calc(var(--custom-padding)* 1.5);
}
body.frontend #row-header-hero-custom .grid_cell[cell-index="2"] .with_text_1 {
  overflow: visible;
  left: calc(var(--custom-padding)* 2);
}
body.frontend #row-header-hero-custom .grid_cell[cell-index="2"] .with_text_1 blockquote {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  min-width: 470px;
  margin: 0;
}
body.frontend #row-header-hero-custom .with_picture {
  overflow: visible !important;
}
body.frontend #row-header-hero-custom .with_picture .vegas-container {
  overflow: visible !important;
}
body.frontend #row-header-hero-custom .with_picture .vegas-container .vegas-wrapper {
  overflow: visible !important;
}
body.frontend #row-header-hero-custom .with_picture .vegas-container .vegas-wrapper .btn-previous {
  transform: translateY(-100%) translateX(calc(-100% - 0.25em));
}
body.frontend #row-header-hero-custom .with_picture .vegas-container .vegas-wrapper .btn-next {
  transform: translateY(-100%);
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] {
  position: absolute;
  bottom: calc(var(--custom-padding)* -0.5);
  transform: translateY(100%);
  width: auto;
  right: var(--custom-padding);
  display: flex;
  flex-flow: row;
  gap: 1em;
  align-items: center;
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] p {
  margin: 0;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] p:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #6b8577;
  opacity: 45%;
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] p:hover a {
  background: #6b8577;
  color: #fff;
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] p:hover > span {
  opacity: 100%;
  top: -1em;
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] p a {
  height: inherit;
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #121714;
  transition: all ease-in-out 200ms;
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] p > span {
  position: absolute;
  opacity: 0%;
  top: -1.25em;
  transform: translateY(-100%);
  background: #000;
  padding: 0.5em 1em;
  width: max-content;
  transition: all ease-in-out 200ms;
  color: #fff;
  pointer-events: none;
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] p > span:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 1px;
}
body.frontend #row-header-hero-custom [code="reseaux-sociaux"] p > span:after {
  content: "";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: 0.875em;
  line-height: 1.4;
  color: #fff;
  margin-left: 0.25em;
  transform: rotate(-45deg);
  opacity: 80%;
}


/* ------  ------ */
@charset "UTF-8";

body.frontend .floating-img-with-txts .grid_cell:where(:has(.with_picture)) {
  aspect-ratio: 0.66;
  min-height: initial;
}
@media screen and (min-width: 980px) {
  body.frontend .floating-img-with-txts .grid_cell:where(:has(.with_picture)) {
    transform: scale(0.8);
  }
}


/* ------ Cellules | Branche décorative sur les titres ------ */
@charset "UTF-8";

body.frontend .decorative-branch-title {
  /*
	* Si cet asset est appliqué sur une cellule contenant un texte
	* aligné à GAUCHE (ou qui n'est PAS aligné au centre)...
	*/
  /*
	* Si cet asset est appliqué sur une cellule contenant un texte
	* aligné au CENTRE (ou qui n'est pas aligné au centre)...
	*/
}
body.frontend .decorative-branch-title h2:not(.item-suptitle), body.frontend .decorative-branch-title h3:not(.item-suptitle), body.frontend .decorative-branch-title h4:not(.item-suptitle) {
  position: relative;
}
body.frontend .decorative-branch-title h2:not(.item-suptitle):before, body.frontend .decorative-branch-title h3:not(.item-suptitle):before, body.frontend .decorative-branch-title h4:not(.item-suptitle):before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' fill='none' viewBox='0 0 97 314'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%236B8576' d='M33.2 85.6C24.1 56.9 21.5 55.1 9.7 41.8c-1.7-1.9-6.1-2.5-5.8.8 1.4 12.9 5.4 19.6 12.8 30 20.7 29 16.6 23.1 18.5 53.7C8 82.7-13.5 86.9 12.1 115.1c25.2 27.8 24.1 21.7 24.4 24.9 5.7 47.7 7.6 31.6-13.3 11.7-9.9-9.4-23.6-16.9-22.8-11.4 1.1 8.3 5.7 15.7 11.6 21.4 9.4 9.3 23.7 19.2 30.2 22.2 4.7 28 4.4 25.1 3.9 25.5-2.1-5.1-16.8-17.1-31.7-24.6-9.8-5-12.2-.2-7.2 5.7 11.2 13.4 15.7 19.3 34.8 29.8 10.1 5.6 5.7-3.6 14.1 31-34.6-29.3-69.2-29.5-33.4-5.8 10 6.6 35.7 12.9 36.5 15.4 5.7 18.2 11.5 35.8 20.8 52.6 3.2-1.5.1 2.1-15.4-52.6-1-3.5-1.4-4-.5-4.8 11.3-10.6 29.7-27.5 32.1-48.7.2-1.9-3.7-3.3-6.2-.7-16 16.3-18.5 17.8-24.1 30.2-3 6.7-4 10.4-4.8 11-2.4-8.7-4.4-17.4-6.4-26.1 36.6-34.2 40.4-65.3 27-52.7-10.2 9.7-19.9 20.8-28.4 43.1-.5 1.2-.2 5.6-6-30 36.6-28.8 48.1-77.1 24.8-48.8-14.7 17.9-17.1 19.9-26 39.8-.2-.4-.3-.7-.4-1-6.1-44.3-8.3-31.9 12.8-55.7C71.1 102.3 78 86.9 79.8 76.9c.9-4.8-3.9-4.6-6.1-2.1-27.9 31.9-31.6 47.5-33.5 51.7-2.6-30.9-3.4-24.8 6.4-36.6 13.2-15.9 21.6-28.8 25-47.4.5-2.6-.1-2.8-2-3.3s-3.3.1-4.4 1.6C59.2 49 53.1 57.1 48.1 66c-12.6 22.1-10.3 37.9-10.2-5.4 0-2 10.9-40.8-.5-57.9-6.7-10.2-11.2 27.4-4.1 53 .5 1.8.4 29.9-.1 29.9ZM48 218.8c-21-10.1-33.5-25.2-36-29.8 14.2 7.5 26.9 16.5 36 29.8ZM6 145.6c13 6.7 38 35.1 31.8 31.3-11-6.6-27.4-19.1-31.8-31.3Zm50.3 70.5c2.8-10.2 19.2-35.2 27-41.3-.6 6.4-18.7 34-27 41.3Zm20.1-79.5c4.6 2.4-29.1 45.3-26.5 39.2 7.5-17.4 14.4-25.1 26.5-39.2ZM36 51.9c-4.5-21.4-.8-46.6.2-43.9 5.1 13.6 2.2 28.8-.2 43.9Zm8.4 77c5.1-15 27.7-44 28.2-43.6-3.9 13.6-18.8 31.4-28.2 43.6Zm43 88.1c-.5 7.2-19 32-23 34.9 6-19.7 17.1-29 23-34.9ZM7.9 101.6c11.5 7.5 23.7 23.2 26.3 30.2-6.6-4.4-22.7-22.4-26.3-30.2Zm7.4 132.7c1.4-2.2 43.7 20.6 33 17.1-18.9-6.3-21.1-6.6-33-17.1ZM28.4 82.9c-7.3-10-18-24.9-18.9-33.6 9.6 9.4 14.9 21.2 18.9 33.6Zm13.4 7.3c-1.3-4.7 18.9-33 21.2-36.1-.5 7.5-19.3 33.5-21.2 36.1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M97 0H0v314h97z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  height: 1.5em;
  width: 1em;
  display: block;
  z-index: 2;
  position: absolute;
  opacity: 25%;
}
body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) .surtitre, body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) .decomposed-letters {
  padding-left: 80px;
}
@media screen and (max-width: 980px) {
  body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) .surtitre, body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) .decomposed-letters {
    padding-left: 1em;
  }
}
body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle):before {
  left: 48px;
  transform: translate(-100%, -50%);
  top: 50%;
}
@media screen and (max-width: 980px) {
  body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle):before {
    left: 0;
  }
}
body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) .surtitre, body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) .decomposed-letters {
  padding-left: 80px;
}
@media screen and (max-width: 980px) {
  body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) .surtitre, body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) .decomposed-letters {
    padding-left: 1em;
  }
}
body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle):before {
  left: 48px;
  transform: translate(-100%, -50%);
  top: 50%;
}
@media screen and (max-width: 980px) {
  body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle):before {
    left: 0;
  }
}
body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) .surtitre, body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) .decomposed-letters {
  padding-left: 80px;
}
@media screen and (max-width: 980px) {
  body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle), body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) .surtitre, body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) .decomposed-letters {
    padding-left: 1em;
  }
}
body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle):before {
  left: 48px;
  transform: translate(-100%, -50%);
  top: 50%;
}
@media screen and (max-width: 980px) {
  body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle):not([style="text-align: center;"]))) h4:not(.item-suptitle):before {
    left: 0;
  }
}
body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle)[style="text-align: center;"])) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle)[style="text-align: center;"])) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h2:not(.item-suptitle)[style="text-align: center;"])) h4:not(.item-suptitle):before {
  left: 50%;
  transform: translate(-50%, -100%);
  top: -0.25em;
  height: 1em;
  opacity: 30%;
}
body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle)[style="text-align: center;"])) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle)[style="text-align: center;"])) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h3:not(.item-suptitle)[style="text-align: center;"])) h4:not(.item-suptitle):before {
  left: 50%;
  transform: translate(-50%, -100%);
  top: -0.25em;
  height: 1em;
  opacity: 30%;
}
body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle)[style="text-align: center;"])) h2:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle)[style="text-align: center;"])) h3:not(.item-suptitle):before, body.frontend .decorative-branch-title:where(:has(h4:not(.item-suptitle)[style="text-align: center;"])) h4:not(.item-suptitle):before {
  left: 50%;
  transform: translate(-50%, -100%);
  top: -0.25em;
  height: 1em;
  opacity: 30%;
}


/* ------ Responsive | Texte centré ------ */
@charset "UTF-8";



/* ------ Page Chambres | Services (pictogrammes) | Design & ajustements ------ */
@charset "UTF-8";

body.frontend[data-page-code="chambres-suites"] div.hapi-sc-service ul.hapi-service_cardlist li.hapi-service_card {
  margin: 0.5em 0;
}
body.frontend[data-page-code="chambres-suites"] div.hapi-sc-service ul.hapi-service_cardlist li.hapi-service_card span.service-icon {
  padding: 0;
  margin-bottom: 0.5em;
}
body.frontend[data-page-code="chambres-suites"] div.hapi-sc-service ul.hapi-service_cardlist li.hapi-service_card span.service-name {
  padding: 0;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
body.frontend[data-page-code="chambres-suites"] div.hapi-sc-service ul.hapi-service_cardlist li.hapi-service_card span.service-description {
  padding: 0;
  font-style: italic;
  line-height: 1.4;
}


/* ------ Page iFrame ------ */
@charset "UTF-8";

body.frontend[data-page-code="coffrets-cadeaux"] {
  background: #fff;
}
body.frontend[data-page-code="coffrets-cadeaux"] .fullscreen_content_panel {
  width: 94vw;
  margin: 6em auto;
  height: 100vh;
}
body.frontend[data-page-code="coffrets-cadeaux"] #row-navigation-principale [data-tophat-key="navbar-menu-de-navigation-principal"] {
  padding: 0 2em;
}
body.frontend[data-page-code="coffrets-cadeaux"] #row-navigation-principale [data-tophat-key="navbar-menu-de-navigation-principal"] .tophat-burger {
  filter: invert(100%);
}
body.frontend[data-page-code="coffrets-cadeaux"] #row-navigation-principale [data-tophat-key="navbar-menu-de-navigation-principal"] .tophat-bar-logo[screen="desktop"] {
  opacity: 0% !important;
  visibility: hidden;
}
body.frontend[data-page-code="coffrets-cadeaux"] #row-navigation-principale [data-tophat-key="navbar-menu-de-navigation-principal"] .tophat-bar-logo[screen="mobile"] {
  display: block !important;
  opacity: 100% !important;
}
body.frontend[data-page-code="coffrets-cadeaux"] #row-navigation-principale [data-tophat-key="navbar-menu-de-navigation-principal"] .nav-item:not(.BookingTrigger) .nav-link .label {
  color: #121714 !important;
}


/* ------ Désactivation du scroll quand fsPanel ouvert ------ */
@charset "UTF-8";

body.frontend.fspanel-active {
  overflow: hidden !important;
}


/* ------ Découvrir également | Ajustements responsive ------ */
@charset "UTF-8";

@media screen and (min-width: 981px) and (max-width: 1281px) {
  body.frontend .page_row:has([code="decouvrez-egalement"]) {
    min-height: 320px;
  }
}


/* ------ Séminaires | Ils nous font confiance | Infinite Carousel ------ */
@charset "UTF-8";

body.frontend .logos-infinite-carousel .grid_cell {
  width: 100%;
}
body.frontend .logos-infinite-carousel [module="contenu"] {
  display: flex;
  gap: 2em;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 4em;
  --off-white: #fafaf0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
body.frontend .logos-infinite-carousel [module="contenu"] .brandsCarousel {
  max-width: 100%;
  max-height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
body.frontend .logos-infinite-carousel [module="contenu"] .brandsCarousel::before, body.frontend .logos-infinite-carousel [module="contenu"] .brandsCarousel::after {
  content: "";
  width: 100px;
  height: 100px;
  background: linear-gradient(to right, #fff 0%, rgba(250, 250, 240, 0) 100%);
  position: absolute;
  z-index: 2;
}
body.frontend .logos-infinite-carousel [module="contenu"] .brandsCarousel::before {
  top: 0;
  left: 0;
}
body.frontend .logos-infinite-carousel [module="contenu"] .brandsCarousel::after {
  top: 0;
  right: 0;
  transform: rotateZ(180deg);
}
body.frontend .logos-infinite-carousel [module="contenu"] .carouselTrack {
  display: flex;
  width: 200%;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  justify-content: space-between;
}
body.frontend .logos-infinite-carousel [module="contenu"] .scroll-left {
  animation-name: scroll-left;
}
body.frontend .logos-infinite-carousel [module="contenu"] .scroll-right {
  animation-name: scroll-right;
}
body.frontend .logos-infinite-carousel [module="contenu"] img {
  width: 100px;
  height: 50px;
  object-fit: contain;
  margin: 0 10px;
}
