@charset "UTF-8";
@font-face {
  font-family: "disclaimer";
  src: url("../fonts/Disclaimer/Disclaimer-Classic.ttf") format("truetype");
  font-display: swap; /* Optionnel : contrôle comment la police est affichée pendant le chargement */
}
@font-face {
  font-family: "saxmono";
  src: url("../fonts/Saxmono/saxmono.ttf") format("truetype");
  font-display: swap; /* Optionnel : contrôle comment la police est affichée pendant le chargement */
}
/* Colors */
/* Background */
/* Typography */
/* Transition */
/* Header */
/* Slider */
/* Borders */
/* Shadow */
/* Links */
:root {
  --primary-color: #927ab7;
  --blue-star: url("../img/construct/blue-star.png");
  --purple-star: url("../img/construct/purple-star.png");
  --green-star: url("../img/construct/green-star.png");
  --blue-bg: url("../img/construct/background-clip-blue.jpg");
  --purple-bg: url("../img/construct/background-clip-purple.jpg");
  --green-bg: url("../img/construct/background-clip-green.jpg");
}

body {
  font: 400 20px/24px "saxmono", sans-serif;
  background: url("../img/construct/background.jpg") center top repeat rgb(0, 0, 0);
  color: white;
  overflow-x: hidden;
  position: relative;
}
body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/templates/appel-innovation/img/construct/papier-craft.jpg");
  z-index: 1000;
  pointer-events: none;
  opacity: 0.15;
  mix-blend-mode: multiply;
}

a strong {
  color: var(--primary-color) !important;
}
a strong:hover {
  filter: brightness(85%);
}

body.big-title h1.contentTitleh1 {
  display: none;
}

h1 {
  font-size: clamp(36px, 6vw, 72px);
  line-height: clamp(40px, 6.5vw, 76px);
  text-align: left;
  font-weight: 500;
  font-family: "saxmono";
}
h2 {
  font-size: clamp(28px, 4vw, 52px);
  line-height: clamp(32px, 4.5vw, 56px);
  font-family: "saxmono";
  font-weight: 500;
  margin: 40px 0 40px 0;
  margin-top: 0;
}
h2 span:not(.enet-processed) {
  font-family: "saxmono";
  display: block;
  margin-bottom: 48px;
  font-size: clamp(20px, 5vw, 32px);
  line-height: clamp(20px, 5.5vw, 40px);
}

h3 {
  font-size: clamp(24px, 3vw, 48px);
  line-height: clamp(28px, 3.5vw, 52px);
  margin: 40px 0;
  font-weight: 300;
}

body.homepage:has(.big-title) h1 {
  font-size: clamp(100px, 32vw, 360px);
  line-height: clamp(120px, 34vw, 400px);
  letter-spacing: 0px !important;
  margin-top: 64px !important;
}

.laureats .type_12 {
  margin: 48px 0;
}
.laureats .type_12 .block_article:hover .cc_vignette {
  box-shadow: 0 0 100px 20px rgba(var(--primary-color-rgb), 0.55);
}
.laureats .type_12 .block_article:hover .cc_vignette img {
  transform: scale(1.05) rotate(2deg);
}
.laureats .type_12 .block_article .cc_content .cc_read_more {
  display: none;
}

.block_article.laureats {
  box-shadow: 0 0 100px 20px rgba(var(--primary-color-rgb), 0.55);
  background: rgba(147, 122, 183, 0.25) !important;
}
.block_article.laureats.not_clickable {
  box-shadow: none !important;
  opacity: 0.55;
}
.block_article.laureats.not_clickable:hover {
  background: rgba(147, 122, 183, 0.25) !important;
}
.block_article.laureats:hover {
  background: #947ab7 !important;
}
.block_article.laureats:hover .cc_content .cc_title h3,
.block_article.laureats:hover .cc_content .cc_excerpt p,
.block_article.laureats:hover .cc_content .cc_read_more a {
  color: white !important;
}

body:has(.big-title) h1 {
  font-size: clamp(100px, 28vw, 260px);
  line-height: clamp(100px, 28vw, 260px);
  letter-spacing: 4px;
  margin-top: 64px !important;
}
body:has(.big-title) h2 {
  letter-spacing: 4px;
}
body:has(.big-title) h1 {
  background-image: var(--purple-bg);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-transform: lowercase;
  padding-bottom: 24px;
  font-family: "disclaimer";
}

span.contentTitleh1span {
  font: 300 25px/35px "saxmono", sans-serif;
  display: block;
  clear: both;
  display: inline-block;
}

#categorie h1 {
  display: none;
}

.lSSlideOuter:has(.lSPager) .lSAction > a {
  transform: translateY(calc(-50% - 32px));
}

body#ContainerFullWidth section.call-to-action.grey-bg {
  background: #f9f9f9;
}
body#ContainerFullWidth section.call-to-action.dark-bg {
  background: #282d33;
}
body#ContainerFullWidth section.call-to-action.white-bg {
  background: #ffffff;
}

body.homepage main#content h1 {
  display: none;
}
body.homepage section#slider-top .sp-slides .sp-slide {
  opacity: 0.5;
}

strong {
  color: #eebd79;
}

.m-top-0 {
  margin-top: 0 !important;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 20px 0 20px 0;
  background: #f9f9f9;
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  color: #fff;
}

::selection {
  background: var(--primary-color);
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  background: #282d33;
}

header {
  width: 100%;
  height: 112px;
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  background: transparent;
}
header .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-row:not(:has(.billetterie)) #main-menu {
  transform: translateX(-14%);
}

#navbar-header {
  padding: 25px;
}
#navbar-header .container-fluid {
  padding: 0;
}
#navbar-header a.btn-phone {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a.logo {
  display: block;
  max-width: 240px;
  width: 240px;
}
a.logo img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
a.logo img.home-logo {
  display: none;
}

.nav-bloc {
  display: flex;
  align-items: center;
  position: relative;
}

body.smaller header {
  background: url("../img/construct/background.jpg") center top repeat rgb(0, 0, 0);
}

body.homepage #main-menu a {
  color: #1c1c1c;
}

nav#main-menu {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 13px 0;
}
nav#main-menu ul {
  margin: 0;
  padding: 0;
}
nav#main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
nav#main-menu ul li.dropdown a {
  padding: 10px 15px 10px 10px;
}
nav#main-menu ul li.dropdown:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  right: -8px;
  top: 60%;
  transform: translateY(-50%);
}
nav#main-menu ul li a {
  font-size: clamp(16px, 1.46111vw, 24px);
  line-height: clamp(18px, 1.46111vw, 28px);
  font-family: "saxmono";
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  color: white !important;
}
nav#main-menu ul li a:hover {
  text-decoration: none;
  color: var(--primary-color) !important;
}
nav#main-menu ul li:last-child a {
  padding: 10px 0 10px 10px;
}
nav#main-menu ul li ul.level_1 {
  background: #f9f9f9;
  margin: 5px 0 0 0;
  padding: 0;
  position: absolute;
  left: 10px;
  width: 200px;
  text-align: left;
  transition: none;
  display: none;
}
nav#main-menu ul li ul.level_1 li {
  margin: 0;
  padding: 0;
  display: block;
}
nav#main-menu ul li ul.level_1 li:last-child {
  border: none;
}
nav#main-menu ul li ul.level_1 li a {
  font: 400 12px/18px "saxmono", sans-serif;
  padding: 10px;
  display: block;
  color: #1c1c1c;
}
nav#main-menu ul li ul.level_1 li a:hover {
  color: var(--primary-color);
}
nav#main-menu ul li ul.level_1 li ul.level_2 {
  transition: none;
  position: absolute;
  left: 200px;
  width: 200px;
  top: 0;
  padding: 0;
  background: #282d33;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #464e52;
  position: relative;
  overflow: hidden;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li:last-child {
  border: none;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li a {
  padding: 10px 10px 10px 15px;
  color: #fff;
  display: block;
  background: #282d33;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li a:hover {
  background: var(--primary-color);
}
nav#main-menu ul li ul.level_1 li ul.level_2 li.selected a {
  background: var(--primary-color);
}
nav#main-menu ul li ul.level_1 li.selected a {
  color: var(--primary-color);
}
nav#main-menu ul li.selected a {
  text-decoration: none;
  color: #eebd79 !important;
}

body.smaller .burger {
  opacity: 1;
  pointer-events: auto;
}

.burger {
  position: absolute;
  left: 0;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  display: none;
  letter-spacing: 2px;
  line-height: 46px;
}
.burger p {
  margin: 0;
  font-weight: 900;
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
  position: relative;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.burger span {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 0;
  background: white;
  display: block;
  width: 40px;
  height: 2px;
  background-color: white;
  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;
}
.burger span::before {
  display: block;
  width: 40px;
  height: 2px;
  background-color: white;
  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;
  position: absolute;
  content: "";
  top: -12px;
}
.burger span::after {
  display: block;
  width: 40px;
  height: 2px;
  background-color: white;
  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;
  position: absolute;
  content: "";
  top: 12px;
}
.burger:hover {
  cursor: pointer;
}

.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(12px) rotate(45deg);
  -moz-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -moz-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

#nav-column {
  background: url("../img/construct/background.jpg") center top repeat rgb(0, 0, 0);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  text-align: left;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#nav-column:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(https://appel-a-l-innovation.webdev04.e-net-b.be/templates/appel-innovation/img/construct/wave-6.svg);
  background-position: center bottom;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  z-index: 10;
  pointer-events: none;
  transform: scale(1);
  transition: transform 5.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: bottom center;
}
#nav-column.show:before {
  transition: transform 5.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: bottom center;
  transform: scale(1.35);
}
#nav-column .container {
  max-width: 992px;
}
#nav-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav-column ul li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
#nav-column ul li:last-of-type {
  margin-bottom: 0px;
}
#nav-column ul li a {
  font-size: clamp(28px, 6vw, 72px);
  line-height: clamp(28px, 6vw, 72px);
  font-weight: 700;
  font-family: "saxmono", sans-serif;
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#nav-column ul li a:hover {
  color: var(--primary-color);
}
#nav-column ul li.selected a {
  color: var(--primary-color);
}
#nav-column .mobile-language-nav-column {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
#nav-column .mobile-language-nav-column ul li a {
  font: 700 24px/28px "disclaimer";
}

#nav-column.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#nav-column.show ul li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
#nav-column.show ul li:nth-child(1) {
  transition-delay: 0.15s;
}
#nav-column.show ul li:nth-child(2) {
  transition-delay: 0.3s;
}
#nav-column.show ul li:nth-child(3) {
  transition-delay: 0.45s;
}
#nav-column.show ul li:nth-child(4) {
  transition-delay: 0.6s;
}
#nav-column.show ul li:nth-child(5) {
  transition-delay: 0.75s;
}
#nav-column.show ul li:nth-child(6) {
  transition-delay: 0.9s;
}
#nav-column.show ul li:nth-child(7) {
  transition-delay: 1.05s;
}
#nav-column.show ul li:nth-child(8) {
  transition-delay: 1.2s;
}
#nav-column.show ul li:nth-child(9) {
  transition-delay: 1.35s;
}

#nav-column ul .dropdown ul {
  display: none;
  transition: none;
}
#nav-column ul .dropdown li {
  padding: 0;
  border: none;
}
#nav-column ul .dropdown li a {
  width: 100%;
  font: 700 20px/30px "saxmono", sans-serif;
  padding: 10px 0 10px 10px;
  color: #1c1c1c;
}
#nav-column ul .dropdown li a:hover {
  color: var(--primary-color);
}
#nav-column ul .dropdown li.selected a {
  color: var(--primary-color);
}
#nav-column ul .dropdown li.selected a:before {
  display: none;
}
#nav-column ul .dropdown li.selected a:after {
  display: none;
}
#nav-column ul .dropdown .fa-caret-down {
  position: absolute;
  font-size: 18px;
  top: 0;
  padding: 10px 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #1c1c1c;
  right: 0;
}
#nav-column ul .dropdown .fa-caret-down:hover {
  color: var(--primary-color);
}
#nav-column ul .dropdown .fa-caret-up {
  position: absolute;
  font-size: 18px;
  top: 0;
  padding: 10px 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #1c1c1c;
  right: 0;
}
#nav-column ul .dropdown .fa-caret-up:hover {
  color: var(--primary-color);
}
#nav-column ul .dropdown.active ul {
  display: block;
}
#nav-column ul .dropdown.selected ul {
  display: block;
}

.info-bloc {
  display: flex;
  align-items: center;
}
.info-bloc .module_content {
  display: flex;
  align-items: center;
}
.info-bloc a {
  color: white;
}
.info-bloc a:hover {
  text-decoration: none;
  color: var(--primary-color) !important;
}
.info-bloc a.active {
  color: var(--primary-color) !important;
}

a.billetterie {
  padding: 16px 32px;
  background: rgba(var(--primary-color-rgb), 0.75);
  border-radius: 25px;
  font-weight: 700;
}
a.billetterie:hover {
  color: white !important;
  background: rgba(var(--primary-color-rgb), 1);
  box-shadow: 0 0 100px 50px rgba(var(--primary-color-rgb), 0.55);
}

header li.contact {
  display: none !important;
}

nav.languages ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.languages ul li {
  margin: 0 5px;
}
nav.languages ul li:first-child {
  margin: 0 5px 0 0;
}
nav.languages ul li:last-child {
  margin: 0 0 0 5px;
}
nav.languages ul li a {
  color: #1c1c1c;
}
nav.languages ul li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
nav.languages ul li.selected a {
  color: var(--primary-color);
  text-decoration: none;
}

.mobile-language-nav {
  margin-left: 12px;
}

.container.container-slider {
  height: 100vh !important;
}

body.homepage section#slider-top {
  margin: 0;
}

@keyframes levitate {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
section#slider-top.no-slider {
  margin: 0px;
}
section#slider-top.no-slider:before {
  background-size: cover;
  background-position: bottom;
}

body:not(.homepage) .box-title {
  animation: ZoomImg 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  margin-bottom: 64px;
  margin-top: 128px;
}

body:not(.big-title) .box-title {
  display: none;
}

