@charset "UTF-8";
/* Sass files import */
/* SASS Variables */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grecaptcha-badge {
  display: none !important;
}

body,
html {
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden !important;
}

html {
  overflow-y: hidden;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #000000;
  width: 100vw;
  height: 100vh;
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
body .background-change {
  will-change: transform;
}

#GeneralWrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
}
#GeneralWrapper ::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #FF3902;
}
#GeneralWrapper ::selection {
  color: #fff;
  background: #FF3902;
}
#GeneralWrapper .container-fluid {
  max-width: 100vw;
  overflow: hidden !important;
}
#GeneralWrapper .container-1440 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
#GeneralWrapper .vc_section {
  padding: 5em 6em;
  background-position: left !important;
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .vc_section {
    padding: 0 12px 48px 48px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .vc_section .vc_btn3-container {
    text-align: center;
  }
}
#GeneralWrapper .vc_row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .inversedcol {
    flex-direction: column-reverse;
  }
}
#GeneralWrapper .hide-on-mobile {
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .hide-on-mobile {
    display: none !important;
    visibility: hidden;
  }
}
#GeneralWrapper .hide-on-desktop {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .hide-on-desktop {
    display: block;
    visibility: visible;
  }
}
#GeneralWrapper .smoothscrollarea {
  max-width: 100%;
  max-height: 100%;
}
#GeneralWrapper .two-cols-content {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .two-cols-content {
    width: calc(100% - 8px);
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .vc_row.vc_row-o-full-height {
    min-height: inherit;
  }
}
#GeneralWrapper .halfheight-row {
  min-height: 60vh;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .halfheight-row {
    min-height: inherit;
  }
}
#GeneralWrapper .fullheight-row {
  min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .fullheight-row {
    min-height: inherit;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .splide__slide .col-md-6 {
    width: 100%;
  }
}
#GeneralWrapper .halfright {
  margin-left: auto;
  padding: 128px;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .halfright {
    margin-right: auto;
    padding: 48px;
  }
}
#GeneralWrapper .orange {
  color: #FF3902 !important;
}
#GeneralWrapper .clip-path-image-section .triangle-clip-path {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .clip-path-image-section .triangle-clip-path {
    width: 100%;
  }
}
#GeneralWrapper .clip-path-image-section .triangle-clip-path img {
  clip-path: polygon(100% 0, 0 10%, 54% 100%);
}
#GeneralWrapper .clip-path-image-section .triangle-clip-path:hover:before {
  clip-path: polygon(100% 7%, 0 5%, 50% 100%);
}
#GeneralWrapper .clip-path-image-section .triangle-clip-path:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF3902;
  clip-path: polygon(100% 9%, 2% 6%, 52% 99%);
  transition: all 0.3s ease;
}
#GeneralWrapper .clip-path-image-section .square-clip-path {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .clip-path-image-section .square-clip-path {
    width: 100%;
  }
}
#GeneralWrapper .clip-path-image-section .square-clip-path img {
  clip-path: polygon(25% 9%, 100% 0, 77% 86%, 0 100%);
}
#GeneralWrapper .clip-path-image-section .square-clip-path:hover:before {
  clip-path: polygon(18% 16%, 95% 0, 82% 81%, 4% 100%);
}
#GeneralWrapper .clip-path-image-section .square-clip-path:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF3902;
  clip-path: polygon(20% 16%, 100% 0, 83% 81%, 4% 100%);
  transition: all 0.3s ease;
}
#GeneralWrapper .clip-path-image-section .pentagon-clip-path {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .clip-path-image-section .pentagon-clip-path {
    width: 100%;
  }
}
#GeneralWrapper .clip-path-image-section .pentagon-clip-path img {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
#GeneralWrapper .clip-path-image-section .pentagon-clip-path:hover:before {
  clip-path: polygon(56% 2%, 100% 37%, 85% 96%, 18% 100%, 0% 49%);
}
#GeneralWrapper .clip-path-image-section .pentagon-clip-path:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF3902;
  clip-path: polygon(56% 2%, 100% 37%, 85% 96%, 18% 100%, 0% 49%);
  transition: all 0.3s ease;
}
#GeneralWrapper .clip-path-image-section .frame-clip-path {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .clip-path-image-section .frame-clip-path {
    width: 100%;
  }
}
#GeneralWrapper .clip-path-image-section .frame-clip-path img {
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
#GeneralWrapper .clip-path-image-section .frame-clip-path:hover:before {
  clip-path: polygon(25% 0%, 0% 17%, 31% 53%, 0% 84%, 20% 98%, 53% 69%, 76% 99%, 100% 78%, 69% 50%, 100% 20%, 77% 1%, 50% 31%);
}
#GeneralWrapper .clip-path-image-section .frame-clip-path:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF3902;
  clip-path: polygon(23% 0%, 0% 18%, 30% 50%, 0% 83%, 20% 100%, 53% 69%, 74% 98%, 100% 79%, 70% 50%, 100% 20%, 81% 0%, 50% 30%);
  transition: all 0.3s ease;
}
#GeneralWrapper .clip-path-image-section .pentagon-clip-path {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .clip-path-image-section .pentagon-clip-path {
    width: 100%;
  }
}
#GeneralWrapper .clip-path-image-section .pentagon-clip-path img {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
#GeneralWrapper .clip-path-image-section .pentagon-clip-path:hover:before {
  clip-path: polygon(59% 2%, 97% 37%, 85% 96%, 15% 99%, 3% 49%);
}
#GeneralWrapper .clip-path-image-section .pentagon-clip-path:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF3902;
  clip-path: polygon(56% 2%, 100% 37%, 85% 96%, 18% 100%, 0% 49%);
  transition: all 0.3s ease;
}
#GeneralWrapper .clip-path-image-section .round-clip-path {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .clip-path-image-section .round-clip-path {
    width: 100%;
  }
}
#GeneralWrapper .clip-path-image-section .round-clip-path img {
  clip-path: circle(49% at 50% 50%);
}
#GeneralWrapper .clip-path-image-section .round-clip-path:hover:before {
  clip-path: circle(50% at 50% 50%);
}
#GeneralWrapper .clip-path-image-section .round-clip-path:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF3902;
  clip-path: circle(49% at 50% 50%);
  transition: all 0.3s ease;
}
#GeneralWrapper .clip-path-image-section .clip-path-image-text {
  z-index: 100;
}
#GeneralWrapper .clip-path-image-section .clip-path-image-text .wpb_content_element {
  padding: 0 1.5em 4em 3em;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .clip-path-image-section .clip-path-image-text .wpb_content_element {
    padding: 1.5em 4em 2em;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .clip-path-image-section .clip-path-image-text .wpb_content_element {
    padding: 1em 0;
  }
}

#main-content {
  overflow: hidden;
}

body .scrollbar-track {
  background: #111;
}
body .scrollbar-track .scrollbar-thumb {
  background: #222;
}

body.page-portfolio {
  width: 100vw;
  font-family: "Open sans";
}
body.page-portfolio #GeneralWrapper .section__cards {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body.page-portfolio #GeneralWrapper .splide__arrows {
    top: initial !important;
    width: 85%;
    margin-left: 1.4em;
  }
}
body.page-portfolio #GeneralWrapper .splide__slide {
  border-top: 7px solid #ff3900;
  margin: auto 1.25em;
}
body.page-portfolio #GeneralWrapper .splide {
  width: 88%;
}
body.page-portfolio #GeneralWrapper .grid__item {
  position: relative;
  width: 300px;
  height: 300px;
}
body.page-portfolio #GeneralWrapper .grid__item .captions {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
  padding: 12px 12px 0;
  background: #000;
  background: -moz-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
body.page-portfolio #GeneralWrapper .grid__item:hover .captions {
  padding-bottom: 50px;
  opacity: 1;
}
body.page-portfolio #GeneralWrapper .section__block {
  /*
    height: auto;
    min-height:50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5vw;
    box-sizing: border-box;
    */
  /*
    .section__cards {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-shrink: 0;
      @media only screen and (max-width: $breakpoint-timeline){
        flex-direction: column;
        height: auto;
      }
    }
    */
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block {
    min-height: inherit;
    display: block;
  }
}
body.page-portfolio #GeneralWrapper .section__block.horizontal {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__title {
  font-size: 260px;
  letter-spacing: 24px;
  -webkit-text-stroke: 3px #666;
  text-stroke: 3px #666;
  color: rgba(0, 0, 0, 0);
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  left: 7%;
  margin-top: -106px;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__title {
    font-size: 100px;
    letter-spacing: 12px;
    text-align: center;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__title:first-child {
  margin-top: 0;
}
body.page-portfolio #GeneralWrapper .section__block .section__card {
  /*
    background-color: #000;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;  */
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__card {
    display: block;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__card {
    margin-left: auto;
    margin-right: auto;
  }
}

#GeneralWrapper .works.frame-view {
  padding: 48px 0;
}
#GeneralWrapper .work-gallery {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#GeneralWrapper .work-gallery .work-information {
  text-align: left;
}
#GeneralWrapper .work-gallery a {
  display: inline-block;
}
#GeneralWrapper .work-gallery a.btn {
  display: inline-block;
  margin-top: 24px;
}
#GeneralWrapper .work-gallery img {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: auto;
}
#GeneralWrapper .work-information {
  padding: 96px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .work-information {
    padding: 48px;
  }
}
#GeneralWrapper .work-information h2 {
  margin-top: 48px;
}

