@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Black.woff2") format("woff2"), url("../fonts/Outfit-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2"), url("../fonts/Outfit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-ExtraBold.woff2") format("woff2"), url("../fonts/Outfit-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-ExtraLight.woff2") format("woff2"), url("../fonts/Outfit-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.woff2") format("woff2"), url("../fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.woff2") format("woff2"), url("../fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2"), url("../fonts/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"), url("../fonts/Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Thin.woff2") format("woff2"), url("../fonts/Outfit-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html, body {
  height: auto;
}
.site-main {
  padding: 0;
}
html {
  font-size: 60%;
  overflow-y: initial;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: normal;
  opacity: 1;
  background-color: white;
  transition: 1s opacity;
  overflow-x: hidden;
  position: relative;
  height: auto;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
header {
  width: 100%;
  max-width: 1330px;
  margin: auto;
  justify-content: space-between;
  padding: 0 15px;
}
section {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
}
.bold {
  font-weight: 900;
}
b, strong {
  font-weight: bolder !important;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
*:focus {
  outline: none;
}
em {
  font-style: italic;
}
input[type=password] {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 10px 15px;
}
.no-label .gfield_label {
  display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input, textarea {
  text-align: left;
}
.h100 {
  height: 100%;
}
img {
  max-width: 100%;
}
.hidden {
  display: none;
}
a.button {
  max-width: max-content;
  display: inline-block;
}
.wordpress-gdpr-privacy-settings-trigger img {
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
html[lang|="en"] .only-fr {
  display: none;
}
.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 4rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 3rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 2rem;
}
.wrap-header {
  box-shadow: none;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out, position 0.3s ease-in-out;
}
.wrap-header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.wrap-header.header-hidden {
  transform: translateY(-100%);
}
.wrap-header #masthead {
  box-shadow: none;
  padding: 2rem 0;
  background-color: #ffffff;
}
.wrap-header #masthead #top-header {
  background-color: #ffffff;
}
.navbar-nav {
  justify-content: end;
}
.navbar-nav .menu-item a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #20134F;
  text-decoration: none;
}
.navbar-nav .menu-item a:hover {
  color: #20134F;
  opacity: 0.8;
}
#menu-header {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
#menu-header .menu-item a {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #20134F;
  text-decoration: none;
}
#menu-header .menu-item a:hover {
  color: #20134F;
  opacity: 0.8;
}
.app_button {
  padding: 1.2rem 2rem;
  background-color: #FFF;
  color: #20134F;
  text-decoration: none;
  border-radius: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background-color 0.3s ease;
}
.app_button:after {
  content: "";
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.app_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(32, 19, 79, 0.15);
}
.app_button:hover:after {
  transform: translateX(5px);
}
.app_button:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 2px 8px rgba(32, 19, 79, 0.1);
}
.realisations-section__button {
  padding: 1.2rem 2rem;
  background-color: #ED0069;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-top: auto;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background-color 0.3s ease;
}
.realisations-section__button:after {
  content: "";
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.realisations-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(237, 0, 105, 0.3);
  background-color: #d40060;
}
.realisations-section__button:hover:after {
  transform: translateX(5px);
}
.realisations-section__button:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 2px 8px rgba(237, 0, 105, 0.15);
}
.helium-section__button {
  padding: 1.2rem 2rem;
  background-color: #ED0069;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background-color 0.3s ease;
}
.helium-section__button:after {
  content: "";
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.helium-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(237, 0, 105, 0.3);
  background-color: #d40060;
}
.helium-section__button:hover:after {
  transform: translateX(5px);
}
.helium-section__button:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 2px 8px rgba(237, 0, 105, 0.15);
}
.contact-section .gravity-form {
  background-color: #ffffff;
  padding: 5.4rem;
  border-radius: 20px;
}
.contact-section .gravity-form .gform_required_legend, .contact-section .gravity-form .gform-field-label--type-sub {
  display: none;
}
.contact-section .gravity-form #gform_fields_1 {
  row-gap: 2rem !important;
}
.contact-section .gravity-form #field_1_7 {
  display: none !important;
}
.contact-section .gravity-form .gform-footer {
  justify-content: end;
}
.contact-section .gravity-form .gform_button {
  padding: 1.2rem 4rem 1.2rem 2rem !important;
  background-color: #ED0069 !important;
  background-image: url("../images/arrow_white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 20px 16px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 25px !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  width: fit-content !important;
  border: none !important;
  cursor: pointer !important;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background-color 0.3s ease, background-position 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.contact-section .gravity-form .gform_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(237, 0, 105, 0.3);
  background-color: #d40060 !important;
  background-position: right 0.7rem center !important;
}
.contact-section .gravity-form .gform_button:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 2px 8px rgba(237, 0, 105, 0.15);
}
.contact-section .gravity-form input, .contact-section .gravity-form textarea {
  background-color: #E5E5E5 !important;
  color: #8C8C8C !important;
  border-radius: 20px !important;
  padding: 2.1rem !important;
  border: 0 !important;
  box-shadow: none !important;
}
.site-footer {
  background-color: #20134F;
  padding: 8rem 0 0 0;
}
.footer-main {
  display: flex;
  align-items: flex-start;
}
.footer-main__logo {
  flex-shrink: 0;
}
.footer-main__logo img {
  max-width: 230px;
  height: auto;
}
.footer-main__menus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 830px;
  margin-left: auto;
}
.footer-main__menu h4 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.footer-main__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main__menu li {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.footer-main__menu a {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.footer-main__menu a:hover {
  opacity: 0.9;
  color: #ED0069 !important;
}
.footer-bottom {
  border-top: 1px solid #FFFFFF;
  width: 65%;
  margin: 6rem auto 0 auto;
  padding: 3rem 0;
  text-align: center;
}
.footer-bottom p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  opacity: 0.9;
  font-size: 2rem;
  color: #FFFFFF;
  margin: 0;
}
#mentions-legales .modal-content {
  background-color: #20134F;
  border: none;
  border-radius: 20px;
  color: #FFFFFF;
}
#mentions-legales .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-size: 1.5rem;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#mentions-legales .btn-close:hover {
  opacity: 1;
}
#mentions-legales .btn-close:focus {
  box-shadow: none;
  outline: none;
}
#mentions-legales .modal-header-footer {
  padding: 3rem 3rem 1rem 3rem;
  border-bottom: none;
}
#mentions-legales .modal-header-footer .modal-title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #FFFFFF;
  margin: 0;
}
#mentions-legales .modal-body {
  padding: 1rem 3rem 3rem 3rem;
}
#mentions-legales .modal-body p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
#mentions-legales .modal-body p:last-child {
  margin-bottom: 0;
}
#mentions-legales .modal-body a {
  color: #ED0069;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#mentions-legales .modal-body a:hover {
  opacity: 0.7;
}
[data-animate] {
  will-change: transform, opacity;
}
[data-animate="fade"] {
  opacity: 0;
  transition: opacity 0.6s ease;
}
[data-animate="slide-up"] {
  opacity: 0;
  transform: translateY(60px);
}
[data-animate="slide-left"] {
  opacity: 0;
  transform: translateX(-60px);
}
[data-animate="slide-right"] {
  opacity: 0;
  transform: translateX(60px);
}
[data-animate="scale"] {
  opacity: 0;
  transform: scale(0.92);
}
[data-animate].is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}
.hero-section {
  background-image: url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 75px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section__logo {
  max-width: 440px;
}
.hero-section__title {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 8rem;
  color: #fff;
  margin-bottom: 4rem;
}
.hero-section__title .font-bold {
  font-weight: 700;
}
.serious-game-section {
  padding: 8rem 0;
}
.serious-game-section__subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #20134F;
  margin-bottom: 2rem;
  text-align: center;
}
.serious-game-section__video {
  width: 100%;
  margin: 3rem auto 6rem auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.serious-game-section__video video-player {
  width: 100%;
}
.serious-game-section__video video {
  width: 100%;
  height: auto;
  display: block;
}
.serious-game-section h2 {
  margin-bottom: 2rem;
}
.serious-game-section h3 {
  margin-bottom: 7rem;
}
.serious-game-section h2, .serious-game-section h3 {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #20134F;
}
.serious-game-section__facons-dapprendre {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 4rem;
}
.serious-game-section__facon-item {
  padding: 2rem;
  border-radius: 10px;
}
.serious-game-section__facon-item h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 6.5rem;
  color: #20134F;
  margin-bottom: 1rem;
}
.serious-game-section__facon-item h4:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #ED0069;
  margin-top: 1rem;
}
.serious-game-section__facon-item p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #20134F;
}
.serious-game-section__icon {
  max-width: 100px;
  height: auto;
  margin-bottom: 1.5rem;
}
.comment-ca-marche-section {
  min-height: 60vh;
  padding: 10rem 0;
  background-color: #20134F;
  display: flex;
  align-items: center;
  position: relative;
}
.comment-ca-marche-section .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comment-ca-marche-section:before {
  content: "";
  position: absolute;
  bottom: -270px;
  left: 0;
  background-image: url("../images/bg_watom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
}
.comment-ca-marche-section h2 {
  font-family: "Outfit", sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin-bottom: 2rem;
  width: 75%;
}
.comment-ca-marche-section__description {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 4rem;
}
.comment-ca-marche-section__axes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 5rem;
  width: 100%;
}
.comment-ca-marche-section__axe-item {
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 3rem 4rem;
}
.comment-ca-marche-section__axe-item:before {
  content: attr(data-number);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border: 2px solid #ED0069;
  border-radius: 50%;
  color: #ED0069;
  font-family: "Outfit", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.comment-ca-marche-section__axe-item h3 {
  font-family: "Outfit", sans-serif;
  font-size: 4.5rem;
  line-height: 4rem;
  text-align: center;
  font-weight: 600;
  color: #20134F;
  margin-top: 1rem;
}
.comment-ca-marche-section__axe-item p {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  color: #20134F;
}
.applications-section {
  padding: 10rem 0;
}
.applications-section h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #20134F;
  text-align: center;
  margin-bottom: 2rem;
}
.applications-section h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  color: #20134F;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.applications-section__subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 400;
  color: #20134F;
  text-align: center;
  margin-bottom: 4rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.applications-section__image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.applications-secteurs-section {
  padding: 10rem 0;
  background-color: #20134F33;
  position: relative;
}
.applications-secteurs-section .container {
  width: 80%;
}
.applications-secteurs-section:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  background-image: url("../images/bg_watom_grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 350px;
  height: 550px;
}
.applications-secteurs-section h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #20134F;
  margin-bottom: 2rem;
}
.applications-secteurs-section__subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 400;
  color: #20134F;
  margin-bottom: 4rem;
  width: 80%;
}
.applications-secteurs-section__secteurs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 5rem;
  margin-top: 4rem;
}
.applications-secteurs-section__secteur-item {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 15px;
  position: relative;
}
.applications-secteurs-section__secteur-item .col-6:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.applications-secteurs-section__secteur-item h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 4.5rem;
  color: #20134F;
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 4.5rem;
}
.applications-secteurs-section__secteur-item__cas-d-usage {
  margin-top: 1rem;
}
.applications-secteurs-section__secteur-item .cas-dusage {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ED0069;
  margin-bottom: 1rem;
}
.applications-secteurs-section__icon {
  max-width: 100px;
  height: auto;
}
.applications-secteurs-section__cas-item {
  margin-bottom: 1rem;
  position: relative;
  margin-left: 2rem;
}
.applications-secteurs-section__cas-item:after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  left: -12.5px;
  width: 1px;
  height: 85%;
  background-color: #ED0069;
}
.applications-secteurs-section__cas-item:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #ED0069;
  border-radius: 50%;
  transform: translateX(-50%);
}
.applications-secteurs-section__cas-item h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #20134F;
  margin-bottom: 0.5rem;
}
.applications-secteurs-section__cas-item p {
  font-family: "Outfit", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #20134F;
  line-height: 1.4;
}
.applications-secteurs-section__secteur-item:nth-child(1) .applications-secteurs-section__cas-item:nth-of-type(1):after {
  height: 200%;
}
.applications-secteurs-section__secteur-item:nth-child(2) .applications-secteurs-section__cas-item:nth-of-type(2):after {
  left: -12px;
}
.applications-secteurs-section__secteur-item:nth-child(2) .applications-secteurs-section__cas-item:nth-of-type(2):before {
  left: -11px;
}
.applications-secteurs-section__secteur-item:nth-child(4) .applications-secteurs-section__cas-item:nth-of-type(2):after {
  left: -12px;
}
.applications-secteurs-section__secteur-item:nth-child(4) .applications-secteurs-section__cas-item:nth-of-type(2):before {
  left: -11px;
}
.realisations-section {
  padding: 10rem 0;
}
.realisations-section h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #20134F;
  margin-bottom: 2rem;
}
.realisations-section__subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 400;
  color: #20134F;
  margin-bottom: 5rem;
}
.realisations-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem;
}
.realisations-section__item {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.realisations-section__image {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.realisations-section h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  color: #20134F;
  margin-bottom: 1rem;
}
.realisations-section p {
  font-family: "Outfit", sans-serif;
  font-size: 2.3rem;
  color: #20134F;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}
.contact-section__content {
  width: 110%;
  margin: 0 auto;
  background-color: #20134F;
  border-radius: 20px;
  padding: 10rem;
}
.contact-section h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.contact-section__subtitle {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #ffffff;
  margin-bottom: 3rem;
}
.contact-section__contact-info {
  margin-top: 2rem;
}
.contact-section__contact-item {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
}
.contact-section__contact-icon {
  flex-shrink: 0;
}
.contact-section__contact-icon img {
  width: 40px;
  height: auto;
}
.contact-section__rgpd {
  margin-top: 3rem;
}
.contact-section__rgpd-text {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  margin-top: 1rem;
  line-height: 1.4;
  width: 70%;
  opacity: 0.8;
  margin-left: 3rem;
}
.contact-section__contact-text {
  display: flex;
  flex-direction: column;
}
.contact-section__contact-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #FFF;
  margin-bottom: 0.5rem;
}
.contact-section__contact-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1.4;
}
.contact-section__contact-text p a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact-section__contact-text p a:hover {
  opacity: 0.8;
}
.helium-section {
  padding: 10rem 0;
  position: relative;
}
.helium-section .col-lg-7 {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.helium-section__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: end;
  z-index: 10;
}
.helium-section h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 6.2rem;
  line-height: 6.4rem;
  color: #20134F;
  margin-bottom: 2rem;
  text-align: end;
}
.helium-section__subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 3.4rem;
  line-height: 4.2rem;
  text-align: end;
  font-weight: 400;
  color: #20134F;
  margin-bottom: 3rem;
}
.helium-section__image {
  width: 100%;
  aspect-ratio: 1.7777777778;
  max-height: 800px;
  min-height: 600px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1200px) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 55%;
  }
}
@media (min-width: 993px) {
  .wrap-header .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .wrap-header #masthead {
    padding: 1.5rem 0;
  }
  .wrap-header #masthead #top-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap-header #masthead .navbar {
    width: 100%;
    justify-content: end;
    position: relative;
  }
  .wrap-header #masthead .navbar-collapse {
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 2rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .wrap-header #masthead .navbar-collapse.show {
    max-height: 500px;
    opacity: 1;
  }
  .wrap-header #masthead .navbar-toggler {
    display: block !important;
    border: none;
    padding: 0.5rem;
    background: transparent;
    margin-left: 1rem;
    cursor: pointer;
  }
  .wrap-header #masthead .navbar-toggler:focus {
    box-shadow: none;
  }
  .wrap-header #masthead .navbar-toggler:active {
    background: transparent;
  }
  .wrap-header #masthead .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2320134F' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
  }
  .wrap-header #masthead .navbar-nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .wrap-header #masthead .navbar-nav .menu-item {
    width: 100%;
  }
  .wrap-header #masthead .navbar-nav .menu-item a {
    font-size: 2rem;
    color: #20134F;
    padding: 1rem 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .wrap-header #masthead {
    padding: 1.5rem 0;
  }
  .wrap-header #masthead #top-header {
    gap: 0.5rem;
  }
  .wrap-header #masthead #logo img {
    max-width: 140px;
  }
  .wrap-header #masthead .navbar-toggler {
    padding: 0.3rem;
  }
  .wrap-header #masthead .navbar-toggler .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }
  .wrap-header #masthead .navbar-nav .menu-item a {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .hero-section {
    height: calc(100vh - 80px);
  }
  .hero-section__logo {
    max-width: 280px;
  }
  .hero-section__title {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .hero-section__title {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  .hero-section {
    height: calc(100vh - 60px);
  }
  .hero-section__title {
    font-size: 3.8rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .app_button {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .app_button {
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
  }
  .app_button:after {
    width: 18px;
    height: 14px;
    margin-left: 8px;
  }
}
@media (max-width: 1200px) {
  .serious-game-section__facon-item h4 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .serious-game-section__facon-item p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 992px) {
  .serious-game-section {
    padding: 6rem 0;
  }
  .serious-game-section h2, .serious-game-section h3 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
  .serious-game-section__subtitle {
    font-size: 3rem;
  }
  .serious-game-section__facons-dapprendre {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .serious-game-section__facon-item h4 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .serious-game-section__facon-item p {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .serious-game-section__icon {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .serious-game-section {
    padding: 5rem 0;
  }
  .serious-game-section h2, .serious-game-section h3 {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 1.5rem;
  }
  .serious-game-section h3 {
    margin-bottom: 4rem;
  }
  .serious-game-section__subtitle {
    font-size: 2.8rem;
  }
  .serious-game-section__facons-dapprendre {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 576px) {
  .serious-game-section {
    padding: 4rem 0;
  }
  .serious-game-section h2, .serious-game-section h3 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .serious-game-section__subtitle {
    font-size: 2.2rem;
  }
  .serious-game-section__facon-item h4 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .serious-game-section__facon-item p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .serious-game-section__icon {
    max-width: 60px;
  }
}
@media (max-width: 992px) {
  .comment-ca-marche-section {
    padding: 7rem 0;
  }
  .comment-ca-marche-section .col-lg-5 {
    margin-bottom: 4rem;
  }
  .comment-ca-marche-section h2 {
    font-size: 5.5rem;
    width: 100%;
  }
  .comment-ca-marche-section__description {
    font-size: 2.2rem;
  }
  .comment-ca-marche-section__axes {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 3rem;
  }
  .comment-ca-marche-section__axe-item h3 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .comment-ca-marche-section__axe-item p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .comment-ca-marche-section {
    padding: 5rem 0;
  }
  .comment-ca-marche-section h2 {
    font-size: 4.5rem;
  }
  .comment-ca-marche-section__description {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .comment-ca-marche-section__axes {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .comment-ca-marche-section__axe-item {
    padding: 2.5rem 3rem;
  }
  .comment-ca-marche-section__axe-item h3 {
    font-size: 3rem;
  }
  .comment-ca-marche-section:before {
    width: 400px;
    height: 400px;
    bottom: -180px;
  }
}
@media (max-width: 576px) {
  .comment-ca-marche-section {
    padding: 4rem 0;
  }
  .comment-ca-marche-section h2 {
    font-size: 3.5rem;
  }
  .comment-ca-marche-section__description {
    font-size: 1.8rem;
  }
  .comment-ca-marche-section__axe-item {
    padding: 2rem;
  }
  .comment-ca-marche-section__axe-item h3 {
    font-size: 2.5rem;
  }
  .comment-ca-marche-section__axe-item p {
    font-size: 1.6rem;
  }
  .comment-ca-marche-section:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .applications-section {
    padding: 7rem 0;
  }
  .applications-section h2 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
  .applications-section__subtitle {
    font-size: 3rem;
    line-height: 4rem;
    width: 100%;
  }
  .applications-section h3 {
    font-size: 3.5rem;
  }
  .applications-section__image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .applications-section {
    padding: 5rem 0;
  }
  .applications-section h2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .applications-section__subtitle {
    font-size: 2.5rem;
    line-height: 3.2rem;
    width: 100%;
  }
  .applications-section h3 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .applications-section {
    padding: 4rem 0;
  }
  .applications-section h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .applications-section__subtitle {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .applications-section h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .applications-secteurs-section .container {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .applications-secteurs-section {
    padding: 7rem 0;
  }
  .applications-secteurs-section .container {
    width: 100%;
  }
  .applications-secteurs-section h2 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
  .applications-secteurs-section__subtitle {
    font-size: 3rem;
    line-height: 4rem;
    width: 100%;
  }
  .applications-secteurs-section__secteurs {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .applications-secteurs-section__secteur-item h4 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    width: 100%;
  }
  .applications-secteurs-section__secteur-item .cas-dusage {
    font-size: 1.8rem;
  }
  .applications-secteurs-section__cas-item h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .applications-secteurs-section__cas-item p {
    font-size: 1.8rem;
  }
  .applications-secteurs-section:before {
    width: 250px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .applications-secteurs-section {
    padding: 5rem 0;
  }
  .applications-secteurs-section h2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .applications-secteurs-section__subtitle {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  .applications-secteurs-section__secteur-item {
    padding: 2.5rem;
  }
  .applications-secteurs-section__secteur-item h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .applications-secteurs-section__secteur-item .row {
    flex-direction: column;
  }
  .applications-secteurs-section__secteur-item .row .col-3 {
    margin-bottom: 1.5rem;
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .applications-secteurs-section__secteur-item .row .col-9 {
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .applications-secteurs-section:before {
    display: none;
  }
}
@media (max-width: 576px) {
  .applications-secteurs-section {
    padding: 4rem 0;
  }
  .applications-secteurs-section h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .applications-secteurs-section__subtitle {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .applications-secteurs-section__secteur-item {
    padding: 2rem;
  }
  .applications-secteurs-section__secteur-item h4 {
    font-size: 2.5rem;
  }
  .applications-secteurs-section__cas-item h5 {
    font-size: 1.6rem;
  }
  .applications-secteurs-section__cas-item p {
    font-size: 1.5rem;
  }
  .applications-secteurs-section__icon {
    max-width: 70px;
  }
}
@media (max-width: 992px) {
  .realisations-section {
    padding: 7rem 0;
  }
  .realisations-section h2 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
  .realisations-section__subtitle {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
  .realisations-section__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 3rem;
  }
  .realisations-section__image {
    height: 280px;
  }
  .realisations-section h4 {
    font-size: 3rem;
  }
  .realisations-section p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 768px) {
  .realisations-section {
    padding: 5rem 0;
  }
  .realisations-section h2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .realisations-section__subtitle {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  .realisations-section__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .realisations-section__image {
    height: 250px;
  }
  .realisations-section h4 {
    font-size: 2.8rem;
  }
  .realisations-section p {
    font-size: 1.8rem;
  }
  .realisations-section__button {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .realisations-section {
    padding: 4rem 0;
  }
  .realisations-section h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .realisations-section__subtitle {
    font-size: 2rem;
  }
  .realisations-section__image {
    height: 200px;
  }
  .realisations-section h4 {
    font-size: 2.2rem;
  }
  .realisations-section p {
    font-size: 1.6rem;
  }
  .realisations-section__button {
    font-size: 1.6rem;
    padding: 0.8rem 1.2rem;
  }
  .realisations-section__button:after {
    width: 18px;
    height: 14px;
    margin-left: 8px;
  }
}
@media (max-width: 1200px) {
  .contact-section__content {
    width: 100%;
    padding: 7rem;
  }
}
@media (max-width: 992px) {
  .contact-section__content {
    padding: 5rem;
  }
  .contact-section h2 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
  .contact-section__subtitle {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .contact-section__contact-text h4 {
    font-size: 1.8rem;
  }
  .contact-section__contact-text p {
    font-size: 1.6rem;
  }
  .contact-section__rgpd-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-section__content {
    padding: 3.5rem;
  }
  .contact-section h2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .contact-section__subtitle {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .contact-section__contact-text h4 {
    font-size: 1.6rem;
  }
  .contact-section__contact-text p {
    font-size: 1.5rem;
  }
  .contact-section .gravity-form {
    padding: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .contact-section__content {
    padding: 2.5rem;
    border-radius: 15px;
  }
  .contact-section h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .contact-section__subtitle {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .contact-section__contact-text h4 {
    font-size: 1.5rem;
  }
  .contact-section__contact-text p {
    font-size: 1.4rem;
  }
  .contact-section__contact-icon img {
    width: 30px;
  }
  .contact-section .gravity-form {
    padding: 2rem;
  }
}
@media (max-width: 992px) {
  .helium-section {
    padding: 7rem 0;
  }
  .helium-section__content {
    margin-top: 3rem;
  }
  .helium-section h2 {
    font-size: 4.5rem;
    line-height: 5rem;
    text-align: center;
  }
  .helium-section__subtitle {
    font-size: 2.2rem;
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  .helium-section__button {
    margin: 0 auto;
    display: block;
  }
  .helium-section__image {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .helium-section {
    padding: 5rem 0;
  }
  .helium-section h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: center;
  }
  .helium-section__subtitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .helium-section__image {
    max-height: 500px;
    min-height: 250px;
  }
}
@media (max-width: 576px) {
  .helium-section {
    padding: 4rem 0;
  }
  .helium-section h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    text-align: center;
  }
  .helium-section__subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .helium-section__image {
    max-height: 400px;
    min-height: 200px;
  }
  .helium-section__button {
    font-size: 1.6rem;
    padding: 0.8rem 1.2rem;
  }
  .helium-section__button:after {
    width: 18px;
    height: 14px;
    margin-left: 8px;
  }
}
@media (max-width: 1200px) {
  .footer-main__menus {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  .footer-main__logo img {
    max-width: 180px;
  }
  .footer-main__menus {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 100%;
    margin-left: 0;
  }
  .footer-main__menu h4 {
    font-size: 2rem;
  }
  .footer-main__menu li, .footer-main__menu a {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .footer-main {
    align-items: center;
    text-align: center;
    gap: 3rem;
  }
  .footer-main__logo img {
    max-width: 200px;
  }
  .footer-main__menus {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
  }
  .footer-main__menu h4 {
    font-size: 2rem;
  }
  .footer-main__menu li, .footer-main__menu a {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .footer-main__menus {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-main__menu h4 {
    font-size: 1.8rem;
  }
  .footer-main__menu li, .footer-main__menu a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 576px) {
  .site-footer {
    padding: 4rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .footer-bottom {
    width: 90%;
    margin-top: 4rem;
    padding: 2rem 0;
  }
}
@media (max-width: 576px) {
  .footer-bottom {
    width: 100%;
  }
  .footer-bottom p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  #mentions-legales .modal-content {
    border-radius: 15px;
  }
  #mentions-legales .btn-close {
    top: 1rem;
    right: 1rem;
    background-size: 1.2rem;
  }
  #mentions-legales .modal-header-footer {
    padding: 2rem 2rem 1rem 2rem;
  }
  #mentions-legales .modal-header-footer .modal-title {
    font-size: 2rem;
  }
  #mentions-legales .modal-body {
    padding: 1rem 2rem 2rem 2rem;
  }
  #mentions-legales .modal-body p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 576px) {
  #mentions-legales .modal-content {
    border-radius: 12px;
    margin: 1rem;
  }
  #mentions-legales .modal-header-footer {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  }
  #mentions-legales .modal-header-footer .modal-title {
    font-size: 1.8rem;
  }
  #mentions-legales .modal-body {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
  #mentions-legales .modal-body p {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
@media (max-width: 768px) {
  .contact-section .gravity-form {
    padding: 3rem;
  }
  .contact-section .gravity-form input, .contact-section .gravity-form textarea {
    padding: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .contact-section .gravity-form {
    padding: 2rem;
  }
  .contact-section .gravity-form .gform_button {
    font-size: 1.4rem !important;
    padding: 1rem 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .serious-game-section, .applications-section, .applications-secteurs-section, .realisations-section, .contact-section, .helium-section {
    text-align: center;
  }
  .realisations-section__button {
    margin: 0 auto;
  }
  .helium-section__button {
    margin: 0 auto;
  }
  .app_button {
    display: inline-block;
    margin: 0 auto;
  }
  .applications-secteurs-section h2, .applications-secteurs-section__subtitle {
    text-align: center;
  }
  .realisations-section h2, .realisations-section__subtitle {
    text-align: center;
  }
  .realisations-section__item {
    text-align: left;
  }
}