section#slider-top {
  min-height: 500px;
  width: 100%;
  position: relative;
  margin: 0;
  transition: opacity 1s ease-in;
}
section#slider-top::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/construct/wave-1.svg");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  content: "";
  transform: scale(var(--scale)) translate(var(--translate-x), var(--translate-y));
  transition: all 0.25s linear;
  opacity: 0.15;
  pointer-events: none;
  background-size: cover;
  background-position: bottom;
}
section#slider-top .sp-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
section#slider-top .sp-image {
  animation: ZoomImg 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#slider-top .container-slider {
  padding: 0;
  position: relative;
  top: 0;
  bottom: 0;
  color: #fff;
  vertical-align: middle;
}
section#slider-top .container-slider .slider-text {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, calc(-50% - 2vw));
}
section#slider-top .container-slider .slider-text h1 {
  font-weight: 400;
  font-family: "disclaimer";
  text-align: center;
  margin: 0;
  transition: transform 0.1s, filter 0.1s, letter-spacing 0.1s;
}
section#slider-top .container-slider .slider-text h1 b {
  color: var(--primary-color);
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section#slider-top .container-slider .slider-text span.contentTitleh1span {
  font-size: clamp(20px, 3.46111vw, 32px);
  line-height: clamp(24px, 3.46111vw, 36px);
  font-weight: 900;
  font-family: "saxmono", sans-serif;
  text-transform: none;
  color: inherit;
  transition: transform 0.1s, opacity 0.1s;
}
section#slider-top .container-slider .slider-text span.contentTitleh1span::before {
  width: 42px;
  height: auto;
  position: absolute;
  aspect-ratio: 2/3;
  right: -42px;
  top: -32px;
  background-image: var(--purple-star);
  content: "";
  background-size: cover;
  opacity: 0;
  animation: appear 0.5s 2.5s ease-out forwards;
}
section#slider-top .container-slider .slider-text a.btn {
  border-radius: 4px;
}
section#slider-top .container-slider .slider-text a.btn.btn-primary {
  font: 700 14px/20px "saxmono", sans-serif;
  margin: 40px 0;
  padding: 15px 40px 15px 20px;
  background: #ffffff;
  color: #e22c28;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section#slider-top .container-slider .slider-text a.btn.btn-primary:hover {
  background: none;
  text-decoration: none;
}
section#slider-top .box-title p.header-content-description {
  font-size: clamp(20px, 3.46111vw, 32px);
  line-height: clamp(24px, 3.46111vw, 36px);
  margin: 0;
  text-align: center;
  font-weight: 900;
  width: 70%;
  margin: 0 auto;
  margin-top: 32px;
}
section#slider-top .box-title h1 {
  margin: 0 auto;
  width: 95%;
  text-transform: lowercase;
  text-align: center;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

.scroll-content {
  display: flex;
  flex-direction: row;
  position: relative;
  transition: all 0s linear;
  gap: 128px;
}

.item {
  display: flex;
  align-items: center;
  margin-right: 0px;
  flex-shrink: 0;
  align-items: center;
  gap: 0px;
  font-weight: 500;
}
.item h2 {
  text-transform: lowercase;
  opacity: 1;
  color: transparent;
  font-size: clamp(120px, 28vw, 360px);
  line-height: clamp(140px, 30vw, 400px);
  letter-spacing: 8px;
  margin-bottom: 104px;
  font-family: "disclaimer";
  background-image: var(--purple-bg);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-transform: lowercase;
  padding-bottom: 24px;
  font-family: "disclaimer";
}
.item span {
  opacity: 1;
  font-size: clamp(64px, 20vw, 360px);
  line-height: clamp(72px, 24vw, 400px);
  background-image: url("../img/construct/background-clip-base.jpg");
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#scrollto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
#scrollto a {
  font-size: 30px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

section#action-speciale {
  padding-bottom: 140px;
}
section#action-speciale .container {
  max-width: 900px;
  margin: -80px auto 40px auto;
  color: #ffffff;
  background: var(--primary-color);
  padding: 40px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  border-radius: 80px;
}
section#action-speciale .container p {
  font: 900 24px/30px "saxmono", sans-serif;
  text-transform: uppercase;
  margin: 5px 0;
}
section#action-speciale .container span {
  font: 400 20px/30px "saxmono", sans-serif;
  text-transform: uppercase;
}
section#action-speciale .container .btn {
  margin: 10px 0;
}
section#action-speciale .container .btn.btn-default {
  color: #fff;
  border-color: #fff;
}
section#action-speciale .container .btn.btn-default:hover {
  background: #fff;
  color: #282d33;
}

#breadcrumbs {
  padding: 10px 0;
}
#breadcrumbs ol {
  margin: 5px 0;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  left: 40px;
  position: fixed;
  bottom: 16px;
  font-size: 16px;
  line-height: 20px;
  z-index: 50;
}
#breadcrumbs ol li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#breadcrumbs ol li i {
  margin: 0 10px 0 0;
}
#breadcrumbs ol li a {
  color: inherit;
}
#breadcrumbs ol li a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
#breadcrumbs ol li:has(+ .active):not(:first-child)::after {
  display: none;
}
#breadcrumbs ol li.active:last-child:not(:nth-child(3)), #breadcrumbs ol li.active:last-child:not(:nth-child(4)) {
  display: none;
}
#breadcrumbs ol li:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: var(--primary-color);
  font-weight: 900;
  font-size: 5px;
  margin: 0 0 0 10px;
  position: relative;
  top: -2px;
}
#breadcrumbs ol li:last-child:after {
  display: none;
}

#cta-mobile {
  transform: translateY(calc(-100% - 20px));
}
#cta-mobile p {
  margin: 0;
  padding: 18px 0;
  text-align: center;
}
#cta-mobile p a {
  color: white;
}

main#content {
  position: relative;
  padding: 0 0 40px 0;
  overflow-x: hidden;
}

section#icone-home-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
section#icone-home-head h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -15px;
}
section#icone-home-head h2 span {
  font-weight: 900;
  display: block;
  clear: both;
}
section#icone-home-head .type_10 {
  gap: 0;
  max-width: 100%;
}
section#icone-home-head .type_10.newDisplay {
  display: inline-block;
}
section#icone-home-head .type_10 .block_article {
  background: none;
}

section#icone-home-full {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
section#icone-home-full:after {
  content: "";
  position: absolute;
  width: 90%;
  top: 0;
  left: 0;
  height: 400px;
  background: #f9f9f9;
  z-index: -1;
}
section#icone-home-full .type_8 {
  display: inline-block;
  max-width: none;
}

.lightSlider-logo {
  position: relative;
}
.lightSlider-logo .type_2 {
  gap: 0;
}
.lightSlider-logo .lSSlideOuter,
.lightSlider-logo .lSSlideWrapper {
  overflow: visible !important;
}

.lightSlider-logo,
.contributeurs {
  position: relative;
}
.lightSlider-logo .lSAction,
.contributeurs .lSAction {
  position: absolute;
  top: -32px;
  right: 0;
}
.lightSlider-logo .lSAction .lSPrev,
.contributeurs .lSAction .lSPrev {
  right: 65px;
  left: inherit;
  height: 40px;
}
.lightSlider-logo .lSAction .lSPrev:before,
.contributeurs .lSAction .lSPrev:before {
  transition: background;
}
.lightSlider-logo .lSAction .lSPrev:hover:before,
.contributeurs .lSAction .lSPrev:hover:before {
  background: rgba(var(--primary-color-rgb), 0.75);
  color: white;
  border-color: transparent;
}
.lightSlider-logo .lSAction .lSPrev:after,
.contributeurs .lSAction .lSPrev:after {
  top: 0px;
  right: 0px;
  content: "";
  background-color: red;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.lightSlider-logo .lSAction .lSNext,
.contributeurs .lSAction .lSNext {
  right: 15px;
  height: 40px;
}
.lightSlider-logo .lSAction .lSNext:before,
.contributeurs .lSAction .lSNext:before {
  transition: background 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lightSlider-logo .lSAction .lSNext:hover:before,
.contributeurs .lSAction .lSNext:hover:before {
  background: rgba(var(--primary-color-rgb), 0.75);
  color: white;
  border-color: transparent;
}
.lightSlider-logo .lSAction .lSNext:after,
.contributeurs .lSAction .lSNext:after {
  top: 0px;
  right: 0px;
  content: "";
  background-color: red;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.contributeurs {
  position: relative;
  margin: 96px 0 48px 0;
}
.contributeurs .type_12 {
  display: inline-block;
  max-width: none;
}
.contributeurs .lSSlideOuter,
.contributeurs .lSSlideWrapper {
  overflow: visible !important;
}
.contributeurs::before {
  top: -10%;
  left: calc(-100% - 16px);
  position: absolute;
  width: 100%;
  height: 120%;
  content: "";
  background: linear-gradient(90deg, #221e1f, rgba(34, 30, 31, 0.431372549));
  backdrop-filter: blur(8px);
  z-index: 10;
}
.contributeurs::after {
  top: -10%;
  right: calc(-100% - 16px);
  position: absolute;
  width: 100%;
  height: 120%;
  content: "";
  background: linear-gradient(270deg, #221e1f, rgba(34, 30, 31, 0.431372549));
  backdrop-filter: blur(8px);
  z-index: 10;
}

section#home-presentation {
  margin: 150px 0 0 0;
}
section#home-presentation .wouaw-left-bloc {
  position: sticky;
  top: 100px;
}
section#home-presentation h2 {
  font: 900 40px/50px "saxmono", sans-serif;
  margin: 20px 0 40px 0;
}
section#home-presentation .reassurance {
  background: none;
}
section#home-presentation a.btn-primary {
  margin: 12px 1% 40px 1%;
}
section#home-presentation .intro-img {
  position: relative;
  z-index: 1;
}
section#home-presentation .intro-img .img-responsive {
  overflow: hidden;
}
section#home-presentation .intro-img:before {
  content: "";
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 80%;
  background: var(--primary-color);
  transform: translate(30%, 0);
  z-index: -1;
}
section#home-presentation .intro-img img {
  animation: ZoomImg 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

section#default-content .img-container {
  position: relative;
  height: 100vh;
}
section#default-content .accordion-container {
  position: relative;
  height: 100vh;
}
section#default-content img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
section#default-content .ui-accordion {
  background: #ffffff;
  position: sticky;
  top: 112px;
  margin: 80px 0 0 -120px;
  padding: 40px;
}

section#reassurance-col .container i {
  font-size: 30px;
}
section#reassurance-col .container h2 {
  margin: 0 0 20px 0;
}

section#counter-zone i {
  font-size: 30px;
}
section#counter-zone p {
  font: 400 18px/24px "saxmono", sans-serif;
  text-transform: uppercase;
}
section#counter-zone span {
  font: 700 50px/50px "saxmono", sans-serif;
  margin: 10px auto;
  display: block;
}

section.reassurance {
  overflow: hidden;
}
section.reassurance .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 12px;
}
section.reassurance .container div {
  width: auto;
}
section.reassurance i {
  font-size: 30px;
  color: var(--primary-color);
}
section.reassurance p {
  font: 700 14px/18px "saxmono", sans-serif;
  text-transform: uppercase;
}

section#logo-reference h2 {
  margin: 0 0 20px 0;
}

section#blog h2 {
  margin: 0 0 20px 0;
  float: left;
}
section#blog a.btn-default {
  font: 400 14px/22px "saxmono", sans-serif;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  float: right;
}
section#blog .type_8 {
  display: inline-block;
}
section#blog .type_8 .block_article {
  padding: 0 0 20px 0;
}

section#gmap-footer {
  height: 40vh;
  position: relative;
  overflow: hidden;
}
section#gmap-footer .googlemap {
  height: 40vh;
  margin: 0;
}
section#gmap-footer .googlemap .leaflet-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section#gmap-footer h2 {
  margin: 20px 0;
}
section#gmap-footer h2:before {
  content: "\f124";
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  position: relative;
  font-family: "FontAwesome";
  color: var(--primary-color);
}
section#gmap-footer p i {
  margin: 0 10px 0 0;
}
section#gmap-footer p.horaire-coord {
  position: relative;
  padding: 0 0 0 20px;
}
section#gmap-footer p.horaire-coord:before {
  content: "\f017";
  display: block;
  left: 0;
  margin: 0 10px 0 0;
  font-size: 15px;
  position: absolute;
  font-family: "FontAwesome";
  color: var(--primary-color);
}
section#gmap-footer .horaire-short-message {
  font: 700 16px/20px "saxmono", sans-serif;
}
section#gmap-footer .module_horaire span.second-line {
  display: none;
}

.coord-contact-page ul#cgv_links {
  font: 300 12px/18px "saxmono", sans-serif;
  padding: 0 0 0 10px;
}
.coord-contact-page .bloc-contact-info {
  padding: 30px;
  width: 90%;
  overflow: hidden;
  margin: 40px auto;
  background: #282d33;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.coord-contact-page .bloc-contact-info::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(https://appel-a-l-innovation.webdev04.e-net-b.be/templates/appel-innovation/img/construct/wave-6.svg);
  background-position: center bottom;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  pointer-events: none;
}
.coord-contact-page .bloc-contact-info h2 {
  margin: 0 0 20px 0;
}
.coord-contact-page .bloc-contact-info h3:before {
  content: "\f124";
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  position: relative;
  font-family: "FontAwesome";
  font-weight: 900;
  color: var(--primary-color);
}
.coord-contact-page .bloc-contact-info.first {
  margin: -100px auto 20px auto;
}

