/** Librairies externe */
/** FONTS **/
/** RESPONSIVE **/
/** CONTAINER **/
:root {
  --aky-color-text-color: #2E2D7E;
  --aky-color-primary: #2E2D7E;
  --aky-color-secondary: #E30C30;
  --aky-color-third: #E82020;
  --aky-color-c-grey: #AEAEAE;
  --aky-color-c-grey-200: #E0E2E5;
  --aky-color-c-grey-600: #394150;
  --aky-color-c-green: #14FF8E;
  --aky-color-c-red: #FF0000;
  --aky-color-light-grey: #F0F2F5;
  --aky-color-dark-grey: #646A76;
  --aky-color-light: #FFFFFF;
  --aky-color-dark: #1D1D1B;
  --aky-color-light-black: #1D1D1D;
  --aky-color-bg-color: #fff;
  --aky-color-bg-color--rgb: 255, 255, 255;
  --aky-color-text-color--rgb: 46, 45, 126;
  --aky-color-primary--rgb: 46, 45, 126;
  --aky-color-secondary--rgb: 227, 12, 48;
  --aky-color-third--rgb: 232, 32, 32;
  --aky-color-c-grey--rgb: 174, 174, 174;
  --aky-color-c-grey-200--rgb: 224, 226, 229;
  --aky-color-c-grey-600--rgb: 57, 65, 80;
  --aky-color-c-green--rgb: 20, 255, 142;
  --aky-color-c-red--rgb: 255, 0, 0;
  --aky-color-light-grey--rgb: 240, 242, 245;
  --aky-color-dark-grey--rgb: 100, 106, 118;
  --aky-color-light--rgb: 255, 255, 255;
  --aky-color-dark--rgb: 29, 29, 27;
  --aky-color-light-black--rgb: 29, 29, 29;
}

