@charset "UTF-8";
#lea {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: -1;
  opacity: .5;
  background-size: cover; }

#menu-full {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
  z-index: 100; }
  #menu-full #splide_header-list {
    align-items: center; }

.menu-full .container-fluid {
  height: 100%; }

.menu-full #rgpd label {
  font-size: 12px !important; }

.menu-full #titre-menu {
  display: flex;
  justify-content: space-between;
  margin: 0px 28px 0px;
  align-items: flex-end;
  max-height: 10vh;
  height: 90px; }
  @media (min-width: 992px) {
    .menu-full #titre-menu {
      margin: 50px 28px 50px; } }
  @media (min-width: 992px) and (max-width: 1450px) {
    .menu-full #titre-menu {
      height: 16vh !important; } }
  .menu-full #titre-menu > div {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .menu-full #titre-menu #cross-menu {
    cursor: pointer; }

.menu-full .slider {
  height: 80%;
  padding-top: 10px;
  overflow: auto; }
  @media (min-width: 992px) {
    .menu-full .slider {
      height: 100%; } }
  .menu-full .slider #splide01-track {
    height: 100%; }

.menu-full .splide {
  width: 100%; }
  .menu-full .splide .container {
    width: 90%;
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto; }
  .menu-full .splide .row {
    margin-right: 14px;
    margin-left: 14px; }
    @media (min-width: 992px) {
      .menu-full .splide .row {
        margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .menu-full .splide .lnc-m1 {
      margin-bottom: 0; } }
  .menu-full .splide .lnc-m1 a {
    padding-left: 10px;
    padding-bottom: 6px; }
    @media (min-width: 992px) {
      .menu-full .splide .lnc-m1 a {
        padding-bottom: 18px; } }
  .menu-full .splide .lnc-m1 h2 {
    padding-bottom: 20px; }
  .menu-full .splide .lnc-m1 .link-on-title {
    padding-left: 0 !important; }
    .menu-full .splide .lnc-m1 .link-on-title span {
      color: white;
      font-size: 20px; }
      @media (min-width: 992px) {
        .menu-full .splide .lnc-m1 .link-on-title span {
          font-size: 26px; } }

.menu-full form .form-line {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #97bade;
  margin-bottom: 3vh; }
  @media (max-width: 728px) {
    .menu-full form .form-line {
      display: flex;
      flex-direction: column; } }
  @media (min-width: 992px) {
    .menu-full form .form-line {
      margin-bottom: 44px; } }
  .menu-full form .form-line label {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 4px; }
  .menu-full form .form-line textarea {
    width: 100%;
    background-color: transparent;
    border: none; }
    .menu-full form .form-line textarea:placeholder {
      color: red; }
  .menu-full form .form-line :after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    border-bottom: 2px solid #c22a72; }
  .menu-full form .form-line input {
    width: 100%;
    height: 30px;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent; }
    .menu-full form .form-line input ::-webkit-input-placeholder {
      color: #999; }
    .menu-full form .form-line input ::-moz-placeholder {
      color: #999; }
    .menu-full form .form-line input :-ms-input-placeholder {
      /** notice that ie has only a single colon) */
      color: #999; }
    .menu-full form .form-line input ::-webkit-input-placeholder {
      color: #999; }
    .menu-full form .form-line input ::placeholder {
      color: #999; }
    .menu-full form .form-line input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: white; }
      .menu-full form .form-line input::-webkit-input-placeholder:focus::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: blue; }
    .menu-full form .form-line input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: white;
      opacity: 1; }
      .menu-full form .form-line input:-moz-placeholder:focus:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: blue;
        opacity: 1; }
    .menu-full form .form-line input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: white;
      opacity: 1; }
      .menu-full form .form-line input::-moz-placeholder:focus::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: blue;
        opacity: 1; }
    .menu-full form .form-line input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: white; }
      .menu-full form .form-line input:-ms-input-placeholder:focus:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: blue; }

.menu-full .lnc-m1-send {
  text-align: center; }
  .menu-full .lnc-m1-send label {
    position: relative; }
  .menu-full .lnc-m1-send input {
    padding: 10px 23px;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    text-indent: 17px;
    background-image: url("../img/send.svg");
    background-repeat: no-repeat;
    background-position: 10px 0px;
    background-position-y: center; }
  .menu-full .lnc-m1-send button {
    margin: auto;
    padding: 10px 23px;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #004f90;
    font-weight: 700;
    font-size: 18px;
    display: block; }
  .menu-full .lnc-m1-send img {
    margin-right: 11px; }

.menu-full .splide {
  position: unset; }
  .menu-full .splide .splide__track {
    height: 100%; }

.menu-full .splide__pagination {
  bottom: 4.5em; }
  @media (orientation: landscape) and (max-width: 992px) {
    .menu-full .splide__pagination {
      bottom: 1.5em; } }
  .menu-full .splide__pagination li {
    padding-left: 1px;
    padding-right: 1px; }

.menu-full .splide__pagination__page {
  opacity: 1;
  border: 1px solid white;
  background-color: transparent; }

.menu-full .splide__pagination__page.is-active {
  background-color: white;
  border: none; }

.menu-full #ilana-txt {
  text-align: center;
  margin: 20px auto;
  height: 24px; }
  @media (min-width: 992px) {
    .menu-full #ilana-txt {
      max-width: 140px; } }
  .menu-full #ilana-txt span {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite; }

.menu-full .rs-lnc {
  display: flex;
  justify-content: space-evenly;
  margin: 64px 10px 0; }
  .menu-full .rs-lnc a {
    width: 54px;
    height: 54px;
    background-color: white;
    display: flex;
    border-radius: 50%; }
  .menu-full .rs-lnc img {
    margin: auto; }

@keyframes caret {
  50% {
    border-color: transparent; } }

.menu-full .question {
  position: relative;
  cursor: pointer;
  font-size: 20px; }
  @media (min-width: 992px) {
    .menu-full .question {
      font-size: 26px; } }

.menu-full .accordeon-cont {
  padding-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s; }
  @media (orientation: landscape) {
    .menu-full .accordeon-cont {
      padding-top: 4px; } }

.menu-full .accordeon {
  padding: 0 0px 20px 20px;
  line-height: 22px; }
  .menu-full .accordeon a {
    padding-bottom: 3vh !important; }
    @media (orientation: landscape) and (max-width: 992px) {
      .menu-full .accordeon a {
        padding-bottom: 2vh !important; } }

.menu-full #prevnext {
  display: none; }

.menu-full .only-desk {
  display: none; }

textarea::placeholder {
  color: white;
  font-family: 'Poppins', sans-serif; }

.ilana {
  width: 148px;
  height: 180px;
  background-image: url("../img/mascotte_lnc.svg");
  position: relative;
  background-size: contain;
  margin: auto;
  animation-name: bounce-2;
  animation-timing-function: ease;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  margin-top: 24px; }
  .ilana p {
    text-align: center; }

.wrapper {
  position: absolute;
  top: 42%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 77px;
  display: flex;
  justify-content: space-between;
  transform: translate3d(-50%, -70%, 0); }

.eye {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 5px solid #14FDA1;
  border-radius: 100%;
  animation: eye 4.5s infinite; }

@keyframes eye {
  0%,
  5%,
  30%,
  37%,
  100% {
    height: 20px;
    transform: translate3d(0, 0, 0); }
  3%,
  33% {
    height: 0;
    transform: translate3d(0, -50%, 0); } }

