@charset "UTF-8";
@import "../css/bootstrap.css";
@import "../css/animate.css";
@import "../css/simplebar.css";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?et0kmv");
  src: url("../fonts/icomoon.eot?et0kmv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?et0kmv") format("truetype"), url("../fonts/icomoon.woff?et0kmv") format("woff"), url("../fonts/icomoon.svg?et0kmv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.text-sans-serif {
  font-family: Helvetica, Verdana, Arial, sans-serif;
}
.text-sans-serif * {
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

.wysiwig b, .wysiwig strong {
  font-weight: 500;
}
.wysiwig a {
  color: #5aa5ac;
  font-weight: 500;
  text-decoration: none;
}
.wysiwig a:hover {
  border-bottom: 1px solid #5aa5ac;
}
.wysiwig p, .wysiwig ul {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.reset-wysiwyg {
  line-height: 1;
}
.reset-wysiwyg p {
  margin: 0;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-].icon-lg, [class*=" icon-"].icon-lg {
  font-size: 18px;
  font-size: 1.125rem;
}
[class^=icon-].icon-xl, [class*=" icon-"].icon-xl {
  font-size: 20px;
  font-size: 1.25rem;
}

.icon-linkedin:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-rd:before {
  content: "";
}

.icon-production:before {
  content: "";
}

.icon-job:before {
  content: "";
}

.icon-commerce:before {
  content: "";
}

.icon-player:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

html, body {
  font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
  color: #585f6e;
}

.fill-white {
  fill: white;
}

.link {
  color: #585f6e;
  border-bottom: 1px solid #585f6e;
  text-decoration: none !important;
}
.link:hover {
  border-color: #636c7c;
  color: #636c7c;
}

.text-primary {
  color: #5aa5ac !important;
}
.text-secondary {
  color: #ffc300 !important;
}

.underligned {
  position: relative;
  margin-bottom: 45px;
}
.underligned:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 100%;
  max-width: 80px;
  height: 6px;
  background: #5aa5ac;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  content: "";
}

b, strong {
  font-weight: bold;
}

a {
  color: #5aa5ac;
}
a:hover {
  color: #6baeb5;
}

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -2px;
  color: #5c5d5d;
}

h2, .h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: -2px;
  color: #5c5d5d;
}
h2.bold-title, .h2.bold-title {
  color: #d5dde3;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.8;
}

h3, .h3 {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  color: #5c5d5d;
}

h4, .h4 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  color: #5c5d5d;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5c5d5d;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #5c5d5d;
}

@media (min-width: 576px) {
  h1, .h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  h2, .h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  h2.bold-title, .h2.bold-title {
    font-size: 68px;
    font-size: 4.25rem;
  }

  h3, .h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  h4, .h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
header .header__content {
  position: relative;
  margin-top: 70px;
  padding: 45px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 400px;
  }
  header .header__content.home_page {
    height: 25px;
  }
}
header .header__company__content * {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 500;
}
header .header__company .company__back-link {
  position: relative;
  top: -30px;
  display: inline-block;
  border-radius: 50px;
  color: white;
  padding: 10px;
  z-index: 1;
  text-decoration: none;
}
header .header__company .company__back-link:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  header .header__company .company__back-link {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 0 50px 50px 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 25px 15px 15px;
    color: #5aa5ac;
    -webkit-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  header .header__company .company__back-link:hover {
    opacity: 1;
    background-color: white;
  }
}
header .header__company .company__title {
  position: relative;
  margin-bottom: 30px;
}
header .header__company .company__title:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 7px;
  border-radius: 10px;
  background-color: white;
  content: "";
}
header .header.header-sm .header__content {
  padding: 45px 0 !important;
}
header .header.header-sm .home_page {
  padding: 0 !important;
}
header #top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(30, 40, 41, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(30, 40, 41, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(30, 40, 41, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(30, 40, 41, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#1e2829", GradientType=0 );
}
@media (min-width: 768px) {
  header #top-nav {
    background: none;
    -webkit-filter: none;
            filter: none;
  }
}
header #top-nav #selectlanguage {
  -webkit-transition: background 0.25s ease, color 0.25s ease !important;
  -o-transition: background 0.25s ease, color 0.25s ease !important;
  transition: background 0.25s ease, color 0.25s ease !important;
  border-radius: 3px;
}
header #top-nav #selectlanguage:hover, header #top-nav #selectlanguage[aria-expanded=true] {
  background: white;
  color: #585f6e !important;
  text-decoration: none;
}
header #top-nav #selectlanguage:hover *, header #top-nav #selectlanguage[aria-expanded=true] * {
  color: #585f6e !important;
}
header #top-nav .btn {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
header #top-nav .btn-linkedin {
  line-height: 1;
}
header #top-nav .btn-linkedin i {
  font-size: 22px;
  font-size: 1.375rem;
}
header #top-nav__menu {
  height: 70px;
}
@media (min-width: 768px) {
  header #top-nav__menu-button {
    display: none;
  }
}
header #top-nav .language-select {
  position: relative;
}
header #top-nav .language-select select {
  background: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  border-radius: 0;
  border: none;
  color: white;
  width: auto;
  padding-right: 30px;
  cursor: pointer;
}
header #top-nav .language-select select option {
  color: black;
}
header #top-nav .language-select:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  pointer-events: none;
}

.website-logo {
  width: 80px;
}
@media (min-width: 420px) {
  .website-logo {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .website-logo {
    width: 250px;
  }
}

.burger-button {
  position: relative;
  padding: 16px 9px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}
.burger-button span.burger-menu {
  position: relative;
  display: block;
  background: white;
  width: 20px;
  height: 3px;
  margin: 0 auto;
  -webkit-transition: height 0.15s ease 0.25s;
  -o-transition: height 0.15s ease 0.25s;
  transition: height 0.15s ease 0.25s;
}
.burger-button span.burger-menu:before {
  position: absolute;
  top: -8px;
  content: "";
  display: block;
  background: white;
  width: 20px;
  height: 3px;
  -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease;
  transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease;
  -o-transition: top 0.25s ease 0.25s, transform 0.25s ease;
  transition: top 0.25s ease 0.25s, transform 0.25s ease;
  transition: top 0.25s ease 0.25s, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.burger-button span.burger-menu:after {
  position: absolute;
  bottom: -8px;
  content: "";
  display: block;
  background: white;
  width: 20px;
  height: 3px;
  -webkit-transition: bottom 0.1s ease 0.25s, -webkit-transform 0.25s ease;
  transition: bottom 0.1s ease 0.25s, -webkit-transform 0.25s ease;
  -o-transition: bottom 0.1s ease 0.25s, transform 0.25s ease;
  transition: bottom 0.1s ease 0.25s, transform 0.25s ease;
  transition: bottom 0.1s ease 0.25s, transform 0.25s ease, -webkit-transform 0.25s ease;
}

#header-nav {
  background-color: #5aa5ac;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (min-width: 992px) {
  #header-nav {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  #header-nav > .container {
    max-width: 100%;
  }
}
#header-nav .btn {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#header-nav .btn-linkedin {
  line-height: 1;
}
#header-nav .btn-linkedin i {
  font-size: 22px;
  font-size: 1.375rem;
}
#header-nav__logo {
  display: none;
  width: 80px;
}
@media (min-width: 992px) {
  #header-nav__logo {
    width: 180px;
  }
}
#header-nav ul {
  height: 60px;
  /*overflow: hidden;*/
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  #header-nav ul {
    height: 70px;
  }
}
#header-nav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-nav ul li.displayWhenSticky {
  display: none;
}
#header-nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  /*&:after {
      position: absolute;
      bottom: -10px;
      left: 50%;
      right: 0;
      display: block;
      transform: translate(-50%, 0);
      max-width: 80%;
      height: 10px;
      border-radius: 5px;
      background: rgba(white, .8);
      content: "";
      transition: bottom .25s ease;
  }*/
}
#header-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#header-nav ul li.active a {
  font-weight: bold;
  /*&:after {
      bottom: -4px;
  }*/
}

