/*-----------------------------------------------------------------------------------*/
/*  IMPORTS
/*-----------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400&display=swap");
@import "basic.css";
/*-----------------------------------------------------------------------------------*/
/*  VARIABLES
/*-----------------------------------------------------------------------------------*/

:root {
  --main-txt-color: #7a7a7a;
  --darker-txt-color: #616161;
  --lighter-txt-color: #cacaca;
  --main-border-color: #e3e3e3;
  --main-padding: 15px;
  --menu-height: 54px;
  --difficult-black: #2c2c2c;
  --dark-black: #101010;
  --intermediate-red: #f24747;
  --orange: #f29747;
  --yellow: #f2d25b;
  --easy-green: #47f29d;
  --link-txt-color: #3f8dbf;
  --light-blue: #78c2f1;
}

.no-mobile,
.desktop-only,
.tablet-mini,
.desktop-mini {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  GENERAL
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: var(--main-txt-color);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 2em;
  text-align: center;
  font-size: 0.85em;
}

header,
nav,
footer,
section,
.container {
  width: 100%;
  float: left;
}

section {
  padding: 2em 0em 2em 0em;
}

.clearfix {
  clear: both;
  width: 100%;
  float: left;
}

.divide10,
.divide20,
.divide30,
.divide50 {
  width: 100%;
  float: left;
}

.divide10 {
  height: 20px;
}

.divide20 {
  height: 20px;
}

.divide30 {
  height: 30px;
}

.divide50 {
  height: 50px;
}

.main {
  width: 100%;
  line-height: 2em;
  margin-top: var(--menu-height);
  clear: both;
  min-height: 600px;
}

.content {
  width: 96%;
  max-width: 984px;
  margin: 0 auto;
  position: relative;
}