*, html, body {
  cursor: auto;
}
@media only screen and (min-width: 576px) {
  *, html, body {
    cursor: none !important;
  }
}

#cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FF3902;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.15s ease-in-out;
  z-index: 9999;
}
#cursor.pulse {
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  transform: scale(1);
  animation: pulse 1.5s infinite;
}
@media only screen and (max-width: 576px) {
  #cursor {
    display: none;
  }
}
#cursor.hover {
  transform: scale(3);
  opacity: 0.8;
}

.overflow-hidden .vc_column-inner {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  div[class*=ic-] .icon h2 {
    font-size: 42px;
  }
}
div[class*=ic-] .icon .wpb_wrapper {
  text-align: center;
}
div[class*=ic-] .icon .wpb_wrapper svg {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  div[class*=ic-] .icon .wpb_wrapper svg {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 576px) {
  div[class*=ic-] .icon .wpb_wrapper svg {
    width: 180px;
    height: 180px;
  }
}

.bt-1,
.bt-2,
.bt-3,
.bt-4 {
  opacity: 0;
}

.ar0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.ll0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FF3902;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

.ll1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

.ab1 {
  fill: none;
  stroke: #353535;
  stroke-miterlimit: 10;
}

.st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st1 {
  fill: #FFFFFF;
}

.st2 {
  fill: #383838;
}

.tr2 {
  fill: #FF3902;
}

.tr3 {
  fill: rgba(0, 0, 0, 0);
}

.tr0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
}

.tr-full {
  max-width: 600px;
  height: auto;
}

.i-a1, .i-a2, .i-a3, .i-a4 {
  max-width: auto;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.itr0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.itr1 {
  fill: #FFFFFF;
}

.li0 {
  fill: none;
  stroke: #222;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.eyesvg svg, .eyesvg img {
  max-width: 700px;
}

.eye-1 {
  fill: #FF3902;
}

.eye-2 {
  fill: none;
  stroke: #FF3902;
  stroke-width: 2.5;
  stroke-linejoin: round;
}

.eye-3 {
  fill: none;
  stroke: #9C9C9C;
  stroke-width: 2.5;
  stroke-linejoin: round;
}

.arcsvg svg, .arcsvg img {
  max-width: 700px;
}

.arcsvg img.reverse {
  filter: invert(1);
}

.arc-1 {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linejoin: round;
}

.arc-2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.arc-3 {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linejoin: round;
}

.arc-4 {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 2;
}

.stairssvg svg, .stairssvg img {
  max-width: 700px;
}

.stairs-1 {
  fill: none;
  stroke: #9C9C9C;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.stairs-2 {
  fill: none;
  stroke: #FF3902;
  stroke-width: 2;
  stroke-linejoin: round;
}

.stairs-3 {
  fill: #000000;
}

.echellesvg .wpb_wrapper {
  position: relative;
}

.echellesvg svg, .echellesvg img {
  max-width: 500px;
}

.echellesvg img {
  z-index: -1;
}

.ec-0 {
  fill: none;
  stroke: #9C9C9C;
  stroke-width: 2;
  stroke-linejoin: round;
}

.ec-1 {
  fill: none;
  stroke: #FF3902;
  stroke-width: 2;
  stroke-linejoin: round;
}

.echellesvg {
  margin-top: -50px;
}
@media only screen and (max-width: 1024px) {
  .echellesvg {
    margin-top: auto;
  }
}
@media only screen and (max-width: 768px) {
  .echellesvg svg, .echellesvg img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .echellesvg svg, .echellesvg img {
    max-width: 270px;
  }
}

@media only screen and (max-width: 768px) {
  .eyesvg svg,
  .eyesvg img,
  .arcsvg svg,
  .arcsvg img,
  .stairssvg svg,
  .stairssvg img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .eyesvg svg,
  .eyesvg img,
  .arcsvg svg,
  .arcsvg img,
  .stairssvg svg,
  .stairssvg img {
    max-width: 270px;
  }
}

@media only screen and (max-width: 1024px) {
  #choisir-diabolo {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  #choisir-diabolo .vc_column-inner > .wpb_wrapper {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  #choisir-diabolo .wpb_raw_html {
    position: relative;
  }
  #choisir-diabolo .wpb_raw_html #ddcanvas {
    width: 100%;
    left: 20%;
  }
}

.lia1 {
  fill: none;
  stroke: none;
  stroke-width: 2;
  stroke-linejoin: round;
}

.lia2 {
  fill: none;
  stroke: none;
  stroke-width: 2;
  stroke-linejoin: round;
}

.lia3 {
  fill: #b5afd9;
  stroke: #888888;
  stroke-width: 1;
}

.svglines-s1 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.svglines-s2 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.svglines-s3 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
#ddcanvas {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  filter: none;
  transition: filter 0.9s ease;
}

#linesbottom {
  z-index: -2;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
#linesbottom path {
  stroke: #3b3b3b !important;
}
@media only screen and (max-width: 1024px) {
  #linesbottom {
    position: relative;
  }
}
#splide02 {
  z-index: 3;
}

.dd-icon .wpb_raw_code {
  margin-left: auto;
  margin-right: auto;
}
.dd-icon .wpb_raw_code .wpb_wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.dd-icon .wpb_raw_code .wpb_wrapper img {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .dd-icon .wpb_raw_code {
    max-width: 440px;
  }
}

.error404 #GeneralWrapper .header {
  align-items: center;
}
.error404 #GeneralWrapper .header .header-content {
  top: inherit;
}
.error404 .header-animation {
  width: 50vw;
  text-align: right;
}
.error404 .header-animation #shape404 {
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*
#avantages-client {position: relative;}
#home-s2-lines {
  position: absolute;
  left: 0;
  right:0;
  top:0;
  bottom: 0;
  width: 100%;
  canvas{
    height: 100%;
    width: 100%;
  }
}
*/
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #3d3d3d black;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: black;
}

*::-webkit-scrollbar-thumb {
  background-color: #3d3d3d;
  border-radius: 7px;
  border: none;
}

#logoloader {
  height: 150px;
  width: 150px;
}

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 999;
  text-align: center;
}
.preloader-wrap.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.preloader-wrap .outer {
  height: 100%;
  box-sizing: border-box;
}
.preloader-wrap .outer .inner {
  height: 100%;
  box-sizing: border-box;
}
.preloader-wrap .percentage-wrapper {
  height: 20px;
  position: absolute;
  margin-bottom: 20px;
  right: 80px;
  bottom: 40px;
}
.preloader-wrap .percentage-intro {
  height: 20px;
  position: absolute;
  margin-bottom: 20px;
  left: 80px;
  bottom: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.preloader-wrap .percentage {
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  width: 30px;
  height: 100px;
  color: #fff;
  display: table;
  margin: 0 auto;
}
.preloader-wrap .percentage:after {
  content: "%";
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.preloader-wrap .trackbar {
  margin: auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 1;
}
.preloader-wrap .loadbar {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  right: 0;
  overflow: hidden;
}
.preloader-wrap .hold-progress-bar {
  width: 0%;
  height: 0px;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.preloader-wrap .preloader-intro {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 130px;
}
.preloader-wrap .preloader-intro span {
  font-weight: 400;
  color: #FF3902;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#GeneralWrapper .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#GeneralWrapper .hamRotate.active {
  transform: rotate(45deg);
}
#GeneralWrapper .hamRotate180.active {
  transform: rotate(180deg);
}
#GeneralWrapper .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 3;
}
#GeneralWrapper .ham1 .top {
  stroke-dasharray: 40 139;
}
#GeneralWrapper .ham1 .bottom {
  stroke-dasharray: 40 180;
}
#GeneralWrapper .ham1.active .top {
  stroke-dashoffset: -98px;
}
#GeneralWrapper .ham1.active .bottom {
  stroke-dashoffset: -138px;
}
#GeneralWrapper .ham2 .top {
  stroke-dasharray: 40 121;
}
#GeneralWrapper .ham2 .bottom {
  stroke-dasharray: 40 121;
}
#GeneralWrapper .ham2.active .top {
  stroke-dashoffset: -102px;
}
#GeneralWrapper .ham2.active .bottom {
  stroke-dashoffset: -102px;
}
#GeneralWrapper .ham3 .top {
  stroke-dasharray: 40 130;
}
#GeneralWrapper .ham3 .middle {
  stroke-dasharray: 40 140;
}
#GeneralWrapper .ham3 .bottom {
  stroke-dasharray: 40 205;
}
#GeneralWrapper .ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}
#GeneralWrapper .ham3.active .middle {
  stroke-dashoffset: -102px;
}
#GeneralWrapper .ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}
#GeneralWrapper .ham4 .top {
  stroke-dasharray: 40 121;
}
#GeneralWrapper .ham4 .bottom {
  stroke-dasharray: 40 121;
}
#GeneralWrapper .ham4.active .top {
  stroke-dashoffset: -68px;
}
#GeneralWrapper .ham4.active .bottom {
  stroke-dashoffset: -68px;
}
#GeneralWrapper .ham5 .top {
  stroke-dasharray: 40 82;
}
#GeneralWrapper .ham5 .bottom {
  stroke-dasharray: 40 82;
}
#GeneralWrapper .ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
#GeneralWrapper .ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
#GeneralWrapper .ham6 .top {
  stroke-dasharray: 40 172;
}
#GeneralWrapper .ham6 .middle {
  stroke-dasharray: 40 111;
}
#GeneralWrapper .ham6 .bottom {
  stroke-dasharray: 40 172;
}
#GeneralWrapper .ham6.active .top {
  stroke-dashoffset: -132px;
}
#GeneralWrapper .ham6.active .middle {
  stroke-dashoffset: -71px;
}
#GeneralWrapper .ham6.active .bottom {
  stroke-dashoffset: -132px;
}
#GeneralWrapper .ham7 .top {
  stroke-dasharray: 40 82;
}
#GeneralWrapper .ham7 .middle {
  stroke-dasharray: 40 111;
}
#GeneralWrapper .ham7 .bottom {
  stroke-dasharray: 40 161;
}
#GeneralWrapper .ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
#GeneralWrapper .ham7.active .middle {
  stroke-dashoffset: 23px;
}
#GeneralWrapper .ham7.active .bottom {
  stroke-dashoffset: -83px;
}
#GeneralWrapper .ham8 .top {
  stroke-dasharray: 40 160;
}
#GeneralWrapper .ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
#GeneralWrapper .ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
#GeneralWrapper .ham8.active .top {
  stroke-dashoffset: -64px;
}
#GeneralWrapper .ham8.active .middle {
  transform: rotate(90deg);
}
#GeneralWrapper .ham8.active .bottom {
  stroke-dashoffset: -64px;
}

