/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*# sourceMappingURL=normalize.min.css.map */
@font-face {
  font-family: "Buenos Aires";
  font-weight: 400;
  src: url(../assets/fonts/BuenosAires-Regular.otf); }
@font-face {
  font-family: "Buenos Aires";
  font-weight: 600;
  src: url(../assets/fonts/BuenosAires-Bold.otf); }
@font-face {
  font-family: "BuenosAires-Light";
  font-weight: 600;
  src: url(../assets/fonts/BuenosAires-Light.otf); }
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  src: url(../assets/fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: "OpenSansSemiBold";
  font-weight: 600;
  src: url(../assets/fonts/OpenSans-SemiBold.ttf); }
@font-face {
  font-family: "OpenSansBold";
  font-weight: 600;
  src: url(../assets/fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: "OpenSansItalic";
  src: url(../assets/fonts/OpenSans-Italic.ttf); }
@font-face {
  font-family: "OpenSansItalicLight";
  src: url(../assets/fonts/OpenSans-LightItalic.ttf); }
@font-face {
  font-family: "OpenSansLight";
  src: url(../assets/fonts/OpenSans-Light.ttf); }
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343A5E; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #343A5E; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #343A5E; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #343A5E; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

body {
  font-family: "OpenSans", "Buenos Aires", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-smothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #343A5E;
  overflow-x: hidden;
  background: #F6FDFF; }

.h1, .h2, .h3, .h4, .h5 {
  margin: 0; }

.h1 {
  font-family: "Buenos Aires", 'OpenSans', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 71px;
  margin-bottom: 16px; }

.h2 {
  font-family: "Buenos Aires", 'OpenSans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 47px;
  color: #343a5e; }

.h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 41px; }

.h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }
  .h4::before {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }

.h5 {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px; }

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 1em 0; }

.section-number {
  font-size: 35px;
  line-height: 48px;
  font-weight: 600;
  color: #5E72FA;
  margin-bottom: 9px; }

*:last-child {
  margin-bottom: 0; }

.wrapper {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 35px; }

.wrapper-section {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 100px; }

.nomargB {
  margin-bottom: 0; }

.chart-container {
  width: 100%;
  position: relative;
  font-family: "Buenos Aires", 'OpenSans', 'Arial', sans-serif; }
  .chart-container .chart-details {
    margin-top: 40px;
    height: calc(100% - 100px);
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none; }
    .chart-container .chart-details .selectable {
      pointer-events: auto; }
  .chart-container #container-01 {
    width: 1500px; }

.tabs-legend {
  padding-top: 16px;
  border-top: 1px solid #fff;
  display: inline-flex; }
  .tabs-legend p {
    margin-right: 36px; }
    .tabs-legend p:last-child {
      margin-right: 0; }

.chart-bottom p {
  font-size: 18px; }

.chart-infos p {
  display: block;
  font-size: 20px; }
  .chart-infos p.big {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 45px; }
.chart-infos .line {
  margin-bottom: 20px; }
  .chart-infos .line:last-child {
    margin-bottom: 0; }

.chart-footer {
  padding: 34px 0 60px;
  position: relative; }
  .chart-footer.nopaddb {
    padding-bottom: 0; }
  .chart-footer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #5a80ef, #34d5b0); }
  .chart-footer p {
    font-family: "OpenSansItalic";
    font-size: 23px;
    line-height: 1.35em;
    width: 876px;
    margin: 0 auto; }
    .chart-footer p strong {
      font-style: italic; }

