@charset "UTF-8";
/* Letter spacing */
/* Line height */
/* Colors */
/* Spacing */
/* Border radius */
/* Border width */
/* Box shadow */
a {
  outline: none !important;
  text-decoration: none;
  transition: all 0.2s ease;
  color: inherit; }
  a > svg {
    width: 100%; }

p {
  margin: 0;
  padding: 0; }

p a {
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(48, 35, 174, 0.4); }
  p a:hover {
    color: inherit;
    opacity: .8;
    border-bottom: 1px solid rgba(48, 35, 174, 0); }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-family: 'Lausanne Regular';
  box-sizing: border-box;
  letter-spacing: 1.13569px; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

p.text-lg + p.text-lg, p.section-introduction_description + p.text-lg, p.text-lg + p.section-introduction_description, p.section-introduction_description + p.section-introduction_description {
  margin-top: 40px; }

p:empty {
  display: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.2; }

figure {
  margin: 0;
  padding: 0; }

figcaption {
  color: #777;
  padding-top: 15px;
  font-style: italic;
  font-size: .9em; }

a:active {
  position: relative;
  top: 1px; }

.container-fluid {
  padding: 0; }

.lity-container {
  max-width: 1440px !important; }

.contact-infos {
  font-size: 1.3em; }

.p-number {
  margin-top: 8px;
  display: block; }

.img-thumbnail {
  border: 0 none !important;
  box-shadow: none; }