#GeneralWrapper {
  /* Page title */
  /* Slider home */
}
#GeneralWrapper h1,
#GeneralWrapper h2,
#GeneralWrapper h3,
#GeneralWrapper h4,
#GeneralWrapper h5,
#GeneralWrapper h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #f8f8f8;
  overflow-wrap: initial;
}
#GeneralWrapper h1 {
  font-size: 60px;
  line-height: 1.1;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper h1 {
    font-size: 24px;
  }
}
#GeneralWrapper h1 span {
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  color: #FF3902;
}
#GeneralWrapper h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper h2 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper h2 {
    font-size: 19px;
  }
}
#GeneralWrapper h2 span {
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  color: #FF3902;
}
#GeneralWrapper h2.huge-titties {
  font-size: 260px;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: 24px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
#GeneralWrapper .splideslider h2 {
  font-size: 58px;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .splideslider h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .splideslider h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .splideslider h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .splideslider h2 {
    font-size: 20px;
  }
}
#GeneralWrapper .splideslider h2 span {
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #FF3902;
}
#GeneralWrapper .splideslider h3 {
  font-size: 28px;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper .splideslider h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .splideslider h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .splideslider h3 {
    font-size: 18px;
  }
}
#GeneralWrapper h3 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper h3 {
    font-size: 18px;
  }
}
#GeneralWrapper h4 {
  font-size: 21px;
  font-weight: 400;
  color: #FF3902;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper h4 {
    font-size: 17px;
  }
}
#GeneralWrapper ol li,
#GeneralWrapper p,
#GeneralWrapper span,
#GeneralWrapper ul li {
  font-family: "Barlow", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #f8f8f8;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper ol li,
  #GeneralWrapper p,
  #GeneralWrapper span,
  #GeneralWrapper ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper ol li,
  #GeneralWrapper p,
  #GeneralWrapper span,
  #GeneralWrapper ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper ol li,
  #GeneralWrapper p,
  #GeneralWrapper span,
  #GeneralWrapper ul li {
    font-size: 17px;
  }
}
#GeneralWrapper p {
  color: #f8f8f8;
}
#GeneralWrapper .orange-section p,
#GeneralWrapper footer p {
  color: #FFFFFF;
}
#GeneralWrapper a {
  color: #FF3902;
  font-weight: 600;
  transition: all 0.3s ease;
}
#GeneralWrapper a:hover {
  text-decoration: none;
  color: #f8f8f8;
}
#GeneralWrapper b,
#GeneralWrapper strong {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
#GeneralWrapper ol,
#GeneralWrapper ul {
  padding-left: 1em;
}
#GeneralWrapper ol li,
#GeneralWrapper ul li {
  line-height: 2;
}
#GeneralWrapper ol li::marker,
#GeneralWrapper ul li::marker {
  color: #FF3902;
}
#GeneralWrapper ol li.job-offer a,
#GeneralWrapper ul li.job-offer a {
  display: inline-block;
}
#GeneralWrapper .beforetitle {
  font-family: "Rubik", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  letter-spacing: 10px;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .beforetitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .beforetitle {
    font-size: 16px;
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .beforetitle {
    font-size: 15px;
    letter-spacing: 6px;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .beforetitle {
    font-size: 14px;
    letter-spacing: 5px;
  }
}
#GeneralWrapper .ghosttitties {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
#GeneralWrapper .ghosttitties span {
  font-family: "Rubik", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .ghosttitties span {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .ghosttitties span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .ghosttitties span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .ghosttitties span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .ghosttitties span {
    font-size: 24px;
  }
}
#GeneralWrapper .ghosttitties em {
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #FF3902;
}
#GeneralWrapper .ghosttitties desc {
  font-family: "Barlow", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.75;
  display: block;
  margin-top: 24px;
  letter-spacing: 1px;
  color: #f8f8f8;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .ghosttitties desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .ghosttitties desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .ghosttitties desc {
    font-size: 17px;
  }
}
#GeneralWrapper blockquote {
  margin: 48px 0;
  padding: 24px;
  quotes: "“" "”" "‘" "’";
  border-left: 10px solid #f8f8f8;
  background: #222;
}
#GeneralWrapper blockquote:before {
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  content: open-quote;
  vertical-align: -0.4em;
  color: #f8f8f8;
}
#GeneralWrapper blockquote p {
  display: inline;
}
#GeneralWrapper a {
  text-decoration: none;
}
#GeneralWrapper .text-center {
  text-align: center;
}
#GeneralWrapper p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#GeneralWrapper button:not(.splide__pagination__page),
#GeneralWrapper input,
#GeneralWrapper optgroup,
#GeneralWrapper select,
#GeneralWrapper textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#GeneralWrapper .h1,
#GeneralWrapper .h2,
#GeneralWrapper .h3,
#GeneralWrapper .h4,
#GeneralWrapper .h5,
#GeneralWrapper .h6,
#GeneralWrapper h1,
#GeneralWrapper h2,
#GeneralWrapper h3,
#GeneralWrapper h4,
#GeneralWrapper h5,
#GeneralWrapper h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.single-timeline .backtotimeline.fixed-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: block !important;
}
.single-timeline .fixed-button:not(.backtotimeline) {
  display: none !important;
}

select {
  background-color: black !important;
}