.color-text-color {
  color: rgba(var(--aky-color-text-color--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-text-color {
  transition: 0.3s ease;
}
.color-hover-text-color:hover {
  color: rgba(var(--aky-color-text-color--rgb), 1) !important;
}

.bg-color-hover-text-color {
  transition: 0.3s ease;
}
.bg-color-hover-text-color.active, .bg-color-hover-text-color:hover {
  background: rgba(var(--aky-color-text-color--rgb), 1) !important;
}

.bg-color-text-color {
  background: rgba(var(--aky-color-text-color--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--text-color li::before {
  background-color: rgba(var(--aky-color-text-color--rgb), 1);
}

.border-color-hover-text-color {
  transition: 0.3s ease;
}
.border-color-hover-text-color.active, .border-color-hover-text-color:hover {
  border-color: rgba(var(--aky-color-text-color--rgb), 1) !important;
}

.border-color-text-color {
  border-color: rgba(var(--aky-color-text-color--rgb), 1) !important;
}

.color-primary {
  color: rgba(var(--aky-color-primary--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-primary {
  transition: 0.3s ease;
}
.color-hover-primary:hover {
  color: rgba(var(--aky-color-primary--rgb), 1) !important;
}

.bg-color-hover-primary {
  transition: 0.3s ease;
}
.bg-color-hover-primary.active, .bg-color-hover-primary:hover {
  background: rgba(var(--aky-color-primary--rgb), 1) !important;
}

.bg-color-primary {
  background: rgba(var(--aky-color-primary--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--primary li::before {
  background-color: rgba(var(--aky-color-primary--rgb), 1);
}

.border-color-hover-primary {
  transition: 0.3s ease;
}
.border-color-hover-primary.active, .border-color-hover-primary:hover {
  border-color: rgba(var(--aky-color-primary--rgb), 1) !important;
}

.border-color-primary {
  border-color: rgba(var(--aky-color-primary--rgb), 1) !important;
}

.color-secondary {
  color: rgba(var(--aky-color-secondary--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-secondary {
  transition: 0.3s ease;
}
.color-hover-secondary:hover {
  color: rgba(var(--aky-color-secondary--rgb), 1) !important;
}

.bg-color-hover-secondary {
  transition: 0.3s ease;
}
.bg-color-hover-secondary.active, .bg-color-hover-secondary:hover {
  background: rgba(var(--aky-color-secondary--rgb), 1) !important;
}

.bg-color-secondary {
  background: rgba(var(--aky-color-secondary--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--secondary li::before {
  background-color: rgba(var(--aky-color-secondary--rgb), 1);
}

.border-color-hover-secondary {
  transition: 0.3s ease;
}
.border-color-hover-secondary.active, .border-color-hover-secondary:hover {
  border-color: rgba(var(--aky-color-secondary--rgb), 1) !important;
}

.border-color-secondary {
  border-color: rgba(var(--aky-color-secondary--rgb), 1) !important;
}

.color-third {
  color: rgba(var(--aky-color-third--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-third {
  transition: 0.3s ease;
}
.color-hover-third:hover {
  color: rgba(var(--aky-color-third--rgb), 1) !important;
}

.bg-color-hover-third {
  transition: 0.3s ease;
}
.bg-color-hover-third.active, .bg-color-hover-third:hover {
  background: rgba(var(--aky-color-third--rgb), 1) !important;
}

.bg-color-third {
  background: rgba(var(--aky-color-third--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--third li::before {
  background-color: rgba(var(--aky-color-third--rgb), 1);
}

.border-color-hover-third {
  transition: 0.3s ease;
}
.border-color-hover-third.active, .border-color-hover-third:hover {
  border-color: rgba(var(--aky-color-third--rgb), 1) !important;
}

.border-color-third {
  border-color: rgba(var(--aky-color-third--rgb), 1) !important;
}

.color-c-grey {
  color: rgba(var(--aky-color-c-grey--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-c-grey {
  transition: 0.3s ease;
}
.color-hover-c-grey:hover {
  color: rgba(var(--aky-color-c-grey--rgb), 1) !important;
}

.bg-color-hover-c-grey {
  transition: 0.3s ease;
}
.bg-color-hover-c-grey.active, .bg-color-hover-c-grey:hover {
  background: rgba(var(--aky-color-c-grey--rgb), 1) !important;
}

.bg-color-c-grey {
  background: rgba(var(--aky-color-c-grey--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--c-grey li::before {
  background-color: rgba(var(--aky-color-c-grey--rgb), 1);
}

.border-color-hover-c-grey {
  transition: 0.3s ease;
}
.border-color-hover-c-grey.active, .border-color-hover-c-grey:hover {
  border-color: rgba(var(--aky-color-c-grey--rgb), 1) !important;
}

.border-color-c-grey {
  border-color: rgba(var(--aky-color-c-grey--rgb), 1) !important;
}

.color-c-grey-200 {
  color: rgba(var(--aky-color-c-grey-200--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-c-grey-200 {
  transition: 0.3s ease;
}
.color-hover-c-grey-200:hover {
  color: rgba(var(--aky-color-c-grey-200--rgb), 1) !important;
}

.bg-color-hover-c-grey-200 {
  transition: 0.3s ease;
}
.bg-color-hover-c-grey-200.active, .bg-color-hover-c-grey-200:hover {
  background: rgba(var(--aky-color-c-grey-200--rgb), 1) !important;
}

.bg-color-c-grey-200 {
  background: rgba(var(--aky-color-c-grey-200--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--c-grey-200 li::before {
  background-color: rgba(var(--aky-color-c-grey-200--rgb), 1);
}

.border-color-hover-c-grey-200 {
  transition: 0.3s ease;
}
.border-color-hover-c-grey-200.active, .border-color-hover-c-grey-200:hover {
  border-color: rgba(var(--aky-color-c-grey-200--rgb), 1) !important;
}

.border-color-c-grey-200 {
  border-color: rgba(var(--aky-color-c-grey-200--rgb), 1) !important;
}

.color-c-grey-600 {
  color: rgba(var(--aky-color-c-grey-600--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-c-grey-600 {
  transition: 0.3s ease;
}
.color-hover-c-grey-600:hover {
  color: rgba(var(--aky-color-c-grey-600--rgb), 1) !important;
}

.bg-color-hover-c-grey-600 {
  transition: 0.3s ease;
}
.bg-color-hover-c-grey-600.active, .bg-color-hover-c-grey-600:hover {
  background: rgba(var(--aky-color-c-grey-600--rgb), 1) !important;
}

.bg-color-c-grey-600 {
  background: rgba(var(--aky-color-c-grey-600--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--c-grey-600 li::before {
  background-color: rgba(var(--aky-color-c-grey-600--rgb), 1);
}

.border-color-hover-c-grey-600 {
  transition: 0.3s ease;
}
.border-color-hover-c-grey-600.active, .border-color-hover-c-grey-600:hover {
  border-color: rgba(var(--aky-color-c-grey-600--rgb), 1) !important;
}

.border-color-c-grey-600 {
  border-color: rgba(var(--aky-color-c-grey-600--rgb), 1) !important;
}

.color-c-green {
  color: rgba(var(--aky-color-c-green--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-c-green {
  transition: 0.3s ease;
}
.color-hover-c-green:hover {
  color: rgba(var(--aky-color-c-green--rgb), 1) !important;
}

.bg-color-hover-c-green {
  transition: 0.3s ease;
}
.bg-color-hover-c-green.active, .bg-color-hover-c-green:hover {
  background: rgba(var(--aky-color-c-green--rgb), 1) !important;
}

.bg-color-c-green {
  background: rgba(var(--aky-color-c-green--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--c-green li::before {
  background-color: rgba(var(--aky-color-c-green--rgb), 1);
}

.border-color-hover-c-green {
  transition: 0.3s ease;
}
.border-color-hover-c-green.active, .border-color-hover-c-green:hover {
  border-color: rgba(var(--aky-color-c-green--rgb), 1) !important;
}

.border-color-c-green {
  border-color: rgba(var(--aky-color-c-green--rgb), 1) !important;
}

.color-c-red {
  color: rgba(var(--aky-color-c-red--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-c-red {
  transition: 0.3s ease;
}
.color-hover-c-red:hover {
  color: rgba(var(--aky-color-c-red--rgb), 1) !important;
}

.bg-color-hover-c-red {
  transition: 0.3s ease;
}
.bg-color-hover-c-red.active, .bg-color-hover-c-red:hover {
  background: rgba(var(--aky-color-c-red--rgb), 1) !important;
}

.bg-color-c-red {
  background: rgba(var(--aky-color-c-red--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--c-red li::before {
  background-color: rgba(var(--aky-color-c-red--rgb), 1);
}

.border-color-hover-c-red {
  transition: 0.3s ease;
}
.border-color-hover-c-red.active, .border-color-hover-c-red:hover {
  border-color: rgba(var(--aky-color-c-red--rgb), 1) !important;
}

.border-color-c-red {
  border-color: rgba(var(--aky-color-c-red--rgb), 1) !important;
}

.color-light-grey {
  color: rgba(var(--aky-color-light-grey--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-light-grey {
  transition: 0.3s ease;
}
.color-hover-light-grey:hover {
  color: rgba(var(--aky-color-light-grey--rgb), 1) !important;
}

.bg-color-hover-light-grey {
  transition: 0.3s ease;
}
.bg-color-hover-light-grey.active, .bg-color-hover-light-grey:hover {
  background: rgba(var(--aky-color-light-grey--rgb), 1) !important;
}

.bg-color-light-grey {
  background: rgba(var(--aky-color-light-grey--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--light-grey li::before {
  background-color: rgba(var(--aky-color-light-grey--rgb), 1);
}

.border-color-hover-light-grey {
  transition: 0.3s ease;
}
.border-color-hover-light-grey.active, .border-color-hover-light-grey:hover {
  border-color: rgba(var(--aky-color-light-grey--rgb), 1) !important;
}

.border-color-light-grey {
  border-color: rgba(var(--aky-color-light-grey--rgb), 1) !important;
}

.color-dark-grey {
  color: rgba(var(--aky-color-dark-grey--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-dark-grey {
  transition: 0.3s ease;
}
.color-hover-dark-grey:hover {
  color: rgba(var(--aky-color-dark-grey--rgb), 1) !important;
}

.bg-color-hover-dark-grey {
  transition: 0.3s ease;
}
.bg-color-hover-dark-grey.active, .bg-color-hover-dark-grey:hover {
  background: rgba(var(--aky-color-dark-grey--rgb), 1) !important;
}

.bg-color-dark-grey {
  background: rgba(var(--aky-color-dark-grey--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--dark-grey li::before {
  background-color: rgba(var(--aky-color-dark-grey--rgb), 1);
}

.border-color-hover-dark-grey {
  transition: 0.3s ease;
}
.border-color-hover-dark-grey.active, .border-color-hover-dark-grey:hover {
  border-color: rgba(var(--aky-color-dark-grey--rgb), 1) !important;
}

.border-color-dark-grey {
  border-color: rgba(var(--aky-color-dark-grey--rgb), 1) !important;
}

.color-light {
  color: rgba(var(--aky-color-light--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-light {
  transition: 0.3s ease;
}
.color-hover-light:hover {
  color: rgba(var(--aky-color-light--rgb), 1) !important;
}

.bg-color-hover-light {
  transition: 0.3s ease;
}
.bg-color-hover-light.active, .bg-color-hover-light:hover {
  background: rgba(var(--aky-color-light--rgb), 1) !important;
}

.bg-color-light {
  background: rgba(var(--aky-color-light--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--light li::before {
  background-color: rgba(var(--aky-color-light--rgb), 1);
}

.border-color-hover-light {
  transition: 0.3s ease;
}
.border-color-hover-light.active, .border-color-hover-light:hover {
  border-color: rgba(var(--aky-color-light--rgb), 1) !important;
}

.border-color-light {
  border-color: rgba(var(--aky-color-light--rgb), 1) !important;
}

.color-dark {
  color: rgba(var(--aky-color-dark--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-dark {
  transition: 0.3s ease;
}
.color-hover-dark:hover {
  color: rgba(var(--aky-color-dark--rgb), 1) !important;
}

.bg-color-hover-dark {
  transition: 0.3s ease;
}
.bg-color-hover-dark.active, .bg-color-hover-dark:hover {
  background: rgba(var(--aky-color-dark--rgb), 1) !important;
}

.bg-color-dark {
  background: rgba(var(--aky-color-dark--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--dark li::before {
  background-color: rgba(var(--aky-color-dark--rgb), 1);
}

.border-color-hover-dark {
  transition: 0.3s ease;
}
.border-color-hover-dark.active, .border-color-hover-dark:hover {
  border-color: rgba(var(--aky-color-dark--rgb), 1) !important;
}

.border-color-dark {
  border-color: rgba(var(--aky-color-dark--rgb), 1) !important;
}

.color-light-black {
  color: rgba(var(--aky-color-light-black--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-light-black {
  transition: 0.3s ease;
}
.color-hover-light-black:hover {
  color: rgba(var(--aky-color-light-black--rgb), 1) !important;
}

.bg-color-hover-light-black {
  transition: 0.3s ease;
}
.bg-color-hover-light-black.active, .bg-color-hover-light-black:hover {
  background: rgba(var(--aky-color-light-black--rgb), 1) !important;
}

.bg-color-light-black {
  background: rgba(var(--aky-color-light-black--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--light-black li::before {
  background-color: rgba(var(--aky-color-light-black--rgb), 1);
}

.border-color-hover-light-black {
  transition: 0.3s ease;
}
.border-color-hover-light-black.active, .border-color-hover-light-black:hover {
  border-color: rgba(var(--aky-color-light-black--rgb), 1) !important;
}

.border-color-light-black {
  border-color: rgba(var(--aky-color-light-black--rgb), 1) !important;
}

.color-bg-color {
  color: rgba(var(--aky-color-bg-color--rgb), 1) !important;
}

.color-app {
  color: var(--app-color) !important;
}

.color-hover-bg-color {
  transition: 0.3s ease;
}
.color-hover-bg-color:hover {
  color: rgba(var(--aky-color-bg-color--rgb), 1) !important;
}

.bg-color-hover-bg-color {
  transition: 0.3s ease;
}
.bg-color-hover-bg-color.active, .bg-color-hover-bg-color:hover {
  background: rgba(var(--aky-color-bg-color--rgb), 1) !important;
}

.bg-color-bg-color {
  background: rgba(var(--aky-color-bg-color--rgb), 1) !important;
}

.bg-color-app {
  background: var(--app-color) !important;
}

.bullet--bg-color li::before {
  background-color: rgba(var(--aky-color-bg-color--rgb), 1);
}

.border-color-hover-bg-color {
  transition: 0.3s ease;
}
.border-color-hover-bg-color.active, .border-color-hover-bg-color:hover {
  border-color: rgba(var(--aky-color-bg-color--rgb), 1) !important;
}

.border-color-bg-color {
  border-color: rgba(var(--aky-color-bg-color--rgb), 1) !important;
}

.font-brush {
  font-family: "Publicity Brush", sans-serif;
}

.font-title {
  font-family: "League Spartan", sans-serif;
}

#keypoints .row h3, h1 {
  font-size: 85px;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  #keypoints .row h3, h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  #keypoints .row h3, h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  #keypoints .row h3, h1 {
    font-size: clamp(28px, 24.1343283582px + 0.0080367394 * 100vw, 35px);
  }
}
#programme .programme__title h2, .c-events h3, h2 {
  font-size: 45px;
  line-height: 1.2;
}
@media screen and (max-width: 481px) {
  #programme .programme__title h2, .c-events h3, h2 {
    font-size: 25px;
  }
}
#keypoints .row--keypoints, #programme .timeline__item__content h3, #programme .timeline__item__time, .booking-register h3, .c-event-content h3, h3 {
  font-size: 29px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  #keypoints .row--keypoints, #programme .timeline__item__content h3, #programme .timeline__item__time, .booking-register h3, .c-event-content h3, h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #keypoints .row--keypoints, #programme .timeline__item__content h3, #programme .timeline__item__time, .booking-register h3, .c-event-content h3, h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #keypoints .row--keypoints, #programme .timeline__item__content h3, #programme .timeline__item__time, .booking-register h3, .c-event-content h3, h3 {
    font-size: 19px;
  }
}
.l-header .c-nav .menu-item .c-btn, .c-btn {
  font-size: clamp(17px, 13.6865671642px + 0.0068886338 * 100vw, 23px);
  line-height: 1.2;
}
.l-header-nav-mobile .c-nav .menu-item a, #partenaires .swiper .swiper-slide h3, .booking-register h4, .booking-progress__step .title, .keywords-count, h4 {
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .l-header-nav-mobile .c-nav .menu-item a, #partenaires .swiper .swiper-slide h3, .booking-register h4, .booking-progress__step .title, .keywords-count, h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-nav-mobile .c-nav .menu-item a, #partenaires .swiper .swiper-slide h3, .booking-register h4, .booking-progress__step .title, .keywords-count, h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .l-header-nav-mobile .c-nav .menu-item a, #partenaires .swiper .swiper-slide h3, .booking-register h4, .booking-progress__step .title, .keywords-count, h4 {
    font-size: 18px;
  }
}
#presentation .container.row .col--text strong, .c-event__ponderation, .booking-schedules-list__item > div > span, .booking-schedules-list__item .title {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  #presentation .container.row .col--text strong, .c-event__ponderation, .booking-schedules-list__item > div > span, .booking-schedules-list__item .title {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  #presentation .container.row .col--text strong, .c-event__ponderation, .booking-schedules-list__item > div > span, .booking-schedules-list__item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #presentation .container.row .col--text strong, .c-event__ponderation, .booking-schedules-list__item > div > span, .booking-schedules-list__item .title {
    font-size: 16px;
  }
}
.booking-events .c-btn, .c-events-filter {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .booking-events .c-btn, .c-events-filter {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .booking-events .c-btn, .c-events-filter {
    font-size: 13px;
  }
}
.booking-progress__step, .booking-schedules-list__item > div .booking-schedules-speakers-infos .name, .booking-schedules-list__item > div .booking-schedules-speakers-infos .title, .booking-schedules-list__item .subtitle {
  font-size: 13px;
  line-height: 1.2;
}

.border-top-gradient {
  position: relative;
}
.border-top-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(93deg, #302A7D 6.96%, #8C1766 48.67%, #E4002A 96.4%);
}

.border-bottom-gradient {
  position: relative;
}
.border-bottom-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(93deg, #302A7D 6.96%, #8C1766 48.67%, #E4002A 96.4%);
}

.c-image--gradient {
  max-width: 1352px;
  display: inline-block !important;
  justify-content: center;
  text-align: center;
  margin-inline: auto;
  padding: 2px;
  border-radius: 1.5rem;
  background: linear-gradient(93deg, #302A7D 6.96%, #8C1766 48.67%, #E4002A 96.4%);
}
.c-image--gradient img {
  display: block;
  border-radius: 8px;
}

.link-w-icon {
  color: rgba(var(--aky-color-light--rgb), 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.center {
  text-align: center;
}

.text-danger {
  color: red;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

form:has(.booking-register-form) {
  position: relative;
}
form:has(.booking-register-form)::before {
  content: url("/elements/form.svg");
  position: absolute;
  top: 8.75rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  form:has(.booking-register-form)::before {
    content: none;
  }
}
form .booking-register-form {
  margin: 4rem auto;
  max-width: 38.4375rem;
  display: grid;
  grid-gap: 1.5625rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  form .booking-register-form {
    grid-template-columns: 1fr;
  }
}
form .booking-register-form .form-party {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
form .booking-register-form .form-party #participant_party label {
  margin: 0 2rem 0 1rem;
}
form .booking-register-form .form-party input[type=radio] {
  border: 2px solid rgba(var(--aky-color-primary--rgb), 1);
  width: 1.1875rem;
  height: 1.1875rem;
}
form .booking-register-form .form-party input[type=radio]:checked {
  background-color: rgba(var(--aky-color-secondary--rgb), 1);
  border-color: rgba(var(--aky-color-secondary--rgb), 1);
  accent-color: rgba(var(--aky-color-secondary--rgb), 1);
}
form .form-consent {
  grid-column: 1/-1;
  padding-top: 0rem;
}
form .form-consent > div {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: start;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}
form .form-consent > div label {
  text-align: left;
}
form .form-consent > div input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 18px;
  height: 18px;
  background-color: rgba(var(--aky-color-bg-color--rgb), 1);
  border: 2px solid rgba(var(--aky-color-primary--rgb), 1);
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  form .form-consent > div input[type=checkbox] {
    width: 1.875rem;
    height: 1.875rem;
    flex: 0 0 auto;
  }
}
form .form-consent > div input[type=checkbox]:checked {
  background-color: rgba(var(--aky-color-bg-color--rgb), 1);
}
form .form-consent > div input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 4px;
  height: 10px;
  border: solid rgba(var(--aky-color-primary--rgb), 1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 400px) {
  form .form-consent > div input[type=checkbox]:checked::after {
    height: 19px;
    left: 10px;
  }
}
form .form-consent ul {
  position: absolute;
  bottom: -45px;
  left: 0;
  padding-left: 0;
  list-style-type: none;
  color: red;
}
form .form-row {
  position: relative;
}
form .form-row label {
  position: absolute;
  color: rgba(var(--aky-color-primary--rgb), 1) !important;
  background-color: rgba(var(--aky-color-bg-color--rgb), 1);
  padding: 0 4px;
  top: -8px;
  left: 15px;
  font-size: 12px;
  z-index: 3;
}
form .form-row label.required:after {
  content: " * ";
  color: red;
}
form .form-row label span {
  color: red;
}
form .form-row input[type=text],
form .form-row input[type=email],
form .form-row input[type=tel],
form .form-row textarea {
  font-size: inherit;
  width: 100%;
  color: rgba(var(--aky-color-primary--rgb), 1);
  padding: 16px;
  background-color: rgba(var(--aky-color-bg-color--rgb), 1);
  min-width: 300px;
  border: 0px solid transparent;
  border-image-source: url("/elements/border-input.svg");
  border-image-slice: 20;
  border-image-width: 20px;
  border-image-repeat: stretch;
}
form .form-row input[type=text]::placeholder,
form .form-row input[type=email]::placeholder,
form .form-row input[type=tel]::placeholder,
form .form-row textarea::placeholder {
  color: rgba(var(--aky-color-primary--rgb), 1);
}
form .form-row input[type=text]:-internal-autofill-selected,
form .form-row input[type=email]:-internal-autofill-selected,
form .form-row input[type=tel]:-internal-autofill-selected,
form .form-row textarea:-internal-autofill-selected {
  background-color: rgba(var(--aky-color-bg-color--rgb), 1) !important;
  color: rgba(var(--aky-color-primary--rgb), 1) !important;
}
@media screen and (max-width: 550px) {
  form .form-row input[type=text],
  form .form-row input[type=email],
  form .form-row input[type=tel],
  form .form-row textarea {
    min-width: 230px;
  }
}

.c-btn--loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}
.c-btn--loading::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid rgba(var(--aky-color-light--rgb), 1);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-right: 0.5em;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.c-title {
  font-family: "League Spartan", sans-serif;
  font-weight: normal;
}

h2 {
  text-transform: uppercase;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: normal;
}

.col em {
  font-style: normal;
  color: rgba(var(--aky-color-primary--rgb), 1);
}
.col strong {
  font-weight: 600;
}

.c-social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}
.c-social a svg {
  border: 1px solid rgba(var(--aky-color-secondary--rgb), 1);
  border-radius: 50%;
  transition: all 0.2s ease-in;
}
.c-social a:hover svg {
  color: rgba(var(--aky-color-light--rgb), 1);
  background-color: rgba(var(--aky-color-secondary--rgb), 1);
}

#social {
  position: absolute;
  left: 2.5rem;
  top: 12.5rem;
  z-index: 1;
}
#social .c-social {
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #social {
    display: none;
  }
}

.schedule-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.schedule-nav h3 {
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .schedule-nav h3 img {
    width: 1.875rem;
  }
}
.schedule-nav button {
  display: flex;
}
.schedule-nav button:last-child img {
  transform: rotate(180deg);
}
.schedule-nav button.disabled {
  opacity: 0.3;
}

.booking-schedules {
  text-align: center;
}
.booking-schedules > h3 {
  text-align: center !important;
}
.booking-schedules-list {
  margin: 0rem auto;
  display: grid;
  place-items: stretch;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 1000px) {
  .booking-schedules-list {
    grid-template-columns: 1fr;
  }
}
.booking-schedules-list__item {
  min-height: 10.9375rem;
  background-color: rgba(var(--aky-color-light--rgb), 1);
  padding: 0.9375rem 0.625rem;
  position: relative;
  border: 0px solid transparent;
  border-image-source: url("/elements/border-event-horizontal.svg");
  border-image-slice: 18;
  border-image-width: 18px;
  border-image-repeat: stretch;
}
@media screen and (max-width: 769px) {
  .booking-schedules-list__item {
    width: 100%;
  }
}
.booking-schedules-list__item .schedule {
  font-size: 1.8125rem;
}
.booking-schedules-list__item > button {
  position: absolute;
  right: 0.3125rem;
  top: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .booking-schedules-list__item {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 768px) {
  .booking-schedules-list__item {
    flex: 0 0 100%;
  }
}
.booking-schedules-list__item.disabled {
  overflow: hidden;
  position: relative;
}
.booking-schedules-list__item.disabled::before {
  content: "";
  position: absolute;
  display: block;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 15.625rem;
  height: 70%;
  background-image: url("/images/absent.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.booking-schedules-list__item .absent {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(30px, -0.3731343284px + 0.0631458094 * 100vw, 85px);
  position: relative;
  z-index: 1;
}
.booking-schedules-list__item .title {
  font-weight: bold;
}
.booking-schedules-list__item > div {
  padding-top: 0.9375rem;
}
.booking-schedules-list__item > div .booking-schedules-speakers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 769px) {
  .booking-schedules-list__item > div .booking-schedules-speakers {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .booking-schedules-list__item > div .booking-schedules-speakers {
    grid-template-columns: 1fr 1fr;
  }
}
.booking-schedules-list__item > div .booking-schedules-speakers-infos .image {
  max-width: 80px;
  position: relative;
  margin-inline: auto;
  margin-bottom: 0.9375rem;
}
.booking-schedules-list__item > div .booking-schedules-speakers-infos .image::after {
  background: url("/elements/border-avatar.svg") center/contain no-repeat;
  content: "";
  position: absolute;
  inset: -8%;
  pointer-events: none;
}
.booking-schedules-list__item > div .booking-schedules-speakers-infos .image img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
.booking-schedules-list__item > div .booking-schedules-speakers-infos .title {
  padding: 0.125rem 0.625rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(var(--aky-color-primary--rgb), 1);
}
.booking-schedules-list__item > div .booking-schedules-speakers-infos .name {
  font-weight: 400;
  padding-top: 0.625rem;
  display: block;
  margin: 0rem;
}
.booking-schedules-actions {
  justify-content: center !important;
  gap: 2rem;
  margin: 2.5rem auto;
}

.s-keywords {
  padding-top: 0rem !important;
}
.s-keywords__title {
  padding: 3.125rem 3.125rem 0 3.125rem;
  position: relative;
}
@media screen and (max-width: 481px) {
  .s-keywords__title {
    padding: 0.625rem 1.5625rem 0 0.625rem;
  }
}
.s-keywords__title::before {
  content: url("/elements/fleche-gauche-keywords.svg");
  position: absolute;
  top: 6.25rem;
  left: 3.125rem;
}
@media screen and (max-width: 769px) {
  .s-keywords__title::before {
    top: 1.875rem;
  }
}
@media screen and (max-width: 481px) {
  .s-keywords__title::before {
    content: none;
  }
}
.s-keywords__title::after {
  content: url("/elements/fleche-droite-keywords.svg");
  position: absolute;
  bottom: 0;
  right: 0rem;
}
@media screen and (max-width: 481px) {
  .s-keywords__title::after {
    content: none;
  }
}
.s-keywords h1 {
  margin-bottom: 3.75rem;
  position: relative;
}
.s-keywords h1::after {
  content: url("/elements/line-keywords.svg");
  position: absolute;
  bottom: -3.125rem;
  left: 50%;
  transform: translateX(-50%);
}

.keywords-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-top: 3.75rem;
}
.keywords-list .c-keyword {
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  font-family: "Roboto", sans-serif;
  border-radius: 1rem;
  border: 5px solid transparent;
  border-image-source: url("/elements/border-filter.svg");
  border-image-slice: 20;
  border-image-width: 20px;
  border-image-repeat: stretch;
}
.keywords-list .c-keyword:hover {
  background-color: rgba(var(--aky-color-primary--rgb), 1);
  color: rgba(var(--aky-color-light--rgb), 1);
}

.keywords-count {
  color: rgba(var(--aky-color-primary--rgb), 1);
  margin-top: 2.5rem;
  padding-bottom: 3.75rem;
  font-weight: bold;
}

.keywords-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
}

.c-image {
  display: block;
  text-align: center;
  margin: 1.25rem 0;
}
#ateliers {
  padding: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 481px) {
  #ateliers {
    padding-block: 3.125rem;
  }
}
#ateliers .center .c-btn {
  text-align: center;
  margin: 3.125rem auto;
}

.c-events {
  position: relative;
  margin: 0 auto;
  max-width: 75rem;
}
.c-events::before {
  content: url("/elements/puzzle-1.svg");
  position: absolute;
  right: 101%;
  bottom: 3.125rem;
  z-index: -1;
}
.c-events::after {
  content: url("/elements/fleche-events-list.svg");
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.c-events-filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.75rem;
}
.c-events-filter {
  text-transform: uppercase;
  color: rgba(var(--aky-color-primary--rgb), 1) !important;
  background-color: rgba(var(--aky-color-light--rgb), 1) !important;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 1rem !important;
  border: 0px solid transparent;
  border-image-source: url("/elements/border-filter.svg");
  border-image-slice: 22;
  border-image-width: 31px;
  border-image-repeat: stretch;
}
.c-events-filter:hover {
  background-color: rgba(var(--aky-color-primary--rgb), 1) !important;
  color: rgba(var(--aky-color-light--rgb), 1) !important;
}
.c-events-filter.active {
  background-color: rgba(var(--aky-color-primary--rgb), 1) !important;
  color: rgba(var(--aky-color-light--rgb), 1) !important;
}
.c-events h3 {
  text-align: center;
  text-transform: uppercase;
}
.c-events-list {
  display: flex;
  flex-wrap: wrap;
  place-items: stretch;
  gap: 1.5rem;
}
.c-events-list > :only-child {
  grid-column: span 2;
}
.c-events-list > .c-event {
  flex-basis: 49%;
  flex-shrink: 0;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-events-list {
    grid-template-columns: 1fr;
  }
}

.c-event {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
}
.c-event-wrapper {
  background-color: rgba(var(--aky-color-light--rgb), 1);
  padding: 1.5rem 2.25rem 3.125rem 2.25rem;
  height: 100%;
}
@media screen and (max-width: 481px) {
  .c-event-wrapper {
    padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  }
}
.c-event-wrapper::before {
  z-index: -1;
}
.c-event-wrapper.disabled, .c-event-wrapper.full {
  opacity: 0.4;
  cursor: default;
}
.c-event-wrapper.selected.c-event-wrapper {
  border: 12px solid transparent;
  border-image-source: url("/elements/border-brush-active.svg");
  border-image-slice: 14;
  border-image-width: 12px;
  border-image-repeat: stretch;
}
@media screen and (max-width: 481px) {
  .c-event-wrapper.selected.c-event-wrapper {
    border-width: 0;
  }
}
.c-event-wrapper.selected::before {
  background: none;
}
@media screen and (max-width: 481px) {
  .c-event-wrapper {
    padding-top: 3.125rem;
  }
}
.c-event--vertical {
  flex: 1;
  position: relative;
}
.c-event--vertical:has(.c-event__ponderation span) .c-event-partners {
  top: 55px;
  right: 15px;
}
.c-event--vertical .c-event-wrapper {
  border: 12px solid transparent;
  border-image-source: url("/elements/border-event-vertical.svg");
  border-image-slice: 11;
  border-image-width: 12px;
  border-image-repeat: stretch;
}
@media screen and (max-width: 481px) {
  .c-event--vertical .c-event-wrapper {
    border-width: 0;
  }
}
.c-event--vertical .c-event-wrapper:has(.c-event-partners) .c-event-speakers {
  padding-right: 12.5rem;
}
.c-event--vertical .c-event-speakers {
  margin-bottom: 1.25rem;
}
.c-event--horizontal {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.c-event--horizontal .c-event-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: start;
  border: 12px solid transparent;
  border-image-source: url("/elements/border-event-horizontal.svg");
  border-image-slice: 12;
  border-image-width: 12px;
  border-image-repeat: stretch;
  text-align: left;
  gap: 2.25rem;
}
@media screen and (max-width: 481px) {
  .c-event--horizontal .c-event-wrapper {
    border-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-event--horizontal .c-event-wrapper {
    flex-wrap: wrap;
  }
}
.c-event--horizontal .c-event-wrapper .c-event-speakers {
  flex: 0 0 30%;
  flex-direction: column;
  align-items: start;
}
@media screen and (max-width: 769px) {
  .c-event--horizontal .c-event-wrapper .c-event-speakers {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 481px) {
  .c-event--horizontal .c-event-wrapper .c-event-speakers {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
.c-event--horizontal.full {
  opacity: 0.4;
}
.c-event__ponderation {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: rgba(var(--aky-color-primary--rgb), 1);
  font-family: "Publicity Brush", sans-serif;
  font-weight: 600;
  z-index: 1;
}
.c-event__slots {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1;
}
.c-event .accordion-icon {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  color: rgba(var(--aky-color-primary--rgb), 1);
  z-index: 2;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-event .accordion-icon.active {
  transform: rotate(180deg);
}
.c-event-partners {
  position: absolute;
  top: 1.5rem;
  right: 2.1875rem;
  gap: 1.25rem;
  margin-bottom: 2rem;
  max-width: 100%;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .c-event-partners {
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
    align-items: center;
  }
  .c-event-partners span {
    text-align: right !important;
  }
}
@media screen and (max-width: 769px) {
  .c-event-partners {
    position: static;
    margin-bottom: 0rem;
  }
  .c-event-partners span {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    flex-basis: 100%;
  }
}
.c-event-partners span {
  text-align: left;
  font-size: 0.8125rem;
  flex-basis: 100%;
}
.c-event-partners-partner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.c-event-partners-partner img {
  max-width: 9.375rem;
  max-height: 4.375rem;
}
@media screen and (max-width: 481px) {
  .c-event-partners-partner img {
    max-width: 2.5rem;
  }
}
.c-event-speakers {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 481px) {
  .c-event-speakers {
    margin-bottom: 0rem !important;
    display: grid;
    grid-auto-columns: 65%;
    grid-auto-flow: column;
    gap: 1.25rem;
    box-sizing: border-box;
    inline-size: 100%;
    align-items: start;
    max-inline-size: 100%;
    min-inline-size: 0;
    overflow-x: auto;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 60px), transparent 100%);
  }
}
.c-event-speakers:has(> div:nth-child(2)) {
  gap: 2.25rem;
}
@media screen and (max-width: 481px) {
  .c-event-speakers:has(> div:nth-child(2)) {
    gap: 1.25rem;
  }
}
.c-event-speakers:has(> div:nth-child(2)) img {
  max-width: 5rem;
}
@media screen and (max-width: 481px) {
  .c-event-speakers:has(> div:nth-child(2)) img {
    max-width: 3.75rem;
  }
}
.c-event-speakers-speaker {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 481px) {
  .c-event-speakers-speaker {
    padding: 0.3125rem;
    flex-direction: column;
    align-items: start;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
}
.c-event-speakers-speaker .image {
  max-width: 104px;
  position: relative;
}
@media screen and (max-width: 481px) {
  .c-event-speakers-speaker .image {
    max-width: 3.75rem;
  }
}
.c-event-speakers-speaker .image::after {
  background: url("/elements/border-avatar.svg") center/contain no-repeat;
  content: "";
  position: absolute;
  inset: -8%;
  pointer-events: none;
}
.c-event-speakers-speaker .image img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (min-width: 481px) {
  .c-event-speakers-speaker-infos {
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 481px) {
  .c-event-speakers-speaker-infos {
    font-size: 0.75rem;
  }
}
.c-event-speakers-speaker-infos .title {
  padding: 0.125rem 0.625rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(var(--aky-color-light--rgb), 1);
}
.c-event-speakers-speaker-infos .name {
  color: rgba(var(--aky-color-secondary--rgb), 1);
  padding-top: 0.625rem;
  display: block;
  margin: 0rem;
  font-weight: 600;
}
.c-event-speakers-speaker-infos .company {
  font-weight: 400;
}
.c-event-speakers-speaker-infos .job {
  font-weight: 400;
}
.c-event-speakers-speaker-infos * {
  margin: 0.5625rem 0;
}
.c-event-content {
  padding-block: 0rem 3.125rem;
}
@media screen and (max-width: 1200px) {
  .c-event-content {
    padding-block: 1.875rem 3.125rem;
  }
}
.c-event-content > div {
  max-height: 6.25rem;
  overflow: hidden;
  position: relative;
}
.c-event-content > div::after {
  background: linear-gradient(to top, #fff 0%, transparent 100%);
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.c-event-content > div.active {
  max-height: none;
  overflow: visible;
}
.c-event-content > div.active::after {
  content: none;
}
.c-event-content h3 {
  text-align: left;
  color: rgba(var(--aky-color-secondary--rgb), 1);
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.c-event-content h4 {
  font-weight: bold;
  margin-top: 0.625rem;
  margin-bottom: 1.625rem;
}

.c-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--aky-color-primary--rgb), 1);
  color: rgba(var(--aky-color-light--rgb), 1);
  display: inline-flex;
  border-radius: 1.75rem;
  padding: 0.8125rem 3rem;
  gap: 0.625rem;
  transition: all 0.2s ease-out;
  background-size: 1px 200px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}
.c-btn img {
  margin-left: 0.625rem;
}
.c-btn:hover {
  background-color: rgba(var(--aky-color-secondary--rgb), 1);
}
.c-btn--brush {
  font-family: "Publicity Brush", sans-serif;
}
.c-btn--brush-light {
  font-family: "Publicity Brush", sans-serif;
}
.c-btn--light {
  background-color: rgba(var(--aky-color-light--rgb), 1);
  color: rgba(var(--aky-color-primary--rgb), 1);
  border: 2px solid rgba(var(--aky-color-primary--rgb), 1);
}
.c-btn--light img {
  transition: all 0.2s ease-out;
}
.c-btn--light:hover {
  background-color: rgba(var(--aky-color-primary--rgb), 1);
  color: rgba(var(--aky-color-light--rgb), 1);
}
.c-btn--light:hover img {
  filter: brightness(0) invert(1);
}
.c-btn--primary {
  background-color: rgba(var(--aky-color-primary--rgb), 1);
  color: rgba(var(--aky-color-light--rgb), 1);
}
.c-btn--primary:hover {
  background-color: rgba(var(--aky-color-secondary--rgb), 1);
}

@media screen and (max-width: 769px) {
  .booking-page {
    padding-inline: 3.125rem;
  }
}
.booking-page h1 {
  padding-top: 8.125rem;
  padding-inline: 3.125rem;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .booking-page h1 {
    padding-top: 2.5rem;
  }
}
.booking-page h1::before {
  content: url("/elements/puzzle-planning.svg");
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 769px) {
  .booking-page h1::before {
    scale: 0.6;
  }
}
.booking-page h1::after {
  content: url("/elements/gear-planning.svg");
  position: absolute;
  bottom: -6.25rem;
  left: 100%;
}
@media screen and (max-width: 769px) {
  .booking-page h1::after {
    scale: 0.6;
  }
}
@media screen and (max-width: 481px) {
  .booking-page h1::after {
    content: none;
  }
}
.booking-layout {
  background-color: rgba(var(--aky-color-bg-color--rgb), 1);
  display: grid;
  grid-template-columns: 216px auto;
  align-items: start;
  grid-gap: 1.5rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.booking-layout:has(> form) {
  grid-template-columns: 1fr;
  grid-gap: 0rem;
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .booking-layout {
    grid-template-columns: 1fr;
    grid-gap: 0rem;
    margin-top: 0rem;
  }
}
.booking-header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: start;
  background-color: rgba(var(--aky-color-bg-color--rgb), 1);
  position: sticky;
  top: 7.375rem;
  padding-top: 1.875rem;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .booking-header {
    top: 5.625rem;
  }
}
@media screen and (max-width: 769px) {
  .booking-header {
    position: static;
    padding-bottom: 1.875rem;
  }
}
.booking-header > .row {
  justify-content: start;
  gap: 3rem;
}
.booking-header > .row > h3 {
  margin: 0;
  text-align: left !important;
}
@media screen and (max-width: 769px) {
  .booking-header {
    top: -0.625rem;
    margin-top: -1.875rem;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.booking-progress {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  cursor: default;
  gap: 1rem;
  position: sticky;
  border-radius: 1.75rem;
  top: 9.375rem;
  background-color: rgba(var(--aky-color-light--rgb), 1);
}
.booking-progress__border {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.booking-progress__border::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/elements/border-schedule.svg") center/100% 100% no-repeat;
  pointer-events: none;
  z-index: 1;
}
.booking-progress__border > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .booking-progress__border::after {
    content: none;
  }
}
.booking-progress::before {
  content: url("/elements/gear-gauche-schedule.svg");
  position: absolute;
  transform: scale(0.8);
  left: -0.3125rem;
  top: 0.625rem;
}
@media screen and (max-width: 769px) {
  .booking-progress::before {
    content: none;
  }
}
.booking-progress::after {
  content: url("/elements/gear-droite-schedule.svg");
  position: absolute;
  transform: scale(0.8);
  bottom: 1.875rem;
  right: -0.3125rem;
}
@media screen and (max-width: 769px) {
  .booking-progress::after {
    content: none;
  }
}
@media screen and (max-width: 769px) {
  .booking-progress {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    border: none;
    background-color: unset;
    position: sticky;
    top: 0;
    background-color: rgba(var(--aky-color-light--rgb), 1);
    padding-block: 0.9375rem;
    z-index: 3;
    border-radius: 0;
  }
  .booking-progress::before {
    content: none;
  }
}
@media screen and (max-width: 481px) {
  .booking-progress {
    overflow-x: auto;
  }
}
.booking-progress__step {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 1.125rem;
  gap: 0.5rem;
}
@media screen and (max-width: 769px) {
  .booking-progress__step {
    max-width: 7.8125rem;
  }
  .booking-progress__step:last-child,
  .booking-progress__step span {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .booking-progress__step {
    font-size: 0.625rem;
  }
}
.booking-progress__step:not(.booking-progress__step:nth-child(2)) {
  position: relative;
}
@media screen and (min-width: 769px) {
  .booking-progress__step:not(.booking-progress__step:nth-child(2)) {
    padding-top: 3.4375rem;
  }
}
.booking-progress__step:not(.booking-progress__step:nth-child(2))::before {
  content: url("/elements/line-schedule.svg");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .booking-progress__step:not(.booking-progress__step:nth-child(2))::before {
    height: 30px;
    left: -19px;
    position: absolute;
    top: 30px;
    width: 20px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 481px) {
  .booking-progress__step:not(.booking-progress__step:nth-child(2))::before {
    top: 1.25rem;
  }
}
.booking-progress__step.step--border button {
  background-color: rgba(var(--aky-color-light--rgb), 1) !important;
  color: rgba(var(--aky-color-primary--rgb), 1) !important;
  border-color: rgba(var(--aky-color-primary--rgb), 1) !important;
}
.booking-progress__step.step--disabled::before {
  opacity: 0.3 !important;
}
.booking-progress__step.step--disabled button {
  cursor: default;
  color: rgba(var(--aky-color-primary--rgb), 0.3);
  border-color: rgba(var(--aky-color-primary--rgb), 0.3);
}
.booking-progress__step.step--disabled button:before {
  background: rgba(var(--aky-color-primary--rgb), 0.3);
}
.booking-progress__step.step--disabled button:after {
  opacity: 0.3;
}
.booking-progress__step.step--disabled button img {
  opacity: 0.3;
}
.booking-progress__step.step--fill button {
  background: rgba(var(--aky-color-primary--rgb), 1);
}
.booking-progress__step.step--fill img {
  filter: brightness(0) invert(1);
}
.booking-progress__step .title {
  cursor: default;
  display: flex;
  width: 86px;
  height: 86px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(var(--aky-color-light--rgb), 1);
  transition: 0.3s ease;
  position: relative;
}
.booking-progress__step .title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/elements/border-step.svg") center/100% 100% no-repeat;
  pointer-events: none;
  z-index: 1;
}
.booking-progress__step .title > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 481px) {
  .booking-progress__step .title {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }
}
.booking-progress__step .title:before {
  border-radius: 50% !important;
  transition: 0.3s ease;
}
.booking-progress__step .title img {
  position: absolute;
  width: 1.4375rem;
  height: 0.9375rem;
  transition: 0.3s ease;
}
.booking-presence {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 0;
}
.booking-presence:has(button:nth-child(3)) button:nth-child(3) {
  position: relative;
  overflow: visible;
  margin-left: 1.25rem;
}
.booking-presence:has(button:nth-child(3)) button:nth-child(3)::before {
  content: url("/elements/line-schedule.svg");
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 3px;
  height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .booking-presence {
    width: 100%;
    flex-wrap: wrap;
  }
  .booking-presence button {
    flex: 1 1 45%;
  }
  .booking-presence:has(button:nth-child(3)) button:nth-child(3) {
    margin-left: 0;
  }
  .booking-presence:has(button:nth-child(3)) button:nth-child(3)::before {
    content: none;
  }
}
@media screen and (max-width: 769px) {
  .booking-presence {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(var(--aky-color-light--rgb), 1);
    z-index: 3;
    padding: 0.625rem;
    border-top: 0.0625rem solid rgba(var(--aky-color-primary--rgb), 0.4);
    border-radius: 0;
  }
  .booking-presence:has(button:nth-child(3)) {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .booking-presence:has(button:nth-child(3)) button:last-child,
  .booking-presence:has(button:nth-child(3)) button:nth-child(3) {
    flex: 100%;
  }
}
@media screen and (max-width: 481px) {
  .booking-presence {
    align-items: stretch;
  }
}
.booking-presence button {
  border: 0px solid transparent;
  border-image-source: url("/elements/border-nav.svg");
  border-image-slice: 20;
  border-image-width: 19px;
  border-image-repeat: stretch;
}
.booking-presence button > span {
  position: relative;
  aspect-ratio: 1/1;
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: rgba(var(--aky-color-light--rgb), 1);
  border: 4px solid rgba(var(--aky-color-light--rgb), 1);
  border-radius: 50%;
  outline: 0.0625rem solid rgba(var(--aky-color-primary--rgb), 1);
}
.booking-presence button.active > span {
  background-color: rgba(var(--aky-color-secondary--rgb), 1) !important;
}
@media screen and (max-width: 1200px) {
  .booking-presence button {
    padding-inline: 0.625rem;
  }
}
.booking-events-list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
  padding-right: 0.3125rem;
}
@media screen and (max-width: 769px) {
  .booking-events-list {
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 481px) {
  .booking-events-list {
    padding-inline: 0rem;
  }
}
.booking-events-list > .c-event {
  cursor: pointer;
  width: 100%;
}
.booking-register {
  position: relative;
  z-index: 1;
}
.booking-register h3 {
  font-weight: bold;
}
.booking-register h4 {
  margin-top: 0;
  line-height: 35px;
  font-weight: normal;
}
.booking-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

#programme {
  padding: 9.375rem 0 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 481px) {
  #programme {
    padding: 3.125rem 0 1.5625rem 0;
  }
}
#programme #programme-bg {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#programme #programme-bg::before {
  content: url("/elements/planning.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  #programme #programme-bg::before {
    content: none;
  }
}
#programme .programme__title {
  position: relative;
  max-width: 31.875rem;
  margin: 0 auto;
  text-align: center;
}
#programme .programme__title::before {
  content: url("/elements/fleche-gauche-planning.svg");
  position: absolute;
  top: -6.25rem;
  right: 100%;
}
@media screen and (max-width: 481px) {
  #programme .programme__title::before {
    content: none;
  }
}
#programme .programme__title::after {
  content: url("/elements/fleche-droite-planning.svg");
  position: absolute;
  bottom: -6.25rem;
  left: 100%;
}
@media screen and (max-width: 769px) {
  #programme .programme__title::after {
    left: 90%;
  }
}
@media screen and (max-width: 481px) {
  #programme .programme__title::after {
    content: none;
  }
}
#programme .programme__title h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-inline: 3.125rem;
}
#programme .programme__title h2::after {
  content: url("/elements/line-program-title.svg");
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#programme .timeline {
  position: relative;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1000px) {
  #programme .timeline {
    margin-left: -12.5rem;
  }
}
@media screen and (max-width: 768px) {
  #programme .timeline {
    margin-left: 0;
  }
}
#programme .timeline::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  width: 5px;
  transform: translateX(-50%);
  background-color: rgba(var(--aky-color-primary--rgb), 1);
  -webkit-mask: url("/elements/line-clip.svg") top center/100% 100% no-repeat;
  mask: url("/elements/line-clip.svg") top center/100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
  #programme .timeline::before {
    left: 10%;
  }
}
#programme .timeline__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 8.5625rem;
  padding-top: 8.125rem;
  position: relative;
  color: #2E2D7E;
  --color-content: #2E2D7E;
  --color-circle: #2E2D7E;
  --color-outline: #fff;
}
@media screen and (max-width: 769px) {
  #programme .timeline__item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 130px;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 481px) {
  #programme .timeline__item {
    gap: 2.1875rem;
  }
}
@media screen and (max-width: 500px) {
  #programme .timeline__item {
    padding-left: 75px;
  }
}
#programme .timeline__item::before {
  content: "";
  position: absolute;
  top: calc(50% + 68px);
  left: 50%;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: var(--color-circle);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
  border: 4px solid rgba(var(--aky-color-light--rgb), 1);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #programme .timeline__item::before {
    left: 10%;
  }
}
#programme .timeline__item:last-child .timeline__item__content {
  position: relative;
}
#programme .timeline__item:last-child .timeline__item__content svg {
  position: absolute;
  top: 1.875rem;
  left: -7%;
}
@media screen and (max-width: 769px) {
  #programme .timeline__item:last-child .timeline__item__content svg {
    left: -6%;
    max-width: 90px;
  }
}
@media screen and (max-width: 481px) {
  #programme .timeline__item:last-child .timeline__item__content svg {
    left: -12%;
  }
}
#programme .timeline__item__outline {
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  #programme .timeline__item__outline {
    left: 75px;
  }
}
@media screen and (max-width: 481px) {
  #programme .timeline__item__outline {
    display: none;
  }
}
#programme .timeline__item__time {
  width: 25.8125rem;
  text-align: right;
  font-weight: 600;
  color: inherit;
  transition: color 0.2s ease-in;
}
@media screen and (max-width: 768px) {
  #programme .timeline__item__time {
    width: auto;
  }
}
#programme .timeline__item__content {
  color: inherit;
  flex: 1;
  max-width: 25.8125rem;
  transition: color 0.2s ease-in;
}
@media screen and (max-width: 481px) {
  #programme .timeline__item__content {
    text-align: right;
  }
}
#programme .timeline__item__content:has(svg) {
  position: relative;
}
#programme .timeline__item__content:has(svg) svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7%;
}
@media screen and (max-width: 769px) {
  #programme .timeline__item__content:has(svg) svg {
    left: -9%;
  }
}
@media screen and (max-width: 481px) {
  #programme .timeline__item__content:has(svg) svg {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  #programme .timeline__item__content h3 {
    font-size: 0.875rem !important;
  }
}
#programme .timeline-progress {
  z-index: 1;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask: url("/elements/line-clip.svg") top center/100% 100% no-repeat;
  mask: url("/elements/line-clip.svg") top center/100% 100% no-repeat;
  --height: 0vh;
}
@media screen and (max-width: 768px) {
  #programme .timeline-progress {
    left: 10%;
  }
}
#programme .timeline-progress::before {
  content: "";
  position: sticky;
  top: 7.5rem;
  display: block;
  background-color: rgba(var(--aky-color-secondary--rgb), 1);
  width: 5px;
  height: var(--height);
}
@media screen and (max-width: 1200px) {
  #programme .timeline-progress::before {
    top: 5.625rem;
  }
}
@media screen and (max-width: 769px) {
  #programme .timeline-progress::before {
    top: 4.375rem;
  }
}

#presentation {
  padding-top: 3.125rem;
}
#presentation em {
  color: rgba(var(--aky-color-secondary--rgb), 1);
}
#presentation .container {
  display: grid;
  grid-template-columns: 6fr 1fr 5fr;
  grid-template-areas: "title blank content";
}
@media screen and (max-width: 769px) {
  #presentation .container {
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
  }
}
#presentation .container h3 {
  font-family: "League Spartan";
  font-size: 45px;
  font-weight: 400;
  grid-area: title;
  margin: 0;
}
@media screen and (max-width: 769px) {
  #presentation .container h3 {
    font-size: 35px;
  }
}
#presentation .container.row {
  align-items: flex-start;
}
#presentation .container.row .col--text {
  grid-area: content;
}
#presentation .container.row .col--text strong {
  color: rgba(var(--aky-color-primary--rgb), 1);
}

#content {
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  #content {
    padding-top: 9.375rem;
  }
}
#content .container.row {
  gap: 1.25rem;
  display: grid;
  grid-template-columns: 6fr 1fr 5fr;
  grid-template-areas: "title blank image";
}
@media screen and (max-width: 769px) {
  #content .container.row {
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
  }
}
#content .container.row .col {
  flex: 1;
  font-size: 1.25rem;
}
#content .container.row .col--text {
  grid-area: title;
  position: relative;
}
#content .container.row .col--text::before {
  content: url("/elements/fleche-content-1.svg");
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
  transform-origin: 85% 85%;
  animation: arrow-pendulum-left 2.8s ease-in-out infinite;
}
@media screen and (max-width: 769px) {
  #content .container.row .col--text::before {
    content: none;
  }
}
#content .container.row .col--text::after {
  content: url("/elements/fleche-content-2.svg");
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform-origin: 15% 15%;
  animation: arrow-pendulum-right 2.8s ease-in-out infinite;
}
@media screen and (max-width: 481px) {
  #content .container.row .col--text::after {
    content: none;
  }
}
#content .container.row .col--image {
  grid-area: image;
  position: relative;
}
@media screen and (max-width: 481px) {
  #content .container.row .col--image {
    margin-top: 1.875rem;
  }
}
#content .container.row .col--image::before {
  content: "";
  position: absolute;
  background: url("/elements/border-content-image.svg") center/contain no-repeat;
  inset: 0%;
  z-index: 2;
  top: -70px;
  left: -30px;
}
@media screen and (max-width: 481px) {
  #content .container.row .col--image::before {
    top: -30px;
    left: -10px;
  }
}
#content .container.row .col .c-btn {
  margin-top: 2.5rem;
}

@keyframes arrow-pendulum-left {
  0%, 100% {
    transform: rotate(-5deg) translateX(0);
  }
  50% {
    transform: rotate(5deg) translateX(6px);
  }
}
@keyframes arrow-pendulum-right {
  0%, 100% {
    transform: rotate(5deg) translateX(0);
  }
  50% {
    transform: rotate(-5deg) translateX(-6px);
  }
}
#partenaires {
  padding: 8.75rem 0 9.375rem 0;
}
@media screen and (max-width: 769px) {
  #partenaires {
    padding-top: 3.125rem;
  }
}
#partenaires h2,
#partenaires h3 {
  text-align: center;
}
#partenaires #ref21 {
  position: relative;
}
#partenaires #ref21::before {
  content: url("/elements/fleche-gauche-partenaires.svg");
  position: absolute;
  left: 0rem;
  bottom: -100%;
}
@media screen and (max-width: 1200px) {
  #partenaires #ref21::before {
    bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  #partenaires #ref21::before {
    content: none;
  }
}
#partenaires #ref21::after {
  content: url("/elements/fleche-droite-partenaires.svg");
  position: absolute;
  top: -100%;
  right: 0rem;
}
@media screen and (max-width: 769px) {
  #partenaires #ref21::after {
    content: none;
  }
}
#partenaires #nature {
  position: relative;
  margin-bottom: 3.125rem;
}
#partenaires #nature::before {
  content: url("/elements/nos-partenaires-nature.svg");
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 481px) {
  #partenaires #nature::before {
    content: none;
  }
}
#partenaires img {
  max-width: 9.375rem;
}
#partenaires .swiper .swiper-slide {
  text-align: center;
}
#partenaires .swiper .swiper-slide h3 {
  color: rgba(var(--aky-color-primary--rgb), 1);
  margin-top: 1.25rem;
  font-weight: bold;
  text-align: center;
}
#partenaires .swiper .swiper-slide .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 2.5rem 0;
}
#partenaires .swiper .swiper-slide .logos > img {
  max-width: calc(16.6666666667% - 48px);
  flex-basis: calc(16.6666666667% - 48px);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 769px) {
  #partenaires .swiper .swiper-slide .logos > img {
    max-width: 40%;
  }
}
#partenaires .swiper .swiper-slide .logos:has(> img:only-child) img {
  max-width: 25rem;
}
@media screen and (max-width: 769px) {
  #partenaires .swiper .swiper-slide .logos:has(> img:only-child) img {
    max-width: 100%;
  }
}
#partenaires .swiper.partners--ref21 {
  margin-bottom: 9.375rem;
}
#partenaires .swiper.partners--ref21 .swiper-wrapper {
  padding-bottom: 3.125rem;
}
#partenaires .swiper.partners--nature .swiper-wrapper {
  align-items: center;
}
#partenaires .swiper .swiper-pagination {
  padding-top: 1.25rem;
}
#partenaires .swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 44px;
  --swiper-pagination-bullet-height: 5px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 0;
  border: 1px solid rgba(var(--aky-color-primary--rgb), 1);
}
#partenaires .swiper .swiper-pagination-bullet-active {
  --swiper-pagination-color: #E30C30;
  border: 1px solid rgba(var(--aky-color-secondary--rgb), 1);
}

