@charset "UTF-8";
/* Colors */
/* Background */
/* Typography */
/* Transition */
/* Header */
/* Borders */
/* Shadow */
/* Links */
* {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 400 18px/24px "Poppins", sans-serif;
  background: #ffffff;
  color: #000000;
  overflow-x: clip;
  counter-reset: parcours;
}

h1 {
  font: 900 40px/50px "Poppins", sans-serif;
  text-align: center;
}
h1 span.contentTitleh1span {
  font: 300 25px/35px "Poppins", sans-serif;
  display: block;
  clear: both;
}
h1.contentTitleh1 {
  display: none;
}

h1:has(enet-brand) .title-dot {
  display: none;
}

h1 b:has(enet-brand) {
  -webkit-text-fill-color: unset !important;
}
h1 b:has(enet-brand) enet-text {
  -webkit-text-fill-color: white !important;
}
h1 b:has(enet-brand) enet-dot {
  -webkit-text-fill-color: #e30613 !important;
  -webkit-text-stroke: 1px #e30613 !important;
}

#categorie h1 {
  display: none;
}

body#ContainerFullWidth section.call-to-action.grey-bg {
  background: #f0f0f0;
}
body#ContainerFullWidth section.call-to-action.dark-bg {
  background: #000000;
}
body#ContainerFullWidth section.call-to-action.white-bg {
  background: #ffffff;
}

body.homepage main#content h1 {
  display: none;
}

body.overflow header:before {
  opacity: 0;
}
body.overflow section#slider-top .slider-text {
  opacity: 0;
}

h2 {
  font: 900 50px/60px "Poppins", sans-serif;
  margin: 40px 0;
}
h2 b {
  font: 400 20px/30px "Poppins", sans-serif;
  display: block;
  text-transform: uppercase;
  color: #e30613 !important;
}

h3 {
  font: 700 24px/28px "Poppins", sans-serif;
}

.col-online-left {
  position: sticky;
  top: 100px;
}
.col-online-left h2 {
  font: 900 40px/50px "Poppins", sans-serif;
  text-align: left;
}

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

::-moz-selection {
  background: #e30613;
  color: #fff;
}

::selection {
  background: #e30613;
  color: #fff;
}

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

::-webkit-scrollbar-thumb {
  background: #000000;
}

.page {
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.img-parallax {
  max-width: 400px;
  height: auto;
  position: absolute;
  z-index: 1;
}

.img-parallax.p1 {
  right: -200px;
  top: 30%;
}

.img-parallax.p2 {
  right: -200px;
  top: 50%;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
}
header .header-row {
  display: flex;
  justify-content: space-between;
}

body.scrolled header {
  background: #000000;
}

#navbar-header {
  padding: 16px 80px;
}

.logo-bloc {
  text-align: left;
  z-index: 10;
}

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

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

nav#main-menu {
  display: flex;
  position: relative;
  justify-content: center;
}
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.disabled > a {
  pointer-events: none;
  color: #ffffff !important;
}
nav#main-menu ul li.dropdown a {
  padding: 10px 15px 10px 10px;
}
nav#main-menu ul li.dropdown:after {
  font-size: 10px;
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  color: #ffffff;
}
nav#main-menu ul li a {
  font: 700 18px/20px "Poppins", sans-serif;
  padding: 0 10px;
  color: #ffffff;
}
nav#main-menu ul li a:hover {
  text-decoration: none;
  color: #e30613;
}
nav#main-menu ul li:last-child a {
  padding: 10px 0 10px 10px;
}
nav#main-menu ul ul.level_1 {
  background: #ffffff;
  margin: 5px 0 0 0;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
  position: absolute;
  left: 10px;
  width: 200px;
  text-align: left;
  transition: none;
  display: none;
}
nav#main-menu ul ul.level_1 li {
  margin: 0;
  padding: 0;
  display: block;
}
nav#main-menu ul ul.level_1 li:last-child {
  border: none;
}
nav#main-menu ul ul.level_1 li a {
  font: 400 12px/18px "Poppins", sans-serif;
  padding: 10px;
  display: block;
  color: #000000;
}
nav#main-menu ul ul.level_1 li a:hover {
  color: #e30613;
}
nav#main-menu ul ul.level_1 li ul.level_2 {
  transition: none;
  position: absolute;
  left: 200px;
  width: 200px;
  top: 0;
  padding: 0;
  background: #000000;
}
nav#main-menu ul 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 ul.level_1 li ul.level_2 li:last-child {
  border: none;
}
nav#main-menu ul ul.level_1 li ul.level_2 li a {
  padding: 10px 10px 10px 15px;
  color: #fff;
  display: block;
  background: #000000;
}
nav#main-menu ul ul.level_1 li ul.level_2 li a:hover {
  background: #e30613;
}
nav#main-menu ul ul.level_1 li ul.level_2 li.selected a {
  background: #e30613;
}
nav#main-menu ul ul.level_1 li.selected a {
  color: #e30613;
}
nav#main-menu ul li.selected a {
  text-decoration: none;
  color: #e30613;
}

.burger {
  width: 60px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
}
.burger svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.burger path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.burger path:nth-child(1) {
  transform-origin: 36% 40%;
}
.burger path:nth-child(2) {
  stroke-dasharray: 29 299;
}
.burger path:nth-child(3) {
  transform-origin: 35% 63%;
}
.burger path:nth-child(4) {
  stroke-dasharray: 29 299;
}
.burger path:nth-child(5) {
  transform-origin: 61% 52%;
}
.burger path:nth-child(6) {
  transform-origin: 62% 52%;
}
.burger.active svg {
  transform: rotate(90deg);
}
.burger.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.burger.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.burger.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.burger.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.burger.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.burger.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

#nav-column {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-y: auto;
  color: #ffffff;
  -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);
}
#nav-column .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
}
#nav-column a.btn {
  margin-bottom: 32px;
  margin-top: 14px;
}
#nav-column a.btn:hover {
  color: #ffffff;
  background: transparent;
}
#nav-column .social-feed a {
  padding: 0;
}
#nav-column h2 {
  font: 900 20px/30px "Poppins", sans-serif;
  text-align: left;
  margin: 0 0 10px 0;
}
#nav-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
#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.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-column ul li.disabled > a {
  pointer-events: none;
  color: #ffffff !important;
}
#nav-column ul li:last-of-type {
  margin-bottom: 0px;
}
#nav-column ul li a {
  font: 900 42px/48px "Poppins", sans-serif;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-column ul li a:hover {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: #ffffff;
}
#nav-column ul li.selected a {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: #ffffff;
  position: relative;
  display: inline-block;
}
#nav-column ul li.selected a:after {
  content: "";
  position: absolute;
  left: 0;
  text-shadow: -1px 0 red;
  top: 20px;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
#nav-column ul li.selected a:before {
  content: "";
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 20px;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
#nav-column ul li.selected.accompagnement a:after {
  content: "Accompagnement";
}
#nav-column ul li.selected.accompagnement a:before {
  content: "Accompagnement";
}
#nav-column ul li.selected.solutions-de-visibilite a:after {
  content: "Solutions de visibilité";
}
#nav-column ul li.selected.solutions-de-visibilite a:before {
  content: "Solutions de visibilité";
}
#nav-column ul li.selected.solutions-strategiques a:after {
  content: "Solutions stratégiques";
}
#nav-column ul li.selected.solutions-strategiques a:before {
  content: "Solutions stratégiques";
}
#nav-column ul.social-feed li {
  display: block;
  float: left;
}
#nav-column ul.social-feed li img {
  max-width: 35px;
  height: auto;
  margin: 0 5px 0 0;
}
#nav-column ul.social-feed li img:hover {
  transform: scale(1.05);
}
#nav-column ul.social-feed li .title-dot {
  display: none;
}
#nav-column .small-menu {
  margin: 40px 0;
}
#nav-column .small-menu ul li a {
  font: 700 18px/24px "Poppins", sans-serif;
}

#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: 400 14px/20px "Poppins", sans-serif;
  padding: 5px 0 5px 10px;
  color: #ffffff;
}
#nav-column ul .dropdown li a:hover {
  color: #e30613;
}
#nav-column ul .dropdown li.selected a {
  color: #e30613;
}
#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: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  right: 0;
}
#nav-column ul .dropdown .fa-caret-down:hover {
  color: #e30613;
}
#nav-column ul .dropdown .fa-caret-up {
  position: absolute;
  font-size: 18px;
  top: 0;
  padding: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  right: 0;
}
#nav-column ul .dropdown .fa-caret-up:hover {
  color: #e30613;
}
#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 a {
  color: #000000;
}
.info-bloc a:hover {
  text-decoration: none;
  color: #e30613;
}
.info-bloc a.active {
  color: #e30613;
}

body.homepage section#slider-top .sp-mask,
body.homepage section#slider-top .sp-slides .sp-slide {
  height: 100vh !important;
}

body#ContentPage section#slider-top .sp-mask,
body#ContentPage section#slider-top .sp-slides .sp-slide {
  height: 500px !important;
}

body.homepage section#slider-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  max-height: 500px;
}

#starsBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#starsBox span {
  display: inline-block;
  width: auto;
  position: absolute;
  border-radius: 100%;
  transition: 100s linear;
}

section#slider-top.has-video .sp-slides .sp-slide {
  opacity: 0.5;
  position: relative;
}
section#slider-top.has-video .sp-slides .sp-slide .sp-layer {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
section#slider-top.has-video .sp-slides .sp-slide .sp-layer .sp-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.homepage section#slider-top {
  min-height: 100vh;
}