.muted {
  color: #9b9b9b; }

.hidden {
  display: none; }

.wrapper {
  width: 100%;
  padding: 0 40px;
  max-width: 1480px;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .wrapper {
      padding: 0 30px; } }
  @media (max-width: 576px) {
    .wrapper {
      padding: 0 10px; } }
.button-play-white, .button-outline, .button-primary {
  background: white;
  border-radius: 0.5rem;
  border: none;
  display: block;
  position: relative;
  padding: 16px 30px;
  font-size: 1.75rem;
  text-decoration: none;
  color: #3124a0;
  font-family: Lausanne Bold;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease; }
  .button-play-white span, .button-outline span, .button-primary span {
    transition: all 0.2s ease;
    margin-top: 3px; }
  .button-play-white:hover, .button-outline:hover, .button-primary:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
    .button-play-white:hover span, .button-outline:hover span, .button-primary:hover span {
      opacity: .8; }
    .button-play-white:hover .icon svg, .button-outline:hover .icon svg, .button-primary:hover .icon svg {
      transform: scale(1.05); }
  .button-play-white .icon, .button-outline .icon, .button-primary .icon {
    display: inline;
    margin-left: 25px; }
  @media (max-width: 992px) {
    .button-play-white, .button-outline, .button-primary {
      font-size: 1.25rem; }
      .button-play-white span, .button-outline span, .button-primary span {
        position: relative;
        top: 1px; }
      .button-play-white .icon, .button-outline .icon, .button-primary .icon {
        width: 24px;
        margin-left: 16px; }
        .button-play-white .icon svg, .button-outline .icon svg, .button-primary .icon svg {
          width: 100%; } }
  @media (max-width: 576px) {
    .button-play-white, .button-outline, .button-primary {
      padding: 8px 12px;
      font-size: 0.75rem; }
      .button-play-white span, .button-outline span, .button-primary span {
        position: relative;
        top: 6px; }
      .button-play-white .icon, .button-outline .icon, .button-primary .icon {
        width: 12px; } }
.button-primary {
  background: #3023ae;
  color: white;
  font-size: 1.25rem;
  padding: 10px 20px;
  font-family: Lausanne Medium;
  border: none !important;
  transition: all 0.2s ease; }
  .button-primary:hover {
    background: #3e2fd5; }

.button-outline {
  background: none;
  color: #3023ae;
  font-size: 1.25rem;
  padding: 10px 20px;
  display: inline-block;
  font-family: Lausanne Medium;
  border: 2px solid #3023ae;
  transition: all 0.2s ease; }
  .button-outline:hover {
    border-color: #8d84e6;
    opacity: .9; }

.button-lg {
  font-size: 1.75rem;
  padding: 15px 30px;
  border-radius: 0.75rem; }

.btn-base, .btn-link, .btn-link-smaller, .btn-primary {
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none; }
  .btn-base:hover, .btn-link:hover, .btn-link-smaller:hover, .btn-primary:hover {
    color: #3023ae; }

.btn-primary {
  border-radius: 25px;
  color: #3023ae !important;
  background: transparent;
  padding: 5px 20px; }
  .btn-primary:hover, .btn-primary.active {
    background: linear-gradient(45deg, #3023AE 0%, #C86DD7 98%);
    color: white !important; }

.btn-smaller {
  font-size: .8em; }

.btn-link, .btn-link-smaller {
  border-bottom: 1px solid rgba(48, 35, 174, 0.2);
  color: #3023ae; }
  .btn-link:hover, .btn-link-smaller:hover {
    border-bottom-color: rgba(48, 35, 174, 0); }

.btn-link-smaller {
  font-size: 1.3em; }

.btn-link:after, .btn-link-smaller:after, .btn-link:before, .btn-link-smaller:before, .btn-link *, .btn-link-smaller * {
  transition: all 0.2s ease; }

.btn-link-right {
  margin-right: 10px; }

.btn-link-right:hover span {
  margin-right: 10px; }

.btn-link-right:hover:after {
  margin-right: -10px;
  margin-left: 10px; }

.btn-link-right:after {
  content: "→";
  margin-left: 10px; }

.btn-link-left:hover {
  margin-left: -10px; }

.btn-link-left:hover:before {
  margin-right: 20px; }

.btn-link-left:before {
  content: "←";
  margin-top: 2px;
  margin-right: 10px; }

.btn-link-smaller:before, .btn-link-smaller:after {
  bottom: 0px !important; }

.navbar {
  padding: 20px 0; }
  @media (max-width: 1400px) {
    .navbar .navbar-nav {
      margin-top: 20px;
      text-align: center; }
      .navbar .navbar-nav .nav-item {
        margin: 5px 0;
        padding: 3px 0; } }
  .navbar .nav-item.active {
    font-weight: bold; }
  .navbar .navbar-brand:hover {
    opacity: .6; }
  .navbar .nav-link {
    font-size: 1.2em;
    border-bottom: none !important; }

.nav-item.active a {
  border-bottom: none !important;
  font-family: Lausanne Medium; }

.link, .footer .nav a, .navbar .nav-link {
  display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  margin: 10px 15px;
  padding: 0 !important;
  transition: opacity 0.1s ease; }
  .link:hover, .footer .nav a:hover, .navbar .nav-link:hover {
    opacity: .6;
    border-color: rgba(255, 255, 255, 0); }

.header {
  background-image: linear-gradient(45deg, #3023AE 0%, #C86DD7 98%); }

.section-introduction {
  position: relative;
  padding: 150px 0 100px 0;
  color: #4a4a4a; }
  @media (max-width: 992px) {
    .section-introduction {
      padding: 50px; } }
.section-introduction_title {
  margin-bottom: 30px; }

.section-introduction_description p + p {
  margin-top: 60px; }

@media (max-width: 992px) {
  .section-introduction_description {
    margin: 40px 0; } }

.box {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow-transition: all 0.2s;
  padding: 2rem 3rem;
  background: white;
  border-radius: 10px;
  margin-bottom: 2rem;
  border: 1px solid #eee; }

.content-body {
  padding-top: 200px; }

.footer {
  padding: 75px 0;
  background-image: linear-gradient(45deg, #3023AE 0%, #C86DD7 98%); }

.footer-sticky {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.footer_explication {
  margin-top: 9px;
  text-align: right;
  color: #fff; }

.footer a {
  font-size: 1.2em; }

.social-links a:hover {
  background: white; }
  .social-links a:hover svg {
    color: #0056b3 !important; }

.footer .nav {
  margin-top: 30px; }
  .footer .nav .nav-item {
    margin: 6px; }
  .footer .nav a {
    background: transparent; }

.footer-logo-parent {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .footer-logo-parent svg {
    width: 100%; }

.section {
  padding: 100px 1vw; }
  @media (max-width: 992px) {
    .section {
      padding: 50px 1vw; } }
.section:last-child {
  padding-bottom: 200px; }
  @media (max-width: 992px) {
    .section:last-child {
      padding-bottom: 100px; } }
.section-titles {
  color: #4a4a4a;
  padding: 75px 0 100px 0; }

.svg-inline--fa {
  box-sizing: border-box;
  color: white;
  display: inline-block;
  width: 0.875em;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  transform-origin: 50% 50% 0px;
  box-sizing: border-box; }

.form-control {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.text-xl, #explainer .section-style .item-title, .section-introduction_title, .section-titles h2 {
  font-family: 'Lausanne Bold';
  font-size: 2.5rem;
  letter-spacing: 1.13569px; }

.text-lg, .section-introduction_description, .section-titles h3 {
  font-family: 'Lausanne Regular';
  font-size: 2rem;
  color: #4b5563;
  letter-spacing: 1.13569px; }
  @media (max-width: 992px) {
    .text-lg, .section-introduction_description, .section-titles h3 {
      font-size: 1.5rem; } }
.text-half, #explainer .section-style .item-description, #explainer .section-clients-title {
  font-size: 1.5rem;
  color: #4b5563;
  letter-spacing: 1.13569px; }
  @media (max-width: 992px) {
    .text-half, #explainer .section-style .item-description, #explainer .section-clients-title {
      font-size: 1rem; } }
.text-md, .section-pricing-stats .section-pricing-stats-label, #explainer .price-box-body, #explainer .price-box-includes, .faq_item_answer h4, .portfolio-single-content-text, .item-description {
  font-size: 1.25rem;
  letter-spacing: 1.13569px; }

.text-sm, #contact .item-person-job {
  font-size: 1rem;
  color: #6b7280;
  letter-spacing: 1.13569px; }

.text-xl + .text-lg, #explainer .section-style .item-title + .text-lg, .section-introduction_title + .text-lg, .section-titles h2 + .text-lg, .text-xl + .section-introduction_description, #explainer .section-style .item-title + .section-introduction_description, .section-introduction_title + .section-introduction_description, .section-titles h2 + .section-introduction_description, .section-titles .text-xl + h3, .section-titles #explainer .section-style .item-title + h3, #explainer .section-style .section-titles .item-title + h3, .section-titles .section-introduction_title + h3, .section-titles h2 + h3 {
  margin-top: 10px; }

.font-light {
  font-family: 'Lausanne Light'; }

.font-regular {
  font-family: 'Lausanne Regular'; }

.font-medium, #contact .item-person-phone {
  font-family: 'Lausanne Medium'; }

.font-bold {
  font-family: 'Lausanne Bold'; }

.font-black {
  font-family: 'Lausanne Black'; }

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px; }

.tag {
  padding: 10px 15px;
  background: #D9D9D9;
  border: 1px solid rgba(63, 63, 63, 0.1);
  border-radius: 7px;
  letter-spacing: 1.82158px;
  text-transform: uppercase;
  color: #4A4A4A; }

.item {
  margin-bottom: 80px;
  border: 1px solid rgba(152, 152, 152, 0);
  padding: 30px;
  transition: all 0.1s ease;
  border-radius: 1rem; }
  .item a:hover {
    border-color: rgba(48, 35, 174, 0);
    color: #6659de; }
  @media (max-width: 576px) {
    .item {
      padding: 20px; } }
  @media (max-width: 992px) {
    .item {
      margin-bottom: 10px; } }
.item-hover:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(152, 152, 152, 0.4);
  transform: scale(1.02);
  cursor: pointer; }
  .item-hover:hover .item-icon {
    transition: all 0.2s ease;
    background-color: #1d4ed8; }
    .item-hover:hover .item-icon img {
      transform: scale(1.1); }
  .item-hover:hover a {
    border-color: rgba(48, 35, 174, 0);
    color: #6659de; }

.item-link {
  @apply .text-lg {}  color: #2f33bd; }
  .item-link a {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(48, 35, 174, 0.2);
    transition: all 0.1s ease; }

.item-description {
  padding-right: 60px;
  margin-top: 10px; }
  @media (max-width: 1400px) {
    .item-description {
      padding-right: 0px; } }
.item-icon-wrapper {
  width: 110px;
  height: 100%;
  float: left;
  margin-right: 20px; }
  @media (max-width: 576px) {
    .item-icon-wrapper {
      display: none; } }
.item-icon {
  background-color: #2f33bd;
  border-radius: 1rem;
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  margin-right: 50px; }
  .item-icon img {
    padding: 30px;
    transition: all 0.2s ease;
    display: block;
    width: 100px;
    height: 100px; }
    .item-icon img svg {
      width: 100%; }

.item-icon-white {
  background-color: white;
  border: 3px solid #3023ae; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

img.no-pad {
  padding: 0 !important; }

.pad-top {
  padding-top: 100px; }

.pad-bottom {
  padding-bottom: 100px; }

.pad-bottom-half {
  padding-bottom: 50px; }

.bg-gray-lighter, .section-introduction {
  background: #f8f8f8; }

.w-full {
  width: 100%; }
  .w-full img {
    width: 100%; }

.relative {
  position: relative; }

.m-auto {
  margin: auto; }

@font-face {
  font-family: 'Lausanne Light';
  src: url("/fonts/Lausanne/300/Lausanne-300.woff2") format("woff2"); }

@font-face {
  font-family: 'Lausanne Regular';
  src: url("/fonts/Lausanne/400/Lausanne-400.woff2") format("woff2"); }

@font-face {
  font-family: 'Lausanne Medium';
  src: url("/fonts/Lausanne/500/Lausanne-500.woff2") format("woff2"); }

@font-face {
  font-family: 'Lausanne Bold';
  src: url("/fonts/Lausanne/600/Lausanne-600.woff2") format("woff2"); }

@font-face {
  font-family: 'Lausanne Black';
  src: url("/fonts/Lausanne/800/Lausanne-800.woff2") format("woff2"); }

/* Letter spacing */
/* Line height */
/* Colors */
/* Spacing */
/* Border radius */
/* Border width */
/* Box shadow */
#home .contexte {
  padding-bottom: 60px; }
  @media (max-width: 1400px) {
    #home .contexte {
      padding-right: 0; } }
#home .contexte-title {
  letter-spacing: 1.13569px;
  color: white;
  font-size: 4vw;
  font-family: 'Lausanne Bold'; }
  @media (min-width: 1401px) {
    #home .contexte-title {
      font-size: 60px; } }
  @media (max-width: 576px) {
    #home .contexte-title {
      font-size: 26px; } }
  #home .contexte-title h2, #home .contexte-title h3 {
    font-size: 1.3em;
    line-height: 1.6em;
    padding-bottom: 10px;
    font-family: Lausanne Medium; }

.video-player-thumbnail {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100px; }
  .video-player-thumbnail img {
    width: 100%; }
  .video-player-thumbnail video {
    width: 100%;
    height: auto;
    padding: 0 !important;
    display: flex;
    margin: 0;
    position: relative;
    z-index: 1; }

.video-player-button-play {
  left: 50%;
  transition: all 0.2s ease;
  z-index: 500;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%; }

@includ media("<minWidth") {
  .video-player-button-play {
    width: 190px; }
    .video-player-button-play a {
      padding: 10px; }
    .video-player-button-play .icon {
      position: relative;
      bottom: 3px; } }
  .video-player-button-play a {
    margin: auto;
    transition: all 0.2s ease; }
    .video-player-button-play a span {
      padding-top: 1px; }
    .video-player-button-play a:hover {
      transform: scale(1.05); }
      .video-player-button-play a:hover span {
        opacity: .8; }

#home .section-introduction {
  position: relative;
  padding: 150px 0 0 0; }

.section-introduction_first-col {
  position: relative; }

.section-introduction_title {
  padding: 0 40px 20px 0; }

.section-introduction_location span {
  margin-left: 15px; }

#home .section-introduction_description {
  padding: 0 50px 100px 10px; }
  @media (max-width: 1400px) {
    #home .section-introduction_description {
      padding-left: 0; } }
  @media (max-width: 576px) {
    #home .section-introduction_description {
      padding-left: 10px; } }
@media (max-width: 1400px) {
  #home .section-introduction_image {
    padding: 0 40px; } }

.project {
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden; }

.project-thumbnail {
  background-color: black;
  border: 1px solid #eee;
  min-height: 380px;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative; }
  @media (max-width: 992px) {
    .project-thumbnail {
      min-height: 320px; } }
  @media (max-width: 576px) {
    .project-thumbnail {
      min-height: 250px; } }
.project-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease; }

.project-infos {
  width: 100%;
  z-index: 2;
  margin: auto;
  text-align: center;
  top: 160px;
  position: absolute;
  opacity: 0;
  pointer-events: none; }
  @media (max-width: 992px) {
    .project-infos {
      top: 140px; } }
  @media (max-width: 576px) {
    .project-infos {
      top: 100px; } }
.project-client {
  font-size: 1.5rem;
  color: #fff;
  font-family: Lausanne Black; }

.project-name {
  margin-top: 5px;
  font-size: 1.25rem;
  font-family: Lausanne Regular;
  color: #fff; }

.hasHover.project-thumbnail:hover {
  cursor: pointer; }
  .hasHover.project-thumbnail:hover .project-infos {
    opacity: 1 !important; }
  .hasHover.project-thumbnail:hover .project-bg {
    opacity: .3; }

.section-clients {
  background-color: #f8f8f8; }
  .section-clients .section-subtitle {
    color: #3023ae; }
  .section-clients .clients-and-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    border-radius: 0.75rem;
    border: 1px solid #3023ae;
    background: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    gap: 30px; }
  .section-clients .badges-logos {
    width: 12%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 40px;
    border-left: 1px solid #eee; }
  .section-clients .badge-logo {
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-clients .badge-logo img {
      margin: auto;
      width: 100%; }
  .section-clients .client-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    flex-grow: 1;
    grid-auto-rows: minmax(100px, auto); }
    @media (max-width: 1400px) {
      .section-clients .client-logos {
        gap: 20px; } }
    @media (max-width: 992px) {
      .section-clients .client-logos {
        grid-auto-rows: minmax(100px, 100px);
        grid-template-columns: repeat(2, 1fr); } }
  .section-clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-clients .client-logo img {
      width: 70%; }
  .section-clients .client-citations {
    margin-top: 100px; }
  .section-clients .client-citation_citation {
    padding-right: 20px;
    min-height: 130px; }

/* Letter spacing */
/* Line height */
/* Colors */
/* Spacing */
/* Border radius */
/* Border width */
/* Box shadow */
.portfolio-single-infos {
  background: #ccc;
  font-size: 1.2em; }

.portfolio-single-infos-type {
  padding-bottom: 0;
  margin-bottom: 0; }

.portfolio-single-infos-title {
  padding-bottom: 1vh;
  font-family: 'Corporative Black';
  font-weight: 900;
  font-size: 3em; }
  @media (max-width: 1400px) {
    .portfolio-single-infos-title {
      font-size: 2em; } }
.portfolio-single-infos-type {
  font-family: 'Corporative Bold';
  font-size: 1.5em; }

.portfolio-single-infos-tags span::after {
  content: ", "; }

.portfolio-single-infos-tags span:last-child::after {
  content: "" !important; }

.portfolio-single-infos, .portfolio-single-content {
  text-align: center; }

.portfolio-single-infos .portfolio-single-infos-play {
  position: relative;
  display: block;
  margin: auto;
  width: 100px;
  transition: all 0.2s ease; }
  .portfolio-single-infos .portfolio-single-infos-play:hover {
    width: 105px;
    opacity: 0.9; }

.portfolio-single-header {
  background-color: gray; }
  .portfolio-single-header img {
    width: 100%;
    margin: auto; }

.portfolio-single-content {
  color: #010101;
  background-color: white !important; }
  .portfolio-single-content .row:first-child {
    padding: 10vh 0; }
  .portfolio-single-content > img {
    padding: 5vh 0 5vh 0; }
  .portfolio-single-content p {
    padding: 5vh 0;
    font-size: 1.6em;
    font-size: 1.6em;
    margin: 0; }
    @media (max-width: 992px) {
      .portfolio-single-content p {
        font-size: 1.2em; } }
    @media (max-width: 576px) {
      .portfolio-single-content p {
        font-size: 1em; } }
    .portfolio-single-content p a {
      color: #007ecf; }
    .portfolio-single-content p + p {
      padding-top: 2vh; }
  .portfolio-single-content img {
    width: 100%; }
  .portfolio-single-content .row.no-pad {
    padding-top: 5vh; }
    .portfolio-single-content .row.no-pad p {
      padding: 0; }
    .portfolio-single-content .row.no-pad + .row.no-pad {
      padding-top: 0 !important; }
    .portfolio-single-content .row.no-pad > * {
      margin: 0;
      padding: 0; }
    .portfolio-single-content .row.no-pad img {
      padding: 5px;
      margin: 0; }

p:empty + .row {
  padding-top: 0 !important; }

p:empty + p {
  margin-top: 0 !important; }

.portfolio-single-content-play-image {
  width: 60%;
  display: block;
  margin: auto; }

.portfolio-single-content-play-title {
  color: #3023ae;
  font-size: 1.4em;
  margin-top: 20px; }

.portfolio-single-content-play-button {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .2s;
  cursor: pointer !important;
  margin: auto;
  width: 60%; }
  .portfolio-single-content-play-button:hover {
    opacity: 0.5; }

.portfolio-single-content-play svg {
  width: 100%; }

.portfolio-single-content p:first-child {
  padding-top: 60px; }

.portfolio-single-content-text {
  width: 80%;
  margin: auto;
  padding: 5vh 0; }

.portfolio-single-content img {
  width: 100%; }

.portfolio-single-content figure {
  overflow: hidden; }

p:empty {
  display: none; }

.single-nav {
  position: relative;
  bottom: 5vh;
  margin-bottom: 50px; }
  .single-nav a {
    color: #007ecf; }

#single .section-header {
  color: white; }
  #single .section-header .page-introduction-background {
    background-image: url("/images/svg/section-header-shapes-light.svg") !important; }

#single .section-header-intro {
  padding: 60px 0 100px; }
  #single .section-header-intro .title {
    text-transform: uppercase;
    font-family: 'Corporative Black'; }

#single .section-header-intro p {
  font-family: 'Corporative Medium'; }

#processus .subtitle {
  font-size: 22px;
  margin: 10px 0 30px; }

#processus hr {
  margin: 30px 0 100px 0; }