@keyframes eyes {
  0%,
  20% {
    transform: translate3d(-100%, -50%, 0); }
  21%,
  40%,
  81%,
  100% {
    transform: translate3d(-50%, -50%, 0); }
  41%,
  60% {
    transform: translate3d(0, -50%, 0); }
  61%,
  80% {
    transform: translate3d(-50%, 0, 0); } }

@keyframes bounce-2 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }

nav {
  height: 80px;
  display: flex;
  justify-content: space-between; }
  nav #menufill {
    width: 39px; }
  nav .logo-lnc {
    width: 72px;
    height: 72px; }
  nav .container-fluid {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px; }

@media (min-width: 992px) {
  .formdc {
    width: 30%;
    padding-right: 11vw; }
  #men2 {
    width: 87% !important; }
    #men2 .row > div {
      width: 32%; } }
    @media (min-width: 992px) and (max-width: 1450px) {
      #men2 .row > div {
        padding: 0 25px; } }
  @media (min-width: 992px) and (max-width: 1450px) {
    #men2 .content {
      width: 100%; } }

@media (min-width: 992px) {
  .menu-full #titre-menu {
    display: flex;
    height: 20vh;
    margin: 0 100px 0 155px;
    max-height: unset; }
    .menu-full #titre-menu h1 {
      font-size: 99px;
      line-height: 91px; }
    .menu-full #titre-menu img {
      height: min-content; }
  .menu-full .slider {
    margin-left: 155px;
    margin-right: 37px;
    padding-top: 50px; } }
  @media (min-width: 992px) and (max-width: 1450px) {
    .menu-full .slider {
      padding-top: 23px; } }

@media (min-width: 992px) {
  .menu-full .show-menu {
    visibility: initial;
    width: 80% !important; }
  .menu-full .accordeon-cont {
    padding-left: 22px; }
    .menu-full .accordeon-cont a {
      line-height: 29px; }
  .menu-full .content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 !important; }
    .menu-full .content .row {
      margin-right: 0px;
      margin-left: 0px; }
    .menu-full .content h2 {
      font-size: 26px; }
  .menu-full .accordeon-cont {
    max-height: unset; }
  .menu-full .question {
    cursor: default; }
  .menu-full .splide__list {
    height: 80vh; }
  .menu-full #robot {
    position: absolute;
    visibility: initial; } }
  @media (min-width: 992px) and (max-width: 1450px) {
    .menu-full #robot {
      left: 86%; } }
  @media (min-width: 992px) and (min-width: 1450px) {
    .menu-full #robot {
      right: 21px;
      bottom: 86px; } }

@media (min-width: 992px) {
  .menu-full .rs-lnc {
    flex-direction: column;
    align-items: center;
    height: 128px;
    margin: 0;
    justify-content: space-between; }
  .menu-full #prevnext {
    display: block;
    visibility: initial;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    cursor: pointer;
    font-weight: 700; }
    .menu-full #prevnext #next:after {
      content: url("../img/next.svg");
      position: relative;
      top: 3px;
      padding: 0 24px; }
    .menu-full #prevnext #prev:before {
      content: url("../img/prev.svg");
      position: relative;
      top: 3px;
      padding: 0 24px; }
  .menu-full #men2 .row {
    display: flex; }
  .menu-full #men2 .only-desk {
    display: block; }
    .menu-full #men2 .only-desk h3 {
      margin: 0;
      font-size: 20px; }
    .menu-full #men2 .only-desk p {
      font-size: 20px;
      margin: 0 0 35px; }
    .menu-full #men2 .only-desk a {
      text-decoration: underline; }
    .menu-full #men2 .only-desk #menu-legal {
      margin-bottom: 20px; } }

nav {
  position: fixed;
  width: 100vw;
  z-index: 5;
  opacity: 1;
  transition-duration: 0.5s;
  transition-function: ease-in-out; }

.nav-bg:after {
  content: "";
  opacity: .95;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  background-color: #004F90; }

.fade {
  opacity: 0; }

#robot .content {
  display: flex;
  flex-direction: column; }

#splide_header-slide03 .container {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

@media (min-width: 992px) {
  .container-desktop {
    display: flex;
    justify-content: space-between;
    max-width: 1234px;
    width: 133%;
    margin-left: auto; }
  #men1 .row {
    width: 520px; } }

.menu-titre {
  display: flex;
  justify-content: space-between; }
  .menu-titre:after {
    background-color: #3674a8;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 96%;
    top: 46%;
    left: 0; }
    @media (min-width: 992px) {
      .menu-titre:after {
        display: none; } }
  .menu-titre .arrow-menu-container {
    z-index: 5;
    padding: 10px;
    background: #3674a8;
    height: 13px;
    width: 13px;
    border-radius: 6px; }
    @media (min-width: 992px) {
      .menu-titre .arrow-menu-container {
        display: none; } }
  .menu-titre a {
    z-index: 5;
    padding: 0 10px 0 0; }
    @media (max-width: 992px) {
      .menu-titre a {
        background-color: #004F90; } }
    @media (min-width: 992px) {
      .menu-titre a {
        font-size: 26px; } }
  .menu-titre .arrow-menu {
    background-image: url(/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 13px;
    width: 13px; }
  .menu-titre.active .arrow-menu {
    background-image: url("/img/up-arrow.svg"); }

#header-acc {
  background-color: #014e8f;
  text-align: center;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden; }
  #header-acc #titre-hero {
    padding-top: 66px;
    margin-bottom: 5%;
    z-index: 2; }
    #header-acc #titre-hero p {
      font-size: 18px; }

.t0 {
  top: 0; }

.l0 {
  left: 0; }

.r0 {
  right: 0; }

.b0 {
  bottom: 0; }

#metier {
  max-width: 500px;
  margin: auto;
  text-align: center; }
  #metier ul {
    list-style: none;
    padding: 0;
    padding-top: 100%;
    position: relative; }
    #metier ul li {
      cursor: pointer; }
    #metier ul .box-title {
      position: relative;
      height: 100%;
      background-color: #E0EBF5; }
    #metier ul .box {
      width: 48%;
      height: 48%;
      position: absolute; }
      #metier ul .box span {
        opacity: 0;
        position: absolute;
        top: 19%;
        padding: 0 3%;
        text-align: left;
        font-size: 3px;
        left: 50% !important;
        transform: translateX(-50%);
        width: 75%;
        height: 262px; }
    #metier ul h3 {
      margin: 0;
      margin-top: 10px;
      left: 26px;
      top: 61%;
      position: absolute;
      font-size: 18px;
      color: #004F90;
      line-height: 22px;
      font-weight: 700;
      text-align: left; }
    #metier ul img {
      position: absolute;
      top: 5%;
      right: 22px;
      height: 22px; }

h2 {
  color: #004F90;
  padding-bottom: 14px; }

.fullbox .box-title {
  z-index: 2; }

.fullbox .box-titre,
.fullbox .box-svg {
  z-index: 3; }

.fullbox .box-title {
  -webkit-animation: fullbox 1.6s ease-in-out both;
  animation: fullbox 1.6s ease-in-out both; }

.fullbox .box-titre h3 {
  -webkit-animation: hmove 1.6s ease-in-out both;
  animation: hmove 1.6s ease-in-out both; }

.fullbox .box-titre {
  -webkit-animation: htaille 1.6s ease-in-out both;
  animation: htaille 1.6s ease-in-out both; }

.fullbox .box-svg {
  -webkit-animation: cimg 1.6s ease-in-out both;
  animation: cimg 1.6s ease-in-out both; }

