@charset "UTF-8";
/* Sass files import */
/* Color */
/* Font-Family */
/* Selection */
/* Selection */
/* Selection */
/* Selection */
html body {
  overflow-x: hidden;
}

@media screen and (min-width: 576px) {
  * {
    cursor: none !important;
  }
}

#custom-cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  background: #bababa;
  opacity: 0.9;
  mix-blend-mode: difference !important;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media screen and (max-width: 576px) {
  #custom-cursor {
    display: none;
  }
}

body {
  margin: 0;
}
@media screen and (max-height: 576px) {
  body {
    width: 100vw;
  }
}

.container {
  padding: 50px 50px 0 50px;
}

section#main-content {
  /* margin-top: 154px; */
  margin-top: 0;
}

.logo-fullscreen-header-section2 {
  position: fixed;
  top: 0;
  z-index: 930;
  height: 154px;
  width: 100vw;
  background-color: #ffffff;
}

.container-menu {
  padding: 35px 50px 35px 50px;
}

@media screen and (max-width: 576px) {
  .home .e-con.e-flex {
    width: 95% !important;
  }
}
/* IMPORT Article Home Page */
.home {
  /* Grand bloc */
  /* Petit en haut à droite */
  /* Petit en bas à gauche */
  /* Grand à droite */
}
.home .projects-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: auto !important;
  gap: 130px 20px !important;
}
.home .project-card:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3 !important;
  height: 1080px;
}
.home .project-card:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2 !important;
  height: 498px;
}
.home .project-card:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/4 !important;
  height: 498px;
}
.home .project-card:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/4 !important;
  height: 1080px;
}
.home .project-thumbnail {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}

.project-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
}

.project-thumbnail:hover::before {
  transform: scale(1.05);
}

@media screen and (max-width: 576px) {
  .elementor-element.elementor-element-fab5944.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
  }
}
.project-card {
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.project-thumbnail {
  height: 200px;
  background-size: cover;
  background-position: center center;
}

.project-info {
  padding: 0;
}

.project-info h2 {
  margin: 12px 0 0 0;
  color: #000000 !important;
  font-family: "Lexend", serif !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: normal !important;
}

@media screen and (min-width: 1280px) {
  .project-info h2 {
    font-size: 1.5vw !important;
  }
}
@media screen and (min-width: 1921px) {
  .project-info h2 {
    font-size: 32px !important;
  }
}
.project-info h3 {
  font-size: 1.2rem;
  margin: 0;
}

.project-info p {
  margin: 0 0;
  font-family: "Lexend", serif !important;
  color: #888888 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: normal !important;
}

.elementor-element.elementor-element-eebbaef.e-grid.e-con-full.e-con.e-child {
  top: 140px;
}

.elementor-element.elementor-element-5a0f254.elementor-widget.elementor-widget-text-editor {
  top: -40px;
}

.elementor-element.elementor-element-21d6d90.elementor-widget.elementor-widget-text-editor {
  top: -40px;
}

.elementor-11 .elementor-element.elementor-element-abbc5a7 > .elementor-widget-container {
  width: 37vw !important;
  margin: 0 12vw;
}

#section-info-architecte {
  margin-top: 240px;
}

/* CARD Personne HomePage */
.elementor-11 .elementor-element.elementor-element-973777f {
  --display: flex;
  gap: 0;
}

.flex-card-associe-title-01 {
  top: -1%;
}

.elementor-element.elementor-element-ce279e3.e-con-full.e-flex.e-con.e-child {
  padding-left: 0;
}

.elementor-11 .elementor-element.elementor-element-eebbaef {
  --display: flex;
  gap: 0;
}

.flex-card-associe-title-2 {
  top: 25%;
}

.elementor-element.elementor-element-8bf7eb6.e-con-full.e-flex.e-con.e-child {
  padding-left: 0;
}

#my-title-name-card h2 {
  width: 15vw;
}

#my-title-HES-card h3 {
  width: 15vw;
}

.elementor-11 .elementor-element.elementor-element-c16f145 {
  gap: 4vw;
}

#my-name-carde {
  margin-top: 20px;
}

/* END CARD Personne HomePage */
.projects-container {
  margin-left: 6vw;
}

/* GRILLE PROJET */
.page-projets header {
  margin-top: 225px;
}

.page-projets .projects-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 130px 30px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.page-projets .project-card-projet {
  min-height: 350px;
}
.page-projets .project-thumbnail-projet {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.page-projets .project-card-projet:nth-child(10n+1) {
  grid-row: span 2;
  /* Étend l'élément sur deux lignes */
}
.page-projets .project-thumbnail-projet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
}
.page-projets .project-thumbnail-projet:hover::before {
  transform: scale(1.05);
}

.page-actualites h1 {
  margin-top: 8rem;
  text-align: center;
}
.page-actualites .projects-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 130px 30px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.page-actualites .project-card-projet {
  min-height: 350px;
}
.page-actualites .project-thumbnail-projet {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.page-actualites .project-card-projet:nth-child(10n+1) {
  grid-row: span 2;
  /* Étend l'élément sur deux lignes */
}
.page-actualites .project-thumbnail-projet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
}
.page-actualites .project-thumbnail-projet:hover::before {
  transform: scale(1.05);
}