.single-projects .backtotimeline.fixed-button {
  display: none !important;
}
.single-projects .fixed-button:not(.backtotimeline) {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: block !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.fixed-button {
  display: none !important;
}

#GeneralWrapper #showmore {
  justify-content: center;
  padding-bottom: 3rem;
}
#GeneralWrapper .button,
#GeneralWrapper .vc_btn3,
#GeneralWrapper .wpforms-submit {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 1em;
  padding: 1em 2em;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #f8f8f8;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 32px 0 rgba(113, 113, 113, 0.37);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .button,
  #GeneralWrapper .vc_btn3,
  #GeneralWrapper .wpforms-submit {
    font-size: 14px;
    padding: 1em 1.5em;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .button,
  #GeneralWrapper .vc_btn3,
  #GeneralWrapper .wpforms-submit {
    font-size: 13px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .button,
  #GeneralWrapper .vc_btn3,
  #GeneralWrapper .wpforms-submit {
    font-size: 12px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .button,
  #GeneralWrapper .vc_btn3,
  #GeneralWrapper .wpforms-submit {
    font-size: 11px;
    letter-spacing: 2px;
  }
}
#GeneralWrapper .button:hover,
#GeneralWrapper .vc_btn3:hover,
#GeneralWrapper .wpforms-submit:hover {
  padding: 1em 2.5em;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .button:hover,
  #GeneralWrapper .vc_btn3:hover,
  #GeneralWrapper .wpforms-submit:hover {
    padding: 1em 1.75em;
  }
}
#GeneralWrapper .button.ouline-button,
#GeneralWrapper .vc_btn3.ouline-button,
#GeneralWrapper .wpforms-submit.ouline-button {
  background: none;
  box-shadow: none;
}
#GeneralWrapper .button.ouline-button:hover,
#GeneralWrapper .vc_btn3.ouline-button:hover,
#GeneralWrapper .wpforms-submit.ouline-button:hover {
  padding: 1em 2em;
}
#GeneralWrapper .orange-btn .vc_btn3 {
  background: rgba(255, 57, 2, 0.7) !important;
  border: 1px solid #ff3902 !important;
}
#GeneralWrapper .colored-section .button,
#GeneralWrapper .colored-section .vc_btn3 {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
#GeneralWrapper .colored-section .single-projects .fixed-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#GeneralWrapper .readmore {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#GeneralWrapper .readmore:hover {
  color: #FF3902;
}
#GeneralWrapper .scrollbtn {
  position: absolute;
  top: 85vh;
  left: calc(50% - 85px);
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .scrollbtn {
    left: calc(50% - 77px);
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .scrollbtn {
    left: calc(50% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .scrollbtn {
    top: 88vh;
    left: calc(50% - 65px);
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .scrollbtn {
    top: 85vh;
    left: calc(50% - 56px);
  }
}
#GeneralWrapper .ctabloc {
  margin-top: 36px;
}

/* ======================================================================== */
/* 93. arrow */
/* ======================================================================== */
.splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.splide__arrows {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .splide__arrows {
    top: calc(50% - 20px);
  }
}
.splide__arrows .splide__arrow--prev {
  left: -2.7em;
}
.splide__arrows .splide__arrow--next {
  right: -2.7em;
  margin-left: auto;
}

.projects .splide__arrows .splide__arrow--prev {
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .projects .splide__arrows .splide__arrow--prev {
    left: 132px;
  }
}
@media only screen and (max-width: 576px) {
  .projects .splide__arrows .splide__arrow--prev {
    left: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .projects .splide__arrows .splide__arrow--next {
    right: 110px;
  }
}
@media only screen and (max-width: 576px) {
  .projects .splide__arrows .splide__arrow--next {
    right: 24%;
  }
}

#choisir-diabolo .splide {
  max-width: 93%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #choisir-diabolo .splide {
    margin-top: 5em !important;
  }
}

.arrow {
  /*
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  */
  height: 100%;
  top: 0;
  background: unset;
}

.arrow:hover .arrow__pointer {
  background-color: #FFFFFF;
}

.arrow:hover .arrow__triangle {
  border-color: transparent transparent transparent #FFFFFF;
}

.arrow_mini .svg-circle {
  width: 40px;
  height: 40px;
}

.arrow_mini .arrow__pointer {
  right: 22px;
  width: 50% !important;
}

.arrow_mini .arrow__triangle {
  border-width: 4px 0 4px 6px;
}

.arrow_mini .circle {
  stroke-width: 2px;
}

.js-arrow:hover .arrow__pointer {
  width: 100% !important;
  transform: scaleX(0.3) translateX(24px);
}

.js-arrow:hover .arrow__triangle {
  transform: translate(calc(-50% + 6px), -50%);
}

.arrow-left {
  transform: rotate(180deg);
}

.arrow__pointer {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: right center;
  background-color: #FFFFFF;
}

.arrow__triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate(-50%, -50%);
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
}

.arrow-up {
  transform: rotate(-90deg);
}

.arrow-up .arrow__pointer {
  width: 80%;
}

.arrow-down {
  transform: rotate(90deg);
}

.arrow-down .arrow__pointer {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .arrow {
    width: 36px;
    height: 36px;
  }
  .arrow .svg-circle {
    width: 36px;
    height: 36px;
  }
  .arrow .arrow__pointer {
    right: 20px;
    width: 50% !important;
  }
  .arrow .arrow__triangle {
    top: 50%;
    border-width: 4px 0 4px 6px;
  }
  .arrow .circle {
    stroke-width: 2px;
  }
}
#GeneralWrapper #topnav {
  pointer-events: none;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  z-index: 200;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#GeneralWrapper #topnav.orangefade {
  background: rgb(255, 57, 2);
  background: -moz-linear-gradient(0deg, rgba(255, 57, 2, 0) 0%, rgb(255, 57, 2) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 57, 2, 0) 0%, rgb(255, 57, 2) 100%);
  background: linear-gradient(0deg, rgba(255, 57, 2, 0) 0%, rgb(255, 57, 2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3902",endColorstr="#ff3902",GradientType=1);
}
#GeneralWrapper #topnav.darkgreyfade {
  background: rgb(23, 23, 23);
  background: -moz-linear-gradient(180deg, rgb(23, 23, 23) 0%, rgba(23, 23, 23, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(23, 23, 23) 0%, rgba(23, 23, 23, 0) 100%);
  background: linear-gradient(180deg, rgb(23, 23, 23) 0%, rgba(23, 23, 23, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262626",endColorstr="#262626",GradientType=1);
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper #topnav {
    padding: 20px 30px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper #topnav {
    padding: 20px;
    padding-right: 0;
    align-items: flex-start;
  }
}
#GeneralWrapper #topnav .logo {
  width: auto;
  height: auto;
  transition: all 0.3s ease;
  pointer-events: all;
}
#GeneralWrapper #topnav .logo img {
  width: auto;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper #topnav .logo img {
    height: 60px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper #topnav .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper #topnav .logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper #topnav .ham {
    width: 60px;
  }
}
#GeneralWrapper #topnav .hamburger-trigger {
  pointer-events: all;
  display: flex;
  align-items: center;
}
#GeneralWrapper #topnav .hamburger-trigger span {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper #topnav .hamburger-trigger span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper #topnav .hamburger-trigger span {
    display: none;
  }
}
#GeneralWrapper #topnav .phonenumber {
  display: inline-block;
  margin-right: 2em;
}
#GeneralWrapper #topnav .phonenumber a {
  margin-top: unset;
  font-size: 12px;
  letter-spacing: 3px;
}
#GeneralWrapper .left-menu-link {
  position: fixed;
  top: calc(50vh - 50px);
  left: 0;
  transform: rotate(270deg);
  z-index: 200;
  opacity: 0;
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .left-menu-link {
    display: none;
  }
}
#GeneralWrapper .left-menu-link ul {
  padding-left: 0;
}
#GeneralWrapper .left-menu-link ul li {
  list-style-type: none;
}
#GeneralWrapper .left-menu-link ul li a {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  color: #f8f8f8;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .left-menu-link ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .left-menu-link ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .left-menu-link ul li a {
    font-size: 12px;
  }
}
#GeneralWrapper .right-menu-link {
  position: fixed;
  top: calc(50vh - 50px);
  right: 0;
  transform: rotate(90deg);
  z-index: 200;
  opacity: 0;
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .right-menu-link {
    display: none;
  }
}
#GeneralWrapper .right-menu-link ul {
  padding-left: 0;
}
#GeneralWrapper .right-menu-link ul li {
  list-style-type: none;
}
#GeneralWrapper .right-menu-link ul li a {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  color: #f8f8f8;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .right-menu-link ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .right-menu-link ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .right-menu-link ul li a {
    font-size: 12px;
  }
}
#GeneralWrapper .header {
  min-height: 100vh;
  display: flex;
}
#GeneralWrapper .header .header-animation, #GeneralWrapper .header .project-cover {
  align-self: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .header .header-animation {
    margin-top: -150px;
    left: 17%;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .header .header-animation {
    left: 0;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .header .header-animation {
    margin-top: -36vh;
  }
}
#GeneralWrapper .header .header-animation video {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .header .header-animation video {
    width: 150%;
    height: auto;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .header .header-animation video {
    margin-top: -10%;
    margin-left: 25px;
  }
}
#GeneralWrapper .header .header-animation.inverted {
  left: 14%;
}
@media only screen and (max-width: 2050px) {
  #GeneralWrapper .header .header-animation.inverted {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .header .header-animation.inverted {
    left: -25%;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .header .header-animation.inverted {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .header .header-animation.inverted video {
    width: 140%;
    margin-left: -50%;
  }
}
#GeneralWrapper .header .header-content {
  position: absolute;
  top: 22vh;
  left: 55vw;
  width: 30vw;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper .header .header-content {
    top: 19vh;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .header .header-content {
    top: 55vh;
    left: 0;
    width: 100%;
    padding: 1em 48px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .header .header-content {
    top: 38vh;
  }
}
#GeneralWrapper .header .header-content.inverted {
  left: 13vw;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .header .header-content.inverted {
    left: 0;
  }
}
#GeneralWrapper .header.main-header {
  background: #000;
}
#GeneralWrapper .header.main-header #phrases span, #GeneralWrapper .header.main-header #phrases em {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
#GeneralWrapper .header.main-header .header-content h1, #GeneralWrapper .header.main-header .header-content p {
  opacity: 0;
}
#GeneralWrapper .header.portfolio-header {
  min-height: 21vh;
}
#GeneralWrapper .header.single-project-header {
  /*opacity: 0;*/
}
#GeneralWrapper .header.single-project-header .project-cover {
  width: 100vw;
  height: 100vh;
}
#GeneralWrapper .header.single-project-header .single-project-header-content {
  top: 80vh;
  left: 5vw;
  width: 50vw;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .header.single-project-header .single-project-header-content {
    width: 100vw;
    top: 75vh;
    left: 0;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .header.single-project-header .single-project-header-content {
    top: 70vh;
  }
}
#GeneralWrapper .header.single-work-header {
  opacity: 0;
  min-height: inherit;
  width: 100vw;
  height: 50vh;
}
#GeneralWrapper .header.single-work-header .work-cover {
  width: 100%;
  height: 100%;
}
#GeneralWrapper .header.single-work-header .single-work-header-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#GeneralWrapper .header.single-work-header .single-work-header-content img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#GeneralWrapper .header.contact-header {
  padding-top: 15em;
  padding-left: 14em;
  position: relative;
  padding-bottom: 6em;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper .header.contact-header {
    padding-left: 12em;
  }
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .header.contact-header {
    padding-left: 9em;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .header.contact-header {
    padding: 12em 6em 1em 6em;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .header.contact-header {
    padding: 7em 3em 1em 3em;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .header.contact-header {
    padding-top: 6em;
  }
}
#GeneralWrapper .header.contact-header .contact-middle-separator {
  display: block;
  width: 2px;
  /*height: 100vh;*/
  position: absolute;
  top: 0;
  left: calc(49.5vw - 1px);
  background: #383838;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .header.contact-header .contact-middle-separator {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .header.contact-header .col-lg-5:first-of-type {
    border-bottom: 1px solid #383838;
    padding-bottom: 1em;
  }
}
#GeneralWrapper .header.contact-header #choose_your_destiny #developper_la_marque,
#GeneralWrapper .header.contact-header #choose_your_destiny #nouvelle_entreprise {
  opacity: 0;
}
#GeneralWrapper .header.contact-header #choose_your_destiny #developper_la_marque h1,
#GeneralWrapper .header.contact-header #choose_your_destiny #nouvelle_entreprise h1 {
  transition: all 0.3s ease;
}
#GeneralWrapper .header.contact-header #choose_your_destiny #developper_la_marque p,
#GeneralWrapper .header.contact-header #choose_your_destiny #nouvelle_entreprise p {
  margin-top: 20px;
}
#GeneralWrapper .header.contact-header #choose_your_destiny.hidden {
  display: none;
}
#GeneralWrapper .header.contact-header #left_contact_glitch_phrases,
#GeneralWrapper .header.contact-header #right_contact_glitch_phrases {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  color: #FF3902;
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .header.contact-header #left_contact_glitch_phrases,
  #GeneralWrapper .header.contact-header #right_contact_glitch_phrases {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .header.contact-header #left_contact_glitch_phrases,
  #GeneralWrapper .header.contact-header #right_contact_glitch_phrases {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .header.contact-header #left_contact_glitch_phrases,
  #GeneralWrapper .header.contact-header #right_contact_glitch_phrases {
    font-size: 38px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .header.contact-header #left_contact_glitch_phrases,
  #GeneralWrapper .header.contact-header #right_contact_glitch_phrases {
    font-size: 34px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .header.contact-header #left_contact_glitch_phrases,
  #GeneralWrapper .header.contact-header #right_contact_glitch_phrases {
    font-size: 24px;
  }
}
#GeneralWrapper .header.contact-header #developpez_votre_marque_form,
#GeneralWrapper .header.contact-header #nouveau_concept_form {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .header.contact-header #developpez_votre_marque_form,
  #GeneralWrapper .header.contact-header #nouveau_concept_form {
    width: 95vw;
  }
}
#GeneralWrapper .header.contact-header #developpez_votre_marque_form.visible,
#GeneralWrapper .header.contact-header #nouveau_concept_form.visible {
  display: block;
}