.fullbox .box-svg img {
  -webkit-animation: dimg 1.6s ease-in-out both;
  animation: dimg 1.6s ease-in-out both; }

.fullbox span {
  -webkit-animation: pappar 1.6s ease-in-out both;
  animation: pappar 1.6s ease-in-out both; }

@-webkit-keyframes fullbox {
  0% {
    width: 48%;
    height: 48%; }
  33% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }

@keyframes fullbox {
  0% {
    width: 48%;
    height: 48%; }
  33% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }

@-webkit-keyframes hmove {
  33% {
    top: 64%; }
  66% {
    top: 4%; }
  100% {
    top: 4%; } }

@keyframes hmove {
  33% {
    top: 64%; }
  66% {
    top: 4%; }
  100% {
    top: 4%; } }

@-webkit-keyframes htaille {
  33% {
    transform: translateY(0%); }
  66% {
    transform: translateY(-57%); }
  100% {
    transform: translateY(-57%); } }

@keyframes htaille {
  33% {
    width: 48%;
    height: 48%; }
  66% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }

@-webkit-keyframes cimg {
  33% {
    width: 48%;
    height: 48%; }
  66% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }

@keyframes cimg {
  33% {
    width: 48%;
    height: 48%; }
  66% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }

@-webkit-keyframes dimg {
  33% {
    top: 5%; }
  66% {
    top: 86%; }
  100% {
    top: 86%; } }

@keyframes dimg {
  33% {
    top: 5%; }
  66% {
    top: 86%; }
  100% {
    top: 86%; } }

@-webkit-keyframes pappar {
  66% {
    font-size: 16px;
    opacity: 0; }
  100% {
    font-size: 16px;
    opacity: 1; } }

@keyframes pappar {
  66% {
    font-size: 16px;
    opacity: 0; }
  100% {
    font-size: 16px;
    opacity: 1; } }

.slide-in-blurred-left1 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s both; }

.slide-in-blurred-left2 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s both; }

.slide-in-blurred-left3 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 1.4s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 1.4s both; }

.slide-in-blurred-left4 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 2.1s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 2.1s both; }

.slide-in-blurred-left5 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 2.8s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 2.8s both; }

.slide-in-blurred-left6 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 3.5s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 3.5s both; }

.slide-in-blurred-left7 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 4.2s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 4.2s both; }

.slide-in-blurred-left8 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 4.9s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 4.9s both; }

.slide-in-blurred-left9 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 5.6s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 5.6s both; }

.slide-in-blurred-left10 {
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 6.3s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 6.3s both; }

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

#exp1 {
  background-image: url("../img/bg/gifrose.gif"); }
  #exp1 > div {
    background: #9C379E6E; }

#exp2 {
  background-image: url("../img/bg/gifbleu.gif"); }
  #exp2 > div {
    background: #27479799; }

#exp3 {
  background-image: url("../img/bg/gifgreen.gif"); }
  #exp3 > div {
    background: #48A30066; }

#exp4 {
  background-image: url("../img/bg/gifjauneorange.gif"); }
  #exp4 > div {
    background: #E8B22C; }

.exp {
  background-size: cover;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 20px;
  transition-duration: 0.5s;
  transition-function: ease-in-out; }
  .exp:hover {
    filter: drop-shadow(2px 4px 6px #cccccc); }
  .exp .expbg {
    padding: 0px !important; }
  .exp .expimg {
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat; }
  .exp .exp-contain {
    padding: 24px; }
  .exp > div {
    padding: 24px; }
  .exp h3 {
    margin: 0;
    color: white;
    text-align: left; }
  .exp .etiket {
    text-align: left; }
  .exp span {
    text-align: left;
    color: white;
    background-color: #ffffff33;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 5px;
    line-height: 42px;
    margin-right: 5px; }
  .exp .circle-container {
    margin: 12px 0;
    display: flex; }
  .exp .circle {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 50%;
    margin-right: 6px; }
  .exp .btn-container {
    text-align: left; }
  .exp .btn-lnc {
    background: aliceblue;
    background-color: white;
    display: inline-block;
    padding: 8px 17px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700; }

#testimonial {
  z-index: 5;
  overflow: hidden;
  background-color: #2a7fc9;
  color: white;
  text-align: center;
  font-size: 16px;
  position: relative; }
  #testimonial video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #testimonial .person {
    width: 272px;
    margin: 67px auto 40px; }
    #testimonial .person h3 {
      font-size: 26px;
      margin-bottom: 22px;
      line-height: 32px; }
    #testimonial .person p {
      margin: 0;
      line-height: 24px; }
  #testimonial .temoignage {
    text-align: left;
    margin: 0 26px; }
  #testimonial p {
    padding: 0 30px 0 15px;
    margin: 0; }
  #testimonial .splide__pagination {
    padding: 44px 0;
    position: relative; }
    #testimonial .splide__pagination li {
      padding: 0 18px; }
      #testimonial .splide__pagination li button {
        transform: scale(1.4);
        background-color: #0E1F49; }
      #testimonial .splide__pagination li .is-active {
        background-color: white; }

.temoignage::-webkit-scrollbar {
  width: 1px; }

.temoignage::-webkit-scrollbar * {
  background: transparent; }

.temoignage::-webkit-scrollbar-track {
  background: #ffffff8c;
  background-clip: padding-box;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

@media (min-width: 1200px) {
  #metier ul {
    width: 44%; } }

@media (min-width: 992px) {
  #header-acc {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    #header-acc #terra {
      height: 96%; }
      #header-acc #terra video {
        width: auto; }
    #header-acc #titre-hero {
      margin-bottom: 5%; }
    #header-acc ul {
      max-width: 1250px;
      justify-content: space-between; }
      #header-acc ul li {
        width: 27%; }
  #metier {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: unset !important; }
    #metier > div {
      width: 46%;
      text-align: left; }
    #metier ul {
      width: 44%;
      padding-top: 40% !important; }
      #metier ul span {
        padding: 0 15% !important; }
  #exp1 .expimg {
    background-image: url("../img/exp_mobile_planche.png"); }
  #exp2 .expimg {
    background-image: url("../img/exp-desktopecrans.png"); }
  #exp3 .expimg {
    background-image: url("../img/exp_commercants.png"); }
  #exp4 .expimg {
    background-image: url("../img/exp_commercants.png"); } }

body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.5; }
  @media (min-width: 992px) {
    body {
      font-size: 20px;
      line-height: 1.7; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: 'Poppins', sans-serif; }

input,
textarea {
  font-family: 'Poppins', sans-serif; }

h1,
.h1 {
  margin: 0;
  font-size: 42px;
  line-height: 48px; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 92px;
      line-height: 104px; } }

