@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  scroll-behavior: smooth;
}
body.dark header svg.logo .ligne {
  fill: #DB6541;
}
body.dark section article#contact:after {
  filter: grayscale(100%);
}
body.dark section article#contact svg path.point {
  fill: #DB6541;
}
body.dark section article#contact svg path.studio {
  fill: #DB6541;
}
body.dark section article#realisations #creations article.creation span.title_mobile {
  color: #DB6541;
}
body.dark section article#realisations #creations section.btns button.btn:before, body.dark section article#realisations #creations section.btns button.btn:after {
  border-color: #DB6541;
}
body.dark #accueil h1 svg path.point {
  fill: #DB6541;
}
body.dark #accueil h1 svg path.studio {
  fill: #DB6541;
}
body.dark #accueil:after {
  filter: grayscale(100%);
}
body.dark.scrolled #btnmenu #ligne1, body.dark.scrolled #btnmenu #ligne2, body.dark.scrolled #btnmenu #ligne3 {
  filter: none;
}
body.dark .modal__content {
  background: url("images/fond.jpg") no-repeat top center, #191919;
}
body.dark .modal__content .modal__body__header {
  background: #191919;
}
body.dark .modal__content .etapes {
  background-color: #191919;
}
body.dark #btnmenu #ligne1, body.dark #btnmenu #ligne2, body.dark #btnmenu #ligne3 {
  fill: #DB6541;
}
body.dark #btnmenu.active #ligne1, body.dark #btnmenu.active #ligne2, body.dark #btnmenu.active #ligne3 {
  fill: #DB6541;
}
body.dark nav.navbar {
  background: #EAE9E9;
}
body.dark nav.navbar .menu ul li a {
  color: #000000;
}
body.dark nav.navbar .menu .otherlinks svg path {
  fill: #DB6541;
}
body.dark section header #switchMode path {
  filter: none;
  stroke: #DB6541;
}
body.dark section article#moi {
  background: #EAE9E9;
}
body.dark section article#moi p {
  color: #000;
}
body.dark section article#moi .flex .illustration:before, body.dark section article#moi .flex .illustration:after {
  border-color: #DB6541;
}
body.dark section article#realisations {
  background-color: #191919;
}
body.dark section article#realisations h3 {
  color: #FFF;
}
body.dark section article#prestations {
  background-color: #EAE9E9;
}
body.dark section article#prestations section.prestations article svg .ligne {
  stroke: #000000;
}
body.dark section article#prestations section.prestations article p {
  color: #000;
}
body.dark section article#prestations section.prestations article span {
  color: #000;
}
body.dark section article#prestations section.prestations article span.zonetitle {
  color: #DB6541;
}
body.dark section article#projet {
  background-color: #191919;
}
body.dark section article#projet section.btns button.btn:before, body.dark section article#projet section.btns button.btn:after {
  border-color: #DB6541;
}
body.dark section article#contact .contacts {
  color: #000000;
}
body.dark section article#contact .contacts a.link {
  color: #000000;
}
body.dark section article h3 {
  color: #000;
}
body.scrolled header svg.logo {
  width: 50px;
  object-fit: contain;
}
body.scrolled header #switchMode svg {
  width: 40px;
  object-fit: contain;
}
body.scrolled #btnmenu svg {
  width: 35px;
  object-fit: contain;
}
@media (max-width: 900px) {
  body.scrolled #btnmenu svg #ligne1, body.scrolled #btnmenu svg #ligne2, body.scrolled #btnmenu svg #ligne3 {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9));
  }
}

#btnmenu {
  position: fixed;
  top: 50vh;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 4;
  margin-left: 25px;
}
#btnmenu svg {
  width: 70px;
  object-fit: contain;
  transition: width 1s;
}
#btnmenu #ligne1, #btnmenu #ligne2, #btnmenu #ligne3 {
  transition: 0.4s;
}
#btnmenu.active svg {
  width: 70px !important;
  object-fit: contain;
}
#btnmenu.active #ligne1 {
  transform: rotate(45deg) translate(16px, -21px);
}
#btnmenu.active #ligne3 {
  transform: rotate(-45deg) translate(-35px, 0px);
}
#btnmenu.active #ligne2 {
  opacity: 0;
}
@media (max-width: 900px) {
  #btnmenu {
    top: 45px;
    margin-left: 10px;
  }
}

