@charset "UTF-8";
.entry-header {
  display: none;
}

/******* Override size Bootstrap container *******/
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

* {
  font-family: "Poppins", sans-serif;
}

html {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 85px;
  margin: -85px 0 0;
}

#page {
  width: 100vw;
  overflow-x: hidden;
}

#content.site-content {
  padding-top: 0;
  padding-bottom: 0;
}

div.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  div.section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

h2.title {
  color: #0DAEEB;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.1;
}

h3.subtitle {
  font-size: 1.5rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 600;
}

@media (min-width: 768px) {
  h3.subtitle {
    margin-bottom: 2rem;
  }
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.mb-6, .my-6 {
  margin-bottom: 4rem !important;
}

@media (min-width: 768px) {
  mb-md-6 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 4rem !important;
  }
}

.title-hook {
  font-size: 2.1875rem;
  line-height: 1;
  color: #333333;
  margin: 10px 0 15px;
  font-weight: 500;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.btn {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.btn.btn-white {
  background-color: white;
  padding: 0.25rem 0.5rem !important;
  border: none !important;
  outline: none;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.5;
  font-size: 1rem;
  color: #333333 !important;
}

@media (min-width: 992px) {
  .btn.btn-white {
    padding: 0.25rem 1rem !important;
    line-height: 1.8;
  }
}

.btn.btn-white input,
.btn.btn-white span {
  color: #333333;
}

.btn.btn-white:hover {
  opacity: 0.9;
}

.btn.btn-white:hover input,
.btn.btn-white:hover span {
  background: -webkit-gradient(linear, left top, right top, from(#63326f), to(#324372));
  background: linear-gradient(0.25turn, #63326f, #324372);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn.btn-arrow {
  padding: 0 50px 0 15px;
  border: 0;
  color: white;
  border-radius: 40px;
  background: linear-gradient(358.82deg, #4BB3E6 0%, #8EF2AC 100%);
}

.btn.btn-arrow input {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
}

.btn.btn-arrow span {
  line-height: 40px;
}

.btn.btn-arrow > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn.btn-arrow:after {
  content: '';
  background-image: url("../images/icons/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn-arrow:hover {
  background: linear-gradient(358.82deg, #4BB3E6 0%, #4BB3E6 100%);
}

.btn.btn-arrow-pink:after {
  background-image: url("../images/icons/icon-arrow-white.svg");
  background-color: #f50a6b;
}

.btn.btn-arrow-pink:hover span {
  color: #f50a6b !important;
  background: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.btn.btn-arrow-pink:hover:after {
  background-image: url("../images/icons/icon-arrow-white.svg");
  background-color: #f50a6b;
}

.btn.btn-arrow-reverse {
  background: none;
  color: white !important;
  border-color: #333333;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem !important;
  border-radius: 50px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn.btn-arrow-reverse span {
  color: #333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn.btn-arrow-reverse:before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.25rem;
  background-image: url(../images/icons/icon-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn.btn-arrow-reverse:hover {
  opacity: 0.9;
}

.btn.btn-arrow-reverse:hover:after {
  background-image: url(../images/icons/icon-arrow-black.svg);
  background-image: url(../images/icons/icon-arrow-black.svg), -webkit-gradient(linear, left top, right top, from(#63326f), to(#324372));
  background-image: url(../images/icons/icon-arrow-black.svg), linear-gradient(0.25turn, #63326f, #324372);
}

.btn.btn-download {
  background-color: transparent;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  border: 2px solid rgba(51, 51, 51, 0.054);
  color: #333333;
  outline: none;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: 2.8;
  font-weight: 600;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 768px) {
  .btn.btn-download {
    line-height: 2;
  }
}

.btn.btn-download:after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.5rem;
  background-image: url(../images/icons/icon-download.svg);
  background-image: url(../images/icons/icon-download.svg), -webkit-gradient(linear, left top, right top, from(#ff8201), to(#ffb112));
  background-image: url(../images/icons/icon-download.svg), linear-gradient(0.25turn, #ff8201, #ffb112);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.btn.btn-download:hover {
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb112), to(#ff8201));
  background-image: linear-gradient(0.25turn, #ffb112, #ff8201);
  border: 2px solid #ffb112;
}

.btn.btn-download:hover:after {
  background-image: url(../images/icons/icon-download-orange.svg);
  background-image: url(../images/icons/icon-download-orange.svg), -webkit-gradient(linear, left top, right top, from(white), to(white));
  background-image: url(../images/icons/icon-download-orange.svg), linear-gradient(0.25turn, white, white);
}

.btn.btn-download.btn-download-reverse {
  color: white;
  border: 2px solid white;
}

.btn.btn-download.btn-download-reverse:after {
  background-image: url(../images/icons/icon-download-orange.svg);
  background-image: url(../images/icons/icon-download-orange.svg), -webkit-gradient(linear, left top, right top, from(white), to(white));
  background-image: url(../images/icons/icon-download-orange.svg), linear-gradient(0.25turn, white, white);
}

.btn.btn-download.btn-download-reverse:hover {
  color: #ff8201;
  background: white;
}

.btn.btn-download.btn-download-reverse:hover:after {
  background-image: url(../images/icons/icon-download.svg);
  background-image: url(../images/icons/icon-download.svg), -webkit-gradient(linear, left top, right top, from(#ff8201), to(#ffb112));
  background-image: url(../images/icons/icon-download.svg), linear-gradient(0.25turn, #ff8201, #ffb112);
}

/******* Parallax effect *******/
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/******** Zone Entête Agency / Innovation lab / Indoor Location ********/
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

@media (max-width: 767.98px) {
  header#masthead {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  header#masthead > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

header#masthead .contact-link {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

@media (min-width: 768px) {
  header#masthead .contact-link {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header#masthead .contact-link a {
  padding: 0 15px !important;
  color: white !important;
  display: inline-block;
  border-radius: 40px;
  line-height: 2.5rem;
  background: linear-gradient(354deg, #4BB3E6 0%, #8EF2AC 100%);
}

header#masthead .contact-link a:hover, header#masthead .contact-link a:focus {
  background: linear-gradient(354deg, #4BB3E6 0%, #4BB3E6 100%);
}

header#masthead .navbar-brand {
  padding: 0.25rem 15px;
  margin: 0;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
  header#masthead .navbar-brand {
    padding: 0;
  }
}

header#masthead .navbar-brand .site-title {
  width: 177px;
  height: 44px;
  display: block;
  position: initial;
  clip: inherit;
  text-indent: -9999px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header#masthead .navbar-brand .site-title span {
  display: none !important;
}

header#masthead .navbar-brand .site-title svg {
  display: block;
  height: 100%;
}

header#masthead .navbar-toggler {
  margin-right: 10px;
}

header#masthead .navbar-toggler .navbar-toggler-icon {
  background-image: url(/wp-content/themes/wassa/images/icons/icon-open-white.svg);
  width: 2em;
  height: 2em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header#masthead .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(/wp-content/themes/wassa/images/icons/icon-close.svg) !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 767.98px) {
  header#masthead #main-nav.show {
    background-color: white;
    height: calc(100vh - 85px);
  }
}

header#masthead #container-contact-language {
  padding: 1rem 15px;
  height: 70px;
  background-color: white;
  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;
}

@media (min-width: 768px) {
  header#masthead #container-contact-language {
    padding: 0;
    height: inherit;
    background-color: transparent;
    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;
  }
}

@media (max-width: 575.98px) {
  header#masthead #container-contact-language .btn {
    font-size: 1.3rem;
  }
}

header#masthead .main-menu-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media (min-width: 768px) {
  header#masthead .main-menu-selector {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-right: 0.75rem;
    height: auto;
  }
}

header#masthead .main-menu-selector li a {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: initial;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 575.98px) {
  header#masthead .main-menu-selector li a {
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  header#masthead .main-menu-selector li a {
    padding: 0.5rem 0.5rem;
    text-align: initial;
    font-size: 0.9375rem;
  }
}

@media (min-width: 992px) {
  header#masthead .main-menu-selector li a {
    padding: 0.5rem 0.75rem;
  }
}

header#masthead .main-menu-selector li a[aria-current="page"] {
  font-weight: bold;
}

@media (max-width: 575.98px) {
  header#masthead .main-menu-selector li a img {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    width: 100vw;
  }
}

@media screen and (max-width: 380px) {
  header#masthead .main-menu-selector li a img {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}

@media (min-width: 768px) {
  header#masthead .main-menu-selector li a img {
    display: none;
  }
}

header#masthead .main-menu-selector li a span {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  header#masthead .main-menu-selector li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white !important;
    font-size: 2rem;
    z-index: 2;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
  }
}

header#masthead #language {
  color: white;
  margin-bottom: 0;
  list-style: none;
}

header#masthead #language a {
  color: #333333;
  padding: 0;
  font-size: 16px;
}

header#masthead #language a.dropdown-toggle,
header#masthead #language a.dropdown-toggle svg {
  width: 36px;
  height: 36px;
}

@media (min-width: 768px) {
  header#masthead #language a.dropdown-toggle,
  header#masthead #language a.dropdown-toggle svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 992px) {
  header#masthead #language a.dropdown-toggle,
  header#masthead #language a.dropdown-toggle svg {
    width: 36px;
    height: 36px;
  }
}

header#masthead #language a.dropdown-toggle span,
header#masthead #language a.dropdown-toggle svg span {
  display: none;
}

header#masthead #language a.dropdown-toggle path,
header#masthead #language a.dropdown-toggle svg path {
  fill: white;
}

header#masthead #language a.dropdown-toggle:after,
header#masthead #language a.dropdown-toggle svg:after {
  display: none !important;
}

header#masthead #language .dropdown-menu {
  background-color: white;
  min-width: 100px;
  margin-top: 1rem;
  padding: 0;
  border: none;
}

header#masthead #language .dropdown-menu:not(.bottom) {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

header#masthead #language .dropdown-menu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

header#masthead #language .dropdown-menu ul li {
  padding: 0.75rem 1rem;
}

header#masthead #language .dropdown-menu ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(80, 81, 84, 0.15);
}

header#masthead #language .dropdown-menu ul li a {
  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;
  text-decoration: none !important;
}

header#masthead #language .dropdown-menu ul li a:after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin-left: 0.5rem;
}

header#masthead #language .dropdown-menu ul li.current-lang a:after {
  background: transparent url(/wp-content/themes/wassa/images/icons/icon-check.png) center no-repeat;
  background-size: contain;
}

header#masthead.menu-open, header#masthead.scrolled {
  background-color: white;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

header#masthead.menu-open .navbar-toggler .navbar-toggler-icon, header#masthead.scrolled .navbar-toggler .navbar-toggler-icon {
  background-image: url(/wp-content/themes/wassa/images/icons/icon-open.svg) !important;
}

header#masthead.menu-open .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon, header#masthead.scrolled .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(/wp-content/themes/wassa/images/icons/icon-close.svg) !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 575.98px) {
  header#masthead.menu-open #main-nav, header#masthead.scrolled #main-nav {
    height: calc(100vh - 65px);
  }
}

header#masthead.menu-open .site-title, header#masthead.scrolled .site-title {
  max-height: 100%;
}

@media (max-width: 575.98px) {
  header#masthead.menu-open .site-title, header#masthead.scrolled .site-title {
    width: 50px;
    height: 50px;
  }
}