@media screen and (max-width: 1280px) {
  .elementor-11 .elementor-element.elementor-element-abbc5a7 > .elementor-widget-container {
    margin: 0 !important;
  }
  .elementor-11 .elementor-element.elementor-element-abbc5a7 > .elementor-widget-container {
    margin-left: 15vw !important;
    width: 80% !important;
  }
}
@media screen and (max-width: 1500px) {
  h1.elementor-heading-title.elementor-size-default {
    width: 55vw;
  }
}
@media screen and (max-width: 1280px) {
  h1.elementor-heading-title.elementor-size-default {
    width: 73vw;
  }
}
@media screen and (max-width: 992px) {
  .home .header_BG {
    height: 88vh !important;
  }
  .container {
    padding: 50px 25px 0 25px;
  }
  ƒ h1.elementor-heading-title.elementor-size-default {
    width: 73vw;
  }
  .home .projects-container {
    gap: 80px 20px !important;
  }
  .home .project-card:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3 !important;
    height: 675px;
  }
  .home .project-card:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2 !important;
    height: 400px;
  }
  .home .project-card:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4 !important;
    height: 400px;
  }
  .home .project-card:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/4 !important;
    height: 675px;
  }
}
@media screen and (max-width: 576px) {
  .home .header_BG {
    height: 80vh !important;
  }
  h1.elementor-heading-title.elementor-size-default {
    font-size: 1.5rem !important;
  }
  .elementor-element.elementor-element-abbc5a7.h1-homepage-signature.elementor-widget.elementor-widget-heading {
    padding: 2rem 0;
  }
  .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
  .e-con > .elementor-widget > .elementor-widget-container {
    width: 100% !important;
  }
  .projects-container {
    margin-left: 0;
  }
  .home .projects-container {
    display: flex !important;
    flex-direction: column;
    height: 100px;
    gap: 14rem !important;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .home .projects-container {
    gap: 4rem !important;
  }
}
@media screen and (max-width: 576px) {
  #section-info-architecte {
    margin-top: 100rem;
  }
  .home .project-thumbnail {
    width: 100% !important;
    height: 500% !important;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .home .project-thumbnail {
    width: auto !important;
    height: 300px !important;
  }
}
@media screen and (max-width: 576px) {
  .elementor-11 .elementor-element.elementor-element-abbc5a7 > .elementor-widget-container {
    margin-left: 6vw !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .project-info h2 {
    font-size: 1.25rem !important;
  }
  .project-info p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 576px) {
  .elementor-11 .elementor-element.elementor-element-abbc5a7 > .elementor-widget-container {
    margin-left: 11vw !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  #section-info-architecte h1.elementor-heading-title.elementor-size-default {
    width: 100%;
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 1680px) {
  .elementor-element.elementor-element-8f4ac22.elementor-widget.elementor-widget-heading h1 {
    width: 42vw;
  }
}
@media screen and (max-width: 1240px) {
  .elementor-element.elementor-element-abbc5a7.h1-homepage-signature.elementor-widget.elementor-widget-heading {
    padding: 0 0 5rem 0;
  }
  .elementor-element-1d6ea7c .e-con-inner {
    gap: 2em !important;
    margin-left: 1rem !important;
    /* margin-right: 1rem !important; */
    margin-top: 12rem !important;
    width: 98% !important;
  }
  .elementor-11 .elementor-element.elementor-element-9d46efe .elementor-heading-title {
    font-size: 1px;
    font-size: 2rem !important;
    width: 100%;
  }
  .elementor-element.elementor-element-e78bbdc.e-con-full.e-flex.e-con.e-child {
    gap: 0.5rem;
  }
  .elementor-element.elementor-element-6d08836.e-con-full.e-flex.e-con.e-child {
    gap: 0.5rem;
  }
  .elementor-element-7aac263 h3 {
    margin-top: 0;
  }
  .elementor-element-f2792a6 h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .elementor-11 .elementor-element.elementor-element-77285c3 {
    width: 94% !important;
  }
}
@media screen and (max-width: 845px) {
  .page-projets .projects-container {
    display: flex;
    gap: 105px;
    margin-top: 5rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .elementor-widget-container {
    width: 100% !important;
  }
  h2.elementor-heading-title.elementor-size-default {
    font-size: 1.6rem !important;
  }
  h2.elementor-heading-title.elementor-size-default {
    margin-top: 0.5rem !important;
  }
  .home .elementor-widget-container h3 {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .home .projects-container {
    margin-bottom: 10rem;
  }
  .elementor-11 .elementor-element.elementor-element-abbc5a7 > .elementor-widget-container {
    margin-left: 2% !important;
    width: 94% !important;
  }
  .e-con-inner {
    margin: auto 7% !important;
    width: 93% !important;
  }
  h1.elementor-heading-title.elementor-size-default {
    font-size: 1.8rem !important;
    width: 100%;
  }
  img.attachment-large.size-large.wp-image-166 {
    width: 100vw;
  }
  img.attachment-large.size-large.wp-image-167 {
    width: 100vw;
  }
  .elementor-element.elementor-element-e02ae3a.elementor-widget.elementor-widget-text-editor {
    top: -35px;
  }
  .elementor-element.elementor-element-26c914c.elementor-widget.elementor-widget-text-editor {
    top: -35px;
  }
}
@media screen and (max-width: 576px) {
  .home .projects-container {
    margin-bottom: 102rem;
  }
  .e-con-inner {
    width: 93% !important;
    margin: auto 1% !important;
  }
  #text-2 h4 {
    font-size: 1.1rem !important;
  }
  .footer-col.left-footer-column.footer-section-2-flex {
    margin-top: 3rem;
  }
  #menu-primary-menu li a {
    font-size: 1rem;
  }
}
/* PAGE d'un projet Responsive */
@media screen and (max-width: 1580px) {
  .projet-img-grile-1 {
    height: 100% !important;
  }
  .projet-img-grile-1 img {
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .mes-infos-projet {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 90% !important;
    justify-content: space-between;
    margin-left: 3% !important;
  }
}
@media screen and (max-width: 1080px) {
  .mes-infos-projet {
    width: 70% !important;
  }
  .elementor-element.elementor-element-5c87247f.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    display: flex;
    flex-direction: column;
  }
  .elementor-437 .elementor-element.elementor-element-744b36a9 {
    --width: 85% !important;
  }
  h2.elementor-heading-title.elementor-size-default {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .elementor-437 .elementor-element.elementor-element-744b36a9 {
    --width: 100% !important;
  }
  .projet_grille_image_general {
    padding: 0 0 0 0;
  }
}
@media screen and (min-width: 1081px) {
  .projet_grille_image_general {
    padding: 0 10% 0 10% !important;
  }
  .projet_grille_image_general-section-2 {
    padding: 0 8.5% 0 8.5% !important;
  }
}
@media screen and (max-width: 767px) {
  .Name-date-projet.container {
    margin-top: 1rem;
  }
  .mes-infos-projet {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 90% !important;
    justify-content: space-between;
    margin-left: 3% !important;
  }
  .projet_grille_image_general {
    padding-left: 1.5vw !important;
  }
  .elementor-437 .elementor-element.elementor-element-2537edc .elementor-button {
    font-size: 21px !important;
    font-weight: 400;
  }
  .elementor img {
    max-width: 95% !important;
  }
  .projet-img-grile-1 {
    margin-bottom: 2rem !important;
  }
  .projet-img-grile-4 {
    margin-bottom: 2rem !important;
  }
}
.title-h1-center-center .elementor-widget-container {
  width: 100% !important;
}

#section-info-architecte {
  margin-bottom: 6rem;
}

.privacy-policy a {
  color: #000000;
}

.page-le-bureau .elementor-widget-container {
  width: auto !important;
}

@media screen and (max-width: 576px) {
  .my-actualite {
    display: flex;
    justify-content: space-evenly !important;
    justify-content: center;
    margin-left: -6rem !important;
    flex-direction: column;
    align-items: center;
  }
}
/* Home NAV Primary Menu */
.home-nav {
  font-family: "Lexend", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home-nav-open {
  font-family: "Lexend", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1 {
  color: #000000 !important;
  font-family: "Lexend", serif !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: normal !important;
}
h1 .elementor-heading-title {
  color: #000000;
  font-family: "Lexend", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.h1-homepage-signature {
  padding-bottom: 160px;
  padding-top: 94px;
}

h2 {
  color: #000000;
  font-family: "Lexend", serif !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: normal !important;
}

h3 {
  color: #888888 !important;
  font-family: "Lexend", serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: normal !important;
}

h4 {
  color: #000000 !important;
  font-family: "Lexend", serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

p {
  color: #000000 !important;
  font-family: "Raleway", serif !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important; /* 33px */
}

footer h4 {
  font-family: "Lexend", serif;
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.project-card-2 h2 {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 1500px) {
  .title-dernier-projetsh1.elementor-heading-title.elementor-size-default {
    width: 55vw;
  }
}
.title-dernier-projets h1 {
  width: 100% !important;
}

body:not(.home) .header_BG {
  display: none;
}
body:not(.home) .logo-top-test {
  display: none;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

#menu-z-index-top {
  z-index: 997 !important;
}

.home .header_BG {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 576px) {
  .home .header_BG {
    width: 100%;
  }
}

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Hauteur de l'écran */
}

.video-background {
  padding-top: 6vw;
}

.video-background video {
  position: absolute;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  /* La vidéo couvrira toute la zone sans déformation */
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 10;
}

.header-logo-menu {
  display: flex;
  justify-content: space-between;
  padding-top: 0.8rem;
  align-items: center;
}

.header-logo-menu-open {
  display: flex;
  justify-content: space-between;
}

.logo {
  z-index: 700;
}

.logo-fullscreen-header {
  background-image: url("../images/logotype-header-fullscreen.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25%;
  height: 100vh;
  width: 100vw;
}

@media screen and (max-width: 1280px) {
  #my-logo-header-archi-bg {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  #my-logo-header-loading {
    width: 160px !important;
    height: auto;
  }
  #my-logo-header-archi-bg {
    width: 160px;
    height: auto;
  }
}
.current-menu-item:not(.mesMenuOpen) a {
  position: relative;
}

.current-menu-item:not(.mesMenuOpen) a.active-menu::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* Distance sous le texte */
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #1f8ac8;
  border-radius: 50%;
}

body .projet-archi-pres-template-default #menu-item-41 a {
  position: relative;
}

body .projet-archi-pres-template-default #menu-item-41 a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* Distance sous le texte */
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #1f8ac8;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .header-logo-menu {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.logo-top-test {
  z-index: 945;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

svg#my-logo-header-archi-bg {
  opacity: 0.5;
}

.container-menu-open {
  margin: 50px 50px;
}

ul#menu-primary-menu {
  display: flex;
  justify-content: space-between;
  gap: 2rem !important;
  transition: all ease-in-out 0.5s;
}

@media screen and (max-width: 576px) {
  ul#menu-primary-menu {
    font-size: 1.5rem;
  }
  .section-menu.section-menu-3 {
    display: none;
  }
  .mesMenuOpen {
    display: flex;
    flex-direction: column;
  }
}
#menu-primary-menu li {
  list-style: none;
}

