@charset "UTF-8";
/*
*Single
*/
.single-realisations .single-realisation {
  width: 100%;
  max-width: 100%;
}
.single-realisations .single-realisation .top-section-realisation {
  position: relative;
  max-height: 60vh;
}
.single-realisations .single-realisation .top-section-realisation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.single-realisations .single-realisation .top-section-realisation img {
  width: 100%;
  max-height: inherit;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-realisations .single-realisation .top-section-realisation .title-bloc {
  z-index: 2;
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-realisations .single-realisation .top-section-realisation .title-bloc::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.single-realisations .single-realisation .top-section-realisation .title-bloc .title-single-realisation {
  display: flex;
  width: 50%;
  min-width: 600px;
  max-width: 1000px;
  padding: 20px;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .single-realisations .single-realisation .top-section-realisation .title-bloc .title-single-realisation {
    width: 100%;
    min-width: initial;
  }
}
.single-realisations .single-realisation .top-section-realisation .title-bloc .title-single-realisation span {
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
.single-realisations .single-realisation .content-section-realisation {
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 27px 0;
}
.single-realisations .single-realisation .single-realisation-galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  width: 100%;
  padding: 5%;
}
@media (max-width: 767px) {
  .single-realisations .single-realisation .single-realisation-galerie {
    padding: 40px 15px;
  }
}
.single-realisations .single-realisation .single-realisation-galerie a {
  display: flex;
  flex-basis: calc((100% - 100px) / 5);
}
@media (max-width: 1200px) {
  .single-realisations .single-realisation .single-realisation-galerie a {
    flex-basis: calc(25% - 18.75px);
  }
}
@media (max-width: 980px) {
  .single-realisations .single-realisation .single-realisation-galerie a {
    flex-basis: calc(33.3333333333% - 16.6666666667px);
  }
}
@media (max-width: 767px) {
  .single-realisations .single-realisation .single-realisation-galerie a {
    flex-basis: calc(50% - 12.5px);
  }
}
.single-realisations .single-realisation .single-realisation-galerie a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  height: auto;
}

/**
* Back-office
*/
body.elementor-editor-wp-page .elementor-control-posts_include .elementor-control-title {
  font-size: 0 !important;
}
body.elementor-editor-wp-page .elementor-control-posts_include .elementor-control-title::before {
  position: relative !important;
  content: "Choix de(s) catégorie(s)" !important;
  font-size: 12px !important;
}
body.elementor-editor-wp-page .elementor-control-posts_query_args {
  display: none !important;
}