#wpadminbar {
  opacity: 0.4;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.alignwide {
  margin-left: -50px;
  margin-right: -50px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
* GENERAL
*/
body {
  overflow-x: hidden;
  max-width: 100vw;
}
body, body p {
  font-family: "Lato", sans-serif;
  color: black;
  line-height: 1.3;
}
body .row {
  max-width: 1000px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0;
}

.bg-grey {
  background-color: #cbcbe3;
}
.bg-grey #site-header {
  background-color: transparent;
}

.bg-blue {
  background-color: #00afff;
}
.bg-blue #site-header {
  background-color: transparent;
}

.bg-orange {
  background-color: #ff7630;
}
.bg-orange #site-header {
  background-color: transparent;
}

.bg-green {
  background-color: #6fc4a7;
}
.bg-green #site-header {
  background-color: transparent;
}

.bg-yellow {
  background-color: #ffca00;
}
.bg-yellow #site-header {
  background-color: transparent;
}

.bg-pink {
  background-color: #ff7c82;
}
.bg-pink #site-header {
  background-color: transparent;
}

.bg-black {
  background-color: #24192f;
}
.bg-black #site-header {
  background-color: transparent;
}

.btn-black {
  cursor: pointer;
  background-color: #24192f;
  border-radius: 5px;
  padding: 15px;
  display: inline-block;
  line-height: 1.1;
  font-weight: bold;
}
.btn-black, .btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:visited {
  color: white;
}
.btn-black.chevron:before {
  width: 16px;
  height: 13px;
  margin-right: 5px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/chevron.svg);
  background-size: contain;
}

.btn-grey {
  cursor: pointer;
  background-color: white;
  color: #cbcbe3;
  border-radius: 5px;
  border: 2px solid #cbcbe3;
  padding: 15px;
  display: inline-block;
  line-height: 1.1;
  font-weight: bold;
}
.btn-grey, .btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:visited {
  color: #cbcbe3;
}
.btn-grey.chevron:before {
  width: 16px;
  height: 13px;
  margin-right: 5px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/chevron-grey.svg);
  background-size: contain;
}

.btn-white {
  cursor: pointer;
  color: white;
  border-radius: 5px;
  border: 2px solid white;
  padding: 15px;
  display: inline-block;
  line-height: 1.1;
  font-weight: bold;
}
.btn-white, .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:visited {
  color: white;
}
.btn-white.chevron:after {
  width: 16px;
  height: 13px;
  margin-right: 5px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/chevron.svg);
  background-size: contain;
}

.less800 {
  display: none;
}

@media screen and (max-width: 800px) {
  .not-so-medium {
    width: 100%;
  }
  .less800 {
    display: block;
  }
  .more800 {
    display: none;
  }
}
/*
* HEADER
*/
#site-logo {
  display: block;
  width: 250px;
  height: 74px;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  #site-logo {
    display: none;
  }
}

#site-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
#site-nav ul li {
  display: inline-block;
  margin: 3px;
  width: 91px;
  height: 88px;
  border-radius: 15px;
  transition: all 0.4s ease-in;
  position: relative;
}
#site-nav ul li a {
  text-align: left;
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px;
  bottom: -5px;
  transition: all 0.3s ease-in;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  font-size: 13px;
}
#site-nav ul li a, #site-nav ul li a:visited, #site-nav ul li a:focus, #site-nav ul li a:active, #site-nav ul li a:hover {
  color: white;
}
#site-nav ul li a:after {
  display: block;
  content: "";
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 20px;
  width: 17px;
}
#site-nav ul li:hover, #site-nav ul li.current-menu-item, #site-nav ul li.active-click {
  border-radius: 150px;
}
#site-nav ul li:hover a, #site-nav ul li.current-menu-item a, #site-nav ul li.active-click a {
  bottom: 50%;
  bottom: 50%;
  transform: translateY(50%);
}
#site-nav ul li.current-menu-item a, #site-nav ul li.active-click a {
  text-align: center;
}
#site-nav ul li.current-menu-item a:after, #site-nav ul li.active-click a:after {
  position: relative;
  left: 50%;
  margin-left: -11px;
}
#site-nav .sub-menu {
  display: none;
}

@media screen and (max-width: 800px) {
  #header-logo {
    max-width: 165px;
  }
}

#site-lang {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: rotate(-90deg);
  top: 370px;
  left: calc((100vw - 1000px) / 2 - 180px);
}
@media screen and (max-width: 1200px) {
  #site-lang {
    left: calc((100vw - 1000px) / 2 - 100px);
  }
}

#site-lang li, .site-lang-mob li {
  display: inline-block;
}
#site-lang li a, .site-lang-mob li a {
  position: relative;
  text-transform: uppercase;
}
#site-lang li a, #site-lang li a:hover, #site-lang li a:focus, #site-lang li a:active, #site-lang li a:visited, .site-lang-mob li a, .site-lang-mob li a:hover, .site-lang-mob li a:focus, .site-lang-mob li a:active, .site-lang-mob li a:visited {
  color: #00afff;
}
#site-lang li a:before, .site-lang-mob li a:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #00afff;
  position: absolute;
  top: 50%;
  left: 0;
}
#site-lang li.current-lang a, .site-lang-mob li.current-lang a {
  font-weight: 900;
}
#site-lang li.current-lang a:before, .site-lang-mob li.current-lang a:before {
  display: none;
}
#site-lang li:first-child:after, .site-lang-mob li:first-child:after {
  content: "";
  display: inline-block;
  margin: 0 15px;
  height: 7px;
  width: 7px;
  border-radius: 15px;
  background-color: #00afff;
  position: relative;
  bottom: 2px;
}

.site-lang-mob {
  display: none;
  margin: 0;
  padding: 0;
}
.site-lang-mob li:first-child:after {
  margin: 0 10px;
}

@media screen and (max-width: 1030px) {
  .site-lang-mob {
    display: block;
  }
  #site-header .site-lang-mob {
    display: none;
  }
  #site-lang {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .site-lang-mob {
    display: none;
  }
  #site-header .site-lang-mob {
    display: block;
  }
}
#site-header {
  padding-top: 25px;
  margin-bottom: 35px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
}

/*
* SUB MENU DESKTOP
*/
.main_menu_item {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.36;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  text-decoration: underline;
}

#sub_nav_body {
  display: none;
  text-align: center;
}
#sub_nav_body .main_menu_item {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
#sub_nav_body .main_menu_item:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: white;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sub_nav_body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sub_nav_body ul li, #sub_nav_body ul a {
  display: block;
  text-align: center;
}
#sub_nav_body ul a {
  font-size: 38px;
  line-height: 54px;
}
#sub_nav_body ul a, #sub_nav_body ul a:hover, #sub_nav_body ul a:focus, #sub_nav_body ul a:active, #sub_nav_body ul a:visited {
  color: white;
}
#sub_nav_body ul .pdf-icon a {
  display: inline-block;
}
#sub_nav_body ul .pdf-icon a:after {
  width: 37px;
  height: 45px;
  margin-left: 15px;
  content: "";
  display: inline-block;
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 5px;
}

body.menu-open #sub_nav_body {
  display: block;
}
body.menu-open.post-type-archive-med_portfolio #site-main {
  background-image: none;
}
body.menu-open #site-lang li a, body.menu-open #site-lang li a:hover, body.menu-open #site-lang li a:focus, body.menu-open #site-lang li a:active, body.menu-open #site-lang li a:visited {
  color: white;
}
body.menu-open #site-lang li a:before {
  background-color: white;
}
body.menu-open #site-lang li:first-child:after {
  background-color: white;
}
body.menu-open #site-logo {
  background-image: url(../img/logo-white.svg);
}
body.menu-open footer, body.menu-open .must-go {
  visibility: hidden;
}
body.menu-open.home #site-nav ul li,
body.menu-open #site-nav ul li {
  background-color: transparent;
  border: 1px solid white;
}
body.menu-open.home #site-nav ul li.active-click,
body.menu-open #site-nav ul li.active-click {
  border-color: #2f2359;
}
body.menu-open.home #site-nav ul li.active-click a, body.menu-open.home #site-nav ul li.active-click a:hover, body.menu-open.home #site-nav ul li.active-click a:focus, body.menu-open.home #site-nav ul li.active-click a:active, body.menu-open.home #site-nav ul li.active-click a:visited,
body.menu-open #site-nav ul li.active-click a,
body.menu-open #site-nav ul li.active-click a:hover,
body.menu-open #site-nav ul li.active-click a:focus,
body.menu-open #site-nav ul li.active-click a:active,
body.menu-open #site-nav ul li.active-click a:visited {
  color: #2f2359;
}
body.menu-open.home #site-nav ul li.active-click a:after,
body.menu-open #site-nav ul li.active-click a:after {
  background-image: url(../img/arrow-black.svg);
}

/*
* NAVMOB
*/
#navmob {
  cursor: pointer;
  width: 30px;
  height: 22px;
  position: relative;
}
#navmob span {
  height: 3px;
  width: 100%;
  display: block;
  background-color: #24192f;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  border-radius: 3px;
}
#navmob .topbar {
  top: 0;
}
#navmob .botbar {
  top: 100%;
  margin-top: -4px;
}
#navmob .midbar {
  top: 50%;
  margin-top: -2px;
  opacity: 1;
  width: 70%;
  right: 0;
  left: auto;
}

