@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
/******* Override size Bootstrap container *******/
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  width: 100vw;
  overflow-x: hidden;
  /* clip n'interrompt pas position:sticky (contrairement à hidden) */
}
@supports (overflow-x: clip) {
  html {
    overflow-x: clip;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

h2.title {
  color: #8544A5;
}

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

.introduction-text p,
.introduction-text pre {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 300;
}
.introduction-text p + p {
  margin-top: 0;
}

.entry-content {
  margin: 0;
}

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

#page {
  width: 100vw;
  overflow-x: hidden;
  /* clip n'interrompt pas position:sticky */
}
@supports (overflow-x: clip) {
  #page {
    overflow-x: clip;
  }
}

#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;
  }
}

.post.hentry {
  margin: 0;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1.1;
}
h3.subtitle {
  font-size: 1.75rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  h3.subtitle {
    margin-bottom: 2rem;
  }
}

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

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

p {
  font-size: 1.25rem;
  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;
  }
}
.collapsing {
  transition: none;
  display: none;
}

.btn {
  overflow: hidden;
  white-space: nowrap;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn.btn-white {
  background-color: white;
  padding: 0.25rem 0.5rem !important;
  border: none !important;
  outline: none;
  border-radius: 50px !important;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex !important;
  align-content: center;
  justify-content: center;
  line-height: 2.5;
  font-size: 1.125rem;
  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: linear-gradient(0.25turn, #63326f, #324372);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.btn-back {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  border: 1px solid #333333;
  border-radius: 40px;
  position: relative;
  padding: 0 20px;
}
.btn.btn-back:before {
  content: "";
  width: 16px;
  height: 12px;
  background: url("../images/icons/icon-arrow.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: inherit;
}
.btn.btn-back:hover, .btn.btn-back:focus {
  outline: 0;
  box-shadow: none;
  background: linear-gradient(122.38deg, #8b45a8 0%, #21336f 100%);
  color: white;
  border: 1px solid transparent;
}
.btn.btn-back:hover:before, .btn.btn-back:focus:before {
  content: "";
  background: url("../images/icons/icon-arrow-hover.svg") no-repeat center center;
  background-size: contain;
}
.btn.btn-bl-white {
  display: inline-block;
  padding: 0 20px;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  color: white;
  border: 1px solid white;
  background: 0;
  min-width: 150px;
  border-radius: 20px;
}
.btn.btn-primary {
  font-size: 0.9375rem;
  line-height: 2.5rem;
  color: white;
  background: linear-gradient(122.38deg, #8b45a8 0%, #21336f 100%);
  border-radius: 40px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;
  position: relative;
  transition: border 0s linear;
  z-index: 1;
}
.btn.btn-primary .nav-link {
  padding: 0 !important;
  color: white !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #8544A5;
  background: white;
  border: 1px solid #8544A5;
  box-shadow: none;
  outline: 0;
}
.btn.btn-primary:hover .nav-link, .btn.btn-primary:focus .nav-link {
  color: #8544A5 !important;
}
.btn.btn-primary:disabled {
  border: 1px solid #efefef;
  background: 0;
  color: rgba(51, 51, 51, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-homepage {
  color: #8544A5;
  background: white;
  display: inline-block;
  border: 0;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  padding: 0 20px;
  border-radius: 40px;
  min-width: 150px;
}
.btn.btn-homepage:hover {
  background: linear-gradient(122.38deg, #8b45a8 0%, #21336f 100%);
  color: white;
}
.btn.btn-product {
  display: inline-block;
  border: 1px solid white;
  color: white;
  background: 0;
  padding: 0 20px;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  border-radius: 20px;
  position: relative;
  min-width: 165px;
}
.btn.btn-product:hover {
  background: linear-gradient(122.38deg, #8b45a8 0%, #21336f 100%);
  border: 1px solid transparent;
  color: white;
}
.btn.btn-submit {
  margin: auto;
}
.btn.btn-arrow {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem !important;
}
.btn.btn-arrow input {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
}
.btn.btn-arrow > div {
  display: flex;
}
.btn.btn-arrow:after {
  content: "";
  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), linear-gradient(0.25turn, #505154, #505154);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease-in-out;
}
.btn.btn-arrow:hover {
  opacity: 0.9;
}
.btn.btn-arrow:hover:after {
  background-image: url(../images/icons/icon-arrow-white.svg);
  background-image: url(../images/icons/icon-arrow-white.svg), linear-gradient(0.25turn, #63326f, #324372);
}
.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: inline-flex;
}
.btn.btn-arrow-reverse span {
  color: #333333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-arrow-reverse:before {
  content: "";
  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;
  transition: all 0.5s ease-in-out;
  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), linear-gradient(0.25turn, #63326f, #324372);
}
.btn.btn-download {
  background: transparent;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  height: 40px;
  padding: 0 5px 0 20px;
  border: 1px solid #e7e7e7;
  color: #333333;
  outline: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: none;
}
.btn.btn-download:after {
  content: "";
  display: inline-flex;
  margin-left: 0.5rem;
  background: url("../images/icons/icon-download.svg") no-repeat center center;
  background-size: contain;
  width: 34px;
  height: 34px;
}
.btn.btn-download:hover {
  color: white;
  background: linear-gradient(123.18deg, #8b45a8 0%, #21336f 100%);
  border: 1px solid transparent;
}
.btn.btn-download:hover:after {
  background: url("../images/icons/icon-download-white.svg") no-repeat center center;
  background-size: contain;
}
.btn.btn-download.btn-download-reverse {
  color: white;
  border: 1px solid white;
}
.btn.btn-download.btn-download-reverse:after {
  background: url("../images/icons/icon-download-white.svg") no-repeat center center;
  background-size: contain;
}
.btn.btn-download.btn-download-reverse:hover {
  color: #8544A5;
  background: white;
}
.btn.btn-download.btn-download-reverse:hover:after {
  background: url("../images/icons/icon-download.svg") no-repeat center center;
  background-size: contain;
}
.btn.btn-outline {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  border-radius: 10px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.btn.btn-outline:hover {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-primary-flat {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(158.0042918455, 94.9570815451, 189.0429184549);
  color: white;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 1rem;
}
.btn.btn-primary-flat:hover {
  background: #8544A5;
}

/******* 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%;
  padding: 0.3rem 1rem;
  z-index: 10;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 991.98px) {
  header#masthead {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  header#masthead > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
header#masthead .navbar-brand {
  padding: 0.25rem 15px;
  margin: 0;
  height: 65px;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  header#masthead .navbar-brand {
    padding: 0;
  }
}
header#masthead .navbar-brand .site-title {
  width: 60px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  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;
  fill: white;
  height: 100%;
}
header#masthead .navbar-brand .site-title svg path {
  fill: white;
}
header#masthead .btn-primary {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-left: 10px;
}
header#masthead .btn-primary:hover {
  border: 1px solid #8544A5;
}
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;
  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;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199.98px) {
  header#masthead #main-nav.show {
    background-color: white;
    height: calc(100vh - 85px);
  }
}
header#masthead #container-contact-language {
  display: none;
  padding: 1rem 15px;
  height: 70px;
  background-color: white;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header#masthead #container-contact-language {
    padding: 0;
    height: inherit;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  header#masthead #container-contact-language .btn {
    font-size: 1.5rem;
  }
}
header#masthead .main-menu-selector {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}
@media (min-width: 992px) {
  header#masthead .main-menu-selector {
    flex-direction: row;
    margin-right: 0.75rem;
  }
}
header#masthead .main-menu-selector li a {
  color: white;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: initial;
  padding: 0;
}
@media (max-width: 991.98px) {
  header#masthead .main-menu-selector li a {
    position: relative;
    height: calc((100vh - 85px - 70px) / 3);
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  header#masthead .main-menu-selector li a {
    padding: 0.5rem 0.5rem;
  }
}
@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;
  color: #8544A5;
}
@media (max-width: 991.98px) {
  header#masthead .main-menu-selector li a img {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    width: 100vw;
  }
}
@media screen and (max-width: 380px) {
  header#masthead .main-menu-selector li a img {
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@media (min-width: 992px) {
  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: 767.98px) {
  header#masthead .main-menu-selector li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white !important;
    font-size: 2.25rem;
    z-index: 2;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
  }
}
header#masthead .main-menu-selector li:last-child, header#masthead .main-menu-selector li:nth-last-child(2) {
  display: none;
}
@media (min-width: 992px) {
  header#masthead .main-menu-selector li:last-child, header#masthead .main-menu-selector li:nth-last-child(2) {
    display: block;
  }
}
header#masthead #language {
  color: white;
  margin-bottom: 0;
  list-style: none;
}
header#masthead #language a {
  color: #333333;
  padding: 0;
  font-size: 1rem;
}
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;
}
@media (max-width: 575.98px) {
  header#masthead #language .dropdown-menu:not(.bottom) {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.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: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
}
header#masthead #language .dropdown-menu ul li a:after {
  content: "";
  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;
  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;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767.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%;
}
header#masthead.menu-open .site-title svg, header#masthead.scrolled .site-title svg {
  fill: url("#logo-gradient") #63326f;
}
header#masthead.menu-open .site-title svg path, header#masthead.scrolled .site-title svg path {
  fill: url("#logo-gradient") #63326f;
}
@media (max-width: 767.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 {
  color: #8544A5;
}
header#masthead.menu-open .btn-white, header#masthead.scrolled .btn-white {
  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: 70px;
}
@media (max-width: 767.98px) {
  header#masthead.scrolled .main-menu-selector li a {
    height: calc((100vh - 65px - 70px) / 3);
  }
}

@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;
}

body.page-template-page-standard header.entry-header h1,
body.page-template-page-standard-without-container header.entry-header h1 {
  font-size: 3rem;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 600;
  border-bottom: none;
  color: #63326f;
}
@media (min-width: 768px) {
  body.page-template-page-standard header.entry-header h1,
  body.page-template-page-standard-without-container header.entry-header h1 {
    margin-bottom: 2rem;
  }
}
body.page-template-page-standard header#masthead,
body.page-template-page-standard-without-container header#masthead {
  background-color: white;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
body.page-template-page-standard header#masthead .site-title svg,
body.page-template-page-standard-without-container header#masthead .site-title svg {
  fill: #63326f;
}
body.page-template-page-standard header#masthead .site-title svg path,
body.page-template-page-standard-without-container header#masthead .site-title svg path {
  fill: #63326f;
}
body.page-template-page-standard header#masthead .navbar-toggler .navbar-toggler-icon,
body.page-template-page-standard-without-container header#masthead .navbar-toggler .navbar-toggler-icon {
  background-image: url(/wp-content/themes/wassa/images/icons/icon-open.svg);
}
body.page-template-page-standard header#masthead .main-menu-selector li a,
body.page-template-page-standard-without-container header#masthead .main-menu-selector li a {
  color: #63326f;
}
body.page-template-page-standard header#masthead .btn-white,
body.page-template-page-standard-without-container header#masthead .btn-white {
  background-color: #63326f;
  color: white;
  -webkit-text-fill-color: inherit;
}
body.page-template-page-standard header#masthead .btn-white span,
body.page-template-page-standard-without-container header#masthead .btn-white span {
  color: white;
  -webkit-text-fill-color: inherit;
}
body.page-template-page-standard header#masthead #language a.dropdown-toggle, body.page-template-page-standard header#masthead #language a.dropdown-toggle svg,
body.page-template-page-standard-without-container header#masthead #language a.dropdown-toggle,
body.page-template-page-standard-without-container header#masthead #language a.dropdown-toggle svg {
  fill: #333333;
}
body.page-template-page-standard header#masthead #language a.dropdown-toggle path, body.page-template-page-standard header#masthead #language a.dropdown-toggle svg path,
body.page-template-page-standard-without-container header#masthead #language a.dropdown-toggle path,
body.page-template-page-standard-without-container header#masthead #language a.dropdown-toggle svg path {
  fill: #333333;
}
body.page-template-page-standard #main-container,
body.page-template-page-standard-without-container #main-container {
  padding-top: 100px;
}
@media (min-width: 992px) {
  body.page-template-page-standard #main-container,
  body.page-template-page-standard-without-container #main-container {
    padding-top: 160px;
  }
}
body.page-template-page-standard #main-container,
body.page-template-page-standard-without-container #main-container {
  padding-bottom: 40px;
}
body.page-template-page-standard #main-container li,
body.page-template-page-standard-without-container #main-container li {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

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

body.offre-emploi header#masthead .navbar-toggler .navbar-toggler-icon,
body.single-post header#masthead .navbar-toggler .navbar-toggler-icon {
  background-image: url(/wp-content/themes/wassa/images/icons/icon-open.svg);
}
body.offre-emploi header#masthead.menu-open .btn-white:hover, body.offre-emploi header#masthead.scrolled .btn-white:hover,
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.offre-emploi .entry-content,
body.single-post .entry-content {
  margin: 0;
}
body.offre-emploi #job-offer,
body.single-post #job-offer {
  padding-top: 100px;
}
body.offre-emploi #job-offer h1,
body.single-post #job-offer h1 {
  font-size: 3rem;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 600;
  border-bottom: none;
  color: #63326f;
}
body.offre-emploi header#masthead,
body.single-post header#masthead {
  background-color: white;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
body.offre-emploi header#masthead .site-title svg,
body.single-post header#masthead .site-title svg {
  fill: #63326f;
}
body.offre-emploi header#masthead .site-title svg path,
body.single-post header#masthead .site-title svg path {
  fill: #63326f;
}
body.offre-emploi header#masthead .main-menu-selector li a,
body.single-post header#masthead .main-menu-selector li a {
  color: #63326f;
}
body.offre-emploi header#masthead .btn-white,
body.single-post header#masthead .btn-white {
  background-color: #63326f;
  color: white;
}
body.offre-emploi header#masthead .btn-white span,
body.single-post header#masthead .btn-white span {
  color: white;
  -webkit-text-fill-color: inherit;
}
body.offre-emploi header#masthead #language a.dropdown-toggle, body.offre-emploi header#masthead #language a.dropdown-toggle svg,
body.single-post header#masthead #language a.dropdown-toggle,
body.single-post header#masthead #language a.dropdown-toggle svg {
  fill: #333333;
}
body.offre-emploi header#masthead #language a.dropdown-toggle path, body.offre-emploi header#masthead #language a.dropdown-toggle svg path,
body.single-post header#masthead #language a.dropdown-toggle path,
body.single-post header#masthead #language a.dropdown-toggle svg path {
  fill: #333333;
}
body.offre-emploi #main-container,
body.single-post #main-container {
  padding-top: 100px;
}
@media (min-width: 768px) {
  body.offre-emploi #main-container,
  body.single-post #main-container {
    padding-top: 160px;
  }
}
body.offre-emploi article,
body.single-post article {
  margin-bottom: 0 !important;
}

/******** Zone Page d'accueil ********/
#homepage {
  width: 100vw;
}
#homepage #section-list {
  height: 100%;
}
#homepage #section-list .section {
  transition: width 0.5s ease-in-out;
  position: relative;
  width: 100vw;
  min-height: 33.33vh;
  height: 300px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  #homepage #section-list .section {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #homepage #section-list .section {
    width: 33.333333vw;
    height: 100vh;
    position: relative;
  }
}
#homepage #section-list .section.digital-agency .btn-arrow {
  border: 2px solid white !important;
}
#homepage #section-list .section.digital-agency .btn-arrow:after {
  background-image: url(../images/icons/icon-arrow-white.svg), linear-gradient(0.25turn, #63326f, #63326f);
}
#homepage #section-list .section.innovation-lab .btn-arrow {
  border: 2px solid white !important;
}
#homepage #section-list .section.innovation-lab .btn-arrow:after {
  background-image: url(../images/icons/icon-arrow-white.svg), linear-gradient(0.25turn, #324372, #324372);
}
#homepage #section-list .section.innovation-lab:before {
  background: rgba(50, 67, 114, 0.65);
}
#homepage #section-list .section.indoor-location .btn-arrow {
  border: 2px solid white !important;
}
#homepage #section-list .section.indoor-location .btn-arrow:after {
  background-image: url(../images/icons/icon-arrow-white.svg), linear-gradient(0.25turn, #ff8201, #ff8201);
}
#homepage #section-list .section.indoor-location:before {
  background: rgba(255, 130, 1, 0.5);
}
#homepage #section-list .section.services .btn-homepage {
  color: #f50a6b;
}
#homepage #section-list .section.services .btn-arrow {
  border: 2px solid white !important;
}
#homepage #section-list .section.services .btn-arrow:after {
  background-image: url(../images/icons/icon-arrow-white.svg), linear-gradient(0.25turn, #ff8201, #ff8201);
}
#homepage #section-list .section.services:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, #fed340 -76.21%, #f50a6b 100%);
  opacity: 0.5;
}
#homepage #section-list .section .background-desktop,
#homepage #section-list .section .background-mobile {
  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;
  transition-delay: 0.5s;
}
@media (min-width: 1200px) {
  #homepage #section-list .section .background-desktop,
  #homepage #section-list .section .background-mobile {
    width: 33.333333vw;
    display: none !important;
  }
}
#homepage #section-list .section .background-desktop {
  display: none;
}
@media (min-width: 1200px) {
  #homepage #section-list .section .background-desktop {
    display: block;
  }
  #homepage #section-list .section .background-mobile {
    display: none;
  }
}
#homepage #section-list .section .container-text {
  z-index: 3;
}
@media (min-width: 1200px) {
  #homepage #section-list .section .container-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-50% + 71px));
    width: 100%;
    padding: 0 2rem;
  }
}
#homepage #section-list .section .container-text .logo-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 1rem;
  transition: all ease-in-out 0.5s;
}
@media (min-width: 1200px) {
  #homepage #section-list .section .container-text .logo-title {
    margin-bottom: 2rem;
  }
}
#homepage #section-list .section .container-text .logo-title .title {
  z-index: 3;
  color: white;
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.5rem;
}
#homepage #section-list .section .container-text .logo-title .title p {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
#homepage #section-list .section .container-text .logo-title.with-logo img {
  max-height: 80px;
}
#homepage #section-list .section .container-text .description {
  z-index: 3;
}
@media (min-width: 1200px) {
  #homepage #section-list .section .container-text .description {
    opacity: 0;
  }
  #homepage #section-list .section .container-text .description a {
    opacity: 0;
  }
}
#homepage #section-list .section .container-text .description .introduction-text {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  #homepage #section-list .section .container-text .description .introduction-text {
    margin-bottom: 2rem;
  }
}
#homepage #section-list .section .container-text .description .introduction-text p {
  color: white;
  font-size: 1rem;
  line-height: 0.5;
  font-weight: 300;
}
#homepage #section-list .section:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(99, 50, 111, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#homepage #section-list .section:hover.digital-agency:before {
  background: rgba(99, 50, 111, 0.75);
}
#homepage #section-list .section:hover.innovation-lab:before {
  background: rgba(50, 67, 114, 0.65);
}
#homepage #section-list .section:hover.indoor-location:before {
  background: rgba(255, 130, 1, 0.5);
}
#homepage #section-list .section:hover.services:before {
  background: linear-gradient(180deg, #fed340 -76.21%, #f50a6b 100%);
  opacity: 0.8;
}
#homepage #section-list .section:hover.services .btn-homepage:hover {
  color: white;
  background-image: linear-gradient(180deg, #fa8650, #fc7051, #fd5856, #fa3b5f, #f50a6b);
}
@media (min-width: 1200px) {
  #homepage #section-list .section:hover {
    width: 36vw;
  }
  #homepage #section-list .section:hover .background-desktop {
    width: 36vw;
  }
  #homepage #section-list .section:hover .description {
    position: static;
    opacity: 1;
    transition: opacity 0.75s linear;
  }
  #homepage #section-list .section:hover .description a {
    position: static;
    opacity: 1;
    transition: opacity 1s linear;
  }
}

