body.sticked-header {
  padding-top: 120px;
}

.header {
  top: 0;
  width: 100%;
  z-index: 22;
  transition: all 0.35s ease-out;
  position: fixed;
  box-shadow: 0px 0px 13.8px 6.2px rgba(0, 0, 0, 0.04);
}
.header.fixed {
  background-color: #fff !important;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.06);
}
.header.fixed .main-nav ul li.has-child:after {
  filter: invert(18%) sepia(30%) saturate(23%) hue-rotate(97deg) brightness(47%) contrast(90%);
}
.header.fixed .sign-box a.login {
  color: #1a2342;
}
.header .tools-head {
  margin-left: 70px;
}
.header.sty2-header .second {
  display: none;
}
.header.sty2-header.fixed .logo-box .first {
  display: none;
}
.header.sty2-header.fixed .logo-box .second {
  display: block;
}

body.menu-opened header {
  background-color: #fff !important;
}

.menu-toogle {
  margin-left: 50px;
}
.menu-toogle .line {
  height: 16px;
  width: 21px;
  position: relative;
}
.menu-toogle .line span {
  background-color: #18193c;
  width: 19px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.2s ease-out;
}
.menu-toogle .line span:before, .menu-toogle .line span:after {
  background-color: #18193c;
  content: "";
  display: block;
  height: 2px;
  right: 0;
  width: 21px;
  position: absolute;
  transition: all 0.35s ease-out;
}
.menu-toogle .line span:before {
  top: -7px;
}
.menu-toogle .line span:after {
  bottom: -7px;
}
.menu-toogle .text {
  font-size: 8px;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

@media (min-width: 992px) {
  .header {
    box-shadow: none;
  }
  .header.fixed .py-lg-40 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .main-nav > ul {
    padding: 0;
    margin: 0;
  }
  .main-nav > ul > li {
    list-style: none;
    margin: 0 20px;
  }
  .main-nav > ul > li a {
    font-size: 14.9px;
    font-weight: 600;
  }
  .main-nav > ul > li.has-child.open > a {
    color: #ff6600;
  }
  .main-nav > ul > li.has-child.open > a:after {
    transform: rotate(180deg);
  }
  .main-nav > ul > li.has-child.open .mega-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .main-nav > ul > li.has-child > a {
    position: relative;
    display: block;
    padding-right: 25px;
  }
  .main-nav > ul > li.has-child > a:after {
    background-image: url("../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 15px 9px;
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    transition: all 0.35s ease-out;
  }
  .main-nav > ul > li.has-child .mega-menu {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px 0 70px;
    transform: translateY(30px);
    transition: all 0.35s ease-out;
    opacity: 0;
    visibility: hidden;
  }
  .main-nav > ul > li.has-child .mega-menu ul {
    margin: 0;
    padding: 0;
    font-weight: 300;
    list-style: none;
    font-family: "Poppins", sans-serif;
    line-height: 33px;
    letter-spacing: 0.01em;
  }
  .main-nav > ul > li.has-child .mega-menu ul li a {
    color: #87888c;
    font-weight: 400;
    font-size: 13.8px;
  }
  .main-nav > ul > li.has-child .mega-menu ul li a:hover {
    color: #ff6600;
  }
  .main-nav > ul > li:last-child {
    margin-right: 0;
  }
}
.has-drop {
  position: relative;
}
.has-drop.open .drop-menu {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.has-drop.open .drop-menu.righty {
  transform: translateX(0) translateY(0);
}

.drop-menu {
  background-color: #fff;
  box-shadow: 0px 0px 10.35px 4.65px rgba(0, 0, 0, 0.04);
  min-width: 128px;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 35px);
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  margin: 0;
  list-style: none;
  font-size: 11px;
  font-weight: 500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-out;
}
.drop-menu.righty {
  right: 0;
  left: inherit;
  transform: translateX(0) translateY(30px);
}
.drop-menu.righty:before {
  left: 85%;
}
.drop-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.drop-menu li {
  margin-bottom: 12px;
}
.drop-menu li:last-child {
  margin-bottom: 0;
}

.lang img {
  border: 1px solid #fff;
  border-radius: 50%;
}

body.overlay-opened .overlay-bg {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  body.mobile-menu-opened {
    overflow: hidden;
  }
  body.mobile-menu-opened .menu-toogle .line span {
    background-color: transparent;
  }
  body.mobile-menu-opened .menu-toogle .line span:before, body.mobile-menu-opened .menu-toogle .line span:after {
    top: 0px;
  }
  body.mobile-menu-opened .menu-toogle .line span:before {
    transform: rotate(45deg);
  }
  body.mobile-menu-opened .menu-toogle .line span:after {
    transform: rotate(-45deg);
  }
  body.mobile-menu-opened .main-nav {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  body.mobile-menu-opened .main-nav > ul > li {
    animation: fadeInUp 0.8s;
  }
  body.mobile-menu-opened .overlay-bg {
    opacity: 1;
    visibility: visible;
  }

  .main-nav {
    position: absolute;
    box-shadow: 0px 0px 13.8px 6.2px rgba(0, 0, 0, 0.04);
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(100px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-out;
  }
  .main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .main-nav > ul > li {
    border-bottom: 1px solid #eaeaed;
  }
  .main-nav > ul > li > a {
    font-size: 14.5px;
    display: block;
    padding: 20px 25px;
    font-weight: 500;
    position: relative;
  }
  .main-nav > ul > li:last-child {
    border-bottom: 0;
  }
  .main-nav > ul > li.has-child > a:after {
    background-image: url("../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 15px 8px;
    content: "";
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    transform: rotate(-90deg);
    transition: all 0.35s ease-out;
  }
  .main-nav > ul > li.has-child.open > a:after {
    transform: rotate(0);
  }
  .main-nav > ul > li.has-child.open ul {
    display: block;
  }
  .main-nav > ul > li.has-child ul {
    padding: 0 20px 15px;
    display: none;
    animation: fadeIn 1.2s;
  }
  .main-nav > ul > li.has-child ul li a {
    font-size: 12.5px;
    font-weight: 500;
    display: block;
    padding: 4px 20px;
  }
}
.pres-section {
  background: #f3f4f6;
  min-height: 855px;
  color: #1a2342;
  position: relative;
  overflow: hidden;
}
.pres-section .bloc p {
  font-family: "Poppins", sans-serif;
}
.pres-section .mobile-app {
  position: relative;
}
.pres-section .mobile-app .overlay-slide {
  padding: 45px 55px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pres-section .mobile-app .img-box {
  min-height: 35px;
}
.pres-section .services-carousel .phone-img {
  position: relative;
  z-index: 1;
}
.pres-section .services-carousel .phone-img img {
  position: relative;
}

section.section {
  position: relative;
  overflow: hidden;
}
section.section.light-gray {
  background-color: #fcfcfc;
}
section.section.gray {
  background-color: #f3f4f6;
}
section.section.white {
  background-color: #fff;
}

section.dispora-first .blank-box {
  background-color: #fcfcfc;
  width: 54.333333%;
}
section.dispora-first .bloc .actions-box .action {
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 0px 25px rgba(73, 83, 100, 0.1);
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
section.dispora-first .bloc .actions-box .action:before {
  background-color: #ff6600;
  content: "";
  height: 100%;
  transform: translateY(-100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s ease-out 0.2s;
  z-index: 1;
}
section.dispora-first .bloc .actions-box .action:after {
  background-image: url("../images/icons/arrow-r.svg");
  background-repeat: no-repeat;
  background-size: 8px 17px;
  content: "";
  display: block;
  width: 8px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  opacity: 0.3;
  transition: all 0.35s ease-out;
}
section.dispora-first .bloc .actions-box .action .icon {
  background-color: #f3f4f6;
  border-radius: 50%;
  opacity: 1;
}
section.dispora-first .bloc .actions-box .action .texte {
  opacity: 1;
}
section.dispora-first .bloc .actions-box .action .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  color: #fff;
  font-weight: 300;
  padding: 20px 45px 20px 30px;
  font-family: "Poppins", sans-serif;
  visibility: hidden;
  opacity: 0;
}
section.dispora-first .bloc .actions-box .action .hover .big-a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
section.dispora-first .bloc .actions-box .action .hover p {
  margin-bottom: 2px;
  font-weight: 400;
  transition: all 0.5s ease-in 0.1s;
  opacity: 0;
  text-align: justify;
}
section.dispora-first .bloc .actions-box .action .hover .more {
  text-align: right;
  transition: all 0.5s ease-in 0.1s;
  opacity: 0;
}
section.dispora-first .bloc .actions-box .action .hover .more a {
  font-weight: 600;
  color: #fff;
  display: inline-block;
  position: relative;
}
section.dispora-first .bloc .actions-box .action .hover .more a:after {
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  margin: 0 auto;
  display: block;
  transition: all 0.35s ease-out;
}
section.dispora-first .bloc .actions-box .action .hover .more a:hover:after {
  width: 70%;
}
section.dispora-first .bloc .actions-box .action .hover .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.2);
  right: 28px;
  margin: auto 0;
  transition: all 0.2s ease-in 0.35s;
}
section.dispora-first .bloc .actions-box .action:hover2:after {
  transform: translateX(5px);
  opacity: 0.8;
}
section.dispora-first .bloc .actions-box .action:hover:before {
  transform: translateY(0);
}
section.dispora-first .bloc .actions-box .action:hover .hover {
  opacity: 1;
  visibility: visible;
}
section.dispora-first .bloc .actions-box .action:hover .hover p {
  transform: translateY(0);
  opacity: 1;
}
section.dispora-first .bloc .actions-box .action:hover .hover .more {
  transform: translateY(0);
  opacity: 1;
}
section.dispora-first .bloc .actions-box .action:hover .hover .close {
  transform: translateY(-50%) scale(1);
}
section.dispora-first .bloc .cta {
  text-align: right;
  margin-top: 50px;
}

.p-style-orange {
  font-size: 20.8px;
  line-height: normal;
  font-weight: 600;
  color: #ff6600;
  margin-bottom: 50px;
}

.landing-section {
  background-image: url("../images/landing-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.landing-section .powered-by {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

section.solution .thumb {
  position: relative;
}
section.solution .thumb.fb:before {
  background-image: url("../images/shadow-fb.png");
  background-size: 850px 300px;
  height: 300px;
  width: 850px;
  bottom: -55px;
}
section.solution .thumb.pg:before {
  background-image: url("../images/shadow-pg.png");
  background-size: 1493px 332px;
  height: 332px;
  width: 1493px;
  bottom: -117px;
}
section.solution .thumb.cbp:before {
  background-image: url("../images/shadow-cbp.png");
  background-size: 755px 313px;
  height: 313px;
  width: 755px;
  bottom: -82px;
  left: 56px;
}
section.solution .thumb:before {
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  content: "";
  display: block;
}
section.solution .thumb img {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  section.section .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  section.dispora-first .bloc .actions-box .action:after {
    background-size: 11px 27px;
    width: 11px;
    height: 27px;
    right: 28px;
  }
  section.dispora-first .bloc .actions-box .action .hover p {
    min-height: 68px;
  }

  .landing-section .powered-by {
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  section.solution .thumb.fb:before {
    background-size: 600px 231px;
    height: 231px;
    width: 600px;
    bottom: -41px;
  }
  section.solution .thumb.cbp:before {
    background-size: 488px 202px;
    height: 202px;
    width: 488px;
    bottom: -52px;
    left: 56px;
  }
  section.solution .thumb.pg:before {
    background-size: 493px 179px;
    height: 179px;
    width: 493px;
    bottom: -47px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  color: #1a2342;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
}

a {
  text-decoration: none;
  transition: all 0.35s ease-out;
  color: #1a2342;
}
a:hover {
  color: #ff6600;
}

.orange {
  color: #ff6600;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

.row-30 {
  margin: 0 -30px;
}
.row-30 > div {
  padding: 0 30px;
}

.custom-container-md {
  max-width: 1000px;
}

.custom-container-xl {
  max-width: 1070px;
}

.white-filter {
  filter: brightness(0) invert(1);
}

.carousel-centred {
  height: inherit;
}

.sb-slider {
  max-width: 100% !important;
}

.outer-people video {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

h1,
h2 {
  color: #18193c;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.second-font {
  font-family: "Poppins", sans-serif;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.mh-360 {
  min-height: 360px;
}

.mb-40 {
  margin-bottom: 40px;
}

.filter-blue-light {
  filter: brightness(0) saturate(100%) invert(44%) sepia(11%) saturate(867%) hue-rotate(167deg) brightness(97%) contrast(87%);
}

.shadow-1 {
  box-shadow: 0px 0px 25px 0px rgba(73, 83, 100, 0.1);
}

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

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

.text-justify-left {
  text-align: justify;
  text-align-last: left;
}

.orange-color {
  color: #ff6600;
}

.blue-color {
  background-color: #18193c;
}

.gray-text {
  color: #87888c;
}

.blue-light {
  color: #525369;
}

.relative {
  position: relative;
}

.button {
  background-color: #18193c;
  display: inline-block;
  height: 44px;
  font-size: 10.3px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 43px;
  padding: 0 20px;
  transition: all 0.35s ease-out;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  border: 0;
}
.button .icon {
  transition: all 0.35s ease-out;
  transform: translateX(0);
}
.button:hover {
  background-color: #ff6600;
  color: #fff;
}
.button:hover .icon {
  transform: translateX(10px);
}
.button.blank {
  background-color: transparent;
  padding: 0;
  color: #18193c;
  height: auto;
  line-height: inherit;
}
.button.blank:hover {
  color: #ff6600;
}
.button.closer .icon {
  margin-right: 13px;
}
.button.ex-b {
  font-weight: 800;
}
.button.no-translate:hover .icon {
  transform: translateX(0);
}
.button.lowercase {
  text-transform: initial;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  letter-spacing: normal;
}
.button.orange {
  background-color: #ff6600;
}
.button.orange:hover {
  background-color: #cc5200;
}

.sub-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.555;
}

.row-55 {
  --bs-gutter-x: 55px;
}

.intro-texte {
  text-align: center;
}
.intro-texte h1 {
  font-weight: 700;
  margin-bottom: 15px;
}
.intro-texte h2 {
  margin-bottom: 20px;
}

.scroll-down {
  background-color: #18193c;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
}
.scroll-down span {
  transform: scale(0.6);
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.slick-dots li {
  margin: 0 3px;
  width: auto;
  height: auto;
}
.slick-dots li button {
  background-color: #18193c;
  height: 8px;
  width: 8px;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
  transition: all 0.35s ease-out;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #ff6600;
  border-color: #ff6600;
}
.slick-dots li:hover button {
  background-color: #ff6600;
}

.bloc-texte {
  background-color: #fff;
  padding: 40px 32px;
  box-shadow: 0px 0px 25px rgba(73, 83, 100, 0.1);
  font-weight: 400;
}
.bloc-texte h3 {
  color: #ff6600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: center;
}
.bloc-texte ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Poppins", sans-serif;
}
.bloc-texte ul li {
  line-height: 1.485;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.bloc-texte ul li:before {
  background-image: url("../images/icons/list-icon.svg");
  background-repeat: no-repeat;
  background-size: 17px 17px;
  display: block;
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  top: 1.5px;
  left: 0;
  transform: scale(0.8);
  transform-origin: center;
}

.ul-style ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.ul-style ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
.ul-style ul li:before {
  font-family: "icomoon" !important;
  content: "\e904";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 16px;
}

.bloc-logo-texte {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1.591;
  color: #525369;
  text-align: justify;
}
.bloc-logo-texte .logo-box {
  margin-bottom: 25px;
}

.bloc-ul .ul-style {
  color: #525369;
}
.bloc-ul .ul-style ul {
  font-weight: 400;
}
.bloc-ul .ul-style ul li:last-child {
  margin-bottom: 0;
}

.tabs-box .tabs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-box .tabs-list li {
  padding-left: 4px;
}
.tabs-box .tabs-list li a {
  background-color: #fff;
  font-size: 16.6px;
  font-weight: 600;
  color: #18193c;
  display: block;
  height: 85px;
  position: relative;
  transition-property: color;
}
.tabs-box .tabs-list li a:before {
  background-color: #fff;
  height: 9px;
  position: absolute;
  top: -9px;
  width: 100%;
  display: block;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.tabs-box .tabs-list li a.active {
  box-shadow: 0px -17px 24px 0px rgba(0, 0, 0, 0.04);
  z-index: 2;
}
.tabs-box .tabs-list li a.active:before {
  opacity: 1;
  visibility: visible;
}
.tabs-box .tabs-list li a:hover {
  color: black;
}
.tabs-box .tabs-list li:first-child {
  padding-left: 0;
}
.tabs-box .tab-content {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 70px;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  display: none;
}
.tabs-box .tab-content.active {
  display: block;
}
.tabs-box .tab-content.clearing .bloc {
  position: relative;
}
.tabs-box .tab-content.clearing .bloc .tooltik {
  position: absolute;
  z-index: 2;
}
.tabs-box .tab-content.clearing .bloc .tooltik.one {
  top: 70px;
  left: -55px;
}
.tabs-box .tab-content.clearing .bloc .tooltik.two {
  top: 70px;
  left: calc(38% + 2px);
}
.tabs-box .tab-content.clearing .bloc .tooltik.three {
  top: 50%;
  right: 30px;
}
.tabs-box .tab-content.clearing .bloc .tooltik.four {
  bottom: -45px;
  left: calc(38% + 5px);
}
.tabs-box .tab-content.clearing .bloc .tooltik.five {
  bottom: -45px;
  left: -62px;
}

a.big-link {
  background-color: #fff;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
  display: block;
  min-height: 100px;
  position: relative;
}
a.big-link:after {
  background-image: url("../images/icons/arrow-r.svg");
  background-repeat: no-repeat;
  background-size: 11px 27px;
  content: "";
  display: block;
  width: 11px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  opacity: 0.3;
  transition: all 0.35s ease-out;
}
a.big-link:hover {
  filter: grayscale(100%);
}
a.big-link:hover:after {
  right: 30px;
}

.box-style-1 {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(73, 83, 100, 0.1);
  padding: 60px 30px 45px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.box-style-1 .title {
  background-color: #eaeaea;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  height: 47px;
  line-height: 46px;
  max-width: 236px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -23px;
}
.box-style-1 .logo-box {
  margin-bottom: 48px;
}
.box-style-1 .illusration {
  margin-bottom: 20px;
  min-height: 130px;
}
.box-style-1 p {
  line-height: 20.83px;
  text-align: center;
}
.box-style-1 .read-more {
  bottom: -20px;
  right: 42px;
}

.read-more.ball {
  background-color: #ff6600;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
}
.read-more.ball span {
  transform: scale(0.7);
  transition: all 0.35s ease-out;
}
.read-more.ball:hover {
  background-color: #18193c;
}
.read-more.blue {
  background-color: #18193c;
}
.read-more.blue:hover {
  background-color: #ff6600;
}

.carousel-centred {
  --bs-gutter-x: 1rem;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.carousel-centred .item {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  height: auto;
}

.dots-mt-30 .slick-dots {
  margin-top: 30px;
}

.overlay-bg {
  background-color: rgba(236, 236, 236, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 19;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-out;
}

.bloc-pricing {
  position: relative;
}
.bloc-pricing .read-more {
  bottom: -20px;
  right: 30px;
}

.tool-tip {
  background-color: #ebeef4;
  border-radius: 3px;
  color: #18193c;
  padding: 10px;
  position: relative;
  min-width: 192px;
  font-size: 13px;
}
.tool-tip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #ebeef4 transparent transparent;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  left: -9px;
}
.tool-tip.boldy {
  text-transform: uppercase;
}

body.modal-opened .overlay-bg {
  z-index: 29;
}

.modal-box {
  background-color: #fff;
  max-width: 820px;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  margin: 0 auto;
  padding: 65px 12px 12px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-out;
  z-index: 99;
}
.modal-box iframe {
  width: 100%;
  height: 230px;
}
.modal-box .close-modal {
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer;
  font-size: 16px;
  opacity: 0.9;
  transition: all 0.35s ease-out;
}
.modal-box .close-modal:hover {
  color: #ff6600;
}
.modal-box.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

@media (min-width: 992px) {
  h2 {
    font-size: 44px;
  }

  .fw-lg-bold {
    font-weight: 700;
  }

  .w-xl-92 {
    width: 92%;
  }

  .vh-lg-100 {
    height: 100vh;
  }

  .mh-lg-auto {
    min-height: auto;
  }

  .bg-lg-transparent {
    background: none !important;
  }

  .button {
    height: 68px;
    font-size: 15.2px;
    line-height: 67px;
    padding: 0 35px 0 30px;
  }
  .button.wider {
    padding: 0 50px 0 30px;
  }
  .button.blank {
    background-color: transparent !important;
    padding: 0;
    color: #18193c;
    height: auto;
    line-height: inherit;
  }
  .button.blank:hover {
    color: #ff6600;
  }
  .button.closer .icon {
    margin-right: 13px;
  }
  .button.ex-b {
    font-weight: 800;
  }
  .button.lowercase {
    height: 42px;
    line-height: 40px;
  }

  .bloc-texte ul li {
    padding-left: 30px;
  }
  .bloc-texte ul li:before {
    transform: scale(1);
  }

  .carousel-centred {
    --bs-gutter-x: 1.5rem;
  }

  .box-style-1 .read-more {
    bottom: -26px;
  }

  .read-more.ball {
    height: 52px;
    width: 52px;
  }
  .read-more.ball span {
    transform: scale(1);
  }

  .scroll-down {
    width: 57px;
    height: 57px;
  }
  .scroll-down span {
    transform: scale(1);
  }

  a.big-link {
    min-height: 130px;
  }

  .tabs-box .tab-content {
    min-height: 400px;
  }

  .ul-style ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 23px;
  }
  .ul-style ul li:before {
    font-size: 19px;
  }

  .modal-box {
    padding: 68px 30px 30px;
  }
  .modal-box .close-modal {
    font-size: 20px;
    right: 30px;
  }
  .modal-box iframe {
    height: 430px;
  }
}
.tooltik {
  background-color: #ebeef4;
  height: 36px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 3px;
}
.tooltik.top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ebeef4 transparent;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltik.right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 7px;
  border-color: transparent transparent transparent #ebeef4;
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tooltik .bloc-pricing .read-more {
  bottom: -26px;
}

@media (max-width: 991px) {
  .bloc-logo-texte .logo-box img {
    max-width: 70%;
  }

  a.big-link:after {
    transform: scale(0.7);
  }

  .scale-xs-07 {
    transform: scale(0.7);
  }

  .tabs-box .tab-content {
    display: block !important;
  }
}
.loader {
  width: 42px;
  height: 18px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-out;
}
.loader.show {
  opacity: 1;
  visibility: visible;
}

.loader::before, .loader::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10%);
  top: 0;
  background: #ff6600;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  animation: jump 0.2s ease-in infinite alternate;
}

.loader::after {
  background: #0000;
  color: #18193c;
  top: 100%;
  box-shadow: 32px -20px, -32px -20px;
  animation: split 0.2s ease-out infinite alternate;
}

@keyframes split {
  0% {
    box-shadow: 8px -20px, -8px -20px;
  }
  100% {
    box-shadow: 32px -20px, -32px -20px;
  }
}
@keyframes jump {
  0% {
    transform: translate(-50%, -150%);
  }
  100% {
    transform: translate(-50%, 10%);
  }
}
label {
  letter-spacing: 0.04em;
}

.input-text,
select {
  height: 45px;
}

button:hover, button:focus,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none;
  border: 0;
}

.input-text,
select,
textarea {
  background-color: #f4f5f6;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 13.9px;
  font-weight: 500;
  color: #969696;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}

textarea {
  height: 128px;
}

select {
  appearance: none;
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 16px 9px;
  background-position: top 50% right 20px;
}

.radio input:checked + label i::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.radio label i {
  background-color: #f4f5f6;
  border-radius: 4px;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  position: relative;
}
.radio label i::before {
  background-color: #18193c;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-out;
}
.radio label a {
  color: #ef7e3b;
  text-decoration: underline;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?vkk45y");
  src: url("../fonts/icomoon/icomoon.eot?vkk45y#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?vkk45y") format("truetype"), url("../fonts/icomoon/icomoon.woff?vkk45y") format("woff"), url("../fonts/icomoon/icomoon.svg?vkk45y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list-icon:before {
  content: "\e904";
}

.icon-close-icon:before {
  content: "\e900";
}

.icon-cbp-icon:before {
  content: "\e901";
}

.icon-fb-icon:before {
  content: "\e902";
}

.icon-pg-icon:before {
  content: "\e903";
}

body.solutions header {
  background-color: transparent;
}
body.solutions.frontbrand .button:hover {
  background-color: #00aeff;
}
body.solutions.frontbrand .presentation-solution h1 span {
  color: #00aeff;
}
body.solutions.frontbrand .scroll-down:hover {
  background-color: #00aeff;
}
body.solutions.frontbrand .ul-style ul li:before {
  color: #00aeff;
}
body.solutions.frontbrand .tabs-box .tabs-list li a.active, body.solutions.frontbrand .tabs-box .tabs-list li a:hover {
  color: #00aeff;
}
body.solutions.cbp .button:hover {
  background-color: #00bfd8;
}
body.solutions.cbp .presentation-solution h1 span {
  color: #00bfd8;
}
body.solutions.cbp .scroll-down:hover {
  background-color: #00bfd8;
}
body.solutions.cbp .ul-style ul li:before {
  color: #00bfd8;
}
body.solutions.cbp .tabs-box .tabs-list li a.active, body.solutions.cbp .tabs-box .tabs-list li a:hover {
  color: #00bfd8;
}
body.solutions.payment-gateway .button:hover {
  background-color: #79c62d;
}
body.solutions.payment-gateway .presentation-solution h1 span {
  color: #79c62d;
}
body.solutions.payment-gateway .scroll-down:hover {
  background-color: #79c62d;
}
body.solutions.payment-gateway .ul-style ul li:before {
  color: #79c62d;
}
body.solutions.payment-gateway .tabs-box .tabs-list li a.active, body.solutions.payment-gateway .tabs-box .tabs-list li a:hover {
  color: #79c62d;
}

.small-nav {
  background-color: #fff;
  position: fixed;
  width: 56px;
  border-radius: 30px;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.06);
  z-index: 9;
  padding: 20px 0 24px;
  top: 300px;
  right: 9px;
  transform-origin: right;
  transform: scale(0.8);
}
.small-nav > a {
  margin-bottom: 25px;
  transition: none;
  font-size: 20px;
  transition: all 0.35s ease-out;
}
.small-nav > a.active, .small-nav > a:hover {
  color: #ff6600;
}
.small-nav > a:last-child {
  margin-bottom: 0;
}

.presentation-solution {
  background-image: url("../images/bg-arrows.png");
  background-repeat: no-repeat;
  background-position: center right 58%;
  background-color: #f3f3f3;
  position: relative;
  z-index: 1;
}
.presentation-solution .scroll-down {
  bottom: -28.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.presentation-solution .intro-texte {
  text-align: center;
}
.presentation-solution .bloc-illustration .illustration {
  margin-bottom: 42px;
}
.presentation-solution .bloc {
  margin-top: 30px;
}

section.solution-utilities {
  background-color: #fcfcfc;
  position: relative;
}
section.solution-utilities .tab-content.active .bloc {
  animation: slideUp 0.7s;
}
section.solution-utilities .tab-content.active .bloc-ul {
  animation: slideUp 1s;
}

section.solution-try-demo {
  background-color: #f3f4f6;
  padding-top: 180px;
  margin-top: -98px;
}

section.solutions-more-products {
  background-color: #fff;
  position: relative;
}
section.solutions-more-products .container {
  position: relative;
  z-index: 1;
}
section.solutions-more-products:after {
  background-color: #18193c;
  display: block;
  content: "";
  height: 38%;
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.solutions-more-products h2 {
  text-align: center;
}

.solutions-group {
  padding-bottom: 65px;
  position: relative;
}
.solutions-group:after {
  background-color: #18193c;
  display: block;
  content: "";
  height: 128px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.solutions-group .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .presentation-solution {
    min-height: 850px;
    background-position: center right -200%;
  }

  .small-nav {
    transform: scale(1);
  }
}
.footer {
  background-color: #fff;
  padding-bottom: 22px;
}
.footer .link {
  text-decoration: underline;
  color: #ff6600;
  text-decoration: underline;
}
.footer .link:hover {
  text-decoration: none;
}
.footer .sec .bloc {
  padding-left: 15px;
}
.footer .bloc {
  font-weight: 500;
}
.footer .bloc .devidor {
  height: 22px;
}
.footer .bloc .h2 {
  font-weight: 700;
}
.footer .bloc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .bloc ul li {
  line-height: 1.167;
  padding: 2px 0;
}
.footer .bloc ul li a {
  display: inline-block;
  line-height: 19.45px;
}
.footer .bottom-footer .solutions-box a img,
.footer .bottom-footer .solutions-box div img {
  opacity: 0.4;
}
.footer .bottom-footer p {
  line-height: normal;
  margin: 0;
  text-align: center;
  color: #5e717e;
}
.footer .coordonnes {
  font-weight: 700;
}
.footer .coordonnes p {
  margin: 0;
}
.footer .coordonnes .social-box {
  margin-top: 18px;
}
.footer .coordonnes .social-box a {
  margin-right: 12px;
}
.footer .coordonnes .social-box a:last-child {
  margin-right: 0;
}

@keyframes slideUp {
  0% {
    transform: translateY(90px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes arrowBtnAnimation {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(10px);
    opacity: 0.7;
  }
}
.ls-40 {
  letter-spacing: 0.04em;
}

.fs-10 {
  font-size: 10px;
}

.z-index-2 {
  z-index: 2;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12.3px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.fs-25 {
  font-size: 25px;
}

.fs-32 {
  font-size: 32px;
}

.w-21 {
  width: 21px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-10 {
  margin-left: 10px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.pt-35 {
  padding-top: 35px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-50 {
  padding-top: 50px;
}

.py-22 {
  padding-bottom: 22px;
  padding-top: 22px;
}

.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.my-18 {
  margin: 18px 0;
}

.ml-auto {
  margin-left: auto;
}

.w-50px {
  width: 50px;
  height: 50px;
}

.scale-06 {
  transform: scale(0.6);
}

.scale-08 {
  transform: scale(0.8);
}

.mh-100 {
  min-height: 100px;
}

.mh-130 {
  min-height: 130px;
}

.mt-min-70 {
  margin-top: -70px;
}

.mt-min-50 {
  margin-top: -50px;
}

.lh-1-5 {
  line-height: 1.5;
}

.max-width-80 {
  max-width: 80%;
}

.max-width-85 {
  max-width: 85%;
}

.ls-50 {
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .fs-xl-11 {
    font-size: 11px;
  }

  .fs-xl-13 {
    font-size: 13px !important;
  }

  .fs-xl-14 {
    font-size: 14px !important;
  }

  .fs-xl-15 {
    font-size: 15px;
  }

  .fs-xl-16 {
    font-size: 16px;
  }

  .fs-xl-17 {
    font-size: 16.8px;
  }

  .fs-xl-18 {
    font-size: 18px;
  }

  .fs-xl-19 {
    font-size: 19px;
  }

  .fs-xl-20 {
    font-size: 20px;
  }

  .fs-xl-21 {
    font-size: 21px;
  }

  .fs-xl-22 {
    font-size: 22px;
  }

  .fs-xl-25 {
    font-size: 25px;
  }

  .fs-xl-27 {
    font-size: 27px;
  }

  .fs-xl-30 {
    font-size: 30px;
  }

  .fs-xl-34 {
    font-size: 34px;
  }

  .lh-xl-1-2 {
    line-height: 1.2;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .fs-lg-14 {
    font-size: 13.8px;
  }

  .fs-xl-40 {
    font-size: 40px;
  }

  .fs-xl-44 {
    font-size: 44px;
  }

  .fs-xl-48 {
    font-size: 48px;
  }

  .fs-xl-50 {
    font-size: 50px;
  }

  .fs-xl-62 {
    font-size: 62px;
  }

  .mt-xl-35 {
    margin-top: 35px;
  }

  .mt-xl-min-65 {
    margin-top: -65px;
  }

  .mt-xl-min-95 {
    margin-top: -95px;
  }

  .mt-xl-40 {
    margin-top: 40px;
  }

  .ml-xl-45 {
    margin-left: 45px;
  }

  .ml-xl-50 {
    margin-left: 50px;
  }

  .mb-xl-10 {
    margin-bottom: 10px;
  }

  .mb-xl-15 {
    margin-bottom: 15px;
  }

  .mb-xl-20 {
    margin-bottom: 20px;
  }

  .mb-xl-25 {
    margin-bottom: 25px;
  }

  .mb-xl-30 {
    margin-bottom: 30px;
  }

  .mb-xl-35 {
    margin-bottom: 35px;
  }

  .mb-xl-45 {
    margin-bottom: 45px;
  }

  .mb-xl-60 {
    margin-bottom: 60px;
  }

  .mb-xl-70 {
    margin-bottom: 70px;
  }

  .mb-xl-80 {
    margin-bottom: 80px;
  }

  .mb-xl-90 {
    margin-bottom: 90px;
  }

  .mr-xl-20 {
    margin-right: 20px;
  }

  .mr-xl-25 {
    margin-right: 25px;
  }

  .pr-lg-90 {
    padding-right: 90px;
  }

  .pt-xl-55 {
    padding-top: 55px;
  }

  .pb-xl-55 {
    padding-bottom: 55px;
  }

  .pt-xl-60 {
    padding-top: 60px;
  }

  .pb-xl-60 {
    padding-bottom: 60px;
  }

  .pt-xl-80 {
    padding-top: 80px;
  }

  .pt-xl-110 {
    padding-top: 110px;
  }

  .pt-xl-130 {
    padding-top: 130px;
  }

  .pt-xl-150 {
    padding-top: 150px;
  }

  .pt-xl-190 {
    padding-top: 190px;
  }

  .pb-xl-60 {
    padding-bottom: 60px;
  }

  .pb-xl-40 {
    padding-bottom: 40px;
  }

  .pb-xl-70 {
    padding-bottom: 70px;
  }

  .pb-xl-80 {
    padding-bottom: 80px;
  }

  .pb-xl-110 {
    padding-bottom: 110px;
  }

  .pb-xl-130 {
    padding-bottom: 130px;
  }

  .pt-xl-70 {
    padding-top: 70px;
  }

  .pt-xl-85 {
    padding-top: 85px;
  }

  .py-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .py-xl-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .w-lg-29 {
    width: 29px;
  }

  .w-lg-193 {
    width: 193px;
  }

  .w-lg-78 {
    width: 78px;
    height: 78px;
  }

  .scale-lg-1 {
    transform: scale(1);
  }

  .mh-lg-150 {
    min-height: 150px;
  }

  .px-xl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-xl-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .px-xl-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .px-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-xl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-xl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-xl-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .pl-xl-110 {
    padding-left: 110px;
  }

  .pr-xl-50 {
    padding-right: 50px;
  }

  .w-xl-21 {
    width: 21px;
  }

  .w-xl-25 {
    width: 25px;
  }

  .w-xl-29 {
    width: 29px;
  }

  .w-xl-210 {
    width: 210px;
  }

  .mw-xl-290 {
    min-width: 290px;
  }

  .w-xl-32 {
    width: 32px;
  }

  .w-xl-33 {
    width: 33px;
  }

  .w-xl-38 {
    width: 38px;
  }

  .w-xl-67 {
    width: 67px;
  }

  .w-xl-71 {
    width: 71px;
  }

  .max-width-lg-100 {
    max-width: 100%;
  }

  .h-xl-690 {
    height: 690px;
  }
}
.key-facts {
  background-color: #fcfcfc;
  box-shadow: 0px 0px 25px 0px rgba(73, 83, 100, 0.1);
  position: relative;
}

section.siege {
  background-color: #fcfcfc;
  overflow: hidden;
}

/*
* PAGE DISPORA
*/
.bg-box-dispora {
  background-image: url("../images/diaspora-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 170px;
}

/*
* PAGE sandbox
*/
body.body-sandbox footer .middle-container {
  display: none;
}

.cms-sandbox section.sandbox {
  background-image: url("../images/sandbox-bg-arrows.png");
  background-position: top 0 right -400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ef7e3b;
}
.cms-sandbox section.sandbox .bloc {
  color: #fff;
}
.cms-sandbox section.sandbox .illust-bloc {
  position: relative;
}
.cms-sandbox section.sandbox .illust-bloc .items .tool-tip {
  position: absolute;
  left: 50px;
}
.cms-sandbox section.sandbox .illust-bloc .items .tool-tip:first-child {
  top: 0;
}
.cms-sandbox section.sandbox .illust-bloc .items .tool-tip:nth-child(2) {
  top: 40%;
}
.cms-sandbox section.sandbox .illust-bloc .items .tool-tip:nth-child(3) {
  bottom: 4%;
}

@media (min-width: 992px) {
  section.siege .map-pin:after {
    left: 40px;
    bottom: -94px;
  }

  .bg-box-dispora {
    min-height: 402px;
  }
}

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