header#masthead.menu-open .main-menu-selector li a, header#masthead.scrolled .main-menu-selector li a {
  color: #888888;
}

header#masthead.menu-open .main-menu-selector li.active a, header#masthead.scrolled .main-menu-selector li.active a {
  background: -webkit-gradient(linear, left bottom, left top, from(#0daeeb), color-stop(#00c3ea), color-stop(#00d6dc), color-stop(#45e6c5), to(#8ef2ac));
  background: linear-gradient(to top, #0daeeb, #00c3ea, #00d6dc, #45e6c5, #8ef2ac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header#masthead.menu-open .btn-white, header#masthead.scrolled .btn-white {
  background-image: -webkit-gradient(linear, left top, right top, from(#63326f), to(#324372));
  background-image: linear-gradient(0.25turn, #63326f, #324372);
}

header#masthead.menu-open .btn-white span, header#masthead.scrolled .btn-white span {
  color: white;
  -webkit-text-fill-color: inherit;
}

header#masthead.menu-open .btn-white:hover, header#masthead.scrolled .btn-white:hover {
  color: white;
  -webkit-text-fill-color: inherit;
}

header#masthead.menu-open .btn-white:hover span, header#masthead.scrolled .btn-white:hover span {
  color: white;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

header#masthead.menu-open #language a.dropdown-toggle,
header#masthead.menu-open #language a.dropdown-toggle svg, header#masthead.scrolled #language a.dropdown-toggle,
header#masthead.scrolled #language a.dropdown-toggle svg {
  fill: #333333;
}

header#masthead.menu-open #language a.dropdown-toggle path,
header#masthead.menu-open #language a.dropdown-toggle svg path, header#masthead.scrolled #language a.dropdown-toggle path,
header#masthead.scrolled #language a.dropdown-toggle svg path {
  fill: #333333;
}

header#masthead.scrolled .navbar-brand {
  height: 57px;
}

@media (min-width: 768px) {
  body.home header#masthead > .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: inherit;
  }
}

@media (min-width: 768px) {
  body.home #language-home-mobile {
    display: none !important;
  }
}

body.admin-bar header#masthead {
  top: 32px;
}

body.home header.entry-header,
body.digital-agency header.entry-header,
body.innovation-lab header.entry-header,
body.indoor-location header.entry-header {
  display: none;
}

#main-container {
  padding-top: 100px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  #main-container {
    padding-top: 160px;
  }
}

body.page-template-page-standard-without-container #main-container {
  padding-bottom: 0;
}

body.single-post header#masthead .navbar-toggler .navbar-toggler-icon {
  background-image: url(/wp-content/themes/wassa/images/icons/icon-open.svg);
}

body.single-post header#masthead.menu-open .btn-white:hover, body.single-post header#masthead.scrolled .btn-white:hover {
  color: white;
  -webkit-text-fill-color: inherit !important;
}

body.single-post .entry-content {
  margin: 0;
}

body.single-post #job-offer h1 {
  font-size: 2.66667rem;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 600;
  border-bottom: none;
  color: #63326f;
}

body.single-post #job-offer h3.subtitle {
  background: -webkit-gradient(linear, left top, left bottom, from(#63326f), to(#324372));
  background: linear-gradient(to bottom, #63326f, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

body.single-post header#masthead {
  background-color: white;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

body.single-post header#masthead .site-title svg {
  fill: #63326f;
}

body.single-post header#masthead .site-title svg path {
  fill: #63326f;
}

body.single-post header#masthead .main-menu-selector li a {
  color: #63326f;
}

body.single-post header#masthead .btn-white {
  background-color: #63326f;
  color: white;
}

body.single-post header#masthead .btn-white span {
  color: white;
  -webkit-text-fill-color: inherit;
}

body.single-post header#masthead #language a.dropdown-toggle,
body.single-post header#masthead #language a.dropdown-toggle svg {
  fill: #333333;
}

body.single-post header#masthead #language a.dropdown-toggle path,
body.single-post header#masthead #language a.dropdown-toggle svg path {
  fill: #333333;
}

body.single-post #main-container {
  padding-top: 100px;
}

@media (min-width: 768px) {
  body.single-post #main-container {
    padding-top: 160px;
  }
}

body.single-post article {
  margin-bottom: 0 !important;
}

/******** Zone Page d'accueil ********/
#homepage {
  width: 100vw;
}

#homepage .landing-title {
  font-size: 5rem;
  line-height: 1;
  color: white;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  text-shadow: 0px 10px 20px rgba(6, 105, 153, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99;
}

@media (min-width: 768px) {
  #homepage .landing-title {
    font-size: 6.25rem;
  }
}

#homepage #section-list {
  height: 100%;
}

#homepage #section-list .title {
  color: white;
  font-size: 2rem;
  line-height: 3.125rem;
  font-weight: 500;
  position: absolute;
  z-index: 3;
}

#homepage #section-list .title span {
  padding: 0 15px;
  border-radius: 50px;
}

#homepage #section-list .introduction-text {
  margin-bottom: 20px;
  max-width: 430px;
  padding: 20px 40px;
  width: 100%;
  position: relative;
  border-radius: 20px;
}

#homepage #section-list .introduction-text p {
  color: white;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin: 0;
}

#homepage #section-list .introduction-text svg {
  position: absolute;
  top: 50%;
  z-index: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #homepage #section-list .agency {
    background: url("../images/backgrounds/background-agencex2-min.jpeg") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (max-width: 767.98px) {
  #homepage #section-list .agency {
    padding: 75px 15px 15px !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

#homepage #section-list .agency .title {
  right: 0;
  top: inherit;
  bottom: 70px;
  height: 40px;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  text-align: center;
}

#homepage #section-list .agency .title span {
  background: #0DAEEB;
  color: white;
}

@media (min-width: 768px) {
  #homepage #section-list .agency .title {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    text-align: left;
    top: calc(50% + 70px);
    bottom: inherit;
    width: calc(540px / 2);
    height: auto;
  }
  #homepage #section-list .agency .title span {
    color: white;
    background: transparent;
  }
}

#homepage #section-list .agency .introduction-text {
  margin-left: auto;
  padding-right: 60px;
}

#homepage #section-list .agency .introduction-text svg {
  left: 100%;
  -webkit-transform: translate(calc(-100% - 15px), -50%);
          transform: translate(calc(-100% - 15px), -50%);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #homepage #section-list .innovation {
    background: url("../images/backgrounds/background-innovation2x-min.jpeg") no-repeat center center !important;
    background-size: cover !important;
  }
}

#homepage #section-list .innovation .title {
  left: 0;
  top: 70px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  text-align: center;
  width: 100%;
}

#homepage #section-list .innovation .title span {
  background: #0DAEEB;
  color: white;
}

@media (min-width: 768px) {
  #homepage #section-list .innovation .title {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    text-align: right;
    width: calc(540px / 2);
    top: calc(50% + 70px);
  }
  #homepage #section-list .innovation .title span {
    color: white;
    background: transparent;
  }
}

#homepage #section-list .innovation .introduction-text {
  margin-left: auto;
  padding-right: 60px;
}

#homepage #section-list .innovation .introduction-text svg {
  left: 100%;
  -webkit-transform: translate(calc(-100% - 15px), -50%);
          transform: translate(calc(-100% - 15px), -50%);
}

#homepage #section-list .section {
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  position: relative;
  width: 100vw;
  height: 50vh;
  padding: 15px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  #homepage #section-list .section {
    min-height: 50vh;
    height: 300px;
    padding: 2rem;
  }
}

#homepage #section-list .section:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#4bb3e6), color-stop(#02c7e7), color-stop(#00d8dc), color-stop(#51e7c6), to(#8ef2ac));
  background: linear-gradient(to top, #4bb3e6, #02c7e7, #00d8dc, #51e7c6, #8ef2ac);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
  z-index: 0;
}

@media (min-width: 992px) {
  #homepage #section-list .section {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  #homepage #section-list .section {
    width: 50vw;
    height: 100vh;
    position: relative;
  }
}

#homepage #section-list .section .background-desktop,
#homepage #section-list .section .background-mobile {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#homepage #section-list .section .container-text {
  z-index: 3;
}

#homepage #section-list .section .container-text .description {
  z-index: 3;
}

@media (min-width: 768px) {
  #homepage #section-list .section:hover:before {
    background: transparent;
  }
  #homepage #section-list .section:hover .title span {
    background: #0DAEEB;
    color: white;
  }
  #homepage #section-list .section:hover .introduction-text {
    background: rgba(255, 255, 255, 0.9);
  }
  #homepage #section-list .section:hover .introduction-text p {
    color: #0DAEEB;
  }
  #homepage #section-list .section:hover .introduction-text svg {
    fill: #0DAEEB;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  #homepage #section-list .section:hover {
    width: 56vw;
  }
  #homepage #section-list .section:hover .description {
    position: static;
    opacity: 1;
    -webkit-transition: opacity 0.75s linear;
    transition: opacity 0.75s linear;
  }
  #homepage #section-list .section:hover .btn-arrow:hover {
    background-color: transparent !important;
    color: white !important;
  }
  #homepage #section-list .section:hover .btn-arrow:hover:after {
    background-image: url("../images/icons/icon-arrow-black.svg"), -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background-image: url("../images/icons/icon-arrow-black.svg"), linear-gradient(0.25turn, #ffffff, #ffffff);
  }
}

.introduction-text {
  margin-bottom: 40px;
}

.introduction-text p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 300;
}

#intervention-list {
  padding-top: 20px;
}

#intervention-list div::first-of-type .background {
  background-position: center left !important;
}

#intervention-list div:nth-of-type(2) .background {
  background-position: center center !important;
}

#intervention-list div:nth-of-type(3) .background {
  background-position: center right !important;
}

.card-intervention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 270px;
  border-radius: 1.5rem;
  position: relative;
  padding: 20px;
  text-decoration: none !important;
}

.card-intervention > * {
  color: white;
  position: relative;
  z-index: 1;
}

.card-intervention .card-title {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  padding: 0;
  margin: 0;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
}

.card-intervention .description {
  display: none;
}

.card-intervention .card-title + .description p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin: 0;
}

.card-intervention:hover {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 10px 20px 0 rgba(75, 179, 230, 0.4);
          box-shadow: 0 10px 20px 0 rgba(75, 179, 230, 0.4);
}

.card-intervention:hover .icon-default {
  opacity: 0;
}

.card-intervention:hover .icon-hover {
  opacity: 1;
}

.card-intervention:hover:before {
  content: '';
  background: linear-gradient(358.82deg, #4BB3E6 0%, #8EF2AC 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: .9;
  z-index: 0;
}

.card-intervention:hover .description {
  display: block;
}

.card-intervention .icons {
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

@media (min-width: 768px) {
  .card-intervention .icons {
    width: 50px;
    height: 50px;
  }
}

.card-intervention .icons svg {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 4;
}

.card-intervention .icons .icon-default {
  opacity: 1;
}

.card-intervention .icons .icon-hover {
  opacity: 0;
}

/******** Zone introduction Agency / Innovation lab / Indoor Location ********/
#introduction {
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 100vh;
  min-height: 500px;
  height: 600px;
}

#introduction:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  z-index: 0;
}

#introduction:after {
  content: '';
  width: 100%;
  height: 210px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#introduction .container-video {
  display: none;
}