/******** Zone introduction Agency / Innovation lab / Indoor Location ********/
.site-post #introduction,
#post-609 #introduction,
#post-592 #introduction {
  height: 320px;
  min-height: inherit;
}

#introduction {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-color: white;
  height: 100vh;
  min-height: 500px;
}
@media (min-width: 768px) {
  #introduction {
    height: 600px;
  }
}
#introduction:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#introduction:after {
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.0145772595) 8.62%, hsla(0, 0%, 100%, 0.055393586) 16.56%, hsla(0, 0%, 100%, 0.1180758017) 23.93%, hsla(0, 0%, 100%, 0.1982507289) 30.85%, hsla(0, 0%, 100%, 0.2915451895) 37.42%, hsla(0, 0%, 100%, 0.3935860058) 43.77%, hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0.6064139942) 56.23%, hsla(0, 0%, 100%, 0.7084548105) 62.58%, hsla(0, 0%, 100%, 0.8017492711) 69.15%, hsla(0, 0%, 100%, 0.8819241983) 76.07%, hsla(0, 0%, 100%, 0.944606414) 83.44%, hsla(0, 0%, 100%, 0.9854227405) 91.38%, hsl(0, 0%, 100%) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#introduction .container-video {
  display: none;
}
@media (min-width: 768px) {
  #introduction .container-video {
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    background-color: white;
    z-index: 1;
    height: 800px;
  }
}
#introduction .container-video video {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@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.4375rem;
  line-height: 3.625rem;
  font-weight: 300;
}
@media screen and (min-width: 1400px) {
  #introduction .container-effect p {
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
}
#introduction .container-effect #effect-typewriter-container:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
}
#introduction .container-effect #effect-typewriter-container {
  min-height: 100px;
  display: block;
}
@media (min-width: 768px) {
  #introduction .container-effect #effect-typewriter-container {
    min-height: 70px;
  }
}
#introduction .container-effect #effect-typewriter {
  border-right: 0.05em solid;
  animation: caret 1s steps(1) infinite;
  font-weight: 500;
  text-transform: lowercase;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