nav .simplebar-wrapper {
  z-index: 1;
}
nav .simplebar-track {
  z-index: 2;
}
nav#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 70px 0 0 0;
  width: 0;
  height: 100vh;
  overflow-y: auto;
  background: rgba(30, 40, 41, 0.94);
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 100;
}
nav#main-nav:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(30, 40, 41, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(30, 40, 41, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(30, 40, 41, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(30, 40, 41, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#1e2829", GradientType=0 );
  z-index: 2;
  pointer-events: none;
}
nav#main-nav ul {
  padding: 15px 0;
}
nav#main-nav ul li {
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  nav#main-nav ul li {
    position: relative;
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: 30px;
    margin-bottom: 15px;
  }
}
nav#main-nav ul li:last-child {
  margin-bottom: 0;
}
nav#main-nav ul li:before {
  display: none;
  line-height: 1;
  content: "+";
  margin-right: 10px;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  nav#main-nav ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
  }
}
nav#main-nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
nav#main-nav ul li a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  nav#main-nav ul li a {
    font-weight: 400;
  }
}
nav#main-nav ul li ul {
  margin-top: 15px;
  margin-left: 0;
  padding: 0;
}
@media (min-width: 768px) {
  nav#main-nav ul li ul {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
nav#main-nav ul li ul li {
  text-transform: none;
  list-style: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  nav#main-nav ul li ul li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0;
    line-height: 1.3;
  }
}
nav#main-nav ul li ul li:last-child {
  margin-bottom: 0;
}
nav#main-nav ul li ul li:before {
  display: none;
  content: "";
}
nav#main-nav ul li ul li a {
  display: block;
  font-weight: 400;
  padding: 5px 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (min-width: 768px) {
  nav#main-nav ul li ul li a {
    padding: 0;
    line-height: 1;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
nav#main-nav ul li ul li a:hover {
  opacity: 1;
}
nav#main-nav .menu-v-blocks {
  margin-top: 30px;
}
nav#main-nav .menu-v-blocks [class^=menu-v-blocks] {
  margin: 30px 0;
}
@media (min-width: 768px) {
  nav#main-nav .menu-v-blocks [class^=menu-v-blocks] {
    margin: 0;
    border: none;
  }
}
nav#main-nav .menu-v-blocks ul {
  margin: 0;
  padding: 0;
}
nav#main-nav .menu-v-blocks ul li {
  text-transform: none;
  list-style: none;
  margin-bottom: 15px;
}
nav#main-nav .menu-v-blocks ul li:last-child {
  margin-bottom: 0;
}
nav#main-nav .menu-v-blocks ul li a {
  display: block;
  font-weight: 400;
  padding: 5px 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
nav#main-nav .menu-v-blocks ul li a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  nav#main-nav .menu-v-blocks__top {
    min-height: 240px;
    padding: 80px 0;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  nav#main-nav .menu-v-blocks__top-button {
    line-height: 1.2;
    font-size: 26px;
    font-size: 1.625rem;
  }
  nav#main-nav .menu-v-blocks__top-button strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
  nav#main-nav .menu-v-blocks__top-button i {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  nav#main-nav .menu-v-blocks__bottom {
    background-color: rgba(90, 165, 172, 0.2);
    padding: 30px 0;
    background-size: cover;
  }
  nav#main-nav .menu-v-blocks__bottom ul {
    padding-left: 30px;
  }
  nav#main-nav .menu-v-blocks__bottom ul li {
    margin-bottom: 0;
  }
  nav#main-nav .menu-v-blocks__bottom ul li:before {
    top: 10px;
    opacity: 0.5;
  }
  nav#main-nav .menu-v-blocks__bottom ul li a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.nav-main-menu-active {
  overflow-y: hidden;
}
.nav-main-menu-active #top-nav__menu-button {
  display: block;
}
@media (min-width: 768px) {
  .nav-main-menu-active #top-nav__menu .website-logo {
    width: 180px;
  }
}
.nav-main-menu-active nav#main-nav {
  width: 100%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.nav-main-menu-active .burger-button span.burger-menu {
  height: 0;
  -webkit-transition: height 0.15s ease;
  -o-transition: height 0.15s ease;
  transition: height 0.15s ease;
}
.nav-main-menu-active .burger-button span.burger-menu:before {
  top: -2px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease 0.25s;
  transition: top 0.25s ease, -webkit-transform 0.25s ease 0.25s;
  -o-transition: top 0.25s ease, transform 0.25s ease 0.25s;
  transition: top 0.25s ease, transform 0.25s ease 0.25s;
  transition: top 0.25s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s;
}
.nav-main-menu-active .burger-button span.burger-menu:after {
  bottom: -1px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.25s ease 0.25s;
  transition: bottom 0.1s ease, -webkit-transform 0.25s ease 0.25s;
  -o-transition: bottom 0.1s ease, transform 0.25s ease 0.25s;
  transition: bottom 0.1s ease, transform 0.25s ease 0.25s;
  transition: bottom 0.1s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s;
}

.header-nav-fixed main {
  margin-top: 70px;
}

.header-nav-sticky #header-nav ul li.displayWhenSticky, .header-nav-fixed #header-nav ul li.displayWhenSticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .header-nav-sticky #top-nav__menu .website-logo, .header-nav-fixed #top-nav__menu .website-logo {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-nav-sticky #top-nav, .header-nav-fixed #top-nav {
    background: rgba(90, 165, 172, 0.9);
  }
  .header-nav-sticky .contact__mader, .header-nav-fixed .contact__mader {
    margin-top: 60px;
  }
}
.header-nav-sticky.nav-main-menu-active #top-nav, .header-nav-fixed.nav-main-menu-active #top-nav {
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(30, 40, 41, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(30, 40, 41, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(30, 40, 41, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(30, 40, 41, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#1e2829", GradientType=0 );
}
.header-nav-sticky.nav-main-menu-active #top-nav__menu .website-logo, .header-nav-fixed.nav-main-menu-active #top-nav__menu .website-logo {
  display: block;
}
@media (min-width: 768px) {
  .header-nav-sticky main, .header-nav-fixed main {
    margin-top: 60px;
  }
  .header-nav-sticky #header-nav, .header-nav-fixed #header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 199;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  }
  .header-nav-sticky #header-nav:before, .header-nav-fixed #header-nav:before {
    display: none;
  }
  .header-nav-sticky #header-nav__home, .header-nav-fixed #header-nav__home {
    display: none;
  }
  .header-nav-sticky #header-nav__logo, .header-nav-fixed #header-nav__logo {
    display: inline-block;
  }
  .header-nav-sticky.nav-main-menu-active #header-nav, .header-nav-fixed.nav-main-menu-active #header-nav {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-nav-sticky main, .header-nav-fixed main {
    margin-top: 70px;
  }
}

.text-slogan {
  font-size: 1.8rem;
  margin-left: 2rem;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .text-slogan {
    font-size: 1rem;
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .text-slogan {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .text-slogan {
    display: none;
  }
}

footer {
  background-color: #5aa5ac;
  color: white;
}
footer * {
  color: white;
}
footer .footer-inner {
  text-align: center;
  padding: 45px 0;
}
footer .footer-inner h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  color: white;
}

@media (min-width: 1200px) {
  .container {
    max-width: 85%;
  }
  .container .container {
    max-width: none;
  }
}
img {
  max-width: 100%;
  height: auto !important;
}

::-moz-selection {
  background: #4f979d;
  color: white;
}

::selection {
  background: #4f979d;
  color: white;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  font-size: 16px;
  font-size: 1rem;
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

#zone-search {
  display: none;
  padding: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(90, 165, 172, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
}
#zone-search .gsc-results-wrapper-overlay {
  width: auto;
  height: auto;
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
}
@media (min-width: 1200px) {
  #zone-search .gsc-results-wrapper-overlay {
    left: 15%;
    right: 15%;
  }
}
#zone-search.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#zone-search .gsc-inner-container {
  max-width: 1200px;
  width: 100%;
}
#zone-search .gsc-inner-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 45px;
}
@media (min-width: 768px) {
  #zone-search .gsc-inner-content {
    margin-left: 45px;
  }
}
#zone-search .gsc-inner-content > div {
  width: 100%;
}
#zone-search #rechercheGbtn {
  position: absolute;
  top: 50%;
  right: 15px;
  color: white;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 34px;
  line-height: 34px;
  font-size: 30px;
  font-size: 1.875rem;
}
#zone-search .gsc-control-cse {
  border: none;
  background: none;
  padding: 0;
}
#zone-search .gsc-search-box-tools {
  margin: 0;
}
#zone-search .gsc-search-box-tools .gsc-search-box {
  margin: 0;
}
#zone-search .gsc-input-box {
  margin-right: 15px;
  padding-left: 15px;
  border-radius: 0;
  border: none;
}
#zone-search input.gsc-input {
  padding: 5px 0 !important;
  border: none;
  height: 34px;
  border-radius: 0;
  /*@include font-size(24);*/
}
#zone-search button.gsc-search-button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  padding: 5px;
}
#zone-search button.gsc-search-button svg {
  width: 24px;
  height: 24px;
}
#zone-search .gscb_a {
  line-height: 34px;
}
#zone-search table td {
  padding: 0 !important;
}

[class*=gssb] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#cookie {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #e6e6e6;
  position: fixed;
  bottom: 15px;
  left: 15px;
  max-width: 400px;
  margin-right: 15px;
  padding: 10px;
  z-index: 99999;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-size: 0.8125rem;
}
#cookie * {
  margin: 0;
}
#cookie p {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #cookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #cookie p {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.bg_primary {
  background-color: #5aa5ac;
}
.bg_secondary {
  background-color: #ffc300;
}
.bg_light {
  background-color: #f3f8f9;
}

.highlight-primary-color-border {
  border: 1px solid #5aa5ac;
  padding: 30px;
}
.highlight-secondary-color-border {
  border: 1px solid #ffc300;
  padding: 30px;
}
.highlight-shadow {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

table th {
  background-color: #f3f8f9;
  font-weight: bold;
}
table th,
table td {
  border: none !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #585f6e;
  vertical-align: middle;
}
table tr:nth-child(even) {
  background-color: #f3f8f9;
}

.icon-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 10px;
  font-size: 0.625rem;
  border: 2px solid currentColor;
}