h2,
.h2 {
  margin: 0;
  font-size: 20px;
  color: #000; }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 40px; } }

h3 {
  margin: 22px 0 0 0; }

@media (max-width: 992px) {
  .h40 {
    font-size: 40px !important; } }

p {
  margin: 0 0 20px 0; }

@media (min-width: 992px) {
  span,
  p {
    font-size: 18px; } }

a {
  text-decoration: none;
  display: block;
  color: #fff; }

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

input,
textarea {
  outline: none;
  color: white; }

.despoin {
  pointer-events: none; }

.mbo {
  margin-bottom: 0px; }

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

.font-weight-bold {
  font-weight: bold; }

.color-first {
  color: #004F90; }

.col-black {
  color: #000 !important; }

.col-white {
  color: #fff !important; }

.col-blue {
  color: #004F90; }

.bclair {
  color: #97bade; }

.bdark {
  color: #0E1F49; }

.bg-blue {
  background-color: #004F90; }

.bg-white {
  background-color: white; }

.slider {
  display: flex;
  margin-bottom: 30px; }

.cap {
  text-transform: uppercase; }

.mb25 {
  margin-bottom: 25px !important; }

.smh2 h2 {
  font-size: 1.17em; }

.change-consent {
  cursor: pointer; }

.block {
  padding-top: 60px !important;
  padding-bottom: 30px !important; }
  @media (min-width: 992px) {
    .block {
      padding-top: 150px !important; } }

.para-fixed {
  position: fixed;
  top: 0; }

.container-text {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1200px) {
    .container-text {
      padding-left: 50px;
      padding-right: 50px; } }

.menu-absolute {
  margin: 0;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700; }
  @media (min-width: 992px) {
    .menu-absolute {
      font-size: 99px;
      line-height: 91px; } }

.tag {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #0E1F49;
  margin-top: 15px;
  margin-left: 8px; }
  @media (orientation: landscape) and (max-width: 992px) {
    .tag {
      margin-top: 7px; } }
  .tag .htag {
    color: #004F90;
    font-size: 12px; }

.clic {
  cursor: pointer; }

.disp-none {
  display: none !important; }

.but {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #004F90; }

.certif {
  position: relative; }
  .certif img {
    margin: auto;
    padding-bottom: 90px; }
    @media (min-width: 992px) {
      .certif img {
        height: 22vh; } }

#modal-real {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000d9;
  z-index: 7; }
  #modal-real #modal-big-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  #modal-real #close-modal {
    right: 27px;
    background-color: #004f90d9; }
    @media (min-width: 992px) {
      #modal-real #close-modal {
        right: -34px; } }
  #modal-real #show-infmodal {
    left: 27px;
    background-color: #ffffffd9; }
    @media (min-width: 992px) {
      #modal-real #show-infmodal {
        left: -32px; } }
    #modal-real #show-infmodal div {
      background-image: url(../img/info.svg);
      width: 17px;
      height: 31px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    #modal-real #show-infmodal.active div {
      background-image: url(../img/img.svg); }
  #modal-real .btn-modal {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32px;
    line-height: 0;
    padding: 9px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    z-index: 10; }
    @media (min-width: 992px) {
      #modal-real .btn-modal {
        top: -32px; } }
  #modal-real #modal-container {
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (orientation: landscape) and (max-width: 992px) {
      #modal-real #modal-container {
        height: 85%; } }
    #modal-real #modal-container figure {
      display: flex;
      margin: 0;
      justify-content: center; }
      @media (min-width: 992px) {
        #modal-real #modal-container figure {
          height: 100%; } }
      @media (orientation: landscape) and (max-width: 992px) {
        #modal-real #modal-container figure {
          height: 100%; } }
      @media (min-width: 992px) {
        #modal-real #modal-container figure #bloc-btn-desk {
          height: 100%;
          display: flex;
          position: relative; }
          #modal-real #modal-container figure #bloc-btn-desk img.disp-none + .btn-modal {
            right: -145px; } }
    #modal-real #modal-container img {
      margin: 0 auto;
      max-height: 100%; }
      @media (min-width: 992px) {
        #modal-real #modal-container img {
          object-fit: cover; } }
    @media (max-width: 992px) {
      #modal-real #modal-container .disp-mod {
        display: none; } }
    #modal-real #modal-container #infos-sup {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media (min-width: 992px) {
        #modal-real #modal-container #infos-sup {
          position: absolute;
          width: 100%; } }
      #modal-real #modal-container #infos-sup #infos-sup-content {
        background-color: #004F90;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
        border-radius: 17px;
        margin: auto;
        padding: 30px;
        width: 70%;
        color: white; }

#realisation {
  position: relative;
  padding-top: 60px !important;
  padding-bottom: 30px !important; }
  @media (min-width: 992px) {
    #realisation {
      padding-top: 112px !important; } }
  #realisation ul {
    width: 75%;
    height: 66vh;
    text-align: left; }
    @media (orientation: landscape) and (max-width: 992px) {
      #realisation ul {
        width: 45%; } }
    @media (min-width: 992px) {
      #realisation ul {
        width: 100%; } }
    #realisation ul a {
      display: initial; }
    #realisation ul img {
      vertical-align: bottom;
      height: 90%;
      object-fit: cover; }
    #realisation ul li {
      margin-right: 20px; }
  #realisation .splide__pagination {
    display: none; }

.lncroll {
  overflow-y: scroll; }

.lncroll::-webkit-scrollbar {
  width: 12px; }

.lncroll::-webkit-scrollbar-thumb {
  background-color: #ffffff; }

.ismob {
  display: block; }

.isdesk {
  display: none; }

@media (min-width: 1000px) {
  .ismob {
    display: none; }
  .isdesk {
    display: block; } }

.header-page {
  color: white;
  text-align: center;
  background-color: #004F90;
  padding: 0 18px; }
  .header-page .header-page-contain {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .header-page .titre {
    z-index: 1;
    margin-top: 16vh; }
    .header-page .titre h1 {
      margin-bottom: 25px;
      font-size: 50px;
      line-height: 64px; }
      @media (min-width: 992px) {
        .header-page .titre h1 {
          font-size: 70px;
          line-height: 84px; } }
    .header-page .titre .slogan {
      display: none; }
  .header-page .accroche {
    font-size: 16px;
    display: flex;
    flex-direction: column; }
    .header-page .accroche span {
      font-weight: 700;
      margin-bottom: 0; }
    .header-page .accroche p:not(.main-btn) {
      margin: 0; }
    .header-page .accroche h3 {
      cursor: pointer; }
  .header-page .illustration figure {
    display: flex !important;
    margin: 0;
    height: 100%;
    max-height: 500px;
    width: 100%; }
    .header-page .illustration figure img {
      object-fit: contain;
      object-position: bottom; }

@media (min-width: 992px) and (max-width: 1460px) {
  .header-page .header-page-contain {
    width: 95% !important; }
    .header-page .header-page-contain h1 {
      font-size: 50px;
      line-height: 66px;
      text-align: left; }
  .header-page .accroche {
    max-width: 540px;
    width: 540px; } }

@media (min-width: 992px) {
  .header-page {
    height: 90vh;
    justify-content: flex-end; }
    .header-page .header-page-contain {
      margin-right: 13vw;
      min-height: unset;
      height: 100%;
      width: 80%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 10px;
      grid-auto-rows: minmax(100px, auto); }
    .header-page .titre {
      grid-column: 1 / 3;
      grid-row: 1 / 3; }
    .header-page .accroche {
      max-width: 480px;
      grid-column: 3;
      grid-row: 1 / 5;
      text-align: left;
      justify-content: center;
      padding-bottom: 0;
      z-index: 6; }
    .header-page .illustration {
      grid-column: 1 / 3;
      grid-row: 3 / 5;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
  .slogan {
    display: block !important;
    font-size: 20px; } }

.para_splide {
  padding: 0px 36px;
  color: black; }
  .para_splide h3 {
    font-size: 16px;
    font-weight: 700; }
  .para_splide p {
    font-size: 16px; }
  .para_splide .splide__pagination {
    position: relative; }
    .para_splide .splide__pagination .splide__pagination__page {
      transform: scale(1.4);
      border: 1px solid #0E1F49;
      background-color: transparent; }
    .para_splide .splide__pagination .is-active {
      background: #004F90;
      border: none; }
  .para_splide li {
    padding: 0 2px; }
  .para_splide .splide__arrows {
    display: none; }

.paragr_scx .paral-bg:after {
  content: "";
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover; }

.paragr_scx .paral-fond:after {
  opacity: 0; }

.paragr_scx img {
  pointer-events: none; }

.paragr_scx .slide-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%; }
  .paragr_scx .slide-container .slide_contain {
    max-width: 650px; }
    @media (min-width: 992px) {
      .paragr_scx .slide-container .slide_contain {
        max-width: 850px; } }

#section-visibilite .encadre {
  background-image: url(../img/bg/gifrose.gif); }

@media (min-width: 992px) {
  #section-visibilite img {
    width: 850px;
    right: -114px; } }