#navmob.menu-active .topbar {
  transform: rotate(45deg);
  transform-origin: 10% 50%;
}
#navmob.menu-active .botbar {
  transform: rotate(-45deg);
  transform-origin: 10% 50%;
}
#navmob.menu-active .midbar {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #navmob {
    display: inline-block;
  }
}
#mob_menu {
  transition: all 0.4s ease-in;
  position: fixed;
  top: 0;
  right: -260px;
  max-width: 260px;
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom-left-radius: 100px;
  text-align: right;
}
#mob_menu.active {
  right: 0;
}
#mob_menu .close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  background-image: url(../img/x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#mob_menu .site-lang-mob {
  display: block;
  margin-bottom: 40px;
}
#mob_menu .site-lang-mob a {
  font-family: "Lato";
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}
#mob_menu .site-lang-mob .current-lang a {
  font-weight: 700;
}
#mob_menu .site-lang-mob a, #mob_menu .site-lang-mob a:hover, #mob_menu .site-lang-mob a:focus, #mob_menu .site-lang-mob a:active, #mob_menu .site-lang-mob a:visited {
  color: #24192f;
}
#mob_menu .site-lang-mob li a:before, #mob_menu .site-lang-mob li:first-child::after {
  background-color: #24192f;
}
#mob_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mob_menu ul li {
  background-color: transparent;
}
#mob_menu ul li.current-menu-item:before {
  display: none;
  content: "";
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 13px;
  width: 30px;
  margin-right: 10px;
}
#mob_menu ul li.current-menu-item a {
  text-decoration: underline;
}
#mob_menu ul li.bg-grey a, #mob_menu ul li.bg-grey a:hover, #mob_menu ul li.bg-grey a:focus, #mob_menu ul li.bg-grey a:active, #mob_menu ul li.bg-grey a:visited {
  color: #cbcbe3;
}
#mob_menu ul li.bg-grey.current-menu-item:before {
  display: inline-block;
  background-image: url(../img/arrows/grey.svg);
}
#mob_menu ul li.bg-blue a, #mob_menu ul li.bg-blue a:hover, #mob_menu ul li.bg-blue a:focus, #mob_menu ul li.bg-blue a:active, #mob_menu ul li.bg-blue a:visited {
  color: #00afff;
}
#mob_menu ul li.bg-blue.current-menu-item:before {
  display: inline-block;
  background-image: url(../img/arrows/blue.svg);
}
#mob_menu ul li.bg-orange a, #mob_menu ul li.bg-orange a:hover, #mob_menu ul li.bg-orange a:focus, #mob_menu ul li.bg-orange a:active, #mob_menu ul li.bg-orange a:visited {
  color: #ff7630;
}
#mob_menu ul li.bg-orange.current-menu-item:before {
  display: inline-block;
  background-image: url(../img/arrows/orange.svg);
}
#mob_menu ul li.bg-green a, #mob_menu ul li.bg-green a:hover, #mob_menu ul li.bg-green a:focus, #mob_menu ul li.bg-green a:active, #mob_menu ul li.bg-green a:visited {
  color: #6fc4a7;
}
#mob_menu ul li.bg-green.current-menu-item:before {
  display: inline-block;
  background-image: url(../img/arrows/green.svg);
}
#mob_menu ul li.bg-yellow a, #mob_menu ul li.bg-yellow a:hover, #mob_menu ul li.bg-yellow a:focus, #mob_menu ul li.bg-yellow a:active, #mob_menu ul li.bg-yellow a:visited {
  color: #ffca00;
}
#mob_menu ul li.bg-yellow.current-menu-item:before {
  display: inline-block;
  background-image: url(../img/arrows/yellow.svg);
}
#mob_menu ul li.bg-pink a, #mob_menu ul li.bg-pink a:hover, #mob_menu ul li.bg-pink a:focus, #mob_menu ul li.bg-pink a:active, #mob_menu ul li.bg-pink a:visited {
  color: #ff7c82;
}
#mob_menu ul li.bg-pink.current-menu-item:before {
  display: inline-block;
  background-image: url(../img/arrows/pink.svg);
}
#mob_menu ul li.bg-black a, #mob_menu ul li.bg-black a:hover, #mob_menu ul li.bg-black a:focus, #mob_menu ul li.bg-black a:active, #mob_menu ul li.bg-black a:visited {
  color: #24192f;
}
#mob_menu ul li.bg-black.current-menu-item:before {
  display: inline-block;
  background-image: url(../img/arrows/black.svg);
}
#mob_menu ul a {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.7;
}
#mob_menu .sub-menu {
  display: none;
}
#mob_menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-left-radius: 100px;
  text-align: center;
}
#mob_menu .submenu .content .sub-menu {
  display: block;
}
#mob_menu .submenu .content .title {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#mob_menu .submenu .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mob_menu .submenu .content ul li {
  text-align: center;
  margin-bottom: 5px;
}
#mob_menu .submenu .content ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  font-style: normal;
  text-transform: uppercase;
}
#mob_menu .submenu .content ul li a:before {
  content: ">";
  display: inline-block;
  margin-right: 3px;
  font-weight: bold;
}
#mob_menu .submenu .content ul li a, #mob_menu .submenu .content ul li a:hover, #mob_menu .submenu .content ul li a:active, #mob_menu .submenu .content ul li a:focus, #mob_menu .submenu .content ul li a:visited {
  color: white;
}

