/*
Theme Name: Studio Rafale
Theme URI: https://rafale.studio/
Description: Studio Rafale - Creative animation studio based in Bordeaux
Version: 0.0.1
Author: Emmanuel Cook

Studio Rafale by Emmanuel Cook

*/
@font-face {
  font-family: "futuraround";
  font-weight: 800;
  src: url("../fonts/futuraround/futuraround-bold.eot");
  src: url("../fonts/futuraround/futuraround-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/futuraround/futuraround-bold.woff2") format("woff2"), url("../fonts/futuraround/futuraround-bold.woff") format("woff");
}
@font-face {
  font-family: "futuraround";
  font-weight: normal;
  src: url("../fonts/futuraround/futuraround-regular.woff2") format("woff2"), url("../fonts/futuraround/futuraround-regular.woff") format("woff");
}
@font-face {
  font-family: "ogg";
  src: url("../fonts/ogg/Ogg-LightItalic.eot");
  src: url("../fonts/ogg/Ogg-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ogg/Ogg-LightItalic.woff2") format("woff2"), url("../fonts/ogg/Ogg-LightItalic.woff") format("woff"), url("../fonts/ogg/Ogg-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "kvetch";
  src: url("../fonts/kvetch/Kvetch-Bold.woff2") format("woff2"), url("../fonts/kvetch/Kvetch-Bold.woff") format("woff");
}
@font-face {
  font-family: "carnaby";
  src: url("../fonts/carnaby/carnaby.woff2") format("woff2"), url("../fonts/carnaby/carnaby.woff") format("woff");
}
.mylazyload {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, transform 1.5s ease;
  transition: opacity 2s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
.mylazyload.mylazyloaded {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, transform 1.5s ease;
  transition: opacity 2s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}

.scope_of_work .cat, .projectTitle {
  opacity: 0;
}

.titleLoad {
  opacity: 1 !important;
  overflow: hidden;
  position: relative;
  height: 50px;
}
.titleLoad span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(65px) scaleY(1.3);
          transform: translateY(65px) scaleY(1.3);
  -webkit-transition: 0.6s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 0.6s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  opacity: 0;
}
.titleLoad span:nth-child(1) {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.titleLoad span:nth-child(2) {
  -webkit-transition-delay: 0.05s !important;
          transition-delay: 0.05s !important;
}
.titleLoad span:nth-child(3) {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
.titleLoad span:nth-child(4) {
  -webkit-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
}
.titleLoad span:nth-child(5) {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.titleLoad span:nth-child(6) {
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
}
.titleLoad span:nth-child(7) {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.titleLoad span:nth-child(8) {
  -webkit-transition-delay: 0.35s !important;
          transition-delay: 0.35s !important;
}
.titleLoad span:nth-child(9) {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.titleLoad span:nth-child(10) {
  -webkit-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
}
.titleLoad span:nth-child(11) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.titleLoad span:nth-child(12) {
  -webkit-transition-delay: 0.55s !important;
          transition-delay: 0.55s !important;
}
.titleLoad span:nth-child(13) {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.titleLoad span:nth-child(14) {
  -webkit-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important;
}
.titleLoad span:nth-child(15) {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
.titleLoad span:nth-child(16) {
  -webkit-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
}
.titleLoad span:nth-child(17) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
.titleLoad span:nth-child(18) {
  -webkit-transition-delay: 0.85s !important;
          transition-delay: 0.85s !important;
}
.titleLoad span:nth-child(19) {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}
.titleLoad span:nth-child(20) {
  -webkit-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important;
}
.titleLoad.titleLoaded span {
  opacity: 1;
  -webkit-transform: translateY(0px) scaleY(1);
          transform: translateY(0px) scaleY(1);
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}

html {
  overflow-x: hidden;
}
html .transition-fade {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
html .transition-stroke {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  stroke-width: 0;
}

html.is-animating .transition-fade {
  opacity: 0.95;
}
html.is-animating .transition-stroke {
  stroke-width: 30;
}

.zigzagBG {
  z-index: 99;
  position: fixed;
  bottom: 0;
  top: 0;
  width: 321vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* .zzBG{
  	stroke-width: 30;

  } */
}
.zigzagBG.animate .zzBG { /* 
stroke-width: 0;
transition: 1s ease; */ }
.zigzagBG svg {
  margin-left: -27vh;
  width: 25%;
}
.zigzagBG svg:nth-child(1) {
  left: 0;
}
.zigzagBG svg:nth-child(1) .zzBG {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.zigzagBG svg:nth-child(2) {
  left: 28vh;
}
.zigzagBG svg:nth-child(2) .zzBG {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.zigzagBG svg:nth-child(3) {
  left: 56vh;
}
.zigzagBG svg:nth-child(3) .zzBG {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.zigzagBG svg:nth-child(4) {
  left: 84vh;
}
.zigzagBG svg:nth-child(4) .zzBG {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.zigzagBG svg:nth-child(5) {
  left: 112vh;
}
.zigzagBG svg:nth-child(5) .zzBG {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

html, body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}
html.out, body.out {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body {
  overflow: hidden;
  background: #000;
  font-family: "futuraround", sans-serif;
  color: #BABABA;
  overflow: hidden;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
#header .logo {
  width: 100px;
  margin: 15px;
  position: fixed;
  top: 5px;
}
#header .logo img {
  width: 100%;
}
#header .toggleMenu {
  display: none;
  width: 30px;
  height: 21px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px;
}
#header .toggleMenu span {
  height: 1px;
  display: block;
  width: 100%;
  background: #e1ff37;
}
#header .toggleMenu span:nth-child(1) {
  margin-left: 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
          transform: rotate(0deg) translate(0px, 0px);
}
#header .toggleMenu span:nth-child(2) {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header .toggleMenu span:nth-child(3) {
  margin-left: -5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
          transform: rotate(0deg) translate(0px, 0px);
}
#header .toggleMenu.active span {
  height: 1px;
  display: block;
  width: 100%;
  background: #e1ff37;
}
#header .toggleMenu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(3px, 10px);
          transform: rotate(45deg) translate(3px, 10px);
  margin-left: 5px;
}
#header .toggleMenu.active span:nth-child(2) {
  width: 0;
}
#header .toggleMenu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
          transform: rotate(-45deg) translate(8px, -8px);
  margin-left: -5px;
}
@media screen and (max-width: 1000px) {
  #header .toggleMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  #header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px;
    background: black;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s ease 0.5s;
    transition: 1s ease 0.5s;
  }
  #header nav.active {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
}
@media screen and (max-width: 600px) {
  #header nav {
    padding: 25px;
  }
}
#header nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  counter-reset: my-awesome-counter;
}
@media screen and (max-width: 1000px) {
  #header nav ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header nav ol li {
  counter-increment: my-awesome-counter;
  position: relative;
}
#header nav ol li::before {
  content: "0" counter(my-awesome-counter) ". ";
  color: #e1ff37;
  font-family: "futuraround", sans-serif;
  position: absolute;
  left: 7px;
  top: 12px;
  font-weight: 400;
  font-size: 10px;
}
#header nav ol li a {
  display: inline-block;
  color: #e1ff37;
  text-decoration: none;
  padding: 20px 30px;
  font-family: "kvetch", sans-serif;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #header nav ol li a {
    font-size: 12px;
  }
}
#header nav ol li a .textMobile {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s ease 1s;
  transition: 1s ease 1s;
  position: absolute;
  left: 30px;
  font-family: "ogg", sans-serif;
  color: #BABABA;
  font-size: 20px;
  bottom: 18px;
  z-index: -1;
}
#header nav ol li a:hover {
  color: #BABABA;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1000px) {
  #header nav ol li a {
    font-size: 23px;
    color: #e1ff37;
  }
  #header nav ol li a .textMobile {
    font-size: 33px;
  }
}
#header nav ol li.active a {
  color: #BABABA;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1000px) {
  #header nav ol li.active a {
    color: #e1ff37;
  }
  #header nav ol li.active a .textMobile {
    opacity: 1;
    -webkit-transition: 0.3s ease 1s;
    transition: 0.3s ease 1s;
  }
}
#header nav ol li:last-child a {
  padding: 20px 30px;
}
#header .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  #header .lang {
    position: fixed;
    top: 25px;
    left: 25px;
  }
}
#header .lang li {
  list-style: none;
}
#header .lang li:after {
  content: "";
  height: 1px;
  width: 6px;
  background: #BABABA;
  display: inline-block;
  margin-bottom: 3px;
}
#header .lang li:last-child:after {
  content: none;
}
#header .lang li a {
  color: #BABABA;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding: 5px;
}

