/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/main.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
html {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1 {
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-size: 4.25rem;
  line-height: 4.5rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 12.5vw;
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
  }
}
h1 .script {
  font-family: "Rouge Script", cursive;
  font-weight: bold;
  font-size: 6.25rem;
  line-height: 3.5rem;
}
h1 .light {
  font-weight: 300;
  font-size: 3.25rem;
  line-height: 3.875rem;
}

.date-header {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
}

.discipline {
  font-size: 2.125rem;
  line-height: 2.5rem;
}

h2 {
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-size: 2.625rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 6.5vw;
  }
}
h2 .script {
  font-family: "Rouge Script", cursive;
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 3.5rem;
}
h2 .light {
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 3.875rem;
}

.text-blue {
  color: #24B3E8;
  font-weight: bold;
}

.text-orange {
  color: #F47B39;
  font-weight: bold;
}

h3 {
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
}

h4 {
  display: inline-block;
  line-height: 1.75rem;
  font-family: "Khand", sans-serif;
  font-weight: 600;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.small {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}

.big {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.875rem;
}

.strong {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.btn, a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
}

@media (max-width: 376px) {
  html {
    font-size: 13px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .script {
    letter-spacing: -0.08em;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
  .script {
    letter-spacing: -0.08em;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  .script {
    letter-spacing: -0.08em;
  }
}

.wrapper {
  max-width: 71.75rem;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  border-radius: 40px;
  padding: 20px 30px;
  margin: 30px 15px 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s ease;
}
.btn__blue {
  background-color: #00B8EF;
}
.btn__blue:hover {
  background-color: rgb(0, 144.7364016736, 188);
}
.btn__blue--small {
  padding: 14px 20px;
}
.btn__orange {
  background-color: #F47B39;
}
.btn__orange:hover {
  background-color: rgb(236.8421052632, 92.1052631579, 13.1578947368);
}
.btn__orange--small {
  padding: 14px 20px;
}

.cta.dark_blue {
  background-color: #25346D;
}
.cta.blue {
  background-color: #24B3E8;
}
.cta.orange {
  background-color: #F47B39;
}
.cta.green {
  background-color: #79C68C;
}
.cta.black {
  background-color: #000000;
}

.dark_blue {
  background-color: #25346D;
}

.blue {
  background-color: #24B3E8;
}

.orange {
  background-color: #F47B39;
}

.green {
  background-color: #79C68C;
}

.black {
  background-color: #000000;
}

.aqua {
  background-color: #00729E;
}

.drawer__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.drawer__bg.inactive {
  opacity: 0;
  pointer-events: none;
}
.drawer__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1000;
  width: 36vw;
  height: 100vh;
  position: fixed;
  right: -15px;
  background-color: rgb(255, 255, 255);
  transition: right 0.3s cubic-bezier(0.82, 0.085, 0.395, 0.895);
  overflow-y: scroll;
}
.drawer__block.inactive {
  right: -100vh;
}
.drawer__block a {
  color: #000000;
  display: block;
}
.drawer__menu .title,
.drawer__menu a {
  font-size: 1.375rem;
  font-family: "Khand", sans-serif;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.drawer__menu .title:hover,
.drawer__menu a:hover {
  color: #F47B39;
}
.drawer__menu--toggle {
  height: 60px;
  width: 60px;
  margin-left: 30px;
  padding: 19px;
  background-color: #34353A;
  color: rgb(255, 255, 255);
  font-size: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}
.drawer__menu--toggle:hover {
  background-color: rgb(76.1090909091, 77.5727272727, 84.8909090909);
}
.drawer__bottom {
  margin: 50px 0;
}
.drawer__bottom a {
  font-size: 1.25rem;
  font-family: "Khand", sans-serif;
  font-weight: 400;
  line-height: 26px;
  padding: 10px 0;
}
.drawer__bottom a:hover {
  color: #F47B39;
}
.drawer__bottom .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 150px;
  width: 100%;
}
.drawer__bottom .menu a {
  padding-right: 40px;
}
.drawer__buttons {
  margin-bottom: 60px;
  height: 60px;
  display: flex;
}
.drawer__buttons .btn {
  color: white;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.drawer__top, .drawer__bottom {
  padding: 20px 60px 30px 60px;
}

.menu {
  position: relative;
}
.menu .menu-item-has-children {
  cursor: pointer;
}
.menu .menu-item-has-children > a {
  pointer-events: none;
}
.menu .menu-item-has-children > a:after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}
.menu .menu-item-has-children ul {
  display: none;
  margin-left: 10px;
}
.menu .menu-item-has-children.js-isActive > a:after {
  transform: rotate(90deg);
}
.menu .menu-item-has-children.js-isActive > a {
  color: #F47B39;
}
.menu .menu-item-has-children:hover > a {
  color: #F47B39;
}

@media (max-width: 1199.98px) {
  .drawer__block {
    width: 50vw;
  }
  .drawer__buttons {
    justify-content: space-between;
  }
  .drawer__top, .drawer__bottom {
    padding: 60px 30px;
  }
  .drawer__bottom #menu-secondary-header {
    flex-direction: column;
  }
  .drawer__bottom .grid__wrapper {
    justify-content: flex-start;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .drawer__block {
    width: calc(100% + 15px);
    height: 100vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1607843137);
    z-index: 1000000000;
  }
  .drawer__buttons {
    justify-content: space-between;
  }
  .drawer__top, .drawer__bottom {
    padding: 15px 30px 15px 15px;
  }
  .drawer__bottom {
    margin-top: 30px;
  }
  .drawer__bottom #menu-secondary-header {
    flex-direction: column;
  }
  .drawer__bottom .grid__wrapper {
    justify-content: flex-start;
    padding-left: 0;
  }
}
.cta.black {
  color: white !important;
}
.cta__block {
  padding: 100px 15px;
}
.cta__item {
  min-height: 376px;
  display: flex;
  width: 100%;
  padding: 30px;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  border-radius: 40px;
  color: white;
  font-size: 14px;
  overflow: hidden;
}
.cta__item h3 {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .cta__item {
    order: 2;
    margin-bottom: 40px;
    width: 100%;
  }
}
.cta__image {
  width: 100%;
  border-radius: 40px;
  min-height: 376px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
}
.cta__image img {
  height: 376px;
  width: 376px;
}
@media (max-width: 767.98px) {
  .cta__image {
    order: 1;
    width: 100%;
  }
}
.cta__column {
  padding-top: 30px;
}
.cta a {
  display: block;
  padding-top: 20px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.cta a:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .cta__column {
    display: flex;
  }
  .cta__image, .cta__item {
    width: 100%;
    min-height: 330px;
  }
  .cta__item {
    min-height: 330px;
    width: 100%;
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .cta__column {
    flex-direction: column;
    align-content: center;
  }
  .cta__item {
    align-self: center;
    border-radius: 40px;
    margin-right: 0;
  }
}
.c-cta__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.c-cta__col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 33.3333333333%;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .c-cta__col {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .c-cta__col {
    max-width: 100%;
  }
  .c-cta__col[data-order="0"] {
    order: 1;
  }
  .c-cta__col[data-order="1"] {
    order: 2;
  }
  .c-cta__col[data-order="2"] {
    order: 3;
  }
  .c-cta__col[data-order="4"] {
    order: 6;
  }
  .c-cta__col[data-order="5"] {
    order: 5;
  }
}

.headerbar__wrapper.grid__wrapper {
  padding: 0;
  justify-content: space-between;
}
.headerbar__wrapper a.btn {
  margin: 0 15px;
  padding: 24px 36px;
}
.headerbar__block {
  position: fixed;
  padding: 10px 20px 20px;
  max-height: 100px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 99999;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.headerbar__block.hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .headerbar__block.hidden {
    display: block;
  }
  .headerbar__block.hidden .header__menu--open {
    display: flex;
  }
  .headerbar__block.hidden .header__menu--close {
    display: none;
  }
}
.headerbar__logo img {
  width: auto;
  height: 80px;
}
@media (max-width: 575.98px) {
  .headerbar__logo img {
    max-width: 150px;
    max-height: 70px;
  }
}
.headerbar__buttons {
  display: flex;
  align-items: center;
}
.headerbar__button {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  justify-content: space-around;
  background-color: #34353A;
}
.headerbar__button.hidden {
  display: none;
}
.headerbar__button .fa-bars {
  font-size: 26px;
  padding: 18px;
  color: rgb(255, 255, 255);
}
.headerbar__button .fa-times {
  font-size: 26px;
  padding: 18px 21px;
  color: rgb(255, 255, 255);
}

@media (max-width: 760px) {
  .families__wave, .temoignages__wave, .header__wave, .cta__wave {
    display: none;
  }
  .headerbar__wrapper.grid__wrapper {
    justify-content: space-between;
  }
  .headerbar__buttons {
    max-width: 100%;
  }
  .headerbar__buttons .btn {
    display: none;
  }
}
.form__half {
  display: flex;
  justify-content: space-between;
  width: 99%;
}
.form__half input {
  width: 100%;
}
.form__full {
  width: 100%;
}
.form__full h3 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.form__full input {
  width: 95%;
}
.form__row {
  display: flex;
  margin: 0 20px 20px 0;
}
.form__row textarea, .form__row select {
  width: 100%;
}
.form__row input, .form__row textarea, .form__row select {
  justify-content: space-between;
  border: none;
  background-color: #F4F4F4;
  padding: 20px 0 20px 10px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.865rem;
}
.form__row textarea {
  padding: 20px 10px;
  resize: none;
}
.form__flex {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.form__flex .check_box {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.form__flex .wpcf7-list-item-label {
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.form__flex input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: none;
  background: rgb(255, 255, 255);
}

.single__defi {
  background-color: rgb(255, 255, 255);
}
.single__content {
  padding: 60px 0;
}

.defi__icons {
  display: flex;
  flex-direction: row;
}
.defi__times {
  display: flex;
  flex-direction: row;
}
.defi__header {
  justify-content: space-between;
}
.defi__one-third {
  display: flex;
}
.defi__two-third {
  display: flex;
  flex-wrap: wrap;
}
.defi__time {
  color: black;
  font-weight: 400;
}
.defi__time:not(:last-child) {
  margin-right: 20px;
}
.defi__time i {
  height: 40px;
  padding-top: 10px;
  margin-right: 5px;
}
.defi__icon {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  margin-right: 5px;
  justify-content: space-around;
  align-content: space-around;
  padding-top: 10px;
  border-radius: 100%;
}
.defi__cat {
  max-width: 100%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 9px 20px;
  font-size: 1.125rem;
  background-color: #D9E7ED;
  color: #34353A;
  border-radius: 40px;
  margin-bottom: 6px;
}
.defi__cat:not(:last-child) {
  margin-right: 10px;
}

.details__cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 9px 20px;
  font-size: 1.125rem;
  background-color: #34353A;
  color: #D9E7ED !important;
  border-radius: 40px;
  margin: 0 0 20px 20px;
}

.sidebar h4 {
  padding-top: 50px;
  font-size: 1.375rem;
}
.sidebar__teams {
  flex-wrap: wrap;
  flex-direction: row;
}
.sidebar__team {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
}
.sidebar__team a {
  width: 118px;
}
.sidebar__team a img {
  max-width: 100%;
  padding: 10px;
}
body.single .single__content {
  padding-top: 100px !important;
}

.hotel__image {
  width: 100%;
  border-radius: 40px;
  height: 305px;
  margin-bottom: 20px;
}

.faq {
  flex-wrap: wrap;
}
.faq.grid__wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.faq__footer {
  width: 100%;
  padding-top: 100px;
  text-align: center;
}
.faq__cat {
  width: 100%;
  margin-bottom: 50px;
}
.faq__cat--title {
  text-transform: uppercase;
  font-size: 42px;
}
.faq__cat__title {
  font-size: 2.625rem;
}
.faq__header {
  display: flex;
  justify-content: space-between;
}
.faq__header .title, .faq__header i {
  font-size: 1.375rem;
}
.faq__header .title {
  font-family: "Khand", sans-serif;
  font-weight: 600;
}
.faq__text {
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
  margin-top: 30px;
}
.faq__text a {
  color: #00B8EF;
  font-weight: 400;
  text-decoration: underline;
}
.faq__item {
  padding: 30px 20px;
  border: 2px solid #D9E7ED;
  border-radius: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq__item:hover {
  background-color: #D9E7ED;
}
.faq__item--open .faq__text {
  transition: display 2s;
  display: block;
}
.faq__item--open {
  background-color: #D9E7ED;
}
.faq__item--open .fa-plus {
  display: none;
}
.faq__item--closed .faq__text {
  transition: display 2s;
  display: none;
}
.faq__item--closed .fa-minus {
  display: none;
}
.faq .colored:nth-child(5n+1) {
  color: rgb(37, 52, 111);
}
.faq .colored:nth-child(5n+2) {
  color: rgb(0, 114, 158);
}
.faq .colored:nth-child(5n+3) {
  color: rgb(244, 123, 57);
}
.faq .colored:nth-child(5n+4) {
  color: rgb(121, 198, 140);
}
.faq .colored:nth-child(5n+5) {
  color: rgb(38, 180, 232);
}

.filter__block {
  background-color: #D9E7ED;
}
.filter__section {
  padding-bottom: 30px;
}
.filter__section h4 {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.filter__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.filter__item {
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1875rem;
}
.filter__item .fas {
  padding-right: 10px;
}
.filter__item.active {
  background-color: #34353A;
  color: rgb(255, 255, 255);
}
.filter__item.active:hover {
  background-color: rgb(39.9454545455, 40.7136363636, 44.5545454545);
}
.filter__item:hover {
  cursor: pointer;
  background-color: rgb(242.25, 242.25, 242.25);
}

.finder__header {
  display: block;
  width: 100%;
}
.finder__header.hidden {
  display: none;
}
.finder__header:not(:first-child) {
  margin-top: 60px;
}
.finder__header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.finder__header h2 {
  padding: 0;
}
@media (max-width: 991.98px) {
  .finder__header {
    flex-direction: column;
  }
}
.finder__type--content {
  display: block;
  width: 100%;
}
.finder__type--image {
  display: flex;
  justify-content: space-between;
}
.finder__type--image img {
  position: relative;
  height: 40px;
  margin-left: 10px;
  top: 0;
}
@media (max-width: 991.98px) {
  .finder__type--image {
    margin-top: 10px;
    margin-left: -10px;
    justify-content: normal;
  }
}
.finder__elements {
  margin-bottom: 20px;
}
.finder__elements.hidden {
  display: none;
}
.finder__hover {
  display: flex;
  position: absolute;
  padding: 0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  color: #34353A;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: 0.15s ease;
}
.finder__hover__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  text-align: center;
  padding: 5px;
}
@media (max-width: 575.98px) {
  .finder__hover__row {
    width: 100%;
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
.finder__hover__long {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.finder__hover__temps {
  font-size: 14px;
  font-weight: 400;
}
.finder__hover img {
  min-width: 60px;
  width: 60px;
  margin: 0 auto 10px auto;
}
@media (max-width: 575.98px) {
  .finder__hover img {
    min-width: 40px;
    width: 40px;
  }
}
.finder__padded {
  padding: 30px;
}
.finder__padded .date {
  margin-bottom: 15px;
}
.finder__padded .date span {
  font-weight: 400 !important;
}
.finder__element {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
}
.finder__element h3 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.85px;
}
.finder__element .defi__icon {
  background-color: #D9E7ED;
  color: #000000;
}
.finder__element .details__cat {
  margin: 0 0 4px 6px;
  color: rgb(255, 255, 255);
}
.finder__element.is-active .finder__hover, .finder__element:hover .finder__hover {
  opacity: 1;
}

.pictures__wrapper .pictures__year {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px;
}
.pictures__wrapper .pictures__year h2 {
  display: block;
  width: 100%;
}
.pictures__wrapper .pictures__year:nth-child(5n+1) .pictures__day {
  background-color: #25346D;
}
.pictures__wrapper .pictures__year:nth-child(5n+1) .pictures__script {
  color: #25346D;
}
.pictures__wrapper .pictures__year:nth-child(5n+2) .pictures__day {
  background-color: #00729E;
}
.pictures__wrapper .pictures__year:nth-child(5n+2) .pictures__script {
  color: #00729E;
}
.pictures__wrapper .pictures__year:nth-child(5n+3) .pictures__day {
  background-color: #F47B39;
}
.pictures__wrapper .pictures__year:nth-child(5n+3) .pictures__script {
  color: #F47B39;
}
.pictures__wrapper .pictures__year:nth-child(5n+4) .pictures__day {
  background-color: #24B3E8;
}
.pictures__wrapper .pictures__year:nth-child(5n+4) .pictures__script {
  color: #24B3E8;
}
.pictures__wrapper .pictures__year:nth-child(5n+5) .pictures__day {
  background-color: #79C68C;
}
.pictures__wrapper .pictures__year:nth-child(5n+5) .pictures__script {
  color: #79C68C;
}
.pictures__day {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-width: 277px;
  min-height: 277px;
  border-radius: 40px;
  padding: 22px;
  color: rgb(255, 255, 255);
  line-height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
}
.pictures__day img {
  position: absolute;
  width: 277px;
  height: 277px;
  top: 0;
  left: 0;
  filter: opacity(0.2);
}
.pictures__day:hover img {
  filter: opacity(0.5);
}
.pictures__day:not(last-of-type) {
  margin-right: 10px;
}
.pictures__day h3 {
  text-transform: uppercase;
  z-index: 10;
}
.pictures__day .btntxt {
  z-index: 10;
}
.pictures__day .slim {
  font-weight: 400;
}

.picture__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.picture__image {
  width: 30%;
  padding: 10px;
}
.picture__image img {
  width: 100%;
}

.splide-media {
  display: flex;
  min-width: 100%;
  justify-content: flex-end;
  flex-direction: column;
}
.splide-media .splide__arrows {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.splide-media .splide__arrow {
  position: relative;
}
.splide-media .splide__arrow svg {
  width: 40px;
  height: 40px;
  fill: #6F6F6F;
}
.splide-media .splide__arrow--next {
  right: 1em;
}
.splide-media .splide__arrow--prev {
  right: calc(100% - 1em);
}
.splide-media .splide__arrow:hover svg {
  fill: #34353A;
}

.medias {
  padding: 100px 0;
}
.medias .splide__slide {
  padding: 0 10px !important;
}
.medias__contact {
  padding-top: 100px;
}
.medias__contact .first {
  padding-right: 100px;
}
@media (max-width: 991.98px) {
  .medias__contact .first {
    padding-right: 0;
  }
}
.medias .splide__track {
  margin-top: 40px;
}
.medias .medias__slider--header {
  position: relative;
}
.medias .medias__slider--header .header--title {
  display: block;
  width: 100%;
  min-height: 60px;
}
@media (max-width: 767.98px) {
  .medias .medias__slider--header .header--title {
    display: flex;
    align-items: center;
  }
}
.medias .medias__slider--header .header--title * {
  margin-bottom: 0;
  padding-bottom: 0;
}
.medias .medias__slider--header .splide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.medias .medias__slider--header .splide__arrows .splide__arrow {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  color: #C7C7C7;
  background-color: transparent;
  right: 0;
  left: 0;
  top: 0;
  transform: none;
  font-size: 30px;
}
.medias .medias__slider--header .splide__arrows .splide__arrow:hover {
  color: #34353A;
}
.medias .cta {
  background-color: #34353A;
}

.media__article {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 100%;
  background-color: #D9E7ED;
  border-radius: 40px;
  overflow: hidden;
}
.media__article:hover h4 {
  color: #00B8EF;
}
@media (max-width: 575.98px) {
  .media__article {
    height: auto;
  }
}
.media__image {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  background-color: #6F6F6F;
  background-size: cover;
  background-position: center center;
}
.media__content {
  display: block;
  padding: 30px;
  color: #34353A;
  font-size: 14px;
}
.media__content--date {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #F47B39;
}
.media__content--title h4 {
  display: block;
  font-size: 22px;
  letter-spacing: 0.55px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .medias {
    padding: 60px 15px !important;
  }
}
.c-programNresults {
  width: 100%;
  max-width: 33.333333%;
  flex: 1 1 33.333333%;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #34353A;
}
@media (max-width: 991.98px) {
  .c-programNresults {
    max-width: 50%;
    flex: 1 1 50%;
  }
}
@media (max-width: 767.98px) {
  .c-programNresults {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.c-programNresults__wrapper {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  border-radius: 4rem;
  overflow: hidden;
}
.c-programNresults__header {
  display: block;
  padding: 30px;
  background-color: white;
}
.c-programNresults__header .date {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .c-programNresults__header .date {
    font-size: 18px;
  }
}
.c-programNresults__header .date span {
  display: block;
  font-family: "Rouge Script", cursive;
  font-size: 55px;
  text-transform: lowercase;
  color: #F47B39;
}
@media (max-width: 575.98px) {
  .c-programNresults__header .date span {
    font-size: 40px;
  }
}
.c-programNresults__content {
  display: block;
  border-top: 2px solid #FFFFFF;
  padding: 30px;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
.c-programNresults__content a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: #34353A;
}
.c-programNresults__content a:hover {
  color: #00B8EF;
}
@media (max-width: 575.98px) {
  .c-programNresults__content a {
    font-size: 16px !important;
  }
}
.c-programNresults__content li {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  font-weight: 300;
}
.c-programNresults__content li strong {
  font-weight: 600;
}
.c-programNresults__content li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-programNresults__content .hour {
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  background-color: white;
  border-radius: 25px;
  margin-bottom: 15px;
}

.temoignage__wrapper {
  position: absolute;
  background-color: rgba(0, 114, 158, 0.8);
  min-height: calc(100% + 100px);
  min-width: 100%;
  top: -100px;
}
.temoignage__article {
  display: flex;
}
@media (max-width: 767.98px) {
  .temoignage__article {
    flex-direction: column;
  }
}
.temoignage__content {
  padding-left: 2px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .temoignage__content {
    padding-right: 0;
    width: calc(100% - 250px);
    max-width: 100%;
  }
  .temoignage__content .content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .temoignage__content {
    width: 100%;
  }
}
.temoignage__content .title {
  font: normal normal normal 60px/56px Rouge Script;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .temoignage__image {
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  .temoignage__image {
    width: 100%;
    max-width: 100%;
    order: -1;
    margin-bottom: 30px;
  }
}
.temoignage__image div {
  height: 336px;
  width: 336px;
  border-radius: 50%;
  background-size: cover;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .temoignage__image div {
    height: 250px;
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  .temoignage__image div {
    width: 250px;
    height: 250px;
  }
}

.splide-temoin {
  display: flex;
  min-width: 100%;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 30px;
  color: rgb(255, 255, 255);
}
.splide-temoin .splide__track {
  padding: 0 5px;
}
.splide-temoin .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 1.5rem;
  background: transparent;
}
.splide-temoin .splide__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.splide-temoin .splide__pagination {
  display: block;
  padding: 0;
}
@media (max-width: 991.98px) {
  .splide-temoin .splide__pagination {
    padding: 0;
    bottom: -45px;
  }
}
.splide-temoin .splide__pagination li {
  padding: 0 2px;
}
.splide-temoin .splide__pagination button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  transform: none !important;
  opacity: 1;
}
.splide-temoin .splide__pagination button.is-active {
  background-color: white;
}
.splide-temoin strong {
  font-weight: 600;
}
.splide-temoin h2 {
  font-size: 3.75rem;
  font-family: "Rouge Script", cursive;
}
.splide-temoin .splide__arrow--prev {
  left: -100px;
}
.splide-temoin .splide__arrow--prev svg {
  fill: rgba(0, 114, 158, 0.9);
  transform: scale(-10);
}
.splide-temoin .splide__arrow--next svg {
  fill: rgba(0, 114, 158, 0.9);
  transform: scale(10);
}

.c-socialMedias {
  display: block;
}
.c-socialMedias.light a {
  color: white;
}
.c-socialMedias.with_label a {
  justify-content: flex-start;
  text-transform: uppercase;
}
.c-socialMedias.with_label a i {
  width: 35px;
}
.c-socialMedias li {
  display: block;
}
.c-socialMedias a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  color: #000000;
}
.c-socialMedias a:hover.facebook {
  color: #4267B2;
}
.c-socialMedias a:hover.instagram {
  color: #833AB4;
}
.c-socialMedias a:hover.youtube {
  color: #FF0000;
}

.c-form.gray-theme input:not([type=submit]),
.c-form.gray-theme select,
.c-form.gray-theme textarea {
  background-color: #F4F4F4;
}
.c-form__section {
  display: block;
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 2px solid white;
}
.c-form__section:last-child {
  border-bottom: 0 !important;
}
.c-form__checkbox .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.c-form__checkbox .c-form__col--half:last-child {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .c-form__checkbox .c-form__col--half:last-child {
    justify-content: flex-start;
  }
}
.c-form__checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.c-form__checkbox .wpcf7-list-item {
  width: 100%;
  max-width: 33.3333333333%;
  padding: 0 10px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .c-form__checkbox .wpcf7-list-item {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .c-form__checkbox .wpcf7-list-item {
    max-width: 100%;
    margin-top: 15px;
    padding: 0;
  }
}
.c-form__checkbox .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .c-form__checkbox .wpcf7-list-item label {
    justify-content: flex-start;
  }
}
.c-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 20px -10px 15px -10px;
}
.c-form__col--full {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}
.c-form__col--half {
  width: 100%;
  max-width: 50%;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .c-form__col--half {
    max-width: 100%;
  }
}

form button {
  border: 0;
  color: white;
}
form button.btn {
  margin: 0;
}
form button:hover {
  cursor: pointer;
}

input:not([type=submit]),
input:not([type=checkbox]),
select,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #34353A;
  background-color: white;
  border: 0;
  border-radius: 10px;
}
input:not([type=submit]):focus,
input:not([type=checkbox]):focus,
select:focus,
textarea:focus {
  border: 0;
  outline: 0;
}
input:not([type=submit])::-webkit-input-placeholder, input:not([type=checkbox])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #34353A;
}

input:not([type=submit]):-moz-placeholder, input:not([type=checkbox]):-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
  color: #34353A;
}

input:not([type=submit])::-moz-placeholder, input:not([type=checkbox])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  color: #34353A;
}

input:not([type=submit]):-ms-input-placeholder, input:not([type=checkbox]):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #34353A;
}

input:not([type=submit]).wpcf7-not-valid,
input:not([type=checkbox]).wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid red;
  margin-bottom: 0.5rem;
}

input[type=checkbox] {
  display: block;
  width: 20px !important;
  height: 20px !important;
  border: 0 !important;
  outline: 0 !important;
  margin: 0 10px 0 0 !important;
}

/*
  * INFOLETTRE
 */
.infolettre__form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.infolettre__form .mc-field-group {
  display: flex;
  width: 100%;
  max-width: calc(100% - 150px);
}
.infolettre__form .clear {
  display: flex;
  width: 100%;
  max-width: 180px;
  margin-left: -30px;
}
.infolettre__form input {
  display: block;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 0;
  padding-right: 45px;
}
@media (max-width: 575.98px) {
  .infolettre__form input {
    max-width: 100%;
    padding: 16px 20px;
  }
}
.infolettre__form input[type=submit],
.infolettre__form button {
  display: block;
  width: 100%;
  height: inherit;
  padding: 0 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background-color: #34353A;
  border-radius: 50px;
}
.infolettre__form input[type=submit]:hover,
.infolettre__form button:hover {
  background-color: #00B8EF;
}
@media (max-width: 575.98px) {
  .infolettre__form input[type=submit],
  .infolettre__form button {
    max-width: 100%;
    margin: 15px 0 0;
    padding: 16px 20px;
  }
}

.c-table.no_label table.noHeader td:first-child,
.c-table.no_label thead.noHeader td:first-child,
.c-table.no_label tbody.noHeader td:first-child {
  border-top: 0;
}
.c-table__content {
  display: block;
  margin-bottom: 30px;
}
.c-table__caption {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.c-table__notice {
  margin-top: 15px;
  margin-bottom: 30px;
}
.c-table table {
  border: 2px solid white;
}
.c-table thead {
  font-size: 14px;
}
.c-table thead th {
  margin-top: -2px;
}
.c-table thead th:not(:last-child) {
  border-right: 2px solid #F4F4F4;
}
@media (max-width: 767.98px) {
  .c-table thead {
    display: none;
  }
}
.c-table table,
.c-table thead,
.c-table tbody {
  width: 100%;
}
.c-table table.noHeader td:first-child,
.c-table thead.noHeader td:first-child,
.c-table tbody.noHeader td:first-child {
  border-top: 2px solid white;
}
.c-table table.noHeader td,
.c-table thead.noHeader td,
.c-table tbody.noHeader td {
  width: 100%;
}
@media (max-width: 767.98px) {
  .c-table table.noHeader td span,
  .c-table thead.noHeader td span,
  .c-table tbody.noHeader td span {
    width: 100%;
    max-width: 100%;
  }
}
.c-table table.noHeader td:before,
.c-table thead.noHeader td:before,
.c-table tbody.noHeader td:before {
  content: "";
  display: none;
}
.c-table table tr,
.c-table thead tr,
.c-table tbody tr {
  display: flex;
}
.c-table table tr:not(:last-child) td,
.c-table thead tr:not(:last-child) td,
.c-table tbody tr:not(:last-child) td {
  border-bottom: 2px solid white;
}
.c-table table th,
.c-table table td,
.c-table thead th,
.c-table thead td,
.c-table tbody th,
.c-table tbody td {
  padding: 15px 5px;
  text-align: center;
  flex: 1;
}
.c-table table th,
.c-table thead th,
.c-table tbody th {
  background-color: white;
}
.c-table table td,
.c-table thead td,
.c-table tbody td {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.c-table table td:not(:last-child),
.c-table thead td:not(:last-child),
.c-table tbody td:not(:last-child) {
  border-right: 2px solid white;
}
@media (max-width: 767.98px) {
  .c-table table,
  .c-table thead,
  .c-table tbody {
    border: 0;
  }
  .c-table table tr,
  .c-table thead tr,
  .c-table tbody tr {
    display: block;
    padding: 15px;
    background-color: white;
    margin-bottom: 30px;
    border-radius: 30px;
  }
  .c-table table td,
  .c-table thead td,
  .c-table tbody td {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    font-weight: 400;
    border: 0 !important;
  }
  .c-table table td span,
  .c-table thead td span,
  .c-table tbody td span {
    display: block;
    width: 100%;
    max-width: 50%;
    text-align: center;
  }
  .c-table table td:before,
  .c-table thead td:before,
  .c-table tbody td:before {
    content: attr(data-column);
    display: block;
    width: 100%;
    max-width: 50%;
    font-weight: 600;
  }
}
.c-table.label_droite table {
  border: 0;
}
.c-table.label_droite table tr th:last-child {
  text-align: left;
  font-weight: 600;
  background-color: transparent;
  border: 0;
}
.c-table.label_droite table tr td {
  margin-bottom: -2px;
  border-bottom: 2px solid white;
}
.c-table.label_droite table tr td:first-child {
  border-left: 2px solid white;
}
.c-table.label_droite table tr td:last-child {
  justify-content: flex-start;
  font-size: 14px;
  text-align: left;
  border: 0;
  font-weight: 400;
}
.c-table.label_gauche table {
  border: 0;
}
.c-table.label_gauche table tr th:first-child {
  text-align: right;
  font-weight: 600;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .c-table.label_gauche table tr th:first-child {
    text-align: left;
  }
}
.c-table.label_gauche table tr td {
  border-right: 2px solid white;
  margin-bottom: -2px;
  border-bottom: 2px solid white;
}
.c-table.label_gauche table tr td:nth-child(2) {
  border-left: 2px solid white;
}
.c-table.label_gauche table tr td:first-child {
  justify-content: flex-end;
  font-size: 14px;
  text-align: right;
  border: 0;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .c-table.label_gauche table tr td:first-child {
    justify-content: flex-start;
    text-align: left;
  }
}

.single-penta_defi .c-table {
  width: 100%;
  margin-bottom: 40px;
}
.single-penta_defi .c-table:last-child {
  margin-bottom: 0;
}
.single-penta_defi .c-table table th,
.single-penta_defi .c-table thead th,
.single-penta_defi .c-table tbody th {
  background-color: #D9E7ED;
}
.single-penta_defi .c-table table,
.single-penta_defi .c-table table td {
  border-color: #D9E7ED !important;
}
@media (max-width: 767.98px) {
  .single-penta_defi .c-table table td:not(:last-child) {
    border-bottom: 2px solid white !important;
  }
  .single-penta_defi .c-table table tr {
    border-radius: 40px;
    padding: 30px;
    background-color: #D9E7ED;
  }
}

.grid__wrapper {
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid__thirds {
  width: 100%;
}
.grid__halves {
  width: 100%;
}
.grid__two-third {
  padding-left: 30px;
  width: 100%;
}
.grid__two-third.first {
  padding-left: 0;
}
.grid__one-third {
  width: 100%;
}
.grid__full-column {
  padding-top: 60px;
}
.grid__quarter {
  width: 100%;
}

@media (min-width: 1199.98px) {
  .grid__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 71.75rem;
    margin: 0 auto;
    padding: 0;
    flex-direction: row;
  }
  .grid__thirds {
    width: 32%;
    border-radius: 40px;
  }
  .grid__thirds--title {
    width: 32%;
  }
  .grid__halves {
    width: 50%;
  }
  .grid__two-third {
    width: 70%;
  }
  .grid__one-third {
    width: 30%;
  }
  .grid__quarter {
    width: 25%;
  }
  .grid__one-quarter {
    width: 35%;
  }
  .grid__three-quarter {
    width: 65%;
  }
}
.article__wrapper {
  padding: 60px 0;
}
.article__content ul li {
  list-style-Type: disc;
  margin: 15px 15px;
}

.footer__cta {
  position: relative;
  margin-top: 100px;
  padding: 80px 0px 40px 0px;
  z-index: 100;
}
.footer__cta .btn {
  margin-bottom: 20px;
  text-align: center;
}
.footer__cta .btn a {
  width: 100%;
  display: block;
}
.footer .grid__two-third {
  padding-bottom: 30px;
}

.block__cta {
  padding: 30px;
  color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  z-index: 100;
}

.cta__bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #34353A;
}
.cta__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
  opacity: 1;
  opacity: 0.8;
}
.cta__bg h2 {
  text-transform: uppercase;
}
.cta__bg h2 span {
  text-transform: none;
  color: #F47B39;
  font-size: 60px;
}
.cta__bg .big {
  font-size: 19px;
}

.cta__wave {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: -5px 0 0 0;
  width: 100%;
  transform: scale(1, -1);
  z-index: 10;
}
@media (max-width: 991.98px) {
  .cta__wave {
    display: block;
  }
}

@media (min-width: 760px) {
  .footer p {
    display: flex;
    flex-direction: column;
  }
  .footer p .btn {
    align-self: flex-end;
    margin: 0 0 20px 0;
    text-align: right;
  }
  .footer p .btn a {
    display: inline;
  }
  .footer .grid__two-third {
    padding: 0 0 30px 0;
  }
}
.main__footer .commanditaires {
  display: block;
  padding: 60px 15px;
  border-top: 2px solid #D9E7ED;
  background-color: white;
}
.main__footer .commanditaires .grid__wrapper {
  padding: 0 30px;
}

.footer__commanditaires .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__commanditaires .splide__arrow {
  width: auto;
  height: auto;
  padding: 15px;
}
.footer__commanditaires .splide__arrow--prev {
  left: -15px;
}
.footer__commanditaires .splide__arrow--next {
  right: -15px;
}

.splide__arrow {
  background: none;
}
.splide__arrow--prev {
  left: -60px;
}
.splide__arrow--next {
  right: -60px;
}
.splide__slide a img {
  max-width: 120px;
  filter: saturate(0);
}
.splide__slide a img:hover {
  transition: filter 1s;
  filter: saturate(1);
}

.copy {
  background-color: #34353A;
  color: rgb(255, 255, 255);
  padding: 20px 15px;
  line-height: 1.5;
}

.right {
  padding-top: 30px;
  text-align: right;
}

@media (max-width: 991.98px) {
  .copy .right {
    text-align: left;
    margin-top: 15px;
  }
  .copy .grid__halves {
    width: 100%;
  }
}
.feed {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 140%;
  overflow: hidden;
}
.feed iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main__footer .grid__quarter,
.main__footer .grid__halves {
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .main__footer .grid__quarter,
  .main__footer .grid__halves {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .main__footer .grid__quarter,
  .main__footer .grid__halves {
    padding: 0;
  }
}
.main__footer .c-socialMedias {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  display: block;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px 0px 0px 20px;
}
.main__footer .footer-menu {
  display: block;
  padding: 100px 1.5rem;
  background-color: #D9E7ED;
}
.main__footer .c-footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main__footer .c-footer__nav h3,
.main__footer .c-footer__nav h3 a {
  margin-bottom: 15px;
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  font-weight: 600;
  color: black;
}
.main__footer .c-footer__nav li:not(.title) a {
  display: inline-block;
  padding: 8px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: black;
}
.main__footer .c-footer__nav li:not(.title) a:hover {
  opacity: 0.6;
}
.main__footer .c-footer__nav--items {
  display: block;
  width: 100%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .main__footer .c-footer__nav--items {
    max-width: 100%;
  }
}
.main__footer .c-footer__nav--item {
  display: block;
}
.main__footer .c-footer__nav--infolettre {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .main__footer .c-footer__nav--infolettre {
    margin-bottom: 30px;
  }
}

.footer__credits {
  margin-top: -10px;
}
@media (max-width: 767.98px) {
  .footer__credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
}
.footer__credits--logo {
  display: block;
  margin-bottom: 30px;
}
.footer__credits--logo img {
  width: 100%;
  max-width: 210px;
  height: auto;
}
.footer__credits a:not(.btn) {
  display: block;
  padding: 8px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  color: black;
}
.footer__credits a:not(.btn):hover {
  opacity: 0.6;
}
.footer__credits .date-footer {
  margin-bottom: 30px;
}
.footer__credits .btn {
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.footer__credits .footer__menu {
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .footer__credits {
    margin-bottom: 30px;
  }
  .footer__credits a:not(.btn) {
    display: block;
  }
}

@media (max-width: 760px) {
  .footer__cta .grid__two-third {
    padding: 0;
  }
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  z-index: -2;
}
.header__main--wrapper {
  display: block;
  padding: 200px 0 140px 0;
}
@media (max-width: 767.98px) {
  .header__main--wrapper {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .header__main--wrapper h1 {
    font-size: 15vw;
  }
  .header__main--wrapper h1 span {
    margin-top: 30px;
  }
}
.header__accueil {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
}
.header__accueil .grid__wrapper {
  position: relative;
}
.header__accueil .fix-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .header__accueil .fix-top {
    display: none;
  }
}
.header__accueil .video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .header__accueil .video {
    display: none;
  }
}
.header__accueil .video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__wave {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__menu--toggle {
  position: relative;
  max-width: 60px;
  max-height: 60px;
  background-color: #34353A;
  color: rgb(255, 255, 255);
  font-size: 24px;
  border-radius: 100%;
  z-index: 10;
}
.header__menu--toggle:hover {
  background-color: rgb(76.1090909091, 77.5727272727, 84.8909090909);
}
.header__bar {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
  min-width: 100%;
}
.header__bar img {
  width: auto;
  height: 80px;
}

@media (max-width: 1199.98px) {
  .header__bar {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .header__bar img {
    max-width: 160px;
    width: auto;
    height: auto;
    max-height: 70px;
  }
  .header__accueil {
    overflow: hidden;
  }
  .header__main {
    display: flex;
    flex-direction: column;
  }
  .header__main h1 {
    margin: 30px 0;
  }
  .header__main p {
    margin-bottom: 30px;
  }
}
.header__image {
  position: relative;
  top: 100px;
  background-position: top center;
}
.header__image .header__wave {
  transform: scaleX(-1);
}
.header__content {
  padding: 100px 0 !important;
  margin-bottom: 30px;
}
.header__content h1 span:not(.light) {
  font-family: "Rouge Script", cursive;
  font-weight: bold;
  font-size: 6.25rem;
  line-height: 3.5rem;
  color: #24B3E8;
}
@media (max-width: 767.98px) {
  .header__content h1 span:not(.light) {
    font-size: 5.25rem;
  }
}
.header__content h1 span.light {
  display: block;
}
.header__content p {
  margin-top: 50px;
}
.header__wrapper {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1199.98px) {
  .header__content {
    padding-right: 30px;
  }
}
.header__color {
  position: relative;
  padding-top: 100px;
  background-color: #D9E7ED;
}
.header__color .header__content {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .header__color .header__content {
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }
}
.header__color .header__content p {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .header__color .header__content p {
    margin-top: 15px;
  }
}
.header__color .header__wave {
  transform: scaleX(-1);
}

.header__single {
  position: relative;
  min-height: 50vh;
  padding: 100px 0 150px 0;
}
.header__single--defi {
  position: relative;
  background-color: #D9E7ED;
}
.header__single--defi h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__single--defi h2 img {
  max-width: 200px;
}
.header__single--defi .grid__wrapper {
  position: relative;
}
.header__single--defi .logo__defi {
  position: absolute;
  right: 20px;
  bottom: -120px;
  min-height: 150px;
  display: inline-block;
  padding: 30px 30px 0 30px;
  margin-top: 60px;
  border-radius: 40px 40px 0 0;
  background-color: rgb(255, 255, 255);
  z-index: 101;
}
@media (max-width: 1199.98px) {
  .header__single--defi .logo__defi {
    bottom: -180px;
  }
}
@media (max-width: 991.98px) {
  .header__single--defi .logo__defi {
    position: relative;
    bottom: -100px;
    margin-top: 0;
    right: 0;
    left: 0;
  }
}
.header__single--defi .logo__defi img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
@media (max-width: 1199.98px) {
  .header__single--defi .half__second {
    padding-left: 0;
  }
}
.header__single .big {
  padding-bottom: 20px;
  font-weight: 400;
}
.header__single .header__wave {
  transform: scaleX(-1);
}
@media (max-width: 1199.98px) {
  .header__single .header__wave {
    display: none;
  }
}

.half__first {
  padding-right: 40px;
}
.half__second {
  position: relative;
  padding-left: 50px;
  padding-top: 80px;
}
.half__second:after {
  content: "";
  display: block;
  clear: both;
}

.c-discipline__wrapper {
  position: relative;
  display: block;
  padding: 100px 15px 180px 15px;
}
.c-discipline__wrapper .grid__wrapper {
  display: block;
}
.c-discipline__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.c-discipline__col {
  width: 100%;
  max-width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .c-discipline__col {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .c-discipline__col {
    max-width: 100%;
  }
}
.c-discipline__item {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 40px;
  overflow: hidden;
}
.c-discipline__item:hover .c-discipline__item--content {
  opacity: 1;
}
.c-discipline__item:hover .c-discipline__item--bottom {
  opacity: 0;
}
.c-discipline__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.c-discipline__item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-discipline__item--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.c-discipline__item:after {
  content: "";
  padding-top: 100%;
}
.c-discipline__item--content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: white;
  z-index: 4;
  opacity: 0;
  overflow-y: auto;
  transition: 0.3s ease;
}
.c-discipline__item--content p {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 1199.98px) {
  .c-discipline__item--content p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 991.98px) {
  .c-discipline__item--content p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .c-discipline__item--content p {
    font-size: 12px;
    line-height: 1.5;
    padding-right: 45px;
  }
}
.c-discipline__item--content h3 {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  margin-bottom: 15px;
}
.c-discipline__item--bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: 0.3s ease;
}
.c-discipline__item--bottom h3 {
  width: calc(100% - 90px);
  padding: 15px 15px 13px 30px;
  margin-bottom: 0;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  color: white;
}
.c-discipline__item--pastille {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 104px 0 0 0;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .c-discipline__item--pastille {
    width: 60px;
    height: 60px;
  }
}
.c-discipline__item--pastille img {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 70px;
  height: auto;
}
.c-discipline__item.color__velo.c-discipline__item:before {
  background: linear-gradient(0deg, rgb(37, 52, 111) 0%, rgba(37, 52, 111, 0) 100%);
}
.c-discipline__item.color__velo.c-discipline__item .c-discipline__item--content {
  background-color: rgba(37, 52, 109, 0.8);
}
.c-discipline__item.color__velo.c-discipline__item .c-discipline__item--pastille {
  background-color: #25346D;
}
.c-discipline__item.color__course.c-discipline__item:before {
  background: linear-gradient(0deg, rgb(0, 114, 158) 0%, rgba(0, 114, 158, 0) 100%);
}
.c-discipline__item.color__course.c-discipline__item .c-discipline__item--content {
  background-color: rgba(0, 114, 158, 0.8);
}
.c-discipline__item.color__course.c-discipline__item .c-discipline__item--pastille {
  background-color: #00729E;
}
.c-discipline__item.color__skidefond.c-discipline__item:before {
  background: linear-gradient(0deg, rgb(244, 123, 57) 0%, rgba(244, 123, 57, 0) 100%);
}
.c-discipline__item.color__skidefond.c-discipline__item .c-discipline__item--content {
  background-color: rgba(244, 123, 57, 0.8);
}
.c-discipline__item.color__skidefond.c-discipline__item .c-discipline__item--pastille {
  background-color: #F47B39;
}
.c-discipline__item.color__patin.c-discipline__item:before {
  background: linear-gradient(0deg, rgb(38, 180, 232) 0%, rgba(38, 180, 232, 0) 100%);
}
.c-discipline__item.color__patin.c-discipline__item .c-discipline__item--content {
  background-color: rgba(36, 179, 232, 0.8);
}
.c-discipline__item.color__patin.c-discipline__item .c-discipline__item--pastille {
  background-color: #24B3E8;
}
.c-discipline__item.color__raquette.c-discipline__item:before {
  background: linear-gradient(0deg, rgb(121, 198, 140) 0%, rgba(121, 198, 140, 0) 100%);
}
.c-discipline__item.color__raquette.c-discipline__item .c-discipline__item--content {
  background-color: rgba(121, 198, 140, 0.8);
}
.c-discipline__item.color__raquette.c-discipline__item .c-discipline__item--pastille {
  background-color: #79C68C;
}

.families__wrapper {
  padding: 90px 0 120px 0;
  background-color: #D9E7ED;
  background-position: left;
  position: relative;
}
.families__wrapper img {
  display: none;
  position: absolute;
  left: 0;
  max-height: 740px;
  max-width: 50%;
  bottom: 0;
}
@media (max-height: 1199.98px) {
  .families__wrapper img {
    max-width: 55%;
    left: -10%;
  }
}
.families__wave {
  display: block;
  width: 100%;
  position: absolute;
  top: -100%;
  transform: scaleX(-1) translateY(-99%);
}
.families__wave--wrap {
  position: relative;
}

@media (min-width: 760px) {
  .families__wrapper img {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .families__wrapper img {
    display: none;
  }
}
.temoignages__block {
  position: relative;
  background: #25346D;
  padding: 100px 0 200px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .temoignages__block {
    padding: 60px 0 120px;
  }
  .temoignages__block .splide__arrows .splide__arrow {
    display: none;
    top: calc(100% + 60px);
    transform: none;
  }
  .temoignages__block .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 0;
  }
}
.temoignages__block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #014b6e;
  filter: opacity(0.8);
}
.temoignages__block .splide-temoin {
  padding-left: 0;
  padding-right: 0;
}
.temoignages__block .grid__wrapper {
  position: relative;
  z-index: 2;
}
.temoignages__wave {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.splide-temoin .splide__arrow--prev svg,
.splide-temoin .splide__arrow--next svg {
  fill: #25346D;
}

.essentials {
  display: flex;
  flex-wrap: wrap;
}
.essentials__big,
.essentials .big * {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.875rem;
}
.essentials__row {
  display: flex;
  flex-wrap: wrap;
  width: 33.3333333333%;
}
.essentials__row.title h2 {
  padding-bottom: 0;
}
.essentials__row:last-child {
  width: 66.6666666667%;
  padding-left: 45px;
}
.essentials__block {
  padding: 70px 0 70px 0;
}
.essentials__wrapper {
  max-width: 71.75rem;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .essentials__wrapper {
    padding: 0 15px;
  }
}
.essentials .title {
  margin-bottom: 30px;
}
.essentials .essential {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  top: 16px;
  left: 20px;
  font-size: 26px;
  padding: 14px 10px 14px 60px;
  margin-bottom: 10px;
  border-radius: 40px;
  background-color: #34353A;
  transition: 0.3s ease;
}
.essentials .essential:hover {
  background-color: #000000;
}
.essentials .essential h4 {
  font-family: "Khand", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 3px 0 0;
}
.essentials .essential i {
  position: absolute;
  top: 14px;
  left: 10px;
  color: #F47B39;
  font-size: 30px;
}
.essentials .essential__col {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 1199.98px) {
  .essentials__row {
    padding-left: 30px;
  }
  .essentials__row:last-child {
    padding-left: 45px;
  }
}
@media (max-width: 767.98px) {
  .essentials__row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .essentials__row:last-child {
    width: 100%;
    padding-left: 0;
  }
  .essentials .essential__col {
    width: 100%;
  }
}
.c-resultatsAnterieurs {
  display: block;
  background-color: white;
}
.c-resultatsAnterieurs .container {
  padding-bottom: 80px;
}
.c-resultatsAnterieurs h2 {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.c-resultatsAnterieurs h2 .script {
  color: #F47B39;
  text-transform: none;
}
.c-resultatsAnterieurs__text {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.c-resultatsAnterieurs__text a {
  color: black;
}
.c-resultatsAnterieurs__text a:hover {
  color: #24B3E8;
}
.c-resultatsAnterieurs .btns {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px;
}
.c-resultatsAnterieurs .btns .btn__item {
  display: block;
  width: 100%;
  max-width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .c-resultatsAnterieurs .btns .btn__item {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .c-resultatsAnterieurs .btns .btn__item {
    max-width: 100%;
  }
}
.c-resultatsAnterieurs .btns .btn__item a.btn {
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 60px;
  background-color: #34353A;
}
.c-resultatsAnterieurs .btns .btn__item a.btn span {
  display: block;
  font-weight: 300;
}

.v-partenaires {
  display: block;
  background-color: white;
}
.v-partenaires__title {
  display: block;
  width: 100%;
}
.v-partenaires__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 -10px 50px -10px;
}
.v-partenaires__items:last-child li {
  max-width: 16.6666666667%;
}
@media (max-width: 767.98px) {
  .v-partenaires__items:last-child li {
    max-width: 25%;
  }
}
@media (max-width: 575.98px) {
  .v-partenaires__items:last-child li {
    max-width: 50%;
  }
}
.v-partenaires__items li.v-partenaires__items--description {
  max-width: 100%;
}
.v-partenaires__items li {
  display: block;
  width: 100%;
  max-width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .v-partenaires__items li {
    max-width: 33.3333333333%;
  }
}
@media (max-width: 575.98px) {
  .v-partenaires__items li {
    max-width: 100%;
  }
}
.v-partenaires__items li img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 20px;
}
.v-partenaires__items a:hover img {
  opacity: 0.7;
}

.c-contentBdp {
  position: relative;
  display: block;
  padding: 120px 15px;
  text-align: center;
  background-color: #D9E7ED;
}
.c-contentBdp h2 {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.c-contentBdp .btn {
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}

.contact a {
  color: black;
}
.contact a:hover {
  color: #24B3E8;
}
.contact .grid__two-third, .contact .grid__one-third {
  padding: 60px 0;
}
.contact .first {
  width: 95%;
}
.contact .form__row {
  display: flex;
  margin: 20px 0;
}
.contact .form__row input {
  width: 100%;
}
.contact .form__row textarea {
  width: 100%;
}
.contact .form__row input, .contact .form__row textarea, .contact .form__row select {
  justify-content: space-between;
  border: none;
  background-color: #F4F4F4;
  padding: 20px 0 20px 10px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.865rem;
}
.contact .form__row textarea {
  padding: 20px 10px;
  resize: none;
}
.contact .form__half {
  padding-right: 10px;
  width: 50%;
}
.contact .form__full {
  padding-right: 10px;
  width: 100%;
}

.wpcf7-submit {
  display: inline-block;
  border-radius: 30px;
  padding: 20px 30px;
  margin: 30px 0 0 0;
  background-color: #F47B39;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}

.benevoles .grid__wrapper {
  padding: 60px 0;
}
.benevoles__colors {
  background: #D9E7ED;
}
.benevoles__colors .grid__wrapper {
  padding: 100px 0px;
}
@media (max-width: 1199.98px) {
  .benevoles__colors .grid__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .benevoles__colors .grid__wrapper .c-videos {
    margin-top: 30px;
  }
}

.assign__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.assign__content {
  box-sizing: border-box;
  background-color: #D9E7ED;
  margin: 0px 0px 20px 0px;
  padding: 30px;
  border-radius: 40px;
  width: 49%;
}
@media (max-width: 767.98px) {
  .assign__content {
    width: 100%;
  }
}
.assign__content p {
  font-size: 0.875rem;
}

.submit__flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;
}
.submit__flex .ajax-loader {
  display: none;
}

.article__video div:not(.c-videos) {
  margin-top: 30px;
}

.fix-benevoles__deux {
  padding-right: 15px;
  padding-left: 15px;
}

:root {
  --grid-max: 71.75rem; /* même valeur que .grid__wrapper */
  --gutter: 15px;
}

/* All landing pages styles */
body.page-template-page-landing .grid__wrapper.default_page {
  width: 100%;
  max-width: 100%;
}
body.page-template-page-landing .vc_row:not([data-vc-full-width]):not([data-vc-stretch-content]) {
  max-width: var(--grid-max);
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-landing {
  /* Laisse le wrapper respirer */
}
body.page-template-page-landing .grid__wrapper {
  overflow: visible;
}
body.page-template-page-landing {
  /* Row full-width: bg plein écran (laisse VC gérer), contenu contenu par padding */
}
body.page-template-page-landing .vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true]).contain {
  /* on N'TOUCHE PAS aux widths/flex des colonnes */
  /* on ajoute juste un padding calculé pour recentrer/capper le contenu */
  padding-left: max(var(--gutter), (100vw - var(--grid-max)) / 2) !important;
  padding-right: max(var(--gutter), (100vw - var(--grid-max)) / 2) !important;
  box-sizing: border-box;
}
body.page-template-page-landing {
  /* sécurité: si un enfant force du 100vw, empêche le dépassement */
}
body.page-template-page-landing .vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true]).contain * {
  max-width: 100%;
}
body.page-template-page-landing .header__image {
  background-position: center center;
}
body.page-template-page-landing .content .vc_single_image-wrapper img {
  padding-top: 0;
}
body.page-template-page-landing .vc--wave-white {
  height: 86px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  margin-top: -86px;
  background-image: url(images/forme-neige.svg);
}
body.page-template-page-landing .vc--row-before-wave {
  padding-bottom: 126px;
}
body.page-template-page-landing .vc--card .vc_column-inner {
  border-radius: 40px;
  padding: 30px !important;
}
body.page-template-page-landing .vc--card__blue {
  color: #fff;
}
body.page-template-page-landing .vc--card .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
  background: #00B8EF !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  border-radius: 40px;
  padding: 20px 30px;
  letter-spacing: 1px;
  font-size: 15px;
}
body.page-template-page-landing .vc--card .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
  background: rgb(0, 144.7364016736, 188) !important;
}

