@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotothin';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/roboto/Roboto-Thin.ttf") format("ttf");
}

@font-face {
  font-family: 'robotolight';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/roboto/Roboto-Light.ttf") format("ttf");
}

@font-face {
  font-family: 'robotolight_italic';
  src: url("../fonts/roboto/Roboto-LightItalic-webfont.eot");
  src: url("../fonts/roboto/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-LightItalic-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-LightItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-LightItalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate Black Cond';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/interstate/interstate-black-cond-58b642507872b.woff") format("woff");
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf") format("ttf");
}

@font-face {
  font-family: 'Gotham Condensed Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GothamCondensed/GothamCondensed-Bold.otf") format("opentype");
}

/* ----- USEFUL MIXINS

  - 1 / Transition
  - 2 / Animation
  - 3 / Retina
  - 4 / Gradient
  - 5 / Placeholder

*/
/* mockup

div.logo {
  background: url("logo.png") no-repeat;
  @include image-2x("logo2x.png", 100px, 25px);
}

 */
/* mockup

$start-color, $end-color, $orientation - vertical/horizontal/radial

.class-test {
  @include background-gradient(red, black, 'vertical');
}

Output
.class-test {
  background: -webkit-linear-gradient(top, red, black);
  background: linear-gradient(to bottom, red, black);
}

 */
/* mockup

  textarea {
    @include input-placeholder {
        color: $grey;
    }
}

 */
/* mockup

  label {
    @include sr-only;
}

 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1420px) {
  .container {
    max-width: 1360px;
  }
}

.container.main {
  min-height: calc(100vh - 215px);
}

body {
  /* IMPORTANT : Better Font face Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "robotoregular", sans-serif;
  color: #333333;
}

.text-italic {
  font-style: italic;
}

.text-normal {
  font-family: "robotoregular", sans-serif;
  font-weight: normal;
}

.text-bold {
  font-family: "robotoregular", sans-serif;
  font-weight: bold;
}

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

.text-title {
  font-family: "robotoregular", sans-serif;
  font-weight: bold;
  text-align: center;
}

.main-title {
  color: #03917a;
  margin-bottom: 50px;
}

.btn {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-family: "robotoregular", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 38px;
  border: none;
  border-radius: 0px;
  white-space: normal;
  display: block;
  width: max-content;
  margin: 0 auto;
  min-width: 160px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-primary:focus, .btn-secondary:focus, .btn-tertiary:focus {
  outline-offset: 2px !important;
  outline: 2px auto #36b9a6 !important;
}

.btn-primary, .btn-primary.active {
  background: #323D85 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}

.btn-primary:hover, .btn-primary.active:hover {
  background-color: #323D85;
  border-color: #323D85;
}

.btn-primary.active {
  box-shadow: none !important;
}

.btn-secondary {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  color: #323D85;
}

.btn-secondary:hover {
  background-color: #4784BA;
  color: #ffffff;
  outline: 1px solid #4784BA;
}

.first-nav {
  padding-bottom: 16px;
}

nav #megaNavList li a::after {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

nav #megaNavList li a:hover::after {
  opacity: 1 !important;
  -webkit-transform: translate3d(6px, -8px, 0);
  transform: translate3d(6px, -8px, 0);
}

nav #megaNavList li a::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px !important;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

nav #megaNavList li a:hover::before {
  opacity: 1 !important;
  -webkit-transform: translate3d(-8px, 6px, 0);
  transform: translate3d(-8px, 6px, 0);
}

.navbar #megaNavList.second-nav {
  padding-left: 0;
  border-top: 1px solid #c4c4c4;
  background: white;
  text-align: justify;
  width: 100%;
  list-style: none;
  justify-content: unset;
  margin-bottom: 0;
}

@media (max-width: 435px) {
  .navbar #megaNavList.second-nav {
    justify-content: space-around;
  }
}

.navbar #megaNavList.second-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 0 50px 0 0;
  list-style: none;
}

@media (max-width: 435px) {
  .navbar #megaNavList.second-nav li {
    margin: 0;
  }
}

.navbar #megaNavList.second-nav li a {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #4d4d4d;
  padding: 0.8125rem 0;
  display: block;
  position: relative;
  background-color: white;
  transition: all .3s ease-in;
}

.navbar #megaNavList.second-nav li a:after, .navbar #megaNavList.second-nav li a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  border: 2px solid #fc5b62;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.05, 1.3);
  transition-timing-function: cubic-bezier(0.2, 0.7, 0.05, 1.3);
}

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

.navbar {
  padding: 10px 10px;
}

@media (max-width: 576px) {
  .navbar .container {
    justify-content: center;
  }
}

.navbar .container .navbar-brand img {
  height: 45px;
}

.top-banner {
  /*background: url("../img/00_top_banner.png") no-repeat;*/
  background: url("../img/00_top_banner_full.png") no-repeat;
  background-size: 100%;
  background-position: 0 0;
  /*padding: 70px 0 120px 0;*/
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-banner {
    /*padding: 70px 0 164px 0;*/
    background: url("../img/00_top_banner_ipad_full.png") 100% no-repeat;
    background-size: 100%;
    background-position: 0 0;
    padding: 0;
  }
}

@media (max-width: 1366px) {
  .top-banner {
    /*background: url("../img/00_top_banner_1366_full.png") 100% no-repeat;
    background-size:100%;*/
  }
}