body:not(.homepage) section#slider-top .sp-mask,
body:not(.homepage) section#slider-top .sp-slides .sp-slide,
body:not(.homepage) section#slider-top .sp-slides .sp-slide .sp-image-container,
body:not(.homepage) section#slider-top.has-video .sp-slides .sp-slide .sp-layer .sp-video video {
  min-height: 550px !important;
}

section#slider-top {
  width: 100%;
  position: relative;
  margin: 0;
  background: #000000;
  overflow: hidden;
}
section#slider-top .sp-image {
  animation: ZoomImg 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#slider-top .sp-slides .sp-slide {
  opacity: 0.5;
}
section#slider-top .container-slider {
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
  color: #fff;
  vertical-align: middle;
  z-index: 10;
}
section#slider-top .container-slider .slider-text {
  width: 100%;
  position: absolute;
  text-align: center;
  top: calc(50% - 100px);
  transform: translate(0, -50%);
  animation-name: TextIntro;
  animation-duration: 2.5s;
  opacity: 1;
}
section#slider-top .container-slider .slider-text h1 {
  font: 900 70px/80px "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}
section#slider-top .container-slider .slider-text h1 b {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: #ffffff;
}
section#slider-top .container-slider .slider-text span.contentTitleh1span {
  font: 900 72px/76px "Poppins", sans-serif;
  text-transform: none;
  color: inherit;
}
section#slider-top .glitch {
  position: relative;
  display: inline-block;
}
section#slider-top .glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
section#slider-top .glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
section#slider-top img.astronaut {
  max-width: 350px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  animation: astronaut 4s ease-in-out infinite;
  z-index: 1;
}
section#slider-top .box-title {
  width: 100%;
  max-width: 1170px;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
section#slider-top .box-title #breadcrumbs {
  background: none;
  border: none;
  text-align: center;
  padding: 5px 0;
  animation: slide-in-bck-center 1s ease-in both;
}
section#slider-top .box-title #breadcrumbs ol li:first-child {
  display: none;
}
section#slider-top .box-title #breadcrumbs ol li:last-child {
  display: none;
}
section#slider-top .box-title #breadcrumbs ol li:nth-last-of-type(2) {
  margin: 0;
}
section#slider-top .box-title #breadcrumbs ol li:nth-last-of-type(2):after {
  display: none;
}
section#slider-top .box-title p.header-content-description {
  font: 300 24px/28px "Poppins", sans-serif;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  animation: slide-in-bck-center 2s ease-in both;
}
section#slider-top .box-title h1 {
  font: 900 84px/92px "Poppins", sans-serif;
  margin: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  text-align: center;
  animation: slide-in-bck-center 1.5s ease-in both;
}
section#slider-top .box-title h1 b {
  -webkit-text-fill-color: #ffffff;
}
section#slider-top .box-title h1 .title-dot {
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: #e30613;
}
section#slider-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

body.scrolled section#slider-top .box-title #breadcrumbs {
  visibility: hidden;
}
body.scrolled section#slider-top .box-title h1 {
  -webkit-text-stroke: 1px #000000;
}
body.scrolled section#slider-top .box-title p.header-content-description {
  color: #000000;
}

@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
section#slider-top.no-slider {
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 48px;
}
section#slider-top.no-slider .box-title {
  position: relative;
  bottom: 0;
}
section#slider-top.no-slider .box-title .header-content-description {
  color: #000000;
}
section#slider-top.no-slider .box-title h1 {
  color: #000000;
}

section#action-speciale {
  padding-bottom: 140px;
}
section#action-speciale .container {
  max-width: 900px;
  margin: -80px auto 40px auto;
  color: #ffffff;
  background: #e30613;
  padding: 40px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  border-radius: 80px;
}
section#action-speciale .container p {
  font: 900 24px/30px "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 5px 0;
}
section#action-speciale .container span {
  font: 400 20px/30px "Poppins", sans-serif;
  text-transform: uppercase;
}

#breadcrumbs {
  background: #ffffff;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
}
#breadcrumbs ol {
  margin: 5px 0;
  padding: 0;
}
#breadcrumbs ol li {
  display: inline;
  margin: 0 10px 0 0;
}
#breadcrumbs ol li i {
  margin: 0 10px 0 0;
}
#breadcrumbs ol li a {
  color: inherit;
}
#breadcrumbs ol li:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #e30613;
  font-size: 10px;
  margin: 0 0 0 10px;
  position: relative;
  top: 0;
}
#breadcrumbs ol li:last-child:after {
  display: none;
}

main#content {
  position: relative;
  padding: 40px 0 0 0;
}
main#content .slider-pro img.sp-image {
  border-radius: 40px !important;
  margin: 0 !important;
  width: 100% !important;
  object-fit: cover;
}
main#content .slider-pro .sp-thumbnail-container {
  border-radius: 10px !important;
}

.with-without-column {
  font: 300 18px/30px "Poppins", sans-serif;
  margin: 40px 0;
}
.with-without-column .mce-column {
  position: relative;
}
.with-without-column .mce-column:first-child {
  border-top: 5px solid #e30613;
}
.with-without-column .mce-column:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 50px;
  left: 0;
  background: #e30613;
}
.with-without-column .mce-column:first-child .first-word {
  font-size: 24px;
  color: #e30613;
}
.with-without-column .mce-column:last-child {
  border-top: 5px solid #348E4A;
}
.with-without-column .mce-column:last-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 50px;
  right: 0;
  background: #348E4A;
}
.with-without-column .mce-column:last-child .first-word {
  font-size: 24px;
  color: #348E4A;
}

.container.filter-form {
  max-width: 767px;
  background: rgb(240, 240, 240);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(249, 249, 249) 100%);
  border: 1px solid #f0f0f0;
  border-radius: 40px;
  margin: 40px auto;
  padding: 20px 40px;
  position: relative;
}
.container.filter-form p {
  font: 700 24px/35px "Poppins", sans-serif;
  text-align: center;
}
.container.filter-form form {
  width: 100%;
}
.container.filter-form form .block-form-caracteristique {
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.container.filter-form form .block-form-caracteristique:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ccc;
  right: 15px;
  bottom: 8px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}
.container.filter-form form .block-form-caracteristique select {
  background: #fff;
}
.container.filter-form form .block-buttons-form-search {
  position: absolute;
  right: 0;
  bottom: 0;
}
.container.filter-form form .block-buttons-form-search input {
  font-size: 16px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding: 0;
  border-radius: 100%;
}
.container.filter-form form .block-buttons-form-search input:hover {
  background: #ffffff;
}

