body {
  margin: 0;
  padding: 0;
  font-family: "Neutral Regular 2", Arial, Helvetica, sans-serif;
  color: #646464;
  font-size: 9.5px;
  line-height: 13px;
  letter-spacing: 0.3px !important;
  font-weight: normal !important;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow: auto;
}

* {
  min-height: 0;
  min-width: 0;
}

.slick-slider * {
  min-height: 0;
  min-width: 0;
}

a {
  text-decoration: none;
  color: #646464;
}

a:visited {
  text-decoration: none;
  color: #646464;
}

a:hover {
  text-decoration: none;
  color: #646464;
}

a:focus {
  text-decoration: none;
  color: #646464;
}

a:hover, a:active {
  text-decoration: none;
  color: #646464;
}

button:focus {
  outline: 0;
}

img:focus {
  outline: 0;
}

.bold {
  font-family: "Neutral Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.3px;
  font-weight: normal !important;
}

.home__project__imgs .slick-prev {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.home__project__imgs .slick-next {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  opacity: 0;
  right: 0;
}
.home__project__imgs .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  list-style-type: none;
  bottom: 80px;
  z-index: 100;
}
.home__project__imgs .slick-dots li {
  margin: 0 0.25rem;
}
.home__project__imgs .slick-dots li:only-child {
  display: none;
}
.home__project__imgs .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e7e7e7;
  text-indent: -9999px;
}
.home__project__imgs .slick-dots li.slick-active button {
  background-color: #646464;
  border: none;
}
.home__project__img {
  object-fit: cover;
  min-width: 100vw;
}

.header {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 80px;
}

#navbar {
  overflow: hidden;
  z-index: 100;
  margin-top: 80px;
  position: fixed;
  /* Make it stick/fixed */
  top: 0;
  /* Stay on top */
  transition: top 0.6s;
  /* Transition effect when sliding down (and up) */
}

#navbar2 {
  z-index: 100;
  margin-top: 80px;
  top: 0;
}

.header--left {
  list-style-type: none;
  padding-left: 225px;
  text-transform: uppercase;
  z-index: 100;
  margin: 0;
}
.header--left .bold li {
  font-family: "Neutral Bold", Arial, Helvetica, sans-serif;
  font-weight: normal !important;
}

.header--right {
  list-style-type: none;
  padding-right: 225px;
  width: auto;
  text-transform: uppercase;
}

.header--right--top {
  margin-left: 25px;
  width: 100%;
}
.header--right--top__about {
  margin-right: 20px;
}
.header--right--top__projects {
  font-family: "Neutral Bold", Arial, Helvetica, sans-serif;
  margin-right: 20px;
  font-weight: normal !important;
}

.header2 {
  color: white;
  position: absolute;
}
.header2 .header--right {
  z-index: 100;
}
.header2 .header--right--home {
  font-family: "Neutral Bold", Arial, Helvetica, sans-serif;
}
.header2 .header--right--top {
  z-index: 100;
  color: white;
}
.header2 .header--right--top a {
  color: white;
}

.projects {
  max-width: 905px;
  margin: auto;
  margin-top: 190px;
}

.project {
  width: 100%;
  padding: 0px;
}
.project:first-child .ligne-longue {
  display: none;
}
.project--border {
  max-width: 905px;
  margin-bottom: 0;
}
.project--color .ligne-longue {
  display: none !important;
  opacity: 0;
}
.project--asset {
  padding-bottom: 30px;
}

.captions {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  padding: 0 45px;
}

.captions--white {
  color: white;
}

.captions-switch {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 30px;
  align-items: center;
}