nav.navbar {
  background: url("images/side-image.png") top right no-repeat, #963140;
  height: 100vh;
  width: 100%;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
@media (max-width: 900px) {
  nav.navbar {
    background: #963140;
  }
}
nav.navbar.active {
  left: 0;
  opacity: 1;
  z-index: 3;
}
nav.navbar .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
nav.navbar .menu ul {
  list-style: none;
}
nav.navbar .menu ul li a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-family: "Quicksand", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 7px;
}
@media (max-width: 900px) {
  nav.navbar .menu ul li a {
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 4.2px;
    margin-bottom: 60px;
  }
}
nav.navbar .menu .otherlinks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: -50px;
}
nav.navbar .menu .otherlinks a:first-child {
  margin-right: 35px;
}

section header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 25px;
  z-index: 2;
}
@media (max-width: 900px) {
  section header {
    justify-content: flex-end;
    padding: 25px 10px;
  }
}
section header svg.logo {
  width: 130px;
  object-fit: contain;
  transition: width 1s;
}
@media (max-width: 900px) {
  section header svg.logo {
    display: none;
  }
}
section header #switchMode {
  cursor: pointer;
}
section header #switchMode svg {
  width: 56px;
  object-fit: contain;
  transition: width 1s, transform 1s;
}
section header #switchMode svg.dark {
  transform: rotateY(180deg);
}
@media (max-width: 900px) {
  section header #switchMode path {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.9));
  }
}
section article {
  min-height: 100vh;
  min-width: 100%;
  height: auto;
  width: 100%;
  z-index: 1;
}
section article.home, section article#contact {
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: filter 2s;
}
section article.home:after, section article#contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/fond.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.9;
  z-index: -1;
  transition: filter 2s;
}
section article.home h1 svg path, section article#contact h1 svg path {
  transition: fill 1s;
}
section article.home h2, section article#contact h2 {
  font-weight: 500;
  font-optical-sizing: auto;
  text-align: center;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 7.5px;
  margin-top: 21px;
}
@media (max-width: 900px) {
  section article.home h2, section article#contact h2 {
    font-size: 20px;
    letter-spacing: 6px;
  }
}
section article#moi {
  background: url("images/side-image.png") no-repeat bottom right, #963140;
  padding: 60px 25px;
  min-height: 100vh;
  height: fit-content;
  display: block;
}
@media (max-width: 900px) {
  section article#moi {
    background: #963140;
    padding: 30px 20px;
  }
}
section article#moi h3 {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  section article#moi h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
section article#moi .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 60px 90px;
}
@media (max-width: 900px) {
  section article#moi .flex {
    flex-direction: column;
    padding: 30px 0px;
  }
}
section article#moi .flex .parcours {
  order: 1;
}
section article#moi .flex .parcours .text {
  max-width: 440px;
  margin: 0 auto;
}
@media (min-width: 901px) {
  section article#moi .flex .parcours {
    width: 50%;
  }
}
@media (max-width: 900px) {
  section article#moi .flex .parcours {
    width: 100%;
    order: 2;
  }
}
section article#moi .flex .parcours .flex {
  display: flex;
  flex-direction: column;
}
section article#moi .flex .illustration {
  order: 2;
  max-width: 460px;
  position: relative;
  margin-left: 218px;
}
@media (max-width: 1200px) {
  section article#moi .flex .illustration {
    max-width: 300px;
    margin-left: 100px;
  }
}
@media (max-width: 900px) {
  section article#moi .flex .illustration {
    order: 1;
    margin-left: 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 500px) {
  section article#moi .flex .illustration {
    max-width: calc(100vw - 180px);
  }
}
section article#moi .flex .illustration:before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  max-width: 65%;
  max-height: 65%;
  background-color: transparent;
  display: block;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
