@charset "UTF-8";
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #f7f7f7;
  --color-black: #121212;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "El Messiri", sans-serif;
  --font-secondary: "Montserrat Alternates", sans-serif;
  --font-size-content: clamp(1rem, 0.21vw + 0.94rem, 1.13rem);
  --font-size-h1: clamp(3.13rem, 21.67vw + -3.38rem, 16.13rem);
  --font-size-h2: clamp(3.75rem, 17.19vw + -1.41rem, 14.06rem);
  --font-size-h3: clamp(1.5rem, 0.83vw + 1.25rem, 2rem);
  --font-size-h4: clamp(1.25rem, 3.54vw + 0.19rem, 3.38rem);
  --font-size-p: clamp(1rem, 0.21vw + 0.94rem, 1.13rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 15px;
  --spacing-md: 30px;
  --spacing-lg: 50px;
  --spacing-xl: 100px;
  --spacing-xxl: 205px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   RESET / GENERIC
   ========================================================================== */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

.tt {
  align-items: center;
  color: var(--color-black);
  display: flex;
  height: 100vh;
  font: 800 75px/1.5 helvetica, sans-serif;
  justify-content: center;
  position: fixed;
  left: 0;
  margin: 0;
  top: 0;
  width: 100vw;
}

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
body {
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  color: var(--color-black);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  line-height: 1.1;
  margin: 0;
}

h2 {
  font-size: var(--font-size-h2);
}

h4 {
  font-size: var(--font-size-h4);
  font-family: var(--font-primary);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

p {
  font-size: var(--font-size-p);
  font-family: var(--font-secondary);
  margin: 0;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--color-primary);
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1920px;
  width: calc(100% - var(--spacing-xxl));
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrapper {
    width: calc(100% - var(--spacing-xl));
  }
}

/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: var(--color-black);
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
}

.icon--stroke {
  fill: transparent;
  stroke: currentColor;
}