.dynamic-attr {
  text-align: center;
  padding: 40px;
  margin: 40px 0;
  border-radius: 40px;
}
.dynamic-attr p.expl-attr {
  font: 400 28px/40px "Poppins", sans-serif;
  margin: 0 0 60px 0;
}
.dynamic-attr .mce-column .cc_attribut_content .enabled {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.dynamic-attr .mce-column .cc_attribut_content .enabled:hover {
  background-size: 100%;
}
.dynamic-attr .mce-column .cc_attribut_content .disabled {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  opacity: 0.1;
}
.dynamic-attr .mce-column .cc_attribut_content .disabled:hover {
  background-size: 100%;
  opacity: 0.2;
}
.dynamic-attr .mce-column.disabled h3 {
  opacity: 0.2;
}
.dynamic-attr .mce-column.disabled p {
  opacity: 0.3;
}
.dynamic-attr .mce-column h3 a {
  color: #000000;
}
.dynamic-attr .mce-column h3 a:hover {
  text-decoration: none;
  color: #e30613;
}
.dynamic-attr.accompagnement-pack {
  background: rgb(240, 240, 240);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(249, 249, 249) 100%);
  border: 1px solid #f0f0f0;
}
.dynamic-attr.strategy-pack {
  border: 1px solid #f0f0f0;
}
.dynamic-attr .reves-humain .enabled {
  background: url(../img/construct/attr/rever-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .reves-humain .disabled {
  background: url(../img/construct/attr/rever.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .transformation-strategique-digitale .enabled {
  background: url(../img/construct/attr/strategic-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .transformation-strategique-digitale .disabled {
  background: url(../img/construct/attr/strategic.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .accompagnement-executif .enabled {
  background: url(../img/construct/attr/diamant-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .accompagnement-executif .disabled {
  background: url(../img/construct/attr/diamant.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .centre-d-education-de-coaching .enabled {
  background: url(../img/construct/attr/astronaut-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .centre-d-education-de-coaching .disabled {
  background: url(../img/construct/attr/astronaut.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .ecosysteme-de-donnees-d-entrainement .enabled {
  background: url(../img/construct/attr/neurotechnology-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .ecosysteme-de-donnees-d-entrainement .disabled {
  background: url(../img/construct/attr/neurotechnology.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .architecture-des-operations .enabled {
  background: url(../img/construct/attr/neuroimaging-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .architecture-des-operations .disabled {
  background: url(../img/construct/attr/neuroimaging.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .solution-de-visibilite .enabled {
  background: url(../img/construct/attr/launch-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .solution-de-visibilite .disabled {
  background: url(../img/construct/attr/launch.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .solution-d-acquisition-et-fidelisation-visibilite .enabled {
  background: url(../img/construct/attr/rocket-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .solution-d-acquisition-et-fidelisation-visibilite .disabled {
  background: url(../img/construct/attr/rocket.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .veille-monitoring .enabled {
  background: url(../img/construct/attr/satellite-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .veille-monitoring .disabled {
  background: url(../img/construct/attr/satellite.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .recadrage-optimisation .enabled {
  background: url(../img/construct/attr/optimization-color.png) no-repeat center;
  background-size: 90%;
}
.dynamic-attr .recadrage-optimisation .disabled {
  background: url(../img/construct/attr/optimization.png) no-repeat center;
  background-size: 90%;
}

.final-result {
  background: rgb(240, 240, 240);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(249, 249, 249) 100%);
  border: 1px solid #f0f0f0;
  padding: 40px;
  border-radius: 40px;
  margin: 40px 0;
}
.final-result h2 {
  font: 700 40px/50px "Poppins", sans-serif;
  margin: 10px 0;
}
.final-result p {
  font: 400 20px/30px "Poppins", sans-serif;
  margin: 10px 0;
}
.final-result:after {
  content: "";
  background: url(../img/construct/bg-banner-stars.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  z-index: -2;
  width: 500px;
  height: 500px;
  right: -100px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.5;
  animation: spin 100s linear infinite reverse;
}

ol.centered-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
ol.centered-list li {
  position: relative;
  padding: 5px 0;
  list-style: none;
}
ol.centered-list li::marker {
  position: absolute;
}
ol.centered-list li:after {
  content: "";
  position: absolute;
  clear: both;
  display: block;
  width: 30px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #e30613;
}
ol.centered-list li:last-child:after {
  display: none;
}

section#anchor-menu {
  position: sticky;
  z-index: 10;
  top: 0px;
  margin: 40px 0 0 0;
  text-align: center;
  background: #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
section#anchor-menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 25%;
  background: #f0f0f0;
}
section#anchor-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 25%;
  background: #f0f0f0;
}
section#anchor-menu .anchor-menu-content {
  padding: 0 20px;
}
section#anchor-menu .anchor-menu-content ul {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
section#anchor-menu .anchor-menu-content ul li {
  min-height: 80px;
  list-style-type: none;
  padding: 0;
  position: relative;
}
section#anchor-menu .anchor-menu-content ul li a {
  font: 700 18px/24px "Poppins", sans-serif;
  color: #000000;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section#anchor-menu .anchor-menu-content ul li a:hover {
  color: #e30613;
  border-bottom: 1px solid #e30613;
  text-decoration: none;
}
section#anchor-menu .anchor-menu-content ul li a.active {
  color: #e30613;
  border-bottom: 1px solid #e30613;
  text-decoration: none;
}
section#anchor-menu .lSAction > a {
  top: 50%;
  transform: translate(0, -50%);
}

.anchor-content h2 {
  margin: 100px 0 40px 0;
  clear: both;
}
.anchor-content ul:not(.content_articles) {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.anchor-content ul:not(.content_articles) > li {
  flex: 1 1 30%;
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
  background: #f0f0f0;
}
.anchor-content ul:not(.content_articles) > li .highlight-strong {
  display: block;
  font: 900 24px/30px "Poppins", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e30613;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.anchor-content ul:not(.content_articles) > li ul:not(.content_articles) {
  display: block;
  flex-wrap: unset;
  gap: unset;
  list-style: square;
  padding-left: 20px;
  margin-top: 16px;
  padding-left: 32px;
}
.anchor-content ul:not(.content_articles) > li ul:not(.content_articles) li {
  padding: 0;
  border: none;
  border-radius: 0px;
  background: none;
}
.anchor-content ul:not(.content_articles) > li ul:not(.content_articles) li .highlight-strong {
  display: inline;
  font: 700 15px/24px "Poppins", sans-serif;
  text-transform: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.anchor-content ol {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0;
  list-style: none;
  padding: 0;
  counter-reset: custom-counter;
}
.anchor-content ol > li {
  flex: 1 1 30%;
  padding: 40px;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
  background: #f0f0f0;
  counter-increment: custom-counter;
  position: relative;
  z-index: 1;
}
.anchor-content ol > li:before {
  content: counter(custom-counter) ".";
  font: 700 60px/60px "Poppins", sans-serif;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #e30613;
  z-index: -1;
  opacity: 0.2;
}
.anchor-content ol > li .highlight-strong {
  display: block;
  font: 900 24px/30px "Poppins", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e30613;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.anchor-content ol > li ul:not(.content_articles) {
  display: block;
  flex-wrap: unset;
  gap: unset;
  list-style: square;
  padding-left: 20px;
  margin-top: 16px;
  padding-left: 32px;
}
.anchor-content ol > li ul:not(.content_articles) li {
  padding: 0;
  border: none;
  border-radius: 0px;
  background: none;
}
.anchor-content ol > li ul:not(.content_articles) li .highlight-strong {
  display: inline;
  font: 700 15px/24px "Poppins", sans-serif;
  text-transform: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.anchor-content .lightSlider-logo {
  height: 180px !important;
}
.anchor-content .lightSlider-logo .lSSlideOuter {
  overflow: visible;
}
.anchor-content .lightSlider-logo .lSSlideOuter .lSSlideWrapper {
  overflow: visible;
}

body.internal-page ul.boxed-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
}
body.internal-page ul.boxed-ul > li {
  flex: 1 1 30%;
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
  background: #f0f0f0;
}
body.internal-page ul.boxed-ul > li .highlight-strong {
  display: block;
  font: 900 24px/30px "Poppins", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e30613;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
body.internal-page ul.boxed-ul > li ul {
  display: block;
  flex-wrap: unset;
  gap: unset;
  list-style: square;
  padding-left: 20px;
}
body.internal-page ul.boxed-ul > li ul li {
  padding: 0;
  border: none;
  border-radius: 0px;
  background: none;
}
body.internal-page ol.boxed-ol {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0;
  list-style: none;
  padding: 0;
  counter-reset: custom-counter;
}
body.internal-page ol.boxed-ol > li {
  flex: 1 1 30%;
  padding: 40px;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
  background: #f0f0f0;
  counter-increment: custom-counter;
  position: relative;
  z-index: 1;
}
body.internal-page ol.boxed-ol > li:before {
  content: counter(custom-counter) ".";
  font: 700 60px/60px "Poppins", sans-serif;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #e30613;
  z-index: -1;
  opacity: 0.2;
}
body.internal-page ol.boxed-ol > li .highlight-strong {
  display: block;
  font: 900 24px/30px "Poppins", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e30613;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
body.internal-page ol.boxed-ol > li ul:not(.content_articles) {
  display: block;
  flex-wrap: unset;
  gap: unset;
  list-style: square;
  padding-left: 20px;
  margin-top: 16px;
  padding-left: 32px;
}
body.internal-page ol.boxed-ol > li ul:not(.content_articles) li {
  padding: 0;
  border: none;
  border-radius: 0px;
  background: none;
}
body.internal-page ol.boxed-ol > li ul:not(.content_articles) li .highlight-strong {
  display: inline;
  font: 700 15px/24px "Poppins", sans-serif;
  text-transform: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.normes-container {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}
.normes-container img {
  border: 1px solid #CCCCD4;
  border-radius: 40px;
  width: 30%;
  padding: 25px;
  height: auto;
}

.container.faits-marquants {
  max-width: 100%;
  background: #f0f0f0;
  margin: 20px auto;
  border-radius: 40px;
  border: 1px solid #e30613;
  padding: 20px;
}
.container.faits-marquants h3 {
  font: 900 24px/30px "Poppins", sans-serif;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e30613;
}
.container.faits-marquants ul {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  gap: 40px;
  list-style: none;
  padding: 0;
}
.container.faits-marquants ul li {
  font: 400 16px/30px "Poppins", sans-serif;
  flex: 1 1 30%;
  padding: 20px;
  background: #ffffff;
  border-radius: 40px;
  text-align: center;
}
.container.faits-marquants ul li ul {
  display: inline;
}
.container.faits-marquants ul li ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

section#icone-home-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
section#icone-home-head h2 {
  font: 700 60px/60px "Poppins", sans-serif;
  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: 200px 0;
}
section#icone-home-full * {
  color: #fff;
}
section#icone-home-full.visible-end {
  overflow: hidden;
}
section#icone-home-full .content_articles {
  max-width: 100%;
}

body.internal-page main#content {
  background: #000000;
}
body.internal-page main#content.final-state {
  background: #ffffff;
}
body.internal-page main#content.visible-end {
  overflow: clip;
}
body.internal-page .circle {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: hidden;
  z-index: 1;
}
body.internal-page .circle #scrollto .mouse {
  border: 2px solid #000000;
}
body.internal-page .circle #scrollto .wheel {
  background: #000000;
}

.circle {
  width: 80px;
  height: 80px;
  clip-path: circle(40px at center);
  background-color: #000000;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  transition: none;
}
.circle #scrollto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.circle #scrollto span {
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 6px;
}
.circle #scrollto .mouse {
  height: 30px;
  width: 20px;
  border-radius: 10px;
  transform: none;
  border: 2px solid #fff;
  top: 170px;
}
.circle #scrollto .wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative;
  animation: mouse-wheel 1.2s ease infinite;
}
.circle.active #scrollto {
  opacity: 0;
}

section#rocket-road {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  text-align: center;
}
section#rocket-road p {
  font: 900 80px/90px "Poppins", sans-serif;
  margin: 0;
}
section#rocket-road p.subtext {
  font: 300 18px/24px "Poppins", sans-serif;
  text-transform: uppercase;
}
section#rocket-road p b {
  clear: both;
  display: block;
  -webkit-text-stroke: 1px #000000;
  -webkit-text-fill-color: transparent;
}
section#rocket-road #rocket {
  position: absolute;
  width: 200px;
  height: 515px;
  background: url(../img/construct/fusee.webp) no-repeat center;
  background-size: 100%;
  left: 50%;
  margin-left: -100px;
  rotate: 25deg;
  z-index: 0;
  animation: horizontal-shaking 0.35s infinite;
  transition: transform 0.05s linear;
}

section#home-presentation {
  margin: 150px 0 0 0;
}
section#home-presentation .wouaw-left-bloc {
  position: sticky;
  top: 100px;
}
section#home-presentation #reassurance {
  background: none;
}
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: #e30613;
  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#circle-list .content_onglets {
  position: relative;
  height: 600px;
  overflow: visible;
}
section#circle-list .content_onglets ul {
  list-style-type: none;
  position: relative;
  width: 600px;
  height: 300px;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border: 1px solid #dfdfdf;
  /*overflow: hidden;*/
  padding: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
  top: -300px;
  left: -30px;
  z-index: 2;
}
section#circle-list .content_onglets ul li {
  position: absolute;
  left: 50%;
  text-align: center;
  font-size: 16px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  transform: rotate(-90deg);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#circle-list .content_onglets ul li a {
  font: 700 20px/60px "Poppins", sans-serif;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #e30613;
  margin: 0;
  padding: 0;
  color: #e30613;
  text-transform: uppercase;
  background: #ffffff;
  animation: rounded-pulse 2s linear infinite;
}
section#circle-list .content_onglets ul li a:hover {
  background: #e30613;
  color: #ffffff;
  transform: scale(1.2);
  text-decoration: none;
}
section#circle-list .content_onglets ul li.selected a {
  background: #e30613;
  color: #ffffff;
  transform: scale(1.2);
  animation: none;
  text-decoration: none;
}
section#circle-list .content_onglets .wrapper_onglets {
  width: calc(100% - 400px);
  margin-left: 400px;
  max-width: 1170px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
  border: none;
}
section#circle-list .content_onglets .wrapper_onglets .onglet {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
section#circle-list .content_onglets .wrapper_onglets .onglet h2 {
  font: 700 40px/50px "Poppins", sans-serif;
  text-align: left;
  margin: 20px 0;
}
section#circle-list .content_onglets .wrapper_onglets .onglet.selected {
  display: block;
}
section#circle-list .content_onglets .wrapper_onglets:before {
  content: "";
  position: absolute;
  display: block;
  width: 500px;
  height: 1px;
  background: #dfdfdf;
  top: 50%;
  left: -520px;
  transform: translate(0, -50%);
  z-index: -1;
}
section#circle-list .content_onglets .wrapper_onglets .tab-footer-nav {
  display: none;
}
section#circle-list .content_onglets:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: 0;
  left: -320px;
  background: url(../img/construct/rocket-circle.webp) no-repeat;
  background-size: 100%;
  transform: scale(0.85);
  z-index: 2;
}

section.marquee-section {
  position: relative;
  margin: 100px 0 300px 0;
  overflow-x: clip;
}
section.marquee-section .container-fluid {
  background: #000000;
  transform: rotate(-5deg);
  position: absolute;
  left: -50px;
  right: -50px;
}
section.marquee-section .container-fluid a.btn {
  color: #ffffff;
}
section.marquee-section .container-fluid a.btn:hover {
  background-color: #ffffff;
  color: #e30613;
}
section.marquee-section .container-fluid .marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-name: marquee;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
section.marquee-section .container-fluid .marquee-block .marquee-item-list {
  display: inline-flex;
}
section.marquee-section .container-fluid .marquee-block .marquee-item-list p {
  font: 700 50px/50px "Poppins", sans-serif;
  width: 100%;
  list-style: none;
  padding-right: 60px;
  white-space: nowrap;
  color: #fff;
}
section.marquee-section .container-fluid .marquee-block .marquee-item-list p span {
  color: #e30613;
}

section.marquee-section.marquee-compteur {
  background: #e30613;
  margin: 80px 0 0 0;
  overflow: hidden;
}
section.marquee-section.marquee-compteur .container-fluid {
  background: #e30613;
  transform: none;
  position: relative;
  left: 0;
  right: 0;
}
section.marquee-section.marquee-compteur .container-fluid p i {
  font-size: 40px;
  padding-right: 20px;
}

section.toggle-zone .toggleButton {
  font: 400 18px/24px "Poppins", sans-serif;
  cursor: pointer;
  padding: 10px 45px 10px 15px;
}
section.toggle-zone .toggleContent {
  display: none;
  transition: none !important;
}
section.toggle-zone .toggleContent ul {
  margin: 0;
  padding: 0;
}
section.toggle-zone .toggleContent ul li {
  font-weight: 700;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
}
section.toggle-zone .toggleContent ul li ul {
  max-width: 60%;
  margin: 0 auto;
}
section.toggle-zone .toggleContent ul li ul li {
  font-weight: 300;
  border: none;
}
section.toggle-zone .toggleContent ul li:last-child {
  border: none;
}

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

section#counter-zone {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
section#counter-zone .counter-box {
  position: relative;
}
section#counter-zone .counter-box i {
  font: 400 18px/24px "Poppins", sans-serif;
  position: absolute;
  bottom: 0;
  left: calc(50% + 45px);
  transform: translate(-50%, 0);
}
section#counter-zone .counter-box p {
  font: 400 18px/24px "Poppins", sans-serif;
}
section#counter-zone .counter-box span {
  font: 900 60px/60px "Poppins", sans-serif;
  margin: 20px auto 80px auto;
  display: block;
}
section#counter-zone img.planet-compteur {
  max-width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  left: 50%;
  transition: none;
}
section#counter-zone video,
section#counter-zone img {
  max-width: 300px;
  height: auto !important;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  left: 50%;
  filter: blur(1px);
  transition: none;
}
section#counter-zone img {
  filter: blur(0px);
}