.btn {
  border-radius: 0;
}
.btn-rounded {
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
}
.btn-rounded:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.btn.btn-lg-text-sm {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-white {
  border-color: white;
  background-color: white;
  color: #5aa5ac;
}
.btn-white:focus, .btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: white !important;
  background-color: white !important;
  color: #6baeb5;
}
.btn-primary {
  border-color: #5aa5ac;
  background-color: #5aa5ac;
  color: white;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 165, 172, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(90, 165, 172, 0.5);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border-color: #6baeb5 !important;
  background-color: #6baeb5 !important;
}
.btn-secondary {
  border-color: #ffc300;
  background-color: #ffc300;
  color: white;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.5);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #ffd54d !important;
  background-color: #ffd54d !important;
}

.modal__search {
  background: rgba(90, 165, 172, 0.8);
}
.modal__mader {
  background: #5aa5ac;
  color: white;
  text-align: center;
}
.modal__mader a {
  color: white;
}
.modal__mader a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.modal__mader .btn-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
}
.modal__mader .btn-close-modal:hover {
  opacity: 0.8;
  text-decoration: none;
}
.modal__mader .tab {
  display: none;
  width: 100%;
}
.modal__mader .tab .modaltab-title {
  width: 100%;
  text-align: center;
}
.modal__mader .tab .modaltab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal__mader .tab .modaltab-content select option {
  color: black;
}
.modal__mader .tab .modaltab-content select [disabled] {
  background: #eff6f7;
  color: #5aa5ac;
}
.modal__mader .tab .modaltab-content .captcha-img {
  max-width: 300px;
  margin: 0 auto;
}
.modal__mader-steps {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal__mader-steps:before {
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  content: "";
}
.modal__mader-steps li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: white;
}
.modal__mader-steps li.active {
  -webkit-box-shadow: 0 0 30px 10px white;
          box-shadow: 0 0 30px 10px white;
}
@media (min-width: 1200px) {
  .modal__mader-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    width: 24px;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .modal__mader-steps:before {
    width: 2px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .modal__mader-steps li {
    width: 24px;
    height: 24px;
  }
}
.modal__mader .modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .modal__mader .modal-dialog {
    padding: 0 120px;
  }
}
.modal__mader .modal-content {
  background: none;
  border: none;
}
.modal__mader h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
}
.modal__mader h3 + p {
  font-size: 18px;
  font-size: 1.125rem;
}
.modal__mader h3,
.modal__mader p {
  font-weight: 400;
  color: white;
}
.modal__mader h3 b,
.modal__mader h3 strong,
.modal__mader p b,
.modal__mader p strong {
  font-weight: bold;
}