@media (min-width: 768px) {
  #introduction .container-video {
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #63326f;
    height: 800px;
  }
}

#introduction .container-video video {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.35;
}

@media screen and (min-width: 1400px) {
  #introduction .container-video video {
    height: auto;
  }
}

@media screen and (min-width: 1700px) {
  #introduction .container-video video {
    width: 100vw;
  }
}

#introduction #captions div {
  z-index: 2;
}

#introduction .container-effect {
  font-size: 35px;
  line-height: 40px;
  color: #ecf0f1;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #introduction .container-effect {
    margin-bottom: 1rem;
  }
}

#introduction .container-effect p {
  display: block;
  width: 100%;
  margin-bottom: 0;
  color: white;
  font-size: 3.55556rem;
  line-height: 1.1;
  font-weight: 300;
}

@media screen and (min-width: 1400px) {
  #introduction .container-effect p {
    width: inherit;
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
}

#introduction .container-effect #effect-typewriter-container {
  min-height: 100px;
  display: block;
}

#introduction .container-effect #effect-typewriter-container:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
}

@media (min-width: 768px) {
  #introduction .container-effect #effect-typewriter-container {
    min-height: 81px;
  }
}

#introduction .container-effect #effect-typewriter {
  border-right: .05em solid;
  -webkit-animation: caret 1s steps(1) infinite;
          animation: caret 1s steps(1) infinite;
  font-weight: 600;
  text-transform: lowercase;
}

#introduction .container-effect #possibility-list {
  display: none !important;
}

@-webkit-keyframes caret {
  50% {
    border-color: transparent;
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

#introduction .container-introduction-text {
  padding: 0;
}

@media (min-width: 992px) {
  #introduction .container-introduction-text {
    padding: 0 12%;
  }
}

#introduction .container-introduction-text p {
  color: white;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 300;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes change3 {
  0%, 20%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25%, 45% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  50%, 70% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  75%, 95% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes change3 {
  0%, 20%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25%, 45% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  50%, 70% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  75%, 95% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes change4 {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  33.32%, 45.98% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  49.98%, 62.64% {
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }
  66.64%, 79.3% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  83.3%, 95.96% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes change4 {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  33.32%, 45.98% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  49.98%, 62.64% {
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }
  66.64%, 79.3% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  83.3%, 95.96% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes change5 {
  0%, 10%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  12.5%, 22.5% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  25%, 35.5% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  37.5%, 47.5% {
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }
  50%, 60% {
    -webkit-transform: translate3d(0, -400%, 0);
            transform: translate3d(0, -400%, 0);
  }
  62.5%, 72.5% {
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }
  75%, 85% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  87.5%, 97.5% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes change5 {
  0%, 10%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  12.5%, 22.5% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  25%, 35.5% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  37.5%, 47.5% {
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }
  50%, 60% {
    -webkit-transform: translate3d(0, -400%, 0);
            transform: translate3d(0, -400%, 0);
  }
  62.5%, 72.5% {
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }
  75%, 85% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  87.5%, 97.5% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

body.innovation-lab #introduction {
  background-color: #1f2654;
}

body.innovation-lab #introduction .container-video {
  background-color: #1f2654;
}

body.indoor-location #introduction {
  background-color: #ff8201;
}

body.indoor-location #introduction .container-video {
  background-color: #ff8201;
}

/******** Zone Info project (ancre pour formulaire de contact) Agency / Innovation lab / Indoor Location ********/
#project-info {
  position: relative;
}

#project-info:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3E4D7E;
  opacity: .5;
  bottom: 0;
  left: 0;
}

#project-info > .container {
  position: relative;
  z-index: 2;
}

#project-info h2 {
  font-size: 2rem;
  margin-bottom: 0;
  color: white;
  text-align: center;
}

#project-info .block-captions {
  padding: 0 10%;
  color: white;
  text-align: center;
}

#project-info .block-captions p {
  color: white;
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  margin-bottom: 0;
}

.mini-title,
.title {
  color: #0DAEEB;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.hook {
  font-size: 2.5rem;
  line-height: 2.3125rem;
  margin-bottom: 30px;
  color: #333333;
  font-weight: 600;
}

/******** Zone Ancres Innovation lab ********/
#anchor,
#intervention {
  padding-bottom: 6rem;
}

#anchor .introduction-text,
#intervention .introduction-text {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #anchor .introduction-text,
  #intervention .introduction-text {
    margin-bottom: 4rem;
  }
}

#anchor #intervention-list .card-intervention,
#anchor #anchor-list .card-intervention,
#intervention #intervention-list .card-intervention,
#intervention #anchor-list .card-intervention {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 160px;
  padding: 1.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  #anchor #intervention-list .card-intervention,
  #anchor #anchor-list .card-intervention,
  #intervention #intervention-list .card-intervention,
  #intervention #anchor-list .card-intervention {
    min-height: 270px;
  }
}

#anchor #intervention-list .card-intervention .background,
#anchor #anchor-list .card-intervention .background,
#intervention #intervention-list .card-intervention .background,
#intervention #anchor-list .card-intervention .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#anchor #intervention-list .card-intervention h4,
#anchor #anchor-list .card-intervention h4,
#intervention #intervention-list .card-intervention h4,
#intervention #anchor-list .card-intervention h4 {
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
  z-index: 2;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  #anchor #intervention-list .card-intervention h4,
  #anchor #anchor-list .card-intervention h4,
  #intervention #intervention-list .card-intervention h4,
  #intervention #anchor-list .card-intervention h4 {
    max-width: 92%;
  }
}

#anchor #intervention-list .card-intervention .description,
#anchor #anchor-list .card-intervention .description,
#intervention #intervention-list .card-intervention .description,
#intervention #anchor-list .card-intervention .description {
  opacity: 0;
  height: 0;
  z-index: 2;
}

#anchor #intervention-list .card-intervention .description p,
#anchor #anchor-list .card-intervention .description p,
#intervention #intervention-list .card-intervention .description p,
#intervention #anchor-list .card-intervention .description p {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  color: white;
  font-weight: 400;
  text-align: center;
  z-index: 2;
}

#anchor #intervention-list .card-intervention .description p:last-of-type,
#anchor #anchor-list .card-intervention .description p:last-of-type,
#intervention #intervention-list .card-intervention .description p:last-of-type,
#intervention #anchor-list .card-intervention .description p:last-of-type {
  margin-bottom: 0;
}

#anchor #intervention-list .card-intervention .icons,
#anchor #anchor-list .card-intervention .icons,
#intervention #intervention-list .card-intervention .icons,
#intervention #anchor-list .card-intervention .icons {
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

@media (min-width: 768px) {
  #anchor #intervention-list .card-intervention .icons,
  #anchor #anchor-list .card-intervention .icons,
  #intervention #intervention-list .card-intervention .icons,
  #intervention #anchor-list .card-intervention .icons {
    width: 50px;
    height: 50px;
  }
}

#anchor #intervention-list .card-intervention .icons svg,
#anchor #anchor-list .card-intervention .icons svg,
#intervention #intervention-list .card-intervention .icons svg,
#intervention #anchor-list .card-intervention .icons svg {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 4;
}

#anchor #intervention-list .card-intervention .icons .icon-default,
#anchor #anchor-list .card-intervention .icons .icon-default,
#intervention #intervention-list .card-intervention .icons .icon-default,
#intervention #anchor-list .card-intervention .icons .icon-default {
  opacity: 1;
}

#anchor #intervention-list .card-intervention .icons .icon-hover,
#anchor #anchor-list .card-intervention .icons .icon-hover,
#intervention #intervention-list .card-intervention .icons .icon-hover,
#intervention #anchor-list .card-intervention .icons .icon-hover {
  opacity: 0;
}

#anchor #intervention-list .card-intervention:hover,
#anchor #anchor-list .card-intervention:hover,
#intervention #intervention-list .card-intervention:hover,
#intervention #anchor-list .card-intervention:hover {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0 10px 20px 0 rgba(75, 179, 230, 0.4);
          box-shadow: 0 10px 20px 0 rgba(75, 179, 230, 0.4);
  overflow: hidden;
}

#anchor #intervention-list .card-intervention:hover h4,
#anchor #anchor-list .card-intervention:hover h4,
#intervention #intervention-list .card-intervention:hover h4,
#intervention #anchor-list .card-intervention:hover h4 {
  padding-top: 10px;
}

@media (min-width: 768px) {
  #anchor #intervention-list .card-intervention:hover h4,
  #anchor #anchor-list .card-intervention:hover h4,
  #intervention #intervention-list .card-intervention:hover h4,
  #intervention #anchor-list .card-intervention:hover h4 {
    padding-top: 20px;
  }
}

#anchor #intervention-list .card-intervention:hover .description,
#anchor #anchor-list .card-intervention:hover .description,
#intervention #intervention-list .card-intervention:hover .description,
#intervention #anchor-list .card-intervention:hover .description {
  opacity: 1;
  height: auto;
}

#anchor #intervention-list .card-intervention:hover .icon-default,
#anchor #anchor-list .card-intervention:hover .icon-default,
#intervention #intervention-list .card-intervention:hover .icon-default,
#intervention #anchor-list .card-intervention:hover .icon-default {
  opacity: 0;
}

#anchor #intervention-list .card-intervention:hover .icon-hover,
#anchor #anchor-list .card-intervention:hover .icon-hover,
#intervention #intervention-list .card-intervention:hover .icon-hover,
#intervention #anchor-list .card-intervention:hover .icon-hover {
  opacity: 1;
}

#anchor #intervention-list .card-intervention:hover .background,
#anchor #anchor-list .card-intervention:hover .background,
#intervention #intervention-list .card-intervention:hover .background,
#intervention #anchor-list .card-intervention:hover .background {
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#anchor #intervention-list .card-intervention:hover .background:before,
#anchor #anchor-list .card-intervention:hover .background:before,
#intervention #intervention-list .card-intervention:hover .background:before,
#intervention #anchor-list .card-intervention:hover .background:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4bb3e6), color-stop(#02c7e7), color-stop(#00d8dc), color-stop(#51e7c6), to(#8ef2ac));
  background: linear-gradient(to top, #4bb3e6, #02c7e7, #00d8dc, #51e7c6, #8ef2ac);
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
}

body.innovation-lab #anchor h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#1f2654), to(#324372));
  background: linear-gradient(to bottom, #1f2654, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

body.innovation-lab #anchor #anchor-list .anchor:hover .background:before {
  background-color: rgba(50, 67, 114, 0.75);
}

body.indoor-location #anchor h2 {
  color: #0DAEEB;
}

body.indoor-location #anchor #anchor-list .anchor:hover .background:before {
  background-color: rgba(255, 130, 1, 0.5);
}

/******** Zone Offres d'emploi list ********/
#job-offers-list {
  margin-bottom: 4rem;
}

#job-offers-list h2.title {
  background: -webkit-gradient(linear, left top, left bottom, from(#63326f), to(#324372));
  background: linear-gradient(to bottom, #63326f, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#job-offers-list #table {
  width: 100%;
  overflow-x: auto;
}

#job-offers-list #table #title-list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#job-offers-list #table #title-list .column {
  width: 20%;
  text-align: center;
}

#job-offers-list #table #title-list .column.category {
  width: 30%;
}