#keypoints {
  padding: 15.625rem 0 0 0;
  position: relative;
}
#keypoints::before {
  content: url("/elements/avion.svg");
  position: absolute;
  top: -1.875rem;
  left: 40%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  #keypoints::before {
    left: 0;
  }
}
@media screen and (max-width: 769px) {
  #keypoints::before {
    left: -9.375rem;
  }
}
@media screen and (max-width: 481px) {
  #keypoints::before {
    left: -40px;
    scale: 0.3;
    top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #keypoints {
    padding: 6.25rem 0 3.125rem 0;
  }
}
@media screen and (max-width: 768px) {
  #keypoints {
    padding: 3.125rem 0 1.5625rem 0;
  }
}
#keypoints .row--keypoints {
  font-weight: 600;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  #keypoints .row--keypoints {
    flex-direction: column;
    gap: 1.5625rem;
  }
}
#keypoints .row--keypoints div {
  padding-left: 1.25rem;
  border-left: 2px solid;
}
#keypoints .row h3 {
  padding-inline: 8.75rem;
  max-width: 1170px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: rgba(var(--aky-color-secondary--rgb), 1);
  font-family: "League Spartan";
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  #keypoints .row h3 {
    padding-inline: 1.25rem;
  }
}
#keypoints .row--center {
  position: relative;
}
#keypoints .row--center::before {
  content: url("/elements/gear-1.svg");
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
  animation: gear-rotate 18s linear infinite;
}
@media screen and (max-width: 769px) {
  #keypoints .row--center::before {
    content: none;
  }
}
#keypoints .row--center::after {
  content: url("/elements/gear-2.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: center center;
  animation: gear-rotate 24s linear infinite reverse;
}
@media screen and (max-width: 769px) {
  #keypoints .row--center::after {
    content: none;
  }
}