.anchor {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  top: -55px;
  visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  BACKGROUND
/*-----------------------------------------------------------------------------------*/
.light-wrapper {
  background: #fff;
  border-bottom: 1px solid var(--main-border-color);
}

.dark-wrapper {
  background: #f9f9f9;
  border-bottom: 1px solid var(--main-border-color);
}

.black-wrapper {
  background: var(--difficult-black);
  color: var(--lighter-txt-color);
}

.dark-black-wrapper {
  background: var(--dark-black);
  color: white;
}

.topographic-map-wrapper {
  background-image: url(../img/parallax/topographic-map.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

.black-wrapper .section-title h2 {
  color: var(--lighter-txt-color);
}

.black-wrapper .section-title .icon:before,
.black-wrapper .section-title .icon:after {
  border-color: #636363;
}

.black-wrapper .section-title .icon {
  color: var(--lighter-txt-color);
}

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
a.btn,
a:hover.btn,
.btn {
  background: #f9f9f9 !important;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  color: var(--main-txt-color) !important;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  font-weight: 800;
  font-size: 13px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
}

a.btn.soldout,
a:hover.btn.soldout {
  border-color: var(--intermediate-red);
  background: var(--intermediate-red) !important;
  color: white !important;
}

.black-wrapper a.btn,
.dark-wrapper a.btn {
  background: #fff !important;
}

/*-----------------------------------------------------------------------------------*/
/*  LINKS
/*-----------------------------------------------------------------------------------*/

a,
a:visited,
a:focus,
a:hover {
  color: var(--link-txt-color);
  outline: 0;
  cursor: pointer;
}

b {
  color: var(--darker-txt-color);
}

a,
a:visited,
a:focus,
h2 a,
h2 a:hover,
h2 a:visited,
h3 a,
h3 a:hover,
h3 a:visited,
aside a,
aside a:hover,
aside a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

/*-----------------------------------------------------------------------------------*/
/*  TEXT
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h5,
h6 {
  color: var(--darker-txt-color);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h5 a,
h5 a:visited,
h5 a:focus,
h5 a:hover {
  color: var(--main-txt-color);
}

h5.blue a,
h5.blue a:visited,
h5.blue a:focus,
h5.blue a:hover {
  color: var(--link-txt-color);
}

h1 {
  float: left;
  font-size: 2em;
  line-height: 1.3em;
  text-align: left;
  width: 100%;
}

h2 {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 0;
}

h2 span {
  font-size: 1.2em;
  font-weight: 700;
}

h3 {
  line-height: 1.5em;
}

h5 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

aside h6:not(:first-child) {
  margin-top: 1em;
}

p {
  line-height: 1.7em;
}

ul {
  padding-inline-start: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/

nav {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 3px #707070;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  float: left;
  font-size: 1.75em;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100vw;
  z-index: 100;
}

/* HEADER */
nav header {
  background-color: #222;
  border-bottom: solid thin #111;
  color: #ffffff;
  float: left;
  line-height: 1em;
  box-sizing: border-box;
  font-size: 0.85em;
  padding-bottom: 0.8em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.8em;
  width: 100%;
  display: none;
}

.header-contact,
.header-promo,
.header-langage {
  display: table-cell;
}

.header-promo {
  width: 65%;
  font-size: 1.2em;
  font-family: Iowan Old Style, Baskerville, Times New Roman, serif;
  letter-spacing: 0.5px;
}

.header-contact {
  width: 25%;
  text-align: left;
  float: left;
}

.header-promo {
  text-align: center;
  float: left;
  padding-top: 3px;
}

.header-promo b {
  color: white;
}

.header-contact a,
.header-promo a {
  margin-right: 0.5em;
  margin-top: 2px;
  float: left;
}

.header-contact img {
  height: 12px;
}

.header-contact a:first-child {
  margin-right: 1.5em;
  margin-top: 3px;
  vertical-align: text-top;
}

.header-contact a:not(:first-child) {
  display: none;
}

.header-promo a {
  vertical-align: text-top;
  float: none;
}

.header-langage {
  width: 10%;
  text-align: right;
  float: right;
  padding-top: 3px;
}

.header-langage a {
  margin-left: 5px;
}

.footer-langage {
  position: fixed;
  right: 6px;
  bottom: -36px;
  z-index: 1000;
  animation: appear 0.5s forwards;
  animation-delay: 0.5s;
}

.footer-langage a {
  font-size: 80%;
  background: black;
  padding: 0.25em 1em;
  float: left;
  color: white;
  margin-left: 5px;
  border: 1px solid black;
  box-shadow: 0 0 3px #000;
}

.footer-langage a:hover,
.footer-langage a.active {
  background: white;
  color: black;
  border: 1px solid black;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* WHATSAPP */
@keyframes appear {
  from {
    bottom: -16px;
  }
  to {
    bottom: 16px;
  }
}

.btn-whatsapp,
.btn-whatsapp:visited {
  position: fixed;
  bottom: -36px;
  left: 6px;
  z-index: 1000;
  animation: appear 0.5s forwards;
  animation-delay: 0.75s;
}

/* WHATSAPP */
.btn-whatsapp i,
.btn-whatsapp:visited i,
.btn-whatsapp .whatsapp-image {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background-color: black;
  color: #fff;
  text-align: center;
  font-size: 25px;
  position: relative;
  overflow: hidden;
}

.btn-whatsapp .french span {
  font-size: 0.9em;
}

.btn-whatsapp i {
  padding-top: 5px;
}

.btn-whatsapp i.fa-question {
  font-size: 20px;
  padding-top: 7px;
}

.btn-whatsapp img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.btn-whatsapp span {
  background-color: white;
  color: black;
  margin-left: 0.5em;
  padding: 0.25em 0.75em;
}

.btn-whatsapp i,
.btn-whatsapp .whatsapp-image,
.btn-whatsapp span {
  float: left;
  box-shadow: 0 0 3px #999;
}

/* RESPONSIVE MENU */
nav.down header {
  display: none;
}

nav.down .content {
  padding: 0.15em 0 0.15em 0;
}

nav.down .logo {
  height: 25px;
  margin-top: 10px;
}

nav.down ul.others {
  line-height: 25px;
}

nav .content {
  padding: 0.25em 0 0.25em 0;
  position: relative;
  clear: both;
  display: table;
  z-index: 2000;
}

.nav-mobile {
  display: inline-block;
  line-height: 2em;
  font-size: 2em;
  font-size: 22px;
  float: right;
  margin-right: 2%;
  color: black;
}

.logo {
  background-image: url("../img/logo/sccc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: table-cell;
  float: left;
  opacity: 90%;
  width: 25%;
  height: 25px;
  margin-top: 10px;
}

.logo.white {
  background-image: url("../img/logo/sccc-white.svg");
}

.nav ul {
  display: none;
  width: 100%;
  text-align: left;
  float: right;
  margin: 0;
  padding: 0;
}

.nav ul.mobile {
  margin-top: 0.5em;
  font-size: 85%;
  width: 100%;
  float: left;
  height: calc(90vh - 50px);
  overflow-y: scroll;
  font-family: "Open Sans Condensed", sans-serif;
}

.nav ul li ul {
  display: block;
  margin-top: 0;
  list-style: none;
  width: 100%;
  font-size: 95%;
  padding-left: 1em;
  font-weight: 700;
}

nav li {
  width: 100%;
  float: left;
  margin-top: 0.25em;
}
nav ul.mobile li {
  margin-top: 1em;
  padding-left: 0.5em;
}
nav ul.mobile li.first {
  margin-top: 0.25em;
}

nav li:last-child {
  margin-bottom: 1em;
}

nav a:hover {
  text-decoration: none;
}

nav ul a,
nav ul a:visited {
  color: #333333;
}

nav ul.mobile li {
  color: #333;
  border-bottom: 1px solid #999;
}
nav ul.mobile li.live a,
nav ul li.live a,
nav ul li.live a:visited {
  color: white;
  background-color: var(--intermediate-red);
  padding: 1px 3px;
  border-radius: 2px;
  float: left;
}
nav ul.mobile li.live a {
  padding: 1px 8px;
}
nav ul.mobile li:last-child {
  padding-bottom: 40px;
  border-bottom: none;
}
nav ul.mobile li li:last-child,
nav ul.mobile li li {
  border-bottom: none;
  margin-top: 0.5em;
  padding-bottom: 0;
}
nav ul li a,
nav ul li a:visited {
  color: black;
}

nav header a,
nav header a:visited {
  color: #ffffff;
}

/* SECTION */

.unfound {
  min-height: 70vh;
}

.home {
  margin-top: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  BLOCS
/*-----------------------------------------------------------------------------------*/

.deux-blocs,
.trois-blocs,
.quatre-blocs,
.cinq-blocs,
.six-blocs,
.seven-blocs,
.eight-blocs,
.nine-blocs,
.ten-blocs {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  min-height: 1px;
}

.eight-blocs {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
}

.eight-blocs:nth-of-type(4n) {
  margin-right: 0;
}

.seven-blocs {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
}

.contact .eight-blocs {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
}

.contact .eight-blocs:nth-of-type(3n + 3) {
  margin-right: 0;
}

.nine-blocs,
.ten-blocs {
  width: calc(97% / 4);
  margin-right: 1%;
}

.nine-blocs:nth-of-type(4n),
.ten-blocs:nth-of-type(4n) {
  margin-right: 0;
}

.figures .nine-blocs {
  width: calc(100% / 3 - 6px);
  margin-right: 9px;
}

.figures .nine-blocs:nth-of-type(3n),
.seven-blocs:nth-of-type(3n) {
  margin-right: 0;
}

.seven-blocs:last-child {
  display: none;
}

/*
.deux-colonnes,
.deux-colonnes-big,
.deux-colonnes-small {
  width: 50%;
  display: table-cell;
  margin-bottom: 1em;
  margin-bottom: 1vw;
  direction: ltr;
}

.deux-colonnes-text-second {
  direction: rtl;
}

.deux-colonnes-big {
  width: 52%;
}

.deux-colonnes-small {
  width: 48%;
}

.deux-colonnes-left {
  text-align: left;
  padding-right: 1em;
  box-sizing: border-box;
}

.deux-colonnes-right {
  text-align: right;
  padding-left: 1em;
  box-sizing: border-box;
}*/

/*-----------------------------------------------------------------------------------*/
/*  PAGE TITLE
/*-----------------------------------------------------------------------------------*/

section.page-title {
  margin: 0;
  padding: 0;
  min-height: var(--menu-height);
}
.page-title h1,
.page-title h6 {
  text-align: left;
  font-size: 1.3em;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  padding-top: 1.25em;
  padding-bottom: 1em;
}
.page-title h1.francais {
  font-size: 1em;
}
.page-title h1 span {
  font-size: 0.8em;
  text-transform: none;
  font-weight: 100;
}
.page-title h1.camp,
.page-title .news h1 {
  line-height: 1.2em;
  padding: 0.75em 0 0.75em 0;
}
.page-title .btn {
  float: right;
  margin-top: 4vw;
}
.page-title .btn.closed {
  font-size: 60%;
  padding: 10px 15px;
}

.image-caption .btn,
.image-caption a:hover.btn {
  float: right;
  font-size: 0.8em;
  padding: 3px 6px;
  margin-top: 4px;
  position: absolute;
  right: 0.9em;
}

.image-caption .btn .mobile-only,
.image-caption a:hover.btn .mobile-only {
  font-size: 1.8em;
}

.image-caption h3 {
  line-height: 1em;
}

/*-----------------------------------------------------------------------------------*/
/*  SECTION TITLE
/*-----------------------------------------------------------------------------------*/

.section-title {
  text-align: center;
  color: var(--darker-txt-color);
  margin-bottom: 1em;
}
.section-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  color: var(--difficult-black);
  line-height: 1em;
  font-weight: 600;
  font-family: "Open Sans Condensed", sans-serif;
}

.section-title .icon {
  display: none;
  color: var(--difficult-black);
  font-size: 1.3em;
  line-height: 21px;
  margin: 0 auto;
  position: relative;
  width: 150px;
}

.section-title .icon:before,
.section-title .icon:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid var(--difficult-black);
  position: absolute;
  top: 0.5em;
  width: 50px;
}

.section-title .icon:before {
  left: 0;
}

.section-title .icon:after {
  right: 0;
}

.section-title p {
  margin-top: 0.5em;
}

.lead,
.flights {
  font-weight: 500;
  /* font-size: 1em;*/
  margin-top: 0em;
  margin-bottom: 2em;
  max-width: 984px;
  margin: auto;
  padding-bottom: 1.5em;
}

.flights {
  font-size: 80%;
}

/*-----------------------------------------------------------------------------------*/
/*  NEWS
/*-----------------------------------------------------------------------------------*/

section.news {
  text-align: justify;
  width: 63%;
  float: left;
}
/*h3.post-title {
  font-size: 16px;
}*/
.post-title a {
  color: var(--darker-txt-color);
}
.post-title a:hover {
  color: black;
}
.blog-article .post-title {
  margin: 0 0 3px 0;
  text-align: left;
}
.blog-article {
  text-align: left;
  float: left;
}

.col-left,
.col-50 {
  text-align: justify;
  width: 100%;
  float: left;
}

.col-50 {
  margin-top: 1em;
}

.meet-the-staff .col-50 {
  text-align: left;
}

.meet-the-staff .col-50.right {
  float: right;
}

.meet-the-staff h1 {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 0.25em;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1em;
  color: var(--difficult-black);
}

.meet-the-staff .col-50 h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0em;
  font-family: "Open Sans", sans-serif;
}

.meet-the-staff b {
  color: black;
}

.col-left h5,
.col-50 h5 {
  text-align: left;
}

aside {
  text-align: justify;
  width: 100%;
  float: right;
  margin-top: 2em;
  border-top: 1px solid var(--main-border-color);
}

aside.left {
  float: left;
  margin-bottom: 2em;
  margin-top: 0;
  border-top: none;
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
}

aside.left.gallery {
  display: none;
}

.sidebox {
  margin-top: 25px;
  display: block;
  background-color: white;
  padding: 0.25em 0.75em 0.5em 0.75em;
  border: 1px solid var(--main-border-color);
}
.sidebox h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebox .social {
  margin-bottom: 20px;
}
.sidebox .social iframe {
  margin-top: 5px;
  vertical-align: top;
}
.sidebox .post-list {
  padding: 0;
  margin: 0;
}
.sidebox .post-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sidebox .post-list li {
  clear: both;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.sidebox .post-list h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0.25em 0 0 0;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}
.sidebox a:hover {
  color: var(--darker-txt-color);
}
.sidebox .svg-facebook {
  margin-right: 2px;
}
.sidebox .post-list .icon-overlay {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.sidebox .post-list .icon-overlay a {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sidebox .post-list .icon-overlay img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.sidebox .post-list .icon-overlay a:hover img {
  -o-transform: scale(1.2) translateY(-40%) translateX(-40%);
  -ms-transform: scale(1.2) translateY(-40%) translateX(-40%);
  -moz-transform: scale(1.2) translateY(-40%) translateX(-40%);
  -webkit-transform: scale(1.2) translateY(-40%) translateX(-40%);
  transform: scale(1.2) translateY(-40%) translateX(-40%);
}
.sidebox .post-list .meta {
  overflow: hidden;
  margin-bottom: 0;
}
.sidebox .post-list .meta em {
  font-size: 0.9em;
  color: #9f9f9f;
  font-style: normal;
  line-height: 1.75em;
  float: left;
  text-align: left;
  margin-top: 0.25em;
}
.sidebox .post-list .meta em:before {
  display: none;
}
.sidebox.widget form {
  margin: 0;
}
.sidebox.widget .searchform input {
  margin: 0;
}
.widget .list {
  list-style: none;
  margin: 0;
}
.widget.share {
  position: absolute;
  z-index: 100;
  top: 10em;
  right: 0;
  width: 50px;
  background: #fff;
  border: 1px solid var(--main-border-color);
  text-align: center;
  box-shadow: 0 0 3px #ccc;
}
.widget.share h3 {
  font-size: 60%;
  margin-bottom: 1em;
}
.widget.share .social li {
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 10px;
  float: left;
  height: 32px;
  border: none;
  padding: 6px;
}
.widget.share .social li:last-of-type {
}

.border-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #9a9a9a;
  background: #fff;
  border: 1px solid var(--main-border-color);
}
.border-list li {
  border-top: 1px solid var(--main-border-color);
  position: relative;
}
.border-list li a {
  display: block;
  padding: 8px 15px;
  color: var(--main-txt-color);
}
.border-list li a:hover {
  color: #3f8dbf;
}
.border-list li:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  content: "\e762";
  display: block;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 17px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.border-list li:hover:after {
  color: #3f8dbf;
}
.border-list li:first-child {
  border-top: none;
}

.tagcloud {
  text-align: left;
}

.tags {
  text-transform: capitalize;
  /*border: solid thin #e42139;*/
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #a9a9ab;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 01em;
  padding: 0 0.5em 0 0.5em;
  display: inline-block;
  line-height: 2.75em;
  background-color: rgba(252, 252, 252, 1);
  margin-left: 0.1em;
  margin-right: 0.1em;
  margin-bottom: 0.5em;
}
.tags:hover {
  background: rgba(33, 33, 33, 0.1);
}
.tags:hover a {
  color: white;
}
.tags a {
  color: #a9a9ab;
  text-decoration: none;
}
.date {
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 1em;
}

.meta,
.more {
  color: #9f9f9f;
  display: block;
  margin-bottom: 7px;
}
.more {
  margin: 0;
  color: #3f8dbf;
}
.meta a.liked i {
  color: #525252;
}

.meta a {
  color: #9f9f9f;
}
.meta a:hover {
  color: black;
}
.meta span:before {
  display: inline-block;
  content: "|";
  padding: 0 7px 0 7px;
}
.meta span:first-child:before {
  display: none;
  padding: 0;
}
a.more:after {
  content: "→";
  padding-left: 5px;
}
.meta.tags a:before {
  content: "#";
  display: inline-block;
}
.blog-article figure.main,
.blog-article iframe,
.blog-article .owl-slider-wrapper.main {
  margin-bottom: -1px;
  display: block;
}
.blog-article .post-content.image-caption,
.about-author.image-caption {
  border: 1px solid var(--main-border-color);
  padding: 25px;
}
.blog-article .post-content.image-caption:before,
.about-author.image-caption:before {
  display: none;
}
.blog-article .post {
  margin-bottom: 30px;
  float: left;
}
.blog-article p a,
.blog-article p a:visited {
  color: var(--link-txt-color);
}
.blog-article .post video,
.blog-article .post img {
  width: 100%;
  float: left;
}
.blog-article .post-content img {
  margin-bottom: 1em;
}
.blog-article.single .post {
  margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination {
  display: block;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  line-height: 300%;
}
.pagination ul > li {
  display: inline-block;
  margin-right: 0.5em;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: none;
  border: none;
  color: #9b9b9b;
  text-transform: uppercase;
  padding: 9px 15px;
  border: 1px solid #9b9b9b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul > li:hover {
  background: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #676767;
  border-color: #676767;
}

/*-----------------------------------------------------------------------------------*/
/*  AUTHOR
/*-----------------------------------------------------------------------------------*/
.about-author .author-image {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.author-image img {
  height: 100%;
  margin-bottom: 80px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.about-author .author-details .social {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.image-caption .author-details h3 {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
.image-caption .author-details p {
  font-size: 90%;
}
/*-----------------------------------------------------------------------------------*/
/*  COMMENTS
/*-----------------------------------------------------------------------------------*/
.comment-form-wrapper {
  width: 100%;
  float: left;
}
.comment-form-wrapper h3 {
  margin-bottom: 0.25em;
}
.comment-form-wrapper p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

#comments {
  margin: 0 0 2em 0;
  position: relative;
  float: left;
  width: 100%;
}
#comments ol.commentlist {
  list-style: none;
  margin: -20px 0 0 0;
  padding: 0;
}
#comments ol.commentlist li {
  padding: 30px 0 0 0;
  background: none;
}
#comments ol.commentlist li:first-child {
  border: none;
  margin: 0;
}
#comments .user {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  position: relative;
}
#comments .message {
  padding: 1em 1.25em 0 1.25em;
  border: 1px solid var(--main-border-color);
  background: #fff;
  border: 1px solid var(--main-border-color);
  position: relative;
}
#comments .image-caption {
  border: 1px solid var(--main-border-color);
}
#comments .image-caption:before {
  display: none;
}
#comments ul.children {
  margin: 0;
  overflow: inherit;
  padding: 0 0 0 55px;
  list-style: none;
}
#comments ol.commentlist ul.children li {
  padding-right: 0;
  border: none;
}
#comments .comment h2 {
  font-size: 16px;
  margin: 0;
  display: inline;
  margin-right: 5px;
}
#comments .comment {
  margin-bottom: 12px;
}
#comments .comment h2 a {
  color: var(--darker-txt-color);
}
#comments .comment h2 a:hover {
  color: #3f8dbf;
}
#comments .comment .meta {
  display: block;
  margin: -3px 0 -4px 0;
}
#comments .comment .meta .date {
  display: inline;
}
#comments a.reply-link {
  display: inline;
  color: #9f9f9f;
}
#comments a.reply-link:hover {
  color: #3f8dbf;
}
#comments a.reply-link:before {
  display: inline-block;
  content: "|";
  padding: 0 10px 0 7px;
  color: #9f9f9f;
}
.blog.no-sidebar #comments .meta {
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*  FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
  position: relative;
  padding: 0;
  width: 100%;
}
.forms ol {
  margin: 0;
  padding: 0;
}
.forms ol li {
  line-height: auto;
  list-style: none;
}
.button-row {
  text-align: center;
}
.parallax input.btn-submit {
  float: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
input,
textarea,
.uneditable-input {
  width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 2.5em;
  padding: 0 0.8em;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.5em;
  color: var(--main-txt-color);
  border: 1px solid #dadada;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: 1px solid #b3b3b3;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  /*height: 100%;*/
  padding: 5px 10px;
  margin-bottom: 15px;
  min-height: 150px;
  resize: vertical;
}
.btn-submit {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  width: auto;
}
/*.forms label {
  display: block;
  float: left;
  width: 95px;
  padding-top: 7px;
  font-size: 13px;
  clear: both;
}
.comment-form div label {
  position: absolute;
  top: 0;
  left: 0;
}
.form-container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}*/
::-webkit-input-placeholder {
  color: var(--darker-txt-color) !important;
}
:-moz-placeholder {
  color: var(--darker-txt-color) !important;
}
::-moz-placeholder {
  color: var(--darker-txt-color) !important;
}
:-ms-input-placeholder {
  color: var(--darker-txt-color) !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*-----------------------------------------------------------------------------------*/
/*  PARALAX
/*-----------------------------------------------------------------------------------*/
.parallax {
  /*background-attachment: fixed;*/
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  color: #d9d9d9;
}
.parallax a {
  color: #d9d9d9;
}
.parallax a:hover {
  color: #3f8dbf;
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #f0f0f0;
}
.sidebox h4 {
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.sidebox p {
  margin-top: 0;
  font-size: 1em;
}
.parallax .section-title {
  color: #f0f0f0;
  margin-bottom: 0;
}
.parallax .section-title .icon:before,
.parallax .section-title .icon:after {
  border-color: #797979;
}
.parallax input,
.parallax textarea {
  background: #333;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  border: none;
  float: left;
}
.parallax input:focus,
.parallax textarea:focus {
  background: #222;
  background: rgba(255, 255, 255, 0.22);
  border: none;
}
.parallax.mobile {
  background-attachment: scroll !important;
}
.parallax .content {
  float: left;
  width: 100%;
  max-width: none;
}

/*-----------------------------------------------------------------------------------*/
/*  PARALLAX CONTACT
/*-----------------------------------------------------------------------------------*/
.parallax.contact {
  background-image: url(../img/parallax/sacalobra.jpg);
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.parallax i .black-wrapper .contact-info i {
  color: #f0f0f0;
  padding-right: 0.75em;
}
.contact-info .social {
  margin-top: 6px;
}

.contact-page h1 {
  margin-top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  CAROUSEL
/*-----------------------------------------------------------------------------------*/
figure {
  margin: 0;
  padding: 0;
}
.last-news {
  margin-top: 10px;
}
.owlcarousel .owl-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  top: 0;
  pointer-events: none;
  -moz-opacity: 0;
  -html-opacity: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owlcarousel .owl-controls .owl-prev,
.owlcarousel .owl-controls .owl-next {
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  background: rgba(0, 0, 0, 0.3);
  color: #f7f7f7;
  line-height: 1;
  font-size: 18px;
  padding: 12px 18px 12px 18px;
  width: auto;
  height: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-color: none;
  position: absolute;
  pointer-events: auto;
  top: calc((94vw * 900 / 1414 / 2) - 20px);
}

.owlcarousel.recipes .owl-controls .owl-prev,
.owlcarousel.recipes .owl-controls .owl-next {
  top: calc((94vw / 2) - 10px);
}

.owlcarousel.villas .owl-controls .owl-prev,
.owlcarousel.villas .owl-controls .owl-next {
  top: calc((94vw / 2 * / 16 * 9) - 30px);
}

.owlcarousel.owl-partners .owl-controls .owl-prev,
.owlcarousel.owl-partners .owl-controls .owl-next {
  top: calc(60vw / 3 / 2 - 25px);
}

.owlcarousel .owl-controls .owl-prev {
  left: 13px;
}

.owlcarousel .owl-controls .owl-next {
  right: 13px;
}
.owl-carousel .owl-controls .owl-prev:hover,
.owl-carousel .owl-controls .owl-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.owl-carousel .owl-stage-outer:hover + div,
.owl-carousel .owl-controls:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* CAROUSEL PARTNERS */
.owl-partners .item {
  max-width: 60%;
  margin: auto;
}

/* TRAIN, EAT, REST, REPEAT */
.tab-block {
  display: none;
}
.services .etabs {
  padding: 0;
  overflow: inherit;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.services,
.services .etabs {
  text-align: center;
}
.services .tab {
  display: inline-block;
  position: relative;
}
.services li {
  width: calc(100% / 4);
  margin: 0;
  float: left;
}
.services .tab .pin {
  display: none;
}
.services .tab .root:before,
.services .tab .root:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #dadada;
  width: 25%;
  height: 0px;
  position: absolute;
  top: 22px;
}
.services .tab .root:before {
  left: 0;
}
.services .tab .root:after {
  right: 0;
}
.services .slab {
  margin-bottom: 1em;
}
/* Firefox Fix */
@-moz-document url-prefix() {
  .services .tab .root:before,
  .services .tab .root:after {
    margin-top: 1px;
  }
}
.services .tab:first-child .root:before {
  display: none;
}
.services .tab:last-child .root:after {
  display: none;
}
.services .tab a {
  display: block;
}
.services .tab .icon {
  display: table;
  margin: 0.75em auto 0.75em;
  position: relative;
}
.services .tab .icon i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 0px;
  color: #bababa;
  line-height: 1;
  font-size: 2em;
  opacity: 80%;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.services .tab:hover .icon i,
.services .tab.active .icon i {
  color: var(--main-txt-color);
}
.services .tab:hover .pin,
.services .tab.active .pin {
  background-color: var(--main-txt-color);
}
.services .tab a:hover {
  text-decoration: none;
}
.services .tab h4 {
  text-transform: uppercase;
  font-size: 1em;
  color: #bababa;
  font-weight: 800;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.services .tab:hover h4,
.services .tab.active h4 {
  color: var(--main-txt-color);
}
.services .tab h4 {
  margin: 0;
}
.tabs.services .panel-container {
  width: 100%;
  margin: 0px auto;
  min-height: 160px;
}
.services.tab-container .panel-container p {
  margin: 0;
  padding-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  COACHING
/*-----------------------------------------------------------------------------------*/
.parallax.coaching .col-50 {
  text-align: center;
}

.parallax.coaching #themes {
  width: 100%;
}

.parallax.coaching ol {
  padding-left: 0;
}

.parallax.coaching li {
  list-style: none;
  color: white;
}

.parallax.coaching .section-title {
  margin-bottom: 1em;
}

.image-caption.coaching .author-details h3 {
  text-transform: uppercase;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.image-caption.coaching .author-details p {
  font-size: 0.9em;
}

/*-----------------------------------------------------------------------------------*/
/*  WHAT WE OFFER // IS INCLUDED
/*-----------------------------------------------------------------------------------*/
.col-services {
  text-align: left;
  float: left;
}
.col-services p {
  margin-top: 0;
}
.col-services .icon {
  display: table;
}
.col-services .trois-blocs:hover .icon i {
  color: var(--darker-txt-color);
}
.col-services .icon {
  float: left;
  margin-right: 10px;
  padding-top: 7px;
  /*display: none;*/
}
.col-services .text {
  overflow: hidden;
  text-align: justify;
  /*text-align: center;*/
}
.col-services .icon i {
  color: #bababa;
  line-height: 1;
  font-size: 30px;
  min-width: 38px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  opacity: 70%;
}
.col-services .icon-svg {
  color: #bababa;
  width: 30px;
  height: 30px;
}
.col-services .icon-svg img {
  height: auto;
  width: 100%;
  opacity: 40%;
}
.col-services-2 .col:hover .icon-border i {
  background-color: #3f8dbf;
  color: #fff;
}
.col-services .text p {
  font-size: 0.9em;
}

/*-----------------------------------------------------------------------------------*/
/*  LAST NEWS CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-carousel video,
.trois-blocs video {
  width: 100%;
  float: left;
}

.image-caption {
  padding: 1em 1.25em 0 1.25em;
  background: #fff;
  border: 1px solid var(--main-border-color);
  border-top: none;
  position: relative;
  text-align: justify;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.black-wrapper .image-caption {
  background: #3a3a3a;
  border: none;
}
.black-wrapper .image-caption:before {
  border-bottom: 8px solid #3a3a3a;
}
.black-wrapper .image-caption h3 {
  color: var(--lighter-txt-color);
}

/* IMG CAPTION */
.image-caption p {
  padding-bottom: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.image-caption:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  margin-left: 20px;
  height: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 20;
}

.image-caption h3 {
  margin: 0 0 0.25em;
  padding: 0;
  text-transform: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-align: left;
}

.image-caption h3 a {
  color: var(--darker-txt-color);
}

/* ICON OVERLAY */
.icon-overlay {
  display: block;
  overflow: hidden;
  position: relative;
  outline: none;
}
.icon-overlay img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.icon-overlay img:hover,
.icon-overlay a:hover img {
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.overlay-img {
  position: absolute;
  background: rgba(57, 57, 57, 0.2);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-overlay a .icn-more {
  background-color: rgba(63, 141, 191, 0.92);
}
.icon-overlay a .icn-more {
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 25;
  background: #222;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.icon-overlay a:hover .icn-more,
.icon-overlay a .icn-more.soldout {
  opacity: 0.85;
}
.icon-overlay .icn-more:not(.soldout):before {
  font-size: 16px;
  padding-top: 8px;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  margin: -17px 0 0 -17px;
}
.icon-overlay a .icn-more:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  text-align: center;
  content: "\f067";
  line-height: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  top: 52%;
  left: 50%;
  z-index: 200;
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.icon-overlay a .icn-more.soldout:before {
  content: initial;
}
.icon-overlay a .icn-more.soldout {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.25em;
  color: white;
  padding-top: 20%;
  content: initial;
  text-transform: uppercase;
  border: none;
}
.icon-overlay.video .icn-more {
  opacity: 0.9;
}
.icon-overlay.video a .icn-more {
  background: #fff;
  background-size: 20px 30px;
}
.icon-overlay.video a .icn-more:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
  font-weight: 400;
  border: #fff;
  font-size: 40px;
  top: 48%;
  color: red;
}

/*-----------------------------------------------------------------------------------*/
/*  FONT AWESOME
/*-----------------------------------------------------------------------------------*/
i.fas {
  font-weight: 900;
}

i.fab {
  font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*  TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
.parallax.testimonials {
  background-image: url(../img/parallax/team-mobile.jpg);
}
.parallax.testimonials .section-title {
  margin-bottom: 0;
}

.parallax.testimonials .section-title h2 {
  margin-bottom: 0.5em;
}
.parallax.testimonials h2.french {
  font-size: 2em;
}
.parallax.testimonials .section-title p {
  margin-top: 0;
}
.parallax.testimonials p {
  margin: 0;
}
.testimonials .title {
  margin-bottom: 0.5em;
}
#testimonials {
  text-align: center;
  width: 80%;
  max-width: 984px;
  margin: 0 auto;
}
.review #testimonials {
  width: 95%;
}

#testimonials .author:not(.no-mobile) {
  font-style: normal;
  display: block;
}
#testimonials div {
  margin-bottom: 10px;
  line-height: 2em;
  font-weight: 300;
  position: relative;
}
#testimonials .tab {
  border: none;
  margin: 0;
  display: inline;
}
#testimonials .etabs {
  padding: 0;
  margin: 0;
  height: 12px;
}
#testimonials .tab a {
  padding: 0;
  text-indent: -99999px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #aaa;
  display: inline-block;
  background: white;
  opacity: 0.5;
}
#testimonials .tab a.active,
#testimonials .tab a:hover {
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
  z-index: 3;
}
#testimonials .panel-container {
  border: none;
}

/* TRAIN EAT REST */

#train-eat-rest div {
  color: white;
  line-height: 2em;
  font-weight: 300;
  position: relative;
  border: white solid 1px;
  border-width: 0 1px 0 1px;
  max-width: 600px;
  margin: auto;
  padding: 1em;
}