@media (min-width: 768px) {
  #job-offers-list #table #title-list .column.category {
    width: 15%;
  }
}

#job-offers-list #table #title-list .column.title {
  width: 70%;
}

@media (min-width: 768px) {
  #job-offers-list #table #title-list .column.title {
    width: 40%;
  }
}

@media (min-width: 992px) {
  #job-offers-list #table #title-list .column.title {
    width: 25%;
  }
}

@media (min-width: 768px) {
  #job-offers-list #table #title-list .column.date {
    width: 25%;
  }
}

@media (min-width: 992px) {
  #job-offers-list #table #title-list .column.date {
    width: 20%;
  }
}

#job-offers-list #table #title-list .column .title-inside {
  padding: 0 1rem 1rem;
}

#job-offers-list #table #title-list .column .title-inside h4 {
  color: #63326f;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: italic;
}

#job-offers-list #table #list {
  width: 100%;
}

#job-offers-list #table #list .job-offer {
  border: 2px solid #EFEFEF;
  border-left: none;
  border-right: none;
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

#job-offers-list #table #list .job-offer .column {
  width: 20%;
  text-align: center;
}

#job-offers-list #table #list .job-offer .column.category {
  width: 30%;
}

@media (min-width: 768px) {
  #job-offers-list #table #list .job-offer .column.category {
    width: 15%;
  }
}

#job-offers-list #table #list .job-offer .column.title {
  width: 70%;
}

@media (min-width: 768px) {
  #job-offers-list #table #list .job-offer .column.title {
    width: 40%;
  }
}

@media (min-width: 992px) {
  #job-offers-list #table #list .job-offer .column.title {
    width: 25%;
  }
}

@media (min-width: 768px) {
  #job-offers-list #table #list .job-offer .column.date {
    width: 25%;
  }
}

@media (min-width: 992px) {
  #job-offers-list #table #list .job-offer .column.date {
    width: 20%;
  }
}

#job-offers-list #table #list .job-offer .column .inside {
  padding: 1rem;
  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: 80px;
}

@media (min-width: 768px) {
  #job-offers-list #table #list .job-offer .column .inside {
    min-height: 100px;
  }
}

#job-offers-list #table #list .job-offer .column .inside span:not(:last-of-type):after {
  content: ', ';
}

#job-offers-list #table #list .job-offer .column .inside h1 {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

#job-offers-list #table #list .job-offer .column .inside h2,
#job-offers-list #table #list .job-offer .column .inside h3 {
  color: rgba(80, 81, 84, 0.75);
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

@media screen and (min-width: 370px) {
  #job-offers-list #table #list .job-offer .column .inside.arrow-right {
    padding-right: 1rem;
    position: relative;
  }
  #job-offers-list #table #list .job-offer .column .inside.arrow-right:after {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.5rem;
    background-image: url(../images/icons/icon-arrow-white.svg);
    background-image: url(../images/icons/icon-arrow-white.svg), -webkit-gradient(linear, left top, right top, from(#505154), to(#505154));
    background-image: url(../images/icons/icon-arrow-white.svg), linear-gradient(0.25turn, #505154, #505154);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    right: 0;
  }
}

#job-offers-list #table #list .job-offer .column .inside.arrow-right h3 {
  width: 120px;
}

@media (min-width: 1200px) {
  #job-offers-list #table #list .job-offer .column .inside.arrow-right h3 {
    width: inherit;
  }
}

#job-offers-list #table #list .job-offer:hover {
  background-color: #f9f9f9;
}

#job-offers-list #table #list .job-offer:hover .inside h1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#63326f), to(#324372));
  background: linear-gradient(to bottom, #63326f, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#job-offers-list #table #list .job-offer:hover .inside.arrow-right:after {
  background-image: url(../images/icons/icon-arrow-white.svg);
  background-image: url(../images/icons/icon-arrow-white.svg), -webkit-gradient(linear, left top, right top, from(#63326f), to(#324372));
  background-image: url(../images/icons/icon-arrow-white.svg), linear-gradient(0.25turn, #63326f, #324372);
}

/******** Zone formulaire candidature spontanée ********/
#job-offers-form .card .card-body {
  padding: 2rem;
}

@media (min-width: 768px) {
  #job-offers-form .card .card-body {
    padding: 2rem 4rem;
  }
}

#job-offers-form .card .card-body h2 {
  margin-bottom: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#63326f), to(#324372));
  background: linear-gradient(to bottom, #63326f, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#job-offers-form .card .card-body h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#63326f), to(#324372));
  background: linear-gradient(to bottom, #63326f, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1.1;
}

#job-offers-form .card .card-body #form {
  background-color: white;
}

#job-offers-form .card .card-body #form form .row .form-group {
  position: relative;
  margin-bottom: 0;
}

#job-offers-form .card .card-body #form form .row .form-group:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1f2654;
}

#job-offers-form .card .card-body #form form .row .form-group .form-control {
  height: 50px;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  padding: 5px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
}

#job-offers-form .card .card-body #form form .row .form-group .form-control::-webkit-input-placeholder {
  color: #999999;
}

#job-offers-form .card .card-body #form form .row .form-group .form-control:-ms-input-placeholder {
  color: #999999;
}

#job-offers-form .card .card-body #form form .row .form-group .form-control::-ms-input-placeholder {
  color: #999999;
}

#job-offers-form .card .card-body #form form .row .form-group .form-control::placeholder {
  color: #999999;
}

#job-offers-form .card .card-body #form form .row .form-group textarea.form-control {
  min-height: 120px;
  max-height: 300px;
  border-radius: 0;
  padding: 5px 0;
}

#job-offers-form .card .card-body #form form .row .form-group .help-block {
  display: none;
}

#job-offers-form .card .card-body #form form .row .form-group .has-error input {
  color: #dc3545;
}

#job-offers-form .card .card-body #form form .row .form-group .cf2-field-wrapper .form-group {
  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-bottom: 2rem;
}

#job-offers-form .card .card-body #form form .row .form-group .cf2-field-wrapper .form-group label {
  width: inherit;
  margin-bottom: 0;
  margin-right: 1rem;
}

#job-offers-form .card .card-body #form form .row .form-group .cf2-field-wrapper .form-group .form-control {
  margin-bottom: 0;
  height: 40px;
  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;
  padding: 5px 10px;
  border: 3px solid white;
  background: none;
  color: white;
}

#job-offers-form .card .card-body #form form .row .form-group .cf2-field-wrapper .form-group .form-control button {
  color: white;
  background: none;
  border: none;
  outline: none;
}

#job-offers-form .card .card-body #form form .row .form-group .row.last_row .single {
  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;
}

#job-offers-form .card .card-body #form form .row .form-group.phone .selected-flag:focus {
  outline: none;
}

#job-offers-form .card .card-body #form form .row .form-group.phone .form-control {
  padding-left: 55px;
}

#job-offers-form .card .card-body #form form .row .form-group.recaptcha {
  display: none;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper {
  min-height: 180px;
  padding: 2rem 0;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .form-group:after {
  display: none;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file:after {
  content: 'pdf, txt, doc, docx, png, jpg, jpeg';
  font-style: italic;
  font-weight: 400;
  color: #505154;
  font-size: 0.9rem;
  display: block;
  margin-top: -20px;
  margin-left: 49px;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button {
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #505154;
  font-weight: 600;
  font-size: 1rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: url(/wp-content/themes/wassa/images/icons/icon-upload.svg), -webkit-gradient(linear, left top, right top, from(#505154), to(#505154));
  background: url(/wp-content/themes/wassa/images/icons/icon-upload.svg), linear-gradient(0.25turn, #505154, #505154);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:after {
  content: '(Max 5Mb)';
  font-style: italic;
  font-weight: 400;
  color: #505154;
  font-size: 0.9rem;
  margin-left: 0.25rem;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:hover {
  color: #63326f;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:hover:before {
  background: url(/wp-content/themes/wassa/images/icons/icon-upload.svg), -webkit-gradient(linear, left top, right top, from(#324372), to(#63326f));
  background: url(/wp-content/themes/wassa/images/icons/icon-upload.svg), linear-gradient(0.25turn, #324372, #63326f);
  background-repeat: no-repeat;
  background-position: center;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .cf2-list-files {
  list-style: none;
  padding: 0;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .cf2-list-files .cf2-file-progress-bar {
  display: none;
}

#job-offers-form .card .card-body #form form .row .cf2-field-wrapper .cf2-list-files .cf2-file-extra-data {
  display: none;
}

#job-offers-form .card .card-body #form form .row.last_row .form-group {
  text-align: center;
}

#job-offers-form .card .card-body #form form .row.last_row .form-group:after {
  display: none;
}

#job-offers-form .card .card-body #form form .row.last_row .form-group input[type="submit"] {
  background: url(/wp-content/themes/wassa/images/icons/icon-arrow-contact.svg), -webkit-gradient(linear, left top, right top, from(#324372), to(#63326f));
  background: url(/wp-content/themes/wassa/images/icons/icon-arrow-contact.svg), linear-gradient(0.25turn, #324372, #63326f);
  background-repeat: no-repeat;
  background-position: right center;
  color: white;
  padding: 0.5rem 50px 0.5rem 1rem !important;
  border: none !important;
  outline: none;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  line-height: 2.8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 50px;
  min-width: 160px;
}

@media (min-width: 768px) {
  #job-offers-form .card .card-body #form form .row.last_row .form-group input[type="submit"] {
    line-height: 1.6;
  }
}

#job-offers-form .card .card-body #form form .row.last_row .form-group input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

#job-offers-form .card .card-body #form form .row.last_row .form-group input[type="submit"]:hover {
  opacity: 0.9;
}

#job-offers-form .card .card-body #form.fr .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:after {
  content: '(Max 5Mo)';
}

/******** Zone Offre d'emploi ********/
#job-offer .subtitle {
  margin-bottom: 1rem;
}

#job-offer .date {
  color: rgba(80, 81, 84, 0.75);
  margin-bottom: 2rem;
}

#job-offer #listing {
  margin-bottom: 2rem;
  border: 2px solid #EFEFEF;
}

#job-offer #listing .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  height: 100%;
  padding: 1rem;
}

@media (min-width: 768px) {
  #job-offer #listing .inside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#job-offer #listing .inside span {
  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-transform: uppercase;
  color: rgba(80, 81, 84, 0.75);
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

#job-offer #listing .inside span:before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#job-offer #listing .inside.contract-type span:before {
  background: transparent url(/wp-content/themes/wassa/images/icons/offer/icon-contract-type.svg) no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  #job-offer #listing .inside.experience-year {
    border-left: 2px solid #EFEFEF;
    border-right: 2px solid #EFEFEF;
  }
}

#job-offer #listing .inside.experience-year span:before {
  background: transparent url(/wp-content/themes/wassa/images/icons/offer/icon-experience.svg) no-repeat center;
  background-size: contain;
}

#job-offer #listing .inside.location span:before {
  background: transparent url(/wp-content/themes/wassa/images/icons/offer/icon-location.svg) no-repeat center;
  background-size: contain;
}

#job-offer .keywords,
#job-offer .description,
#job-offer .profil {
  margin-bottom: 4rem;
}