@keyframes gear-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.s-hero {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 7.5rem;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .s-hero {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  .s-hero {
    margin-bottom: 3.125rem;
    height: 50vh;
  }
}
.s-hero h1 {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 3.125rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .s-hero h1 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 6.25rem;
  }
}
.s-hero h1 #bg-hero {
  --hero-bg-scale: 1;
  --hero-bg-opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .s-hero h1 #bg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/hero.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(var(--hero-bg-scale));
    transform-origin: center center;
    opacity: var(--hero-bg-opacity);
  }
}
@media screen and (max-width: 1200px) {
  .s-hero h1 #bg-hero::before {
    background-position: center;
  }
}
@media screen and (max-width: 769px) {
  .s-hero h1 #bg-hero {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .s-hero h1 {
    width: 100%;
  }
}
@media screen and (max-width: 481px) {
  .s-hero h1 {
    background-image: none;
    flex: 0;
    padding-top: 6.25rem;
    padding-bottom: 0;
  }
}
.s-hero__mobile {
  display: none;
  margin-top: -5rem;
}
@media screen and (max-width: 481px) {
  .s-hero__mobile {
    display: block;
  }
}
.s-hero__mobile svg {
  max-width: 100%;
}
.s-hero__title {
  color: rgba(var(--aky-color-secondary--rgb), 1);
  visibility: hidden;
  font-family: "League Spartan";
  font-size: 215.41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .s-hero__title {
    font-size: 9.375rem;
  }
}
@media screen and (max-width: 769px) {
  .s-hero__title {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 481px) {
  .s-hero__title {
    font-size: clamp(60px, 54.4776119403px + 0.0114810563 * 100vw, 70px);
  }
}
.s-hero__event {
  padding-bottom: 1.25rem;
}
.s-hero__event h3 {
  font-weight: 600;
}
.s-hero__arrow {
  padding-top: 5.75rem;
}
.s-hero__cta {
  margin-top: auto;
}

@media screen and (max-width: 769px) {
  #image {
    padding: 0 2rem;
  }
}

