* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes couleur {
  0% {
    color: #25BCA5;
  }
  25% {
    color: #81CE81;
  }
  50% {
    color: #F5D055;
  }
  75% {
    color: #F59955;
  }
}

@keyframes couleur {
  0% {
    color: #25BCA5;
  }
  25% {
    color: #81CE81;
  }
  50% {
    color: #F5D055;
  }
  75% {
    color: #F59955;
  }
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  font-size: 16px;
}

@media (max-width: 1199px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.7;
  color: #000;
  background: white;
  padding-top: 5rem;
  min-height: 100vh;
}

body.page-id-59 {
  /* CONTACT */
}

body.page-id-59:before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  background: url(../images/pattern-contact.svg);
}

@media (max-width: 767px) {
  body {
    padding-top: 8rem;
  }
}

h1, h2, h3, h4, ul, p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3.8rem;
  line-height: 1;
  margin: 0 0 3rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 4rem;
  position: relative;
}

h2:before {
  content: "// ";
  background: linear-gradient(60deg, #c0ffba 0, #adffbd 12.5%, #93ffbd 25%, #71ffba 37.5%, #3cf2b5 50%, #00e4b1 62.5%, #00dab2 75%, #00d2b6 87.5%, #00cebe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.3rem;
  }
}

h4 {
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 500;
}

a {
  color: #25BCA5;
}

form label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 0 0.5rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