#job-offer .keywords h1, #job-offer .keywords h2, #job-offer .keywords h3, #job-offer .keywords h4, #job-offer .keywords h5, #job-offer .keywords h6,
#job-offer .description h1,
#job-offer .description h2,
#job-offer .description h3,
#job-offer .description h4,
#job-offer .description h5,
#job-offer .description h6,
#job-offer .profil h1,
#job-offer .profil h2,
#job-offer .profil h3,
#job-offer .profil h4,
#job-offer .profil h5,
#job-offer .profil h6 {
  font-size: 1.5rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#63326f), to(#324372));
  background: linear-gradient(to bottom, #63326f, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#job-offer .keywords ul li, #job-offer .keywords ol li,
#job-offer .description ul li,
#job-offer .description ol li,
#job-offer .profil ul li,
#job-offer .profil ol li {
  font-size: 1.1rem;
}

#job-offer #keywords-list span:not(:last-of-type):after {
  content: ', ';
}

/******** Zone formulaire candidature offre d'emploi ********/
#job-offer-form .card .card-body {
  padding: 2rem;
}

@media (min-width: 768px) {
  #job-offer-form .card .card-body {
    padding: 2rem 4rem;
  }
}

#job-offer-form .card .card-body h2 {
  margin-bottom: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#63326f), to(#324372));
  background: linear-gradient(to bottom, #63326f, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#job-offer-form .card .card-body h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#63326f), to(#324372));
  background: linear-gradient(to bottom, #63326f, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1.1;
}

#job-offer-form .card .card-body #form {
  min-height: 540px;
  background-color: white;
}

#job-offer-form .card .card-body #form form .row .form-group {
  position: relative;
  margin-bottom: 0;
}

#job-offer-form .card .card-body #form form .row .form-group:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1f2654;
}

#job-offer-form .card .card-body #form form .row .form-group .form-control {
  height: 50px;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  padding: 5px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
}

#job-offer-form .card .card-body #form form .row .form-group .form-control::-webkit-input-placeholder {
  color: #999999;
}

#job-offer-form .card .card-body #form form .row .form-group .form-control:-ms-input-placeholder {
  color: #999999;
}

#job-offer-form .card .card-body #form form .row .form-group .form-control::-ms-input-placeholder {
  color: #999999;
}

#job-offer-form .card .card-body #form form .row .form-group .form-control::placeholder {
  color: #999999;
}

#job-offer-form .card .card-body #form form .row .form-group textarea.form-control {
  min-height: 120px;
  max-height: 300px;
  border-radius: 0;
  padding: 5px 0;
}

#job-offer-form .card .card-body #form form .row .form-group .help-block {
  display: none;
}

#job-offer-form .card .card-body #form form .row .form-group .has-error input {
  color: #dc3545;
}

#job-offer-form .card .card-body #form form .row .form-group .cf2-field-wrapper .form-group {
  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-bottom: 2rem;
}

#job-offer-form .card .card-body #form form .row .form-group .cf2-field-wrapper .form-group label {
  width: inherit;
  margin-bottom: 0;
  margin-right: 1rem;
}

#job-offer-form .card .card-body #form form .row .form-group .cf2-field-wrapper .form-group .form-control {
  margin-bottom: 0;
  height: 40px;
  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;
  padding: 5px 10px;
  border: 3px solid white;
  background: none;
  color: white;
}

#job-offer-form .card .card-body #form form .row .form-group .cf2-field-wrapper .form-group .form-control button {
  color: white;
  background: none;
  border: none;
  outline: none;
}

#job-offer-form .card .card-body #form form .row .form-group .row.last_row .single {
  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;
}

#job-offer-form .card .card-body #form form .row .form-group.phone .selected-flag:focus {
  outline: none;
}

#job-offer-form .card .card-body #form form .row .form-group.phone .form-control {
  padding-left: 55px;
}

#job-offer-form .card .card-body #form form .row .form-group.recaptcha {
  display: none;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper {
  padding: 2rem 0;
  min-height: 180px;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .form-group:after {
  display: none;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file:after {
  content: 'pdf, txt, doc, docx, png, jpg, jpeg';
  font-style: italic;
  font-weight: 400;
  color: #505154;
  font-size: 0.9rem;
  display: block;
  margin-top: -20px;
  margin-left: 49px;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button {
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #505154;
  font-weight: 600;
  font-size: 1rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: url(/wp-content/themes/wassa/images/icons/icon-upload.svg), -webkit-gradient(linear, left top, right top, from(#505154), to(#505154));
  background: url(/wp-content/themes/wassa/images/icons/icon-upload.svg), linear-gradient(0.25turn, #505154, #505154);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:after {
  content: '(Max 5Mb)';
  font-style: italic;
  font-weight: 400;
  color: #505154;
  font-size: 0.9rem;
  margin-left: 0.25rem;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:hover {
  color: #63326f;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:hover:before {
  background: url(/wp-content/themes/wassa/images/icons/icon-upload.svg), -webkit-gradient(linear, left top, right top, from(#324372), to(#63326f));
  background: url(/wp-content/themes/wassa/images/icons/icon-upload.svg), linear-gradient(0.25turn, #324372, #63326f);
  background-repeat: no-repeat;
  background-position: center;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .cf2-list-files {
  list-style: none;
  padding: 0;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .cf2-list-files .cf2-file-progress-bar {
  display: none;
}

#job-offer-form .card .card-body #form form .row .cf2-field-wrapper .cf2-list-files .cf2-file-extra-data {
  display: none;
}

#job-offer-form .card .card-body #form form .row.last_row .form-group {
  text-align: center;
}

#job-offer-form .card .card-body #form form .row.last_row .form-group:after {
  display: none;
}

#job-offer-form .card .card-body #form form .row.last_row .form-group input[type="submit"] {
  background: url(/wp-content/themes/wassa/images/icons/icon-arrow-contact.svg), -webkit-gradient(linear, left top, right top, from(#324372), to(#63326f));
  background: url(/wp-content/themes/wassa/images/icons/icon-arrow-contact.svg), linear-gradient(0.25turn, #324372, #63326f);
  background-repeat: no-repeat;
  background-position: right center;
  color: white;
  padding: 0.5rem 50px 0.5rem 1rem !important;
  border: none !important;
  outline: none;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  line-height: 2.8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 50px;
  min-width: 160px;
}

@media (min-width: 768px) {
  #job-offer-form .card .card-body #form form .row.last_row .form-group input[type="submit"] {
    line-height: 1.6;
  }
}

#job-offer-form .card .card-body #form form .row.last_row .form-group input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

#job-offer-form .card .card-body #form form .row.last_row .form-group input[type="submit"]:hover {
  opacity: 0.9;
}

#job-offer-form .card .card-body #form.fr .row .cf2-field-wrapper .form-group .cf2-dropzone .cf2-file button:after {
  content: '(Max 5Mo)';
}

/******** Zone Périphériques Innovation lab ********/
#expertise h2 {
  color: #0DAEEB;
}

#expertise .introduction-text {
  margin-bottom: 2rem;
}

#expertise .introduction-text p {
  margin-bottom: 0;
}

#expertise #expertise-list {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #expertise #expertise-list {
    margin-bottom: 3rem;
  }
}

#expertise #expertise-list .card {
  height: 100%;
  padding: 1rem 2rem;
}

#expertise #expertise-list .card .card-body {
  text-align: center;
  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: 50px;
  padding: 0;
}

@media screen and (min-width: 1500px) {
  #expertise #expertise-list .card .card-body {
    min-height: 80px;
  }
}

#expertise #expertise-list .card .card-body h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #324372;
  line-height: 1.25;
  font-weight: 700;
}

#device-title {
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #device-title {
    margin-bottom: 3rem;
  }
}

#device-title +
#device-list {
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
}

#device-title +
#device-list .card-body {
  padding: 0;
  background: transparent;
  display: block;
}

@media (min-width: 768px) {
  #device-title +
#device-list .card-body {
    padding: 0 3rem 0;
  }
}

#device-title +
#device-list .card-body #devices-icons {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #device-title +
#device-list .card-body #devices-icons {
    margin-bottom: 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

#device-title +
#device-list .card-body #devices-icons .device {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #device-title +
#device-list .card-body #devices-icons .device {
    height: 60px;
    width: 60px;
  }
}

@media screen and (min-width: 1500px) {
  #device-title +
#device-list .card-body #devices-icons .device {
    height: 80px;
    width: 80px;
  }
}

#device-title +
#device-list .card-body #devices-icons .device.device-computer {
  background: transparent url("/wp-content/themes/wassa/images/icons/devices/icon-computer.png") no-repeat center;
  background-size: contain;
}

#device-title +
#device-list .card-body #devices-icons .device.device-tablette {
  background: transparent url("/wp-content/themes/wassa/images/icons/devices/icon-tablette.png") no-repeat center;
  background-size: contain;
}

#device-title +
#device-list .card-body #devices-icons .device.device-smartphone {
  background: transparent url("/wp-content/themes/wassa/images/icons/devices/icon-smartphone.png") no-repeat center;
  background-size: contain;
}

#device-title +
#device-list .card-body #devices-icons .device.device-watch {
  background: transparent url("/wp-content/themes/wassa/images/icons/devices/icon-watch.png") no-repeat center;
  background-size: contain;
}

#device-title +
#device-list .card-body #devices-icons .device.device-cctv {
  background: transparent url("/wp-content/themes/wassa/images/icons/devices/icon-cctv.png") no-repeat center;
  background-size: contain;
}

#device-title +
#device-list .card-body #devices-icons .device.device-server {
  background: transparent url("/wp-content/themes/wassa/images/icons/devices/icon-server.png") no-repeat center;
  background-size: contain;
}

#device-title +
#device-list .card-body #devices-icons .device.device-cloud {
  background: transparent url("/wp-content/themes/wassa/images/icons/devices/icon-cloud.png") no-repeat center;
  background-size: contain;
}

#device-title +
#device-list .card-body #devices-icons .device.device-kiosk {
  background: transparent url("/wp-content/themes/wassa/images/icons/devices/icon-kiosk.png") no-repeat center;
  background-size: contain;
}

#device-title +
#device-list .card-body h5 {
  font-size: 1.125rem;
  color: white;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}

#device-title +
#device-list .card-body p {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}

#device-title +
#device-list .card-body p:last-of-type {
  margin-bottom: 0;
}

/******** Zone Produits Innovation lab ********/
#products .container-fluid {
  max-width: 1800px;
}

#products h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#1f2654), to(#324372));
  background: linear-gradient(to bottom, #1f2654, #324372);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#products .introduction-text {
  margin-bottom: 2rem;
}

#products #product-list .product {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 300px;
  border: none;
  border-radius: 10px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}

@media (min-width: 1200px) {
  #products #product-list .product {
    height: 450px;
  }
}

@media screen and (min-width: 1500px) {
  #products #product-list .product {
    min-height: 520px;
  }
}

#products #product-list .product .card-body {
  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;
  cursor: pointer;
  padding: 2rem;
}

@media (min-width: 992px) {
  #products #product-list .product .card-body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  #products #product-list .product .card-body {
    padding: 1rem;
  }
}

@media screen and (min-width: 1500px) {
  #products #product-list .product .card-body {
    padding: 2rem;
  }
}

#products #product-list .product .card-body .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

#products #product-list .product .card-body img {
  max-height: 40px;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  #products #product-list .product .card-body img {
    max-height: 60px;
  }
}