#introduction .container-effect #possibility-list {
  display: none !important;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
@media (min-width: 1200px) {
  #introduction .container-introduction-text {
    padding: 0 12%;
  }
}
#introduction .container-introduction-text p {
  color: white;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

@keyframes change3 {
  0%, 20%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25%, 45% {
    transform: translate3d(0, -100%, 0);
  }
  50%, 70% {
    transform: translate3d(0, -200%, 0);
  }
  75%, 95% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes change4 {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -100%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -200%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -300%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -200%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes change5 {
  0%, 10%, 100% {
    transform: translate3d(0, 0, 0);
  }
  12.5%, 22.5% {
    transform: translate3d(0, -100%, 0);
  }
  25%, 35.5% {
    transform: translate3d(0, -200%, 0);
  }
  37.5%, 47.5% {
    transform: translate3d(0, -300%, 0);
  }
  50%, 60% {
    transform: translate3d(0, -400%, 0);
  }
  62.5%, 72.5% {
    transform: translate3d(0, -300%, 0);
  }
  75%, 85% {
    transform: translate3d(0, -200%, 0);
  }
  87.5%, 97.5% {
    transform: translate3d(0, -100%, 0);
  }
}
/******** Zone Info project (ancre pour formulaire de contact) Agency / Innovation lab / Indoor Location ********/
#project-info,
#solutions-perso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
#project-info > .container,
#solutions-perso > .container {
  position: relative;
  z-index: 2;
}
#project-info h2,
#solutions-perso h2 {
  font-size: 2.1875rem;
  line-height: 4.0625rem;
  color: white;
  text-align: center;
  display: inline-block;
}
#project-info .block-captions,
#solutions-perso .block-captions {
  padding: 0 10%;
  color: white;
  text-align: center;
}
#project-info .block-captions p,
#solutions-perso .block-captions p {
  font-size: 1.125rem;
  color: white;
}

#project-info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3e4d7e;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