.icon--xs {
  height: 0.75em;
  width: 0.75em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--md {
  height: 30px;
  width: 28px;
}

.icon--lg {
  height: 1.75em;
  width: 1.75em;
}

.icon--xl {
  height: 7em;
  width: 7em;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}

.images_hero {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 40px;
  height: 700px;
}
@media screen and (max-width: 1540px) {
  .images_hero {
    height: 500px;
  }
}
@media screen and (max-width: 1250px) {
  .images_hero {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .images_hero {
    gap: 0px;
    height: 650px;
  }
}
.images_hero img {
  box-shadow: 6px 6px 10px rgba(132, 156, 226, 0.5);
}
.images_hero .hero1 {
  flex-shrink: 0;
}
@media screen and (max-width: 1540px) {
  .images_hero .hero1 {
    width: 150px;
    height: 265px;
  }
}
@media screen and (max-width: 1440px) {
  .images_hero .hero1 {
    width: 130px;
    height: 230px;
  }
}
@media screen and (max-width: 1100px) {
  .images_hero .hero1 {
    width: 100px;
    height: 180px;
  }
}
@media screen and (max-width: 700px) {
  .images_hero .hero1 {
    transform: translateY(-120px);
  }
}
@media screen and (max-width: 500px) {
  .images_hero .hero1 {
    width: 80px;
    height: 140px;
  }
}
.images_hero .hero2 {
  flex-shrink: 0;
  align-self: flex-end;
}
@media screen and (max-width: 1540px) {
  .images_hero .hero2 {
    width: 265px;
    height: 350px;
  }
}
@media screen and (max-width: 1440px) {
  .images_hero .hero2 {
    width: 225px;
    height: 300px;
  }
}
@media screen and (max-width: 1100px) {
  .images_hero .hero2 {
    width: 190px;
    height: 250px;
  }
}
@media screen and (max-width: 900px) {
  .images_hero .hero2 {
    width: 165px;
    height: 220px;
  }
}
@media screen and (max-width: 700px) {
  .images_hero .hero2 {
    transform: translateX(-70px) translateY(-20px);
  }
}
@media screen and (max-width: 600px) {
  .images_hero .hero2 {
    transform: translateX(-100px) translateY(-20px);
  }
}
@media screen and (max-width: 500px) {
  .images_hero .hero2 {
    width: 150px;
    height: 200px;
    transform: translateX(-60px) translateY(-200px);
  }
}
.images_hero .hero3 {
  flex-shrink: 0;
  transform: translateY(-50px);
}
@media screen and (max-width: 1540px) {
  .images_hero .hero3 {
    width: 300px;
    height: 275px;
  }
}
@media screen and (max-width: 1440px) {
  .images_hero .hero3 {
    width: 270px;
    height: 246px;
  }
}
@media screen and (max-width: 1250px) {
  .images_hero .hero3 {
    width: 240px;
    height: 220px;
  }
}
@media screen and (max-width: 1100px) {
  .images_hero .hero3 {
    width: 200px;
    height: 182px;
  }
}
@media screen and (max-width: 900px) {
  .images_hero .hero3 {
    width: 160px;
    height: 145px;
  }
}
@media screen and (max-width: 700px) {
  .images_hero .hero3 {
    transform: translateX(-90px) translateY(-20px);
  }
}
@media screen and (max-width: 600px) {
  .images_hero .hero3 {
    transform: translateX(-120px) translateY(-20px);
  }
}
@media screen and (max-width: 500px) {
  .images_hero .hero3 {
    width: 140px;
    height: 230px;
    transform: translateX(-140px) translateY(40px);
  }
}
.images_hero .hero4 {
  flex-shrink: 0;
  align-self: flex-end;
  transform: translateY(50px);
}
@media screen and (max-width: 1540px) {
  .images_hero .hero4 {
    width: 295px;
    height: 320px;
  }
}
@media screen and (max-width: 1440px) {
  .images_hero .hero4 {
    width: 265px;
    height: 285px;
  }
}
@media screen and (max-width: 1250px) {
  .images_hero .hero4 {
    width: 240px;
    height: 260px;
  }
}
@media screen and (max-width: 1100px) {
  .images_hero .hero4 {
    width: 200px;
    height: 216px;
  }
}
@media screen and (max-width: 900px) {
  .images_hero .hero4 {
    width: 160px;
    height: 170px;
  }
}
@media screen and (max-width: 800px) {
  .images_hero .hero4 {
    transform: translateX(-70px) translateY(-20px);
  }
}
@media screen and (max-width: 700px) {
  .images_hero .hero4 {
    transform: translateX(-120px) translateY(-20px);
  }
}
@media screen and (max-width: 600px) {
  .images_hero .hero4 {
    transform: translateX(-170px) translateY(-20px);
  }
}
@media screen and (max-width: 500px) {
  .images_hero .hero4 {
    width: 140px;
    height: 150px;
    transform: translateX(-150px) translateY(-160px);
  }
}
.images_hero .hero5 {
  flex-shrink: 0;
}
@media screen and (max-width: 1540px) {
  .images_hero .hero5 {
    width: 250px;
    height: 335px;
  }
}
@media screen and (max-width: 1440px) {
  .images_hero .hero5 {
    width: 225px;
    height: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .images_hero .hero5 {
    width: 200px;
    height: 270px;
  }
}
@media screen and (max-width: 1100px) {
  .images_hero .hero5 {
    width: 160px;
    height: 213px;
  }
}
@media screen and (max-width: 900px) {
  .images_hero .hero5 {
    width: 120px;
    height: 160px;
  }
}
@media screen and (max-width: 800px) {
  .images_hero .hero5 {
    transform: translateX(-40px);
  }
}
@media screen and (max-width: 750px) {
  .images_hero .hero5 {
    transform: translateX(-100px);
  }
}
@media screen and (max-width: 700px) {
  .images_hero .hero5 {
    transform: translateX(-140px);
  }
}
@media screen and (max-width: 600px) {
  .images_hero .hero5 {
    transform: translateX(-240px);
  }
}
@media screen and (max-width: 500px) {
  .images_hero .hero5 {
    transform: translateX(-240px) translateY(-10px);
  }
}

.hero-text {
  position: absolute;
  bottom: 3vh; /* ✅ espace du bas qui s’adapte */
  text-align: center;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .hero-text {
    bottom: 10vh;
  }
}

.hero h1 {
  font-size: clamp(3rem, 14vw, 16rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0;
  white-space: nowrap;
  line-height: 0.9;
}
@media screen and (max-width: 1900px) {
  .hero h1 {
    font-size: clamp(3rem, 14vw, 12rem);
  }
}
@media screen and (max-width: 1440px) {
  .hero h1 {
    font-size: clamp(3rem, 14vw, 10rem);
  }
}
@media screen and (max-width: 1200px) {
  .hero h1 {
    font-size: clamp(3rem, 14vw, 8rem);
  }
}
@media screen and (max-width: 950px) {
  .hero h1 {
    font-size: clamp(3rem, 14vw, 6rem);
  }
}
@media screen and (max-width: 700px) {
  .hero h1 {
    font-size: clamp(3rem, 14vw, 4rem);
  }
}
@media screen and (max-width: 450px) {
  .hero h1 {
    font-size: clamp(3rem, 14vw, 3rem);
  }
}

.hero h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  width: 100%;
  background-color: unset;
  transform: translateY(0) translateY(0);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .wrapper {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 600px) {
  .header .wrapper {
    justify-content: center;
  }
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  transform: translateY(-100%) translateY(4px);
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 40px;
  padding: 20px 40px;
  margin: 0;
  max-width: 400px;
  background-color: var(--color-white);
}
@media screen and (max-width: 600px) {
  .menu {
    gap: 24px;
    justify-content: center;
    padding: 20px 12px;
    width: 300px;
  }
}
.menu li {
  position: relative;
  list-style: none;
}
.menu li a {
  text-decoration: none;
  color: var(--color-black);
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}
.menu li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color-black);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.menu li:hover::after {
  transform: scaleX(1);
}
.menu li:not(:hover)::after {
  transform-origin: right;
  transform: scaleX(0);
}

footer {
  text-align: center;
}
footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 315px;
}

html {
  scroll-behavior: smooth;
}

.projets .wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: -220px;
}
@media screen and (max-width: 900px) {
  .projets .wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .projets .wrapper p {
    font-size: 14px;
  }
}

.card {
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 10px rgba(132, 156, 226, 0.5);
}
.card:hover .card_media {
  width: 30%;
}

.card_media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: width 0.6s ease;
}

