@font-face {
  src: url("fonts/Exo/Exo-VariableFont_wght.ttf") format("truetype");
  font-family: "Exo";
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0 auto;
  padding: 0;
  min-height: 100vh;
  width: 100vw;
  font-family: "Exo", serif;
}

#full-page {
  overflow-x: hidden;
  margin: 0 auto;
  padding-top: 1em;
}

h1, h2, h3 {
  font-weight: 500;
}

p {
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

em,
strong {
  font-style: normal;
}

a,
li a,
a:link,
a:visited,
a:focus,
a:hover,
a:active,
:-webkit-any-link,
:-moz-any-link,
:any-link {
  text-decoration: none !important;
}

li {
  list-style: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes outer-left {
  from {
    transform: translateX(50%);
  }
  to {
    transform: none;
  }
}
@keyframes inner-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: none;
  }
}
@keyframes image-in {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes border-glow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotate-slow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeSlideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes bubble-size {
  0%, 75% {
    width: var(--size, 3.5rem);
    height: var(--size, 3.5rem);
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: calc(var(--distance, 10rem) + 3.2rem);
  }
}
@keyframes bubble-wobble {
  0%, 100% {
    transform: translate(-50%, 100%) scale(1, 1);
  }
  50% {
    transform: translate(-50%, 100%) scale(1.2, 0.8);
  }
}
@keyframes underline-grow {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@keyframes float-deco-1 {
  0% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
}
@keyframes float-deco-2 {
  0% {
    transform: translate(0px, 0px) rotate(12deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(7deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(12deg);
  }
}
@keyframes float-deco-3 {
  0% {
    transform: translate(0px, 0px) rotate(-25deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(-20deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-25deg);
  }
}
@keyframes float-deco-4 {
  0% {
    transform: translate(0px, 0px) rotate(-8deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(-3deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-8deg);
  }
}
@keyframes float-deco-5 {
  0% {
    transform: translate(0px, 0px) rotate(18deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(13deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(18deg);
  }
}
@keyframes float-deco-6 {
  0% {
    transform: translate(0px, 0px) rotate(-15deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(-10deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-15deg);
  }
}
@keyframes float-deco-7 {
  0% {
    transform: translate(0px, 0px) rotate(10deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(10deg);
  }
}
@keyframes float-deco-8 {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
}
@keyframes float-deco-9 {
  0% {
    transform: translate(0px, 0px) rotate(22deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(17deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(22deg);
  }
}
@keyframes float-deco-10 {
  0% {
    transform: translate(0px, 0px) rotate(-12deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(-7deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-12deg);
  }
}
@keyframes float-deco-11 {
  0% {
    transform: translate(0px, 0px) rotate(8deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(3deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(8deg);
  }
}
@keyframes float-deco-12 {
  0% {
    transform: translate(0px, 0px) rotate(-18deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(-13deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-18deg);
  }
}
@keyframes float-deco-13 {
  0% {
    transform: translate(0px, 0px) rotate(5deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
@keyframes float-deco-14 {
  0% {
    transform: translate(0px, 0px) rotate(15deg);
  }
  50% {
    transform: translate(4px, -18px) rotate(7deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(15deg);
  }
}
@keyframes float-deco-15 {
  0% {
    transform: translate(0px, 0px) rotate(10deg);
  }
  50% {
    transform: translate(-1px, -16px) rotate(2deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(10deg);
  }
}
@keyframes float-deco-16 {
  0% {
    transform: translate(0px, 0px) rotate(10deg);
  }
  50% {
    transform: translate(5px, -17px) rotate(2deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(10deg);
  }
}
@keyframes float-deco-17 {
  0% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
  50% {
    transform: translate(1px, -15px) rotate(-12deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
}
@keyframes float-deco-18 {
  0% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
  50% {
    transform: translate(-4px, -15px) rotate(-12deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
}
@keyframes float-deco-19 {
  0% {
    transform: translate(0px, 0px) rotate(15deg);
  }
  50% {
    transform: translate(-4px, -14px) rotate(7deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(15deg);
  }
}
@keyframes float-deco-20 {
  0% {
    transform: translate(0px, 0px) rotate(15deg);
  }
  50% {
    transform: translate(-2px, -15px) rotate(7deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(15deg);
  }
}
@keyframes float-deco-21 {
  0% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
  50% {
    transform: translate(5px, -17px) rotate(-12deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
}
@keyframes float-deco-22 {
  0% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
  50% {
    transform: translate(-4px, -19px) rotate(-2deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
}
@keyframes float-deco-23 {
  0% {
    transform: translate(0px, 0px) rotate(-15deg);
  }
  50% {
    transform: translate(-4px, -16px) rotate(-7deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-15deg);
  }
}
#full-page header {
  position: relative;
}
#full-page header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 90px;
  margin: 0 auto;
  max-width: 80%;
}
#full-page header nav .navbar-brand {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#full-page header nav .navbar-brand img {
  width: 170px;
}
#full-page header nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 44px;
  width: 100%;
}
#full-page header nav ul li a {
  text-decoration: none;
  font-size: 1.2em;
  color: black;
  position: relative;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#full-page header nav ul li a:before, #full-page header nav ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  background: #DC3358;
}
#full-page header nav ul li a:before {
  left: 0;
}
#full-page header nav ul li a:after {
  right: 0;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#full-page header nav ul li a:hover:before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#full-page header nav ul li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
#full-page header .navbar-brand-mobile {
  display: none;
  position: absolute;
  top: 10px;
  left: 10%;
}
#full-page header .navbar-brand-mobile img {
  width: 120px;
}
#full-page header .navbar-icon {
  display: none;
  position: absolute;
  top: 40px;
  right: 10%;
  z-index: 1001;
  cursor: pointer;
}
#full-page header .navbar-icon span {
  width: 36px;
  height: 3px;
  background-color: #000;
  display: block;
  position: relative;
  transition: 0.3s;
}
#full-page header .navbar-icon span:after, #full-page header .navbar-icon span:before {
  content: "";
  width: 36px;
  height: 3px;
  position: absolute;
  background-color: #000;
  transition: 0.3s;
}
#full-page header .navbar-icon span::before {
  transform: translateY(-9px);
}
#full-page header .navbar-icon span::after {
  transform: translateY(9px);
}
#full-page header .navbar-icon.active span {
  background-color: transparent;
}
#full-page header .navbar-icon.active span::before {
  transform: rotate(45deg);
  background-color: #000;
}
#full-page header .navbar-icon.active span::after {
  transform: rotate(-45deg);
  background-color: #000;
}
#full-page header .navbar.active .navbar-brand {
  display: none;
}

.main-index #app {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  padding-bottom: 4vmin;
  height: 85vh;
  max-width: 80%;
  background: #f5ece1;
  color: black;
  opacity: 0.9;
  overflow: hidden;
  margin: 40px auto 180px;
  box-shadow: 0 0 15px rgba(6, 3, 0, 0.1);
}
.main-index #app .titre {
  padding-left: 0.8em;
  grid-column: 1/-1;
  grid-row: 1;
  font-size: 8vw;
  font-weight: 450;
  width: 100%;
  z-index: 2;
  animation: outer-left 1s 1s ease both;
}
.main-index #app .titre > .titre-inner {
  display: inline-block;
}
.main-index #app .groupe-1,
.main-index #app .groupe-2 {
  animation: outer-left 1s 1s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.main-index #app .titre-inner {
  display: inline-block;
  animation: inner-left 1s 1s ease both;
}
.main-index #app .groupe-1-inner {
  display: inline-block;
  animation: inner-left 1s 1s ease both, text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.main-index #app .groupe-2-inner {
  animation: text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.main-index #app .groupe-1 > .groupe-1-inner {
  display: inline-block;
}
.main-index #app .groupe-2 {
  display: inline-block;
}
.main-index #app .image {
  grid-row: 1;
  grid-column: 2;
  margin-left: -2rem;
  opacity: 0.5;
  animation: image-in 1s cubic-bezier(0.5, 0, 0.1, 1) 2s backwards;
}
.main-index #app .image img {
  display: block;
  width: 100%;
  height: auto;
}
.main-index .section-presentation {
  margin: 0 auto 140px;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.main-index .section-presentation .container-photo-fiona,
.main-index .section-presentation .container-presentation-texte {
  flex: 1 1 350px;
}
.main-index .section-presentation .container-photo-fiona img {
  width: 80%;
  display: block;
}
.main-index .section-presentation .fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.3s ease, transform 1.3s ease;
  will-change: opacity, transform;
}
.main-index .section-presentation .fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}
img .main-index .section-presentation .fade-in-element {
  transition: opacity 1.3s ease;
}
.main-index .section-presentation .container-presentation-texte h1 {
  font-size: 3em;
  margin-bottom: 1.3em;
  position: relative;
}
.main-index .section-presentation .container-presentation-texte h1::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: black;
  transition: width 1.3s ease;
}
.main-index .section-presentation .container-presentation-texte h1.visible::before {
  width: 60%;
}
.main-index .section-presentation .container-presentation-texte p {
  text-align: justify;
  font-size: 1.3em;
}
.main-index .section-presentation .container-presentation-texte div.fade-in-element:nth-of-type(1) {
  transition-delay: 0.15s;
}
.main-index .section-presentation .container-presentation-texte div.fade-in-element:nth-of-type(2) {
  transition-delay: 0.3s;
}
.main-index .section-presentation .container-presentation-texte div.fade-in-element:nth-of-type(3) {
  transition-delay: 0.45s;
}
.main-index .section-presentation .container-presentation-texte div.fade-in-element:nth-of-type(4) {
  transition-delay: 0.6s;
}
.main-index .section-presentation .container-presentation-texte div.fade-in-element:nth-of-type(5) {
  transition-delay: 0.75s;
}
.main-index .section-presentation .container-presentation-texte div.fade-in-element:nth-of-type(6) {
  transition-delay: 0.9s;
}
.main-index .section-presentation .container-presentation-texte .contact {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
  padding: 0.75rem 1.5rem;
  font-size: 1.3em;
  border-radius: 2rem;
  border: none;
  background-color: #DC3358;
  color: white;
  position: relative;
  transition: transform 0.3s ease;
}
.main-index .section-presentation .container-presentation-texte .contact::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 2rem;
  border: 2px solid #DC3358;
  animation: border-glow 2s linear infinite;
  z-index: -1;
}
.main-index .section-presentation .container-presentation-texte .contact:hover {
  transform: scale(1.1);
}
.main-index .section-details-metier {
  background-color: #f5ece1;
  padding: 100px 0 120px 0;
}
.main-index .section-details-metier .contenu-section-details-metier {
  margin: 0 auto;
  max-width: 80%;
}
.main-index .section-details-metier .contenu-section-details-metier h2 {
  font-size: 2.5em;
  margin-bottom: 80px;
  position: relative;
}
.main-index .section-details-metier .contenu-section-details-metier h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: black;
  transition: width 1.3s ease;
}
.main-index .section-details-metier .contenu-section-details-metier h2.visible::before {
  width: 60%;
}
.main-index .section-details-metier .contenu-section-details-metier .fade-in-element {
  opacity: 0;
  transition: opacity 1.3s ease, transform 1.3s ease;
  will-change: opacity;
}
.main-index .section-details-metier .contenu-section-details-metier .fade-in-element.visible {
  opacity: 1;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container {
  perspective: 1000px;
  width: 100%;
  max-width: 300px;
  height: 350px;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 0.6s;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card.is-flipped {
  transform: rotateY(180deg);
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-front,
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background: white;
  box-shadow: 0 0 15px rgba(6, 3, 0, 0.3);
  box-sizing: border-box;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-front {
  z-index: 2;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-front h3, .main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-front p {
  text-align: center;
  font-size: 1.4em;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-front .i-main {
  font-size: 4em;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-front .hint-icon {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 1rem;
  opacity: 0.7;
  animation: rotate-slow 2s infinite;
  pointer-events: none;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-back {
  transform: rotateY(180deg);
  color: white;
  text-align: center;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-back-rose {
  background-color: #DC3358;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-back-orange {
  background-color: #FCB045;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-front-orange i {
  color: #FCB045;
}
.main-index .section-details-metier .contenu-section-details-metier .bloc-cartes .card-container .card .card-front-rose i {
  color: #DC3358;
}
.main-index .section-realisations-exemple {
  max-width: 80%;
  margin: 80px auto 260px;
}
.main-index .section-realisations-exemple .fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.3s ease, transform 1.3s ease;
  will-change: opacity, transform;
}
.main-index .section-realisations-exemple .fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}
img .main-index .section-realisations-exemple .fade-in-element {
  transition: opacity 1.3s ease;
}
.main-index .section-realisations-exemple div.fade-in-element:nth-of-type(1) {
  transition-delay: 0.15s;
}
.main-index .section-realisations-exemple div.fade-in-element:nth-of-type(2) {
  transition-delay: 0.3s;
}
.main-index .section-realisations-exemple div.fade-in-element:nth-of-type(3) {
  transition-delay: 0.45s;
}
.main-index .section-realisations-exemple div.fade-in-element:nth-of-type(4) {
  transition-delay: 0.6s;
}
.main-index .section-realisations-exemple div.fade-in-element:nth-of-type(5) {
  transition-delay: 0.75s;
}
.main-index .section-realisations-exemple div.fade-in-element:nth-of-type(6) {
  transition-delay: 0.9s;
}
.main-index .section-realisations-exemple h2 {
  font-size: 3em;
  position: relative;
}
.main-index .section-realisations-exemple h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: black;
  transition: width 1.3s ease;
}
.main-index .section-realisations-exemple h2.visible::before {
  width: 60%;
}
.main-index .section-realisations-exemple .container-contenu-realisations {
  display: flex;
  justify-content: space-between;
}
.main-index .section-realisations-exemple .container-contenu-realisations .texte-realisations {
  width: 40%;
}
.main-index .section-realisations-exemple .container-contenu-realisations .texte-realisations p, .main-index .section-realisations-exemple .container-contenu-realisations .texte-realisations a {
  font-size: 1.3em;
}
.main-index .section-realisations-exemple .container-contenu-realisations .texte-realisations .contact {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
  padding: 0.75rem 1.5rem;
  font-size: 1.3em;
  border-radius: 2rem;
  border: none;
  background-color: #DC3358;
  color: white;
  position: relative;
  transition: transform 0.3s ease;
}
.main-index .section-realisations-exemple .container-contenu-realisations .texte-realisations .contact::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 2rem;
  border: 2px solid #DC3358;
  animation: border-glow 2s linear infinite;
  z-index: -1;
}
.main-index .section-realisations-exemple .container-contenu-realisations .texte-realisations .contact:hover {
  transform: scale(1.1);
}
.main-index .section-realisations-exemple .container-contenu-realisations .montage-photos-realisations {
  width: 50%;
  padding-top: 40px;
}
.main-index .section-realisations-exemple .container-contenu-realisations .montage-photos-realisations img {
  width: 100%;
  border-radius: 5px;
}

.main-archive {
  width: 80%;
  margin: 80px auto 200px;
}
.main-archive h1,
.main-archive .h2-pseudo {
  position: relative;
}
.main-archive h1::before,
.main-archive .h2-pseudo::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: black;
  animation: underline-grow 1.2s ease-out forwards;
}
.main-archive .h2-pseudo {
  font-size: 3em;
  margin-bottom: 1.3em;
}
.main-archive .hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.main-archive .propos-intro .container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-archive .propos-intro .bloc-1,
.main-archive .propos-intro .bloc-2 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.main-archive .propos-intro .bloc-1 {
  width: 47%;
}
.main-archive .propos-intro .bloc-1 ul li {
  list-style-type: disc;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.main-archive .propos-intro .bloc-1 ul li .bold {
  color: #DC3358;
}
.main-archive .propos-intro .bloc-1 ul li .normal {
  font-weight: normal;
}
.main-archive .propos-intro .bloc-1 ul li .normal-color {
  color: #DC3358;
  font-weight: normal;
}
.main-archive .propos-intro .bloc-2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-archive .propos-intro .bloc-2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.main-archive .propos-intro .container-contact {
  text-align: center;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.main-archive .propos-intro .container-contact .contact {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 3em 0 6em 0;
  padding: 0.75rem 1.5rem;
  font-size: 1.3em;
  border-radius: 2rem;
  border: none;
  background-color: #DC3358;
  color: white;
  position: relative;
  transition: transform 0.3s ease;
}
.main-archive .propos-intro .container-contact .contact::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 2rem;
  border: 2px solid #DC3358;
  animation: border-glow 2s linear infinite;
  z-index: -1;
}
.main-archive .propos-intro .container-contact .contact:hover {
  transform: scale(1.1);
}
.main-archive .portfolio {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.main-archive .portfolio .filtre-chantiers {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 7em 0 3em 0;
}
.main-archive .portfolio .filtre-chantiers a {
  text-decoration: none;
  color: #FCB045;
  padding: 5px 10px;
  border: 2px solid #FCB045;
  border-radius: 2em;
  font-size: 1.2em;
}
.main-archive .portfolio .filtre-chantiers a.actif {
  color: white;
  background-color: #FCB045;
}
.main-archive .portfolio .chantiers-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.main-archive .portfolio .chantiers-container .chantier-item {
  width: 32%;
  background: white;
  box-shadow: 0 0 15px rgba(6, 3, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 2em;
}
.main-archive .portfolio .chantiers-container .chantier-item:hover {
  transform: translateY(-4px);
}
.main-archive .portfolio .chantiers-container .chantier-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.main-archive .portfolio .chantiers-container .chantier-item a img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
  transition: transform 0.4s ease;
}
.main-archive .portfolio .chantiers-container .chantier-item a img:hover {
  transform: scale(1.05);
}
.main-archive .portfolio .chantiers-container .chantier-item a h2 {
  font-size: 1.5em;
  padding: 1rem;
}
.main-archive .portfolio .chantiers-container .chantier-item .type-label {
  font-style: italic;
  font-size: 1em;
  padding: 0 1rem 1rem;
}
.main-archive .portfolio #voir-plus-wrapper {
  text-align: center;
  margin: 2em 0 18em;
}
.main-archive .portfolio #voir-plus-wrapper #voir-plus {
  background: none;
  border: 2px solid #FCB045;
  color: #FCB045;
  padding: 0.8em 1.6em;
  font-size: 1.1em;
  border-radius: 2em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-archive .portfolio #voir-plus-wrapper #voir-plus:hover {
  background: #FCB045;
  color: white;
}

.main-chantier {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  width: 80%;
  margin: 0 auto;
}
.main-chantier article {
  margin: 80px auto 0;
}
.main-chantier article h1 {
  font-size: 3em;
  position: relative;
}
.main-chantier article h1::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: black;
  animation: underline-grow 1.2s ease-out forwards;
}
.main-chantier article .retour-portfolio .btn-retour {
  background: none;
  border: 2px solid #FCB045;
  color: #FCB045;
  padding: 0.6em 1em;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-chantier article .retour-portfolio .btn-retour:hover {
  background: #FCB045;
  color: white;
}
.main-chantier article .chantier-photo-unique {
  display: flex;
  margin-bottom: 10rem;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}
.main-chantier article .chantier-photo-unique .colonne-texte {
  width: 45%;
}
.main-chantier article .chantier-photo-unique .colonne-texte .description-cas-unique {
  margin-bottom: 5rem;
}
.main-chantier article .chantier-photo-unique .colonne-images {
  width: 50%;
}
.main-chantier article .chantier-photo-unique .colonne-images .image-principale img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-chantier article .description-cas-double {
  margin-bottom: 4rem;
}
.main-chantier article .images-double {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
.main-chantier article .images-double .image-avant,
.main-chantier article .images-double .image-apres {
  flex: 1;
  text-align: center;
}
.main-chantier article .images-double .image-avant .label,
.main-chantier article .images-double .image-apres .label {
  font-style: italic;
  font-size: 0.9em;
  margin: 0.5rem 0;
}
.main-chantier article .images-double .image-avant img,
.main-chantier article .images-double .image-apres img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-chantier article .retour-portfolio-cas-double {
  margin-bottom: 10rem;
}
.main-chantier article .appel-contact {
  text-align: center;
  background-color: #f5ece1;
  padding: 3rem 0 4rem 0;
  border-radius: 1.5rem;
  box-shadow: 0 0 15px rgba(6, 3, 0, 0.05);
  margin-bottom: 18em;
  position: relative;
}
.main-chantier article .appel-contact p {
  font-size: 1.3em;
  margin-bottom: 2em;
}
.main-chantier article .appel-contact .contact {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1.3em;
  border-radius: 2rem;
  border: none;
  background-color: #DC3358;
  color: white;
  position: relative;
  transition: transform 0.3s ease;
}
.main-chantier article .appel-contact .contact::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 2rem;
  border: 2px solid #DC3358;
  animation: border-glow 2s linear infinite;
}
.main-chantier article .appel-contact .contact:hover {
  transform: scale(1.1);
}

.main-contact {
  background-color: #f5ece1;
  min-height: 100vh;
  position: relative;
  margin-top: 200px;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.main-contact .background {
  position: relative;
  padding: 8vh 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-contact .container-form-texte {
  position: relative;
  background: white;
  opacity: 0.9;
  padding: 2.5rem 5rem;
  max-width: 40%;
  width: 100%;
  border-radius: 20px;
  z-index: 1000;
  text-align: center;
  transform: translateY(-230px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}
.main-contact .container-form-texte h1 {
  font-size: 2em;
  margin-bottom: 1rem;
}
.main-contact .container-form-texte .slogan {
  font-weight: bold;
  margin-bottom: 2rem;
}
.main-contact .container-form-texte .signature {
  font-style: italic;
  margin: 2rem 0 8rem 0;
  position: relative;
}
.main-contact .container-form-texte .signature::after {
  content: "";
  background-color: #FCB045;
  height: 2px;
  width: 140px;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 70px);
}
.main-contact .formulaire-contact {
  margin-top: 2.5rem;
}
.main-contact .formulaire-contact input,
.main-contact .formulaire-contact textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.8em;
  border-radius: 10px;
  border: 1px solid black;
}
.main-contact .formulaire-contact .wpcf7 form.invalid .wpcf7-response-output, .main-contact .formulaire-contact .wpcf7 form.unaccepted .wpcf7-response-output, .main-contact .formulaire-contact .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}
.main-contact .formulaire-contact .wpcf7-submit {
  background: none;
  border: 2px solid #DC3358;
  color: #DC3358;
  padding: 0.8em 1.6em;
  font-size: 1.1em;
  border-radius: 2em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-contact .formulaire-contact .wpcf7-submit:hover {
  background: #DC3358;
  color: white;
}
.main-contact .formulaire-contact .wpcf7-not-valid-tip {
  color: #DC3358;
}
.main-contact .formulaire-contact .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-transform: uppercase;
  position: relative;
}
.main-contact .formulaire-contact .wpcf7 form.sent .wpcf7-response-output::after {
  content: "";
  background-color: #FCB045;
  height: 2px;
  width: 140px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 70px);
}
.main-contact .formulaire-contact .captcha-image {
  color: #DC3358;
  border: none;
}
.main-contact .formulaire-contact .captcha-image label svg {
  width: 3em;
  height: 3em;
}
.main-contact .formulaire-contact .captcha-image label > input:checked + svg, .main-contact .formulaire-contact .captcha-image label > input:focus + svg {
  border-color: #DC3358;
}
.main-contact .envelope {
  width: 80px;
  height: 60px;
  background: url("assets/envelope-icon-white.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  opacity: 0.7;
  transform-origin: center center;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.main-contact .envelope.orange {
  background-image: url("assets/envelope-icon-orange.svg");
}
.main-contact .deco-1 {
  top: 10%;
  left: 5%;
  delay: 2s;
  duration: 8.1s;
  animation: float-deco-1 8.1s ease-in-out infinite;
  animation-delay: 2s;
  animation-fill-mode: both;
}
.main-contact .deco-2 {
  bottom: 15%;
  right: 8%;
  delay: 1.4s;
  duration: 9.4s;
  animation: float-deco-2 9.4s ease-in-out infinite;
  animation-delay: 1.4s;
  animation-fill-mode: both;
}
.main-contact .deco-3 {
  top: 50%;
  right: 20%;
  delay: 1.6s;
  duration: 8s;
  animation: float-deco-3 8s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-contact .deco-4 {
  top: 20%;
  left: 70%;
  delay: 1.5s;
  duration: 9s;
  animation: float-deco-4 9s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-contact .deco-5 {
  bottom: 5%;
  left: 10%;
  delay: 1.8s;
  duration: 7.9s;
  animation: float-deco-5 7.9s ease-in-out infinite;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
.main-contact .deco-6 {
  top: 65%;
  right: 5%;
  delay: 1.5s;
  duration: 8.5s;
  animation: float-deco-6 8.5s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-contact .deco-7 {
  top: 30%;
  left: 28%;
  delay: 0.9s;
  duration: 8.1s;
  animation: float-deco-7 8.1s ease-in-out infinite;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}
.main-contact .deco-8 {
  bottom: 25%;
  right: 28%;
  delay: 1.6s;
  duration: 7.6s;
  animation: float-deco-8 7.6s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-contact .deco-9 {
  top: -5%;
  right: 30%;
  delay: 1.6s;
  duration: 8.7s;
  animation: float-deco-9 8.7s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-contact .deco-10 {
  top: 5%;
  left: 15%;
  delay: 1.6s;
  duration: 8.7s;
  animation: float-deco-10 8.7s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-contact .deco-11 {
  bottom: 10%;
  left: 20%;
  delay: 1.6s;
  duration: 8.8s;
  animation: float-deco-11 8.8s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-contact .deco-12 {
  top: 75%;
  left: 8%;
  delay: 1.4s;
  duration: 9.2s;
  animation: float-deco-12 9.2s ease-in-out infinite;
  animation-delay: 1.4s;
  animation-fill-mode: both;
}
.main-contact .deco-13 {
  top: 40%;
  left: 12%;
  delay: 1.5s;
  duration: 7.8s;
  animation: float-deco-13 7.8s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-contact .deco-14 {
  top: 35%;
  right: 10%;
  delay: 1.2s;
  duration: 8.6s;
  animation: float-deco-14 8.6s ease-in-out infinite;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
.main-contact .deco-15 {
  bottom: 20%;
  left: 40%;
  delay: 1.1s;
  duration: 8.3s;
  animation: float-deco-15 8.3s ease-in-out infinite;
  animation-delay: 1.1s;
  animation-fill-mode: both;
}
.main-contact .deco-16 {
  top: 10%;
  right: 15%;
  delay: 1.7s;
  duration: 9.1s;
  animation: float-deco-16 9.1s ease-in-out infinite;
  animation-delay: 1.7s;
  animation-fill-mode: both;
}
.main-contact .deco-17 {
  bottom: 30%;
  right: 20%;
  delay: 1.3s;
  duration: 8.2s;
  animation: float-deco-17 8.2s ease-in-out infinite;
  animation-delay: 1.3s;
  animation-fill-mode: both;
}
.main-contact .deco-18 {
  top: 20%;
  left: 20%;
  delay: 0.9s;
  duration: 8.4s;
  animation: float-deco-18 8.4s ease-in-out infinite;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}
.main-contact .deco-19 {
  bottom: 15%;
  left: 35%;
  delay: 1.5s;
  duration: 8s;
  animation: float-deco-19 8s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-contact .deco-20 {
  top: 45%;
  right: 5%;
  delay: 1s;
  duration: 8.9s;
  animation: float-deco-20 8.9s ease-in-out infinite;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.main-contact .deco-21 {
  bottom: 5%;
  right: 15%;
  delay: 1.4s;
  duration: 8.5s;
  animation: float-deco-21 8.5s ease-in-out infinite;
  animation-delay: 1.4s;
  animation-fill-mode: both;
}
.main-contact .deco-22 {
  top: 55%;
  left: 5%;
  delay: 1.2s;
  duration: 8.8s;
  animation: float-deco-22 8.8s ease-in-out infinite;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
.main-contact .deco-23 {
  top: 25%;
  right: 25%;
  delay: 1.6s;
  duration: 8.6s;
  animation: float-deco-23 8.6s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}

.main-mentions-legales {
  background-color: #f5ece1;
  min-height: 100vh;
  position: relative;
  margin-top: 200px;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.main-mentions-legales .background {
  position: relative;
  padding: 8vh 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-mentions-legales .container-texte {
  position: relative;
  background: white;
  opacity: 0.9;
  padding: 2em 5em 4em 5em;
  max-width: 60%;
  border-radius: 20px;
  z-index: 1000;
  transform: translateY(-230px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}
.main-mentions-legales .container-texte h1 {
  font-size: 3em;
  margin-bottom: 1em;
  position: relative;
}
.main-mentions-legales .container-texte h1::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: black;
  animation: underline-grow 1.2s ease-out forwards;
}
.main-mentions-legales .container-texte h2 {
  margin: 3em 0 1em 0;
}
.main-mentions-legales .container-texte h3 {
  margin-top: 2em;
}
.main-mentions-legales .container-texte h3, .main-mentions-legales .container-texte ul li {
  font-size: 1.2em;
}
.main-mentions-legales .container-texte ul li {
  font-weight: 300;
}
.main-mentions-legales .container-texte ul li a {
  color: black !important;
  text-decoration: none;
}
.main-mentions-legales .legal-icon {
  width: 80px;
  height: 60px;
  background: url("assets/legal-icon-white.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  opacity: 0.7;
  transform-origin: center center;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.main-mentions-legales .legal-icon.orange {
  background-image: url("assets/legal-icon-orange.svg");
}
.main-mentions-legales .deco-1 {
  top: 10%;
  left: 5%;
  delay: 2s;
  duration: 8.1s;
  animation: float-deco-1 8.1s ease-in-out infinite;
  animation-delay: 2s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-2 {
  bottom: 15%;
  right: 8%;
  delay: 1.4s;
  duration: 9.4s;
  animation: float-deco-2 9.4s ease-in-out infinite;
  animation-delay: 1.4s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-3 {
  top: 50%;
  right: 20%;
  delay: 1.6s;
  duration: 8s;
  animation: float-deco-3 8s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-4 {
  top: 20%;
  left: 70%;
  delay: 1.5s;
  duration: 9s;
  animation: float-deco-4 9s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-5 {
  bottom: 5%;
  left: 10%;
  delay: 1.8s;
  duration: 7.9s;
  animation: float-deco-5 7.9s ease-in-out infinite;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-6 {
  top: 65%;
  right: 5%;
  delay: 1.5s;
  duration: 8.5s;
  animation: float-deco-6 8.5s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-7 {
  top: 30%;
  left: 28%;
  delay: 0.9s;
  duration: 8.1s;
  animation: float-deco-7 8.1s ease-in-out infinite;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-8 {
  bottom: 25%;
  right: 28%;
  delay: 1.6s;
  duration: 7.6s;
  animation: float-deco-8 7.6s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-9 {
  top: -5%;
  right: 30%;
  delay: 1.6s;
  duration: 8.7s;
  animation: float-deco-9 8.7s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-10 {
  top: 5%;
  left: 15%;
  delay: 1.6s;
  duration: 8.7s;
  animation: float-deco-10 8.7s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-11 {
  bottom: 10%;
  left: 20%;
  delay: 1.6s;
  duration: 8.8s;
  animation: float-deco-11 8.8s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-12 {
  top: 75%;
  left: 8%;
  delay: 1.4s;
  duration: 9.2s;
  animation: float-deco-12 9.2s ease-in-out infinite;
  animation-delay: 1.4s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-13 {
  top: 40%;
  left: 12%;
  delay: 1.5s;
  duration: 7.8s;
  animation: float-deco-13 7.8s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-14 {
  top: 35%;
  right: 10%;
  delay: 1.2s;
  duration: 8.6s;
  animation: float-deco-14 8.6s ease-in-out infinite;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-15 {
  bottom: 20%;
  left: 40%;
  delay: 1.1s;
  duration: 8.3s;
  animation: float-deco-15 8.3s ease-in-out infinite;
  animation-delay: 1.1s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-16 {
  top: 10%;
  right: 15%;
  delay: 1.7s;
  duration: 9.1s;
  animation: float-deco-16 9.1s ease-in-out infinite;
  animation-delay: 1.7s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-17 {
  bottom: 30%;
  right: 20%;
  delay: 1.3s;
  duration: 8.2s;
  animation: float-deco-17 8.2s ease-in-out infinite;
  animation-delay: 1.3s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-18 {
  top: 20%;
  left: 20%;
  delay: 0.9s;
  duration: 8.4s;
  animation: float-deco-18 8.4s ease-in-out infinite;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-19 {
  bottom: 15%;
  left: 35%;
  delay: 1.5s;
  duration: 8s;
  animation: float-deco-19 8s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-20 {
  top: 45%;
  right: 5%;
  delay: 1s;
  duration: 8.9s;
  animation: float-deco-20 8.9s ease-in-out infinite;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-21 {
  bottom: 5%;
  right: 15%;
  delay: 1.4s;
  duration: 8.5s;
  animation: float-deco-21 8.5s ease-in-out infinite;
  animation-delay: 1.4s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-22 {
  top: 55%;
  left: 5%;
  delay: 1.2s;
  duration: 8.8s;
  animation: float-deco-22 8.8s ease-in-out infinite;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
.main-mentions-legales .deco-23 {
  top: 25%;
  right: 25%;
  delay: 1.6s;
  duration: 8.6s;
  animation: float-deco-23 8.6s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}

.main-404 {
  background-color: #f5ece1;
  min-height: 90vh;
  position: relative;
  margin-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-404 .background {
  padding: 8vh 2rem;
}
.main-404 .background .container-texte {
  opacity: 0.8;
  padding: 20rem 4rem;
  max-width: 100%;
  min-height: 75vh;
  border-radius: 20px;
  z-index: 1000;
  text-align: center;
  transform: translateY(-230px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  background-image: url("assets/404.png");
  background-position: center;
  margin: 0 auto;
}
.main-404 .background .container-texte .slogan {
  font-size: 1.4rem;
  margin: 2rem 0;
  font-weight: 500;
  color: black;
}
.main-404 .background .container-texte .btn-home {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border: 2px solid #DC3358;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #DC3358;
  background-color: white;
  opacity: 0.9;
}
.main-404 .background .container-texte .btn-home:hover {
  background: #DC3358;
  color: white;
}
.main-404 .background .question-icon {
  width: 90px;
  height: 90px;
  background: url("assets/question-white.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  opacity: 0.8;
}
.main-404 .background .question-icon.orange {
  background-image: url("assets/question-orange.svg");
}
.main-404 .background .deco-1 {
  top: 10%;
  left: 5%;
}
.main-404 .background .deco-2 {
  top: 30%;
  right: 10%;
}
.main-404 .background .deco-3 {
  bottom: 20%;
  left: 15%;
}
.main-404 .background .deco-4 {
  top: 50%;
  left: 45%;
}
.main-404 .background .deco-5 {
  bottom: 10%;
  right: 20%;
}
.main-404 .background .deco-6 {
  top: 15%;
  right: 30%;
}
.main-404 .background .deco-7 {
  bottom: 25%;
  left: 35%;
}
.main-404 .background .deco-8 {
  top: 75%;
  right: 5%;
}
.main-404 .background .deco-9 {
  bottom: 5%;
  left: 5%;
}
.main-404 .background .deco-1 {
  top: 10%;
  left: 5%;
  delay: 2s;
  duration: 8.1s;
  animation: float-deco-1 8.1s ease-in-out infinite;
  animation-delay: 2s;
  animation-fill-mode: both;
}
.main-404 .background .deco-2 {
  bottom: 15%;
  right: 8%;
  delay: 1.4s;
  duration: 9.4s;
  animation: float-deco-2 9.4s ease-in-out infinite;
  animation-delay: 1.4s;
  animation-fill-mode: both;
}
.main-404 .background .deco-3 {
  top: 50%;
  right: 20%;
  delay: 1.6s;
  duration: 8s;
  animation: float-deco-3 8s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-404 .background .deco-4 {
  top: 20%;
  left: 70%;
  delay: 1.5s;
  duration: 9s;
  animation: float-deco-4 9s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-404 .background .deco-5 {
  bottom: 5%;
  left: 10%;
  delay: 1.8s;
  duration: 7.9s;
  animation: float-deco-5 7.9s ease-in-out infinite;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
.main-404 .background .deco-6 {
  top: 65%;
  right: 5%;
  delay: 1.5s;
  duration: 8.5s;
  animation: float-deco-6 8.5s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-404 .background .deco-7 {
  top: 30%;
  left: 28%;
  delay: 0.9s;
  duration: 8.1s;
  animation: float-deco-7 8.1s ease-in-out infinite;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}
.main-404 .background .deco-8 {
  bottom: 25%;
  right: 28%;
  delay: 1.6s;
  duration: 7.6s;
  animation: float-deco-8 7.6s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-404 .background .deco-9 {
  top: -5%;
  right: 30%;
  delay: 1.6s;
  duration: 8.7s;
  animation: float-deco-9 8.7s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-404 .background .deco-10 {
  top: 5%;
  left: 15%;
  delay: 1.6s;
  duration: 8.7s;
  animation: float-deco-10 8.7s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-404 .background .deco-11 {
  bottom: 10%;
  left: 20%;
  delay: 1.6s;
  duration: 8.8s;
  animation: float-deco-11 8.8s ease-in-out infinite;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
.main-404 .background .deco-12 {
  top: 75%;
  left: 8%;
  delay: 1.4s;
  duration: 9.2s;
  animation: float-deco-12 9.2s ease-in-out infinite;
  animation-delay: 1.4s;
  animation-fill-mode: both;
}
.main-404 .background .deco-13 {
  top: 40%;
  left: 12%;
  delay: 1.5s;
  duration: 7.8s;
  animation: float-deco-13 7.8s ease-in-out infinite;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.main-404 .background .deco-14 {
  top: 35%;
  right: 10%;
  delay: 1.2s;
  duration: 8.6s;
  animation: float-deco-14 8.6s ease-in-out infinite;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
.main-404 .background .deco-15 {
  bottom: 20%;
  left: 40%;
  delay: 1.1s;
  duration: 8.3s;
  animation: float-deco-15 8.3s ease-in-out infinite;
  animation-delay: 1.1s;
  animation-fill-mode: both;
}
.main-404 .background .deco-16 {
  top: 10%;
  right: 15%;
  delay: 1.7s;
  duration: 9.1s;
  animation: float-deco-16 9.1s ease-in-out infinite;
  animation-delay: 1.7s;
  animation-fill-mode: both;
}
.main-404 .background .deco-17 {
  bottom: 30%;
  right: 20%;
  delay: 1.3s;
  duration: 8.2s;
  animation: float-deco-17 8.2s ease-in-out infinite;
  animation-delay: 1.3s;
  animation-fill-mode: both;
}

.background-jaune {
  background-color: #FCB045;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.background-jaune .footer {
  --footer-background: #FCB045;
  position: relative;
  display: grid;
  min-height: 12rem;
  z-index: 10;
}
.background-jaune .footer .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: var(--footer-background);
  filter: url("#blob");
  overflow: visible;
}
.background-jaune .footer .bubbles .bubble {
  position: absolute;
  left: var(--position, 50%);
  background: var(--footer-background);
  border-radius: 40% 60% 60% 40%/50% 40% 60% 50%;
  animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-wobble 2s ease-in-out infinite;
  transform: translate(-50%, 100%);
}
.background-jaune .footer #menu-footer {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.background-jaune .footer #menu-footer li a {
  color: black;
  text-decoration: none;
}

@media (max-width: 1400px) {
  #full-page .main-index #app {
    padding-bottom: 0;
  }
  #full-page .main-index .section-details-metier .bloc-cartes .card-container {
    max-width: 220px;
  }
  #full-page .main-index .section-realisations-exemple .container-contenu-realisations {
    flex-direction: column;
  }
  #full-page .main-index .section-realisations-exemple .container-contenu-realisations .texte-realisations,
  #full-page .main-index .section-realisations-exemple .container-contenu-realisations .montage-photos-realisations {
    width: 100%;
  }
  #full-page .main-index .section-realisations-exemple .container-contenu-realisations .texte-realisations .contact {
    margin-bottom: 4em;
  }
}
@media (max-width: 1200px) {
  .main-contact .container-form-texte {
    max-width: 50%;
  }
}
/****************************
/****************************
RESPONSIVE BREAKPOINT 1040px
/****************************
*****************************/
@media (max-width: 1040px) {
  #full-page header {
    margin-bottom: 140px;
  }
  #full-page header nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5ece1;
    position: fixed;
    inset: 0;
    height: 100vh;
    z-index: 999;
    display: none;
  }
  #full-page header nav.active {
    display: flex;
    min-width: 100%;
    height: 100%;
  }
  #full-page header nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 0;
  }
  #full-page header nav li {
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.9s;
    font-size: 2em;
  }
  #full-page header nav li:nth-child(1) {
    transition-delay: 0.15s;
  }
  #full-page header nav li:nth-child(2) {
    transition-delay: 0.3s;
  }
  #full-page header nav li:nth-child(3) {
    transition-delay: 0.45s;
  }
  #full-page header nav li:nth-child(4) {
    transition-delay: 0.6s;
  }
  #full-page header nav li:nth-child(5) {
    transition-delay: 0.75s;
  }
  #full-page header nav li:nth-child(6) {
    transition-delay: 0.9s;
  }
  #full-page header nav li:nth-child(7) {
    transition-delay: 1.05s;
  }
  #full-page header nav li:nth-child(8) {
    transition-delay: 1.2s;
  }
  #full-page header nav li:nth-child(9) {
    transition-delay: 1.35s;
  }
  #full-page header nav.active li {
    opacity: 1;
    transform: translateX(0);
  }
  #full-page header nav a {
    color: white;
    font-size: 24px;
  }
  #full-page header .navbar-icon, #full-page header .navbar-brand-mobile {
    display: block;
  }
  #full-page .main-index .section-presentation {
    flex-direction: column-reverse;
  }
  #full-page .main-index .section-details-metier .bloc-cartes {
    flex-direction: column;
    align-items: center;
  }
  #full-page .main-index .section-details-metier .bloc-cartes .card-container {
    max-width: 90%;
    margin-bottom: 2rem;
  }
  #full-page .main-index .section-realisations-exemple h2 {
    margin-bottom: 80px;
  }
  #full-page .main-archive .bloc-1, #full-page .main-archive .bloc-2 {
    width: 100%;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  #full-page .main-archive .chantiers-container .chantier-item {
    width: 48%;
  }
  #full-page .main-contact .container-form-texte, #full-page .main-mentions-legales .container-texte {
    margin-top: 3rem;
    max-width: 60%;
  }
}
@media (max-width: 920px) {
  #full-page .main-archive .chantiers-container .chantier-item {
    width: 100%;
    margin-bottom: 60px;
  }
  #full-page .main-contact .container-form-texte, #full-page .main-mentions-legales .container-texte {
    max-width: 70%;
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  #full-page .main-index #app {
    height: 65vh;
  }
}
@media (max-width: 576px) {
  #full-page .main-index #app {
    height: 55vh;
    margin: 40px auto 140px;
  }
  #full-page .main-chantier .chantier .images-double {
    flex-wrap: wrap;
  }
  #full-page .main-chantier .chantier .images-double .image-avant, #full-page .main-chantier .chantier .images-double .image-apres {
    min-width: 100%;
  }
  #full-page .main-chantier .chantier .chantier-photo-unique {
    gap: 60px;
  }
  #full-page .main-chantier .chantier .chantier-photo-unique .colonne-texte, #full-page .main-chantier .chantier .chantier-photo-unique .colonne-images {
    width: 100%;
  }
  #full-page .main-contact .container-form-texte,
  #full-page .main-mentions-legales .container-texte {
    max-width: 90%;
    padding-left: 3em;
    padding-right: 3em;
  }
  #full-page .main-mentions-legales h1 {
    font-size: 2.3em;
  }
}

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