#processus .livraisons {
  margin-top: 20px; }

#processus .livraison {
  border: 3px solid #9013FE;
  border-radius: 10px;
  padding: 30px;
  margin-top: 60px;
  position: relative; }
  #processus .livraison h4 {
    margin: 20px 0; }
  #processus .livraison p {
    color: #4a4a4a; }

#processus [class*="processus-icon"] {
  position: absolute;
  top: -23px;
  width: 70px; }
  #processus [class*="processus-icon"] img {
    width: 100%; }

#processus .section {
  margin: 0; }

.section-introduction_image {
  margin: auto;
  margin-top: 80px;
  width: 100%; }
  @media (min-width: 1401px) {
    .section-introduction_image {
      padding: 0 30px; } }
  @media (min-width: 993px) {
    .section-introduction_image {
      position: absolute;
      bottom: 0px; } }
  .section-introduction_image img {
    width: 100%; }

.processus-icon-redaction {
  width: 54px !important;
  top: -26px !important; }

.processus-icon-moodboard {
  width: 60px !important;
  top: -30px !important; }

.processus-icon-storyboard {
  width: 45px !important;
  top: -34px !important; }

.processus-icon-developpement {
  width: 76px !important;
  top: -36px !important; }

.processus-icon-storyboard-2 {
  width: 60px !important;
  top: -32px !important; }