section#study-case .type_16 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
}
section#study-case .type_16 li:nth-child(1) {
  grid-area: 1/1/3/3;
}
section#study-case .type_16 li:nth-child(2) {
  grid-area: 3/1/5/3;
}
section#study-case .type_16 li:nth-child(3) {
  grid-area: 1/3/5/4;
}
section#study-case .type_16 .description {
  position: relative;
  padding: 30px;
}
section#study-case .type_16 li.study-case-banner {
  background: #000000 url(../img/construct/voix-lactee.jpg) no-repeat center;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 20px 10px 60px 10px;
  min-height: auto;
}
section#study-case .type_16 li.study-case-banner h3 {
  font: 900 24px/35px "Poppins", sans-serif;
  color: #ffffff;
  margin: 0;
}
section#study-case .type_16 li.study-case-banner img {
  min-width: 300px;
  height: auto;
}
section#study-case .type_16 li.study-case-banner a {
  font: 700 18px/24px "Poppins", sans-serif;
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 15px 50px 15px 20px;
  display: flex;
  height: 100%;
  align-items: end;
  justify-content: start;
}
section#study-case .type_16 li.study-case-banner a:after {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #e30613;
  border-radius: 8px 0 8px 0;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
section#study-case .type_16 li.study-case-banner a:hover {
  color: #e30613;
  text-decoration: none;
}
section#study-case .type_16 li.study-case-banner a:hover:after {
  background: #ffffff;
  color: #e30613;
}
section#study-case .btn {
  margin: 40px 0 0 0;
}

li.tools-banner {
  background: #000000 url(../img/construct/voix-lactee.jpg) no-repeat center;
  border-radius: 40px;
  text-align: center;
  position: relative;
  list-style: none;
  padding: 20px 10px 60px 10px;
  min-height: auto;
}
li.tools-banner h3 {
  font: 900 30px/40px "Poppins", sans-serif;
  text-transform: uppercase;
  width: 90%;
  color: #ffffff;
  margin: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
li.tools-banner img {
  max-width: 180px;
  height: auto;
}
li.tools-banner a {
  font: 700 18px/24px "Poppins", sans-serif;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  text-align: left;
  padding: 15px 50px 15px 30px;
}
li.tools-banner a:after {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #e30613;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
li.tools-banner a:hover {
  color: #e30613;
  text-decoration: none;
}
li.tools-banner a:hover:after {
  background: #ffffff;
  color: #e30613;
}

p.member-xp {
  width: 300px;
  font: 400 18px/24px "Poppins", sans-serif;
  padding: 10px 20px;
  margin: 25px auto;
  color: #000000;
  background: #f0f0f0;
  border-radius: 40px;
}
p.member-xp strong {
  font: 900 24px/35px "Poppins", sans-serif;
  color: #e30613;
  display: block;
  clear: both;
}

ul.skill-list {
  display: grid;
  margin: 10px 0;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  list-style: none;
  padding: 0;
  align-items: center;
}
ul.skill-list li {
  text-align: center;
  background: #f0f0f0;
  padding: 20px;
  border-radius: 40px;
  align-content: center;
}
ul.skill-list li strong.big-strong {
  font: 900 20px/30px "Poppins", sans-serif;
  color: #e30613;
  display: block;
}

.customer-attr .cc_attribut_content {
  margin: 0 0 40px 0;
  padding: 20px 20px 20px 30px;
  text-align: left;
  border-left: 4px solid #e30613;
  position: relative;
}
.customer-attr .cc_attribut_content:before {
  color: #e30613;
  opacity: 0.1;
  font-size: 60px;
  position: absolute;
  top: 40px;
  right: 20px;
}
.customer-attr .cc_attribut_content:after {
  content: "";
  width: 2px;
  height: 80%;
  background: #e30613;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.customer-attr .cc_attribut_content .cc_attribut_name {
  font: 700 22px/35px "Poppins", sans-serif;
  margin: 0 0 10px 0;
}
.customer-attr .cc_attribut_content .cc_attribut_name::first-letter {
  font: 900 24px/35px "Poppins", sans-serif;
  color: #e30613;
}
.customer-attr .cc_attribut_content .cc_attribut_value {
  font: 400 18px/24px "Poppins", sans-serif;
  font-style: italic;
}
.customer-attr .cc_attribut_content.mod-attr-activite:before {
  content: "\f0b1";
  font-family: "FontAwesome";
}
.customer-attr .cc_attribut_content.mod-attr-effectifs:before {
  content: "\f0c0";
  font-family: "FontAwesome";
}
.customer-attr .cc_attribut_content.mod-attr-localisation:before {
  content: "\f279";
  font-family: "FontAwesome";
}
.customer-attr .cc_attribut_content.mod-attr-freins-de-depart:before {
  content: "\f059";
  font-family: "FontAwesome";
}
.customer-attr .cc_attribut_content.mod-attr-transformation-et-transition:before {
  content: "\f0d0";
  font-family: "FontAwesome";
}
.customer-attr .cc_attribut_content.mod-attr-visibilite-digitale:before {
  content: "\f06e";
  font-family: "FontAwesome";
}

.xp-return {
  font: 400 18px/30px "Poppins", sans-serif;
}
.xp-return .row.mce-row:has(.number-xp) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.xp-return .mce-row {
  margin: 40px 0;
  border-bottom: 1px solid #e30613;
}
.xp-return .mce-row h3 {
  font: 900 24px/28px "Poppins", sans-serif;
}
.xp-return .mce-row span.number-xp {
  font: 900 48px/56px "Poppins", sans-serif;
  opacity: 0.1;
  position: absolute;
  color: #e30613;
  top: 50%;
  left: -40px;
  transform: translate(0, -50%);
}

.citation-group .citation-tsd {
  max-width: 48%;
  float: left;
  margin: 20px 1%;
  padding: 25px 40px;
  position: relative;
}
.citation-group .citation-tsd i {
  font: 700 18px/30px "Poppins", sans-serif;
  display: inline-block;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
}
.citation-group .citation-tsd:before {
  content: "\f10d";
  font-style: normal;
  font-family: "FontAwesome";
  color: #e30613;
  opacity: 0.1;
  font-weight: 900;
  font-size: 80px;
  position: absolute;
  top: 20px;
  left: -20px;
  transform: rotate(-20deg);
}

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: #e30613;
}
section#reassurance p {
  font: 700 14px/18px "Poppins", sans-serif;
  text-transform: uppercase;
}