.text-underline {
  padding-bottom: 15px;
  border-bottom: 1px solid #6272fb; }

.text-blue {
  color: #6272fb; }

.icon-cursor {
  padding-top: 10px; }

.big {
  font-size: 45px; }

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.input,
.btn {
  font-family: "OpenSans", "Buenos Aires", "Arial", sans-serif;
  color: #343A5E;
  outline: none;
  background: none;
  -webkit-appearance: none; }

.input {
  font-size: 22px;
  font-weight: 600;
  padding: 12px 16px;
  line-height: 1.5em;
  height: 56px;
  line-height: 56px;
  border-radius: 100px;
  font-size: 14px;
  background: #fff;
  border: 2px solid #343A5E; }
  .input.fullw {
    width: 100%;
    display: block; }
  .input.reset {
    background: none;
    border: 0; }
  .input.error {
    border-color: red; }

textarea.input {
  min-height: 120px;
  max-height: 360px;
  max-width: 100%;
  width: 100%;
  border-radius: 30px;
  height: auto;
  line-height: 1.5em; }

.btn {
  font-family: "Buenos Aires", 'OpenSans', 'Arial', sans-serif;
  width: 201px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  padding: 0;
  border-radius: 100px;
  border: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block; }
  .btn.btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #5a80ef, #34d5b0); }
    .btn.btn-primary:hover {
      color: #fff;
      background: #2C416F; }
  .btn.btn-secondary:hover {
    color: #fff;
    background: #2C416F; }

.btn-social {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131438; }
  .btn-social:hover {
    background: #2C416F; }

.share {
  display: flex; }
  .share .btn-social {
    margin-left: 7px; }

.btn-secondary-border {
  display: inline-block;
  background: linear-gradient(90deg, #5a80ef, #34d5b0);
  padding: 2px;
  border-radius: 100px; }
  .btn-secondary-border .btn-secondary {
    color: #fff;
    background: #272b5c; }

.fontOpenSansSemiBold {
  font-family: "OpenSansSemiBold"; }

.fontBuenosAires {
  font-family: "Buenos Aires", 'Arial', sans-serif; }

.fontOpenSans {
  font-family: "OpenSans"; }

.fontOpenSansLight {
  font-family: "OpenSansLight"; }

.intro {
  height: 100vh;
  min-height: 871px;
  color: #fff;
  background: #1e2046;
  background: url("../assets/images/bg-intro.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  .intro .wrapper {
    height: 100%; }
  .intro .wrapper-header {
    width: 100%;
    position: absolute;
    z-index: 2; }
  .intro header {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 60px 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .intro .intro-container {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start; }
    .intro .intro-container .intro-content {
      flex: 0 0 65%;
      position: relative;
      z-index: 99;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .intro .intro-container .intro-media {
      flex: 0 0 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .intro .intro-container .intro-text .h1 {
      position: relative;
      z-index: 2; }
    .intro .intro-container .intro-text .intro-year {
      margin-top: -40px;
      margin-bottom: 25px; }
    .intro .intro-container .intro-text .h2 {
      font-size: 26px;
      line-height: 39px;
      color: #fff; }
      .intro .intro-container .intro-text .h2 .br {
        display: block; }
    .intro .intro-container .intro-cta {
      margin-top: 64px; }
      .intro .intro-container .intro-cta .btn.btn-primary {
        margin-right: 24px; }

.dark,
.intro {
  overflow: hidden; }

.layer-images {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 55%;
  height: 600px; }
  .layer-images img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .layer-images img.layer-01 {
      z-index: 3; }
    .layer-images img.layer-02 {
      z-index: 2; }
    .layer-images img.layer-03 {
      z-index: 1; }

a {
  color: #646CFF;
  text-decoration: none; }

.first-title {
  overflow: hidden;
  position: relative;
  padding-top: 25px; }

nav {
  width: 100px;
  height: 360px;
  font-family: "Buenos Aires", 'OpenSans', 'Arial', sans-serif;
  top: calc(50vh - 180px);
  left: 0;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  display: flex;
  flex-direction: column;
  z-index: 9999999;
  transition: .4s;
  background: transparent;
  max-width: 420px;
  background: rgba(255, 255, 255, 0); }
  nav:hover a {
    color: #000; }
  nav.sticky {
    position: fixed; }
  nav .nav-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    nav .nav-container a {
      display: flex;
      align-items: center;
      height: 34px; }
  nav .nav-container {
    z-index: 2;
    padding-left: 10px;
    padding-right: 40px;
    height: auto;
    width: auto; }
    nav .nav-container a {
      position: relative;
      z-index: 3;
      padding-left: 35px; }
    nav .nav-container a.active::before {
      left: 10px; }
    nav .nav-container .link-text {
      white-space: nowrap;
      display: none; }
    nav .nav-container .nav-background {
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      transform: translateX(-100%); }
    nav .nav-container .nav-border {
      display: block;
      width: 7px;
      height: 100%;
      background: -webkit-linear-gradient(bottom, #00DA9D, #646CFF);
      background: -o-linear-gradient(bottom, #00DA9D, #646CFF);
      background: linear-gradient(to top, #00DA9D, #646CFF);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      transform: translateX(-100%); }
  nav a {
    margin: 15px 0;
    font-size: 16px;
    display: inline;
    padding-left: 25px;
    font-weight: 400;
    color: #646CFF; }
    nav a:first-child {
      margin-bottom: -8px;
      margin-top: 15px; }
    nav a:last-child {
      margin-top: -8px;
      margin-bottom: 15px; }
    nav a:first-child.active::before, nav a:last-child.active::before {
      margin-top: 0; }
    nav a.active {
      font-weight: 600;
      font-size: 18px;
      position: relative;
      color: #646CFF; }
      nav a.active span.link-text {
        color: #646CFF; }
      nav a.active::before {
        content: '';
        display: block;
        width: 16px;
        height: 3px;
        background: #646CFF;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
        bottom: 0; }
    nav a:hover {
      color: #646CFF; }
      nav a:hover span.link-text {
        color: #646CFF; }
    nav a.active {
      color: #646CFF; }
      nav a.active span.link-text {
        color: #646CFF;
        font-weight: bold; }
    nav a span.link-text {
      color: #1a1635;
      display: inline-block;
      margin-left: 17px; }

section.dark {
  color: #fff;
  background: #1E2046; }

.section-content {
  padding: 60px 0; }
  .section-content.no-paddb {
    padding-bottom: 0; }
  .section-content.section-padd-xs {
    padding: 40px 0; }

.section-header {
  padding-top: 72px;
  padding-bottom: 110px;
  display: flex; }
  .section-header .section-header--number {
    padding-right: 45px; }
  .section-header .section-header--details {
    padding-left: 45px; }
    .section-header .section-header--details .h3 {
      margin-bottom: 1em; }

.title-italic {
  margin: 40px 0 45px; }
  .title-italic p {
    font-family: OpenSansItalicLight;
    font-size: 25px; }

.is-italic {
  font-family: "OpenSansItalicLight";
  font-size: 25px;
  line-height: 1.35em;
  color: #343a5e; }
  .is-italic strong {
    font-family: "OpenSansItalic"; }
  .is-italic .is-title-italic {
    font-family: "OpenSansItalic";
    display: block; }

.title-section {
  width: 100%;
  margin: 67px 0 40px;
  padding-bottom: 26px;
  position: relative;
  font-family: "Buenos Aires", 'OpenSans', 'Arial', sans-serif; }
  .title-section hr {
    width: 100%;
    height: 1px;
    border: 0;
    background: -webkit-linear-gradient(left, #5a80ef, #34d5b0);
    background: -o-linear-gradient(left, #5a80ef, #34d5b0);
    background: linear-gradient(to right, #5a80ef, #34d5b0); }
  .title-section.title-smaller {
    padding-bottom: 0; }
    .title-section.title-smaller .text-border-gradient {
      font-size: 50px; }
      .title-section.title-smaller .text-border-gradient.title-xl {
        font-size: 75px; }
    .title-section.title-smaller .h2 {
      font-size: 26px; }
    .title-section.title-smaller::before {
      display: none; }
  .title-section.darker .text-border-gradient {
    color: #1E2046; }
  .title-section.darker p.is-italic,
  .title-section.darker .h2 {
    color: #fff; }
  .title-section .h2.title-w-tag {
    margin-top: -23px; }
  .title-section.fullw {
    max-width: none; }
  .title-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(bottom, #00DA9D, #646CFF);
    background: -o-linear-gradient(bottom, #00DA9D, #646CFF);
    background: linear-gradient(to top, #00DA9D, #646CFF);
    position: absolute;
    bottom: 0;
    left: 0; }
  .title-section.italic p {
    color: #343A5E;
    font-family: "OpenSansItalic";
    font-size: 25px;
    line-height: 34px;
    font-weight: 400; }

.group-text-split {
  font-family: 'OpenSans';
  display: flex;
  margin: 30px -60px; }
  .group-text-split .text-item {
    flex: 0 0 50%;
    padding: 0 60px; }

.list {
  margin-top: 30px; }
  .list li {
    margin: 5px 0;
    font-size: 16px;
    line-height: 21px; }

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

.group-text p {
  font-family: 'OpenSans';
  font-weight: 300;
  margin-bottom: 5px; }
  .group-text p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: 600;
  font-weight: 700; }

.text-border-gradient {
  display: inline;
  font-size: 75px;
  padding-left: 1px;
  margin-left: -5px;
  font-weight: 800;
  text-align: center;
  display: inline;
  background: -webkit-linear-gradient(0deg, #5a80ef 3%, #34d5b0 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: #F6FDFF; }
  .text-border-gradient.title-xl {
    font-size: 75px; }
  .text-border-gradient.font-50 {
    font-size: 50px; }
  .text-border-gradient::first-letter {
    font-size: 125%; }

.chart-split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.chart-text {
  flex: 0 0 60%;
  padding-right: 50px; }

.chart-legend-title {
  flex: 0 0 40%;
  position: relative;
  padding-left: 20px; }
  .chart-legend-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    border-radius: 20px;
    background: -webkit-linear-gradient(#5a80ef, #34d5b0);
    background: -o-linear-gradient(#5a80ef, #34d5b0);
    background: linear-gradient(#5a80ef, #34d5b0); }
  .chart-legend-title p {
    font-family: OpenSansItalicLight;
    font-size: 25px;
    line-height: 1.3em; }

.text-gradient {
  font-family: OpenSansItalicLight;
  font-size: 25px;
  line-height: 1.30em;
  margin-bottom: 0;
  background: -webkit-linear-gradient(left, #00e2a1, #646cff);
  background: -o-linear-gradient(left, #00e2a1, #646cff);
  background: linear-gradient(to right, #00e2a1, #646cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .text-gradient.is-title {
    font-family: "Buenos Aires", 'OpenSans', 'Arial', sans-serif;
    font-size: 26px;
    font-style: normal; }

.text-gradient.font-22 {
  font-size: 22px; }

.sub-content-title {
  margin-top: 40px; }

.card .card-title {
  position: relative;
  padding: 27px 50px;
  background: #28d1b1; }
  .card .card-title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 37px 0 0;
    border-color: #fafeff transparent transparent transparent; }
  .card .card-title p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #fff; }
.card .card-content {
  padding: 18px 50px;
  background: #f0fafc; }
  .card .card-content p {
    font-size: 16px;
    font-weight: 300; }

.title-split .h4 {
  width: 100%; }

.title-inline .h4 {
  display: inline-block; }

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

.img-container img {
  width: 100%;
  display: block; }
  .img-container img.fix-graph-01 {
    margin: -30px -65px 0;
    width: calc(100% + 130px); }
  .img-container img.fix-graph-02 {
    margin: 0 -110px;
    width: calc(100% + 220px); }

.borderb {
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e7ec; }

.section-row {
  margin-bottom: 60px; }
  .section-row:last-child {
    margin-bottom: 82px; }
    .section-row:last-child.no-margb {
      margin-bottom: 0; }

.color-green {
  color: #00e2a1; }

.color-blue {
  color: #646cff; }

.color-pink {
  color: #ffcada; }

.title-26 {
  font-family: "Buenos Aires", 'OpenSans', 'Arial', sans-serif;
  font-size: 26px;
  font-weight: normal; }

.title-22 {
  font-size: 22px;
  font-weight: bold; }

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

.text-italic {
  font-family: "OpenSansItalic";
  font-size: 18px;
  line-height: 25px;
  color: #1f1e49; }

.row-border {
  padding: 20px 0;
  position: relative; }
  .row-border .row-border-container {
    max-width: 875px;
    width: 100%;
    margin: 0 auto; }
    .row-border .row-border-container p {
      margin: 17px 0; }
  .row-border::before, .row-border::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #5a80ef, #34d5b0);
    background: -o-linear-gradient(left, #5a80ef, #34d5b0);
    background: linear-gradient(to right, #5a80ef, #34d5b0); }
  .row-border::after {
    top: auto;
    bottom: 0; }

.row-border-signature {
  text-align: right;
  padding-top: 20px; }
  .row-border-signature p {
    font-size: 14px;
    line-height: 1.35em;
    color: #A5A5A5;
    margin: 0; }
    .row-border-signature p.name-testimonial:hover a {
      text-decoration: underline; }
    .row-border-signature p a {
      color: #A5A5A5; }

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

.card-green-second {
  margin-top: -25px;
  background: #ebffff;
  padding: 0 75px; }
  .card-green-second-content {
    padding: 30px 0;
    border-top: 1px solid #00e2a1; }
    .card-green-second-content .card-tips-second-header {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .card-green-second-content .card-tips-second-header p {
        font-size: 16px;
        color: #343a5e;
        margin: 0 0 0 14px;
        font-weight: 600; }

.card-tips {
  border-top: 7px solid #00E2A1;
  padding: 55px 50px;
  margin-top: 15px;
  background: #ebffff;
  display: flex; }
  .card-tips.align-center {
    align-items: center; }
  .card-tips.smallpadd {
    padding: 30px 50px; }
  .card-tips.card-second {
    margin-top: 0;
    border-top-width: 1px; }
  .card-tips.card-blue {
    border-color: #6473fc;
    background: #ecf0ff; }
  .card-tips .title-26 {
    font-weight: bold;
    line-height: 35px;
    margin-top: -14px; }
  .card-tips .card-media {
    margin-right: 64px; }
  .card-tips .card-text {
    padding-right: 60px; }
    .card-tips .card-text p.text {
      font-size: 16px;
      line-height: 25px;
      color: #333960; }
  .card-tips.darker {
    background: rgba(61, 174, 204, 0.15); }
    .card-tips.darker .card-text p.text {
      color: #fff; }

.table table {
  width: 100%;
  margin: 40px auto; }
.table tbody .variation {
  font-weight: bold;
  width: 35px; }
  .table tbody .variation.down {
    border-bottom: 4px solid #ff386b; }
  .table tbody .variation.up {
    border-bottom: 4px solid #1fdda5; }
.table tbody .icon-stat {
  margin-left: 5px; }
.table tbody .rank {
  color: #fff;
  font-size: 15px;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center; }
.table tbody.bg-color-gradient tr:nth-child(1) .rank {
  background: #20dda6; }
.table tbody.bg-color-gradient tr:nth-child(2) .rank {
  background: #29daaa; }
.table tbody.bg-color-gradient tr:nth-child(3) .rank {
  background: #3ccfb4; }
.table tbody.bg-color-gradient tr:nth-child(4) .rank {
  background: #45c9b9; }
.table tbody.bg-color-gradient tr:nth-child(5) .rank {
  background: #58bac5; }
.table tbody.bg-color-gradient tr:nth-child(6) .rank {
  background: #5eb4cb; }
.table tbody.bg-color-gradient tr:nth-child(7) .rank {
  background: #5db4cb; }
.table tbody.bg-color-gradient tr:nth-child(8) .rank {
  background: #65a9d3; }
.table tbody.bg-color-gradient tr:nth-child(9) .rank {
  background: #6b9cde; }
.table tbody.bg-color-gradient tr:nth-child(10) .rank {
  background: #6c95e4; }
.table tbody.bg-color-gradient tr:nth-child(11) .rank {
  background: #6c90e7; }
.table tbody.bg-color-gradient tr:nth-child(12) .rank {
  background: #6b8de9; }
.table tbody.bg-color-gradient tr:nth-child(13) .rank {
  background: #6a83ef; }
.table tbody.bg-color-gradient tr:nth-child(14) .rank {
  background: #677af6; }
.table tbody.bg-color-gradient tr:nth-child(15) .rank {
  background: #6473fc; }
.table tbody.bg-color-gradient-second-part tr:nth-child(1) .rank {
  background: #a5a5a5; }
.table tbody.bg-color-gradient-second-part tr:nth-child(2) .rank {
  background: #20dda6; }
.table tbody.bg-color-gradient-second-part tr:nth-child(3) .rank {
  background: #29daaa; }
.table tbody.bg-color-gradient-second-part tr:nth-child(4) .rank {
  background: #3ccfb4; }
.table tbody.bg-color-gradient-second-part tr:nth-child(5) .rank {
  background: #45c9b9; }
.table tbody.bg-color-gradient-second-part tr:nth-child(6) .rank {
  background: #58bac5; }
.table tbody.bg-color-gradient-second-part tr:nth-child(7) .rank {
  background: #5eb4cb; }
.table tbody.bg-color-gradient-second-part tr:nth-child(8) .rank {
  background: #5db4cb; }
.table tbody.bg-color-gradient-second-part tr:nth-child(9) .rank {
  background: #65a9d3; }
.table tbody.bg-color-gradient-second-part tr:nth-child(10) .rank {
  background: #6b9cde; }
.table tbody.bg-color-gradient-second-part tr:nth-child(11) .rank {
  background: #6c95e4; }
.table tbody.bg-color-gradient-second-part tr:nth-child(12) .rank {
  background: #6c90e7; }
.table tbody.bg-color-gradient-second-part tr:nth-child(13) .rank {
  background: #6b8de9; }
.table tbody.bg-color-gradient-second-part tr:nth-child(14) .rank {
  background: #6a83ef; }
.table tbody.bg-color-gradient-second-part tr:nth-child(15) .rank {
  background: #677af6; }

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

table {
  border-collapse: collapse;
  background: #fff; }

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #f6f6f6; }

th {
  background: #fff;
  color: #333960;
  font-weight: 600;
  font-size: 15px;
  height: 45px; }

td, th {
  padding: 0;
  border: 0;
  text-align: left;
  font-size: 15px; }

.dot-circle {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: none;
  border: 2px solid #009999; }
  .dot-circle.dot-trendy {
    border-color: #1fdea6;
    background: #1fdea6; }
  .dot-circle.dot-menaces {
    border-color: #874db7; }
  .dot-circle.dot-etablies {
    border-color: #30b3bb;
    background: #30b3bb; }
  .dot-circle.dot-montantes {
    border-color: #a75ecc;
    background: #a75ecc; }

.chart-legend {
  margin-top: 30px;
  padding: 18px;
  background: rgba(61, 174, 204, 0.08);
  margin-bottom: 50px; }
  .chart-legend .container-four-item {
    padding: 17px 0; }
  .chart-legend .title {
    font-family: "OpenSansLight";
    font-size: 12px;
    color: #9594b3;
    margin-bottom: 0; }
  .chart-legend .chart-legend-item {
    display: flex; }
    .chart-legend .chart-legend-item .chart-legend-item-dot {
      margin-right: 21px;
      padding-top: 2px; }
    .chart-legend .chart-legend-item p {
      margin: 0;
      font-size: 14px; }

.container-four-item {
  display: flex;
  margin: 0 -10px; }
  .container-four-item .item {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px; }

.title-number {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .title-number .is-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-family: "Buenos Aires", 'Arial', sans-serif;
    font-size: 20px;
    display: flex;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    border: 2px solid #343a5e;
    color: #343a5e; }
  .title-number h4 {
    font-family: "Buenos Aires", 'Arial', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin: 0; }

.title-border {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4a516f; }
  .title-border svg.icon-left {
    margin-right: 15px; }
  .title-border p {
    margin-bottom: 0;
    font-weight: 600; }

.break-chapter {
  padding-top: 440px; }

#projets .title-section,
#changement .title-section {
  margin-top: 0; }

div[data-section="01"] {
  padding-top: 0;
  margin-bottom: 100px; }

div[data-section="02"],
div[data-section="03"] {
  margin-bottom: 60px; }

div[data-section]:last-child {
  margin-bottom: 0; }

#offre > .title-section {
  padding: 0;
  margin: 0; }

#competences,
#offre,
#projets,
#changement {
  padding-top: 40px; }

.mt-0 {
  margin-top: 0; }

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

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

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

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

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

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

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

.mb-100 {
  margin-bottom: 107px; }

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

.chart-view {
  display: flex;
  margin-bottom: 15px; }
  .chart-view .chart-view-text {
    flex: 0 0 350px;
    width: 350px;
    margin-right: 45px; }

.chart-controls {
  display: flex;
  padding-left: 5px; }
  .chart-controls .swiper-btn {
    margin-right: 11px; }

.swiper-btn {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #5a80ef, #34d5b0);
  background: -o-linear-gradient(left, #5a80ef, #34d5b0);
  background: linear-gradient(to right, #5a80ef, #34d5b0);
  transition: transform .4s; }
  .swiper-btn:hover:not(.swiper-button-disabled) {
    transform: scale3d(1.1, 1.1, 1.1); }
  .swiper-btn p {
    font-size: 16px;
    margin-left: 20px; }
  .swiper-btn svg {
    width: 23px;
    height: 23px; }
  .swiper-btn.swiper-button-disabled {
    cursor: default;
    opacity: 0.6;
    background: none;
    border: 1px solid #fff; }

.split-two-one {
  display: flex;
  justify-content: space-between; }
  .split-two-one .align-text {
    margin-left: 60px; }

.first-container {
  flex: 0 0 500px; }

.second-container {
  flex: 0 0 350px; }

.container-split {
  display: flex;
  margin: 0 -75px; }
  .container-split .split-item {
    padding: 0 75px; }

.row-sb {
  display: flex; }
  .row-sb .quote-text {
    flex: 0 0 275px;
    width: 275px;
    margin-left: 100px; }

.grid-three {
  display: flex;
  margin: 0 -38px; }
  .grid-three .grid-item {
    flex: 0 0 33.33%;
    padding: 0 38px; }

.slider-three-column .swiper-slide {
  text-align: left; }
.slider-three-column .slider-navigation {
  display: none;
  top: 0;
  margin-bottom: 0; }

.grid-column {
  text-align: left; }
  .grid-column .grid-item-title {
    font-family: "Buenos Aires";
    font-weight: 600;
    color: #00e2a1; }
    .grid-column .grid-item-title p {
      margin-bottom: 0; }
    .grid-column .grid-item-title .title {
      font-size: 25px;
      letter-spacing: -1px;
      margin-bottom: 3px;
      white-space: nowrap; }
    .grid-column .grid-item-title .subtitle {
      font-size: 20px; }
  .grid-column .row-sb {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .grid-column .img-camembert img {
    display: block;
    width: 100%; }
  .grid-column .grid-item-title {
    margin-bottom: 35px; }
  .grid-column .grid-item-body > .row-sb {
    border-top: 1px solid #8a8aa1;
    margin-bottom: 25px; }
    .grid-column .grid-item-body > .row-sb.not-sb {
      display: block; }
    .grid-column .grid-item-body > .row-sb .row-item {
      width: 100%; }
  .grid-column .small-grey {
    color: #9693b6;
    font-size: 14px;
    margin-bottom: 8px; }
  .grid-column .text-big {
    font-family: "Buenos Aires", 'Arial', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #201c4c; }
    .grid-column .text-big.is-text-22 {
      font-size: 22px; }
    .grid-column .text-big .text-20 {
      font-size: 20px; }
    .grid-column .text-big .color-green {
      color: #00e2a1; }
  .grid-column .list-three {
    color: #201c4c; }
    .grid-column .list-three p {
      font-family: "Buenos Aires", 'Arial', sans-serif;
      font-size: 22px;
      font-weight: bold; }
      .grid-column .list-three p.xs-text {
        font-family: "OpenSans";
        font-weight: 400;
        font-size: 16px;
        color: #201c4c; }
    .grid-column .list-three .list-three-row {
      display: flex;
      justify-content: space-between; }
    .grid-column .list-three .list-number {
      width: 20px;
      display: inline-block; }
    .grid-column .list-three .text-20 {
      font-size: 20px; }
    .grid-column .list-three .color-green {
      color: #00e2a1; }

.same-height {
  height: 32px; }

.section-tab-header {
  display: flex;
  margin-bottom: 50px; }
  .section-tab-header p {
    font-size: 22px;
    color: #828282;
    margin-bottom: 0;
    margin-right: 20px;
    cursor: pointer; }

#tabs-container {
  padding: 40px 0; }
  #tabs-container.is-entreprise {
    background: #ebffff; }
    #tabs-container.is-entreprise .tab-entreprise {
      color: #00e2a1;
      font-weight: bold;
      padding-bottom: 10px;
      border-bottom: 3px solid #00e2a1; }
    #tabs-container.is-entreprise .tabs-item:nth-last-child(-n+2) .tabs-item-container {
      border: 0;
      padding: 0;
      margin-bottom: 0; }
    #tabs-container.is-entreprise .tab-content-entreprise {
      display: flex;
      margin: 0 -20px; }
      #tabs-container.is-entreprise .tab-content-entreprise .tabs-grid {
        flex: 0 0 50%;
        padding: 0 20px;
        margin: 0;
        flex-direction: column; }
        #tabs-container.is-entreprise .tab-content-entreprise .tabs-grid .tabs-item {
          flex: none;
          width: 100%;
          padding: 20px 0;
          border-bottom: 1px solid #000;
          padding-bottom: 40px;
          margin-bottom: 40px; }
          #tabs-container.is-entreprise .tab-content-entreprise .tabs-grid .tabs-item:last-child {
            border: 0;
            padding-bottom: 0;
            margin-bottom: 0; }
    #tabs-container.is-entreprise .tab-content-freelance {
      display: none; }
  #tabs-container.is-freelance {
    background: #ECF0FF; }
    #tabs-container.is-freelance .tab-freelance {
      color: #6473FC;
      font-weight: bold;
      padding-bottom: 10px;
      border-bottom: 3px solid #6473FC; }
    #tabs-container.is-freelance .tab-content-freelance {
      display: block; }
    #tabs-container.is-freelance .tab-content-entreprise {
      display: none; }
  #tabs-container .tabs-item-title {
    font-family: "Buenos Aires", 'Arial', sans-serif;
    font-size: 24px;
    color: #343a5e;
    text-transform: uppercase; }
  #tabs-container .tab-entreprise:hover {
    color: #00e2a1;
    font-weight: bold;
    padding-bottom: 10px; }
  #tabs-container .tab-freelance:hover {
    color: #6473FC;
    font-weight: bold;
    padding-bottom: 10px; }

.tab-content-entreprise .tabs-grid .tabs-item:last-child .tabs-item-container {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0; }

.tab-content-freelance .tabs-grid .tabs-item .tabs-item-container:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0; }
.tab-content-freelance .tabs-grid .tabs-item-container {
  margin-bottom: 40px; }

.tabs-grid {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap; }
  .tabs-grid .tabs-item {
    flex: 0 0 50%;
    padding: 20px; }
  .tabs-grid .tabs-item-container {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    height: auto; }

p.nomarg {
  margin-bottom: 0; }

.contrib-title,
.contrib-name {
  font-family: OpenSansItalicLight;
  font-size: 22px;
  margin: 0; }

.is-grey {
  color: #7e85b0; }

.contrib-name {
  color: #7e85b0; }

.contrib-title {
  color: #343a5e;
  font-size: 18px; }

.grid-item-row {
  margin: 16px 0; }

.color-bluelight {
  color: #7e85b0; }

.chart-bg-greenlight {
  padding: 10px;
  background: #f0fafc; }

.form-line {
  margin: 5px 0; }
  .form-line p {
    margin: 0; }

.light-text {
  font-family: "OpenSansLight";
  font-size: 14px;
  color: #9594b3; }

.chart-violin-legend {
  margin-bottom: 75px;
  margin-top: 30px; }

.container-chart-06 {
  margin-top: 45px;
  display: flex; }
  .container-chart-06 .container-chart-06-menu {
    flex: 0 0 225px;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }

.select-custom {
  cursor: pointer;
  border: 1px solid #DCE3F0;
  border-radius: 4px;
  overflow: hidden;
  background: url("../assets/images/icon-down.svg") no-repeat calc(100% - 20px) 50%; }
  .select-custom select {
    font-family: "OpenSans", "Buenos Aires", "Arial", sans-serif;
    color: #464643;
    font-size: 16px;
    cursor: pointer;
    padding: 0px 8px 0px 18px;
    height: 45px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none; }

footer {
  height: 602px;
  color: #fff;
  background: #1d1f46 url("../assets/images/bg-footer.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  footer .footer-container {
    height: 602px;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  footer .footer-row {
    margin: 32px 0; }
    footer .footer-row:first-child {
      margin-top: 0; }
  footer .footer-title {
    width: 100%;
    max-width: 525px;
    font-size: 22px;
    line-height: 34px;
    color: #fff; }
  footer .small-text {
    font-size: 16px;
    line-height: 23px; }
  footer .strong-text {
    font-family: "Buenos Aires";
    font-size: 20px;
    line-height: 23px; }
  footer .btn {
    width: auto;
    padding: 0 30px; }
    footer .btn.btn-secondary {
      background: #1d1f46; }

.item-select-group {
  width: 100%;
  padding-left: 75px;
  margin-top: -25px; }

.item-select.invisible {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0; }

.scrolltop-container {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: .4s; }
  .scrolltop-container.visible {
    pointer-events: auto;
    opacity: 1; }
  .scrolltop-container.show, .scrolltop-container.visible.show {
    pointer-events: auto;
    opacity: 1; }
  .scrolltop-container button.scrolltop {
    cursor: pointer;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: none;
    border: 0;
    outline: none;
    -webkit-appearance: none; }
    .scrolltop-container button.scrolltop img {
      display: block;
      width: 100%; }

.copytext-container {
  cursor: pointer;
  position: relative; }
  .copytext-container .copied + .copytext {
    opacity: 1;
    transform: translate3d(0, 0%, 0); }
  .copytext-container .copytext {
    transition: .6s;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-60px, 0, 0);
    position: absolute;
    bottom: -38px;
    z-index: 2;
    left: 0;
    color: #000;
    background: #fff;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

#container-03 {
  margin: 0 -50px; }

.slider-btn {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  background: -webkit-linear-gradient(left, #5a80ef, #34d5b0);
  background: -o-linear-gradient(left, #5a80ef, #34d5b0);
  background: linear-gradient(to right, #5a80ef, #34d5b0); }
  .slider-btn.swiper-button-disabled {
    background: none;
    opacity: .2;
    border: 1px solid #fff; }

.slider {
  position: relative; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center; }

.slider {
  overflow: hidden; }

.slider-graph {
  width: 100%;
  display: flex;
  padding-bottom: 75px; }
  .slider-graph .slider-graph-infos {
    flex: 0 0 40%;
    padding-right: 20px;
    text-align: left; }
  .slider-graph .slider-graph-media {
    flex: 0 0 60%; }

.chart-view-container {
  width: 100%; }

.slider-navigation {
  z-index: 90;
  display: flex;
  align-items: center;
  position: relative;
  top: -175px;
  margin-bottom: -150px; }
  .slider-navigation.no-fix-margb {
    margin-bottom: 0; }
  .slider-navigation .slider-btn {
    flex: 0 0 40px;
    margin-right: 15px; }

.legende-container .form-line {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .legende-container .form-line p {
    font-family: "OpenSansLight";
    font-size: 14px; }
.legende-container .icon-legend {
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 5px; }

.list-bold,
strong {
  font-family: "OpenSansBold";
  font-weight: bold; }

.burgermenu {
  display: none;
  width: 42px;
  padding: 10px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 8; }
  .burgermenu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #01d99e;
    margin: 7px 0; }

.close-nav {
  opacity: 0;
  pointer-events: none; }

.chart-violin-legend.chart-violin-legend-mobile {
  display: none; }

.is-mobile {
  display: none; }

#iframe-03-01 iframe {
  width: 100%;
  height: 740px; }

.title-sunburst {
  position: relative;
  z-index: 2; }

#container-sunburst {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  margin-top: -40px; }
  #container-sunburst .container-sunburst-text {
    padding-top: 80px; }
  #container-sunburst .container-sunburst-graph {
    flex: 1 1 auto; }

.padding-none {
  padding: 0; }

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

.fix-title-60 {
  margin-top: 7px; }

.fix-title-big {
  margin-top: 17px; }

#conclusion {
  margin-top: -30px;
  padding-top: 30px; }

.conclusion-section {
  padding-top: 0px; }
  .conclusion-section .container-split .split-item {
    width: 50%;
    flex: 0 0 50%; }

.list-li {
  margin-top: 15px; }

li.bullet {
  list-style: disc;
  padding: 3px 0;
  margin-left: 20px; }

b.dot {
  font-size: 30px;
  width: 17px;
  text-align: center;
  display: inline-block; }

.global-container {
  position: relative; }

#sidebar {
  z-index: 999; }

.img-camembert svg {
  width: 100%; }

.list-img-mobile img {
  max-width: 300px;
  max-height: 300px;
  display: block;
  margin: 20px auto; }

#iframe-02-01 {
  width: 100%;
  height: 660px; }

#iframe-02-02 {
  width: 100%;
  height: 660px; }

#iframe-02-03 {
  width: 100%;
  height: 660px; }

#iframe-02-04 {
  width: 100%;
  height: 660px; }

#iframe-02-05 {
  width: 100%;
  height: 660px; }

#iframe-02-06 {
  width: 100%;
  height: 660px; }

#iframe-03-01 {
  width: 100%;
  height: 600px; }

#iframe-03-02 {
  width: 100%;
  height: 680px; }

#iframe-04-01.invisible {
  height: 0; }

#iframe-04-01 {
  width: 100%;
  height: 480px; }

#content {
  margin-top: -360px; }

.slider-mobile {
  overflow: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none; }

.legend-desktop {
  display: flex;
  align-items: center;
  color: #6272fb; }
  .legend-desktop p {
    margin: 0; }
  .legend-desktop .legend-desktop-content {
    margin-left: 18px; }

.title-sb {
  justify-content: space-between;
  display: flex; }

.fontBuenosLight {
  font-family: "BuenosAires-Light"; }

.fontBuenosBold {
  font-family: "BuenosAires-Bold"; }

.quadrant-container-mobile {
  display: none; }

.slider-pont-desktop {
  display: block; }

.chiffres-cles-view,
.slider-pont-mobile {
  display: none; }

.font-legend-map {
  font-family: "OpenSansItalic";
  font-size: 14px;
  position: relative;
  z-index: 2;
  margin: 90px 0 0;
  text-align: center; }

@media screen and (max-width: 1200px) {
  .is-mobile {
    display: block; }

  .is-desktop {
    display: none; }

  .legend-desktop {
    display: none; }

  #container-02 {
    display: none; }

  .burgermenu {
    display: block; }

  .intro {
    min-height: auto;
    overflow: hidden;
    height: auto;
    padding: 100px 0; }
    .intro header {
      display: none; }

  .scrolltop-container button.scrolltop {
    width: 40px;
    height: 40px;
    padding: 10px; }
    .scrolltop-container button.scrolltop img {
      display: block;
      width: 100%; }

  .swiper-container-01mobile .swiper-slide {
    overflow: hidden; }

  .quadrant-container-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 30px; }
    .quadrant-container-mobile .quadrant-container-mobile-item {
      padding: 10px 10px;
      flex: 0 0 50%; }
    .quadrant-container-mobile .item-01 .quadrant-item-content p span {
      color: #00f0f0; }
    .quadrant-container-mobile .item-02 .quadrant-item-content p span {
      color: #1fdda5; }
    .quadrant-container-mobile .item-03 .quadrant-item-content p span {
      color: #6372fc; }
    .quadrant-container-mobile .item-04 .quadrant-item-content p span {
      color: #852cfc; }
    .quadrant-container-mobile .text-head {
      margin: 12px 0;
      font-size: 14px;
      font-family: "OpenSansItalic"; }
    .quadrant-container-mobile .quadrant-item-content {
      font-family: "Buenos Aires";
      font-weight: 400;
      margin: 0 12px; }
      .quadrant-container-mobile .quadrant-item-content p {
        margin-bottom: 8px; }

  .chart-legend {
    display: none; }

  .tab-content-freelance .tabs-grid .tabs-item .tabs-item-container:last-child {
    border-bottom: 1px solid #000;
    padding-bottom: 40px; }

  .tab-content-freelance .tabs-grid .tabs-item:last-child .tabs-item-container:last-child {
    border: 0;
    padding-bottom: 0; }

  .chart-violin-legend.chart-violin-legend-desktop {
    display: none; }

  .chart-violin-legend.chart-violin-legend-mobile {
    display: block; }

  .item-select-group {
    padding: 0;
    margin: 0; }

  .container-chart-06 {
    flex-direction: column; }

  .close-nav-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    padding: 10px; }
    .close-nav-btn .close-nav {
      position: relative;
      width: 20px;
      height: 20px;
      overflow: hidden; }
      .close-nav-btn .close-nav:hover::before, .close-nav-btn .close-nav:hover::after {
        background: #000; }
      .close-nav-btn .close-nav::before, .close-nav-btn .close-nav::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #979797; }
      .close-nav-btn .close-nav::before {
        transform: rotate(45deg); }
      .close-nav-btn .close-nav::after {
        transform: rotate(-45deg); }
      .close-nav-btn .close-nav.black::before, .close-nav-btn .close-nav.black::after {
        height: 8px;
        margin-top: -4px; }

  nav {
    pointer-events: none;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
    nav .nav-container {
      will-change: transform;
      transform: translate3d(-100%, 0, 0);
      transition: .4s; }
    nav a {
      font-size: 18px;
      line-height: 21px; }
    nav a:first-child,
    nav a:last-child {
      margin: 15px 0; }

  body.nav-open {
    overflow: hidden; }
    body.nav-open nav {
      overflow: auto;
      pointer-events: auto; }
      body.nav-open nav .close-nav {
        opacity: 1;
        pointer-events: auto;
        transition: .4s .4s; }
      body.nav-open nav .nav-container {
        transform: translate3d(0%, 0, 0);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        body.nav-open nav .nav-container .nav-border,
        body.nav-open nav .nav-container .nav-background {
          transform: translateX(0); }
        body.nav-open nav .nav-container .link-text {
          display: block; } }
@media screen and (max-width: 400px) {
  .quadrant-container-mobile .quadrant-container-mobile-item {
    flex: 0 0 100%; }

  .quadrant-container-mobile .quadrant-container-mobile-item .select-custom select {
    font-size: 13px;
    padding: 5px 8px; } }
@media screen and (max-width: 1200px) {
  .h1 {
    font-size: 48px;
    line-height: 1.2em; }

  .h2 {
    font-size: 32px;
    line-height: 47px; }

  .slider-pont-desktop {
    display: none; }

  .slider-pont-mobile {
    display: block; }

  .swiper-container-01 #iframe-02-01,
  .swiper-container-01 #iframe-02-02,
  .swiper-container-01 #iframe-02-03,
  .swiper-container-01 #iframe-02-04 {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0; }

  .quadrant-container-mobile-item .quadrant-list {
    max-height: 0;
    overflow: hidden;
    transition: .4s; }

  .quadrant-container-mobile-item.active .custom-dropdown::after {
    transform: rotate(0deg) translateY(-50%);
    transform-origin: 25% 50%;
    right: 10px; }
  .quadrant-container-mobile-item.active .quadrant-list {
    max-height: 400px;
    overflow: visible; }

  .custom-dropdown {
    font-family: "Buenos Aires";
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 14px 16px;
    padding-right: 35px;
    line-height: 1.3em;
    position: relative; }
    .custom-dropdown::after {
      content: '';
      width: 20px;
      height: 10px;
      display: block;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: rotate(-90deg) translateY(-50%);
      transform-origin: 25% 50%;
      transition: .4s; }
    .custom-dropdown.custom-01 {
      color: #00f0f0;
      border-color: #00f0f0; }
      .custom-dropdown.custom-01::after {
        background-image: url("../assets/images/icon-down-01.svg");
        background-size: 100% auto; }
    .custom-dropdown.custom-02 {
      color: #1fdda5;
      border-color: #1fdda5; }
      .custom-dropdown.custom-02::after {
        background-image: url("../assets/images/icon-down-02.svg");
        background-size: 100% auto; }
    .custom-dropdown.custom-03 {
      color: #6372fc;
      border-color: #6372fc; }
      .custom-dropdown.custom-03::after {
        background-image: url("../assets/images/icon-down-03.svg");
        background-size: 100% auto; }
    .custom-dropdown.custom-04 {
      color: #852cfc;
      border-color: #852cfc; }
      .custom-dropdown.custom-04::after {
        background-image: url("../assets/images/icon-down-04.svg");
        background-size: 100% auto; }

  .wrapper-section {
    max-width: 1160px;
    padding: 0 16px; }

  .grid-three .grid-item-title .title {
    white-space: normal; }

  .quote-split .split-item:first-child {
    margin-bottom: 50px; }

  .card-green-second {
    padding: 0 16px; }

  .card-tips {
    padding: 30px 16px 45px;
    flex-direction: column; }
    .card-tips .card-media {
      text-align: center;
      margin: 0 0 32px; }
    .card-tips.smallpadd {
      padding: 30px 16px; }
    .card-tips .card-text {
      padding: 0;
      text-align: left; }
    .card-tips .smallpadd {
      padding: 30px; }

  #container-sunburst .container-sunburst-text {
    flex-direction: column; }

  .slider-navigation {
    top: 0;
    margin-bottom: 0; }

  .slider-graph {
    flex-direction: column-reverse;
    margin-bottom: 0; }

  #tabs-container.is-entreprise .tabs-item:nth-last-child(-n+2) .tabs-item-container,
  #tabs-container.is-entreprise .tabs-item .tabs-item-container {
    border-bottom: 1px solid #000;
    padding-bottom: 40px; }

  #tabs-container.is-entreprise .tabs-item:last-child .tabs-item-container {
    padding-bottom: 0;
    border-bottom: 0; }

  .chart-container .chart-details {
    height: auto;
    position: relative;
    margin-bottom: 30px; }

  #container-01 {
    display: none; }

  .swiper-container-02 img,
  .swiper-container-03 img {
    max-width: 100%; }

  div[data-section="01"] {
    margin-bottom: 60px; }

  div[data-section="02"],
  div[data-section="03"] {
    margin-bottom: 50px; }

  #tabs-container.is-entreprise .tab-content-entreprise {
    flex-direction: column; }

  #tabs-container.is-entreprise .tab-content-entreprise .tabs-grid {
    flex: none;
    width: 100%; }

  #tabs-container.is-entreprise .tab-content-entreprise .tabs-grid .tabs-item:last-child,
  #tabs-container.is-entreprise .tab-content-entreprise .tabs-grid .tabs-item {
    padding: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px; }

  #tabs-container.is-entreprise .tab-content-entreprise .tabs-grid .tabs-item .tabs-item-container,
  #tabs-container.is-entreprise .tab-content-entreprise .tabs-grid:last-child .tabs-item:last-child {
    padding: 0;
    margin: 0;
    border: 0; }

  .chart-container #container-01 {
    width: 1200px !important;
    height: 680px !important; }

  .container-four-item {
    padding: 0; }
    .container-four-item .item {
      margin: 15px 0; }

  .container-four-item,
  .group-text-split,
  .chart-split,
  .split-two-one,
  .split-item,
  .grid-three,
  .container-split,
  .tabs-grid {
    margin: 0;
    flex-direction: column; }
    .container-four-item > div,
    .group-text-split > div,
    .chart-split > div,
    .split-two-one > div,
    .split-item > div,
    .grid-three > div,
    .container-split > div,
    .tabs-grid > div {
      flex: none !important;
      width: 100% !important; }

  .split-two-one .first-container {
    margin-bottom: 20px; }

  .chart-footer {
    padding-bottom: 0; }
    .chart-footer p {
      width: 100%;
      font-size: 18px;
      line-height: 1.5em; }

  .group-text-split .text-item {
    padding: 0; }

  .margb-40 {
    margin-bottom: 34px; }

  .chart-legend-title {
    margin-top: 30px; }

  .row-sb {
    display: block; }
    .row-sb .quote-text {
      flex: none;
      width: 100%;
      margin: 30px 0 0 0; }

  table td {
    font-size: 13px; }

  table th {
    font-size: 11px;
    padding-right: 8px; }

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

  .grid-three .grid-item,
  .container-split .split-item {
    padding: 0; }

  .text-border-gradient {
    font-size: 44px; }

  .intro .intro-container .intro-cta .btn.btn-primary {
    margin-bottom: 20px; }

  .intro .intro-container .intro-content {
    flex: 0 0 75%;
    position: relative;
    z-index: 99; }

  #offre > .title-section.title-w-border,
  .title-section.title-w-border {
    margin-bottom: 30px; }
    #offre > .title-section.title-w-border .h2,
    .title-section.title-w-border .h2 {
      padding-bottom: 20px; }

  #iframe-04-07 iframe {
    height: 420px !important; }

  #iframe-03-02 {
    width: 100vw; }

  #iframe-03-01 {
    height: 100vw;
    max-height: 720px;
    margin-bottom: -5vw; }
    #iframe-03-01 iframe {
      height: 100% !important;
      width: 100%; }

  .fix-iframe-03 {
    position: relative;
    z-index: 2; }

  #content {
    margin-top: 0; }

  .img-camembert {
    text-align: right; }
    .img-camembert svg {
      width: auto;
      margin-left: auto; }

  body.nav-open nav .nav-container .link-text {
    white-space: normal; }

  footer .footer-logo {
    margin-bottom: 10px; }
  footer .btn.btn-secondary {
    padding: 16px 22px;
    line-height: 1.25em;
    height: 100%; }

  .footer-container {
    overflow: hidden; }

  .burgermenu {
    opacity: 0;
    pointer-events: none;
    transition: .4s; }
    .burgermenu.show {
      pointer-events: auto;
      opacity: 1; }

  .slider-mobile {
    height: auto;
    pointer-events: auto;
    opacity: 1;
    overflow: visible; }
    .slider-mobile .swiper-wrapper {
      align-items: center; }
    .slider-mobile .swiper-pagination-bullet-active {
      background: #47a7d3; }
    .slider-mobile .slider-navigation .swiper-pagination-bullets {
      width: 100%;
      text-align: center; }
      .slider-mobile .slider-navigation .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px; }

  .slider-three-column {
    display: none; }

  .chiffres-cles-view {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: -40px;
    margin-bottom: -20px;
    margin-left: -16px;
    padding-left: 16px;
    width: calc(100% + 32px); }
    .chiffres-cles-view .item-column {
      padding-right: 20px; }
      .chiffres-cles-view .item-column svg,
      .chiffres-cles-view .item-column img {
        display: block;
        width: 80vw;
        max-width: 320px; }

  .grid-column {
    background: #fff;
    padding: 16px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px; }

  .slider-three-column .slider-navigation {
    display: block; }
    .slider-three-column .slider-navigation .swiper-pagination-bullets {
      width: 100%;
      text-align: center; }
      .slider-three-column .slider-navigation .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px; }
  .slider-three-column .swiper-pagination-bullet-active {
    background: #47a7d3; }

  #tabs-container .tabs-item-title {
    line-height: 1.5em; }

  .tabs-grid .tabs-item {
    padding: 20px 0; } }
@media screen and (max-width: 340px) {
  .title-section.title-smaller .text-border-gradient {
    font-size: 40px; } }
@media screen and (max-width: 640px) {
  .section-tab-header p {
    font-size: 20px; }

  #iframe-04-07 {
    width: 100vw;
    margin: 0 -4vw; }

  #iframe-03-01 {
    width: calc(100vw + 12vw);
    margin: 0 -12vw;
    height: 100vw;
    margin-bottom: -15vw; }
    #iframe-03-01 iframe {
      height: 100% !important;
      width: 100%; }

  #iframe-02-01 {
    width: 100%;
    height: 110vw; }
    #iframe-02-01 > iframe {
      height: 100% !important; }

  #iframe-02-02 {
    width: 100%;
    height: 90vw;
    margin: 0 -20vw;
    width: calc(100vw + 40vw); }
    #iframe-02-02 > iframe {
      height: 100% !important; }

  #iframe-02-03 {
    width: 100%;
    height: 100vw; }
    #iframe-02-03 > iframe {
      height: 100% !important; }

  #iframe-02-04 {
    width: 100%;
    height: 80vw;
    margin: 0 -10vw;
    width: calc(100vw + 20vw); }
    #iframe-02-04 > iframe {
      height: 100% !important; }

  #iframe-02-05 {
    width: 100%;
    height: 80vw;
    margin: 0 -10vw;
    width: calc(100vw + 20vw); }
    #iframe-02-05 > iframe {
      height: 100% !important; }

  #iframe-02-06 {
    width: 100%;
    height: 110vw; }
    #iframe-02-06 > iframe {
      height: 100% !important; } }
.text-legend {
  text-align: center;
  width: 100%;
  margin: 20px auto 0; }

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