@media (max-width: 900px) {
  section article#moi .flex .illustration:before {
    top: -30px;
    left: -30px;
  }
}
section article#moi .flex .illustration:after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 300px;
  max-width: 65%;
  max-height: 65%;
  height: 300px;
  background-color: transparent;
  display: block;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 900px) {
  section article#moi .flex .illustration:after {
    bottom: -30px;
    right: -30px;
  }
}
section article#moi .flex .illustration img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
section article#moi p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  section article#moi p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 25px;
  }
}
section article#realisations {
  background-color: #DB6541;
  padding: 60px 90px;
  min-height: 100vh;
  height: fit-content;
}
@media (max-width: 900px) {
  section article#realisations {
    padding: 30px 20px;
  }
  section article#realisations h3 {
    padding-bottom: 30px;
  }
}
section article#realisations #creations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  padding-top: 100px;
  justify-items: center;
}
@media (max-width: 900px) {
  section article#realisations #creations {
    padding: 30px 0;
    grid-gap: 60px;
  }
}
@media (max-width: 1300px) {
  section article#realisations #creations {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  section article#realisations #creations {
    grid-template-columns: 1fr;
  }
}
section article#realisations #creations section.btns {
  display: none;
  align-items: center;
  justify-content: center;
  grid-column: span 3;
  position: relative;
  margin-top: 96px;
}
@media (max-width: 1300px) {
  section article#realisations #creations section.btns {
    grid-column: span 2;
  }
}
@media (max-width: 900px) {
  section article#realisations #creations section.btns {
    grid-column: span 1;
    margin-top: 0;
    display: flex;
  }
  section article#realisations #creations section.btns.d-none {
    display: none;
  }
}
section article#realisations #creations section.btns button.btn {
  height: 55px;
  width: fit-content;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 6px;
  background-color: transparent;
  position: relative;
  border: 0;
  padding: 0 30px;
  cursor: pointer;
}
section article#realisations #creations section.btns button.btn:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  left: 0;
  top: 0;
  transition: width 1s, height 1s;
}
section article#realisations #creations section.btns button.btn:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  right: 0;
  bottom: 0;
  transition: width 1s, height 1s;
}
section article#realisations #creations section.btns button.btn:hover:before {
  width: 95%;
  height: 35px;
}
section article#realisations #creations section.btns button.btn:hover:after {
  width: 95%;
  height: 35px;
}
@media (max-width: 900px) {
  section article#realisations #creations section.btns button.btn {
    font-size: 12px;
  }
}
section article#realisations #creations article.creation {
  max-width: 350px;
  min-width: auto;
  width: 350px;
  height: 400px;
  min-height: 400px;
  position: relative;
  perspective: 1000px;
  cursor: pointer;
  border-radius: 30px 50px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation {
    opacity: 1;
    height: auto;
    flex-direction: column;
    width: auto;
    min-height: 0;
    border-radius: 0;
  }
  section article#realisations #creations article.creation:nth-of-type(n + 4) {
    display: none;
  }
}
section article#realisations #creations article.creation span.title_mobile {
  display: none;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation span.title_mobile {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 3.6px;
    padding-bottom: 15px;
  }
}
section article#realisations #creations article.creation.meelie {
  background-color: #f8f8f8;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation.meelie {
    background: transparent;
  }
  section article#realisations #creations article.creation.meelie .card {
    background-color: #f8f8f8;
  }
}
section article#realisations #creations article.creation.popcorn {
  background-color: #feefd2;
}
section article#realisations #creations article.creation.popcorn .card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section article#realisations #creations article.creation.popcorn .card img {
  width: 274px;
  height: auto;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation.popcorn {
    background: transparent;
  }
  section article#realisations #creations article.creation.popcorn .card {
    background-color: #feefd2;
    width: 175px;
  }
  section article#realisations #creations article.creation.popcorn .card img {
    width: 100%;
  }
}
section article#realisations #creations article.creation.lancome {
  background-color: #dcdff1;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation.lancome {
    background: transparent;
  }
  section article#realisations #creations article.creation.lancome .card {
    background-color: #dcdff1;
  }
}
section article#realisations #creations article.creation.ysl {
  background-color: #000000;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation.ysl {
    background: transparent;
  }
  section article#realisations #creations article.creation.ysl .card {
    background-color: #000000;
  }
}
section article#realisations #creations article.creation.hautecime {
  background-color: #ffffff;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation.hautecime {
    background: transparent;
  }
  section article#realisations #creations article.creation.hautecime .card {
    background-color: #ffffff;
  }
}
section article#realisations #creations article.creation.lessismore {
  background-color: #e3ebe3;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation.lessismore {
    background: transparent;
  }
  section article#realisations #creations article.creation.lessismore .card {
    background-color: #e3ebe3;
  }
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation .card {
    border-radius: 30px 50px;
    overflow: hidden;
    width: 175px;
    height: 200px;
    margin: 0 auto;
  }
}
section article#realisations #creations article.creation .card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1/1;
}
section article#realisations #creations article.creation .card-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(219, 101, 65, 0.8);
  opacity: 0;
  transition: opacity 0.6s;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation .card-hover {
    opacity: 1;
    position: relative;
    background-color: transparent;
    height: fit-content;
  }
}
section article#realisations #creations article.creation .card-hover span.title {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 6px;
  text-align: center;
  color: #FFF;
  min-height: 36px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation .card-hover span.title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    min-height: 0;
    display: none;
  }
}
section article#realisations #creations article.creation .card-hover p {
  color: #FFF;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 3px;
  padding: 0 50px;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation .card-hover p {
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 500;
    padding: 0;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1.8px;
  }
}
section article#realisations #creations article.creation .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
section article#realisations #creations article.creation .card-inner .card-front {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  top: 0;
  overflow: hidden;
  transition: opacity 0.6s;
}
section article#realisations #creations article.creation .card-inner .card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
section article#realisations #creations article.creation .card-inner .card-front:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, black, transparent);
}
section article#realisations #creations article.creation .card-inner .card-back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 8px;
  top: 0;
  background-color: rgba(219, 101, 65, 0.8);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section article#realisations #creations article.creation .card-inner .card-back span.title {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 6px;
  text-align: center;
  color: #FFF;
}
@media (max-width: 900px) {
  section article#realisations #creations article.creation .card-inner .card-back span.title {
    display: none;
  }
}
section article#realisations #creations article.creation .card-inner .card-back p {
  color: #FFF;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 3px;
}
section article#realisations #creations article.creation:hover .card-hover {
  opacity: 1;
}
section article#realisations #creations article.creation:hover .card-inner {
  transform: rotateY(180deg);
}
section article#realisations #creations article.creation:hover .card-inner .card-front {
  opacity: 0;
}
section article#realisations #creations.full article.creation:nth-of-type(n) {
  display: flex;
}
section article#contact svg path {
  transition: fill 1s;
}
section article#contact .contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 3px;
  transition: color 1s;
}
section article#contact .contacts a.link {
  color: #FFF;
  text-decoration: none;
  transition: color 1s;
}
section article#contact .contacts .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section article#contact .contacts .flex a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section article#contact .contacts .flex a:first-of-type:after {
  content: " - ";
  display: block;
  position: relative;
}
@media (max-width: 900px) {
  section article#contact .contacts .flex a:first-of-type:after {
    display: none;
  }
}
@media (max-width: 900px) {
  section article#contact .contacts .flex {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 900px) {
  section article#contact .contacts {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 2.25px;
  }
}
section article#prestations {
  background-color: #963140;
  padding: 60px 90px;
  min-height: 100vh;
}
@media (max-width: 900px) {
  section article#prestations {
    padding: 30px 20px;
  }
}
section article#prestations section.prestations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
  padding-top: 100px;
  justify-items: center;
}
@media (max-width: 900px) {
  section article#prestations section.prestations {
    grid-template-columns: 1fr;
    padding-top: 30px;
    grid-gap: 60px;
  }
}
section article#prestations section.prestations article {
  min-height: 0;
  height: fit-content;
  position: relative;
}
section article#prestations section.prestations article svg .ligne {
  stroke: #FFFFFF;
  transition: stroke 1s;
}
@media (max-width: 900px) {
  section article#prestations section.prestations article {
    padding-bottom: 0;
  }
  section article#prestations section.prestations article:nth-of-type(2) div {
    flex-direction: row-reverse;
  }
  section article#prestations section.prestations article:nth-of-type(2) div img, section article#prestations section.prestations article:nth-of-type(2) div svg {
    margin-right: 0;
    margin-left: 30px;
  }
  section article#prestations section.prestations article:nth-of-type(3):after {
    display: none;
  }
}
section article#prestations section.prestations article div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  section article#prestations section.prestations article div {
    flex-direction: row;
  }
  section article#prestations section.prestations article div img, section article#prestations section.prestations article div svg {
    margin-right: 30px;
    max-width: 35%;
    min-width: 35%;
  }
}
section article#prestations section.prestations article span {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 6px;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
  display: block;
  font-family: "Quicksand", sans-serif;
  margin-top: 22px;
  transition: color 1s;
}
section article#prestations section.prestations article span.zonetitle {
  display: none;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 900px) {
  section article#prestations section.prestations article span.zonetitle {
    display: block;
    font-size: 12px;
    letter-spacing: 3.6px;
  }
}
@media (max-width: 900px) {
  section article#prestations section.prestations article span.title {
    display: none;
  }
}
section article#prestations section.prestations article p {
  color: #FFF;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 3px;
  margin-top: 25px;
}
@media (max-width: 900px) {
  section article#prestations section.prestations article p {
    margin-top: 0;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 1.8px;
    text-align: justify;
  }
}
section article#projet {
  background: #041F33;
  padding: 60px 90px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  section article#projet {
    padding: 30px 20px;
  }
}
section article#projet h3 {
  margin-bottom: 60px;
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 10.5px;
}
@media (max-width: 900px) {
  section article#projet h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
section article#projet .horizontal-wrapper {
  width: 100vw;
  max-width: min(100%, 1440px);
  margin: 0 auto;
}
section article#projet .horizontal-wrapper img.horizontal-image {
  width: 100%;
  height: auto;
}
section article#projet section.btns {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  max-height: 85px;
}
@media (max-width: 1300px) {
  section article#projet section.btns {
    order: 4;
  }
}
section article#projet section.btns button.btn {
  height: 55px;
  width: fit-content;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 6px;
  background-color: transparent;
  position: relative;
  border: 0;
  padding: 0 30px;
  cursor: pointer;
}
section article#projet section.btns button.btn:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  left: 0;
  top: 0;
  transition: width 1s, height 1s;
}
section article#projet section.btns button.btn:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  right: 0;
  bottom: 0;
  transition: width 1s, height 1s;
}
section article#projet section.btns button.btn:hover:before {
  width: 95%;
  height: 35px;
}
section article#projet section.btns button.btn:hover:after {
  width: 95%;
  height: 35px;
}
@media (max-width: 900px) {
  section article#projet section.btns button.btn {
    font-size: 12px;
  }
}

