@charset "UTF-8";
/* ============================================================
   RESET CSS — Modern & Opinionated
   Inspiré de : Andy Bell, Josh Comeau, Meyer Reset
   ============================================================ */
/* 1. Box-sizing global */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Marges et paddings à zéro */
* {
  margin: 0;
  padding: 0;
}

/* 3. Racine du document */
html {
  block-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  hanging-punctuation: first last;
}

/* 4. Corps */
body {
  min-block-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

/* 5. Médias (images, vidéos, canvas…) */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-inline-size: 100%;
}

/* 6. Formulaires — héritage de police */
input,
button,
textarea,
select,
optgroup {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

/* 7. Textes longs */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  hyphens: auto;
}

/* 8. Listes sans style quand elles ont un rôle navigation */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* 9. Liens */
a {
  color: inherit;
  text-decoration-skip-ink: auto;
}

/* 10. Boutons */
button {
  cursor: pointer;
  background: none;
  border: none;
}

/* 11. Tableaux */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 12. Éléments de citation et code */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* 13. Éléments interactifs */
summary {
  display: list-item;
  cursor: pointer;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

/* 14. Champs de recherche */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 15. Fichier et upload */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* 16. Spinners des champs number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* 17. Textarea */
textarea {
  resize: vertical;
  overflow: auto;
}

/* 18. Accessibilité — focus visible */
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* 19. Sélection */
::selection {
  background-color: #060606;
  color: #fff;
}

/* 20. Réduire les animations pour l'accessibilité */
@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  html {
    scroll-behavior: auto;
  }
}
/* 21. Éléments cachés */
[hidden] {
  display: none !important;
}

/* 22. Contenu non interactif */
dialog:not([open]) {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "fustat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #060606;
  width: 100vw;
  overflow-x: hidden;
}
body.vert1 {
  background-color: #BBC19F;
}
body.vert1 h1, body.vert1 h2, body.vert1 a {
  color: #6F6F4C;
}
body.vert1 header {
  background-color: #BBC19F;
}
body.vert2 {
  background-color: #6F6F4C;
}
body.vert2 h1, body.vert2 h2, body.vert2 a {
  color: #BBC19F;
}
body.vert2 header {
  background-color: #6F6F4C;
}
body.beige {
  background-color: #E0D8CA;
}
body.beige h1, body.beige h2, body.beige a {
  color: #A19472;
}
body.beige header {
  background-color: #E0D8CA;
}
body.brun {
  background-color: #A19472;
}
body.brun h1, body.brun h2, body.brun a {
  color: #72613E;
}
body.brun header {
  background-color: #A19472;
}

h1 {
  font-family: argent-cf, serif;
  font-size: clamp(3rem, 10vw, 7.8rem);
  line-height: 1;
  font-weight: 100;
}

h2, .h2-style {
  font-family: argent-cf, serif;
  font-size: clamp(1.8rem, 5vw, 3.9rem);
  line-height: 1;
  font-weight: 100;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  h2, .h2-style {
    margin-bottom: 30px;
  }
}

h3, .h3-style {
  font-size: clamp(1.4rem, 4vw, 2.8rem);
  line-height: 1.3;
  font-weight: 100;
}

h4, .more {
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  line-height: 1.5;
  font-weight: 100;
}

h4 {
  margin-bottom: 15px;
}

a.more {
  display: inline-block;
  color: #060606 !important;
  padding-right: 20px;
  background-image: url(../../img/more.svg);
  background-position: right 5px;
  background-size: 13px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  a.more {
    background-size: 10px;
    font-size: 14px;
  }
}

p {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  p {
    margin-bottom: 20px;
  }
  p:last-child {
    margin-bottom: 0;
  }
}

.number {
  position: absolute;
  top: 30px;
  right: 30px;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0 20px;
  }
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #060606;
  transition: all 1s ease;
}
header .menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  gap: 2rem;
}
header .contact {
  margin-left: auto;
}
header a {
  text-decoration: none;
  color: #060606 !important;
}
header li a, header .contact {
  position: relative;
}
header li a::after, header .contact::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
header li a:hover::after, header .contact:hover::after {
  width: 100%;
}
header .burger {
  display: none;
  cursor: pointer;
}
header.active {
  background-color: #6F6F4C !important;
}