#section-visibilite .slide-container {
  background-image: url(../img/page/strategie-bg.jpg);
  background-color: none; }

#section-revenus .encadre {
  background-image: url(../img/bg/gifgreen.gif); }

@media (min-width: 992px) {
  #section-revenus img {
    bottom: -103px;
    width: 714px;
    right: -127px; } }

#section-gestion .encadre {
  background-image: url(../img/bg/gifbleu.gif); }
  @media (min-width: 992px) {
    #section-gestion .encadre {
      width: auto !important; } }

@media (min-width: 992px) {
  #section-gestion img {
    width: 600px;
    bottom: 0px;
    right: -81px; } }

#section-gestion .slide-container {
  background-image: url(../img/page/strategie-bg.jpg);
  background-color: none; }

#section-contenus .encadre {
  background-image: url(../img/bg/gifjauneorange.gif); }
  @media (min-width: 992px) {
    #section-contenus .encadre {
      width: auto !important; } }

@media (min-width: 992px) {
  #section-contenus img {
    width: 600px;
    bottom: 0px;
    right: -81px; } }

#section-contenus .slide-container {
  background-image: url(../img/page/strategie-bg.jpg);
  background-color: none; }

@media (min-width: 992px) {
  .paragr_simple {
    height: 90vh; } }

@media (max-width: 992px) {
  .paragr_simple img {
    width: 80%;
    z-index: -1;
    max-width: 300px;
    object-fit: contain; } }

.paragr_simple .parag_megacontainer {
  padding: 100px 40px 140px; }
  @media (min-width: 992px) {
    .paragr_simple .parag_megacontainer {
      width: 80%;
      margin: auto; } }

@media (min-width: 992px) {
  .paragr_simple .parag_container {
    margin: auto;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .paragr_simple .parag_megacontainer {
    padding-top: 135px; } }

@media (min-width: 992px) {
  .force-column {
    break-before: column; } }

@media (max-width: 992px) {
  .force-column {
    display: none; } }

@media (min-width: 992px) {
  .parag_megacontainer {
    margin-top: 0px;
    display: flex;
    margin-left: auto;
    align-items: center;
    width: 96%; } }
  @media (min-width: 992px) and (min-width: 1500px) {
    .parag_megacontainer {
      width: 86%; } }

.parag_megacontainer .parrow {
  padding: 20px 0px 0; }

.parag_megacontainer .encadre {
  overflow: hidden;
  background-size: cover;
  border-radius: 20px;
  margin-top: 90px;
  justify-content: center;
  align-items: center;
  display: flex; }
  @media (min-width: 992px) {
    .parag_megacontainer .encadre {
      width: 300px;
      min-width: 250px;
      min-height: 250px;
      margin: 0;
      margin-right: 86px; } }
  .parag_megacontainer .encadre h2 {
    text-align: center;
    font-size: 28px;
    padding: 15px 24px; }
    @media (min-width: 992px) {
      .parag_megacontainer .encadre h2 {
        font-size: 34px;
        width: 75%;
        padding: 28px;
        text-align: left; } }
  @media (min-width: 992px) and (min-width: 1500px) {
    .parag_megacontainer .encadre h2 {
      font-size: 42px; } }

#xp3 h2 {
  font-size: 36px; }

.parag_contain {
  position: relative;
  display: grid;
  --space: 15vw;
  gap: var(--space);
  grid-auto-columns: 85vw;
  grid-auto-flow: column;
  overflow-x: auto; }

.parag_contain::-webkit-scrollbar {
  width: 1px; }

.parag_contain::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 12px; }

.parag_contain::-webkit-scrollbar * {
  background: transparent; }

.parag_contain::-webkit-scrollbar-track {
  background: #0003;
  background-clip: padding-box;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.par-shadow {
  width: 45%;
  height: calc(100% - 18px);
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(to right, transparent 0%, #ffffffc2 90%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #ffffff 100%); }

.parall-slider2:before {
  content: ' ';
  height: 100vh;
  width: 100vw;
  background-color: red;
  position: absolute; }

.fullheight {
  height: 133vh; }
  .fullheight:last-child {
    height: 100vh; }

.parallstat {
  position: static; }

* .parall-slider {
  background-color: white; }
  * .parall-slider .paral-content {
    z-index: 1; }

.setopacity {
  background-color: #ffffffe3; }

#section_media_src .slide-container {
  background-image: url("../img/page/desktop.jpg"); }

#section_ecommerce_src .slide-container {
  background-image: url("../img/page/mobile.jpg"); }

#section_unity_src .slide-container {
  background-image: url("../img/page/maintenance.jpg"); }

#apropos .parall-slider:nth-child(4n-2) .slide-container {
  background-image: url("../img/page/handshake.jpg");
  background-color: none; }

@media (max-width: 992px) {
  #nos-expertises .header-page .titre {
    margin-top: 11vh; } }

@media (max-width: 992px) {
  #nos-expertises .encadre {
    margin-top: 40px; }
    @supports (-webkit-touch-callout: none) {
      #nos-expertises .encadre {
        margin-top: 110px; } } }

#nos-expertises .parag_container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px; }

#nos-expertises .container-text {
  display: flex; }

#nos-expertises .setwhite {
  background-color: white; }

#nos-expertises .expcadre {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 992px) {
    #nos-expertises .expcadre {
      height: 100vh;
      width: 100%; } }

#nos-expertises .compteur {
  position: relative;
  text-align: center; }
  @media (max-width: 992px) {
    #nos-expertises .compteur {
      padding-bottom: 16px; } }

@media (max-width: 992px) {
  #nos-expertises .parag_contain {
    height: 66vh;
    overflow-y: hidden; }
  #nos-expertises .paral-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #nos-expertises img {
    z-index: -1; } }

@media (min-width: 992px) {
  #nos-expertises #xp2 {
    padding: 0px 14px; } }

.animation {
  margin: 0;
  height: auto;
  width: 100%;
  pointer-events: none;
  display: flex; }
  @media (orientation: landscape) and (max-width: 992px) {
    .animation {
      height: 53vh;
      position: absolute;
      left: 0%;
      bottom: 0;
      z-index: -1;
      max-width: initial; } }
  @media (min-width: 992px) {
    .animation {
      max-width: 700px;
      max-height: 42vh;
      align-items: end;
      padding-bottom: 10px; } }
  @media (min-width: 992px) {
    .animation svg {
      max-height: 42vh; } }

.compteur {
  position: absolute;
  bottom: 4px; }
  @media (orientation: landscape) and (max-width: 992px) {
    .compteur {
      right: 4px; } }
  @media (min-width: 992px) {
    .compteur {
      display: none; } }
  @media (max-width: 992px) {
    .compteur p {
      display: inline-block;
      padding: 10px 20px;
      background-color: #E0EBF5;
      border-radius: 10px; } }