#menu-primary-menu a {
  text-decoration: none;
  color: #000000;
}

.home-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  height: 10px;
}
.home-nav .full-menu-home-nav {
  z-index: 999;
}

.menu-primary {
  width: 13vw;
}

.menu-informations img {
  padding-top: 10px;
}

.full-menu {
  margin-top: 8px;
}

.full-menu-open {
  position: fixed;
  width: 100vw;
  height: 100vw;
  background-color: red;
}

#toggleDiv {
  position: fixed;
  top: 0;
  z-index: 950;
  width: 100vw;
  height: 100vh;
  background-color: #111111;
  background-image: url(../images/Archi-bg-sigle-full-menu.svg);
  background-repeat: no-repeat;
  background-position: 99% 97%;
  opacity: 0;
  pointer-events: none;
}
#toggleDiv li a {
  pointer-events: none;
}
#toggleDiv.ouvert li a {
  pointer-events: all;
}

/* RESPONSIVE DESIGN MOBIL HEADER */
@media screen and (max-width: 428px) {
  #loading-home-page {
    width: 107vw !important;
    height: 107vh !important;
  }
  .container {
    padding: 50px 20px 0 20px;
  }
  #toggleDiv {
    width: 110vw !important;
    height: 110vh !important;
  }
  .elementor-element-1d6ea7c {
    margin-top: 100rem !important;
  }
  .boc-flex-logo-loading {
    width: 107vw !important;
  }
}
@media screen and (max-width: 428px) and (max-width: 576px) {
  .boc-flex-logo-loading {
    width: 100vw !important;
  }
}
@media screen and (max-width: 428px) {
  .logo-top-test {
    width: 107vw !important;
  }
}
@media screen and (max-width: 428px) and (max-width: 576px) {
  .logo-top-test {
    width: 100vw !important;
  }
}
@media screen and (max-width: 428px) {
  .logo-fullscreen-header-section2 {
    width: 107vw !important;
  }
}
@media screen and (max-width: 428px) and (max-width: 576px) {
  .logo-fullscreen-header-section2 {
    width: 100vw !important;
  }
}
@media screen and (max-width: 428px) {
  .video-background video {
    width: 100% !important;
  }
  e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
  .e-con > .elementor-widget > .elementor-widget-container {
    width: 98% !important;
  }
  .elementor-element-fab5944 .elementor-widget-container {
    margin-left: 0.3rem;
  }
  .elementor-element.elementor-element-f3d7664.elementor-hidden-desktop.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    margin-top: 101rem;
  }
  .e-con > .e-con-inner {
    margin: auto 0 !important;
  }
}
/* END RESPONSIVE DESIGN MOBIL HEADER */
#toggleButtonCloseTXT {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home-nav-open {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 10vw;
  gap: 2.5vw;
}