#solutions-perso {
  padding-top: 0;
  padding-bottom: 2rem;
  background: white;
}
#solutions-perso h2 {
  font-size: 2.1875rem;
  line-height: 4.0625rem;
  background: linear-gradient(90deg, rgb(139, 69, 168) 0%, rgb(33, 51, 111) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  text-align: center;
  display: inline-block;
}
#solutions-perso .block-captions {
  padding: 0 10%;
  color: white;
  text-align: center;
}
#solutions-perso .block-captions p {
  color: #333333;
}

/******** Zone Ancres Innovation lab ********/
#anchor {
  padding-bottom: 6rem;
}
#anchor .introduction-text {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #anchor .introduction-text {
    margin-bottom: 4rem;
  }
}
#anchor #anchor-list .anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 160px;
  padding: 1.5rem;
  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 #anchor-list .anchor {
    min-height: 270px;
  }
}
#anchor #anchor-list .anchor .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;
  transition: 0.5s all ease-in-out;
}
#anchor #anchor-list .anchor h4 {
  text-align: center;
  color: white;
  font-weight: 500;
  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 #anchor-list .anchor h4 {
    max-width: 92%;
  }
}
#anchor #anchor-list .anchor .description {
  opacity: 0;
  height: 0;
  z-index: 2;
}
#anchor #anchor-list .anchor .description p {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  color: white;
  font-weight: 400;
  text-align: center;
  z-index: 2;
}
#anchor #anchor-list .anchor .description p:last-of-type {
  margin-bottom: 0;
}
#anchor #anchor-list .anchor .icons {
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 768px) {
  #anchor #anchor-list .anchor .icons {
    width: 50px;
    height: 50px;
  }
}
#anchor #anchor-list .anchor .icons svg {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
  z-index: 4;
}
#anchor #anchor-list .anchor .icons .icon-default {
  opacity: 1;
}
#anchor #anchor-list .anchor .icons .icon-hover {
  opacity: 0;
}
#anchor #anchor-list .anchor:hover {
  justify-content: flex-start;
  box-shadow: 0 10px 20px 0 rgba(33, 51, 111, 0.4);
  overflow: hidden;
}
#anchor #anchor-list .anchor:hover h4 {
  padding-top: 10px;
}
@media (min-width: 768px) {
  #anchor #anchor-list .anchor:hover h4 {
    padding-top: 20px;
  }
}
#anchor #anchor-list .anchor:hover .description {
  opacity: 1;
  height: auto;
}
#anchor #anchor-list .anchor:hover .icon-default {
  opacity: 0;
}
#anchor #anchor-list .anchor:hover .icon-hover {
  opacity: 1;
}
#anchor #anchor-list .anchor:hover .background {
  transition: 0.5s all ease-in-out;
  transform: scale(1.05);
  transform-origin: center;
}
#anchor #anchor-list .anchor:hover .background:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #8b45a8 0%, #21336f 100%);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

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

/******** Zone Offres d'emploi list ********/
#job-offers-list {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
#job-offers-list #table {
  width: 100%;
  overflow-x: auto;
}
#job-offers-list #table #title-list {
  margin-top: 3rem;
  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: #8544A5;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  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: 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: flex;
  align-items: 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: 1rem;
  font-weight: 500;
  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: #888;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}
@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: inline-flex;
    margin-left: 0.5rem;
    background: url(../images/icons/icon_link-grey.svg) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    transition: all 0.5s ease-in-out;
    flex-shrink: 0;
    position: absolute;
    right: 20px;
  }
}
#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: 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: url(../images/icons/icon_link-color.svg) no-repeat center center;
  background-size: contain;
}

/******** Zone formulaire candidature spontanée ********/
#job-offers-form:before,
#job-offer-form:before {
  content: "";
  width: 100%;
  height: 240px;
  background: linear-gradient(hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.0145772595) 8.62%, hsla(0, 0%, 100%, 0.055393586) 16.56%, hsla(0, 0%, 100%, 0.1180758017) 23.93%, hsla(0, 0%, 100%, 0.1982507289) 30.85%, hsla(0, 0%, 100%, 0.2915451895) 37.42%, hsla(0, 0%, 100%, 0.3935860058) 43.77%, hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0.6064139942) 56.23%, hsla(0, 0%, 100%, 0.7084548105) 62.58%, hsla(0, 0%, 100%, 0.8017492711) 69.15%, hsla(0, 0%, 100%, 0.8819241983) 76.07%, hsla(0, 0%, 100%, 0.944606414) 83.44%, hsla(0, 0%, 100%, 0.9854227405) 91.38%, hsl(0, 0%, 100%) 100%);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  transform: rotate(180deg);
  z-index: 0;
}
#job-offers-form > .container,
#job-offer-form > .container {
  position: relative;
  z-index: 1;
}
#job-offers-form .card,
#job-offer-form .card {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  background-color: transparent;
}
@media (min-width: 992px) {
  #job-offers-form .card,
  #job-offer-form .card {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  #job-offers-form .card,
  #job-offer-form .card {
    max-width: calc(100% - 360px);
  }
}
#job-offers-form .card .card-body,
#job-offer-form .card .card-body {
  padding: 0;
}
#job-offers-form .card .card-body h2,
#job-offer-form .card .card-body h2 {
  margin-bottom: 0.5rem;
}
#job-offers-form .card .card-body h2 span,
#job-offer-form .card .card-body h2 span {
  background: linear-gradient(90deg, #8b45a8 0%, #21336f 100%);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#job-offers-form .card .card-body h3,
#job-offer-form .card .card-body h3 {
  background: linear-gradient(90deg, #8b45a8 0%, #21336f 100%);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1.1;
}
#job-offers-form .card .card-body #form,
#job-offer-form .card .card-body #form {
  background-color: white;
  width: 100%;
}
@media (min-width: 992px) {
  #job-offers-form .card .card-body #form,
  #job-offer-form .card .card-body #form {
    padding: 60px;
  }
}

.form-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.form-flex .form-group {
  width: 100%;
  margin-bottom: 0;
}
.form-flex .w--50 {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .form-flex .w--50 {
    max-width: calc(50% - 20px);
  }
}

.form-file {
  position: relative;
  padding-left: 40px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 500;
}
.form-file em {
  font-size: 0.75rem;
  font-weight: 300;
}
.form-file:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/icons/icon_upload-grey.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-20%) rotate(180deg);
}
.form-file:hover span, .form-file.uploaded span {
  color: #8544A5;
}
.form-file:hover em, .form-file.uploaded em {
  color: #333333;
}
.form-file:hover:before, .form-file.uploaded:before {
  background: url("../images/icons/icon_upload-color.svg") no-repeat center center;
  background-size: contain;
}
.form-file .wpcf7-form-control-wrap[data-name=file] {
  margin: 0 !important;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.form-file input[type=file] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-size: 0.75rem !important;
  color: #dc3545 !important;
}

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

/******** Zone Offre d'emploi ********/
#job-offer {
  padding-bottom: 0;
}
#job-offer .subtitle {
  margin-bottom: 1rem;
}
#job-offer .date {
  margin-bottom: 2rem;
}
#job-offer .date span {
  font-weight: 500;
}
#job-offer p {
  font-size: 1rem;
  font-weight: 300;
}
#job-offer #listing {
  margin-bottom: 2rem;
  border: 0;
}
#job-offer #listing .inside {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  height: 100%;
  padding: 1rem;
}
#job-offer #listing .inside span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
#job-offer #listing .inside span:before {
  content: "";
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-bottom: 0.75rem;
  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;
}
#job-offer #listing .inside.experience-year {
  position: relative;
}
#job-offer #listing .inside.experience-year:before, #job-offer #listing .inside.experience-year:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #d8d8d8;
}
@media (min-width: 768px) {
  #job-offer #listing .inside.experience-year:before, #job-offer #listing .inside.experience-year:after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
  }
}
#job-offer #listing .inside.experience-year:after {
  bottom: 0;
  top: inherit;
}
@media (min-width: 768px) {
  #job-offer #listing .inside.experience-year:after {
    top: 50%;
    right: 0;
    left: inherit;
  }
}
#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.375rem;
  color: #8544A5;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}
