body, h1, h2, h3, p, figure {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: normal;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
}

@font-face {
  font-family: "Roslindale Semi Bold";
  src: url("../assets/fonts/normal/Roslindale-DisplayCondensedSemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Roslindale Medium";
  src: url("../assets/fonts/normal/Roslindale-DisplayCondensedMedium.ttf") format("truetype");
}
@font-face {
  font-family: "Roslindale Extra Light Italic";
  src: url("../assets/fonts/italic/Roslindale-DisplayCondensedExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roslindale Medium Italic";
  src: url("../assets/fonts/italic/Roslindale-DisplayCondensedMediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "PP Light";
  src: url("../assets/fonts/normal/PPNeueMontreal-Light.ttf") format("truetype");
}
@font-face {
  font-family: "PP Thin Italic";
  src: url("../assets/fonts/italic/PPNeueMontreal-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "PP Book";
  src: url("../assets/fonts/normal/PPNeueMontreal-Book.ttf") format("truetype");
}
@font-face {
  font-family: "PP Book Italic";
  src: url("../assets/fonts/italic/PPNeueMontreal-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "PP Regular";
  src: url("../assets/fonts/normal/PPNeueMontreal-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PP Medium";
  src: url("../assets/fonts/normal/PPNeueMontreal-Medium.ttf") format("truetype");
}
.section--video {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100vh;
  margin: 0;
  position: relative;
}
.section--video__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -10;
}
.section--video .h1 {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.section--video .h1 span:last-child {
  margin-top: 16px;
}

.section--presentation {
  padding-top: 0;
  background-color: var(--c-black);
  color: var(--c-white);
  height: 150vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.section--presentation :before,
.section--presentation :after {
  content: "";
  position: absolute;
  height: 40vh;
  width: 0.3px;
  background-color: #D4D4D4;
  left: 50%;
  transform: translateX(-50%);
}
.section--presentation :before {
  top: 0;
}
.section--presentation :after {
  bottom: 0;
}
.section--presentation__txt-container {
  margin-top: 0 auto;
  margin-bottom: 0 auto;
  max-width: 1000px;
}
.section--presentation__txt-container p {
  padding-left: 16px;
  padding-right: 16px;
}
.section--presentation__txt-container p :first-child {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .section--presentation__txt-container p {
    padding-left: 36px;
    padding-right: 36px;
  }
  .section--presentation__txt-container p :first-child {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .section--presentation__txt-container p {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section--presentation__txt-container p :first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .section--presentation__txt-container p {
    padding-left: 44px;
    padding-right: 44px;
  }
  .section--presentation__txt-container p :first-child {
    margin-bottom: 44px;
  }
}

.section--skills {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  padding-bottom: 160px;
}
.section--skills :before {
  content: "";
  position: absolute;
  height: 10vh;
  width: 0.3px;
  background-color: var(--c-black);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (min-width: 768px) {
  .section--skills {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 180px;
  }
}
.section--skills .h2 {
  padding-top: 160px;
}
@media screen and (min-width: 768px) {
  .section--skills .h2 {
    padding-top: 180px;
  }
}
.section--skills img {
  width: calc(100vw - 32px);
  display: block;
  margin: auto;
  margin-top: 60px;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .section--skills img {
    width: calc(100vw - 36px - 36px);
    border-radius: 10px;
  }
}
.section--skills .skills {
  font-family: var(--txt-p);
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
.section--skills .skills__el {
  margin-right: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
  border: 0.5px dashed var(--c-black);
}
@media screen and (min-width: 768px) {
  .section--skills .skills {
    font-size: 18px;
  }
  .section--skills .skills__el {
    margin-right: 9px;
    margin-bottom: 9px;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 6px;
    border: 0.5px dashed var(--c-black);
  }
}

@media screen and (max-width: 1279px) {
  .section--skills-desktop {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .section--skills-mobile {
    display: none;
  }

  .section--skills-desktop {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .section--skills-desktop {
    margin-bottom: 200px;
  }
  .section--skills-desktop .h2 {
    margin-bottom: 100px;
  }
  .section--skills-desktop-content {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .section--skills-desktop-content img {
    width: 40vw;
    margin-right: 80px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
  }
  .section--skills-desktop-content_txt p {
    margin: 0;
  }
  .section--skills-desktop-content_txt .div-skills {
    display: flex;
    flex-direction: row;
  }
  .section--skills-desktop-content_txt .div-skills-hard, .section--skills-desktop-content_txt .div-skills-soft {
    flex-direction: row;
  }
  .section--skills-desktop-content_txt .div-skills-hard .h3, .section--skills-desktop-content_txt .div-skills-soft .h3 {
    margin-bottom: 20px;
    margin-top: 80px;
  }
  .section--skills-desktop-content_txt .div-skills-hard .skills, .section--skills-desktop-content_txt .div-skills-soft .skills {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 2000px) {
  .section--skills-desktop-content {
    max-width: 1700px;
  }
  .section--skills-desktop-content img {
    width: 35vw;
  }
}
@media screen and (min-width: 2560px) {
  .section--skills-desktop-content img {
    width: 30vw;
  }
}
.section--projects {
  position: relative;
  padding-top: 200px;
}
@media screen and (min-width: 768px) {
  .section--projects {
    padding-top: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .section--projects {
    padding-top: 0px;
  }
}
.section--projects .line-before:before {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1000;
  top: 0;
  height: 10%;
  height: 25%;
  background-color: #D4D4D4;
}
.section--projects h2 {
  padding-top: 64px;
  background-color: var(--c-white);
  height: 150px;
  color: var(--c-black);
}
@media screen and (min-width: 768px) {
  .section--projects h2 {
    padding-top: 72px;
    height: 200px;
  }
}
.section--projects__slider {
  overflow-x: hidden;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 96px;
  padding-top: 96px;
}
.section--projects__slider li:nth-child(odd),
.section--projects__slider li:nth-child(even) {
  width: 70vw;
  margin: 0;
}
.section--projects__slider li:nth-child(odd) {
  transform: translateX(-10%);
}
.section--projects__slider li:nth-child(odd) .caption {
  text-align: left;
}
.section--projects__slider li:nth-child(even) {
  transform: translateX(10%);
}
.section--projects__slider li:nth-child(even) .caption {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .section--projects__slider {
    width: 240vw;
    display: flex;
    flex-wrap: nowrap;
    gap: 100px;
    margin-left: 100px;
    margin-right: 100px;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .section--projects__slider li:nth-child(odd),
.section--projects__slider li:nth-child(even) {
    width: initial;
    margin: 0;
    transform: none;
    text-align: left;
  }
  .section--projects__slider li:nth-child(odd) .caption,
.section--projects__slider li:nth-child(even) .caption {
    text-align: left;
  }
}
.section--projects__slider li {
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .section--projects__slider li {
    flex: 0 0 auto;
    width: 100vw;
  }
}
.section--projects__slider li a {
  text-decoration: none;
  color: var(--c-black);
  width: 100%;
  margin-left: 0;
}
.section--projects__slider li a .img-content {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .section--projects__slider li a .img-content {
    aspect-ratio: 2/1.3;
    position: relative;
    width: 45vw;
    margin-bottom: 15px;
  }
}
.section--projects__slider li a .img-content img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .section--projects__slider li a .img-content img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .section--projects__slider li a .img-content img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.section--projects__slider li a .caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.section--projects__slider li a .caption :nth-child(1) {
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: var(--txt-p);
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .section--projects__slider li a .caption :nth-child(1) {
    margin-top: 18px;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .section--projects__slider li a .caption :nth-child(1) {
    align-items: flex-start;
  }
}
.section--projects__slider li a .caption :nth-child(2) {
  margin-left: 0;
  text-transform: uppercase;
  font-size: 33px;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .section--projects__slider li a .caption :nth-child(2) {
    font-size: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .section--projects__slider li a .caption :nth-child(2) {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .section--projects__slider li:nth-child(2) {
    margin-top: 100px;
  }
  .section--projects__slider li:nth-child(3) {
    margin-top: 200px;
  }
  .section--projects__slider li:nth-child(4) {
    margin-top: 300px;
  }
}

.section--projects .line-after {
  padding-bottom: 100px;
}

.section--projects .line-after:after {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1000;
  bottom: 0;
  height: 82%;
  background-color: #D4D4D4;
}
@media screen and (min-width: 1024px) {
  .section--projects .line-after:after {
    height: 87%;
  }
}

.section--gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--c-black);
  color: var(--c-white);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1500px) {
  .section--gallery__txt, .section--gallery__images {
    max-width: 1300px;
  }
}
.section--gallery .title-container {
  padding-bottom: 30px;
}
.section--gallery p {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.section--gallery__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  width: calc(100vw - 32px);
}
.section--gallery__txt h2 {
  overflow: hidden;
  padding-top: 160px;
}
.section--gallery :before,
.section--gallery :after {
  content: "";
  position: absolute;
  height: 10vh;
  width: 0.3px;
  background-color: var(--c-white);
  left: 50%;
  transform: translateX(-50%);
}
.section--gallery :before {
  top: 0;
}
.section--gallery :after {
  bottom: 0;
}
.section--gallery__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: calc(100vw - 32px);
  margin-top: 64px;
  padding-bottom: 160px;
}
.section--gallery__images figure {
  margin-bottom: 32px;
}
.section--gallery__images figure img, .section--gallery__images figure video {
  height: auto;
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--gallery__images figure .cat-brown {
  aspect-ratio: 2/2;
}
.section--gallery__images figure figcaption {
  text-transform: uppercase;
  font-family: var(--txt-p-light);
  letter-spacing: initial;
  margin-top: 8px;
  text-align: left;
}
.section--gallery__images figure:before, .section--gallery__images figure:after {
  content: none;
}
.section--gallery__images .figure-modal {
  cursor: pointer;
}
.section--gallery__images .figure-modal .img-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.section--gallery__images .figure-modal .img-container img {
  display: inline;
}
.section--gallery__images .figure-modal .img-container img:before, .section--gallery__images .figure-modal .img-container img:after {
  content: none;
}
.section--gallery__images .figure-modal .img-container div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}
.section--gallery__images .figure-modal .img-container div span {
  font-family: var(--txt-p-italic);
  font-size: 16px;
}
.section--gallery__images .figure-modal .img-container div :after,
.section--gallery__images .figure-modal .img-container div :before {
  content: none;
  background-color: transparent;
  height: 0;
  width: 0;
}
.section--gallery__images .figure-modal :after,
.section--gallery__images .figure-modal :before {
  content: none;
  background-color: transparent;
  height: 0;
  width: 0;
}
.section--gallery__images .figure-modal :hover div {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
}
.section--gallery__images figure:nth-child(3n+3) {
  grid-column: span 2;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  /* Modal Content */
  /* Add Animation */
}
.modal-content {
  overflow: hidden;
  background-color: rgba(255, 251, 244, 0.8901960784);
  height: auto;
  max-height: 90vh;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  /* The Close Button */
}
.modal-content__close {
  background-image: url(../assets/icons/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 24px;
  right: 16px;
}
@media screen and (min-width: 1240px) {
  .modal-content__close {
    height: 20px;
    width: 20px;
  }
}
.modal-content__close:hover, .modal-content__close:focus {
  cursor: pointer;
  opacity: 0.8;
}
.modal-content__scroll, .modal-content__scroll--keyboard {
  float: left;
  padding-left: 16px;
  padding-top: 24px;
  font-family: var(--txt-p-italic);
  height: 53px;
}
.modal-content__slideshow {
  width: 100vw;
  position: relative;
  margin: auto;
  padding-top: 32px;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.modal-content__slideshow-slides:first-child {
  margin-left: 16px;
}
.modal-content__slideshow-slides:last-child {
  margin-right: 16px;
}
.modal-content__slideshow-slides {
  text-align: center;
}
.modal-content__slideshow-slides img {
  width: calc(100vw - 64px);
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1240px) {
  .modal-content__slideshow-slides img {
    height: 90vh;
  }
}
.modal-content__slideshow-slides .caption {
  color: var(--c-black);
  text-align: center;
  padding: 8px 16px;
  width: 100%;
  font-family: var(--txt-p);
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@keyframes animatetop {
  from {
    bottom: -100vh;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .section--gallery .title-container {
    padding-bottom: 30px;
  }
  .section--gallery p {
    margin-left: 36px;
    margin-right: 36px;
  }
  .section--gallery__txt {
    width: calc(100vw - 36px - 36px);
  }
  .section--gallery__txt h2 {
    padding-top: 180px;
  }
  .section--gallery__images {
    gap: 18px;
    width: calc(100vw - 36px - 36px);
    margin-top: 72px;
    padding-bottom: 180px;
  }
  .section--gallery__images figure {
    margin-bottom: 36px;
  }
  .section--gallery__images figure img, .section--gallery__images figure video {
    border-radius: 10px;
  }
  .section--gallery__images figure figcaption {
    margin-top: 9px;
  }
  .section--gallery__images .figure-modal .img-container div {
    width: 120px;
    height: 120px;
  }
  .section--gallery__images .figure-modal .img-container div span {
    font-size: 18px;
  }

  .modal-content {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    height: 90%;
  }
  .modal-content__close {
    top: 36px;
    right: 36px;
  }
  .modal-content__slideshow {
    padding-top: 72px;
  }
  .modal-content__slideshow-slides .caption {
    font-size: 15px;
    padding-bottom: 36px;
    padding: 18px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .section--gallery {
    width: 100%;
    margin-top: -400px;
  }
  .section--gallery__txt {
    margin-bottom: 100px;
  }
  .section--gallery__images {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
    width: calc(100vw - 40px - 40px);
  }
  .section--gallery__images figure, .section--gallery__images .figure-modal .img-container {
    height: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .section--gallery__images figure img, .section--gallery__images figure video, .section--gallery__images .figure-modal .img-container img, .section--gallery__images .figure-modal .img-container video {
    height: 100%;
    width: auto;
    overflow: hidden;
    border-radius: 6px;
  }
  .section--gallery__images figure .cat-brown, .section--gallery__images .figure-modal .img-container .cat-brown {
    aspect-ratio: initial;
  }
  .section--gallery__images figure figcaption, .section--gallery__images .figure-modal .img-container figcaption {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section--gallery__images figure:nth-child(3n+3) {
    grid-column: auto;
  }
}
@media screen and (max-width: 1023px) {
  .modal-content__scroll--keyboard {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .modal-content {
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
  }
  .modal-content__scroll {
    display: none;
  }
  .modal-content__slideshow {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .modal-content__slideshow-slides {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .modal-content__slideshow-slides img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 75vh;
    width: -moz-max-content;
    width: max-content;
  }
  .modal-content__slideshow-slides .caption {
    font-size: 17px;
    padding: 10px 40px;
  }
  .modal-content__slideshow-slides:first-child, .modal-content__slideshow-slides:last-child {
    margin: 0;
  }

  .modal-content__slideshow-slides {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .modal-content__slideshow-slides.active {
    display: block;
    opacity: 1;
  }
}
.section--footer {
  height: 100Vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  background-color: var(--c-white);
}
.section--footer p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .section--footer p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer p {
    font-size: 22px;
  }
}
.section--footer__text {
  margin-left: 16px;
  margin-right: 16px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section--footer__text {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer__text {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer__text {
    margin-left: 44px;
    margin-right: 44px;
  }
}
.section--footer h2, .section--footer .copyright {
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .section--footer h2, .section--footer .copyright {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer h2, .section--footer .copyright {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer h2, .section--footer .copyright {
    margin-left: 44px;
    margin-right: 44px;
  }
}
.section--footer h2 {
  font-family: var(--txt-h2-h3);
  font-size: 33px;
  margin-bottom: 16px;
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .section--footer h2 {
    margin-bottom: 18px;
    margin-top: 54px;
    font-size: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer h2 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 41px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer h2 {
    margin-bottom: 44px;
    margin-top: 80px;
    font-size: 46px;
  }
}
.section--footer .copyright {
  font-family: var(--txt-p-italic);
  font-size: 10px;
  margin-bottom: 32px;
  margin-top: -16px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section--footer .copyright {
    font-size: 13px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer .copyright {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer .copyright {
    font-size: 15px;
    margin-bottom: 44px;
  }
}
.section--footer a {
  text-decoration: none;
  color: var(--c-black);
  font-family: var(--txt-p);
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 8px;
  border: 0.5px solid var(--c-black);
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section--footer a {
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer a {
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer a {
    font-size: 18px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.section--footer .social-list {
  text-align: center;
  display: flex;
}
.section--footer .social-list li:first-child {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .section--footer .social-list li:first-child {
    margin-right: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer .social-list li:first-child {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer .social-list li:first-child {
    margin-right: 22px;
  }
}
.section--footer p {
  margin-top: 16px;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .section--footer p {
    margin-top: 18px;
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer p {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer p {
    margin-top: 22px;
    padding-bottom: 11px;
  }
}
.section--footer .button, .section--footer .button a {
  cursor: pointer;
  transition: 40ms;
}
.section--footer .button:hover,
.section--footer .button a:hover {
  background-color: var(--c-black);
  color: var(--c-white);
  animation: 0.3s ease-out;
}
.section--footer__dashed-lines {
  position: absolute;
  bottom: 32px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
}
.section--footer__dashed-lines .horizontal,
.section--footer__dashed-lines .vertical {
  background-image: url(../assets/icons/dashed-line.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  height: 0.7px;
  width: calc(100vw - 32px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section--footer__dashed-lines .horizontal,
.section--footer__dashed-lines .vertical {
    width: calc(100vw - 36px);
  }
}
@media screen and (min-width: 1024px) {
  .section--footer__dashed-lines .horizontal,
.section--footer__dashed-lines .vertical {
    width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1444px) {
  .section--footer__dashed-lines .horizontal,
.section--footer__dashed-lines .vertical {
    width: calc(100vw - 84px);
  }
}
.section--footer__dashed-lines .vertical {
  width: 50px;
  transform: rotate(90deg);
}
.section--footer__accomplishments {
  font-family: var(--txt-p);
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .section--footer__accomplishments {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer__accomplishments {
    font-size: 17px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer__accomplishments {
    font-size: 18px;
  }
}
.section--footer__accomplishments p {
  margin-left: 16px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .section--footer__accomplishments p {
    margin-left: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer__accomplishments p {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer__accomplishments p {
    margin-left: 44px;
  }
}
.section--footer__accomplishments .marquee-container .marquee-content {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
}
.section--footer__accomplishments .marquee-container .marquee-content li {
  width: -moz-max-content;
  width: max-content;
  margin-right: 8px;
  border: 0.5px dashed var(--c-black);
  border-radius: 3px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 9px;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .section--footer__accomplishments .marquee-container .marquee-content li {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer__accomplishments .marquee-container .marquee-content li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer__accomplishments .marquee-container .marquee-content li {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.section--footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.section--footer section {
  flex: 1;
}
.section--footer section:last-child {
  margin-bottom: 30px;
}
.section--footer .h1 {
  margin-bottom: 32px;
  flex: 1.5;
  align-items: flex-end;
}
.section--footer .h1 span {
  font-family: var(--txt-h1);
}
.section--footer p {
  padding-bottom: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section--footer p {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer p {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer p {
    padding-bottom: 22px;
  }
}
.section--footer .padding {
  padding-bottom: 8px;
}
.section--footer ul {
  margin-top: 0;
}
.section--footer__text, .section--footer__accomplishments {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .section--footer__text, .section--footer__accomplishments {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section--footer__text, .section--footer__accomplishments {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1444px) {
  .section--footer__text, .section--footer__accomplishments {
    margin-top: 22px;
  }
}

.projetCorder .section--details {
  background-image: url(../assets/images-accueil/corder_dark.jpg);
}
.projetCorder .section--pictures {
  padding: 16px;
  background-color: var(--c-white);
  color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--pictures {
    padding: 36px;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--pictures {
    padding: 40px;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--pictures {
    padding: 44px;
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
.projetCorder .section--pictures__img {
  border-radius: 6px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--pictures__img {
    border-radius: 10px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--pictures__img {
    border-radius: 11px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--pictures__img {
    border-radius: 12px;
    margin-bottom: 44px;
    max-width: 60vw;
  }
}
@media screen and (min-width: 2000px) {
  .projetCorder .section--pictures__img {
    max-width: 1000px;
    display: flex;
    margin-bottom: 80px;
  }
}
.projetCorder .section--pictures:before,
.projetCorder .section--pictures-mobile:before {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  background-color: #D4D4D4;
  top: 0;
}
.projetCorder .section--pictures-black {
  background-color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  width: 100%;
  overflow-x: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--pictures-black {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--pictures-black {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--pictures-black {
    padding-top: 100px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1900px) {
  .projetCorder .section--pictures-black {
    padding-top: 160px;
    padding-bottom: 116px;
  }
}
.projetCorder .section--pictures-black p {
  color: var(--c-white);
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--pictures-black p {
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--pictures-black p {
    max-width: 60vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--pictures-black p {
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 2000px) {
  .projetCorder .section--pictures-black p {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
.projetCorder .section--pictures-black__img, .projetCorder .section--pictures-black video {
  border-radius: 6px;
  width: calc(100% - 32px);
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--pictures-black__img, .projetCorder .section--pictures-black video {
    border-radius: 10px;
    width: calc(100% - 36px - 36px);
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--pictures-black__img, .projetCorder .section--pictures-black video {
    border-radius: 11px;
    max-width: 60vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--pictures-black__img, .projetCorder .section--pictures-black video {
    border-radius: 12px;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 2000px) {
  .projetCorder .section--pictures-black__img, .projetCorder .section--pictures-black video {
    word-wrap: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
.projetCorder .mockup {
  height: 525px;
  padding: 0;
  text-align: center;
  background-image: url(../assets/images-projet/corder/mockup.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
}
@media screen and (min-width: 768px) {
  .projetCorder .mockup {
    background-size: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .mockup {
    background-size: 100%;
    height: 80vh;
  }
}
.projetCorder .section--pictures-mobile {
  padding: 16px;
  background-color: var(--c-white);
  color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--pictures-mobile {
    padding: 36px;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--pictures-mobile {
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 2000px) {
  .projetCorder .section--pictures-mobile {
    max-width: 50vw;
    padding-top: 400px;
    padding-bottom: 400px;
  }
}
.projetCorder .section--pictures-mobile__img {
  border-radius: 6px;
  width: calc(50% - 16px);
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--pictures-mobile__img {
    border-radius: 10px;
    width: calc(50% - 18px);
    width: 20vw;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--pictures-mobile__img {
    border-radius: 11px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--pictures-mobile__img {
    border-radius: 12px;
    margin-bottom: 40px;
    max-width: 15vw;
    justify-content: space-around;
  }
}
@media screen and (min-width: 2000px) {
  .projetCorder .section--pictures-mobile__img {
    max-width: 10vw;
  }
}
.projetCorder .section--video-animation {
  margin: 0 auto;
  text-align: center;
  padding: 16px;
  background-color: var(--c-white);
  color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}
.projetCorder .section--video-animation p {
  font-family: var(--txt-p);
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--video-animation p {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--video-animation p {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--video-animation p {
    max-width: 60vw;
    padding-bottom: 44px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 2000px) {
  .projetCorder .section--video-animation p {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .projetCorder .section--video-animation {
    padding: 36px;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--video-animation {
    padding: 40px;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--video-animation {
    padding: 44px;
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 2000px) {
  .projetCorder .section--video-animation {
    padding-bottom: 400px;
  }
}
.projetCorder .section--video-animation video {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .projetCorder .section--video-animation video {
    border-radius: 10px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetCorder .section--video-animation video {
    border-radius: 11px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetCorder .section--video-animation video {
    border-radius: 12px;
    margin-bottom: 44px;
    max-width: 60vw;
  }
}
@media screen and (min-width: 2000px) {
  .projetCorder .section--video-animation video {
    max-width: 1000px;
  }
}
.projetCorder .section--video-animation:before {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  background-color: #D4D4D4;
  top: 0;
}
.projetCorder .section--next-project {
  background-image: url(../assets/images-accueil/lucas_dark.jpg);
}

.projetZoom .section--details {
  background-image: url(../assets/images-accueil/namur_dark.jpg);
}
.projetZoom .section--pictures {
  background-color: var(--c-white);
  color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projetZoom .section--pictures {
    padding: 36px;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .projetZoom .section--pictures {
    padding: 40px;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .projetZoom .section--pictures {
    padding: 44px;
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
.projetZoom .section--pictures__img {
  border-radius: 6px;
  width: 100%;
  width: calc(100% - 32px);
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .projetZoom .section--pictures__img {
    border-radius: 10px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetZoom .section--pictures__img {
    border-radius: 11px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetZoom .section--pictures__img {
    border-radius: 12px;
    margin-bottom: 44px;
    max-width: 60vw;
  }
}
@media screen and (min-width: 2000px) {
  .projetZoom .section--pictures__img {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.projetZoom .section--pictures-mobile {
  padding: 16px;
  background-color: var(--c-white);
  color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projetZoom .section--pictures-mobile {
    padding: 36px;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .projetZoom .section--pictures-mobile {
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 2000px) {
  .projetZoom .section--pictures-mobile {
    max-width: 50vw;
    padding-top: 400px;
    padding-bottom: 400px;
  }
}
.projetZoom .section--pictures-mobile__img {
  border-radius: 6px;
  width: calc(50% - 16px);
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .projetZoom .section--pictures-mobile__img {
    border-radius: 10px;
    width: calc(50% - 18px);
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetZoom .section--pictures-mobile__img {
    border-radius: 11px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetZoom .section--pictures-mobile__img {
    border-radius: 12px;
    margin-bottom: 40px;
    max-width: 15vw;
    justify-content: space-around;
  }
}
@media screen and (min-width: 2000px) {
  .projetZoom .section--pictures-mobile__img {
    max-width: 10vw;
  }
}
.projetZoom .section--pictures:before,
.projetZoom .section--pictures-mobile:before {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  background-color: #D4D4D4;
  top: 0;
}
.projetZoom .section--pictures-black {
  background-color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  width: 100%;
  overflow-x: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .projetZoom .section--pictures-black {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .projetZoom .section--pictures-black {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .projetZoom .section--pictures-black {
    padding-top: 100px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1900px) {
  .projetZoom .section--pictures-black {
    padding-top: 160px;
    padding-bottom: 116px;
  }
}
.projetZoom .section--pictures-black p {
  color: var(--c-white);
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .projetZoom .section--pictures-black p {
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetZoom .section--pictures-black p {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetZoom .section--pictures-black p {
    max-width: 60vw;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 2000px) {
  .projetZoom .section--pictures-black p {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
.projetZoom .section--pictures-black__img, .projetZoom .section--pictures-black video {
  border-radius: 6px;
  width: calc(100% - 32px);
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .projetZoom .section--pictures-black__img, .projetZoom .section--pictures-black video {
    border-radius: 10px;
    width: calc(100% - 36px - 36px);
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetZoom .section--pictures-black__img, .projetZoom .section--pictures-black video {
    border-radius: 11px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetZoom .section--pictures-black__img, .projetZoom .section--pictures-black video {
    border-radius: 12px;
    margin-bottom: 44px;
    max-width: 60vw;
    display: flex;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 2000px) {
  .projetZoom .section--pictures-black__img, .projetZoom .section--pictures-black video {
    max-width: 1000px;
  }
}
.projetZoom .mockup {
  height: 525px;
  width: 100vw;
  padding: 0;
  text-align: center;
  background-image: url(../assets/images-projet/pixel/desktop/pixel-home.png);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1440px) {
  .projetZoom .mockup {
    height: 80vh;
  }
}
.projetZoom .section--next-project {
  background-image: url(../assets/images-accueil/museum_dark.jpg);
}

.projetWebDev .section--details {
  background-image: url(../assets/images-accueil/lucas_dark.jpg);
}
.projetWebDev .section--pictures {
  padding: 16px;
  background-color: var(--c-white);
  color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projetWebDev .section--pictures {
    padding: 36px;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .projetWebDev .section--pictures {
    padding: 40px;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .projetWebDev .section--pictures {
    padding: 44px;
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
.projetWebDev .section--pictures__img {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .projetWebDev .section--pictures__img {
    border-radius: 10px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetWebDev .section--pictures__img {
    border-radius: 11px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetWebDev .section--pictures__img {
    border-radius: 12px;
    margin-bottom: 44px;
    max-width: 60vw;
  }
}
@media screen and (min-width: 2000px) {
  .projetWebDev .section--pictures__img {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.projetWebDev .section--pictures:before,
.projetWebDev .section--pictures-mobile:before {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  background-color: #D4D4D4;
  top: 0;
}
.projetWebDev .section--pictures-black {
  background-color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  width: 100%;
  overflow-x: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .projetWebDev .section--pictures-black {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .projetWebDev .section--pictures-black {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .projetWebDev .section--pictures-black {
    padding-top: 100px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1900px) {
  .projetWebDev .section--pictures-black {
    padding-top: 160px;
    padding-bottom: 116px;
  }
}
.projetWebDev .section--pictures-black p {
  color: var(--c-white);
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .projetWebDev .section--pictures-black p {
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetWebDev .section--pictures-black p {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetWebDev .section--pictures-black p {
    max-width: 60vw;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 2000px) {
  .projetWebDev .section--pictures-black p {
    max-width: 1000px;
    display: flex;
  }
}
.projetWebDev .section--pictures-black__img, .projetWebDev .section--pictures-black video {
  border-radius: 6px;
  width: calc(100% - 32px);
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .projetWebDev .section--pictures-black__img, .projetWebDev .section--pictures-black video {
    border-radius: 10px;
    width: calc(100% - 36px - 36px);
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetWebDev .section--pictures-black__img, .projetWebDev .section--pictures-black video {
    border-radius: 11px;
    margin-bottom: 40px;
    max-width: 60vw;
  }
}
@media screen and (min-width: 1440px) {
  .projetWebDev .section--pictures-black__img, .projetWebDev .section--pictures-black video {
    border-radius: 12px;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 2000px) {
  .projetWebDev .section--pictures-black__img, .projetWebDev .section--pictures-black video {
    max-width: 1000px;
  }
}
.projetWebDev .mockup {
  height: 525px;
  padding: 0;
  text-align: center;
  background-image: url(../assets/images-projet/lucas/mockup.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
  margin-bottom: 160px;
}
@media screen and (min-width: 1440px) {
  .projetWebDev .mockup {
    height: 80vh;
    background-size: 100%;
  }
}
.projetWebDev .section--next-project {
  background-image: url(../assets/images-accueil/namur_dark.jpg);
}

.projetPixel .section--details {
  background-image: url(../assets/images-accueil/museum_dark.jpg);
}
.projetPixel .section--pictures {
  background-color: var(--c-white);
  color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projetPixel .section--pictures {
    padding: 36px;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .projetPixel .section--pictures {
    padding: 40px;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .projetPixel .section--pictures {
    padding: 44px;
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
.projetPixel .section--pictures__img {
  border-radius: 6px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: calc(100% - 32px);
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .projetPixel .section--pictures__img {
    border-radius: 10px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetPixel .section--pictures__img {
    border-radius: 11px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetPixel .section--pictures__img {
    border-radius: 12px;
    margin-bottom: 44px;
    max-width: 60vw;
  }
}
@media screen and (min-width: 2000px) {
  .projetPixel .section--pictures__img {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.projetPixel .section--pictures:before,
.projetPixel .section--pictures-mobile:before {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  background-color: #D4D4D4;
  top: 0;
}
.projetPixel .section--pictures-black {
  background-color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  width: 100%;
  overflow-x: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .projetPixel .section--pictures-black {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .projetPixel .section--pictures-black {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .projetPixel .section--pictures-black {
    padding-top: 100px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1900px) {
  .projetPixel .section--pictures-black {
    padding-top: 160px;
    padding-bottom: 116px;
  }
}
.projetPixel .section--pictures-black p {
  color: var(--c-white);
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .projetPixel .section--pictures-black p {
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetPixel .section--pictures-black p {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .projetPixel .section--pictures-black p {
    max-width: 60vw;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 2000px) {
  .projetPixel .section--pictures-black p {
    max-width: 1000px;
  }
}
.projetPixel .section--pictures-black__img, .projetPixel .section--pictures-black video {
  border-radius: 6px;
  width: calc(100% - 32px);
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .projetPixel .section--pictures-black__img, .projetPixel .section--pictures-black video {
    border-radius: 10px;
    width: calc(100% - 36px - 36px);
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .projetPixel .section--pictures-black__img, .projetPixel .section--pictures-black video {
    border-radius: 11px;
    margin-bottom: 40px;
    width: calc(100% - 40px - 40px);
  }
}
@media screen and (min-width: 1440px) {
  .projetPixel .section--pictures-black__img, .projetPixel .section--pictures-black video {
    border-radius: 12px;
    margin-bottom: 44px;
    max-width: 60vw;
  }
}
@media screen and (min-width: 2000px) {
  .projetPixel .section--pictures-black__img, .projetPixel .section--pictures-black video {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
.projetPixel .mockup {
  height: 525px;
  width: 100vw;
  padding: 0;
  text-align: center;
  background-image: url(../assets/images-projet/pixel/desktop/mockup.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250%;
  background-color: var(--c-black);
}
@media screen and (min-width: 1440px) {
  .projetPixel .mockup {
    height: 80vh;
  }
}
.projetPixel .section--next-project {
  background-image: url(../assets/images-accueil/corder_dark.jpg);
}
.projetPixel .video-case__container {
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
}
.projetPixel .video-case__container p {
  padding-bottom: 32px;
  margin: 0 auto;
  margin-top: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .projetPixel .video-case__container p {
    width: calc(100vw - 36px - 36px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .projetPixel .video-case__container p {
    width: calc(100vw - 40px - 40px);
  }
}
@media screen and (min-width: 1440px) {
  .projetPixel .video-case__container p {
    max-width: 60vw;
  }
}
@media screen and (min-width: 2000px) {
  .projetPixel .video-case__container p {
    max-width: 1000px;
  }
}
.projetPixel .video-case__container .video-case {
  position: relative;
  z-index: 2;
  width: calc(100vw - 32px);
  margin: 0 auto;
  height: -moz-max-content;
  height: max-content;
  border-radius: 6px;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .projetPixel .video-case__container .video-case {
    width: calc(100vw - 36px - 36px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .projetPixel .video-case__container .video-case {
    width: calc(100vw - 40px - 40px);
  }
}
@media screen and (min-width: 1440px) {
  .projetPixel .video-case__container .video-case {
    max-width: 60vw;
  }
}
@media screen and (min-width: 2000px) {
  .projetPixel .video-case__container .video-case {
    max-width: 1000px;
  }
}
.projetPixel .section--next-project {
  background-image: url(../assets/images-accueil/corder_dark.jpg);
}

.section--details {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.section--details .line-before:before,
.section--details .line-after:after {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  height: 10%;
  background-color: var(--c-white);
}
.section--details .line-before:before {
  top: 0;
}
.section--details .line-after:after {
  bottom: 0;
}
.section--details__header {
  padding: 16px;
}
.section--details__header a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  color: var(--c-white);
  font-family: var(--txt-p);
  font-size: 16px;
}
.section--details__header a div {
  background-image: url(../assets/icons/back-arrow.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  background-position: center center;
  width: 20px;
  height: 10px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .section--details__header {
    padding: 36px;
  }
  .section--details__header a {
    font-size: 18px;
  }
  .section--details__header a div {
    margin-right: 9px;
  }
}
.section--details__titles {
  margin: 0 auto;
  color: var(--c-white);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100vw - 32px);
}
.section--details__titles .p-light {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin: 0;
}
.section--details__titles .h1 {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .section--details__titles {
    width: calc(100vw - 36px - 36px);
  }
  .section--details__titles .p-light {
    font-size: 18px;
  }
  .section--details__titles .h1 {
    font-size: 54px;
  }
}

.section--infos {
  background-color: var(--c-black);
  color: var(--c-white);
  padding: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (min-width: 1440px) {
  .section--infos {
    display: none;
  }
}
.section--infos p {
  margin-top: 0;
  padding-bottom: 24px;
  max-width: 650px;
}
.section--infos a {
  font-family: var(--txt-p);
  color: var(--c-white);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 64px;
}
.section--infos a div {
  height: 12px;
  width: 12px;
  margin-left: 8px;
  background-image: url(../assets/icons/link-sites.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .section--infos {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section--infos p {
    padding-bottom: 27px;
  }
  .section--infos a {
    padding-bottom: 72px;
  }
  .section--infos a div {
    margin-left: 9px;
  }
}
.section--infos .infos-container .infos {
  margin-bottom: 32px;
}
.section--infos .infos-container .infos span {
  font-family: var(--txt-p-bold);
  text-transform: uppercase;
  padding-bottom: 16px;
}
.section--infos .infos-container .infos p {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .section--infos .infos-container .infos {
    margin-bottom: 36px;
  }
  .section--infos .infos-container .infos span {
    padding-bottom: 18px;
    font-size: 18px;
  }
  .section--infos .infos-container .infos span .p {
    font-size: 18px;
  }
}
.section--infos .infos-container .infos:last-child {
  margin-bottom: 0;
}

.section--thanks {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}
.section--thanks p {
  font-size: 23px;
  text-align: center;
  margin: 0;
  overflow: hidden;
}

.section--thanks:before {
  content: "";
  position: absolute;
  width: 0.3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  background-color: #D4D4D4;
  top: 0;
}

.section--next-project {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.section--next-project__titles {
  margin: 0 auto;
  color: var(--c-white);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100vw - 32px);
}
.section--next-project__titles .p-light {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin: 0;
}
.section--next-project__titles .h1 {
  font-size: 40px;
}
.section--next-project__titles a {
  text-transform: uppercase;
  color: var(--c-white);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 0.6px solid var(--c-white);
  border-radius: 5px;
  margin-top: 64px;
}
.section--next-project__titles a:hover {
  background-color: var(--c-white);
  color: var(--c-black);
  transition: 0.3s ease;
}

.img-border {
  border: 0.6px solid var(--c-black);
}

.section--pictures-mobile {
  padding: 16px;
  background-color: var(--c-white);
  color: var(--c-black);
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.section--pictures-mobile__img {
  border-radius: 6px;
  width: calc(50% - 16px);
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1440px) {
  .section--details {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-end;
    padding-right: 100px;
  }
  .section--details__header {
    align-self: flex-start;
  }
  .section--details__titles {
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    display: block;
    transform: none;
    position: initial;
    margin-right: 0;
    width: 40%;
  }
  .section--details__titles .h1 {
    text-align: left;
    display: block;
  }
  .section--details__txt {
    color: var(--c-white);
    padding: 16px;
    padding-left: 0;
    padding-top: 64px;
    padding-bottom: 64px;
    display: block;
    margin-right: 0;
    width: 40%;
  }
  .section--details__txt p {
    margin-top: 0;
    padding-bottom: 24px;
    max-width: 650px;
  }
  .section--details__txt a {
    font-family: var(--txt-p);
    color: var(--c-white);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 64px;
  }
  .section--details__txt a div {
    height: 12px;
    width: 12px;
    margin-left: 8px;
    background-image: url(../assets/icons/link-sites.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .section--details__txt .infos-container {
    margin-bottom: 36px;
  }
  .section--details__txt .infos-container .infos {
    margin-bottom: 32px;
  }
  .section--details__txt .infos-container .infos span {
    font-family: var(--txt-p-bold);
    text-transform: uppercase;
    padding-bottom: 18px;
    font-size: 18px;
  }
  .section--details__txt .infos-container .infos p {
    padding: 0;
    font-size: 18px;
  }
  .section--details__txt .infos-container .infos:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1439px) {
  .section--details__txt {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --c-black: #2C2926;
  --c-white: #FFFBF4;
  --txt-h1: "Roslindale Semi Bold";
  --txt-h2: "Roslindale Medium";
  --txt-h3: "Roslindale Medium Italic";
  --txt-p: "PP Book";
  --txt-p-italic: "PP Book Italic";
  --txt-p-light: "PP Light";
  --txt-p-thin-i: "PP Thin Italic";
  --txt-p-bold: "PP Medium";
  --txt-p-span-i: "Roslindale Extra Light Italic";
}

/*************************************************/
body {
  background-color: var(--c-white);
}

.h1, .h2, .h3 {
  overflow: hidden;
}

.h1 {
  font-family: var(--txt-h1);
  font-size: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.h2 {
  font-family: var(--txt-h2);
  font-size: 33px;
}

.h3 {
  font-family: var(--txt-h3);
  font-size: 23px;
  margin-left: 4px;
  margin-top: 72px;
  margin-bottom: 24px;
}

p {
  font-family: var(--txt-p);
  font-size: 16px;
  line-height: 25px;
  margin-top: 40px;
}

.p-italic {
  font-family: var(--txt-p-italic);
}

.p-light {
  font-family: var(--txt-p-light);
}

.p-bold {
  font-family: var(--txt-p-bold);
}

.p-span-i {
  font-family: var(--txt-p-span-i);
}

.button {
  font-family: var(--txt-p);
  text-transform: uppercase;
}

.p--little {
  font-size: 13px;
}

.p--big {
  font-size: 23px;
  line-height: 33px;
}

.section {
  text-align: center;
}

h3, p, ul {
  text-align: left;
}

figcaption {
  letter-spacing: -1px;
  line-height: 19px;
}
figcaption :first-child {
  font-family: var(--txt-details-bold);
}
figcaption :last-child {
  font-family: var(--txt-details);
}

@media screen and (min-width: 768px) {
  .h1 {
    font-size: 54px;
    line-height: 130%;
  }

  .h2 {
    font-size: 37px;
    line-height: 36px;
  }

  .h3 {
    font-size: 26px;
    line-height: 140%;
  }

  .p--big {
    font-size: 26px;
    line-height: 150%;
  }

  p {
    font-size: 18px;
    line-height: 150%;
  }

  .p--little {
    font-size: 15px;
    line-height: 150%;
  }
}
@media screen and (min-width: 1024px) {
  .h1 {
    font-size: 86px;
    line-height: 150%;
  }

  .h2 {
    font-size: 41px;
    line-height: 36px;
  }

  .h3 {
    font-size: 35px;
    line-height: 150%;
  }

  .p--big {
    font-size: 29px;
    line-height: 150%;
  }

  p {
    font-size: 20px;
    line-height: 150%;
  }

  .p--little {
    font-size: 17px;
    line-height: 150%;
  }
}
@media screen and (min-width: 1440px) {
  .h1 {
    font-size: 95px;
    line-height: 120%;
  }

  .h2 {
    font-size: 46px;
    line-height: 36px;
  }

  .h3 {
    font-size: 35px;
    line-height: 150%;
  }

  .p--big {
    font-size: 29px;
    line-height: 150%;
  }

  p {
    font-size: 20px;
    line-height: 150%;
  }

  .p--little {
    font-size: 17px;
    line-height: 150%;
  }
}
img, video {
  background-color: grey;
}

/*# sourceMappingURL=app.css.map*/