.nav-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 99;
  background-color: #6F6F4C;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
.nav-mobile .menu, .nav-mobile .socials {
  counter-reset: item;
}
.nav-mobile .menu li, .nav-mobile .socials li {
  counter-increment: item;
}
.nav-mobile .menu li a, .nav-mobile .socials li a {
  display: flex;
  color: #060606;
  text-decoration: none;
  text-transform: uppercase;
  padding: 25px 20px 20px 20px;
  border-bottom: 1px solid #060606;
  gap: 30px;
  align-items: center;
  font-size: 25px;
}
.nav-mobile .menu li a:before, .nav-mobile .socials li a:before {
  content: "0" counter(item);
  font-size: 16px;
}
.nav-mobile .menu li .contact:after, .nav-mobile .socials li .contact:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.551' height='15.551' viewBox='0 0 15.551 15.551'%3E%3Cpath id='Icon_akar-arrow-up-right' data-name='Icon akar-arrow-up-right' d='M23.7,9,9,23.7M11.45,9H23.7V21.248' transform='translate(-8.646 -8.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.nav-mobile .socials li a {
  border-bottom: none;
  font-size: 18px;
  padding: 15px 20px;
}
.nav-mobile .socials li a:before {
  opacity: 0;
}
.nav-mobile:after {
  content: "";
  display: block;
  background-image: url(../../img/rabot.png);
  mix-blend-mode: multiply;
  position: absolute;
  width: 65vw;
  height: 40vw;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 60px;
  right: 40px;
}
.nav-mobile.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  header .logo img {
    width: 26vw;
  }
}
@media (max-width: 1024px) {
  header {
    gap: 30px;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }
  header .logo {
    padding: 20px;
  }
  header .logo img {
    width: 100%;
    max-width: 240px;
  }
  header .menu {
    display: none;
  }
  header .contact {
    display: none;
  }
  header .burger {
    display: inline-flex;
    align-items: center;
    padding: 20px;
    border-left: 1px solid #060606;
  }
}
.home-banner, .banner {
  display: flex;
  height: auto;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .home-banner, .banner {
    min-height: unset;
  }
}
.home-banner .left, .banner .left {
  width: 50%;
  position: relative;
}
.home-banner .left img, .banner .left img {
  width: 100%;
}
@media (min-width: 1025px) {
  .home-banner .left img, .banner .left img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.home-banner .right, .banner .right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  padding: 90px;
}
@media (max-width: 1024px) {
  .home-banner .right, .banner .right {
    padding: 120px 30px 30px 30px;
  }
}
.home-banner .right img, .banner .right img {
  margin-bottom: 30px;
}
.home-banner .right .h2-style, .banner .right .h2-style {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .home-banner, .banner {
    flex-direction: column;
    min-height: unset;
  }
  .home-banner .left, .banner .left {
    width: 100%;
    aspect-ratio: auto;
  }
  .home-banner .right, .banner .right {
    width: 100%;
    padding: 60px 20px;
  }
}

.banner {
  overflow: hidden;
}
.banner .left {
  position: relative;
  width: 65%;
  overflow: hidden;
  align-content: flex-end;
}
@media (max-width: 1024px) {
  .banner .left {
    width: 100%;
  }
}
.banner .left .top {
  padding: 30px;
}
@media (max-width: 1024px) {
  .banner .left .top {
    padding: 60px 20px;
  }
}
.banner .left .top .breadcrumb {
  margin-bottom: 15px;
}
.banner .left img {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 450px;
}
.banner .right {
  width: 35%;
  padding: 60px;
}
@media (max-width: 1024px) {
  .banner .right {
    width: 100%;
    padding: 60px 20px;
  }
}

