@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("Inter-Light.eot");
  src: url("Inter-Light.eot?#iefix") format("embedded-opentype"), url("Inter-Light.woff2") format("woff2"), url("Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-Medium.eot");
  src: url("Inter-Medium.eot?#iefix") format("embedded-opentype"), url("Inter-Medium.woff2") format("woff2"), url("Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-MediumItalic.eot");
  src: url("Inter-MediumItalic.eot?#iefix") format("embedded-opentype"), url("Inter-MediumItalic.woff2") format("woff2"), url("Inter-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-SemiBold.eot");
  src: url("Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("Inter-SemiBold.woff2") format("woff2"), url("Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-Bold.eot");
  src: url("Inter-Bold.eot?#iefix") format("embedded-opentype"), url("Inter-Bold.woff2") format("woff2"), url("Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --doc-height-100: 100%;
}
html, body {
  height: auto;
}
.site-main {
  padding: 0;
}
html {
  font-size: 60%;
  overflow-y: initial;
  scroll-behavior: smooth;
}
html body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: normal;
  opacity: 1;
  transition: 1s opacity;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  height: auto;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
section {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif !important;
  line-height: normal;
  font-weight: normal;
}
.bold {
  font-weight: 900;
}
b, strong {
  font-weight: bolder !important;
}
a {
  color: #006A6D;
  text-decoration: none !important;
}
a:hover {
  color: #00AFAA;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
*:focus {
  outline: none;
}
em {
  font-style: italic;
}
input[type=password] {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 10px 15px;
}
.no-label .gfield_label {
  display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input, textarea {
  text-align: left;
}
.h100 {
  height: 100%;
}
img {
  max-width: 100%;
}
.hidden {
  display: none;
}
a.button {
  max-width: max-content;
  display: inline-block;
}
.wordpress-gdpr-privacy-settings-trigger img {
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.custom-container {
  width: 92%;
  max-width: 1750px;
  margin: 0 auto;
}
.underline-white {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.3s;
}
.underline-white:hover {
  background-size: 100% 2px;
}
.underline-black {
  color: #1D1D1B;
  text-decoration: none;
  background-image: linear-gradient(to right, #1D1D1B, #1D1D1B);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.3s;
}
.underline-black:hover {
  background-size: 100% 2px;
}
.title {
  font-size: 7rem;
  font-weight: 700;
  color: #1D1D1B;
  text-align: start;
  margin-bottom: 7rem;
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
#topBtn {
  position: fixed;
  bottom: 20px;
  right: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1D1D1B;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(95, 95, 95, 0.075);
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  transform: translateX(50%);
  /* Décalage initial */
  z-index: 999;
}
#topBtn .svgIcon {
  width: 1.2rem;
  transition: 0.3s;
}
#topBtn .svgIcon path {
  fill: #fff;
}
#topBtn:hover {
  width: 140px;
  border-radius: 50px;
  background-color: #1D1D1B;
  transform: translateX(50%) scaleX(1);
  transition: all 0.3s ease;
}
#topBtn:hover .svgIcon {
  transition-duration: 0.3s;
  transform: translateY(-300%);
}
#topBtn::before {
  position: absolute;
  bottom: -20px;
  content: "Retour au Top";
  color: white;
  font-size: 0px;
}
#topBtn:hover::before {
  font-size: 1.4rem;
  opacity: 1;
  bottom: unset;
  transition-duration: 0.3s;
}
.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 4rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 3rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 2rem;
}
body .wrap-header .site-header {
  padding: 4rem 0;
}
body .wrap-header .site-header #logo {
  width: 200px;
}
body .wrap-header .site-header .navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #1D1D1B;
  display: block;
  position: relative;
}
body .wrap-header .site-header .navbar-toggler .navbar-toggler-icon::before, body .wrap-header .site-header .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #1D1D1B;
  transition: all 0.3s ease;
}
body .wrap-header .site-header .navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
  left: 0;
}
body .wrap-header .site-header .navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
  left: 0;
}
body .wrap-header .site-header nav#site-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .wrap-header .site-header nav#site-navigation #primary-menu {
  display: flex;
  gap: 8rem;
}
body .wrap-header .site-header nav#site-navigation #primary-menu li {
  list-style: none;
  font-size: 2rem;
  font-weight: 500;
}
body .wrap-header .site-header nav#site-navigation #primary-menu li.current-menu-item {
  border-bottom: 2px solid #1D1D1B;
}
body .wrap-header .site-header nav#site-navigation #primary-menu li a {
  color: #1D1D1B;
  text-transform: uppercase;
}
.site-footer {
  background-color: #fff;
  padding: 10rem 0 2rem;
  font-size: 0.9rem;
  color: #333;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid #1D1D1B;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
.site-footer .footer-grid .footer-logo img {
  max-width: 100%;
  height: auto;
}
.site-footer .footer-grid .footer-menu .footer-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.site-footer .footer-grid .footer-menu .footer-navigation li a {
  text-decoration: none;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1D1D1B;
  text-transform: uppercase;
}
.site-footer .footer-grid .footer-menu .footer-navigation li a:hover {
  text-decoration: underline;
  color: #808080;
}
.site-footer .footer-grid .footer-adresse p, .site-footer .footer-grid .footer-telephone p, .site-footer .footer-grid .footer-social p {
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.site-footer .footer-grid .footer-telephone p {
  text-align: center;
}
.site-footer .footer-grid .footer-telephone p a:hover {
  color: #808080;
}
.site-footer .footer-grid .footer-social p {
  text-align: end;
  margin-bottom: 1rem;
}
.site-footer .footer-grid .footer-social .social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 10px;
}
.site-footer .footer-grid .footer-social .social-links li a {
  text-decoration: none;
}
.site-footer .footer-grid .footer-social .social-links li a img {
  height: 25px;
  width: 25px;
}
.site-footer .footer-legal {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  color: #1D1D1B;
}
.site-footer .footer-legal a:hover {
  color: #808080;
}
@media (max-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .site-footer .footer-grid .footer-menu, .site-footer .footer-grid .footer-adresse, .site-footer .footer-grid .footer-telephone, .site-footer .footer-grid .footer-social {
    margin-top: 20px;
  }
  .site-footer .footer-grid .footer-social .social-links {
    justify-content: center;
  }
}
.modal .modal-dialog .modal-content .btn-close {
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 1.6rem;
}
body.page-template-template-accueil .wrap-header {
  position: relative;
  z-index: 9999;
}
body.page-template-template-accueil .wrap-header .site-header {
  position: absolute;
  background: transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.page-template-template-accueil .wrap-header .site-header .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
body.page-template-template-accueil .wrap-header .site-header .navbar-toggler .navbar-toggler-icon::before, body.page-template-template-accueil .wrap-header .site-header .navbar-toggler .navbar-toggler-icon::after {
  background-color: #fff;
}
body.page-template-template-accueil .wrap-header nav#site-navigation #primary-menu li a {
  color: #fff;
}
body.page-template-template-accueil section#hero-top {
  position: relative;
  height: var(--doc-height-100);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
body.page-template-template-accueil section#hero-top .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
body.page-template-template-accueil section#hero-top h1 {
  font-size: clamp(5rem, calc(5vw + 0.5rem), 10rem);
  font-weight: 600;
  line-height: 9.2rem;
  color: #fff;
  margin: 10rem;
  text-align: end;
  width: 95%;
  z-index: 999;
}
body.page-template-template-accueil section#projets {
  min-height: var(--doc-height-100);
  margin-bottom: 4rem;
  margin-top: 10rem;
}
body.page-template-template-accueil section#projets .row-header {
  margin-bottom: 7rem;
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
body.page-template-template-accueil section#projets .row-header .title {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 5.5rem;
}
body.page-template-template-accueil section#projets .row-header .filtre-projets {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
body.page-template-template-accueil section#projets .row-header .filtre-projets .filtre-btn {
  font-size: clamp(1.5rem, calc(1vw + 0.1rem), 1.7rem);
  font-weight: 500;
  color: #1D1D1B;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