#section-menu-contact {
  display: flex;
  justify-content: space-around;
  margin: 30vh 5vw;
}

@media screen and (max-width: 576px) {
  #section-menu-contact {
    display: flex;
    justify-content: space-around;
    margin: 14rem 5vw;
    flex-direction: column;
  }
}
.mesMenuOpen {
  display: flex;
  gap: 10vw;
}

@media screen and (max-width: 1280px) {
  ul#menu-primary-menu {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    padding-left: 0;
  }
  #toggleDiv {
    background-size: 35rem;
  }
  #section-menu-contact {
    display: flex;
    justify-content: space-around;
    margin: 15rem 5vw;
  }
}
@media screen and (max-width: 576px) {
  .mesMenuOpen {
    display: flex;
    flex-direction: column;
  }
  .mesMenuOpen {
    gap: 0vw;
  }
  ul#menu-menu-selection-full-filtre li a {
    font-size: 1.4rem;
  }
  ul#menu-primary-menu {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    padding-left: 0;
  }
  .section-menu-2 {
    padding-top: 6%;
  }
  ul#menu-third-menu li a {
    font-size: 1.4rem;
  }
  #toggleDiv {
    position: fixed;
    top: 0;
    z-index: 950;
    width: 100vw;
    height: 100vh;
    background-color: #111111;
    background-image: url(../images/Archi-bg-sigle-full-menu.svg);
    background-repeat: no-repeat;
    background-position: 99% 97%;
    background-size: 20rem;
    opacity: 0;
    pointer-events: none;
  }
}
.section-menu p {
  font-family: "Lexend", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f8ac8 !important;
}
.section-menu a {
  color: #ffffff;
}
.section-menu li {
  color: #ffffff;
}

.section-menu-1 ul,
.section-menu-2 ul {
  padding-left: 0;
}
.section-menu-1 a,
.section-menu-2 a {
  color: #fff;
  font-family: "Lexend", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
}
.section-menu-1 li,
.section-menu-2 li {
  list-style: none;
}

.section-menu-2 {
  padding-top: 6%;
}

.section-menu-3 {
  font-family: "Raleway", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.section-menu-3 a {
  text-decoration: none;
}
.section-menu-3 ul {
  padding-left: 0;
}
.section-menu-3 li {
  list-style: none;
}

/* Menu Full Site */
.mon-menu-full-site {
  display: flex;
}
.mon-menu-full-site li {
  list-style: none;
}
.mon-menu-full-site a {
  text-decoration: none;
  color: #000000;
}

.logo-fullscreen-header-section2 {
  height: 100px;
}

/* END My Sticky NAV */
.projet-archi-pres-template-default #stickyDiv {
  position: fixed;
  width: 100%;
}
.projet-archi-pres-template-default .logo-fullscreen-header-section2 {
  padding-top: 1%;
}

.vissible {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1280px) {
  .section-menu-1 a,
  .section-menu-2 a {
    color: #fff;
    font-family: "Lexend", serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-decoration: none;
  }
  .section-menu-2 {
    padding-top: 12%;
  }
  .section-menu-3 {
    font-family: "Raleway", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .header-logo-menu {
    padding-left: 18px;
    padding-right: 25px;
  }
  #section-menu-contact {
    margin: 19% 5vw;
  }
  .section-menu-2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 320px) {
  ul#menu-primary-menu {
    gap: 18px !important;
  }
  #menu-primary-menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-height: 568px) {
  .mesMenuOpen ul li a {
    font-size: 0.95rem !important;
  }
}
.fermer-out {
  display: none !important;
}

.menu-active-display {
  display: none !important;
}