@media screen and (min-width: 1500px) {
  #products #product-list .product .card-body img {
    max-height: 80px;
  }
}

#products #product-list .product .card-body h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.1;
  z-index: 2;
  font-weight: 600;
}

@media (min-width: 1200px) {
  #products #product-list .product .card-body h4 {
    height: 90px;
  }
}

@media screen and (min-width: 1500px) {
  #products #product-list .product .card-body h4 {
    height: 60px;
  }
}

#products #product-list .product .card-body .introduction {
  z-index: 2;
  margin-bottom: 1rem;
}

#products #product-list .product .card-body .description {
  z-index: 2;
  color: white;
}

@media (min-width: 1200px) {
  #products #product-list .product .card-body .description {
    position: absolute;
    opacity: 0;
  }
}

#products #product-list .product .card-body .description img,
#products #product-list .product .card-body .description h4 {
  display: none;
}

@media (min-width: 1200px) {
  #products #product-list .product .card-body .description img,
  #products #product-list .product .card-body .description h4 {
    display: block;
  }
}

#products #product-list .product .card-body .description p {
  color: white;
}

@media (min-width: 768px) {
  #products #product-list .product .card-body .description p {
    font-weight: 300;
  }
}

#products #product-list .product .card-body .description p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #products #product-list .product:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  #products #product-list .product:hover .introduction {
    display: none;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  #products #product-list .product:hover .description {
    position: static;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
}

@media (min-width: 1200px) {
  #products #product-list .product:hover .description h4 {
    height: auto !important;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  #products #product-list .product:hover .description h4 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  #products #product-list .product:hover .background {
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

/******** Zone Wassa Innovation services de la page Innovation lab ********/
#wassa-innovation-services {
  background: white url(/wp-content/themes/wassa/images/wis/background-wassa-innovation-services.jpg) no-repeat top left;
  background-size: cover;
  padding-bottom: 4rem !important;
}

@media (min-width: 992px) {
  #wassa-innovation-services #carousel-mobile {
    display: none;
  }
}

#wassa-innovation-services #carousel-desktop {
  min-height: 480px;
}

@media (max-width: 767.98px) {
  #wassa-innovation-services #carousel-desktop {
    display: none;
  }
}

#wassa-innovation-services .carousel-indicators {
  bottom: -30px !important;
  margin-bottom: 0 !important;
}

#wassa-innovation-services .carousel-indicators li {
  background-color: #979797;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

#wassa-innovation-services .carousel-indicators li.active {
  background-color: #f50a6b;
}

#wassa-innovation-services .carousel-control {
  opacity: 1;
  width: 30px;
  height: calc(100% - 40px - 1rem);
}

#wassa-innovation-services .carousel-control.carousel-control-prev {
  left: -40px;
}

#wassa-innovation-services .carousel-control.carousel-control-prev .carousel-control-prev-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#wassa-innovation-services .carousel-control.carousel-control-next {
  right: -40px;
}

#wassa-innovation-services .carousel-control .carousel-control-icon {
  background-image: url(/wp-content/themes/wassa/images/icons/slider-icon-pink.svg);
  background-size: 10px 18px;
  background-color: white;
  background-position: center;
  border-radius: 50%;
  padding: 1.2rem;
}

#wassa-innovation-services h2 {
  color: #f50a6b;
}

#wassa-innovation-services .introduction-text {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #wassa-innovation-services .introduction-text {
    margin-bottom: 4rem;
  }
}

#wassa-innovation-services .introduction-text p:last-of-type {
  margin-bottom: 0;
}

#wassa-innovation-services .tag {
  color: #f50a6b;
  background-color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #E1E1E1;
  border-radius: 40px;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  margin-right: 0.25rem;
}

#wassa-innovation-services .tag:last-of-type {
  margin-right: 0;
}

#wassa-innovation-services .cover {
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  cursor: pointer;
  position: relative;
}

@media (min-width: 1200px) {
  #wassa-innovation-services .cover {
    height: 210px;
  }
}

#wassa-innovation-services .cover .cover-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

#wassa-innovation-services .cover .cover-title h5 {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

#wassa-innovation-services .cover .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  z-index: 2;
}

#wassa-innovation-services .cover:hover:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 134, 80, 0.8)), color-stop(rgba(252, 112, 81, 0.8)), color-stop(rgba(253, 88, 86, 0.8)), color-stop(rgba(250, 59, 95, 0.8)), to(rgba(245, 10, 107, 0.8)));
  background: linear-gradient(180deg, rgba(250, 134, 80, 0.8), rgba(252, 112, 81, 0.8), rgba(253, 88, 86, 0.8), rgba(250, 59, 95, 0.8), rgba(245, 10, 107, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#wassa-innovation-services .cover:hover .tag {
  background-color: #f50a6b;
  border-color: #f50a6b;
  color: white;
}

#wassa-innovation-services .modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}

#wassa-innovation-services .modal-dialog .modal-content .modal-body {
  padding: 0;
  border: none;
}

#wassa-innovation-services .modal-dialog .modal-content .modal-body .service {
  color: #f50a6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

#wassa-innovation-services .modal-dialog .modal-content .modal-body .title {
  color: #333333;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}

@media (min-width: 768px) {
  #wassa-innovation-services .modal-dialog .modal-content .modal-body .title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) {
  #wassa-innovation-services .modal-dialog .modal-content .modal-body .title {
    font-size: 50px;
    line-height: 61px;
  }
}

#wassa-innovation-services .modal-dialog .modal-content .modal-body #tags {
  margin-bottom: 1rem;
}

#wassa-innovation-services .modal-dialog .modal-content .modal-body .text {
  margin-bottom: 1rem;
}

#wassa-innovation-services .modal-dialog .modal-content .modal-body .card {
  background: #F73462;
  border: 1px solid #979797;
  border-radius: 20px;
  margin-bottom: 1rem;
}

#wassa-innovation-services .modal-dialog .modal-content .modal-body .card .card-body {
  padding: 2rem;
}

#wassa-innovation-services .modal-dialog .preview {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

@media (min-width: 992px) {
  #wassa-innovation-services .modal-dialog .photos {
    margin-bottom: 1rem;
  }
}

#wassa-innovation-services .modal-dialog .photos .miniature {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

#wassa-innovation-services .modal-dialog .photos .miniature.active {
  -webkit-box-shadow: 0 0 0 4px #DE0860;
          box-shadow: 0 0 0 4px #DE0860;
}

#wassa-innovation-services .modal-dialog .photos .miniature.active:before {
  content: '';
  background: rgba(255, 255, 255, 0.75);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

#wassa-innovation-services .modal-dialog .photos .miniature.active:after {
  content: '';
  background: transparent url(/wp-content/themes/wassa/images/wis/icon_picture-color.svg) no-repeat center;
  background-size: contain;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#wassa-innovation-services .modal-dialog .texts {
  color: white;
}

#wassa-innovation-services .modal-dialog .texts h5, #wassa-innovation-services .modal-dialog .texts h4 {
  color: white;
}

#wassa-innovation-services .modal-dialog .texts .title-text {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

#wassa-innovation-services .modal-dialog .texts .title-text:not(.active),
#wassa-innovation-services .modal-dialog .texts .text-text:not(.active) {
  display: none;
}

#wassa-innovation-services .modal-dialog .close {
  opacity: 1;
  position: absolute;
  top: 2rem;
  right: 2rem;
  outline: none;
  border: none;
}

#wassa-innovation-services .modal-dialog .close svg {
  fill: white;
  cursor: pointer;
}

#wassa-innovation-services .modal-dialog .close:hover svg {
  fill: #F73462;
}

#wassa-innovation-services .btn-pink {
  border-radius: 22.5px;
  background: #f50a6b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  padding: 0.75rem 2rem;
}

/******** Zone Custom solutions Innovation lab ********/
#custom-solutions {
  padding-top: 0;
}

#custom-solutions .container-fluid {
  max-width: 1800px;
}

#custom-solutions .introduction-text {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #custom-solutions .introduction-text {
    margin-bottom: 2rem;
  }
}

#custom-solutions #solution-list .solution {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 240px;
  border: none;
  border-radius: 10px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}

#custom-solutions #solution-list .solution .card-body {
  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;
  padding: 2rem;
}

@media (min-width: 1200px) {
  #custom-solutions #solution-list .solution .card-body {
    padding: 1rem;
  }
}

@media screen and (min-width: 1500px) {
  #custom-solutions #solution-list .solution .card-body {
    padding: 2rem;
  }
}

#custom-solutions #solution-list .solution .card-body .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

#custom-solutions #solution-list .solution .card-body h4 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  font-weight: 600;
  z-index: 2;
}

#custom-solutions #solution-list .solution .card-body .icon {
  width: 50px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#custom-solutions #solution-list .solution .card-body .description {
  z-index: 2;
  color: white;
}

@media (min-width: 1200px) {
  #custom-solutions #solution-list .solution:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  #custom-solutions #solution-list .solution:hover .background {
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

/******** Zone Capacité Agency / Innovation lab / Indoor Location ********/
#capacity {
  height: 100%;
}

#capacity .card {
  border: none;
  border-radius: 0.25rem;
  overflow: hidden;
}

#capacity .card .card-body #control-tabs {
  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;
  background-color: white;
  padding: 0;
}

#capacity .card .card-body #tabs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#8ef2ac), color-stop(#51e7c6), color-stop(#00d8dc), color-stop(#02c7e7), to(#4bb3e6));
  background-image: linear-gradient(to right bottom, #8ef2ac, #51e7c6, #00d8dc, #02c7e7, #4bb3e6);
  opacity: .75;
  border-radius: 40px;
  z-index: 0;
}

@media (min-width: 1200px) {
  #capacity .card .card-body #tabs {
    min-height: 680px;
  }
}

#capacity .card .card-body #capacity-list {
  height: 100%;
  background-image: url(/wp-content/themes/wassa/images/backgrounds/background-capacity.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}

#capacity .card .card-body #capacity-list .tab-pane {
  color: white;
  height: 100%;
  padding: 2rem;
}

@media (min-width: 992px) {
  #capacity .card .card-body #capacity-list .tab-pane {
    padding: 3rem;
  }
}

#capacity .card .card-body #capacity-list .tab-pane .capacity-title {
  color: white;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}

#capacity .card .card-body #capacity-list .tab-pane .capacity-text {
  color: white;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

#capacity .card .card-body #capacity-list .tab-pane .offers {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  #capacity .card .card-body #capacity-list .tab-pane .offers {
    min-height: 350px;
    margin-bottom: 2rem;
  }
}

#capacity .card .card-body #capacity-list .tab-pane .offers h4 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

#capacity .card .card-body #capacity-list .tab-pane .offers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #capacity .card .card-body #capacity-list .tab-pane .offers ul {
    width: calc(100% - 80px);
  }
}

#capacity .card .card-body #capacity-list .tab-pane .offers ul li {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #333333;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  margin-bottom: 14px;
  background-color: white;
  border-radius: 5px;
  padding: 0 1rem 0 50px;
  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: 80px;
  position: relative;
}

@media (min-width: 768px) {
  #capacity .card .card-body #capacity-list .tab-pane .offers ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 7px);
            flex: 0 calc(50% - 7px);
    padding: 0 1rem 0 80px;
  }
}

