@charset "UTF-8";
/**
 * VARIABLES
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700");
/**
 * MIXINS
 */
/*@import "compass/css3";*/
/**
 * ANIMATIONS
 */
@-webkit- @keyframes zoomInOut {
  from {
    transform: scale(1);
    -webkit-transform: scale(1); }
  to {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); } }

@keyframes zoomInOut {
  from {
    transform: scale(1);
    -webkit-transform: scale(1); }
  to {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); } }

@-webkit- @keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

@keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit- @keyframes logo-color {
  from {
    fill: #4A90E2;
    opacity: 1; }
  to {
    fill: #4A90E2;
    opacity: 0.3; } }

@keyframes logo-color {
  from {
    fill: #4A90E2;
    opacity: 1; }
  to {
    fill: #4A90E2;
    opacity: 0.3; } }

@-webkit-keyframes fade-in-top-iphone {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@keyframes fade-in-top-iphone {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes fade-in-top-desktop {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@keyframes fade-in-top-desktop {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes fade-in-top-menu {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@keyframes fade-in-top-menu {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes float-iphone {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-40px); }
  100% {
    transform: translatey(0px); } }

@keyframes float-desktop {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-60px); }
  100% {
    transform: translatey(0px); } }

/**
 * BASE STYLE -----------------------------------------------------------------------
 */
html,
body {
  height: 100%; }

body:not(.wp-admin) {
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #1a1a1a; }
  body:not(.wp-admin) #wpadminbar {
    position: fixed;
    bottom: 0; }
  body:not(.wp-admin) .container {
    padding-bottom: 0; }
  body:not(.wp-admin) h1,
  body:not(.wp-admin) h2,
  body:not(.wp-admin) h3,
  body:not(.wp-admin) h4,
  body:not(.wp-admin) h5,
  body:not(.wp-admin) h6,
  body:not(.wp-admin) .h1,
  body:not(.wp-admin) .h2,
  body:not(.wp-admin) .h3,
  body:not(.wp-admin) .h4,
  body:not(.wp-admin) .h5,
  body:not(.wp-admin) .h6 {
    margin: 0; }
  body:not(.wp-admin) ul,
  body:not(.wp-admin) li {
    list-style-type: none; }
  body:not(.wp-admin) ul {
    margin: 0;
    padding: 0; }
  body:not(.wp-admin) a {
    text-decoration: none; }
  body:not(.wp-admin) .widget-title {
    display: none; }
  body:not(.wp-admin) .no-flex {
    display: block; }
  body:not(.wp-admin) .no-padding {
    padding-left: 0;
    padding-right: 0; }
  body:not(.wp-admin) .n-extra-w .bloc-presentation:before {
    display: none; }

/**
 * COMPONENTS
 *
 * cta, text, etc ...
 */
b,
strong {
  font-weight: 700 !important; }

@media only screen and (min-width: 1200px) {
  .container.cs {
    width: 1280px;
    max-width: 100%; } }

.cs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.title-home {
  text-align: center;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  font-weight: 300;
  color: #002651; }
  @media only screen and (max-width: 991px) {
    .title-home {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 32px; } }

.subtitle-home {
  margin: 0;
  padding-top: 16px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  color: #555878;
  /* @media only screen and (max-width: 767px) {
    @include fs(16px);
  }
  @media only screen and (max-width: 576px) {
    @include fs(15px);
  } */ }
  @media only screen and (max-width: 991px) {
    .subtitle-home {
      padding-top: 20px; } }

.toptitle-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 25px; }
  .toptitle-home span {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #4A90E2; }

@media only screen and (max-width: 1399px) {
  .section-home:not(.section-home_landing) .col-cs {
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (max-width: 576px) {
  .section-home.section-home_landing .col {
    padding-left: 5px;
    padding-right: 5px; } }

.section-start {
  margin: 0 auto 0 auto; }

@media only screen and (max-width: 576px) {
  .logo svg #follow {
    display: none; } }

.cs-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .cs-flex {
      -webkit-box-flex: 5;
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-positive: 5;
      flex-grow: 5; } }

@media only screen and (max-width: 991px) {
  .section-landing {
    height: 100%; } }

.section-landing .grid-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 1599px) {
    .section-landing .grid-container {
      padding-top: 30px; } }
  @media only screen and (max-width: 1199px) {
    .section-landing .grid-container {
      width: 960px; } }
  @media only screen and (max-width: 991px) {
    .section-landing .grid-container {
      max-width: 720px;
      width: 100%;
      display: block; } }
  @media only screen and (max-width: 767px) {
    .section-landing .grid-container {
      max-width: 540px;
      width: 100%;
      display: block; } }
  @media only screen and (max-width: 991px) {
    .section-landing .grid-container .col {
      -webkit-flex-basis: auto;
      -moz-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media only screen and (max-width: 1199px) {
    .section-landing .grid-container .col.align-self-start {
      align-self: auto !important; } }
  @media only screen and (max-width: 991px) {
    .section-landing .grid-container .col.align-self-start {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      min-height: 100%;
      position: relative;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .section-landing .grid-container .col.align-self-start {
      display: block;
      position: relative; } }

.section-landing .iphone {
  display: inline-block;
  position: relative;
  top: 180px;
  padding-left: 50px;
  z-index: 1; }
  @media only screen and (max-width: 1599px) {
    .section-landing .iphone {
      top: 140px; } }
  @media only screen and (max-width: 1299px) {
    .section-landing .iphone {
      top: 145px; } }
  @media only screen and (max-width: 1199px) {
    .section-landing .iphone {
      top: 130px;
      padding-left: 0;
      left: 35px; } }
  @media only screen and (max-width: 991px) {
    .section-landing .iphone {
      top: 130px;
      right: 0;
      left: 0;
      -webkit-box-flex: 3;
      -webkit-flex: 3;
      -moz-box-flex: 3;
      -moz-flex: 3;
      -ms-flex: 3;
      flex: 3; } }
  @media only screen and (max-width: 767px) {
    .section-landing .iphone {
      position: absolute;
      right: auto;
      left: auto;
      padding: 0;
      margin: 0; } }
  .section-landing .iphone img {
    max-width: 290px; }
    @media only screen and (max-width: 1199px) {
      .section-landing .iphone img {
        max-width: 220px; } }
    @media only screen and (max-width: 991px) {
      .section-landing .iphone img {
        max-width: 225px;
        position: static; } }
    @media only screen and (max-width: 767px) {
      .section-landing .iphone img {
        max-width: 185px;
        position: static; } }
    @media only screen and (max-width: 576px) {
      .section-landing .iphone img {
        max-width: 170px; } }
    @media only screen and (max-width: 479px) {
      .section-landing .iphone img {
        max-width: 140px; } }

.section-landing .desktop {
  position: absolute;
  top: 30px; }
  @media only screen and (max-width: 1599px) {
    .section-landing .desktop {
      top: -30px; } }
  @media only screen and (max-width: 1199px) {
    .section-landing .desktop {
      top: 0; } }
  @media only screen and (max-width: 991px) {
    .section-landing .desktop {
      position: static;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: -1750px;
      margin-right: 50px;
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    .section-landing .desktop {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 50px;
      text-align: right; } }
  .section-landing .desktop img {
    max-width: 760px;
    position: relative;
    left: 150px; 
  padding-right: 250px;
  }
    @media only screen and (max-width: 1599px) {
      .section-landing .desktop img {
        max-width: 810px;
        top: 50px;
        padding-right: 250px;
         } }
    @media only screen and (max-width: 1199px) {
      .section-landing .desktop img {
        max-width: 670px;
        left: 110px;
        top: 0;
        padding-right: 250px;
        } }
    @media only screen and (max-width: 991px) {
      .section-landing .desktop img {
        max-width: 680px;
        position: static;
        text-align: right;   
        padding-right: 50px;} }
    @media only screen and (max-width: 767px) {
      .section-landing .desktop img {
        max-width: 570px;
        padding-right: 50px; } }
    @media only screen and (max-width: 576px) {
      .section-landing .desktop img {
        max-width: 515px; 
        padding-right: 50px;} }
    @media only screen and (max-width: 479px) {
      .section-landing .desktop img {
        max-width: 460px; 
        padding-right: 50px;} }

@media only screen and (max-width: 1199px) {
  .section-landing .content-landing {
    max-width: 100%;
    width: 100%;
    padding-left: 0; } }

@media only screen and (max-width: 991px) {
  .section-landing .content-landing {
    padding-top: 25px;
    padding-bottom: 75px;
    padding-left: 0; } }

.section-landing .content-fonctionnalites {
  padding-top: 60px;
  color: #FFFFFF;
  max-width: 440px;
  display: block;
  margin: auto;
  width: auto; }
  @media only screen and (max-width: 1199px) {
    .section-landing .content-fonctionnalites {
      padding-top: 0; } }
  @media only screen and (max-width: 991px) {
    .section-landing .content-fonctionnalites {
      padding: 12px 0 80px; } }

.title-landing {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 56px;
  font-weight: 200;
  color: #FFFFFF;
  padding-right: 90px; }
  @media only screen and (max-width: 1199px) {
    .title-landing {
      font-size: 32px;
      font-size: 2rem;
      line-height: 42px;
      padding-right: 0px; } }
  @media only screen and (max-width: 576px) {
    .title-landing {
      font-size: 32px;
      font-size: 2rem;
      line-height: 46px; } }
  .title-landing strong {
    font-weight: 700; }

.title-fonctionnalites {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 56px;
  font-weight: 200;
  color: #FFFFFF !important;
  text-align: center;
  max-width: 800px;
  margin: auto !important; }
  @media only screen and (max-width: 1199px) {
    .title-fonctionnalites {
      font-size: 32px;
      font-size: 2rem;
      line-height: 42px; } }
  @media only screen and (max-width: 479px) {
    .title-fonctionnalites {
      font-size: 24px;
      line-height: 34px; } }
  .title-fonctionnalites strong {
    font-weight: 700; }

.subtitle-fonctionnalites {
  color: #FFFFFF !important;
  text-align: center;
  font-weight: 500;
  padding-bottom: 39px;
  line-height: 28px;
  max-width: 520px;
  margin: 20px auto !important;
  line-height: 26px;
  font-size: 16px; }

@media only screen and (max-width: 1199px) {
  .wrapper-fonctionnalites .top-wrapper {
    height: 633px; } }

@media only screen and (max-width: 991px) {
  .wrapper-fonctionnalites .top-wrapper {
    height: 100%; } }

.top-wrapper-fonctionnalite-01 {
  width: 100%;
  height: 633px;
  position: relative;
  z-index: 1;
  background-position: center 100%;
  background-image: url(../public/images/svg/shape-header.svg);
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    .top-wrapper-fonctionnalite-01 {
      height: 573px; } }
  .top-wrapper-fonctionnalite-01:before {
    content: "";
    height: inherit;
    width: 100%;
    position: absolute;
    background-image: url(../public/images/svg/img-shape-deco.svg);
    background-size: 582px 395px;
    background-position: top right;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 991px) {
      .top-wrapper-fonctionnalite-01:before {
        display: none; } }

.top-wrapper-feature-01 {
  width: 100%;
  height: 460px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(-90deg, #002651 0%, #71b8ff 100%); }
  @media only screen and (max-width: 991px) {
    .top-wrapper-feature-01 {
      height: 360px; } }
  .top-wrapper-feature-01:before {
    content: "";
    height: inherit;
    width: 100%;
    position: absolute;
    background-image: url(../public/images/svg/img-shape-deco.svg);
    background-size: 582px 395px;
    background-position: top right;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 991px) {
      .top-wrapper-feature-01:before {
        display: none; } }
  .top-wrapper-feature-01 .section-start {
    margin: 30px auto 0 auto; }
    @media only screen and (max-width: 991px) {
      .top-wrapper-feature-01 .section-start {
        margin: 40px auto 0 auto; } }

.top-wrapper-fonctionnalite-02 {
  width: 100%;
  height: 633px;
  position: relative;
  z-index: 1;
  background-position: center 100%;
  background-image: url(../public/images/svg/shape-header-green.svg);
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    .top-wrapper-fonctionnalite-02 {
      height: 573px; } }
  .top-wrapper-fonctionnalite-02:before {
    content: "";
    height: inherit;
    width: 100%;
    position: absolute;
    background-image: url(../public/images/svg/img-shape-deco-green.svg);
    background-size: 582px 395px;
    background-position: top right;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 991px) {
      .top-wrapper-fonctionnalite-02:before {
        display: none; } }

.top-wrapper-fonctionnalite-03 {
  width: 100%;
  height: 633px;
  position: relative;
  z-index: 1;
  background-position: center 100%;
  background-image: url(../public/images/svg/shape-header-red.svg);
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    .top-wrapper-fonctionnalite-03 {
      height: 573px; } }
  .top-wrapper-fonctionnalite-03:before {
    content: "";
    height: inherit;
    width: 100%;
    position: absolute;
    background-image: url(../public/images/svg/img-shape-deco-red.svg);
    background-size: 582px 395px;
    background-position: top right;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 991px) {
      .top-wrapper-fonctionnalite-03:before {
        display: none; } }

.top-wrapper-fonctionnalite-04 {
  width: 100%;
  height: 633px;
  position: relative;
  z-index: 1;
  background-position: center 100%;
  background-image: url(../public/images/svg/shape-header-grey.svg);
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    .top-wrapper-fonctionnalite-04 {
      height: 573px; } }
  .top-wrapper-fonctionnalite-04:before {
    content: "";
    height: inherit;
    width: 100%;
    position: absolute;
    background-image: url(../public/images/svg/img-shape-deco-grey.svg);
    background-size: 582px 395px;
    background-position: top right;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 991px) {
      .top-wrapper-fonctionnalite-04:before {
        display: none; } }

.desc-landing {
  position: relative;
  margin: 32px 0 0 0 !important;
  padding-left: 25px;
  border-left: 2px solid;
  font-weight: 500;
  color: #034d72;
  line-height: 26px;
  font-size: 16px;
  max-width: 400px;
text-align: justify;
}
  @media only screen and (max-width: 1599px) {
    .desc-landing {
      padding-right: 0px; } }
  @media only screen and (max-width: 1199px) {
    .desc-landing {
      margin-top: 25px !important;
      padding-right: 0; } }
  @media only screen and (max-width: 576px) {
    .desc-landing {
      margin-top: 20px !important;
      padding-right: 0; } }

.center {
  text-align: center; }

.form {
  margin-top: 33px;
  padding-left: 25px; }
  @media only screen and (max-width: 1399px) {
    .form {
      padding-left: 0; } }
  @media only screen and (max-width: 1199px) {
    .form {
      margin-top: 25px; } }
  @media only screen and (max-width: 576px) {
    .form {
      margin-top: 40px; } }
  .form input:not([type="submit"]),
  .form select {
    padding: 16px;
    border: none;
    border-radius: 9px;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    background: #002651;
    /* The Fallback */
    background: #002651;
    color: #FFFFFF; }
    @media only screen and (max-width: 1599px) {
      .form input:not([type="submit"]),
      .form select {
        font-size: 16px;
        font-size: 1rem; } }
    .form input:not([type="submit"])::-webkit-input-placeholder,
    .form select::-webkit-input-placeholder {
      color: #FFFFFF;
      opacity: 0.8; }
    .form input:not([type="submit"]):-moz-placeholder,
    .form select:-moz-placeholder {
      color: #FFFFFF;
      opacity: 0.8; }
    .form input:not([type="submit"])::-moz-placeholder,
    .form select::-moz-placeholder {
      color: #FFFFFF;
      opacity: 0.8; }
    .form input:not([type="submit"]):-ms-input-placeholder,
    .form select:-ms-input-placeholder {
      color: #FFFFFF;
      opacity: 0.8; }
  .form select option {
    color: #1a1a1a; }
  .form .input-mail {
    width: 323px; }
    @media only screen and (max-width: 1399px) {
      .form .input-mail {
        width: 295px; } }
    @media only screen and (max-width: 1199px) {
      .form .input-mail {
        width: 100%; } }
  .form .input-submit {
    position: relative;
    left: -10px;
    padding: 24px 18px;
    border: none;
    border-radius: 9px;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    background-color: #FFFFFF;
    color: #002651;
    cursor: pointer;
    /*transition: transform .2s;*/
    -webkit-animation: zoomInOut 2s infinite alternate;
    -moz-animation: zoomInOut 2s infinite alternate;
    -o-animation: zoomInOut 2s infinite alternate;
    animation: zoomInOut 2s infinite alternate;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.3); }
    .form .input-submit:hover {
      color: #4A90E2;
      box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.5);
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
    @media only screen and (max-width: 1599px) {
      .form .input-submit {
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (max-width: 1199px) {
      .form .input-submit {
        margin-top: 15px;
        width: 100%;
        position: static;
        margin-top: 15px;
        background-color: #FFFFFF;
        color: #002651; } }

.wrapper-home .form .input-mail {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px; }

.section-confiance {
  padding: 160px 0 150px;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 991px) {
    .section-confiance {
      padding: 80px 0; } }
  .section-confiance .partenaires {
    padding-top: 63px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 991px) {
      .section-confiance .partenaires {
        padding: 32px 0; } }
  .section-confiance .partenaire {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center; }
    .section-confiance .partenaire img {
      width: 120px; }
      @media only screen and (max-width: 479px) {
        .section-confiance .partenaire img {
          max-width: 200px;
          width: 100%; } }

textarea:focus,
input:focus {
  outline: none; }

.input-fonctionnalites {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 24px 18px;
  border: none;
  border-radius: 9px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  background-color: #FFFFFF;
  color: #002651;
  cursor: pointer;
  box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.2);
  -webkit-animation: zoomInOut 2s infinite alternate;
  -moz-animation: zoomInOut 2s infinite alternate;
  -o-animation: zoomInOut 2s infinite alternate;
  animation: zoomInOut 2s infinite alternate;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .input-fonctionnalites:hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
    color: #4A90E2;
    box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.5);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }

.input-features {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 24px 18px;
  border: none;
  border-radius: 9px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  background-color: #002651;
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.5);
  /*transition: transform .2s;*/
  -webkit-animation: zoomInOut 2s infinite alternate;
  -moz-animation: zoomInOut 2s infinite alternate;
  -o-animation: zoomInOut 2s infinite alternate;
  animation: zoomInOut 2s infinite alternate;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .input-features:hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
    color: #002651;
    box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.5);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }

object.img-diagnostique {
  display: block;
  margin: 0 auto 0 auto;
  transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  zoom: 1; }
  @media only screen and (max-width: 991px) {
    object.img-diagnostique {
      zoom: 0.6;
      margin: 60px auto 0 auto !important;
      transform: translate(-30px, 0px);
      -ms-transform: translate(-30px, 0px);
      -webkit-transform: translate(-30px, 0px); } }

.avantages-fonctionnalites {
  max-width: 960px;
  margin: auto; }

.section-bloc.section-home_fonctionnalite-00 {
  padding: 170px 0 120px;
  background: #FFFFFF; }
  .section-bloc.section-home_fonctionnalite-00.animate .illustration-fonctionnalite-01 {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    width: 100% !important;
    max-width: 475px !important; }
    @media only screen and (max-width: 991px) {
      .section-bloc.section-home_fonctionnalite-00.animate .illustration-fonctionnalite-01 {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  @media only screen and (max-width: 991px) {
    .section-bloc.section-home_fonctionnalite-00 {
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .section-bloc.section-home_fonctionnalite-00 .row {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .section-bloc.section-home_fonctionnalite-00 .illustration-fonctionnalite-01 {
    text-align: center; }

.section-bloc.section-home_fonctionnalite-01 {
  padding: 170px 0 103px;
  background: #fafbfd; }
  .section-bloc.section-home_fonctionnalite-01.animate .illustration-fonctionnalite-01 {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    width: 100% !important;
    max-width: 475px !important; }
    @media only screen and (max-width: 991px) {
      .section-bloc.section-home_fonctionnalite-01.animate .illustration-fonctionnalite-01 {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  @media only screen and (max-width: 991px) {
    .section-bloc.section-home_fonctionnalite-01 {
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .section-bloc.section-home_fonctionnalite-01 .row {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .section-bloc.section-home_fonctionnalite-01 .illustration-fonctionnalite-01 {
    text-align: center; }

.section-bloc.section-home_fonctionnalite-03 {
  padding: 0 0 120px;
  background: #FFFFFF; }
  .section-bloc.section-home_fonctionnalite-03.animate .illustration-fonctionnalite-01 {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    width: 100% !important;
    max-width: 475px !important; }
    @media only screen and (max-width: 991px) {
      .section-bloc.section-home_fonctionnalite-03.animate .illustration-fonctionnalite-01 {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  @media only screen and (max-width: 991px) {
    .section-bloc.section-home_fonctionnalite-03 {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .section-bloc.section-home_fonctionnalite-03 .row {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .section-bloc.section-home_fonctionnalite-03 .illustration-fonctionnalite-01 {
    text-align: center; }

.section-bloc.section-home_fonctionnalite-04 {
  padding-bottom: 120px;
  background: #FFFFFF; }
  .section-bloc.section-home_fonctionnalite-04.animate .illustration-fonctionnalite-02 {
    width: 100% !important;
    max-width: 475px !important; }
  @media only screen and (max-width: 991px) {
    .section-bloc.section-home_fonctionnalite-04 {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .section-bloc.section-home_fonctionnalite-04 .row {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.section-bloc.section-home_fonctionnalite-05 {
  padding-bottom: 110px;
  background: #FFFFFF; }
  .section-bloc.section-home_fonctionnalite-05.animate .illustration-fonctionnalite-02 {
    width: 100% !important;
    max-width: 475px !important; }
  @media only screen and (max-width: 991px) {
    .section-bloc.section-home_fonctionnalite-05 {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .section-bloc.section-home_fonctionnalite-05 .row {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.section-bloc.section-home_fonctionnalite-02 {
  padding-bottom: 170px;
  background: #fafbfd; }
  .section-bloc.section-home_fonctionnalite-02.animate .illustration-fonctionnalite-02 {
    width: 100% !important;
    max-width: 475px !important; }
  @media only screen and (max-width: 991px) {
    .section-bloc.section-home_fonctionnalite-02 {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .section-bloc.section-home_fonctionnalite-02 .row {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.section-bloc.section-home_fonctionnalite-10 {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #FFFFFF; }

@media only screen and (max-width: 767px) {
  .section-bloc .illustration {
    text-align: center; } }

.section-bloc .illustration object {
  max-width: 100%;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .section-bloc .illustration object {
      max-width: 320px;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .section-bloc .illustration {
    text-align: center; } }

.section-bloc .illustration img {
  max-width: 100%;
  border-radius: 7px; }
  .section-bloc .illustration img.shadow {
    box-shadow: 0 18px 50px 0 rgba(56, 61, 64, 0.2); }

@media only screen and (max-width: 767px) {
  .section-bloc .content-fonctionnalite-01 {
    padding-top: 50px;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .section-bloc .content-fonctionnalite-10 {
    padding-bottom: 50px;
    text-align: center; } }

.section-bloc .label-fonctionnalite-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .section-bloc .label-fonctionnalite-01 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .section-bloc .label-fonctionnalite-01 span {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #4A90E2; }

.section-bloc .label-features-01 {
  margin-bottom: 20px;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  align-items: start; }
  @media only screen and (max-width: 767px) {
    .section-bloc .label-features-01 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .section-bloc .label-features-01 span {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    color: #555878;
    font-weight: 500; }
  .section-bloc .label-features-01 svg {
    margin-top: 2px; }

.section-bloc .title-fonctionnalite-01 {
  padding: 20px 0;
  padding-right: 80px;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 47px;
  color: #002651; }
  @media only screen and (max-width: 1199px) {
    .section-bloc .title-fonctionnalite-01 {
      padding-right: 50px; } }
  @media only screen and (max-width: 991px) {
    .section-bloc .title-fonctionnalite-01 {
      padding-right: 0;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 32px; } }

.section-bloc .title-features-01 {
  padding: 20px 0 32px;
  padding-right: 80px;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 47px;
  color: #002651; }
  @media only screen and (max-width: 1199px) {
    .section-bloc .title-features-01 {
      padding-right: 50px; } }
  @media only screen and (max-width: 991px) {
    .section-bloc .title-features-01 {
      padding-right: 0;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 32px; } }

.section-bloc .desc-fonctionnalite-01 {
  margin: 0;
  padding-right: 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  font-weight: 500;
  color: #555878;
  /*@media only screen and (max-width: 1599px) {
			@include fs(14px);
		}*/ }
  @media only screen and (max-width: 767px) {
    .section-bloc .desc-fonctionnalite-01 {
      padding-right: 0; } }

.section-home_apply {
  position: relative;
  height: 100%;
  padding: 120px 0 144px;
  background-image: linear-gradient(-98deg, #4a90e2 20%, #71b8ff 87%);
  background: #4a90e2 no-repeat left bottom;
  background-image: url(../public/images/svg/img-shape-pricing-02.svg), linear-gradient(-98deg, #4a90e2 20%, #71b8ff 87%); }
  .section-home_apply:before {
    content: "";
    height: inherit;
    width: 100%;
    position: absolute;
    background-image: url(../public/images/svg/img-shape-pricing-01.svg);
    background-size: 456px 389px;
    background-position: top right;
    background-repeat: no-repeat;
    transform: translateY(-120px); }
    @media only screen and (max-width: 991px) {
      .section-home_apply:before {
        display: none; } }
  @media only screen and (max-width: 991px) {
    .section-home_apply {
      padding: 80px 0; } }
  .section-home_apply .title-home,
  .section-home_apply .subtitle-home {
    color: #FFFFFF; }
  .section-home_apply .form-landing {
    margin-top: 52px;
    padding-left: 0;
    text-align: center; }
    .section-home_apply .form-landing .input-submit {
      padding: 24px 18px;
      background-color: #FFFFFF;
      color: #002651;
      box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.3);
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
      .section-home_apply .form-landing .input-submit:hover {
        color: #4A90E2;
        background-color: #FFFFFF;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out; }
      @media only screen and (max-width: 1199px) {
        .section-home_apply .form-landing .input-submit:hover {
          color: #4A90E2;
          -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out; } }

.common-cta {
  margin-top: 25px;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 9px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 600;
  color: #4A90E2;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(46, 157, 224, 0.1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  @media only screen and (max-width: 991px) {
    .common-cta {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .common-cta:hover {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  .common-cta.cta-black {
    background-color: #FFFFFF;
    color: #002651; }
    .common-cta.cta-black:hover {
      background-color: #002651;
      color: #FFFFFF; }
  .common-cta.light {
    background-color: #FFFFFF;
    color: #4A90E2; }
    .common-cta.light:hover {
      background-color: #ffffff;
      color: #FFFFFF; }
  .common-cta.dark {
    color: #FFFFFF;
    background-color: #002651; }
    .common-cta.dark:hover {
      background-color: #FFFFFF;
      color: #002651; }

.big-cta-container {
  position: relative;
  width: 90%;
  margin: auto; }
  .big-cta-container .big-cta {
    border-radius: 8px;
    background-color: #F1F5FB;
    display: flex; }
    .big-cta-container .big-cta .button-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 10px;
      text-align: center; }
    .big-cta-container .big-cta .bg-img {
      border-radius: 0 8px 8px 0;
      height: auto; }
      @media only screen and (max-width: 991px) {
        .big-cta-container .big-cta .bg-img {
          width: 50%; } }
      @media only screen and (max-width: 576px) {
        .big-cta-container .big-cta .bg-img {
          display: none; } }
  .big-cta-container .fig-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto; }
    @media only screen and (max-width: 991px) {
      .big-cta-container .fig-img {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .big-cta-container .fig-img {
        display: none; } }

.section-home_experience {
  padding: 120px 0 144px;
  background-image: linear-gradient(-90deg, #4a90e2 0%, #71b8ff 100%); }
  @media only screen and (max-width: 991px) {
    .section-home_experience {
      padding: 80px 0; } }
  .section-home_experience .title-home,
  .section-home_experience .subtitle-home {
    color: #FFFFFF; }
  .section-home_experience .form-landing {
    margin-top: 52px;
    padding-left: 0;
    text-align: center; }
    .section-home_experience .form-landing .input-submit {
      padding: 24px 18px;
      color: #002651;
      background-color: #FFFFFF;
      box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.3);
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
      .section-home_experience .form-landing .input-submit:hover {
        color: #4A90E2;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out; }

/**
* HEADER STYLE
*/
.wrapper-home .logo #folloow {
  display: none; }
  @media only screen and (max-width: 991px) {
    .wrapper-home .logo #folloow {
      display: block; } }

.wrapper-home .logo #Combined-Shape,
.wrapper-home .logo #Oval-Copy {
  -webkit-animation: logo-color 1.2s ease infinite alternate;
  -moz-animation: logo-color 1.2s ease infinite alternate;
  -o-animation: logo-color 1.2s ease infinite alternate;
  animation: logo-color 1.2s ease infinite alternate; }
  @media only screen and (max-width: 991px) {
    .wrapper-home .logo #Combined-Shape,
    .wrapper-home .logo #Oval-Copy {
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none;
      fill: #4A90E2 !important; } }

header {
  padding: 0px 0 50px;
  /* -------------------------------- 

    Header

    -------------------------------- */
  /*
    .nav-open{
    position: relative;
    top: 0px;
}
    */ }
  @media only screen and (min-width: 1200px) {
    header .container.cs {
      width: 1280px;
      max-width: 100%; } }
  @media only screen and (min-width: 1499px) {
    header .container.cs {
      width: 1440px;
      max-width: 100%;    } }
  header .logo-mobile {
    display: none; }
    @media only screen and (max-width: 991px) {
      header .logo-mobile {
        display: block; } }
  header .cd-morph-dropdown {
    position: absolute;
    height: 60px;
    background-color: #4A90E2;
    z-index: 200;
    top: 0px;
    width: 100%; }
    @media only screen and (max-width: 991px) and (max-width: 1199px) {
      header .cd-morph-dropdown {
        background-color: #4A90E2;} }
  header .cd-morph-dropdown::before {
    /* never visible - used in JS to check mq */
    content: "mobile";
    display: none; 
  background-color: #ffffff;}
  header .cd-morph-dropdown .nav-trigger {
    /* menu icon - visible on small screens only */
    position: absolute;
    z-index: 800;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    /* replace text with icon */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent; 
    background-color: #FFFFFF; }
  header .cd-morph-dropdown .nav-trigger span,
  header .cd-morph-dropdown .nav-trigger span::after,
  header .cd-morph-dropdown .nav-trigger span::before {
    /* these are the 3 lines of the menu icon */
    position: absolute;
    background-color: #4A90E2;
    height: 2px;
    width: 26px;
    border-radius: 2px; }
  header .cd-morph-dropdown .nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  header .cd-morph-dropdown .nav-trigger span::after,
  header .cd-morph-dropdown .nav-trigger span::before {
    content: "";
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  header .cd-morph-dropdown .nav-trigger span::before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px); }
  header .cd-morph-dropdown .nav-trigger span::after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }
  header .cd-morph-dropdown.nav-open .nav-trigger span {
    background-color: transparent; }
  header .cd-morph-dropdown.nav-open .nav-trigger span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .cd-morph-dropdown.nav-open .nav-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header .cd-morph-dropdown .main-nav {
    display: none; }
  header .cd-morph-dropdown .morph-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1400px;
    padding: 1.2em 5%;
    box-shadow: inset 0 1px 0 #ffffff;
    background-color: #ffffff; }
  header .cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
    display: block; }
  header .cd-morph-dropdown .dropdown-list > ul > li {
    margin-bottom: 3.3em; }
  header .cd-morph-dropdown .label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #002651;
    margin-top: 40px;
    margin-bottom: 40px; }
  header .cd-morph-dropdown .content {
    background-color: #ffffff; }
  header .cd-morph-dropdown .content li::after {
    clear: both;
    content: "";
    display: block; }
  header .cd-morph-dropdown .gallery .content li {
    margin-bottom: 1.4em; }
  header .cd-morph-dropdown .gallery .content a {
    display: block; }
  header .cd-morph-dropdown .gallery .content a::before {
    /* icon on the left */
    content: "";
    display: inline-block;
    float: left;
    height: 54px;
    width: 54px;
    margin-right: 0.6em;
    background: red;
    border-radius: 50%;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
  header .cd-morph-dropdown .gallery .content a span,
  header .cd-morph-dropdown .gallery .content a em {
    display: block;
    line-height: 1.2; }
  header .cd-morph-dropdown .gallery .content a em {
    padding: 0.4em 0 0.2em;
    text-decoration: none;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #555878; }
    @media only screen and (max-width: 991px) {
      header .cd-morph-dropdown .gallery .content a em {
        padding: 16px 0 0.2em; } }
  header .cd-morph-dropdown .gallery .content a span {
    font-size: 1.4rem;
    color: #a6a6a6; }
  header .cd-morph-dropdown .gallery .content a:hover::before {
    background-color: #002651; }
  header .cd-morph-dropdown .gallery li:nth-of-type(1) a::before {
    background: #4a90e2 url(../public/images/svg/cd-gallery-icons.svg) no-repeat 14px 15px; }
  header .cd-morph-dropdown .gallery li:nth-of-type(2) a::before {
    background: #28ac91 url(../public/images/svg/cd-gallery-icons.svg) no-repeat -35px 15px; }
  header .cd-morph-dropdown .gallery li:nth-of-type(3) a::before {
    background: #888d9e url(../public/images/svg/cd-gallery-icons.svg) no-repeat -87px 15px; }
  header .cd-morph-dropdown .gallery li:nth-of-type(4) a::before {
    background: #d8565a url(../public/images/svg/cd-gallery-icons.svg) no-repeat -137px 15px; }
  header .cd-morph-dropdown .gallery li.one a::before {
    background: #4a90e2 url(../public/images/svg/img-menu01.svg) no-repeat 7px 13px; }
  header .cd-morph-dropdown .gallery li.two a::before {
    background: #4a90e2 url(../public/images/svg/img-menu05.svg) no-repeat 7px 13px; }
  header .cd-morph-dropdown .gallery li.three a::before {
    background: #4a90e2 url(../public/images/svg/img-menu02.svg) no-repeat 7px 13px; }
  header .cd-morph-dropdown .gallery li.four a::before {
    background: #4a90e2 url(../public/images/svg/img-menu06.svg) no-repeat 7px 13px; }
  header .cd-morph-dropdown .gallery li.five a::before {
    background: #4a90e2 url(../public/images/svg/cd-gallery-icons.svg) no-repeat -537px 15px; }
  header .cd-morph-dropdown .gallery li.six a::before {
    background: #4a90e2 url(../public/images/svg/img-menu07.svg) no-repeat 7px 13px; }
  header .cd-morph-dropdown .gallery li.seven a::before {
    background: #4a90e2 url(../public/images/svg/img-menu03.svg) no-repeat 7px 13px; }
  header .cd-morph-dropdown .gallery li.eight a::before {
    background: #4a90e2 url(../public/images/svg/cd-gallery-icons.svg) no-repeat -537px 15px; }
  header .cd-morph-dropdown .gallery .content a:hover::before {
    background-color: #002651; }
  header .cd-morph-dropdown .links .content > ul > li {
    margin-top: 1em; }
  header .cd-morph-dropdown .links-list a,
  header .cd-morph-dropdown .btn {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #555878; }
  @media only screen and (min-width: 991px) {
    header .links-list a em {
      padding: 16px 0 0.2em; } }
  header .cd-morph-dropdown .links-list a:hover,
  header .cd-morph-dropdown .btn:hover {
    color: #002651; }
  header .cd-morph-dropdown .content h2 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 20px 0 10px 14px; }
  @media only screen and (min-width: 991px) {
    header .cd-morph-dropdown {
      position: relative;
      height: 60px;
      left: 0;
      right: 0;
      top: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding: 0;
      text-align: center;
      background-color: transparent;
     }
    header .cd-morph-dropdown::before {
      content: "desktop";
 
    }
    header .cd-morph-dropdown .nav-trigger {
      display: none; }
    header .cd-morph-dropdown .main-nav {
      display: inline-block;
      position: absolute;
      margin: auto;
      right: 0;
      left: 0;
      width: 50%;
      display: flex;
      justify-content: center;
      background-color: #4A90E2; 
      margin-top: -100px; } 
      }
  @media only screen and (min-width: 991px) and (max-width: 1199px) {
    
    header .cd-morph-dropdown .main-nav {
      margin-left: 15%; 
    margin-top: 0px;  }
   }
  @media only screen and (min-width: 991px) {
    header .cd-morph-dropdown .main-nav > ul > li {
      display: inline-block;
      float: left; 
       }
    header .cd-morph-dropdown .main-nav > ul > li > a {
      display: block;
      padding: 0 1.8em;
      height: 70px;
      line-height: 70px;
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    header .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
      /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
      opacity: 0.6; }
    header .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
      opacity: 1; }
    header .cd-morph-dropdown .morph-dropdown-wrapper {
      /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
      display: block;
      top: 58px;
      /* overwrite mobile style */
      width: auto;
      padding: 0;
      box-shadow: none;
      background-color:transparent;
      /* Force Hardware acceleration */
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      will-change: transform;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    header .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    header .cd-morph-dropdown .dropdown-list {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      will-change: transform, width, height;
      -webkit-transition: visibility 0.3s;
      transition: visibility 0.3s;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }
    header .no-csstransitions .cd-morph-dropdown .dropdown-list {
      display: none; }
    header .cd-morph-dropdown .dropdown-list::before {
      /* dropdown top triangle */
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0;
      width: 0;
      border: 8px solid transparent;
      border-bottom-color: #ffffff;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    header .cd-morph-dropdown .dropdown-list > ul {
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-color:#FFFFFF;
      overflow: hidden; }
    header .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
      visibility: visible;
      -webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s;
      transition: width 0.3s, height 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, width 0.3s, height 0.3s;
      transition: transform 0.3s, width 0.3s, height 0.3s, -webkit-transform 0.3s; }
    header .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
      opacity: 1; }
    header .cd-morph-dropdown .dropdown {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      -webkit-transition: opacity 0.3s, visibility 0.3s;
      transition: opacity 0.3s, visibility 0.3s; }
    header .cd-morph-dropdown .dropdown.active {
      opacity: 1;
      visibility: visible; }
    header .cd-morph-dropdown .dropdown.move-left .content {
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px); }
    header .cd-morph-dropdown .dropdown.move-right .content {
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px); }
    header .cd-morph-dropdown .label {
      /* hide the label on bigger devices */
      display: none; }
    header .cd-morph-dropdown .content {
      padding: 2.2em 1.8em;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      text-align: left; }
    header .cd-morph-dropdown .special {
      padding: 2.2em 1.8em 0 1.8em !important; }
    header .cd-morph-dropdown .content > ul::after {
      clear: both;
      content: "";
      display: block; }
    header .cd-morph-dropdown .content > ul > li {
      width: 48%;
      float: left;
      margin-right: 4%;
      margin-top: 0; }
      header .cd-morph-dropdown .content > ul > li.large {
        width: 70%; }
    header .cd-morph-dropdown .content > ul > li:nth-of-type(2n) {
      margin-right: 0; }
    header .cd-morph-dropdown .gallery .content {
      /* you need to set a width for the .content elements because they have a position absolute */
      width: 510px;
      padding-bottom: 0.8em; }
    header .cd-morph-dropdown .gallery .content li {
      margin-bottom: 1.8em; }
    header .cd-morph-dropdown .links .content > ul > li {
      margin-top: 0; }
    header .cd-morph-dropdown .links .content,
    header .cd-morph-dropdown .button .content {
      width: 510px; }
    header .cd-morph-dropdown .links-list a {
      margin-left: 0;
      padding-bottom: 8px; }
    header .cd-morph-dropdown .btn {
      display: block;
      width: 100%;
      height: 60px;
      margin: 1.5em 0 0;
      font-size: 1.8rem;
      text-align: center;
      color: #ffffff;
      line-height: 60px;
      background: #db6356;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    header .cd-morph-dropdown .btn:hover {
      background: #1a1a1a;
      color: #ffffff; }
    header .cd-morph-dropdown .content h2 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      color: #002651;
      margin: 0 0 0.6em; }
    header .cd-morph-dropdown .bg-layer {
      /* morph dropdown background */
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      width: 1px;
      background: #ffffff;
      
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      will-change: transform;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    header .cd-morph-dropdown.is-dropdown-visible .bg-layer {
      opacity: 1;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; } }
  header .logo {
    float: left;
    padding-top: 10px;
    padding-left: 60px; }
    @media only screen and (max-width: 991px) {
      header .logo {
        padding-left: 20px;
        fill: #4A90E2; } }
  header .menu {
    display: inline-flex;
    width: 390px;
   
    float: right;
    padding-top: 25px;
    height: 70px; }
    header .menu ul li {
      display: inline-block; }
      header .menu ul li.cta-header {
        margin-left: 15px; }
        @media only screen and (max-width: 991px) {
          header .menu ul li.cta-header {
            margin-left: 10px; } }
        header .menu ul li.cta-header a {
          padding: 13px 15px;
          border-radius: 9px;
          background: #FFFFFF;
          /* The Fallback */
          background: white;
          -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
          color: #002651; }
          @media only screen and (max-width: 991px) {
            header .menu ul li.cta-header a {
              padding: 13px; } }
          header .menu ul li.cta-header a:hover {
            background: #FFFFFF;
            /* The Fallback */
            background: rgba(255, 255, 255, 0.75);
            opacity: 1;
            -webkit-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out; }
      header .menu ul li a {
        text-transform: uppercase;
        font-weight: 700;
        color: #FFFFFF;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 2px;
        line-height: 15px;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out; }
        header .menu ul li a:hover {
          opacity: 0.6;
          -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out; }
    @media only screen and (max-width: 991px) {
      header .menu {
        display: none; } }

/**
* FOOTER STYLE
*/
footer {
  position: relative;
  padding: 85px 0 65px;
  background-color: #002651; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 80px 0;
      text-align: center; } }
  footer .img-bg {
    height: 100%;
    position: absolute;
    margin-top: -85px;
    right: 0;
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    footer .align-items-center {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  footer .cs-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  footer h2 {
    color: #FFFFFF;
    padding-bottom: 28px; }
  footer .title-footer {
    color: #FFFFFF;
    padding-bottom: 28px;
    font-weight: 700;
    font-size: 26px;
    line-height: 22px; }
  @media only screen and (max-width: 767px) {
    footer .logo {
      padding-top: 52px; } }
  @media only screen and (max-width: 767px) {
    footer .logo #follow {
      display: block; } }
  footer .menu-header {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      footer .menu-header {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      footer .menu-header li {
        display: block;
        margin-right: 0;
        padding-bottom: 24px; } }
    footer .menu-header a {
      display: block;
      font-size: 24px;
      opacity: 0.6;
      font-weight: 600;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 26px;
      margin-bottom: 12px;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        
        footer .menu-header a {
          margin-bottom: 0px; } }
    footer .menu-header a:hover {
      opacity: 1; }
  footer .social-media li {
    display: inline-flex;
    margin: 16px;
    float: right; }
    @media only screen and (max-width: 767px) {
      footer .social-media li {
        float: none; } }

/**
 * Setting animations
 */
.wrapper-home .top-wrapper:before {
  transform: translateY(-100%); }

.wrapper-home .section-home_avantages {
  opacity: 0;
  visibility: hidden; }
  @media only screen and (max-width: 991px) {
    .wrapper-home .section-home_avantages {
      opacity: 1;
      visibility: visible; } }

.wrapper-home header .menu {
  opacity: 0;
  visibility: hidden; }

.wrapper-home .iphone,
.wrapper-home .desktop,
.wrapper-home .title-landing,
.wrapper-home .desc-landing,
.wrapper-home .form-landing {
  opacity: 0;
  visibility: hidden; }

.no-animate .top-wrapper:before {
  transform: translateY(0); }

.no-animate header .menu {
  opacity: 1;
  visibility: visible; }

.no-animate header .logo #folloow {
  display: block; }

.no-animate header .logo #Combined-Shape,
.no-animate header .logo #Oval-Copy {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none; }

.no-animate .iphone,
.no-animate .desktop,
.no-animate .title-landing,
.no-animate .desc-landing,
.no-animate .form-landing,
.no-animate .section-home_avantages {
  opacity: 1;
  visibility: visible; }

.loaded {
  /* .top-wrapper {
		&.loaded {
			background-color: $dark-blue;
		}
	} */ }
  .loaded .logo #folloow {
    display: block;
    color: #FFFFFF; }
  .loaded .logo #Combined-Shape,
  .loaded .logo #Oval-Copy {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    fill: #FFFFFF }
  .loaded header .menu {
    -webkit-animation: fade-in-top-menu 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
    -moz-animation: fade-in-top-menu 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
    -o-animation: fade-in-top-menu 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
    animation: fade-in-top-menu 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both; 
    }
  .loaded header .cd-morph-dropdown {
    -webkit-animation: fade-in-top-menu 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
    -moz-animation: fade-in-top-menu 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
    -o-animation: fade-in-top-menu 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
    animation: fade-in-top-menu 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
  background-color:#ffffff; }
  .loaded .top-wrapper:before {
    -webkit-animation: slideDown 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -moz-animation: slideDown 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -o-animation: slideDown 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slideDown 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .loaded .iphone {
    -webkit-animation: fade-in-top-iphone 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
    -moz-animation: fade-in-top-iphone 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
    -o-animation: fade-in-top-iphone 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
    animation: fade-in-top-iphone 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; 
     }
    .loaded .iphone img {
      -webkit-animation: float-iphone 12s ease-in-out 0.3s infinite;
      -moz-animation: float-iphone 12s ease-in-out 0.3s infinite;
      -o-animation: float-iphone 12s ease-in-out 0.3s infinite;
      animation: float-iphone 12s ease-in-out 0.3s infinite; }
      @media only screen and (max-width: 991px) {
        .loaded .iphone img {
          -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none; } }
  .loaded .desktop {
    -webkit-animation: fade-in-top-desktop 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    -moz-animation: fade-in-top-desktop 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    -o-animation: fade-in-top-desktop 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    animation: fade-in-top-desktop 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both; }
    .loaded .desktop img {
      -webkit-animation: float-desktop 12s ease-in-out 0.4s infinite;
      -moz-animation: float-desktop 12s ease-in-out 0.4s infinite;
      -o-animation: float-desktop 12s ease-in-out 0.4s infinite;
      animation: float-desktop 12s ease-in-out 0.4s infinite; }
      @media only screen and (max-width: 991px) {
        .loaded .desktop img {
          -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none; } }
  .loaded .title-landing {
    -webkit-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s both;
    -moz-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s both;
    -o-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s both;
    animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s both; }
  .loaded .deco {
    -webkit-animation: fade-in-top-menu 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s both;
    -moz-animation: fade-in-top-menu 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s both;
    -o-animation: fade-in-top-menu 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s both;
    animation: fade-in-top-menu 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s both; }
  .loaded .desc-landing {
    -webkit-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.1s both;
    -moz-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.1s both;
    -o-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.1s both;
    animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.1s both; }
  .loaded .form-landing {
    -webkit-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s both;
    -moz-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s both;
    -o-animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s both;
    animation: fade-in-bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s both; }
  .loaded .section-home_avantages.animate {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    -moz-animation: fade-in-bottom 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    -o-animation: fade-in-bottom 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    z-index: 0;
    position: relative; 
  padding: 50px;
  }

/**
 * HOMEPAGE STYLE
 */
@media only screen and (max-width: 1199px) {
  .wrapper-home .top-wrapper {
    height: 730px; } }

@media only screen and (max-width: 991px) {
  .wrapper-home .top-wrapper {
    height: 100%; } }

/* pour gérer Safari sur iOS qui élargi le viewport */
@media only screen and (max-width: 991px) {
  .section-home .desktop {
    overflow: hidden; } }

.center-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.top-wrapper {
  width: 100%;
  height: 877px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 991px) {
    .top-wrapper {
      height: 100%; } }
  .top-wrapper:before {
    content: "";
    height: inherit;
    width: 100%;
    position: absolute;
    background-image: url(../public/images/svg/shape-header.svg);
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 991px) {
      .top-wrapper:before {
        display: none; } }
  .top-wrapper .deco {
    position: absolute;
    right: 0;
    width: 582px;
    height: 395px;
    background-size: 582px 395px;
    background-image: url(../public/images/svg/img-shape-deco.svg);
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .top-wrapper .deco {
        display: none; } }
  @media only screen and (max-width: 991px) {
    .top-wrapper {
      background: linear-gradient(90deg, #4a90e2 0%, #72b9fe 100%); } }
  .top-wrapper .icon-mouse {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .top-wrapper .icon-mouse {
        display: none; } }

.wrapper {
  background: linear-gradient(45deg, #fafbfd 0%, #FFFFFF 100%); }

.wrapper-feature {
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px; }

.section-home_avantages {
  padding: 250px 0 100px;
  margin-top: -150px;
  background-color: #4A90E2; }
  @media only screen and (max-width: 991px) {
    .section-home_avantages {
      margin-top: 0;
      padding: 130px 0 100px 0;
      transform: translateY(-50px); } }
  @media only screen and (max-width: 767px) {
    .section-home_avantages {
      padding: 130px 0 80px 0;
      transform: translateY(-50px); } }
  .section-home_avantages .title-avantages {
    padding-bottom: 70px;
    color: #FFFFFF; }
    @media only screen and (max-width: 991px) {
      .section-home_avantages .title-avantages {
        padding-bottom: 42px; } }
    @media only screen and (max-width: 767px) {
      .section-home_avantages .title-avantages {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px; } }
  .section-home_avantages .avantages .col-xl-3 {
    padding-left: 10px;
    padding-right: 10px; }
    @media only screen and (max-width: 991px) {
      .section-home_avantages .avantages .col-xl-3:last-of-type .avantage {
        margin-bottom: 0; } }
  .section-home_avantages .avantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 183px;
    border-radius: 9px;
    background: #FFFFFF;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.08); }
    @media only screen and (max-width: 1199px) {
      .section-home_avantages .avantage {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-home_avantages .avantage {
        margin-bottom: 16px; } }
    .section-home_avantages .avantage .desc-avantage {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
      -moz-box-flex: 2;
      -moz-flex: 2;
      -ms-flex: 2;
      flex: 2;
      padding-left: 3px;
      margin: 0;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 500;
      border-left: 2px solid;
      line-height: 26px;
      color: #FFFFFF; }
    .section-home_avantages .avantage svg {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 85px;
      padding-right: 25px; }

.section-bloc {
  background-color: #fafbfd; }
  .section-bloc.section-home_patient {
    padding-top: 110px;padding-bottom:  200px; padding-right: 0px; }
    .section-bloc.section-home_patient.animate .content-patient {
      -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
      @media only screen and (max-width: 991px) {
        .section-bloc.section-home_patient.animate .content-patient {
          -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none; } }
    .section-bloc.section-home_patient.animate .illustration-patient {
      -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
      -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
      -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
      animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
      width: 100% !important;
      max-width: 475px !important; }
      @media only screen and (max-width: 991px) {
        .section-bloc.section-home_patient.animate .illustration-patient {
          -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none; } }
    @media only screen and (max-width: 991px) {
      .section-bloc.section-home_patient {
        padding: 80px 0; } }
    @media only screen and (max-width: 767px) {
      .section-bloc.section-home_patient .row {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .section-bloc.section-home_patient .content-patient {
      opacity: 0; }
      @media only screen and (max-width: 991px) {
        .section-bloc.section-home_patient .content-patient {
          opacity: 1; } }
    .section-bloc.section-home_patient .illustration-patient {
      opacity: 0;
      text-align: center;
      display: flex; 
    padding-left: 100px;}
      @media only screen and (max-width: 991px) {
        .section-bloc.section-home_patient .illustration-patient {
          opacity: 1; } }
  .section-bloc.section-home_praticien {
    padding-bottom: 170px; }
    .section-bloc.section-home_praticien.animate .content-patient {
      -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
      @media only screen and (max-width: 991px) {
        .section-bloc.section-home_praticien.animate .content-patient {
          -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none; } }
    .section-bloc.section-home_praticien.animate .illustration-praticien {
      -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
      -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
      -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
      animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
      width: 100% !important;
      max-width: 475px !important; }
      @media only screen and (max-width: 991px) {
        .section-bloc.section-home_praticien.animate .illustration-praticien {
          -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none; } }
    @media only screen and (max-width: 991px) {
      .section-bloc.section-home_praticien {
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .section-bloc.section-home_praticien .row {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .section-bloc.section-home_praticien .illustration-praticien,
    .section-bloc.section-home_praticien .content-patient {
      opacity: 0; }
      @media only screen and (max-width: 991px) {
        .section-bloc.section-home_praticien .illustration-praticien,
        .section-bloc.section-home_praticien .content-patient {
          opacity: 1; } }
  @media only screen and (max-width: 767px) {
    .section-bloc .content-patient {
      padding-top: 50px;
      text-align: center; } }
  .section-bloc .label-patient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-bloc .label-patient {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
    .section-bloc .label-patient span {
      display: inline-block;
      padding-left: 15px;
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 15px;
      letter-spacing: 2px;
      font-weight: 700;
      color: #4A90E2; }
  .section-bloc .title-patient {
    padding: 20px 0;
    padding-right: 200px;
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 300;
    line-height: 47px;
    color: #002651; }
    @media only screen and (max-width: 1199px) {
      .section-bloc .title-patient {
        padding-right: 50px; } }
    @media only screen and (max-width: 991px) {
      .section-bloc .title-patient {
        padding-right: 0;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px; } }
  .section-bloc .desc-patient {
    margin: 0;
    padding-right: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 500;
    color: #555878;
    /*@media only screen and (max-width: 1599px) {
			@include fs(14px);
		}*/ }
    @media only screen and (max-width: 767px) {
      .section-bloc .desc-patient {
        padding-right: 0; } }

.wrapper-home .section-confiance.animate .title-confiance {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  @media only screen and (max-width: 991px) {
    .wrapper-home .section-confiance.animate .title-confiance {
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none; } }

.wrapper-home .section-confiance.animate .partenaires {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
  @media only screen and (max-width: 991px) {
    .wrapper-home .section-confiance.animate .partenaires {
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none; } }

.wrapper-home .section-confiance .title-confiance,
.wrapper-home .section-confiance .partenaires {
  opacity: 0; }
  @media only screen and (max-width: 991px) {
    .wrapper-home .section-confiance .title-confiance,
    .wrapper-home .section-confiance .partenaires {
      opacity: 1; } }

.section-home_fonctionnalites {
  padding-top: 120px; }
  .section-home_fonctionnalites.animate .title-home,
  .section-home_fonctionnalites.animate .subtitle-home {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    @media only screen and (max-width: 991px) {
      .section-home_fonctionnalites.animate .title-home,
      .section-home_fonctionnalites.animate .subtitle-home {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_fonctionnalites.animate .filters {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
    @media only screen and (max-width: 991px) {
      .section-home_fonctionnalites.animate .filters {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_fonctionnalites.animate .bg-shape {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both; }
    @media only screen and (max-width: 991px) {
      .section-home_fonctionnalites.animate .bg-shape {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_fonctionnalites .title-home,
  .section-home_fonctionnalites .subtitle-home,
  .section-home_fonctionnalites .filters,
  .section-home_fonctionnalites .bg-shape {
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .section-home_fonctionnalites .title-home,
      .section-home_fonctionnalites .subtitle-home,
      .section-home_fonctionnalites .filters,
      .section-home_fonctionnalites .bg-shape {
        opacity: 1; } }
  .section-home_fonctionnalites .bg-shape {
    position: relative; }
    .section-home_fonctionnalites .bg-shape svg {
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 991px) {
        .section-home_fonctionnalites .bg-shape svg {
          display: none; } }
  .section-home_fonctionnalites .filters {
    width: 100%;
    padding: 52px 0 60px; }
    @media only screen and (max-width: 991px) {
      .section-home_fonctionnalites .filters {
        padding: 32px 0 37px; } }
  .section-home_fonctionnalites .top-filters {
    text-align: center; }
    .section-home_fonctionnalites .top-filters li {
      display: inline-block; }
      .section-home_fonctionnalites .top-filters li a {
        display: inline-block;
        padding: 16px 24px;
        border-radius: 9px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
        font-weight: 600;
        color: #4A90E2;
        background-color: #FFFFFF;
        box-shadow: 0 10px 20px 0 rgba(46, 157, 224, 0.1);
        width: 180px;
        border-radius: 9px; }
        @media only screen and (max-width: 991px) {
          .section-home_fonctionnalites .top-filters li a {
            font-size: 13px;
            font-size: 0.8125rem; } }
      .section-home_fonctionnalites .top-filters li:not(.active) {
        margin-left: -5px; }
        .section-home_fonctionnalites .top-filters li:not(.active) a {
          box-shadow: none;
          background-color: #FAFBFD;
          color: #273142;
          opacity: 0.5;
          -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out; }
          .section-home_fonctionnalites .top-filters li:not(.active) a:hover {
            opacity: 1;
            -webkit-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out; }
  .section-home_fonctionnalites .sub-filters {
    padding-top: 32px;
    text-align: center;
    display: none; }
    .section-home_fonctionnalites .sub-filters.active {
      display: block; }
      .section-home_fonctionnalites .sub-filters.active.animate {
        -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
        -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
        -o-animation: fade-in-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
        animation: fade-in-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }
    .section-home_fonctionnalites .sub-filters li {
      display: inline-block;
      margin-right: 25px; }
      .section-home_fonctionnalites .sub-filters li.active a {
        padding-bottom: 5px;
        color: #4A90E2;
        border-bottom: 2px solid #4A90E2;
        opacity: 1; }
      .section-home_fonctionnalites .sub-filters li:last-of-type {
        margin-right: 0; }
      .section-home_fonctionnalites .sub-filters li a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
        font-weight: 600;
        color: #273142;
        opacity: 0.5;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .section-home_fonctionnalites .sub-filters li a:hover {
          opacity: 1;
          -webkit-transition: opacity 0.6s ease-out;
          transition: opacity 0.6s ease-out; }
        @media only screen and (max-width: 767px) {
          .section-home_fonctionnalites .sub-filters li a {
            line-height: 42px; } }
  .section-home_fonctionnalites .fonctionnalites {
    width: 100%;
    text-align: center;
    padding-top: 16px; }
  .section-home_fonctionnalites .img-fonctionnalites {
    display: none;
    position: relative;
    margin: 0 auto;
    padding: 25px 20px; }
    @media only screen and (max-width: 767px) {
      .section-home_fonctionnalites .img-fonctionnalites {
        padding-top: 0; } }
    .section-home_fonctionnalites .img-fonctionnalites.active {
      display: inline-block; }
      .section-home_fonctionnalites .img-fonctionnalites.active.animate {
        -webkit-animation: fade-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        -moz-animation: fade-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        -o-animation: fade-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        animation: fade-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    .section-home_fonctionnalites .img-fonctionnalites img,
    .section-home_fonctionnalites .img-fonctionnalites .overlay {
      max-width: 820px;
      width: 100%; }
      @media only screen and (max-width: 1199px) {
        .section-home_fonctionnalites .img-fonctionnalites img,
        .section-home_fonctionnalites .img-fonctionnalites .overlay {
          max-width: 90%; } }
      @media only screen and (max-width: 991px) {
        .section-home_fonctionnalites .img-fonctionnalites img,
        .section-home_fonctionnalites .img-fonctionnalites .overlay {
          max-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .section-home_fonctionnalites .img-fonctionnalites img {
        padding: 0; } }
    .section-home_fonctionnalites .img-fonctionnalites .overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 3px;
      margin: 0 auto;
      padding: 25px 0 50px;
      border-radius: 0 0 9px 9px;
      background: #002651;
      /* The Fallback */
      background: rgba(0, 38, 81, 0.85);
      color: #FFFFFF; }
      @media only screen and (max-width: 767px) {
        .section-home_fonctionnalites .img-fonctionnalites .overlay {
          display: none; } }
      .section-home_fonctionnalites .img-fonctionnalites .overlay .content-overlay {
        width: calc(100% / 1.25);
        margin: 0 auto;
        text-align: left; }
      .section-home_fonctionnalites .img-fonctionnalites .overlay .title-overlay {
        padding-bottom: 10px;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: 1.5px; }
        .section-home_fonctionnalites .img-fonctionnalites .overlay .title-overlay .incoming {
          color: #50E3C2; }
      .section-home_fonctionnalites .img-fonctionnalites .overlay .text-overlay {
        margin: 0;
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 500;
        line-height: 30px; }

.section-home_fonctionnalite-features {
  background-color: #FFFFFF; }
  .section-home_fonctionnalite-features .features {
    background-color: #FAFBFD;
    padding: 100px 120px;
    padding-right: calc(120px - 60px);
    padding-bottom: calc(100px - 60px);
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
    @media only screen and (max-width: 1199px) {
      .section-home_fonctionnalite-features .features {
        grid-template-columns: 1fr;
        padding: 70px 80px; } }
    @media only screen and (max-width: 991px) {
      .section-home_fonctionnalite-features .features {
        padding: 20px 30px; } }
    .section-home_fonctionnalite-features .features .label-feature {
      color: #555878;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 24px;
      display: inline; }
    .section-home_fonctionnalite-features .features .feature {
      margin-right: 60px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1199px) {
        .section-home_fonctionnalite-features .features .feature {
          margin-right: 0; }
          .section-home_fonctionnalite-features .features .feature:last-child {
            margin-bottom: 0; } }
    .section-home_fonctionnalite-features .features .feat-grid-1 {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 1;
      -ms-grid-column: 1; }
    .section-home_fonctionnalite-features .features .feat-grid-2 {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 2;
      -ms-grid-column: 2; }
      @media only screen and (max-width: 1199px) {
        .section-home_fonctionnalite-features .features .feat-grid-2 {
          grid-row: 2;
          -ms-grid-row: 2;
          grid-column: 1;
          -ms-grid-column: 1; } }
    .section-home_fonctionnalite-features .features .feat-grid-3 {
      grid-row: 2;
      -ms-grid-row: 2;
      grid-column: 1;
      -ms-grid-column: 1; }
      @media only screen and (max-width: 1199px) {
        .section-home_fonctionnalite-features .features .feat-grid-3 {
          grid-row: 3;
          -ms-grid-row: 3;
          grid-column: 1;
          -ms-grid-column: 1; } }
    .section-home_fonctionnalite-features .features .feat-grid-4 {
      grid-row: 2;
      -ms-grid-row: 2;
      grid-column: 2;
      -ms-grid-column: 2; }
      @media only screen and (max-width: 1199px) {
        .section-home_fonctionnalite-features .features .feat-grid-4 {
          grid-row: 4;
          -ms-grid-row: 4;
          grid-column: 1;
          -ms-grid-column: 1; } }

.section-home_temoignages {
  padding: 160px 0 180px; }
  .section-home_temoignages.animate .title-home,
  .section-home_temoignages.animate .subtitle-home {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    @media only screen and (max-width: 991px) {
      .section-home_temoignages.animate .title-home,
      .section-home_temoignages.animate .subtitle-home {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_temoignages.animate .temoignages {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
    @media only screen and (max-width: 991px) {
      .section-home_temoignages.animate .temoignages {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_temoignages .title-home,
  .section-home_temoignages .subtitle-home,
  .section-home_temoignages .temoignages {
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .section-home_temoignages .title-home,
      .section-home_temoignages .subtitle-home,
      .section-home_temoignages .temoignages {
        opacity: 1; } }
  @media only screen and (max-width: 991px) {
    .section-home_temoignages {
      padding: 80px 0 80px; } }
  @media only screen and (max-width: 991px) {
    .section-home_temoignages .col-lg-4:last-of-child .nom-temoignage {
      padding-bottom: 0; } }
  .section-home_temoignages .temoignages {
    padding-top: 52px; }
    @media only screen and (max-width: 991px) {
      .section-home_temoignages .temoignages {
        padding-top: 20px; } }
  @media only screen and (max-width: 991px) {
    .section-home_temoignages .temoignage {
      text-align: center; } }
  .section-home_temoignages .temoignage .video-temoignage {
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    height: auto;
    width: 100%;
    box-shadow: 0 10px 20px 0 rgba(46, 157, 224, 0.1); }
    @media only screen and (max-width: 1199px) {
      .section-home_temoignages .temoignage .video-temoignage {
        height: auto; } }
    @media only screen and (max-width: 991px) {
      .section-home_temoignages .temoignage .video-temoignage {
        height: auto; } }
    .section-home_temoignages .temoignage .video-temoignage iframe {
      width: 100%;
      height: inherit;
      border-radius: 10px; }
  .section-home_temoignages .temoignage .title-temoignage {
    padding: 24px 0 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #273142; }
    @media only screen and (max-width: 991px) {
      .section-home_temoignages .temoignage .title-temoignage {
        padding-top: 24px; } }
  .section-home_temoignages .temoignage .nom-temoignage {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    margin: 0 !important;
    font-weight: 500;
    color: #555878; }
  .section-home_temoignages .temoignage .texte-temoignage {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 500;
    color: #555878; }
    @media only screen and (max-width: 991px) {
      .section-home_temoignages .temoignage .texte-temoignage {
        padding-bottom: 32px; } }

.section-home_chiffres {
  position: relative; }
  .section-home_chiffres.animate .title-home {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    @media only screen and (max-width: 991px) {
      .section-home_chiffres.animate .title-home {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_chiffres.animate .chiffres {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
    @media only screen and (max-width: 991px) {
      .section-home_chiffres.animate .chiffres {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_chiffres .title-home,
  .section-home_chiffres .chiffres {
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .section-home_chiffres .title-home,
      .section-home_chiffres .chiffres {
        opacity: 1; } }
  .section-home_chiffres svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .section-home_chiffres svg {
        width: 95%; } }
    @media only screen and (max-width: 767px) {
      .section-home_chiffres svg {
        width: auto;
        left: -150px; } }
  .section-home_chiffres .title-chiffres {
    z-index: 2;
    position: relative;
    color: #002651; }
  .section-home_chiffres .chiffres {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media only screen and (max-width: 991px) {
      .section-home_chiffres .chiffres {
        padding-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .section-home_chiffres .chiffres {
        display: block; } }
  .section-home_chiffres .chiffre {
    background-color: #FFFFFF;
    min-width: 280px;
    height: 260px;
    margin: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .section-home_chiffres .chiffre span {
      display: block; }
    .section-home_chiffres .chiffre .number {
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 62px;
      font-weight: 700;
      color: #4A90E2; }
      @media only screen and (max-width: 991px) {
        .section-home_chiffres .chiffre .number {
          font-size: 36px;
          font-size: 2.25rem;
          line-height: 48px; } }
    .section-home_chiffres .chiffre .label {
      padding-top: 5px;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 15px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #002651; }
      @media only screen and (max-width: 991px) {
        .section-home_chiffres .chiffre .label {
          padding-top: 0; } }
  .section-home_chiffres .chiffres-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FAFBFD;
    height: 100%;
    width: calc(3 * (280px + 27px * 2));
    max-width: 100%; }
  .section-home_chiffres .chiffres-content {
    padding: 80px 0; }

.section-home_securite {
  padding: 80px 0 0;
  background-color: #FFFFFF; }
  .section-home_securite.animate .top-securite {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    @media only screen and (max-width: 991px) {
      .section-home_securite.animate .top-securite {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_securite.animate .organismes {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
    @media only screen and (max-width: 991px) {
      .section-home_securite.animate .organismes {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_securite .top-securite,
  .section-home_securite .organismes {
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .section-home_securite .top-securite,
      .section-home_securite .organismes {
        opacity: 1; } }
  @media only screen and (max-width: 991px) {
    .section-home_securite {
      padding: 80px 20px; } }
  .section-home_securite .container {
    background-color: #FAFBFD; }
  .section-home_securite .top-securite {
    text-align: center; }
  .section-home_securite .title-securite {
    color: #002651; }
  .section-home_securite .cta-securite {
    display: inline-block;
    padding: 16px 24px;
    border-radius: 9px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 600;
    color: #4A90E2;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(46, 157, 224, 0.1);
    margin-top: 25px;
    box-shadow: none;
    border: 2px solid #FAFBFD;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
    @media only screen and (max-width: 991px) {
      .section-home_securite .cta-securite {
        font-size: 13px;
        font-size: 0.8125rem; } }
    .section-home_securite .cta-securite:hover {
      background-color: #4A90E2;
      color: #FFFFFF;
      border: 2px solid #4A90E2;
      box-shadow: 0 10px 20px 0 rgba(46, 157, 224, 0.4);
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
  .section-home_securite .toptitle-home {
    display: flex;
    flex-direction: column; }
    .section-home_securite .toptitle-home .secu-icon {
      margin-bottom: 30px; }
    .section-home_securite .toptitle-home span {
      padding: 0; }
  .section-home_securite .organismes {
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
    padding: 75px 0; }
    @media only screen and (max-width: 991px) {
      .section-home_securite .organismes {
        padding: 24px 0;
        grid-column-gap: 30px; } }
  .section-home_securite .organisme {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-bottom: 10px; }
    .section-home_securite .organisme img {
      max-width: 118px; }

.section-home_expertise {
  padding: 160px 0;
  text-align: center; }
  .section-home_expertise.animate .title-home,
  .section-home_expertise.animate .subtitle-home {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    @media only screen and (max-width: 991px) {
      .section-home_expertise.animate .title-home,
      .section-home_expertise.animate .subtitle-home {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_expertise.animate .expertise_container {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -moz-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -o-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
    @media only screen and (max-width: 991px) {
      .section-home_expertise.animate .expertise_container {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none; } }
  .section-home_expertise .expertise_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 20px; }
    .section-home_expertise .expertise_container .expertise {
      padding: 30px 16px 16px; }
    .section-home_expertise .expertise_container .expertise-img {
      width: 380px;
      max-width: 100%;
      height: auto; }

.section-home_specialites {
  padding: 120px 0 160px; }
  .section-home_specialites .specialites_container {
    padding: 100px 120px 72px;
    background-color: #FAFBFD;
    position: relative; }
    @media only screen and (max-width: 1199px) {
      .section-home_specialites .specialites_container {
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (max-width: 767px) {
      .section-home_specialites .specialites_container {
        padding-left: 30px;
        padding-right: 30px; } }
    .section-home_specialites .specialites_container:before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url(../public/images/svg/shape-specialites.svg);
      background-position: top left;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 991px) {
        .section-home_specialites .specialites_container:before {
          display: none; } }
    .section-home_specialites .specialites_container .title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      .section-home_specialites .specialites_container .title span {
        color: #002651;
        font-size: 40px;
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 49px;
        text-align: center; }
    .section-home_specialites .specialites_container .specialites {
      padding-top: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 991px) {
        .section-home_specialites .specialites_container .specialites {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .section-home_specialites .specialites_container .specialites .specialites-col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .section-home_specialites .specialites_container .specialites .specialites-col .specialite {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          margin-bottom: 28px; }
          .section-home_specialites .specialites_container .specialites .specialites-col .specialite span {
            text-transform: uppercase;
            color: #002651;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: bold;
            letter-spacing: 2px;
            line-height: 18px;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -moz-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }

/*

.sibling-hover, #parent {
    cursor: pointer;
}


#parent:hover > .svg-01:hover {
    background-color: red;
    color: white;
}

*/
/**
 * DEMO STYLE
 */
.hubspot-link__container.sproket {
  display: none !important; }

.wrapper-demo .logo #folloow {
  display: none; }
  @media only screen and (max-width: 991px) {
    .wrapper-demo .logo #folloow {
      display: block; } }

@media only screen and (max-width: 991px) {
  .wrapper-demo .logo #Combined-Shape,
  .wrapper-demo .logo #Oval-Copy {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    fill: #4A90E2 !important; } }

.section-demo.section-landing .content-landing {
  padding-top: 60px; }
  @media only screen and (max-width: 1199px) {
    .section-demo.section-landing .content-landing {
      padding-top: 0; } }
  @media only screen and (max-width: 991px) {
    .section-demo.section-landing .content-landing {
      padding: 12px 0 80px; } }
  .section-demo.section-landing .content-landing .desc-landing {
    width: 100%; }

@media only screen and (max-width: 991px) {
  .section-demo.section-landing .iphone,
  .section-demo.section-landing .desktop {
    display: none; } }

.section-demo.section-landing .form-demo .cs-row {
  width: 440px;
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .section-demo.section-landing .form-demo .cs-row {
      width: 100%; } }
  .section-demo.section-landing .form-demo .cs-row > input,
  .section-demo.section-landing .form-demo .cs-row select,
  .section-demo.section-landing .form-demo .cs-row .tel-container {
    width: calc(50% - 12px); }
  .section-demo.section-landing .form-demo .cs-row .input-tel {
    width: 100%; }

.section-demo.section-landing .form-demo .mail-container {
  position: relative;
  max-width: 440px; }

.section-demo.section-landing .form-demo .tel-container {
  position: relative; }

.section-demo.section-landing .form-demo .tel-container:after,
.section-demo.section-landing .form-demo .mail-container:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: right;
  right: 12px;
  width: 10px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none; }

.section-demo.section-landing .form-demo .tel-container.valid:after,
.section-demo.section-landing .form-demo .mail-container.valid:after {
  background-image: url("../public/images/svg/icon-checked-2.svg");
  display: block; }

.section-demo.section-landing .form-demo .tel-container.error:after,
.section-demo.section-landing .form-demo .mail-container.error:after {
  background-image: url("../public/images/svg/icon-cross.svg");
  display: block; }

.section-demo.section-landing .form-demo input:not([type="submit"]),
.section-demo.section-landing .form-demo select {
  padding: 16px;
  border: none;
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  background: #FFFFFF;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF; }
  @media only screen and (max-width: 1599px) {
    .section-demo.section-landing .form-demo input:not([type="submit"]),
    .section-demo.section-landing .form-demo select {
      font-size: 16px;
      font-size: 1rem; } }
  .section-demo.section-landing .form-demo input:not([type="submit"])::-webkit-input-placeholder,
  .section-demo.section-landing .form-demo select::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.8; }
  .section-demo.section-landing .form-demo input:not([type="submit"]):-moz-placeholder,
  .section-demo.section-landing .form-demo select:-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.8; }
  .section-demo.section-landing .form-demo input:not([type="submit"])::-moz-placeholder,
  .section-demo.section-landing .form-demo select::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.8; }
  .section-demo.section-landing .form-demo input:not([type="submit"]):-ms-input-placeholder,
  .section-demo.section-landing .form-demo select:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.8; }

.section-demo.section-landing .form-demo .input-mail {
  width: 440px; }
  @media only screen and (max-width: 991px) {
    .section-demo.section-landing .form-demo .input-mail {
      width: 100%; } }

.section-demo.section-landing .form-demo .input-submit {
  position: static;
  margin-top: 32px; }

.wrapper-demo .top-wrapper {
  background-color: #FFFFFF; }
  @media only screen and (max-width: 1199px) {
    .wrapper-demo .top-wrapper {
      height: 730px; } }
  @media only screen and (max-width: 991px) {
    .wrapper-demo .top-wrapper {
      height: 100%; } }

.wrapper-demo .section-confiance {
  padding: 100px 0; }
  @media only screen and (max-width: 991px) {
    .wrapper-demo .section-confiance {
      padding: 80px 0; } }
  @media only screen and (max-width: 991px) {
    .wrapper-demo .section-confiance .partenaires {
      padding: 32px 0 0; } }

.wrapper-demo footer {
  background: #002651; }

/**
 * VALIDATION STYLE
 */
.wrapper-validation .top-wrapper {
  background-color: #FFFFFF; }
  @media only screen and (max-width: 1199px) {
    .wrapper-validation .top-wrapper {
      height: 730px; } }
  @media only screen and (max-width: 991px) {
    .wrapper-validation .top-wrapper {
      height: 100%; } }

.wrapper-validation header {
  padding: 30px 0 100px; }
  @media only screen and (max-width: 1199px) {
    .wrapper-validation header {
      padding: 30px 0 40px; } }

.wrapper-validation .section-landing .grid-container .col.align-self-start {
  padding-right: 15px; }

.wrapper-validation .section-landing svg {
  padding-top: 40px; }
  @media only screen and (max-width: 991px) {
    .wrapper-validation .section-landing svg {
      display: none; } }

@media only screen and (max-width: 1199px) {
  .wrapper-validation .section-landing .content-landing {
    padding-top: 0; } }

.wrapper-validation .section-landing .cta-back {
  display: inline-block;
  margin-top: 32px;
  padding: 20px 48px;
  border: none;
  border-radius: 9px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  background-color: #FFFFFF;
  color: #002651;
  cursor: pointer;
  box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.3);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .wrapper-validation .section-landing .cta-back:hover {
    background-color: #002651;
    color: #FFFFFF;
    box-shadow: 0 18px 30px 0 rgba(56, 61, 64, 0.5);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  @media only screen and (max-width: 576px) {
    .wrapper-validation .section-landing .cta-back {
      display: block; } }

.wrapper-validation .section-confiance {
  padding: 100px 0; }
  @media only screen and (max-width: 991px) {
    .wrapper-validation .section-confiance {
      padding: 80px 0; } }
  @media only screen and (max-width: 991px) {
    .wrapper-validation .section-confiance .partenaires {
      padding: 32px 0 0; } }

.wrapper-validation footer {
  background: #002651; }

/**
* MENTIONS STYLE
*/
.wrapper-mentions header {
  background: #4A90E2; }

.wrapper-mentions .logo #folloow {
  display: none; }
  @media only screen and (max-width: 991px) {
    .wrapper-mentions .logo #folloow {
      display: block; } }

@media only screen and (max-width: 991px) {
  .wrapper-mentions .logo #Combined-Shape,
  .wrapper-mentions .logo #Oval-Copy {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    fill: #4A90E2 !important; } }

.section-mentions {
  padding: 120px 0 200px;
  background-image: linear-gradient(-90deg, #fafbfd 0%, #ffffff 99%); }
  @media only screen and (max-width: 991px) {
    .section-mentions {
      padding: 20px 0 80px;
      text-align: center; } }
  .section-mentions img, .section-mentions svg {
    max-width: 100%; }
  @media only screen and (max-width: 991px) {
    .section-mentions .bloc-mentions {
      padding-top: 25px; } }
  @media only screen and (max-width: 991px) {
    .section-mentions h4 {
      mwebkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .section-mentions .bloc-mentions_title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 42px;
    font-weight: 200;
    color: #002651;
    padding-top: 20px; }
    @media only screen and (max-width: 991px) {
      .section-mentions .bloc-mentions_title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px; } }
  .section-mentions .bloc-mentions_content p {
    padding-bottom: 15px;
    color: #555878;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 26px;
    font-weight: 500;
    max-width: 520px; }
    .section-mentions .bloc-mentions_content p:last-of-type {
      padding-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .section-mentions .bloc-mentions_content p {
        margin: 0 auto; } }

.section-mentions-02 {
  padding: 0 0 200px;
  background-image: linear-gradient(-90deg, #fafbfd 0%, #ffffff 99%); }
  @media only screen and (max-width: 991px) {
    .section-mentions-02 {
      padding: 20px 0 80px;
      text-align: center; } }
  .section-mentions-02 img {
    width: 100%;
    max-width: 547px;
    margin-top: -80px; }
    @media only screen and (max-width: 991px) {
      .section-mentions-02 img {
        margin-top: 20px; } }
  @media only screen and (max-width: 991px) {
    .section-mentions-02 .bloc-mentions {
      padding-top: 25px; } }
  .section-mentions-02 .bloc-mentions_title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 42px;
    font-weight: 200;
    color: #002651;
    padding-top: 20px; }
    @media only screen and (max-width: 991px) {
      .section-mentions-02 .bloc-mentions_title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px; } }
  .section-mentions-02 .bloc-mentions_content p {
    padding-bottom: 15px;
    color: #555878;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 28px;
    font-weight: 500;
    max-width: 520px; }
    @media only screen and (max-width: 991px) {
      .section-mentions-02 .bloc-mentions_content p {
        padding-top: 25px;
        margin: 0 auto; } }
    .section-mentions-02 .bloc-mentions_content p:last-of-type {
      padding-bottom: 0; }
     table> h6, table>h4{color:white;}
      h5{color:white; 
        margin: 150px;}
      td{padding-right: 100px;}

      .footlist{
        display: flex;
        
      }

      .footlist>img{
        padding-left: 150px;
        
      }
      @media only screen and (max-width: 991px) {
        .footlist{
         display: block;} }
         
         
         
         








         /* Position the image container (needed to position the left and right arrows) */
.container1 {
  position: relative;
  width: 40%;
  height: 400px;
  margin-left:30%;
  margin-right:30%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}