body:not(.home) #loading-home-page-bloc {
  position: fixed;
  display: none;
  z-index: 999;
}

.boc-flex-logo-loading {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#loading-home-page {
  z-index: 998;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #000000;
}

#my-logo-header-loading {
  position: fixed;
  pointer-events: none;
  z-index: 999;
}

@media screen and (max-width: 1280px) {
  #my-logo-header-loading {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  #my-logo-header-loading {
    width: 300px;
    height: auto;
  }
}
.maListeMenu {
  list-style: none;
  padding-left: 0;
}
.maListeMenu li {
  border-bottom: solid 0.9px #cccccc;
  pointer-events: none h2;
  pointer-events-margin-top: 1%;
  pointer-events-margin-bottom: 1%;
}

.maListeMenu li h2 {
  color: black;
  cursor: pointer;
  transition: color 0.05s;
  margin: 0;
  padding: 7.273px 0 7.273px 0;
}

li.flex-arrow-title-nav {
  display: flex;
  align-items: center;
}

svg#Calque_1,
#arrow_projet_homepage {
  height: auto;
  width: 4%;
  margin-left: 4%;
}

svg#arrow_projet_homepage {
  height: auto;
  width: 1.5rem;
  margin-left: 4%;
}

button#load-more {
  display: none;
}

.footer-section-1 {
  width: 100%;
  height: 515px;
  background-image: url("../images/archibg_footer_06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-section-1 .logo-footer-section-1 {
  width: 100%;
  height: 600px;
  background-image: url("../images/Archi-BG-logo-negatif.svg");
  background-repeat: no-repeat;
  background-position: center 150px;
}

.footer-section-2 {
  width: 100%;
  height: 365px;
  background-color: #f3f3f3;
}

footer .textwidget p {
  color: #000000;
  font-family: "Raleway", serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
}

#menu-menu-selection-full-filtre-1 li {
  list-style: none;
}
#menu-menu-selection-full-filtre-1 a {
  text-decoration: none;
  color: #000000;
  font-family: "Raleway", serif;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

#menu-menu-footer-section-1 {
  padding-left: 0;
}
#menu-menu-footer-section-1 li {
  list-style: none;
}
#menu-menu-footer-section-1 a {
  text-decoration: none;
  color: #000000;
  font-family: "Raleway", serif;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

#menu-third-menu-1 li {
  list-style: none;
}
#menu-third-menu-1 a {
  text-decoration: none;
  color: #000000;
  font-family: "Raleway", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.footer-section-2-flex {
  display: flex;
  justify-content: flex-start;
  gap: 19vw;
  padding-top: 50px;
  padding-left: 7vw;
}

.footer-flex-1 {
  display: flex;
  gap: 10vw;
}

.row-flex {
  display: flex;
  justify-content: space-between;
}
.row-flex p {
  color: #000000 !important;
  font-family: "Raleway", serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 150% !important;
}
.row-flex a {
  text-decoration: none;
  color: #000000;
}

@media only screen and (max-width: 576px) {
  .footer-section-1 .logo-footer-section-1 {
    background-size: 90%;
  }
  .footer-section-2 {
    padding-top: 10vw;
    height: 160vh;
  }
  .footer-flex-1 {
    display: flex;
    gap: 4vw;
    flex-direction: column;
    align-items: center;
  }
  .footer-section-2-flex {
    display: flex;
    justify-content: flex-start;
    gap: 5vw;
    padding-top: 0 !important;
    padding-left: 0 !important;
    flex-direction: column;
    align-items: center;
  }
  .row-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  #text-2 {
    text-align: center;
  }
  #text-2 h4 {
    width: 50vw;
  }
  #nav_menu-2 {
    text-align: center;
  }
  #nav_menu-3 {
    text-align: center;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-section-2 {
    padding-top: 8vw;
    height: 850px;
  }
  .footer-flex-1 {
    display: flex;
    gap: 4vw;
    flex-direction: column;
    align-items: center;
  }
  .footer-section-2-flex {
    display: flex;
    justify-content: flex-start;
    gap: 5vw;
    padding-top: 0 !important;
    padding-left: 0 !important;
    flex-direction: column;
    align-items: center;
  }
  #text-2 {
    text-align: center;
  }
  #text-2 h4 {
    width: 50vw;
  }
  #nav_menu-2 {
    text-align: center;
  }
  #nav_menu-3 {
    text-align: center;
  }
}
#menu-menu-selection-full-filtre-1 {
  padding-left: 0;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

#menu-third-menu-1 {
  padding-left: 0;
}

img.copyright-logo {
  margin-bottom: -3px;
}

#menu-footer-menu {
  padding-left: 0;
}
#menu-footer-menu li {
  list-style: none;
}
#menu-footer-menu a {
  text-decoration: none;
  color: #000000 !important;
  font-family: "Raleway", serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

@media screen and (min-width: 1922px) {
  .footer-flex-1 {
    display: flex;
    gap: 23vw;
  }
}
img.copyright-logo {
  transition: 0.5s ease-out;
}

img.copyright-logo:hover {
  transform: rotateY(180deg) !important;
}

a.mailto-no-text-style {
  text-decoration: none;
  color: #000000;
}

.my-filter-flex {
  display: flex;
  justify-content: center;
  margin: 0 10rem;
  position: relative;
  top: -1px;
  background-color: #ffffff;
  gap: 4vw;
  align-content: flex-start;
  align-items: baseline;
}

.wpc-filters-section.wpc-filters-section-525.wpc-filter-type-projet.wpc-filter-taxonomy.wpc-filter-layout-labels.wpc-filter-full-height.wpc-filter-terms-count-5.wpc-filter-visible-term-names {
  margin-bottom: 0;
}

.wpc-filter-header {
  display: none;
}

ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-525 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