.paragr_scx .parall-slider:nth-child(4n) .paral-content {
  background-color: white; }

.paragr_scx .strat-bg:after {
  background-image: url("../img/page/strategie-bg.jpg"); }

.paragr_scx section {
  height: 133vh;
  width: 100vw; }
  .paragr_scx section:last-child {
    height: 100vh; }
  .paragr_scx section .paral-content {
    min-height: 100vh;
    width: 100%;
    position: relative; }

.imgdte {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 73%;
  max-height: 28vh; }
  @media (min-width: 992px) {
    .imgdte {
      max-width: 40vw;
      max-height: unset; } }

@media (min-width: 992px) {
  .parag_container {
    width: 1050px;
    display: flex; }
  .parag_contain {
    padding-right: 350px;
    gap: 8vw;
    grid-auto-columns: 24vw; }
  .fin-shadow {
    display: none;
    width: 45px;
    background: linear-gradient(to left, transparent 0%, #ffffff 100%); } }

.hdeco {
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hdeco:after {
    content: ' ';
    position: absolute;
    width: 32px;
    top: -3px;
    left: calc(50% - 16px);
    height: 32px;
    background-color: #E0EBF5;
    border-radius: 50%;
    transform: translateZ(-1px); }
  .hdeco svg {
    max-height: 50px;
    margin-left: 20px; }

.opacite {
  opacity: 0; }

@supports not (-webkit-touch-callout: none) {
  .flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; } }

@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(400px) rotateX(90deg) scale3d(1.2, 1.2, 1.2); }
  50% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: perspective(400px) rotateX(-20deg) scale3d(1, 1, 1);
    transform: perspective(400px) rotateX(-20deg) scale3d(1, 1, 1); }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(400px) rotateX(0deg) scale3d(1, 1, 1); } }

@media (min-width: 992px) {
  .desk-cont {
    width: 962px;
    margin: auto; }
  .hdeco:after {
    content: ' ';
    top: 6px; } }

@media (min-width: 992px) {
  #display-testimo {
    position: relative;
    margin-bottom: 10vh; }
    #display-testimo #testimonial {
      width: 470px;
      max-width: 50%;
      position: absolute;
      top: 142px;
      right: 0;
      max-height: 90vh;
      overflow-y: auto; }
  #realisation li {
    width: 20% !important; } }

.header-content h1 {
  color: white; }

.header-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 6px 26px; }
  @media (orientation: landscape) and (max-width: 992px) {
    .header-content ul {
      max-width: 50%;
      margin: auto; } }
  @media (min-width: 992px) {
    .header-content ul {
      display: flex;
      align-items: flex-start; } }
  .header-content ul li {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .header-content ul li {
        text-align: left;
        margin-bottom: 26px; } }
    .header-content ul li span {
      color: white;
      font-size: 14px;
      margin: 10px 0 16px 0;
      max-width: 570px; }
      @media (min-width: 992px) {
        .header-content ul li span {
          font-size: 16px;
          margin-top: 0px; } }
    @media (min-width: 992px) {
      .header-content ul li h2 {
        font-size: 18px; } }

.main-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #0E1F49;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 12px;
  border: 0; }
  @media (min-width: 992px) {
    .main-btn {
      margin: 0 auto 6px 0; } }
  @media (max-width: 992px) {
    .main-btn {
      margin: auto; } }
  .main-btn:hover {
    background: rgba(255, 255, 255, 0.21);
    color: white; }

.fixed-bg {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw; }

#haut {
  height: 2000px;
  background-color: red; }

#bas {
  height: 2000px;
  background-color: blue; }

.prem {
  position: relative !important; }

.oop {
  position: relative;
  z-index: auto;
  height: 10px;
  background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%); }

.parall300 {
  height: 300vh; }

.parall400 {
  height: 400vh; }

.paral-items {
  text-align: center; }
  .paral-items .main-btn {
    margin-top: 30px;
    background: #004F90;
    color: white; }
    .paral-items .main-btn:hover {
      background: #004F90; }
  .paral-items .paral-content {
    display: flex;
    flex-direction: column; }
    .paral-items .paral-content h2 {
      margin: 0px 0 15px; }
  .paral-items .container-text {
    margin-bottom: 12vh; }
  .paral-items .compteur {
    bottom: 26px; }

.paral-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#apropos .slide-container {
  flex-direction: column;
  justify-content: flex-end; }

#apropos .paral-content {
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    #apropos .paral-content {
      justify-content: flex-end; } }
  #apropos .paral-content .slide_contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: calc(100% - 180px); }
    @media (min-width: 800px) {
      #apropos .paral-content .slide_contain {
        height: 90%;
        justify-content: space-between; } }
    @media (orientation: landscape) and (max-width: 992px) {
      #apropos .paral-content .slide_contain {
        height: 86%;
        justify-content: flex-start; } }
    #apropos .paral-content .slide_contain figure {
      margin: 0;
      height: auto;
      width: 100%;
      max-width: 700px; }
      @media (orientation: landscape) and (max-width: 992px) {
        #apropos .paral-content .slide_contain figure {
          width: 100%;
          justify-content: center;
          height: 45%;
          bottom: 0;
          display: flex; } }

@supports (-webkit-touch-callout: none) {
  #apropos .illustration {
    min-width: 80%; } }

#realisations {
  padding-top: 100px; }
  #realisations .realisations-container-flex {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      #realisations .realisations-container-flex .realisation {
        flex: 0 0 33.3333%; } }
    #realisations .realisations-container-flex .realisation .realisation-contain {
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      padding: 20px; }
      #realisations .realisations-container-flex .realisation .realisation-contain .realisation-content {
        width: 100%;
        height: 100%; }
        #realisations .realisations-container-flex .realisation .realisation-contain .realisation-content span {
          margin-top: 6px; }
        #realisations .realisations-container-flex .realisation .realisation-contain .realisation-content figure {
          position: relative;
          height: 500px;
          margin: 0; }
          #realisations .realisations-container-flex .realisation .realisation-contain .realisation-content figure img {
            height: 100%;
            object-fit: cover; }

.menu-full h3,
.menu-full p,
.menu-full input,
.menu-full textarea,
.menu-full label {
  font-size: 18px !important; }

.menu-full #rgpd {
  margin-bottom: 17px;
  display: flex; }
  @media (min-width: 992px) {
    .menu-full #rgpd {
      margin-bottom: 24px; } }
  .menu-full #rgpd input {
    transform: scale(3);
    height: 47px;
    margin-left: 20px;
    margin-right: 20px; }
  .menu-full #rgpd label {
    margin-left: 26px; }

.menu-full #men2 a {
  font-size: 18px; }

.menu-full .g-recaptcha > div {
  margin: 0 auto 22px; }

.menu-full .g-recaptcha .rc-anchor-light {
  width: 100%; }

.rc-anchor-light {
  width: 100%; }