@media (max-width: 1023px) {
  .top-banner {
    /*background: url("../img/00_top_banner_ipad.png") 100% no-repeat;
    background-size:100%;*/
  }
}

@media (max-width: 435px) {
  .top-banner {
    background: url("../img/00_top_banner_mobile_full.png") 100% no-repeat;
    background-size: 100%;
    background-position: 0 0;
    padding: 0 0 60px 0;
  }
}

.top-banner .main-title {
  margin-bottom: 55px;
  display: none;
}

.top-banner .title {
  color: #ffffff;
  font: 60px/72px "robotobold", sans-serif;
  letter-spacing: 0;
}

@media (min-width: 435px) {
  .top-banner .title {
    font-size: 80px;
  }
}

.top-banner .sub-title {
  color: #ffffff;
  font: 24px/26px "robotoregular", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 435px) {
  .top-banner .sub-title {
    font: 32px/36px "robotoregular", sans-serif;
  }
}

.top-banner .middle-row {
  /*flex-direction: row-reverse;*/
}

.top-banner .middle-row .bloc-text {
  font: 80px/88px "robotobold", sans-serif;
  color: #323D85;
  text-transform: uppercase;
}

@media (min-width: 435px) {
  .top-banner .middle-row .bloc-text {
    font: 40px/48px "robotobold", sans-serif;
  }
}