.club-prive h2 {
  margin: 40px 0 10px 0;
}
.club-prive h3 {
  margin: 0 0 10px 0;
}
.club-prive p {
  font: 300 11px/16px "saxmono", sans-serif;
  margin: 10px 0 !important;
}
.club-prive form {
  margin: 10px auto;
}
.club-prive form .type_email {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form .type_telephone {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form .type_telephone_prefix {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form label {
  width: 30%;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
.club-prive form .the_info {
  position: absolute;
  bottom: 0;
}
.club-prive form .input {
  width: 65%;
  float: right;
  margin: 0 0 0 5%;
}
.club-prive form input {
  min-height: 30px;
  font-size: 12px;
}
.club-prive form .type_data_information {
  clear: both;
}
.club-prive form .country-name {
  color: #000;
}
.club-prive form p.required {
  margin: 10px 0;
}

section.call-to-action {
  background: none;
  clear: both;
}

.btn {
  display: inline-block;
  padding: 15px 50px 15px 50px;
  position: relative;
  vertical-align: top;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 4px;
  font: 400 20px/24px "saxmono", sans-serif;
  text-decoration: none !important;
  margin: 12px 1% 0;
}
.btn i {
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn i:last-child {
  font-size: 12px;
  left: auto;
  right: 20px;
}
.btn:hover i {
  right: 10px;
}
.btn span {
  font: 300 16px/20px "saxmono", sans-serif;
  display: block;
  clear: both;
}

.btn-sm {
  padding: 6px 12px;
}

.btn-lg {
  display: block;
  padding: 18px 32px;
  font: 700 24px/30px "saxmono", sans-serif;
  margin: 10px auto;
  width: 100%;
  max-width: 600px;
}

.btn-default {
  color: #282d33;
  border-color: #282d33;
  background: transparent;
}
.btn-default:hover {
  color: #282d33;
  background: #f9f9f9;
}

.btn-primary {
  color: #ffffff;
  background: #e22c28 url(../img/construct/cheat.png) repeat;
  border-color: #e22c28;
}
.btn-primary:hover {
  color: #e22c28;
  background: transparent;
}

section#slider-design-h {
  margin: 50px 0;
}
section#slider-design-h .sp-mask {
  overflow: visible;
}
section#slider-design-h .sp-image {
  max-width: 70%;
  margin: 0;
  margin-left: 0 !important;
}
section#slider-design-h .sp-layer {
  width: 40%;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
section#slider-design-h .sp-layer .center-content {
  flex-basis: 100%;
}
section#slider-design-h .sp-layer .macaron-job {
  position: absolute;
  top: -80px;
  right: 50px;
  width: 150px;
  height: 150px;
  padding: 20px;
  border-radius: 100%;
  text-align: center;
  background: #db0030;
  color: #fff;
  transform: rotate(15deg);
}
section#slider-design-h .sp-layer .macaron-job p {
  display: block;
  margin: 0;
  font: 700 16px/22px "saxmono", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section#slider-design-h .sp-layer h3 {
  font: 700 20px/30px "disclaimer", sans-serif;
  letter-spacing: 1px;
  color: #1c1c1c;
  margin: 0 0 20px 0;
}
section#slider-design-h .sp-layer h3 span {
  font: 700 26px/40px "disclaimer", sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section#slider-design-h .sp-layer h3 span strong {
  font: 700 30px/30px "disclaimer", sans-serif;
  background: #db0030;
  text-align: center;
  color: #1c1c1c;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  margin: 0 5px;
  position: relative;
  display: inline-block;
}
section#slider-design-h .sp-layer ol {
  list-style: none;
  counter-reset: li;
}
section#slider-design-h .sp-layer ol li {
  counter-increment: li;
}
section#slider-design-h .sp-layer ol li::before {
  content: counter(li);
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-align: center;
}
section#slider-design-h .sp-layer ul {
  padding: 0 0 0 20px;
}
section#slider-design-h .sp-layer ul li {
  font: 400 16px/24px "saxmono", sans-serif;
  list-style: none;
  color: #1c1c1c;
  padding: 2px 0 2px 20px;
  position: relative;
}
section#slider-design-h .sp-layer ul li a {
  color: #1c1c1c;
}
section#slider-design-h .sp-layer ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  position: absolute;
  left: 0;
  top: 12px;
}
section#slider-design-h .sp-layer a.btn-primary {
  font: 700 20px/24px "saxmono", sans-serif;
  padding: 10px 20px;
}
section#slider-design-h .sp-layer a.btn-primary:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
section#slider-design-h .sp-layer a.btn-primary i {
  display: none;
}
section#slider-design-h .sp-black {
  background: #f9f9f9 url(../img/construct/cheat.png) repeat;
}

section#slider-design-h.club-prive .sp-layer {
  width: 40%;
}
section#slider-design-h.club-prive .sp-layer > * {
  max-width: 500px;
}

.slider-design-v h2 {
  margin: 120px 0 20px 0;
}
.slider-design-v .sp-mask {
  overflow: visible;
}
.slider-design-v .sp-slide .sp-layer {
  padding: 40px;
  bottom: -80px !important;
}
.slider-design-v .sp-slide .sp-layer p {
  font: 300 18px/24px "saxmono", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 !important;
}
.slider-design-v .sp-slide .sp-layer p strong {
  font: 700 22px/28px "saxmono", sans-serif;
}
.slider-design-v .sp-slide .sp-layer .btn {
  font: 700 14px/20px "saxmono", sans-serif;
}
.slider-design-v .sp-slide .sp-layer .btn i {
  display: none;
}
.slider-design-v .sp-black {
  background: rgb(0, 0, 0);
}

section#banner-argument {
  margin: 80px 0;
  position: relative;
}
section#banner-argument:before {
  content: "";
  position: absolute;
  width: 80%;
  top: 0;
  bottom: 0;
  background: #f9f9f9;
}
section#banner-argument .container-fluid {
  padding: 0;
}
section#banner-argument #content-banner {
  width: 50%;
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
section#banner-argument #content-banner p#subtitle-banner {
  font: 700 18px/24px "saxmono", sans-serif;
  color: #e22c28;
  margin-bottom: 12px;
}
section#banner-argument #content-banner h3 {
  font: 900 32px/36px "disclaimer", sans-serif;
  margin: 0;
}
section#banner-argument #content-banner p {
  margin: 20px 0;
}
section#banner-argument #content-banner ul {
  margin: 20px 0;
}
section#banner-argument #content-banner a.btn {
  margin: 0;
}
section#banner-argument #photo-banner {
  float: right;
}
section#banner-argument #photo-banner p {
  margin: 0;
}
section#banner-argument #photo-banner img {
  max-width: 100%;
  margin: 40px 0;
  min-height: 350px;
  object-fit: cover;
}

body.homepage footer {
  margin-top: 92px;
}

footer {
  width: 100%;
  position: relative;
}
footer::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url("../img/construct/wave-6.svg");
  background-position: center bottom;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}
footer a {
  color: #fff;
}
footer a.lowercase {
  text-transform: lowercase;
}
footer a:hover {
  color: var(--primary-color);
}
footer a.logo {
  filter: drop-shadow(2px 2px 50px white);
}

#footer-area .col-logo {
  position: absolute;
  top: 0;
  bottom: 0;
}
#footer-area a.logo {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, 0);
}
#footer-area h3 {
  color: #fff;
  margin-top: 0;
  font-weight: 700;
}
#footer-area h3 a:hover {
  text-decoration: none;
}
#footer-area ul {
  padding: 0;
  margin: 0;
}
#footer-area ul li {
  list-style: none;
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  margin: 8px 0;
  line-height: 24px;
  font-size: 20px;
}
#footer-area ul li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
#footer-area ul li ul.level_1 {
  display: none;
}
#footer-area ul li.selected a {
  color: var(--primary-color);
  text-decoration: none;
}
#footer-area ul.type_6 h3 {
  color: inherit;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  margin: 8px 0;
}
#footer-area ul.type_6 h3 a {
  color: #fff;
}
#footer-area ul.type_6 h3 a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

ul#legal-reassurance-list li {
  margin: 0;
  padding: 10px 20px 10px 0;
}
ul#legal-reassurance-list li img {
  float: left;
  width: 40px;
  height: auto;
  margin: 0 10px 0 0;
}
ul#legal-reassurance-list li p {
  font: 300 10px/16px "saxmono", sans-serif;
  margin: 0;
  padding: 0 0 0 50px;
}

.coord-footer a:hover {
  text-decoration: none;
}
.coord-footer ul li {
  display: block;
  float: left;
  margin-right: 10px !important;
}
.coord-footer ul li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  background: #fff;
  color: #282d33;
  font-size: 15px;
  text-align: center;
}

#credit {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 30px 0;
}
#credit img {
  image-rendering: pixelated;
}

#sharethis {
  position: fixed;
  top: 40%;
  left: 25px;
  text-align: left;
  z-index: 101;
}
#sharethis .shareIcons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#sharethis a.stbar {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  width: 30px;
  text-align: center;
  position: relative;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  font-weight: 500;
  z-index: 1001;
}
#sharethis a.stbar img {
  display: none;
}
#sharethis a:hover {
  background: #282d33;
  color: #ffffff;
}
#sharethis a.email:before {
  font-family: "FontAwesome";
  content: "\f0e0";
}
#sharethis a.facebook:before {
  font-family: "FontAwesome";
  content: "\f09a";
}
#sharethis a.twitter:before {
  font-family: "FontAwesome";
  content: "\e61b";
}
#sharethis a.sharethis:before {
  font-family: "FontAwesome";
  content: "\f1e0";
}
#sharethis a.linkedIn:before {
  font-family: "FontAwesome";
  content: "\f0e1";
}
#sharethis a.pinterest:before {
  font-family: "FontAwesome";
  content: "\f231";
}

form {
  max-width: 560px;
  margin: 25px auto;
}
form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "saxmono", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1c1c1c;
  resize: vertical;
  max-height: 280px;
}
form textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}
form input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "saxmono", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1c1c1c;
}
form input:focus {
  outline: none;
  border-color: var(--primary-color);
}
form select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 4px;
  -webkit-appearance: none;
  font-family: "saxmono", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1c1c1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #f9f9f9;
}
form select:focus {
  outline: none;
  border-color: var(--primary-color);
}
form select::-ms-expand {
  display: none;
}
form table {
  width: 100%;
}
form tr {
  width: 100%;
}
form tr td {
  display: block;
}
form label {
  display: block;
  font-size: 14px;
  font-family: "saxmono", sans-serif;
  line-height: 24px;
}
form .input {
  padding-bottom: 12px;
}
form .help {
  display: none;
}
form .type_select .input {
  position: relative;
}
form .type_select .input:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ccc;
  right: 12px;
  top: 10px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}
form .type_destinataire .input {
  position: relative;
}
form .type_destinataire .input:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ccc;
  right: 12px;
  top: 10px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}
form input[type=radio] {
  display: none;
}
form input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
form input[type=radio] + label {
  padding-left: 36px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 32px;
}
form input[type=radio] + label:before {
  content: "";
  display: block;
  cursor: pointer;
  height: 18px;
  width: 18px;
  border: 2px solid var(--primary-color);
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
}
form input[type=radio] + label:after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 6px;
  left: 6px;
  cursor: pointer;
  background: var(--primary-color);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form .type_checkbox {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
form .type_checkbox label {
  display: inline;
  width: 92%;
  float: right;
}
form .type_checkbox .input {
  float: left;
  width: 8%;
  padding: 0 10px 12px 0;
}
form .type_checkbox input[type=checkbox] {
  float: left;
  width: 20px;
  height: 20px;
  min-height: 0;
  border: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
form .type_checkbox input:before {
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f096";
}
form .type_checkbox input:checked:before {
  display: none;
}
form .type_checkbox input:checked:after {
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f046";
  color: var(--primary-color);
}
form .type_grades {
  overflow: hidden;
}
form .type_grades label {
  float: left;
  padding-right: 24px;
  width: 40%;
}
form .type_grades .input {
  float: left;
  width: 60%;
  text-align: right;
}
form .type_data_information {
  clear: both;
}
form p.notice_data_information {
  font-size: 10px !important;
  line-height: 14px !important;
  margin: 10px 0 !important;
}
form p.notice_data_information a {
  text-decoration: underline;
}

.input img {
  margin: 5px 0 0 0;
  border: 1px solid #ccc;
}

.type_file * {
  transition: none;
  cursor: pointer;
}
.type_file input.input {
  width: calc(100% - 100px);
  min-height: 0;
  padding: 8px;
}
.type_file button.btn-file {
  float: right;
  width: 100px;
  min-height: 42px;
  padding: 4px 10px;
  border: none;
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
}

.the_info {
  font-size: 10px;
  color: #ebebeb;
  line-height: 12px;
  margin-bottom: 4px;
}

.obligatoire {
  color: #f95443;
  margin-right: -8px;
}

.asterisque {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #f95443;
}

.type_submit {
  margin-top: 16px;
  text-align: center;
}
.type_submit button {
  min-width: 80%;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid var(--primary-color);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: var(--primary-color) url(../img/construct/cheat.png) repeat;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.type_submit button:active {
  background: transparent;
  color: var(--primary-color);
}
.type_submit button:hover {
  background: transparent;
  color: var(--primary-color);
}

input[type=submit] {
  min-width: 80%;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid var(--primary-color);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: var(--primary-color) url(../img/construct/cheat.png) repeat;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
input[type=submit]:active {
  background: transparent;
  color: var(--primary-color);
}
input[type=submit]:hover {
  background: transparent;
  color: var(--primary-color);
}

.required {
  text-align: center;
}

.Zebra_DatePicker_Icon_Wrapper {
  display: block !important;
}

.intl-tel-input {
  display: block !important;
}

.Zebra_DatePicker_Icon {
  margin-right: 0 !important;
  top: 50% !important;
  right: 8px !important;
  left: auto !important;
  line-height: 24px !important;
  margin-top: -12px !important;
  width: 24px !important;
  height: 24px !important;
  background: none !important;
  position: relative;
}
.Zebra_DatePicker_Icon:after {
  font-family: "FontAwesome";
  content: "\f133";
  font-weight: 900;
  text-indent: 0;
  display: block;
  width: 100%;
  color: #282d33;
  font-size: 19px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.Zebra_DatePicker .dp_header .dp_caption:before {
  content: "\f133";
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  color: white;
}

.alert {
  max-width: 1170px;
  overflow: hidden;
  padding: 15px;
  margin: 0 auto 20px auto;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p {
  margin: 0 !important;
}
.alert > ul {
  margin: 0 !important;
}
.alert > p + p {
  margin-top: 5px;
}
.alert i.icon {
  position: absolute;
  font-size: 100px;
  opacity: 0.1;
  left: 10px;
  top: 50%;
  margin: -50px 0 0 0;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: inherit;
}

.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissible .close {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.pagination {
  clear: both;
  overflow: hidden;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 1px;
}
.pagination li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #1c1c1c;
  font-size: 12px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #f9f9f9;
}
.pagination li a:hover {
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
}
.pagination li.active a {
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
}

.recherche_simple {
  float: right;
  border: 1px solid #dfdfdf;
  padding: 8px 8px 8px 12px;
  border-radius: 100px;
  width: 210px;
  margin: 4px 20px 0 0;
  background: #fff;
  height: 40px;
  position: relative;
}
.recherche_simple form {
  width: auto;
  margin: 0;
  margin-top: 0px;
  margin-top: -10px;
  float: left;
}
.recherche_simple form label {
  display: none;
}
.recherche_simple form .recherche_txt {
  border: none;
  box-shadow: none;
  width: auto;
  padding: 2px 0;
  float: left;
  width: 172px;
  color: #1B1C1F;
  background: transparent;
  font-size: 11px;
}
.recherche_simple form #recherche_simple_submit {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/construct/btn-search.png) no-repeat center;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  float: left;
  cursor: pointer;
  position: absolute;
  padding: 0;
  min-width: 18px;
  right: 10px;
}

.recherche_s .cc_content {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
  padding: 0 40px 0 0;
  margin: 40px 0;
}
.recherche_s .cc_content .cc_vignette {
  float: left;
  max-width: 300px;
  margin: 0 40px 0 0;
  position: relative;
  float: left;
  max-width: 300px;
  margin: 0 40px 0 0;
  position: relative;
}
.recherche_s .cc_content .cc_vignette:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
}
.recherche_s .cc_content .cc_vignette img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.recherche_s .cc_content:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.recherche_s .cc_content:hover .cc_vignette img {
  opacity: 0.5;
}
.recherche_s .cc_content:hover .cc_title h3 a {
  color: #29af4c;
  text-decoration: none;
}
.recherche_s .cc_content .cc_title h3 {
  font: 700 18px/30px "disclaimer", sans-serif;
  color: #979797;
  margin: 0;
  padding: 20px 0 10px 0;
}
.recherche_s .cc_content .cc_title h3 a {
  color: #282d33;
  position: relative;
  text-decoration: none !important;
}
.recherche_s .cc_content .cc_title h3 a:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  opacity: 0.1;
  transform: rotate(-10deg);
}
.recherche_s .cc_content .cc_read_more {
  padding: 10px 0;
  float: right;
}
.recherche_s .cc_content .cc_read_more a {
  font: 700 11px/20px "saxmono", sans-serif;
  text-decoration: none !important;
  text-transform: uppercase;
  color: inherit;
  border-radius: 40px;
  border: 2px solid #282d33;
  padding: 10px 20px;
  margin: 10px 5px;
}
.recherche_s .cc_content .cc_read_more a:after {
  font-family: "FontAwesome";
  content: "\f061";
  font-weight: 900;
  position: relative;
  left: 10px;
}
.recherche_s .cc_content .cc_read_more a:hover {
  color: #fff;
  background: #29af4c;
  border: 2px solid #29af4c;
}

#a_scrolltotop {
  height: 44px;
  line-height: 42px;
  width: 44px;
  bottom: 64px;
  right: 10px;
  color: #fff;
  text-decoration: none;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  overflow: hidden;
  z-index: 1000;
}
#a_scrolltotop:before {
  display: block;
  content: "\f077";
  font-weight: 900;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "FontAwesome";
}
#a_scrolltotop:hover {
  background: none;
  color: var(--primary-color);
}
#a_scrolltotop span {
  display: none !important;
}