footer {
  position: relative; }
  footer input {
    color: -internal-light-dark(#5a2727, white) !important; }
  footer #nav-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px; }
  footer .logo-footer {
    top: 24px;
    left: 24px;
    background-color: #97bade; }
  footer #menufill2 {
    width: 24px;
    padding: 22px;
    background-color: #ffffff33;
    border-radius: 50%;
    height: 24px; }
    @media (min-width: 992px) {
      footer #menufill2 {
        margin-right: 20px; } }
  footer .menu-absolute {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 66px;
    width: 100%;
    padding-bottom: 28px; }
    @media (min-width: 992px) {
      footer .menu-absolute {
        padding-bottom: 56px;
        margin-top: -56px;
        width: 50%; } }
  @media (min-width: 992px) {
    footer .rs-lnc {
      position: absolute;
      padding-bottom: 70px;
      bottom: 0;
      right: 86px; }
      footer .rs-lnc a {
        background-color: #97bade !important; } }
  @media (max-width: 992px) {
    footer .rs-lnc {
      display: none !important; } }
  footer h3 {
    margin-top: 0; }
  footer p {
    margin-bottom: 6px; }
    @media (min-width: 992px) {
      footer p {
        argin-bottom: 20px; } }
  footer .splide__list {
    height: auto !important; }
  @media (min-width: 992px) {
    footer li {
      width: 50%; } }
  footer li .row {
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 992px) {
      footer li .row {
        width: 50%; } }
  footer #splide_footer .lnc-m1-send {
    padding-bottom: 70px; }
  footer #splide_footer .splide__pagination {
    bottom: 1.5em; }
  @media (min-width: 992px) {
    footer #splide_footer-slide02 {
      padding-left: 4vw;
      padding-bottom: 70px; }
      footer #splide_footer-slide02 .content {
        flex-direction: column;
        margin-left: 3vw; } }
  footer .content {
    height: 100%; }
  footer #menu-legal {
    margin: 10px 0; }
    footer #menu-legal a {
      text-decoration: underline;
      margin: 9px 0; }
      @media (min-width: 992px) {
        footer #menu-legal a {
          margin: 30px 0; } }

#ilana-container {
  transform: scale(0.85); }

.parag_column {
  columns: 1 1px;
  height: 55vh;
  column-gap: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 30px; }
  @media (min-width: 992px) {
    .parag_column {
      column-gap: 50px;
      height: 500px;
      -webkit-mask-image: linear-gradient(90deg, white 1%, white 55%, rgba(255, 255, 255, 0) 100%);
      columns: 2 1px; } }

.parag_scrollh::-webkit-scrollbar-track {
  background: #0003 !important;
  background-clip: padding-box !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important; }

.parag_scrollh::-webkit-scrollbar-track {
  background: #0003 !important;
  background-clip: padding-box !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important; }

.parag_scrollh::-webkit-scrollbar-thumb {
  background-color: #000 !important;
  border-radius: 12px !important;
  height: 7px !important; }

.parag_scrollh::-webkit-scrollbar {
  width: 7px !important; }

.parag_scrollh {
  scrollbar-width: auto; }

.parag_scrollh {
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin; }

@media (max-width: 992px) {
  .parag_megacontainer {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 40px; } }

.realisation .realisation-infos-container {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .realisation .realisation-infos-container .realisation-infos {
    width: 80%;
    background-color: #004f90d4;
    height: 85%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: white; }
    .realisation .realisation-infos-container .realisation-infos .realisation-infos-content {
      padding: 30px;
      text-align: center; }

.realisation:hover .realisation-infos {
  opacity: 1;
  transition: 1s ease all; }

#terra {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  overflow: hidden; }
  #terra video {
    object-fit: contain;
    height: 100%;
    width: inherit;
    background-color: #014e8f;
    transform: scale(1.01); }

@media (max-width: 992px) {
  #header-acc.mentions #terra-container {
    position: relative; } }

#header-acc.mentions #terra {
  left: 0; }
  @media (max-width: 992px) {
    #header-acc.mentions #terra {
      position: relative;
      display: flex; } }

#header-acc.mentions h1 {
  position: relative; }
  @media (max-width: 992px) {
    #header-acc.mentions h1 {
      position: absolute;
      bottom: 70px;
      text-align: center;
      font-size: 34px;
      width: 100%; } }

#header-acc.mentions #titre-hero {
  margin-bottom: 0;
  padding: 33px 40px 30px; }

#header-acc.mentions .titre-header-mentions {
  color: white;
  padding-top: 30px; }
  @media (max-width: 992px) {
    #header-acc.mentions .titre-header-mentions {
      width: 85%;
      text-align: left; } }
  #header-acc.mentions .titre-header-mentions .titre-t1 {
    font-size: 20px !important;
    margin-bottom: 7px;
    font-weight: 700; }
  #header-acc.mentions .titre-header-mentions .titre-t2 {
    margin-bottom: 0px;
    line-height: 22px; }

#mentions-content {
  margin: 100px auto;
  max-width: 1000px;
  padding: 0 40px; }
  #mentions-content h2 {
    font-size: 26px; }

.stopoverflow {
  overflow-y: hidden; }

.tstscr {
  columns: 1 1px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 30px;
  scrollbar-color: black; }

.tstscr2 {
  -webkit-overflow-scrolling: touch;
  scrollbar-color: black; }

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .parag_column {
    padding-right: 30px;
    -webkit-overflow-scrolling: touch; }
  .ios-mask {
    background-color: rgba(255, 255, 255, 0.041); }
  .ios-mask::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px; }
  .ios-mask::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(71, 7, 7, 0.5);
    box-shadow: 0 0 1px rgba(119, 49, 49, 0.5); } }

@supports not (-webkit-touch-callout: none) {
  .ios-btn {
    display: none; } }

@supports (-webkit-touch-callout: none) {
  .ios-btn {
    display: flex;
    justify-content: space-between;
    width: 149px;
    margin: 0 auto;
    padding-bottom: 32px; }
    @media (min-width: 992px) {
      .ios-btn {
        margin-left: 0; } }
    @media (min-width: 500px) and (max-width: 992px) {
      .ios-btn {
        margin: 50px auto; } } }

@supports (-webkit-touch-callout: none) {
  .parag_scrollh {
    height: 45vh; }
  .compteur {
    display: none; }
  .compteurios {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 71px;
    text-align: center; }
    .compteurios p {
      display: inline-block;
      padding: 10px 20px;
      background-color: #e0ebf5;
      border-radius: 10px; } }

@supports not (-webkit-touch-callout: none) {
  .compteurios {
    display: none; } }

.btnscoll {
  background-color: white;
  padding: 8px 15px;
  border-radius: 5%;
  color: #0E1F49;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer; }

@media (max-width: 992px) {
  .header-404 {
    justify-content: center !important; } }

@media (max-width: 992px) {
  .header-404 #terra {
    top: 25%; } }

.header-404 .titre {
  margin-top: 0; }

.g-recaptcha > div {
  margin: 0 auto 13px; }

@media (min-width: 992px) and (max-width: 1460px) {
  #men1 .menu-titre a {
    padding-bottom: 2vh; }
  .accordeon {
    padding-bottom: 0; }
  #rgpd {
    margin-bottom: 6px !important; }
  .g-recaptcha {
    transform: scale(0.7); }
    .g-recaptcha > div {
      margin: 0 !important; } }

.cta {
  margin-top: 30px;
  padding: 7px 47px;
  border-radius: 5px;
  background-color: #004f90;
  cursor: pointer;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: Poppins, sans-serif; }