#train-eat-rest h2 {
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 15vw;
  margin-top: 10vw;
  line-height: 0.65em;
  margin-bottom: 0em;
}

#train-eat-rest.french h2 {
  font-size: 10vw;
}

#train-eat-rest .lead {
  padding: 1em 2em 2em 2em;
}

#train-eat-rest .subtitle {
  font-size: 50%;
  font-weight: 400;
}

#train-eat-rest .tab {
  border: none;
  margin: 0 4px;
  display: inline;
}
#train-eat-rest .tab a {
  padding: 0;
  text-indent: -99999px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #aaa;
  display: inline-block;
  background: white;
  opacity: 0.2;
}
#train-eat-rest .tab a.active,
#train-eat-rest .tab a:hover {
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
  z-index: 3;
}
#train-eat-rest .panel-container {
  border: none;
}
#train-eat-rest.tab-container .panel-container div {
  padding-top: 15px;
}

.divider {
  font-size: 1em;
  margin: -0.65em auto -0.45em;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
}
.divider:before,
.divider:after {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 50%;
  height: 0.65em;
  border-bottom: 1px solid #fff;
  margin: 0 4% 0 -55%;
}
.divider:after {
  margin: 0 -55% 0 4%;
}

/*-----------------------------------------------------------------------------------*/
/*  WHAT OUR RIDERS THINK
/*-----------------------------------------------------------------------------------*/
.country {
  font-family: "Open Sans Condensed", sans-serif;
}
.owl-reviews .blockquote h3 {
  text-align: right;
}
.owl-reviews {
  margin: auto;
}

.owl-reviews blockquote,
.owl-reviews h3 {
  max-width: 100%;
}

.owl-reviews blockquote {
  font-size: 100%;
  font-style: italic;
}

.owlcarousel.owl-reviews .owl-controls .owl-prev,
.owlcarousel.owl-reviews .owl-controls .owl-next {
  top: 6em;
}

/*-----------------------------------------------------------------------------------*/
/*  PARTNERS
/*-----------------------------------------------------------------------------------*/
.partners-details .quatre-blocs {
  margin-bottom: 2em;
}
.partners-details img {
  max-width: 80%;
}
.partners {
  opacity: 70%;
  float: left;
  width: 100%;
  min-height: 60px;
}
.partners:hover {
  opacity: 100%;
}
.partners img {
  width: auto;
  max-height: 35px;
  margin-bottom: 1em;
}

/*-----------------------------------------------------------------------------------*/
/*  RIDERS
/*-----------------------------------------------------------------------------------*/
.owl-riders .icon-strava a {
  margin-top: -5px;
  width: 16px !important;
  height: 16px !important;
  margin-left: 1px;
  background-color: var(--lighter-txt-color);
  float: right;
}

/*-----------------------------------------------------------------------------------*/
/*  SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
  padding: 0;
  margin: 0;
  font-size: 0;
  height: 28px;
}
.image-caption .social {
  height: 33px;
  height: auto;
}
.social li {
  display: inline-block;
  margin-right: 5px;
}
.text-center .social li {
  margin: 0 2px;
}
.member .social {
  margin: 10px 0;
}
.social li a {
  display: table;
}
.social li {
  margin-right: 5px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  width: 18px !important;
  height: 18px !important;
  padding: 6px;
  line-height: 1;
  font-size: 0.8em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  box-sizing: content-box;
}

.social li a {
  width: 16px !important;
  height: 16px !important;
  margin-left: 1px;
}

.contact a.social {
  width: 20px !important;
  height: 20px !important;
  margin-left: calc((100% - 20px) / 2);
  margin-bottom: 11px;
}

.social .icon-facebook {
  border-color: #677fb5;
}
.social .svg-facebook {
  background-color: #677fb5;
}

.social .icon-twitter {
  border-color: #70c2e9;
}
.social .svg-twitter {
  background-color: #70c2e9;
}

.social .icon-youtube {
  border-color: #d5615c;
}
.social .svg-youtube {
  background-color: #d5615c;
}

.social .icon-strava {
  border-color: #f05222;
}
.social .svg-strava {
  background-color: #f05222;
}

.social .icon-instagram {
  border-color: #b99682;
}
.social .svg-instagram {
  background-color: #b99682;
}

.social .icon-mail {
  border-color: #9f9f9f;
}
.social .svg-mail {
  background-color: #9f9f9f;
}

.social .icon-facebook:hover {
  background-color: #677fb5;
}

.social .icon-twitter:hover {
  background-color: #70c2e9;
}

.social .icon-youtube:hover {
  background-color: #d5615c;
}

.social .icon-instagram:hover {
  background-color: #b99682;
}

.social .icon-strava:hover {
  background-color: #f05222;
}

.social .icon-mail:hover {
  background-color: #9f9f9f;
}
.social li:hover a {
  background-color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  ICON SVG
/*-----------------------------------------------------------------------------------*/
.svg-facebook {
  -webkit-mask: url(../img/icons/facebook.svg) no-repeat center;
  mask: url(../img/icons/facebook.svg) no-repeat center;
}
.svg-twitter {
  -webkit-mask: url(../img/icons/twitter.svg) no-repeat center;
  mask: url(../img/icons/twitter.svg) no-repeat center;
}
.svg-youtube {
  -webkit-mask: url(../img/icons/youtube.svg) no-repeat center;
  mask: url(../img/icons/youtube.svg) no-repeat center;
}
.svg-strava {
  -webkit-mask: url(../img/icons/strava.svg) no-repeat center;
  mask: url(../img/icons/strava.svg) no-repeat center;
}
.svg-instagram {
  -webkit-mask: url(../img/icons/instagram.svg) no-repeat center;
  mask: url(../img/icons/instagram.svg) no-repeat center;
}
.svg-mail {
  -webkit-mask: url(../img/icons/mail.svg) no-repeat center;
  mask: url(../img/icons/mail.svg) no-repeat center;
}
.svg-star {
  -webkit-mask: url(../img/icons/star.svg) no-repeat center;
  mask: url(../img/icons/star.svg) no-repeat center;
  height: 14px !important;
  width: 14px !important;
  background-color: var(--yellow);
  float: left;
  margin-right: 5px;
}
.stars {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.reviews-grid .stars {
  margin-top: 0.75em;
}

.review-home .stars .svg-star,
.reviews-grid .stars .svg-star {
  background-color: var(--difficult-black);
}
.review-home .stars .svg-star:first-child,
.reviews-grid .stars .svg-star:first-child {
  margin-left: calc((100% - 14px * 5 - 5px * 4) / 2);
}
.caption .svg-star {
  height: 20px !important;
  width: 20px !important;
}
.caption .stars,
.section-title .stars,
.testimonials .stars {
  display: table;
  float: none;
  width: auto;
  margin: 0.5em auto 0.5em auto;
}
.testimonials .stars {
  margin-top: 0.25em;
  margin-bottom: 1em;
}
.logo-youtube {
  /*background-image: url("../img/icons/youtube-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: table-cell;
  float: left;
  opacity: 70%;
  position: absolute;*/
}
.youtubevideo .logo-youtube,
.bannervideo .logo-youtube {
  /*height: 18%;
  width: 15%;
  top: calc(50% - 10%);
  left: calc(50% - 8%);*/
}
.youtubevideo.hidden .logo-youtube,
.bannervideo.hidden .logo-youtube {
  opacity: 0%;
}
.youtubevideo.big .logo-youtube,
.bannervideo.big .logo-youtube {
  height: 9%;
  width: 7%;
  top: calc(50% - 4%);
  left: calc(50% - 4%);
}

/*-----------------------------------------------------------------------------------*/
/*  A DAY AT THE CAMP
/*-----------------------------------------------------------------------------------*/
.steps {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.timeline-border {
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #dadada;
  height: 100%;
}
.step {
  width: 100%;
  float: right;
  text-align: left;
  margin: 0;
  padding: 10px 0 0 calc(50% + 12px);
  position: relative;
  box-sizing: border-box;
}
.step.even {
  float: left;
  text-align: right;
  padding: 10px calc(50% + 10px) 0 0;
}
.step p {
  margin-top: 0;
}
.step .icon-border {
  position: relative;
  margin-left: 10px;
}
.step.even .icon-border {
  margin-right: 10px;
}
.step .icon-border:before {
  content: "";
  display: block;
  width: 62px;
  border-bottom: 1px solid #dadada;
  position: absolute;
  top: 35px;
  left: -62px;
}
.step.even .icon-border:before {
  left: auto;
  right: -65px;
}
.icon-border {
  display: none;
}
.icon-border i,
.icon-border img {
  opacity: 0.5;
  line-height: 1;
  text-align: center;
  color: var(--lighter-txt-color);
  font-size: 2em;
  padding: 0;
  margin: 0 0 10px 0;
  display: table;
  width: 2.5em;
  height: 2.5em;
  border: 2px solid #bababa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.icon-svg {
  opacity: 0.8;
  text-align: center;
  color: var(--difficult-black);
  font-size: 2em;
  padding: 0;
  margin: -4px 0 0 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.icon-svg.sccc {
  width: 30px;
  height: 30px;
}
.icon-svg.sccc img {
  /*opacity: 80%;*/
}
section.camp .icon-svg {
  width: 30px;
  height: 25px;
  margin: 0 0 5px 0;
  color: var(--main-txt-color);
  transform: translateY(-2px);
  opacity: 65%;
  vertical-align: top;
}
.home .ten-blocs .icon-svg {
  margin-top: -7px;
}
.icon-border img {
  padding: 12px;
}
.icon-svg img {
  width: 100%;
  height: auto;
  padding: 0;
  float: left;
  margin-top: 2px;
}
.step:hover .icon-border i,
.icon-border:hover i,
.step:hover .icon-border img,
.icon-border:hover img {
  background-color: #bababa;
  color: #fff;
}
.icon-border i:before,
.icon-border img:before {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  UPCOMING CAMPS
/*-----------------------------------------------------------------------------------*/
.items {
  list-style: none;
}
.items:before,
.items:after {
  display: table;
  content: "";
  line-height: 0;
}
.items:after {
  clear: both;
}
.items li {
  float: left;
  min-height: 1px;
  position: relative;
}
.items li img {
  display: block;
  width: 100%;
}
.item .details {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 3em;
  line-height: 1.25em;
  margin-top: 14%;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.item a:not(.read-more):visited {
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  FLIGHTS
/*-----------------------------------------------------------------------------------*/
#TableFlights td {
  line-height: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
#TableFlights tr td:nth-child(2),
#TableFlights tr td:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
}
#TableFlights th:nth-child(2) {
  text-align: center;
}
#TableFlights td:nth-child(2),
#TableFlights td:nth-child(3) {
  text-align: left;
}
.airlines {
  float: left;
  max-width: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.airport,
.roundtrip,
.schedule {
  font-size: 80%;
}
#TableFlights b {
  color: var(--darker-txt-color);
}

/*-----------------------------------------------------------------------------------*/
/*  ROUTES
/*-----------------------------------------------------------------------------------*/
.easy,
.intermediate,
.difficult {
  color: white;
  font-weight: bold;
  padding: 2px 5px;
  margin-right: 6px;
  font-size: 80%;
}
.easy {
  background: var(--easy-green);
}
.intermediate {
  background: var(--intermediate-red);
}
.difficult {
  background: var(--difficult-black);
}
.distance:before,
.elevation:before,
.time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  margin-right: 3px;
  vertical-align: middle;
}
.distance:before {
  content: "\f337";
}
.elevation:before {
  content: "\f6fc";
}
.time:before {
  content: "\f2f2";
}
.distance,
.elevation,
.time {
  margin-right: 8px;
}
.details.route {
  margin-top: 22%;
}
.details.route.two {
  margin-top: 18%;
}
/*-----------------------------------------------------------------------------------*/
/*  PRICE COMPARISON
/*-----------------------------------------------------------------------------------*/
.table {
  overflow: hidden;
  text-align: center;
  display: block;
  border: 1px solid #dadada;
  border-radius: 3px;
  max-width: 984px;
  margin: auto;
}
.table ul {
  padding: 0;
}
.table .btn {
  margin: 0;
}
.table .row {
  float: left;
  width: calc(65% / 5);
}
.table .row:first-child {
  width: 35%;
  font-size: 0.7em;
}
.table .row:nth-child(7) {
  display: none;
}
.table .plan h3 {
  line-height: 25px;
  font-size: 0.9em;
  margin: 0;
  padding: 5px 0;
  background: #fff;
  color: #5c5c5c;
}
.table .plan h4 {
  padding: 2px 0;
  margin: 0;
  background: #f5f5f5;
  height: 45px;
}
.table .row:first-child h4 {
  text-transform: uppercase;
  text-align: left;
  padding-left: 0.5em;
  padding-top: 1em;
  color: #5c5c5c;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}
.table .plan h4 span {
  color: #5c5c5c;
}
.table .plan h4 .amount {
  display: block;
  text-align: center;
}
.table .plan h4 .amount {
  font-size: 1.3em;
  padding-bottom: 10px;
}
.table .plan h4 .amount span {
  vertical-align: super;
  font-size: 0.5em;
  font-weight: 300;
}
.table .plan li:nth-child(2n) {
  background: #f5f5f5;
}
.table .plan ul {
  margin: 0;
  list-style: none;
}
.table .plan ul li {
  background: #fff;
  padding: 8px 0;
  height: 43px;
}
.table .row:first-child ul li {
  text-align: left;
  padding-left: 0.5em;
}
.table .row:first-child ul li:first-letter {
  text-transform: capitalize;
}
.table .plan ul li i {
  font-size: 0.9em;
}
.table .row:first-child span {
  display: inline-block;
}
.table .plan h3 {
  text-transform: uppercase;
}
.table .plan h3.sccc {
  background: #2c2c2c;
  opacity: 80%;
  color: white;
}
.table .select {
  background: #f5f5f5;
  padding: 18px 0;
  height: 63px;
}
.provided {
  background: #bbcbda;
}
.info {
  background-color: var(--main-txt-color);
  background: linear-gradient(
    to right,
    rgba(187, 203, 218, 1) 0%,
    rgba(187, 203, 218, 1) 50%,
    #ffffff 51%,
    #ffffff 100%
  );
}
.feature {
  width: 12px;
  height: 12px;
  border: 1px solid #bbcbda;
  margin: 8px auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tooltip-compare,
.tooltip-academy {
  visibility: hidden;
  max-width: 150px;
  text-align: center;
  float: left;
  background-color: #fff;
  border: 1px solid #dce4ec;
  color: #000;
  padding: 10px 10px;
  border-radius: 3px;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  margin-left: -75px;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.9s;
}
.tooltip-academy {
  font-size: 1.1em;
  margin-left: -25px;
  margin-top: 18px;
  line-height: 1.5em;
  max-width: 250px;
}
.row:first-child .tooltip-compare {
  margin-top: 25px;
}
.tooltip-compare.left {
  margin-left: -200px;
}
.sccc-members-button {
  margin-left: 0.25em;
}
.table .row a:hover + span,
a.tooltip-button:hover + span,
a.sccc-members-button:hover + span {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.9s;
}
section table {
  font-size: 0.9em;
}

/*-----------------------------------------------------------------------------------*/
/*  BLOCKQUOTE
/*-----------------------------------------------------------------------------------*/
.blockquote {
  padding: 0.5em 1.5em 0.5em 1.5em;
}

.blockquote h3 {
  text-align: left;
}
blockquote {
  border-left: 2px solid #dadada;
  padding: 0 0 0 20px;
  margin: 0;
  text-align: justify;
}

.link-review {
  padding: 0.25em 0.5em;
  font-size: 1em;
  border: 1px solid white;
  text-transform: uppercase;
  position: inherit;
  /*left: calc((100% - 115px) / 2);*/
  /*top: calc(100vw / 16 * 9 - 60px);*/
}
.link-review.alps {
  /*left: calc((100% - 250px) / 2);*/
}

.link-review.french {
  /* left: calc((100% - 143px) / 2);*/
}

a.link-review,
a.link-review:visited,
a.link-review:focus,
a.link-review:hover {
  color: white;
  text-decoration: none;
}

a.link-review:hover {
  color: black;
  background-color: white;
}

.review-home {
  text-align: left;
  margin: 2em 0 0 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.caption p.title,
.caption p.author,
.review-home p.title,
.testimonials .title {
  font-weight: bold;
  text-transform: uppercase;
}

.caption p.title,
.caption p.author {
  margin-bottom: 0em;
  width: 100%;
}

.caption p.title {
  margin-top: 1.5em;
}

.caption.review p:not(.title) {
  line-height: 1.75em;
}
.caption.review .etabs {
  visibility: hidden;
}

.review-home p,
.reviews-grid p {
  text-align: justify;
}

.review-home p.date,
.reviews-grid p.date {
  margin-bottom: 0;
  font-size: 80%;
  text-align: center;
}

.review-home p.author,
.reviews-grid p.author {
  margin-top: 0;
  margin-bottom: -2px;
  text-align: center;
  color: var(--darker-txt-color);
}

.caption .stars,
.review-home .stars {
  clear: both;
}

.review-home .stars {
  margin-bottom: 1.25em;
}

.caption .stars {
  margin-bottom: 1.5em;
}

/*-----------------------------------------------------------------------------------*/
/*  Dropcap
/*-----------------------------------------------------------------------------------*/
.dropcap {
  font-weight: 800;
  display: block;
  float: left;
  font-size: 49px;
  padding: 0;
  margin: 0;
  margin: 12px 8px 0 0;
  text-transform: uppercase;
}

.long-text {
  text-align: center;
}
.long-text p {
  text-align: justify;
}
.long-text img,
img.maps {
  width: 100%;
  margin: auto;
  border: 1px solid var(--main-border-color);
}
.long-text img.profile {
  max-width: 455px;
}

/*-----------------------------------------------------------------------------------*/
/*  ALERT
/*-----------------------------------------------------------------------------------*/
.alert-info {
  background-color: white;
  color: var(--darker-txt-color);
}
.alert {
  margin-top: 1em;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid var(--main-border-color);
  border-radius: 4px;
  float: left;
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  MENU
/*-----------------------------------------------------------------------------------*/
#TableMenu {
  max-width: none;
}

#TableMenu.prices {
  max-width: 600px;
}
#TableMenu th {
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
  margin: 0;
  padding: 5px 0;
  background: #fff;
  color: #5c5c5c;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
#TableMenu.calendar tr:first-child th {
  line-height: 1.5em;
}
#TableMenu.prices th {
  line-height: 1.25em;
}
#TableMenu th.small {
  font-size: 0.7em;
  padding-top: 7px;
}
#TableMenu.leaderboard {
  font-size: 1em;
}
#TableMenu.calendar th:first-child {
  text-align: left;
  padding-left: 0.5em;
}
#TableMenu td {
  line-height: 1.25em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-size: 80%;
}
#TableMenu.calendar td {
  padding-top: 1em;
  padding-bottom: 1em;
}
#TableMenu.calendar td {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.75em;
}
#TableMenu td span:not(.tooltip-academy) {
  line-height: 0.25em;
}