#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.125rem;
  font-weight: 300;
}
#job-offer #keywords-list span:not(:last-of-type):after {
  content: ", ";
}

/******** Zone Périphériques Innovation lab ********/
#expertise-lab .introduction-text {
  margin-bottom: 2rem;
}
#expertise-lab .introduction-text p {
  margin-bottom: 0;
}
#expertise-lab #expertise-list {
  margin-bottom: 2rem;
}
#expertise-lab #expertise-list .card {
  height: 100px;
  padding: 1rem 2rem;
}
#expertise-lab #expertise-list .card .card-body {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0;
}
#expertise-lab #expertise-list .card .card-body h5 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0;
  color: #333333;
  font-weight: 400;
}
#expertise-lab #device-title {
  font-size: 2.1875rem;
  color: white;
  line-height: 1;
  text-align: center;
  margin: 2rem 0;
  display: block;
  font-weight: 500;
}
#expertise-lab #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-lab #device-title {
    margin-bottom: 3rem;
  }
}
#expertise-lab #device-title + #device-list {
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
}
#expertise-lab #device-title + #device-list .card-body {
  padding: 0;
  background: transparent;
  display: block;
}
@media (min-width: 768px) {
  #expertise-lab #device-title + #device-list .card-body {
    padding: 0 3rem 0;
  }
}
#expertise-lab #device-title + #device-list .card-body #devices-icons {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #expertise-lab #device-title + #device-list .card-body #devices-icons {
    margin-bottom: 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#expertise-lab #device-title + #device-list .card-body #devices-icons .device {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #expertise-lab #device-title + #device-list .card-body #devices-icons .device {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 1500px) {
  #expertise-lab #device-title + #device-list .card-body #devices-icons .device {
    height: 80px;
    width: 80px;
  }
}
#expertise-lab #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;
}
#expertise-lab #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;
}
#expertise-lab #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;
}
#expertise-lab #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;
}
#expertise-lab #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;
}
#expertise-lab #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;
}
#expertise-lab #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;
}
#expertise-lab #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;
}
#expertise-lab #device-title + #device-list .card-body h5 {
  font-size: 1.125rem;
  color: white;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
#expertise-lab #device-title + #device-list .card-body p {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}
#expertise-lab #device-title + #device-list .card-body p:last-of-type {
  margin-bottom: 0;
}

/******** Zone Produits Innovation lab ********/
#products .container-fluid {
  max-width: 1800px;
}
#products .introduction-text {
  margin-bottom: 2rem;
}
#products #product-list .product {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: white;
  height: 100%;
  min-height: 300px;
  border: none;
  border-radius: 10px;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  #products #product-list .product {
    height: 470px;
  }
}
#products #product-list .product .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  padding: 2rem;
  color: #333333;
  border: 3px solid #f8f9fa;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  #products #product-list .product .card-body {
    padding: 2rem 3rem;
  }
}
#products #product-list .product .card-body .background {
  opacity: 1;
  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;
  transition: 0.5s all ease-in-out;
  transform: scale(1.01);
}
#products #product-list .product .card-body .logo {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#products #product-list .product .card-body img {
  opacity: 0;
  max-height: 60px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
  z-index: 3;
}
#products #product-list .product .card-body img.img-hover {
  opacity: 1;
}
#products #product-list .product .card-body h4 {
  color: white;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 20px;
  font-weight: 400;
  z-index: 2;
}
#products #product-list .product .card-body .card-text {
  display: none;
}
#products #product-list .product .card-body .card-text p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
}
#products #product-list .product .card-body .btn-product span {
  opacity: 0;
}
#products #product-list .product .card-body .btn-product:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#products #product-list .product .card-body .introduction {
  margin-bottom: 1rem;
  z-index: 2;
}
#products #product-list .product .card-body .description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@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;
}
#products #product-list .product .card-body .btn-container {
  width: 100%;
  position: static;
}
@media (min-width: 768px) {
  #products #product-list .product .card-body .btn-container {
    position: absolute;
    bottom: 40px;
    left: 0;
  }
}
#products #product-list .product:hover {
  text-decoration: none;
  box-shadow: none;
}
#products #product-list .product:hover h4 {
  color: #333333;
  font-weight: 600;
}
#products #product-list .product:hover .card-text {
  display: block;
}
#products #product-list .product:hover .logo img {
  opacity: 1;
}
#products #product-list .product:hover .logo img.img-hover {
  opacity: 0;
}
#products #product-list .product:hover .btn-product {
  border: 1px solid transparent;
  color: white;
  background: linear-gradient(122.38deg, #8b45a8 0%, #21336f 100%);
}
#products #product-list .product:hover .btn-product span {
  opacity: 1;
}
#products #product-list .product:hover .btn-product:after {
  content: "";
}
#products #product-list .product:hover .background {
  opacity: 0;
  transition: 0.5s all ease-in-out;
  transform: scale(1.05);
  transform-origin: center;
}

/******** Zone Wassa Innovation services de la page Innovation lab ********/
#wassa-innovation-services {
  background: white url(/wp-content/themes/wassa/images/wis/wis-logo-background.svg) no-repeat;
  background-position: -40px 0;
  background-size: auto;
  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: 991.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 {
  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: 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: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1200px) {
  #wassa-innovation-services .cover {
    height: 210px;
  }
}
#wassa-innovation-services .cover:before {
  content: "";
  height: 33.3333333333%;
  width: 100%;
  display: block;
}
#wassa-innovation-services .cover .btn-bl-white {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
#wassa-innovation-services .cover .cover-title {
  display: flex;
  align-items: center;
  z-index: 2;
}
#wassa-innovation-services .cover .cover-title h5 {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
#wassa-innovation-services .cover .cover-text {
  color: white;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 10px;
  display: none;
  z-index: 2;
}
#wassa-innovation-services .cover .tags {
  display: flex;
  align-items: center;
  margin-top: auto;
  z-index: 2;
}
#wassa-innovation-services .cover:hover .cover-text {
  display: block;
}
#wassa-innovation-services .cover:hover .btn-bl-white {
  background: white;
  color: #f50a6b;
}
#wassa-innovation-services .cover:hover .btn-bl-white span {
  opacity: 0;
}
#wassa-innovation-services .cover:hover .btn-bl-white:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
#wassa-innovation-services .cover:hover:before {
  content: "";
  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 {
  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%;
  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 .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;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}
#custom-solutions #solution-list .solution .card-body {
  display: flex;
  flex-direction: column;
  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;
  transition: 0.5s all ease-in-out;
  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: flex;
  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 {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  #custom-solutions #solution-list .solution:hover .background {
    transition: 0.5s all ease-in-out;
    transform: scale(1.05);
    transform-origin: center;
  }
}

/******** Zone Capacité Agency / Innovation lab / Indoor Location ********/
#capacity {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
#capacity h2.title {
  color: #8544A5;
}
#capacity .card {
  border: none;
  border-radius: 0.25rem;
  margin-top: 40px;
  background: 0;
}
#capacity .card .card-body #control-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem 0;
}
#capacity .card .card-body #tabs {
  z-index: 2;
}
@media (min-width: 1200px) {
  #capacity .card .card-body #tabs {
    min-height: 650px;
  }
}
#capacity .card .card-body #capacity-list {
  height: 100%;
  background: url("/wp-content/themes/wassa/images/backgrounds/background-capacity.jpg") no-repeat center right;
  background-size: cover;
  border-radius: 40px;
  position: relative;
}
#capacity .card .card-body #capacity-list:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(157.58deg, #8b45a8 0%, #21336f 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 0.8;
  z-index: 0;
}
#capacity .card .card-body #capacity-list .tab-pane {
  color: white;
  height: 100%;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  #capacity .card .card-body #capacity-list .tab-pane {
    padding: 40px 5rem;
  }
}
#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.25rem;
}
#capacity .card .card-body #capacity-list .tab-pane .offers {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #capacity .card .card-body #capacity-list .tab-pane .offers {
    min-height: 350px;
  }
}
#capacity .card .card-body #capacity-list .tab-pane .offers h4 {
  text-align: center;
  font-size: 1.875rem;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