@media (min-width: 768px) {
  #capacity .card .card-body #capacity-list .tab-pane .offers ul li:nth-child(odd) {
    margin-right: 7px;
  }
  #capacity .card .card-body #capacity-list .tab-pane .offers ul li:nth-child(even) {
    margin-left: 7px;
  }
}

#capacity .card .card-body #capacity-list .tab-pane .offers ul li em {
  display: block;
  width: 100%;
  color: #505154;
}

#capacity .card .card-body #capacity-list .tab-pane .offers ul li img {
  max-width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  #capacity .card .card-body #capacity-list .tab-pane .offers ul li img {
    max-width: 50px;
    left: 18px;
  }
}

#capacity .card .card-body #capacity-list .tab-pane .profiles {
  display: none;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  #capacity .card .card-body #capacity-list .tab-pane .profiles {
    min-height: 200px;
    display: block;
  }
}

#capacity .card .card-body #capacity-list .tab-pane .profiles h4 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

#capacity .card .card-body #capacity-list .tab-pane .profiles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: calc(100% - 80px);
  margin: auto;
}

#capacity .card .card-body #capacity-list .tab-pane .profiles ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(50% - 10px);
          flex: 0 calc(50% - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
}

#capacity .card .card-body #capacity-list .tab-pane .profiles ul li:nth-child(2n) {
  margin-right: 0;
}

#capacity .card .card-body #capacity-list .tab-pane .profiles ul li:before {
  content: '';
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-image: url("/wp-content/themes/wassa/images/icons/icon-user.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#capacity .card .card-body .list-group .list-group-item {
  padding: 0 50px 0;
  background: none;
  border: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  font-weight: 500;
  position: relative;
}

@media (min-width: 768px) {
  #capacity .card .card-body .list-group .list-group-item {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #capacity .card .card-body .list-group .list-group-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 36px;
    height: 36px;
    border: 8px solid white;
    border-radius: 50%;
    background: linear-gradient(358.82deg, #4BB3E6 0%, #8EF2AC 100%);
    opacity: 0;
    will-change: opacity;
    z-index: 3;
  }
}

#capacity .card .card-body .list-group .list-group-item:hover {
  color: #0DAEEB;
}

#capacity .card .card-body .list-group .list-group-item:not(:last-child) {
  margin-bottom: 35px;
}

#capacity .card .card-body .list-group .list-group-item:last-of-type {
  border-bottom-color: transparent !important;
}

#capacity .card .card-body .list-group .list-group-item.active {
  color: #0DAEEB;
  font-size: 1.6rem;
  font-weight: 700;
}

#capacity .card .card-body .list-group .list-group-item.active:after {
  opacity: 1;
}

/******** Zone "Indoor location" page Indoor Location ********/
#indoor-location-section {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 48%;
  background-color: #f9f9f9;
}

@media (min-width: 768px) {
  #indoor-location-section {
    padding-bottom: 2rem;
  }
}

#indoor-location-section h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8201), to(#ffb112));
  background: linear-gradient(to bottom, #ff8201, #ffb112);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#indoor-location-section .image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #indoor-location-section .image {
    height: 140%;
    max-height: 560px;
    position: absolute;
    left: 100%;
    top: 0;
  }
  #indoor-location-section .image.reverse {
    left: inherit;
    right: 100%;
  }
}

@media (min-width: 768px) {
  #indoor-location-section .introduction-text {
    min-height: 460px;
  }
}

@media (min-width: 768px) {
  #indoor-location-section .introduction-text h5 {
    margin-top: 4rem;
  }
}

@media (min-width: 768px) {
  #indoor-location-section #advantage-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#indoor-location-section #advantage-list .advantage .icon {
  margin: 0 auto 1rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  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;
  border: 1px solid #ececec;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

#indoor-location-section #advantage-list .advantage .icon.icon-analytics:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-analytics-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-battery:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-battery-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-cost:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-cost-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-hardware:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-hardware-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-maintenance:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-maintenance-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-precision:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-precision-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-privacy:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-privacy-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-security:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-security-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-software:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-software-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-solution:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-solution-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage .icon.icon-use:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-use-blue.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#indoor-location-section #advantage-list .advantage h4 {
  text-align: center;
  margin-bottom: 0.5rem;
}

#indoor-location-section #advantage-list .advantage .description {
  font-size: 0.9rem;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.1;
  color: #717171;
}

@media (min-width: 768px) {
  #indoor-location-section #advantage-list .advantage .description {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  #indoor-location-section #advantage-list .advantage .description {
    font-size: 1rem;
  }
}

#indoor-location-section #advantage-list .advantage .description p {
  font-size: 0.9rem;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.1;
  color: #717171;
}

@media (min-width: 768px) {
  #indoor-location-section #advantage-list .advantage .description p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  #indoor-location-section #advantage-list .advantage:hover .description {
    position: static;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
}

@media (min-width: 768px) {
  #indoor-location-section #advantage-list .advantage:hover .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#03c3fb), to(#1091eb));
    background: linear-gradient(#03c3fb, #1091eb);
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-analytics:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-analytics.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-battery:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-battery.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-cost:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-cost.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-hardware:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-hardware.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-maintenance:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-maintenance.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-precision:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-precision.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-privacy:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-privacy.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-security:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-security.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-software:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-software.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-solution:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-solution.svg) no-repeat center;
    background-size: contain;
  }
  #indoor-location-section #advantage-list .advantage:hover .icon.icon-use:before {
    width: 40px;
    height: 40px;
    background: transparent url(/wp-content/themes/wassa/images/icons/indoor-location/icon-use.svg) no-repeat center;
    background-size: contain;
  }
}

#indoor-location-section.reverse {
  background-color: #ff8201;
  background-position: left top;
}

#indoor-location-section.reverse h2 {
  color: white;
  background: none;
  -webkit-text-fill-color: inherit;
}

#indoor-location-section.reverse h4 {
  color: white;
}

#indoor-location-section.reverse h5 {
  color: white;
}

#indoor-location-section.reverse .description,
#indoor-location-section.reverse p {
  color: white !important;
}

@media (min-width: 768px) {
  #directories-wayfinding #indoor-location-section .image {
    max-height: 500px;
  }
}

/******** Zone "How does it work" page Indoor Location ********/
#how-does-it-work {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 48%;
  background-color: #ff8201;
  padding-bottom: 1rem;
}

#how-does-it-work h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8201), to(#ffb112));
  background: linear-gradient(to bottom, #ff8201, #ffb112);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#how-does-it-work .introduction-text {
  margin-bottom: 4rem;
}

#how-does-it-work .introduction-text p {
  margin-bottom: 0;
}

#how-does-it-work #step-list {
  z-index: 2;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #how-does-it-work #step-list .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#how-does-it-work #step-list .card {
  height: 100%;
  padding: 0;
  border-radius: 10px;
  border: none;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#ffb112), to(#ff8201));
  background: linear-gradient(to right, #ffb112, #ff8201);
}

#how-does-it-work #step-list .card .card-body {
  text-align: center;
  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: 50px;
  padding: 0;
}

@media (min-width: 768px) {
  #how-does-it-work #step-list .card .card-body {
    min-height: 120px;
  }
}

#how-does-it-work #step-list .card .card-body .icon {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  min-height: 120px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#how-does-it-work #step-list .card .card-body .text-left {
  padding: 1rem 2rem 1rem 1rem;
}

#how-does-it-work #step-list .card .card-body .text-left h5 {
  text-transform: uppercase;
  color: white;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#how-does-it-work #step-list .card .card-body .text-left p {
  color: white;
  line-height: 1.2;
}

@media (min-width: 768px) {
  #how-does-it-work #step-list .card .card-body .text-left p {
    font-weight: 300;
  }
}

#how-does-it-work #step-list .card .card-body .index {
  position: absolute;
  bottom: 0rem;
  right: 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  opacity: 0.3;
}

@media (max-width: 575.98px) {
  #how-does-it-work #step-list .card.index-1:before, #how-does-it-work #step-list .card.index-2:before, #how-does-it-work #step-list .card.index-3:before, #how-does-it-work #step-list .card.index-4:before, #how-does-it-work #step-list .card.index-5:before {
    content: '';
    background: transparent url(/wp-content/themes/wassa/images/icons/icon-arrow-step.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -37px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    z-index: 1;
    width: 35px;
    height: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-does-it-work #step-list .card.index-2:before, #how-does-it-work #step-list .card.index-6:before {
    content: '';
    background: transparent url(/wp-content/themes/wassa/images/icons/icon-arrow-step.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    left: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 15px;
  }
  #how-does-it-work #step-list .card.index-3:before {
    content: '';
    background: transparent url(/wp-content/themes/wassa/images/icons/icon-arrow-step.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    left: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    z-index: 1;
    width: 50px;
    height: 15px;
  }
  #how-does-it-work #step-list .card.index-2:after, #how-does-it-work #step-list .card.index-4:after {
    content: '';
    background: transparent url(/wp-content/themes/wassa/images/icons/icon-arrow-step.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -38px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    z-index: 1;
    width: 45px;
    height: 20px;
  }
}

@media (min-width: 1200px) {
  #how-does-it-work #step-list .card.index-2:before, #how-does-it-work #step-list .card.index-3:before {
    content: '';
    display: block;
    background: transparent url(/wp-content/themes/wassa/images/icons/icon-arrow-step.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 20px;
  }
  #how-does-it-work #step-list .card.index-4:before, #how-does-it-work #step-list .card.index-5:before {
    content: '';
    display: block;
    background: transparent url(/wp-content/themes/wassa/images/icons/icon-arrow-step.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    z-index: 1;
    width: 50px;
    height: 20px;
  }
  #how-does-it-work #step-list .card.index-3:after {
    content: '';
    background: transparent url(/wp-content/themes/wassa/images/icons/icon-arrow-step.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -42px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    z-index: 1;
    width: 50px;
    height: 20px;
  }
}

/******** Zone Nous recrutons Agency ********/
#hiring {
  color: white;
  min-height: 500px;
  position: relative;
}

#hiring .title,
#hiring .title-hook,
#hiring .introduction-text {
  color: white;
  position: relative;
  z-index: 1;
}

#hiring .title {
  color: white;
}

#hiring:before {
  content: '';
  background: #215A6F;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#hiring .introduction-text {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #hiring .introduction-text {
    margin-bottom: 4rem;
  }
}

#hiring .introduction-text p {
  color: white;
}

@media (min-width: 992px) {
  #hiring #list {
    margin-left: -40px;
    margin-right: -40px;
  }
  #hiring #list .col-12 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#hiring .element-list img {
  max-height: 80px;
}

@media (min-width: 768px) {
  #hiring .element-list img {
    max-height: 140px;
  }
}

#hiring .element-list .element-title {
  font-size: 1.6rem;
  color: white;
  line-height: 1.3;
  font-weight: 600;
}

#hiring .element-list .element-captions {
  font-size: 1.1rem;
  color: white;
}

/******** Zone Références  Agency / Indoor Location ********/
#reference {
  padding-bottom: 2rem;
}

#reference .introduction-text {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #reference .introduction-text {
    margin-bottom: 2rem;
  }
}

#reference #container-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#reference #container-reference .element-list {
  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;
  height: 100%;
  margin: 3rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}

@media (min-width: 576px) {
  #reference #container-reference .element-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 33.33333333%;
            flex: 0 33.33333333%;
  }
}