#TableMenu td span.tooltip {
  line-height: 1.5em;
}
#TableMenu .feature {
  margin-top: 0;
  width: 8px;
  height: 8px;
}
#TableMenu td:first-child {
  padding-left: 0.5em;
}
#TableMenu td:first-child:not(.inherit) {
  text-transform: uppercase;
}
#TableMenu td:first-child span {
  text-transform: none;
}

#TableMenu td:nth-child(2) {
  text-align: center;
}
#TableMenu.fitness {
  font-size: 100%;
  margin-top: 3em;
}
#TableMenu.fitness td:nth-child(2),
#TableMenu.fitness td:nth-child(3) {
  text-align: left;
}
#TableMenu .highlight {
  top: 0;
}

#what-to-pack .quatre-blocs {
  margin-bottom: 0;
}

#TableMenu tr.inactive {
  opacity: 0.5;
}

/*-----------------------------------------------------------------------------------*/
/*  TABLE
/*-----------------------------------------------------------------------------------*/
table {
  overflow: hidden;
  text-align: left;
  border: 1px solid #dadada;
  max-width: 800px;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
tr {
  border-top: 1px solid #cccccc;
}

tr:first-child {
  border-top: none;
}
td,
th {
  padding: 0.25em 0.75em;
  text-align: center;
}
th:first-child,
td:first-child,
th:nth-child(2),
td:nth-child(2) {
  text-align: left;
}
td.center {
  text-align: center;
}
th {
  text-transform: uppercase;
  color: #5c5c5c;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 500;
}
tr:nth-child(2n) {
  background: #f5f5f5;
}
tr.promo {
  background: var(--difficult-black);
  color: white;
}
tr.promo b {
  color: white;
}
tr.members {
  /*background: #d5e1f4;*/
  /*color: var(--difficult-black);*/
  text-transform: uppercase;
}
tr.members b {
  color: var(--difficult-black);
}
span.cat {
  background-color: var(--intermediate-red);
  color: white;
  font-weight: bold;
  font-size: 0.7em;
  width: 2.5em;
  height: 2.5em;
  line-height: 1.5em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
table a.social {
  margin-left: calc(50% - 7px);
}
table .fa-crown {
  font-size: 0.9em;
  float: right;
  margin-top: 0.6em;
}
.fa-hands {
  rotate: 55deg;
}

/*-----------------------------------------------------------------------------------*/
/*  VIDEOS
/*-----------------------------------------------------------------------------------*/

video {
  outline: none;
}

video.big {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  SLIDER HOME
/*-----------------------------------------------------------------------------------*/
#banner {
  margin-top: var(--menu-height);
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: 90vh;
  float: left;
  width: auto;
  border: 0;
  margin-left: calc((100vw - (90vh * 16 / 9)) / 2);
}

.rslides .sale {
  background-color: #e2d7b8;
}

.rslides .sale img {
  max-height: 90vh;
  max-width: calc(90vh / 1080 * 1920);
  margin: auto;
  float: none;
  margin-left: calc((100vw - (90vh * 9 / 16)) / 2);
}

.rslides iframe {
  width: 100%;
  height: calc(100% * 1080 / 1920);
  margin-top: calc((500px - (100% * 1080 / 1920)) / 2);
}

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: calc(var(--menu-height) + (90vh / 2) - 32px);
  /*top: calc(var(--menu-height) + (100vw * 9 / 16 / 2) - 32px);*/
  left: 0;
  opacity: 0.4;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
}

.rslides_nav:active {
  opacity: 1;
}

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.rslides video {
  min-width: 100%;
  height: calc(100vw * 9 / 16 - 0.52px);
  width: calc(100vw * 9 / 16 * 420 / 240);
  margin-left: calc((100% - (100% * 9 / 16 * 420 / 240)) / 2 - 3px);
  display: block;
  float: left;
}

.caption {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-top: calc((100vw * 9 / 16 / 2) * 0.3);
  text-align: center;
  background: #000;
  background: rgba(38, 46, 53, 0.3);
  color: #fff;
}

/*.caption.tour {
  padding-top: calc((100vw * 9 / 16 / 2) * 0.05);
}*/

.caption.live {
  padding-top: calc((100vw * 9 / 16 / 2) * 0.5);
}

.caption .logo-slider {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2.5em;
}

.caption .logo-slider img {
  width: 75%;
  height: auto;
  margin: 0 auto;
  float: none;
}

.caption h2,
.parallax h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.caption h2 {
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0em;
  /*margin-top: 0.75em;EDIT*/
}
.caption.tour.alps h2 {
  margin-top: 0em;
}
.caption.live h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.caption.live h2 a {
  background-color: var(--intermediate-red);
  padding: 0 12px;
  border-radius: 2px;
}
.caption h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.25em;
  line-height: 1em;
  font-weight: 300;
  margin-top: 0em;
  margin-bottom: 0.25em;
  color: #fff;
}

.caption a,
.caption a:hover:not(.link-review),
.caption a:visited:not(.link-review) {
  color: #fff;
  text-decoration: none;
}

.caption p {
  max-width: 92%; /*EDIT 85*/
  line-height: 1.65em;
  font-size: 1.5em;
  /*font-size: 0.9em;EDIT*/
  letter-spacing: 0.25px;
  margin: 1.5em auto 1em auto; /*EDIT 0 auto*/
}

.caption p.title {
  font-size: 2em; /*EDIT 0 auto*/
}

.caption p.link {
  margin-top: 0; /*EDIT 0 auto*/
  width: 100%;
  text-align: center;
}

.caption p.title,
.caption p.author,
.caption p.comment {
  margin: 0 auto 0 auto; /*EDIT 0 auto*/
}

.caption.review p {
  max-width: 100%;
}