body.page-template-template-accueil section#projets .row-header .filtre-projets .filtre-btn:hover {
  color: #808080;
}
body.page-template-template-accueil section#projets .row-header .filtre-projets .filtre-btn.active {
  border-bottom: 1px solid #1D1D1B;
}
body.page-template-template-accueil section#projets .row-footer {
  padding: 6rem 0 1rem;
}
body.page-template-template-accueil section#projets .row-footer .btn {
  height: 60px;
  border-radius: 50px;
  border: 1px solid #1D1D1B;
  width: 60px;
}
body.page-template-template-accueil section#projets .row-footer .btn img {
  transition: transform 0.5s ease;
  height: 30px;
}
body.page-template-template-accueil section#projets .row-footer .btn:hover img {
  transform: rotate(180deg);
}
body.page-template-template-accueil section#agence {
  margin: 4rem 0;
}
body.page-template-template-accueil section#agence .description .grid-texte {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 7rem;
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 7rem;
}
body.page-template-template-accueil section#agence .description .grid-texte .col-bloc {
  display: flex;
  text-align: justify;
}
body.page-template-template-accueil section#agence .description .grid-texte .col-bloc p {
  font-size: 2.1rem;
  font-weight: 500;
  color: #1D1D1B;
  width: 90%;
  column-count: 2;
  column-gap: 5rem;
}
body.page-template-template-accueil section#agence .description .grid-texte .col-bloc.lien {
  justify-content: center;
  width: 70%;
}
body.page-template-template-accueil section#agence .description .grid-texte .col-bloc.lien a {
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #1D1D1B;
  text-align: justify;
}
body.page-template-template-accueil section#agence .description .grid-texte .col-bloc.lien a::before {
  content: url("../assets/images/arrow-btn.svg");
  height: auto;
  width: 13px;
  margin-right: 1rem;
  display: inline-block;
}
body.page-template-template-accueil section#agence .description .grid-texte .col-bloc.lien a:hover {
  color: #808080;
}
body.page-template-template-accueil section#agence .grid-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10rem;
  margin-bottom: 7rem;
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 7rem;
}
body.page-template-template-accueil section#agence .grid-images .col-image {
  height: fit-content;
}
body.page-template-template-accueil section#agence .grid-images .col-image.last-image {
  display: flex;
  justify-content: flex-end;
}
body.page-template-template-accueil section#agence .grid-images .col-image.last-image .owl-carousel {
  max-width: 100%;
  width: 450px;
}
body.page-template-template-accueil section#agence .grid-images .col-image.last-image .item img {
  height: 500px;
  width: auto;
  object-fit: cover;
  display: block;
}
body.page-template-template-accueil section#agence .grid-images .col-image img {
  height: 500px;
}
body.page-template-template-cube section#vision .mission {
  margin-left: 2rem;
}
body.page-template-template-cube section#vision .mission .vision-title {
  font-size: 5rem;
  font-weight: 600;
  color: #1D1D1B;
  margin-bottom: 2.5rem;
}
body.page-template-template-cube section#vision .mission p {
  font-size: 2rem;
  font-weight: 500;
  color: #1D1D1B;
  margin: 0;
}
body.page-template-template-cube section#vision .mission:not(:last-child) {
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}
body.page-template-template-cube section#equipe {
  margin-top: 10rem;
}
body.page-template-template-cube section#equipe .custom-container {
  border-bottom: 1px solid #1D1D1B;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe {
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre {
  display: grid;
  grid-template-rows: auto auto 1fr;
  height: 100%;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre .italic {
  font-style: italic;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1D1D1B;
  margin: 0;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre .top, body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre .mid {
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre .mid {
  min-height: 175px;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre .top {
  min-height: 625px;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre .top img {
  height: auto;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 5rem auto;
  display: flex;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre .top h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #1D1D1B;
  margin-bottom: 1rem;
}
body.page-template-template-cube section#equipe .custom-container .membres-equipe .col-membre .top .role {
  font-size: 1.9rem;
  font-weight: 500;
  color: #1D1D1B;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body.page-template-template-cube section#equipe .custom-container .membres-equipe {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-template-cube section#equipe .custom-container .membres-equipe {
    grid-template-columns: 1fr;
  }
}
body.page-template-template-contact section#contact .localisation-wrapper {
  width: 60%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.page-template-template-contact section#contact .localisation-wrapper .ligne-infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 2rem;
}
body.page-template-template-contact section#contact .localisation-wrapper .ligne-infos .label, body.page-template-template-contact section#contact .localisation-wrapper .ligne-infos .valeur {
  font-size: 2rem;
  color: #1D1D1B;
  margin: 0;
}
body.page-template-template-contact section#contact .localisation-wrapper .ligne-infos .label a:hover, body.page-template-template-contact section#contact .localisation-wrapper .ligne-infos .valeur a:hover {
  color: #808080;
}
body.page-template-template-contact section#contact .localisation-wrapper .ligne-infos .label {
  font-weight: 700;
}
body.page-template-template-contact section#contact .localisation-wrapper .ligne-infos .valeur {
  text-align: end;
  font-weight: 500;
}
body.page-template-template-contact section#contact .map {
  margin: 7rem 0;
}
body.page-template-template-contact section#formulaire h2 {
  text-align: center;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 {
  width: 60%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gform_required_legend {
  display: none;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield {
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield .ginput_container {
  width: 80%;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield .gfield_label {
  width: 20%;
  height: 100%;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield .gfield_label .gfield_required {
  display: none;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield input, body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield textarea {
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield input::placeholder, body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield textarea::placeholder {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-style: italic;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield input:focus, body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gfield:has(textarea) .gfield_label {
  justify-content: flex-start;
  align-items: flex-start;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gform-footer {
  justify-content: end;
  align-items: center;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gform-footer .button {
  background-color: transparent;
  text-transform: uppercase;
  color: #1D1D1B;
  font-size: 1.6rem;
  border: 0;
  box-shadow: none;
  padding: 0.8rem;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gform-footer .button:hover {
  color: #808080;
}
body.page-template-template-contact section#formulaire #gform_wrapper_1 .gform-footer::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/arrow-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}
body.page-template-template-contact section#formulaire #gform_confirmation_message_1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 10rem 0;
}
body.single-realisation .title {
  font-size: 5.5rem;
}
body.single-realisation section#realisation-top .realisation {
  margin-bottom: 7rem;
}
body.single-realisation section#realisation-top .realisation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #1D1D1B;
  text-align: start;
  margin-bottom: 5rem;
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
}
body.single-realisation section#realisation-top .realisation-header .title {
  border: 0;
  margin: 0;
  max-width: 75%;
  padding: 0;
}
body.single-realisation section#realisation-top .realisation-header .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
body.single-realisation section#realisation-top .realisation-header .right .toggle-details {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1D1D1B;
  cursor: pointer;
}
body.single-realisation section#realisation-top .realisation-header .right .toggle-details:hover {
  color: #808080;
  border-bottom: 1px solid #1D1D1B;
}
body.single-realisation section#realisation-top .realisation-header .right .owl-nav-container {
  display: flex;
  align-items: center;
}
body.single-realisation section#realisation-top .realisation-header .right .owl-nav-container .owl-nav-prev, body.single-realisation section#realisation-top .realisation-header .right .owl-nav-container .owl-nav-next {
  pointer-events: auto;
  background: transparent !important;
  width: 55px;
  height: 55px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
body.single-realisation section#realisation-top .realisation-header .right .owl-nav-container .owl-nav-prev img, body.single-realisation section#realisation-top .realisation-header .right .owl-nav-container .owl-nav-next img {
  height: 25px;
}
body.single-realisation section#realisation-top .realisation-header .right .owl-nav-container .owl-nav-prev img {
  transform: rotate(180deg);
}
body.single-realisation section#realisation-top .transition-wrapper {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
body.single-realisation section#realisation-top .transition-wrapper .image-wrapper, body.single-realisation section#realisation-top .transition-wrapper .project-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
body.single-realisation section#realisation-top .transition-wrapper .img-numbers {
  margin: 2rem 0;
  text-align: end;
  font-size: 1.6rem;
}
body.single-realisation section#realisation-top .transition-wrapper .image-wrapper.active, body.single-realisation section#realisation-top .transition-wrapper .project-details.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
  min-height: 75vh;
}
body.single-realisation section#realisation-top .transition-wrapper .image-wrapper .img-fluid {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
body.single-realisation section#realisation-top .transition-wrapper .project-details .back-to-image {
  animation: fadeIn 0.4s ease-in-out;
  width: fit-content;
  cursor: pointer;
  padding-bottom: 4rem;
}
body.single-realisation section#realisation-top .transition-wrapper .project-details .back-to-image img {
  width: 25px;
  height: 25px;
}
body.single-realisation section#realisation-top .transition-wrapper .project-details .details .post-content {
  padding-right: 5rem;
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #1D1D1B;
  text-align: justify;
}
body.single-realisation section#realisation-top .transition-wrapper .project-details .details .adresse {
  border-top: 1px solid #1D1D1B;
}
body.single-realisation section#realisation-top .transition-wrapper .project-details .details .entete {
  white-space: nowrap;
}
body.single-realisation section#realisation-top .transition-wrapper .project-details .details .acf {
  border-bottom: 1px solid #1D1D1B;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 1.5rem 0;
}
body.single-realisation section#realisation-top .transition-wrapper .project-details .details .acf p {
  font-size: 2rem;
  font-weight: 500;
  color: #1D1D1B;
  margin: 0;
}
body.single-realisation section#realisation-top .transition-wrapper .project-details .details .description p {
  font-size: 2rem;
  font-weight: 500;
  color: #1D1D1B;
  margin: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.single-realisation section#autre-projets .projets-carousel {
  position: relative;
}
body.single-realisation section#autre-projets .projets-carousel .projet-item {
  padding: 0 5px;
}
body.single-realisation section#autre-projets .projets-carousel .projet-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
body.single-realisation section#autre-projets .projets-carousel .projet-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
body.single-realisation section#autre-projets .projets-carousel .projet-media:hover img {
  transform: scale(1.1);
  filter: brightness(0.5);
}
body.single-realisation section#autre-projets .projets-carousel .projet-media:hover .projet-overlay {
  opacity: 1;
  transform: translateY(0);
}
body.single-realisation section#autre-projets .projets-carousel .projet-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: white;
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.4s ease;
}
body.single-realisation section#autre-projets .projets-carousel .projet-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #fff;
}
body.single-realisation section#autre-projets .projets-carousel .projet-title::after {
  content: url("../assets/images/arrow-btn-white.svg");
  margin-left: 1rem;
  display: inline-block;
  height: auto;
  width: 13px;
  position: absolute;
}
body.single-realisation section#autre-projets .projets-carousel .projet-categories {
  font-size: 1.7rem;
  opacity: 0.9;
  color: #fff;
}
body.single-realisation section#autre-projets .no-projets {
  text-align: center;
  font-size: 2rem;
  color: #1D1D1B;
}
body.single-realisation section#autre-projets .owl-nav {
  position: absolute;
  top: -115px;
  font-size: 5rem;
  right: 0px;
  width: 120px;
}
body.single-realisation section#autre-projets .owl-nav button img {
  height: 25px;
}
body.single-realisation section#autre-projets .owl-prev, body.single-realisation section#autre-projets .owl-next {
  pointer-events: auto;
  background: transparent !important;
  width: 55px;
  height: 55px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