section#logo-reference h2 {
  margin: 0 0 20px 0;
}
section#logo-reference h3 {
  font: 900 40px/50px "Poppins", sans-serif;
  margin: 0 0 40px 0;
  text-align: center;
}
section#logo-reference .lightSlider-logo {
  height: 180px !important;
}
section#blog h2 {
  margin: 0 0 40px 0;
}
section#blog .type_8 {
  display: inline-block;
}
section#blog .type_8 .block_article {
  padding: 0 0 20px 0;
}

section#avis-client {
  z-index: 0;
  position: relative;
}
section#social-feed {
  z-index: 0;
  position: relative;
}
section#social-feed .eapps-widget {
  z-index: 0;
}

body#tools-page #banner-argument #content-banner b {
  font: 700 30px/40px "Poppins", sans-serif;
}
body#tools-page section.call-to-action p {
  margin: 40px auto -50px auto;
  padding: 10px 10px 50px 10px;
}
body#tools-page section.call-to-action .btn i:last-child {
  top: calc(50% + 2px);
}
body#tools-page section.call-to-action a:focus {
  color: #ffffff;
}
body#tools-page form {
  max-width: 800px;
}
body#tools-page form .type_separator h3 {
  font: 700 24px/35px "Poppins", sans-serif;
  background: #f0f0f0;
  padding: 20px;
  border-radius: 40px;
  text-align: center;
}
body#tools-page form .type_select,
body#tools-page form .type_nom,
body#tools-page form .type_prenom,
body#tools-page form .type_email,
body#tools-page form .type_telephone {
  width: 46%;
  float: left;
  margin: 0 2%;
}
body#tools-page form .type_submit button {
  min-width: 100%;
}
body#tools-page .cc_attribut_name {
  font: 900 50px/60px "Poppins", sans-serif;
  margin: 40px 0;
}
body#tools-page .cc_attribut_content.mod-attr-ce-que-cet-outil-vous-apporte ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
}
body#tools-page .cc_attribut_content.mod-attr-ce-que-cet-outil-vous-apporte ul > li {
  flex: 1 1 30%;
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
  background: #f0f0f0;
}
body#tools-page .cc_attribut_content.mod-attr-ce-que-cet-outil-vous-apporte ul > li .highlight-strong {
  display: block;
  font: 900 24px/30px "Poppins", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e30613;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
body#tools-page .cc_attribut_content.mod-attr-ce-que-cet-outil-vous-apporte ul > li ul {
  display: block;
  flex-wrap: unset;
  gap: unset;
  list-style: square;
  padding-left: 20px;
}
body#tools-page .cc_attribut_content.mod-attr-ce-que-cet-outil-vous-apporte ul > li ul li {
  padding: 0;
  border: none;
  border-radius: 0px;
  background: none;
}
body#tools-page .cc_attribut_content.mod-attr-objectifs-de-l-outil ul {
  display: grid;
  margin: 10px 0;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  list-style: none;
  padding: 0;
}
body#tools-page .cc_attribut_content.mod-attr-objectifs-de-l-outil ul li {
  text-align: center;
  background: #f0f0f0;
  padding: 20px;
  border-radius: 40px;
}
body#tools-page .cc_attribut_content.mod-attr-exemples-d-application-concrets ul {
  display: grid;
  margin: 40px 0 80px 0;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
  list-style: none;
  padding: 0;
}
body#tools-page .cc_attribut_content.mod-attr-exemples-d-application-concrets ul li {
  font: 700 20px/35px "Poppins", sans-serif;
  text-align: left;
  border: 4px solid #f0f0f0;
  padding: 20px 30px;
  border-radius: 40px;
  position: relative;
}
body#tools-page .cc_attribut_content.mod-attr-exemples-d-application-concrets ul li:before {
  content: "";
  position: absolute;
  width: 50px;
  border: 6px solid #ffffff;
  bottom: -4px;
  left: 50px;
  z-index: 2;
}
body#tools-page .cc_attribut_content.mod-attr-exemples-d-application-concrets ul li:after {
  content: "";
  position: absolute;
  border: 4px solid #f0f0f0;
  border-radius: 0 100% 0 0;
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
body#tools-page .cc_attribut_content.mod-attr-citation-experte {
  max-width: 100%;
  margin: 100px auto;
  padding: 25px 40px;
  position: relative;
}
body#tools-page .cc_attribut_content.mod-attr-citation-experte i {
  font: 700 30px/40px "Poppins", sans-serif;
  display: inline-block;
  font-style: italic;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body#tools-page .cc_attribut_content.mod-attr-citation-experte:before {
  content: "\f10d";
  font-style: normal;
  font-family: "FontAwesome";
  color: #e30613;
  opacity: 0.1;
  font-weight: 900;
  font-size: 80px;
  position: absolute;
  top: 20px;
  left: -20px;
  transform: rotate(-20deg);
}

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: #e30613;
}
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: #e30613;
}
section#gmap-footer .horaire-short-message {
  font: 700 16px/20px "Poppins", sans-serif;
}
section#gmap-footer .module_horaire span.second-line {
  display: none;
}

.coord-contact-page ul#cgv_links {
  font: 300 12px/18px "Poppins", sans-serif;
  padding: 0 0 0 10px;
}
.coord-contact-page .bloc-contact-info {
  padding: 30px;
  width: 90%;
  overflow: hidden;
  margin: 40px auto;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
}
.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: #e30613;
}
.coord-contact-page .bloc-contact-info.last h3 {
  margin-top: 0;
}
.coord-contact-page .bloc-contact-info.last h3::before {
  display: none;
}
.coord-contact-page .bloc-contact-info.last .btn-primary {
  font-size: 16px;
  line-height: 1.2;
  padding: 15px 65px 15px 25px;
  width: 100%;
}
.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 "Poppins", 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 {
  margin: 40px 0;
  clear: both;
}
section.call-to-action p {
  margin: -60px auto 40px auto;
  font: 400 16px/20px "Poppins", sans-serif;
  font-style: normal;
  background: #ffffff;
  padding: 50px 10px 10px 10px;
  border-radius: 80px;
  border: 2px solid #e30613;
  max-width: 60%;
}
section.call-to-action p strong {
  font: 700 20px/30px "Poppins", sans-serif;
  display: block;
}

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

.btn-default {
  color: #000000;
  background: transparent;
  border-color: #dfdfdf;
}
.btn-default:hover {
  color: #ffffff;
  background: #e30613;
}

.btn-primary {
  font: 900 24px/35px "Poppins", sans-serif;
  color: #ffffff;
  background: #e30613;
  border-color: #dfdfdf;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #000000;
  background: #ffffff;
}

.center-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

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;
}
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 "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section#slider-design-h .sp-layer h3 {
  font: 700 20px/30px "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #000000;
  margin: 0 0 20px 0;
}
section#slider-design-h .sp-layer h3 span {
  font: 700 26px/40px "Poppins", sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section#slider-design-h .sp-layer h3 span strong {
  font: 700 30px/30px "Poppins", sans-serif;
  background: #db0030;
  text-align: center;
  color: #000000;
  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 "Poppins", sans-serif;
  list-style: none;
  color: #000000;
  padding: 2px 0 2px 20px;
  position: relative;
}
section#slider-design-h .sp-layer ul li a {
  color: #000000;
}
section#slider-design-h .sp-layer ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #e30613;
  border: 1px solid #e30613;
  position: absolute;
  left: 0;
  top: 12px;
}
section#slider-design-h .sp-black {
  background: #f0f0f0 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 "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 !important;
}
.slider-design-v .sp-slide .sp-layer p strong {
  font: 700 22px/28px "Poppins", sans-serif;
}
.slider-design-v .sp-black {
  background: rgb(0, 0, 0);
}