footer {
  margin-bottom: 30px;
  padding-top: 50px;
}
footer .zigzagContainer {
  width: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: opacity 2s ease, width 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, width 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, transform 1.5s ease, width 2s ease;
  transition: opacity 2s ease, transform 1.5s ease, width 2s ease, -webkit-transform 1.5s ease;
}
footer .zigzagContainer.mylazyloaded {
  width: 220px;
  -webkit-transition: opacity 2s ease, width 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, width 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, transform 1.5s ease, width 2s ease;
  transition: opacity 2s ease, transform 1.5s ease, width 2s ease, -webkit-transform 1.5s ease;
}
footer .zigzagContainer .zigzag {
  height: 10px;
}
footer .container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
footer .deco {
  margin-bottom: 50px;
  width: calc(100vw + 10px);
  position: relative;
  left: -5px;
  top: 0;
  z-index: 3;
}
footer .deco svg {
  width: 100%;
}
footer .deco svg path {
  stroke-dasharray: 1210;
  stroke-dashoffset: -1210;
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  stroke-width: 1;
}
@media screen and (max-width: 767px) {
  footer .deco svg path {
    stroke-width: 6;
  }
}
footer .deco.mylazyloaded svg path {
  stroke-dashoffset: 0;
  -webkit-transition: 1.2s cubic-bezier(0.14, 0.67, 0.32, 0.95) 0.5s;
  transition: 1.2s cubic-bezier(0.14, 0.67, 0.32, 0.95) 0.5s;
}
footer .informationsContainerContent .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .informationsContainerContent .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .informationsContainerContent .container .arrow {
    width: 30px;
    margin-right: 10px;
  }
}
footer .informationsContainerContent .container .column {
  width: 33%;
  min-width: 33%;
}
@media screen and (max-width: 767px) {
  footer .informationsContainerContent .container .column {
    min-width: 100%;
    text-align: left;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
footer .informationsContainerContent .title {
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .informationsContainerContent .title .titleLoad {
  display: inline-block;
  height: 30px;
}
footer .informationsContainerContent .contact .title {
  max-width: 180px;
}
footer .informationsContainerContent .visit .title {
  max-width: 165px;
}
footer .informationsContainerContent .follow .title {
  max-width: 215px;
}
footer .informationsContainerContent .content {
  line-height: 18px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .informationsContainerContent .content a {
  color: #BABABA;
  text-decoration: none;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
footer .informationsContainerContent .content a:hover {
  color: #BABABA;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
footer .informationsContainerContent .visit .mylazyload {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
footer .informationsContainerContent .follow .mylazyload {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

h1 {
  font-size: 100px;
}

main.home {
  margin: 0 auto;
  position: relative;
}
main.home .cache {
  width: calc(100vw + 10px);
  position: absolute;
  bottom: -5px;
  left: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main.home .cache {
    margin-top: 20px;
  }
}
main.home .cache svg {
  width: 100%;
}
main.home .deco {
  width: calc(100vw + 10px);
  position: relative;
  left: -5px;
  top: 0;
  z-index: 3;
}
main.home .deco svg {
  width: 100%;
}
main.home .deco svg path {
  stroke-dasharray: 1210;
  stroke-dashoffset: -1210;
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  stroke-width: 1;
}
@media screen and (max-width: 767px) {
  main.home .deco svg path {
    stroke-width: 6;
  }
}
main.home .deco.mylazyloaded svg path {
  stroke-dashoffset: 0;
  -webkit-transition: 1.2s cubic-bezier(0.14, 0.67, 0.32, 0.95) 0.5s;
  transition: 1.2s cubic-bezier(0.14, 0.67, 0.32, 0.95) 0.5s;
}

main .container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

main.project {
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;
}

main.home .container h2 {
  font-size: 45px;
  display: inline-block;
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #BABABA;
  padding: 0 15px 20px;
}

.jcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.about .containerAbout {
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}
section.about .containerAbout .scope_of_work {
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  font-size: 45px;
  text-transform: uppercase;
  width: 30vw;
  min-width: 200px;
}
section.about .containerAbout .presentation {
  font-size: 18px;
  line-height: 21px;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  section.about .containerAbout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  section.about .containerAbout .scope_of_work {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  section.about .containerAbout .presentation {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}

.intro {
  position: relative;
  text-align: center;
  position: absolute;
  top: 0px;
  bottom: 130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 50px;
  /* @media screen and (max-width: 700px) {
  	flex-direction: column;
  	display: block;
  	position: inherit;
  	right: inherit;
  	bottom: inherit;
  } */
}
@media screen and (max-width: 700px) {
  .informations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
  }
}
.informations .homeCats {
  height: 76px;
  display: inline-block;
  overflow: hidden;
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.informations .homeCats .btnProject {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 50;
  color: #e1ff37;
  font-family: "ogg", sans-serif;
  font-size: 40px;
  padding-left: 20px;
  text-decoration: none;
}
.informations .homeCats .btnProject:hover {
  text-decoration: none;
}
.informations .homeCats:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  opacity: 0;
  background: black;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.informations .homeCats.videoOn {
  border-top: 1px solid #e1ff37;
  border-bottom: 1px solid #e1ff37;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.informations .homeCats.videoOn .btnProject {
  opacity: 1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.informations .homeCats.videoOn:after {
  opacity: 1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.informations .homeCats ul {
  list-style: none;
  margin-top: -4px;
  padding-left: 0;
  line-height: 78px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 700px) {
  .informations .homeCats ul {
    text-align: center;
  }
}
.informations .homeCats ul li {
  padding: 0 20px;
  font-family: "ogg", sans-serif;
  font-size: 50px;
}
@media screen and (max-width: 1280px) {
  .informations .homeCats {
    height: 62px;
    margin-top: 6px;
  }
  .informations .homeCats ul {
    line-height: 70px;
  }
  .informations .homeCats ul li {
    font-size: 40px;
  }
}
.informations .presentation {
  margin-left: 40px;
  line-height: 22px;
  max-width: 340px;
}
@media screen and (max-width: 1280px) {
  .informations .presentation {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .informations .presentation {
    margin-left: 0;
    margin-top: 20px;
  }
}

section.video {
  height: calc(100svh - 100px);
  width: 100%;
}
section.video .effet {
  position: absolute;
  left: 0;
  width: 0;
  background: #e1ff37;
  -webkit-transition: width 1s ease 0.3s, opacity 0s ease 0s;
  transition: width 1s ease 0.3s, opacity 0s ease 0s;
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
  max-height: 500px;
  height: 100%;
}
section.video .videoContainer {
  position: relative;
  height: calc(100svh - 100px);
  width: 100%;
}
section.video .videoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.video .deco {
    margin-top: 20px;
  }
}

@-webkit-keyframes clientsHover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
}

@keyframes clientsHover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
}
@-webkit-keyframes clientsHover2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 1;
  }
}
@keyframes clientsHover2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 1;
  }
}
.clients .separator {
  position: relative;
  top: -4px;
  display: inline-block;
}
.clients .separator:last-child {
  display: none !important;
}
.clients .clients-cat {
  margin-top: 15px;
}
.clients .clients-cat .client {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 17px;
  display: inline-block;
}
.clients .clients-cat .client .top span {
  display: inline-block;
}
.clients .clients-cat .client .bottom span {
  display: inline-block;
  position: relative;
  top: -1px;
}
.clients .clients-cat .client.hoverEffect .top span {
  -webkit-animation: clientsHover 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) forwards;
          animation: clientsHover 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) forwards;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(1) {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(2) {
  -webkit-animation-delay: 0.01s !important;
          animation-delay: 0.01s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(3) {
  -webkit-animation-delay: 0.02s !important;
          animation-delay: 0.02s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(4) {
  -webkit-animation-delay: 0.03s !important;
          animation-delay: 0.03s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(5) {
  -webkit-animation-delay: 0.04s !important;
          animation-delay: 0.04s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(6) {
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(7) {
  -webkit-animation-delay: 0.06s !important;
          animation-delay: 0.06s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(8) {
  -webkit-animation-delay: 0.07s !important;
          animation-delay: 0.07s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(9) {
  -webkit-animation-delay: 0.08s !important;
          animation-delay: 0.08s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(10) {
  -webkit-animation-delay: 0.09s !important;
          animation-delay: 0.09s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(11) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(12) {
  -webkit-animation-delay: 0.11s !important;
          animation-delay: 0.11s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(13) {
  -webkit-animation-delay: 0.12s !important;
          animation-delay: 0.12s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(14) {
  -webkit-animation-delay: 0.13s !important;
          animation-delay: 0.13s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(15) {
  -webkit-animation-delay: 0.14s !important;
          animation-delay: 0.14s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(16) {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(17) {
  -webkit-animation-delay: 0.16s !important;
          animation-delay: 0.16s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(18) {
  -webkit-animation-delay: 0.17s !important;
          animation-delay: 0.17s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(19) {
  -webkit-animation-delay: 0.18s !important;
          animation-delay: 0.18s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(20) {
  -webkit-animation-delay: 0.19s !important;
          animation-delay: 0.19s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(21) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(22) {
  -webkit-animation-delay: 0.21s !important;
          animation-delay: 0.21s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(23) {
  -webkit-animation-delay: 0.22s !important;
          animation-delay: 0.22s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(24) {
  -webkit-animation-delay: 0.23s !important;
          animation-delay: 0.23s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(25) {
  -webkit-animation-delay: 0.24s !important;
          animation-delay: 0.24s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(26) {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(27) {
  -webkit-animation-delay: 0.26s !important;
          animation-delay: 0.26s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(28) {
  -webkit-animation-delay: 0.27s !important;
          animation-delay: 0.27s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(29) {
  -webkit-animation-delay: 0.28s !important;
          animation-delay: 0.28s !important;
}
.clients .clients-cat .client.hoverEffect .top span:nth-child(30) {
  -webkit-animation-delay: 0.29s !important;
          animation-delay: 0.29s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span {
  -webkit-animation: clientsHover2 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) forwards;
          animation: clientsHover2 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) forwards;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(1) {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(2) {
  -webkit-animation-delay: 0.01s !important;
          animation-delay: 0.01s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(3) {
  -webkit-animation-delay: 0.02s !important;
          animation-delay: 0.02s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(4) {
  -webkit-animation-delay: 0.03s !important;
          animation-delay: 0.03s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(5) {
  -webkit-animation-delay: 0.04s !important;
          animation-delay: 0.04s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(6) {
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(7) {
  -webkit-animation-delay: 0.06s !important;
          animation-delay: 0.06s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(8) {
  -webkit-animation-delay: 0.07s !important;
          animation-delay: 0.07s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(9) {
  -webkit-animation-delay: 0.08s !important;
          animation-delay: 0.08s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(10) {
  -webkit-animation-delay: 0.09s !important;
          animation-delay: 0.09s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(11) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(12) {
  -webkit-animation-delay: 0.11s !important;
          animation-delay: 0.11s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(13) {
  -webkit-animation-delay: 0.12s !important;
          animation-delay: 0.12s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(14) {
  -webkit-animation-delay: 0.13s !important;
          animation-delay: 0.13s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(15) {
  -webkit-animation-delay: 0.14s !important;
          animation-delay: 0.14s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(16) {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(17) {
  -webkit-animation-delay: 0.16s !important;
          animation-delay: 0.16s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(18) {
  -webkit-animation-delay: 0.17s !important;
          animation-delay: 0.17s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(19) {
  -webkit-animation-delay: 0.18s !important;
          animation-delay: 0.18s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(20) {
  -webkit-animation-delay: 0.19s !important;
          animation-delay: 0.19s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(21) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(22) {
  -webkit-animation-delay: 0.21s !important;
          animation-delay: 0.21s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(23) {
  -webkit-animation-delay: 0.22s !important;
          animation-delay: 0.22s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(24) {
  -webkit-animation-delay: 0.23s !important;
          animation-delay: 0.23s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(25) {
  -webkit-animation-delay: 0.24s !important;
          animation-delay: 0.24s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(26) {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(27) {
  -webkit-animation-delay: 0.26s !important;
          animation-delay: 0.26s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(28) {
  -webkit-animation-delay: 0.27s !important;
          animation-delay: 0.27s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(29) {
  -webkit-animation-delay: 0.28s !important;
          animation-delay: 0.28s !important;
}
.clients .clients-cat .client.hoverEffect .bottom span:nth-child(30) {
  -webkit-animation-delay: 0.29s !important;
          animation-delay: 0.29s !important;
}

.single-project {
  position: relative;
  z-index: 10;
  background: black;
}
.single-project header {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  padding: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-project header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-project header .left .logo {
  width: 100px;
  margin: 15px;
}
.single-project header .left .logo img {
  width: 100%;
}
.single-project header .left .number {
  font-family: "carnaby", sans-serif;
  color: #BABABA;
  border: 1px solid;
  letter-spacing: 1px;
  border-radius: 100%;
  font-size: 30px;
  line-height: 33px;
  padding: 12px 5px;
  width: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
  top: 8px;
  margin-left: 5px;
}
@media screen and (max-width: 450px) {
  .single-project header .left .number {
    display: none;
  }
}
.single-project header .left .navProject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  max-height: 70px;
}
.single-project header .left .navProject a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 10px;
}
.single-project header .left .navProject a svg {
  width: 50px;
}
.single-project header .right .close {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 30px 10px 10px;
}
.single-project header .right .close svg {
  width: 40px;
}
@media screen and (max-width: 575px) {
  .single-project header .right {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 575px) and (max-width: 400px) {
  .single-project header .right {
    margin-left: -30px;
  }
}
.single-project .cache {
  width: calc(100vw + 10px);
  position: absolute;
  bottom: -5px;
  left: -5px;
  z-index: 2;
}
.single-project .cache svg {
  width: 100%;
}
.single-project .deco {
  width: calc(100vw + 10px);
  position: relative;
  left: -5px;
  top: -15px;
  z-index: 3;
}
.single-project .deco svg {
  width: 100%;
}
.single-project .deco svg path {
  stroke-dasharray: 1210;
  stroke-dashoffset: -1210;
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  stroke-width: 1;
}
@media screen and (max-width: 767px) {
  .single-project .deco svg path {
    stroke-width: 3;
  }
}
.single-project .deco.mylazyloaded svg path {
  stroke-dashoffset: 0;
  -webkit-transition: 1.2s cubic-bezier(0.14, 0.67, 0.32, 0.95) 0.5s;
  transition: 1.2s cubic-bezier(0.14, 0.67, 0.32, 0.95) 0.5s;
}
.single-project .informationsProjet {
  position: relative;
}
.single-project .informationsProjet .mainImgCont {
  position: relative;
  height: calc(100svh - 150px);
}
.single-project .informationsProjet .mainImgCont .mainImg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% + 60px);
  margin-top: -60px;
}
.single-project .informationsProjet .row {
  color: #e1ff37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single-project .informationsProjet .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.single-project .informationsProjet .column {
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single-project .informationsProjet .column {
    padding-right: 0px;
  }
}
.single-project .informationsProjet .column:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.single-project .informationsProjet .column:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.single-project .informationsProjet .column:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.single-project .informationsProjet .column .title {
  color: #BABABA;
  padding-bottom: 5px;
}
.single-project .informationsProjet .column h1, .single-project .informationsProjet .column .content {
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  font-size: 30px;
  color: #BABABA;
  text-transform: uppercase;
}
.single-project .informationsProjet .column:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .single-project .informationsProjet .column:last-child {
    margin-bottom: 20px;
  }
}
.single-project .blocks {
  /* .block{
  	margin-bottom: 100px;

  	&:last-child{
  		margin-bottom: 50px;
  	}

  	@media screen and (max-width: 767px) {
  		margin-bottom: 50px;
  	}
  } */
}
.single-project .blocks .onGrid {
  margin-bottom: 0px;
  padding: 50px 0;
}
.single-project .blocks .onGrid:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .single-project .blocks .onGrid {
    margin-bottom: 0px;
  }
}
.single-project .blocks .onGrid .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -50px;
  width: calc(100% + 100px);
}
.single-project .blocks .onGrid .container .row.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-project .blocks .onGrid .container .row.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.single-project .blocks .onGrid .container .row .column-1 {
  width: calc(100% - 100px);
  padding: 0 50px;
}
.single-project .blocks .onGrid .container .row .column-2 {
  width: calc(50% - 100px);
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .single-project .blocks .onGrid .container .row .column-2 {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
  .single-project .blocks .onGrid .container .row .column-2:first-child {
    margin-bottom: 50px;
  }
}
.single-project .blocks .onGrid .container .row .column-3 {
  width: calc(33.3333% - 100px);
  padding: 0 50px;
}
@media screen and (max-width: 991px) {
  .single-project .blocks .onGrid .container .row .column-3 {
    width: calc(100% - 100px);
    padding: 0 50px;
    margin-bottom: 50px;
  }
  .single-project .blocks .onGrid .container .row .column-3:last-child {
    margin-bottom: 0;
  }
}
.single-project .blocks .onGrid .container .row .column-4 {
  width: calc(25% - 100px);
  padding: 0 50px;
}
@media screen and (max-width: 991px) {
  .single-project .blocks .onGrid .container .row .column-4 {
    width: calc(50% - 100px);
    padding: 0 50px;
    margin-bottom: 50px;
  }
  .single-project .blocks .onGrid .container .row .column-4:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .single-project .blocks .onGrid .container .row .column-4 {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}
.single-project .blocks .onGrid .container .row .column:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.single-project .blocks .onGrid .container .row .column:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.single-project .blocks .onGrid .container .row .column:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.single-project .blocks .onGrid .container .row .column .wysiwyg img {
  max-width: 100%;
  height: auto;
}
.single-project .blocks .onGrid .container .row .column .wysiwyg h2 {
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.single-project .blocks .onGrid .container .row .column .wysiwyg h2 span {
  position: absolute;
  top: -8px;
  left: -25px;
  font-size: 12px;
  font-family: "futuraround", sans-serif;
  font-weight: 400;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media screen and (max-width: 575px) {
  .single-project .blocks .onGrid .container .row .column .wysiwyg h2 span {
    top: -17px;
    left: 0;
  }
}
.single-project .blocks .onGrid .container .row .column .wysiwyg h2:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: -25px;
  width: 0;
  bottom: 0;
  background: #BABABA;
  -webkit-transition: 1s ease 0.1s;
  transition: 1s ease 0.1s;
}
.single-project .blocks .onGrid .container .row .column.mylazyloaded .wysiwyg h2 {
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding-bottom: 10px;
}
.single-project .blocks .onGrid .container .row .column.mylazyloaded .wysiwyg h2:after {
  width: calc(100% + 25px);
  -webkit-transition: 1s ease 0.1s;
  transition: 1s ease 0.1s;
}
.single-project .blocks .fullPage .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1500px) {
  .single-project .blocks .fullPage .imgs {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}
.single-project .blocks .fullPage .imgs .imgcontainer {
  width: 100%;
  position: relative;
}
.single-project .blocks .fullPage .imgs .imgcontainer img {
  display: block;
}
.single-project .blocks .fullPage .imgs .imgcontainer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #000;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.single-project .blocks .fullPage .imgs .imgcontainer.mylazyloaded:after {
  height: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.single-project .blocks .fullPage .imgs .imgcontainer:nth-child(2):after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.single-project .blocks .fullPage .imgs .imgcontainer:nth-child(3):after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.single-project .blocks .fullPage .imgs .imgcontainer:nth-child(4):after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.single-project .blocks .fullPage .imgs img {
  width: 100%;
  height: auto;
}
.single-project .navProjectBottom {
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 50px;
}
.single-project .navProjectBottom .containerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single-project .navProjectBottom .containerContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-project .navProjectBottom .containerContent .column {
  width: 50%;
  text-align: center;
}
.single-project .navProjectBottom .containerContent .column .content {
  max-width: 160px;
  text-align: left;
}
.single-project .navProjectBottom .zigzagContainer {
  width: calc(50% - 42px);
  margin: 0 auto 50px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.single-project .navProjectBottom .zigzagContainer .zigzag {
  height: 15px;
}
.single-project .navProjectBottom .allProject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BABABA;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .single-project .navProjectBottom .allProject {
    margin-bottom: 30px;
  }
}
.single-project .navProjectBottom .allProject .cross {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.single-project .navProjectBottom .allProject .cross span {
  width: 100%;
  height: 2px;
  background: #BABABA;
  position: absolute;
  display: block;
}
.single-project .navProjectBottom .allProject .cross span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single-project .navProjectBottom .allProject .cross span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.single-project .navProjectBottom .nextProject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BABABA;
  text-decoration: none;
}
.single-project .navProjectBottom .nextProject .arrow {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.single-project .navProjectBottom .nextProject .arrow span {
  width: 50%;
  height: 2px;
  background: #BABABA;
  position: absolute;
  display: block;
}
.single-project .navProjectBottom .nextProject .arrow span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -2px;
  top: 12px;
}
.single-project .navProjectBottom .nextProject .arrow span:nth-child(2) {
  width: 100%;
}
.single-project .navProjectBottom .nextProject .arrow span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: -2px;
  bottom: 12px;
}
.single-project .footer {
  margin-bottom: 30px;
  padding-top: 50px;
}
.single-project .footer .credits {
  text-align: center;
  position: relative;
  z-index: 1;
}
.single-project .footer .logo {
  width: 30px;
  margin: 20px auto 100px;
}
.single-project .footer .logo img {
  width: 100%;
  height: auto;
}

.wp-video {
  pointer-events: none;
}

.mejs-controls {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.pageBase h1 {
  position: fixed;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  font-family: "ogg", sans-serif;
  left: -6vh;
  bottom: -30vh;
  font-size: 29vh;
}
.pageBase h1.studio {
  left: -8vh;
  bottom: -36vh;
  font-size: 36vh;
}
@media screen and (max-width: 1100px) {
  .pageBase h1 {
    display: none;
  }
}

.pageContact .containerPage {
  margin-left: calc(18vh + 5%);
  width: calc(90% - 18vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 150px);
  margin-top: 75px;
}
@media screen and (max-width: 1100px) {
  .pageContact .containerPage {
    margin-left: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .pageContact .containerPage {
    height: inherit;
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
.pageContact .containerPage section {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1400px) {
  .pageContact .containerPage section {
    max-width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .pageContact .containerPage section.illustration {
    display: none;
  }
}
.pageContact .informationsContainer {
  position: relative;
}
.pageContact .informationsContainer .zigzagContainer {
  height: 100%;
  position: absolute;
}
.pageContact .informationsContainer .zigzagContainer .zigzag {
  width: 15px;
  position: absolute;
  left: 0;
  bottom: 20px;
  top: 60px;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.pageContact .informationsContainer .zigzagContainer.mylazyloaded .zigzag {
  top: 0;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.pageContact .informationsContainer .informationsContainerContent {
  margin-left: 40px;
}
.pageContact .informationsContainer .informationsContainerContent .title {
  font-family: "ogg", sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
}
.pageContact .informationsContainer .informationsContainerContent .content {
  line-height: 18px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageContact .informationsContainer .informationsContainerContent .content a {
  color: #BABABA;
  text-decoration: none;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.pageContact .informationsContainer .informationsContainerContent .content a:hover {
  color: #e1ff37;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.pageContact .informationsContainer .informationsContainerContent .visit .mylazyload {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.pageContact .informationsContainer .informationsContainerContent .follow .mylazyload {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 1400px) {
  .pageContact .informationsContainer .informationsContainerContent {
    margin-left: 60px;
  }
  .pageContact .informationsContainer .informationsContainerContent .title {
    font-size: 35px;
    margin-bottom: 12px;
  }
  .pageContact .informationsContainer .informationsContainerContent .content {
    font-size: 18px;
    line-height: 24px;
  }
}

.allProjects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .allProjects {
    margin-bottom: 0px;
  }
}
.allProjects .carouselImageContainer {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-height: calc(100vh - 200px);
}
.allProjects .carouselImageContainer:before {
  content: "";
  display: block;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 40vw;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(60%, black), to(black));
  background: linear-gradient(270deg, transparent 0%, black 60%, black 100%);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .allProjects .carouselImageContainer:before {
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(black));
    background: linear-gradient(270deg, transparent 0%, black 100%);
  }
}
.allProjects .carouselImageContainer:after {
  content: "";
  display: block;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 40vw;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(60%, black), to(black));
  background: linear-gradient(90deg, transparent 0%, black 60%, black 100%);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .allProjects .carouselImageContainer:after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
    background: linear-gradient(90deg, transparent 0%, black 100%);
  }
}
.allProjects .carouselImageContainer .carouselImage-prev {
  width: 20vw;
  max-width: 150px;
  position: absolute;
  left: 30px;
  z-index: 3;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 575px) {
  .allProjects .carouselImageContainer .carouselImage-prev {
    left: 0px;
    padding-right: 60px;
  }
}
.allProjects .carouselImageContainer .carouselImage-next {
  width: 20vw;
  max-width: 150px;
  position: absolute;
  right: 30px;
  z-index: 3;
  height: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 575px) {
  .allProjects .carouselImageContainer .carouselImage-next {
    right: 0px;
    padding-right: 60px;
  }
}
.allProjects .carouselImageContainer .arrow {
  position: absolute;
  width: 130px;
}
.allProjects .carouselImageContainer .arrow span {
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.allProjects .carouselImageContainer .arrow.active span:first-child {
  width: 130px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) 1s;
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) 1s;
}
@media screen and (max-width: 575px) {
  .allProjects .carouselImageContainer .arrow.active span:first-child {
    width: 100px;
  }
}
.allProjects .carouselImageContainer .arrow.active span:nth-child(2) {
  width: 50px;
  -webkit-transform: rotate(45deg) translate(1px, 0px);
          transform: rotate(45deg) translate(1px, 0px);
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) 1s;
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) 1s;
}
@media screen and (max-width: 575px) {
  .allProjects .carouselImageContainer .arrow.active span:nth-child(2) {
    width: 40px;
  }
}
.allProjects .carouselImageContainer .arrow.active span:last-child {
  width: 50px;
  -webkit-transform: rotate(-45deg) translate(1px, 0px);
          transform: rotate(-45deg) translate(1px, 0px);
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) 1s;
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95) 1s;
}
@media screen and (max-width: 575px) {
  .allProjects .carouselImageContainer .arrow.active span:last-child {
    width: 40px;
  }
}
.allProjects .carouselImageContainer .arrow span:first-child {
  width: 0px;
  height: 3px;
  background: #BABABA;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}
.allProjects .carouselImageContainer .arrow span:nth-child(2) {
  width: 0px;
  height: 3px;
  background: #BABABA;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
          transform: rotate(0deg) translate(0px, 0px);
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}
.allProjects .carouselImageContainer .arrow span:last-child {
  width: 0px;
  height: 3px;
  background: #BABABA;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
          transform: rotate(0deg) translate(0px, 0px);
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}
.allProjects .carouselImageContainer .owl-stage-outer {
  overflow: inherit;
  position: relative;
  height: 100%;
}
.allProjects .carouselImageContainer .owl-stage-outer .owl-stage {
  position: relative;
  height: 100%;
}
.allProjects .carouselImageContainer .owl-stage-outer .owl-stage .owl-item {
  position: relative;
  height: 100%;
}
.allProjects .carouselImageContainer .carouselImage {
  width: 45vh;
  height: 65vh;
  position: relative;
}
.allProjects .carouselImageContainer .carouselImage a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.allProjects .carouselImageContainer .carouselImage a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: calc(100% - 20px);
  margin: 10px;
}
@media screen and (max-width: 600px) {
  .allProjects {
    margin-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .allProjects .carouselImageContainer {
    max-height: calc(100vh - 295px);
  }
  .allProjects .carouselImageContainer .carouselImage {
    height: 100%;
    width: calc(100vw - 120px);
  }
}

.studio {
  margin-top: 100px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .studio {
    margin-top: 75px;
    margin-bottom: 20px;
  }
}
.studio .deco {
  margin-bottom: 75px;
  width: calc(100vw + 10px);
  position: relative;
  left: -5px;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .studio .deco {
    margin-bottom: -50px;
  }
}
.studio .deco svg {
  width: 100%;
}
.studio .deco svg path {
  stroke-dasharray: 1210;
  stroke-dashoffset: -1210;
  -webkit-transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 1s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}
.studio .deco.mylazyloaded svg path {
  stroke-dashoffset: 0;
  -webkit-transition: 1.2s cubic-bezier(0.14, 0.67, 0.32, 0.95) 0.5s;
  transition: 1.2s cubic-bezier(0.14, 0.67, 0.32, 0.95) 0.5s;
}
.studio .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .studio .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.studio .photoCont .photo {
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.studio .photoCont .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 0.5s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}
.studio .photoCont .photo:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.5s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 0.5s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}
@media screen and (max-width: 767px) {
  .studio .photoCont {
    text-align: center;
    position: relative;
    z-index: 12;
  }
  .studio .photoCont .photo {
    width: 50%;
    margin: 0 auto;
  }
}
.studio .quote {
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 30px;
  max-width: 670px;
}
@media screen and (max-width: 767px) {
  .studio .quote {
    text-align: center;
    max-width: 370px;
    margin: 0 auto 30px;
    display: block;
    font-size: 30px;
  }
}
.studio .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  gap: 25px;
}
.studio .columns .paragraph {
  margin-bottom: 15px;
}
.studio .columns .firstColumn {
  width: 50%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.studio .columns .secondColumn {
  width: 50%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.studio .columns .secondColumn .link {
  font-family: "ogg", sans-serif;
  font-size: 26px;
  margin-top: 30px;
  color: #BABABA;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.studio .columns .secondColumn .link a {
  color: #BABABA;
  text-decoration: inherit;
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  display: inline-block;
}
.studio .columns .secondColumn .link a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #BABABA;
  bottom: -3px;
  left: 0;
}
.studio .columns .secondColumn .link a:hover {
  color: #e1ff37;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.studio .columns .secondColumn .link a:hover:after {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  background: #e1ff37;
}
@media screen and (max-width: 767px) {
  .studio .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .studio .columns .firstColumn {
    margin-bottom: 0;
    width: 100%;
  }
  .studio .columns .secondColumn {
    width: 100%;
  }
}

.carouselInfoContainer, .allInfosContainer {
  height: 85px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .carouselInfoContainer, .allInfosContainer {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .carouselInfoContainer, .allInfosContainer {
    height: inherit;
    bottom: 5px;
  }
}
.carouselInfoContainer .container, .allInfosContainer .container {
  max-width: inherit;
}
.carouselInfoContainer .container .row, .allInfosContainer .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .carouselInfoContainer .container .row, .allInfosContainer .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.carouselInfoContainer .container .row .column, .allInfosContainer .container .row .column {
  position: relative;
  z-index: 1;
  width: 25%;
  /* &:nth-child(3){
  	transition-delay: 0.2s;

  }
  &:nth-child(2){
  	transition-delay: 0.4s;

  }
  &:nth-child(1){
  	transition-delay: 0.6s;
  } */
}
@media screen and (max-width: 767px) {
  .carouselInfoContainer .container .row .column, .allInfosContainer .container .row .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .carouselInfoContainer .container .row .column:last-child, .allInfosContainer .container .row .column:last-child {
    display: none;
  }
  .carouselInfoContainer .container .row .column.numberColumn, .allInfosContainer .container .row .column.numberColumn {
    position: absolute;
    top: 5px;
    right: 0px;
    left: initial;
    display: inline-block;
    width: 113px;
  }
}
.carouselInfoContainer .container .row .column .carouselNumber, .allInfosContainer .container .row .column .carouselNumber {
  width: 55px !important;
  display: inline-block;
  text-align: right;
}
.carouselInfoContainer .container .row .column .number, .allInfosContainer .container .row .column .number {
  display: inline-block;
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  color: #BABABA;
  border: 1px solid;
  border-radius: 100%;
  padding: 12px 5px;
  font-size: 30px;
  width: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carouselInfoContainer .container .row .column .number a, .allInfosContainer .container .row .column .number a {
  color: #BABABA;
  width: 100% !important;
  padding-right: 0 !important;
}
.carouselInfoContainer .container .row .column .number .secondNumber, .allInfosContainer .container .row .column .number .secondNumber {
  display: inline-block;
  position: relative;
  top: -2px;
}
.carouselInfoContainer .container .row .column .title, .allInfosContainer .container .row .column .title {
  color: #BABABA;
  padding-bottom: 5px;
}
.carouselInfoContainer .container .row .column .owl-carousel, .carouselInfoContainer .container .row .column .splide, .allInfosContainer .container .row .column .owl-carousel, .allInfosContainer .container .row .column .splide {
  width: 100%;
}
.carouselInfoContainer .container .row .column .owl-carousel a, .carouselInfoContainer .container .row .column .splide a, .allInfosContainer .container .row .column .owl-carousel a, .allInfosContainer .container .row .column .splide a {
  text-decoration: none;
  display: block;
}
.carouselInfoContainer .container .row .column .owl-carousel a h1, .carouselInfoContainer .container .row .column .owl-carousel a .content, .carouselInfoContainer .container .row .column .splide a h1, .carouselInfoContainer .container .row .column .splide a .content, .allInfosContainer .container .row .column .owl-carousel a h1, .allInfosContainer .container .row .column .owl-carousel a .content, .allInfosContainer .container .row .column .splide a h1, .allInfosContainer .container .row .column .splide a .content {
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #BABABA;
  text-transform: uppercase;
}
.carouselInfoContainer .container .row .column .owl-carousel .swiper-wrapper a, .carouselInfoContainer .container .row .column .splide .swiper-wrapper a, .allInfosContainer .container .row .column .owl-carousel .swiper-wrapper a, .allInfosContainer .container .row .column .splide .swiper-wrapper a {
  text-decoration: none;
  width: calc(100% - 30px);
  display: block;
}
.carouselInfoContainer .container .row .column .owl-carousel .swiper-wrapper a h1, .carouselInfoContainer .container .row .column .owl-carousel .swiper-wrapper a .content, .carouselInfoContainer .container .row .column .splide .swiper-wrapper a h1, .carouselInfoContainer .container .row .column .splide .swiper-wrapper a .content, .allInfosContainer .container .row .column .owl-carousel .swiper-wrapper a h1, .allInfosContainer .container .row .column .owl-carousel .swiper-wrapper a .content, .allInfosContainer .container .row .column .splide .swiper-wrapper a h1, .allInfosContainer .container .row .column .splide .swiper-wrapper a .content {
  font-family: "carnaby", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #BABABA;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .carouselInfoContainer .container .row .numberColumn, .allInfosContainer .container .row .numberColumn {
    position: fixed;
    top: 10px;
    left: 70px;
  }
}

/* Feel free to change duration  */
/* .animated  {
  animation-duration : 300 ms;
  animation-fill-mode : both;
}   */
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.allProjects.test {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.allProjects.test .allInfosContainer {
  height: 85px;
  z-index: 5;
}
.allProjects.test .carouselImageContainer {
  height: calc(100vh - 180px);
  position: relative;
  max-height: 550px;
}
.allProjects.test .carouselImageContainer .newCarouselomgCont, .allProjects.test .carouselImageContainer .newCarouselomg, .allProjects.test .carouselImageContainer .inner, .allProjects.test .carouselImageContainer img {
  height: 100%;
  position: relative;
}

.newCarouselomgCont {
  -webkit-transition: 2s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 2s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}

.newCarouselomg {
  -webkit-transition: 2s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 2s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  -webkit-transform: translateX(-165px);
          transform: translateX(-165px);
}
.newCarouselomg .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
.newCarouselomg img {
  width: calc(30vw - 30px);
  margin: 0 0px;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 330px;
}
@media screen and (max-width: 850px) {
  .newCarouselomg img {
    width: calc(80vw - 30px);
  }
}

.innerV, .innerV2, .innerV3, .innerV4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.innerV a, .innerV2 a, .innerV3 a, .innerV4 a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

* {
  cursor: none; /* 

@media screen and (max-width: 767px) {
	cursor: initial;
} */
}

#cursor {
  position: fixed;
  z-index: 9999;
  top: -50px;
  left: -50px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  /* @media screen and (max-width: 767px) {
  	display: none;
  } */
}
#cursor.touch {
  display: none;
}
#cursor.out {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#cursor svg {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0px;
}
#cursor .hovering {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cursor .eye {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: -25px;
  left: -40px;
  width: 80px;
}
#cursor.hoveringLink .hovering {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cursor.hoveringEye .initial {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cursor.hoveringEye .eye {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.calage {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background: rebeccapurple;
  z-index: 5888;
  max-width: 300px;
  width: calc(30vw - 30px);
  left: 0;
  right: 0;
  opacity: 0.5;
  pointer-events: none;
}

.carouselNomContainer {
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 16px;
}

.carouselNomContainer4 {
  top: -2px;
}

.carouselNom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  -webkit-transition: 3s cubic-bezier(0.14, 0.67, 0.32, 0.95);
  transition: 3s cubic-bezier(0.14, 0.67, 0.32, 0.95);
}
.carouselNom a {
  text-decoration: none;
  width: calc(100% - 30px);
  display: inline-block;
}
.carouselNom a h1, .carouselNom a .content {
  font-family: "carnaby", sans-serif;
  font-size: 30px;
  color: #BABABA;
  text-transform: uppercase;
  letter-spacing: 1px;
}