:root {
  --vw: 1%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
:root {
  font-family: "BDO Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3125;
}

img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

img.loaded {
  opacity: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

::selection {
  background-color: #f2f2f2;
  color: #161616;
  -webkit-text-stroke: 0.3px #161616;
}

/* width */
::-webkit-scrollbar {
  width: 16px;
  padding: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #161616;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f2f2f2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #565656;
}

body {
  color: #f2f2f2;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 400;
}

p,
a {
  font-size: inherit;
}

p {
  color: inherit;
}

p + p {
  margin-top: 1em;
}

p a {
  color: #f2f2f2;
}
p a:hover {
  background-color: #f2f2f2;
  -webkit-text-stroke: 0.6px #161616;
  color: #161616;
  transition: none;
  mix-blend-mode: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: #f2f2f2;
}

h1,
h2 {
  font-size: 3rem;
  line-height: 1.1666666667;
  letter-spacing: -0.03645em;
}

h3 {
  font-size: 2rem;
  line-height: 1.25;
}

h4,
h5,
h6 {
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: 600;
}

p + h2 {
  margin-top: 1em;
}

strong {
  font-weight: 600;
}

li p {
  margin-bottom: 0.5em;
}
li:last-of-type p {
  margin-bottom: 1em;
}

ul,
ol {
  padding-left: 2em;
}

@media (max-width: 1440px) {
  body {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 1.5rem;
    letter-spacing: -0.0125em;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4,
  h5,
  h6 {
    font-size: 1rem;
    font-weight: 600;
  }
  body {
    font-size: 1rem;
  }
}
.btn {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  text-transform: uppercase;
  color: #f2f2f2;
  line-height: 1.25;
}
@media (max-width: 1440px) {
  .btn {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn:hover {
  background-color: #f2f2f2;
  -webkit-text-stroke: 0.6px #161616;
  color: #161616;
  transition: none;
  mix-blend-mode: normal;
}

html {
  background-color: #161616;
}

.img-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.container {
  max-width: calc(100% - clamp(1rem, 1.666vw, 32px) * 2);
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

main {
  margin-top: clamp(6rem, 5.6666vw, 8rem);
}

.page-template-home .site-nav__logo {
  mix-blend-mode: difference;
}
.page-template-home .site-nav .menu a {
  mix-blend-mode: difference;
}
.page-template-home .site-nav .menu a:hover {
  mix-blend-mode: normal;
  background-color: #161616;
  color: #f2f2f2;
  -webkit-text-stroke: 0px #f2f2f2;
}
.page-template-home .mobile-nav {
  background-color: unset;
}

.site-nav {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(1rem, 1.0416vw, 20px);
  align-items: start;
  padding: 1.5rem clamp(1rem, 1.666vw, 32px);
}
.site-nav ul,
.site-nav ol {
  padding: 0;
}
.site-nav {
  z-index: 999;
}
.site-nav__logo {
  grid-column: 1/span 3;
}
.site-nav__menu {
  grid-column: 9/span 4;
}
.site-nav__menu .menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.site-nav.sticky-nav .site-nav__logo span {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  text-transform: uppercase;
  color: #f2f2f2;
  line-height: 1.25;
}
@media (max-width: 1440px) {
  .site-nav.sticky-nav .site-nav__logo span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .site-nav.sticky-nav .site-nav__logo span {
    font-size: 0.875rem;
  }
}
.site-nav.sticky-nav .site-nav__logo span {
  display: inline-block;
}
.site-nav.sticky-nav .site-nav__logo span:hover {
  background-color: #f2f2f2;
  -webkit-text-stroke: 0.6px #161616;
  color: #161616;
  transition: none;
  mix-blend-mode: normal;
}
.site-nav.sticky-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #161616;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-nav.sticky-nav.hidden {
  transform: translateY(-4rem);
}

.mobile-nav {
  background-color: #161616;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.5rem clamp(1rem, 1.666vw, 32px);
  z-index: 9999;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
}
.mobile-nav li {
  text-align: left;
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
}
.mobile-nav li a {
  display: block;
  font-size: 1.25rem;
}
.mobile-nav li a::after {
  content: " >";
  position: absolute;
  right: clamp(1rem, 1.666vw, 32px);
}
.mobile-nav__home {
  color: #f2f2f2;
  font-size: 1.25rem;
  letter-spacing: -0.0125em;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 999;
}
.mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #161616;
  padding: 6rem clamp(1rem, 1.666vw, 32px);
  clip-path: inset(0 0 100% 0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  min-height: 100dvh;
  z-index: 99;
}
.mobile-nav__toggle {
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  z-index: 999;
}
.mobile-nav__toggle:hover {
  background-color: transparent;
}
.mobile-nav__toggle span {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
  height: 2px;
  background-color: #f2f2f2;
}
.mobile-nav.open .mobile-nav__panel {
  clip-path: inset(0 0 0 0);
}
.mobile-nav.open span:nth-child(1) {
  transform: translateY(calc(100% + 4px)) rotate(45deg);
}
.mobile-nav.open span:nth-child(2) {
  opacity: 0;
}
.mobile-nav.open span:nth-child(3) {
  transform: translateY(calc(-100% - 4px)) rotate(-45deg);
}

.menu a {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  text-transform: uppercase;
  color: #f2f2f2;
  line-height: 1.25;
}
@media (max-width: 1440px) {
  .menu a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .menu a {
    font-size: 0.875rem;
  }
}
.menu a {
  transition: none;
}
.menu a:hover {
  background-color: #f2f2f2;
  -webkit-text-stroke: 0.6px #161616;
  color: #161616;
  transition: none;
  mix-blend-mode: normal;
}

@media (max-width: 1280px) {
  .site-nav__logo {
    grid-column: 1/span 4;
  }
  .site-nav__menu {
    grid-column: 7/span 6;
  }
}
@media (max-width: 1024px) {
  .site-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.footer {
  margin-top: clamp(4rem, 5.6666vw, 8rem);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  align-items: center;
}
.footer p,
.footer a {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin: 0;
  padding: 0;
}
.footer .menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
}
.footer .menu ul,
.footer .menu ol,
.footer .menu li {
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer p,
  .footer a {
    font-size: 0.65rem;
    line-height: 1.25;
    mix-blend-mode: normal;
  }
}
.home-template .hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-template .hero .img-container {
  min-height: 100dvh;
}
.home-template .hero .carousel-image {
  position: absolute;
  inset: 0;
  display: none;
}
.home-template .hero .carousel-image.active {
  display: block;
}

.page-template-home footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-template .content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(1rem, 1.0416vw, 20px);
  align-items: start;
}
.about-template .contenu {
  grid-column: 1/span 6;
  max-width: 920px;
}
.about-template .coordonnees {
  margin-top: 5rem;
  grid-column: 9/span 4;
}
.about-template img {
  margin-top: clamp(2.5rem, 3.333vw, 4rem);
  width: auto;
}

@media (max-width: 1280px) {
  .about-template .content-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-template .contenu {
    width: 100%;
    max-width: 760px;
  }
  .about-template .coordonnees {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .about-template img {
    width: 100%;
  }
}
.portfolio-template .portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: clamp(1rem, 1.0416vw, 20px);
  row-gap: 2.5rem;
}
.portfolio-template .portfolio-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.portfolio-template .portfolio-item:hover .portfolio-item__content .title {
  background-color: #f2f2f2;
  -webkit-text-stroke: 0.6px #161616;
  color: #161616;
  transition: none;
  mix-blend-mode: normal;
}
.portfolio-template .portfolio-item__content {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  text-transform: uppercase;
  color: #f2f2f2;
  line-height: 1.25;
}
@media (max-width: 1440px) {
  .portfolio-template .portfolio-item__content {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .portfolio-template .portfolio-item__content {
    font-size: 0.875rem;
  }
}
.portfolio-template .portfolio-item__content p {
  margin-top: 0;
}
.portfolio-template .portfolio-item__content .title {
  display: inline-block;
}
.portfolio-template .portfolio-item__content .position {
  color: #565656;
  font-weight: 700;
}
.portfolio-template .portfolio-item__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.portfolio-template .portfolio-item__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  .portfolio-template .portfolio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .portfolio-template .portfolio {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
  .portfolio-template .portfolio-item {
    gap: 0.5rem;
  }
}
.projet__description {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.projet__description__extrait {
  margin-bottom: clamp(1.5rem, 2.5vw, 3rem);
}
.projet__description > * {
  max-width: 920px;
  grid-column: 1/span 6;
}
.projet__sections {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.0416vw, 20px);
}
.projet .section--content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.projet .section--content .section__content {
  grid-column: 1/span 6;
  max-width: 920px;
  margin-top: clamp(1rem, 2.5vw, 3rem);
  margin-bottom: clamp(1rem, 2.5vw, 3rem);
}
.projet .section--duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 1.0416vw, 20px);
}
.projet__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(1rem, 1.0416vw, 20px);
  margin-top: clamp(1.5rem, 2.5vw, 3rem);
}
.projet__nav-btn--prev {
  justify-self: start;
}
.projet__nav-btn--portfolio {
  justify-self: center;
}
.projet__nav-btn--next {
  justify-self: end;
}

@media (max-width: 1280px) {
  .projet__description {
    display: flex;
    flex-direction: column;
  }
  .projet__description > * {
    max-width: 760px;
  }
  .projet .section--content {
    display: flex;
    flex-direction: column;
  }
  .projet .section--content .section__content {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .projet__description h1 {
    margin-bottom: 1rem;
  }
  .projet .section--duo {
    grid-template-columns: repeat(1, 1fr);
  }
  .projet__nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: center;
  }
}

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