body.single-realisation section#autre-projets .owl-prev {
  position: absolute;
  transform: translateY(-50%);
}
body.single-realisation section#autre-projets .owl-prev img {
  transform: rotate(180deg);
}
body.single-realisation section#autre-projets .owl-next {
  position: absolute;
  right: 0px;
  transform: translateY(-50%);
}
body section#projets {
  min-height: var(--doc-height-100);
  margin-bottom: 4rem;
  margin-top: 10rem;
}
body section#projets .row-header {
  margin-bottom: 7rem;
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
body section#projets .row-header .title {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 5.5rem;
}
body section#projets .row-header .filtre-projets {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
body section#projets .row-header .filtre-projets .filtre-btn {
  font-size: clamp(1.5rem, calc(1vw + 0.1rem), 1.7rem);
  font-weight: 500;
  color: #1D1D1B;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
body section#projets .row-header .filtre-projets .filtre-btn:hover {
  color: #808080;
}
body section#projets .row-header .filtre-projets .filtre-btn.active {
  border-bottom: 1px solid #1D1D1B;
}
body section#projets .realisations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(0, 45vh);
  gap: 2rem;
}
body section#projets .realisations-grid .realisation {
  position: relative;
  overflow: hidden;
  transform: scale(0.5);
}
body section#projets .realisations-grid .realisation.visible {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: scale(1);
}
body section#projets .realisations-grid .realisation-content {
  position: relative;
  width: 100%;
  height: 100%;
}
body section#projets .realisations-grid .realisation-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
body section#projets .realisations-grid .realisation-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px;
  color: white;
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.4s ease;
}
body section#projets .realisations-grid .realisation:hover img {
  transform: scale(1.1);
  filter: brightness(0.5);
}
body section#projets .realisations-grid .realisation:hover .realisation-overlay {
  transform: translateY(0);
  opacity: 1;
}
body section#projets .realisations-grid .realisation-title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
}
body section#projets .realisations-grid .realisation-title::after {
  content: url("../assets/images/arrow-btn-white.svg");
  margin-left: 1rem;
  display: inline-block;
  height: auto;
  width: 13px;
  position: absolute;
}
body section#projets .realisations-grid .realisation-categories {
  font-size: 1.7rem;
  color: #fff;
}
body section#projets .realisations-grid .realisation.col-span-2 {
  grid-column: span 2;
}
body section#projets .row-footer {
  padding: 6rem 0 1rem;
}
body section#projets .row-footer .btn {
  height: 60px;
  border-radius: 50px;
  border: 1px solid #1D1D1B;
  width: 60px;
}
body section#projets .row-footer .btn img {
  transition: transform 0.5s ease;
  height: 30px;
}
body section#projets .row-footer .btn:hover img {
  transform: rotate(180deg);
}
@media (max-width: 1500px) and (min-width: 768px) {
  body section#projets .realisations-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(0, 35vh);
  }
}
@media (min-width: 2000px) {
  body section#projets .realisations-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(0, 35vh);
  }
}
@media (max-width: 992px) {
  body .wrap-header .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }
  body .wrap-header .site-header.custom-container {
    width: 100%;
  }
  body .wrap-header .site-header nav#site-navigation #primary-menu-wrapper {
    background-color: #fff;
  }
  body .wrap-header .site-header nav#site-navigation #primary-menu-wrapper #primary-menu {
    gap: 1rem;
  }
  body.page-template-template-accueil .wrap-header .site-header nav#site-navigation #primary-menu-wrapper {
    background-color: transparent;
  }
  .collapse-navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    padding: 1rem;
    z-index: 1000;
  }
  .collapse-navbar .nav-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    text-align: center;
  }
  .navbar-toggler {
    display: block;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .title {
    font-size: 6rem;
    text-align: center;
  }
  body .wrap-header .site-header {
    padding: 2rem;
  }
  body.page-template-template-accueil .wrap-header .site-header {
    padding: 2rem;
  }
  body.page-template-template-accueil section#hero-top {
    justify-content: start;
    align-items: center;
  }
  body.page-template-template-accueil section#hero-top h1 {
    line-height: 6.5rem;
    text-align: start;
    margin: 0;
  }
  body.page-template-template-accueil section#agence .description .grid-texte {
    grid-template-columns: 1fr;
    grid-template-rows: 3fr;
  }
  body.page-template-template-accueil section#agence .description .grid-texte .col-bloc {
    justify-content: center;
  }
  body.page-template-template-accueil section#agence .description .grid-texte .col-bloc.lien {
    width: 100%;
  }
  body.page-template-template-accueil section#agence .grid-images {
    grid-template-columns: 1fr;
    gap: 7rem;
  }
  body.page-template-template-accueil section#agence .grid-images .col-image img {
    height: unset;
  }
  body.page-template-template-accueil section#agence .grid-images .col-image.last-image {
    justify-content: space-around;
  }
  body.page-template-template-accueil section#agence .grid-images .col-image.last-image .owl-carousel {
    width: 350px;
  }
  body.page-template-template-accueil section#agence .grid-images .col-image.last-image .item img {
    height: 350px;
  }
  body.page-template-template-contact section#contact .localisation-wrapper {
    width: 100%;
  }
  body.page-template-template-contact section#formulaire #gform_wrapper_1 {
    width: 100%;
  }
  body.page-template-template-contact section#formulaire #gform_wrapper_1 .gform-footer {
    justify-content: center;
    padding-inline-start: unset;
  }
  body.single-realisation .title {
    font-size: 5.5rem;
  }
  body.single-realisation section#realisation-top .realisation-header {
    display: grid;
    gap: 1rem;
    justify-content: center;
  }
  body.single-realisation section#realisation-top .realisation-header .title {
    max-width: 100%;
    padding-bottom: 0;
    font-size: 4rem;
  }
  body.single-realisation section#realisation-top .realisation-header .right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  body.single-realisation section#realisation-top .realisation-header .right .toggle-details {
    margin: auto;
    justify-content: center;
    display: flex;
  }
  body.single-realisation section#realisation-top .realisation-header .right .owl-nav-container {
    justify-content: center;
  }
  body.single-realisation section#realisation-top .realisation-header .right .carousel-nav {
    text-align: center;
  }
  body.single-realisation section#realisation-top .transition-wrapper .project-details.active, body.single-realisation section#realisation-top .transition-wrapper .image-wrapper.active {
    min-height: unset;
  }
  body.single-realisation section#autre-projets .owl-nav {
    top: -30px;
    left: 42%;
    right: unset;
  }
  body section#projets {
    min-height: fit-content;
  }
  body section#projets .row-header {
    gap: 1rem;
  }
  body section#projets .row-header .filtre-projets {
    width: 100%;
  }
  body section#projets .realisations-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(0, 30vh);
  }
  .site-footer {
    padding: 5rem 0 2rem;
  }
  .site-footer .footer-grid {
    gap: 2rem;
  }
  .site-footer .footer-grid .footer-logo img {
    max-width: 50%;
  }
  .site-footer .footer-grid .footer-social p {
    text-align: center;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 50%;
  }
  body.page-template-template-accueil section#hero-top {
    height: var(--doc-height-100);
    justify-content: center;
    align-items: center;
  }
  body.page-template-template-accueil section#hero-top h1 {
    line-height: 5rem;
    margin: 0;
    width: 100%;
  }
  body.page-template-template-accueil section#agence .description .grid-texte .col-bloc p {
    column-count: 1;
  }
  body.page-template-template-accueil section#agence .grid-images {
    grid-template-columns: 1fr;
    gap: 7rem;
  }
  body.page-template-template-accueil section#agence .grid-images .col-image img {
    height: unset;
  }
  body.page-template-template-accueil section#agence .grid-images .col-image.last-image .owl-carousel {
    width: 250px;
  }
  body.page-template-template-accueil section#agence .grid-images .col-image.last-image .item img {
    height: 250px;
  }
  body section#projets .row-header .filtre-projets {
    display: grid;
    text-align: center;
    justify-content: center;
    gap: 1rem;
  }
  body section#projets .realisations-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(0, 30vh);
  }
}
@media (min-width: 992px) {
  .collapse-navbar {
    display: block !important;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 545px) {
  body.single-realisation section#autre-projets .owl-next {
    position: unset;
  }
  body.single-realisation section#autre-projets .owl-nav {
    position: unset;
    display: none !important;
  }
}