/** Import theme styles */
html,
* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: rgba(var(--aky-color-text-color--rgb), 1);
  background-color: rgba(var(--aky-color-bg-color--rgb), 1);
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  color: rgba(var(--aky-color-light--rgb), 1);
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 769px) {
  .page-configuration .l-header {
    position: relative;
  }
}

.l-header {
  background-color: #fff;
  color: rgba(var(--aky-color-text-color--rgb), 1);
  padding: 1.25rem 0;
  position: sticky;
  top: 0;
  z-index: 4;
  transition: all 0.2s ease-in;
  border-bottom: 0.0625rem solid transparent;
}
.l-header.scrolled {
  border-bottom: 0.0625rem solid rgba(var(--aky-color-primary--rgb), 0.4);
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 769px) {
  .l-header {
    padding: 0.625rem;
  }
}
.l-header > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-header-logos {
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-header-logos {
    padding-left: 0rem;
  }
}
.l-header-logos > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.125rem;
}
@media screen and (max-width: 1200px) {
  .l-header-logos > a {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header-logos {
    gap: 1.25rem;
  }
  .l-header-logos img {
    width: 7.5rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .l-header-logos img {
    width: 5rem;
  }
}
@media screen and (max-width: 1050px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav-mobile {
  display: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(var(--aky-color-light--rgb), 0.95);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 3.75rem;
  bottom: 0;
  left: 0;
  z-index: 99;
  transform: translateX(-100%);
  transition: 0.3s ease;
  overflow: scroll;
}
.l-header-nav-mobile.expanded {
  transform: translateX(0%);
}
.l-header-nav-mobile .c-nav {
  flex-direction: column !important;
  padding-top: 3.125rem !important;
  gap: 1.75rem;
}
.l-header-nav-mobile .c-social {
  margin-top: 1.5625rem;
}
.l-header .c-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.l-header .c-nav .menu-item {
  margin-right: 2.375rem;
}
@media screen and (max-width: 1200px) {
  .l-header .c-nav .menu-item {
    margin-right: 1.25rem;
  }
}
.l-header .c-nav .menu-item a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: rgba(var(--aky-color-text-color--rgb), 1);
}
.l-header .c-nav .menu-item a:hover {
  color: rgba(var(--aky-color-secondary--rgb), 1);
}
.l-header .c-nav .menu-item .c-btn {
  color: rgba(var(--aky-color-light--rgb), 1);
}
.l-header .c-nav .menu-item .c-btn:hover {
  color: rgba(var(--aky-color-light--rgb), 1);
}
.l-header #burger {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  z-index: 25;
}
.l-header #burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-header #burger span, .l-header #burger span::before, .l-header #burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #2E2D7E;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.l-header #burger span::before, .l-header #burger span::after {
  position: absolute;
  content: "";
}
.l-header #burger span::before {
  top: -9px;
}
.l-header #burger span::after {
  top: 9px;
}
@media screen and (max-width: 1050px) {
  .l-header #burger {
    display: flex !important;
  }
}
.l-header #burger.active span {
  background-color: transparent;
}
.l-header #burger.active span::before, .l-header #burger.active span::after {
  background-color: #2E2D7E;
}
.l-header #burger.active span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.l-header #burger.active span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.l-header #burger:hover {
  cursor: pointer;
}
.l-header #burger.hidden {
  display: none;
}
.l-header #burger.show {
  display: flex;
}

