@charset "UTF-8";
/*! 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;
}

body {
  position: relative;
  background-color: #F4F4F4;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #192221;
  min-height: 100vh;
  min-width: 100vw;
}

html {
  scroll-behavior: smooth;
}

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

p {
  margin-bottom: 18px;
}

a {
  color: #419c85;
  text-decoration: none;
  font-weight: bold;
}

.title {
  font-family: "Satoshi", sans-serif;
}
.title--color {
  color: #FCC221;
  font-weight: inherit;
}
.title--main {
  font-weight: 700;
  font-size: 37px;
  line-height: 1;
}
.title--big {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 32px;
}
.title--medium {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.title--small {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.title--mini {
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
}
.title--ligne {
  font-weight: inherit;
  display: inline;
}
.title--rose {
  color: #e0628b;
  font-weight: inherit;
}
.title--jaune {
  color: #FCC221;
  font-weight: inherit;
}
.title--vert {
  color: #419c85;
  font-weight: inherit;
}

.icone {
  fill: #fff;
  stroke-width: 0px;
}
.icone--logo {
  fill: #419c85;
}

.bouton {
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #F4F4F4;
  text-decoration: none;
  color: #192221;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bouton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #59baa1, #419c85);
  z-index: -1;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  pointer-events: none; /* Empêche l'arrière-plan d'interférer avec les événements de la souris */
}
.bouton--noir {
  background-color: #192221;
  color: #F4F4F4;
}
.bouton--noir::before {
  opacity: 1;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #374948, #192221);
}
.bouton--rose {
  background-color: #e0628b;
  color: #F4F4F4;
}
.bouton--rose::before {
  opacity: 1;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #E085A6, #E0628B);
}
.bouton--jaune {
  background-color: #FCC221;
}
.bouton--jaune::before {
  opacity: 1;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #F3C95D, #FCC221);
}
.bouton--vert {
  background-color: #419c85;
  color: #F4F4F4;
}
.bouton--vert::before {
  opacity: 1;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #59baa1, #419c85);
}
.bouton--blanc {
  background-color: #F4F4F4;
  color: #192221;
}
.bouton--blanc::before {
  opacity: 1;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #E2E2E2, #F4F4F4);
}
.bouton--premier {
  margin-bottom: 20px;
}

.img {
  height: 50vh;
  width: auto;
  margin: auto;
}

.hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 600px) {
  .img {
    max-width: 50vw;
    height: auto;
  }
}
@media (min-width: 800px) {
  body {
    font-size: 20px;
  }
  p {
    margin-bottom: 40px;
  }
  .title--main {
    font-size: 52px;
    line-height: 1.2;
  }
  .title--big {
    font-size: 41px;
    line-height: 1.2;
    margin-bottom: 60px;
  }
  .title--medium {
    font-size: 32px;
    line-height: 1.2;
  }
  .title--small {
    font-size: 25px;
    line-height: 1.2;
  }
  .title--mini {
    font-size: 25px;
    line-height: 1.2;
  }
  .bouton {
    font-size: 20px;
  }
  .bouton--premier {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1000px) {
  .title--main {
    font-size: 67px;
  }
  .title--big {
    font-size: 52px;
  }
  .title--medium {
    font-size: 41px;
  }
  .title--small {
    font-size: 32px;
  }
  .title--mini {
    font-size: 25px;
  }
}
@media (min-width: 2000px) {
  body {
    font-size: 22px;
  }
  .title--main {
    font-size: 58px;
    line-height: 1.2;
  }
  .title--big {
    font-size: 45px;
  }
  .title--medium {
    font-size: 36px;
  }
  .title--small {
    font-size: 28px;
  }
  .title--mini {
    font-size: 28px;
  }
  .bouton {
    font-size: 22px;
  }
}
.menu {
  position: fixed;
  z-index: 20;
  width: 100vw;
  top: 0;
  left: 0;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.menu__container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc(100vw - 90px);
  transform: translateX(100%);
  transition: 0.4s;
  display: flex;
  align-items: center;
  background-color: rgba(25, 34, 33, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #F4F4F4;
  border-radius: 40px 0 0 40px;
  z-index: 1;
}
.menu__container--logo {
  aspect-ratio: 1/1;
  height: 56px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.menu__container--logo svg {
  height: 100%;
  width: auto;
}
.menu__logo {
  display: none;
}
.menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.menu a {
  text-decoration: none;
  color: #F4F4F4;
  padding: 10px 30px;
  font-weight: 500;
  display: block;
}
.menu__btn {
  border: none;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.4s;
  transform: translateX(calc(100vw - 90px));
  margin-top: 20px;
  margin-left: 20px;
  background-color: rgba(25, 34, 33, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #F4F4F4;
  border-radius: 50%;
}
.menu__btn--text {
  position: relative;
  display: flex;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 24px;
  height: 4px;
  background-color: #F4F4F4;
  border-radius: 4px;
}
.menu__btn::before, .menu__btn::after {
  content: "";
  display: flex;
  width: 18px;
  height: 4px;
  position: absolute;
  background-color: #F4F4F4;
  border-radius: 4px;
  z-index: 11;
}
.menu__btn::before {
  top: 13px;
  right: 13px;
  transform-origin: center right;
}
.menu__btn::after {
  bottom: 13px;
  left: 13px;
  transform-origin: center left;
}
.menu::after {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.menu--open .menu__btn {
  transform: translateX(0);
}
.menu--open .menu__btn::before {
  transform: rotate(-45deg) translate(-3px, -2px);
}
.menu--open .menu__btn::after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.menu--open .menu__btn--text {
  transform: rotate(45deg);
}
.menu--open .menu__container {
  transform: translateX(0);
}
.menu--open::after {
  opacity: 1;
}

@media (min-width: 800px) {
  .menu__logo {
    aspect-ratio: 1/1;
    height: 56px;
    display: flex;
    position: absolute;
    left: 60px;
    top: 40px;
    z-index: 2;
  }
  .menu__logo svg {
    height: 100%;
    width: auto;
  }
  .menu__logo a {
    padding: 0;
  }
  .menu__btn {
    display: none;
  }
  .menu__container {
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    height: auto;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 10px;
    border-radius: 40px;
    border: 2px solid rgba(25, 34, 33, 0.4);
  }
  .menu__container--logo {
    display: none;
  }
  .menu ul {
    flex-direction: row;
  }
  .menu a {
    transition: 0.4s;
    z-index: 22;
    display: unset;
  }
  .menu--active {
    position: relative;
  }
  .menu--active::after {
    content: "";
    width: calc(100% - 60px);
    height: 4px;
    border-radius: 4px;
    background-color: #F4F4F4;
    position: absolute;
    bottom: -6px;
    left: 30px;
  }
  .menu--over {
    opacity: 0.4;
  }
}
@media (min-width: 1600px) {
  .menu__logo {
    left: 100px;
  }
}
@media (min-width: 2000px) {
  .menu {
    font-size: 22px;
  }
}
.footer {
  background-color: #192221;
  color: #F4F4F4;
  padding: 40px;
}
.footer a {
  text-decoration: none;
  color: #419c85;
  color: #F4F4F4;
  display: inline-block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer ul {
  list-style: none;
}
.footer li {
  margin-left: 18px;
  margin-bottom: 10px;
}
.footer__element {
  margin-bottom: 40px;
}
.footer__element--logo {
  max-width: 250px;
}
.footer__icone {
  background-color: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 20px;
}
.footer__icone svg {
  width: 100%;
  height: 100%;
  fill: #192221;
}
.footer__copyright a {
  display: inline-block;
}

@media (min-width: 1150px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    padding: 60px;
    padding-bottom: 0;
  }
  .footer li {
    margin: 0;
  }
  .footer__element--logo {
    margin-bottom: 0;
    grid-column: 1/5;
    grid-row: 3;
    overflow-y: hidden;
    max-height: 243px;
    max-width: unset;
    max-height: calc((100vw - 120px) / 10 * 1.77);
  }
  .footer__element--menu {
    grid-column: 1;
    grid-row: 1;
    margin-top: 40px;
  }
  .footer__element--services {
    grid-column: 2;
    grid-row: 1;
    margin-top: 40px;
  }
  .footer__element--reseaux {
    grid-column: 3/5;
    grid-row: 1;
    margin-top: 40px;
  }
  .footer__copyright {
    grid-column: 1/5;
    grid-row: 2;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer__copyright a {
    display: initial;
    font-weight: initial;
  }
  .footer__reseaux {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__reseaux--nom {
    display: none;
  }
}
@media (min-width: 1600px) {
  .footer {
    padding-left: 100px;
    padding-right: 100px;
  }
  .footer__element--logo {
    max-height: calc((100vw - 200px) / 10 * 1.77);
  }
}
p {
  color: #86868b;
}

b {
  color: #192221;
}

.main__container--gris {
  background-color: #F4F4F4;
}
.main__container--blanc {
  background-color: #fcfbfb;
}

.header--accueil {
  height: 200vh;
}
.header__video {
  position: sticky;
  top: 0;
}
.header__video video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__texte {
  max-width: 700px;
  margin-top: 250px;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header--accueil::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200vh;
  background-color: rgba(25, 34, 33, 0.7019607843);
  opacity: 1;
  transition: opacity 0.4s;
}
.header--filterremove::after {
  opacity: 0;
}

.title--accueil {
  color: #F4F4F4;
  margin: 0;
  margin-bottom: 40px;
}

.sites {
  min-height: 100vh;
  padding-top: 90px;
}
.sites__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.sites__images {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.sites__images--page {
  margin-left: 100px;
  width: 100%;
}
.sites__images--vignette {
  position: absolute;
  top: 160px;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
.sites__images--vignettedilepis {
  top: 50px;
}
.sites__carte {
  padding: 20px;
  border-radius: 20px;
}
.sites__carte--haut {
  display: flex;
  flex-direction: row;
}
.sites__carte--bas {
  margin-top: 12px;
}
.sites__carte--image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-color: #419c85;
  margin-right: 12px;
}
.sites__carte--titre {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
.sites__carte--titre span:last-child {
  font-size: 12px;
}
.sites__carte--soustitre {
  font-size: 24px;
}
.sites__carte--texte {
  font-size: 16px;
  line-height: 1.3;
}

.graphisme {
  min-height: 100vh;
  padding-top: 80px;
}
.graphisme__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.graphisme__images {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}
.graphisme__images img {
  width: 100%;
}

.services {
  min-height: 100vh;
  background-color: #fcfbfb;
  padding: 40px;
  padding-top: 90px;
}
.services--web {
  margin-bottom: 40px;
}
.services--web h3 {
  color: #419c85;
}
.services--graphisme h3 {
  color: #e0628b;
}
.services__element {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
}
.services__element--textes {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.services__element--images {
  display: flex;
}
.services__element--images img {
  width: 100%;
}

.ecologie {
  padding-top: 80px;
  background-color: #fcfbfb;
}
.ecologie__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.ecologie__images {
  position: relative;
  overflow: hidden;
}
.ecologie__images--feuilles {
  aspect-ratio: 1/1;
  width: 100%;
  margin-left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(90deg);
}

.final {
  padding-top: 80px;
}
.final__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.final__images {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 30vh;
}
.final__images--iphone {
  position: relative;
  height: 265%;
  transform: rotate(10deg);
  margin-right: 15%;
}
.final__images--contenu {
  transform: rotate(10deg);
  position: absolute;
  width: 100%;
  top: 0;
  left: 21%;
  top: 50%;
  display: flex;
  flex-direction: row;
}
.final__icone {
  aspect-ratio: 1/1;
  width: 12%;
  margin: 1.5%;
  border-radius: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.final__icone:hover {
  transform: scale(0.9);
}
.final__icone svg {
  fill: #fff;
  stroke-width: 0px;
  width: 100%;
  height: 100%;
}
.final__icone--mail {
  background-color: #1B88F5;
}
.final__icone--facebook {
  background-color: #0965FE;
}
.final__icone--tiktok {
  background-color: #192221;
}
.final__icone--instagram {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  background: radial-gradient(circle at 30% 107%, #fcb045, #fd1d1d, #833ab4);
}

@media (min-width: 800px) {
  .title--accueil {
    margin-bottom: 60px;
  }
  .header__texte {
    max-width: 600px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .sites {
    padding-top: 150px;
    min-height: inherit;
  }
  .sites__textes {
    max-width: 500px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .sites__images {
    margin-top: 60px;
    max-width: 600px;
    margin-left: auto;
  }
  .sites__images--page {
    margin-left: 150px;
  }
  .sites__images--vignette {
    top: 55%;
    max-width: 450px;
    margin-right: auto;
    margin-left: 60px;
  }
  .sites__images--vignettedilepis {
    top: 17%;
  }
  .graphisme__textes {
    max-width: 500px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .graphisme__images {
    margin-left: 150px;
  }
  .services {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    padding-top: 150px;
  }
  .services__element {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  .services__element:last-child {
    margin-bottom: 0;
  }
  .services__element--textes {
    max-width: 500px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 100px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .services__element--textes h3 {
    display: inline-block;
    text-wrap: balance;
  }
  .services__element--images {
    margin-top: 80px;
    max-width: 45vw;
  }
  .services--web {
    display: flex;
    flex-direction: row-reverse;
  }
  .services--web .services__element--textes {
    max-width: 500px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 20px;
  }
  .ecologie__textes {
    max-width: 500px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .final__textes {
    max-width: 500px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .final__images {
    margin-left: auto;
    aspect-ratio: 2/1;
    width: 75%;
    max-width: 800px;
    height: auto;
  }
  .final__images--contenu {
    top: 55%;
    left: 21%;
    width: 110%;
  }
  .final__images--iphone {
    top: -10%;
    height: 335%;
  }
  .final__icone {
    aspect-ratio: 1/1;
    width: 10.5%;
    margin: 1.5%;
  }
}
@media (min-width: 1000px) and (min-height: 1350px) {
  .header__texte {
    margin-top: 300px;
  }
}
@media (min-width: 1000px) {
  .header__texte {
    margin-left: 80px;
    margin-right: 80px;
    max-width: 750px;
  }
  .services__element--textes {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 40px;
  }
  .services__element--images {
    margin-top: 0;
  }
  .services--web .services__element--textes {
    padding-right: 60px;
    padding-top: 60px;
    padding-left: 40px;
  }
  .graphisme__textes {
    max-width: inherit;
  }
  .graphisme__textes p {
    max-width: 500px;
  }
  .graphisme__textes p:last-child {
    margin-left: 140px;
  }
  .ecologie {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .ecologie__images {
    max-height: 100vh;
    display: flex;
    justify-content: flex-end;
    max-width: 900px;
    max-height: 900px;
  }
  .ecologie__images--feuilles {
    width: auto;
    height: 100%;
    max-height: 100vh;
    transform: rotate(180deg);
  }
  .final {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 150px;
  }
  .final__textes {
    margin-bottom: 80px;
  }
  .final__images {
    aspect-ratio: 2/1;
    width: 100%;
    max-width: 700px;
    height: auto;
  }
  .final__images--contenu {
    width: 100%;
    top: 54%;
    left: 21%;
  }
  .final__icone {
    aspect-ratio: 1/1;
    width: 11%;
    margin: 2%;
  }
}
@media (min-width: 1000px) and (min-height: 1350px) {
  .ecologie {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .ecologie__images {
    transform: rotate(180deg);
    max-height: 60vh;
    display: flex;
    justify-content: flex-start;
  }
  .ecologie__images--feuilles {
    width: auto;
    height: 100%;
    max-height: 60vh;
  }
}
@media (min-width: 1150px) {
  .main--accueil {
    overflow-x: hidden;
  }
  .header__texte {
    margin-top: 150px;
  }
  .sites {
    display: flex;
    flex-direction: row;
    padding-bottom: 100px;
  }
  .sites__textes {
    margin-right: 0;
  }
  .sites__images {
    margin-top: 200px;
  }
  .graphisme {
    position: relative;
    padding-bottom: 100px;
  }
  .graphisme__textes h2 {
    text-wrap: balance;
    max-width: 900px;
  }
  .graphisme__images {
    max-width: 800px;
    margin-left: auto;
    position: absolute;
    top: 200px;
    right: calc(-1400px + 100vw);
  }
  .services__element--images {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .header__texte {
    margin-top: 300px;
    margin-right: 80px;
    margin-left: 80px;
  }
  .sites__textes {
    margin-right: 80px;
    margin-left: 80px;
  }
  .sites__images {
    max-width: 800px;
  }
  .sites__images--vignette {
    max-width: 1000px;
    width: 75%;
  }
  .graphisme__textes {
    margin-left: 80px;
    margin-right: 80px;
  }
  .services {
    padding: 80px;
  }
  .services__element {
    margin-bottom: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .final__images--iphone {
    top: 0;
  }
  .final__images--contenu {
    width: 100%;
    top: 60%;
    left: 21%;
  }
}
@media (min-width: 1400px) {
  .graphisme__images {
    right: 0;
  }
  .ecologie__images {
    justify-content: center;
  }
  .ecologie__images--feuilles {
    aspect-ratio: unset;
  }
}
@media (min-width: 1600px) {
  .header__texte {
    margin-left: 150px;
  }
  .sites__textes {
    margin-left: calc(100vw - 1600px + 150px);
  }
  .graphisme {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }
  .graphisme__textes {
    margin-left: 150px;
  }
  .services {
    padding-left: 150px;
    padding-right: 150px;
  }
  .ecologie {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }
  .final {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }
  .final__textes {
    margin-left: 150px;
  }
}
@media (min-width: 2000px) {
  .header__texte {
    margin-left: calc(100vw - 1850px);
  }
}
.header--sitesweb {
  padding-top: 100px;
}
.header--sitesweb .header__texte {
  position: relative;
  margin-top: 0;
}
.header--sitesweb img {
  width: 100%;
}

.title--sitesweb {
  margin-bottom: 40px;
}

.sitesliste {
  list-style: none;
}
.sitesliste li {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #86868b;
  margin-bottom: 20px;
  margin-left: 20px;
}

.dormir {
  margin-bottom: 80px;
  padding-top: 90px;
}
.dormir__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.dormir__images {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.dormir__images img {
  width: 100%;
}

.competition__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.competition__images {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.competition__images img {
  width: 100%;
}

.compcontainer {
  display: none;
  position: relative;
}
.compcontainer__images {
  position: sticky;
  top: 80px;
  overflow: hidden;
}
.compcontainer__images img {
  width: 100%;
}
.compcontainer__images--ux, .compcontainer__images--ui, .compcontainer__images--code {
  position: absolute;
  top: 0;
  left: 0;
}
.compcontainer__textes {
  margin-left: 40px;
  margin-right: 40px;
}

.composition__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.composition__images {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.composition__images img {
  width: 100%;
}

.ux__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.ux__images {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
}
.ux__images img {
  width: 100%;
}

.ui__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.ui__images {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
}
.ui__images img {
  width: 100%;
}

.code__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.code__images {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
}
.code__images img {
  width: 100%;
}

@media (min-width: 800px) {
  .header__image {
    max-width: 600px;
    margin-left: auto;
  }
  .header--sitesweb {
    margin-bottom: 100px;
  }
  .header--sitesweb .header__texte {
    margin-top: 100px;
  }
  .title--sitesweb {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .dormir, .competition, .composition, .ux, .ui, .code {
    margin-bottom: 0;
  }
  .dormir__textes, .competition__textes, .composition__textes, .ux__textes, .ui__textes, .code__textes {
    max-width: 500px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .dormir__images, .competition__images, .composition__images, .ux__images, .ui__images, .code__images {
    max-width: 600px;
    margin-left: auto;
  }
  .dormir {
    margin-bottom: 150px;
    padding-top: 150px;
  }
  .competition {
    margin-bottom: 0;
  }
  .competition__textes {
    margin-left: auto;
  }
  .competition__textes p {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) and (min-height: 1350px) {
  .header--sitesweb {
    margin-bottom: 0;
  }
  .header--sitesweb .header__texte {
    margin-top: 200px;
  }
  .header--sitesweb .header__image {
    max-width: 800px;
  }
}
@media (min-width: 1000px) {
  .dormir__textes, .competition__textes, .composition__textes, .ux__textes, .ui__textes, .code__textes {
    max-width: 500px;
    margin-left: 80px;
    margin-right: 80px;
  }
  .header--sitesweb {
    position: relative;
    padding-bottom: 450px;
  }
  .header--sitesweb .header__image {
    max-width: 700px;
    position: absolute;
    bottom: -100px;
    right: 0;
  }
}
@media (min-width: 1150px) {
  .dormir {
    margin-left: 80px;
  }
  .competition {
    position: relative;
    padding-bottom: 350px;
  }
  .competition__textes {
    margin-left: auto;
  }
  .competition__images {
    position: absolute;
    top: 80px;
    left: 80px;
  }
  .composition, .ux, .ui, .code {
    display: flex;
    flex-direction: row;
  }
  .compcontainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    padding-top: 25%;
  }
  .compcontainer__images {
    width: 50vw;
    padding-right: 80px;
    top: 50%;
    transform: translateY(-50%);
  }
  .compcontainer__images img {
    width: calc(100% - 80px);
    height: auto;
    top: 0;
    left: 0;
  }
  .compcontainer__images img:first-of-type {
    width: 100%;
  }
  .compcontainer__textes {
    position: relative;
    width: 50vw;
    padding-left: 80px;
    padding-right: 60px;
    margin: 0;
    padding-bottom: 250px;
  }
  .compcontainer__textes--composition, .compcontainer__textes--ux, .compcontainer__textes--ui, .compcontainer__textes--code {
    min-height: 100vh;
    margin-bottom: 300px;
    max-width: 500px;
  }
  .compcontainer__textes--composition {
    min-height: 50vh;
  }
  .compcontainer__textes--composition {
    margin-top: 50vh;
  }
  .compcontainer__sticky {
    position: sticky;
    top: 35%;
  }
  .composition, .ux, .ui, .code {
    display: none;
  }
}
@media (min-width: 1400px) {
  .header--sitesweb {
    padding-bottom: 300px;
  }
  .header--sitesweb .header__image {
    max-width: 1200px;
    width: calc(100vw - 1400px + 800px);
    bottom: calc(-1 * (100vw - 1400px + 800px) / 3);
  }
  .header--sitesweb .header__texte {
    margin-top: 150px;
  }
  .dormir__textes {
    margin-left: 0;
  }
  .competition {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 80px;
  }
  .competition__images {
    position: initial;
  }
  .competition__textes {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .compcontainer {
    padding-top: 150px;
  }
  .compcontainer__textes {
    padding-bottom: 300px;
  }
}
@media (min-width: 1600px) {
  .header--sitesweb .header__image {
    bottom: calc(-1 * (100vw - 1400px + 800px) / 2.5);
  }
  .dormir {
    margin-left: 150px;
  }
  .competition {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }
  .competition__images {
    max-width: 800px;
  }
  .compcontainer__textes {
    padding-left: 150px;
  }
}
@media (min-width: 2000px) {
  .compcontainer {
    max-width: 2600px;
    margin-left: auto;
    margin-right: auto;
  }
  .compcontainer__textes {
    max-width: 1000px;
    padding-bottom: 600px;
  }
  .compcontainer__images {
    width: calc(100vw - 1000px);
  }
  .compcontainer__images img {
    max-width: 1000px;
  }
}
.header--logo {
  padding-top: 100px;
}
.header--logo .header__texte {
  position: relative;
  margin-top: 0;
}
.header--logo img {
  width: 100%;
}

.title--logo {
  margin-bottom: 40px;
}

.creamarque {
  padding-top: 90px;
}
.creamarque__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.creamarque__images {
  height: 200vh;
  max-width: 100vw;
  position: relative;
}

.crealogo {
  padding-top: 80px;
}
.crealogo__textes {
  margin-left: 40px;
  margin-right: 40px;
}
.crealogo__images {
  height: 200vh;
  max-width: 100vw;
  position: relative;
  margin-top: 80px;
}

.images__container {
  position: sticky;
  top: 0;
  overflow-x: hidden;
}
.images__container--contenu {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.images__container--crealogo {
  align-items: flex-end;
  justify-content: center;
}
.images__container--crealogo img {
  height: 100%;
}
.images__container--creamarque {
  overflow: hidden;
}
.images__container--creamarque img {
  height: 100%;
}

@media (min-width: 800px) {
  .header__image {
    max-width: 600px;
    margin-left: auto;
    padding: 60px 0 40px 40px;
  }
  .header--logo {
    margin-bottom: 100px;
  }
  .header--logo .header__texte {
    margin-top: 100px;
  }
  .title--logo {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .creamarque {
    padding-top: 150px;
  }
  .creamarque__textes {
    max-width: 500px;
    margin-left: 60px;
  }
  .creamarque__images {
    margin-top: 60px;
  }
  .crealogo {
    padding-top: 150px;
  }
  .crealogo__textes {
    max-width: 500px;
    margin-left: auto;
    margin-right: 60px;
  }
  .crealogo__images {
    margin-top: 60px;
  }
}
@media (min-width: 1000px) and (min-height: 1350px) {
  .header--logo {
    margin-bottom: 0;
  }
  .header--logo .header__texte {
    margin-top: 200px;
  }
  .header--logo .header__image {
    max-width: 800px;
    padding: 80px 0 80px 80px;
  }
}
@media (min-width: 1000px) {
  .header--logo {
    position: relative;
    padding-bottom: 400px;
  }
  .header--logo .header__image {
    max-width: 700px;
    position: absolute;
    bottom: -100px;
    right: 0;
    padding-left: 100px;
  }
  .creamarque__textes {
    max-width: 500px;
    margin-left: 80px;
  }
  .crealogo__textes {
    max-width: 500px;
    margin-left: 280px;
    margin-right: 80px;
  }
}
@media (min-width: 1150px) {
  .images__container {
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .images__container--contenu {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .images__container--crealogo {
    overflow: initial;
    display: flex;
    justify-content: flex-start;
  }
  .images__container--creamarque {
    overflow: hidden;
  }
  .creamarque {
    position: relative;
    padding-bottom: 100px;
  }
  .creamarque__images {
    height: 200vh;
    max-width: 100vw;
    position: relative;
  }
  .creamarque__images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .crealogo {
    position: relative;
    padding-bottom: 100px;
  }
  .crealogo__images {
    height: 200vh;
    max-width: 100vw;
    position: relative;
  }
  .crealogo__images img {
    min-width: 125%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .creamarque__textes {
    margin-right: 80px;
    margin-left: 80px;
  }
  .crealogo__textes {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media (min-width: 1400px) {
  .header--logo {
    padding-bottom: 300px;
  }
  .header--logo .header__image {
    max-width: 750px;
    width: calc(100vw - 1400px + 800px);
    bottom: calc(-1 * (100vw - 1400px + 800px) / 4);
  }
  .header--logo .header__texte {
    margin-top: 150px;
  }
}
@media (min-width: 1600px) {
  .header--logo .header__image {
    bottom: calc(-1 * (100vw - 1400px + 800px) / 5);
  }
  .creamarque__textes {
    margin-left: calc(100vw - 1600px + 150px);
  }
  .crealogo__textes {
    margin-left: calc(100vw - 1600px + 150px);
  }
}
@media (min-width: 2000px) {
  .creamarque {
    max-width: 2600px;
    margin-left: auto;
    margin-right: auto;
  }
  .crealogo {
    max-width: 2600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header--contact {
  padding-top: 100px;
}
.header--contact .header__texte {
  position: relative;
  margin-top: 0;
}
.header--contact img {
  width: 100%;
}

.title--contact {
  margin-bottom: 40px;
}

.contact {
  position: relative;
  height: 400vh;
}
.contact__container {
  position: sticky;
  top: 0;
  overflow: hidden;
}
.contact__container--bg {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__container--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__container--iphone {
  width: 200vw;
  right: -2%;
  transform: rotate(5deg);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contact__textes {
  position: absolute;
  top: 27%;
  left: 40%;
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.contact__textes--element {
  margin-bottom: 40px;
  font-family: "Satoshi", sans-serif;
  font-size: 21px;
  font-weight: 900;
  color: #3F4747;
}
.contact__textes--mail {
  margin-left: 4%;
}
.contact__textes--facebook {
  margin-left: 12%;
}
.contact__textes--instagram {
  margin-left: 8%;
  margin-top: 10px;
}
.contact__textes--liste {
  list-style: none;
  display: flex;
  flex-direction: row;
  font-family: "Satoshi", sans-serif;
  font-size: 45px;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
}
.contact__textes--liste li {
  display: inline;
  width: -moz-max-content;
  width: max-content;
  margin-right: 40px;
}

.iphone {
  width: 100%;
  height: 100%;
  position: relative;
}
.iphone::after {
  height: 69%;
  content: "";
  display: flex;
  width: 33%;
  position: absolute;
  top: 14%;
  left: 35%;
  border-radius: 10%;
  background-color: rgba(255, 255, 255, 0.3490196078);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.iphone img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}
.iphone__content {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 25px;
  padding-top: 40px;
  position: absolute;
  width: 33%;
  height: 70%;
  top: 14%;
  left: 35%;
  z-index: 3;
  display: flex;
}
.iphone__content--icone {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  padding: 0;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iphone__content--icone svg {
  fill: #fff;
  stroke-width: 0px;
  width: 60px;
  height: 60px;
}
.iphone__content--mail {
  background-color: #1B88F5;
}
.iphone__content--facebook {
  background-color: #0965FE;
}
.iphone__content--tiktok {
  background-color: #192221;
}
.iphone__content--instagram {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  background: radial-gradient(circle at 30% 107%, #fcb045, #fd1d1d, #833ab4);
}
.iphone__content--devis {
  width: calc(100% - 25px);
  height: 60px;
  position: absolute;
  bottom: 12.5px;
  left: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3490196078);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.iphone__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7px;
  background-image: url("/assets/images/topbariphone.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 110%;
}

@media (min-width: 800px) {
  .header__image {
    max-width: 600px;
    margin-left: auto;
    padding: 60px 0 40px 40px;
  }
  .header--contact {
    margin-bottom: 100px;
  }
  .header--contact .header__texte {
    margin-top: 100px;
  }
  .title--contact {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .contact__container--iphone {
    width: 100vw;
    height: 100vh;
    left: 0;
    transform: rotate(0);
  }
  .iphone {
    width: 100vh;
    height: 100vw;
    max-height: 700px;
    max-width: 700px;
  }
  .iphone::after {
    height: 70%;
  }
  .iphone__content {
    padding-right: 20px;
  }
  .iphone__content--icone {
    width: 45px;
    height: 45px;
  }
  .iphone__content--icone svg {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1000px) and (min-height: 1350px) {
  .header--contact {
    margin-bottom: 0;
  }
  .header--contact .header__texte {
    margin-top: 200px;
  }
  .iphone {
    max-height: 800px;
    max-width: 800px;
  }
}
@media (min-width: 1000px) {
  .main--contact {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 2000px) {
  .contact {
    max-width: 2600px;
    margin-left: auto;
    margin-right: auto;
  }
}
:root {
  --taille-etape: 100;
  --etape-base: 0;
}

.main--devis {
  overflow: hidden;
}

.navdevis {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #F4F4F4;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 40px;
}
.navdevis__liste {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin-left: 40px;
  margin-right: 40px;
}
.navdevis__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FCC221;
  transform: scale(0.5);
  transition: 0.4s;
}
.navdevis__btn::after {
  content: "";
  position: absolute;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCC221;
  border-radius: 50%;
  z-index: -1;
}
.navdevis__btn--bloque {
  opacity: 0.4;
  cursor: not-allowed;
}
.navdevis__btn--active {
  transform: scale(0.75);
}
.navdevis__btn--encours {
  transform: scale(1);
}
.navdevis__btn--encours::after {
  animation: navdevisbtnencours 2.5s ease-in-out infinite;
}
.navdevis__retour {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F4F4F4;
  color: #419c85;
  display: none;
}

@keyframes navdevisbtnencours {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
.devis {
  width: 600vw;
  height: 100vh;
  padding-top: 190px;
  background-color: #fcfbfb;
  display: flex;
  flex-direction: row;
  transition: 0.4s;
}
.devis__etape {
  position: relative;
  width: 100vw;
  padding: 40px;
  height: 100%;
  overflow-y: scroll;
}

.etape {
  position: relative;
}
.etape--cacher {
  display: none;
}
.etape--inactive {
  pointer-events: none;
}
.etape__suivant {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.etape__suivant--bloque {
  opacity: 0.4;
  cursor: not-allowed;
}
.etape__suivant--active {
  background-color: #FCC221;
}
.etape__choix {
  display: flex;
  flex-direction: column;
  background-color: #fcfbfb;
  margin-bottom: 60px;
}
.etape__choix--btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #F4F4F4;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
  padding: 20px;
  width: 100%;
  outline: solid 3px #fcfbfb;
  overflow: unset;
}
.etape__choix--btn img {
  width: 50%;
}
.etape__choix--btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  opacity: 0;
  transition: 0.2s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FCC221;
  background-image: url(/assets/icones/check.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.etape__choix--texte {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.etape__choix--coords {
  position: relative;
  margin-top: 40px;
}
.etape__choix--coords input {
  background-color: #F4F4F4;
  border: none;
  border-radius: 20px;
  padding: 25px 20px 15px 20px;
  width: 100%;
  outline: solid 3px #fcfbfb;
}
.etape__choix--coords input:focus {
  outline-color: #FCC221;
}
.etape__choix--coords label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform-origin: center left;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.etape__choix--coords input:focus ~ label, .etape__choix--coords input:valid ~ label {
  transform: translateY(-30px) scale(0.7);
}
.etape__choix--acceptation {
  margin-top: 20px;
  margin-left: 10px;
}
.etape__choix--acceptation label {
  margin-left: 5px;
}
.etape__choix--soumettre {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.devisactions {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.devisactions__suivant {
  background-color: #FCC221;
}
.devisactions__suivant--bloque {
  opacity: 0.4;
  cursor: not-allowed;
}
.devisactions__suivant--active {
  opacity: 1;
}

input[type=radio].devis--input {
  display: none;
}

input[type=radio].devis--input:checked + label {
  outline-color: #FCC221;
}
input[type=radio].devis--input:checked + label::before {
  transform: translateX(50%) translateY(-50%);
  opacity: 1;
}

@media (min-width: 800px) {
  :root {
    --taille-etape: 100;
    --etape-base: 0;
  }
  .body--devis .menu__container {
    display: none;
  }
  .navdevis {
    padding-top: 40px;
  }
  .navdevis__liste {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .navdevis__retour {
    display: initial;
  }
  .etape h2 {
    margin-bottom: 80px;
  }
  .etape__suivant {
    bottom: 60px;
    right: 60px;
  }
  .etape__choix--soumettre {
    bottom: -80px;
    right: 0;
  }
  .devis {
    padding-top: 130px;
  }
  .devis__etape {
    padding: 60px;
    padding-bottom: 160px;
  }
  .devisactions {
    bottom: 60px;
    right: 60px;
  }
}
@media (min-width: 1150px) {
  :root {
    --taille-etape: 50;
    --etape-base: 50;
  }
  .devis {
    padding-bottom: 120px;
    background-color: unset;
    width: 300vw;
    transform: translateX(50vw);
  }
  .devis__etape {
    width: 45vw;
    margin: 0 2.5vw;
    background-color: #fcfbfb;
    border-radius: 30px;
    padding-bottom: 80px;
  }
  .devis__choix--soumettre {
    bottom: -80px;
    right: 0;
  }
  .devisactions {
    bottom: 40px;
    right: 40px;
  }
  .etape h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) and (min-height: 1350px) {
  .navdevis {
    padding-top: 172px;
    padding-bottom: 60px;
  }
  .devis__etape {
    padding-top: 342px;
  }
}
.etape__suivant {
  display: none;
}

.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}
.loader--hidden {
  opacity: 0;
  pointer-events: none;
}
.loader--open {
  opacity: 1;
}
.loader__element--open {
  transform: translateX(0) !important;
}
.loader__logo {
  width: 50%;
  max-width: 600px;
}
.loader__logo--icone {
  overflow: visible;
  transition: 0.4s;
}
.loader__logo--lettre {
  fill: #192221;
  transform: scale(1);
  transition: 0.6s cubic-bezier(0.76, -0.01, 0.41, 1.88);
}
.loader__logo--cameleon {
  fill: #419c85;
  transform: scale(0);
  opacity: 0;
}
.loader__logo--hidden {
  transform: scale(0);
}
.loader__logo--after {
  opacity: 0;
}

.header--autres {
  padding-top: 100px;
  padding-bottom: 20px;
}
.header--autres .header__texte {
  position: relative;
  margin-top: 0;
}

.title--autres {
  margin: 0;
}

.autres p, .autres li {
  color: #86868b;
}
.autres b {
  color: #192221;
}
.autres li {
  margin-bottom: 20px;
  margin-left: 20px;
}
.autres--content {
  margin: 40px;
}

.felicitations {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.felicitations__image {
  width: 10%;
  height: auto;
  max-width: 300px;
}
.felicitations__image svg {
  width: 100%;
}
.felicitations__texte {
  padding: 20px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.felicitations__texte h1 {
  text-align: center;
}
.felicitations__texte p {
  text-align: center;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 10px;
  display: none;
  z-index: 20;
}

@media (min-width: 800px) {
  .header--autres {
    margin-bottom: 100px;
  }
  .header--autres .header__texte {
    margin-top: 100px;
  }
  .autres--content {
    margin: 60px;
  }
}
@media (min-width: 1000px) and (min-height: 1350px) {
  .header--autres {
    margin-bottom: 0;
  }
  .header--autres .header__texte {
    margin-top: 200px;
  }
}
@media (min-width: 1000px) {
  .autres--content {
    margin: 80px;
  }
}
@media (min-width: 1200px) {
  .autres--content {
    margin: 80px;
  }
}
.error {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error__icone {
  width: 100%;
  height: auto;
}
.error__icone--mouche {
  fill: #192221;
}
.error__icone--contour {
  fill: none;
  stroke: #192221;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 7.29px;
}
.error__icone--ligne {
  stroke-dasharray: 49.39 69.15;
}
.error__image {
  width: 100%;
  padding-right: 25%;
  padding-top: 10%;
  margin-top: 20vh;
}
.error__texte {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
}
.error__texte--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.error__texte--subtitle {
  font-size: 21px;
  margin-top: 40px;
}

@media (min-width: 1150px) {
  .error__image {
    margin-top: 0;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .error__texte--subtitle {
    font-size: 32px;
    margin-top: 20px;
  }
}