/*
* FOOTER
*/
footer {
  background-color: #24192f;
  position: relative;
  position: relative;
  padding: 78px 0;
}
footer, footer p {
  color: white;
}
footer .sub-menu {
  display: none;
}
footer .poing svg {
  position: absolute;
  width: 96px;
  top: -60px;
  left: calc((100vw - 1000px) / 2 + 38px);
}
@media screen and (max-width: 930px) {
  footer .poing svg {
    left: 50%;
    margin-left: -48px;
  }
}
footer .big_blue {
  color: #00afff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
}
footer .text-right .big_blue {
  text-transform: uppercase;
}
footer .big_white {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 15px;
}
footer .socials a {
  display: inline-block;
  margin-right: 35px;
}
footer .socials a:last-child {
  margin-right: 0;
}
footer .socials a svg {
  height: 26px;
  width: auto;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul, footer ul li {
  display: inline-block;
}
footer ul li {
  background-color: transparent !important;
}
footer ul li:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  margin-right: 8px;
  color: white;
}
footer ul li:last-child:after {
  display: none;
}
footer ul li a, footer ul li a:hover, footer ul li a:focus, footer ul li a:visited, footer ul li a:active {
  color: white;
}
footer .copyr {
  margin-top: 20px;
}
footer .copyr ul li:after {
  margin-left: 3px;
  margin-right: 1px;
}
footer .text-center p {
  margin: 0;
}
footer .text-center p.big_blue {
  margin-top: 95px;
  margin-bottom: 40px;
}
footer .btn-contact {
  display: block;
  margin-bottom: 65px;
}
footer .btn-contact svg {
  cursor: pointer;
}
footer form {
  margin-top: 30px;
  position: relative;
}
footer form [type=email] {
  height: 62px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 0;
  text-shadow: none;
  line-height: 62px;
  padding: 0 20px;
}
footer form [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 188px;
  height: 62px;
  border-radius: 4px;
  line-height: 62px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 900;
  border: 0;
  text-shadow: none;
  line-height: 62px;
  background-color: #6fc4a7;
  padding: 0 26px;
  text-align: left;
  background-image: url(../img/submit-newsletter.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 30px center;
}
footer form label {
  text-align: left;
  display: block;
}
footer form label a {
  font-style: italic;
}
footer form label a, footer form label a:hover, footer form label a:focus, footer form label a:visited, footer form label a:active {
  color: white;
}
footer form label a:hover {
  text-decoration: underline;
}
footer form label [alt=unchecked] {
  display: none;
}
footer form label input {
  display: none;
}
footer form label img {
  width: 18px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  bottom: 2px;
}
footer form .error {
  color: #ff7c82;
  border: 1px solid #ff7c82;
  padding: 5px;
  text-align: center;
  margin-top: 15px;
  display: none;
}
footer form .ok {
  color: #6fc4a7;
  border: 1px solid #6fc4a7;
  padding: 5px;
  text-align: center;
  margin-top: 15px;
  display: none;
}
@media screen and (max-width: 800px) {
  footer {
    padding-bottom: 30px;
  }
  footer .btn-contact {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
  }
  footer .text-right .big_blue {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  footer form {
    margin-top: 15px;
  }
  footer form [type=email] {
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    font-size: 13px;
  }
  footer form [type=submit] {
    width: 130px;
    height: 43px;
    line-height: 43px;
    font-size: 13px;
    padding: 0 20px;
    background-size: 20px;
    background-position: right 20px center;
  }
  footer .small-6 {
    margin-top: 30px;
  }
  footer .small-6 .big_white {
    margin-top: 0;
    font-size: 18px;
  }
  footer .small-6 .socials {
    text-align: center;
  }
  footer .small-6 .socials p {
    margin-bottom: 0;
  }
  footer .small-6 .socials .big_white {
    margin-bottom: 15px;
  }
  footer .small-6 .socials a {
    margin-right: 10px;
  }
  footer .small-6 .socials a svg {
    transform: scale(80%);
  }
  footer .small-6:last-child:before {
    content: "";
    height: 100%;
    width: 1px;
    display: inline-block;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .small-6 .m-footer {
    margin-top: 20px;
  }
  footer .small-6 svg {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  footer .text-center {
    font-size: 13px;
  }
  footer .text-center a {
    font-size: 13px;
  }
  footer .text-center p.big_blue {
    font-size: 13px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  footer .copyr {
    margin-top: 40px;
  }
}

/*
* FRONT PAGE
*/
body.home #site-main {
  padding-bottom: 150px;
  padding-top: 25px;
  background-image: url(../img/ellips.svg), url(../img/ellips.svg);
  background-size: 370px;
  background-repeat: no-repeat;
  background-position: left -50px bottom 100px, left 200px bottom 200px;
}
@media screen and (max-width: 1030px) {
  body.home #site-main {
    padding-bottom: 100px;
    padding-top: 0;
  }
}
@media screen and (max-width: 800px) {
  body.home #site-main {
    background-size: 250px;
    background-position: left -90px top 150px, right 0 top 25px;
  }
}
body.home .content h1 {
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 30px;
  width: 400px;
  line-height: 1;
}
body.home .content p {
  margin-bottom: 40px;
  font-size: 18px;
  width: 400px;
  line-height: 1.65;
}
@media screen and (max-width: 800px) {
  body.home .content h1 {
    width: 300px;
    font-size: 44px;
    margin-bottom: 15px;
  }
  body.home .content p {
    width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
  }
}
body.home .event_invest p {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
body.home .event_invest .btn-black {
  padding: 15px;
  line-height: 44px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}
body.home .event_invest .close {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
body.home .event_invest .cont-btn {
  width: 50%;
}

.last-post {
  background-color: #f0f7fa;
  border-radius: 14px;
  padding: 25px 15px;
  padding-bottom: 10px;
}
.last-post .sub_title {
  color: #c8c7e1;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
}
.last-post .title {
  font-weight: 900;
  color: #00afff;
  font-size: 22px;
  margin-bottom: 10px;
}
.last-post .excerpt p {
  margin-bottom: 12px;
}
.last-post .link_all {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
}
.last-post .link_all .btn-black {
  line-height: 44px;
  height: 44px;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.last-post .link {
  margin-bottom: 0;
  margin-top: 13px;
}
.last-post .link a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.last-post .link a, .last-post .link a:hover, .last-post .link a:focus, .last-post .link a:active, .last-post .link a:visited {
  color: #c8c7e1;
}
.last-post .link a:before {
  width: 20px;
  height: 16px;
  margin-right: 2px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/read.svg);
  background-size: contain;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 500px) {
  .last-post {
    padding: 20px 5px;
    padding-bottom: 5px;
  }
  .last-post .sub_title {
    font-size: 11px;
  }
  .last-post .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .last-post .small-6 {
    width: 100%;
  }
  .last-post .link {
    margin-top: 0;
  }
  .last-post .link_all {
    text-align: center;
    margin-top: 25px;
  }
}

/*
* GENERAL BUT NOT HOME
*/
body {
  padding-top: 180px;
}
body #site-logo {
  float: left;
}
body #site-nav {
  float: right;
}
body #site-logo {
  margin-bottom: 0;
}
body.menu-open #sub_nav_body {
  margin-top: 100px;
}
body footer {
  margin-top: 100px;
}
@media screen and (max-width: 1030px) {
  body .site-lang-mob {
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 920px) {
  body #site-logo {
    width: 140px;
  }
}
body #header-mob {
  display: none;
}
@media screen and (max-width: 800px) {
  body #header-mob {
    display: block;
  }
}

@media screen and (max-width: 1030px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  #site-nav {
    display: none;
  }
  footer {
    margin-top: 60px;
  }
}
/*
* SLIDER PAGE
*/
.slick-slide {
  outline: none !important;
}

.slider_page,
.content {
  position: relative;
}
.slider_page .slick-prev, .slider_page .slick-next,
.content .slick-prev,
.content .slick-next {
  width: 72px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 350px;
}
.slider_page .slick-prev,
.content .slick-prev {
  background-image: url(../img/slick-prev.svg);
  left: -100px;
}
@media screen and (max-width: 1200px) {
  .slider_page .slick-prev,
  .content .slick-prev {
    left: -70px;
  }
}
@media screen and (max-width: 1150px) {
  .slider_page .slick-prev,
  .content .slick-prev {
    display: none !important;
  }
}
.slider_page .slick-next,
.content .slick-next {
  background-image: url(../img/slick-next.svg);
  right: -100px;
}
@media screen and (max-width: 1200px) {
  .slider_page .slick-next,
  .content .slick-next {
    right: -70px;
  }
}
@media screen and (max-width: 1150px) {
  .slider_page .slick-next,
  .content .slick-next {
    display: none !important;
  }
}
.slider_page .slick-disabled,
.content .slick-disabled {
  display: none !important;
}

.parent_page {
  text-transform: uppercase;
  float: left;
  margin-right: 50px;
}
.parent_page p {
  display: inline;
  position: relative;
  font-size: 20px;
}
.parent_page p:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background-color: #24192f;
  height: 5px;
  display: block;
}

.main_page {
  float: left;
  margin-bottom: 80px;
}
.main_page h1 {
  font-size: 30px;
  font-weight: 900;
  color: #6fc4a7;
  line-height: 38px;
}
.main_page h1 span {
  color: white;
  display: inline;
  background-color: #6fc4a7;
  padding: 2px 10px;
}
.main_page.yellow h1 {
  color: #ffca00 !important;
}

@media screen and (max-width: 550px) {
  .parent_page {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main_page {
    float: none;
    margin-bottom: 30px !important;
  }
}
/*
* JOBS
*/
.one_job {
  margin-bottom: 50px;
  display: none;
  margin-top: 50px;
}
.one_job.current {
  display: block;
}
.one_job h2 {
  color: #6fc4a7;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
  max-width: 200px;
}
.one_job .excerpt p {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 20px;
}
.one_job .link {
  margin-bottom: 0;
  margin-top: 0;
}
.one_job .link a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.one_job .link a, .one_job .link a:hover, .one_job .link a:focus, .one_job .link a:active, .one_job .link a:visited {
  color: #c8c7e1;
}
.one_job .link a:before {
  width: 20px;
  height: 16px;
  margin-right: 2px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/read.svg);
  background-size: contain;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 642px) {
  .one_job {
    margin-bottom: 30px;
    text-align: center;
  }
  .one_job h2 {
    margin-left: auto;
    margin-right: auto;
  }
}

#recruitment .wp-block-column {
  text-align: center;
}
#recruitment .wp-block-column img {
  max-width: 190px;
  display: inline-block;
}
#recruitment .wp-block-column .wp-block-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #recruitment .wp-block-column .wp-block-image {
    margin-bottom: 15px;
  }
}
#recruitment .wp-block-column p {
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
#recruitment .wp-block-column p b, #recruitment .wp-block-column p strong {
  font-weight: 900;
  color: #6fc4a7;
}
@media screen and (max-width: 600px) {
  #recruitment .text-right {
    text-align: center !important;
  }
}

#benefits figure {
  margin: 0;
}
#benefits iframe {
  width: 400px;
}
#benefits h2, #benefits h3, #benefits h4, #benefits h5, #benefits h6 {
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  color: #6fc4a7;
}
#benefits p {
  font-size: 18px;
  line-height: 1.83;
  margin-bottom: 20px;
}
@media screen and (min-width: 782px) {
  #benefits .wp-block-column:not(:first-child) {
    margin-left: 100px;
  }
}
@media screen and (max-width: 600px) {
  #benefits .text-right {
    text-align: center !important;
  }
}

.grey-link {
  margin-top: 30px;
}
.grey-link a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.grey-link a, .grey-link a:hover, .grey-link a:focus, .grey-link a:active, .grey-link a:visited {
  color: #c8c7e1;
}
.grey-link a:before {
  width: 20px;
  height: 16px;
  margin-right: 2px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/read.svg);
  background-size: contain;
  position: relative;
  top: 2px;
}

#didyouknow .wp-block-column {
  text-align: center;
}
#didyouknow .wp-block-column img {
  max-height: 105px;
  width: auto;
  display: inline-block;
}
#didyouknow .wp-block-column .wp-block-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #didyouknow .wp-block-column .wp-block-image {
    margin-bottom: 15px;
  }
}
#didyouknow .wp-block-column p {
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
#didyouknow .wp-block-column p b, #didyouknow .wp-block-column p strong {
  font-weight: 900;
}
#didyouknow .wp-block-column p b:first-child, #didyouknow .wp-block-column p strong:first-child {
  color: #6fc4a7;
}
@media screen and (max-width: 600px) {
  #didyouknow .text-right {
    text-align: center !important;
  }
}