@media (min-width: 992px) {
  #reference #container-reference .element-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 20%;
            flex: 0 20%;
  }
}

#reference #container-reference .element-list img {
  max-height: 60px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (min-width: 768px) {
  #reference #container-reference .element-list img {
    max-height: 80px;
    max-width: 145px;
  }
}

#reference #container-reference .element-list img:hover {
  -webkit-filter: none;
          filter: none;
}

body.indoor-location #reference h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8201), to(#ffb112));
  background: linear-gradient(to bottom, #ff8201, #ffb112);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/******** Zone Contact Agency / Innovation Lab / Indoor Location ********/
#contact {
  height: 100%;
  position: relative;
}

#contact > .container {
  position: relative;
  z-index: 1;
}

#contact:before {
  content: '';
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 0;
}

#contact .contact-title {
  color: #0DAEEB;
  font-size: 1.625rem;
  margin: 0 0 20px;
}

#contact .card {
  border: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

#contact .card .card-body {
  padding: 0;
  overflow: hidden;
}

#contact .card .card-body #form-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#contact .card .card-body #form-section #form {
  background-color: white;
  min-height: 510px;
  border-radius: 20px;
  padding: 20px 25px;
  position: relative;
}

#contact .card .card-body #form-section #form form .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

#contact .card .card-body #form-section #form form .wpcf7-form-control-wrap .form-control {
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
}

#contact .card .card-body #form-section #form form .wpcf7-form-control-wrap .form-control[aria-invalid="true"] {
  border-bottom: 1px solid red;
}

#contact .card .card-body #form-section #form form .wpcf7-form-control-wrap .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #0DAEEB;
}

#contact .card .card-body #form-section #form form .wpcf7-form-control-wrap textarea.form-control {
  min-height: 120px;
  max-height: 300px;
  border-radius: 0;
  padding: 5px 0;
  resize: none;
}

#contact .card .card-body #form-section #form form .wpcf7-form-control-wrap .help-block {
  display: none;
}

#contact .card .card-body #form-section #form form .wpcf7-form-control-wrap .has-error input {
  color: #dc3545;
}

#contact .card .card-body #address {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#contact .card .card-body #address .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  border-radius: 20px;
}

#contact .card .card-body #address .address .icon {
  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;
  margin-right: 2rem;
  width: 160px;
  height: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  margin-right: auto;
  background: linear-gradient(358.82deg, #4BB3E6 0%, #8EF2AC 100%);
  -webkit-box-shadow: 0 10px 20px 0 rgba(75, 179, 230, 0.3);
          box-shadow: 0 10px 20px 0 rgba(75, 179, 230, 0.3);
}

@media (min-width: 768px) {
  #contact .card .card-body #address .address .icon {
    width: 200px;
    height: 200px;
  }
}

#contact .card .card-body #address .address .icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

#contact .card .card-body #address .address .icon h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: bold;
  color: white;
}

#contact .card .card-body #address .address .text {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#contact .card .card-body #address .address .text h5 {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

#contact .card .card-body #address .address .text a {
  color: #333333;
  font-weight: 600;
}

#contact .card .card-body #address .address .text a p {
  margin-bottom: 0;
  font-size: 1rem;
}

#contact .card .card-body #address .address .text .block-address {
  margin-bottom: 0.5rem;
}

#contact .card .card-body #address .address .text .block-address h5 {
  position: relative;
  padding-top: 1rem;
}

#contact .card .card-body #address .address .text .block-address h5:before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #333333;
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
}

#contact .card .card-body #address .address .text .block-phone a {
  color: #0DAEEB;
}

#contact .jarallax-img {
  opacity: 0.15;
}

.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.wpcf7-form-control-wrap input::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #fff;
}

.wpcf7-form-control-wrap input::-ms-input-placeholder,
.wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  color: #fff;
}

.wpcf7-form-control-wrap input:-ms-input-placeholder,
.wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #fff;
}

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  color: #fff;
}

.wpcf7-form-control-wrap input:-webkit-autofill,
.wpcf7-form-control-wrap input:-webkit-autofill:hover,
.wpcf7-form-control-wrap input:-webkit-autofill:focus,
.wpcf7-form-control-wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.wpcf7-form-control-wrap label,
.wpcf7-form-control-wrap input {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.wpcf7-form-control-wrap label {
  pointer-events: none;
  height: 15px;
}

.wpcf7-form-control-wrap input:placeholder-shown + label,
.wpcf7-form-control-wrap textarea:placeholder-shown + label {
  font-size: 0.9375rem;
  cursor: text;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translateY(2.125rem);
          transform: translateY(2.125rem);
}

.wpcf7-form-control-wrap input:not(:placeholder-shown) + label,
.wpcf7-form-control-wrap input:focus + label,
.wpcf7-form-control-wrap textarea:not(:placeholder-shown) + label,
.wpcf7-form-control-wrap textarea:focus + label {
  font-size: 0.8125rem;
  -webkit-transform: translate(0);
          transform: translate(0);
  cursor: pointer;
  color: #0DAEEB;
}

.wpcf7-form-control-wrap input:disabled,
.wpcf7-form-control-wrap textarea:disabled {
  background-color: rgba(255, 255, 255, 0);
  cursor: not-allowed;
}

.wpcf7-form-control-wrap input:disabled + label,
.wpcf7-form-control-wrap textarea:disabled + label {
  opacity: .5;
}

.wpcf7-form-control-wrap label {
  font-size: 0.9375rem;
  font-weight: 300;
}

.wpcf7-form-control-wrap label span {
  color: #0DAEEB;
}

.btn-submit {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2.8125rem;
  background: linear-gradient(358.82deg, #4BB3E6 0%, #4BB3E6 100%);
  color: white;
  padding: 0 30px;
  border: 0;
  border-radius: 40px;
}

.btn-submit:hover {
  background: linear-gradient(358.82deg, #4BB3E6 0%, #8EF2AC 100%);
}

.btn-submit:focus {
  background: linear-gradient(358.82deg, #4BB3E6 0%, #8EF2AC 100%);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7-form p:last-of-type {
  margin: 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;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
}

.wpcf7-form .wpcf7-spinner {
  background-color: #0DAEEB;
  margin: 0;
}

.wpcf7-form .wpcf7-response-output {
  display: none !important;
}

#confirmation-message,
#error-message {
  text-align: center;
  min-height: 510px;
  width: 100%;
  border-radius: 20px;
  background: white;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#confirmation-message h3.subtitle,
#error-message h3.subtitle {
  color: #0DAEEB;
  font-size: 2rem;
}

#confirmation-message .error-text p,
#confirmation-message .confirmation-text p,
#error-message .error-text p,
#error-message .confirmation-text p {
  margin-bottom: 0;
}

#confirmation-message .btn,
#error-message .btn {
  background-color: #63326f;
  color: white;
}

#job-offer-form #confirmation-message {
  min-height: 540px;
}

.caldera-grid .row {
  max-width: inherit !important;
}

/******** Zone Footer ********/
footer {
  background-color: white;
}

footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

footer .footer-list li {
  font-size: 0.9375rem;
  color: #333333;
}

footer .footer-list li:not(:last-child) {
  margin-right: 1rem;
}

footer .footer-list li a {
  color: #333333;
}

footer .footer-list li a:hover {
  color: #0DAEEB;
}

footer #social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 768px) {
  footer #social-networks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

footer #social-networks p {
  color: white;
  font-size: 1.1rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  footer #social-networks p {
    margin-bottom: 0;
  }
}

footer #social-networks #social-networks-list {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer #social-networks #social-networks-list li {
  margin-left: 1rem;
}

footer #social-networks #social-networks-list li a:hover {
  opacity: 0.85;
}

footer #social-networks .btn {
  font-weight: 600;
}

footer .proud {
  color: white;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0;
}

footer #container-products .product {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

footer #container-products .product:not(:hover) {
  opacity: 0.5;
}

footer #container-products:not(:hover) .product {
  opacity: 1;
}

footer #copyright {
  text-transform: uppercase;
  color: white;
}

footer #copyright .wassa {
  color: white;
  margin-right: 2rem;
}

footer #copyright .nav-link:hover {
  background: none;
  text-decoration: underline;
}

footer .container-menu-footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .container-menu-footer #menu-footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .container-menu-footer #menu-footer .menu-item {
  margin-right: 2rem;
  text-transform: uppercase;
}

footer .container-menu-footer #menu-footer .menu-item:last-of-type {
  margin-right: 0;
}

footer .container-menu-footer #menu-footer .menu-item a {
  color: white;
}

/******** Cookie notice bar  ********/
#cookie-notice a {
  color: #333333;
}

/******** Recaptcha Google  ********/
.grecaptcha-badge {
  visibility: hidden !important;
}

@media (min-width: 768px) {
  body.cookies-not-set .grecaptcha-badge {
    bottom: 80px !important;
    z-index: 1000;
  }
}

#legal h1.entry-title {
  font-size: 2.625rem;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  border-bottom: none;
  color: #0DAEEB;
}

#legal a {
  color: #0DAEEB;
}

#legal a:hover, #legal a:focus {
  color: #0DAEEB;
  opacity: .8;
}

.card-expertise {
  padding-top: 40px;
}

#capacity .card-expertise .card-body #control-tabs .list-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#capacity .card-expertise .card-body #control-tabs .list-group-item {
  width: 100%;
  max-width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  font-size: 1.5625rem;
  padding: 0;
  text-align: center;
}

#capacity .card-expertise .card-body #control-tabs .list-group-item:after {
  content: '';
  top: calc(100% + 22px);
  -webkit-transform: none;
          transform: none;
  right: inherit;
}

#capacity .card-expertise .card-body #control-tabs .list-group-item.active {
  font-size: 1.875rem;
}

#capacity .card-expertise .card-body #control-tabs .list-group-item.active span {
  background: -webkit-gradient(linear, right top, left top, from(#4bb3e6), color-stop(#02c7e7), color-stop(#00d8dc), color-stop(#51e7c6), to(#8ef2ac));
  background: linear-gradient(to left, #4bb3e6, #02c7e7, #00d8dc, #51e7c6, #8ef2ac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#capacity .card-expertise .card-body #tabs {
  min-height: auto;
  padding: 60px 0;
}

#capacity .card-expertise .card-body #tabs:before {
  content: '';
  background-image: none;
  background: #215A6F;
  opacity: .5;
  border-radius: 0;
}

#expertise-list {
  position: relative;
  z-index: 1;
  width: 100%;
}

#expertise-list p {
  font-size: 1.125rem;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

#expertise-list ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#expertise-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: 100px;
  max-width: 100%;
  margin-bottom: 15px;
  background: white;
  color: #333333;
  padding: 0 30px 0 120px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 768px) {
  #expertise-list li {
    max-width: calc((100% / 2 ) - 15px);
  }
}

@media (min-width: 1200px) {
  #expertise-list li {
    max-width: calc((100% / 3 ) - 15px);
  }
}

#expertise-list li img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#expertise-list #device-title {
  font-size: 2.1875rem;
  color: white;
  line-height: 1;
  text-align: center;
  margin: 2rem 0;
  display: block;
  font-weight: 500;
}

#expertise-list #device-title:before {
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  margin: 40px auto;
}

@media (min-width: 768px) {
  #expertise-list #device-title {
    margin-bottom: 3rem;
  }
}