#cgv {
  background-color: #EAE9E9;
}
#cgv #back-to-home {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  text-align: left;
  padding: 20px;
  transition: color 1s;
  align-items: center;
}
#cgv #back-to-home svg {
  width: 20px;
  margin-right: 20px;
}
#cgv #back-to-home svg path {
  fill: #000;
  transition: fill 1s;
}
#cgv #back-to-home:hover {
  color: #DB6541;
}
#cgv #back-to-home:hover svg path {
  fill: #DB6541;
}
#cgv .logo-link svg {
  width: 100px;
  margin: 0 auto;
  display: block;
}
#cgv h1 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 10.5px;
  padding: 60px 60px 30px 60px;
}
@media (max-width: 576px) {
  #cgv h1 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 6px;
    padding: 30px;
  }
}
#cgv h2 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 3px;
  padding: 0px 30px 60px 30px;
}
@media (max-width: 576px) {
  #cgv h2 {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 3.6px;
    padding: 0 30px 30px 30px;
  }
}
#cgv section {
  padding: 0 20px 20px 20px;
  max-width: 1440px;
  margin: 0 auto;
}
#cgv section article {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2.4px;
  min-height: 0;
}
#cgv section article .d-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 576px) {
  #cgv section article .d-flex {
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
  }
  #cgv section article .d-flex.end {
    margin-bottom: 20px;
  }
  #cgv section article .d-flex .desktop {
    display: none;
  }
}
@media (max-width: 576px) {
  #cgv section article {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1.8px;
  }
}
#cgv section article a {
  color: #000;
  text-decoration: none;
  transition: color 1s;
}
#cgv section article a:hover {
  color: #DB6541;
}