.contact__mader {
  background: white;
  color: #5aa5ac;
  text-align: center;
  height: 75.5vh;
}
.contact__mader a {
  color: #5aa5ac;
}
.contact__mader a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.contact__mader .tab {
  display: none;
  width: 100%;
}
.contact__mader .tab .contacttab-title {
  width: 100%;
  text-align: center;
}
.contact__mader .tab .contacttab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__mader .tab .contacttab-content select option {
  color: black;
}
.contact__mader .tab .contacttab-content select [disabled] {
  background: #eff6f7;
  color: #707070;
}
.contact__mader .tab .contacttab-content .captcha-img {
  max-width: 300px;
  margin: 0 auto;
}
.contact__mader-steps {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__mader-steps:before {
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background: rgba(90, 165, 172, 0.5);
  content: "";
}
.contact__mader-steps li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #5aa5ac;
}
.contact__mader-steps li.active {
  -webkit-box-shadow: 0 0 30px 10px rgba(90, 165, 172, 0.7);
          box-shadow: 0 0 30px 10px rgba(90, 165, 172, 0.7);
}
@media (min-width: 1200px) {
  .contact__mader-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    width: 24px;
    top: 40%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .contact__mader-steps:before {
    width: 2px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .contact__mader-steps li {
    width: 24px;
    height: 24px;
  }
}
.contact__mader .contact-dialog {
  max-width: 100% !important;
  margin: 0 !important;
  height: 100%;
}
@media (min-width: 1200px) {
  .contact__mader .contact-dialog {
    padding: 0 120px;
  }
}
.contact__mader .contact-content {
  background: none;
  border: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__mader h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
}
.contact__mader h3 + p {
  font-size: 18px;
  font-size: 1.125rem;
}
.contact__mader h3,
.contact__mader p {
  font-weight: 400;
  color: #5aa5ac;
}
.contact__mader h3 b,
.contact__mader h3 strong,
.contact__mader p b,
.contact__mader p strong {
  font-weight: bold;
}

.block {
  padding: 30px 0;
  /*+ .block__button {
      margin-top: -30px;
      padding-top: 0;

      @media (min-width: $lg) {
          margin-top: -60px;
      }
  }*/
}
@media (min-width: 992px) {
  .block {
    padding: 60px 0;
    width: 100%;
  }
}
.block__sticky {
  padding-bottom: 15px;
}
.block__sticky + .block {
  padding-top: 15px;
}
.block__breadcrumb {
  padding: 0;
}
.block__breadcrumb ul li {
  margin: 0 20px;
  position: relative;
}
.block__breadcrumb ul li a {
  color: #b6c4ce;
}
.block__breadcrumb ul li:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 100%;
  background: #98abba;
  content: "";
}
.block__breadcrumb ul li:first-child {
  margin-left: 0;
}
.block__breadcrumb ul li:first-child:after {
  display: none;
}
.block__breadcrumb ul li:last-child {
  margin-right: 0;
  font-weight: bold;
  color: #5aa5ac;
}
.block__scrollto {
  text-align: center;
}
.block__scrollto-btn {
  -webkit-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  color: #ffc300 !important;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  .block__scrollto-btn {
    width: 80px;
    height: 80px;
  }
}
.block__scrollto-btn:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%) scale(1.05, 1.05);
      -ms-transform: translateY(-50%) scale(1.05, 1.05);
          transform: translateY(-50%) scale(1.05, 1.05);
  background: #ffc300;
  color: white !important;
}
.block__scrollto-btn i {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .block__scrollto-btn i {
    font-size: 32px;
    font-size: 2rem;
  }
}
.block__title + .block {
  padding-top: 0;
}
.block__video-image {
  width: 100%;
}
.block__cases-content {
  margin: 0 -10px;
}
.block__actu {
  padding-bottom: 0;
}
.block__image-legende {
  padding-top: 0;
  margin: 0 auto;
}
.block__image-legende .container {
  max-width: 100%;
}
.block__image-legende-inner {
  padding: 30px;
  background-color: #f3f8f9;
}
.block__image-legende-inner h3 {
  text-align: left;
  color: #5c5d5d;
  margin-bottom: 45px;
  position: relative;
  font-weight: bold;
}
.block__image-legende-inner h3:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  max-width: 80px;
  height: 6px;
  background: #5aa5ac;
  border-radius: 5px;
  content: "";
}
.block__image-legende-image {
  text-align: right;
  overflow-y: auto;
  margin: 30px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .block__image-legende-image {
    overflow-y: auto;
  }
}
.block__image-legende-image img {
  display: inline-block;
  margin-bottom: 30px;
}
.block__image-legende-image .simplebar-track .simplebar-scrollbar:before {
  /*background-color: $primary;*/
}
.block__image-legende:nth-child(odd) {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.block__slider-text h3 {
  font-weight: bold;
  color: #5c5d5d;
}
@media (min-width: 992px) {
  .block__slider-text {
    min-height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
}
.block__slider-text-inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .block__slider-slider {
    position: absolute;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.block__slider-slider .slick-slider {
  z-index: 2;
}
.block__text-image-image-inner {
  position: relative;
}
.block__text-image-image-inner-label {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  background: #ffc300;
  color: white;
}
.block__blocks-blue-inner {
  display: block;
  text-decoration: none !important;
  background: #f3f8f9;
  margin-bottom: 30px;
  padding: 30px;
}
.block__blocks-blue-inner img {
  display: inline-block;
  margin-bottom: 15px;
}
.block__blocks-blue-inner h3 {
  color: #5c5d5d;
  word-wrap: break-word;
}
.block__blocks-blue-inner i {
  display: none;
}
.block__blocks-blue-inner * {
  color: #585f6e;
}
.block__blocks-blue a.block__blocks-blue-inner {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
}
.block__blocks-blue a.block__blocks-blue-inner i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.block__blocks-blue a.block__blocks-blue-inner:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.block__blog {
  padding-top: 30px !important;
}
@media (min-width: 992px) {
  .block__blog {
    padding-top: 60px !important;
  }
}
.block__crossroad .crossroad__introduction {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}
@media (min-width: 768px) {
  .block__crossroad .crossroad__introduction:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.3333333333%;
  }
}
.block__crossroad .crossroad__introduction-text {
  z-index: 1;
  padding: 15px;
  color: white;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.block__crossroad .crossroad__introduction-text p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  .block__crossroad .crossroad__introduction-text p {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.block__crossroad .crossroad__list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.block__crossroad .crossroad__list-subtitle {
  display: block;
  margin-bottom: 15px;
}
.block__crossroad .crossroad__list li {
  list-style: none;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .block__crossroad .crossroad__list li {
    padding: 0 45px;
  }
}
.block__crossroad .crossroad__list li ul {
  padding: 0;
  margin-bottom: 30px;
}
.block__crossroad .crossroad__list li ul li {
  list-style: none;
  padding: 0;
}
.block__crossroad .crossroad__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 30px;
  background-color: #f3f8f9;
  text-decoration: none !important;
  font-weight: 600;
  color: #585f6e;
  /*transition: background-color .25s ease, color .25s ease;*/
}
.block__crossroad .crossroad__list a span {
  white-space: nowrap;
  overflow: hidden;
  margin-right: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.block__crossroad .crossroad__list a i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5aa5ac;
}
.block__crossroad .crossroad__list a:hover {
  background-color: #5aa5ac;
  color: white;
}
.block__crossroad .crossroad__list a:hover i {
  color: white;
}
.block__recruitement {
  position: relative;
  background-size: 0px 0px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .block__recruitement {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 440px;
    top: 35px;
    margin-bottom: 60px;
  }
}
.block__recruitement .recruitement__card {
  background: white;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  max-width: 450px;
  margin: 15px auto;
  padding: 60px 30px;
}
@media (min-width: 992px) {
  .block__recruitement .recruitement__card {
    position: absolute;
    top: -25px;
    bottom: -25px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    max-height: 540px;
    z-index: 1;
  }
}
.block__recruitement .recruitement__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.block__recruitement .recruitement__header i {
  font-size: 32px;
  font-size: 2rem;
}
.block__recruitement .recruitement__title {
  position: relative;
  margin-bottom: 45px;
  font-weight: 400;
}
.block__recruitement .recruitement__title:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 5px;
  border-radius: 10px;
  background-color: #5aa5ac;
  content: "";
}
.block__recruitement .recruitement__links {
  margin-bottom: 30px;
  width: 100%;
}
.block__recruitement .recruitement__links a {
  display: block;
  color: #98abba;
  margin: 0 -15px;
  padding: 15px;
}
.block__recruitement .recruitement__links a:hover {
  background-color: #f3f8f9;
  text-decoration: none;
}
.block__recruitement .recruitement__links a b {
  color: #5c5d5d;
}
.block__fullsize-video {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  min-height: 500px;
}
.block__fullsize-video .fullsize-video__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.block__fullsize-video .fullsize-video__img iframe {
  position: absolute;
  top: -10%;
  left: 0;
  bottom: -10%;
  right: 0;
  width: 100%;
  height: 120%;
  pointer-events: none;
}
.block__fullsize-video .fullsize-video__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.block__fullsize-video .fullsize-video__link > span {
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.block__fullsize-video .fullsize-video__link > span i {
  display: inline-block;
  font-size: 100px;
  font-size: 6.25rem;
  margin-bottom: 15px;
}
.block__fullsize-video .fullsize-video__link:hover {
  background: rgba(0, 0, 0, 0.5);
}
.block__fullsize-video .fullsize-video__link:hover span {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.block__fullsize-video .fullsize-video__video {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__jobs {
  background: #f3f8f9;
  padding: 30px 0 !important;
}
@media (min-width: 1200px) {
  .block__jobs {
    margin-top: 80px !important;
  }
}
.block__jobs .jobs__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .block__jobs .jobs__inner {
    margin-top: -167px;
  }
}
.block__jobs .jobs__categories {
  position: relative;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 576px) {
  .block__jobs .jobs__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block__jobs .jobs__categories li {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .block__jobs .jobs__categories li {
    position: relative;
    width: 33.333%;
    margin-bottom: 0;
    text-align: center;
  }
  .block__jobs .jobs__categories li:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .block__jobs .jobs__categories li > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 15px;
  }
}
@media (min-width: 768px) {
  .block__jobs .jobs__categories li {
    width: 20%;
  }
}
.block__jobs .jobs__categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 576px) {
  .block__jobs .jobs__categories li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.block__jobs .jobs__categories li a i {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .block__jobs .jobs__categories li a i {
    font-size: 40px;
    font-size: 2.5rem;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .block__jobs .jobs__categories li a i {
    font-size: 80px;
    font-size: 5rem;
  }
}
.block__jobs .jobs__categories li a span {
  line-height: 1.2;
}
.block__jobs .jobs__categories li a:hover {
  background: #ecf5f5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.block__jobs .jobs__categories li:last-child a:hover {
  background: #fff7db;
  color: #ffc300;
}
.block__jobs .jobs__categories li:last-child.active a {
  background: #ffc300;
  color: white;
}
.block__jobs .jobs__categories li.active a {
  background: #5aa5ac;
  color: white;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
.block__jobs .jobs__contact-form {
  max-width: 800px;
  margin: 0 auto;
}
.block__jobs .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content: space-between;*/
  padding: 0 15px;
}
.block__jobs .tab-content article {
  width: 100%;
  color: #1e2829;
  margin: 15px 0;
}
.block__jobs .tab-content article > div {
  background: white;
  padding: 15px;
  height: 100%;
}
.block__jobs .tab-content article > div p {
  font-weight: 600;
  color: #1e2829;
}
.block__jobs .tab-content article > div p > span {
  color: #585f6e;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .block__jobs .tab-content article {
    width: 50%;
    padding: 0 15px;
  }
  .block__jobs .tab-content article > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .block__jobs .tab-content article {
    width: 33.333333%;
  }
  .block__jobs .tab-content article > div {
    text-align: center;
    padding: 40px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block__jobs .tab-content article > div p {
    text-align: left;
    width: 100%;
  }
  .block__jobs .tab-content article > div .btn {
    padding: 10px 45px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.block__job {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 !important;
}
@media (min-width: 992px) {
  .block__job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 400px;
  }
}
.block__job .job__title {
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
}
@media (min-width: 992px) {
  .block__job .job__title {
    margin: 0 auto;
    max-width: 800px;
  }
}
.block__job .job__title * {
  color: white;
}
.block__job .job__contract {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: #5aa5ac;
  font-weight: bold;
  letter-spacing: 5px;
  display: inline-block;
  padding: 5px 15px;
  z-index: 1;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .block__job .job__contract {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block__job-content p {
  color: #6f788a;
}
.block__job-contact .block__scrollto-btn {
  color: #5aa5ac !important;
}
.block__job-contact .block__scrollto-btn:hover {
  background-color: #5aa5ac !important;
  color: white !important;
}
.block__job-contact .job-contact__contact-form {
  max-width: 800px;
  margin: 0 auto;
}
.block__job-contact .job-contact__contact-form .btn-contact-form {
  border-color: #5aa5ac;
  background-color: #5aa5ac;
  color: white;
}
.block__job-contact .job-contact__contact-form .btn-contact-form:focus, .block__job-contact .job-contact__contact-form .btn-contact-form.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 165, 172, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(90, 165, 172, 0.5);
}
.block__job-contact .job-contact__contact-form .btn-contact-form:hover, .block__job-contact .job-contact__contact-form .btn-contact-form:focus, .block__job-contact .job-contact__contact-form .btn-contact-form:active {
  border-color: #6baeb5 !important;
  background-color: #6baeb5 !important;
}
.block__documents {
  text-align: center;
}
.block__documents .documents__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.block__documents .documents__categories {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 30px;
}
.block__documents .documents__categories li {
  display: block;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .block__documents .documents__categories li {
    display: inline-block;
    margin: 15px 5px;
  }
}
.block__documents .documents__categories li a {
  display: block;
  padding: 15px;
  color: #585f6e;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  background: #ecf5f5;
  /*box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);*/
}
.block__documents .documents__categories li a:hover {
  background: #c0dddf;
}
.block__documents .documents__categories li.active a {
  background: #5aa5ac;
  color: white;
}
.block__documents .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block__documents .document__article {
  max-width: 340px;
  margin: 0 auto 30px auto;
  text-align: left;
}
@media (min-width: 768px) {
  .block__documents .document__article {
    width: 33.333333%;
    margin: 15px;
  }
}
.block__documents .document__article > a {
  display: block;
  text-decoration: none !important;
  color: #c3c7cf;
}
.block__documents .document__article > a:hover .document__article-image img, .block__documents .document__article > a:hover .document__article-description {
  opacity: 0.8;
}
.block__documents .document__article-image {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.block__documents .document__article-image img {
  display: block;
  -webkit-filter: grayscale(100%) brightness(110%);
          filter: grayscale(100%) brightness(110%);
}
.block__documents .document__article-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.block__documents .document__article-btn i {
  font-size: 26px;
  font-size: 1.625rem;
}
.block__documents .document__article-description > span {
  text-transform: uppercase;
  color: #585f6e;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.block__blog {
  position: relative;
  padding: 45px 0 !important;
}
.block__blog.block__timeline {
  border-top: 1px solid #eef0f1;
}
.block__blog .swiper {
  /*&-pagination {
      top: 0;
      left: 0;
      right: 0;
      padding: 0 45px;
      transform: translate(0, -50%);

      &-bullet {
          &-text {
              position: absolute;
              top: 0;
              left: 50%;
              text-align: center;
              transform: translate(-50%, -125%);
              @include font-size(26);
              font-weight: bold;
          }

          &-active {
              background: $color3;
              transform: scale(1.2, 1.2);
              box-shadow: 0 0 0 10px rgba($color3, 0.2) !important;

              .swiper-pagination-bullet-text {
                  @include font-size(30);
              }
          }
      }
  }*/
}
.block__blog .swiper-container {
  width: 100%;
  /*.blog-actu {
      &__article {
          padding: 100px 0;
      }
  }*/
  padding: 30px 0;
}
.block__blog .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}
.block__blog .swiper-pagination:after {
  content: "";
  width: 30px;
  height: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 992px) {
  .block__blog .swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    overflow-x: inherit;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    padding: 0 45px;
    margin: 0 auto;
  }
  .block__blog .swiper-pagination:after {
    display: none;
  }
}
.block__blog .swiper-pagination-bullet {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.1);
  width: auto;
  height: auto;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  padding: 2px 15px;
  margin: 0 15px;
  color: rgba(88, 95, 110, 0.6);
  font-size: 18px;
  font-size: 1.125rem;
  opacity: 1;
}
.block__blog .swiper-pagination-bullet::-webkit-scrollbar {
  display: none;
}
.block__blog .swiper-pagination-bullet:last-child {
  margin-right: 30px;
}
.block__blog .swiper-pagination-bullet:hover {
  background: rgba(0, 0, 0, 0.2);
}
.block__blog .swiper-pagination-bullet:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white !important;
}
.block__blog .swiper-pagination-bullet-active {
  background: #ffc300 !important;
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
  -webkit-box-shadow: 0 0 0 10px rgba(255, 195, 0, 0.2) !important;
          box-shadow: 0 0 0 10px rgba(255, 195, 0, 0.2) !important;
  color: white !important;
  margin: 0 30px;
}
@media (min-width: 992px) {
  .block__blog .swiper-pagination-bullet {
    position: relative;
    height: 20px;
    width: 20px;
    padding: 0;
    border-radius: 100%;
    margin: 0 15px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 8px rgba(88, 95, 110, 0.05);
            box-shadow: 0 0 0 8px rgba(88, 95, 110, 0.05);
  }
  .block__blog .swiper-pagination-bullet:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .block__blog .swiper-pagination-bullet:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #585f6e !important;
  }
  .block__blog .swiper-pagination-bullet-text {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -120%);
        -ms-transform: translate(-50%, -120%);
            transform: translate(-50%, -120%);
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #c3c7cf;
  }
  .block__blog .swiper-pagination-bullet-active:focus {
    color: #585f6e !important;
  }
  .block__blog .swiper-pagination-bullet-active .swiper-pagination-bullet-text {
    color: #585f6e;
  }
}
.block__adn {
  text-align: center;
}
.block__adn-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.block__adn ul {
  position: relative;
}
@media (min-width: 992px) {
  .block__adn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 400px;
  }
}
.block__adn ul li {
  position: relative;
  margin: 80px auto 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  max-width: 500px;
}
@media (min-width: 992px) {
  .block__adn ul li:nth-child(1) {
    -webkit-transform: translate(10%, -60%);
        -ms-transform: translate(10%, -60%);
            transform: translate(10%, -60%);
  }
  .block__adn ul li:nth-child(2) {
    -webkit-transform: translate(10%, 100%);
        -ms-transform: translate(10%, 100%);
            transform: translate(10%, 100%);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .block__adn ul li:nth-child(2) {
    -webkit-transform: translate(3%, 0%);
        -ms-transform: translate(3%, 0%);
            transform: translate(3%, 0%);
  }
}
@media (min-width: 992px) {
  .block__adn ul li:nth-child(3) {
    -webkit-transform: translate(-20%, -120%);
        -ms-transform: translate(-20%, -120%);
            transform: translate(-20%, -120%);
  }
}
@media (min-width: 992px) {
  .block__adn ul li:nth-child(4) {
    -webkit-transform: translate(-50%, 80%);
        -ms-transform: translate(-50%, 80%);
            transform: translate(-50%, 80%);
  }
}
@media (min-width: 992px) {
  .block__adn ul li:nth-child(4n) {
    display: none;
  }
}
.block__adn ul li:first-child {
  margin-top: 40px;
}
.block__adn ul li:before {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
  background: #ffc300;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 195, 0, 0.2);
          box-shadow: 0 0 0 10px rgba(255, 195, 0, 0.2);
  content: "";
}
.block__adn ul li b {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
.block__blueblocks-inner {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 15px;
}
.block__keys .blueblocks .blueblock-inner b {
  font-size: 34px;
  font-size: 2.125rem;
}
.block__keys .blueblocks a.blueblock:hover {
  background: #5aa5ac;
  color: white;
}
.block__keys .blueblocks a.blueblock:hover * {
  color: white;
  fill: white;
}
.block__keys .blueblocks_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__entrances {
  padding: 60px 0 !important;
}
.block__entrances-element {
  position: relative;
  z-index: 1;
}
.block__entrances-element h3 {
  position: relative;
  margin-bottom: 45px;
  font-size: 40px;
  font-size: 2.5rem;
}
.block__entrances-element h3:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 50px;
  height: 8px;
  border-radius: 10px;
  background: #ffc300;
  content: "";
}
.block__entrances-element .entrance-content {
  max-width: 400px;
}
.block__entrances-element .entrance-content__text {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 30px 0;
}

.full-size-video-active .block__fullsize-video .fullsize-video__link {
  display: none;
}
.full-size-video-active .block__fullsize-video .fullsize-video__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mask {
  position: relative;
}
.mask:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  content: "";
  z-index: 0;
}
.mask.mask__dark:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.videoWrapper {
  position: relative;
  padding-bottom: 37.4%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/slider-home.jpg");
}

.background_video_home_page {
  position: absolute;
  width: 64%;
  height: 100%;
  padding: 30px;
}

.tuile {
  margin-bottom: 15px;
  padding: 30px;
}
@media (min-width: 768px) {
  .tuile {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .tuile {
    padding: 30px 80px;
    margin-bottom: 0;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px;
  }
  .tuile__inner {
    width: 100%;
  }
}
.tuile__inner {
  position: relative;
  z-index: 2;
}
.tuile__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tuile__title {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .tuile__title {
    margin-bottom: 40px;
  }
}

.case {
  position: relative;
  color: white;
  display: block;
  color: white;
  margin: 10px;
  text-decoration: none !important;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
}
.case iframe {
  background: #1e2829;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  z-index: 2;
}
.case i.icon-arrow-right {
  display: none;
}
.case p {
  font-weight: 400;
}
.case:before {
  display: block;
  content: "";
  width: 100%;
}
.case.case__size-1:before {
  padding-top: 90.9090909091%;
}
.case.case__size-full-width:before {
  padding-top: 90.9090909091%;
}
@media (min-width: 768px) {
  .case.case__size-full-width:before {
    padding-top: 45.4545454545%;
  }
}
.case.case__size-full-height:before {
  padding-top: 90.9090909091%;
}
@media (min-width: 768px) {
  .case.case__size-full-height:before {
    padding-top: 45.4545454545%;
  }
}
@media (min-width: 992px) {
  .case.case__size-full-height {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .case.case__size-full-height:before {
    padding-top: 0;
  }
}
.case__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}
.case__inner > div {
  max-width: 80%;
}
.case__inner p {
  margin-bottom: 10px;
  line-height: 1;
}
.case__inner img {
  display: inline-block;
  margin-bottom: 15px;
}

a.case i.icon-arrow-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
a.case:hover {
  color: white;
  opacity: 0.9;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}

.dropdown-list-links {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.dropdown-list-links > li {
  position: relative;
  background: white;
  list-style: none;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media (min-width: 992px) {
  .dropdown-list-links > li {
    overflow: visible;
    height: 54px;
  }
}
.dropdown-list-links > li span {
  position: relative;
  display: block;
  padding: 15px 25px;
  cursor: pointer;
  z-index: 1;
}
.dropdown-list-links > li > i {
  position: absolute;
  display: inline-block;
  content: "+";
  top: 22px;
  right: 28px;
  width: 6px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bolder;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  -o-transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.dropdown-list-links > li:hover {
  -webkit-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-list-links > li:hover > i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dropdown-list-links > li:active {
  -webkit-transform: scale(1, 1) !important;
      -ms-transform: scale(1, 1) !important;
          transform: scale(1, 1) !important;
}
.dropdown-list-links > li ul {
  display: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .dropdown-list-links > li ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding-top: 54px;
    z-index: 0;
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
  }
}
.dropdown-list-links > li ul li {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
  border-radius: 0;
  background: white;
}
@media (min-width: 992px) {
  .dropdown-list-links > li ul li {
    padding-bottom: 15px;
  }
}
.dropdown-list-links > li ul li ul {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .dropdown-list-links > li ul li ul {
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 0;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .dropdown-list-links > li ul li ul li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.dropdown-list-links > li ul li span {
  display: block;
  /*font-weight: bold;*/
  padding: 10px 25px;
  cursor: inherit;
}
.dropdown-list-links > li ul li a {
  display: block;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #585f6e;
  text-decoration: none;
  padding: 10px 25px;
}
.dropdown-list-links > li ul li a > i {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.15s ease;
  -o-transition: right 0.15s ease;
  transition: right 0.15s ease;
  font-size: 12px;
  font-size: 0.75rem;
}
.dropdown-list-links > li ul li a:hover {
  background: #f2f2f2;
  color: #5aa5ac;
}
.dropdown-list-links > li ul li a:hover i {
  right: 20px;
}
.dropdown-list-links__list-group {
  display: block;
  padding: 15px 0 !important;
  border-bottom: 1px solid #d5dde3;
}
.dropdown-list-links__list-group:first-child {
  padding-top: 0px !important;
}
.dropdown-list-links__list-group:last-child {
  border-bottom: none;
  padding-bottom: 0px !important;
}
.dropdown-list-links.active li {
  display: block;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  background: white !important;
}
.dropdown-list-links.active li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 992px) {
  .dropdown-list-links.active li {
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 1000;
  }
}
.dropdown-list-links.active li > i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.dropdown-list-links.active li ul {
  display: block;
}
@media (min-width: 992px) {
  .dropdown-list-links.active li ul {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  }
}
.dropdown-list-links.active li ul li {
  border-radius: 0;
}
.dropdown-list-links.active li ul li ul {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-list-links__list-more {
  text-align: center;
  color: #5aa5ac;
  padding: 0 !important;
  background: white;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2) !important;
}
.dropdown-list-links__list-more a {
  color: #5aa5ac !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 18px;
  font-size: 1.125rem;
}
.dropdown-list-links__list-more a:hover {
  background-color: #fafafa !important;
}

.grid-ttb {
  list-style: none;
  margin: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  padding: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 100%;
}
@media (min-width: 768px) {
  .grid-ttb {
    display: -ms-inline-grid;
    display: inline-grid;
    display: table\0 /IE11;
  }
}
.grid-ttb li {
  margin: 0;
  padding: 2px 30px 15px 40px;
  font-size: 16px;
  font-size: 1rem;
  counter-increment: my-awesome-counter;
  position: relative;
  text-align: left;
  word-break: break-all;
}
.grid-ttb li:before {
  content: counter(my-awesome-counter);
  font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
  color: #585f6e;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  line-height: 30px;
  width: 32px;
  height: 32px;
  top: 0;
  border-radius: 100%;
  text-align: center;
  border: 2px solid #585f6e;
}
@media (min-width: 768px) {
  .grid-ttb {
    grid-auto-flow: column;
    --grid-col: var(--grid-col-3) !important;
    -ms-grid-columns: auto 0 auto 0 auto;
    grid-template-columns: repeat(3, auto);
    -ms-grid-rows: ;
    grid-template-rows: repeat(var(--grid-col), auto);
  }
}
@media (min-width: 992px) {
  .grid-ttb {
    --grid-col: var(--grid-col-5) !important;
    -ms-grid-columns: auto 0 auto 0 auto 0 auto;
    grid-template-columns: repeat(4, auto);
  }
}

.actu {
  display: block;
  margin-bottom: 30px;
  color: #585f6e;
}
@media (min-width: 992px) {
  .actu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    max-height: 260px;
  }
}
.actu i {
  display: none;
  color: #5aa5ac;
}
.actu > a {
  text-decoration: none;
  color: #585f6e;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
}
.actu > a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.actu > a:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.actu p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
.actu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  background: white;
  padding: 30px;
}
.actu__inner a {
  color: #585f6e;
  text-decoration: none;
}
.actu__date {
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin-bottom: 15px !important;
}
.actu__title {
  font-weight: bold;
  line-height: 1.4;
}
.actu__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  font-size: 0.875rem;
}
.actu__more {
  text-align: right;
}

.carousel-solo {
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  color: white;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-solo * {
  color: white;
}
.carousel-solo:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .carousel-solo {
    min-height: 500px;
  }
}
.carousel-solo.carousel-light-theme * {
  color: #585f6e;
}
.carousel-solo.carousel-light-theme:before {
  background: none;
}
.carousel-solo.carousel-dark-theme * {
  color: white;
}
.carousel-solo.carousel-dark-theme:before {
  background: rgba(0, 0, 0, 0.5);
}
.carousel-solo.carousel-no-theme {
  min-height: inherit;
}
.carousel-solo.carousel-no-theme * {
  color: #585f6e;
}
.carousel-solo.carousel-no-theme:before {
  background: rgba(0, 0, 0, 0);
  display: none;
}

.slick-carousel {
  max-width: 1920px;
  margin: 0 auto;
}
.slick-carousel-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-carousel-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
}
.slick-carousel .block__carousel-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  color: white !important;
}
.slick-carousel .block__carousel-slider * {
  color: white;
}
@media (min-width: 768px) {
  .slick-carousel .block__carousel-slider {
    min-height: 500px;
  }
}
.slick-carousel .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .slick-carousel .slick-dots {
    bottom: 0;
    left: auto;
    right: 30px;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slick-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  background: transparent;
  background: white;
  border: 2px solid white;
  opacity: 0.5;
  border-radius: 100%;
  margin: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .slick-carousel .slick-dots li {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 50% 0;
  }
}
.slick-carousel .slick-dots li:hover {
  background: white;
  opacity: 0.75;
}
.slick-carousel .slick-dots li.slick-active {
  background: white;
  opacity: 1;
}
.slick-carousel .slick-dots li button {
  position: relative;
  left: -2px;
  top: -2px;
  padding: 0;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  text-indent: 999999px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (min-width: 992px) {
  .slick-carousel .slick-dots li button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }
}

.slick-slider.slick-animations .slick-slide {
  -webkit-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.slick-slider.slick-animations .slick-active, .slick-slider.slick-animations .slick-cusrrent {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.slick-slider-buttons {
  position: relative;
  z-index: 3;
  text-align: right;
}
@media (min-width: 576px) {
  .slick-slider-buttons {
    text-align: left;
    -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
            transform: translateX(320px);
  }
}
.slick-slider-buttons button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 1;
  background: #ffc300;
  color: white !important;
  text-decoration: none !important;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.slick-slider-buttons button:hover {
  background: #ffd54d;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  /*@include box-shadow(.2);*/
  z-index: 2;
}
.slick-slider-buttons button.slick-disabled {
  opacity: 0.3;
}
.slick-slider-buttons button.slick-disabled:hover {
  background: #ffc300;
  /*box-shadow: none;*/
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.slick-timeline {
  position: relative;
  padding: 0;
  background: #f3f8f9;
}
@media (min-width: 768px) {
  .slick-timeline {
    background: none;
  }
}
.slick-timeline .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 1;
}
@media (min-width: 768px) {
  .slick-timeline .slick-arrow {
    top: 80px;
  }
}
.slick-timeline .slick-arrow.slick-disabled {
  display: none !important;
}
.slick-timeline .slick-arrow.slick-prev {
  left: 15px;
}
.slick-timeline .slick-arrow.slick-next {
  right: 15px;
}
@media (min-width: 768px) {
  .slick-timeline .slick-list {
    padding-top: 80px;
  }
}
.slick-timeline .slick-track {
  background: #f3f8f9;
}
@media (min-width: 768px) {
  .slick-timeline .slick-track {
    border-top: 1px solid #eef0f1;
  }
}
.slick-timeline__slide {
  text-align: center;
  padding: 45px 80px;
  outline: none;
}
@media (min-width: 768px) {
  .slick-timeline__slide {
    margin: 0;
    padding: 0 15px 45px 15px;
  }
}
.slick-timeline__slide-date {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .slick-timeline__slide-date {
    margin-top: -76px;
  }
}
.slick-timeline__slide-date:before {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
  background: #ffc300;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 195, 0, 0.2);
          box-shadow: 0 0 0 10px rgba(255, 195, 0, 0.2);
  content: "";
}
.slick-timeline__slide-date:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
}
.slick-timeline__slide-text {
  position: relative;
  background: white;
  padding: 30px;
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  /*line-height: 1.2;*/
}
.slick-timeline__slide-text .wysiwig ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 18px;
  max-width: 760px;
}
.slick-timeline__slide-text .wysiwig * {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.slick-timeline__slide-text .wysiwig *:last-child {
  margin-bottom: 0;
}
.slick-timeline__slide-text:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  content: "";
}
.slick-timeline__slide-text p {
  margin: 0;
}

.establishment__map {
  position: relative;
  width: 100%;
  max-height: 580px;
}
.establishment__map .gm-style .gm-style-iw-c {
  border-radius: 0;
  overflow: visible;
  padding: 0;
}
.establishment__map .gm-style-iw-d {
  overflow: hidden !important;
}
.establishment__map .gm-ui-hover-effect {
  background: white !important;
  padding: 0 !important;
  top: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
}
.establishment__map .gm-ui-hover-effect img {
  margin: 0 auto !important;
  opacity: 0.5;
}
.establishment__map .gm-ui-hover-effect:hover img {
  opacity: 1;
}
.establishment__map-infobox .map-infobox__maintitle {
  margin-bottom: 10px;
  line-height: 1;
}
.establishment__map-infobox .map-infobox__maintitle span {
  display: block;
}
.establishment__map-infobox .map-infobox__inner {
  padding: 15px;
}
.establishment__map-infobox .map-infobox__title {
  font-weight: bold;
}
.establishment__map-infobox .map-infobox__subtitle {
  color: #5aa5ac;
  font-weight: 400;
}
.establishment__map-infobox .map-infobox__text {
  margin-bottom: 10px;
}
.establishment__map-infobox .map-infobox__text span {
  display: block;
}
.establishment__map-infobox .map-infobox__image img {
  max-width: 100%;
  height: auto;
}
.establishment__map-infobox .map-infobox__button {
  background-color: #5aa5ac;
  color: white;
}
.establishment__map-infobox .map-infobox__button:hover {
  background-color: #6baeb5;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.establishment__map-infobox.company-type-f28646 .map-infobox__subtitle {
  color: #f28646;
}
.establishment__map-infobox.company-type-f28646 .map-infobox__button {
  background-color: #f28646;
  color: white;
}
.establishment__map-infobox.company-type-f28646 .map-infobox__button:hover {
  background-color: #f4965e;
}
.establishment__map-infobox.company-type-69c6f1 .map-infobox__subtitle {
  color: #69c6f1;
}
.establishment__map-infobox.company-type-69c6f1 .map-infobox__button {
  background-color: #69c6f1;
  color: white;
}
.establishment__map-infobox.company-type-69c6f1 .map-infobox__button:hover {
  background-color: #80cff3;
}
.establishment__map-infobox.company-type-6bb361 .map-infobox__subtitle {
  color: #6bb361;
}
.establishment__map-infobox.company-type-6bb361 .map-infobox__button {
  background-color: #6bb361;
  color: white;
}
.establishment__map-infobox.company-type-6bb361 .map-infobox__button:hover {
  background-color: #7bbb72;
}
.establishment__map-infobox * {
  line-height: 1.6;
}
.establishment__map-infobox b,
.establishment__map-infobox strong {
  font-weight: 500;
}
.establishment__map-infobox p,
.establishment__map-infobox ul {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
.establishment__map-infobox .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.establishment__map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
  /*padding-top: 300px;*/
}
.establishment__map > #map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.establishment__legend-title {
  position: relative;
  margin-bottom: 30px;
}
.establishment__legend-title:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 7px;
  border-radius: 10px;
  background-color: #5aa5ac;
  content: "";
}
.establishment__legend-content p {
  width: 100%;
  max-width: 200px;
}