.processus-icon-animation {
  width: 65px !important;
  top: -32px !important; }

.processus-icon-montage {
  width: 65px !important;
  top: -29px !important; }

.processus-icon-narration, .processus-icon-musique {
  width: 60px !important;
  top: -30px !important; }

.faq_item_question {
  padding: 10px 0 20px; }

.faq_item_answer p {
  padding: 10px 0; }

.faq_item_answer h4 {
  margin-top: 20px; }

/* Letter spacing */
/* Line height */
/* Colors */
/* Spacing */
/* Border radius */
/* Border width */
/* Box shadow */
#blog-index.content-body,
.blog-single-content {
  padding: 100px 0; }
  #blog-index.content-body h1,
  .blog-single-content h1 {
    margin: 100px 0; }
  #blog-index.content-body p, #blog-index.content-body ul,
  .blog-single-content p,
  .blog-single-content ul {
    font-size: 1.3em;
    margin-top: 50px; }
  #blog-index.content-body h1 + p,
  .blog-single-content h1 + p {
    margin-top: 0; }

.blog-index-content .blog-article {
  padding-bottom: 100px; }

.blog-index-content .blog-title {
  font-size: 2em;
  font-family: Lausanne Bold; }

.blog-index-content .blog-date {
  font-size: 1.3em;
  color: #9b9b9b;
  font-family: Lausanne Medium; }