.googlemap {
  height: 400px;
  position: relative;
  margin: 0 0 0 0;
  overflow: hidden;
  clear: both;
  border-radius: 15px;
}
.googlemap * {
  transition: none;
}
.googlemap p {
  margin: 10px 0;
}
.googlemap > div {
  height: 100%;
}
.googlemap > div > div {
  width: 100% !important;
  height: 100% !important;
}
.googlemap .leaflet-control-zoom a {
  text-decoration: none !important;
}
.googlemap .leaflet-container a.leaflet-popup-close-button {
  text-decoration: none !important;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 30%;
  padding-top: 25px;
  height: 0;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.responsive-iframe.facebook {
  padding-bottom: 100%;
}

p.no_articles {
  background: #F5F5F5;
  padding: 10px;
  text-align: center;
}

.separator-line {
  margin: 0 20px;
  width: 1px;
  height: 8px;
  background: #1c1c1c;
}

.gm-style div {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.dark-bg {
  background: #282d33;
}

.white-bg {
  background: #fff;
}

.grey-bg {
  background: #f9f9f9;
}

.color-bg {
  background: var(--primary-color);
}

.white-text {
  color: #fff;
}

.black-text {
  color: #1c1c1c;
}

.txt-align-left {
  text-align: left;
}

.txt-align-right {
  text-align: right;
}

.txt-align-center {
  text-align: center;
}

.section-large {
  padding: 120px 0;
  clear: both;
}

.section-med {
  padding: 80px 0;
  clear: both;
}

.section-small {
  padding: 40px 0;
  clear: both;
}

.margin-large {
  margin: 80px;
}

.margin-med {
  margin: 40px;
}

.margin-small {
  margin: 20px;
}

.margin-none {
  margin: 0;
}

.padding-large {
  padding: 80px;
}

.padding-med {
  padding: 40px;
}

.padding-small {
  padding: 20px;
}

.padding-none {
  padding: 0;
}

body.homepage .chapeau {
  margin: 96px auto 96px;
}

.chapeau {
  font: 400 28px/32px "saxmono", sans-serif;
  position: relative;
  background: none;
  color: #ffffff;
  padding: 0;
  text-align: center;
  margin: 0 auto 96px;
}
.chapeau h2 {
  margin-top: 24px;
}
.chapeau::before {
  position: relative;
  top: 0;
  left: 50%;
  height: 55px;
  width: auto;
  aspect-ratio: 2/3;
  background: var(--purple-star);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translateX(-50%);
}

.txt-large {
  font: 400 20px/30px "saxmono", sans-serif;
}

.img-container {
  overflow: hidden;
}

.img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded img {
  border-radius: 4px;
}

.img-thumbnail img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle img {
  border-radius: 100%;
}

.lax {
  transition: none;
}

.container {
  max-width: 100%;
}
.container.container-sm {
  width: 936px;
}
.container.container-lg {
  width: 1920px;
  padding: 0 140px;
}
.container .row {
  max-width: none !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.container-fluid .row {
  max-width: none !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.row {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.global-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#cookie_bottom_bar .wrapper {
  max-width: 1035px !important;
}

.container-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 48px 0;
  border-radius: 25px;
  box-shadow: 0 0 100px 10px rgba(var(--primary-color-rgb));
}
.container-video-16-9 {
  padding-bottom: 56.25%;
}
.container-video-4-3 {
  padding-bottom: 75%;
  /* Rapport hauteur / largeur 4:3 */
}
.container-video-default {
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur par défaut */
}
.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .global-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .global-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .global-container {
    width: 1170px;
  }
}
@keyframes TextIntro {
  0.00% {
    opacity: 0;
    filter: blur(35px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes SliderInterne {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes ZoomImg {
  from {
    transform: scale(1.2);
    opacity: 0;
    filter: blur(8px);
  }
  to {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
  }
}
.stars {
  width: 1px;
  height: 1px;
  background: transparent;
  position: fixed;
  z-index: 1;
  opacity: 0.5;
  box-shadow: 1865px 1650px #FFF, 1565px 894px #FFF, 1811px 1383px #FFF, 36px 429px #FFF, 399px 866px #FFF, 1556px 887px #FFF, 1005px 1596px #FFF, 175px 44px #FFF, 1891px 1176px #FFF, 1051px 1162px #FFF, 1949px 699px #FFF, 1522px 274px #FFF, 539px 1551px #FFF, 649px 1526px #FFF, 1638px 1895px #FFF, 775px 393px #FFF, 643px 1882px #FFF, 920px 186px #FFF, 309px 413px #FFF, 1818px 737px #FFF, 1922px 482px #FFF, 772px 882px #FFF, 1460px 40px #FFF, 1239px 332px #FFF, 1579px 376px #FFF, 1852px 1510px #FFF, 1731px 106px #FFF, 1510px 1149px #FFF, 966px 1896px #FFF, 1623px 103px #FFF, 101px 1789px #FFF, 843px 381px #FFF, 93px 1350px #FFF, 518px 864px #FFF, 895px 719px #FFF, 1283px 119px #FFF, 1999px 575px #FFF, 1945px 1870px #FFF, 326px 950px #FFF, 751px 373px #FFF, 1130px 39px #FFF, 2px 402px #FFF, 1855px 383px #FFF, 101px 151px #FFF, 1917px 1298px #FFF, 2px 1096px #FFF, 1935px 690px #FFF, 1979px 306px #FFF, 1486px 295px #FFF, 1800px 427px #FFF, 339px 1607px #FFF, 293px 940px #FFF, 629px 1514px #FFF, 935px 275px #FFF, 1967px 235px #FFF, 208px 691px #FFF, 292px 841px #FFF, 1194px 1325px #FFF, 627px 1866px #FFF, 1611px 946px #FFF, 1467px 1075px #FFF, 1362px 378px #FFF, 1537px 1447px #FFF, 33px 653px #FFF, 1781px 319px #FFF, 1890px 1397px #FFF, 1763px 714px #FFF, 1515px 406px #FFF, 1271px 1972px #FFF, 1383px 1738px #FFF, 1914px 1446px #FFF, 1589px 1372px #FFF, 1805px 1357px #FFF, 1053px 354px #FFF, 559px 342px #FFF, 1347px 431px #FFF, 699px 1955px #FFF, 644px 480px #FFF, 910px 533px #FFF, 1994px 1097px #FFF, 766px 599px #FFF, 1943px 1149px #FFF, 1670px 1523px #FFF, 1188px 1735px #FFF, 531px 697px #FFF, 243px 1405px #FFF, 1098px 1046px #FFF, 458px 1600px #FFF, 1318px 1284px #FFF, 144px 1682px #FFF, 1142px 1601px #FFF, 1293px 421px #FFF, 656px 385px #FFF, 931px 549px #FFF, 1041px 1752px #FFF, 398px 468px #FFF, 462px 1391px #FFF, 1884px 1484px #FFF, 1407px 432px #FFF, 940px 1659px #FFF, 713px 955px #FFF, 1713px 966px #FFF, 1712px 539px #FFF, 1750px 1370px #FFF, 496px 880px #FFF, 593px 1527px #FFF, 749px 415px #FFF, 617px 868px #FFF, 1866px 1339px #FFF, 300px 1961px #FFF, 1379px 1791px #FFF, 41px 684px #FFF, 530px 1241px #FFF, 64px 969px #FFF, 14px 1213px #FFF, 1971px 175px #FFF, 851px 1912px #FFF, 1752px 843px #FFF, 970px 1531px #FFF, 1048px 940px #FFF, 1576px 858px #FFF, 926px 1231px #FFF, 986px 1093px #FFF, 163px 1625px #FFF, 1710px 434px #FFF, 77px 421px #FFF, 1402px 706px #FFF, 1557px 1198px #FFF, 1399px 119px #FFF, 1919px 984px #FFF, 1779px 624px #FFF, 926px 1589px #FFF, 98px 1005px #FFF, 322px 585px #FFF, 1457px 1321px #FFF, 1866px 370px #FFF, 711px 378px #FFF, 1288px 1537px #FFF, 690px 269px #FFF, 1581px 1380px #FFF, 1979px 1791px #FFF, 111px 1569px #FFF, 170px 1361px #FFF, 254px 1210px #FFF, 1057px 333px #FFF, 129px 1110px #FFF, 1118px 1032px #FFF, 698px 685px #FFF, 296px 1977px #FFF, 1553px 213px #FFF, 87px 1420px #FFF, 1858px 1595px #FFF, 732px 1062px #FFF, 500px 993px #FFF, 392px 880px #FFF, 1985px 1461px #FFF, 1292px 1823px #FFF, 1049px 769px #FFF, 1185px 1715px #FFF, 1100px 651px #FFF, 1245px 958px #FFF, 1699px 502px #FFF, 1760px 803px #FFF, 607px 1282px #FFF, 865px 1434px #FFF, 491px 435px #FFF, 1703px 552px #FFF, 1831px 872px #FFF, 1596px 582px #FFF, 1877px 992px #FFF, 1082px 444px #FFF, 364px 1572px #FFF, 14px 748px #FFF, 1709px 1340px #FFF, 1426px 1806px #FFF, 571px 633px #FFF, 892px 851px #FFF, 1938px 1198px #FFF, 659px 239px #FFF, 1846px 1584px #FFF, 1607px 1954px #FFF, 430px 1969px #FFF, 143px 1371px #FFF, 1730px 77px #FFF, 408px 911px #FFF, 1486px 784px #FFF, 231px 1962px #FFF, 510px 1900px #FFF, 1237px 99px #FFF, 1px 1038px #FFF, 486px 273px #FFF, 1202px 1383px #FFF, 1440px 713px #FFF, 1214px 1185px #FFF, 681px 1672px #FFF, 497px 1450px #FFF, 663px 1188px #FFF, 1772px 1045px #FFF, 1882px 799px #FFF, 823px 1850px #FFF, 1117px 1932px #FFF, 1780px 1437px #FFF, 1455px 1971px #FFF, 1252px 1026px #FFF, 1675px 1984px #FFF, 782px 113px #FFF, 270px 1237px #FFF, 1811px 668px #FFF, 711px 914px #FFF, 1071px 1410px #FFF, 1063px 353px #FFF, 820px 20px #FFF, 413px 1396px #FFF, 1464px 1042px #FFF, 1991px 422px #FFF, 100px 374px #FFF, 294px 71px #FFF, 352px 965px #FFF, 1382px 33px #FFF, 941px 749px #FFF, 950px 619px #FFF, 426px 285px #FFF, 978px 79px #FFF, 1210px 861px #FFF, 1938px 1647px #FFF, 446px 1518px #FFF, 1413px 268px #FFF, 1803px 924px #FFF, 1287px 601px #FFF, 1590px 68px #FFF, 877px 42px #FFF, 667px 434px #FFF, 1903px 943px #FFF, 1071px 1374px #FFF, 421px 1918px #FFF, 1281px 58px #FFF, 1856px 389px #FFF, 1734px 402px #FFF, 1205px 1982px #FFF, 20px 482px #FFF, 1678px 997px #FFF, 1954px 696px #FFF, 1594px 1404px #FFF, 822px 914px #FFF, 1571px 101px #FFF, 1154px 154px #FFF, 1187px 1024px #FFF, 614px 1624px #FFF, 1365px 280px #FFF, 221px 1212px #FFF, 1058px 1888px #FFF, 455px 1446px #FFF, 415px 420px #FFF, 1201px 620px #FFF, 692px 819px #FFF, 1509px 342px #FFF, 257px 1423px #FFF, 39px 403px #FFF, 1813px 939px #FFF, 680px 782px #FFF, 1744px 1923px #FFF, 246px 1966px #FFF, 523px 766px #FFF, 1853px 1098px #FFF, 822px 249px #FFF, 314px 489px #FFF, 1590px 1823px #FFF, 44px 1885px #FFF, 1390px 759px #FFF, 1441px 903px #FFF, 1710px 1115px #FFF, 1231px 1296px #FFF, 1304px 921px #FFF, 1800px 479px #FFF, 919px 1176px #FFF, 401px 1258px #FFF, 707px 1312px #FFF, 1488px 1441px #FFF, 1732px 1847px #FFF, 460px 1698px #FFF, 640px 513px #FFF, 1496px 1966px #FFF, 1396px 1965px #FFF, 793px 106px #FFF, 1320px 1074px #FFF, 1270px 146px #FFF, 1277px 984px #FFF, 1724px 844px #FFF, 1944px 1368px #FFF, 1029px 1753px #FFF, 1743px 31px #FFF, 1236px 136px #FFF, 1205px 1126px #FFF, 61px 1653px #FFF, 239px 1090px #FFF, 885px 1040px #FFF, 11px 1866px #FFF, 1012px 682px #FFF, 1997px 672px #FFF, 1533px 68px #FFF, 491px 738px #FFF, 1888px 1210px #FFF, 166px 1428px #FFF, 1601px 1297px #FFF, 1206px 320px #FFF, 1581px 1720px #FFF, 922px 533px #FFF, 423px 1768px #FFF, 293px 1505px #FFF, 1069px 1704px #FFF, 1117px 1666px #FFF, 1051px 1089px #FFF, 69px 323px #FFF, 1905px 1623px #FFF, 92px 71px #FFF, 649px 64px #FFF, 1172px 1318px #FFF, 287px 745px #FFF, 1338px 840px #FFF, 487px 1166px #FFF, 1929px 1233px #FFF, 1380px 1269px #FFF, 1721px 858px #FFF, 1376px 1074px #FFF, 430px 870px #FFF, 1547px 1469px #FFF, 178px 359px #FFF, 1440px 1768px #FFF, 699px 1133px #FFF, 835px 898px #FFF, 1634px 1536px #FFF, 513px 620px #FFF, 1681px 1861px #FFF, 281px 755px #FFF, 1845px 692px #FFF, 516px 274px #FFF, 467px 1193px #FFF, 1525px 738px #FFF, 152px 693px #FFF, 27px 1441px #FFF, 803px 1114px #FFF, 831px 1613px #FFF, 445px 817px #FFF, 1101px 460px #FFF, 430px 444px #FFF, 1929px 25px #FFF, 676px 135px #FFF, 49px 4px #FFF, 13px 681px #FFF, 737px 135px #FFF, 1935px 716px #FFF, 25px 149px #FFF, 1991px 881px #FFF, 1368px 143px #FFF, 1068px 91px #FFF, 431px 1608px #FFF, 1872px 1077px #FFF, 1056px 1884px #FFF, 631px 101px #FFF, 308px 692px #FFF, 1633px 162px #FFF, 1359px 538px #FFF, 1525px 1780px #FFF, 961px 1342px #FFF, 1623px 629px #FFF, 1154px 531px #FFF, 284px 81px #FFF, 1992px 1204px #FFF, 224px 1772px #FFF, 988px 1774px #FFF, 1469px 1501px #FFF, 377px 47px #FFF, 1824px 1207px #FFF, 127px 292px #FFF, 714px 879px #FFF, 564px 1859px #FFF, 647px 36px #FFF, 407px 879px #FFF, 710px 293px #FFF, 72px 1227px #FFF, 1538px 1207px #FFF, 1514px 453px #FFF, 1328px 20px #FFF, 365px 1075px #FFF, 1093px 210px #FFF, 118px 1801px #FFF, 1667px 292px #FFF, 205px 1968px #FFF, 315px 596px #FFF, 54px 324px #FFF, 1895px 1854px #FFF, 80px 1949px #FFF, 389px 461px #FFF, 1800px 1957px #FFF, 1708px 1836px #FFF, 678px 1631px #FFF, 107px 445px #FFF, 387px 323px #FFF, 1552px 1392px #FFF, 1143px 1746px #FFF, 1430px 1585px #FFF, 1156px 98px #FFF, 65px 556px #FFF, 1399px 992px #FFF, 1031px 1903px #FFF, 728px 469px #FFF, 1312px 1266px #FFF, 961px 122px #FFF, 573px 737px #FFF, 1636px 1180px #FFF, 1719px 655px #FFF, 1698px 166px #FFF, 477px 110px #FFF, 1881px 1527px #FFF, 56px 1765px #FFF, 1222px 1933px #FFF, 1085px 1002px #FFF, 273px 695px #FFF, 1150px 1602px #FFF, 1476px 87px #FFF, 1056px 756px #FFF, 568px 1759px #FFF, 735px 506px #FFF, 1586px 651px #FFF, 752px 1503px #FFF, 634px 1062px #FFF, 571px 1362px #FFF, 770px 687px #FFF, 1018px 854px #FFF, 1636px 595px #FFF, 1021px 1279px #FFF, 962px 354px #FFF, 1954px 372px #FFF, 1765px 1957px #FFF, 1262px 230px #FFF, 1862px 449px #FFF, 1953px 544px #FFF, 1516px 613px #FFF, 1175px 406px #FFF, 1937px 1150px #FFF, 956px 1120px #FFF, 1979px 1415px #FFF, 783px 1190px #FFF, 436px 1284px #FFF, 72px 1087px #FFF, 966px 493px #FFF, 818px 1857px #FFF, 1226px 927px #FFF, 1387px 1870px #FFF, 1017px 804px #FFF, 98px 1553px #FFF, 142px 471px #FFF, 566px 1564px #FFF, 1130px 1127px #FFF, 1148px 1603px #FFF, 1838px 1364px #FFF, 1621px 1045px #FFF, 1780px 925px #FFF, 1076px 1537px #FFF, 1547px 213px #FFF, 1723px 1996px #FFF, 1906px 1030px #FFF, 926px 740px #FFF, 613px 1464px #FFF, 1921px 1951px #FFF, 1888px 1310px #FFF, 58px 48px #FFF, 1772px 996px #FFF, 1366px 510px #FFF, 131px 476px #FFF, 1807px 650px #FFF, 1128px 862px #FFF, 908px 1804px #FFF, 1250px 1704px #FFF, 636px 1453px #FFF, 1295px 1200px #FFF, 444px 1118px #FFF, 519px 1089px #FFF, 410px 1376px #FFF, 1332px 1172px #FFF, 1236px 260px #FFF, 1667px 1917px #FFF, 1999px 1257px #FFF, 397px 662px #FFF, 1762px 1111px #FFF, 342px 1106px #FFF, 446px 1080px #FFF, 22px 993px #FFF, 1361px 1711px #FFF, 1243px 506px #FFF, 176px 1668px #FFF, 1468px 183px #FFF, 437px 508px #FFF, 1063px 352px #FFF, 124px 621px #FFF, 590px 954px #FFF, 1724px 1390px #FFF, 156px 535px #FFF, 1893px 1626px #FFF, 1148px 1875px #FFF, 1155px 1343px #FFF, 1880px 939px #FFF, 1413px 1681px #FFF, 1217px 104px #FFF, 1375px 1668px #FFF, 1235px 497px #FFF, 1243px 1526px #FFF, 461px 823px #FFF, 1948px 1502px #FFF, 1972px 37px #FFF, 419px 1754px #FFF, 1127px 914px #FFF, 1007px 706px #FFF, 1591px 303px #FFF, 1859px 427px #FFF, 722px 269px #FFF, 368px 711px #FFF, 1398px 118px #FFF, 460px 1981px #FFF, 1357px 313px #FFF, 546px 1568px #FFF, 1963px 955px #FFF, 1404px 2px #FFF, 1197px 1832px #FFF, 691px 863px #FFF, 1171px 142px #FFF, 1584px 857px #FFF, 737px 431px #FFF, 728px 1470px #FFF, 371px 392px #FFF, 1288px 1979px #FFF, 1030px 437px #FFF, 688px 1674px #FFF, 1539px 468px #FFF, 1624px 20px #FFF, 1789px 1939px #FFF, 1505px 1930px #FFF, 1266px 72px #FFF, 2000px 1687px #FFF, 1257px 120px #FFF, 1953px 1996px #FFF, 312px 1960px #FFF, 1095px 59px #FFF, 1844px 65px #FFF, 956px 1601px #FFF, 960px 1210px #FFF, 1824px 460px #FFF, 1004px 666px #FFF, 779px 590px #FFF, 1348px 1133px #FFF, 522px 530px #FFF, 1408px 277px #FFF, 918px 972px #FFF, 125px 715px #FFF, 252px 1276px #FFF, 822px 1150px #FFF, 1994px 1148px #FFF, 459px 718px #FFF, 1236px 136px #FFF, 291px 524px #FFF, 883px 428px #FFF, 1036px 1982px #FFF, 200px 1731px #FFF, 1686px 1378px #FFF, 1226px 1943px #FFF, 1504px 1897px #FFF, 840px 1686px #FFF, 690px 184px #FFF, 521px 1182px #FFF, 1010px 299px #FFF, 1660px 1995px #FFF, 854px 1811px #FFF, 538px 1559px #FFF, 1435px 1945px #FFF, 1387px 1818px #FFF, 651px 1855px #FFF, 1523px 1511px #FFF, 1305px 1871px #FFF, 102px 612px #FFF, 149px 18px #FFF, 769px 331px #FFF, 273px 271px #FFF, 1296px 1170px #FFF, 914px 1610px #FFF, 1048px 721px #FFF, 582px 1930px #FFF, 1590px 1424px #FFF, 1316px 1682px #FFF, 229px 408px #FFF, 1856px 492px #FFF, 1369px 507px #FFF, 712px 1798px #FFF, 1455px 1765px #FFF, 913px 1237px #FFF, 1232px 929px #FFF, 1781px 327px #FFF, 1096px 1060px #FFF, 886px 880px #FFF, 1959px 484px #FFF, 155px 92px #FFF, 1883px 919px #FFF, 352px 1452px #FFF, 433px 241px #FFF, 804px 1725px #FFF, 1504px 511px #FFF, 1198px 1638px #FFF, 587px 686px #FFF, 1162px 547px #FFF, 1271px 1357px #FFF, 1773px 1111px #FFF, 435px 410px #FFF, 141px 1997px #FFF, 1430px 1848px #FFF, 306px 1869px #FFF, 319px 407px #FFF, 1217px 457px #FFF, 490px 385px #FFF, 839px 1882px #FFF, 1192px 560px #FFF, 45px 1413px #FFF, 444px 1544px #FFF, 999px 1125px #FFF, 1727px 1994px #FFF, 725px 1484px #FFF, 1145px 721px #FFF, 186px 1238px #FFF, 679px 1255px #FFF, 1604px 1772px #FFF, 1366px 1981px #FFF, 1491px 935px #FFF, 192px 766px #FFF, 96px 529px #FFF, 1636px 550px #FFF, 249px 817px #FFF, 1771px 1017px #FFF, 1655px 1724px #FFF, 574px 1686px #FFF, 730px 305px #FFF, 564px 841px #FFF, 1890px 1368px #FFF, 355px 1733px #FFF, 889px 215px #FFF, 1816px 202px #FFF, 1619px 1396px #FFF, 1671px 1897px #FFF, 407px 280px #FFF, 231px 572px #FFF, 321px 984px #FFF, 276px 1443px #FFF, 242px 942px #FFF, 181px 603px #FFF, 567px 957px #FFF, 1421px 608px #FFF, 1983px 61px #FFF, 1196px 1972px #FFF, 639px 1563px #FFF, 231px 5px #FFF, 583px 205px #FFF, 1687px 1606px #FFF, 1378px 1271px #FFF, 1659px 1070px #FFF, 469px 592px #FFF, 883px 623px #FFF, 1944px 902px #FFF, 217px 1160px #FFF, 452px 1153px #FFF, 1936px 360px #FFF, 899px 1518px #FFF, 1620px 780px #FFF, 1415px 630px #FFF, 300px 874px #FFF, 283px 745px #FFF, 578px 120px #FFF, 407px 944px #FFF, 1130px 1983px #FFF, 1171px 1101px #FFF, 906px 1285px #FFF, 606px 1906px #FFF, 358px 1716px #FFF, 691px 757px #FFF, 894px 1008px #FFF, 1506px 1975px #FFF, 1218px 785px #FFF, 1836px 386px #FFF, 914px 145px #FFF, 1597px 560px #FFF, 580px 1335px #FFF, 1638px 974px #FFF, 856px 1394px #FFF, 413px 840px #FFF, 9px 1667px #FFF, 744px 241px #FFF, 724px 400px #FFF, 108px 129px #FFF, 1480px 1924px #FFF, 109px 660px #FFF, 1063px 1796px #FFF, 285px 1px #FFF, 1601px 1884px #FFF, 1658px 77px #FFF;
  animation: animStar 50s linear infinite;
}

.stars:after {
  content: " ";
  position: fixed;
  z-index: 1;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  opacity: 0.5;
  box-shadow: 1865px 1650px #FFF, 1565px 894px #FFF, 1811px 1383px #FFF, 36px 429px #FFF, 399px 866px #FFF, 1556px 887px #FFF, 1005px 1596px #FFF, 175px 44px #FFF, 1891px 1176px #FFF, 1051px 1162px #FFF, 1949px 699px #FFF, 1522px 274px #FFF, 539px 1551px #FFF, 649px 1526px #FFF, 1638px 1895px #FFF, 775px 393px #FFF, 643px 1882px #FFF, 920px 186px #FFF, 309px 413px #FFF, 1818px 737px #FFF, 1922px 482px #FFF, 772px 882px #FFF, 1460px 40px #FFF, 1239px 332px #FFF, 1579px 376px #FFF, 1852px 1510px #FFF, 1731px 106px #FFF, 1510px 1149px #FFF, 966px 1896px #FFF, 1623px 103px #FFF, 101px 1789px #FFF, 843px 381px #FFF, 93px 1350px #FFF, 518px 864px #FFF, 895px 719px #FFF, 1283px 119px #FFF, 1999px 575px #FFF, 1945px 1870px #FFF, 326px 950px #FFF, 751px 373px #FFF, 1130px 39px #FFF, 2px 402px #FFF, 1855px 383px #FFF, 101px 151px #FFF, 1917px 1298px #FFF, 2px 1096px #FFF, 1935px 690px #FFF, 1979px 306px #FFF, 1486px 295px #FFF, 1800px 427px #FFF, 339px 1607px #FFF, 293px 940px #FFF, 629px 1514px #FFF, 935px 275px #FFF, 1967px 235px #FFF, 208px 691px #FFF, 292px 841px #FFF, 1194px 1325px #FFF, 627px 1866px #FFF, 1611px 946px #FFF, 1467px 1075px #FFF, 1362px 378px #FFF, 1537px 1447px #FFF, 33px 653px #FFF, 1781px 319px #FFF, 1890px 1397px #FFF, 1763px 714px #FFF, 1515px 406px #FFF, 1271px 1972px #FFF, 1383px 1738px #FFF, 1914px 1446px #FFF, 1589px 1372px #FFF, 1805px 1357px #FFF, 1053px 354px #FFF, 559px 342px #FFF, 1347px 431px #FFF, 699px 1955px #FFF, 644px 480px #FFF, 910px 533px #FFF, 1994px 1097px #FFF, 766px 599px #FFF, 1943px 1149px #FFF, 1670px 1523px #FFF, 1188px 1735px #FFF, 531px 697px #FFF, 243px 1405px #FFF, 1098px 1046px #FFF, 458px 1600px #FFF, 1318px 1284px #FFF, 144px 1682px #FFF, 1142px 1601px #FFF, 1293px 421px #FFF, 656px 385px #FFF, 931px 549px #FFF, 1041px 1752px #FFF, 398px 468px #FFF, 462px 1391px #FFF, 1884px 1484px #FFF, 1407px 432px #FFF, 940px 1659px #FFF, 713px 955px #FFF, 1713px 966px #FFF, 1712px 539px #FFF, 1750px 1370px #FFF, 496px 880px #FFF, 593px 1527px #FFF, 749px 415px #FFF, 617px 868px #FFF, 1866px 1339px #FFF, 300px 1961px #FFF, 1379px 1791px #FFF, 41px 684px #FFF, 530px 1241px #FFF, 64px 969px #FFF, 14px 1213px #FFF, 1971px 175px #FFF, 851px 1912px #FFF, 1752px 843px #FFF, 970px 1531px #FFF, 1048px 940px #FFF, 1576px 858px #FFF, 926px 1231px #FFF, 986px 1093px #FFF, 163px 1625px #FFF, 1710px 434px #FFF, 77px 421px #FFF, 1402px 706px #FFF, 1557px 1198px #FFF, 1399px 119px #FFF, 1919px 984px #FFF, 1779px 624px #FFF, 926px 1589px #FFF, 98px 1005px #FFF, 322px 585px #FFF, 1457px 1321px #FFF, 1866px 370px #FFF, 711px 378px #FFF, 1288px 1537px #FFF, 690px 269px #FFF, 1581px 1380px #FFF, 1979px 1791px #FFF, 111px 1569px #FFF, 170px 1361px #FFF, 254px 1210px #FFF, 1057px 333px #FFF, 129px 1110px #FFF, 1118px 1032px #FFF, 698px 685px #FFF, 296px 1977px #FFF, 1553px 213px #FFF, 87px 1420px #FFF, 1858px 1595px #FFF, 732px 1062px #FFF, 500px 993px #FFF, 392px 880px #FFF, 1985px 1461px #FFF, 1292px 1823px #FFF, 1049px 769px #FFF, 1185px 1715px #FFF, 1100px 651px #FFF, 1245px 958px #FFF, 1699px 502px #FFF, 1760px 803px #FFF, 607px 1282px #FFF, 865px 1434px #FFF, 491px 435px #FFF, 1703px 552px #FFF, 1831px 872px #FFF, 1596px 582px #FFF, 1877px 992px #FFF, 1082px 444px #FFF, 364px 1572px #FFF, 14px 748px #FFF, 1709px 1340px #FFF, 1426px 1806px #FFF, 571px 633px #FFF, 892px 851px #FFF, 1938px 1198px #FFF, 659px 239px #FFF, 1846px 1584px #FFF, 1607px 1954px #FFF, 430px 1969px #FFF, 143px 1371px #FFF, 1730px 77px #FFF, 408px 911px #FFF, 1486px 784px #FFF, 231px 1962px #FFF, 510px 1900px #FFF, 1237px 99px #FFF, 1px 1038px #FFF, 486px 273px #FFF, 1202px 1383px #FFF, 1440px 713px #FFF, 1214px 1185px #FFF, 681px 1672px #FFF, 497px 1450px #FFF, 663px 1188px #FFF, 1772px 1045px #FFF, 1882px 799px #FFF, 823px 1850px #FFF, 1117px 1932px #FFF, 1780px 1437px #FFF, 1455px 1971px #FFF, 1252px 1026px #FFF, 1675px 1984px #FFF, 782px 113px #FFF, 270px 1237px #FFF, 1811px 668px #FFF, 711px 914px #FFF, 1071px 1410px #FFF, 1063px 353px #FFF, 820px 20px #FFF, 413px 1396px #FFF, 1464px 1042px #FFF, 1991px 422px #FFF, 100px 374px #FFF, 294px 71px #FFF, 352px 965px #FFF, 1382px 33px #FFF, 941px 749px #FFF, 950px 619px #FFF, 426px 285px #FFF, 978px 79px #FFF, 1210px 861px #FFF, 1938px 1647px #FFF, 446px 1518px #FFF, 1413px 268px #FFF, 1803px 924px #FFF, 1287px 601px #FFF, 1590px 68px #FFF, 877px 42px #FFF, 667px 434px #FFF, 1903px 943px #FFF, 1071px 1374px #FFF, 421px 1918px #FFF, 1281px 58px #FFF, 1856px 389px #FFF, 1734px 402px #FFF, 1205px 1982px #FFF, 20px 482px #FFF, 1678px 997px #FFF, 1954px 696px #FFF, 1594px 1404px #FFF, 822px 914px #FFF, 1571px 101px #FFF, 1154px 154px #FFF, 1187px 1024px #FFF, 614px 1624px #FFF, 1365px 280px #FFF, 221px 1212px #FFF, 1058px 1888px #FFF, 455px 1446px #FFF, 415px 420px #FFF, 1201px 620px #FFF, 692px 819px #FFF, 1509px 342px #FFF, 257px 1423px #FFF, 39px 403px #FFF, 1813px 939px #FFF, 680px 782px #FFF, 1744px 1923px #FFF, 246px 1966px #FFF, 523px 766px #FFF, 1853px 1098px #FFF, 822px 249px #FFF, 314px 489px #FFF, 1590px 1823px #FFF, 44px 1885px #FFF, 1390px 759px #FFF, 1441px 903px #FFF, 1710px 1115px #FFF, 1231px 1296px #FFF, 1304px 921px #FFF, 1800px 479px #FFF, 919px 1176px #FFF, 401px 1258px #FFF, 707px 1312px #FFF, 1488px 1441px #FFF, 1732px 1847px #FFF, 460px 1698px #FFF, 640px 513px #FFF, 1496px 1966px #FFF, 1396px 1965px #FFF, 793px 106px #FFF, 1320px 1074px #FFF, 1270px 146px #FFF, 1277px 984px #FFF, 1724px 844px #FFF, 1944px 1368px #FFF, 1029px 1753px #FFF, 1743px 31px #FFF, 1236px 136px #FFF, 1205px 1126px #FFF, 61px 1653px #FFF, 239px 1090px #FFF, 885px 1040px #FFF, 11px 1866px #FFF, 1012px 682px #FFF, 1997px 672px #FFF, 1533px 68px #FFF, 491px 738px #FFF, 1888px 1210px #FFF, 166px 1428px #FFF, 1601px 1297px #FFF, 1206px 320px #FFF, 1581px 1720px #FFF, 922px 533px #FFF, 423px 1768px #FFF, 293px 1505px #FFF, 1069px 1704px #FFF, 1117px 1666px #FFF, 1051px 1089px #FFF, 69px 323px #FFF, 1905px 1623px #FFF, 92px 71px #FFF, 649px 64px #FFF, 1172px 1318px #FFF, 287px 745px #FFF, 1338px 840px #FFF, 487px 1166px #FFF, 1929px 1233px #FFF, 1380px 1269px #FFF, 1721px 858px #FFF, 1376px 1074px #FFF, 430px 870px #FFF, 1547px 1469px #FFF, 178px 359px #FFF, 1440px 1768px #FFF, 699px 1133px #FFF, 835px 898px #FFF, 1634px 1536px #FFF, 513px 620px #FFF, 1681px 1861px #FFF, 281px 755px #FFF, 1845px 692px #FFF, 516px 274px #FFF, 467px 1193px #FFF, 1525px 738px #FFF, 152px 693px #FFF, 27px 1441px #FFF, 803px 1114px #FFF, 831px 1613px #FFF, 445px 817px #FFF, 1101px 460px #FFF, 430px 444px #FFF, 1929px 25px #FFF, 676px 135px #FFF, 49px 4px #FFF, 13px 681px #FFF, 737px 135px #FFF, 1935px 716px #FFF, 25px 149px #FFF, 1991px 881px #FFF, 1368px 143px #FFF, 1068px 91px #FFF, 431px 1608px #FFF, 1872px 1077px #FFF, 1056px 1884px #FFF, 631px 101px #FFF, 308px 692px #FFF, 1633px 162px #FFF, 1359px 538px #FFF, 1525px 1780px #FFF, 961px 1342px #FFF, 1623px 629px #FFF, 1154px 531px #FFF, 284px 81px #FFF, 1992px 1204px #FFF, 224px 1772px #FFF, 988px 1774px #FFF, 1469px 1501px #FFF, 377px 47px #FFF, 1824px 1207px #FFF, 127px 292px #FFF, 714px 879px #FFF, 564px 1859px #FFF, 647px 36px #FFF, 407px 879px #FFF, 710px 293px #FFF, 72px 1227px #FFF, 1538px 1207px #FFF, 1514px 453px #FFF, 1328px 20px #FFF, 365px 1075px #FFF, 1093px 210px #FFF, 118px 1801px #FFF, 1667px 292px #FFF, 205px 1968px #FFF, 315px 596px #FFF, 54px 324px #FFF, 1895px 1854px #FFF, 80px 1949px #FFF, 389px 461px #FFF, 1800px 1957px #FFF, 1708px 1836px #FFF, 678px 1631px #FFF, 107px 445px #FFF, 387px 323px #FFF, 1552px 1392px #FFF, 1143px 1746px #FFF, 1430px 1585px #FFF, 1156px 98px #FFF, 65px 556px #FFF, 1399px 992px #FFF, 1031px 1903px #FFF, 728px 469px #FFF, 1312px 1266px #FFF, 961px 122px #FFF, 573px 737px #FFF, 1636px 1180px #FFF, 1719px 655px #FFF, 1698px 166px #FFF, 477px 110px #FFF, 1881px 1527px #FFF, 56px 1765px #FFF, 1222px 1933px #FFF, 1085px 1002px #FFF, 273px 695px #FFF, 1150px 1602px #FFF, 1476px 87px #FFF, 1056px 756px #FFF, 568px 1759px #FFF, 735px 506px #FFF, 1586px 651px #FFF, 752px 1503px #FFF, 634px 1062px #FFF, 571px 1362px #FFF, 770px 687px #FFF, 1018px 854px #FFF, 1636px 595px #FFF, 1021px 1279px #FFF, 962px 354px #FFF, 1954px 372px #FFF, 1765px 1957px #FFF, 1262px 230px #FFF, 1862px 449px #FFF, 1953px 544px #FFF, 1516px 613px #FFF, 1175px 406px #FFF, 1937px 1150px #FFF, 956px 1120px #FFF, 1979px 1415px #FFF, 783px 1190px #FFF, 436px 1284px #FFF, 72px 1087px #FFF, 966px 493px #FFF, 818px 1857px #FFF, 1226px 927px #FFF, 1387px 1870px #FFF, 1017px 804px #FFF, 98px 1553px #FFF, 142px 471px #FFF, 566px 1564px #FFF, 1130px 1127px #FFF, 1148px 1603px #FFF, 1838px 1364px #FFF, 1621px 1045px #FFF, 1780px 925px #FFF, 1076px 1537px #FFF, 1547px 213px #FFF, 1723px 1996px #FFF, 1906px 1030px #FFF, 926px 740px #FFF, 613px 1464px #FFF, 1921px 1951px #FFF, 1888px 1310px #FFF, 58px 48px #FFF, 1772px 996px #FFF, 1366px 510px #FFF, 131px 476px #FFF, 1807px 650px #FFF, 1128px 862px #FFF, 908px 1804px #FFF, 1250px 1704px #FFF, 636px 1453px #FFF, 1295px 1200px #FFF, 444px 1118px #FFF, 519px 1089px #FFF, 410px 1376px #FFF, 1332px 1172px #FFF, 1236px 260px #FFF, 1667px 1917px #FFF, 1999px 1257px #FFF, 397px 662px #FFF, 1762px 1111px #FFF, 342px 1106px #FFF, 446px 1080px #FFF, 22px 993px #FFF, 1361px 1711px #FFF, 1243px 506px #FFF, 176px 1668px #FFF, 1468px 183px #FFF, 437px 508px #FFF, 1063px 352px #FFF, 124px 621px #FFF, 590px 954px #FFF, 1724px 1390px #FFF, 156px 535px #FFF, 1893px 1626px #FFF, 1148px 1875px #FFF, 1155px 1343px #FFF, 1880px 939px #FFF, 1413px 1681px #FFF, 1217px 104px #FFF, 1375px 1668px #FFF, 1235px 497px #FFF, 1243px 1526px #FFF, 461px 823px #FFF, 1948px 1502px #FFF, 1972px 37px #FFF, 419px 1754px #FFF, 1127px 914px #FFF, 1007px 706px #FFF, 1591px 303px #FFF, 1859px 427px #FFF, 722px 269px #FFF, 368px 711px #FFF, 1398px 118px #FFF, 460px 1981px #FFF, 1357px 313px #FFF, 546px 1568px #FFF, 1963px 955px #FFF, 1404px 2px #FFF, 1197px 1832px #FFF, 691px 863px #FFF, 1171px 142px #FFF, 1584px 857px #FFF, 737px 431px #FFF, 728px 1470px #FFF, 371px 392px #FFF, 1288px 1979px #FFF, 1030px 437px #FFF, 688px 1674px #FFF, 1539px 468px #FFF, 1624px 20px #FFF, 1789px 1939px #FFF, 1505px 1930px #FFF, 1266px 72px #FFF, 2000px 1687px #FFF, 1257px 120px #FFF, 1953px 1996px #FFF, 312px 1960px #FFF, 1095px 59px #FFF, 1844px 65px #FFF, 956px 1601px #FFF, 960px 1210px #FFF, 1824px 460px #FFF, 1004px 666px #FFF, 779px 590px #FFF, 1348px 1133px #FFF, 522px 530px #FFF, 1408px 277px #FFF, 918px 972px #FFF, 125px 715px #FFF, 252px 1276px #FFF, 822px 1150px #FFF, 1994px 1148px #FFF, 459px 718px #FFF, 1236px 136px #FFF, 291px 524px #FFF, 883px 428px #FFF, 1036px 1982px #FFF, 200px 1731px #FFF, 1686px 1378px #FFF, 1226px 1943px #FFF, 1504px 1897px #FFF, 840px 1686px #FFF, 690px 184px #FFF, 521px 1182px #FFF, 1010px 299px #FFF, 1660px 1995px #FFF, 854px 1811px #FFF, 538px 1559px #FFF, 1435px 1945px #FFF, 1387px 1818px #FFF, 651px 1855px #FFF, 1523px 1511px #FFF, 1305px 1871px #FFF, 102px 612px #FFF, 149px 18px #FFF, 769px 331px #FFF, 273px 271px #FFF, 1296px 1170px #FFF, 914px 1610px #FFF, 1048px 721px #FFF, 582px 1930px #FFF, 1590px 1424px #FFF, 1316px 1682px #FFF, 229px 408px #FFF, 1856px 492px #FFF, 1369px 507px #FFF, 712px 1798px #FFF, 1455px 1765px #FFF, 913px 1237px #FFF, 1232px 929px #FFF, 1781px 327px #FFF, 1096px 1060px #FFF, 886px 880px #FFF, 1959px 484px #FFF, 155px 92px #FFF, 1883px 919px #FFF, 352px 1452px #FFF, 433px 241px #FFF, 804px 1725px #FFF, 1504px 511px #FFF, 1198px 1638px #FFF, 587px 686px #FFF, 1162px 547px #FFF, 1271px 1357px #FFF, 1773px 1111px #FFF, 435px 410px #FFF, 141px 1997px #FFF, 1430px 1848px #FFF, 306px 1869px #FFF, 319px 407px #FFF, 1217px 457px #FFF, 490px 385px #FFF, 839px 1882px #FFF, 1192px 560px #FFF, 45px 1413px #FFF, 444px 1544px #FFF, 999px 1125px #FFF, 1727px 1994px #FFF, 725px 1484px #FFF, 1145px 721px #FFF, 186px 1238px #FFF, 679px 1255px #FFF, 1604px 1772px #FFF, 1366px 1981px #FFF, 1491px 935px #FFF, 192px 766px #FFF, 96px 529px #FFF, 1636px 550px #FFF, 249px 817px #FFF, 1771px 1017px #FFF, 1655px 1724px #FFF, 574px 1686px #FFF, 730px 305px #FFF, 564px 841px #FFF, 1890px 1368px #FFF, 355px 1733px #FFF, 889px 215px #FFF, 1816px 202px #FFF, 1619px 1396px #FFF, 1671px 1897px #FFF, 407px 280px #FFF, 231px 572px #FFF, 321px 984px #FFF, 276px 1443px #FFF, 242px 942px #FFF, 181px 603px #FFF, 567px 957px #FFF, 1421px 608px #FFF, 1983px 61px #FFF, 1196px 1972px #FFF, 639px 1563px #FFF, 231px 5px #FFF, 583px 205px #FFF, 1687px 1606px #FFF, 1378px 1271px #FFF, 1659px 1070px #FFF, 469px 592px #FFF, 883px 623px #FFF, 1944px 902px #FFF, 217px 1160px #FFF, 452px 1153px #FFF, 1936px 360px #FFF, 899px 1518px #FFF, 1620px 780px #FFF, 1415px 630px #FFF, 300px 874px #FFF, 283px 745px #FFF, 578px 120px #FFF, 407px 944px #FFF, 1130px 1983px #FFF, 1171px 1101px #FFF, 906px 1285px #FFF, 606px 1906px #FFF, 358px 1716px #FFF, 691px 757px #FFF, 894px 1008px #FFF, 1506px 1975px #FFF, 1218px 785px #FFF, 1836px 386px #FFF, 914px 145px #FFF, 1597px 560px #FFF, 580px 1335px #FFF, 1638px 974px #FFF, 856px 1394px #FFF, 413px 840px #FFF, 9px 1667px #FFF, 744px 241px #FFF, 724px 400px #FFF, 108px 129px #FFF, 1480px 1924px #FFF, 109px 660px #FFF, 1063px 1796px #FFF, 285px 1px #FFF, 1601px 1884px #FFF, 1658px 77px #FFF;
}

.stars2 {
  width: 2px;
  height: 2px;
  background: transparent;
  position: fixed;
  z-index: 1;
  opacity: 0.5;
  box-shadow: 1080px 1074px #FFF, 567px 1932px #FFF, 1116px 18px #FFF, 369px 1181px #FFF, 1510px 1365px #FFF, 993px 1751px #FFF, 1765px 173px #FFF, 1810px 530px #FFF, 883px 524px #FFF, 1911px 1747px #FFF, 827px 1842px #FFF, 667px 567px #FFF, 1749px 609px #FFF, 1760px 423px #FFF, 886px 1390px #FFF, 385px 702px #FFF, 1657px 1153px #FFF, 1200px 1573px #FFF, 776px 380px #FFF, 144px 300px #FFF, 411px 1167px #FFF, 1997px 1955px #FFF, 394px 1631px #FFF, 267px 1544px #FFF, 1057px 1914px #FFF, 255px 1899px #FFF, 35px 1532px #FFF, 428px 954px #FFF, 625px 1622px #FFF, 395px 1892px #FFF, 77px 6px #FFF, 1215px 449px #FFF, 1549px 1129px #FFF, 1366px 1451px #FFF, 592px 1826px #FFF, 1078px 1313px #FFF, 931px 413px #FFF, 1390px 182px #FFF, 1386px 1609px #FFF, 1060px 1220px #FFF, 1891px 1477px #FFF, 1090px 1315px #FFF, 687px 338px #FFF, 1134px 425px #FFF, 1609px 775px #FFF, 448px 491px #FFF, 1069px 710px #FFF, 1343px 594px #FFF, 41px 1424px #FFF, 960px 144px #FFF, 800px 806px #FFF, 1782px 1541px #FFF, 1189px 1715px #FFF, 491px 1883px #FFF, 632px 488px #FFF, 975px 862px #FFF, 802px 561px #FFF, 1864px 941px #FFF, 1057px 425px #FFF, 1449px 32px #FFF, 1642px 1995px #FFF, 767px 950px #FFF, 88px 401px #FFF, 328px 1229px #FFF, 765px 1495px #FFF, 1602px 1382px #FFF, 1861px 1166px #FFF, 1215px 288px #FFF, 1901px 1569px #FFF, 1743px 538px #FFF, 926px 768px #FFF, 1364px 71px #FFF, 885px 927px #FFF, 869px 1260px #FFF, 1193px 1524px #FFF, 1511px 805px #FFF, 1910px 1355px #FFF, 1598px 774px #FFF, 96px 659px #FFF, 1523px 1791px #FFF, 1963px 224px #FFF, 541px 1304px #FFF, 1785px 1727px #FFF, 866px 1054px #FFF, 1881px 1667px #FFF, 1108px 341px #FFF, 1613px 1633px #FFF, 1629px 1256px #FFF, 1001px 680px #FFF, 1211px 1226px #FFF, 866px 26px #FFF, 644px 1875px #FFF, 1765px 101px #FFF, 458px 196px #FFF, 649px 603px #FFF, 993px 1683px #FFF, 1696px 1446px #FFF, 1845px 886px #FFF, 1794px 749px #FFF, 1771px 492px #FFF, 447px 274px #FFF, 1048px 144px #FFF, 472px 686px #FFF, 1352px 231px #FFF, 1275px 316px #FFF, 167px 71px #FFF, 1455px 41px #FFF, 1974px 1671px #FFF, 1211px 990px #FFF, 1236px 248px #FFF, 1828px 1832px #FFF, 134px 650px #FFF, 1167px 1797px #FFF, 187px 1623px #FFF, 988px 638px #FFF, 940px 792px #FFF, 771px 1018px #FFF, 559px 564px #FFF, 1068px 1562px #FFF, 1997px 361px #FFF, 1708px 1563px #FFF, 1281px 1123px #FFF, 168px 1123px #FFF, 1675px 1758px #FFF, 1310px 241px #FFF, 994px 1078px #FFF, 1435px 1011px #FFF, 969px 972px #FFF, 1931px 607px #FFF, 208px 1363px #FFF, 1572px 1900px #FFF, 851px 1553px #FFF, 111px 1624px #FFF, 1735px 739px #FFF, 279px 360px #FFF, 107px 815px #FFF, 617px 1607px #FFF, 1909px 185px #FFF, 527px 77px #FFF, 172px 1852px #FFF, 1459px 1819px #FFF, 718px 644px #FFF, 1148px 853px #FFF, 407px 583px #FFF, 1838px 124px #FFF, 162px 528px #FFF, 391px 1837px #FFF, 950px 219px #FFF, 1381px 659px #FFF, 1344px 730px #FFF, 215px 993px #FFF, 1619px 374px #FFF, 957px 343px #FFF, 91px 1715px #FFF, 882px 873px #FFF, 1903px 1344px #FFF, 361px 1021px #FFF, 242px 609px #FFF, 1469px 333px #FFF, 1365px 1515px #FFF, 710px 305px #FFF, 253px 1087px #FFF, 1490px 1916px #FFF, 1252px 1843px #FFF, 1506px 1687px #FFF, 957px 1388px #FFF, 1014px 1644px #FFF, 1963px 1911px #FFF, 1449px 319px #FFF, 1566px 310px #FFF, 231px 1555px #FFF, 1031px 1529px #FFF, 1068px 1206px #FFF, 1391px 59px #FFF, 1299px 202px #FFF, 769px 419px #FFF, 263px 1393px #FFF, 1951px 461px #FFF, 942px 1294px #FFF, 836px 775px #FFF, 1706px 390px #FFF, 1933px 253px #FFF, 184px 401px #FFF, 472px 1011px #FFF, 669px 1922px #FFF, 1938px 1207px #FFF, 1578px 598px #FFF, 289px 668px #FFF, 672px 1734px #FFF, 692px 601px #FFF, 836px 184px #FFF, 713px 994px #FFF, 1532px 533px #FFF, 1325px 293px #FFF, 1002px 605px #FFF, 1153px 663px #FFF, 1193px 673px #FFF, 615px 958px #FFF, 1300px 1622px #FFF, 515px 1930px #FFF;
  animation: animStar 100s linear infinite;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
.evenement-21-septembre .programmation-container .programmation-element .programmation-body .atelier_body {
  box-shadow: 0 0 100px 50px rgba(83, 178, 146, 0.15);
}

.programmation-container.full .programmation-element .programmation-body .programmation-text {
  flex-basis: 100%;
}
.programmation-container .programmation-element {
  padding: 48px;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.programmation-container .programmation-element.inverse .programmation-body .programmation-text h3:before {
  right: unset;
  left: -19px;
}
.programmation-container .programmation-element img {
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}
.programmation-container .programmation-element .module_slider {
  margin-top: 48px;
}
.programmation-container .programmation-element .module_slider .sp-button {
  border-color: white;
}
.programmation-container .programmation-element .module_slider .sp-button.sp-selected-button {
  border-color: var(--primary-color);
  background: var(--primary-color);
}
.programmation-container .programmation-element .module_slider .sp-mask {
  border-radius: 50px;
  overflow: visible;
}
.programmation-container .programmation-element .module_slider .sp-mask .sp-slide {
  border-radius: 50px;
  overflow: hidden;
}
.programmation-container .programmation-element .programmation-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.programmation-container .programmation-element .programmation-body .programmation-more {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: stretch;
  position: relative;
  align-self: stretch;
}
.programmation-container .programmation-element .programmation-body .programmation-more img {
  margin: 0 auto;
}
.programmation-container .programmation-element .programmation-body .programmation-more p.billetterie_holder {
  text-align: center;
}
.programmation-container .programmation-element .programmation-body .programmation-more p.billetterie_holder a.billetterie {
  color: white !important;
  font-size: 20px;
  line-height: 24px;
  margin-right: 0;
}
.programmation-container .programmation-element .programmation-body .programmation-text {
  flex-basis: 60%;
}
.programmation-container .programmation-element .programmation-body .programmation-text ul {
  list-style: none;
}
.programmation-container .programmation-element .programmation-body .programmation-text ul li {
  position: relative;
  padding: 5px 0;
}
.programmation-container .programmation-element .programmation-body .programmation-text ul li::before {
  aspect-ratio: 2/3;
  content: "";
  background: var(--purple-star);
  background-size: cover;
  height: auto;
  width: 20px;
  position: absolute;
  display: block;
  left: -32px;
  top: 2px;
}
.programmation-container .programmation-element .programmation-body .programmation-text .container-video {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 100px 20px rgba(var(--primary-color-rgb), 0.25);
}
.programmation-container .programmation-element .programmation-body .programmation-text p:last-child {
  margin-bottom: 0;
}
.programmation-container .programmation-element .programmation-body .programmation-text h3 {
  position: relative;
  margin: 0px;
  padding: 24px;
  background-color: rgba(var(--primary-color-rgb), 0.25);
  border-radius: 25px;
  font-size: 20px;
  line-height: 24px;
}
.programmation-container .programmation-element .programmation-body .programmation-text h3 strong {
  color: white !important;
}
.programmation-container .programmation-element .programmation-body .programmation-text h3:before {
  content: "";
  background: var(--purple-star);
  background-size: cover;
  height: 56px;
  width: 40px;
  top: 0;
  right: -19px;
  position: absolute;
  transform: translateY(-50%);
}
.programmation-container .programmation-element .programmation-body img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  max-width: 400px;
  align-self: start;
  position: sticky;
  top: 112px;
  box-shadow: 0 0 100px 50px rgba(var(--primary-color-rgb), 0.25);
}
.programmation-container .programmation-element.visible {
  opacity: 1;
  transform: translateX(0);
}

.atelier_body {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  padding: 36px;
  background: rgba(var(--primary-color-rgb), 0.25);
  border-radius: 25px;
  position: relative;
  margin: 32px 0;
  flex-direction: column;
  overflow: hidden;
  margin-left: -40px;
}
.atelier_body.souffle {
  margin-left: 0;
}
.atelier_body::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("../img/construct/wave-3.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.25;
  height: 100%;
  transform: scale(1.5);
  pointer-events: none;
}
.atelier_img {
  max-width: 400px;
  width: 100%;
}

.event-container {
  margin: 48px 0 0 0;
}
.event-container .event-element {
  padding: 48px 0;
}
.event-container .event-element:nth-of-type(2) h3 {
  color: #7bdbe3;
}
@keyframes pulseShadow-3 {
  0% {
    box-shadow: 0 0 100px 20px rgba(123, 219, 227, 0.3);
  }
  50% {
    box-shadow: 0 0 150px 30px rgba(123, 219, 227, 0.8);
  }
  100% {
    box-shadow: 0 0 100px 20px rgba(123, 219, 227, 0.3);
  }
}
.event-container .event-element:nth-of-type(2) .event-informations .event-img-container {
  background: url("/medias/vignettes/produit-service/COVER-16-septembre.jpg");
  background-size: cover;
}
.event-container .event-element:nth-of-type(2) .event-informations .event-img-container img:first-of-type {
  box-shadow: 0 0 100px 20px rgba(123, 219, 227, 0.5);
}
.event-container .event-element:nth-of-type(2) .event-informations .event-img-container:hover img {
  transform: translateZ(20px);
}
.event-container .event-element:nth-of-type(2) .event-informations .event-img-container:hover img:first-of-type {
  animation: pulseShadow-3 5s infinite;
}
.event-container .event-element:nth-of-type(2) .event-informations ul li:last-of-type a {
  background: rgba(123, 219, 227, 0.25);
}
.event-container .event-element:nth-of-type(2) .event-informations ul li:last-of-type a:hover {
  background-color: #7bdbe3;
  box-shadow: 0 0 200px #7bdbe3;
  color: black !important;
}
.event-container .event-element:nth-of-type(2) .event-informations ul li:last-of-type a:hover:after {
  filter: invert(1);
}
.event-container .event-element:nth-of-type(3) h3 {
  color: #947ab7;
}
.event-container .event-element:nth-of-type(3) .event-informations .event-img-container {
  background: url("/medias/vignettes/produit-service/COVER-9-septembre.png");
  background-size: cover;
}
.event-container .event-element:nth-of-type(3) .event-informations .event-img-container img:first-of-type {
  box-shadow: 0 0 100px 20px rgba(143, 119, 172, 0.5);
}
@keyframes pulseShadow-1 {
  0% {
    box-shadow: 0 0 100px 20px rgba(143, 119, 172, 0.3);
  }
  50% {
    box-shadow: 0 0 150px 30px rgba(143, 119, 172, 0.8);
  }
  100% {
    box-shadow: 0 0 100px 20px rgba(143, 119, 172, 0.3);
  }
}
.event-container .event-element:nth-of-type(3) .event-informations .event-img-container:hover img {
  transform: translateZ(20px);
}
.event-container .event-element:nth-of-type(3) .event-informations .event-img-container:hover img:first-of-type {
  animation: pulseShadow-1 5s infinite;
}
.event-container .event-element:nth-of-type(3) .event-informations ul li:last-of-type a {
  background: rgba(147, 122, 183, 0.25);
}
.event-container .event-element:nth-of-type(3) .event-informations ul li:last-of-type a:hover {
  background-color: #947ab7;
  box-shadow: 0 0 200px #947ab7;
}
@keyframes pulseShadow-2 {
  0% {
    box-shadow: 0 0 100px 20px rgba(83, 178, 146, 0.3);
  }
  50% {
    box-shadow: 0 0 150px 30px rgba(83, 178, 146, 0.8);
  }
  100% {
    box-shadow: 0 0 100px 20px rgba(83, 178, 146, 0.3);
  }
}
.event-container .event-element .event-informations {
  display: flex;
  gap: 64px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.event-container .event-element .event-informations .event-img-container {
  width: 30%;
  min-width: 400px;
  height: auto;
  border-radius: 50px;
  transform: scale(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  background: url("/medias/vignettes/produit-service/COVER-21-septembre.png");
  transform-style: preserve-3d;
  flex: 0 1 100%;
  background-size: cover;
  position: relative;
  transition: all 0s ease;
}
.event-container .event-element .event-informations .event-img-container img:first-of-type {
  box-shadow: 0 0 100px 20px rgba(83, 178, 146, 0.5);
}
.event-container .event-element .event-informations .event-img-container:hover img {
  transform: translateZ(20px);
}
.event-container .event-element .event-informations .event-img-container:hover img:first-of-type {
  animation: pulseShadow-2 5s infinite;
}
.event-container .event-element .event-informations img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.event-container .event-element .event-informations img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.event-container .event-element h3 {
  color: #53b292;
  margin: 0;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.event-container .event-element h3 span {
  color: white;
  font-size: clamp(20px, 5vw, 36px);
  line-height: clamp(24px, 6vw, 40px);
  font-weight: 100;
}
.event-container .event-element.visible h3 {
  opacity: 1;
  transform: translateX(0);
}
.event-container .event-element.visible .event-img-container {
  transform: scale(1);
}
.event-container .event-element.visible ul li {
  opacity: 1;
  transform: translateX(0);
}
.event-container .event-element.visible ul li:nth-child(1) {
  transition-delay: 0.25s;
}
.event-container .event-element.visible ul li:nth-child(2) {
  transition-delay: 0.45s;
}
.event-container .event-element.visible ul li:nth-child(3) {
  transition-delay: 0.65s;
}
.event-container .event-element.visible ul li:nth-child(4) {
  transition-delay: 0.85s;
}
.event-container .event-element ul {
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 64px;
  margin: 64px 0;
}
.event-container .event-element ul li {
  flex-basis: calc(50% - 32px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  font-size: 24px;
  line-height: 28px;
  opacity: 0;
  transform: translateX(-250px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.event-container .event-element ul li::before {
  content: "+";
  font-family: "FontAwesome";
  position: relative;
  height: 24px;
  width: 24px;
  font-size: 24px;
  color: white;
  display: block;
  font-weight: 100;
  -webkit-text-stroke: 1px #221d1e;
}
.event-container .event-element ul li:last-of-type {
  align-items: center;
  justify-content: center;
}
.event-container .event-element ul li:last-of-type:not(:has(a)) {
  justify-content: start;
  align-items: start;
}
.event-container .event-element ul li:last-of-type:not(:has(a))::before {
  content: "+";
  font-family: "FontAwesome";
  position: relative;
  height: 24px;
  width: 24px;
  font-size: 24px;
  color: white;
  display: block;
  font-weight: 100;
  -webkit-text-stroke: 1px #221d1e;
}
.event-container .event-element ul li:last-of-type:hover a::after {
  transform: translate(5px, -5px);
}
.event-container .event-element ul li:last-of-type a {
  font-size: clamp(24px, 3.5vw, 48px);
  line-height: clamp(28px, 4vw, 52px);
  color: white !important;
  position: relative;
  display: flex;
  gap: 32px;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  background: rgba(83, 178, 146, 0.25);
  border-radius: 25px;
  transition: transform 0.25s ease-in-out;
}
.event-container .event-element ul li:last-of-type a:hover {
  text-decoration: none !important;
  transform: scale(1.05);
  background-color: #53b292;
  box-shadow: 0 0 200px #53b292;
}
.event-container .event-element ul li:last-of-type a::after {
  background: url("../img/construct/arrow-up-right.svg");
  content: "";
  position: relative;
  bottom: -4px;
  left: 0;
  height: 32px;
  width: 32px;
  display: block;
  transition: 0.15s all ease-in-out;
}
.event-container .event-element ul li:last-of-type::before {
  content: unset;
}

.title-social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.social-wrapper {
  --social-icon-size: 48px;
  margin: 40px 0 20px 0;
  display: grid;
  gap: calc(var(--social-icon-size) / 4);
  grid-auto-flow: column;
  width: fit-content;
}

.social {
  width: var(--social-icon-size);
  height: var(--social-icon-size);
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: var(--social-icon-size);
  font-size: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.social:hover {
  color: white;
  transform: scale(1.06);
  filter: saturate(1.06);
  transition: all 0.2s ease;
}

.social-fb:hover {
  box-shadow: 0 0 100px 20px rgba(255, 255, 255, 0.5);
}

.social-insta:hover {
  box-shadow: 0 0 100px 20px rgba(255, 255, 255, 0.5);
}

.social-lk:hover {
  box-shadow: 0 0 100px 20px rgba(255, 255, 255, 0.5);
}

.social-ytb:hover {
  box-shadow: 0 0 100px 20px rgba(255, 255, 255, 0.5);
}

.social-threads:hover {
  box-shadow: 0 0 100px 20px rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
  .social-wrapper {
    --social-icon-size: 40px;
  }
  .social {
    font-size: 25px;
  }
}
.orbit_container {
  transform: translateY(66px);
}

.enetschool-planet {
  --tilt-angle: -14deg;
  --progress: -15;
  --planet-size: max(0.1em, 10px);
  --orbit-size: min(1300px, 100vw);
  width: var(--planet-size);
  height: var(--planet-size);
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: rotate(var(--tilt-angle));
  -ms-transform: rotate(var(--tilt-angle));
  transform: rotate(var(--tilt-angle));
  transition: none;
}

.enetschool-planet_home {
  right: 10vw;
  top: 750px;
}

.enetschool-planet_avis {
  --tilt-angle: 166deg;
  top: 10%;
  left: 7vw;
}

.enetschool-planet svg {
  z-index: 10;
  position: absolute;
  top: calc((var(--orbit-size) - var(--planet-size)) / -2);
  left: calc(var(--orbit-size) * -0.01875);
  width: var(--orbit-size);
  height: var(--orbit-size);
  overflow: visible;
  pointer-events: none;
  -webkit-transform: rotate3d(0, 0, 1, calc(1deg * var(--progress) + 0.1deg));
  -ms-transform: rotate3d(0, 0, 1, calc(1deg * var(--progress) + 0.1deg));
  transform: rotate3d(0, 0, 1, calc(1deg * var(--progress) + 0.1deg));
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.35, 0.32, 0.22, 1);
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.35, 0.32, 0.22, 1);
  -o-transition: -o-transform 1.5s cubic-bezier(0.35, 0.32, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.35, 0.32, 0.22, 1);
}

.enetschool-planet__orbit {
  stroke: rgba(190, 190, 190, 0.75);
  stroke-width: 1px;
  fill: transparent;
}

.enetschool-planet__planet {
  width: 100%;
  height: 100%;
  fill: var(--primary-color);
  stroke: var(--primary-color);
  stroke-width: var(--planet-size);
  fill: transparent;
}

.logo-bloc {
  transform: translateY(-3px);
}

.logo-body {
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.logo-body.visible {
  opacity: 1;
  transform: translateX(0);
}

.flex-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  gap: 32px;
  margin-top: 48px;
  counter-reset: li;
  margin-left: 32px;
}
.flex-list.nobg > li {
  background: none;
  margin: 32px 0;
}
.flex-list.nobg > li strong:first-child {
  font-size: 24px;
  line-height: 28px;
}
.flex-list > li {
  padding: 24px;
  border-radius: 50px;
  padding: 24px 48px 24px 48px;
  background-color: rgba(var(--primary-color-rgb), 0.25);
  position: relative;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.flex-list > li:before {
  position: absolute;
  content: counter(li);
  counter-increment: li;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  font-weight: 900;
  z-index: 0;
  color: #df0612;
  opacity: 0.65;
  top: -12px;
  left: -12px;
}
.flex-list > li.visible {
  opacity: 1;
  transform: translateX(0);
}
.flex-list > li:nth-of-type(1) {
  transition-delay: 0.15s;
}
.flex-list > li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.flex-list > li:nth-of-type(3) {
  transition-delay: 0.45s;
}
.flex-list > li:nth-of-type(4) {
  transition-delay: 0.6s;
}
.flex-list > li:nth-of-type(5) {
  transition-delay: 0.75s;
}
.flex-list > li:nth-of-type(6) {
  transition-delay: 0.9s;
}
.flex-list > li:nth-of-type(7) {
  transition-delay: 1.05s;
}

.citation-experte {
  max-width: 100%;
  margin: 24px auto;
  padding: 0px 32px 0px;
  position: relative;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background: rgba(var(--primary-color-rgb), 0.25);
  border-radius: 50px;
  position: relative;
  margin: 96px 0 72px;
  box-shadow: 0 0 100px 20px rgba(143, 119, 172, 0.5);
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.citation-experte.visible {
  opacity: 1;
  transform: translateX(0);
}
.citation-experte p span:first-of-type {
  display: inline-block;
  font-weight: 900;
  margin-bottom: 16px;
}
.citation-experte img {
  max-width: 250px;
  border-radius: 50px;
}
.citation-experte a {
  margin-top: 0;
}

.citation-experte i:not(.fa) {
  font: 300 20px/24px "saxmono", sans-serif;
  display: inline-block;
  font-style: italic;
  text-align: left;
  margin-bottom: 20px;
}

.citation-experte:before {
  content: "\f10d";
  font-style: normal;
  font-family: "FontAwesome";
  color: white;
  opacity: 0.55;
  font-weight: 900;
  font-size: 120px;
  position: absolute;
  top: 0px;
  left: -20px;
  transform: rotate(-20deg);
}

ul.star-ul {
  list-style: none;
}
ul.star-ul > li {
  position: relative;
  padding: 5px 0;
}
ul.star-ul > li ul {
  margin-top: 16px;
}
ul.star-ul > li::before {
  aspect-ratio: 2/3;
  content: "";
  background: var(--purple-star);
  background-size: cover;
  height: auto;
  width: 20px;
  position: absolute;
  display: block;
  left: -32px;
  top: 2px;
}

.image_laureats {
  margin: 48px 0;
  width: 100%;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 0 100px 20px rgba(var(--primary-color-rgb));
}
.image_laureats-small {
  max-width: 400px;
}

p:has(.image_laureats-small) {
  text-align: center;
}

/*# sourceMappingURL=global.css.map */
