@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400&family=Red+Hat+Text:ital,wght@0,200;0,300;0,400;1,300&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  font-size: 1.1em;
}

img, picture, video, canvas, svg {
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

img {
  max-height: 80vw;
}
@media (min-width: 800px) {
  img {
    max-height: 500px;
  }
}

h1,
h2 {
  font-weight: 300;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.4em;
  color: hsl(0, 0%, 91%);
}

p {
  font-size: 0.9em;
}

a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
a:hover {
  opacity: 60%;
  transition: 0.4ms ease-in-out;
}

body {
  background-color: #171717;
  color: hsl(0, 0%, 100%);
  font-family: "Red Hat Text", sans-serif;
  font-weight: 300;
}
body header {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  body header {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
body header img.website-logo {
  max-width: 500px;
  height: auto;
  justify-self: center;
}
@media (min-width: 1200px) {
  body header img.website-logo {
    height: 200px;
  }
}
body header svg#logo {
  fill: hsl(0, 0%, 100%);
  float: left;
  top: 0;
  width: auto;
}
@media (min-width: 500px) {
  body header svg#logo {
    width: 500px;
  }
}
body header nav {
  display: flex;
  align-items: center;
  z-index: 10;
  width: 100%;
  justify-content: space-around;
  margin-top: 20px;
}
@media (min-width: 800px) {
  body header nav {
    width: auto;
    position: fixed;
    top: 20px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
  }
}
body header nav ul {
  padding: inherit;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
@media (min-width: 1200px) {
  body header nav ul {
    flex: 1;
    display: block;
  }
}
body header nav ul > * {
  padding: 10px 0;
}
body header nav ul > * a {
  font-size: 1.3em;
}
@media (min-width: 800px) {
  body header nav ul > * {
    padding: 2px 0;
  }
  body header nav ul > * a {
    font-size: initial;
  }
}
body header nav .socials {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
body header nav .socials a img {
  width: 30px;
}
body header .nav-left {
  left: 40px;
}
body .wrapper {
  max-width: 1300px;
  margin: auto;
}
body .wrapper .background {
  position: relative;
}
body .wrapper .background #photographe-logo {
  display: none;
}
@media (min-width: 800px) {
  body .wrapper .background #photographe-logo {
    pointer-events: none;
    position: absolute;
    display: flex;
    z-index: -10;
    fill: hsla(0, 0%, 100%, 0.05);
    width: 100%;
    top: -160px;
    left: -49px;
    height: 796px;
  }
}
body .wrapper main {
  padding: 0 10px;
}
@media (min-width: 800px) {
  body .wrapper main {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  body .wrapper main .presentation__gallery__wrapper {
    margin: auto;
  }
}
body .wrapper main .presentation__gallery__wrapper .presentation {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 800px) {
  body .wrapper main .presentation__gallery__wrapper .presentation {
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 170px;
  }
}
body .wrapper main .presentation__gallery__wrapper .presentation .description {
  min-width: 300px;
  padding-left: 20.5px;
  border-left: 0.3px solid hsl(0, 0%, 100%);
}
body .wrapper main .presentation__gallery__wrapper .presentation .description > * {
  margin-bottom: 1em;
}
body .wrapper main .presentation__gallery__wrapper .presentation img {
  max-height: 400px;
  z-index: 10;
  width: auto;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  body .wrapper main .presentation__gallery__wrapper .presentation img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
body .wrapper main .presentation__gallery__wrapper .large__gallery h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  body .wrapper main .presentation__gallery__wrapper .large__gallery {
    padding: 0 30px;
  }
  body .wrapper main .presentation__gallery__wrapper .large__gallery h2 {
    text-align: initial;
  }
}
body .wrapper main .presentation__gallery__wrapper #arch-horizontal {
  margin-top: 40px;
}
body .wrapper main .split__gallery {
  width: 100%;
  text-align: center;
}
@media (min-width: 800px) {
  body .wrapper main .split__gallery {
    text-align: initial;
  }
}
body .wrapper main .split__gallery > * {
  margin: 100px 0;
}
body .wrapper main .split__gallery > * h2 {
  margin-bottom: 20px;
}
body .wrapper .editeur {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #171717;
  background: hsl(0, 0%, 100%);
  padding: 20px 0;
  z-index: 10;
}
body .wrapper .editeur p {
  margin-bottom: 20px;
  text-align: center;
  padding: 0 20px;
  max-width: 900px;
}
body .wrapper .editeur .edition__gallery {
  max-width: 500px;
}
body .wrapper .editeur .edition__gallery img {
  margin-bottom: 20px;
  padding: 0 10px;
}
body .wrapper .editeur a.btn {
  border: 1px solid #171717;
  border-radius: 5px;
  text-decoration: inherit;
  color: #171717;
  padding: 5px 15px;
  box-shadow: 0px 9px 12px -6px rgba(121, 121, 121, 0.94);
}
body .wrapper .editeur a.btn:hover {
  transition: 400ms ease;
  background: #171717;
  color: hsl(0, 0%, 100%);
  opacity: inherit;
}
body .wrapper .editeur a.btn:hover::before {
  content: "➜ ";
}
body .wrapper .editeur #editeur-logo {
  display: none;
}
@media (min-width: 800px) {
  body .wrapper .editeur #editeur-logo {
    display: flex;
    top: 0;
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: -10;
    fill: hsla(0, 0%, 0%, 0.05);
    right: 50px;
    max-height: 600px;
  }
}
body .wrapper .editeur .swiper-button-next,
body .wrapper .editeur .swiper-button-prev {
  color: #171717;
}
body footer {
  padding: 40px;
  display: flex;
  justify-content: center;
}

.center {
  justify-content: center;
}

figcaption .title {
  font-size: 1.2em;
}

.swiper {
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  width: 100%;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  padding: 30px;
  color: hsl(0, 0%, 100%);
  --swiper-navigation-size: 40px;
  background-repeat: no-repeat;
}
.swiper .swiper-wrapper .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide figure {
  text-align: center;
}
@media (min-width: 800px) {
  .swiper .swiper-wrapper .swiper-slide figure {
    text-align: initial;
    width: -moz-min-content;
    width: min-content;
  }
}
.swiper .swiper-wrapper .swiper-slide figure figcaption {
  padding: 10px 0 0 0;
}
.swiper .swiper-wrapper .swiper-slide figure img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
@media (min-width: 800px) {
  .swiper .swiper-wrapper .swiper-slide figure img {
    max-width: 100vw;
  }
}

.swiper-slide {
  opacity: 1;
}
@media (min-width: 800px) {
  .swiper-slide {
    opacity: 20%;
  }
}

.swiper-slide-active {
  opacity: inherit;
}

#travaux-perso .swiper-slide figure,
#arch-horizontal .swiper-slide figure {
  text-align: start;
}
@media (min-width: 800px) {
  #travaux-perso .swiper-slide figure,
  #arch-horizontal .swiper-slide figure {
    max-width: -moz-min-content;
    max-width: min-content;
    width: 100%;
  }
}
#travaux-perso .swiper-slide figure img,
#arch-horizontal .swiper-slide figure img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
@media (min-width: 800px) {
  #travaux-perso .swiper-slide figure img,
  #arch-horizontal .swiper-slide figure img {
    max-width: 100vw;
  }
}/*# sourceMappingURL=style.css.map */