#overlay_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
}

#overlay_transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.95);
}

#popin_speculative {
  position: absolute;
  left: calc((100vw - 1000px) / 2);
  top: 0;
  border-radius: 14px;
  width: 900px;
  max-width: 100%;
  z-index: 10;
  background-color: rgba(111, 196, 167, 0.65);
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 30px;
  padding-bottom: 5px;
}
#popin_speculative .close {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-image: url("../img/close-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#popin_onejob {
  position: absolute;
  left: calc((100vw - 1000px) / 2);
  top: 0;
  border-radius: 14px;
  width: 900px;
  max-width: 100%;
  z-index: 10;
  background-color: rgba(111, 196, 167, 0.65);
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 30px;
  padding-bottom: 30px;
}
#popin_onejob .close {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-image: url("../img/close-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#popin_form_invest_block {
  position: absolute;
  left: calc((100vw - 1000px) / 2);
  top: 0;
  border-radius: 14px;
  width: 900px;
  max-width: 100%;
  z-index: 10;
  background-color: #ffca00;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 30px;
  padding-bottom: 30px;
}
#popin_form_invest_block .close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  background-image: url(../img/x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 6;
}
#popin_form_invest_block #gform_2, #popin_form_invest_block #gform_6, #popin_form_invest_block #gform_12 {
  margin: 0;
  margin-top: 50px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
#popin_form_invest_block .minititlesession {
  color: black;
  background-image: url(../img/arrows/black.svg);
}

@media screen and (max-width: 1024px) {
  #popin_onejob, #popin_speculative, #popin_form_invest_block {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #popin_onejob, #popin_speculative, #popin_form_invest_block {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #popin_onejob, #popin_speculative, #popin_form_invest_block {
    padding: 30px;
  }
}
#overlay_transparent, #popin_speculative, #popin_onejob, #popin_form_invest_block {
  display: none;
}

.gform_wrapper .gform_title {
  font-size: 36px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  color: white;
}
.gform_wrapper .no-label label, .gform_wrapper .gform_fileupload_rules, .gform_wrapper .gfield_required, .gform_wrapper #field_1_6 .gfield_label {
  display: none !important;
}
.gform_wrapper label {
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
  color: #24192f;
}
.gform_wrapper ::-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
  color: #24192f !important;
  opacity: 1;
}
.gform_wrapper ::placeholder {
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
  color: #24192f !important;
  opacity: 1;
}
.gform_wrapper [type=text], .gform_wrapper [type=text]:focus, .gform_wrapper [type=email], .gform_wrapper [type=email]:focus {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.gform_wrapper .ginput_container_text, .gform_wrapper .ginput_container_email {
  position: relative;
}
.gform_wrapper .ginput_container_text:before, .gform_wrapper .ginput_container_email:before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 80%;
  height: 2px;
  background-color: #24192f;
  display: block;
}
@media screen and (min-width: 600px) {
  .gform_wrapper #field_1_7, .gform_wrapper #field_3_7 {
    height: 40px;
  }
}
.gform_wrapper .gfield-choice-input {
  display: none !important;
}
.gform_wrapper #label_1_6_1, .gform_wrapper #label_3_6_1 {
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: italic !important;
  line-height: 1.71 !important;
  color: white;
}
.gform_wrapper #label_1_6_1:before, .gform_wrapper #label_3_6_1:before {
  content: "";
  margin-right: 9px;
  display: inline-block;
  background-image: url("../img/unchecked.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
  opacity: 1;
  position: relative;
  top: 3px;
}
.gform_wrapper #label_1_6_1.checked:before, .gform_wrapper #label_3_6_1.checked:before {
  background-image: url("../img/checked.png");
}
.gform_wrapper #input_1_4, .gform_wrapper #input_1_5,
.gform_wrapper #input_3_4, .gform_wrapper #input_3_5 {
  display: none !important;
}
.gform_wrapper .btn-white {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.gform_wrapper #gform_submit_button_1,
.gform_wrapper #gform_submit_button_3 {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: auto;
  background-color: #24192f;
  border-radius: 5px;
  padding: 15px;
  line-height: 1.1;
  font-weight: bold;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-image: url(../img/chevron.svg);
  background-size: 10px;
}
.gform_wrapper #gform_submit_button_1, .gform_wrapper #gform_submit_button_1:hover, .gform_wrapper #gform_submit_button_1:active, .gform_wrapper #gform_submit_button_1:focus, .gform_wrapper #gform_submit_button_1:visited,
.gform_wrapper #gform_submit_button_3,
.gform_wrapper #gform_submit_button_3:hover,
.gform_wrapper #gform_submit_button_3:active,
.gform_wrapper #gform_submit_button_3:focus,
.gform_wrapper #gform_submit_button_3:visited {
  color: white;
}

#popin_onejob h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
}
#popin_onejob .baseline {
  font-size: 18px;
  line-height: 1.83;
  margin-bottom: 30px;
}
#popin_onejob .content {
  margin-bottom: 50px;
}
#popin_onejob .content p {
  line-height: 22px;
}
#popin_onejob .content p > strong {
  color: white;
}

/***
***		PEOPLE
***/
.page-template-template-people .main_page {
  margin-bottom: 50px;
}
.page-template-template-people .main_page h1 {
  color: #ff7630;
}
.page-template-template-people .main_page h1 span {
  background-color: #ff7630;
}

#strength .wp-block-embed {
  margin: 0;
  margin-bottom: 25px;
  max-width: 420px;
  width: 100%;
}
#strength .wp-block-column p {
  font-size: 18px;
  line-height: 1.83;
}
#strength .wp-block-column p > strong {
  color: #ff7630;
}
#strength .wp-block-image {
  margin: 0;
}
@media screen and (max-width: 600px) {
  #strength .wp-block-image {
    margin: 20px auto;
    max-width: 150px;
  }
}
#strength .wp-block-column .chiffre-cle {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}
#strength .wp-block-column .chiffre-cle strong {
  font-size: 60px;
  font-weight: 900;
  color: #24192f;
}
#strength .wp-block-columns .wp-block-columns {
  margin-top: 40px;
}

.people-col {
  position: relative;
  margin-bottom: 0;
}
.people-col .desc {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.83;
  color: #ff7630;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .people-col .desc {
    position: static;
  }
}
.people-col .active .desc {
  display: block;
}
@media screen and (max-width: 781px) {
  .people-col .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0 !important;
    margin-left: 0 !important;
  }
}
.people-col .wp-block-column {
  margin-bottom: 30px;
}
.people-col .overlay {
  position: relative;
  cursor: pointer;
}
.people-col .overlay:hover:before {
  content: "";
  display: block;
  width: 190px;
  max-width: 100%;
  height: 100%;
  border-radius: 10000px;
  background-color: rgba(255, 118, 48, 0.65);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.people-col .overlay:hover:after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 100px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.people-col .wp-block-image {
  margin: 0;
}
.people-col .wp-block-image.inactive {
  opacity: 0.11;
}
.people-col .wp-block-image figcaption {
  font-size: 22px;
  font-weight: 900;
  color: #ff7630;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
  position: relative;
}
.people-col .wp-block-image figcaption:before {
  content: "";
  width: 56px;
  height: 6px;
  left: 50%;
  margin-left: -28px;
  top: -24px;
  position: absolute;
  background-color: #ff7630;
}
.people-col .wp-block-image img {
  width: 190px;
  max-width: 100%;
  height: 100%;
  border-radius: 10000px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.people-col figure + p,
.people-col figcaption + p {
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.people-col figure + p:before,
.people-col figcaption + p:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 11px;
  background-image: url(../img/flechep.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 2px;
}
.people-col .wp-block-image a img {
  width: 36px;
  display: inline-block;
  border-radius: 0;
}

.gov_block .people-col:last-child .desc {
  bottom: 100%;
  top: auto;
}

#values .wp-block-image {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
}
#values figure {
  margin: 0;
  text-align: center;
  width: 100%;
}
#values figure img {
  margin: 0 auto;
  margin-bottom: 25px;
  display: block;
}
#values p {
  max-width: 160px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
#values p > strong {
  max-width: 130px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  color: #ff7630;
  text-transform: uppercase;
}

/***
****	INNOVATION
***/
.page-template-template-innovation .main_page h1 {
  color: #ff7c82;
}
.page-template-template-innovation .main_page h1 span {
  background-color: #ff7c82;
}

#bepo .wp-block-embed {
  margin: 0;
  margin-bottom: 25px;
  max-width: 420px;
  width: 100%;
}
#bepo p {
  font-size: 18px;
  line-height: 1.83;
  margin-bottom: 10px;
}
#bepo p > strong {
  color: #ff7c82;
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
}

.grey-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: #cbcbe3;
}
.grey-title:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 11px;
  background-image: url(../img/flechep-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .grey-title {
    margin-top: 20px !important;
  }
}

.pink-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: #ff7c82;
}