.blog-index-content .blog-icon {
  font-size: 3em; }

.blog-single-content h3 {
  margin-top: 100px; }

.blog-single-content h4 {
  margin-top: 50px; }

.blog-single-content p:first-of-type, .blog-single-content p.first {
  font-size: 1.5em;
  padding-bottom: 30px;
  font-family: Lausanne Medium; }

.blog-single-date {
  font-size: 1.1em;
  font-style: italic;
  color: #9b9b9b; }

/* Letter spacing */
/* Line height */
/* Colors */
/* Spacing */
/* Border radius */
/* Border width */
/* Box shadow */
@media (max-width: 992px) {
  #contact .contact-form {
    margin-top: 40px; } }

#contact .contact-form_row-2 {
  margin-top: 30px; }

#contact .section-introduction_first-col {
  padding-right: 80px; }
  @media (max-width: 992px) {
    #contact .section-introduction_first-col {
      padding-right: 0; } }
#contact .form-control {
  padding: 12px 16px; }

#contact textarea {
  padding: 20px; }
  #contact textarea::placeholder {
    font-style: italic; }

#contact .item {
  padding: 0; }
  @media (max-width: 992px) {
    #contact .item {
      margin-top: 20px; } }
  @media (max-width: 576px) {
    #contact .item {
      margin-top: 0; } }