form button {
  background: #000;
  padding: 1rem 3rem;
  color: white;
  border: 0;
  font-size: 1.3rem;
  font-weight: 700;
  border: solid 2px #000;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}

form button:hover {
  background: white;
  color: #000;
}

form .form-group {
  margin: 0 0 2rem;
}

form .form-group.error label {
  color: red;
}

form .form-group.error .form-control, form .form-group.error .form-control-textarea {
  border-color: red;
}

form .form-control, form .form-control-textarea {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 0.5rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #000;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

form .form-control:focus, form .form-control-textarea:focus {
  outline: 0;
}

form .form-control-textarea {
  line-height: 1.5;
  padding: 0.5rem;
  height: 376px;
  resize: none;
}

form .msg {
  text-align: center;
  color: #25BCA5;
  font-weight: 700;
  display: none;
}

form .msg.on {
  display: block;
}

@media (max-width: 1199px) {
  form .form-control-textarea {
    height: 365px;
  }
}

@media (max-width: 767px) {
  form {
    margin-bottom: 6rem;
  }
}

section .container {
  position: relative;
  z-index: 2;
}

p {
  margin: 0 0 1.5rem;
}

header {
  position: fixed;
  z-index: 4;
  top: 0;
  padding: 20px 2rem 30px;
  width: 100%;
}

header .logos div {
  position: absolute;
}

header .logos div.negatif {
  display: none;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

header .logos div:hover img:last-child {
  left: -10px;
}

header .logos div img:first-child {
  position: relative;
  top: 10px;
}

header .logos div img:last-child {
  position: relative;
  left: -20px;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

header .logos div a {
  display: block;
  text-decoration: none;
}

@media (max-width: 767px) {
  header {
    position: absolute;
    padding-left: var(--bs-gutter-x);
    top: 1rem;
  }
}

.menu {
  position: fixed;
  z-index: 9;
  top: 20px;
  right: 2rem;
}

.menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu nav ul li {
  list-style: none;
  margin: 0 0 0 2rem;
}

.menu nav ul li a {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
}

.menu nav ul li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

.menu nav ul li a:hover:before {
  right: 0;
}

@media (max-width: 767px) {
  .menu {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 2px #000;
  }
  .menu nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu nav ul li {
    background: white;
    width: calc(100% / 3);
    margin: 0;
  }
  .menu nav ul li:not(:last-child) {
    border-right: solid 2px #000;
  }
  .menu nav ul li a {
    font-weight: 700;
    text-align: center;
    padding: 0.8rem 1rem;
  }
}

footer {
  background: white;
  text-align: center;
  font-size: 0.8rem;
  position: relative;
  z-index: 2;
}

footer a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  footer {
    padding: 0 0 4rem;
  }
}

/* CLASSES */
/* STICKY */
.sticky-email, .sticky-projets {
  position: fixed;
  z-index: 4;
  top: calc(50% + 150px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  width: 300px;
  text-align: center;
}

.sticky-email a, .sticky-projets a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  background: white;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: color 0.4s ease, background 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease;
}

.sticky-email a:hover, .sticky-projets a:hover {
  background: #000;
  color: white;
}

.sticky-email {
  left: calc(2rem + 8px);
}

.sticky-projets {
  right: calc(-300px + 2rem + 8px);
}

@media (max-width: 767px) {
  .sticky-email, .sticky-projets {
    display: none;
  }
}

/* LIENS */
.lien {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.4s ease, padding 0.4s ease;
  transition: color 0.4s ease, padding 0.4s ease;
}

.lien:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom: solid 2px black;
}

.lien:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 100%;
  border-bottom: solid 2px #25BCA5;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

.lien:hover:after {
  right: 0;
}

.lien span {
  position: relative;
  z-index: 2;
}

/* TEXTE */
.vert {
  color: #25BCA5;
}

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

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

/* IMAGES */
.image img {
  width: 100%;
  display: block;
  height: auto;
}

/* VERTICAL */
.vertical {
  position: fixed;
  z-index: 3;
  pointer-events: none;
  inset: 0;
  mix-blend-mode: multiply;
}

.vertical span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

.vertical span:before, .vertical span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: dashed 1px #D9D9D9;
}

.vertical span:first-child:before {
  left: 20%;
}

.vertical span:first-child:after {
  left: 40%;
}

.vertical span:last-child:before {
  left: 60%;
}

.vertical span:last-child:after {
  left: 80%;
}

@media (max-width: 767px) {
  .vertical span:first-child:before {
    left: 33.33%;
  }
  .vertical span:first-child:after {
    left: 66.66%;
  }
  .vertical span:last-child:before, .vertical span:last-child:after {
    content: none;
  }
}

/* FEATURED */
.featured {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured img {
  width: 90px;
  height: auto;
}

.featured h1 {
  font-size: 6rem;
  font-weight: 200;
}

.featured h1 strong {
  font-size: 8rem;
  font-weight: 700;
  position: relative;
}

.featured h1 strong span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 200;
}

.featured h1 .design {
  background: linear-gradient(60deg, #c0ffba 0, #adffbd 12.5%, #93ffbd 25%, #71ffba 37.5%, #3cf2b5 50%, #00e4b1 62.5%, #00dab2 75%, #00d2b6 87.5%, #00cebe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.featured .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.featured .scroll:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 2px;
  height: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
}

@media (max-width: 1199px) {
  .featured h1 {
    font-size: 5rem;
  }
  .featured h1 strong {
    font-size: 6rem;
  }
  .featured .scroll {
    bottom: 8rem;
  }
}

@media (max-width: 767px) {
  .featured img {
    width: 60px;
  }
  .featured h1 {
    font-size: 3.5rem;
  }
  .featured h1 strong {
    font-size: 4rem;
  }
  .featured h1 strong span {
    display: none;
  }
  .featured h1 .design {
    padding: 0 0 1rem;
    display: block;
  }
}

/* SPECIALITES */
.specialites {
  margin: 100vh 0 0 0;
  padding: 6rem 0;
  background: #000;
  font-size: 1.8rem;
  font-weight: 200;
  color: white;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.specialites p {
  margin: 0 0 2rem;
}

@media (max-width: 767px) {
  .specialites {
    padding: 4rem 0 0;
    font-size: 1.4rem;
  }
}

#clip {
  position: fixed;
  top: 600px;
  z-index: -1;
}

/* FEATURED PROJETS */
.featured-projets {
  background: white;
  padding: 6rem 0;
  position: relative;
  z-index: 2;
}

.featured-projets .slider {
  margin-top: -7rem;
  width: calc(100% + var(--bs-gutter-x));
}

.featured-projets .slider .owl-stage-outer {
  padding: 7rem 0 0;
}

.featured-projets .slider .owl-prev {
  display: none;
}

.featured-projets .slider .owl-next {
  position: absolute;
  bottom: -6px;
  right: var(--bs-gutter-x);
}

.featured-projets .slider .owl-next span {
  display: block;
  width: 16px;
  height: 16px;
  color: transparent;
  background: no-repeat center/16px auto url(../images/fleche.svg);
}

.featured-projets .slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: calc(var(--bs-gutter-x) * 2 + 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.featured-projets .slider .owl-dots button {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  margin: 0 0 0 2.5rem;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.featured-projets .slider .owl-dots button.active {
  -webkit-transform: scale(3);
          transform: scale(3);
}

.featured-projets .projet {
  position: relative;
  margin-right: var(--bs-gutter-x);
}

.featured-projets .projet.to-top {
  position: relative;
  top: -7rem;
}

.featured-projets .projet.decouvrir {
  border: solid 1px #000;
  height: calc(100% - 70px - 1rem - 50px);
  min-height: 200px;
  margin: calc(70px + 1rem) 0 0;
  position: relative;
}

.featured-projets .projet.decouvrir:hover a {
  background: #000;
  color: white;
}

.featured-projets .projet.decouvrir:before {
  content: "imaginez";
  position: absolute;
  font-size: 0.8rem;
  letter-spacing: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  bottom: 30px;
  right: -45px;
  padding: 0 10px;
  background: white;
}

.featured-projets .projet.decouvrir a {
  display: block;
  padding: 1rem;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}

.featured-projets .projet a {
  text-decoration: none;
}

.featured-projets .projet a:hover .image:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(60);
          transform: translateX(-50%) translateY(-50%) scale(60);
  opacity: 1;
}

.featured-projets .projet a .titre {
  height: 70px;
  margin: 0 0 1rem;
}

.featured-projets .projet a .image {
  position: relative;
  overflow: hidden;
}

.featured-projets .projet a .image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}

.featured-projets .projet a .image + p {
  height: 50px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.featured-projets .projet a .fleche {
  font-size: 0.8rem;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 3rem 0 0;
  color: #000;
  text-decoration: none;
  position: relative;
}

.featured-projets .projet a .fleche:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom: solid 2px black;
}

@media (max-width: 1199px) {
  .featured-projets .slider .projet.decouvrir a {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .featured-projets {
    padding: 4rem 0;
  }
  .featured-projets .slider {
    margin-top: 0;
    width: 100%;
  }
  .featured-projets .slider .owl-stage-outer {
    padding: 0;
  }
  .featured-projets .slider .projet {
    margin-right: 0;
  }
  .featured-projets .slider .projet.to-top {
    top: 0;
  }
  .featured-projets .slider .projet.decouvrir a {
    font-size: 1.6rem;
  }
  .featured-projets .projet.decouvrir:before {
    right: -33px;
  }
}

/* A PROPOS */
.a-propos {
  background: white;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
  /*a {
        color: $noir;
        font-size: 1.2rem;
        font-weight: 700;
        overflow: hidden;
        display: inline-block;
        text-decoration: none;
        position: relative;
    
        &:after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
            border-bottom: solid 2px black;
        }
    }*/
}

.a-propos ul li {
  list-style: none;
  position: relative;
}

.a-propos ul li:before {
  content: "// ";
  font-weight: 700;
  background: linear-gradient(60deg, #c0ffba 0, #adffbd 12.5%, #93ffbd 25%, #71ffba 37.5%, #3cf2b5 50%, #00e4b1 62.5%, #00dab2 75%, #00d2b6 87.5%, #00cebe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .a-propos {
    padding: 4rem 0;
  }
}

/* DISPONIBLE */
.disponible {
  background: white;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}

.disponible .wrapper {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  padding: 7rem 3rem;
}

.disponible .wrapper div {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: 0 0;
  background-image: url(../images/bg-disponible.png);
  -webkit-mask: top center url(../images/pattern-disponible.svg);
          mask: top center url(../images/pattern-disponible.svg);
  -webkit-animation: degrade 3s ease infinite alternate;
          animation: degrade 3s ease infinite alternate;
}

@-webkit-keyframes degrade {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes degrade {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}

.disponible .wrapper p {
  font-weight: 700;
  margin: 0;
  background: white;
  display: inline-block;
  padding: 0 2rem;
}

.disponible .wrapper a {
  font-weight: 100;
  font-size: 3rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.disponible .wrapper a:hover {
  color: #25BCA5;
}

@media (max-width: 1199px) {
  .disponible .wrapper a {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .disponible {
    padding: 4rem 0;
  }
  .disponible .wrapper {
    padding: 6rem 0;
    font-size: 1.6rem;
  }
  .disponible .wrapper p {
    padding: 0 1rem;
  }
  .disponible .wrapper a {
    font-size: 1.7rem;
  }
}

/* ARIANE */
.ariane {
  margin: 0 0 1rem;
  font-size: 0.7rem;
}

.ariane a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

/* FILTRES */
.filtres {
  font-size: 1.2rem;
}

.filtres ul li {
  list-style: none;
  margin: 0 0 0.5rem;
}

.filtres ul li a {
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
}

.filtres ul li a.active {
  font-weight: 900;
  padding: 0 0 0 1rem;
}

.filtres ul li a.active:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -1.5rem;
  border-top: solid 3px #000;
  width: 1.5rem;
}

@media (max-width: 991px) {
  .filtres {
    margin: 0 0 3rem;
  }
  .filtres ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filtres ul li a {
    margin: 0 1.5rem 0 0;
  }
  .filtres ul li a.active {
    padding: 0;
  }
  .filtres ul li a.active:before {
    content: none;
  }
}

/* PROJET */
.projet {
  position: relative;
  margin: 0 0 var(--bs-gutter-x);
}

.projet a {
  color: #000;
  -webkit-text-decoration: eone;
          text-decoration: eone;
}

.projet a:hover .over:before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(50);
          transform: translateX(-50%) translateY(-50%) scale(50);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.projet a:hover .over h2, .projet a:hover .over p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}

.projet a .over {
  position: absolute;
  inset: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
}

.projet a .over:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}

.projet a .over h2 {
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.projet a .over h2:before {
  content: none;
}

.projet a .over h2, .projet a .over p {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* MOTS */
.mots {
  margin: 2rem 0 0;
}

.mots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mots ul li {
  list-style: none;
  border: dashed 2px #000;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 2rem;
  background: white;
}

@media (max-width: 767px) {
  .mots ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mots ul li {
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0.5rem 1rem;
  }
}

/* DETAIL */
.detail {
  position: relative;
  margin: 0 0 5rem;
}

.detail h2 {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 2rem;
}

.detail h2:before {
  content: none;
}

.detail .ariane {
  margin: 0 0 6rem;
}

.detail .annee {
  font-size: 0.7rem;
  letter-spacing: 2px;
}

.detail .background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .detail .ariane {
    margin: 0 0 3rem;
  }
  .detail .background {
    display: none;
  }
}

/* BRIEF */
.brief {
  margin: 0 0 5rem;
  position: relative;
  z-index: 4;
}

/* EXPLICATIONS */
.explications {
  position: relative;
  z-index: 4;
}

.explications .pitch {
  text-align: center;
  font-size: 1.8rem;
  margin: 4rem 0;
}

.explications .pitch small {
  font-size: 0.8rem;
}

/* CURSEUR */
.cursor {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.cursor.on {
  opacity: 1;
}

.cursor .cursor-part {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}

.cursor .cursor-part circle {
  fill: white;
}
/*# sourceMappingURL=styles.css.map */