#bepo_inside p {
  font-size: 18px;
  line-height: 33px;
}
#bepo_inside .wp-block-columns {
  margin-top: 40px;
}
#bepo_inside .wp-block-columns .wp-block-column p {
  margin: 0;
}
#bepo_inside .wp-block-image {
  margin: 0;
}
#bepo_inside ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
}
#bepo_inside ul li:before {
  content: ">";
  color: #ff7c82;
  margin-right: 5px;
  display: inline-block;
}
#bepo_inside .pink-title {
  margin-bottom: -20px;
  margin-top: 40px;
}

.one_publi {
  margin-bottom: 50px;
}
.one_publi .date {
  font-size: 12px;
  font-weight: 900;
  color: #cbcbe3;
  font-style: italic;
  margin-bottom: 15px;
}
.one_publi .title {
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  color: #ff7c82;
  margin: 0;
  margin-bottom: 20px;
  width: 240px;
}

#bepo_board .large-12 {
  margin-bottom: 250px;
}
#bepo_board .people-col .desc {
  color: #ff7c82;
}
#bepo_board .people-col .wp-block-image figcaption {
  color: #ff7c82;
}
#bepo_board .people-col .wp-block-image figcaption:before {
  background-color: #ff7c82;
}
#bepo_board .people-col .overlay:hover::before {
  background-color: rgba(255, 124, 130, 0.65);
}

/***
****	BLOG POSTS PAGE AND NEWS
***/
body.blog .main_page h1, body.archive .main_page h1 {
  color: #24192f;
}
body.blog .main_page h1 span, body.archive .main_page h1 span {
  background-color: #24192f;
}

.date_archives {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.date_archives li {
  display: inline-block;
  margin-right: 30px;
}
.date_archives li a {
  font-size: 18px;
  color: #00afff;
  font-weight: 400;
  font-style: normal;
}
.date_archives li [aria-current] {
  font-weight: 900;
  font-style: italic;
}

.blog-grid .grid-sizer, .blog-grid article {
  width: 33%;
}
.blog-grid article {
  padding-right: 20px;
}
.blog-grid article > div {
  max-width: 240px;
}
@media screen and (max-width: 700px) {
  .blog-grid .grid-sizer, .blog-grid article {
    width: 50%;
  }
  .blog-grid article {
    padding-right: 20px;
  }
  .blog-grid article > div {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .blog-grid .grid-sizer, .blog-grid article {
    width: 100%;
  }
  .blog-grid article {
    padding-right: 0;
  }
}

.part-content {
  margin-bottom: 60px;
}
.part-content p {
  margin: 0;
}
.part-content .cats {
  margin-bottom: 7px;
}
.part-content .cats:before {
  width: 22px;
  height: 11px;
  display: inline-block;
  content: "";
  margin-right: 3px;
  background-image: url(../img/arrows/blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.part-content .cats a {
  font-size: 18px;
  color: #00afff;
}
.part-content .date {
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 2.25;
  color: #cbcbe3;
}
.part-content h1 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
}
.part-content h1 a, .part-content h1 a:hover, .part-content h1 a:active, .part-content h1 a:focus, .part-content h1 a:visited {
  color: #24192f;
}
.part-content .read_more {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.part-content .read_more a, .part-content .read_more a:hover, .part-content .read_more a:active, .part-content .read_more a:focus, .part-content .read_more a:visited {
  color: #cbcbe3;
}
.part-content .read_more a:before {
  width: 20px;
  height: 16px;
  margin-right: 2px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/read.svg);
  background-size: contain;
  position: relative;
  top: 2px;
}

.paginate_links {
  text-align: center;
}
.paginate_links a, .paginate_links span {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  display: inline-block;
  margin: 0 5px;
}
.paginate_links a, .paginate_links a:hover, .paginate_links a:focus, .paginate_links a:visited, .paginate_links a:active {
  color: #00afff;
}
.paginate_links .prev, .paginate_links .next {
  width: 32px;
  height: 32px;
  background-color: #00afff;
  color: white !important;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
}

.paginate_arrows a, .paginate_arrows span {
  display: none;
}
.paginate_arrows .prev, .paginate_arrows .next {
  display: block;
}

body.single-post .post_title {
  font-size: 22px;
  font-weight: 900;
  color: #24192f;
}
body.single-post .cats {
  margin-bottom: 7px;
}
body.single-post .cats:before {
  width: 22px;
  height: 11px;
  display: inline-block;
  content: "";
  margin-right: 3px;
  background-image: url(../img/arrows/blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-post .cats a {
  font-size: 18px;
  color: #00afff;
}
body.single-post .date {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  line-height: 2.25;
  color: #cbcbe3;
  text-transform: uppercase;
  margin: 0;
}
body.single-post .content {
  position: relative;
}
body.single-post .content p {
  font-size: 18px;
  line-height: 1.83;
  margin-bottom: 50px;
}
body.single-post .content h1, body.single-post .content h2, body.single-post .content h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
body.single-post .content h1, body.single-post .content h2, body.single-post .content h3, body.single-post .content h4, body.single-post .content h5, body.single-post .content h6 {
  font-weight: 900;
}

/****
****	PORTFOLIO
****/
body.post-type-archive-med_portfolio #site-main {
  background-image: url(../img/ellips.svg), url(../img/ellips.svg);
  background-size: 370px;
  background-repeat: no-repeat;
  background-position: left -50px top 250px, left 200px top 170px;
}
body.post-type-archive-med_portfolio .parent_page {
  margin-right: 30px;
}
body.post-type-archive-med_portfolio .parent_page h1 {
  display: inline;
  position: relative;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: black;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
body.post-type-archive-med_portfolio .parent_page h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background-color: #24192f;
  height: 5px;
  display: block;
}
body.post-type-archive-med_portfolio .main_page p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #cbcbe3;
  position: relative;
  top: 4px;
}
body.post-type-archive-med_portfolio .instructions {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  color: #cbcbe3;
  padding-left: 30px;
  background-image: url(../img/eye-grey.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  margin-bottom: 30px;
}

.portfolio-all .wind {
  max-width: none;
  display: flex;
  align-self: flex-start;
}
@media screen and (max-width: 920px) {
  .portfolio-all .wind {
    flex-direction: column-reverse;
  }
}
.portfolio-all .one-phase {
  display: inline-block;
  margin-right: 30px;
  width: 180px;
}
.portfolio-all .one-phase:last-child {
  margin-right: 0;
}
.portfolio-all .one-phase .title {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  color: #24192f;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 920px) {
  .portfolio-all .one-phase {
    display: block;
    margin-right: auto !important;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .portfolio-all .one-phase .title {
    margin-top: 30px;
  }
}
.portfolio-all .one-phase > .title {
  position: relative;
}
.portfolio-all .one-phase > .title:after {
  width: 100%;
  height: 54px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../img/group.svg);
  background-size: cover;
  margin-top: 12px;
}
.portfolio-all .one-phase > .title:before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/read.svg);
  background-size: contain;
  position: absolute;
  bottom: 2px;
  left: -25px;
}
.portfolio-all .one-phase:first-child .title:before {
  display: none;
}
.portfolio-all .one-phase .desc {
  font-size: 13px;
  text-align: center;
  color: #a5a5ce;
  padding: 12px 7px;
  border-radius: 2px;
  border: 1px solid #a5a5ce;
  background-color: white;
  display: none;
  position: absolute;
  left: -148px;
  bottom: 150%;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  width: 320px;
  z-index: 1;
}
.portfolio-all .one-phase .desc:before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  bottom: -8px;
  transform: rotate(45deg);
  background-color: white;
  border-right: 1px solid #a5a5ce;
  border-bottom: 1px solid #a5a5ce;
}
.portfolio-all .one-phase .picto {
  position: relative;
}
.portfolio-all .one-phase .picto .i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/i.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
  left: 4px;
}
.portfolio-all .one-phase .picto:hover .desc {
  display: block;
}
.portfolio-all .one-phase.empty > .title {
  color: #cbcbe3;
}
.portfolio-all .one-phase.empty > .title:after {
  background-image: url(../img/group-empty.svg);
}
.portfolio-all .one-phase.empty > .title:before {
  background-image: url(../img/read-empty.svg);
}
.portfolio-all .one-phase.empty .picto .i {
  background-image: url(../img/i-grey.svg);
}
.portfolio-all .one-project {
  margin-bottom: 10px;
  padding: 6px 10px;
  padding-right: 30px;
  background-position: top 8px right 8px;
  background-repeat: no-repeat;
  background-size: 19px;
  cursor: pointer;
}
.portfolio-all .one-project:hover {
  background-image: url(../img/eye.svg) !important;
  background-size: 17px;
}
.portfolio-all .one-project p {
  margin: 0;
  color: white;
}
.portfolio-all .one-project .title {
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  margin-bottom: 3px;
  color: white;
  text-align: left;
  text-transform: none;
}
.portfolio-all .one-project .subtitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.one_program {
  display: flex;
  align-self: flex-start;
  margin-bottom: 30px;
  padding: 0 30px;
  float: left !important;
}
.one_program .color > div, .one_program .picto > div {
  margin-right: 8px;
  width: 16px;
}
.one_program .color > div {
  height: 16px;
  border-radius: 50px;
}
.one_program .picto > div {
  background-size: contain;
  background-position: top 3px center;
  background-repeat: no-repeat;
  height: 100%;
}
.one_program p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.programs {
  margin-top: 80px;
  margin-bottom: 80px;
}