.align-right {
  display: flex;
  justify-content: flex-end;
}

.flex__row {
  display: flex;
  flex-direction: row;
}
.flex__column {
  display: flex;
  flex-direction: column;
}

.color__wrapper {
  background: #D9E7ED;
}

.backlink {
  color: #34353A;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin: 30px 0;
  display: block;
}

.padded {
  padding-top: 50px;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.blue__wrapper {
  background-color: #D9E7ED;
}

.black {
  color: #000000;
}

.underline {
  text-decoration: underline;
}

.bg__blue, .main__color {
  background-color: #D9E7ED;
}

@media (min-width: 760px) {
  .flex__row {
    display: flex;
    flex-direction: row;
  }
  .flex__column {
    display: flex;
    flex-direction: column;
  }
}
.content {
  padding-right: 40px;
}
.content ul li {
  list-style-Type: disc;
  margin: 15px 15px;
  line-height: 26px;
  font-size: 1rem;
}
.content p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.content blockquote {
  padding: 30px;
  background-color: #D9E7ED;
  border-radius: 40px;
  margin-top: 30px;
}
.content img {
  padding-top: 30px;
  width: 100%;
  height: 100%;
}
.content strong {
  font-weight: bold;
}
.content h2 {
  padding-top: 30px;
}
.content a:not(.btn) {
  color: #24B3E8;
}
.content .sidebar {
  padding-left: 30px;
}

.dist__flex {
  display: flex;
  flex-wrap: wrap;
}
.dist__flex.padded {
  padding-top: 50px;
}
.dist__elem {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 20%;
  padding-right: 20px;
}
.dist__long {
  text-align: center;
  padding: 10px;
  font-size: 0.875rem;
  font-weight: 600;
}
.dist__temps {
  text-align: center;
  padding: 4px 0 20px 0;
  font-size: 0.875rem;
}
.dist__tours {
  text-align: center;
  padding: 4px 0 20px 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.dist__tours.velo {
  color: #25346D;
}
.dist__tours.course {
  color: #00729E;
}
.dist__tours.ski {
  color: #F47B39;
}
.dist__tours.raquette {
  color: #79C68C;
}
.dist__tours.patin {
  color: #24B3E8;
}

.row {
  width: 100%;
}
.row h2 {
  padding: 0 0 30px 0;
}
.row .h2_s {
  padding-top: 50px;
}

.table__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
}
.table__col div {
  height: 100%;
  text-align: center;
  padding: 14px;
}
.table__col div:not(.head) {
  border: 2px solid #D9E7ED;
}
.table__col.last div {
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
.table__col:nth-child(2) > .head {
  border-left: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
}
.table__col .head {
  background-color: #D9E7ED;
}

@media (max-width: 1199.98px) {
  .content {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .post-navigation {
    min-width: 100%;
  }
  .nav-links {
    display: flex;
    justify-content: space-between;
  }
  .nav-links div {
    min-width: 50%;
  }
}
.c-form__row {
  margin-inline: 15px;
}

.c-form__col--half > h3 {
  margin-inline: 15px;
}

.c-form__col--full.align-right {
  display: flex;
}
@media (max-width: 990px) {
  .c-form__col--full.align-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
  }
}

body, html {
  display: block;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.c-checkCa {
  display: block;
  font-family: "Source Code Pro";
  padding: 30px;
  color: #e5e0e0;
  background-color: #111111;
}

.container {
  display: block;
  padding: 120px 0;
}

/**
  * GRAND CHIEN AJUSTEMENTS
 */
.c-videos {
  position: relative;
  display: block;
  width: 100%;
}
.c-videos--thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}
.c-videos iframe,
.c-videos video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.c-videos:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.content {
  padding-right: 80px;
}
.content h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-template-template-fullwidth .content {
  padding-right: 0px;
  margin-top: 50px;
}

.article__wrapper {
  padding: 30px 0px;
}

.article__content img {
  max-width: 100px;
  height: auto;
}

.cta cta__item p {
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}

.c-contentBdp {
  padding: 100px 15px 60px 15px;
}

.grid__two-third {
  padding-left: 0px;
  padding-right: 80px;
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .grid__two-third {
    padding-right: 0;
  }
}

.penta_essentiels-template-template-location .header__content {
  padding-top: 100px !important;
}
.penta_essentiels-template-template-location .grid__two-third {
  padding-right: 0px;
  padding-left: 80px;
}
@media (max-width: 767.98px) {
  .penta_essentiels-template-template-location .grid__two-third {
    padding-left: 0;
  }
}

.header__image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.header__content p {
  margin-top: 30px;
}

.page-template-template-defis .header__image .big {
  font-weight: 400;
}
.page-template-template-defis .header__image .big strong {
  font-weight: 600;
}

.single__defi .sidebar h4 {
  padding-top: 0 !important;
}

.penta_essentiels-template-template-hotel .footer__cta,
.penta_essentiels-template-template-location .footer__cta {
  margin-top: 40px;
}
.penta_essentiels-template-template-hotel .cta__wave,
.penta_essentiels-template-template-location .cta__wave {
  display: none;
}

.footer__essentials {
  position: relative;
  padding-top: 120px;
}
.footer__essentials--wave {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  transform: scaleX(-1) rotate(180deg);
}

.single-penta_defi .sidebar .sidebar__distances .dist__flex {
  margin: 0 -10px;
  width: 100%;
  flex-wrap: wrap;
}
.single-penta_defi .sidebar .sidebar__distances .dist__elem {
  flex: 1 1 20%;
  width: auto;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .single-penta_defi .sidebar .sidebar__distances .dist__elem {
    padding: 0 5px;
    flex: 1 1 33.3333333333%;
  }
}
.single-penta_defi .sidebar .sidebar__distances .dist__elem .dist__wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 80px;
}
.single-penta_defi .sidebar .cta__item {
  width: 100%;
}

.post-navigation {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  position: relative;
  display: block;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px;
}
.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
  position: absolute;
  top: 0;
  border-radius: 40px;
  padding: 20px 30px;
  margin: 30px 0 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: white;
  background-color: #24B3E8;
}
@media (max-width: 575.98px) {
  .post-navigation .nav-links .nav-next a,
  .post-navigation .nav-links .nav-previous a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.post-navigation .nav-links .nav-next a {
  right: 0;
}
.post-navigation .nav-links .nav-previous a {
  left: 0;
}
.post-navigation .nav-links .nav-previous {
  width: 100%;
  max-width: 50%;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .post-navigation .nav-links .nav-previous {
    max-width: 100%;
  }
}
.post-navigation .nav-links .nav-next {
  display: flex;
  width: 100%;
  max-width: 50%;
  padding: 0 10px;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .post-navigation .nav-links .nav-next {
    max-width: 100%;
  }
}

.single-post .single__content ol {
  margin: 30px 0;
  padding-left: 50px;
}
.single-post .single__content ol li {
  list-style-type: decimal;
  margin: 10px 0;
}
.single-post .single__content img {
  margin-bottom: 30px;
}

.fix-apropos blockquote,
.fix-inscriptions blockquote {
  margin-bottom: 30px;
}

.fix-apropos {
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .fix-apropos .grid__two-third.content.first {
    padding: 0;
  }
}

.fix-defis__content {
  display: block;
}
.fix-defis__content .filter__block {
  padding: 120px 0 60px;
}
.fix-defis__content .filter {
  padding: 0;
}

.page-template-template-photos .filter__block {
  padding-top: 100px;
}

.fix-essentials .padded {
  padding-top: 75px;
}
.fix-essentials img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.fix-hebergements .color__wrapper {
  padding-top: 100px;
}
@media (max-width: 1199.98px) {
  .fix-hebergements .color__wrapper .grid__two-third {
    padding-right: 0;
  }
  .fix-hebergements .color__wrapper .c-table {
    margin-bottom: 30px;
  }
}
.fix-hebergements img.hotel__image {
  width: 100%;
  height: auto;
}

.fix-locations .grid__two-third {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .fix-locations .grid__two-third {
    padding-left: 0;
  }
}
.fix-locations .color__wrapper {
  padding: 100px 0;
}
.fix-locations .location__essentials {
  position: relative;
}
.fix-locations .location__essentials .location__essentials--wave {
  position: absolute;
  right: 0;
  left: 0;
  top: 5px;
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-100%);
}