#capacity .card .card-body #capacity-list .tab-pane .offers ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
#capacity .card .card-body #capacity-list .tab-pane .offers ul li {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #333333;
  font-weight: 300;
  flex: 0 100%;
  margin-bottom: 14px;
  background-color: white;
  border-radius: 5px;
  padding: 0 1rem 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  position: relative;
}
@media (min-width: 768px) {
  #capacity .card .card-body #capacity-list .tab-pane .offers ul li {
    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;
  font-weight: 400;
}
#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;
  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;
}
@media (min-width: 768px) {
  #capacity .card .card-body #capacity-list .tab-pane .profiles {
    display: block;
  }
}
@media (min-width: 992px) {
  #capacity .card .card-body #capacity-list .tab-pane .profiles {
    min-height: 200px;
  }
}
#capacity .card .card-body #capacity-list .tab-pane .profiles h4 {
  text-align: center;
  font-size: 1.875rem;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
#capacity .card .card-body #capacity-list .tab-pane .profiles ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
#capacity .card .card-body #capacity-list .tab-pane .profiles ul li {
  flex: 0 calc(50% - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  font-size: 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: 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-color: white;
  background-size: 12px;
  flex-shrink: 0;
}
#capacity .card .card-body .list-group .list-group-item {
  padding: 0.75rem 0;
  background: none;
  border: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 992px) {
  #capacity .card .card-body .list-group .list-group-item {
    justify-content: flex-end;
    text-align: right;
  }
}
#capacity .card .card-body .list-group .list-group-item:hover {
  color: #8544A5;
}
#capacity .card .card-body .list-group .list-group-item.active {
  font-size: 1.5625rem;
  color: #8544A5;
  z-index: 3;
  font-weight: 600;
}
#capacity .card .card-body .list-group .list-group-item.active:after {
  content: "";
  width: 100px;
  height: 2px;
  border-radius: 0;
  background: #8544A5;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  #capacity .card .card-body .list-group .list-group-item.active:after {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 9px solid white;
    top: 50%;
    left: calc(100% + 14px);
    transform: translateY(-50%);
  }
}

/******** 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 .hook-title {
  margin-bottom: 45px;
}
#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 {
    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;
  }
}
#indoor-location-section .introduction-text h5 {
  font-size: 1.5625rem;
  line-height: 2.375rem;
}
@media (min-width: 768px) {
  #indoor-location-section .introduction-text h5 {
    margin-top: 45px;
  }
}
#indoor-location-section .introduction-text h5 span {
  background: linear-gradient(90deg, #8b45a8 0%, #21336f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  #indoor-location-section #advantage-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 576px) {
  #indoor-location-section #advantage-list div:last-of-type > .advantage:after {
    content: "";
    display: none;
  }
}
@media (max-width: 767.98px) {
  #indoor-location-section #advantage-list div:nth-child(even) > .advantage:after {
    content: "";
    display: none;
  }
}
#indoor-location-section #advantage-list .advantage {
  position: relative;
  min-height: 105px;
}
#indoor-location-section #advantage-list .advantage:after {
  content: "";
  width: 2px;
  height: 45px;
  background: #f3f3f3;
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  transform: translateY(-50%);
}
#indoor-location-section #advantage-list .advantage .icon {
  margin: 0 auto 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  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.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#indoor-location-section #advantage-list .advantage h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
#indoor-location-section #advantage-list .advantage .description {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  margin-bottom: 0;
  text-align: center;
  color: #333333;
}
#indoor-location-section #advantage-list .advantage .description p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  margin-bottom: 0;
  text-align: center;
  color: #333333;
}
#indoor-location-section.reverse:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right bottom, #8b45a8, #6f439d, #533f8f, #3a3980, #21336f);
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
#indoor-location-section.reverse .advantage:after {
  background: white;
  opacity: 0.2;
}
#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;
}

#asset-tracking {
  position: relative;
}
#asset-tracking .hook-title {
  color: white;
}
#asset-tracking .introduction-text h5 span {
  background: 0;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
#asset-tracking .container {
  position: relative;
  z-index: 2;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
#asset-tracking #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-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}

#directories-wayfinding #indoor-location-section {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #directories-wayfinding #indoor-location-section .image {
    max-height: 500px;
  }
}
#directories-wayfinding + div > #project-info {
  background: white;
}

/******** Zone "How does it work" page Indoor Location ********/
#how-does-it-work {
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
}
#how-does-it-work .title,
#how-does-it-work .hook-title {
  color: white;
}
#how-does-it-work:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right bottom, #8b45a8, #6f439d, #533f8f, #3a3980, #21336f);
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}
#how-does-it-work .container {
  position: relative;
  z-index: 2;
}
#how-does-it-work .introduction-text {
  color: white;
  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;
  background: white;
  z-index: 2;
}
#how-does-it-work #step-list .card .card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  min-height: 100px;
  padding: 30px;
  position: relative;
}
@media (min-width: 768px) {
  #how-does-it-work #step-list .card .card-body {
    min-height: 245px;
  }
}
#how-does-it-work #step-list .card .card-body .icon {
  position: absolute;
  width: 245px;
  height: 245px;
  background-size: contain;
  opacity: 0.07;
  bottom: 0;
  left: 0;
  transform: rotate(25deg) translate(-15%, 5%);
  z-index: -1;
}
#how-does-it-work #step-list .card .card-body .step {
  color: #8544A5;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
#how-does-it-work #step-list .card .card-body h5 {
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
#how-does-it-work #step-list .card .card-body p {
  font-size: 1rem;
  line-height: 1.4375rem;
  opacity: 0.8;
  font-weight: 300;
}
#how-does-it-work #step-list .card.index-6 .card-body .icon {
  transform: translate(-15%, 5%);
}
#how-does-it-work #step-list .card.index-1:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#how-does-it-work #step-list .card.index-2:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#how-does-it-work #step-list .card.index-3:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#how-does-it-work #step-list .card.index-4:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#how-does-it-work #step-list .card.index-5:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#how-does-it-work #step-list .card.index-6:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.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 {
    left: 50%;
    top: 100%;
    border-right: 10px dotted white;
    width: 10px;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #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-6:before {
    left: 0;
    top: 50%;
    border-bottom: 10px dotted white;
    width: 100%;
    height: 10px;
  }
  #how-does-it-work #step-list .card.index-2:after, #how-does-it-work #step-list .card.index-4:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 10px dotted white;
    width: 10px;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  #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 {
    left: 0;
    top: 50%;
    width: 100%;
    height: 10px;
    border-bottom: 10px dotted white;
  }
  #how-does-it-work #step-list .card.index-3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-right: 10px dotted white;
    width: 10px;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

/******** Zone Nous recrutons Agency ********/
#hiring {
  min-height: 500px;
}
#hiring:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #21336f;
  opacity: 0.5;
  z-index: 0;
}
#hiring h2.title {
  color: white;
}
#hiring .hook-title {
  color: white;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
#hiring h2.title,
#hiring .hook-title,
#hiring .introduction-text {
  position: relative;
  z-index: 1;
}
#hiring .introduction-text {
  margin-bottom: 2rem;
  color: white;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
#hiring .introduction-text p {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
@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;
    margin: 2.5rem 0;
  }
}
#hiring .element-list .element-title {
  font-size: 1.6875rem;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 1.3;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
#hiring .element-list .element-captions {
  color: white;
}
#hiring .element-list .element-captions p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#hiring .btn-primary:hover {
  background: white;
  border: 1px solid 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: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#reference #container-reference .element-list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 3rem 0;
  flex: 0 33.3333333333%;
}
@media (min-width: 992px) {
  #reference #container-reference .element-list {
    flex: 0 25%;
  }
}
#reference #container-reference .element-list img {
  max-height: 60px;
  filter: grayscale(100%);
}
@media (min-width: 768px) {
  #reference #container-reference .element-list img {
    max-height: 80px;
  }
}
#reference #container-reference .element-list img:hover {
  filter: none;
}