#contact .item-person {
  margin-top: 20px; }
  @media (max-width: 992px) {
    #contact .item-person {
      margin-top: 10px; } }
#contact .item-person-phone {
  float: right;
  text-align: right; }

#contact .item-person-job {
  color: #6b7280; }

@media (max-width: 992px) {
  #contact .item-infos {
    padding-left: 10px;
    margin-top: 30px; } }

#contact .section_parler_first-col {
  padding-right: 140px; }
  @media (max-width: 992px) {
    #contact .section_parler_first-col {
      padding-right: 0;
      margin-bottom: 30px; } }
/* Letter spacing */
/* Line height */
/* Colors */
/* Spacing */
/* Border radius */
/* Border width */
/* Box shadow */
#explainer .item-icon-wrapper {
  padding-bottom: 40px; }

#explainer .section-introduction {
  background: #3023ae;
  color: white;
  padding-bottom: 0;
  overflow: hidden; }
  #explainer .section-introduction .text-half, #explainer .section-introduction .section-style .item-description, #explainer .section-style .section-introduction .item-description, #explainer .section-introduction .section-clients-title {
    color: white;
    padding: 0 80px; }
  #explainer .section-introduction .header-image {
    position: relative;
    top: 10px;
    margin-top: 40px;
    margin-left: -20px; }
    #explainer .section-introduction .header-image img {
      width: 100%; }