#mentions {
  background-color: #EAE9E9;
}
#mentions #back-to-home {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  text-align: left;
  padding: 20px;
  transition: color 1s;
  align-items: center;
}
#mentions #back-to-home svg {
  width: 20px;
  margin-right: 20px;
}
#mentions #back-to-home svg path {
  fill: #000;
  transition: fill 1s;
}
#mentions #back-to-home:hover {
  color: #DB6541;
}
#mentions #back-to-home:hover svg path {
  fill: #DB6541;
}
#mentions .logo-link svg {
  width: 100px;
  margin: 0 auto;
  display: block;
}
#mentions h1 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 10.5px;
  padding: 60px;
}
@media (max-width: 576px) {
  #mentions h1 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 6px;
    padding: 30px;
  }
}
#mentions section {
  padding: 0 20px 20px 20px;
}
#mentions section article {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2.4px;
  min-height: 0;
}
#mentions section article .d-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 576px) {
  #mentions section article .d-flex {
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
  }
  #mentions section article .d-flex.end {
    margin-bottom: 20px;
  }
  #mentions section article .d-flex .desktop {
    display: none;
  }
}
@media (max-width: 576px) {
  #mentions section article {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1.8px;
  }
}
#mentions section article a {
  color: #000;
  text-decoration: none;
  transition: color 1s;
}
#mentions section article a:hover {
  color: #DB6541;
}