.l-footer {
  background-color: rgba(var(--aky-color-primary--rgb), 1);
  color: rgba(var(--aky-color-light--rgb), 1);
  padding-bottom: 4rem;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}
.l-footer #contact-title {
  position: relative;
}
.l-footer #contact-title::before {
  content: url("/elements/fleche-gauche-contact.svg");
  position: absolute;
  right: 120%;
  top: 1.875rem;
}
@media screen and (max-width: 481px) {
  .l-footer #contact-title::before {
    content: none;
  }
}
.l-footer #contact-title::after {
  content: url("/elements/fleche-droite-contact.svg");
  position: absolute;
  left: 100%;
}
@media screen and (max-width: 769px) {
  .l-footer #contact-title::after {
    content: none;
  }
}
.l-footer #pouvoir {
  font-family: "League Spartan";
  position: absolute;
  left: -15px;
  bottom: -66px;
  color: #201F65;
  font-size: 202.19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.26;
}
.l-footer-wrap {
  position: relative;
  z-index: 2;
}
.l-footer-wrap .footer-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .l-footer-wrap .footer-row {
    gap: 1.875rem;
  }
}
.l-footer-wrap .footer-row .footer__menu a {
  text-decoration: none;
  display: block;
  color: rgba(var(--aky-color-light--rgb), 1);
  margin-bottom: 1.125rem;
}
.l-footer-wrap .footer-row p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.l-footer-wrap .footer-row.footer--bottom {
  padding-top: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer-wrap .footer-row.footer--bottom {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.l-footer-wrap .footer-row.footer--bottom > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-footer-wrap .footer-row.footer--bottom > div:last-child {
  text-align: left;
}
.l-footer-wrap .footer-row .c-social {
  margin-top: 1.5625rem;
}

.popup {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: none;
  border-radius: 1.75rem;
  background: #fff;
  color: rgba(var(--aky-color-light--rgb), 1);
  max-width: 57.75rem;
  width: 100%;
  height: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 999;
  border: 0.25rem solid rgba(var(--aky-color-primary--rgb), 1);
  background-image: url("/elements/popup.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .popup {
    background-image: none;
  }
}
@media screen and (max-width: 1200px) {
  .popup {
    width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .popup {
    height: 60%;
  }
}
@media screen and (max-width: 481px) {
  .popup {
    height: auto;
    width: 90%;
  }
}
@media screen and (max-height: 600px) {
  .popup {
    height: 70%;
  }
}
.popup::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.popup__close {
  color: rgba(var(--aky-color-secondary--rgb), 1);
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
}
.popup-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 481px) {
  .popup-content {
    padding-top: 3.125rem;
  }
}
.popup-content h2 {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(30px, -0.3731343284px + 0.0631458094 * 100vw, 85px);
  font-weight: normal;
  margin: 0;
}
.popup-content__buttons {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 481px) {
  .popup-content__buttons .c-btn {
    padding-inline: 1.25rem;
  }
  .popup-content__buttons .c-btn img {
    display: none;
  }
}

.container {
  max-width: 1352px;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.container--min {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.l-content:has(.booking-register-form) {
  overflow-x: hidden;
}

.l-content:not(:has(.s-hero)) {
  position: relative;
  padding-bottom: 7.5rem;
}

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.row .col--text {
  padding-top: 1em;
}
.row--center {
  justify-content: center;
}

section:not(#programme),
picture,
header {
  position: relative;
}

#ateliers,
#presentation {
  overflow-x: hidden;
}

#presentation {
  overflow-y: hidden;
}

#bg-element {
  position: absolute;
  top: 0;
  right: 0;
}

.page-configuration .parallax-container {
  display: none;
}

.page-keywords .l-content {
  padding-bottom: clamp(50px, -5.223880597px + 0.1148105626 * 100vw, 150px);
}
.page-keywords .parallax-container {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100vw;
  z-index: -1;
  overflow: visible;
}
.page-keywords #parallax-1 {
  left: -5%;
  top: -100px;
}
.page-keywords #parallax-2 {
  display: none;
}

.home .parallax-container {
  height: 7000px;
  margin: 0;
  overflow-x: hidden;
  position: absolute;
  top: 400px;
  left: 0;
  width: 99vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home .parallax-container {
    display: none;
  }
}
.home #parallax-1 {
  top: 30px;
}
.home #parallax-2 {
  top: 20%;
  right: 7%;
  width: 9.375rem;
}

.parallax-element {
  position: absolute;
  z-index: -2;
}

.parallax-container-2 {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  z-index: -1;
}

#parallax-3 {
  left: 1%;
  top: 30px;
}

#parallax-4 {
  top: 20%;
  right: 5%;
  width: 18.75rem;
}

/*# sourceMappingURL=app.output.css.map */