#explainer .section-header {
  text-align: center;
  margin: 30px 0 120px; }
  #explainer .section-header.section-header-compact {
    margin: 30px 0 60px; }
  #explainer .section-header p {
    text-align: center;
    margin: auto;
    width: 64%; }
    @media (max-width: 1400px) {
      #explainer .section-header p {
        width: 100%;
        padding: 30px; } }
#explainer .section-clients {
  background: none; }

#explainer .client-citations {
  margin-top: 60px; }

#explainer .section-clients-title {
  font-weight: 700;
  color: black;
  margin-bottom: 40px; }

#explainer .section-style {
  text-align: center; }
  #explainer .section-style img {
    width: 100%; }
  #explainer .section-style .item-icon {
    float: none;
    margin: auto; }
    #explainer .section-style .item-icon img {
      padding: 20px; }

#explainer .style-item {
  margin-bottom: 120px; }
  #explainer .style-item .col-content {
    margin-top: 60px;
    text-align: center; }
    #explainer .style-item .col-content .item-description {
      margin: 30px auto;
      padding: 30px; }

#explainer .section-cta {
  text-align: center; }

#explainer .section-cta-button:hover {
  color: white;
  opacity: .9; }

#explainer .price-box-wrapper {
  padding: 0 40px; }

#explainer .price-box {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 60px; }

