/* SASS variables */
/* Viewport breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

p, span, ul li, ol li, a {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  color: #000;
}

#main-content ul {
  padding-left: 1rem;
}
#main-content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 1rem;
}
#main-content ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  left: -1rem;
  width: 6px;
  height: 6px;
  background: #C0C0C0;
  border-radius: 100%;
}

p {
  margin-top: 0;
}

.elementor-widget-text-editor {
  column-count: 2;
  column-gap: 3rem !important;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .elementor-widget-text-editor {
    column-count: 1;
  }
}
.elementor-widget-text-editor.one-column {
  column-count: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #000 !important;
  line-height: 1.75;
  margin-top: 0;
}

h1 {
  font-size: 20px;
  font-weight: 600 !important;
}

h2 {
  font-size: 20px;
}

h3, .as-h3 {
  font-size: 18px;
}

html, * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 100px 100px 0 100px;
  font-size: 20px;
  overflow-x: clip;
  transition: padding 0.5s ease;
}
@media only screen and (max-width: 1600px) {
  body {
    padding: 80px 80px 0 80px;
  }
}
@media only screen and (max-width: 1440px) {
  body {
    padding: 55px 55px 0 55px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    padding: 60px 60px 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding: 40px 40px 0 40px;
  }
}

#main-content {
  margin-left: 250px;
  margin-top: 150px;
  padding-bottom: 50px;
  min-height: 70vh;
}
@media only screen and (max-width: 1600px) {
  #main-content {
    margin-left: 240px;
    margin-top: 160px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #main-content {
    margin-left: 240px;
    margin-top: 120px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #main-content {
    margin-left: 0;
    margin-top: 200px;
    padding-bottom: 20px;
    min-height: 55vh;
  }
}

body:not(.elementor-editor-active) #main-content {
  opacity: 0;
}

.e-con.e-parent {
  margin-bottom: 3rem;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.elementor-button {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.elementor-button .button-dots {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 16px;
  transition: all 0.5s ease;
}
.elementor-button .button-dots.hover {
  width: 42px;
}
.elementor-button .button-dots.hover .dot-one {
  left: 0;
}
.elementor-button .button-dots.hover .dot-two {
  left: 16px;
}
.elementor-button .button-dots.hover .dot-three {
  left: 32px;
}
.elementor-button .button-dots .dot {
  width: 6px;
  height: 6px;
  background: #C0C0C0;
  border-radius: 100%;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}
.elementor-button .elementor-button-text {
  font-family: "Ubuntu", serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-size: 16px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  pointer-events: none;
}
.loader.hidden {
  display: none;
}
.loader img {
  width: 100%;
  height: auto;
  max-width: 325px;
  opacity: 0;
}

body:not(.home) .loader {
  display: none !important;
}

.top-margin {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  background: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .top-margin {
    height: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .top-margin {
    height: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-margin {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .top-margin {
    height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .single-realisation .top-margin {
    height: 210px;
  }
}

.single-realisation .single-reference-content {
  display: grid;
  grid-template-columns: 70% 26%;
  gap: 3rem;
}
@media only screen and (max-width: 1600px) {
  .single-realisation .single-reference-content {
    grid-template-columns: 65% 30%;
  }
}
@media only screen and (max-width: 1440px) {
  .single-realisation .single-reference-content {
    grid-template-columns: 58% 36%;
  }
}
@media only screen and (max-width: 768px) {
  .single-realisation .single-reference-content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.single-realisation .single-reference-content .project-details {
  text-align: justify;
}
.single-realisation .single-reference-content .project-details h1 {
  margin-bottom: 0;
}
.single-realisation .single-reference-content .project-details .single-sous-titre {
  margin-bottom: 2rem;
}
.single-realisation .single-reference-content .gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.return-to-projects-btn {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .return-to-projects-btn {
    position: absolute;
    top: 112%;
    z-index: -1;
  }
}

body:not(.single-realisation) .return-to-projects-btn {
  display: none;
}

ul.projects-grid {
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-left: 0 !important;
}
@media only screen and (max-width: 1440px) {
  ul.projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  ul.projects-grid {
    grid-template-columns: 100%;
  }
}
ul.projects-grid li {
  list-style-type: none;
}
ul.projects-grid li:before {
  display: none !important;
}
ul.projects-grid .single-project-tile {
  list-style-type: none;
  width: 100%;
  height: 300px;
  position: relative;
  transition: -webkit-filter 0.5s ease;
  opacity: 0;
}
ul.projects-grid .single-project-tile:not(.projet-phare) {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
ul.projects-grid .single-project-tile:not(.projet-phare):hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
ul.projects-grid .single-project-tile a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: clip;
}
ul.projects-grid .single-project-tile a:hover .main-informations {
  transform: translateY(0);
  opacity: 1;
}
ul.projects-grid .single-project-tile a .main-informations {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 100%);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}
ul.projects-grid .single-project-tile a .main-informations h2 {
  margin-bottom: 0;
}
ul.projects-grid .single-project-tile a .main-informations h2, ul.projects-grid .single-project-tile a .main-informations p {
  color: #fff !important;
}
ul.projects-grid .single-project-tile a .main-informations p {
  font-size: 0.85rem;
}

#load-more {
  display: none;
}

.jobs-grid {
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-left: 0 !important;
}
@media only screen and (max-width: 1440px) {
  .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .jobs-grid {
    grid-template-columns: 100%;
  }
}
.jobs-grid .single-job-tile {
  list-style-type: none;
  width: 100%;
  height: auto;
  position: relative;
  transition: -webkit-filter 0.5s ease;
  background: #efefef;
  padding: 2rem;
  opacity: 0;
}
.jobs-grid .single-job-tile:before {
  display: none !important;
}
.jobs-grid .single-job-tile .lien-postulation {
  margin-top: 2rem;
}
.jobs-grid .single-job-tile .download-pdf-button {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  opacity: 0.4;
  transition: all 0.5s ease;
}
.jobs-grid .single-job-tile .download-pdf-button:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.counter-section .elementor-counter {
  text-align: center;
}
.counter-section .elementor-counter .elementor-counter-number-prefix,
.counter-section .elementor-counter .elementor-counter-number,
.counter-section .elementor-counter .elementor-counter-number-suffix,
.counter-section .elementor-counter .elementor-counter-title {
  font-family: "Ubuntu", serif;
  font-style: normal;
  color: white !important;
}
.counter-section .elementor-counter h2.elementor-counter-title {
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 1.5;
}
.counter-section .elementor-counter .elementor-counter-number-prefix,
.counter-section .elementor-counter .elementor-counter-number,
.counter-section .elementor-counter .elementor-counter-number-suffix {
  font-size: 24px;
}

.navbar.desktop {
  position: fixed;
  top: 100px;
  left: 100px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 1600px) {
  .navbar.desktop {
    top: 80px;
    left: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .navbar.desktop {
    top: 55px;
    left: 55px;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar.desktop {
    top: 60px;
    left: 60px;
  }
}
.navbar.desktop .mobile-menu-trigger {
  display: none;
}
.navbar.mobile {
  position: fixed;
  top: 40px;
  left: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  width: calc(100% - 5rem);
  gap: 1rem 4rem;
  z-index: 200;
}
.navbar.mobile .wpc-filters-main-wrap {
  grid-column: span 2;
  background: white;
}
.navbar.mobile .mobile-menu-trigger {
  z-index: 250;
  text-align: right;
  text-decoration: none;
}
.navbar.mobile .mobile-menu-trigger .mobile-menu-trigger-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.navbar.mobile .mobile-menu-trigger .mobile-menu-trigger-btn span.inverted {
  filter: invert(1);
}
.navbar.mobile .taxonomy-list {
  display: none;
}
.navbar .logo {
  z-index: 250;
  transition: all 0.5s ease;
}
.navbar .logo.inverted {
  filter: invert(1);
}
.navbar .logo img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .navbar .logo img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: clip;
    transition: all 0.5s ease;
  }
  .navbar nav.open {
    height: 100vh;
    background: #000;
  }
  .navbar nav.open ul li {
    margin-bottom: 1.5rem;
  }
  .navbar nav.open ul li:hover a, .navbar nav.open ul li.current-menu-item a {
    color: #fff;
  }
  .navbar nav.open ul li a {
    color: #C0C0C0;
    font-size: 1.2rem;
  }
}
.navbar nav ul {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .navbar nav ul {
    margin-top: 0;
  }
}
.navbar nav ul li {
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .navbar nav ul li {
    margin-bottom: 1.25rem;
  }
}
.navbar nav ul li:hover a, .navbar nav ul li.current-menu-item a {
  color: #000;
}
.navbar nav ul li a {
  font-family: "Ubuntu", serif;
  color: #C0C0C0;
  font-style: normal;
  text-decoration: none;
  transition: all 0.5s ease;
}
.navbar .taxonomy-list {
  margin: 0;
  padding: 0;
}
.navbar .taxonomy-list li {
  list-style-type: none;
}
.navbar .taxonomy-list li a {
  text-decoration: none;
  transition: all 0.5s ease;
}
.navbar .taxonomy-list li a.gris {
  color: #C0C0C0 !important;
}
.navbar .taxonomy-list li a.active {
  color: #000 !important;
}

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

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input + label:hover a,
body .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked + label a {
  color: initial !important;
}

.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,
.widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,
.wpc-term-count-0:not(.wpc-has-not-empty-children),
.wpc-term-count-0:not(.wpc-has-not-empty-children) a,
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
  opacity: 1 !important;
}

.wpc-filters-section {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .wpc-filters-section {
    margin-bottom: 1rem !important;
  }
}
.wpc-filters-section.wpc-filter-etat-de-realisation {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 768px) {
  .wpc-filters-section.wpc-filter-etat-de-realisation {
    margin-bottom: 1rem !important;
  }
}
.wpc-filters-section .wpc-filter-header {
  display: none;
}
.wpc-filters-section .wpc-filter-content .wpc-filters-ul-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  max-height: 100%;
}
.wpc-filters-section .wpc-filter-content .wpc-filters-ul-list .wpc-label-item {
  float: none;
  margin: 0;
  padding: 0;
}
.wpc-filters-section .wpc-filter-content .wpc-filters-ul-list .wpc-label-item label {
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wpc-filters-section .wpc-filter-content .wpc-filters-ul-list .wpc-label-item label .wpc-filter-label-wrapper {
  border: none;
  border-radius: 0;
  padding: 0;
}
.wpc-filters-section .wpc-filter-content .wpc-filters-ul-list .wpc-label-item label .wpc-filter-label-wrapper a {
  font-weight: 400;
  color: #000 !important;
  transition: all 0.5s ease;
}
.wpc-filters-section .wpc-filter-content .wpc-filters-ul-list .wpc-label-item label .wpc-filter-label-wrapper a.gris {
  color: #C0C0C0 !important;
}

footer {
  opacity: 0;
  padding-left: 250px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding-left: 0;
  }
}
footer .footer-container .footer-widget {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container .footer-widget {
    flex-direction: column;
  }
}
footer .footer-container .footer-area-one {
  width: 88%;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container .footer-area-one {
    width: 100%;
  }
}
footer .footer-container .footer-area-two {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .footer-area-two {
    text-align: center;
  }
}
footer .footer-container .footer-widget {
  width: 100%;
}
footer .footer-container .footer-widget ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container .footer-widget ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .footer-container .footer-widget ul li {
  list-style-type: none;
  position: relative;
}
footer .footer-container .footer-widget ul li:nth-of-type(even) {
  text-align: right;
}
footer .footer-container .footer-widget ul .link-separator {
  display: block;
  width: 4px;
  height: 4px;
  background: #C0C0C0;
  border-radius: 100%;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container .footer-widget ul .link-separator {
    display: none;
  }
}

a.politique-confidentialite {
  color: #c0c0c0 !important;
  text-decoration: none !important;
  font-size: 0.8rem !important;
}