.widget_wpc_filters_widget {
  background-color: #ffffff;
}

.wpc-filters-ul-list {
  margin-top: 0;
}

.wpc-filter-link {
  color: #000000;
  font-family: "Lexend", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0;
}

.wpc-term-count {
  opacity: 1 !important;
}

.wpc-term-count-value {
  color: #888888;
  font-family: "Lexend", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.counter-style {
  color: #888888;
  font-family: "Lexend", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
  display: flex;
  align-items: flex-end;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
  border: 0 !important;
}

.wpc-term-count-brackets-open {
  opacity: 0;
}

.wpc-term-count-brackets-close {
  opacity: 0;
}

.wpc-filter-link,
.wpc-filter-visible-term-names .wpc-term-image-wrapper,
.wpc-item-has-brand .wpc-term-image-wrapper {
  margin-right: 0 !important;
}

.wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
  background: none !important;
}
.wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper a {
  text-decoration-style: solid;
}

.wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper:hover {
  background: none !important;
}

.wpc-filters-main-wrap input.wpc-label-input + label:hover span.wpc-filter-label-wrapper {
  background-color: transparent !important;
}

.wpc_is_filter_request .wpc-filter-link {
  color: black;
  transition: color 0.3s ease-in-out;
}

.wpc_is_filter_request .wpc-filter-link:not(.wpc-term-active) {
  color: lightgray;
}

.wpc-filters-main-wrap.wpc-filter-set-524 {
  margin-top: 2%;
}

#reset-filters a {
  color: #000000;
  text-decoration: none;
}

#icon-filter-projet {
  width: 2.3rem;
  position: relative;
  top: 0.5rem;
}

.counter-style {
  color: #888888;
  font-family: "Lexend", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wpc-filter-architecture {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: all 0.3s ease-in;
}
.wpc-filter-architecture.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  height: auto;
}

.wpc-filter-architecture-interieur {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: all 0.3s ease-in;
}
.wpc-filter-architecture-interieur.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  height: auto;
}

.wpc-filter-content.wpc-filter-architecture, .wpc-filter-architecture-interieur {
  display: flex;
  justify-content: flex-start;
}

.my-filter-flex a {
  font-size: 1rem;
}

div#reset-filters {
  width: 9%;
}
@media screen and (max-width: 1280px) {
  div#reset-filters {
    width: auto !important;
  }
}

ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-3311 a {
  font-size: 0.8rem !important;
  display: flex !important;
  justify-content: center !important;
}

ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-3312 a {
  font-size: 0.8rem !important;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .my-filter-flex {
    display: flex;
    justify-content: center;
    margin: 0 1rem;
    position: relative;
    top: -1px;
    background-color: #ffffff;
    gap: 4vw;
    align-content: flex-start;
    align-items: baseline;
    flex-direction: column;
  }
  .my-filter-flex svg {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-525 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2vw;
    flex-direction: row;
    width: 100vw;
  }
  ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-3311 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-3312 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-525 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2vw;
    flex-direction: column;
    width: 100vw;
  }
  ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-3311 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1281px) {
  .test-z-index {
    position: fixed;
    z-index: 949;
    width: 100vw;
    top: 90px;
    background-color: #ffffff;
  }
}
.test-z-index {
  position: fixed;
  z-index: 949;
  width: 100vw;
  top: 90px;
  background-color: rgb(255, 255, 255);
}

#reset-filters a {
  color: lightgray;
  text-decoration: none;
}

.e-con.e-child {
  padding: 0 !important;
}

.container-projet {
  margin: 0 auto;
  width: 85%;
}

.title-single-page {
  text-align: center;
  margin-top: 7%;
  margin-bottom: 43px;
}
.title-single-page h1 {
  margin-bottom: 0;
}
.title-single-page h3 {
  margin-top: 0;
}

.image_apercu_projet {
  width: 100%;
  margin-bottom: 96px;
}