.fix-benevoles {
  padding-top: 100px;
}

.blue__wrapper.fix-resultats {
  padding: 100px 0;
}

@media (max-width: 575.98px) {
  .grid__wrapper.fix-resultats {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.drawer__menu--toggle,
.headerbar__button {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .fix-contact .cta__block > .grid__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.fix-medias .grid__wrapper.medias:not(.medias__contact) {
  padding: 100px 15px;
}
.fix-medias .grid__wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 575.98px) {
  .page-template-template-resultats .container {
    padding-bottom: 60px;
  }
}

.fix-defis__interne .single__defi img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .fix-defis__interne .half__first {
    padding-right: 0px;
  }
  .fix-defis__interne .header__single--defi {
    padding-bottom: 0px;
  }
  .fix-defis__interne .header__single--defi .content {
    padding: 0 !important;
  }
  .fix-defis__interne .header__single--defi .defi__header {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
  .fix-defis__interne .half__second {
    padding: 30px 0;
  }
  .fix-defis__interne .single__content .content {
    padding-left: 0;
    padding-right: 0;
  }
  .fix-defis__interne .single__content img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .drawer__menu .menu .menu-item-has-children > a {
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .single.single-post .content {
    padding-right: 30px;
  }
}

.cta a {
  line-height: 20px;
}

.page-template-template-defis .filter__block .filter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-template-template-defis .filter__block .filter.grid__two-third {
  display: block;
}
.page-template-template-defis .filter__block .filter__section {
  width: 100%;
  max-width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .page-template-template-defis .filter__block .filter__section {
    max-width: 100%;
  }
}
.page-template-template-defis .filter__block .filter__section:last-child {
  max-width: 66.6666666667%;
}
@media (max-width: 767.98px) {
  .page-template-template-defis .filter__block .filter__section:last-child {
    max-width: 100%;
  }
}
.page-template-template-defis .filter__block .filter__section:first-child .filter__wrapper {
  flex-direction: column;
}
.page-template-template-defis .filter__block .filter__section .filter__section--content {
  margin-bottom: 30px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .page-template-template-defis .filter__block .filter__section {
    max-width: 100%;
  }
  .page-template-template-defis .filter__block .filter__section .filter__wrapper {
    display: block;
    width: 100%;
  }
  .page-template-template-defis .filter__block .filter__section .filter__item {
    display: block;
    width: 100%;
  }
}
.page-template-template-defis .filter__block .filter__section h4 {
  font-size: 20px;
}

.header__single--image {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: auto;
}

.defi__header--categorie {
  display: block;
  margin-top: 15px;
  padding: 0;
}
.defi__header--categorie li {
  margin: 0 0 5px;
  font-size: 14px;
}

.fix-defis__content .filter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -30px;
  margin-right: -30px;
}
.fix-defis__content .filter h4 {
  font-size: 20px;
}
.fix-defis__content .filter__section {
  width: 100%;
  max-width: 30%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .fix-defis__content .filter__section {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .fix-defis__content .filter__section .filter__item {
    display: block;
    width: 100%;
  }
}
.fix-defis__content .filter__section:first-child .filter__item {
  display: block;
  width: 100%;
}
.fix-defis__content .filter__section:last-child {
  max-width: 70%;
}
@media (max-width: 767.98px) {
  .fix-defis__content .filter__section:last-child {
    max-width: 100%;
  }
}
.fix-defis__content .filter__section--content {
  margin-bottom: 30px;
}

.cta__item {
  width: 100%;
}

em {
  font-style: italic !important;
}

strong {
  font-weight: 700 !important;
}

.zone-texte span {
  display: inline-block !important;
  margin-left: 15px;
}
.zone-texte.c-programNresults__content {
  text-transform: none;
  letter-spacing: normal;
}

.grid__wrapper.content.default_page img {
  height: auto;
}