section#banner-argument {
  max-width: 1170px;
  margin: 80px auto;
  position: relative;
}
section#banner-argument:before {
  content: "";
  background: #000000 url(../img/construct/bg-highlighted-banner.webp) no-repeat center;
  display: block;
  position: absolute;
  z-index: -1;
  top: -40px;
  bottom: -40px;
  left: 0;
  right: 0;
  border-radius: 80px;
}
section#banner-argument:after {
  content: "";
  background: url(../img/construct/bg-banner-stars.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  z-index: -2;
  width: 500px;
  height: 500px;
  left: -100px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.4;
  animation: spin 100s linear infinite reverse;
}
section#banner-argument .container {
  padding: 0;
}
section#banner-argument #illu-banner {
  position: relative;
  text-align: center;
  width: 300px;
  height: 300px;
  padding: 0;
  left: 40px;
}
section#banner-argument #illu-banner .bg-illu {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 100%;
}
section#banner-argument #illu-banner p {
  margin: 0;
}
section#banner-argument #illu-banner img {
  max-width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#banner-argument #illu-banner:before {
  content: "";
  background: url(../img/construct/bg-icon-planet.webp) no-repeat center;
  background-size: 100%;
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  z-index: -1;
  animation: spin 200s linear infinite;
}
section#banner-argument #content-banner {
  max-width: calc(100% - 400px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  color: #ffffff;
}
section#banner-argument #content-banner h3 {
  font: 700 30px/40px "Poppins", sans-serif;
  margin: 0 0 10px 0;
}
section#banner-argument #content-banner p {
  font: 400 20px/35px "Poppins", sans-serif;
  margin: 0;
}
section#banner-argument #content-banner .center-content.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 20px;
  grid-template-areas: ". ." ". .";
}
section#banner-argument #content-banner .cc_attribut_content .cc_attribut_name {
  font: 200 15px/24px "Poppins", sans-serif;
}
section#banner-argument #content-banner .cc_attribut_content .cc_attribut_value {
  font: 900 30px/40px "Poppins", sans-serif;
  color: #e30613;
}
section#banner-argument #content-banner .cc_attribut_content .cc_attribut_value span {
  font: 700 20px/30px "Poppins", sans-serif;
  display: block;
  clear: both;
}

.team-banner section#banner-argument #illu-banner .bg-illu {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: none;
  backdrop-filter: unset;
}
.team-banner section#banner-argument #illu-banner .bg-illu img {
  max-width: 100%;
}

section#banner-argument.banner-arg-photo #illu-banner .bg-illu img {
  max-width: 100%;
  border-radius: 100%;
}

footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #e30613;
}

#footer-area h3 {
  color: #fff;
}
#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: 20px;
  font-size: 14px;
}
#footer-area ul li.nos-services {
  display: none !important;
}
#footer-area ul li a:hover {
  color: #e30613;
  text-decoration: none;
}
#footer-area ul li ul.level_1 {
  display: none;
}
#footer-area ul li.selected a {
  color: #e30613;
  text-decoration: none;
}
#footer-area ul.logo-agence {
  display: flex;
}
#footer-area ul.logo-agence li {
  width: 40%;
}
#footer-area ul.logo-agence li img {
  max-width: 80%;
  height: auto;
}
#footer-area ul.type_6 h3 {
  color: inherit;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
}
#footer-area ul.type_6 h3 a {
  color: #fff;
}
#footer-area ul.type_6 h3 a:hover {
  color: #e30613;
  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 "Poppins", sans-serif;
  margin: 0;
  padding: 0 0 0 50px;
}

.coord-footer p#phone-footer {
  font: 700 16px/16px "Poppins", sans-serif;
  position: relative;
  z-index: 0;
  padding: 15px 0 15px 20px;
}
.coord-footer p#phone-footer i {
  margin: 0 10px 0 0;
}
.coord-footer p#phone-footer:before {
  content: "";
  position: absolute;
  display: block;
  right: -1000px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e30613;
  border-radius: 16px;
  z-index: -1;
}
.coord-footer a:hover {
  text-decoration: none;
}
.coord-footer ul li {
  display: block;
  float: left;
  margin-right: 10px !important;
}
.coord-footer ul li img {
  max-width: 35px;
  height: auto;
  margin: 0 5px 0 0;
}
.coord-footer ul li img:hover {
  transform: scale(1.05);
}

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

ul#logo-footer {
  text-align: center;
  margin: 0;
  padding: 30px 0;
}
ul#logo-footer li {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffffff;
  border-radius: 100%;
}
ul#logo-footer li img {
  max-width: 60%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
ul#logo-footer a.declaration {
  display: inline-block;
  clear: both;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  border-radius: 40px;
  border: 1px solid #ffffff;
}
ul#logo-footer a.declaration:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}

#sharethis .shareIcons {
  display: flex;
  flex-direction: row;
}
#sharethis a.stbar {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  width: 40px;
  text-align: center;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  z-index: 1001;
}
#sharethis a.stbar img {
  display: none;
}
#sharethis a:hover {
  color: #e30613;
}
#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 #f0f0f0;
  background: #f0f0f0;
  padding: 15px 20px;
  box-shadow: none;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  resize: vertical;
  max-height: 280px;
}
form textarea:focus {
  outline: none;
  border-color: #e30613;
}
form input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
form input:focus {
  outline: none;
  border-color: #e30613;
}
form select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 10px;
  -webkit-appearance: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #f0f0f0;
}
form select:focus {
  outline: none;
  border-color: #e30613;
}
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: "Poppins", 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 #e30613;
  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: #e30613;
  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: #e30613;
}
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;
}

.comparaison {
  margin-top: 25px;
  background: #f7f7f7;
  padding: 32px;
  border-radius: 40px;
}
.comparaison .bloc-comparaison {
  display: flex;
  gap: 80px;
  position: relative;
}
.comparaison .bloc-comparaison::after {
  position: absolute;
  content: "\f101";
  font-family: "Fontawesome";
  top: 45%;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  font-size: 35px;
  background: linear-gradient(to right, #ffffff, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* pour Firefox */
  background-clip: text;
  color: transparent;
}
.comparaison .bloc-comparaison div {
  width: 50%;
}
.comparaison .bloc-comparaison div span {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  font-size: 24px;
}
.comparaison .bloc-comparaison .avant {
  position: relative;
}
.comparaison .bloc-comparaison .avant span {
  color: #e30613;
}
.comparaison .bloc-comparaison .apres {
  position: relative;
  text-align: right;
}
.comparaison .bloc-comparaison .apres span {
  color: #96c11f;
}

#contact .zone-intervention {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.zone-intervention {
  display: flex;
  gap: 32px;
  background: #f7f7f7;
  border-radius: 40px;
  padding: 32px;
  margin: 48px 0;
}
.zone-intervention .zone-content h3 {
  margin: 18px 0;
}
.zone-intervention .img-content {
  display: flex;
  height: auto;
}
.zone-intervention .img-content img {
  max-width: 75px;
  height: auto;
  object-fit: contain;
}

.wrapped {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapped .col-sm-8 {
  padding: 0;
}

.bloc-valeur {
  display: flex;
  gap: 25px;
  margin-top: 65px;
}
.bloc-valeur.no-decoration .colonne h3::after {
  display: none;
}
.bloc-valeur .colonne {
  background-color: #f0f0f0;
  border-radius: 40px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  width: 33%;
  position: relative;
}
.bloc-valeur .colonne h3 {
  position: relative;
  margin: 18px 0;
  font-size: 30px;
  margin-top: 0;
}
.bloc-valeur .colonne h3::after {
  content: "?";
  position: absolute;
  right: -25px;
  font-size: 130px;
  color: #e30613;
  top: -45px;
  rotate: 15deg;
}
.bloc-valeur .colonne img {
  object-fit: contain;
  padding: 15px;
  max-height: 150px;
}
.bloc-valeur .col-resultat h3::after {
  display: none;
}

.pour-qui {
  display: flex;
  align-items: center;
}
.pour-qui .col-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pour-qui .col-container img {
  padding: 25px;
  max-height: 250px;
}
.pour-qui ul {
  margin: 0;
}

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

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

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

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

.type_submit {
  margin-top: 16px;
  text-align: center;
}
.type_submit button {
  min-width: 80%;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid #e30613;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: #e30613 url(../img/construct/cheat.png) repeat;
  border-radius: 10px;
  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: #e30613;
}
.type_submit button:hover {
  background: transparent;
  color: #e30613;
}

input[type=submit] {
  min-width: 80%;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid #e30613;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: #e30613 url(../img/construct/cheat.png) repeat;
  border-radius: 10px;
  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: #e30613;
}
input[type=submit]:hover {
  background: transparent;
  color: #e30613;
}

.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: #000000;
  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: 10px;
  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;
}

#applicationMessage i.icon {
  position: relative;
  font-size: 24px;
  opacity: 0.8 !important;
  left: 0;
  top: 0;
  margin: 0 0 8px 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: #000000;
  font-size: 12px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #f0f0f0;
}
.pagination li a:hover {
  background: #e30613;
  color: #ffffff;
  text-decoration: none;
}
.pagination li.active a {
  background: #e30613;
  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 "Poppins", sans-serif;
  color: #979797;
  margin: 0;
  padding: 20px 0 10px 0;
}
.recherche_s .cc_content .cc_title h3 a {
  color: #000000;
  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 "Poppins", sans-serif;
  text-decoration: none !important;
  text-transform: uppercase;
  color: inherit;
  border-radius: 40px;
  border: 2px solid #000000;
  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: 50px;
  line-height: 50px;
  width: 50px;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
  text-decoration: none;
  background: #e30613;
  border: 1px solid #e30613;
  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: #e30613;
}
#a_scrolltotop span {
  display: none !important;
}