.cta-mod {
  width: 100%;
  margin-top: 16px;
  background-color: white;
  border: 0;
  padding: 17px 0;
  border-radius: 5px;
  color: #004F90;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer; }
  @media (max-width: 992px) {
    .cta-mod {
      font-size: 16px; } }
  .cta-mod a {
    color: #004F90; }

#site-web-mod {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000d9;
  z-index: 7; }
  #site-web-mod #site-web-mod-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 992px) {
      #site-web-mod #site-web-mod-content {
        flex-direction: column; } }
    #site-web-mod #site-web-mod-content #typesite-container {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 75%;
      height: 70%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      position: relative; }
      @media (max-width: 992px) {
        #site-web-mod #site-web-mod-content #typesite-container {
          width: 90%;
          height: auto;
          padding: 10px 0 5px; } }
      #site-web-mod #site-web-mod-content #typesite-container > li {
        padding: 0 18px;
        width: 33%;
        text-align: center; }
        @media (max-width: 992px) {
          #site-web-mod #site-web-mod-content #typesite-container > li {
            width: 100%;
            padding: 0px; } }
        #site-web-mod #site-web-mod-content #typesite-container > li .img-opt {
          width: 60px;
          height: 60px;
          margin: auto;
          border-radius: 50%;
          background-color: white;
          margin-top: -52px; }
          #site-web-mod #site-web-mod-content #typesite-container > li .img-opt:hover + .infobulle {
            opacity: 1; }
          #site-web-mod #site-web-mod-content #typesite-container > li .img-opt > div {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%; }
          #site-web-mod #site-web-mod-content #typesite-container > li .img-opt img {
            width: 27px;
            margin-top: 12px; }
        #site-web-mod #site-web-mod-content #typesite-container > li .option-container {
          background: #f0f8ff;
          padding: 22px;
          margin-top: 50px;
          position: relative; }
          @media (max-width: 992px) {
            #site-web-mod #site-web-mod-content #typesite-container > li .option-container {
              margin: 50px 12px 0;
              padding: 18px 6px 0; } }
          #site-web-mod #site-web-mod-content #typesite-container > li .option-container .infobulle {
            position: absolute;
            top: -14px;
            font-size: 16px;
            font-weight: bolder;
            right: -50px;
            background-color: white;
            padding: 3px 12px;
            border-radius: 7px;
            box-shadow: 0px -1px 1px #f0f8ff;
            opacity: 0;
            z-index: 4; }
          #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain {
            background: aliceblue;
            padding: 12px; }
            @media (min-width: 992px) {
              #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain {
                transition: 1s ease all; }
                #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain:hover .option-hover {
                  transition: 1s ease all;
                  height: 200px; } }
            #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain .option-hover {
              transition: 1s ease all;
              height: 0;
              margin-top: 10px;
              background: white;
              text-align: left;
              overflow: hidden; }
              @media (max-width: 992px) {
                #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain .option-hover {
                  height: 200px; } }
              #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain .option-hover .option-content {
                padding: 18px; }
                @media (max-width: 992px) {
                  #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain .option-hover .option-content {
                    font-size: 8px; } }
                #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain .option-hover .option-content span {
                  font-weight: 700;
                  font-size: 15px;
                  padding-bottom: 12px;
                  display: block; }
                #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain .option-hover .option-content ul {
                  font-size: 14px;
                  list-style: disc;
                  overflow: auto;
                  height: 128px; }
                  @media (max-width: 992px) {
                    #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain .option-hover .option-content ul {
                      padding-inline-start: 22px;
                      height: 149px;
                      font-size: 12px; } }
            #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain > p {
              font-size: 30px;
              font-weight: 800;
              margin: 0; }
              @media (max-width: 992px) {
                #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain > p {
                  font-size: 20px; } }
              #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain > p sup {
                font-size: 13px;
                position: relative;
                vertical-align: baseline;
                top: -6px; }
              #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain > p + p {
                font-size: 16px; }
                @media (max-width: 992px) {
                  #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain > p + p {
                    font-size: 14px; } }
            #site-web-mod #site-web-mod-content #typesite-container > li .option-container .option-contain p {
              color: #0E1F49; }
    #site-web-mod #site-web-mod-content #close-modal-cta {
      right: -13px;
      background-color: #004f90d9;
      top: -32px;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -35px;
      line-height: 0;
      padding: 9px;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      z-index: 10;
      cursor: pointer; }
      #site-web-mod #site-web-mod-content #close-modal-cta img {
        object-fit: cover;
        margin: 0 auto;
        max-height: 100%; }

.fdc {
  min-height: 100vh; }
  .fdc #splide_formul-slide02 .content {
    justify-content: flex-start; }
  .fdc #splide_formul-slide02 h3 {
    margin-top: 10px; }
  .fdc #splide_formul-slide02 .mvt {
    margin-top: 80px; }
  .fdc .offre {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px; }
  .fdc .txt-offre {
    display: block;
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
    text-align: center; }

#site-web-mod.site_media .mod_commerce,
#site-web-mod.site_media .mod_vitrine {
  display: none; }

#site-web-mod.site_media #typesite-container {
  width: 40%; }
  #site-web-mod.site_media #typesite-container .mod_media {
    width: 400px; }

#site-web-mod.site_vitrine .mod_commerce,
#site-web-mod.site_vitrine .mod_media {
  display: none; }

#site-web-mod.site_commerce .mod_vitrine,
#site-web-mod.site_commerce .mod_media {
  display: none; }

#site-web-mod.site_commerce #typesite-container {
  width: 40%; }
  #site-web-mod.site_commerce #typesite-container .mod_commerce {
    width: 400px; }

@media (min-width: 992px) {
  #vitrine1 {
    margin-left: 90px; } }

@media (min-width: 992px) {
  #vitrine3 {
    margin-right: 90px; } }

#mod_pagination {
  width: 90%;
  background: white;
  padding-bottom: 11px; }
  @media (min-width: 992px) {
    #mod_pagination {
      display: none; } }
  #mod_pagination #mod_pagination_content {
    padding: 10px 21px;
    display: flex;
    justify-content: space-evenly; }
    #mod_pagination #mod_pagination_content .go_pagination {
      background-color: #97bade;
      width: 20px;
      height: 20px;
      margin-right: 8px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      #mod_pagination #mod_pagination_content .go_pagination.active {
        background-color: #004F90; }
      #mod_pagination #mod_pagination_content .go_pagination span {
        color: white;
        font-size: 10px; }

@media (max-width: 992px) {
  .disp-none-mob {
    display: none; } }

#splide_formul {
  padding-top: 46px; }
  @media (max-width: 992px) {
    #splide_formul {
      padding-top: 86px; } }
  @media (max-width: 992px) {
    #splide_formul .offre {
      margin: 10px 0 25px; } }
  @media (max-width: 992px) {
    #splide_formul .txt-offre {
      font-size: 18px;
      line-height: 20px; } }
  @media (max-width: 992px) {
    #splide_formul input,
    #splide_formul textarea,
    #splide_formul label {
      font-size: 14px !important; } }
  @media (max-width: 992px) {
    #splide_formul #rgpd {
      margin-bottom: 0; } }
  @media (max-width: 992px) {
    #splide_formul .g-recaptcha {
      transform: scale(0.7); } }
  #splide_formul .form-line {
    margin-bottom: 16px; }
    @media (max-width: 992px) {
      #splide_formul .form-line {
        margin-bottom: 12px; } }
  @media (max-width: 992px) {
    #splide_formul label.bclair {
      line-height: 7px; } }
  #splide_formul .splide__pagination {
    bottom: 2.5em; }

@media (max-width: 992px) {
  /* On annule le fixed sur mobile pour éviter les blocs blancs et superpositions */
  .parall-slider .slide-container.fixed {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    min-height: 80vh;
    background-attachment: scroll !important;
    /* Vital pour iOS/Android */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center; }
  /* On s'assure que le contenu est visible */
  .paral-content {
    opacity: 1 !important;
    position: relative;
    padding: 40px 20px; }
  .parall-slider, .slide-container {
    /* Force le rendu par la carte graphique */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden; } }