.mes-infos-projet {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  width: 48vw;
  justify-content: space-between;
  margin-left: 8vw;
}
.mes-infos-projet h3 {
  color: #000000 !important;
  /* Titre 3 */
  font-family: "Lexend", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.mes-infos-projet p {
  color: #888888 !important;
  /* Paragraph */
  font-family: "Raleway", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.elementor-element.elementor-element-7c92f5b.e-grid.e-con-full.e-con.e-parent.e-lazyloaded {
  padding: 0;
}

.img-no-padding {
  padding: 0;
}

.elementor-element.elementor-element-edit-mode.elementor-element-14d79fa.e-con.e-child.e-flex.e-con-full.e-con--column {
  padding: 0;
}

.elementor-widget-container {
  width: 92%;
}

.elementor-93 .elementor-element.elementor-element-fa060aa {
  --width: 40.3333%;
}

.elementor-widget-container {
  width: 94% !important;
}

.elementor-93 .elementor-element.elementor-element-2ee3977 {
  --width: 80% !important;
}

.elementor-element.elementor-element-60dcfe5.e-grid.e-con-full.projet-section-2.e-con.e-parent.e-lazyloaded {
  margin-top: 154px;
  margin-bottom: 154px;
}

img.attachment-large.size-large.wp-image-74 {
  margin-bottom: 42px;
}

.elementor-element.elementor-element-7c4a48a.e-grid.e-con-full.e-con.e-parent.e-lazyloaded {
  margin-top: 10px;
}

.link-voir-projet {
  margin: 50px 0 120px 0;
}

.elementor-element.elementor-element-ec05078.elementor-align-center.link-voir-projet.elementor-widget.elementor-widget-button {
  margin-bottom: 120px;
}

.main-content-projet {
  padding-top: 8rem;
}

.single-projet-thumbnail {
  display: block;
  width: 100%;
  height: 80vh;
}

.title-center-single-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 50px;
}
.title-center-single-page h1 {
  margin-bottom: 0;
}
.title-center-single-page h3 {
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 43px;
}

.container-single-projet {
  margin: 0 50px;
}

.single-project-fields {
  display: flex;
  justify-content: space-around;
}

.single-project-fields {
  margin: 5rem 0;
}
.single-project-fields h3 {
  font-family: "Lexend", serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: normal !important;
  color: #000000 !important;
  margin-bottom: 0;
}
.single-project-fields p {
  margin-bottom: 0;
  margin-top: 0;
  color: #888888 !important;
  font-family: "Raleway", serif !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.grid-description-text {
  margin-bottom: 5rem;
  column-count: 3;
  column-gap: 3rem;
}
.grid-description-text p {
  margin-top: 0;
}

.single-projet-more-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0;
}
.single-projet-more-center a {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  fill: #000000;
  color: #000000;
}
.single-projet-more-center svg {
  width: auto;
  height: 1.5rem;
}

.single-projet-more-flex-arrow {
  display: flex;
  gap: 2rem;
  align-items: baseline;
}

@media screen and (max-width: 1280px) {
  .grid-description-text {
    margin-bottom: 5rem;
    column-count: 2;
    column-gap: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .single-projet-realisation .logo-fullscreen-header-section2 {
    width: 100vw !important;
  }
  .single-projet-thumbnail {
    height: 45vh;
  }
  .title-center-single-page {
    margin: 0 15px;
  }
  .container-single-projet {
    margin: 40px 15px !important;
  }
  .grid-description-text {
    margin-bottom: 5rem;
    column-count: 1 !important;
    text-align: justify;
  }
  .project-single-grid-flex {
    margin: 0 15px !important;
    padding-bottom: 50px;
  }
  .project-single-grid {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
}
a.app-aware-link {
  color: #000000;
}

.flex-title-team {
  display: flex;
  justify-content: center;
}

.page-template-page-la-team #main-content {
  margin-top: 10rem;
}

.team-info {
  margin: 0 0;
  font-family: "Lexend", serif !important;
  color: #888888 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: normal !important;
}

.flex-container-team {
  display: flex;
  flex-wrap: wrap; /* Permet le retour à la ligne */
  gap: 120px 10vw; /* Optionnel : espace entre les éléments */
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .flex-container-team {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 0;
    justify-content: center;
    flex-direction: column;
  }
}
.flex-team {
  flex: 0 0 33, 33%; /* Chaque élément occupe 25% de la largeur */
  box-sizing: border-box;
}

.flex-title-team h1 {
  padding: 94px 0 160px 0;
  margin: 0;
}

.flex-item-team h2 {
  margin-bottom: 0;
}

.mon-image-team-page {
  height: 44rem;
  margin-top: 8rem;
  width: 95vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 32%;
}

.flex-title-team {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.flex-item-team {
  position: relative;
  transition: 0.3s ease-in-out;
  top: 0;
}

.flex-item-hover-anim {
  position: relative;
  transition: 0.3s ease-in-out;
  /* top: 0; */
  left: 0;
}

@media screen and (max-widht: 576px) {
  .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
  .e-con > .elementor-widget > .elementor-widget-container {
    width: 100% !important;
  }
}
.page-template-page-la-team img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
  width: 21vw;
}

.flex-item-team h2 {
  font-size: 2rem !important;
}

.h2-job {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 1355px) {
  .my-actualite .flex-item-team h2 {
    font-size: 1.3rem !important;
  }
  .my-actualite .flex-item-team p {
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 1981px) {
  .mon-image-team-page {
    height: 60rem;
    width: 95vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
  }
}
@media screen and (max-width: 900px) {
  .page-template-page-la-team img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: auto;
    width: 35vw;
  }
}
@media screen and (max-width: 570px) {
  .page-template-page-la-team img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: auto;
    width: 65vw;
  }
}
.flex-item-team:hover {
  position: relative;
  top: -0.5rem !important;
}

.flex-item-hover-anim:hover {
  position: relative;
  transition: 0.3s ease-in-out;
  /* top: 0; */
  left: 1rem;
}

@media screen and (max-width: 870px) {
  .mon-image-team-page {
    height: 30rem;
  }
}
@media screen and (max-width: 715px) {
  .page-template-page-la-team h1 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 580px) {
  .page-template-page-la-team h1 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 576px) {
  .e-con > .e-con-inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .img-bureau-description img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .img-bureau-description img {
    max-width: 100% !important;
  }
  div#container-le-bureau-max-width {
    margin-bottom: 0rem !important;
  }
  .elementor-element.elementor-element-83e13c7.e-con-full.container-le-bureau-margin.e-flex.e-con.e-child {
    margin-bottom: 0 !important;
  }
}
.container-page {
  margin: 0 2vw;
}

#section-job {
  margin-top: 10rem;
}
#section-job h1.elementor-heading-title.elementor-size-default {
  width: auto !important;
}

@media screen and (max-width: 576px) {
  .flex-container-team-flex-center {
    margin-left: 0 !important;
  }
}
.width-container-team .flex-item-team {
  width: 22vw;
}

@media screen and (max-width: 1280px) {
  .width-container-team .flex-item-team {
    width: 35vw;
  }
}
@media screen and (max-width: 576px) {
  .width-container-team .flex-item-team {
    width: 100vw;
  }
  .flex-item-team h2 {
    margin: 0;
    margin-top: 1rem;
  }
}
.flex-arrow-title-nav.flex-item-team {
  height: 4rem;
  margin: 0;
}

#section-job .flex-item-team {
  margin: 1rem 0px;
  border-bottom: 1px solid #E5E5E5;
}

.flex-arrow-title-nav a {
  display: flex;
}