/******** Zone Contact Agency / Innovation Lab / Indoor Location ********/
#contact {
  height: 100%;
  position: relative;
}
#contact:before {
  content: "";
  width: 100%;
  height: 240px;
  background: linear-gradient(hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.0145772595) 8.62%, hsla(0, 0%, 100%, 0.055393586) 16.56%, hsla(0, 0%, 100%, 0.1180758017) 23.93%, hsla(0, 0%, 100%, 0.1982507289) 30.85%, hsla(0, 0%, 100%, 0.2915451895) 37.42%, hsla(0, 0%, 100%, 0.3935860058) 43.77%, hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0.6064139942) 56.23%, hsla(0, 0%, 100%, 0.7084548105) 62.58%, hsla(0, 0%, 100%, 0.8017492711) 69.15%, hsla(0, 0%, 100%, 0.8819241983) 76.07%, hsla(0, 0%, 100%, 0.944606414) 83.44%, hsla(0, 0%, 100%, 0.9854227405) 91.38%, hsl(0, 0%, 100%) 100%);
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  left: 0;
  margin: 0;
  z-index: 0;
}
#contact .title {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
#contact .hook-title {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
#contact .card {
  border: 0;
  border-radius: 0.25rem;
  background: 0;
  box-shadow: none;
  overflow: hidden;
}
#contact .card .card-body {
  padding: 0;
  overflow: hidden;
}
#contact .card .card-body #addresses {
  background: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#contact .card .card-body #addresses .img-white {
  display: none;
}
#contact .card .card-body #addresses .address {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  #contact .card .card-body #addresses .address {
    align-items: center;
  }
}
#contact .card .card-body #addresses .address:not(:last-of-type) {
  margin-bottom: 2rem;
}
#contact .card .card-body #addresses .address .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  margin-right: 2rem;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #contact .card .card-body #addresses .address .icon {
    width: 160px;
    height: 160px;
  }
}
#contact .card .card-body #addresses .address .icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #contact .card .card-body #addresses .address .icon img {
    width: 80px;
    height: 80px;
  }
}
#contact .card .card-body #addresses .address .icon h3 {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #333333;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  #contact .card .card-body #addresses .address .icon h3 {
    font-size: 0.9375rem;
  }
}
#contact .card .card-body #addresses .address .text {
  color: #333333;
  font-weight: 300;
}
#contact .card .card-body #addresses .address .text h5 {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
}
#contact .card .card-body #addresses .address .text a {
  color: #8544A5;
}
#contact .card .card-body #addresses .address .text a p {
  margin-bottom: 0;
  font-size: 1rem;
}
#contact .card .card-body #addresses .address .text .block-address {
  margin-bottom: 0.5rem;
}
#contact .card .card-body #addresses .address .text .block-address a {
  color: #333333;
}
#contact .card .card-body #addresses .address .text .block-address h5 {
  position: relative;
  padding-top: 1rem;
}
#contact .card .card-body #addresses .address .text .block-address h5:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(51, 51, 51, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}
#contact .card .card-body #addresses .address.active .img-white {
  display: block;
}
#contact .card .card-body #addresses .address.active .img-gradient {
  display: none;
}
#contact .card .card-body #addresses .address.active .icon {
  background: linear-gradient(150.39deg, #8b45a8 0%, #21336f 100%);
  box-shadow: 0 10px 20px 0 rgba(33, 51, 111, 0.4);
}
@media (min-width: 768px) {
  #contact .card .card-body #addresses .address.active .icon {
    transform: scale(1.125);
  }
}
#contact .card .card-body #addresses .address.active .icon .block-title {
  color: white;
  background: 0;
}
#contact .card .card-body #addresses .address.active .text {
  font-weight: 400;
}
#contact .jarallax-img {
  opacity: 0.15;
}

.contact-title {
  background: linear-gradient(90deg, rgb(139, 69, 168) 0%, rgb(33, 51, 111) 100%);
  background-size: 100%;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 1.625rem;
  margin: 0 0 20px;
}

#form-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#form {
  background-color: white;
  min-height: 510px;
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
  position: relative;
}
#form form p {
  position: relative;
}
#form form .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
#form form .wpcf7-form-control-wrap .form-control {
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 1.125rem;
  border-bottom: 1px solid #efefef;
  width: 100%;
}
#form form .wpcf7-form-control-wrap .form-control[aria-invalid=true] {
  border-bottom: 1px solid red;
}
#form form .wpcf7-form-control-wrap .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #8544A5;
}
#form form .wpcf7-form-control-wrap textarea.form-control {
  min-height: 120px;
  max-height: 300px;
  border-radius: 0;
  padding: 5px 0;
  resize: none;
}
#form form .wpcf7-form-control-wrap .help-block {
  display: none;
}
#form form .wpcf7-form-control-wrap .has-error input {
  color: #dc3545;
}

.wpcf7-spinner {
  position: absolute !important;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-flow: column-reverse;
}
.wpcf7-form-control-wrap input::-moz-placeholder,
.wpcf7-form-control-wrap textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.wpcf7-form-control-wrap input::-moz-placeholder, .wpcf7-form-control-wrap textarea::-moz-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 {
  transition: all 0.2s ease;
  touch-action: manipulation;
}
.wpcf7-form-control-wrap label {
  pointer-events: none;
  height: 15px;
}
.wpcf7-form-control-wrap input:-moz-placeholder + label, .wpcf7-form-control-wrap textarea:-moz-placeholder + label {
  font-size: 0.9375rem;
  cursor: text;
  transform-origin: left bottom;
  transform: translateY(2.125rem);
}
.wpcf7-form-control-wrap input:placeholder-shown + label,
.wpcf7-form-control-wrap textarea:placeholder-shown + label {
  font-size: 0.9375rem;
  cursor: text;
  transform-origin: left bottom;
  transform: translateY(2.125rem);
}
.wpcf7-form-control-wrap input:not(:-moz-placeholder) + label, .wpcf7-form-control-wrap textarea:not(:-moz-placeholder) + label {
  font-size: 0.8125rem;
  transform: translate(0);
  cursor: pointer;
  color: #8544A5;
}
.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;
  transform: translate(0);
  cursor: pointer;
  color: #8544A5;
}
.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: 0.5;
}
.wpcf7-form-control-wrap label {
  font-size: 0.9375rem;
  font-weight: 300;
}
.wpcf7-form-control-wrap label span {
  color: #8544A5;
}

#confirmation-message {
  text-align: center;
  min-height: 510px;
  width: 100%;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#confirmation-message h3.subtitle {
  background: linear-gradient(90deg, #8b45a8 0%, #21336f 100%);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 2.25rem;
}
#confirmation-message .confirmation-text p {
  margin-bottom: 0;
}

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

/******** Zone Footer ********/
footer {
  background-color: white;
}
footer #social-networks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 300;
}
footer #social-networks #social-networks-list {
  display: flex;
  align-items: 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 {
  position: relative;
  display: block;
}
footer #social-networks #social-networks-list li a:before {
  content: "";
  opacity: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}
footer #social-networks #social-networks-list li a.facebook:before {
  background: url("../images/socials/facebook-black.svg") no-repeat center center;
  background-size: contain;
}
footer #social-networks #social-networks-list li a.twitter:before {
  background: url("../images/socials/twitter-black.svg") no-repeat center center;
  background-size: contain;
}
footer #social-networks #social-networks-list li a.linkedin:before {
  background: url("../images/socials/linkedin-black.svg") no-repeat center center;
  background-size: contain;
}
footer #social-networks #social-networks-list li a:hover:before {
  opacity: 0;
}
footer #social-networks .btn {
  font-weight: 600;
}
footer .proud {
  color: white;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 0;
}
footer #container-products .product {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  max-height: 130px;
}
footer #container-products .product img {
  max-height: 130px;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer #container-products .product:not(:hover) {
  opacity: 0.5;
}
footer #container-products:not(:hover) .product {
  opacity: 1;
}
footer #copyright {
  text-transform: uppercase;
  color: #333333;
}
footer #copyright .wassa {
  margin-right: 2rem;
}
footer #copyright .nav-item {
  position: relative;
}
footer #copyright .nav-item:not(:last-of-type):after {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
}
footer #copyright .nav-link {
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 400;
}
footer #copyright .nav-link:hover {
  background: none;
  text-decoration: underline;
}
footer .container-menu-footer {
  display: inline-flex;
}
footer .container-menu-footer #menu-footer {
  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: #8544A5 !important;
  background: white;
}
#cookie-notice a.cn-close-icon:before,
#cookie-notice a.cn-close-icon:after {
  background-color: #8544A5;
  left: 9px;
}

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