.plus {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: linear-gradient(#646464, #646464), linear-gradient(#646464, #646464), transparent;
  background-position: center;
  background-size: 100% 0.7px, 0.7px 100%;
  background-repeat: no-repeat;
}

.minus {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: linear-gradient(#646464, #646464), linear-gradient(#646464, #646464), transparent;
  background-position: center;
  background-size: 100% 0.7px;
  background-repeat: no-repeat;
}

.caption-left {
  display: flex;
  flex-basis: 50%;
  justify-content: space-between;
}

.caption-right {
  flex-basis: 50%;
}

.project-titles, .project-dates {
  display: flex;
  flex-direction: column;
}

.project-type {
  margin: 0;
  font-size: 9.5px;
  line-height: 13px;
  letter-spacing: 0.3px;
  font-weight: normal !important;
}

.project-title {
  margin: 0;
  font-size: 9.5px;
  line-height: 13px;
  letter-spacing: 0.3px;
  max-width: 300px;
  font-weight: normal !important;
}

.project-date {
  margin: 0;
  padding-right: 11px;
  text-align: right;
  font-size: 9.5px;
  line-height: 13px;
  letter-spacing: 0.3px;
  font-weight: normal !important;
}

.project-description {
  margin: 0;
  padding-left: 11px;
  font-size: 9.5px;
  line-height: 13px;
  letter-spacing: 0.3px;
  font-weight: normal !important;
}

.project-imgs {
  display: flex;
  flex-direction: column;
}
.project-imgs .slick-prev {
  height: 350px;
  top: 0;
  width: 50%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.project-imgs .slick-next {
  height: 350px;
  top: 0;
  width: 50%;
  position: absolute;
  opacity: 0;
  right: 0;
}
.project-imgs .slick-dots {
  position: absolute;
  bottom: 12px;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.project-imgs .slick-dots li {
  margin: 0 2px;
}
.project-imgs .slick-dots li:only-child {
  display: none;
}
.project-imgs .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  background-color: #e7e7e7;
  border: none;
  text-indent: -9999px;
}
.project-imgs .slick-dots li.slick-active button {
  background-color: #646464;
  border: none;
}

.project-img {
  max-width: 755px;
  padding: 0px 300px;
  margin: auto;
  width: auto;
  max-height: 350px;
  margin-bottom: 30px;
}

.ligne-longue {
  height: 0;
  position: relative;
  top: -9px;
  opacity: 1;
  max-width: 905px;
}
.ligne-longue img {
  height: 4px;
  max-width: 905px;
  width: 100vw !important;
  object-fit: cover;
}

.ligne {
  margin-left: 50%;
  top: -9px;
  position: relative;
}

.ligne-mobile {
  display: none;
}

.available {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin-left: 50%;
  text-transform: uppercase;
  height: 30px;
  margin-top: -5px;
}
.available img {
  width: 42px;
  margin: 5px 0;
}
.available .txt {
  margin: 10px;
  margin-right: 45px;
}
.available .txt:hover {
  font-family: "Neutral Bold", Arial, Helvetica, sans-serif;
}

.footer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}

.footer-main {
  max-width: 420px;
  margin: 0px auto;
  padding-top: 35px;
}
.footer-main .dio {
  line-height: 8px;
}

.footer-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-list--1, .footer-list--3, .footer-list--4, .footer-list--5 {
  padding-bottom: 35px;
}
.footer-list--1 img, .footer-list--3 img, .footer-list--4 img, .footer-list--5 img {
  height: 9px;
  padding-left: 6px;
}
.footer-list--2 {
  padding-bottom: 70px;
}
.footer-list li .dio-insta {
  margin-left: 83px;
}

.backtotop {
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

.credits {
  display: flex;
  justify-content: space-between;
  padding: 0px 40px 35px;
}

.home {
  background-color: #515151;
  min-height: 100vh;
}
.home__project {
  width: 100%;
  height: auto;
  margin: auto;
}

.header2 a:visited {
  color: white;
}

.video__container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000000;
  margin: auto;
  max-width: 755px;
}
.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  #navbar, #navbar2 {
    margin-top: 0;
  }

  .header, .header2 {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .header--left, .header--right {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 10px;
    line-height: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .plus, .minus {
    width: 40px;
    height: 40px;
  }

  .captions {
    flex-direction: column;
    margin-top: -10px;
    padding: 0 30px;
  }

  .captions-switch {
    padding: 6px 0;
    height: 50px;
  }

  .caption-left {
    flex-direction: column;
  }

  .project-date {
    margin: 10px 0;
    text-align: left;
  }

  .project-description {
    padding-left: 0;
  }

  .available {
    max-width: 100%;
    width: auto;
    margin: 0 30px;
    margin-top: -5px;
  }
  .available img {
    width: 45px;
    margin: 5px 0;
  }
  .available .txt {
    font-size: 10px;
    margin: 0px;
    margin-top: 11px;
  }

  .ligne {
    display: none;
  }

  .ligne-mobile {
    margin-left: 30px;
    margin-right: 30px;
    top: -9px;
    position: relative;
    display: block;
    max-width: 905px;
  }
  .ligne-mobile img {
    height: 4px;
    max-width: 905px;
    object-fit: cover;
    width: 100%;
  }

  .ligne-longue {
    margin: 0 30px;
  }
  .ligne-longue img {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    padding: 0 30px;
  }

  .footer-main {
    max-width: 100%;
    margin: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .backtotop {
    padding-top: 70px;
  }

  .credits {
    margin: 30px 0;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    font-size: 10px;
    line-height: 15px;
    padding: 0;
  }

  .footer-list li .dio-insta {
    margin-left: 85px;
  }

  .footer-main, .footer-list--2, .footer-list--3, .footer-list--1, .footer-list--4, .footer-list--5 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home__project__imgs .slick-dots {
    bottom: 0;
    padding: 100px 0;
  }

  .captions {
    padding: 0;
    margin-top: 0;
    margin: 0 0 25px 0;
  }

  .captions-switch {
    padding: 6px 0;
    height: 18px;
  }

  .ligne, .ligne-longue {
    margin-left: 0px;
    margin-right: 0px;
  }

  .ligne-mobile {
    margin-left: 0px;
    margin-right: 0px;
    top: -8px;
  }

  .available {
    margin: -5px 0 0 0;
  }
  .available .txt {
    font-size: 2.4vw;
  }

  .header, .header2 {
    padding-top: 30px;
    margin-bottom: 0;
  }

  .plus, .minus {
    width: 20px;
    height: 20px;
  }

  .header--left {
    padding-left: 30px;
  }

  .header--right {
    display: flex;
    flex-direction: column-reverse;
    padding-right: 30px;
    text-align: right;
    padding-left: 0;
  }

  .header--right--top {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    text-align: right;
  }

  .header--right--top__projects, .header--right--top__about {
    margin-right: 0;
  }

  .project {
    width: auto;
    padding: 0 15px;
  }

  .projects {
    margin-top: 135px;
  }

  .footer {
    padding: 35px 30px 30px 30px;
    height: auto;
  }

  .project--asset {
    padding-bottom: 30px;
  }

  .available .txt {
    margin-top: 10px;
  }

  .footer-main {
    padding: 0;
  }

  .footer-list--2, .footer-list--1, .footer-list--4, .footer-list--5 {
    padding-bottom: 30px;
  }

  .credits {
    margin: 70px 0 0 0;
    height: 53px;
  }

  .footer-list li .dio-insta {
    margin-left: 89px;
  }

  .project-img {
    max-width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 414px) {
  .project-img {
    max-width: 384px;
    height: auto;
  }
}
@media only screen and (max-width: 412px) {
  .project-img {
    max-width: 382px;
    height: auto;
  }
}
@media only screen and (max-width: 375px) {
  .project-img {
    max-width: 345px;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  .project-img {
    max-width: 330px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  .project-img {
    max-width: 290px;
    height: auto;
  }
}

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