.googlemap {
  height: 400px;
  position: relative;
  margin: 60px 0 0 0;
  overflow: hidden;
  clear: both;
  border-radius: 40px;
}
.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: #000000;
}

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

.dark-bg {
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
}

.white-bg {
  background: #fff;
}

.grey-bg {
  background: rgba(240, 240, 240, 0.5);
}

.color-bg {
  background: #e30613;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000000;
}

.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;
}

.title-dot {
  color: #e30613;
}

body.homepage .chapeau {
  font: 400 16px/28px "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  text-align: left;
}

body.scrolled .chapeau {
  color: #000000;
}

.chapeau {
  font: 400 24px/30px "Poppins", sans-serif;
  position: relative;
  padding: 40px 0;
  text-align: center;
  color: #c0c0c0;
}

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

.img-container {
  overflow: hidden;
}

.img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  border-radius: 40px;
}

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

.img-thumbnail img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  -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-lg {
  width: 1920px;
  padding: 0 140px;
}
.container .row {
  max-width: none !important;
}

.container-fluid .row {
  max-width: none !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;
  position: relative;
  z-index: 1;
}

#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: 80px 0;
}
.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;
}

.enetschool-planet {
  --tilt-angle: 145deg;
  --progress: 0;
  --planet-size: max(0.1em, 10px);
  --orbit-size: min(1300px, 100vw);
  width: var(--planet-size);
  height: var(--planet-size);
  top: 50%;
  left: 8vw;
  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));
}

.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: #e30613;
  stroke: #e30613;
  stroke-width: var(--planet-size);
}

@media (min-width: 768px) {
  .global-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .global-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .global-container {
    width: 100%;
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(35px, 9999px, 83px, 0);
  }
  5% {
    clip: rect(32px, 9999px, 94px, 0);
  }
  10% {
    clip: rect(57px, 9999px, 53px, 0);
  }
  15% {
    clip: rect(90px, 9999px, 27px, 0);
  }
  20% {
    clip: rect(58px, 9999px, 18px, 0);
  }
  25% {
    clip: rect(90px, 9999px, 52px, 0);
  }
  30% {
    clip: rect(95px, 9999px, 53px, 0);
  }
  35% {
    clip: rect(19px, 9999px, 40px, 0);
  }
  40% {
    clip: rect(23px, 9999px, 22px, 0);
  }
  45% {
    clip: rect(67px, 9999px, 84px, 0);
  }
  50% {
    clip: rect(19px, 9999px, 60px, 0);
  }
  55% {
    clip: rect(31px, 9999px, 54px, 0);
  }
  60% {
    clip: rect(15px, 9999px, 38px, 0);
  }
  65% {
    clip: rect(77px, 9999px, 40px, 0);
  }
  70% {
    clip: rect(27px, 9999px, 91px, 0);
  }
  75% {
    clip: rect(89px, 9999px, 27px, 0);
  }
  80% {
    clip: rect(5px, 9999px, 88px, 0);
  }
  85% {
    clip: rect(2px, 9999px, 88px, 0);
  }
  90% {
    clip: rect(83px, 9999px, 2px, 0);
  }
  95% {
    clip: rect(60px, 9999px, 38px, 0);
  }
  100% {
    clip: rect(7px, 9999px, 40px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(36px, 9999px, 6px, 0);
  }
  5% {
    clip: rect(6px, 9999px, 65px, 0);
  }
  10% {
    clip: rect(47px, 9999px, 21px, 0);
  }
  15% {
    clip: rect(90px, 9999px, 86px, 0);
  }
  20% {
    clip: rect(34px, 9999px, 22px, 0);
  }
  25% {
    clip: rect(27px, 9999px, 58px, 0);
  }
  30% {
    clip: rect(100px, 9999px, 84px, 0);
  }
  35% {
    clip: rect(50px, 9999px, 80px, 0);
  }
  40% {
    clip: rect(25px, 9999px, 100px, 0);
  }
  45% {
    clip: rect(68px, 9999px, 9px, 0);
  }
  50% {
    clip: rect(52px, 9999px, 47px, 0);
  }
  55% {
    clip: rect(85px, 9999px, 5px, 0);
  }
  60% {
    clip: rect(10px, 9999px, 7px, 0);
  }
  65% {
    clip: rect(24px, 9999px, 25px, 0);
  }
  70% {
    clip: rect(20px, 9999px, 64px, 0);
  }
  75% {
    clip: rect(33px, 9999px, 20px, 0);
  }
  80% {
    clip: rect(84px, 9999px, 12px, 0);
  }
  85% {
    clip: rect(16px, 9999px, 8px, 0);
  }
  90% {
    clip: rect(96px, 9999px, 23px, 0);
  }
  95% {
    clip: rect(21px, 9999px, 78px, 0);
  }
  100% {
    clip: rect(9px, 9999px, 91px, 0);
  }
}
@keyframes TextIntro {
  from {
    opacity: 0;
    filter: blur(50px);
    transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, -50%);
  }
}
@keyframes ZoomImg {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes astronaut {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -20px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes float-space {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes horizontal-shaking {
  0% {
    translate: 0;
  }
  25% {
    translate: 2px;
  }
  50% {
    translate: -2px;
  }
  75% {
    translate: 2px;
  }
  100% {
    translate: 0;
  }
}
@keyframes rounded-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 6, 19, 0.7), 0 0 0 0 rgba(227, 6, 19, 0.7);
  }
  40% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(227, 6, 19, 0.7);
  }
  80% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes marquee {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
#stars {
  width: 1px;
  height: 1px;
  background: transparent;
  position: relative;
  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: absolute;
  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: relative;
  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;
}

#stars2:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  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;
}

#stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  box-shadow: 1266px 205px #FFF, 426px 1332px #FFF, 787px 540px #FFF, 1025px 390px #FFF, 841px 1277px #FFF, 854px 580px #FFF, 690px 1714px #FFF, 1209px 1154px #FFF, 1117px 367px #FFF, 1630px 1085px #FFF, 227px 1725px #FFF, 1171px 1950px #FFF, 997px 1395px #FFF, 424px 1235px #FFF, 1252px 764px #FFF, 1033px 318px #FFF, 1102px 1719px #FFF, 1577px 333px #FFF, 422px 1186px #FFF, 1809px 87px #FFF, 1114px 1142px #FFF, 1986px 1131px #FFF, 1166px 496px #FFF, 1859px 1299px #FFF, 1321px 915px #FFF, 1888px 1078px #FFF, 1906px 837px #FFF, 1519px 1706px #FFF, 163px 1224px #FFF, 1080px 645px #FFF, 1330px 1164px #FFF, 1384px 590px #FFF, 1663px 736px #FFF, 1529px 1203px #FFF, 1658px 60px #FFF, 1772px 164px #FFF, 1889px 601px #FFF, 960px 940px #FFF, 1807px 863px #FFF, 1028px 1674px #FFF, 1843px 1681px #FFF, 626px 625px #FFF, 526px 110px #FFF, 243px 1234px #FFF, 56px 194px #FFF, 1534px 597px #FFF, 934px 711px #FFF, 1306px 427px #FFF, 218px 1203px #FFF, 1555px 592px #FFF, 507px 290px #FFF, 1651px 677px #FFF, 983px 991px #FFF, 321px 693px #FFF, 593px 1524px #FFF, 1705px 707px #FFF, 997px 1474px #FFF, 1107px 284px #FFF, 1751px 1888px #FFF, 1674px 928px #FFF, 1018px 789px #FFF, 459px 385px #FFF, 399px 330px #FFF, 397px 388px #FFF, 1345px 310px #FFF, 888px 484px #FFF, 1744px 863px #FFF, 701px 1851px #FFF, 1045px 717px #FFF, 185px 1636px #FFF, 969px 1640px #FFF, 1759px 379px #FFF, 633px 1206px #FFF, 1124px 32px #FFF, 1022px 592px #FFF, 1034px 757px #FFF, 1775px 149px #FFF, 125px 460px #FFF, 1344px 931px #FFF, 1809px 1494px #FFF, 902px 742px #FFF, 58px 289px #FFF, 1169px 636px #FFF, 1032px 1451px #FFF, 437px 408px #FFF, 1005px 997px #FFF, 1083px 1561px #FFF, 1748px 11px #FFF, 1682px 1317px #FFF, 539px 1189px #FFF, 1980px 385px #FFF, 164px 1651px #FFF, 1448px 1374px #FFF, 663px 1207px #FFF, 904px 124px #FFF, 1382px 1073px #FFF, 1289px 1304px #FFF, 405px 865px #FFF, 614px 570px #FFF, 1975px 1984px #FFF;
  animation: animStar 150s linear infinite;
}