.page-le-bureau svg#Calque_1 {
  width: 3%;
}

.title-h1-le-bureau {
  margin: 12rem 0 4rem 0 !important;
}

@media screen and (max-width: 576px) {
  .title-h1-le-bureau {
    text-align: left !important;
  }
}
.container-le-bureau-margin {
  margin-bottom: 8rem !important;
}

.projects-container.my-actualite {
  margin-left: 0 !important;
}

.my-actu-le-bureau-center .elementor-widget-container {
  margin: 0 !important;
}

.my-actu-le-bureau-center .elementor-widget-container {
  margin: 0 !important;
}

@media screen and (max-width: 576px) {
  .my-actualite .project-thumbnail-projet.project-thumbnail-cover-size {
    width: 95vw !important;
    height: 95vw !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  .page-le-bureau svg#Calque_1 {
    width: 6%;
  }
  e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
  .e-con > .elementor-widget > .elementor-widget-container {
    width: 100% !important;
  }
}
.bureau-job-section {
  margin-top: 5rem !important;
}
.bureau-job-section img.attachment-large.size-large.wp-image-667 {
  max-width: 100% !important;
}

.flex-item-team h2 {
  width: 100%;
}
.flex-item-team p {
  width: 98%;
}

.project-single-grid {
  width: 100%;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.project-single-grid img {
  width: 100%;
}
.project-single-grid img:nth-child(10n+3) {
  grid-column: span 2;
}
.project-single-grid img:nth-child(10n+8) {
  grid-column: span 2;
}
.project-single-grid img:nth-child(10n+15) {
  grid-column: span 2;
}

.project-single-grid-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 50px;
  padding-bottom: 50px;
}

.projects-container-2 {
  display: flex;
  justify-content: space-around;
  gap: 3vw;
}

@media screen and (max-width: 1500px) {
  .title-dernier-projetsh1.elementor-heading-title.elementor-size-default {
    width: 55vw;
  }
}
@media screen and (max-width: 1010px) {
  .projects-container-2 {
    display: flex;
    justify-content: space-around;
    gap: 7vw;
    flex-direction: column;
  }
}
.project-card-2 {
  width: 100%;
  height: 300px;
}

.element-dernier-projet-bloc .elementor-widget-container {
  width: 100vw !important;
}

.element-dernier-projets-projets .elementor-widget-container {
  width: 95vw !important;
}

.project-card-2 h2 {
  font-size: 1.4rem !important;
}

.post-template-default #main-content {
  margin-top: 8rem;
}
.post-template-default .center-article-page {
  margin: 5rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-template-default .center-article-page img {
  width: 100%;
  height: auto;
}
.post-template-default .center-article-page p {
  text-align: left !important;
}
.post-template-default .center-article-page a {
  color: #000000;
}

.my-actualite {
  display: flex;
  justify-content: space-evenly !important;
  justify-content: center;
  margin-left: -6rem !important;
  gap: 3rem 0;
}
.my-actualite .project-thumbnail-projet.project-thumbnail-cover-size {
  width: 25vw;
  height: 25vw;
  background-position: center center !important;
  background-size: cover !important;
}

@media screen and (max-width: 576px) {
  .project-info H2 {
    font-size: 1.3rem !important;
  }
  .project-info p {
    font-size: 0.9rem !important;
  }
}
@media screen and (max-width: 845px) {
  .page-actualites .projects-container {
    display: flex;
    gap: 105px;
    margin-top: 5rem;
    flex-direction: column;
  }
  .project-card-projet.flex-item-team {
    height: 350px;
  }
}
@media screen and (max-width: 1500px) {
  #my-title-page-actualite h1.elementor-heading-title.elementor-size-default {
    width: 100%;
  }
}
.post-template-default .center-article-page {
  margin: 5rem 30px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mon-article-centre {
  width: 100%;
}

.mon-article-centre p a {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 30px !important;
  }
  .mon-article-centre {
    width: 100% !important;
  }
  .mon-article-centre a {
    width: 90% !important;
  }
  .mon-article-centre p:has(a + a) {
    display: flex;
    flex-direction: column;
  }
}


/* RETOUR 10 juin 2025 */

@media screen and (max-width: 1010px) {
    .projects-container-2 {
        gap: 21vw!important;
    }
	
	.my-actualite {
    gap: 7rem 0!important;
}
}

@media (max-width: 767px) {
    .elementor-15 .elementor-element.elementor-element-156f2b0f .elementor-button {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 870px) {
	.title-h1-le-bureau {
    margin: 6rem 0 4rem 0 !important;
}
}

@media screen and (max-width: 576px) {
	    .mon-image-team-page {
        height: 15rem!important;
    }
	
	.video-background video {
    height: 50vh!important;
}
	
	.logo-top-test {
    height: 60vh!important;
}
	
	    #my-logo-header-archi-bg {
        width: 97px!important;
    }
	
	 .home .header_BG {
        height: 54vh !important;
    }
	
	svg#my-logo-header-loading {
    position: relative;
    top: -10vh!important;
}
	
 	
	
}

@media screen and (max-width: 428px) {
    #loading-home-page {
        width: 107vw !important;
        height: 100vh !important;
    }
}



@media screen and (max-width: 1280px) {
    ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-3312 {
        display: flex;
        flex-direction: row!important;
        flex-wrap: wrap!important;
    }
	
		    ul.wpc-filters-ul-list.wpc-filters-labels.wpc-filters-list-3311 {
        display: flex;
        flex-direction: row!important;
        flex-wrap: wrap!important;
    }
}

.cky-btn-revisit-wrapper {
    z-index: 946 !important;
}

.cky-overlay {
    z-index: 946!important;
}

.cky-modal {
    z-index: 946!important;
}