.caption.review p.comment {
  font-size: 1.25em;
  line-height: 1.25em;
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/

footer {
  padding-top: 2em;
  font-size: 0.9em;
  line-height: 2em;
}

footer .content {
  text-align: left;
  text-align-last: left;
}

.footer-section {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}

.footer-section.links {
  width: 49%;
  float: left;
  text-transform: uppercase;
}
.footer-title,
.footer-section.links p {
  line-height: 1.85em;
}
.footer-section.links:last-child {
  margin-left: 2%;
}

.footer-section p a,
.footer-section li a {
  color: #fff;
}

a.social {
  height: 14px !important;
  width: 14px !important;
  background-color: #fff;
  float: left;
  margin-right: 10px;
}

.light-wrapper a.social,
.dark-wrapper a.social {
  background-color: var(--main-txt-color);
}

footer a.social {
  float: left;
}

.footer-title {
  margin-top: 0.25em;
  text-transform: uppercase;
  color: #ffffff;
  /*line-height: 3em;*/
  font-size: 1.25em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.footer-section p:nth-child(2n + 2) {
  margin-top: 0;
}

.footer-section:first-child p:nth-child(2) {
  text-align: justify;
  margin-top: 3px;
}

footer p {
  vertical-align: middle;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

footer .footer-title {
  margin-bottom: 0;
}

.footer-title:nth-child(2n + 3) {
  margin-top: 1.25em;
}

footer .post-list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
footer .post-list:nth-of-type(1) {
  margin-top: 2px;
}
footer .post-list li {
  margin-top: 3px;
  padding-top: 6px;
  border-top: 1px solid #434343;
  line-height: 1.5em;
}
footer .post-list li:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}
footer .post-list li h6 {
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
}
footer .post-list li em {
  color: #838383;
  font-size: 0.8em;
  font-style: normal;
}

.footer-footer {
  box-sizing: border-box;
  color: #838383;
  float: left;
  text-transform: uppercase;
  font-size: 0.75em;
  background-color: #151515;
  padding: 0.75em 2em 6.75em 2em;
  display: inline-block;
  margin-top: 1em;
  width: 100%;
}

.footer-footer p {
  margin: 0;
}

.footer-coordonnees,
.footer-copyright {
  width: 50%;
  margin-bottom: 0;
  display: table-cell;
  float: left;
  width: 100%;
  text-align: left;
}

.footer-copyright {
  float: right;
  margin: 0;
  padding: 0;
}

.footer-footer a,
.footer-footer a:visited {
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  CAMP
/*-----------------------------------------------------------------------------------*/
section.camp {
  padding: 1em 0 0 0;
}
section.figures.riders {
  padding: 0;
}
section.figures,
section.contact,
section.packing,
section.non-riders,
section.nutrition,
section.coaching-header,
section.villas,
section.massages,
section.sa-calobra {
  padding-bottom: 2em;
}

section.camp h5,
section.contact h5,
section.riders h5 {
  text-transform: none;
  font-weight: 100;
  line-height: 1.2em;
  font-size: 0.9em;
  width: 100%;
  float: left;
}
section.riders h5 {
  font-size: 0.65em;
}
section.camp i,
section.contact i,
section.camp .icon {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
section.contact {
  padding-top: 1em;
  padding-bottom: 0;
}
section.camp .icon i {
  font-size: 1em;
}
.page-title.training-camp h1 {
  width: 65%;
}
.page-title .btn.pending {
  font-size: 90%;
  padding: 5px 10px;
  margin-top: 5vw;
}
.page-title.non-riders h1 {
  width: 40%;
}
.page-title.non-riders .price {
  width: 20%;
}

section.parallax.camp,
section.parallax.camps,
section.parallax.contact,
section.parallax.coaching-header,
section.parallax.packing,
section.parallax.coaching,
section.parallax.non-riders,
section.parallax.nutrition,
section.parallax.villas,
section.parallax.massages,
section.parallax.testimonials,
section.parallax.sa-calobra,
section.parallax.stage,
section.parallax.short,
section.parallax.whoweare {
  padding: 0;
  position: relative;
}
.parallax.camp {
  background-image: url(../img/parallax/20241115-DSC01104.jpg);
  height: 260px;
}
.parallax.level {
  background-image: url(../img/parallax/20241116-DSC01229.jpg);
  height: 260px;
}
.parallax.camp.morzine {
  background-image: url(../img/parallax/joux-plane-2.jpg);
  height: 260px;
}
.parallax.camp.calpe {
  background-image: url(../img/parallax/calpe.jpg);
  height: 260px;
}
.parallax.camp.ventoux {
  background-image: url(../img/camps/ventoux-sign.jpg);
  height: 260px;
}
.parallax.camp.full-gas {
  background-image: url(../img/camps/full-gas.jpg);
  height: 260px;
}
.parallax.camps.women {
  background-image: url(../img/parallax/20241107-DSC02074.jpg);
  height: 260px;
}
.parallax.camp.women {
  background-image: url(../img/parallax/20241107-DSC02107.jpg);
}
.parallax.contact {
  background-image: url(../img/parallax/staff-mobile.jpg);
  height: 650px;
}
.parallax.coaching {
  background-image: url(../img/parallax/coaching.jpg);
}
.parallax.packing {
  background-image: url(../img/parallax/packing.jpg);
}
.parallax.coaching-header {
  background-image: url(../img/post/workshop-slides.jpg);
}
.parallax.non-riders {
  background-image: url(../img/parallax/couple.jpg);
}
.parallax.nutrition {
  background-image: url(../img/parallax/nutrition.jpg);
}
.parallax.sa-calobra {
  background-image: url(../img/parallax/20241116-DSC01247.jpg);
}
.parallax.stage-1 {
  background-image: url(../img/routes/20250519-DSC00709.jpg);
}
.parallax.stage-2 {
  background-image: url(../img/routes/20250520-DSC00851.jpg);
}
.parallax.stage-3 {
  background-image: url(../img/routes/20250521-DSC00960.jpg);
}
.parallax.stage-4 {
  background-image: url(../img/routes/20250522-DSC01090.jpg);
}
.parallax.stage-5 {
  background-image: url(../img/routes/20250523-DSC01151.jpg);
}
.parallax.stage-6 {
  background-image: url(../img/routes/20250524-DSC01368.jpg);
}
.parallax.short {
  min-height: 210px;
}
.parallax.staff {
  background-image: url(../img/parallax/staff.jpg);
}
.parallax.bikes {
  background-image: url(../img/camps/full-gas.jpg);
}
.parallax.villas {
  background-image: url(../img/villas/01.jpg);
}
.parallax.villas.morzine {
  background-image: url(../img/villa-morzine/1200x900_246a_G_MORZINEIMMO_246.jpg);
}
.parallax.villas.calpe {
  background-image: url(../img/villa-calpe/02.jpg);
}
.parallax.massages {
  background-image: url(../img/gallery/20210412-DSC00095.jpg);
}
.parallax.club {
  background-image: url(../img/parallax/team-isometric.jpg);
}
.parallax.kit {
  background-image: url(../img/parallax/team-kit.jpg);
}
.parallax.whoweare {
  background-image: url(../img/slider/sacalobra.jpg);
}
.parallax.contact .content,
.parallax.coaching .content,
.parallax.coaching-header .content,
.parallax.short .content,
.parallax.camp .content,
.parallax.camps .content,
.parallax.packing .content,
.parallax.non-riders .content,
.parallax.nutrition .content,
.parallax.sa-calobra .content,
.parallax.stage .content,
.parallax.villas .content,
.parallax.massages .content,
.parallax.testimonials .content,
.parallax.whoweare .content {
  padding-top: 4em;
  padding-bottom: 3em;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.parallax.short .content {
  padding-top: 2.5em;
}
.parallax.bikes .content {
  padding-top: 7vw;
}
.parallax.whoweare .content {
  position: relative;
  background: rgba(38, 46, 53, 0.6);
}
.parallax.camps .content,
.parallax.camp .content,
.parallax.packing .content,
.parallax.non-riders .content,
.parallax.nutrition .content,
.parallax.coaching-header .content {
  padding-top: 3em;
  position: relative;
  background: rgba(38, 46, 53, 0.5);
}
/*.parallax.camp .content {
  padding-top: 4vw;
}*/
.parallax.camp.level .content {
  padding-top: 3vw;
  padding-left: 4%;
  padding-right: 4%;
}
.parallax.camp.calpe .content {
  padding-top: 7.5vw;
}
.parallax.nutrition .content {
  padding-top: 4rem;
  background: rgba(38, 46, 53, 0.4);
}
.parallax.bikes .content {
  background: rgba(38, 46, 53, 0.4);
}
.parallax.sa-calobra .content {
  position: relative;
  background: rgba(38, 46, 53, 0.5);
}
.parallax.stage .content {
  position: relative;
  background: rgba(38, 46, 53, 0.5);
}
.parallax.villas .content {
  position: relative;
  background: rgba(38, 46, 53, 0.5);
}
.parallax.massages .content,
.parallax.staff .content,
.parallax.testimonials .content {
  position: relative;
  background: rgba(38, 46, 53, 0.4);
}
.parallax.contact .content {
  position: relative;
  background: rgba(38, 46, 53, 0.2);
}
.parallax.coaching-header .content {
  position: relative;
  background: rgba(38, 46, 53, 0.45);
}
.parallax.coaching .content {
  position: relative;
  background: rgba(38, 46, 53, 0.5);
}
.parallax.whoweare .section-title {
  margin-bottom: 0;
}
.parallax h2,
.parallax p {
  color: white;
}
.parallax:not(.contact) h2 {
  font-size: 1.5em;
}
.parallax.testimonials h2,
.parallax.whoweare h2 {
  font-size: 1.7em;
}
.parallax.testimonials h2.french {
  font-size: 1.5em;
}
.parallax p {
  font-size: 1em;
  margin-top: 0;
}
.parallax.whoweare h2,
.parallax.whoweare p {
  margin: auto;
}
.parallax.whoweare h2 {
  padding-bottom: 0.5em;
  text-align: center;
  line-height: 1.25em;
}
.parallax.whoweare p {
  text-align: justify;
  text-align-last: center;
}
.blocs-gallery {
  width: 98%;
  min-height: 304px;
  height: auto;
  border: 1px solid var(--main-border-color);
  margin: 1%;
  float: left;
  background: white;
  padding: 2em 3em;
  position: relative;
}
.blocs-gallery.img {
  padding: 0;
  border: none;
  height: 240px;
}
.blocs-gallery.riders.img {
  min-height: 0px;
}
.blocs-gallery.riders a.social {
  height: 17px !important;
  width: 17px !important;
  float: right;
}
.blocs-gallery .icon-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.blocs-gallery .icon-overlay img.trois-demi {
  max-width: none;
  height: 100%;
  width: calc(304px * 3 / 2);
  margin-left: calc((100% - (304px * 3 / 2)) / 2);
}

.blocs-gallery .icon-overlay img.quatre-tiers,
.blocs-schedule .icon-overlay img.quatre-tiers {
  height: 100%;
  width: calc(304px * 4 / 3);
  margin-top: 0;
  margin-left: calc((96vw - (304px * 4 / 3)) / 2);
}

.blocs-gallery .icon-overlay img.seize-neuvieme,
.blocs-schedule .icon-overlay img.seize-neuvieme {
  height: 100%;
  width: calc(304px * 16 / 9);
  margin-top: 0;
  margin-left: calc((96vw - (304px * 16 / 9)) / 2);
}

.blocs-gallery .icon-overlay img.deux-tiers,
.blocs-schedule .icon-overlay img.deux-tiers {
  max-width: none;
  width: 100%;
  height: auto;
  margin-top: calc((304px - (96vw * 3 / 2)) / 2);
}

.blocs-gallery .icon-overlay img.trois-quarts,
.blocs-schedule .icon-overlay img.trois-quarts {
  max-width: none;
  width: 100%;
  height: auto;
  margin-top: calc((304px - (96vw * 4 / 3)) / 2);
}

.blocs-schedule {
  width: 100%;
  min-height: 320px;
  height: auto;
  border: 1px solid var(--main-border-color);
  margin: 0;
  float: left;
  background: white;
  padding: 2em 3em;
  position: relative;
}
.blocs-schedule.img {
  padding: 0;
  border: none;
  height: 320px;
}
.blocs-schedule span:first-of-type {
  text-transform: uppercase;
}
.blocs-schedule.img.duo {
  display: none;
}
.blocs-schedule h3 {
  margin-top: -3px;
  font-size: 1.75em;
  margin-bottom: 0;
}
.blocs-schedule p a {
  color: #000;
}
.blocs-schedule .icon-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}
.blocs-schedule .icon-overlay img {
  max-width: none;
  height: 100%;
  width: auto;
  margin-left: calc((100% - (320px * 16 / 9)) / 2);
}
.blocs-schedule .icon-overlay img.trois-demi {
  margin-left: calc((100% - (320px * 1.5)) / 2);
}
.blocs-schedule .icon-overlay img.pano {
  margin-left: calc((100% - (320px * 2.38)) / 2);
}
.highlight {
  position: absolute;
  max-width: 28%;
  text-align: center;
  top: 1em;
  right: 0.5em;
  padding: 4px 4px;
  background-color: var(--difficult-black);
  color: #ffffff;
  font-weight: 900;
  font-size: 0.7em;
  line-height: 1.4em;
  text-transform: uppercase;
  border-radius: 2px;
}
.highlight.live {
  background-color: var(--intermediate-red);
}
.highlight.limited-availability {
  background-color: var(--orange);
}

.highlight.closed {
  color: #000;
  background-color: #f9f9f9;
  border: 1px solid #b5b5b5;
}
.highlight.edition {
  background-color: white;
  color: var(--difficult-black);
  right: auto;
  left: 0.5em;
}

.highlight.promo {
  transform: rotate(-45deg);
  padding: 0.5em 0 0.5em;
  top: 7%;
  left: -7%;
  width: 50%;
  background-color: var(--intermediate-red);
}

.highlight.edition.right {
  right: 0.5em;
  left: auto;
}

.parallax .highlight.promo {
  max-width: none;
  font-size: 120%;
  top: 10%;
  left: -17%;
}

#TableMenu .highlight {
  font-size: 7px;
  line-height: 2em;
}

#TableMenu .highlight.limited-availability {
  font-size: 7px;
}
#TableMenu .highlight.closed {
  font-size: 6px;
}
.highlight.postponed {
  background-color: var(--orange);
}
.highlight.guaranteed {
  background-color: var(--link-txt-color);
}
.highlight.coming {
  background-color: var(--light-blue);
}

.blocs-schedule .highlight {
  left: 1em;
  right: auto;
}
.calendar .highlight {
  position: relative;
  max-width: none;
  top: 0.25em;
  padding-right: 2px;
  padding-left: 2px;
  max-width: 80%;
  right: 0;
  margin: auto;
  float: none;
}

.data div {
  float: left;
  clear: both;
  width: 100%;
  line-height: 0.8rem;
  margin-bottom: 0.4rem;
}
.data span.text {
  float: left;
  font-size: 80%;
  text-transform: capitalize;
  width: 20%;
  margin-right: 1em;
}
.data .number {
  float: right;
  font-size: 80%;
  width: calc(20% - 1em);
  text-align: right;
  text-transform: lowercase;
}
.data .climbs {
  float: left;
  font-size: 80%;
  width: calc(80% - 1em);
  text-align: left;
}
.progress-bar {
  width: 60%;
  float: left;
  display: flex;
  height: 0.8rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}

.progress {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background-color: var(--darker-txt-color);
  transition: width 0.6s ease;
}

#TableClimbs th:nth-child(5),
#TableClimbs th:nth-child(6),
#TableClimbs td:nth-child(5),
#TableClimbs td:nth-child(6) {
  display: none;
}

.price {
  width: 30%;
  font-family: "Raleway", sans-serif;
  float: left;
  margin-top: 4px;
  text-align: center;
  line-height: 1.1em;
}
.price span {
  font-size: 0.8em;
  text-transform: none;
  font-weight: 100;
}
.price span.currency {
  vertical-align: text-top;
  font-size: 0.6em;
  font-weight: normal;
}
.tooltip.soldout,
.tooltip.limited-availability,
.tooltip.guaranteed,
.tooltip.closed,
.tooltip.coming {
  visibility: hidden;
  max-width: 250px;
  text-align: center;
  float: right;
  right: 25px;
  top: 70px;
  background-color: #fff;
  border: 1px solid #dce4ec;
  color: #000;
  padding: 10px 10px;
  border-radius: 3px;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 400;
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.9s;
}
.highlight:hover + .tooltip.soldout,
.btn.soldout:hover + .tooltip.soldout,
.btn.pending:hover + .tooltip.soldout,
.highlight.soldout:hover + .tooltip.soldout,
.highlight.limited-availability:hover + .tooltip.limited-availability,
.highlight:hover + .tooltip.closed,
.highlight.closed:hover + .tooltip.closed,
.btn.closed:hover + .tooltip.closed,
.btn.coming:hover + .tooltip.coming,
.highlight.guaranteed:hover + .tooltip.guaranteed,
.highlight.coming:hover + .tooltip.coming {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.9s;
}

.highlight.limited-availability:hover + .tooltip.limited-availability,
.highlight.closed:hover + .tooltip.closed,
.highlight.soldout:hover + .tooltip.soldout,
.highlight.guaranteed:hover + .tooltip.guaranteed,
.highlight.coming:hover + .tooltip.coming {
  top: auto;
  margin-top: 10px;
}

.highlight:hover + .tooltip.soldout,
.highlight:hover + .tooltip.closed,
.highlight:hover + .tooltip.coming {
  top: auto;
  margin-top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  FAQ
/*-----------------------------------------------------------------------------------*/
section.faq {
  text-align: left;
}
.collapsible {
  width: 100%;
  float: left;
  padding: 0.25em 0.75em;
  margin-bottom: 1em;
  background: #fff;
  border: 1px solid var(--main-border-color);
}

.collapsible-btn {
  cursor: pointer;
  width: 100%;
  color: var(--darker-txt-color);
  outline: none;
  margin: 0;
  text-align: left;
}

h5.collapsible-btn {
  font-size: 0.9em;
}

.collapsible-btn i {
  margin: 0.75em 0 0 0;
  float: right;
}

.active,
.collapsible:hover {
}

.panel-content {
  padding: 0;
  display: none;
  overflow: hidden;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.panel-content ul {
  padding-left: 2em;
}

.panel-content ul li {
  list-style: circle;
}

.faq-anchor,
.gallery-anchor {
  text-transform: uppercase;
  width: 100%;
  float: left;
}

.faq .post-title {
  margin-top: 1.25em;
  margin-bottom: 0.75em;
  float: left;
  width: 100%;
  counter-increment: bloc-counter;
}

.faq .post-title:first-child {
  margin-top: 0;
}

.faq {
  counter-reset: bloc-counter 0;
}
.faq .post-title:before {
  content: counter(bloc-counter) ". ";
}

.faq-list p {
  margin-top: 0.2em;
  margin-bottom: 2em;
}

.terms .faq-anchor {
  counter-increment: counter-summary;
}

.terms .faq-anchor:before {
  content: counter(counter-summary) ". ";
}
/*-----------------------------------------------------------------------------------*/
/*  TERMS
/*-----------------------------------------------------------------------------------*/
.increment-list h2 {
  counter-increment: bloc-counter;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
.increment-list p {
  font-size: 1em;
}
.increment-list {
  counter-reset: bloc-counter 0;
}
.increment-list h2.post-title:before {
  content: counter(bloc-counter) ". ";
}
.increment-list .list-number li {
  counter-increment: first-counter;
  padding-left: 3rem;
  margin-bottom: 1rem;
  position: relative;
  list-style-type: none;
  font-size: 1em;
  line-height: 1.7em;
}
.list-number {
  padding-left: 0px;
}
.increment-list .list-number {
  counter-reset: first-counter 0;
  counter-reset: second-counter 0;
  margin-bottom: 3em;
}
.sublist {
  counter-reset: second-counter 0;
}
.increment-list .list-number li.sub {
  counter-increment: second-counter;
}
.increment-list .list-number li:before {
  content: counter(first-counter);
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.5em;
  height: calc(100% - 10px);
  opacity: 0.15;
  padding-right: 1em;
  border-right: 1px solid;
  text-align: right;
  line-height: 1.1;
}
.increment-list .list-number li.sub:before {
  content: counter(first-counter) "." counter(second-counter);
}

.list-number li.important {
  background-color: white;
  border: 1px solid var(--main-border-color);
  border-radius: 4px;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.increment-list .list-number li.important:before {
  top: 1rem;
  height: calc(100% - 10px - 1.5rem);
}

/*-----------------------------------------------------------------------------------*/
/*  WHAT IS INCLUDED LIST
/*-----------------------------------------------------------------------------------*/
#what-is-included .post-title {
  font-size: 1.25em;
  margin-top: 0;
}

#what-is-included .list-number {
  padding-left: 0;
  margin-top: 0.5em;
  list-style: none;
}

#what-is-included {
  padding-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  WHAT TO EXPECT
/*-----------------------------------------------------------------------------------*/

.figures p {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--darker-txt-color);
}

.figures p.explanation {
  font-size: 1em;
  text-align: right;
  margin-bottom: 1em;
}

section.camp.figures h5,
section.contact.figures h5,
section.riders.figures h5 {
  text-transform: uppercase;
}

section.camp.figures h5,
section.contact.figures h5 {
  line-height: 1.5em;
}

section.riders.figures h5 {
  text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*  COOKIES CONSENT
/*-----------------------------------------------------------------------------------*/

.cookies-consent {
  background-color: #111;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 80%;
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
  padding: 1em 2em;
  text-align: justify;
}
.cookies-consent.hidden {
  display: none;
}
.cookies-consent .logo {
  width: 100%;
}
.cookies-consent a,
.cookies-consent a:visited,
.cookies-consent a:hover,
.cookies-consent .title-cookies {
  color: #fff;
}
.cookies-consent a.btn,
.cookies-consent a.btn:visited,
.cookies-consent a.btn:hover {
  font-size: 70%;
}
.cookies-consent .title-cookies {
  text-transform: none;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.cookies-consent p {
  float: left;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.cookies-consent .title-cookies {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.3em;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}

.cookies-consent .btn {
  float: left;
  margin-left: 1em;
  text-decoration: none;
}

.cookies-consent .decision {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.cookies-consent #close {
  float: right;
  position: absolute;
  top: 1.15em;
  right: 1em;
  font-size: 1.5em;
}

/*-----------------------------------------------------------------------------------*/
/*  PACKING
/*-----------------------------------------------------------------------------------*/

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 85%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: var(--darker-txt-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content.news-grid {
  width: 100%;
}

.reviews-grid,
.news-grid {
  padding-bottom: 1em;
  padding-top: 1em;
}

.reviews-grid div,
.news-grid div {
  width: calc(100% - 20px);
  border: 1px solid rgb(238, 238, 238);
  background-color: white;
  list-style: none;
  text-align: left;
  padding: 1em;
  margin-bottom: 1em;
  justify-content: center;
  border-radius: 8px;
  box-sizing: border-box;
}

.news-grid div {
  margin-left: 10px;
}

.reviews-grid div h3,
.news-grid div h3 {
  text-transform: initial;
  margin-bottom: 0;
  margin-top: 0.25em;
}

.reviews-grid div h3 {
  text-transform: capitalize;
}

.reviews-grid p {
  text-align: justify;
}

.news-grid div.yellow {
  background-color: yellow;
  color: black;
}

.news-grid div h3 {
  font-family: "Open Sans Condensed", sans-serif;
  color: var(--dark-black);
  font-weight: 900;
  font-size: 150%;
}

.news-grid div h3.data {
  font-size: 500%;
  margin-top: 0;
  margin-bottom: 0;
}

.news-grid div b {
  color: black;
  font-weight: 900;
}

.news-grid div.yellow h3,
.news-grid div.important h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 150%;
}

.news-grid div.important h3 {
  color: var(--intermediate-red);
}

.news-grid .time-news .important {
  background-color: var(--intermediate-red);
  padding: 0.5em 0.7em;
  color: white;
}

.news-grid video {
  width: 100% !important;
  height: auto;
}

.news .highlight {
  margin-top: 1.75em;
}

.reviews-grid .country {
  font-weight: lighter;
}
.difference,
.time-news {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 80%;
}

.time-news {
  margin-bottom: 0;
  font-size: 80%;
}

.news-grid .text:not(.bottom) {
  margin-top: 0.25em;

  width: 100%;
}

.news-grid .text.bottom {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.news-grid .text.survey a {
  width: 100%;
  float: left;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 7px;
  padding-top: 7px;
  color: var(--main-txt-color);
  margin-bottom: 5px;
}
.news-grid .text a:hover,
.news-grid .text a.voted {
  text-decoration: none;
  background-color: #ddd;
  color: #fff;
}

.news-grid .text a.correct {
  background-color: green;
  color: #fff;
}
.news-grid .text a.correct:not(.voted) {
  opacity: 0.8;
}
.news-grid .text a.wrong {
  background-color: red;
  color: #fff;
}

.news-grid .text.survey {
  margin-bottom: 0;
  overflow: hidden;
}

.news-grid .text.survey span {
  visibility: hidden;
  height: 0;
  float: right;
}

.news-grid .text.survey span.result {
  visibility: hidden;
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 2px;
  padding-right: 16px;
  font-size: 80%;
  color: #ddd;
  height: 1.5em;
}

.news-grid .text.survey.voted a span,
.news-grid .text.survey a.voted span,
.news-grid .text.survey.voted span.result {
  visibility: visible;
}

.news-grid .picture {
  margin-bottom: 0em;
}
.news-grid .credit {
  margin: 0em;
  text-align: right;
}

.news-grid .picture.multi,
.news-grid .picture.multi a {
  line-height: 0;
}

.news-grid img {
  width: 100%;
}

.news-grid img.multi_image {
  width: 49%;
  margin: 0.5%;
}

.news-grid img.grid_image {
  width: 49%;
  margin: 0.5%;
}

.news-grid .icon-overlay {
  width: 50%;
  float: left;
}

.news-grid .box figure img:not(.gallery_img) {
  height: 100%;
  width: auto;
}

.news-grid img.gallery-img {
  visibility: hidden;
}

.news-grid .box figure {
  width: calc(49% - 2px);
  margin: 2px;
  height: calc(640 / 960 * 42vw);
}

.news-grid .box figure img {
  margin-left: calc(((640 / 960 * 42vw) - 38vw) / 2);
}

.news-grid .box figure:first-of-type {
  height: calc((640 / 960 * 42vw + 2px) * 2);
}

.news-grid .box figure:first-of-type img {
  margin-left: calc((42vw - (((640 / 960 * 42vw + 2px) * 2) / 640 * 960)) / 2);
}

.news-grid img.gallery_img,
.news-grid .container-image {
  width: 49%;
  margin: 0.5%;
  float: left;
}

.news-grid .box a span.number_pictures {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  background: black;
  opacity: 70%;
  padding-top: 0.6em;
  padding-bottom: 3em;
  color: #fff;
  font-size: 3em;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.news-grid a.hidden {
  display: none;
}

.news-grid .container-image {
  position: relative;
  overflow: hidden;
  float: right;
  margin: 0.5%;
}

.news-grid .container-image img {
  width: 100%;
  float: left;
  margin: 0;
}

.caption.countdown h3 {
  margin-bottom: 0;
}

#countdown {
  width: 96%;
  margin-left: 2%;
  float: left;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
}

#countdown .number {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0.25em;
  line-height: 0.75em;
}

#countdown .label {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}

#countdown .items {
  width: calc(100% / 4);
  float: left;
}

.room-options {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}
.room-options h2 {
  font-size: 1.75rem;
  margin: 0 0 1rem;
  letter-spacing: 0.3px;
  text-align: center;
}
.room-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.room-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: transform 160ms ease, box-shadow 160ms ease;
  position: relative; /* needed for overlay positioning */
  border-radius: 14px;
  overflow: hidden;
}
.room-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8); /* 80% black */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none; /* block clicks to content without trapping focus */
  border-radius: inherit; /* match rounded corners */
}