.banner .breadcrumb {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .banner .breadcrumb {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.banner .breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner .breadcrumb li:not(:last-child)::after {
  content: "–";
  opacity: 0.7;
}
.banner .breadcrumb a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: currentColor;
  text-transform: uppercase;
}
.banner .breadcrumb img {
  width: 16px;
  height: 16px;
  display: block;
}

.banner-projet .left {
  display: flex;
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  padding: 90px 90px 90px 30px;
  width: 50%;
}
@media (max-width: 1024px) {
  .banner-projet .left {
    width: 100%;
    aspect-ratio: auto;
    display: flex;
    align-items: flex-start;
    padding: 50px 20px;
  }
}
@media (min-width: 1025px) {
  .banner-projet .left .breadcrumb {
    position: absolute;
    top: 90px;
    left: 30px;
  }
}
.banner-projet .left .content {
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1024px) {
  .banner-projet .left .content {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
}
.banner-projet .left .content div {
  padding-top: 60px;
  background-image: url(../../img/lines.svg);
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .banner-projet .left .content div {
    padding-top: 50px;
    width: 100%;
    background-position: left top;
  }
}
@media (max-width: 1024px) {
  .banner-projet .left .content h1 {
    margin-bottom: 0;
  }
}
.banner-projet .right {
  width: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .banner-projet .right {
    width: 100%;
    padding: 0;
  }
}
.banner-projet .right img {
  width: 100%;
}
@media (min-width: 1025px) {
  .banner-projet .right img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .banner-projet .right img {
    margin-bottom: 0;
  }
}

.marquee.info-projet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .marquee.info-projet {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.marquee.info-projet div {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .marquee.info-projet div {
    width: 100%;
    justify-content: space-between;
  }
}
.marquee.info-projet .projet-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .marquee.info-projet .projet-arrow {
    display: none;
  }
}
.marquee.info-projet .projet-arrow img {
  width: 16px;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .banner.contact .left {
    aspect-ratio: auto;
  }
}
.banner.contact .left .content {
  border: 1px solid #060606;
  border-bottom: none;
}
.banner.contact .left .content .text-content {
  padding: 90px 30px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .banner.contact .left .content .text-content {
    display: grid;
    grid-template-columns: 7fr 3fr;
    align-items: start;
  }
}
@media (max-width: 1024px) {
  .banner.contact .left .content .text-content {
    padding: 90px 20px;
  }
}
.banner.contact .left .content .text-content a {
  text-decoration: none;
  color: #060606;
  text-transform: uppercase;
  color: #060606;
  position: relative;
}
.banner.contact .left .content .text-content a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.banner.contact .left .content .text-content a:hover::after {
  width: 100%;
}
.banner.contact .left .content .text-content .contact-left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .banner.contact .left .content .text-content .contact-left {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .banner.contact .left .content .text-content .contact-left .contact-row {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 1024px) {
  .banner.contact .left .content .text-content .contact-left .contact-row h4 {
    margin-bottom: 5px;
  }
}
.banner.contact .left .content .text-content .contact-left .contact-row a {
  display: inline;
}
.banner.contact .left .content .text-content .contact-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
@media (max-width: 1024px) {
  .banner.contact .left .content .text-content .contact-right {
    gap: 20px;
    margin-top: 20px;
    align-items: flex-start;
  }
}
.banner.contact .left .content img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .banner.contact .right {
    padding-bottom: 0;
  }
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 30px;
  border-block: 1px solid #060606;
}
@media (max-width: 1024px) {
  .marquee {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .marquee {
    padding: 15px;
  }
}
.marquee .marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  animation: marquee 20s linear infinite;
  width: max-content;
}
.marquee h4 {
  flex-shrink: 0;
  margin-bottom: 0;
}
.marquee img {
  flex-shrink: 0;
  width: 40px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.big-text {
  text-align: center;
  padding: 180px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .big-text {
    padding: 90px 0;
  }
}
.big-text h3 {
  position: relative;
}
.big-text a {
  position: relative;
  text-decoration: underline;
  transition: all 0.3s;
}
.big-text a.is-hovered {
  color: #fff;
  z-index: 3;
}
.big-text a.more {
  margin-top: 30px;
}
.big-text.lines .wrapper {
  padding-top: 60px;
  background: url(../../img/lines.svg) no-repeat center top;
}

.cursor-bubble {
  position: fixed;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cursor-bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cursor-bubble.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.hero {
  padding: 120px 30px 210px 30px;
  display: flex;
  gap: 90px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .hero {
    gap: 30px;
    padding: 90px 20px;
    flex-wrap: wrap;
  }
}
.hero .left {
  width: 50%;
}
@media (max-width: 1024px) {
  .hero .left {
    width: 100%;
  }
}
.hero .left img {
  object-fit: cover;
  object-position: center;
}
.hero .right {
  padding-top: 150px;
  margin-bottom: -120px;
  width: 50%;
  padding-right: 60px;
  align-content: flex-end;
}
@media (max-width: 1024px) {
  .hero .right {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.textarea .cols {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .textarea .cols {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.textarea .cols .col {
  width: 50%;
}
@media (max-width: 1024px) {
  .textarea .cols .col {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .image-reveal + .big-text {
    padding-top: 0;
  }
}

.bubble {
  position: relative;
}
.bubble .bubble-image-mobile {
  display: none;
}

.bubble {
  padding: 120px 20px;
}
.bubble .bubble-image-mobile {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
}
.bubble .bubble-image-mobile:nth-of-type(1) {
  top: 15px;
  left: -15px;
}
.bubble .bubble-image-mobile:nth-of-type(2) {
  top: 60%;
  right: -30px;
}
.bubble .bubble-image-mobile:nth-of-type(3) {
  bottom: 30px;
  left: 100px;
}
.bubble .wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .bubble .go-bubble {
    text-decoration: none;
    color: #060606;
    pointer-events: none;
  }
  .bubble .bubble-image-mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  .bubble .bubble-image-mobile {
    display: block;
  }
}
.cards-img {
  padding: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .cards-img {
    padding: 0 20px;
  }
}
.cards-img .cols {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .cards-img .cols {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cards-img .cols .col {
  position: relative;
  flex: 0 0 calc(33.333% - 20px);
  min-width: 0;
  border: 1px solid #060606;
  padding: 90px 30px;
  container-type: inline-size;
}
@media (max-width: 1024px) {
  .cards-img .cols .col {
    flex: 0 0 calc(33.333% - 13.333px);
  }
}
@media (max-width: 1024px) {
  .cards-img .cols .col {
    width: 100%;
    flex: 0 0 100%;
    padding: 60px 25px 25px 25px;
  }
}
.cards-img .cols .col .image {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 1024px) {
  .cards-img .cols .col .image {
    aspect-ratio: auto;
    justify-content: flex-end;
    margin-top: -30px;
  }
}
.cards-img .cols .col .image img {
  max-width: 85%;
  max-height: 75%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .cards-img .cols .col .image img {
    max-width: 54vw;
  }
}
.cards-img .cols .col h2 {
  font-size: 14cqw;
}
.cards-img .cols .col .more {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 1024px) {
  .cards-img .cols .col .more {
    right: initial;
    left: 25px;
    bottom: 25px;
  }
}
.cards-img.text .cols .col {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}
.cards-img.text .cols .col .image {
  margin-top: auto;
  /* pousse l'image vers le bas */
  width: 60%;
  align-self: flex-end;
}

.cards {
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .cards {
    padding: 0 20px;
  }
}
.cards .cols {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cards .cols {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cards .cols .col {
  width: calc(33.333% - 20px);
  border: 1px solid #060606;
  padding: 90px 30px 60px 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .cards .cols .col {
    width: calc(33.333% - 13.333px);
  }
}
@media (max-width: 1024px) {
  .cards .cols .col {
    width: 100%;
    padding: 60px 25px 60px 25px;
  }
}
.cards.huge {
  padding: 120px 30px;
}
@media (max-width: 1024px) {
  .cards.huge {
    flex-wrap: wrap;
    gap: 20px;
    padding: 90px 20px;
  }
}
.cards.huge .cols {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .cards.huge .cols {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cards.huge .cols .col {
  position: relative;
  padding: 60px 0 0 0;
  width: 50%;
  border: 1px solid #060606;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cards.huge .cols .col {
    width: 100%;
  }
}
.cards.huge .cols .col .content {
  padding: 30px;
}
@media (max-width: 1024px) {
  .cards.huge .cols .col .content {
    padding: 0 20px 20px 20px;
  }
}
@media (min-width: 1025px) {
  .cards.huge .cols .col .content p {
    column-count: 2;
    column-gap: 30px;
  }
}
.cards.huge .cols .col img {
  margin-top: auto;
  align-self: flex-end;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.cards-projet {
  padding: 120px 30px 0 30px;
}
@media (max-width: 1024px) {
  .cards-projet {
    flex-wrap: wrap;
    padding: 90px 20px 0 20px;
  }
}
.cards-projet .cols {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cards-projet .cols {
    gap: 20px;
  }
}
.cards-projet .cols .col {
  width: calc(50% - 15px);
}
@media (max-width: 1024px) {
  .cards-projet .cols .col {
    width: 100%;
  }
}
.cards-projet .cols .col a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
.cards-projet .cols .col .img-wrap {
  overflow: hidden;
}
.cards-projet .cols .col .img-wrap img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: transform 1.5s ease;
}
.cards-projet .cols .col a:hover .img-wrap img {
  transform: scale(1.05);
}
.cards-projet .cols .col .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border: 1px solid #060606;
  gap: 30px;
}
@media (max-width: 1024px) {
  .cards-projet .cols .col .content {
    padding: 20px;
    font-size: 16px;
  }
}
.cards-projet .cols .col .content span {
  color: #060606 !important;
  text-decoration: none !important;
}
.cards-projet .cols .col .content .left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cards-projet .cols .col .content .left .number {
  position: relative;
  top: inherit;
  right: inherit;
}
@media (max-width: 1024px) {
  .cards-projet .cols .col .content .left .number {
    display: none;
  }
}
.cards-projet .cols .col .content .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cards-projet .cols .col .content .right .category {
  padding-right: 45px;
  background-image: url(../../img/more.svg);
  background-position: right 5px;
  background-size: 13px;
  background-repeat: no-repeat;
}
.cards-projet .cols .col a:hover .content {
  transition: all 0.3s;
  background-color: #060606;
}
.cards-projet .cols .col a:hover .content span {
  filter: invert(1);
}

.next-projet {
  border: 1px solid #000;
  margin: 90px 30px 0 30px;
  display: flex;
  gap: 60px;
  position: relative;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .next-projet {
    margin: 90px 20px 0 20px;
    flex-wrap: wrap;
    gap: 0;
  }
}
.next-projet .left {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .next-projet .left {
    width: 100%;
    padding: 25px;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .next-projet .left .more {
    position: absolute;
    top: 30px;
    left: 30px;
  }
}
.next-projet .left .content {
  padding: 60px 0 60px 60px;
  text-align: right;
  max-width: 1024px;
}
@media (max-width: 1024px) {
  .next-projet .left .content {
    padding: 0;
    width: 100%;
  }
}
.next-projet .left .content .more {
  position: relative;
  top: inherit;
  left: inherit;
}
.next-projet .right {
  width: 50%;
}
@media (max-width: 1024px) {
  .next-projet .right {
    width: 100%;
  }
}
.next-projet .right img {
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-reveal {
  margin-bottom: 90px;
}
.image-reveal__outer {
  width: 100%;
  overflow: hidden;
  clip-path: inset(50% 15%);
}
.image-reveal__inner {
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
}
.image-reveal__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
  display: block;
}

.image-huge {
  padding: 30px;
}
@media (max-width: 1024px) {
  .image-huge {
    padding: 0 20px;
  }
}
.image-huge img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 2/1;
  object-position: center;
}
.image-huge.double {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .image-huge.double {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.image-huge.double img {
  width: calc(50% - 15px);
  aspect-ratio: 1/0.9;
}
@media (max-width: 1024px) {
  .image-huge.double img {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .image-huge.double img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .image-reveal {
    margin-bottom: 0;
  }

  .image-reveal__outer {
    padding: 90px 50px;
    clip-path: inset(0 0 0 0);
  }
}
.services {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .services {
    flex-wrap: wrap;
    background-color: #E0D8CA;
  }
}
.services .left {
  width: 50%;
  background: #E0D8CA;
  padding: 90px 120px 120px 30px;
}
@media (max-width: 1024px) {
  .services .left {
    display: none;
    width: 100%;
    padding: 60px 20px;
  }
}
.services .left .container {
  position: relative;
  padding-top: 30px;
  height: 100%;
}
.services .left .container .number {
  right: 0;
  top: 0;
}
.services .left .container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - 30px);
  top: 30px;
  object-fit: cover;
  object-position: center center;
}
.services .right {
  width: 50%;
  padding: 90px 90px 60px 90px;
}
@media (max-width: 1024px) {
  .services .right {
    width: 100%;
    padding: 90px 20px;
  }
}
@media (min-width: 769px) {
  .services .right h4 {
    padding-left: 37px;
  }
}
.services .right ul {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .services .right ul {
    margin-top: 30px;
  }
}
.services .right ul li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .services .right ul li {
    margin-bottom: 20px;
  }
}
.services .right ul li::before {
  content: counter(item, decimal-leading-zero);
  justify-self: center;
  color: #3d4a38;
  padding-top: 15px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .services .right ul li::before {
    padding-top: 0;
  }
}
.services .right ul li h3 {
  line-height: 1.1;
  cursor: pointer;
}
.services .right ul li h3.active {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .services .right ul li h3 {
    cursor: auto;
  }
  .services .right ul li h3.active {
    text-decoration: none;
  }
}
.services .right .more {
  padding-left: 37px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .services .right .more {
    padding-left: 0;
  }
}

.home-project {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .home-project {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.home-project .left {
  width: 50%;
  padding: 90px 120px 60px 120px;
  text-align: right;
}
@media (max-width: 1024px) {
  .home-project .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 15px 20px 90px 20px;
    background-color: #a19472;
    text-align: left;
  }
}
.home-project .left .content {
  border: 1px solid #060606;
  padding: 60px 30px;
  margin: 120px 0;
  container-type: inline-size;
}
@media (max-width: 1024px) {
  .home-project .left .content {
    margin: 20px 0 0 0;
    padding: 50px 25px;
    order: 2;
    text-align: right;
    width: 100%;
  }
}
.home-project .left .content span {
  font-size: clamp(0.889rem, 1.5vw, 1rem);
  text-transform: uppercase;
}
.home-project .left .content h2 {
  font-size: 10cqw;
  margin-top: 15px;
  margin-bottom: 0;
}
.home-project .left .content .taxonomies {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .home-project .left .content .taxonomies {
    padding-top: 60px;
  }
}
.home-project .left .content .taxonomies .city {
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .home-project .left h4 {
    display: none;
  }
}
.home-project .left .more {
  order: 1;
}
.home-project .right {
  width: 50%;
  background: #A19472;
  padding: 90px 30px 120px 120px;
}
@media (max-width: 1024px) {
  .home-project .right {
    width: 100%;
    padding: 90px 20px 0 20px;
  }
}
.home-project .right .container {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .home-project .right .container {
    display: flex;
    flex-direction: column;
  }
}
.home-project .right .title-mobile {
  display: none;
  order: 1;
}
@media (max-width: 1024px) {
  .home-project .right .title-mobile {
    display: block;
  }
}
.home-project .right .top {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .home-project .right .top {
    order: 3;
    margin-top: 15px;
    display: none;
  }
}
.home-project .right .top h4 {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .home-project .right img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: calc(100% - 30px);
    top: 45px;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 1024px) {
  .home-project .right img {
    order: 2;
  }
}

footer {
  padding: 150px 30px 0 30px;
}
@media (max-width: 768px) {
  footer {
    padding: 90px 20px 30px 20px;
  }
}
footer .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  footer .content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
footer .content .left a {
  text-decoration: none;
  color: #060606;
}
footer .content .right {
  text-align: right;
}
@media (max-width: 768px) {
  footer .content .right {
    width: 100%;
  }
}
footer .content .right ul {
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: none;
}
@media (max-width: 768px) {
  footer .content .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
    column-gap: 30px;
  }
}
footer .content .right ul li {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 768px) {
  footer .content .right ul li {
    margin-left: 0;
  }
}
footer .content .right ul li a {
  color: #060606;
  text-decoration: none;
  position: relative;
}
footer .content .right ul li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
footer .content .right ul li a:hover::after {
  width: 100%;
}
footer .content .right ul:last-of-type {
  margin-top: 30px;
}
footer .logo {
  padding-top: 30px;
  border-top: 1px solid #060606;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}
footer .logo img:first-child,
footer .logo img:last-child {
  width: calc(20% - 20px);
  mix-blend-mode: multiply;
}
footer .logo img:nth-child(2) {
  width: calc(60% - 20px);
}