/* @override 
	https://sitedev-2026.lec.info:8043/wp-content/themes/sl-lec-2026/assets/css/lecsl.css */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
  display: flex;
  align-items: center;
}
.clearfix {
  clear: both;
}
.modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  border-left: 5px solid #333;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
.pin-top,
.pin-bottom {
  position: relative;
}
.pinned {
  position: fixed !important;
}
/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collapsible .collection {
  margin: 0;
  border: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select {
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}
.tabs.tabs-transparent {
  background-color: transparent;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.tabs.tabs-fixed-width {
  display: flex;
}
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.tabs .tab a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}
.tabs .tab a:focus,
.tabs .tab a.active:focus {
  outline: none;
}
.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  will-change: left, right;
}
@media only screen and (max-width: 992px) {
  .tabs {
    display: flex;
  }
  .tabs .tab {
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
.modal:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(44%);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header:focus {
  outline: 0;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(160%);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.drag-target.right-aligned {
  right: 0;
}
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #333;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*
@font-face {
  font-family: "lec-icons";
  src: url("../fonts/lec-icons.eot");
  src: url("../fonts/lec-icons.eot?198ok5#iefix") format("embedded-opentype"),
      url("../fonts/lec-icons.woff2?198ok5") format("woff2"),
      url("../fonts/lec-icons.woff?198ok5") format("woff"),
      url("../fonts/lec-icons.ttf?198ok5") format("truetype"),
      url("../fonts/lec-icons.svg?198ok5#lec-icons") format("svg");
  font-style: normal;
  font-weight: 400;
}
*/
.icon {
  display: inline-block;
  font-family: "lec-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-display: swap;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-activities::before {
  content: "\ea01";
}
.icon-activities-v2::before {
  content: "\ea02";
}
.icon-adventure::before {
  content: "\ea03";
}
.icon-barcelona::before {
  content: "\ea04";
}
.icon-basketball::before {
  content: "\ea05";
}
.icon-calendar::before {
  content: "\ea06";
}
.icon-chess::before {
  content: "\ea07";
}
.icon-childs::before {
  content: "\ea08";
}
.icon-clover::before {
  content: "\ea09";
}
.icon-college::before {
  content: "\ea0a";
}
.icon-compass::before {
  content: "\ea0b";
}
.icon-course::before {
  content: "\ea0c";
}
.icon-dance::before {
  content: "\ea0d";
}
.icon-english::before {
  content: "\ea0e";
}
.icon-falls::before {
  content: "\ea0f";
}
.icon-family::before {
  content: "\ea10";
}
.icon-flamenco::before {
  content: "\ea11";
}
.icon-football::before {
  content: "\ea12";
}
.icon-france::before {
  content: "\ea13";
}
.icon-gamepad::before {
  content: "\ea14";
}
.icon-halloween::before {
  content: "\ea15";
}
.icon-harry-p::before {
  content: "\ea16";
}
.icon-harry-p-v2::before {
  content: "\ea17";
}
.icon-horse::before {
  content: "\ea18";
}
.icon-la-star::before {
  content: "\ea19";
}
.icon-london::before {
  content: "\ea1a";
}
.icon-london-bridge::before {
  content: "\ea1b";
}
.icon-malibu::before {
  content: "\ea1c";
}
.icon-manga::before {
  content: "\ea1d";
}
.icon-music::before {
  content: "\ea1e";
}
.icon-nyc::before {
  content: "\ea1f";
}
.icon-pin::before {
  content: "\ea20";
}
.icon-politics::before {
  content: "\ea21";
}
.icon-seconde::before {
  content: "\ea22";
}
.icon-seconde-v2::before {
  content: "\ea23";
}
.icon-student::before {
  content: "\ea24";
}
.icon-surf::before {
  content: "\ea25";
}
.icon-tennis::before {
  content: "\ea26";
}
.icon-theater::before {
  content: "\ea27";
}
.icon-toefl::before {
  content: "\ea28";
}
.icon-world::before {
  content: "\ea29";
}
:root {
  --alignwide: 1280px;
}
html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}
.alignstretch {
  width: 990px;
  max-width: 90%;
  margin: 0 auto;
}
.alignwide {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
.alignfull {
  width: 100%;
  max-width: 100%;
}
main {
  flex: 1 0 auto;
  background: #F3F3F3;
}
a {
  color: inherit;
}
figure {
  margin: 0 auto;
}
*:focus {
  outline: none;
}
h1,
h2,
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 125%;
}
h1 strong,
h2 strong,
h3 strong {
  font-weight: 800;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.6em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-weight: 600;
  font-size: 1.4em;
}
h5,
h6 {
  font-weight: 600;
  font-size: 1em;
}
.valign-wrapper > div {
  width: 100%;
}
hr {
  border: 0;
  height: 1px;
  background: #333;
}
blockquote {
  padding-left: 1.5em;
}
section.white-wrapper {
  padding: 20px;
  background: #FFFFFF;
  margin: 20px 0;
}
.post-content a {
  color: #27a6cf;
  text-decoration: underline;
}
.post-content h1 {
  color: #e10000;
  font-size: 2em;
}
.post-content h2 {
  color: #27a6cf;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 1em auto .5em;
}
.post-content h2,
.post-content h3 {
  font-size: 1.2em;
}
.post-content h2.subtitle,
.post-content h3.subtitle {
  color: #e10000;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
  padding-left: 18px;
  border-left: 4px solid #27a6cf;
}
.post-content h3 {
  color: #094679;
  font-weight: 600;
}
.post-content strong {
  font-weight: 800;
}
.post-content img.aligncenter {
  display: block;
  margin: 30px auto;
}
.post-content .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.post-content .alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content .collapsible {
  border: none;
}
.post-content .collapsible .collapsible-header,
.post-content .collapsible .collapsible-body {
  padding: 0;
  border: none;
}
.post-content .collapsible .collapsible-header {
  display: flex;
  align-items: center;
  color: #e10000;
}
.post-content .collapsible .collapsible-header h4 {
  margin: 0;
  font-size: 1.1em;
  color: #e10000;
}
.post-content .collapsible .collapsible-header .fa {
  margin: 0 0 0 auto;
  transition: all 0.3s ease-in-out 0s;
}
.post-content .collapsible > li {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.post-content .collapsible > li.active .collapsible-header .fa {
  color: #27a6cf;
  transform: rotate(180deg);
}
.post-content ul:not(.collapsible):not(.countries-flags),
.post-content ol:not(.flickity-page-dots) {
  margin: 1em 0;
  list-style: none;
  padding: 0;
}
.post-content ul:not(.collapsible):not(.countries-flags) li,
.post-content ol:not(.flickity-page-dots) li {
  margin: .75em 0;
  padding-left: 1.15em;
  position: relative;
}
.post-content ul:not(.collapsible):not(.countries-flags) li:before,
.post-content ol:not(.flickity-page-dots) li:before {
  position: absolute;
  line-height: 1rem;
  left: 0;
  top: .15em;
  color: #27a6cf;
  font-family: 'fontawesome';
  content: "\f105";
  opacity: 1;
  font-size: 1.25em;
}
.post-content ol:not(.flickity-page-dots) li:before {
  content: "•";
  opacity: .5;
  font-size: 2em;
}
.post-content table.tablepress {
  font-size: 14px;
}
.post-content .objectif {
  background: #e2f4fa;
  padding: 5px 20px;
  margin: 1em 0;
}
.post-content .resume {
  border: 1px solid #e2f4fa;
  padding: 5px 20px;
  margin: 1em 0;
}
.post-content .resume h2 {
  color: #e10000;
}
.post-content .resume ol:not(.flickity-page-dots) li {
  padding-left: 1.4em;
}
.post-content .resume ol:not(.flickity-page-dots) li:before {
  color: #e10000;
  opacity: 1;
  content: "\f00c";
  font-size: .85em;
  top: .25em;
}
.post-content h3.formula-themes {
  text-transform: uppercase;
  font-weight: 800;
  margin: 2em 0 1.25em;
}
.post-content hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 1em 0;
}
.goto-sejours {
  display: block;
  text-align: center;
  margin: 20px 0 0;
  width: 100%;
}
.descriptif-formule h3 {
  color: #e10000;
  font-size: 1.33em;
  font-weight: 800;
  margin: 0;
}
.descriptif-formule h4 {
  font-size: 1em;
  font-weight: 400;
  margin: 5px 0 0;
  font-weight: 600;
}
.descriptif-formule .countries-flags {
  margin: 20px 0;
  border-top: 1px solid #eee;
}
.page-sidebar .sticky {
  margin-bottom: 20px;
}
@media only screen and (min-width: 602px) {
  .page-sidebar {
    --gap: 30px;
    gap: var(--gap);
  }
  .page-sidebar.medium-flex > section {
    width: calc( 100% - var(--gap) - 290px );
  }
  .page-sidebar.medium-flex #sidebar {
    width: 290px;
  }
  .page-sidebar.medium-flex #sidebar .sticky {
    position: sticky;
    top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sidebar > section {
    width: calc( 100% - var(--gap) - 290px );
  }
  .page-sidebar #sidebar {
    width: 290px;
  }
  .page-sidebar #sidebar .sticky {
    position: sticky;
    top: 80px;
  }
}
body.error404 main {
  background: #FFFFFF;
  text-align: center;
}
body.error404 main section.error-404 {
  padding: 100px 0;
}
body.error404 main section.error-404 h2 {
  color: #27a6cf;
  font-size: 1.5em;
  font-weight: 800;
}
body.error404 main section.error-404 p {
  font-size: 1.5em;
  font-weight: 200;
}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.flex-row.small-flex {
  display: flex;
}
.readmore > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.readmore a.toggle {
  text-decoration: none;
}
.readmore a.toggle:after {
  font-family: 'fontawesome';
  content: "\f107";
  margin-left: .5em;
}
.readmore.expand > div {
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}
.readmore.expand a.toggle {
  opacity: .5;
}
.readmore.expand a.toggle:after {
  content: "\f106";
}
#modal-info .modal-content {
  padding: 40px;
  font-size: 14px;
}
#modal-info .modal-content h1 {
  font-size: 1.6em;
  color: #e10000;
  font-weight: 800;
  margin: 0;
}
#modal-info .modal-content .post-content {
  margin: 20px 0;
}
nav.pagination {
  margin: 30px 0;
}
nav.pagination .nav-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
nav.pagination .nav-links a,
nav.pagination .nav-links span {
  font-size: 14px;
  display: inline-block;
  padding: 4px;
  width: 2em;
  text-align: center;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 4px;
}
nav.pagination .nav-links a {
  transition: color 0.3s ease-in-out 0s;
}
nav.pagination .nav-links a:hover {
  color: #e10000;
}
nav.pagination .nav-links span.current {
  background: #27a6cf;
  color: #FFFFFF;
}
#search-results {
  --gap: 20px;
}
#search-results nav.pagination .nav-links {
  justify-content: center;
}
#search-results h1 {
  font-size: 2em;
  text-transform: uppercase;
  color: #27a6cf;
  margin: .5em 0 0;
}
#search-results h1 strong {
  color: #094679;
}
#search-results .tiles-page {
  padding-bottom: 50px;
}
#search-results .tiles-page .tile {
  padding: 15px 15px 30px;
  background: #FFFFFF;
  margin: 20px 0 0;
  position: relative;
}
#search-results .excerpt {
  margin: 8px 0;
}
#search-results .excerpt p {
  font-size: .85em;
  color: #555;
}
#search-results a.read-more {
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  bottom: 0;
}
#search-results h2.post-title {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #27a6cf;
  margin: 8px 0;
}
#search-results h2.post-title a {
  transition: color 0.3s ease-in-out 0s;
}
#search-results h2.post-title a:hover {
  color: #e10000;
}
@media only screen and (min-width: 602px) {
  #search-results {
    --columns: 2;
  }
  #search-results .tile,
  #search-results .tile-sizer {
    margin: 0 0 20px;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
}
@media only screen and (min-width: 992px) {
  #search-results {
    --columns: 4;
  }
}
#videos-collection {
  --gap: 24px;
  margin-bottom: 50px;
}
#videos-collection .main-video {
  padding: 15px;
  background: #FFFFFF;
  margin: var(--gap) 0;
}
#videos-collection .main-video h2 {
  font-weight: 700;
  color: #27a6cf;
  font-size: 1.25em;
}
#videos-collection .lec-video {
  padding: 15px;
  background: #FFFFFF;
  margin-bottom: 30px;
}
#videos-collection .lec-video h3 {
  font-size: 1.1em;
  margin: 8px 0;
  text-transform: uppercase;
  color: #27a6cf;
  font-weight: 700;
}
#videos-collection .lec-video h3 small {
  display: block;
  font-weight: 300;
}
@media only screen and (min-width: 602px) {
  #videos-collection {
    --columns: 3;
  }
  #videos-collection .flex-row.videos {
    gap: var(--gap);
    flex-wrap: wrap;
  }
  #videos-collection .flex-row.videos .lec-video {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  #videos-collection .flex-row.main-video {
    gap: var(--gap);
    align-items: flex-start;
  }
  #videos-collection .flex-row.main-video .player {
    width: 65%;
  }
  #videos-collection .flex-row.main-video .description {
    width: calc( 35% - var(--gap) );
  }
}
@media only screen and (min-width: 992px) {
  #videos-collection {
    --columns: 4;
  }
}
body.page-template-periode main {
  background: #FFFFFF;
}
body.page-template-periode main .intro {
  margin-bottom: 40px;
}
body.page-template-periode main .intro h2 {
  font-size: 2em;
  font-weight: 700;
  color: #27a6cf;
}
body.page-template-page-no-hero .white-content {
  padding: 20px;
  background: #FFFFFF;
  margin: 20px 0;
}
body.page-template-page-no-hero .white-content a.popup-vimeo img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 602px) {
  .flex-row.medium-flex {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .flex-row {
    display: flex;
  }
}
@media only screen and (max-width: 990px) {
  h1 {
    font-size: 4.5em;
  }
  h2 {
    font-size: 2.6em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 1.8em;
  }
  .home-hero {
    position: relative;
  }
  .home-hero img.mobile-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-intro {
    position: relative;
    padding: 20px;
    color: #FFFFFF;
    margin: 0 0 30px;
  }
  .home-intro h2.baseline {
    font-size: 16px;
    text-align: center;
  }
  .home-intro p.satisfaction {
    background: rgba(20, 180, 242, 0.7);
    padding: 15px 0 0;
    text-align: center;
  }
  .home-intro p.satisfaction strong {
    font-size: 1.5em;
    font-weight: 800;
  }
  .home-intro p.satisfaction strong,
  .home-intro p.satisfaction em {
    display: block;
    font-style: normal;
    line-height: 1.2em;
    padding: 0 15px;
  }
  .home-intro p.satisfaction span.more {
    display: block;
    padding: 10px 15px;
    background: #27a6cf;
    margin-top: 15px;
  }
  .readmore.mobile > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  }
  .readmore.mobile a.toggle {
    text-decoration: none;
  }
  .readmore.mobile a.toggle:after {
    font-family: 'fontawesome';
    content: "\f107";
    margin-left: .5em;
  }
  .readmore.mobile.expand > div {
    max-height: 1000px;
    transition: max-height 0.3s ease-in-out;
  }
  .readmore.mobile.expand a.toggle {
    opacity: .5;
  }
  .readmore.mobile.expand a.toggle:after {
    content: "\f106";
  }
  .post-content {
    max-width: 100%;
    overflow-x: auto;
  }
  .post-content table.tablepress {
    font-size: 11px;
  }
  .post-content table.tablepress th,
  .post-content table.tablepress td {
    padding: 10px 3px;
    vertical-align: top;
  }
}
.btn,
.bouton {
  display: inline-block;
  padding: 5px 12px;
  background: #27a6cf;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
}
.btn.red,
.bouton.red,
.btn.rouge,
.bouton.rouge {
  background: #e10000;
}
.btn:hover,
.bouton:hover {
  background: #218eb1;
}
.btn.red:hover,
.bouton.red:hover,
.btn.rouge:hover,
.bouton.rouge:hover {
  background: #f50000;
}
.post-content a.btn,
.post-content a.bouton {
  color: #FFFFFF;
  text-decoration: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
form input,
form textarea {
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #ddd;
  line-height: 40px;
  height: 40px;
  font-weight: 400;
  background: #f7f7f7;
  font-family: 'Roboto', sans-serif;
  border-radius: 4px;
}
form textarea {
  padding: 10px !important;
  line-height: 1.4em !important;
  height: auto !important;
  min-height: 7em;
}
form button {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #fff;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  background: #fff;
  cursor: pointer;
}
form button.btn {
  height: auto;
  line-height: 1.4em;
  padding: 15px 30px;
}
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="radio"],
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="checkbox"] {
  display: none;
}
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="radio"] + span,
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="checkbox"] + span {
  display: inline-block;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="radio"] + span:after,
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="checkbox"] + span:after,
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="radio"] + span:before,
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 3px;
}
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="radio"] + span:after,
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="checkbox"] + span:after {
  width: 12px;
  height: 12px;
  border: none;
  left: 3px;
  top: 6px;
}
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="radio"]:checked + span:after,
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="checkbox"]:checked + span:after {
  background: #27a6cf;
}
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="radio"]:checked + span span.icon,
form:not(#form-search-sejour):not(#lec-sejour-search):not(#inscrip) label input[type="checkbox"]:checked + span span.icon {
  color: #094679;
}
::placeholder {
  color: inherit;
  opacity: .75;
}
.toast {
  background: #e10000;
}
@media only screen and (min-width: 993px) {
  #toast-container {
    right: auto;
    left: 5%;
    top: 15%;
  }
  #toast-container .searchError {
    background: #ff0606;
  }
}
p.checkboxes {
  font-size: 13px;
}
p.checkboxes label {
  margin-right: 20px;
  cursor: pointer;
}
p.checkboxes label input[type="radio"],
p.checkboxes label input[type="checkbox"] {
  display: none;
}
p.checkboxes label input[type="radio"] + span,
p.checkboxes label input[type="checkbox"] + span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
p.checkboxes label input[type="radio"] + span:after,
p.checkboxes label input[type="checkbox"] + span:after,
p.checkboxes label input[type="radio"] + span:before,
p.checkboxes label input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
}
p.checkboxes label input[type="radio"] + span:after,
p.checkboxes label input[type="checkbox"] + span:after {
  width: 12px;
  height: 12px;
  border: none;
  left: 3px;
  top: 3px;
}
p.checkboxes label input[type="radio"]:checked + span:after,
p.checkboxes label input[type="checkbox"]:checked + span:after {
  background: #27a6cf;
}
#form-search-sejour .required legend .required {
  color: #e10000;
}
@media only screen and (min-width: 602px) {
  #form-search-sejour {
    width: 360px;
    margin: 10px 0;
    padding-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  #form-search-sejour .title {
    background: #094679;
    color: #FFFFFF;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
  }
  #form-search-sejour button[type="submit"] {
    background: #094679;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 600;
    border: none;
    display: block;
    padding: 4px 30px;
    height: auto;
    line-height: 1.4em;
    margin: 4px auto 0;
  }
  #form-search-sejour .columns {
    display: flex;
    gap: 0;
  }
  #form-search-sejour .columns fieldset {
    padding: 0;
    margin: 0;
    border: none;
  }
  #form-search-sejour .columns fieldset.error legend {
    color: #e10000;
  }
  #form-search-sejour .columns fieldset.period {
    width: 36%;
  }
  #form-search-sejour .columns fieldset.country {
    width: 37%;
  }
  #form-search-sejour .columns fieldset.age {
    width: 27%;
  }
  #form-search-sejour .columns fieldset:not(:last-child) {
    border-right: 1px solid #F3F3F3;
  }
  #form-search-sejour .columns fieldset legend {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 15px;
    padding: 2px 8px;
    background: #F3F3F3;
  }
  #form-search-sejour .columns fieldset.age label span {
    white-space: nowrap;
  }
  #form-search-sejour .columns fieldset input {
    height: auto;
    margin: 0;
  }
  #form-search-sejour .columns fieldset label {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    gap: 5px;
    padding: 0 7px;
    margin: 8px 0;
    line-height: 1em;
  }
  #form-search-sejour .columns fieldset label:last-child {
    margin-bottom: 0;
  }
}
body.home #form-search-sejour .title,
body.home #form-search-sejour button[type="submit"] {
  background: #e10000;
}
.lec-select-wrapper {
  position: relative;
  background-color: #FFFFFF;
  border: #FFFFFF 1px solid;
  overflow: hidden;
  margin: 15px 0;
}
.lec-select-wrapper:after {
  font-family: 'fontawesome';
  content: "\f107";
  position: absolute;
  color: #27a6cf;
  right: 10px;
  top: 8px;
}
.lec-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  color: #000000;
  background: #FFFFFF;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  height: auto;
  border: 0;
  margin: 0;
  padding: .75em 32px .75em .75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dr-page {
  --spacer: 30px;
}
#dr-page h1.page-title {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #27a6cf;
  margin: 0;
}
#dr-page p.required-label {
  font-size: 12px;
  margin: 30px 0;
}
#dr-page p.checkboxes {
  margin: 20px 0;
}
#dr-page .input-field {
  margin: var(--spacer) 0;
  position: relative;
}
#dr-page .input-field input {
  width: 100%;
}
#dr-page .input-field label {
  display: inline-block;
  color: #777;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 1em;
  line-height: 1em;
  transition: all 0.3s ease-in-out 0s;
}
#dr-page .input-field label .required {
  color: #e10000;
}
#dr-page .input-field label.active {
  top: -19px;
  left: 0;
  transform: scale(0.9);
}
#dr-page button[type="submit"] {
  background: #e10000;
  padding: 1em 2.5em;
  color: #FFFFFF;
  font-size: 1em;
  text-transform: uppercase;
  height: auto;
  transition: background 0.3s ease-in-out 0s;
}
#dr-page button[type="submit"]:hover {
  background: #cd0000;
}
@media only screen and (max-width: 600px) {
  #dr-page img.top-of-page {
    width: 160px;
    margin: 0 auto;
    display: block;
  }
  #dr-page button[type="submit"] {
    width: 100%;
  }
}
@media only screen and (min-width: 602px) {
  #dr-page .white-wrapper {
    gap: 30px;
    flex-direction: row-reverse;
  }
  #dr-page .white-wrapper .brochure-image {
    width: 40%;
  }
  #dr-page .white-wrapper .post-content {
    width: calc( 60% - 30px );
  }
}
@media only screen and (min-width: 992px) {
  #dr-page form .flex-row {
    gap: var(--spacer);
  }
  #dr-page form .flex-row > div {
    width: calc( 50% - var(--spacer) / 2 );
  }
  #dr-page form .flex-row > div.postcode {
    width: 160px;
  }
  #dr-page form .flex-row > div.city {
    width: calc( 100% - 160px - var(--spacer) );
  }
  #dr-page form .flex-row .input-field {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  #mobile-search {
    padding: 15px;
    background: rgba(0, 0, 0, 0.35);
    margin: 20px 0;
  }
  #mobile-search div.submit {
    padding: 15px;
    background: #e10000;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
  }
}
header.site-header {
  padding: 15px 0;
  background: #FFFFFF;
}
header.site-header .flex-row {
  gap: 30px;
  align-items: center;
}
header.site-header .logo {
  display: flex;
  gap: 15px;
  align-items: center;
}
header.site-header .logo img {
  margin-left: 0;
  display: block;
  width: 140px;
}
header.site-header .logo .site-title {
  font-size: 1.6em;
  margin: 0;
  display: block;
  color: #27a6cf;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
}
header.site-header .logo .site-title span,
header.site-header .logo .site-title small {
  display: block;
  text-transform: none;
}
header.site-header .logo .site-title span {
  margin: 5px 0;
}
header.site-header .logo .site-title small {
  font-size: .65em;
}
header.site-header .trustpilot-widget {
  width: 150px;
  height: 80px;
  margin: 0  auto;
}
header.site-header .label-nf-service {
  width: 80px;
  margin: 0 auto;
}
header.site-header .contact {
  text-align: right;
  margin: 0 0 0 auto;
  color: #27a6cf;
}
header.site-header .contact strong {
  display: block;
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1em;
  background: linear-gradient(45deg, #00a3da 0%, #ff9bc2 100%);
  padding: 6px 12px;
  border-radius: 6px;
  color: #FFFFFF;
}
header.site-header .contact .conseillers {
  text-transform: uppercase;
  display: block;
}
header.site-header .contact .espace-perso {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 602px) {
  header.site-header {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 990px) {
  header.site-header .logo .site-title {
    font-size: 1em;
  }
  header.site-header .sidenav-trigger {
    color: #27a6cf;
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  header.site-header.sticked {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  }
  header.site-header.sticked .site-title {
    display: none;
  }
  header.site-header .logo {
    display: block;
    width: calc( 100% - 80px );
    margin: 0 auto;
  }
  header.site-header .logo img {
    display: block;
    width: 90px;
    margin: 0 auto;
    height: auto;
  }
  header.site-header .logo .site-title {
    width: 100%;
    margin: 12px auto 0;
    text-align: center;
    line-height: .7em;
  }
  header.site-header .trustpilot-widget {
    margin-top: 15px;
  }
  header.site-header .alignwide {
    position: relative;
  }
  header.site-header .alignwide .sidenav-trigger {
    position: absolute;
    left: 0;
    top: 00px;
  }
  header.site-header .alignwide .espace-perso {
    font-size: 0;
    width: 36px;
    margin: 0 0 0 auto;
  }
  header.site-header .alignwide .espace-perso a {
    display: inline-block;
  }
  header.site-header .alignwide .espace-perso .fa {
    font-size: 14px;
    width: 24px;
    display: inline-block;
    line-height: 24px;
    background: #27a6cf;
    color: #FFFFFF;
    border-radius: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  #main-menu {
    background: #27a6cf;
    color: #FFFFFF;
    top: 0;
    z-index: 99;
    position: sticky;
    font-size: 14.5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease-in-out 0s;
  }
  #main-menu ul.nav {
    gap: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  #main-menu ul.nav > li {
    text-align: center;
    line-height: 120%;
    flex: 1;
    max-width: 180px;
    display: flex;
    align-items: center;
  }
  #main-menu ul.nav > li:not(:last-child) {
    border-right: 0.5px solid rgba(255, 255, 255, 0.33);
  }
  #main-menu ul.nav > li:nth-child(1) {
    max-width: 60px;
  }
  #main-menu ul.nav > li:nth-child(3),
  #main-menu ul.nav > li:nth-child(5) {
    min-width: 200px;
  }
  #main-menu ul.nav > li.brochure > a,
  #main-menu ul.nav > li.recherche > a {
    background: #094679;
  }
  #main-menu ul.nav > li > a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    transition: all 0.3s ease-in-out 0s;
  }
  #main-menu ul.nav > li > a:hover {
    background: #FFFFFF;
    color: #27a6cf;
  }
  #main-menu ul.nav > li.current-menu-ancestor > a,
  #main-menu ul.nav > li.current-menu-item:not(.home) > a {
    background: #FFFFFF;
    color: #27a6cf;
  }
  #main-menu ul.nav > li.home > a {
    font-size: 0;
  }
  #main-menu ul.nav > li.home > a:before {
    font-family: 'fontawesome';
    content: "\f015";
    font-size: 24px;
    opacity: .5;
  }
  #main-menu ul.nav > li.menu-item-has-children > .sub-menu {
    display: block;
    text-align: left;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 20px;
    top: calc( 2.4em + 11px );
    background: #fff;
    color: #27a6cf;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: all 0.3s ease-in-out 0s;
    transform: translateY(-10px);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  #main-menu ul.nav > li.menu-item-has-children:hover > .sub-menu {
    max-height: 1200px;
    opacity: 1;
    padding: 20px;
    transform: translateY(0);
  }
  /* mega-menus */
  #main-menu ul.nav > li.menu-item-has-children {
    --gap: 20px;
    /*
		* PAYS
		*/
    /*
		* HEBERGEMENT
		*/
    /*
		* BROCHURE
		*/
    /*
		* FORMULES
		*/
    /*
		* THEMES
		*/
    /*
		* A PROPOS
		*/
  }
  #main-menu ul.nav > li.menu-item-has-children:hover > a {
    background: #fff;
    color: #27a6cf;
  }
  #main-menu ul.nav > li.menu-item-has-children .sub-menu a {
    transition: all 0.3s ease-in-out 0s;
  }
  #main-menu ul.nav > li.menu-item-has-children .sub-menu a:hover {
    color: #e10000;
  }
  #main-menu ul.nav > li.menu-item-has-children .sub-menu li.promo a {
    font-size: 0;
    border: none;
  }
  #main-menu ul.nav > li.menu-item-has-children .sub-menu li.promo a:before {
    background-image: url('../../img/mega/test-quel-sejour.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2),
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) {
    --columns: 3;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li {
    text-transform: uppercase;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:first-child,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li:first-child {
    width: 100%;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:first-child a,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li:first-child a {
    font-size: 1.2em;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:first-child a:after,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li:first-child a:after {
    font-family: 'fontawesome';
    content: "\f105";
    margin-left: .5em;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:not(:first-child),
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li:not(:first-child) {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:not(:first-child) a,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li:not(:first-child) a {
    border-bottom: 1px solid #27a6cf;
    display: block;
    padding-bottom: 10px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:not(:first-child) a:before,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li:not(:first-child) a:before {
    display: block;
    content: "";
    width: 100%;
    height: 130px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.angleterre a:before {
    background-image: url('../../img/mega/angleterre.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.ecosse a:before {
    background-image: url('../../img/mega/ecosse.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.irlande a:before {
    background-image: url('../../img/mega/irlande.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.malte a:before {
    background-image: url('../../img/mega/malte.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.usa a:before {
    background-image: url('../../img/mega/usa.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.canada a:before {
    background-image: url('../../img/mega/canada.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.australie a:before {
    background-image: url('../../img/mega/australie.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.france a:before {
    background-image: url('../../img/mega/france.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.espagne a:before {
    background-image: url('../../img/mega/espagne.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li.allemagne a:before {
    background-image: url('../../img/mega/allemagne.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(8),
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(9),
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(10),
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(11) {
    --columns: 4;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(8) a,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(9) a,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(10) a,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(11) a {
    margin-bottom: 15px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li a {
    margin-bottom: 15px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li.college a:before {
    background-image: url('../../img/mega/college.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(3) .sub-menu > li.famille a:before {
    background-image: url('../../img/mega/famille.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(7) .sub-menu > li {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(7) .sub-menu > li:before {
    display: block;
    content: "";
    width: 60%;
    height: 260px;
    background: url('../../img/brochure-2025.jpg') no-repeat center center;
    background-size: contain;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(7) .sub-menu > li a {
    display: inline-block;
    padding: 20px 30px;
    background: #27a6cf;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(7) .sub-menu > li a:hover {
    background: #094679;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu {
    --columns: 3;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li > a {
    font-size: 1.2em;
    display: block;
    text-transform: uppercase;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li .sub-menu {
    padding: 0;
    margin: 10px 0;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li .sub-menu li a {
    display: block;
    padding: 6px 0;
    border-bottom: .5px solid #ddd;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(4) {
    width: 100%;
    margin-bottom: 15px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(4) a {
    display: inline-block;
    padding: 15px 30px;
    background: #e10000;
    color: #fff;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(4) a:after {
    font-family: 'fontawesome';
    content: "\f105";
    margin-left: .5em;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(1) > a,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(2) > a {
    border-bottom: 1px solid #27a6cf;
    padding-bottom: 10px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(1) > a:after,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(2) > a:after {
    font-family: 'fontawesome';
    content: "\f105";
    margin-left: .5em;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(3) > a {
    font-size: 0;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(1) > a:before,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(2) > a:before,
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(3) > a:before {
    display: block;
    content: "";
    width: 100%;
    height: 130px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(1) > a:before {
    background-image: url('../../img/mega/formules-college.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(4) > .sub-menu > li:nth-child(2) > a:before {
    background-image: url('../../img/mega/formules-famille.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu {
    --columns: 4;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu > li {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu > li > a {
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
    border-bottom: 1px solid #27a6cf;
    padding-bottom: 10px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu > li > a:after {
    font-family: 'fontawesome';
    content: "\f105";
    margin-left: .5em;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu > li > a:before {
    display: block;
    content: "";
    width: 100%;
    height: 130px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu > li:nth-child(1) > a:before {
    background-image: url('../../img/mega/themes-sport.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu > li:nth-child(2) > a:before {
    background-image: url('../../img/mega/danse.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu > li:nth-child(3) > a:before {
    background-image: url('../../img/mega/themes-prepa.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu > li:nth-child(4) > a:before {
    background-image: url('../../img/mega/themes-arts.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu .sub-menu {
    padding: 0;
    margin: 10px 0;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(5) > .sub-menu .sub-menu li a {
    display: block;
    padding: 6px 0;
    border-bottom: .5px solid #ddd;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu {
    --columns: 3;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li .sub-menu {
    padding: 0;
    margin: 10px 0;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li .sub-menu li a {
    display: block;
    padding: 6px 0;
    border-bottom: .5px solid #ddd;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li > a {
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
    border-bottom: 1px solid #27a6cf;
    padding-bottom: 10px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li > a:after {
    font-family: 'fontawesome';
    content: "\f105";
    margin-left: .5em;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li > a:before {
    display: block;
    content: "";
    width: 100%;
    height: 130px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li:nth-child(1) > a:before {
    background-image: url('../../img/mega/about-left-2.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li:nth-child(2) > a:before {
    background-image: url('../../img/mega/about-right.jpg');
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li:nth-child(3) > a {
    font-size: 0;
    border: none;
    padding: 0;
  }
  #main-menu ul.nav > li.menu-item-has-children:nth-child(6) > .sub-menu > li:nth-child(3) > a:before {
    background-image: url('../../img/mega/promo-faq.jpg');
  }
}
a.cd-top {
  --size: 48px;
  position: fixed;
  right: 25px;
  bottom: 100px;
  font-size: 14px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: var(--size);
  text-align: center;
  background: #094679;
  color: #FFFFFF;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0;
}
a.cd-top.is-visible {
  opacity: 1;
}
footer {
  background: #27a6cf;
  color: #FFFFFF;
  padding: 20px 0 0;
}
footer .keyword-search {
  margin-bottom: 20px;
}
footer .logo {
  display: block;
  width: 130px;
}
footer p {
  font-size: .85em;
}
footer p.has-icon {
  position: relative;
  padding-left: 2.25em;
}
footer p.has-icon .fa {
  position: absolute;
  left: 0;
  width: 1.5em;
  font-size: 1.5em;
  top: .1em;
}
footer p.has-icon.email .fa {
  font-size: 1.3em;
}
footer p.phone .autocall {
  display: block;
  font-size: 1.15em;
  font-weight: 600;
}
footer .baseline {
  margin-top: 5px;
}
footer .trustpilot-widget {
  margin: 20px 0;
}
footer .hiring a {
  display: flex;
  align-items: center;
}
footer .hiring a > * {
  width: 50%;
}
footer .hiring a img {
  object-fit: cover;
}
footer .hiring a .text {
  padding: 15px;
}
footer .hiring a .text .title {
  font-weight: 800;
}
footer .hiring a .text .subtitle {
  font-size: .85em;
}
footer .hiring a .text .button {
  font-size: .85em;
  padding: 4px 12px;
  background: #FFFFFF;
  color: #27a6cf;
  margin-top: 5px;
}
footer .brochure {
  margin: 20px 0;
}
footer .brochure a {
  display: flex;
  align-items: center;
}
footer .brochure a img {
  display: block;
  width: 40%;
  height: auto;
  margin: 0 10px;
}
footer .brochure a .button {
  font-size: .85em;
  padding: 4px 12px;
  background: #FFFFFF;
  text-align: center;
  color: #27a6cf;
}
footer .ce-login {
  display: block;
  text-align: center;
  background: #FFFFFF;
  color: #27a6cf;
  margin: 30px 0;
  padding: 8px;
  font-weight: 800;
  border-radius: 12px;
}
footer form.search-form {
  position: relative;
  width: 300px;
  max-width: 100%;
  background: #FFFFFF;
  border-radius: 28px;
}
footer form.search-form input[type="text"] {
  border: none;
  line-height: 28px;
  height: 28px;
  width: 100%;
  border-radius: 28px;
  padding: 0 15px;
  max-width: calc( 100% - 40px );
}
footer form.search-form button {
  padding: 0;
  line-height: 20px;
  height: auto;
  position: absolute;
  right: 8px;
  color: #27a6cf;
}
footer .payment-cards {
  background: #FFFFFF;
  margin-top: 40px;
  text-align: center;
  padding: 15px 0;
}
footer .payment-cards img {
  display: block;
  width: 240px;
  max-width: 80%;
  margin: 0 auto;
}
footer .privacy-policy {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #cccccc;
  background: #FFFFFF;
}
footer .menu {
  font-size: .85em;
  margin: 0;
}
footer .menu li {
  margin-bottom: .75em;
}
footer .menu .sub-menu {
  margin-top: .75em;
}
footer .menu > li.bold > a,
footer .menu > li:first-child > a,
footer .menu > li.menu-item-has-children > a {
  font-weight: 600;
}
@media only screen and (min-width: 602px) {
  footer .keyword-search form {
    margin-left: auto;
  }
  footer .footer-columns {
    --gap: 50px;
    --columns: 2;
    gap: 50px;
    flex-wrap: wrap;
  }
  footer .footer-columns .column {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  footer .footer-columns .column:not(:last-child) {
    position: relative;
  }
  footer .footer-columns .column:not(:last-child):after {
    display: block;
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: calc( var(--gap) * -.5 );
    background: rgba(255, 255, 255, 0.3);
  }
  footer ul.socials {
    margin: 30px 0 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  footer ul.socials li.blog a {
    display: block;
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #FFFFFF;
    color: #27a6cf;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
  }
  footer ul.socials li .fa {
    font-size: 40px;
  }
}
@media only screen and (max-width: 990px) {
  footer .footer-columns .column:nth-child(2):after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer-columns {
    --columns: 4;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding-bottom: 40px;
  }
  footer .hiring a {
    flex-direction: row-reverse;
    background: #FFFFFF;
    color: #27a6cf;
  }
  footer .hiring a .text .button {
    background: #27a6cf;
    color: #FFFFFF;
  }
  footer .payment-cards {
    padding-top: 20px;
  }
}
#mobile-nav {
  background: transparent;
  overflow: hidden;
  height: 100vh;
  width: 360px;
  max-width: 100%;
  padding-right: 60px;
}
#mobile-nav .wrapper {
  background: #27a6cf;
  color: #FFFFFF;
  height: 100vh;
  overflow-y: auto;
}
#mobile-nav .sidenav-close {
  font-size: 48px;
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 300;
  color: #FFFFFF;
}
#mobile-nav .call {
  text-align: center;
  padding: 10px 20px;
}
#mobile-nav .call strong,
#mobile-nav .call small {
  display: block;
  line-height: 1.4em;
}
#mobile-nav .call .label {
  text-transform: uppercase;
}
#mobile-nav .call strong {
  font-size: 1.5em;
  font-weight: 800;
}
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #218aad rgba(255, 255, 255, 0.4);
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: #cdebf5;
}
*::-webkit-scrollbar-thumb {
  background-color: #218aad;
}
#mobile-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#mobile-menu li a {
  display: block;
  padding: 10px 40px 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile-menu li.has-icon > a {
  position: relative;
  padding-left: 36px;
}
#mobile-menu li.has-icon > a:before {
  position: absolute;
  left: 10px;
  font-family: 'FontAwesome';
}
#mobile-menu li.has-icon.recherche > a:before {
  content: "\f002";
}
#mobile-menu li.has-icon.pays > a:before {
  content: "\f0ac";
}
#mobile-menu li.has-icon.hebergement > a:before {
  content: "\f19c";
}
#mobile-menu li.has-icon.sejours > a:before {
  content: "\f19d";
}
#mobile-menu li.has-icon.themes > a:before {
  font-family: 'Maki';
  content: "\e839";
}
#mobile-menu li.has-icon.about > a:before {
  content: "\f0a4";
}
#mobile-menu li.has-icon.brochure > a:before {
  font-family: 'Maki';
  content: "\e823";
}
#mobile-menu li.has-icon.testimonials > a:before {
  content: "\f005";
}
#mobile-menu li.has-icon.faq > a:before {
  content: "\f059";
}
#mobile-menu li.has-icon.client > a:before {
  content: "\f007";
}
#mobile-menu li.menu-item-has-children {
  position: relative;
}
#mobile-menu li.menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 24px;
  font-weight: 200;
}
#mobile-menu li.menu-item-has-children.open > a:after {
  content: "—";
}
#mobile-menu li.menu-item-has-children.open > .sub-menu {
  max-height: 1000px;
  transition: max-height 0.25s ease-in-out;
}
#mobile-menu li.menu-item-has-children .sub-menu {
  background: #1f84a4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
#mobile-menu li.menu-item-has-children .sub-menu li a {
  padding-left: 30px;
}
#mobile-menu li.menu-item-has-children .sub-menu li .sub-menu {
  background: #1b728f;
}
#mobile-menu li.menu-item-has-children .sub-menu li .sub-menu li a {
  padding-left: 60px;
}
div.cse-header {
  padding: 5px 0;
  background: #094679;
  color: #fff;
  font-size: 14px;
}
div.cse-header a.ce-logout {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
div.cse-header strong {
  font-weight: 800;
}
@media only screen and (min-width: 602px) {
  div.cse-header .alignwide {
    gap: 30px;
    align-items: center;
  }
  div.cse-header .alignwide a.ce-logout {
    margin-left: auto;
  }
}
@media only screen and (max-width: 990px) {
  header.site-header {
    transition: all 0.3s ease-in-out 0s;
  }
  header.site-header.sticked {
    position: fixed;
    width: 100%;
    top: -200px;
    z-index: 99;
  }
  header.site-header.sticked.down {
    top: 0;
  }
  header.site-header.sticked .trustpilot-widget {
    display: none;
  }
  header.site-header.sticked .site-title {
    display: none;
  }
  header.site-header.sticked .logo {
    display: block;
    height: 60px;
  }
  header.site-header.sticked .logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  header.site-header.sticked {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  header.site-header.sticked .logo {
    height: 40px;
  }
  .reminder-cta {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e10000;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
  .reminder-cta > li {
    text-align: center;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .reminder-cta > li:not(:last-child) {
    border-right: 0.5px solid #FFFFFF;
  }
  .reminder-cta:not(.dates) > li {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 602px) {
  #side-toolbar {
    margin: 0;
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 999;
  }
  #side-toolbar li {
    position: relative;
    margin: 5px 0;
  }
  #side-toolbar li .label,
  #side-toolbar li .hover {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 130%;
    width: 100px;
    height: 100px;
    background: #e10000;
    color: #FFFFFF;
  }
  #side-toolbar li .label {
    position: relative;
    z-index: 5;
    padding: 15px;
    line-height: 17px;
    font-size: 14px;
  }
  #side-toolbar li .label > span:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 auto 3px;
    background: url('../../img/brochure-icon.png') no-repeat center center;
    background-size: contain;
  }
  #side-toolbar li .hover {
    background: #FFFFFF;
    color: #000000;
    position: absolute;
    right: 100px;
    width: 280px;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out 0s;
    transform: translateX(400px);
  }
  #side-toolbar li .hover strong {
    font-weight: 600;
    color: #e10000;
    display: block;
  }
  #side-toolbar li:hover .hover {
    transform: translateX(0);
  }
  #side-toolbar li.contact .label > span:before {
    background-image: url('../../img/tel-icon.png');
  }
}
:root {
  --alignwide: 1280px;
}
.flickity-page-dots {
  --size: 16px;
  margin: 0;
  bottom: 30px;
}
.flickity-page-dots li:only-child {
  display: none;
}
.flickity-page-dots .dot {
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  background: #FFFFFF;
  margin: 0 calc( var(--size) / 4 );
}
@media only screen and (min-width: 992px) {
  .flickity-page-dots {
    --size: 24px;
  }
}
.modal .flickity-page-dots {
  --size: 14px;
}
.flickity-prev-next-button {
  background: rgba(39, 166, 207, 0.5);
}
.flickity-prev-next-button svg {
  fill: #fff;
  transform: scale(0.7);
}
.flickity-prev-next-button:hover {
  background: #27a6cf;
}
h1 .highlight,
h2 .highlight,
.title .highlight {
  background: rgba(39, 166, 207, 0.7);
  padding: .15em .25em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin: 0;
  color: #FFFFFF;
  text-shadow: 0.15em 0.15em 1em rgba(39, 166, 207, 0.7);
}
.page-hero {
  --height: 260px;
  position: relative;
  overflow: hidden;
  max-height: var(--height);
}
.page-hero .hero-slider {
  max-height: var(--height);
}
.page-hero img,
.page-hero .slide {
  display: block;
  width: 100%;
  height: auto;
}
.page-hero img {
  height: var(--height);
  width: 100%;
  object-fit: cover;
}
.page-hero .hero-title {
  position: absolute;
  z-index: 10;
  width: 90%;
  text-align: center;
  bottom: 100px;
  left: 5%;
}
.page-hero .hero-image {
  position: relative;
}
.page-hero .hero-image a.play-video {
  --size: 90px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 35%;
}
.page-hero .slide-title {
  color: #FFFFFF;
  font-size: 1.8em;
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}
.page-hero h1 {
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
  .page-hero .hero-title {
    bottom: 90px;
  }
  .page-hero .hero-title h1 {
    margin: 0 auto;
  }
  .page-hero .hero-image a.play-video {
    --size: 60px;
  }
}
@media only screen and (max-width: 990px) {
  .page-hero #form-search-sejour,
  .page-hero #mobile-search {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .page-hero {
    --height: 420px;
  }
  .page-hero .hero-title {
    left: 50%;
    width: 40%;
    text-align: left;
  }
  .page-hero .hero-title h1 {
    font-size: 2em;
  }
  .page-hero #form-search-sejour {
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-hero #form-search-sejour {
    left: calc( ( 100% - var(--alignwide) ) / 2 );
  }
  .page-hero .hero-title h1 {
    font-size: 2.5em;
  }
}
img.bg-image,
span.overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
a.read-more {
  display: inline-block;
  padding: 5px 15px;
  background: #27a6cf;
  color: #FFFFFF;
  transition: background 0.3s ease-in-out 0s;
}
a.read-more:hover {
  background: #094679;
}
.play-video {
  --size: 40px;
  display: block;
  position: relative;
}
.play-video img {
  display: block;
}
.play-video:after {
  display: block;
  width: var(--size);
  height: var(--size);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: calc( var(--size) / -2 );
  margin-top: calc( var(--size) / -2 );
  background: url('../../img/play-btn.svg') no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .play-video {
    --size: 60px;
  }
}
.discount-item {
  margin: 30px 0;
}
.discount-item img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.arguments {
  --gap: 40px;
  --columns: 2;
  margin: 40px 0;
}
.arguments .title {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  margin: 1.5em 0 1em;
}
.arguments .title strong {
  font-weight: 800;
}
.arguments ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
}
.arguments ul li {
  margin: 0;
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
.arguments ul li h4 {
  margin: 0;
  font-size: 1.1em;
  line-height: 130%;
  text-align: center;
}
.arguments ul li h4 span.icon {
  width: 90px;
  height: 50px;
  background: url(../../img/home/pictos-homepage.webp) no-repeat 0 0;
  display: block;
  margin: 0 auto 10px;
}
.arguments ul li.satisfaction h4 span.icon {
  background-position: -360px 0;
}
.arguments ul li.progres h4 span.icon {
  background-position: -270px 0;
}
.arguments ul li.professeurs h4 span.icon {
  background-position: -180px 0;
}
.arguments ul li.disponible h4 span.icon {
  background-position: -540px 0;
}
@media only screen and (min-width: 602px) {
  .arguments {
    --columns: 3;
  }
}
@media only screen and (min-width: 992px) {
  .arguments {
    --columns: 5;
  }
}
.mosaique-pays {
  --minHeight: 80px;
  --fontSize: 1.4vw;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--fontSize);
}
.mosaique-pays a {
  text-decoration: none;
}
.mosaique-pays > div {
  text-align: center;
}
.mosaique-pays > div .overlay {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0;
}
.mosaique-pays > div:not(.title) h3 {
  position: relative;
  color: #FFFFFF;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 300;
  transition: opacity 0.3s ease-in-out 0s;
}
.mosaique-pays > div a:hover h3,
.mosaique-pays > div a:hover h3:after,
.mosaique-pays > div a:hover .overlay {
  opacity: 1;
}
.mosaique-pays > div.title,
.mosaique-pays > div > a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: var(--minHeight);
}
.mosaique-pays > div.title > *,
.mosaique-pays > div > a > * {
  margin: 0 auto;
}
.mosaique-pays > div.country-0 {
  width: 28%;
}
.mosaique-pays > div.country-1,
.mosaique-pays > div.country-2,
.mosaique-pays > div.country-3 {
  width: 24%;
}
.mosaique-pays > div.country-4,
.mosaique-pays > div.title,
.mosaique-pays > div.country-5 {
  width: 33.3333%;
}
.mosaique-pays > div.country-6,
.mosaique-pays > div.country-7,
.mosaique-pays > div.country-8,
.mosaique-pays > div.country-9 {
  width: 25%;
}
.mosaique-pays > div.title h3 {
  font-size: 1.6em;
  line-height: 150%;
  color: #27a6cf;
}
.mosaique-pays > div.title strong {
  font-weight: 300;
  font-size: 1.8em;
  display: block;
  color: #000000;
}
@media only screen and (min-width: 602px) {
  .mosaique-pays {
    --minHeight: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .mosaique-pays {
    --minHeight: 225px;
    --fontSize: 16px;
  }
  .mosaique-pays > div:not(.title) h3:after {
    content: "En savoir plus";
    font-size: .4em;
    font-weight: 600;
    background: #27a6cf;
    line-height: 1rem;
    padding: 4px 8px;
    display: block;
    width: auto;
    transition: opacity 0.3s ease-in-out 0s;
    transition-delay: .3s;
    opacity: 0;
  }
}
.images-gallery-slider-wrapper {
  position: relative;
  margin: 20px 0;
}
.images-gallery-slider-wrapper img {
  display: block;
  width: 100%;
}
.images-gallery-slider-wrapper .title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.images-gallery-slider-wrapper .slide {
  width: 50%;
}
@media only screen and (min-width: 602px) {
  .images-gallery-slider-wrapper .title {
    font-size: 2em;
  }
  .images-gallery-slider-wrapper .slide {
    width: 33.3333%;
  }
}
.modal .modal-close:not(.btn) {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 200;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 36px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #FFFFFF;
}
#video-modal {
  background: #000;
}
#video-modal .modal-content {
  padding: 0;
}
.hebergement-intro {
  margin: 20px 0;
  background: #FFFFFF;
}
.hebergement-intro h2 {
  margin: 0;
  color: #27a6cf;
  font-weight: 300;
  font-size: 1.2em;
}
.hebergement-intro .text {
  padding: 20px;
}
@media only screen and (min-width: 602px) {
  .hebergement-intro .flex-row > div {
    width: 50%;
    align-items: center;
  }
}
.offre-hebergement {
  background: #FFFFFF;
  text-align: center;
}
.offre-hebergement h2 {
  font-size: 1.2em;
  color: #27a6cf;
  margin: 0 0 15px;
  font-weight: 600;
}
.offre-hebergement .countries-flags {
  margin-top: 0;
}
.offre-hebergement .title {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .offre-hebergement .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .offre-hebergement .title h2 {
    width: 60%;
    margin: 0;
  }
  .offre-hebergement .title span,
  .offre-hebergement .title .btn {
    width: 20%;
  }
}
.test-quel-sejour {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.test-quel-sejour img {
  display: block;
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.test-quel-sejour a {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background: rgba(39, 166, 207, 0.5);
  min-height: 100%;
  color: #FFFFFF;
  padding: 30px 0;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out 0s;
}
.test-quel-sejour a:hover {
  background: #27a6cf;
}
.test-quel-sejour a h4,
.test-quel-sejour a p {
  margin: 0;
  text-align: center;
  line-height: 1.6em;
  font-weight: 400;
}
.test-quel-sejour a h4 strong {
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
}
.customer-testimonial {
  margin: 20px 0;
  background: #FFFFFF;
}
.customer-testimonial picture,
.customer-testimonial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.customer-testimonial .quote {
  padding: 30px;
  text-align: center;
}
.customer-testimonial .quote p {
  margin: 0;
}
.customer-testimonial .quote p strong,
.customer-testimonial .quote p b {
  color: #27a6cf;
  font-weight: 400;
  font-size: 1.2em;
}
.customer-testimonial .quote p strong:after,
.customer-testimonial .quote p b:after,
.customer-testimonial .quote p strong:before,
.customer-testimonial .quote p b:before {
  font-family: 'fontawesome';
  content: "\f10d";
  color: #27a6cf;
  opacity: .4;
  font-size: 1.2em;
  line-height: 1rem;
  vertical-align: middle;
  margin: 0 .3em;
}
.customer-testimonial .quote p strong:after,
.customer-testimonial .quote p b:after {
  content: "\f10e";
}
.customer-testimonial .quote p em,
.customer-testimonial .quote p .author {
  color: #666;
  display: block;
  margin-top: 8px;
}
@media only screen and (min-width: 602px) {
  .customer-testimonial .quote {
    width: 60%;
  }
  .customer-testimonial .portrait {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .customer-testimonial picture,
  .customer-testimonial img {
    aspect-ratio: 2;
  }
}
.white-wrapper {
  padding: 20px;
  background: #FFFFFF;
  margin: 20px 0;
}
#gallery-modal {
  width: 640px;
  max-width: 80%;
  background: #FFFFFF;
}
#gallery-modal .region-gallery {
  position: relative;
  padding-bottom: 40px;
}
#gallery-modal .region-gallery .flickity-page-dots {
  bottom: 0;
}
#gallery-modal .region-gallery .flickity-page-dots .dot {
  background: #27a6cf;
}
#gallery-modal .region-gallery .slide {
  width: 100%;
}
#gallery-modal .region-gallery .slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1.57142857;
  object-fit: cover;
  border-radius: 4px;
}
#gallery-modal .region-gallery .slide .legend {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px 0 4px 0;
  padding: 2px 10px 2px 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}
.tooltipped {
  position: relative;
  cursor: pointer;
}
.tooltipped:after,
.tooltipped:before {
  opacity: 0;
  transform: translateY(-10px) scale(0);
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}
.tooltipped:hover:after,
.tooltipped:hover:before {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.tooltipped:before {
  content: attr(data-tooltip);
  padding: 5px 6px;
  background: #094679;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  line-height: 1.3em;
  width: 200px;
  border-radius: 3px;
  position: absolute;
  bottom: 1.5em;
  z-index: 999;
  left: -100px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.tooltipped:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #094679 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .presse .image img {
    width: 160px;
    display: block;
    margin: 0 auto;
  }
}
#sidebar.brochure-confirm {
  margin: 20px 0;
}
#sidebar.brochure-confirm a.facebook {
  display: flex;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  gap: 10px;
  line-height: 1.2em;
  margin: 0 0 20px;
}
#sidebar.brochure-confirm a.facebook .fa {
  font-size: 40px;
  color: #094679;
}
#sidebar.brochure-confirm h3 {
  font-weight: 400;
  color: #000000;
  font-size: 1em;
  margin: 30px 0;
}
#sidebar.brochure-confirm img.logo-lec {
  display: block;
  margin: 20px auto;
  width: 120px;
}
#sidebar.brochure-confirm img.recycle {
  display: block;
  margin: 50px auto 20px;
}
@media only screen and (min-width: 992px) {
  .presse .flex-row {
    gap: 20px;
    align-items: center;
  }
  .presse .flex-row .image {
    width: 25%;
  }
  .presse .flex-row .image img {
    display: block;
    margin: 0 auto;
  }
  .presse .flex-row .description {
    width: calc( 75% - 20px );
  }
}
.countries-flags {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
  padding: 15px;
  background: #FFFFFF;
  margin: 20px 0;
}
.countries-flags .label,
.countries-flags a,
.countries-flags img {
  display: block;
  margin: 0 auto;
}
.countries-flags .label {
  text-align: center;
  padding-top: 2px;
  font-size: 10px;
}
.countries-flags img {
  width: 60px;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.countries-flags a {
  color: #27a6cf;
  text-decoration: none;
}
.countries-flags a:hover {
  color: #e10000;
}
.lec-blocks {
  margin: 20px 0 40px;
}
.lec-blocks strong {
  font-weight: 800;
}
.lec-blocks .block-row {
  margin: 20px 0;
  background: #FFFFFF;
}
.lec-blocks .block-row h2,
.lec-blocks .block-row h3,
.lec-blocks .block-row h4 {
  font-weight: 400;
  margin: 0;
  font-size: 1.5em;
}
.lec-blocks .block-row > div {
  position: relative;
}
.lec-blocks .block-row > div *:first-child {
  margin-top: 0;
}
.lec-blocks .block-row ul,
.lec-blocks .block-row ol {
  margin: 1em 0;
  list-style: none;
  padding: 0;
}
.lec-blocks .block-row ul li,
.lec-blocks .block-row ol li {
  margin: .75em 0;
  padding-left: 1.15em;
  position: relative;
}
.lec-blocks .block-row ul li:before,
.lec-blocks .block-row ol li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: .15em;
  color: #27a6cf;
  opacity: .5;
  line-height: 1rem;
  font-size: 2em;
}
.lec-blocks .block-row .temoignages p {
  font-size: 14px;
  margin: 15px 0;
}
.lec-blocks .block-row .temoignages p strong,
.lec-blocks .block-row .temoignages p b {
  color: #27a6cf;
  font-weight: 400;
}
.lec-blocks .block-row .temoignages p strong:after,
.lec-blocks .block-row .temoignages p b:after,
.lec-blocks .block-row .temoignages p strong:before,
.lec-blocks .block-row .temoignages p b:before {
  font-family: 'fontawesome';
  content: "\f10d";
  color: #27a6cf;
  opacity: .4;
  font-size: 1.2em;
  line-height: 1rem;
  vertical-align: middle;
  margin: 0 .3em;
}
.lec-blocks .block-row .temoignages p strong:after,
.lec-blocks .block-row .temoignages p b:after {
  content: "\f10e";
}
.lec-blocks .block-row .temoignages p em {
  color: #666;
  display: block;
  margin-top: 8px;
}
.lec-blocks .block-row img {
  display: block;
}
.lec-blocks .block-row img.fill-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lec-blocks .block-row .inner-text {
  position: relative;
  padding: 30px;
  color: #FFFFFF;
  min-height: 100%;
  text-transform: uppercase;
}
.lec-blocks .block-row .inner-text > * {
  position: relative;
}
.lec-blocks .block-row .inner-text:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(39, 166, 207, 0.7);
}
.lec-blocks .block-row.blue_half .text,
.lec-blocks .block-row.blue_half .inner-text {
  color: #fff;
}
.lec-blocks .block-row.blue_half .text h2,
.lec-blocks .block-row.blue_half .inner-text h2 {
  color: inherit;
}
.lec-blocks .block-row.blue_half .col-2 {
  background: #27a6cf;
  color: #FFFFFF;
  padding: 40px;
}
.lec-blocks .block-row.blue_half .col-2 ul li:before,
.lec-blocks .block-row.blue_half .col-2 ol li:before {
  color: #FFFFFF;
}
.lec-blocks .block-row.right_image_half .col-1 {
  padding: 20px;
}
.lec-blocks .block-row.right_image_half h2 {
  color: #27a6cf;
}
.lec-blocks .block-row.left_image h2 {
  color: #27a6cf;
}
.lec-blocks .block-row.bloc_third > div {
  padding: 20px;
}
.lec-blocks .block-row.bloc_third h2 {
  color: #27a6cf;
}
.lec-blocks .block-row.twins > div {
  padding: 20px;
}
.lec-blocks .block-row.twins .col-1 {
  background: #27a6cf;
  color: #FFFFFF;
}
.lec-blocks .block-row.twins .col-1 a {
  color: #FFFFFF;
}
.lec-blocks .block-row.twins .col-1 .text,
.lec-blocks .block-row.twins .col-1 .inner-text {
  color: #FFFFFF;
}
.lec-blocks .block-row.twins .col-1 .text h2,
.lec-blocks .block-row.twins .col-1 .inner-text h2 {
  color: inherit;
}
.lec-blocks .block-row.twins .col-2 {
  background: #FFFFFF;
}
.lec-blocks .block-row.twins .col-2 h2 {
  color: #27a6cf;
}
.lec-blocks .block-row.twins .col-1,
.lec-blocks .block-row.twins .col-2 {
  position: relative;
}
.lec-blocks .block-row.twins .col-1 img.twin-img,
.lec-blocks .block-row.twins .col-2 img.twin-img {
  position: absolute;
  width: 100%;
  height: 360px;
  left: 0;
  object-fit: cover;
}
.lec-blocks .block-row.twins .col-1 {
  padding-top: 400px;
}
.lec-blocks .block-row.twins .col-1 img.twin-img {
  top: 0;
}
.lec-blocks .block-row.twins .col-2 {
  padding-bottom: 400px;
}
.lec-blocks .block-row.twins .col-2 img.twin-img {
  bottom: 0;
}
@media only screen and (min-width: 602px) {
  .lec-blocks .flex-row {
    align-items: center;
  }
  .lec-blocks .flex-row > div {
    width: 50%;
  }
  .lec-blocks .flex-row.blue_half {
    align-items: stretch;
    flex-direction: row-reverse;
  }
  .lec-blocks .flex-row.blue_half .inner-text {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .lec-blocks .flex-row.right_image_half {
    align-items: stretch;
  }
  .lec-blocks .flex-row.left_image {
    align-items: stretch;
  }
  .lec-blocks .flex-row.left_image .col-1 {
    width: 33%;
    position: relative;
  }
  .lec-blocks .flex-row.left_image .col-1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lec-blocks .flex-row.left_image .col-2 {
    width: 67%;
    padding: 20px 40px;
  }
  .lec-blocks .flex-row.twins {
    background: transparent;
    gap: 20px;
    align-items: flex-start;
  }
  .lec-blocks .flex-row.bloc_third {
    align-items: flex-start;
  }
  .lec-blocks .flex-row.bloc_third .col-1 {
    width: 67%;
  }
  .lec-blocks .flex-row.bloc_third .col-2 {
    width: 33%;
  }
}
@media only screen and (max-width: 600px) {
  .lec-blocks .flex-row.left_image .col-1 img {
    width: 100%;
    aspect-ratio: 1.33333333;
    object-fit: cover;
  }
  .lec-blocks .flex-row.left_image .col-2 {
    padding: 20px;
  }
}
.theme-categories-blocks {
  margin-bottom: 30px;
}
.theme-categories-blocks a {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.theme-categories-blocks a:hover .overlay {
  opacity: 1;
}
.theme-categories-blocks a img {
  display: block;
  width: 100%;
  height: auto;
}
.theme-categories-blocks a .overlay {
  display: block;
  height: 75%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0;
}
.theme-categories-blocks a .title {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 25%;
  padding: 0 25px;
  line-height: 1.25em;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-weight: 800;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.theme-categories-blocks a .play {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  background: url('../../img/play-light.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: calc( 50% - 20px );
  top: calc( 50% - 20px );
}
@media only screen and (min-width: 602px) {
  .theme-categories-blocks {
    --gap: 20px;
    --columns: 2;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap);
  }
  .theme-categories-blocks.sub-themes {
    --columns: 3;
  }
  .theme-categories-blocks a {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
}
@media only screen and (min-width: 992px) {
  .theme-categories-blocks {
    --columns: 4;
  }
  .theme-categories-blocks.sub-themes {
    --columns: 5;
  }
}
body.single-formule .theme-categories-blocks {
  --gap: 20px;
  --columns: 2;
  flex-wrap: wrap;
  gap: var(--gap);
}
body.single-formule .theme-categories-blocks a {
  margin: 0;
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
body.single-formule .theme-categories-blocks a .title {
  font-weight: 600;
  font-size: .8em;
}
@media only screen and (min-width: 602px) {
  body.single-formule .theme-categories-blocks {
    --columns: 3;
  }
}
@media only screen and (min-width: 992px) {
  body.single-formule .theme-categories-blocks {
    --columns: 5;
  }
}
#sidebar .related-stays {
  margin-bottom: 30px;
}
#sidebar .related-stays h3 {
  text-transform: uppercase;
  color: #e10000;
  font-size: 1.05em;
  line-height: 1.2em;
  display: flex;
  margin: 20px 0;
  gap: 10px;
}
#sidebar .related-stays h3 .icon {
  width: 36px;
  font-size: 36px;
}
#sidebar .related-stays h3 strong {
  display: block;
  font-weight: 600;
  width: calc( 100% - 36px - 10px );
}
.mini-sejour a,
ul.formula-flags li a {
  display: flex;
  gap: 10px;
  padding: 5px;
  align-items: center;
  background: #FFFFFF;
  margin: 15px 0;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out 0s;
  color: #27a6cf;
}
.mini-sejour a:hover,
ul.formula-flags li a:hover {
  color: #e10000;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.mini-sejour a .thumbnail,
ul.formula-flags li a .thumbnail {
  width: 50px;
  position: relative;
}
.mini-sejour a .thumbnail img,
ul.formula-flags li a .thumbnail img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: cover;
}
.mini-sejour a .thumbnail img.flag,
ul.formula-flags li a .thumbnail img.flag {
  width: 40px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.mini-sejour a h4,
ul.formula-flags li a h4,
.mini-sejour a .label,
ul.formula-flags li a .label {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
  margin: 0;
}
.mini-sejour a .fa,
ul.formula-flags li a .fa {
  font-size: 30px;
  color: #666;
  width: 38px;
  text-align: center;
  margin: 0 0 0 auto;
}
.featured-stays .featured {
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.featured-stays .featured .more {
  width: 100%;
  margin: auto 0 0;
}
.featured-stays .featured .more a,
.featured-stays .featured .more span {
  display: block;
  padding: 10px;
  background: #27a6cf;
  text-align: center;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transition: background 0.3s ease-in-out 0s;
}
.featured-stays .featured .more a:hover,
.featured-stays .featured .more span:hover {
  background: #e10000;
}
.featured-stays .featured img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.59259259;
}
.featured-stays .featured .thumbnail {
  display: block;
  position: relative;
}
.featured-stays .featured .thumbnail svg {
  width: 50px;
  height: auto;
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 4px;
}
.featured-stays .featured .data {
  padding: 10px 15px 20px;
}
.featured-stays .featured .data .country {
  text-transform: uppercase;
  margin-bottom: .1em;
  font-weight: 600;
}
.featured-stays .featured .data .formula {
  color: #27a6cf;
  margin-bottom: 0;
  line-height: 1.2em;
}
.featured-stays .featured .data .hebergement,
.featured-stays .featured .data .cours {
  margin: 5px 0;
  font-size: 13px;
  line-height: 18px;
}
.featured-stays .featured .data .hebergement strong,
.featured-stays .featured .data .cours strong {
  font-weight: 800;
}
.featured-stays .featured .data .has-icon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.featured-stays .featured .data .has-icon .icon {
  font-size: 26px;
}
.featured-stays .featured .data .has-icon .icon.icon-family {
  color: #094679;
}
.featured-stays .featured .data .has-icon .icon.icon-college {
  color: #860722;
}
.featured-stays .featured .data .has-icon .icon.icon-course {
  color: #27a6cf;
}
.featured-stays .featured .data .price {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0;
  color: #27a6cf;
}
.featured-stays .featured .data .price .from {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
.featured-stays .featured .data .price .from strong {
  color: #094679;
  display: block;
}
.featured-stays .featured .data .price .value {
  font-size: 30px;
  font-weight: 600;
}
.sejour-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 15px;
}
.sejour-card img {
  display: block;
  max-width: 100%;
  aspect-ratio: 1.75;
  height: auto;
  cursor: pointer;
}
.sejour-card .title {
  font-size: 1.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 12px 0;
  color: #094679;
}
.sejour-card .subtitle {
  font-size: .85em;
  color: #27a6cf;
  margin-bottom: 15px;
}
.sejour-card .subtitle b {
  display: block;
  font-weight: 600;
  color: #27a6cf;
}
.sejour-card .cta {
  margin: auto 0 0;
}
.sejour-card .cta .btn {
  cursor: pointer;
}
.formula-flags li a img {
  width: 50px;
  display: block;
  height: auto;
}