#explainer .price-box-price {
  background: #3023ae;
  padding: 30px;
  text-align: center;
  color: white; }
  #explainer .price-box-price h3 {
    font-family: 'Lausanne Black'; }

#explainer .price-box-includes {
  border-bottom: 1px solid #e5e7eb;
  padding: 20px;
  text-align: center;
  color: #3023ae; }

#explainer .price-box-body {
  color: #3023ae;
  padding: 30px; }

#explainer .price-box-item {
  padding: 20px 0; }

#explainer .price-box-item-icon {
  margin-right: 20px; }

#explainer .price-box-footer {
  padding: 20px;
  background: #FAFAFA;
  border-top: 1px solid #e5e7eb; }
  #explainer .price-box-footer p {
    width: 56%;
    float: left; }
  #explainer .price-box-footer button {
    float: right; }

#explainer .price-box-footer-context {
  padding-right: 20px; }

#explainer .disclaimer {
  padding: 20px; }
  #explainer .disclaimer p {
    padding-bottom: 20px; }

.section-light-blue {
  background: #f9fafb; }

.section-pricing .item {
  padding: 0; }

.section-pricing .item-icon img {
  padding: 26px; }

.section-pricing .items {
  margin-top: 60px; }

.section-pricing-stats {
  margin: 0 auto 120px;
  padding: 0 180px;
  text-align: center; }
  @media (max-width: 1400px) {
    .section-pricing-stats {
      padding: 0 40px; }
      .section-pricing-stats .stats-item {
        border: none; } }
  .section-pricing-stats .stats-item {
    border-right: 1px solid #d1d5db; }
    .section-pricing-stats .stats-item:last-child {
      border-right: none; }
  .section-pricing-stats .section-pricing-stats-value {
    font-size: 4rem;
    font-weight: 900;
    color: #3023ae; }
  .section-pricing-stats .section-pricing-stats-label {
    margin-right: -10px; }
    .section-pricing-stats .section-pricing-stats-label sup {
      color: #9ca3af; }
  .section-pricing-stats .stats-item {
    margin: auto; }