/* overlay label */
.room-overlay__label {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 3rem;
  font-family: "Open Sans Condensed", sans-serif;
}

/* optional: dim card content when overlay present */
.room-card:has(.room-overlay) {
  filter: grayscale(0.25);
}
.room-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}
.room-card h3 {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 0.6rem;
  font-family: "Open Sans Condensed", sans-serif;
}
.room-card ul {
  list-style: disc;
  padding-left: 1.2rem;
  margin: 0 0 1rem 0;
  text-align: left;
}
.room-card li {
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
.room-card li:first-child {
  font-weight: 600;
  color: black;
}
.price-tag {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  background: #f5f5f7;
  border: 1px solid #eee;
  margin-top: auto;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES // MOBILE FIRST
/*-----------------------------------------------------------------------------------*/

@media (min-width: 400px) {
  .news-grid .box figure {
    height: calc(640 / 960 * 42vw);
    /*height: 130px;*/
  }

  .news-grid .box figure:first-of-type {
    height: calc((640 / 960 * 42vw + 2px) * 2);
    /*height: 264px;*/
  }

  .news-grid .box figure:first-of-type img {
    margin-left: calc(
      (42vw - (((640 / 960 * 42vw + 2px) * 2) / 640 * 960)) / 2
    );
    /*height: 264px;*/
  }

  section.riders h5 {
    font-size: 0.9em;
  }
}

@media (min-width: 420px) {
  .blocs-gallery .icon-overlay img.quatre-tiers,
  .blocs-schedule .icon-overlay img.quatre-tiers {
    width: 100%;
    height: calc(96vw * 3 / 4);
    margin-left: 0;
    margin-top: calc((304px - 96vw / 4 * 3) / 2);
  }

  .blocs-gallery .icon-overlay img.seize-neuvieme,
  .blocs-schedule .icon-overlay img.seize-neuvieme {
    width: 100%;
    height: calc(96vw * 9 / 16);
    margin-left: 0;
    margin-top: calc((304px - 96vw / 16 * 9) / 2);
  }

  .caption.tour,
  .caption.live {
    padding-top: calc((100vw * 9 / 16 / 2) * 0.55);
  }

  .page-title .btn.pending {
    font-size: 90%;
    padding: 7px 14px;
    margin-top: 4vw;
  }

  .news-grid .box a span.number_pictures {
    padding-top: 0.8em;
  }
  .parallax.camp.level .content {
    padding-top: 7vw;
  }
}

@media (min-width: 576px) {
  #countdown {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
  #countdown .number {
    font-size: 4em;
  }

  #countdown .label {
    font-size: 2em;
    margin-bottom: 0.25em;
  }
  .room-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .section-title .icon {
    display: inline-block;
  }

  .section-title h2 {
    font-size: 3em;
    line-height: normal;
  }

  .reviews-grid div,
  .news-grid div {
    width: calc(100% / 2 - 20px);
    margin-left: 0;
    margin-bottom: 1em;
  }

  .news-grid .box a span.number_pictures {
    padding-top: 0.5em;
    font-size: 2em;
  }

  .news-grid .box figure {
    height: calc(640 / 960 * 20vw);
    /*height: 130px;*/
  }

  .news-grid .box figure img {
    margin-left: calc(((640 / 960 * 25vw) - 20.6vw) / 2);
  }

  .news-grid .box figure:first-of-type {
    height: calc((640 / 960 * 20vw + 2px) * 2);
    /*height: 264px;*/
  }

  .news-grid .box figure:first-of-type img {
    margin-left: calc(
      (20vw - (((640 / 960 * 20vw + 2px) * 2) / 640 * 960)) / 2
    );
    /*height: 264px;*/
  }

  .link-review {
    visibility: hidden;
    font-size: 100%;
  }

  .caption {
    background: rgba(38, 46, 53, 0.25);
  }

  .caption.review {
    background: rgba(38, 46, 53, 0.6);
  }

  .caption .stars {
    margin-bottom: 1.75em;
  }

  .testimonials .stars {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }

  .news .highlight {
    margin-top: 0.8em;
    font-size: 120%;
    top: 0;
  }

  #comparison a.btn {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
  }
  .cookies-consent {
    float: right;
    max-width: 400px;
    right: 0;
  }
  .cookies-consent .logo {
    max-width: none;
  }

  .cookies-consent .btn {
    margin-left: 0;
    margin-right: 1em;
  }

  .cookies-consent .btn:first-child {
    margin-bottom: 0.5em;
  }
  .no-mobile {
    display: inline-block;
  }
  th.no-mobile,
  td.no-mobile {
    display: table-cell;
  }
  .post-list li.no-mobile {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .owl-partners {
    display: none !important;
  }
  .main {
    margin-top: 95px !important;
  }
  .anchor {
    top: -58px;
  }
  .home {
    margin-top: 0px !important;
  }
  nav .content {
    padding: 1em 0 0.23em 0 !important;
  }
  .nav ul.mobile {
    display: none;
  }
  #banner {
    margin-top: 95px;
  }

  .rslides img,
  .rslides .sale img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .rslides .sale img {
    width: auto;
    max-width: 100%;
    height: calc(100vw * 9 / 16);
  }
  .rslides,
  .rslides .sale img {
    max-height: 500px;
  }
  .rslides .sale {
    background-color: #293237;
  }

  .rslides video {
    width: auto;
    margin-left: calc((100% - (100% * 9 / 16 * 1680 / 500)) / 2 - 3px);
  }
  .caption .logo-slider {
    margin-bottom: 1.5em;
    margin-top: 0em;
  }
  .caption .logo-slider img {
    width: 300px;
  }
  .caption h2 {
    font-size: 3.5em;
  }
  .caption.tour.alps h2 {
    margin-top: 0;
  }
  .caption.live h2 {
    margin-bottom: 0.75em;
  }
  .caption.tour,
  .caption.live {
    padding-top: calc((100vw * 9 / 16 / 2) * 0.3);
  }
  .caption h3 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }
  .caption p {
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.5px;
  }
  .nav-mobile {
    display: none;
  }
  .logo {
    height: 44px;
    width: 97px;
    max-width: 208px;
    margin-top: 0;
  }
  .rslides_nav {
    top: calc(95px + (100vw * 9 / 16 / 2) - 32px);
  }
  .page-title h1,
  .page-title h6 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: var(--menu-height);
  }

  .page-title h1,
  .page-title h1.francais,
  .page-title h6 {
    font-size: 1.3em;
  }
  .page-title .btn {
    margin-top: 13px;
  }
  .page-title .btn.closed {
    font-size: 100%;
    padding: 10px 20px;
  }
  .deux-blocs,
  .trois-blocs,
  .quatre-blocs,
  .cinq-blocs,
  .six-blocs,
  .seven-blocs,
  .eight-blocs,
  .contact .eight-blocs,
  .contact .eight-blocs:nth-of-type(3n + 3),
  .nine-blocs,
  .ten-blocs,
  .figures .nine-blocs {
    margin-right: 1%;
  }
  .deux-blocs {
    margin-right: 4%;
    width: 48%;
  }
  .trois-blocs {
    width: calc((100% - 1%) / 2);
  }
  .quatre-blocs {
    width: calc((100% - 1%) / 2);
  }
  .cinq-blocs {
    width: calc((100% - 4%) / 5);
    margin-right: 1%;
  }
  .six-blocs {
    width: calc((100% - 2%) / 3);
  }
  .seven-blocs {
    width: calc((100% - 6%) / 7);
  }
  .seven-blocs:last-child {
    display: inline-block;
  }
  .seven-blocs:nth-of-type(3n) {
    margin-right: 1%;
  }
  .contact .eight-blocs,
  .eight-blocs {
    width: calc((100% - 3%) / 4);
  }
  .figures .nine-blocs {
    width: calc((100% - 2%) / 3);
  }
  .nine-blocs,
  .ten-blocs {
    width: calc((100% - 3%) / 4);
  }
  .figures .eight-blocs {
    width: calc((100% - 3%) / 4);
  }

  .figures .nine-blocs,
  .figures .nine-blocs:nth-of-type(4n) {
    margin-right: 1%;
  }

  .deux-blocs:nth-of-type(2n),
  .deux-colonnes:nth-of-type(2n),
  .trois-blocs:nth-of-type(2n),
  .quatre-blocs:nth-of-type(2n),
  .cinq-blocs:last-child,
  .six-blocs:nth-of-type(3n),
  .seven-blocs:last-child,
  .eight-blocs:nth-of-type(4n),
  .contact .eight-blocs:nth-of-type(4n),
  .nine-blocs:nth-of-type(4n),
  .ten-blocs:nth-of-type(4n),
  .figures .nine-blocs:nth-of-type(3n),
  .figures .eight-blocs:nth-of-type(4n) {
    margin-right: 0;
  }

  section.page-title {
    padding: 1.5em 0;
    min-height: none;
  }
  section:first-child {
    padding-top: 1.5em;
  }
  .page-title h1,
  .page-title h6 {
    margin: 4px 0 0 0;
    line-height: 1em;
  }

  .page-title h1,
  .page-title h6 {
    line-height: 1em;
  }

  .item .details {
    font-size: 2.5em;
    /*font-weight: 500;*/
  }

  .highlight {
    top: 1.5em;
    right: 1.5em;
    padding: 4px 6px;
  }

  .highlight.promo {
    left: -17%;
    top: 7%;
  }

  .icon-overlay .highlight {
    max-width: none;
  }

  .highlight.edition {
    left: 1.5em;
    right: auto;
    max-width: none;
  }

  .highlight.edition.right {
    right: 1.5em;
    left: auto;
  }

  .image-caption h3 {
    margin: 0;
    font-size: 1.1em;
  }

  .item .details {
    margin-top: 17%;
  }

  .details.route {
    margin-top: 24%;
  }
  .details.route.two {
    margin-top: 20%;
  }

  .meta,
  .more {
    font-size: 0.8em;
  }

  .author {
    font-size: 1em;
  }

  .icon-border {
    display: inline-block;
  }
  .section-title .icon {
    display: inline-block;
    font-size: 1.3em;
    line-height: 21px;
  }

  .col-services .icon {
    display: block;
  }
  .col-services .text h5 {
    text-align: left;
    line-height: 1.5em;
  }
  .image-caption {
    padding-top: 1em;
  }

  .parallax .section-title {
    margin-bottom: 1.5em;
  }

  .parallax p {
    margin-top: 1em;
  }

  .parallax.camp .content,
  .parallax.camps .content,
  .parallax.camp.level .content,
  .parallax.coaching .content,
  .parallax.coaching-header .content,
  .parallax.contact .content,
  .parallax.packing .content,
  .parallax.non-riders .content,
  .parallax.nutrition .content,
  .parallax.sa-calobra .content,
  .parallax.stage .content,
  .parallax.villas .content,
  .parallax.massages .content,
  .parallax.testimonials .content,
  .parallax.whoweare .content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .parallax.camp p,
  .parallax.coaching p,
  .parallax.contact p,
  .parallax.packing p,
  .parallax.non-riders p,
  .parallax.nutrition p,
  .parallax.coaching-header p,
  .parallax.sa-calobra p,
  .parallax.stage p,
  .parallax.villas p,
  .parallax.massages p,
  .parallax.testimonials p,
  .parallax.whoweare p {
    font-size: 1.1em;
  }
  .parallax.camp .content,
  .parallax.camps .content,
  .parallax.packing .content,
  .parallax.non-riders .content,
  .parallax.nutrition .content,
  .parallax.sa-calobra .content,
  .parallax.stage .content,
  .parallax.villas .content,
  .parallax.testimonials .content,
  .parallax.massages .content {
    padding-top: 10vw;
  }
  .parallax.camp .content {
    padding-top: 8vw;
  }
  .parallax.camp.calpe .content {
    padding-top: 7.5vw;
  }
  .parallax.level .content,
  .parallax.camp.level .content {
    padding-top: 7vw;
  }
  .parallax.camps .content {
    padding-top: 5vw;
  }
  .parallax.camps .content,
  .parallax.level .content,
  .parallax.camp.level .content {
    padding-top: 7vw;
  }
  .parallax.nutrition .content {
    padding-top: 3rem;
  }
  .parallax.coaching-header .content {
    padding-top: 7vw;
  }
  .col-services .row h5 {
    font-size: 1em;
  }
  nav {
    font-size: 0.7em;
    background-color: rgba(255, 255, 255, 0.95);
  }
  nav ul.mobile {
    display: none !important;
  }
  nav ul.others {
    display: table-cell !important;
    width: auto !important;
    line-height: 44px;
  }
  nav.down .logo {
    margin-top: 2px;
  }
  nav header {
    display: table;
  }
  nav li {
    list-style: none;
    display: inline;
    padding-top: 0.25em;
    padding-left: 1em !important;
    width: auto;
    margin-top: 0 !important;
  }
  nav li:first-child {
    padding-left: 1em !important;
  }
  nav ul.francais li {
    font-size: 0.9em;
    padding-left: 0.5em !important;
  }
  .parallax.whoweare h2,
  .parallax.whoweare p {
    max-width: 720px;
  }
  .long-text p,
  .long-text img,
  img.maps {
    max-width: 720px;
    margin: auto;
    text-align: justify;
  }
  img.maps {
    max-width: 980px;
  }
  .content.contact-page {
    max-width: 820px;
  }
  .col-50 {
    width: 49%;
    margin-right: 2%;
  }
  .meet-the-staff .col-50 {
    width: 47%;
    margin-right: 6%;
  }
  .col-50.right {
    margin-right: 0%;
  }
  .faq-list .col-50.right h3,
  .faq-list .col-50.right p {
    margin-top: 0;
  }
  .faq-list .col-50.right p {
  }
  .sidebox:first-of-type {
    margin-top: 0;
  }
  .tabs.services .panel-container {
    width: 70%;
    margin: 0 auto;
  }

  .section-title h2 {
    margin-bottom: 0;
  }

  .services .etabs {
    width: 80%;
  }

  .footer-section.links {
    width: 50%;
    margin-right: 0;
  }

  .footer-title {
    margin-top: 0;
  }

  footer p {
    font-size: 0.9em;
  }

  .clear-50 {
    clear: both;
    width: 100%;
    float: left;
  }

  .footer-section.links:last-child {
    margin-left: 0%;
  }

  .footer-coordonnees {
    width: 45%;
  }

  .footer-copyright {
    width: 55%;
    text-align: right;
  }

  .footer-copyright p {
    float: right;
  }

  .footer-footer {
    padding-bottom: 0.75em;
  }

  .our-partners img {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .page-title h1.camp,
  .page-title .news h1 {
    padding: 0;
  }

  .page-title .btn {
    margin-top: 5px;
  }

  .parallax.contact .content,
  .parallax.coaching .content {
    padding-top: 1.5em;
  }

  .parallax.short .content {
    padding-top: 5em;
  }

  .parallax.bikes .content {
    padding-top: 3em;
  }

  .parallax.camp,
  .parallax.packing,
  .parallax.coaching-header,
  .parallax.nutrition,
  .parallax.non-riders,
  .parallax.sa-calobra {
    height: 300px;
  }

  .parallax.nutrition {
    height: 350px;
  }
  .parallax.contact {
    height: 600px;
  }
  .parallax.contact {
    background-image: url(../img/parallax/staff.jpg);
  }
  .parallax.staff {
    background-image: url(../img/parallax/staff-short.jpg);
  }
  .parallax.kit {
    background-image: url(../img/parallax/team-kit-large.jpg);
  }
  .parallax.testimonials {
    background-image: url(../img/parallax/team.jpg);
  }
  .parallax.camp h2,
  .parallax.packing h2,
  .parallax.coaching-header h2,
  .parallax.non-riders h2,
  .parallax.nutrition h2,
  .parallax.sa-calobra h2,
  .parallax.stage h2,
  .parallax.villas h2,
  .parallax.massages h2,
  .parallax.testimonials h2,
  .parallax.testimonials h2.french,
  .parallax.short h2,
  .parallax.whoweare h2 {
    font-size: 2.5em;
  }

  .parallax.contact h2 {
    font-size: 1.7em;
  }
  .parallax.nutrition h2 {
    font-size: 1.7em;
  }
  .blocs-gallery,
  .blocs-gallery.riders.img {
    width: calc(96% / 2);
    margin: 1%;
  }
  .blocs-gallery .icon-overlay img.quatre-tiers,
  .blocs-schedule .icon-overlay img.quatre-tiers {
    height: 100%;
    width: calc(304px * 4 / 3);
    margin-top: 0;
    margin-left: calc(((96vw / 2 - 2vw) - (304px * 4 / 3)) / 2);
  }

  .blocs-schedule .icon-overlay img.quatre-tiers {
    width: calc(370px * 4 / 3);
    margin-left: calc(((96vw / 2 - 2vw) - (370px * 4 / 3)) / 2);
  }

  .blocs-gallery .icon-overlay img.seize-neuvieme,
  .blocs-schedule .icon-overlay img.seize-neuvieme {
    height: 100%;
    width: calc(304px * 16 / 9);
    margin-top: 0;
    margin-left: calc(((96vw / 2 - 2vw) - (304px * 16 / 9)) / 2);
  }

  .blocs-schedule .icon-overlay img.seize-neuvieme {
    width: calc(370px * 16 / 9);
    margin-left: calc(((96vw / 2 - 2vw) - (370px * 16 / 9)) / 2);
  }

  .blocs-gallery .icon-overlay img.deux-tiers,
  .blocs-schedule .icon-overlay img.deux-tiers {
    height: calc((96vw / 2 - 2vw) * 3 / 2);
    margin-top: calc((304px - ((96vw / 2 - 2vw) * 3 / 2)) / 2);
  }

  .blocs-schedule .icon-overlay img.deux-tiers {
    margin-top: calc((370px - ((96vw / 3 - 2vw) * 3 / 2)) / 2);
  }

  .blocs-gallery .icon-overlay img.trois-quarts,
  .blocs-schedule .icon-overlay img.trois-quarts {
    height: calc((96vw / 2 - 2vw) * 4 / 3);
    margin-top: calc((304px - ((96vw / 2 - 2vw) * 4 / 3)) / 2);
  }

  .blocs-schedule .icon-overlay img.trois-quarts {
    margin-top: calc((370px - ((96vw / 3 - 2vw) * 4 / 3)) / 2);
  }

  /*SPLIT*/
  .blocs-gallery.split .icon-overlay img.quatre-tiers {
    height: 100%;
    width: calc(304px * 4 / 3);
    margin-top: 0;
    margin-left: calc(((96vw * 0.85 / 2 - 2vw) - (304px * 4 / 3)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.seize-neuvieme {
    height: 100%;
    width: calc(304px * 16 / 9);
    margin-top: 0;
    margin-left: calc(((96vw * 0.85 / 2 - 2vw) - (304px * 16 / 9)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.deux-tiers {
    height: calc((96vw * 0.85 / 2 - 2vw) * 3 / 2);
    margin-top: calc((304px - ((96vw * 0.85 / 2 - 2vw) * 3 / 2)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.trois-quarts {
    height: calc((96vw * 0.85 / 2 - 2vw) * 4 / 3);
    margin-top: calc((304px - ((96vw * 0.85 / 2 - 2vw) * 4 / 3)) / 2);
  }

  .blocs-schedule {
    width: calc(100% / 2);
    height: 370px;
    padding: 0.75em 1.25em;
    font-size: 1.1em;
  }
  .blocs-schedule.img {
    height: 370px;
  }

  .blocs-schedule.img.duo {
    display: block;
  }
  .blocs-schedule.img.trio {
    display: none;
  }
  .blocs-schedule.img.clear {
    clear: both;
  }
  .blocs-schedule .icon-overlay img {
    margin-left: calc((100% - (370px * 16 / 9)) / 2);
  }
  .blocs-schedule .icon-overlay img.trois-demi {
    margin-left: calc((100% - (370px * 1.5)) / 2);
  }
  .blocs-schedule .icon-overlay img.pano {
    margin-left: calc((100% - (370px * 2.38)) / 2);
  }

  .blocs-schedule p {
    font-size: 0.85em;
    margin-top: 0.5em;
  }

  .button-row {
    text-align: left;
  }
  .btn-submit {
    float: left;
  }

  .table .plan h3 {
    height: 60px;
  }
  .table .row {
    width: calc(75% / 6);
  }

  .table .row:first-child {
    font-size: 0.8em;
    width: 25%;
  }
  .table .row:nth-child(7) {
    display: inline-block;
  }
  .table .plan h4 {
    padding: 20px 0;
    height: 83px;
  }
  .table .row:first-child h4 {
    padding-top: 3.5em;
    padding-left: 0.9em;
  }

  .table .plan h4 .amount {
    font-size: 3em;
  }

  .table .plan h4 .amount span {
    font-size: 0.5em;
  }

  .table .row:first-child ul li {
    padding-left: 1em;
  }

  section.camp,
  section.contact section.short {
    padding: 1em 0 0 0;
  }

  .list-number {
    padding-left: 10px;
  }

  .partners img {
    max-width: 100%;
  }

  .owlcarousel .owl-controls .owl-prev,
  .owlcarousel .owl-controls .owl-next {
    top: calc(((94vw - 20px) / 2 * 900 / 1414 / 2) - 20px);
  }

  .review-home {
    padding-left: 0;
    padding-right: 0;
  }

  .owlcarousel.owl-reviews .owl-controls .owl-prev,
  .owlcarousel.owl-reviews .owl-controls .owl-next {
    top: 3.5em;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  WHAT IS INCLUDED LIST
  /*-----------------------------------------------------------------------------------*/
  #what-is-included .list-number li {
    font-size: 85%;
    line-height: 1.75em;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  A DAY AT THE CAMP
  /*-----------------------------------------------------------------------------------*/
  .steps {
    width: 80%;
  }
  .step {
    padding: 10px 0 0 calc(50% + 52px);
    margin: 0 0 10px;
  }
  .step.even {
    padding: 10px calc(50% + 55px) 0 0;
  }

  .blocs-schedule .highlight {
    font-size: 0.6em;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  COMPARISON
  /*-----------------------------------------------------------------------------------*/
  .tooltip-compare {
    max-width: 200px;
    margin-left: -100px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  LAST NEWS
  /*-----------------------------------------------------------------------------------*/
  .last-news .icon-overlay {
    max-height: calc((94vw - 20px) / 2 * 9 / 16);
  }

  span.clear-both.two {
    clear: both;
    float: left;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  NEWS
  /*-----------------------------------------------------------------------------------*/

  #TableFlights .no-mobile {
    display: inline;
  }

  #TableMenu th.small {
    font-size: 0.9em;
    padding-top: 5px;
  }

  #TableMenu td {
    line-height: 2em;
  }

  .faq .content,
  .gallery .content,
  .terms .content {
    display: flex;
    align-items: flex-start;
  }

  aside.left {
    width: 50%;
  }

  #train-eat-rest div {
    padding: 2em 3em 2em 3em;
  }

  #train-eat-rest h2,
  #train-eat-rest.french h2 {
    line-height: 0.6em;
    font-size: 8vw;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
  }

  .btn-whatsapp .french span {
    font-size: 1em;
  }

  .news-grid .box figure {
    height: 100px;
  }

  .news-grid .box figure:first-of-type {
    height: 204px;
  }

  h6.collapsible-btn {
    margin-top: 0.75em;
  }

  .data span.text {
    width: 30%;
    margin-right: 0.25em;
  }
  .data .number {
    width: 20%;
  }
  .data .climbs {
    width: calc(70% - 0.25em);
  }
  .progress-bar {
    width: calc(50% - 0.25em);
  }
  .page-title .btn.pending {
    padding: 7px 14px;
    margin-top: 11px;
  }
}

@media (min-width: 768px) {
  .caption h2,
  .caption.tour.alps h2 {
    font-size: 4em;
    margin-top: 0.5em;
  }
  .caption h3 {
    font-size: 3em;
  }
  .until-tablet {
    display: none;
  }
  .tablet-mini {
    display: inline-block;
  }
  th.tablet-mini,
  td.tablet-mini {
    display: table-cell;
  }
  nav {
    font-size: 0.8em;
  }
  nav li {
    padding-left: 1.7em !important;
  }
  nav ul.francais li {
    padding-left: 1.5em !important;
  }
  .main {
    margin-top: 100px !important;
  }
  .home {
    margin-top: 0px !important;
  }
  .col-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-left {
    width: 72%;
    margin-bottom: 1em;
  }
  .col-left.gallery {
    padding-left: 0;
    padding-right: 0;
    width: 85%;
  }
  aside {
    width: calc(28%);
    margin-top: 0;
    border-top: 0px;
  }
  aside.left {
    width: 25%;
  }
  aside.left.gallery {
    display: block;
    width: 15%;
  }
  .terms aside.left {
    width: 30%;
  }

  .faq .col-left {
    width: 75%;
    margin-bottom: 1em;
  }
  .terms .col-left {
    width: 70%;
    margin-bottom: 1em;
  }
  #banner {
    margin-top: 97px;
  }
  .caption {
    padding-top: 10vw;
  }
  .caption.review {
    padding-top: 6vw;
  }
  .caption.review p:not(.title) {
    font-size: 1.1em;
    float: left;
  }
  .rslides_nav {
    top: calc(97px + (438px / 2) - 32px);
  }

  .caption .logo-slider img {
    width: 350px;
  }

  .page-title.training-camp h1 {
    font-size: 1.3em;
    width: 70%;
  }

  .services .tab .root:before,
  .services .tab .root:after {
    width: 35%;
  }

  .footer-section {
    width: calc(40% - 15px);
    margin-right: 15px;
  }

  .footer-section.links {
    width: 30%;
  }

  .footer-section.links:last-child {
    margin-right: 0;
  }

  .clear-50 {
    clear: none;
    float: none;
  }

  .parallax.camp h2,
  .parallax.packing h2,
  .parallax.coaching-header h2,
  .parallax.nutrition h2,
  .parallax.non-riders h2,
  .parallax.sa-calobra h2,
  .parallax.stage h2,
  .parallax.villas h2,
  .parallax.massages h2,
  .parallax.testimonials h2,
  .parallax.testimonials h2.french,
  .parallax.short h2,
  .parallax.whoweare h2 {
    font-size: 3.5em;
  }

  .parallax.camps h2,
  .parallax.level h2 {
    font-size: 2.75em;
  }

  .parallax.nutrition h2 {
    font-size: 2.75em;
  }

  .parallax.nutrition .content {
    padding-top: 3.5rem;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  A DAY AT THE CAMP
  /*-----------------------------------------------------------------------------------*/
  .blocs-schedule p {
    font-size: 0.95em;
  }
  #TableMenu .highlight {
    font-size: 0.9em;
  }

  #train-eat-rest h2,
  #train-eat-rest.french h2 {
    font-size: 7vw;
    margin-top: 0.7em;
  }

  .nine-blocs,
  .ten-blocs {
    width: calc((100% - 5%) / 6);
  }

  #TableClimbs th:nth-child(5),
  #TableClimbs th:nth-child(6),
  #TableClimbs td:nth-child(5),
  #TableClimbs td:nth-child(6) {
    display: table-cell;
  }

  .highlight.promo {
    left: -18%;
    top: 8%;
  }

  .news-grid .box figure {
    height: 150px;
  }

  .news-grid .box figure:first-of-type {
    height: 304px;
  }

  .blocs-schedule {
    width: calc(100% / 3);
    font-size: 0.9em;
  }

  .blocs-schedule.img.duo {
    display: none;
  }
  .blocs-schedule.img.trio {
    display: block;
  }
  .blocs-schedule.img.clear {
    clear: none;
  }
  .page-title .btn.pending {
    font-size: 100%;
    padding: 10px 20px;
    margin-top: 5px;
  }
  .news-grid .box a span.number_pictures {
    padding-top: 1em;
    font-size: 3em;
  }
  .blocs-schedule .icon-overlay img.quatre-tiers {
    margin-left: calc(((96vw / 3 - 2vw) - (370px * 4 / 3)) / 2);
  }
  .blocs-schedule .icon-overlay img.seize-neuvieme {
    margin-left: calc(((96vw / 3 - 2vw) - (370px * 16 / 9)) / 2);
  }
}

@media (min-width: 881px) {
  .blocs-gallery .icon-overlay img.quatre-tiers {
    width: 100%;
    height: calc((96vw / 2 - 2vw) * 3 / 4);
    margin-left: 0;
    margin-top: calc((304px - (96vw / 2 - 2vw) / 4 * 3) / 2);
  }

  .blocs-gallery .icon-overlay img.seize-neuvieme {
    width: 100%;
    height: calc((96vw / 2 - 2vw) * 9 / 16);
    margin-left: 0;
    margin-top: calc((304px - (96vw / 2 - 2vw) / 16 * 9) / 2);
  }
}

@media (min-width: 992px) {
  nav {
    font-size: 1em;
  }
  nav ul.francais li {
    padding-left: 1.7em !important;
  }
  nav.down .logo {
    height: 25px;
    margin-top: 2px;
  }
  .main {
    margin-top: 107px !important;
  }
  .anchor {
    top: -63px;
  }
  #banner {
    margin-top: 107px;
  }
  .home {
    margin-top: 0px !important;
  }
  .rslides_nav {
    top: calc(107px + (500px / 2) - 32px);
  }
  .link-review {
    /*visibility: visible;
    top: calc(500px - 70px);*/
    padding: 0.5em 1em;
    font-size: 80%;
  }
  .desktop-only {
    display: inline;
    width: 100%;
    float: left;
  }
  .no-desktop {
    display: none;
  }
  .content {
    width: 98%;
  }
  .six-blocs:nth-of-type(3n),
  .seven-blocs:last-child,
  .eight-blocs,
  .eight-blocs:nth-of-type(4n),
  .figures .eight-blocs:nth-of-type(4n) {
    margin-right: 0;
  }

  .deux-blocs,
  .trois-blocs,
  .trois-blocs:nth-of-type(2n),
  .quatre-blocs,
  .quatre-blocs:nth-of-type(2n),
  .cinq-blocs,
  .six-blocs,
  .six-blocs:nth-of-type(3n),
  .seven-blocs,
  .eight-blocs,
  .eight-blocs:nth-of-type(4n),
  .nine-blocs,
  .ten-blocs,
  .figures .nine-blocs:nth-of-type(3n),
  .nine-blocs:nth-of-type(4n),
  .ten-blocs:nth-of-type(4n) {
    margin-right: 1%;
  }
  .figures .nine-blocs:nth-of-type(9n) {
    margin-right: 0;
  }
  .quatre-blocs,
  .quatre-blocs:nth-of-type(2n) {
    margin-right: 1.5%;
  }
  .deux-blocs {
    margin-right: 4%;
    width: 48%;
  }
  .trois-blocs {
    width: calc((100% - 2%) / 3);
  }
  .quatre-blocs {
    width: calc((100% - 4.5%) / 4);
  }
  .cinq-blocs {
    width: calc((100% - 4%) / 5);
    margin-right: 4%;
  }
  .six-blocs {
    width: calc((100% - 5%) / 6);
  }
  .seven-blocs {
    width: calc((100% - 6%) / 7);
  }
  .contact .eight-blocs,
  .eight-blocs {
    width: calc((100% - 7%) / 8);
  }
  .nine-blocs,
  .nine-blocs:not(.figures) {
    width: calc((100% - 8%) / 9);
  }
  .ten-blocs,
  .ten-blocs:not(.figures) {
    width: calc((100% - 9%) / 10);
  }
  .figures .eight-blocs {
    width: calc((100% - 7%) / 8);
  }

  .trois-blocs:nth-of-type(3n),
  .quatre-blocs:nth-of-type(4n),
  .trois-blocs:last-child,
  .cinq-blocs:last-child,
  .six-blocs:last-child,
  .eight-blocs:last-child,
  .nine-blocs:last-child,
  .ten-blocs:last-child {
    margin-right: 0;
  }

  .parallax.camp .content,
  .parallax.camps .content,
  .parallax.contact .content,
  .parallax.packing .content,
  .parallax.coaching-header .content,
  .parallax.non-riders .content,
  .parallax.nutrition .content,
  .parallax.sa-calobra .content,
  .parallax.stage .content,
  .parallax.villas .content,
  .parallax.massages .content,
  .parallax.testimonials .content,
  .parallax.short .content,
  .parallax.whoweare .content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .parallax.camp h2,
  .parallax.packing h2,
  .parallax.coaching-header h2,
  .parallax.non-riders h2,
  .parallax.nutrition h2,
  .parallax.villas h2,
  .parallax.massages h2,
  .parallax.testimonials h2,
  .parallax.testimonials h2.french,
  .parallax.sa-calobra h2,
  .parallax.stage h2,
  .parallax.whoweare h2 {
    font-size: 3.5em;
  }

  .parallax.short h2 {
    font-size: 3em;
  }

  .parallax.camp .content,
  .parallax.camps .content,
  .parallax.packing .content,
  .parallax.coaching-header .content,
  .parallax.non-riders .content,
  .parallax.nutrition .content,
  .parallax.villas .content,
  .parallax.massages .content,
  .parallax.testimonials .content,
  .parallax.sa-calobra .content,
  .parallax.stage .content {
    padding-top: 5vw;
  }

  .parallax.camp.calpe .content {
    padding-top: 5vw;
  }

  .parallax.nutrition .content {
    padding-top: 5rem;
  }

  .item .details {
    margin-top: 16%;
  }

  .item .details.route {
    margin-top: 22%;
  }
  .item .details.route.two {
    margin-top: 18%;
  }

  .caption h2 {
    font-size: 5em;
  }
  .caption.live h2 {
    font-size: 3em;
  }
  .caption p {
    max-width: 984px;
  }
  .caption.review p.comment {
    line-height: 1.75em;
  }

  .rslides video {
    margin-left: calc((100vw - (100vw * 9 / 16 * 1680 / 500)) / 2);
    margin-top: ;
    min-height: calc(100vw * 9 / 16);
    min-width: 100vw;
  }

  .owlcarousel .owl-controls .owl-prev,
  .owlcarousel .owl-controls .owl-next {
    top: calc(((98vw - 40px) / 3 * 900 / 1414 / 2) - 20px);
  }

  .owl-reviews blockquote,
  .owl-reviews h3 {
    max-width: 85%;
    margin: auto;
  }

  .owlcarousel.owl-reviews .owl-controls .owl-prev,
  .owlcarousel.owl-reviews .owl-controls .owl-next {
    top: 2.5em;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  WHAT IS INCLUDED LIST
  /*-----------------------------------------------------------------------------------*/
  #what-is-included .list-number li,
  #what-is-included .list-number,
  #what-is-included .post-title {
    text-align: left;
  }

  #what-is-included .list-number {
    list-style: circle;
    list-style-position: inside;
  }
  /*-----------------------------------------------------------------------------------*/
  /*  A DAY AT THE CAMP
  /*-----------------------------------------------------------------------------------*/
  .blocs-schedule {
    padding: 0.75em 2.75em;
  }

  .blocs-schedule p {
    font-size: 1em;
  }

  .blocs-schedule .highlight {
    font-size: 0.8em;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  LAST NEWS
  /*-----------------------------------------------------------------------------------*/
  .last-news .icon-overlay {
    max-height: calc((98vw - 40px) / 3 * 9 / 16);
  }

  /*-----------------------------------------------------------------------------------*/
  /*  LAST NEWS
  /*-----------------------------------------------------------------------------------*/
  span.clear-both.two {
    clear: none;
    float: none;
  }
  span.clear-both.three,
  span.clear-both.four {
    clear: both;
    float: left;
  }

  .footer-section {
    width: calc(35% - 12px);
    margin-right: 12px;
  }

  .footer-section:nth-child(2) {
    width: calc(25% - 12px);
    margin-right: 12px;
  }

  .footer-section.links {
    width: calc((40% - 12px) / 2);
    float: left;
    margin-left: 0;
    margin-right: 12px;
  }

  .footer-section.links:last-child {
    margin-right: 0;
    margin-left: 0;
  }

  /*.footer-section:last-child {
    width: calc(15%);
  }*/

  #comparison a.btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .calendar .highlight {
    max-width: 60%;
  }

  .table .row:first-child {
    font-size: 1em;
  }

  #TableMenu .highlight.limited-availability,
  #TableMenu .highlight.closed,
  #TableMenu .highlight.live {
    font-size: 6px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  h5.collapsible-btn {
    font-size: 1em;
  }

  .collapsible-btn i {
    margin: 0.5em 0 0 0;
  }

  aside.left {
    width: 20%;
  }

  aside.left.gallery {
    width: 15%;
  }

  .faq .col-left {
    width: 80%;
  }

  .table .select {
    display: block;
  }

  #train-eat-rest h2,
  #train-eat-rest.french h2 {
    font-size: 6vw;
  }
  .blocs-gallery,
  .blocs-gallery.riders.img {
    width: calc(97% / 3);
    margin: 0.5%;
  }

  .blocs-gallery .icon-overlay img.quatre-tiers,
  .blocs-schedule .icon-overlay img.quatre-tiers {
    height: 100%;
    width: calc(304px * 4 / 3);
    margin-left: calc(((1170px * 0.97 / 3) - (304px * 4 / 3)) / 2);
    margin-top: 0;
  }

  .blocs-schedule .icon-overlay img.quatre-tiers {
    width: calc(370px * 4 / 3);
    margin-left: calc(((984px * 0.97 / 3) - (370px * 4 / 3)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.quatre-tiers {
    margin-left: calc(((984px * 0.85 * 0.97 / 3) - (304px * 4 / 3)) / 2);
  }

  .blocs-gallery .icon-overlay img.seize-neuvieme,
  .blocs-schedule .icon-overlay img.seize-neuvieme {
    height: 100%;
    width: calc(304px * 16 / 9);
    margin-left: calc(((1170px * 0.97 / 3) - (304px * 16 / 9)) / 2);
    margin-top: 0;
  }

  .blocs-schedule .icon-overlay img.seize-neuvieme {
    width: calc(370px * 16 / 9);
    margin-left: calc(((984px * 0.97 / 3) - (370px * 16 / 9)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.seize-neuvieme {
    margin-left: calc(((984px * 0.85 * 0.97 / 3) - (304px * 16 / 9)) / 2);
  }

  .blocs-gallery .icon-overlay img.deux-tiers,
  .blocs-schedule .icon-overlay img.deux-tiers {
    height: calc((1170px * 0.97 / 3) * 3 / 2);
    margin-top: calc((304px - ((1170px * 0.97 / 3) * 3 / 2)) / 2);
  }

  .blocs-schedule .icon-overlay img.deux-tiers {
    margin-top: calc((370px - ((984px * 0.97 / 3) * 3 / 2)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.deux-tiers {
    height: calc((984px * 0.85 * 0.97 / 3) * 3 / 2);
    margin-top: calc((304px - ((984px * 0.85 * 0.97 / 3) * 3 / 2)) / 2);
  }

  .blocs-gallery .icon-overlay img.trois-quarts,
  .blocs-schedule .icon-overlay img.trois-quarts {
    height: calc((1170px * 0.97 / 3) * 4 / 3);
    margin-top: calc((304px - ((1170px * 0.97 / 3) * 4 / 3)) / 2);
  }

  .blocs-schedule .icon-overlay img.trois-quarts {
    margin-top: calc((370px - ((984px * 0.97 / 3) * 4 / 3)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.trois-quarts {
    height: calc((984px * 0.85 * 0.97 / 3) * 4 / 3);
    margin-top: calc((304px - ((984px * 0.85 * 0.97 / 3) * 4 / 3)) / 2);
  }

  .reviews-grid div {
    width: calc(100% / 3 - 20px);
  }

  .highlight.promo {
    left: -16%;
    top: 8%;
  }

  .parallax .highlight.promo {
    left: -19%;
    top: 11%;
  }

  .meet-the-staff h1 {
    font-size: 6rem;
  }

  .meet-the-staff .col-50 h3 {
    font-size: 1.25rem;
  }

  .link-review {
    visibility: visible;
  }

  .data .climbs {
    width: 60%;
  }

  .data span.text {
    width: 20%;
    margin-right: 1em;
  }
  .data .number {
    width: calc(20% - 1em);
  }
  .data .climbs {
    width: calc(80% - 1em);
  }
  .progress-bar {
    width: 60%;
  }
}

@media (min-width: 1004px) {
  /*-----------------------------------------------------------------------------------*/
  /*  LAST NEWS
  /*-----------------------------------------------------------------------------------*/
  .last-news .icon-overlay {
    max-height: calc((984px - 40px) / 3 * 9 / 16);
  }

  #train-eat-rest h2,
  #train-eat-rest.french h2 {
    font-size: 5.75vw;
  }
}

@media (min-width: 1200px) {
  .until-desktop {
    display: none;
  }
  .desktop-mini {
    display: inline-block;
  }
  th.desktop-mini,
  td.desktop-mini {
    display: table-cell;
  }
  .content {
    max-width: 1170px;
  }

  .header-contact a:not(:first-child) {
    display: inline-block;
  }

  .caption.tour {
    padding-top: calc((100vw * 9 / 16 / 2) * 0.2);
  }

  .item .details {
    margin-top: 17%;
  }

  .item .details.route {
    margin-top: 22%;
  }

  .item .details.route.two {
    margin-top: 20%;
  }

  .owl-carousel video,
  .trois-blocs video {
    width: 100%;
  }

  .blocs-schedule {
    font-size: 1em;
  }
  .rslides img.up {
    margin-top: -30px;
  }
  .rslides img.review {
    margin-top: -50px;
  }
  .owlcarousel .owl-controls .owl-prev,
  .owlcarousel .owl-controls .owl-next {
    top: calc(((1170px - 40px) / 3 * 900 / 1414 / 2) - 20px);
  }
  /*-----------------------------------------------------------------------------------*/
  /*  LAST NEWS
  /*-----------------------------------------------------------------------------------*/
  .last-news .icon-overlay {
    max-height: calc((1170px - 40px) / 3 * 9 / 16);
  }

  .parallax:not(.villas):not(.women):not(.morzine) {
    background-attachment: fixed;
  }

  .parallax.short:not(.bikes) {
    height: 320px;
  }

  .parallax.short:not(.bikes) .content {
    padding-top: 7em;
  }

  .parallax.camp .content,
  .parallax.camps .content,
  .parallax.packing .content,
  .parallax.coaching-header .content,
  .parallax.non-riders .content,
  .parallax.nutrition .content,
  .parallax.villas .content,
  .parallax.massages .content,
  .parallax.testimonials .content,
  .parallax.sa-calobra .content,
  .parallax.sstage .content {
    padding-top: 5vw;
  }

  .parallax.villas .content,
  .parallax.sa-calobra .content,
  .parallax.stage .content {
    padding-top: 4vw;
  }

  .parallax.camp.calpe .content,
  .parallax.massages .content,
  .parallax.testimonials .content,
  .parallax.nutrition .content {
    padding-top: 3rem;
  }
  .parallax.camp:not(.level):not(.women):not(.morzine) {
    background-image: url(../img/parallax/20240925-DSC06386.jpg);
  }
  .parallax.camp.level .content,
  .parallax.camp .content,
  .parallax.camps .content,
  .parallax.sa-calobra .content,
  .parallax.sstage .content {
    padding-top: 3vw;
  }
  .parallax.camp.women .content {
    padding-top: 4vw;
  }

  .section-title h2 {
    margin-top: 0.5em;
  }

  #train-eat-rest h2,
  #train-eat-rest.french h2 {
    font-size: 5em;
  }

  .parallax .highlight.promo {
    left: -20%;
    top: 13%;
  }

  .news-grid .box figure {
    height: 175px;
  }

  .news-grid .box figure:first-of-type {
    height: 354px;
  }

  .news-grid .box a span.number_pictures {
    padding-top: 1.25em;
  }

  .blocs-gallery.split .icon-overlay img.quatre-tiers {
    margin-left: calc(((1170px * 0.85 * 0.97 / 3) - (304px * 4 / 3)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.seize-neuvieme {
    margin-left: calc(((1170px * 0.85 * 0.97 / 3) - (304px * 16 / 9)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.deux-tiers {
    height: calc((1170px * 0.85 * 0.97 / 3) * 3 / 2);
    margin-top: calc((304px - ((1170px * 0.85 * 0.97 / 3) * 3 / 2)) / 2);
  }

  .blocs-gallery.split .icon-overlay img.trois-quarts {
    height: calc((1170px * 0.85 * 0.97 / 3) * 4 / 3);
    margin-top: calc((304px - ((1170px * 0.85 * 0.97 / 3) * 4 / 3)) / 2);
  }
}

@media (min-width: 1376px) {
  .blocs-gallery .icon-overlay img.quatre-tiers,
  .blocs-schedule .icon-overlay img.quatre-tiers {
    width: calc(304px / 3 * 4);
    height: 100%;
    margin-top: 0;
    margin-left: calc(((1170px / 3 - 3%) - (304px / 3 * 4)) / 2);
  }

  .blocs-schedule .icon-overlay img.quatre-tiers {
    width: calc(370px / 3 * 4);
    margin-left: calc(((1170px / 3 - 3%) - (370px / 3 * 4)) / 2);
  }

  .blocs-gallery .icon-overlay img.seize-neuvieme,
  .blocs-schedule .icon-overlay img.seize-neuvieme {
    width: calc(304px / 9 * 16);
    height: 100%;
    margin-top: 0;
    margin-left: calc(((1170px / 3 - 3%) - (304px / 9 * 16)) / 2);
  }

  .blocs-schedule .icon-overlay img.seize-neuvieme {
    width: calc(370px / 9 * 16);
    margin-left: calc(((1170px / 3 - 3%) - (370px / 9 * 16)) / 2);
  }

  /*.blocs-gallery.split .icon-overlay img.quatre-tiers {
    margin-left: calc(((1170px * 0.85 / 3 - 3%) - (304px / 3 * 4)) / 2);
  }*/
}

@media (min-width: 1400px) {
  .caption {
    padding-top: 7vw;
  }
  .caption.review {
    padding-top: 4vw;
  }

  .parallax.nutrition {
    height: 300px;
  }
}