@media (min-width: 1200px) {
  .top-banner .middle-row .bloc-text {
    font-size: 36px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1420px) {
  .top-banner .middle-row .bloc-text {
    font: 80px/88px "robotobold", sans-serif;
  }
}

@media (max-width: 1023px) {
  .top-banner .middle-row .bloc-text {
    font: 64px/72px "robotobold", sans-serif;
  }
}

@media (max-width: 435px) {
  .top-banner .middle-row .bloc-text {
    font: 48px/56px "robotobold", sans-serif;
  }
}

.top-banner .middle-row .bloc-text span {
  color: #03917a;
}

.top-banner .middle-row .bloc-text p {
  margin-top: 80px;
}

.top-banner .middle-row .bloc-img {
  padding: 0px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-banner .middle-row .bloc-img {
    margin-left: 32px;
    max-width: 72%;
  }
}

@media (max-width: 435px) {
  .top-banner .middle-row .bloc-img {
    margin-left: 2px;
  }
}

.top-banner .img-label {
  right: -40px;
  text-align: right;
}

@media (max-width: 1366px) {
  .top-banner .img-label {
    right: -24px;
    text-align: right;
    top: 64px;
  }
}

@media (max-width: 1023px) {
  .top-banner .img-label {
    right: -578px;
    margin: 20px 0;
    max-width: 24%;
  }
}

@media (max-width: 435px) {
  .top-banner .img-label {
    right: -240px;
    max-width: 40%;
  }
}

.top-banner .info-code {
  bottom: 64px;
  color: #323D85;
  font: 16px/24px "Open Sans Condensed", sans-serif;
  font-weight: bold;
  position: absolute;
  right: -160px;
  transform: rotate(-90deg);
}

@media (max-width: 1366px) {
  .top-banner .info-code {
    right: -120px;
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .top-banner .info-code {
    bottom: -326px;
    right: -390px;
    text-align: right;
  }
}

@media (max-width: 435px) {
  .top-banner .info-code {
    bottom: -56px;
    right: 0;
    transform: inherit;
  }
}

.top-banner .cta {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .top-banner .cta {
    margin: 42% 0 188px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-banner .cta {
    margin: 42% 0 148px 0;
  }
}

@media (min-width: 436px) and (max-width: 767px) {
  .top-banner .cta {
    margin: 42% 0 148px 0;
  }
}

@media (max-width: 435px) {
  .top-banner .cta {
    margin: 165% 0 148px 15px;
    padding-right: 0;
  }
}

.top-banner .cta .btn {
  margin-left: 0;
  box-shadow: 0px 4px 8px #323D85;
  border: 1px solid #ffffff;
  color: #323D85;
  padding: 15px 60px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-banner .cta .btn {
    max-width: 214px;
  }
}

@supports (-ms-ime-align: auto) {
  .top-banner .cta .btn {
    max-width: 214px;
  }
}

@media (max-width: 435px) {
  .top-banner .cta .btn {
    margin: 0 auto;
  }
}

.top-banner .cta .btn:hover {
  background: #ffffff;
  border: 1px solid #323D85;
  color: #323D85;
}

.top-banner .info-text {
  background: #E6007E;
  color: #ffffff;
  font: 24px/32px "Open Sans Condensed", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 435px) {
  .top-banner .info-text {
    font: 16px/24px "Open Sans Condensed", sans-serif;
    margin: 20px 0;
  }
}

.top-banner .info-text p {
  margin: 0;
  padding: 10px 0;
}

.section-video-text {
  margin-top: -50px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-video-text {
    margin-top: -40px;
    margin-bottom: 100px;
  }
}

@media (max-width: 435px) {
  .section-video-text {
    margin: -20px 0 0 0;
  }
}

.section-video-text .bloc-left {
  background: #000 0 0 no-repeat padding-box;
}

.section-video-text .bloc-left .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%;
}

.section-video-text .bloc-left .video-container iframe,
.section-video-text .bloc-left .video-container div,
.section-video-text .bloc-left .video-container object,
.section-video-text .bloc-left .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .section-video-text .bloc-left .video-container iframe,
  .section-video-text .bloc-left .video-container div,
  .section-video-text .bloc-left .video-container object,
  .section-video-text .bloc-left .video-container embed {
    top: 0px;
  }
}

@media (min-width: 1200px) {
  .section-video-text .bloc-left .video-container iframe,
  .section-video-text .bloc-left .video-container div,
  .section-video-text .bloc-left .video-container object,
  .section-video-text .bloc-left .video-container embed {
    top: 0px;
  }
}

@media (min-width: 1420px) {
  .section-video-text .bloc-left .video-container iframe,
  .section-video-text .bloc-left .video-container div,
  .section-video-text .bloc-left .video-container object,
  .section-video-text .bloc-left .video-container embed {
    top: 0px;
  }
}

.section-video-text .bloc-left .img-over {
  position: absolute;
  top: 0;
}

@media (min-width: 1420px) {
  .section-video-text .bloc-left .img-over {
    width: 100%;
    max-width: unset;
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section-video-text .bloc-left .img-over {
    width: 100%;
    max-width: unset;
    height: 100%;
  }
}

.section-video-text .bloc-left .btn {
  position: absolute;
  bottom: 15px;
  left: 10px;
}

@media (min-width: 405px) {
  .section-video-text .bloc-left .btn {
    bottom: 35px;
    left: 30px;
  }
}

@media (min-width: 768px) {
  .section-video-text .bloc-left .btn {
    bottom: 70px;
    left: 60px;
  }
}

@media (min-width: 992px) {
  .section-video-text .bloc-left .btn {
    bottom: 35px;
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .section-video-text .bloc-left .btn {
    bottom: 55px;
    left: 45px;
  }
}

@media (min-width: 1420px) {
  .section-video-text .bloc-left .btn {
    bottom: 70px;
    left: 60px;
  }
}

.section-video-text .bloc-right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 20px 20px 10px 25px;
  color: #323D85;
}

@media (min-width: 768px) {
  .section-video-text .bloc-right {
    padding: 20px 20px 5px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-video-text .bloc-right {
    padding: 15px 20px 10px 30px;
  }
}

@media (min-width: 1420px) {
  .section-video-text .bloc-right {
    padding: 45px 40px 30px 40px;
  }
}

.section-video-text .bloc-right .text-top {
  font: 32px/38px "robotobold", sans-serif;
  text-align: center;
}

@media (min-width: 992px) {
  .section-video-text .bloc-right .text-top {
    font: 24px/32px "robotobold", sans-serif;
  }
}

@media (min-width: 1200px) {
  .section-video-text .bloc-right .text-top {
    font: 32px/38px "robotobold", sans-serif;
  }
}

@media (min-width: 1420px) {
  .section-video-text .bloc-right .text-top {
    font: 32px/46px "robotobold", sans-serif;
  }
}

@media (max-width: 435px) {
  .section-video-text .bloc-right .text-top {
    text-align: left;
  }
}

.section-video-text .bloc-right .text-middle {
  font: 21px "robotoregular", sans-serif;
  color: #333333;
  text-align: center;
}

@media (min-width: 992px) {
  .section-video-text .bloc-right .text-middle {
    font: 19px "robotoregular", sans-serif;
  }
}

@media (min-width: 1200px) {
  .section-video-text .bloc-right .text-middle {
    font: 21px "robotoregular", sans-serif;
  }
}

@media (min-width: 1420px) {
  .section-video-text .bloc-right .text-middle {
    font: 21px/36px "robotoregular", sans-serif;
  }
}

@media (max-width: 435px) {
  .section-video-text .bloc-right .text-middle {
    text-align: left;
  }
}

.section-video-text .bloc-right .text-percent {
  font: 30px "robotobold", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-video-text .bloc-right .text-percent {
    font: 32px "robotobold", sans-serif;
  }
}

@media (min-width: 1200px) {
  .section-video-text .bloc-right .text-percent {
    font: 28px "robotobold", sans-serif;
  }
}

@media (min-width: 1420px) {
  .section-video-text .bloc-right .text-percent {
    font: 56px "robotobold", sans-serif;
  }
}

.section-video-text .bloc-right .text-middle {
  font: 56px "robotoregular", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-video-text .bloc-right .text-middle {
    font: 18px "robotoregular", sans-serif;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .section-video-text .bloc-right .text-middle {
    font: 21px "robotoregular", sans-serif;
  }
}

@media (min-width: 1420px) {
  .section-video-text .bloc-right .text-middle {
    font: 32px/36px "robotoregular", sans-serif;
  }
}

@media (max-width: 435px) {
  .section-video-text .bloc-right .text-middle {
    font: 32px/36px "robotoregular", sans-serif;
  }
}

@media (max-width: 435px) {
  .section-video-text .bloc-right .text-middle .text-percent {
    font: 64px/36px "robotobold", sans-serif;
    line-height: 64px;
  }
}

.section-video-text .bloc-right .text-bottom {
  font: 16px "robotolight_italic", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-video-text .bloc-right .text-bottom {
    margin: 0;
    font: 15px "robotolight_italic", sans-serif;
  }
}

@media (min-width: 1420px) {
  .section-video-text .bloc-right .text-bottom {
    font: 16px/24px "robotolight_italic", sans-serif;
  }
}

.section-shifted-blocs {
  color: #333333;
}

.section-shifted-blocs .title {
  color: #323D85;
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section-shifted-blocs .title {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 80px;
  }
}

@media (max-width: 435px) {
  .section-shifted-blocs .title {
    text-align: left;
  }
}

.section-shifted-blocs .column-shift__container {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .section-shifted-blocs .column-shift__container {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .section-shifted-blocs .column-shift__container {
    position: relative;
    padding: 0 15px;
    z-index: 1;
  }
}

@media (max-width: 435px) {
  .section-shifted-blocs .column-shift__container {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-shifted-blocs .column-shift__container .column-shift-1 {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 992px) {
  .section-shifted-blocs .column-shift__container .column-shift-1 img {
    width: 100%;
    height: auto;
  }
}

.section-shifted-blocs .column-shift__container .column-shift-2 {
  background: #ffffff 0 0% no-repeat padding-box;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 20px 20px 20px;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .section-shifted-blocs .column-shift__container .column-shift-2 {
    padding: 64px 40px 40px;
  }
}

@media (min-width: 992px) {
  .section-shifted-blocs .column-shift__container .column-shift-2 {
    z-index: 1;
    margin-top: 60px;
    width: calc(50% - 30px);
  }
}

@media (max-width: 1366px) {
  .section-shifted-blocs .column-shift__container .column-shift-2 {
    margin: 10px 0;
  }
}

@media (max-width: 1023px) {
  .section-shifted-blocs .column-shift__container .column-shift-2 {
    position: relative;
  }
}

@media (max-width: 435px) {
  .section-shifted-blocs .column-shift__container .column-shift-2 {
    position: relative;
  }
}

.section-shifted-blocs .column-shift__container .column-shift-2 .bloc-title {
  font: 32px/42px "robotobold", sans-serif;
  padding: 0 0 40px 0;
}

.section-shifted-blocs .column-shift__container .column-shift-2 p.text-bottom {
  font: 16px "robotolight_italic", sans-serif;
  /*@media (min-width: 992px) and (max-width: 1199px){
          margin: 0;
          font: 15px $ff-roboto-light_italic;
          padding: 40px 0 0 0;
        }
        @media (min-width: 1420px) {
          font: 16px/24px $ff-roboto-light_italic;
          padding:40px 0 0 0;
        }
        @media (max-width:1366px){
          padding: 40px 0 0 0;
        }
        @media (max-width:1023px){
          padding: 40px 0 0;
        }
        @media (max-width:435px){
          padding: 40px 0 0;
        }*/
}

@media (max-width: 1419px) {
  .section-shifted-blocs .column-shift__container .column-shift-2 p.text-bottom {
    padding-top: 40px;
  }
}

.section-shifted-blocs .column-shift__container .column-shift-2 .bloc-text {
  font: 21px/24px "robotoregular", sans-serif;
}

.section-key-numbers {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .section-key-numbers {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 65px;
  }
}

.section-key-numbers .green-bloc-wrapper {
  display: flex;
  height: 136px;
}

@media (min-width: 992px) {
  .section-key-numbers .green-bloc-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 1024px) {
  .section-key-numbers .green-bloc-wrapper {
    height: 128px;
  }
}

@media (max-width: 768px) {
  .section-key-numbers .green-bloc-wrapper {
    height: 168px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-key-numbers .green-bloc-wrapper {
    display: block;
  }
}

.section-key-numbers .green-bloc {
  background: transparent linear-gradient(71deg, #323D85 0%, #4784BA 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #333333;
  opacity: 0.96;
  padding: 20px 0;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .section-key-numbers .green-bloc {
    margin: 0;
  }
}

@media (min-width: 1420px) {
  .section-key-numbers .green-bloc {
    padding: 20px 0;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .section-key-numbers .green-bloc {
    padding: 20px 40px;
  }
}

.section-key-numbers .green-bloc .bloc-percent {
  font: 70px "robotobold", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 0;
}

@media (min-width: 992px) {
  .section-key-numbers .green-bloc .bloc-percent {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1200px) {
  .section-key-numbers .green-bloc .bloc-percent {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 1420px) {
  .section-key-numbers .green-bloc .bloc-percent {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1023px) {
  .section-key-numbers .green-bloc .bloc-percent {
    font: 56px "robotobold", sans-serif;
    line-height: 40px;
  }
}

@media (max-width: 1023px) {
  .section-key-numbers .green-bloc .bloc-percent {
    font: 56px "robotobold", sans-serif;
    line-height: 60px;
  }
}

@media (max-width: 435px) {
  .section-key-numbers .green-bloc .bloc-percent {
    line-height: 70px;
  }
}

.section-key-numbers .green-bloc .bloc-percent p {
  margin: 0px;
}

.section-key-numbers .green-bloc .bloc-percent p.blc01-txt {
  margin: 0;
  text-align: center;
  font: 36px/36px "robotobold", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}

@media (min-width: 992px) {
  .section-key-numbers .green-bloc .bloc-percent p.blc01-txt {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) {
  .section-key-numbers .green-bloc .bloc-percent p.blc01-txt {
    font-size: 30px;
  }
}

@media (min-width: 1420px) {
  .section-key-numbers .green-bloc .bloc-percent p.blc01-txt {
    font-size: 36px;
    line-height: 32px;
  }
}

@media (max-width: 435px) {
  .section-key-numbers .green-bloc .bloc-percent p.blc01-txt {
    font-size: 24px;
    line-height: 32px;
  }
}

.section-key-numbers .green-bloc .bloc-text {
  margin-bottom: 0;
  font: 36px/36px "robotobold", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}

@media (min-width: 992px) {
  .section-key-numbers .green-bloc .bloc-text {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) {
  .section-key-numbers .green-bloc .bloc-text {
    font-size: 30px;
  }
}

@media (min-width: 1420px) {
  .section-key-numbers .green-bloc .bloc-text {
    font-size: 36px;
    line-height: 32px;
  }
}

@media (max-width: 425px) {
  .section-key-numbers .green-bloc .bloc-text {
    font-size: 24px;
    line-height: 26px;
  }
}

.section-key-numbers .green-bloc .bloc-text .text-small {
  font: 16px/32px "robotoregular", sans-serif;
  letter-spacing: 1.12px;
}

@media (min-width: 992px) {
  .section-key-numbers .green-bloc .bloc-text .text-small {
    font-size: 14px;
  }
}

@media (min-width: 1420px) {
  .section-key-numbers .green-bloc .bloc-text .text-small {
    font-size: 16px;
  }
}

.section-key-numbers .green-bloc .bloc-text p.blc02-txt {
  /*padding:32px 0;*/
}

@media (max-width: 435px) {
  .section-key-numbers .green-bloc .bloc-text p.blc02-txt {
    line-height: 38px;
  }
}

.section-key-numbers .green-bloc .bloc-text p.blc03-txt {
  line-height: 40px;
  padding: 10px 0 0;
}

@media (max-width: 1023px) {
  .section-key-numbers .green-bloc .bloc-text p.blc03-txt {
    padding: 4px 0;
  }
}

@media (max-width: 435px) {
  .section-key-numbers .green-bloc .bloc-text p.blc03-txt {
    font-size: 24px;
    padding: 0 20px;
  }
}

.section-key-numbers .green-bloc .bloc-text p {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

.section-key-numbers .caption-wrapper {
  width: 100%;
}

.section-key-numbers .caption-wrapper .caption {
  margin-top: 16px;
  padding-left: 23px;
  font: 16px/32px "robotolight_italic", sans-serif;
  letter-spacing: 0;
  color: #333333;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-key-numbers .caption-wrapper .caption {
    width: 100%;
  }
}

@media (max-width: 435px) {
  .content-wrapper {
    text-align: center;
    margin: 0;
  }
}

.content-wrapper .wrapper-img, .content-wrapper .text-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .content-wrapper .wrapper-img, .content-wrapper .text-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 435px) {
  .content-wrapper .wrapper-img, .content-wrapper .text-wrapper {
    min-width: 100%;
    margin: 0;
    padding: 0;
  }
}

.content-wrapper .wrapper-img .point, .content-wrapper .text-wrapper .point {
  font-family: "robotothin", sans-serif;
  font-weight: 100;
  position: absolute;
  z-index: 9;
  background: #ffffff;
  border: 1px solid #323D85;
  border-radius: 50%;
  height: 50px;
  color: #323D85;
  width: 50px;
  font-size: 42px;
  text-align: center;
  line-height: 2.8rem;
  transition: all 0.3s ease-out;
}

@media (max-width: 435px) {
  .content-wrapper .wrapper-img .point, .content-wrapper .text-wrapper .point {
    line-height: 1.6rem;
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
}

.content-wrapper .wrapper-img .point:hover, .content-wrapper .text-wrapper .point:hover {
  background: #323D85;
  color: #ffffff;
  cursor: pointer;
}

.content-wrapper .wrapper-img .point.active, .content-wrapper .text-wrapper .point.active {
  background: #323D85;
  color: #ffffff;
}

.content-wrapper .wrapper-img .point.active:before, .content-wrapper .text-wrapper .point.active:before {
  content: "";
  background: transparent;
  border: 1px solid #323D85;
  height: 64px;
  position: absolute;
  width: 64px;
  border-radius: 100%;
  left: -17%;
  top: -17%;
}

@media (max-width: 435px) {
  .content-wrapper .wrapper-img .point.active:before, .content-wrapper .text-wrapper .point.active:before {
    width: 40px;
    height: 40px;
  }
}

.content-wrapper .wrapper-img .point.one, .content-wrapper .text-wrapper .point.one {
  top: 12%;
  left: 48%;
}

@media (max-width: 435px) {
  .content-wrapper .wrapper-img .point.one, .content-wrapper .text-wrapper .point.one {
    left: 44%;
  }
}

.content-wrapper .wrapper-img .point.two, .content-wrapper .text-wrapper .point.two {
  top: 41%;
  left: 41%;
}

@media (max-width: 435px) {
  .content-wrapper .wrapper-img .point.two, .content-wrapper .text-wrapper .point.two {
    left: 37%;
  }
}

.content-wrapper .wrapper-img .point.three, .content-wrapper .text-wrapper .point.three {
  top: 64%;
  left: 54%;
}

@media (max-width: 435px) {
  .content-wrapper .wrapper-img .point.three, .content-wrapper .text-wrapper .point.three {
    left: 55%;
  }
}

.content-wrapper .wrapper-img .point.four, .content-wrapper .text-wrapper .point.four {
  top: 82%;
  left: 33%;
}

@media (max-width: 435px) {
  .content-wrapper .wrapper-img .point.four, .content-wrapper .text-wrapper .point.four {
    left: 29%;
  }
}

.interactive-text-wrapper {
  background-color: #323D85;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: block;
  width: calc(50% - 30px);
  height: 84%;
  color: white;
  margin: 64px 0 0 0;
  padding: 64px 40px 40px;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (max-width: 1419px) {
  .interactive-text-wrapper {
    padding: 24px;
  }
}

@media (max-width: 1024px) {
  .interactive-text-wrapper {
    position: relative;
    min-width: 100%;
    padding: 24px;
    margin: 0;
  }
}

@media (max-width: 435px) {
  .interactive-text-wrapper {
    position: relative;
    min-width: 100%;
    padding: 24px;
    margin: 0;
  }
}

.interactive-text-wrapper .section {
  display: none;
}

.interactive-text-wrapper .section .title {
  line-height: 2.4rem;
  text-align: left;
}

.interactive-text-wrapper .section .text {
  padding: 24px 0 0 0;
}

@media (max-width: 435px) {
  .interactive-text-wrapper .section .text {
    text-align: left;
  }
}

.interactive-text-wrapper .section .text .bold {
  font-size: 20px;
  font-weight: bold;
}

.interactive-text-wrapper .section .text-bottom {
  font: 16px "robotolight_italic", sans-serif;
  padding: 24px 0 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .interactive-text-wrapper .section .text-bottom {
    margin: 0;
    font: 15px "robotolight_italic", sans-serif;
  }
}

@media (min-width: 1420px) {
  .interactive-text-wrapper .section .text-bottom {
    font: 16px/24px "robotolight_italic", sans-serif;
  }
}

@media (max-width: 435px) {
  .interactive-text-wrapper .section .text-bottom {
    text-align: left;
  }
}

.interactive-text-wrapper .section.active {
  display: block;
}

.interactive-text-wrapper .active-state-wrapper {
  position: absolute;
  right: 0;
  top: 40%;
  padding: 0 24px 0 0;
}

@media (max-width: 1023px) {
  .interactive-text-wrapper .active-state-wrapper {
    padding: 0 16px 0 0;
  }
}

.interactive-text-wrapper .bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: black;
  font-size: 42px;
  border-radius: 50%;
  text-align: center;
  margin: 16px 0;
  opacity: 0.8;
}

.interactive-text-wrapper .bullet:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  margin: 15px 0;
}

.interactive-text-wrapper .bullet:last-child:after {
  display: none;
}

.interactive-text-wrapper .bullet.active {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  right: 2px;
}

.interactive-text-wrapper .bullet.active:after {
  margin: 19px 0;
}

.section-products {
  padding: 60px 0 0 0;
}

.section-products .title,
.section-tips .title {
  font: 42px/54px "robotobold", sans-serif;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .section-products .title,
  .section-tips .title {
    line-height: 60px;
  }
}

@media (min-width: 1420px) {
  .section-products .title,
  .section-tips .title {
    line-height: 72px;
  }
}

@media (max-width: 435px) {
  .section-products .title,
  .section-tips .title {
    text-align: left;
  }
}

.section-products .col-lg-10,
.section-tips .col-lg-10 {
  padding: 0;
}

@media (max-width: 435px) {
  .section-products .col-lg-10,
  .section-tips .col-lg-10 {
    padding: 0 15px;
  }
}

.section-products .col-lg-10 .sub-title,
.section-tips .col-lg-10 .sub-title {
  font: 28px/38px "robotoregular", sans-serif;
  letter-spacing: 0;
  color: #333333;
}

.section-products .col-lg-10 .sub-title span.text-percent,
.section-tips .col-lg-10 .sub-title span.text-percent {
  font: 32px "robotobold", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-products .col-lg-10 .sub-title span.text-percent,
  .section-tips .col-lg-10 .sub-title span.text-percent {
    font: 32px "robotobold", sans-serif;
  }
}

@media (min-width: 1200px) {
  .section-products .col-lg-10 .sub-title span.text-percent,
  .section-tips .col-lg-10 .sub-title span.text-percent {
    font: 32px "robotobold", sans-serif;
  }
}

@media (min-width: 1420px) {
  .section-products .col-lg-10 .sub-title span.text-percent,
  .section-tips .col-lg-10 .sub-title span.text-percent {
    font: 32px "robotobold", sans-serif;
  }
}

.section-products .col-lg-10 .sub-title span.sub,
.section-tips .col-lg-10 .sub-title span.sub {
  font-variant-position: sub;
}

.section-products .col-lg-10 .text-bottom,
.section-tips .col-lg-10 .text-bottom {
  font: 16px "robotolight_italic", sans-serif;
  padding: 20px 0 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-products .col-lg-10 .text-bottom,
  .section-tips .col-lg-10 .text-bottom {
    margin: 0;
    font: 15px "robotolight_italic", sans-serif;
  }
}

@media (min-width: 1420px) {
  .section-products .col-lg-10 .text-bottom,
  .section-tips .col-lg-10 .text-bottom {
    font: 16px/24px "robotolight_italic", sans-serif;
  }
}

.section-products .bloc-products,
.section-tips .bloc-products {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .section-products .bloc-products,
  .section-tips .bloc-products {
    margin-top: 40px;
  }
}

.section-products .bloc-products,
.section-products .bloc-tips,
.section-tips .bloc-products,
.section-tips .bloc-tips {
  margin-bottom: 60px;
  border: 1px solid #323D85;
}

@media (min-width: 768px) {
  .section-products .bloc-products,
  .section-products .bloc-tips,
  .section-tips .bloc-products,
  .section-tips .bloc-tips {
    margin-bottom: 120px;
  }
}

.section-products .bloc-products-left,
.section-products .bloc-tips-left,
.section-tips .bloc-products-left,
.section-tips .bloc-tips-left {
  background: transparent linear-gradient(204deg, #4784BA 0%, #323D85 100%) 0% 0% no-repeat padding-box;
  padding: 49px 65px 29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-products .bloc-products-left,
  .section-products .bloc-tips-left,
  .section-tips .bloc-products-left,
  .section-tips .bloc-tips-left {
    display: block;
    position: relative;
  }
}

.section-products .bloc-products-left .bloc-title,
.section-products .bloc-tips-left .bloc-title,
.section-tips .bloc-products-left .bloc-title,
.section-tips .bloc-tips-left .bloc-title {
  color: #ffffff;
  text-transform: uppercase;
  font: 28px/37px "robotobold", sans-serif;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.section-products .bloc-products-left .white-line,
.section-products .bloc-tips-left .white-line,
.section-tips .bloc-products-left .white-line,
.section-tips .bloc-tips-left .white-line {
  margin: auto;
  color: #ffffff;
  width: 30%;
  height: 0;
  margin-bottom: 45px;
  border-top: solid 1px #ffffff;
}

.section-products .bloc-products-left .bloc-text,
.section-products .bloc-tips-left .bloc-text,
.section-tips .bloc-products-left .bloc-text,
.section-tips .bloc-tips-left .bloc-text {
  font: 20px/28px "robotoregular", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 48px;
  text-align: left;
}

.section-products .bloc-products-left .btn,
.section-products .bloc-tips-left .btn,
.section-tips .bloc-products-left .btn,
.section-tips .bloc-tips-left .btn {
  padding: 15px 40px;
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-products .bloc-products-left .btn,
  .section-products .bloc-tips-left .btn,
  .section-tips .bloc-products-left .btn,
  .section-tips .bloc-tips-left .btn {
    margin-top: 50%;
  }
}

.section-products .bloc-products-right,
.section-products .bloc-tips-right,
.section-tips .bloc-products-right,
.section-tips .bloc-tips-right {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 435px) {
  .section-products .bloc-products-right,
  .section-products .bloc-tips-right,
  .section-tips .bloc-products-right,
  .section-tips .bloc-tips-right {
    padding-top: 0;
  }
}

.section-products .bloc-products-right div:focus,
.section-products .bloc-tips-right div:focus,
.section-tips .bloc-products-right div:focus,
.section-tips .bloc-tips-right div:focus {
  outline-color: transparent;
}

.section-products .bloc-products-right .product,
.section-products .bloc-tips-right .product,
.section-tips .bloc-products-right .product,
.section-tips .bloc-tips-right .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section-products .bloc-products-right .product-action,
.section-products .bloc-tips-right .product-action,
.section-tips .bloc-products-right .product-action,
.section-tips .bloc-tips-right .product-action {
  font: 28px "robotobold", sans-serif;
  color: #333333;
  text-transform: uppercase;
}

.section-products .bloc-products-right .product-picture img,
.section-products .bloc-tips-right .product-picture img,
.section-tips .bloc-products-right .product-picture img,
.section-tips .bloc-tips-right .product-picture img {
  margin: auto;
  display: block;
  max-height: 385px;
}

.section-products .bloc-products-right .product-name,
.section-products .bloc-tips-right .product-name,
.section-tips .bloc-products-right .product-name,
.section-tips .bloc-tips-right .product-name {
  text-align: center;
  font: 24px/32px "robotobold", sans-serif;
  color: #323D85;
  margin-bottom: 0;
}

.section-products .bloc-products-right .product-type,
.section-products .bloc-tips-right .product-type,
.section-tips .bloc-products-right .product-type,
.section-tips .bloc-tips-right .product-type {
  text-align: center;
  font: 18px/28px "robotoregular", sans-serif;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 24px;
}

.section-products .bloc-products-right .btn-product,
.section-products .bloc-tips-right .btn-product,
.section-tips .bloc-products-right .btn-product,
.section-tips .bloc-tips-right .btn-product {
  padding: 15px 60px;
}

@media (max-width: 435px) {
  .section-products .bloc-products-right .btn-product,
  .section-products .bloc-tips-right .btn-product,
  .section-tips .bloc-products-right .btn-product,
  .section-tips .bloc-tips-right .btn-product {
    padding: 15px 0;
  }
}

.section-products .bloc-products-right .btn-product a,
.section-products .bloc-tips-right .btn-product a,
.section-tips .bloc-products-right .btn-product a,
.section-tips .bloc-tips-right .btn-product a {
  padding: 15px 128px;
}

@media (max-width: 435px) {
  .section-products .bloc-products-right .btn-product a,
  .section-products .bloc-tips-right .btn-product a,
  .section-tips .bloc-products-right .btn-product a,
  .section-tips .bloc-tips-right .btn-product a {
    padding: 15px 0;
    width: 256px;
  }
}

.section-products .bloc-products-right .btn-product a:hover,
.section-products .bloc-tips-right .btn-product a:hover,
.section-tips .bloc-products-right .btn-product a:hover,
.section-tips .bloc-tips-right .btn-product a:hover {
  background: #ffffff;
  color: #323D85;
  border: 1px solid #323D85;
}

.section-products .bloc-products-right .slick-arrow:before,
.section-products .bloc-tips-right .slick-arrow:before,
.section-tips .bloc-products-right .slick-arrow:before,
.section-tips .bloc-tips-right .slick-arrow:before {
  color: #323D85;
  font-size: 48px;
}

.section-products .bloc-products-right .slick-arrow.slick-prev, .section-products .bloc-products-right .slick-arrow.slick-next,
.section-products .bloc-tips-right .slick-arrow.slick-prev,
.section-products .bloc-tips-right .slick-arrow.slick-next,
.section-tips .bloc-products-right .slick-arrow.slick-prev,
.section-tips .bloc-products-right .slick-arrow.slick-next,
.section-tips .bloc-tips-right .slick-arrow.slick-prev,
.section-tips .bloc-tips-right .slick-arrow.slick-next {
  width: 48px;
  height: 48px;
  z-index: 1;
}

.section-products .bloc-products-right .slick-arrow.slick-prev,
.section-products .bloc-tips-right .slick-arrow.slick-prev,
.section-tips .bloc-products-right .slick-arrow.slick-prev,
.section-tips .bloc-tips-right .slick-arrow.slick-prev {
  left: 30px;
}

.section-products .bloc-products-right .slick-arrow.slick-next,
.section-products .bloc-tips-right .slick-arrow.slick-next,
.section-tips .bloc-products-right .slick-arrow.slick-next,
.section-tips .bloc-tips-right .slick-arrow.slick-next {
  right: 30px;
}

footer {
  background: #333333 0% 0% no-repeat padding-box;
  padding: 30px 0;
}

@media (min-width: 768px) {
  footer {
    padding: 60px 0;
  }
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .footer-brand {
    width: 100%;
  }
  footer .footer-brand img {
    display: block;
    margin: 0 auto 20px;
  }
}

footer .footer-links {
  text-align: center;
  font: 13px "robotobold", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  footer .footer-links {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.section-tips .bloc-tips-left {
  font-family: "robotobold", sans-serif;
  font-size: 28px;
  text-align: left;
  letter-spacing: 0;
  line-height: 48px;
  justify-content: center;
  color: #FFFFFF;
  height: 334px;
  position: absolute;
  margin-top: 100px;
  width: 368px;
}

@media (max-width: 1420px) {
  .section-tips .bloc-tips-left {
    position: relative;
    margin-top: 0;
    flex-grow: 1;
    height: 100%;
    width: 100%;
  }
}

.section-tips ol {
  list-style: none;
  max-width: 350px;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .section-tips ol {
    margin: 0 auto;
  }
}

.section-tips ol li {
  margin: 0 0 0.5rem 0;
  position: relative;
}

.section-tips ol li:before {
  --size: 24px;
  left: calc(-1 * var(--size) + 5px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  position: absolute;
  content: attr(seq);
  border-radius: 50%;
  background: #C29B98;
  border: 2px solid #C29B98;
  color: #FFFFFF;
  text-align: center;
  font: 15px Arial, sans-serif;
}

@media (min-width: 1420px) {
  .section-tips .bloc-tips {
    float: right;
  }
}

.section-tips .bloc-tips .bloc-tips-right {
  margin: 0 auto 0 auto;
}

@media (min-width: 1420px) {
  .section-tips .bloc-tips .bloc-tips-right {
    margin: 0 30px 0 auto;
  }
}

.tip div {
  margin: 0 10px;
}

.tip figure {
  min-height: 230px;
}

.numero-vert {
  padding: .5rem 1rem;
}

.mentions-legales, .politique-confidentialite {
  position: relative;
}

.mentions-legales h1, .politique-confidentialite h1 {
  font: 36px "robotoregular", sans-serif;
  color: #333333;
  text-transform: uppercase;
}

.mentions-legales h2, .politique-confidentialite h2 {
  font: 30px "robotobold", sans-serif;
  color: #333333;
  text-transform: uppercase;
}

.mentions-legales h3, .politique-confidentialite h3 {
  font: 24px "robotoregular", sans-serif;
  color: #333333;
  text-transform: uppercase;
}

.mentions-legales h4, .politique-confidentialite h4 {
  font: 24px "robotoregular", sans-serif;
  color: #333333;
}

.mentions-legales ul li, .politique-confidentialite ul li {
  list-style: none;
}

.mentions-legales ul li:before, .politique-confidentialite ul li:before {
  content: "\25CF";
  color: #1cb6ac;
  position: absolute;
  left: 15px;
}

.mentions-legales a, .politique-confidentialite a {
  color: #03917a;
  text-decoration: underline;
}

.mentions-legales a:hover, .politique-confidentialite a:hover {
  color: #055f50;
  text-decoration: none;
}

@media (max-width: 768px) {
  .mentions-legales h1, .politique-confidentialite h1 {
    font: 28px "robotoregular", sans-serif;
  }
  .mentions-legales h2, .politique-confidentialite h2 {
    font: 24px "robotobold", sans-serif;
  }
  .mentions-legales h3, .politique-confidentialite h3 {
    font: 18px "robotoregular", sans-serif;
  }
  .mentions-legales h4, .politique-confidentialite h4 {
    font: 18px "robotoregular", sans-serif;
  }
}

.main_container {
  z-index: 3;
}

.main_container .btn {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  height: auto;
}

.main_config_container .nav li a {
  color: #03917a;
}

.main_config_container .nav li a:hover {
  text-decoration: none;
  color: #36b9a6;
}

.main_config_container .nav li.active a:hover {
  color: #ffffff;
}

.main_config_container .btn {
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .main_config_container {
    height: 450px;
  }
  .main_config_container h3 {
    font-size: 20px;
  }
}