body.page-template-template-projet #GeneralWrapper #topnav .phonenumber {
  margin-right: 7em;
}

#GeneralWrapper .fullscreen-menu {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.95);
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .fullscreen-menu {
    padding-left: 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .fullscreen-menu {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu {
    padding-left: 20vw;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .fullscreen-menu {
    padding-left: 15vw;
  }
}
#GeneralWrapper .fullscreen-menu.visible {
  z-index: 200;
}
#GeneralWrapper .fullscreen-menu.visible .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
#GeneralWrapper .fullscreen-menu nav ul {
  padding-left: 0;
}
#GeneralWrapper .fullscreen-menu nav ul li {
  position: relative;
  display: block;
  width: max-content;
  transition: padding 0.3s ease;
}
#GeneralWrapper .fullscreen-menu nav ul li#menu-item-1721 a:after {
  font-size: 0.5em;
  display: inline-block;
  padding-left: 0.5em;
  content: "+";
}
#GeneralWrapper .fullscreen-menu nav ul li:before {
  position: absolute;
  top: 50%;
  left: -48px;
  display: block;
  float: left;
  width: 0;
  height: 5px;
  margin-right: 10px;
  content: "";
  transition: all 0.3s ease;
  background: #FF3902;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper .fullscreen-menu nav ul li:before {
    height: 4px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu nav ul li:before {
    height: 3px;
  }
}
#GeneralWrapper .fullscreen-menu nav ul li.menu-item-has-children a:not([href]), #GeneralWrapper .fullscreen-menu nav ul li.menu-item-has-children[href="#"] a {
  pointer-events: none;
}
#GeneralWrapper .fullscreen-menu nav ul li.current-menu-item:before, #GeneralWrapper .fullscreen-menu nav ul li:hover:before {
  width: 35px;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper .fullscreen-menu nav ul li.current-menu-item:before, #GeneralWrapper .fullscreen-menu nav ul li:hover:before {
    width: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .fullscreen-menu nav ul li.current-menu-item:before, #GeneralWrapper .fullscreen-menu nav ul li:hover:before {
    width: 20px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu nav ul li.current-menu-item:before, #GeneralWrapper .fullscreen-menu nav ul li:hover:before {
    width: 15px;
  }
}
#GeneralWrapper .fullscreen-menu nav ul li .sub-menu {
  overflow: hidden;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 19em;
  bottom: -34%;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper .fullscreen-menu nav ul li .sub-menu {
    left: 14em;
    bottom: -24%;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .fullscreen-menu nav ul li .sub-menu {
    left: 17em;
    bottom: -29%;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .fullscreen-menu nav ul li .sub-menu {
    left: 14em;
    bottom: -20%;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .fullscreen-menu nav ul li .sub-menu {
    bottom: -10%;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu nav ul li .sub-menu {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
#GeneralWrapper .fullscreen-menu nav ul li .sub-menu.visible {
  overflow: inherit;
  height: 100%;
  opacity: 1;
}
#GeneralWrapper .fullscreen-menu nav ul li .sub-menu li {
  padding-left: 0;
}
#GeneralWrapper .fullscreen-menu nav ul li .sub-menu li:before {
  width: 20px;
  height: 3px;
}
#GeneralWrapper .fullscreen-menu nav ul li .sub-menu li a {
  font-size: 1.4em;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#GeneralWrapper .fullscreen-menu nav ul li .sub-menu li a:after {
  display: none !important;
}
#GeneralWrapper .fullscreen-menu nav ul li a {
  font-family: "Rubik", sans-serif;
  font-size: 58px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper .fullscreen-menu nav ul li a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .fullscreen-menu nav ul li a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu nav ul li a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .fullscreen-menu nav ul li a {
    font-size: 20px;
  }
}
#GeneralWrapper .fullscreen-menu .logo {
  position: fixed;
  top: 40px;
  left: 40px;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .fullscreen-menu .logo {
    top: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu .logo {
    top: 20px;
    left: 20px;
  }
}
#GeneralWrapper .fullscreen-menu .logo img {
  width: auto;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .fullscreen-menu .logo img {
    height: 60px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .fullscreen-menu .logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu .ham {
    width: 60px;
  }
}
#GeneralWrapper .fullscreen-menu .hamburger-trigger {
  position: fixed;
  z-index: 1500;
  top: 43px;
  right: 39px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .fullscreen-menu .hamburger-trigger {
    top: 20px;
    right: 15px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu .hamburger-trigger {
    top: 20px;
    right: 0;
  }
}
#GeneralWrapper .fullscreen-menu .hamburger-trigger span {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .fullscreen-menu .hamburger-trigger span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .fullscreen-menu .hamburger-trigger span {
    display: none;
  }
}

#GeneralWrapper .tags {
  opacity: 0;
  visibility: none;
}
#GeneralWrapper .tags li {
  opacity: 0;
  visibility: none;
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 2px 15px 0 15px;
  transition: all 0.3s ease;
  background: none;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#GeneralWrapper .tags li:hover, #GeneralWrapper .tags li.active {
  background: #FF3902;
  color: #f8f8f8;
  border-color: #FF3902;
}
#GeneralWrapper .tags li a {
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
}
#GeneralWrapper .tags li:last-of-type {
  margin-right: 0;
}