.gmap {
  position: relative;
  margin-bottom: 60px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .gmap {
    padding: 0;
  }
}
.gmap__overlay {
  display: none;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 460px;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 992px) {
  .gmap__overlay {
    display: block;
  }
}
.gmap__overlay:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
  /*padding-top: 300px;*/
}
.gmap__overlay > #map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 133%;
  margin-left: -33%;
}
.gmap__card {
  background: white;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  max-width: 450px;
  margin: 15px auto;
}
@media (min-width: 992px) {
  .gmap__card {
    position: absolute;
    top: -25px;
    bottom: -25px;
    left: 55%;
    margin: 0;
    overflow: hidden;
    max-height: 540px;
    z-index: 1;
  }
}
.gmap__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.gmap__card-inner img {
  width: 100%;
  height: auto;
}
.gmap__card-content {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.gmap__card-content .reset-wysiwyg {
  line-height: 1.4;
}
.gmap__card-content * {
  font-size: 16px;
  font-size: 1rem;
}
.gmap__card-content .company__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.gmap__card-content .company__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.gmap__card-content .company__button {
  color: white;
}

.company-type-f28646 .company__title:after {
  background-color: #f28646 !important;
}
.company-type-f28646 .company__subtitle {
  color: #f28646 !important;
}
.company-type-f28646 .company__button {
  background-color: #f28646 !important;
}
.company-type-69c6f1 .company__title:after {
  background-color: #69c6f1 !important;
}
.company-type-69c6f1 .company__subtitle {
  color: #69c6f1 !important;
}
.company-type-69c6f1 .company__button {
  background-color: #69c6f1 !important;
}
.company-type-6bb361 .company__title:after {
  background-color: #6bb361 !important;
}
.company-type-6bb361 .company__subtitle {
  color: #6bb361 !important;
}
.company-type-6bb361 .company__button {
  background-color: #6bb361 !important;
}

.blog-actu__article {
  display: block;
  height: 100%;
}
.blog-actu__article p {
  font-size: 16px;
  font-size: 1rem;
}
.blog-actu__article a {
  display: block;
  background: white;
  text-decoration: none;
  color: #585f6e;
  padding: 15px;
}
@media (min-width: 992px) {
  .blog-actu__article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 220px;
  }
}
.blog-actu__article i {
  color: #5aa5ac;
}
.blog-actu__article-link {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.blog-actu__article-link:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.blog-actu__date {
  text-align: right;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: #c3c7cf;
}
.blog-actu__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
.blog-actu__text {
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.3;
  color: #8a92a1;
}
@media (min-width: 992px) {
  .blog-actu__text {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

.blueblocks .blueblock {
  position: relative;
  width: 100%;
  max-width: 215px;
  background: rgba(90, 165, 172, 0.1);
}
@media screen and (min-width: 992px) {
  .blueblocks .blueblock.tree_line_key {
    max-width: 26%;
  }
}
.blueblocks .blueblock:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.blueblocks .blueblock > .blueblock-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  overflow: hidden;
  color: #585f6e;
  height: 100%;
  width: 100%;
}
.blueblocks .blueblock > .blueblock-inner.tree_line_key {
  padding: 0px;
}
.blueblocks .blueblock > .blueblock-inner * {
  margin: 2px;
}
@media screen and (min-width: 992px) {
  .blueblocks .blueblock > .blueblock-inner *.tree_line_key {
    font-size: 0.8rem;
  }
}
.blueblocks .blueblock > .blueblock-inner b {
  margin: 2px;
}
@media screen and (min-width: 992px) {
  .blueblocks .blueblock > .blueblock-inner b.tree_line_key {
    font-size: 1.6rem;
  }
}
.blueblocks .blueblock > .blueblock-inner i {
  min-width: 30px;
  min-height: 30px;
}
.blueblocks a.blueblock {
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: transform 0.15s ease, box-shadow 0.25s ease;
  transition: transform 0.15s ease, box-shadow 0.25s ease;
  transition: transform 0.15s ease, box-shadow 0.25s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.25s ease;
}
.blueblocks a.blueblock:hover {
  background: rgba(90, 165, 172, 0.3);
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}

#goweb {
  width: 100%;
  max-width: 501px;
  height: 900px;
}
@media (min-width: 768px) {
  #goweb {
    height: 550px;
  }
}