h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 10.5px;
  text-align: center;
  color: #FFF;
}
@media (max-width: 900px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.parallax {
  height: 100vh;
  width: 100%;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  transition: opacity 0.3s ease;
  opacity: 0;
}
.modal__content {
  position: relative;
  z-index: 10;
  width: 95%;
  max-width: 1340px;
  height: 95%;
  margin: 32px auto;
  background: url("images/fond.jpg") no-repeat top center, #041F32;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 576px) {
  .modal__content {
    background: url("images/fondpopup.jpg") no-repeat top center, #041F32;
  }
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
}
.modal.active {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.modal.active .modal__overlay {
  opacity: 1;
}
.modal.active .modal__content {
  transform: translateY(0);
  opacity: 1;
}
.modal .modal__body__header {
  background-color: #041F32;
  padding-bottom: 30px;
}
.modal .modal__body__header h4 {
  color: #FFF;
  text-align: center;
  padding-top: 60px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 10.5px;
}
@media (max-width: 900px) {
  .modal .modal__body__header h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 6px;
  }
}
.modal .modal__body__content {
  max-height: calc(100vh - 157px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal .modal__body__content::-webkit-scrollbar {
  display: none;
}
.modal .modal__body__content .titlesction {
  display: none;
}
@media (max-width: 900px) {
  .modal .modal__body__content .titlesction {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #041F33;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 6px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.modal .etapes {
  background-color: #041F32;
  position: relative;
  padding-top: 120px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 90px;
}
@media (max-width: 900px) {
  .modal .etapes {
    padding-top: 50px;
  }
}
.modal .etapes h4 {
  color: #FFF;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 500;
}
.modal .etapes h5 {
  color: #FFF;
  font-size: 35px;
  line-height: 40px;
  text-align: left;
  font-weight: 500;
  padding-left: 110px;
  letter-spacing: 10.5px;
}
.modal .etapes .bloc {
  position: relative;
  margin: 0 80px 0 184px;
  padding-bottom: 55px;
}
@media (max-width: 900px) {
  .modal .etapes .bloc {
    margin: 0 40px;
    padding-bottom: 0;
  }
  .modal .etapes .bloc img {
    width: 10px;
  }
}
.modal .etapes .bloc:before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 12px;
}
@media (max-width: 900px) {
  .modal .etapes .bloc:before {
    width: 2px;
    left: 4px;
  }
}
.modal .etapes .bloc:after {
  content: "Capter";
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 18px;
  position: absolute;
  top: calc(50% - 30px);
  transform: rotate(-90deg);
  left: -210px;
}
@media (max-width: 900px) {
  .modal .etapes .bloc:after {
    display: none;
  }
}
.modal .etapes .zoneexplications {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 100px;
}
@media (max-width: 900px) {
  .modal .etapes .zoneexplications {
    padding-top: 50px;
  }
}
.modal .etapes .zoneexplications.first {
  padding-top: 84px;
}
@media (max-width: 900px) {
  .modal .etapes .zoneexplications.first {
    padding-top: 25px;
  }
}
.modal .etapes .zoneexplications div {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  max-width: 550px;
  width: 100%;
  margin-left: 85px;
  letter-spacing: 3.75px;
}
@media (max-width: 900px) {
  .modal .etapes .zoneexplications div {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
    margin-left: 20px;
  }
}
.modal .etapes .image .bloc-orange {
  position: relative;
}
.modal .etapes .image .bloc-orange:after {
  content: "";
  position: absolute;
  top: -45px;
  right: -28px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #E3721A;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media (max-width: 900px) {
  .modal .etapes .image .bloc-orange:after {
    top: -25px;
    right: 22px;
    width: 150px;
    height: 100%;
    border-radius: 15px;
  }
}
.modal .etapes .image img {
  width: 250px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .modal .etapes .image img {
    width: 150px;
    margin-right: 40px;
  }
}
@media (max-width: 750px) {
  .modal .etapes .image {
    display: none;
  }
}
.modal .etapes.inverse {
  background-color: #041F32;
  position: relative;
  margin-top: 100px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .modal .etapes.inverse {
    margin-top: 0;
  }
}
.modal .etapes.inverse .bloc {
  margin: 0 184px 0 80px;
}
@media (max-width: 900px) {
  .modal .etapes.inverse .bloc {
    margin: 0 40px;
  }
}
.modal .etapes.inverse .bloc:before {
  left: inherit;
  right: 12px;
}
@media (max-width: 900px) {
  .modal .etapes.inverse .bloc:before {
    right: 4px;
  }
}
.modal .etapes.inverse .bloc:after {
  content: "Façonner";
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 18px;
  position: absolute;
  top: calc(50% + 30px);
  transform: rotate(90deg);
  right: -266px;
  left: inherit;
}
@media (max-width: 900px) {
  .modal .etapes.inverse .bloc:after {
    display: none;
  }
}
.modal .etapes.inverse .bloc .zoneexplications {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 100px;
}
@media (max-width: 900px) {
  .modal .etapes.inverse .bloc .zoneexplications {
    padding-top: 50px;
  }
}
.modal .etapes.inverse .bloc .zoneexplications.first {
  padding-top: 84px;
}
@media (max-width: 900px) {
  .modal .etapes.inverse .bloc .zoneexplications.first {
    padding-top: 25px;
  }
}
.modal .etapes.inverse .bloc .zoneexplications div {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  max-width: 550px;
  width: 100%;
  margin-left: 0px;
  margin-right: 85px;
  letter-spacing: 3.75px;
}
@media (max-width: 900px) {
  .modal .etapes.inverse .bloc .zoneexplications div {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
    margin-right: 20px;
  }
}
.modal .etapes.inverse .image .bloc-purple {
  position: relative;
}
.modal .etapes.inverse .image .bloc-purple:after {
  content: "";
  position: absolute;
  top: -45px;
  left: -28px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #74294F;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media (max-width: 900px) {
  .modal .etapes.inverse .image .bloc-purple:after {
    top: -25px;
    left: 22px;
    width: 150px;
    height: 100%;
    border-radius: 15px;
  }
}
.modal .etapes.inverse .image img {
  width: 250px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .modal .etapes.inverse .image img {
    width: 150px;
    margin-left: 40px;
  }
}
@media (max-width: 750px) {
  .modal .etapes.inverse .image {
    display: none;
  }
}
.modal .etapes.last {
  margin-top: 100px;
}
@media (max-width: 900px) {
  .modal .etapes.last {
    margin-top: 0;
  }
}
.modal .etapes.last .bloc:after {
  content: "Transmettre";
  left: -333px;
}
@media (max-width: 900px) {
  .modal .etapes.last .bloc:after {
    display: none;
  }
}

.mx1440 {
  max-width: 1440px;
  margin: 0 auto;
}

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