#GeneralWrapper .dd-process-triangle {
  position: absolute;
  top: 7em;
  left: -4.1em;
  width: 100vw;
  height: auto;
  text-align: center;
}
#GeneralWrapper .dd-process-triangle img {
  width: 100%;
  min-width: 650px;
}
#GeneralWrapper .process-step {
  position: relative;
}
#GeneralWrapper .process-step .round-border-icon {
  width: 200px;
  height: 200px;
  margin: 2em auto;
  padding: 3em;
  transition: all 0.3s ease;
  border: 3px solid #fff;
  border-radius: 100%;
  background: #FF3902;
}
#GeneralWrapper .process-step .round-border-icon:hover {
  transform: scale(1.1);
}
#GeneralWrapper .process-step .round-border-icon img {
  width: 100%;
  height: auto;
}
#GeneralWrapper .process-step .process-text {
  position: absolute;
  top: 20%;
  left: 80%;
  overflow: visible;
  min-width: 400px;
  transition: all 0.3s ease;
  opacity: 0;
}
#GeneralWrapper .process-step:hover .process-text {
  opacity: 1;
}
#GeneralWrapper .competence-icon img {
  width: 120px;
}
#GeneralWrapper #theytrustus .wpb_single_image img {
  width: 172px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper #theytrustus .logo-col {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper #choisir-diabolo {
    margin-top: 3em;
  }
}
#GeneralWrapper #choisir-diabolo .halfright {
  padding-top: 3em;
}

body .mfp-wrap.popupsize .mfp-content {
  width: 100%;
  max-width: 90vw;
  height: 100%;
  max-height: 90vh;
}

.page-template-template-team #video video {
  left: -6em;
}
@media only screen and (max-width: 576px) {
  .page-template-template-team #video video {
    top: 12em;
    left: -2.5em;
    margin-bottom: 8em;
  }
}

.bulletbox {
  width: 340px;
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 3px;
  text-decoration: none;
  color: #f8f8f8;
  padding: 1em 2em;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
}

/* Contact forms */
form label.wpforms-field-label {
  color: #FFFFFF;
}
form label.wpforms-field-sublabel {
  color: #8f8f8f;
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  -webkit-appearance: none;
  background-color: black !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #8f8f8f !important;
  color: #FFFFFF !important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #57c347 !important;
  border: none;
}
.wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #FFFFFF !important;
}

#GeneralWrapper .searchportfolioform {
  width: 300px;
  pointer-events: all;
}
@media only screen and (max-width: 830px) {
  #GeneralWrapper .searchportfolioform {
    display: none;
  }
}
#GeneralWrapper .searchportfolioform .searchform input[type=text] {
  font-family: "Barlow", sans-serif;
  width: 78%;
  padding: 0.5em 0.75em;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0 !important;
  background-color: transparent !important;
}
#GeneralWrapper .searchportfolioform .searchform input[type=text]:focus {
  opacity: 0.6;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #ff3900;
  background-color: black !important;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .searchportfolioform .searchform input[type=text] {
    width: auto;
  }
}
#GeneralWrapper .searchportfolioform .searchform input[type=submit] {
  display: inline-block;
  margin-left: 0.3em;
  padding: 0.5em 0.75em;
  transition: all 0.3s ease;
  color: #f8f8f8;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
#GeneralWrapper .searchportfolioform .searchform input[type=submit]:hover {
  padding: 0.5em 1em 0.5em 0.75em;
}

#GeneralWrapper .sort-projects {
  pointer-events: all;
  position: absolute;
  top: 4em;
  right: 15em;
}
#GeneralWrapper .sort-projects ul {
  list-style-type: none;
}
#GeneralWrapper .sort-projects ul li {
  display: inline-block;
  margin-right: 25px;
}
#GeneralWrapper .sort-projects ul li:last-of-type {
  margin-right: 0;
}
#GeneralWrapper .sort-projects-tags {
  pointer-events: all;
  position: absolute;
  top: 8em;
  left: 1em;
}

#GeneralWrapper .projects .project-categories {
  pointer-events: all;
}
#GeneralWrapper .projects.grid-view {
  margin-left: 5em;
  /* Something goes wrong if we use breakpoint-tablet */
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .projects.grid-view {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 992px) {
  #GeneralWrapper .projects.grid-view {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .projects.grid-view {
    margin-left: 0;
  }
}
#GeneralWrapper .projects.grid-view .project {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
  padding: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
#GeneralWrapper .projects.grid-view .project img {
  max-width: 100%;
  height: auto;
}
#GeneralWrapper .projects.grid-view .project:hover .project-information {
  padding-bottom: 50px;
}
#GeneralWrapper .projects.grid-view .project .project-information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 40px 20px;
  transition: all 0.3s ease;
  pointer-events: none;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  /* Something goes wrong if we use breakpoint-tablet */
}
@media only screen and (max-width: 992px) {
  #GeneralWrapper .projects.grid-view .project .project-information {
    left: 20%;
    width: 60%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .projects.grid-view .project .project-information {
    left: 10%;
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .projects.grid-view .project .project-information {
    left: 0;
    width: 100%;
  }
}
#GeneralWrapper .projects.list-view .project {
  position: relative;
  display: block;
  overflow: hidden;
  flex: none;
  max-width: 80%;
  max-height: 350px;
  margin: 0 auto 1em;
  text-align: center;
}
#GeneralWrapper .projects.list-view .project:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  content: "";
}
#GeneralWrapper .projects.list-view .project img {
  width: 100%;
  height: auto;
}
#GeneralWrapper .projects.list-view .project:hover .project-information {
  padding-bottom: 50px;
}
#GeneralWrapper .projects.list-view .project .project-information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 40px 20px;
  transition: all 0.3s ease;
  text-align: left;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
#GeneralWrapper .projects.slider-view {
  margin: 0 4em 0 6em;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .projects.slider-view {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#GeneralWrapper .projects.slider-view .slide-project {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
}
#GeneralWrapper .projects.slider-view .slide-project a {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .projects.slider-view .slide-project {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .projects.slider-view .slide-project img {
    max-width: 360px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
#GeneralWrapper .projects.slider-view .slide-project:hover .project-information {
  padding-bottom: 50px;
}
#GeneralWrapper .projects.slider-view .slide-project .project-information {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  transition: all 0.3s ease;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .projects.slider-view .slide-project .project-information {
    left: 8em;
    width: 58vw;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .projects.slider-view .slide-project .project-information {
    left: 0;
    width: 100%;
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .projects.slider-view .slide-project .project-information {
    left: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .projects.slider-view .splide__pagination {
    bottom: 0;
    left: 39%;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .projects.slider-view .splide__pagination {
    left: 37%;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .projects.slider-view .splide__arrows {
    width: 128%;
  }
}
#GeneralWrapper .project-categories {
  padding-left: 0;
}
#GeneralWrapper .project-categories li {
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 15px 0;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  background: none;
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .project-categories li {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 360px) {
  #GeneralWrapper .project-categories li {
    font-size: 9px;
  }
}
#GeneralWrapper .project-categories li:hover {
  color: #f8f8f8;
  border-color: #FF3902;
  background: #FF3902;
}
#GeneralWrapper .project-categories li:last-of-type {
  margin-right: 0;
}
#GeneralWrapper .project-categories li a {
  color: #fff;
}

/* Single project and project serach result page */
.search-results #GeneralWrapper .vc_col-sm-12 .wpb_single_image img,
.single-projects #GeneralWrapper .vc_col-sm-12 .wpb_single_image img {
  width: 100vw;
}
.search-results #GeneralWrapper .related-content,
.search-results #GeneralWrapper .vc_section,
.single-projects #GeneralWrapper .related-content,
.single-projects #GeneralWrapper .vc_section {
  padding: 5em 15em;
}
@media only screen and (max-width: 1680px) {
  .search-results #GeneralWrapper .related-content,
  .search-results #GeneralWrapper .vc_section,
  .single-projects #GeneralWrapper .related-content,
  .single-projects #GeneralWrapper .vc_section {
    padding: 4em 8em;
  }
}
@media only screen and (max-width: 1440px) {
  .search-results #GeneralWrapper .related-content,
  .search-results #GeneralWrapper .vc_section,
  .single-projects #GeneralWrapper .related-content,
  .single-projects #GeneralWrapper .vc_section {
    padding: 4em 6em;
  }
}
@media only screen and (max-width: 768px) {
  .search-results #GeneralWrapper .related-content,
  .search-results #GeneralWrapper .vc_section,
  .single-projects #GeneralWrapper .related-content,
  .single-projects #GeneralWrapper .vc_section {
    padding: 3em;
  }
}
.search-results #GeneralWrapper .related-content .project,
.search-results #GeneralWrapper .vc_section .project,
.single-projects #GeneralWrapper .related-content .project,
.single-projects #GeneralWrapper .vc_section .project {
  overflow: hidden;
  margin-top: 2em;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .search-results #GeneralWrapper .related-content .project,
  .search-results #GeneralWrapper .vc_section .project,
  .single-projects #GeneralWrapper .related-content .project,
  .single-projects #GeneralWrapper .vc_section .project {
    max-height: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-results #GeneralWrapper .related-content .project img,
  .search-results #GeneralWrapper .vc_section .project img,
  .single-projects #GeneralWrapper .related-content .project img,
  .single-projects #GeneralWrapper .vc_section .project img {
    width: 100%;
    height: auto;
  }
}
.search-results #GeneralWrapper .related-content .project:hover .project-information,
.search-results #GeneralWrapper .vc_section .project:hover .project-information,
.single-projects #GeneralWrapper .related-content .project:hover .project-information,
.single-projects #GeneralWrapper .vc_section .project:hover .project-information {
  padding-bottom: 50px;
}
.search-results #GeneralWrapper .related-content .project .project-information,
.search-results #GeneralWrapper .vc_section .project .project-information,
.single-projects #GeneralWrapper .related-content .project .project-information,
.single-projects #GeneralWrapper .vc_section .project .project-information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transition: all 0.3s ease;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.search-results #GeneralWrapper .conclusion-block,
.single-projects #GeneralWrapper .conclusion-block {
  background: #fff;
}
.search-results #GeneralWrapper .conclusion-block h1,
.search-results #GeneralWrapper .conclusion-block h2,
.search-results #GeneralWrapper .conclusion-block h3,
.search-results #GeneralWrapper .conclusion-block h4,
.search-results #GeneralWrapper .conclusion-block p,
.single-projects #GeneralWrapper .conclusion-block h1,
.single-projects #GeneralWrapper .conclusion-block h2,
.single-projects #GeneralWrapper .conclusion-block h3,
.single-projects #GeneralWrapper .conclusion-block h4,
.single-projects #GeneralWrapper .conclusion-block p {
  color: #383838;
}
.search-results #GeneralWrapper .fixed-button,
.single-projects #GeneralWrapper .fixed-button {
  display: none;
}