.portfolio-text h2 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #cbcbe3;
}
.portfolio-text p {
  font-size: 18px;
  line-height: 1.83;
}

#popin_oneportfolio {
  display: none;
  position: absolute;
  top: 100px;
  width: 1000px;
  max-width: 100%;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
}
#popin_oneportfolio .close {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  background-image: url(../img/x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 6;
}
#popin_oneportfolio h1 {
  display: inline-block;
  width: auto;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 900;
  padding: 6px 11px;
  color: white;
  background-color: #6d9cd3;
}
#popin_oneportfolio .programs {
  margin: 11px;
  margin-right: 0;
  margin-bottom: 50px;
  font-size: 23px;
  font-weight: bold;
  line-height: normal;
  color: #6d9cd3;
}
#popin_oneportfolio .specs tr td, #popin_oneportfolio .content p {
  font-size: 18px;
  line-height: 1.83;
  color: #24192f;
}
#popin_oneportfolio .specs {
  border: 0;
  margin-bottom: 30px;
}
#popin_oneportfolio .specs tr:nth-of-type(2n) {
  background: transparent;
}
#popin_oneportfolio .specs td {
  padding: 0;
}
#popin_oneportfolio .specs .span {
  color: #6d9cd3;
  font-weight: bold;
}
#popin_oneportfolio .specs .span:before {
  content: "";
  width: 22px;
  height: 11px;
  margin: 0 20px;
  display: inline-block;
  background-image: url(../img/arrow-portfolio.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#popin_oneportfolio .parent_page {
  margin-top: 70px;
  margin-bottom: 50px;
}
#popin_oneportfolio .parent_page p {
  font-size: 26px;
  font-weight: 900;
}
#popin_oneportfolio .parent_page p:after {
  width: 75px;
}
#popin_oneportfolio .the_news .one_news {
  padding-right: 77px;
}
#popin_oneportfolio .the_news .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#popin_oneportfolio .the_news .date {
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 2.25;
  text-transform: uppercase;
  margin: 0;
}
#popin_oneportfolio .the_news h1 {
  padding: 0;
  background-color: transparent;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
#popin_oneportfolio .the_news h1 a, #popin_oneportfolio .the_news h1 a:hover, #popin_oneportfolio .the_news h1 a:active, #popin_oneportfolio .the_news h1 a:focus, #popin_oneportfolio .the_news h1 a:visited {
  color: #a2a2b5;
}
#popin_oneportfolio .the_news .excerpt {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 20px;
}
#popin_oneportfolio .the_news .read_more {
  margin-bottom: 0;
  margin-top: 0;
}
#popin_oneportfolio .the_news .read_more a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
#popin_oneportfolio .the_news .read_more a, #popin_oneportfolio .the_news .read_more a:hover, #popin_oneportfolio .the_news .read_more a:focus, #popin_oneportfolio .the_news .read_more a:active, #popin_oneportfolio .the_news .read_more a:visited {
  color: #c8c7e1;
}
#popin_oneportfolio .the_news .read_more a:before {
  width: 20px;
  height: 16px;
  margin-right: 2px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/read.svg);
  background-size: contain;
  position: relative;
  top: 2px;
}
#popin_oneportfolio .the_news .slick-next {
  top: 60px;
  background-image: url(../img/arrows/hover/grey.svg);
}
@media screen and (max-width: 1180px) {
  #popin_oneportfolio .the_news .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  #popin_oneportfolio .the_news .slick-next {
    right: 0;
  }
}

/****
****	ARROWS SLIDER PAGE
****/
body.blog .must-go,
body.archive .must-go {
  position: relative;
}
body.blog .must-go .paginate_arrows .next, body.blog .must-go .paginate_arrows .prev,
body.archive .must-go .paginate_arrows .next,
body.archive .must-go .paginate_arrows .prev {
  width: 72px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 350px;
  color: transparent;
  font-size: 1px;
}
body.blog .must-go .paginate_arrows .prev,
body.archive .must-go .paginate_arrows .prev {
  background-image: url(../img/slick-prev.svg);
  left: -100px;
}
body.blog .must-go .paginate_arrows .next,
body.archive .must-go .paginate_arrows .next {
  background-image: url(../img/slick-next.svg);
  right: -100px;
}

body.single-post .must-go {
  position: relative;
}
body.single-post .must-go .next a, body.single-post .must-go .prev a {
  width: 72px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 350px;
  color: transparent;
  font-size: 1px;
}
body.single-post .must-go .prev a {
  background-image: url(../img/slick-prev.svg);
  left: -100px;
}
body.single-post .must-go .next a {
  background-image: url(../img/slick-next.svg);
  right: -100px;
}

.page-template-template-jobs .slider_page .slick-next {
  background-image: url(../img/arrows/green.svg);
}

.page-template-template-jobs .slider_page .slick-prev {
  background-image: url(../img/arrows/green-b.svg);
}

.page-template-template-jobs .slider_page .slick-next:hover {
  background-image: url(../img/arrows/hover/green.svg);
}

.page-template-template-jobs .slider_page .slick-prev:hover {
  background-image: url(../img/arrows/hover/green-b.svg);
}

.page-template-template-people .slider_page .slick-next {
  background-image: url(../img/arrows/orange.svg);
}

.page-template-template-people .slider_page .slick-prev {
  background-image: url(../img/arrows/orange-b.svg);
}

.page-template-template-people .slider_page .slick-next:hover {
  background-image: url(../img/arrows/hover/orange.svg);
}

.page-template-template-people .slider_page .slick-prev:hover {
  background-image: url(../img/arrows/hover/orange-b.svg);
}

.page-template-template-innovation .slider_page .slick-next {
  background-image: url(../img/arrows/pink.svg);
}

.page-template-template-innovation .slider_page .slick-prev {
  background-image: url(../img/arrows/pink-b.svg);
}

.page-template-template-innovation .slider_page .slick-next:hover {
  background-image: url(../img/arrows/hover/pink.svg);
}

.page-template-template-innovation .slider_page .slick-prev:hover {
  background-image: url(../img/arrows/hover/pink-b.svg);
}

.page-template-template-investors .slider_page .slick-next {
  background-image: url(../img/arrows/yellow.svg);
}

.page-template-template-investors .slider_page .slick-prev {
  background-image: url(../img/arrows/yellow-b.svg);
}

.page-template-template-investors .slider_page .slick-next:hover {
  background-image: url(../img/arrows/hover/yellow.svg);
}

.page-template-template-investors .slider_page .slick-prev:hover {
  background-image: url(../img/arrows/hover/yellow-b.svg);
}

.page-template-template-impact .slider_page .slick-next {
  background-image: url(../img/arrows/blue.svg);
}

.page-template-template-impact .slider_page .slick-prev {
  background-image: url(../img/arrows/blue-b.svg);
}

.page-template-template-impact .slider_page .slick-next:hover {
  background-image: url(../img/arrows/hover/blue.svg);
}

.page-template-template-impact .slider_page .slick-prev:hover {
  background-image: url(../img/arrows/hover/blue-b.svg);
}

body.archive .must-go .paginate_arrows .next,
body.blog .must-go .paginate_arrows .next {
  background-image: url(../img/arrows/black.svg);
}

body.single-post .must-go .next a {
  background-image: url(../img/arrows/black.svg);
}

body.archive .must-go .paginate_arrows .prev,
body.blog .must-go .paginate_arrows .prev {
  background-image: url(../img/arrows/black-b.svg);
}

body.single-post .must-go .prev a {
  background-image: url(../img/arrows/black-b.svg);
}

body.archive .must-go .paginate_arrows .next:hover,
body.blog .must-go .paginate_arrows .next:hover {
  background-image: url(../img/arrows/hover/black.svg);
}

body.single-post .must-go .next a:hover {
  background-image: url(../img/arrows/hover/black.svg);
}

body.archive .must-go .paginate_arrows .prev:hover,
body.blog .must-go .paginate_arrows .prev:hover {
  background-image: url(../img/arrows/hover/black-b.svg);
}

body.single-post .must-go .prev a:hover {
  background-image: url(../img/arrows/hover/black-b.svg);
}

/***
***		INVESTORS
***/
.page-template-template-investors .main_page {
  margin-bottom: 60px;
}
.page-template-template-investors .main_page h1 {
  color: #ffca00;
}
.page-template-template-investors .main_page h1 span {
  background-color: #ffca00;
}

#form_invest_block {
  position: relative;
}
#form_invest_block .close {
  position: absolute;
  top: 85px;
  right: 60px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  background-image: url(../img/x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 6;
}

#contacts .wp-block-column {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
#contacts .wp-block-column p {
  margin-bottom: 0;
}
#contacts .wp-block-column .title {
  font-size: 18px;
  font-weight: 900;
  color: white;
  padding: 10px;
  background-color: #ffca00;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
}
#contacts .wp-block-column .company {
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 2.25;
  color: #cbcbe3;
  text-transform: uppercase;
}
#contacts .wp-block-column .name {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: #ffca00;
  margin-bottom: 15px;
}
#contacts .wp-block-column .info {
  font-size: 18px;
  line-height: 1.83;
}
#contacts .wp-block-column .info:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 11px;
  margin-right: 14px;
  background-image: url(../img/arrows/black.svg);
  display: inline-block;
}