#stars3:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  opacity: 0.5;
  box-shadow: 1266px 205px #FFF, 426px 1332px #FFF, 787px 540px #FFF, 1025px 390px #FFF, 841px 1277px #FFF, 854px 580px #FFF, 690px 1714px #FFF, 1209px 1154px #FFF, 1117px 367px #FFF, 1630px 1085px #FFF, 227px 1725px #FFF, 1171px 1950px #FFF, 997px 1395px #FFF, 424px 1235px #FFF, 1252px 764px #FFF, 1033px 318px #FFF, 1102px 1719px #FFF, 1577px 333px #FFF, 422px 1186px #FFF, 1809px 87px #FFF, 1114px 1142px #FFF, 1986px 1131px #FFF, 1166px 496px #FFF, 1859px 1299px #FFF, 1321px 915px #FFF, 1888px 1078px #FFF, 1906px 837px #FFF, 1519px 1706px #FFF, 163px 1224px #FFF, 1080px 645px #FFF, 1330px 1164px #FFF, 1384px 590px #FFF, 1663px 736px #FFF, 1529px 1203px #FFF, 1658px 60px #FFF, 1772px 164px #FFF, 1889px 601px #FFF, 960px 940px #FFF, 1807px 863px #FFF, 1028px 1674px #FFF, 1843px 1681px #FFF, 626px 625px #FFF, 526px 110px #FFF, 243px 1234px #FFF, 56px 194px #FFF, 1534px 597px #FFF, 934px 711px #FFF, 1306px 427px #FFF, 218px 1203px #FFF, 1555px 592px #FFF, 507px 290px #FFF, 1651px 677px #FFF, 983px 991px #FFF, 321px 693px #FFF, 593px 1524px #FFF, 1705px 707px #FFF, 997px 1474px #FFF, 1107px 284px #FFF, 1751px 1888px #FFF, 1674px 928px #FFF, 1018px 789px #FFF, 459px 385px #FFF, 399px 330px #FFF, 397px 388px #FFF, 1345px 310px #FFF, 888px 484px #FFF, 1744px 863px #FFF, 701px 1851px #FFF, 1045px 717px #FFF, 185px 1636px #FFF, 969px 1640px #FFF, 1759px 379px #FFF, 633px 1206px #FFF, 1124px 32px #FFF, 1022px 592px #FFF, 1034px 757px #FFF, 1775px 149px #FFF, 125px 460px #FFF, 1344px 931px #FFF, 1809px 1494px #FFF, 902px 742px #FFF, 58px 289px #FFF, 1169px 636px #FFF, 1032px 1451px #FFF, 437px 408px #FFF, 1005px 997px #FFF, 1083px 1561px #FFF, 1748px 11px #FFF, 1682px 1317px #FFF, 539px 1189px #FFF, 1980px 385px #FFF, 164px 1651px #FFF, 1448px 1374px #FFF, 663px 1207px #FFF, 904px 124px #FFF, 1382px 1073px #FFF, 1289px 1304px #FFF, 405px 865px #FFF, 614px 570px #FFF, 1975px 1984px #FFF;
}

#elfsight-widget-placeholder-avis,
#elfsight-widget-placeholder-reseaux {
  min-height: 200px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visible_desktop {
  display: block !important;
}

.visible_mobile {
  display: none !important;
}

.row-responsive {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.row-responsive .col-xs-12:last-child {
  text-align: center;
}

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

#pour-qui {
  scroll-margin-top: 250px !important;
}

.contenu-accordeon .toggler {
  padding: 25px 60px 25px 80px;
  border-radius: 35px;
  background: #fff;
}
.contenu-accordeon .toggler.ui-state-active {
  background: #282d33;
}
.contenu-accordeon .toggler::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}
.contenu-accordeon .toggler.ui-state-active:first-of-type::before {
  background: url("../img/construct/social-white.svg");
  background-size: cover;
}
.contenu-accordeon .toggler.ui-state-active:nth-of-type(2)::before {
  background: url("../img/construct/realisateur-white.svg");
  background-size: cover;
}
.contenu-accordeon .toggler.ui-state-active:nth-of-type(3)::before {
  background: url("../img/construct/explorateur-white.svg");
  background-size: cover;
}
.contenu-accordeon .toggler.ui-state-active:nth-of-type(4)::before {
  background: url("../img/construct/diverti-white.svg");
  background-size: cover;
}
.contenu-accordeon .toggler:first-of-type::before {
  background: url("../img/construct/social-black.svg");
  background-size: cover;
}
.contenu-accordeon .toggler:nth-of-type(2)::before {
  background: url("../img/construct/realisateur-black.svg");
  background-size: cover;
}
.contenu-accordeon .toggler:nth-of-type(3)::before {
  background: url("../img/construct/explorateur-black.svg");
  background-size: cover;
}
.contenu-accordeon .toggler:nth-of-type(4)::before {
  background: url("../img/construct/diverti-black.svg");
  background-size: cover;
}
.contenu-accordeon .toggler:nth-of-type(5)::before {
  background: url("../img/construct/anxieux-black.svg");
  background-size: cover;
}
.contenu-accordeon .toggler::after {
  line-height: 30px;
  font-size: 24px;
}

.table-scroll {
  width: 100%;
  max-width: 1140px;
  overflow-x: auto;
  margin: 0 auto;
  /* Scroll plus agréable */
  -webkit-overflow-scrolling: touch;
  /* Optionnel : légère indication visuelle */
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

.process-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  color: #000000;
  font-family: inherit;
  font-size: 16px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 1100px;
}
.process-table thead {
  background: #000000;
}
.process-table thead th {
  color: #ffffff;
  font-weight: 600;
  padding: 14px 16px;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.process-table tbody tr {
  transition: background 0.2s ease;
}
.process-table tbody tr:nth-child(even) {
  background: #f0f0f0;
}
.process-table tbody tr:hover {
  background: #dfdfdf;
}
.process-table tbody td {
  padding: 14px 16px;
  vertical-align: top;
  border-bottom: 1px solid #dfdfdf;
  /* Colonne Étape (numéro) */
  /* Dernière colonne : message clé */
}
.process-table tbody td strong {
  font-weight: 600;
}
.process-table tbody td:first-child {
  width: 60px;
  text-align: center;
}
.process-table tbody td:first-child strong {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #e30613;
  color: #ffffff;
  font-size: 16px;
}
.process-table tbody td:last-child strong {
  color: #e30613;
}

.cadreReference {
  background-color: #f0f0f0;
  padding: 25px;
  border-radius: 40px;
}
.cadreReference h2 {
  font-size: 25px;
  margin: 0;
}

.parcours-accueil {
  padding: 80px 160px;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  margin-top: 64px;
  overflow: hidden;
}
.parcours-accueil h2 {
  color: white;
  margin-top: 0;
  text-align: center;
}
.parcours-accueil > p:first-of-type {
  color: white;
  margin-top: 0;
  margin-bottom: 96px;
  text-align: center;
}
.parcours-accueil .anim-hover {
  margin-top: 0;
}
.parcours-accueil .anim-hover .col-resultat h3::after {
  display: block;
}
.parcours-accueil .anim-hover .colonne {
  counter-increment: parcours;
  transition: transform 1s, opacity 1s, scale ease-in-out 0.3s !important;
}
.parcours-accueil .anim-hover .colonne h3 {
  margin-top: 48px;
}
.parcours-accueil .anim-hover .colonne h3::after {
  content: counter(parcours) ".";
  position: absolute;
  left: 0px;
  right: unset;
  font-size: 130px;
  color: #e30613;
  top: -90px;
  rotate: 0deg;
  opacity: 0.8;
}
.parcours-accueil .anim-hover .colonne img {
  width: 200px;
  max-height: none;
}
.parcours-accueil .anim-hover .colonne:hover {
  scale: 1.05;
  transition: transform 1s, opacity 1s, scale ease-in-out 0.3s !important;
}
.parcours-accueil .anim-hover .colonne:hover h3 {
  color: #e30613;
}
.parcours-accueil .anim-hover .colonne:hover img {
  opacity: 0.8;
  scale: 1.1;
}
.parcours-accueil .anim-hover .colonne .cta-body {
  display: inline-flex;
  justify-content: end;
  padding: 16px 0;
}
.parcours-accueil .anim-hover .colonne .cta-body a {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  justify-self: end;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}
.parcours-accueil .anim-hover .colonne .cta-body a:hover, .parcours-accueil .anim-hover .colonne .cta-body a:focus {
  text-decoration: none;
}
.parcours-accueil .anim-hover .colonne .cta-body a::before {
  content: "\f061";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-family: FontAwesome;
  color: #e30613;
  text-decoration: none;
  height: 64px;
  width: 64px;
  background: white;
  border-radius: 35px 0 35px 0;
}

.citation-experte {
  max-width: 1170px;
  margin: 80px auto;
  position: relative;
}
.citation-experte::before {
  content: "";
  background: #000000 url(../img/construct/bg-highlighted-banner.webp) no-repeat center;
  display: block;
  position: absolute;
  z-index: -1;
  top: -40px;
  bottom: -40px;
  left: 0;
  right: 0;
  border-radius: 80px;
}
.citation-experte .illu-banner {
  position: relative;
  text-align: center;
  width: 300px;
  height: 300px;
  padding: 0;
  left: 40px;
}
.citation-experte .illu-banner img {
  max-width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.citation-experte .illu-banner .bg-illu {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: none;
  backdrop-filter: unset;
}
.citation-experte .illu-banner .bg-illu img {
  max-width: 100%;
}
.citation-experte .illu-banner::before {
  content: "";
  background: url(../img/construct/bg-icon-planet.webp) no-repeat center;
  background-size: 100%;
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  z-index: -1;
  animation: spin 200s linear infinite;
}
.citation-experte .content-banner {
  max-width: calc(100% - 400px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  color: #ffffff;
  align-content: center;
}
.citation-experte .content-banner .center-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.full-black {
  background-color: black;
}

.clients .type_2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
.clients .type_2 .block_article {
  width: 100%;
  margin: 0;
}

.evidence {
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  padding: 25px;
  overflow: hidden;
  margin: 60px 0;
}
.evidence h3 {
  font-size: 18px;
}
.evidence p {
  font-size: 25px;
  line-height: 48px;
}

.solutionBlock {
  background-color: #f0f0f0;
  border-radius: 40px;
  padding: 25px;
}
.solutionBlock .mce-row {
  display: flex;
  align-items: center;
}
.solutionBlock .mce-row img {
  max-width: 250px;
}

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