body.page-portfolio {
  width: 100vw;
  font-family: "Open sans";
}
body.page-portfolio #GeneralWrapper .section__cards {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body.page-portfolio #GeneralWrapper .splide__arrows {
    top: initial !important;
    width: 85%;
    margin-left: 1.4em;
  }
}
body.page-portfolio #GeneralWrapper .splide__slide {
  border-top: 7px solid #ff3900;
  margin: auto 1.25em;
}
body.page-portfolio #GeneralWrapper .splide {
  width: 88%;
}
body.page-portfolio #GeneralWrapper .grid__item {
  position: relative;
  width: 300px;
  height: 300px;
}
body.page-portfolio #GeneralWrapper .grid__item .captions {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
  padding: 12px 12px 0;
  background: #000;
  background: -moz-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
body.page-portfolio #GeneralWrapper .grid__item:hover .captions {
  padding-bottom: 50px;
  opacity: 1;
}
body.page-portfolio #GeneralWrapper .section__block {
  /*
  height: auto;
  min-height:50vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5vw;
  box-sizing: border-box;
  */
  /*
  .section__cards {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    @media only screen and (max-width: $breakpoint-timeline){
      flex-direction: column;
      height: auto;
    }
  }
  */
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block {
    min-height: inherit;
    display: block;
  }
}
body.page-portfolio #GeneralWrapper .section__block.horizontal {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__title {
  font-size: 260px;
  letter-spacing: 24px;
  -webkit-text-stroke: 3px #666;
  text-stroke: 3px #666;
  color: rgba(0, 0, 0, 0);
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  left: 7%;
  margin-top: -106px;
  padding-top: 8rem;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__title {
    font-size: 100px;
    letter-spacing: 12px;
    text-align: center;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__title:first-child {
  margin-top: 0;
}
body.page-portfolio #GeneralWrapper .section__block .section__card {
  /*
  background-color: #000;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;  */
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__card {
    display: block;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__card {
    margin-left: auto;
    margin-right: auto;
  }
}

#GeneralWrapper .works.frame-view {
  padding: 48px 0;
}
#GeneralWrapper .work-gallery {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#GeneralWrapper .work-gallery .work-information {
  text-align: left;
}
#GeneralWrapper .work-gallery a {
  display: inline-block;
}
#GeneralWrapper .work-gallery a.btn {
  display: inline-block;
  margin-top: 24px;
}
#GeneralWrapper .work-gallery img {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: auto;
}
#GeneralWrapper .work-information {
  padding: 96px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .work-information {
    padding: 48px;
  }
}
#GeneralWrapper .work-information h2 {
  margin-top: 48px;
}

body.category #GeneralWrapper .timeline-wrapper {
  display: none;
}

body.page-portfolio {
  width: 100vw;
  font-family: "Open sans";
}
body.page-portfolio #GeneralWrapper .section__cards {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body.page-portfolio #GeneralWrapper .splide__arrows {
    top: initial !important;
    width: 85%;
    margin-left: 1.4em;
  }
}
body.page-portfolio #GeneralWrapper .splide__slide {
  border-top: 7px solid #ff3900;
  margin: auto 1.25em;
}
body.page-portfolio #GeneralWrapper .splide {
  width: 88%;
}
body.page-portfolio #GeneralWrapper .grid__item {
  position: relative;
  width: 300px;
  height: 300px;
}
body.page-portfolio #GeneralWrapper .grid__item .captions {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
  padding: 0 0 0 10px;
  background: #000;
  background: -moz-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
body.page-portfolio #GeneralWrapper .grid__item:hover .captions {
  padding-bottom: 50px;
  opacity: 1;
}
body.page-portfolio #GeneralWrapper .section__block {
  /*
    height: auto;
    min-height:50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5vw;
    box-sizing: border-box;
    */
  /*
    .section__cards {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-shrink: 0;
      @media only screen and (max-width: $breakpoint-timeline){
        flex-direction: column;
        height: auto;
      }
    }
    */
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block {
    min-height: inherit;
    display: block;
  }
}
body.page-portfolio #GeneralWrapper .section__block.horizontal {
  height: 280px;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block.horizontal .section__card:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__title {
  font-size: 130px;
  letter-spacing: 24px;
  -webkit-text-stroke: 3px #666;
  text-stroke: 3px #666;
  color: rgba(0, 0, 0, 0);
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  left: 7%;
  margin-top: -106px;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__title {
    font-size: 80px;
    letter-spacing: 12px;
    text-align: center;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__title:first-child {
  margin-top: 0;
}
body.page-portfolio #GeneralWrapper .section__block .section__card {
  /*
    background-color: #000;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;  */
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__card {
    display: block;
  }
}
body.page-portfolio #GeneralWrapper .section__block .section__card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  body.page-portfolio #GeneralWrapper .section__block .section__card {
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-portfolio .timeline-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  min-height: 90px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 150;
}
body.page-portfolio .timeline-wrapper .timeline-fade-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 200;
}
body.page-portfolio .timeline-wrapper #timeline-nav {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1921px) {
  body.page-portfolio .timeline-wrapper #timeline-nav {
    left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-portfolio .timeline-wrapper #timeline-nav {
    display: none;
  }
}
body.page-portfolio .timeline-wrapper #timeline-nav ul {
  list-style-type: none;
  min-width: 500%;
}
body.page-portfolio .timeline-wrapper #timeline-nav ul li {
  display: inline-block;
}
body.page-portfolio .timeline-wrapper #timeline-nav ul li a {
  padding: 12px;
  color: #ccc;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
body.page-portfolio .timeline-wrapper #timeline-nav ul li a.active, body.page-portfolio .timeline-wrapper #timeline-nav ul li a:hover {
  color: #FF3902;
  font-weight: 600;
}
body.page-portfolio .timeline-wrapper #timeline-nav ul li a.active .timeline-date-dot, body.page-portfolio .timeline-wrapper #timeline-nav ul li a:hover .timeline-date-dot {
  background: #FF3902;
}
body.page-portfolio .timeline-wrapper #timeline-nav ul li a .timeline-date-dot {
  display: block;
  width: 15px;
  height: 15px;
  background: #000000;
  border: 2px solid #FF3902;
  border-radius: 100%;
  margin-left: 14px;
  transition: all 0.3s ease;
}
body.page-portfolio .timeline-wrapper #timeline-nav ul li a .timeline-date-dot:after {
  content: "";
  display: block;
  width: 3.2em;
  height: 2px;
  background: #FF3902;
  position: relative;
  top: 4px;
  left: 100%;
}
@media only screen and (max-width: 768px) {
  body.page-portfolio .timeline-wrapper #timeline-nav ul li a .timeline-date-dot:after {
    width: 4em;
  }
}
body.page-portfolio .timeline-wrapper #timeline-nav ul li:last-of-type .timeline-date-dot:after {
  display: none;
}

#GeneralWrapper .works.frame-view {
  padding: 48px 0;
}
#GeneralWrapper .work-gallery {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#GeneralWrapper .work-gallery .work-information {
  text-align: left;
}
#GeneralWrapper .work-gallery a {
  display: inline-block;
}
#GeneralWrapper .work-gallery a.btn {
  display: inline-block;
  margin-top: 24px;
}
#GeneralWrapper .work-gallery img {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: auto;
}
#GeneralWrapper .work-information {
  padding: 96px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .work-information {
    padding: 48px;
  }
}
#GeneralWrapper .work-information h2 {
  margin-top: 48px;
}