/*Debug Edge*/
@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
  .edge1314 {
    /*opacity: 1 !important;*/
  }
}
/*Fin Debug Edge*/
.has-error {
  border-bottom-color: red !important;
}

input[type=file].has-error + label {
  border-bottom: 1px solid red !important;
}
input[type=file].has-error + label:hover i {
  background: #e60000;
}
input[type=file].has-error + label i {
  background: red;
}

.custom-form {
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .custom-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.custom-form label {
  font-size: 12.5px;
  color: #585f6e;
  opacity: 0.8;
  font-weight: 400;
}
.custom-form input, .custom-form textarea {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1e2829;
  padding: 10px 0px;
  height: 56px;
  border: none;
  background: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-appearance: none;
  width: 100%;
}
.custom-form input::-webkit-input-placeholder, .custom-form textarea::-webkit-input-placeholder {
  color: #585f6e;
  opacity: 0.5;
}
.custom-form input::-moz-placeholder, .custom-form textarea::-moz-placeholder {
  color: #585f6e;
  opacity: 0.5;
}
.custom-form input:-ms-input-placeholder, .custom-form textarea:-ms-input-placeholder {
  color: #585f6e;
  opacity: 0.5;
}
.custom-form input::-ms-input-placeholder, .custom-form textarea::-ms-input-placeholder {
  color: #585f6e;
  opacity: 0.5;
}
.custom-form input::placeholder, .custom-form textarea::placeholder {
  color: #585f6e;
  opacity: 0.5;
}
.custom-form input:focus, .custom-form textarea:focus {
  border-bottom: solid 1px #5aa5ac;
  outline: 0;
  -webkit-box-shadow: 0 2px 6px -8px rgba(90, 165, 172, 0.45);
          box-shadow: 0 2px 6px -8px rgba(90, 165, 172, 0.45);
}
.custom-form input.invalid, .custom-form textarea.invalid {
  color: red !important;
  border-color: red !important;
  -webkit-box-shadow: 0 2px 6px -8px rgba(255, 0, 0, 0.45) !important;
          box-shadow: 0 2px 6px -8px rgba(255, 0, 0, 0.45) !important;
}
.custom-form input.invalid::-webkit-input-placeholder, .custom-form textarea.invalid::-webkit-input-placeholder {
  color: red !important;
}
.custom-form input.invalid::-moz-placeholder, .custom-form textarea.invalid::-moz-placeholder {
  color: red !important;
}
.custom-form input.invalid:-ms-input-placeholder, .custom-form textarea.invalid:-ms-input-placeholder {
  color: red !important;
}
.custom-form input.invalid::-ms-input-placeholder, .custom-form textarea.invalid::-ms-input-placeholder {
  color: red !important;
}
.custom-form input.invalid::placeholder, .custom-form textarea.invalid::placeholder {
  color: red !important;
}
.custom-form textarea {
  height: auto;
  padding: 15px;
  margin-top: 30px;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.custom-form textarea:focus {
  border: solid 1px #5aa5ac;
}
.custom-form .floating-label {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .custom-form .floating-label {
    margin-bottom: 20px;
    width: 46%;
  }
}
@media (min-width: 768px) {
  .custom-form .floating-label {
    width: 40%;
  }
}
.custom-form .floating-label label {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-form .floating-label input:not(:-moz-placeholder-shown) {
  padding: 28px 0px 12px 0px;
}
.custom-form .floating-label input:not(:-ms-input-placeholder) {
  padding: 28px 0px 12px 0px;
}
.custom-form .floating-label input:not(:placeholder-shown) {
  padding: 28px 0px 12px 0px;
}
.custom-form .floating-label input:not(:-moz-placeholder-shown) + label {
  transform: translateY(-10px);
  opacity: 0.7;
}
.custom-form .floating-label input:not(:-ms-input-placeholder) + label {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  opacity: 0.7;
}
.custom-form .floating-label input:not(:placeholder-shown) + label {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0.7;
}
.custom-form .floating-label label.fix-active {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0.7;
}
.custom-form .floating-label textarea + label {
  top: 15px;
}
.custom-form .floating-label textarea:not(:-moz-placeholder-shown) + label {
  transform: translateY(-10px);
  opacity: 0.7;
}
.custom-form .floating-label textarea:not(:-ms-input-placeholder) + label {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  opacity: 0.7;
}
.custom-form .floating-label textarea:not(:placeholder-shown) + label {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0.7;
}
.custom-form .floating-label select {
  border-radius: 30px;
  background-color: transparent;
  padding: 10px 20px;
  height: auto;
  color: #585f6e;
  font-size: 20px;
  font-size: 1.25rem;
  color: #1e2829;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQgNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNCA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzM0M0E0MDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS44LDMuOEwwLjEsMkMwLDIsMCwxLjgsMC4xLDEuN2wwLjItMC4yYzAuMS0wLjEsMC4yLTAuMSwwLjMsMEwyLDIuOWwxLjQtMS40YzAuMS0wLjEsMC4yLTAuMSwwLjMsMGwwLjIsMC4yQzQsMS44LDQsMiwzLjksMkwyLjIsMy44QzIuMSwzLjksMS45LDMuOSwxLjgsMy44TDEuOCwzLjh6Ii8+PC9zdmc+);
  background-size: 14px auto;
  background-position: right 1.4rem center;
}
.custom-form .floating-label select:invalid {
  color: #1e2829;
  opacity: 0.5;
}
.custom-form .floating-label select [disabled] {
  color: #1e2829;
  opacity: 0.5;
}
.custom-form .custom-input-file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-form .custom-input-file label {
  position: relative;
  top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  margin: 0;
}
.custom-form .custom-input-file label span {
  color: #585f6e;
  opacity: 0.7;
}
.custom-form .custom-input-file label i {
  position: relative;
  top: 8px;
  background: #585f6e;
  color: white;
  padding: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
.custom-form .custom-input-file label:hover i {
  background: #4d535f;
}
.custom-form .no-js-inputfile {
  display: none;
}
.custom-form.light-theme label {
  color: white;
}
.custom-form.light-theme input, .custom-form.light-theme textarea {
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  color: white;
}
.custom-form.light-theme input::-webkit-input-placeholder, .custom-form.light-theme textarea::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.custom-form.light-theme input::-moz-placeholder, .custom-form.light-theme textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}
.custom-form.light-theme input:-ms-input-placeholder, .custom-form.light-theme textarea:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.custom-form.light-theme input::-ms-input-placeholder, .custom-form.light-theme textarea::-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.custom-form.light-theme input::placeholder, .custom-form.light-theme textarea::placeholder {
  color: white;
  opacity: 1;
}
.custom-form.light-theme input:focus, .custom-form.light-theme textarea:focus {
  border-bottom: solid 1px white;
  outline: 0;
  -webkit-box-shadow: 0 2px 6px -8px rgba(255, 255, 255, 0.45);
          box-shadow: 0 2px 6px -8px rgba(255, 255, 255, 0.45);
}
.custom-form.light-theme textarea {
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
.custom-form.light-theme textarea:focus {
  border: solid 1px white;
}
.custom-form.light-theme select {
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQgNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNCA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzVBQTVBQzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS44LDMuOEwwLjEsMkMwLDIsMCwxLjgsMC4xLDEuN2wwLjItMC4yYzAuMS0wLjEsMC4yLTAuMSwwLjMsMEwyLDIuOWwxLjQtMS40YzAuMS0wLjEsMC4yLTAuMSwwLjMsMGwwLjIsMC4yQzQsMS44LDQsMiwzLjksMkwyLjIsMy44QzIuMSwzLjksMS45LDMuOSwxLjgsMy44TDEuOCwzLjh6Ii8+PC9zdmc+);
}
.custom-form.light-theme select:invalid {
  color: #5aa5ac;
  opacity: 1;
}
.custom-form.light-theme select [disabled] {
  color: #5aa5ac;
  opacity: 1;
}
.custom-form.light-theme select option {
  color: #585f6e;
}
.custom-form.primary-theme label {
  color: #5aa5ac;
}
.custom-form.primary-theme input, .custom-form.primary-theme textarea {
  border-bottom: solid 1px rgba(90, 165, 172, 0.8);
  color: #5aa5ac;
}
.custom-form.primary-theme input::-webkit-input-placeholder, .custom-form.primary-theme textarea::-webkit-input-placeholder {
  color: #5aa5ac;
  opacity: 1;
}
.custom-form.primary-theme input::-moz-placeholder, .custom-form.primary-theme textarea::-moz-placeholder {
  color: #5aa5ac;
  opacity: 1;
}
.custom-form.primary-theme input:-ms-input-placeholder, .custom-form.primary-theme textarea:-ms-input-placeholder {
  color: #5aa5ac;
  opacity: 1;
}
.custom-form.primary-theme input::-ms-input-placeholder, .custom-form.primary-theme textarea::-ms-input-placeholder {
  color: #5aa5ac;
  opacity: 1;
}
.custom-form.primary-theme input::placeholder, .custom-form.primary-theme textarea::placeholder {
  color: #5aa5ac;
  opacity: 1;
}
.custom-form.primary-theme input:focus, .custom-form.primary-theme textarea:focus {
  border-bottom: solid 1px #5aa5ac;
  outline: 0;
  -webkit-box-shadow: 0 2px 6px -8px rgba(90, 165, 172, 0.45);
          box-shadow: 0 2px 6px -8px rgba(90, 165, 172, 0.45);
}
.custom-form.primary-theme textarea {
  border: solid 1px rgba(90, 165, 172, 0.1);
  background: rgba(90, 165, 172, 0.1);
}
.custom-form.primary-theme textarea:focus {
  border: solid 1px #5aa5ac;
}
.custom-form.primary-theme select {
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQgNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNCA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzVBQTVBQzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS44LDMuOEwwLjEsMkMwLDIsMCwxLjgsMC4xLDEuN2wwLjItMC4yYzAuMS0wLjEsMC4yLTAuMSwwLjMsMEwyLDIuOWwxLjQtMS40YzAuMS0wLjEsMC4yLTAuMSwwLjMsMGwwLjIsMC4yQzQsMS44LDQsMiwzLjksMkwyLjIsMy44QzIuMSwzLjksMS45LDMuOSwxLjgsMy44TDEuOCwzLjh6Ii8+PC9zdmc+);
}
.custom-form.primary-theme select:invalid {
  color: #5aa5ac;
  opacity: 1;
}
.custom-form.primary-theme select [disabled] {
  color: white;
  opacity: 1;
}
.custom-form.primary-theme select option {
  color: #585f6e;
}

.js .custom-input-file .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.no-js .custom-input-file {
  display: none !important;
}
.no-js .no-js-inputfile {
  display: block !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=main.css.map */