#expertise-lab .card-expertise {
  border: 0;
  padding-top: 40px;
}
#expertise-lab #control-tabs .list-group {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#expertise-lab #control-tabs .list-group-item {
  width: 100%;
  max-width: 50%;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
  border: 0;
  font-size: 1.5625rem;
  color: #333333;
  background: 0;
  position: relative;
}
#expertise-lab #control-tabs .list-group-item:hover {
  color: #8544A5;
}
#expertise-lab #control-tabs .list-group-item.active {
  background-color: transparent;
  font-size: 1.875rem;
  font-weight: 600;
}
#expertise-lab #control-tabs .list-group-item.active span {
  background: linear-gradient(90deg, rgb(139, 69, 168) 0%, rgb(33, 51, 111) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#expertise-lab #control-tabs .list-group-item.active:hover {
  color: inherit;
}
#expertise-lab #control-tabs .list-group-item.active:after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #8544A5;
  border: 9px solid white;
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}
#expertise-lab #tabs {
  min-height: auto;
  padding: 60px 0 30px;
}
#expertise-lab #tabs:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #8544A5;
  opacity: 0.8;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 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: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#expertise-list li {
  display: flex;
  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(50% - 15px);
  }
}
@media (min-width: 1200px) {
  #expertise-list li {
    max-width: calc(33.3333333333% - 15px);
  }
}
#expertise-list li img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

#formations {
  background-color: #f9f9f9;
}

.formations-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .formations-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.formation-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.formation-card:hover {
  border-color: rgba(133, 68, 165, 0.5);
}
.formation-card:hover .formation-card-top {
  border-bottom-color: rgba(133, 68, 165, 0.5);
}
.formation-card:hover .formation-title {
  color: #8544A5;
}
.formation-card-top {
  padding: 20px;
  border-bottom: 1px solid #EFEFEF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
}
.formation-card-top__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.formation-card-bottom {
  padding: 20px;
}
.formation-card-bottom__informations {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 20px 0;
  color: #333333;
}
.formation-card-bottom__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #333333;
  border-top: 1px solid #EFEFEF;
  padding-top: 20px;
  margin-top: 20px;
}
.formation-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
  overflow: hidden;
}
.formation-card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.formation-card .formation-id {
  font-family: monospace;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  color: #333333;
  background-color: #EFEFEF;
  padding: 5px 10px;
  border-radius: 20px;
  text-decoration: none;
}
.formation-card .formation-title {
  font-size: 1.125rem;
  color: #333333;
  transition: color 0.3s ease-in-out;
}
.formation-card .formation-presentation {
  font-size: 0.875rem;
  color: #333333;
}
.formation-card .formation-description {
  font-size: 0.875rem;
  color: #333333;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.formation-card .formation-pricing span {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
.formation-card .information-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #333333;
  font-size: 0.875rem;
}
.formation-card .information-item .icon {
  width: 16px;
  height: 16px;
}
.formation-card .formation-link {
  font-size: 0.875rem;
  color: #8544A5;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.formation-card .formation-link:hover {
  color: rgba(133, 68, 165, 0.8);
}

#formation-header {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #333333;
  color: white;
}

.formation-header__back {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}
.formation-header__back svg {
  transition: transform 0.3s ease-in-out;
}
.formation-header__back:hover {
  color: rgb(255, 255, 255);
  text-decoration: none !important;
}
.formation-header__back:hover svg {
  transform: translateX(-5px);
}
.formation-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 992px) {
  .formation-header__content {
    flex-direction: row;
    gap: 40px;
  }
}
.formation-header__left {
  flex: 1;
}
.formation-header__right {
  width: 100%;
  background-color: rgb(57.375, 57.375, 57.375);
  border: 1px solid #666666;
  padding: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .formation-header__right {
    max-width: 450px;
  }
}
.formation-header__right-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.formation-header__tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.formation-header__tag {
  font-size: 0.75rem;
  color: white;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 20px;
}
.formation-header__tag-id {
  font-family: monospace;
  text-transform: uppercase;
  color: rgb(179.8927038627, 131.0729613734, 203.9270386266);
  background-color: rgba(133, 68, 165, 0.2);
}
.formation-header .title {
  font-size: 3rem;
  text-transform: none;
  color: white;
  font-weight: 500;
  margin-bottom: 20px;
}
.formation-header .introduction-text {
  opacity: 0.7;
}
.formation-header__list {
  margin-top: 40px;
  width: 100%;
}
.formation-header__item-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .formation-header__item-content {
    margin-bottom: 0;
  }
}
.formation-header__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.formation-header .formation-pricing {
  font-size: 1.25rem;
  color: white;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.formation-header .formation-pricing span {
  font-size: 2.75rem;
  font-weight: 600;
}

.formation-body__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 992px) {
  .formation-body__content {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .formation-body__content {
    gap: 100px;
  }
}
.formation-body__left {
  flex: 1;
}
.formation-body__right {
  width: 100%;
}
@media (min-width: 992px) {
  .formation-body__right {
    position: sticky;
    top: 150px;
    max-width: 400px;
  }
}

.formation-objectives-title,
.formation-program-title,
.formation-terms-title {
  font-size: 2rem;
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
}

.formation-objectives-title__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.formation-objectives-title__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 126, 183, 0.1019607843);
  border-radius: 6px;
  padding: 5px;
  color: #007eb7;
}
.formation-objectives-description {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.7);
}
.formation-objectives-list {
  margin-top: 20px;
  width: 100%;
}
.formation-objectives-list__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.formation-objectives-list__items li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.formation-details-card {
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  position: relative;
  background-color: white;
}
.formation-details-card + .formation-details-card {
  margin-top: 20px;
}

.formation-program {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .formation-program {
    margin-top: 60px;
  }
}

.formation-details-card__duration {
  padding: 20px;
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.formation-details-card__duration-separator {
  color: rgba(51, 51, 51, 0.7);
}

.formation-details-card__count {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 1.25rem;
  color: #007eb7;
  background-color: rgba(0, 126, 183, 0.1019607843);
  font-weight: 500;
}

.formation-details-card__header {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.formation-details-card__header--collapsible {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.formation-details-card__header--collapsible:hover {
  background-color: rgba(0, 126, 183, 0.05);
}

.formation-details-card__chevron {
  position: absolute;
  right: 20px;
  top: 30px;
  transition: transform 0.25s ease;
}

.formation-details-card__header--collapsible[aria-expanded=true] .formation-details-card__chevron {
  transform: rotate(180deg);
}

.formation-details-card__title {
  font-size: 1.125rem;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0;
}

.formation-details-card__detail {
  padding: 20px;
  border-top: 1px solid #EFEFEF;
  font-size: 0.875rem;
  line-height: 1.5;
}
.formation-details-card__detail h4 {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.formation-details-card__detail ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.formation-details-card__detail ul + h4 {
  margin-top: 30px;
}
.formation-details-card__detail p {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.875rem;
  line-height: 1.5;
}
.formation-details-card__detail p:last-of-type {
  margin-bottom: 0;
}
.formation-details-card__detail li {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.formation-details-card__detail li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #007eb7;
}

.formation-details-card__content span {
  font-size: 0.875rem;
  opacity: 0.7;
}

.formation-terms {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .formation-terms {
    margin-top: 60px;
  }
}

.formation-terms-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 1200px) {
  .formation-terms-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .formation-terms-content .formation-details-card + .formation-details-card {
    margin-top: 0;
  }
}
.formation-terms-content__item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  color: #007eb7;
  background-color: rgba(0, 126, 183, 0.1019607843);
  border-radius: 6px;
}
.formation-terms-content__item-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=wassa.css.map */