.card_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card1 {
  width: 591px;
  height: 591px;
  background: #f9f7e8;
  align-self: flex-end;
}
@media screen and (max-width: 1540px) {
  .card1 {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .card1 {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .card1 {
    align-self: center;
  }
}
@media screen and (max-width: 700px) {
  .card1 {
    width: 215px;
    height: 215px;
  }
}

.card_content1 {
  position: relative;
  z-index: 1;
  left: 175px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  height: 100%;
  padding: 195px 20px 20px;
  max-width: 300px;
}
@media screen and (max-width: 1540px) {
  .card_content1 {
    left: 150px;
    padding: 150px 20px 20px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content1 {
    left: 120px;
    padding: 120px 20px 20px;
    max-width: 280px;
  }
}
@media screen and (max-width: 700px) {
  .card_content1 {
    left: 55px;
    padding: 35px 20px 20px;
    max-width: 180px;
  }
}
.card_content1 svg {
  color: var(--color-black);
  position: absolute;
  left: 600px;
  bottom: -130px;
  transition: 0.6s ease;
}
@media screen and (max-width: 1540px) {
  .card_content1 svg {
    bottom: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content1 svg {
    opacity: 0;
  }
}

.card1:hover svg {
  left: 330px;
}
@media screen and (max-width: 1540px) {
  .card1:hover svg {
    left: 275px;
  }
}

.card2 {
  width: 436px;
  height: 792px;
  background: var(--color-white);
}
@media screen and (max-width: 1540px) {
  .card2 {
    width: 360px;
    height: 650px;
  }
}
@media screen and (max-width: 1300px) {
  .card2 {
    width: 330px;
    height: 600px;
  }
}
@media screen and (max-width: 900px) {
  .card2 {
    align-self: center;
  }
}
@media screen and (max-width: 700px) {
  .card2 {
    width: 215px;
    height: 390px;
  }
}

.card_content2 {
  position: relative;
  z-index: 0;
  left: 130px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  height: 100%;
  padding: 320px 20px 20px;
}
@media screen and (max-width: 1540px) {
  .card_content2 {
    left: 110px;
    padding: 250px 20px 20px;
    max-width: 250px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content2 {
    left: 100px;
    padding: 220px 20px 20px;
    max-width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .card_content2 {
    left: 55px;
    padding: 140px 20px 20px;
    max-width: 190px;
  }
}
.card_content2 svg {
  color: var(--color-black);
  position: absolute;
  left: 325px;
  bottom: -270px;
  transition: 0.6s ease;
}
@media screen and (max-width: 1540px) {
  .card_content2 svg {
    bottom: -180px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content2 svg {
    opacity: 0;
  }
}

.card2:hover svg {
  left: 230px;
}
@media screen and (max-width: 1540px) {
  .card2:hover svg {
    left: 185px;
  }
}

.card3 {
  width: 1052px;
  height: 630px;
  background: #e0dee1;
  align-self: flex-end;
}
@media screen and (max-width: 1540px) {
  .card3 {
    width: 700px;
    height: 420px;
  }
}
@media screen and (max-width: 1300px) {
  .card3 {
    width: 600px;
    height: 360px;
  }
}
@media screen and (max-width: 900px) {
  .card3 {
    align-self: center;
  }
}
@media screen and (max-width: 700px) {
  .card3 {
    width: 335px;
    height: 200px;
  }
}

.card_content3 {
  position: relative;
  z-index: 0;
  left: 340px;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  height: 100%;
  padding: 250px 20px 20px;
}
@media screen and (max-width: 1540px) {
  .card_content3 {
    left: 220px;
    padding: 160px 20px 20px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content3 {
    left: 190px;
    padding: 140px 20px 20px;
  }
}
@media screen and (max-width: 700px) {
  .card_content3 {
    left: 90px;
    padding: 70px 20px 20px;
    max-width: 270px;
  }
}
.card_content3 svg {
  color: var(--color-black);
  position: absolute;
  left: 800px;
  bottom: -200px;
  transition: 0.6s ease;
}
@media screen and (max-width: 1540px) {
  .card_content3 svg {
    bottom: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content3 svg {
    opacity: 0;
  }
}

.card3:hover svg {
  left: 620px;
}
@media screen and (max-width: 1540px) {
  .card3:hover svg {
    left: 410px;
  }
}

.card4 {
  width: 600px;
  height: 805px;
  background: #dedcd0;
}
@media screen and (max-width: 1540px) {
  .card4 {
    width: 485px;
    height: 650px;
  }
}
@media screen and (max-width: 1300px) {
  .card4 {
    width: 410px;
    height: 550px;
  }
}
@media screen and (max-width: 900px) {
  .card4 {
    align-self: center;
  }
}
@media screen and (max-width: 700px) {
  .card4 {
    width: 265px;
    height: 360px;
  }
}

.card_content4 {
  position: relative;
  z-index: 0;
  left: 200px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  height: 100%;
  padding: 350px 20px 20px;
}
@media screen and (max-width: 1540px) {
  .card_content4 {
    left: 150px;
    padding: 250px 20px 20px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content4 {
    left: 130px;
    padding: 220px 20px 20px;
    max-width: 280px;
  }
}
@media screen and (max-width: 700px) {
  .card_content4 {
    left: 75px;
    padding: 140px 20px 20px;
    max-width: 200px;
  }
}
.card_content4 svg {
  color: var(--color-black);
  position: absolute;
  left: 525px;
  bottom: -250px;
  transition: 0.6s ease;
}
@media screen and (max-width: 1540px) {
  .card_content4 svg {
    bottom: -210px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content4 svg {
    opacity: 0;
  }
}

.card4:hover svg {
  left: 320px;
}
@media screen and (max-width: 1540px) {
  .card4:hover svg {
    left: 260px;
  }
}

.card5 {
  width: 1249px;
  height: 835px;
  background: #00509d;
  align-self: center;
}
@media screen and (max-width: 1540px) {
  .card5 {
    width: 800px;
    height: 535px;
  }
}
@media screen and (max-width: 1300px) {
  .card5 {
    width: 650px;
    height: 435px;
  }
}
@media screen and (max-width: 900px) {
  .card5 {
    align-self: center;
  }
}
@media screen and (max-width: 700px) {
  .card5 {
    width: 340px;
    height: 225px;
  }
}

.card_content5 {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  left: 400px;
  height: 100%;
  padding: 360px 20px 20px;
  color: var(--color-white);
}
@media screen and (max-width: 1540px) {
  .card_content5 {
    left: 250px;
    padding: 220px 20px 20px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content5 {
    left: 200px;
    padding: 160px 20px 20px;
    max-width: 280px;
  }
}
@media screen and (max-width: 700px) {
  .card_content5 {
    left: 100px;
    padding: 65px 20px 20px;
    max-width: 240px;
  }
}
.card_content5 svg {
  fill: var(--color-white);
  position: absolute;
  left: 1000px;
  bottom: -320px;
  transition: 0.6s ease;
}
@media screen and (max-width: 1540px) {
  .card_content5 svg {
    bottom: -180px;
  }
}
@media screen and (max-width: 1300px) {
  .card_content5 svg {
    opacity: 0;
  }
}

.card5:hover svg {
  left: 750px;
}
@media screen and (max-width: 1540px) {
  .card5:hover svg {
    left: 480px;
  }
}

.has-js [data-card=open].is-active .card_media {
  width: 30%;
}

.projets {
  position: relative;
  padding-top: 180px;
}

.projets h2 {
  position: sticky;
  top: 50%;
  z-index: -1;
  text-align: center;
  pointer-events: none;
}

.about {
  display: flex;
  padding-top: 160px;
}
@media screen and (max-width: 900px) {
  .about {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .about .texte {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .about .texte {
    gap: 16px;
  }
}
@media screen and (max-width: 1700px) {
  .about h2 {
    font-size: 180px;
  }
}
@media screen and (max-width: 1540px) {
  .about h2 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .about h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .about h2 {
    font-size: 54px;
  }
}
.about img {
  box-shadow: 6px 6px 10px rgba(132, 156, 226, 0.5);
}
@media screen and (max-width: 1540px) {
  .about img {
    width: 565px;
    height: 750px;
  }
}
@media screen and (max-width: 1540px) {
  .about img {
    width: 440px;
    height: 585px;
  }
}
@media screen and (max-width: 600px) {
  .about img {
    width: 330px;
    height: 440px;
  }
}
.about .wrapper {
  padding: 16px 0px 0px 48px;
}
@media screen and (max-width: 900px) {
  .about .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 40px 0 0 0;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .about .wrapper {
    align-items: start;
  }
}
.about .wrapper p {
  max-width: 600px;
}
@media screen and (max-width: 1300px) {
  .about .wrapper p {
    font-size: 16px;
    max-width: 390px;
  }
}
.about .wrapper span {
  font-weight: bold;
}

.competences {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 1300px) {
  .competences {
    padding-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .competences {
    padding: 0;
  }
}
.competences h4 {
  position: relative;
  top: 0;
  left: 0;
  letter-spacing: 0px;
  font-size: 48px;
}
@media screen and (max-width: 600px) {
  .competences h4 {
    font-size: 32px;
  }
}
.competences .comp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .competences .comp {
    grid-template-columns: 1fr 1fr;
    row-gap: 48px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .competences .comp {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.competences .competence {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.competences h5 {
  font-size: 32px;
  padding-bottom: 16px;
  font-weight: medium;
}
@media screen and (max-width: 600px) {
  .competences h5 {
    font-size: 24px;
    padding-bottom: 8px;
  }
}

.liked {
  padding-top: 80px;
}
.liked h4 {
  font-size: 120px;
}
@media screen and (max-width: 1040px) {
  .liked h4 {
    font-size: 72px;
    padding-bottom: 48px;
    position: relative;
    left: -100px;
  }
}
@media screen and (max-width: 660px) {
  .liked h4 {
    font-size: 48px;
    width: 500px;
  }
}
@media screen and (max-width: 480px) {
  .liked h4 {
    left: 0;
    font-size: 32px;
  }
}
.liked .images_about {
  position: relative;
}
.liked .images_about .about1 {
  display: flex;
  position: absolute;
  top: 40px;
  left: -103px;
}
@media screen and (max-width: 660px) {
  .liked .images_about .about1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .liked .images_about .about1 {
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .liked .images_about .about1 {
    top: 160px;
  }
}
.liked .images_about .about1 p {
  max-width: 50px;
  line-height: 20px;
  padding: 265px 0px 0px 8px;
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about1 p {
    font-size: 16px;
    padding: 188px 0px 0px 8px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about1 p {
    padding: 140px 0px 0px 8px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about1 p {
    padding: 84px 0px 0px 8px;
  }
}
@media screen and (max-width: 660px) {
  .liked .images_about .about1 p {
    padding: 8px 0 0 0;
  }
}
.liked .images_about .about1 img {
  width: 242px;
  height: 303px;
  box-shadow: 6px 6px 10px rgba(132, 156, 226, 0.5);
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about1 img {
    width: 180px;
    height: 225px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about1 img {
    width: 140px;
    height: 175px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about1 img {
    width: 95px;
    height: 120px;
  }
}
.liked .images_about .about2 {
  display: flex;
  position: absolute;
  left: 300px;
  top: 300px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1540px) {
  .liked .images_about .about2 {
    left: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about2 {
    left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about2 {
    left: 0px;
  }
}
@media screen and (max-width: 660px) {
  .liked .images_about .about2 {
    flex-direction: column;
    left: -50px;
  }
}
@media screen and (max-width: 480px) {
  .liked .images_about .about2 {
    left: 40px;
  }
}
@media screen and (max-width: 400px) {
  .liked .images_about .about2 {
    top: 520px;
    left: 0;
  }
}
.liked .images_about .about2 p {
  padding-top: 4px;
  padding: 470px 0px 0px 8px;
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about2 p {
    font-size: 16px;
    padding: 340px 0px 0px 8px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about2 p {
    padding: 260px 0px 0px 8px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about2 p {
    padding: 170px 0px 0px 8px;
  }
}
@media screen and (max-width: 660px) {
  .liked .images_about .about2 p {
    padding: 8px 0 0 0;
  }
}
.liked .images_about .about2 img {
  width: 386px;
  height: 491px;
  box-shadow: 6px 6px 10px rgba(132, 156, 226, 0.5);
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about2 img {
    width: 285px;
    height: 360px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about2 img {
    width: 220px;
    height: 280px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about2 img {
    width: 150px;
    height: 190px;
  }
}
.liked .images_about .about3 {
  display: flex;
  position: absolute;
  left: 800px;
}
@media screen and (max-width: 1540px) {
  .liked .images_about .about3 {
    left: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about3 {
    left: 300px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about3 {
    left: 150px;
  }
}
@media screen and (max-width: 660px) {
  .liked .images_about .about3 {
    flex-direction: column;
    left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .liked .images_about .about3 {
    left: 220px;
    top: -100px;
    width: 95px;
  }
}
@media screen and (max-width: 400px) {
  .liked .images_about .about3 {
    left: 150px;
    top: 0px;
    width: 95px;
  }
}
.liked .images_about .about3 p {
  line-height: 20px;
  padding: 265px 0px 0px 8px;
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about3 p {
    font-size: 16px;
    padding: 195px 0px 0px 8px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about3 p {
    padding: 140px 0px 0px 8px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about3 p {
    padding: 84px 0px 0px 8px;
  }
}
@media screen and (max-width: 660px) {
  .liked .images_about .about3 p {
    padding: 8px 0 0 0;
  }
}
.liked .images_about .about3 img {
  width: 240px;
  height: 304px;
  box-shadow: 6px 6px 10px rgba(132, 156, 226, 0.5);
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about3 img {
    width: 180px;
    height: 230px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about3 img {
    width: 140px;
    height: 175px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about3 img {
    width: 95px;
    height: 120px;
  }
}
.liked .images_about .about4 {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 250px;
  top: 400px;
}
@media screen and (max-width: 1540px) {
  .liked .images_about .about4 {
    right: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about4 {
    top: 280px;
  }
}
@media screen and (max-width: 1040px) {
  .liked .images_about .about4 {
    right: 50px;
  }
}
@media screen and (max-width: 660px) {
  .liked .images_about .about4 {
    top: 560px;
  }
}
@media screen and (max-width: 480px) {
  .liked .images_about .about4 {
    left: 100px;
    right: 0px;
  }
}
@media screen and (max-width: 400px) {
  .liked .images_about .about4 {
    top: 750px;
    left: 50px;
  }
}
.liked .images_about .about4 p {
  padding-bottom: 4px;
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about4 p {
    font-size: 16px;
  }
}
.liked .images_about .about4 img {
  width: 437px;
  height: 309px;
  box-shadow: 6px 6px 10px rgba(132, 156, 226, 0.5);
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about4 img {
    width: 325px;
    height: 230px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about4 img {
    width: 250px;
    height: 180px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about4 img {
    width: 175px;
    height: 125px;
  }
}
.liked .images_about .about5 {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -102px;
  top: -120px;
}
@media screen and (max-width: 1040px) {
  .liked .images_about .about5 {
    top: 0;
  }
}
@media screen and (max-width: 660px) {
  .liked .images_about .about5 {
    top: 160px;
  }
}
@media screen and (max-width: 480px) {
  .liked .images_about .about5 {
    right: 0px;
    top: 100px;
  }
}
@media screen and (max-width: 400px) {
  .liked .images_about .about5 {
    top: 260px;
  }
}
@media screen and (max-width: 400px) {
  .liked .images_about .about5 {
    top: 320px;
  }
}
.liked .images_about .about5 p {
  padding-bottom: 4px;
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about5 p {
    font-size: 16px;
  }
}
.liked .images_about .about5 img {
  width: 335px;
  height: 394px;
  box-shadow: 6px 6px 10px rgba(132, 156, 226, 0.5);
}
@media screen and (max-width: 1670px) {
  .liked .images_about .about5 img {
    width: 245px;
    height: 290px;
  }
}
@media screen and (max-width: 1300px) {
  .liked .images_about .about5 img {
    width: 190px;
    height: 225px;
  }
}
@media screen and (max-width: 900px) {
  .liked .images_about .about5 img {
    width: 130px;
    height: 155px;
  }
}

.contact {
  margin-top: 960px;
}
@media screen and (max-width: 1540px) {
  .contact {
    margin-top: 860px;
  }
}
@media screen and (max-width: 1300px) {
  .contact {
    margin-top: 760px;
  }
}
@media screen and (max-width: 900px) {
  .contact {
    margin-top: 600px;
  }
}
@media screen and (max-width: 660px) {
  .contact {
    margin-top: 800px;
  }
}
@media screen and (max-width: 400px) {
  .contact {
    margin-top: 1000px;
  }
}
.contact h2 {
  margin-top: 80px;
}
.contact .infos {
  display: flex;
  gap: 180px;
  justify-content: end;
  padding: 48px 0 80px;
  align-items: baseline;
}
@media screen and (max-width: 1300px) {
  .contact .infos {
    gap: 80px;
  }
}
@media screen and (max-width: 1040px) {
  .contact .infos {
    flex-direction: column;
    gap: 40px;
  }
}
.contact span {
  font-size: 32px;
  font-family: var(--font-secondary);
  font-weight: medium;
}
@media screen and (max-width: 700px) {
  .contact span {
    font-size: 24px;
  }
}
.contact p {
  width: 350px;
}
@media screen and (max-width: 700px) {
  .contact p {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .contact p {
    width: 200px;
  }
}
.contact .reseaux {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact .reseaux h5 {
  font-size: 32px;
  font-family: var(--font-secondary);
  font-weight: 400;
  padding-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .contact .reseaux h5 {
    font-size: 24px;
  }
}
.contact .tel_courriel {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact .tel_courriel h5 {
  font-size: 32px;
  font-family: var(--font-secondary);
  font-weight: 400;
  padding-bottom: 8px;
  color: transparent;
}
@media screen and (max-width: 1300px) {
  .contact .tel_courriel h5 {
    display: none;
  }
}
.contact li {
  list-style: none;
}
.contact a {
  font-size: 18px;
  font-family: var(--font-secondary);
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 700px) {
  .contact a {
    font-size: 16px;
  }
}
.contact a:hover {
  border-bottom: 2px solid var(--color-black);
}

/* ==========================================================================
   video / component
   ========================================================================== */
.ma_video {
  margin-top: 880px;
}
@media screen and (max-width: 1540px) {
  .ma_video {
    margin-top: 800px;
  }
}
@media screen and (max-width: 1300px) {
  .ma_video {
    margin-top: 720px;
  }
}
@media screen and (max-width: 900px) {
  .ma_video {
    margin-top: 600px;
  }
}
@media screen and (max-width: 660px) {
  .ma_video {
    margin-top: 800px;
  }
}
@media screen and (max-width: 400px) {
  .ma_video {
    margin-top: 980px;
  }
}

.video {
  color: var(--color-white);
  text-align: center;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 4px rgb(0, 0, 0);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video:hover .icon {
  transform: scale(0.8) translate(-50%, -50%);
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=main.css.map */