/***
***		IMPACT
***/
.page-template-template-impact .main_page {
  margin-bottom: 60px;
}
.page-template-template-impact .main_page h1 {
  color: #00afff;
}
.page-template-template-impact .main_page h1 span {
  background-color: #00afff;
}

#pharma {
  margin-bottom: 50px;
}
#pharma p {
  font-size: 18px;
  line-height: 1.83;
}

#raison_detre strong {
  font-weight: 900;
}
#raison_detre .col_raison_detre {
  margin-bottom: 30px;
}
#raison_detre .col_raison_detre strong {
  font-weight: 700;
}
#raison_detre .col_raison_detre h2 {
  font-weight: 900;
  color: #00afff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
}
#raison_detre .col_raison_detre p {
  font-size: 18px;
  line-height: 1.83;
  margin-bottom: 25px;
  padding-left: 25px;
  background-image: url(../img/arrows/hover/blue.svg);
  background-position: left top 11px;
  background-repeat: no-repeat;
  background-size: 18px;
}

#commitments h2 {
  margin-top: 80px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
  color: #00afff;
}
#commitments p, #commitments li {
  font-size: 18px;
  line-height: 1.83;
}
#commitments p, #commitments ul {
  margin-bottom: 50px;
}
#commitments ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#commitments ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #00afff;
  display: inline-block;
  border-radius: 50px;
  margin-right: 7px;
  position: relative;
  bottom: 3px;
}
#commitments .arrows {
  list-style-type: none;
  padding-left: 0;
}
#commitments .arrows li {
  padding-left: 30px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  background-image: url(../img/arrows/hover/blue.svg);
  background-position: left top 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #00afff;
  display: block;
}
#commitments .arrows li:before {
  display: none;
}

/****
*****	INVESTORS
****/
#stock .sample {
  display: flex;
  float: left;
  width: 100%;
}
#stock .sample1 {
  margin-right: auto;
  margin-left: auto;
  float: none;
  min-height: 130px;
  display: inline-block;
  background-color: #24192f;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  margin-right: 0;
}
#stock .sample1 span {
  color: white;
}
#stock .sample2 span {
  color: gray;
}
#stock .sample2 {
  margin-right: auto;
  float: left;
  min-height: 130px;
  display: inline-block;
  background-color: aliceblue;
  padding: 10px;
}
#stock .sample1 .lbl {
  min-width: 100px;
  display: inline-block;
}
#stock .sample2 .lbl {
  min-width: 150px;
  display: inline-block;
}
#stock .sample1 .lblasvalue {
  color: white;
}
#stock .sample .lblasvalue {
  font-size: 1.5em;
}
#stock .sample .sample1 .lblt, #stock .sample .sample1 #formatted_trd {
  color: white;
}
#stock .sample .sample1 .lbl {
  color: lightgray;
}
#stock .sample .sample1 .formatteddateTime {
  color: lightgray;
  float: right;
}
#stock .sample .red {
  color: red;
}
#stock .sample .formattedlastPx {
  font-size: 3em;
  color: #00afec;
  line-height: 1.5em;
  font-weight: bold;
}
#stock .sample .formattedd_var {
  margin-left: 20px;
  vertical-align: top;
  font-size: 1.5em;
}
#stock .sample .formatteddateTime {
  color: gray;
  font-size: 1em;
}
#stock .sample .lblt {
  color: gray;
  font-size: 1em;
  font-weight: 600;
}
#stock .sample .lbl {
  color: #666;
  font-size: 1em;
  margin-right: 20px;
}
#stock .sample span {
  margin-right: 4px;
  font-size: 1.5em;
}
#stock .sample .green {
  color: lightgreen;
}
#stock .grpfield {
  font-weight: 600;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
#stock .labelfield {
  min-width: 300px;
  float: left;
}
#stock .reffield {
  float: left;
  min-width: 300px;
}
#stock .subgrpfield {
  color: gray;
  font-weight: 600;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
#stock span#jasonshow {
  word-break: break-all;
}
#stock .sample hr {
  margin-bottom: 8px;
  margin-top: 4px;
}

@media screen and (max-width: 730px) {
  #stock .sample {
    display: block;
  }
  #stock .sample1, #stock .sample2 {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.corpolien {
  margin-bottom: 60px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .corpolien {
    margin-bottom: 15px;
  }
}
.corpolien a {
  color: #00afff !important;
  background-color: transparent;
  border: 2px solid #00afff;
  font-weight: bold;
}
.corpolien a:before {
  background-image: url(../img/chevron-blue.svg) !important;
}

.pme {
  text-align: right;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
}
.pme img {
  display: inline-block;
  margin-left: 15px;
}

.medlabel {
  font-size: 18px;
  line-height: 1.44;
  color: #24192f;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-bottom: 20px;
}
.medlabel .span {
  color: #cbcbe3;
}
.medlabel .span:before {
  display: inline-block;
  content: "";
  background-image: url(../img/arrow-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 20px;
  width: 17px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.medlabel img, .medlabel div {
  float: left;
}
.medlabel img {
  height: 52px;
  margin-left: 10px;
}

.pie_block {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 400px;
}

.clearfix {
  clear: both !important;
  float: none !important;
}

.event_invest {
  background-color: #ffca00;
  border-radius: 14px;
  padding-top: 49px;
  padding-bottom: 29px;
  background-repeat: no-repeat;
  background-position: left 87px center;
  background-size: 192px;
  margin-bottom: 60px;
  position: relative;
}
.event_invest .flex {
  display: flex;
  align-items: center;
}
.event_invest p {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: white;
  padding-left: 40px;
  width: 60%;
  margin-bottom: 0;
}
.event_invest .cont-btn {
  width: 40%;
  text-align: center;
}
.event_invest .btn-black {
  display: inline-block;
  cursor: pointer;
  padding: 15px 30px;
  font-size: 20px;
  padding-left: 20px;
}
.event_invest .close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  background-image: url("../img/close-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .event_invest {
    background-image: none;
  }
  .event_invest .flex {
    display: block;
  }
  .event_invest .cont-btn, .event_invest p {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .event_invest p {
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left: 15px;
  }
}

.oneventfeatured, .oneventclassic {
  margin-bottom: 30px;
}
.oneventfeatured .date, .oneventclassic .date {
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 2.25;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.oneventfeatured .date:before, .oneventclassic .date:before {
  width: 20px;
  height: 11px;
  background-image: url("../img/arrows/black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.oneventfeatured h2, .oneventclassic h2 {
  font-size: 22px;
  font-weight: 900;
  color: #ffca00;
  line-height: 1;
  margin-bottom: 15px;
}
.oneventfeatured .link a, .oneventclassic .link a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.oneventfeatured .link a, .oneventfeatured .link a:hover, .oneventfeatured .link a:focus, .oneventfeatured .link a:active, .oneventfeatured .link a:visited, .oneventclassic .link a, .oneventclassic .link a:hover, .oneventclassic .link a:focus, .oneventclassic .link a:active, .oneventclassic .link a:visited {
  color: #c8c7e1;
}
.oneventfeatured .link a:before, .oneventclassic .link a:before {
  width: 20px;
  height: 16px;
  margin-right: 2px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/read.svg);
  background-size: contain;
  position: relative;
  top: 2px;
}

.bigbiglink {
  text-align: center;
  margin-bottom: 110px;
}

.big_parent_page p {
  font-size: 26px;
  font-weight: 900;
}
.big_parent_page p:after {
  width: 75px;
}

#select_year-button {
  cursor: pointer;
  float: right;
  width: auto;
  border-radius: 4px;
  border: solid 2px #cbcbe3;
  padding: 10px 15px;
  background-color: white;
  position: relative;
}
#select_year-button:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/chevron-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(90deg);
}
#select_year-button .ui-selectmenu-text, #select_year-button .ui-menu-item-wrapper {
  color: #cbcbe3;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
#select_year-button .ui-icon {
  display: none;
}

.oneventclassic {
  margin-top: 80px;
  margin-bottom: 0;
  display: none;
}
@media screen and (max-width: 900px) {
  .oneventclassic {
    margin-top: 30px;
  }
}
.oneventclassic iframe {
  max-width: 100%;
}
.oneventclassic .info {
  font-size: 18px;
  margin-bottom: 30px;
}
.oneventclassic .info a {
  position: relative;
  display: inline-block;
}
.oneventclassic .info a, .oneventclassic .info a:hover, .oneventclassic .info a:focus, .oneventclassic .info a:visited, .oneventclassic .info a:active {
  color: #24192f;
}
.oneventclassic .info.infodouble a {
  width: 50%;
  float: left;
  padding-right: 40px;
}
.oneventclassic .info.infodouble a:before {
  display: none;
}
.oneventclassic .info.infodouble a span {
  position: relative;
}
.oneventclassic .info.infodouble a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 29px;
  top: -2px;
  right: -36px;
  background-image: url("../img/pdf-yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.oneventclassic .info a:before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 42px;
  background-image: url("../img/pdf-yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -9px;
  right: -61px;
}
.oneventclassic h2 {
  margin-bottom: 50px;
}
.oneventclassic.active:nth-child(2n-1) {
  clear: both;
}
.oneventclassic.active {
  display: block;
}

#see_all_doc {
  padding-right: 20px;
  display: inline-block;
  margin-top: 50px;
}