.page-timeline {
  height: 0px;
  overflow: hidden;
}

#GeneralWrapper .wp-video {
  width: 100% !important;
  margin-bottom: 48px;
}
#GeneralWrapper .wp-video video {
  width: 100% !important;
  height: 100% !important;
}

#GeneralWrapper .team-grid .member {
  opacity: 0;
  margin-bottom: 2em;
  overflow: hidden;
  min-height: 700px;
  aspect-ratio: 2/3;
}
@media only screen and (max-width: 1680px) {
  #GeneralWrapper .team-grid .member {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1440px) {
  #GeneralWrapper .team-grid .member {
    min-height: 530px;
  }
}
@media only screen and (max-width: 1200px) {
  #GeneralWrapper .team-grid .member {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper .team-grid .member {
    min-height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .team-grid .member {
    min-height: 700px;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper .team-grid .member {
    min-height: 500px;
  }
}
#GeneralWrapper .team-grid .member .member_before_image,
#GeneralWrapper .team-grid .member .member_after_image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  transition: all 0.3s ease;
}
#GeneralWrapper .team-grid .member .member_after_image {
  opacity: 0;
  z-index: 80;
}
#GeneralWrapper .team-grid .member .member-information {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
  z-index: 100;
}
#GeneralWrapper .team-grid .member:hover .member_after_image {
  opacity: 1;
}
#GeneralWrapper .team-grid .member:hover .member-information {
  padding-bottom: 50px;
}

.cky-consent-container, .cky-modal {
  z-index: 9000 !important;
}

.cky-overlay {
  z-index: 8900 !important;
}

.tarifs-web .tarifs-web-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .tarifs-web .tarifs-web-row {
    flex-direction: column;
  }
}
.tarifs-web .tarifs-web-row .tarif-card {
  width: 20%;
  background: rgba(42, 42, 42, 0.5647058824);
  padding: 2rem 1rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .tarifs-web .tarifs-web-row .tarif-card {
    width: 100%;
  }
}
.tarifs-web .tarifs-web-row .tarif-card:hover {
  transform: translateY(-15px);
}
.tarifs-web .tarifs-web-row .tarif-card ul li {
  margin-bottom: 1.5rem;
}
.tarifs-web .tarifs-web-row .d-none {
  display: none;
}

#GeneralWrapper footer {
  width: 100%;
  background: #FF3902;
  padding: 6em 5em;
}
#GeneralWrapper footer .row > * {
  padding: 20px 15px;
}
#GeneralWrapper footer .row > div:nth-child(3) > div {
  border-left: 3px solid white;
  padding-left: 29px;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper footer .row > div:nth-child(3) > div {
    border: none;
    padding-left: initial;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper footer {
    padding: 5em 0 5em 4em;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper footer {
    padding: 5em 0 3em 4em;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper footer {
    padding: 3em 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper footer .col-md-4 {
    margin-bottom: 2em;
  }
}
#GeneralWrapper footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#GeneralWrapper footer ul li {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
#GeneralWrapper footer a {
  color: #fff;
  font-weight: 300;
}
#GeneralWrapper footer a[href^="mailto:"],
#GeneralWrapper footer a[href^="tel:"] {
  font-weight: 600;
}
#GeneralWrapper footer .wp-block-social-links li {
  margin-right: 0.5em;
}
#GeneralWrapper footer .wp-block-social-links li:last-of-type {
  margin-right: 0;
}
#GeneralWrapper footer .wp-block-social-links li a {
  color: #FF3902;
}
#GeneralWrapper .social-icons div {
  display: inline-flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
#GeneralWrapper .social-icons div svg path {
  fill: white;
}
#GeneralWrapper .copyright {
  width: 100%;
  background: #FF3902;
  border-top: 1px solid white;
  font-size: 0.8em;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em 0 0.25em;
}100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
  z-index: 100;
}
#GeneralWrapper .team-grid .member:hover .member_after_image {
  opacity: 1;
}
#GeneralWrapper .team-grid .member:hover .member-information {
  padding-bottom: 50px;
}

.cky-consent-container, .cky-modal {
  z-index: 9000 !important;
}

.cky-overlay {
  z-index: 8900 !important;
}

.tarifs-web .tarifs-web-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .tarifs-web .tarifs-web-row {
    flex-direction: column;
  }
}
.tarifs-web .tarifs-web-row .tarif-card {
  width: 20%;
  background: rgba(42, 42, 42, 0.5647058824);
  padding: 2rem 1rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .tarifs-web .tarifs-web-row .tarif-card {
    width: 100%;
  }
}
.tarifs-web .tarifs-web-row .tarif-card:hover {
  transform: translateY(-15px);
}
.tarifs-web .tarifs-web-row .tarif-card ul li {
  margin-bottom: 1.5rem;
}
.tarifs-web .tarifs-web-row .d-none {
  display: none;
}

#GeneralWrapper footer {
  width: 100%;
  background: #FF3902;
  padding: 6em 5em;
}
#GeneralWrapper footer .row > * {
  padding: 20px 15px;
}
#GeneralWrapper footer .row > div:nth-child(3) > div {
  border-left: 3px solid white;
  padding-left: 29px;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper footer .row > div:nth-child(3) > div {
    border: none;
    padding-left: initial;
  }
}
@media only screen and (max-width: 1024px) {
  #GeneralWrapper footer {
    padding: 5em 0 5em 4em;
  }
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper footer {
    padding: 5em 0 3em 4em;
  }
}
@media only screen and (max-width: 576px) {
  #GeneralWrapper footer {
    padding: 3em 1.5em;
  }
}
#GeneralWrapper footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#GeneralWrapper footer ul li {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
#GeneralWrapper footer a {
  color: #fff;
  font-weight: 300;
}
#GeneralWrapper footer a[href^="mailto:"],
#GeneralWrapper footer a[href^="tel:"] {
  font-weight: 600;
}
#GeneralWrapper footer .wp-block-social-links li {
  margin-right: 0.5em;
}
#GeneralWrapper footer .wp-block-social-links li:last-of-type {
  margin-right: 0;
}
#GeneralWrapper footer .wp-block-social-links li a {
  color: #FF3902;
}
@media only screen and (max-width: 768px) {
  #GeneralWrapper .col-md-4 {
    margin-bottom: 2em;
  }
}
#GeneralWrapper .social-icons div {
  display: inline-flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
#GeneralWrapper .social-icons div svg path {
  fill: white;
}
#GeneralWrapper .copyright {
  width: 100%;
  background: #FF3902;
  border-top: 1px solid white;
  font-size: 0.8em;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em 0 0.25em;
}

#bloc-cours-right {
    opacity: 0;
}

.wpb_single_image.wpb_content_element.vc_align_center.img-academie-resize-full img {
    width: 60%;
}

/* SEO OPTIMISATION */ 
@media screen and (min-width: 1025px) {
#diabolo-design-fish img {
    transform: scale(1.5);
}
}

.home h2 {
    font-size: 60px !important;
    line-height: 1.1;
}

/* PROJET TIMELINE 22 aout 2025 */ 

#GeneralWrapper .container-1440 {
    max-width: 98%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

 #GeneralWrapper .work-information {
    padding: inherit!important;
    max-width: 100%!important;
    margin-left: inherit!important;
    margin-right: inherit!important;
}

.projects-testtimeline #GeneralWrapper .work-information h2 {
    margin-top: 0!important;
}

/* LANDING PAGE RE_BRANDING */ 

.page-id-9948 .secondary-header {
    display: none !important;
}

/* section.vc_section.two-cols-content.fullheight-row.section-academie-ia-formation.vc_section-o-content-middle.vc_section-flex {
    min-height: 50vh !important;
} */

#title-second-niveau {
    min-height: 0vh !important;
}

#title-second-niveau-2 {
    min-height: 0vh !important;
}

.orange-text-packing {
    color: #FF3902 !important;
    font-size: 41px !important;
    font-weight: 900 !important;
}

#header-landing-page-rebranding {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: 75vh !important;
}

@media (min-width: 1612px) {
.title-landing-page-project {
	padding: 5em 15em 0 15em!important
}
}

@media (min-width: 577px) {
.page-re-branding #GeneralWrapper .two-cols-content {
    width: auto!important;
}
}

/* 1. Par défaut : la version desktop est visible, la version mobile cachée */
.avant-apres-desktop {
  display: block !important;
}

.avant-apres-mobile {
  display: none !important;
}

/* 2. En dessous ou égal à 1024px : on inverse */
@media (max-width: 1024px) {
  .avant-apres-desktop {
    display: none !important;
  }

  .avant-apres-mobile {
    display: block !important;
  }
	
.page-re-branding .wpb_single_image.wpb_content_element.vc_align_center.img-academie-resize-full img {
    width: 100%;
}
}

@media (max-width: 576px) {
.page-re-branding #main-content {
    margin-top: 4rem!important;
}
}