#gform_2, #gform_6, #gform_12 {
  margin: 20px;
  background-color: #ffca00;
  padding: 50px 70px;
  border-radius: 14px;
}
@media screen and (max-width: 900px) {
  #gform_2, #gform_6, #gform_12 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#gform_2 label, #gform_6 label, #gform_12 label {
  display: none;
}
#gform_2 .gchoice label, #gform_6 .gchoice label, #gform_12 .gchoice label {
  display: block;
  color: white;
}
#gform_2 .gchoice label:before, #gform_6 .gchoice label:before, #gform_12 .gchoice label:before {
  content: "";
  margin-right: 9px;
  display: inline-block;
  background-image: url("../img/unchecked.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
  opacity: 1;
  position: relative;
  top: 3px;
}
#gform_2 .gchoice label.checked:before, #gform_6 .gchoice label.checked:before, #gform_12 .gchoice label.checked:before {
  background-image: url("../img/checked.png");
}
#gform_2 input[type=text],
#gform_2 input[type=mail],
#gform_2 input[type=radio], #gform_6 input[type=text],
#gform_6 input[type=mail],
#gform_6 input[type=radio], #gform_12 input[type=text],
#gform_12 input[type=mail],
#gform_12 input[type=radio] {
  padding-left: 0;
}
#gform_2 legend, #gform_6 legend, #gform_12 legend {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.83;
}
#gform_2 .gfield, #gform_6 .gfield, #gform_12 .gfield {
  margin-bottom: 40px;
}
#gform_2 [type=submit], #gform_6 [type=submit], #gform_12 [type=submit] {
  cursor: pointer;
  background-color: #24192f;
  border-radius: 5px;
  padding: 15px;
  display: block;
  margin: 0 auto;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-image: url(../img/chevron.svg);
  padding-left: 40px;
  background-size: 10px;
}
#gform_2 [type=submit], #gform_2 [type=submit]:hover, #gform_2 [type=submit]:active, #gform_2 [type=submit]:focus, #gform_2 [type=submit]:visited, #gform_6 [type=submit], #gform_6 [type=submit]:hover, #gform_6 [type=submit]:active, #gform_6 [type=submit]:focus, #gform_6 [type=submit]:visited, #gform_12 [type=submit], #gform_12 [type=submit]:hover, #gform_12 [type=submit]:active, #gform_12 [type=submit]:focus, #gform_12 [type=submit]:visited {
  color: white;
}

#field_2_5 {
  max-width: 387px;
}

.minititlesession {
  font-size: 18px;
  color: #ffca00;
  padding-left: 30px;
  background-image: url(../img/arrows/yellow.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.session {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.page-template-template-live .main_page h1 {
  color: #ffca00;
}
.page-template-template-live .main_page h1 span {
  background-color: #ffca00;
}

.yellow-arrow {
  font-size: 18px;
  color: #ffca00;
  padding-left: 30px;
  background-image: url(../img/arrows/yellow.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 5px;
}

.date {
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 2.25;
  color: #cbcbe3;
  margin-bottom: 0;
}

.title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 70px;
}

/***
***		INVESTOR DOCUMENTATION
***/
.col_doc {
  margin-bottom: 50px;
}
.col_doc h2 {
  font-size: 22px;
  font-weight: 900;
  color: #ffca00;
  margin-bottom: 40px;
}
.col_doc p {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
}
.col_doc p a {
  width: 80%;
  min-height: 40px;
  display: inline-block;
  padding-right: 50px;
  background-image: url(../img/pdf-yellow.svg);
  background-size: 32px;
  background-position: top right;
  background-repeat: no-repeat;
}
.col_doc p a, .col_doc p a:hover, .col_doc p a:focus, .col_doc p a:visited, .col_doc p a:active {
  color: #24192f;
}
.col_doc .hide {
  display: none;
}
.col_doc .btn-black {
  display: inline-block;
  margin-top: 30px;
}

#ag_block {
  background-color: #00afff;
  border-radius: 14px;
  padding: 30px;
  padding-left: 85px;
  float: right;
  margin-bottom: 35px;
  position: relative;
}
#ag_block p {
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 0;
}
#ag_block p:last-child:before {
  content: "";
  background-image: url(../img/arrows/white.svg);
  width: 42px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
}
#ag_block b, #ag_block strong {
  font-weight: 900;
}

#last-ag {
  font-size: 22px;
  font-weight: 900;
  color: #ffca00;
}

#select-job,
#select-ag {
  overflow: hidden;
  color: #cbcbe3;
  border: 2px solid #cbcbe3;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  border-radius: 5px;
  width: auto;
  float: right;
  margin-bottom: 30px;
}
#select-job div,
#select-ag div {
  line-height: 40px;
}
#select-job div.current,
#select-ag div.current {
  font-weight: 900;
}
#select-job div.current:before,
#select-ag div.current:before {
  content: ">";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
}
#select-job.active,
#select-ag.active {
  height: auto;
}

.data-pdf {
  display: none;
  margin-top: 50px;
}
.data-pdf.current {
  display: block;
}
.data-pdf a {
  background-image: url(../img/pdf-yellow.svg);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: right center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 50px;
  color: black;
  border-bottom: 1px solid #ffca00;
  display: block;
  font-size: 18px;
  line-height: 1.67;
}
.data-pdf a.inactive {
  display: none;
}
.data-pdf p {
  margin-top: 30px;
  text-align: center;
}

/***
****	FOOTER CONTACT
***/
#site-contact {
  position: fixed;
  bottom: 30px;
  right: 60px;
  z-index: 10000000;
  height: calc(100vh - 30px);
  width: 0;
}
#site-contact .close {
  position: absolute;
  top: 38px;
  right: 25px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-image: url("../img/close-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 550px) {
  #site-contact {
    bottom: 0;
    right: 0;
    height: 100vh;
  }
}
#site-contact .form, #site-contact .display_btn {
  background-color: #ff7c82;
  color: white;
  z-index: 10000000;
}
#site-contact .form {
  width: 400px;
  padding-bottom: 15px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -500px;
  transition: all 0.9s ease-out;
}
@media screen and (max-width: 550px) {
  #site-contact .form {
    width: 100%;
  }
}
#site-contact .form .title {
  font-family: "Merriweather Sans", sans-serif;
  color: white;
  font-weight: 800;
  font-style: italic;
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 20px;
}
#site-contact .display_btn {
  margin-top: 10px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: top 20px left 19px;
}
#site-contact.display_form {
  width: 400px;
}
@media screen and (max-width: 550px) {
  #site-contact.display_form {
    width: 100%;
  }
}
#site-contact.display_form .form {
  right: 0;
  opacity: 1;
}
@media screen and (max-height: 600px) {
  #site-contact .form {
    top: auto;
    bottom: 0;
    padding: 15px;
    height: 100vh;
  }
  #site-contact .form .title {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  #site-contact .form .gform_wrapper {
    margin: 0;
  }
  #site-contact .form .gform_wrapper ul li.gfield {
    margin-top: 12px;
  }
  #site-contact .form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
  }
  #site-contact .form input, #site-contact .form [type=text], #site-contact .form [type=email], #site-contact .form textarea, #site-contact .form select {
    padding: 5px 8px !important;
    margin-bottom: 5px !important;
  }
}
#site-contact .gform_body label, #site-contact .gform_footer label {
  display: none !important;
}
#site-contact .gform_body input, #site-contact .gform_body [type=text], #site-contact .gform_body [type=email], #site-contact .gform_body textarea, #site-contact .gform_body select, #site-contact .gform_footer input, #site-contact .gform_footer [type=text], #site-contact .gform_footer [type=email], #site-contact .gform_footer textarea, #site-contact .gform_footer select {
  display: block !important;
  width: 100% !important;
  padding: 10px 15px !important;
  height: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 10px !important;
  line-height: 1.3 !important;
}
#site-contact .gform_body [type=submit], #site-contact .gform_footer [type=submit] {
  font-weight: bold !important;
  color: white !important;
  background-color: #24192f !important;
  text-align: center !important;
  height: 50px !important;
}
#site-contact .gform_body textarea, #site-contact .gform_footer textarea {
  height: 150px !important;
}
#site-contact .gform_wrapper .validation_error {
  display: none;
}
#site-contact .gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
#site-contact .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
  margin-top: -10px !important;
}
#site-contact .gform_wrapper .ginput_container_text::before, #site-contact .gform_wrapper .ginput_container_email::before {
  bottom: 0;
  width: 100%;
}

body .mfp-bg {
  background-color: #fff;
  cursor: pointer;
}

body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  color: black;
}

#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-edit,
#wp-admin-bar-duplicate-post {
  display: none !important;
}/*# sourceMappingURL=layout.css.map */