@charset "UTF-8";
/*
*Single
*/
.single-realisations .single-realisation {
  width: 100%;
  max-width: 100%;
}
.single-realisations .single-realisation .top-section-realisation {
  position: relative;
  max-height: 500px;
}
@media (max-width: 1200px) {
  .single-realisations .single-realisation .top-section-realisation {
    max-height: 400px;
  }
}
@media (max-width: 980px) {
  .single-realisations .single-realisation .top-section-realisation {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .single-realisations .single-realisation .top-section-realisation {
    max-height: 300px;
  }
}
@media (max-width: 479px) {
  .single-realisations .single-realisation .top-section-realisation {
    max-height: 250px;
  }
}
.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:not(.realisation-ba-img),
.single-realisations .single-realisation .top-section-realisation .single-realisation-hero-after {
  width: 100%;
  max-height: inherit;
  max-width: 100%;
  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 .top-section-realisation--ba::after {
  content: none;
}
.single-realisations .single-realisation .top-section-realisation--ba .title-bloc {
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
  align-items: flex-end;
  padding-bottom: 30px;
}
.single-realisations .single-realisation .single-realisation-ba-container {
  position: relative;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: var(--single-ba-aspect, 4 / 3);
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1405px) {
  .single-realisations .single-realisation .single-realisation-ba-container {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .single-realisations .single-realisation .single-realisation-ba-container {
    width: 48%;
  }
}
@media (max-width: 980px) {
  .single-realisations .single-realisation .single-realisation-ba-container {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .single-realisations .single-realisation .single-realisation-ba-container {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .single-realisations .single-realisation .single-realisation-ba-container {
    width: 90%;
  }
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba {
  --pos: 50%;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-layer--after {
  z-index: 1;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-layer--before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-img {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  display: block !important;
  user-select: none;
  -webkit-user-drag: none;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-label {
  position: absolute;
  bottom: 12px;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 6px;
  pointer-events: none;
  z-index: 3;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-label--before {
  left: 12px;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-label--after {
  right: 12px;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 3px;
  background: rgba(255, 255, 255, 0.75);
  transform: translateX(-50%);
  z-index: 9;
  pointer-events: none;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-handle {
  position: absolute;
  left: var(--pos);
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: white;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-handle::before {
  font-family: "dashicons";
  content: "\f475";
  font-size: 18px;
  color: #000;
  line-height: 1;
  pointer-events: none;
}
.single-realisations .single-realisation .single-realisation-ba-container .single-realisation-ba .realisation-ba-drag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  transform: translateX(-50%);
  width: 44px;
  z-index: 13;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: ew-resize;
  touch-action: none;
}
.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-wrap {
  width: 100%;
}
.single-realisations .single-realisation .single-realisation-galerie-wrap > .single-realisation-ba-container {
  margin: 2% auto 0;
}
@media (max-width: 767px) {
  .single-realisations .single-realisation .single-realisation-galerie-wrap > .single-realisation-ba-container {
    padding: 0 15px;
  }
}
.single-realisations .single-realisation .single-realisation-galerie-wrap > .single-realisation-galerie-swiper,
.single-realisations .single-realisation .single-realisation-galerie-wrap > .single-realisation-galerie-pagination {
  margin-top: 2%;
}
.single-realisations .single-realisation .single-realisation-galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--rea-grid-gap, 20px);
  width: 100%;
  padding: 2% 5%;
  --rea-cols: var(--rea-grid-cols-d, 4);
}
@media (max-width: 980px) {
  .single-realisations .single-realisation .single-realisation-galerie {
    --rea-cols: var(--rea-grid-cols-t, 3);
  }
}
@media (max-width: 767px) {
  .single-realisations .single-realisation .single-realisation-galerie {
    --rea-cols: var(--rea-grid-cols-m, 2);
    padding: 40px 15px;
  }
}
.single-realisations .single-realisation .single-realisation-galerie a {
  display: flex !important;
  flex: 0 0 calc((100% - (var(--rea-grid-gap, 20px) * (var(--rea-cols) - 1))) / var(--rea-cols)) !important;
  width: auto !important;
  max-width: calc((100% - (var(--rea-grid-gap, 20px) * (var(--rea-cols) - 1))) / var(--rea-cols)) !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.single-realisations .single-realisation .single-realisation-galerie[data-rea-img-aspect=fixed] a img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: var(--rea-img-aspect, 1 / 1) !important;
  object-fit: cover !important;
}
.single-realisations .single-realisation .single-realisation-galerie[data-rea-img-aspect=auto] a img {
  width: 100% !important;
  height: auto !important;
  max-height: 85vh !important;
  object-fit: contain !important;
}

/* Priorité sur thèmes : body… .single-realisation-galerie (sans .single-realisation) + !important */
body.single-realisations .single-realisation .single-realisation-galerie {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: var(--rea-grid-gap, 20px) !important;
  width: 100% !important;
  --rea-cols: var(--rea-grid-cols-d, 4);
}
@media (max-width: 980px) {
  body.single-realisations .single-realisation .single-realisation-galerie {
    --rea-cols: var(--rea-grid-cols-t, 3);
  }
}
@media (max-width: 767px) {
  body.single-realisations .single-realisation .single-realisation-galerie {
    --rea-cols: var(--rea-grid-cols-m, 2);
  }
}
body.single-realisations .single-realisation .single-realisation-galerie a {
  display: flex !important;
  flex: 0 0 calc((100% - (var(--rea-grid-gap, 20px) * (var(--rea-cols) - 1))) / var(--rea-cols)) !important;
  width: auto !important;
  max-width: calc((100% - (var(--rea-grid-gap, 20px) * (var(--rea-cols) - 1))) / var(--rea-cols)) !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
body.single-realisations .single-realisation .single-realisation-galerie[data-rea-img-aspect=fixed] a img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: var(--rea-img-aspect, 1 / 1) !important;
  object-fit: cover !important;
}
body.single-realisations .single-realisation .single-realisation-galerie[data-rea-img-aspect=auto] a img {
  width: 100% !important;
  height: auto !important;
  max-height: 85vh !important;
  object-fit: contain !important;
}

.single-realisations .single-realisation .single-realisation-galerie-swiper,
.single-realisations .single-realisation .single-realisation-galerie-pagination {
  position: relative;
  width: 80%;
  margin: 2% auto;
}
.single-realisations .single-realisation .single-realisation-galerie-swiper .ae-post-collection article.ae-post-item > a,
.single-realisations .single-realisation .single-realisation-galerie-pagination .ae-post-collection article.ae-post-item > a {
  display: block;
  line-height: 0;
}
.single-realisations .single-realisation .single-realisation-galerie-swiper .ae-post-collection article.ae-post-item img,
.single-realisations .single-realisation .single-realisation-galerie-pagination .ae-post-collection article.ae-post-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.single-realisations .single-realisation .single-realisation-galerie-swiper .elementor-pagination.pagination-arrows-numbers,
.single-realisations .single-realisation .single-realisation-galerie-pagination .elementor-pagination.pagination-arrows-numbers {
  margin-top: 10px;
}

.single-realisations .single-realisation .single-realisation-galerie-pagination .ae-post-collection article.ae-post-item:not(.invisible),
.single-realisations .single-realisation .single-realisation-galerie-swiper .ae-post-collection article.ae-post-item:not(.invisible) {
  flex: 0 0 calc(100% / var(--count_rea) - (var(--column_gap) * (var(--count_rea) - 1) / var(--count_rea)));
  width: calc(100% / var(--count_rea) - (var(--column_gap) * (var(--count_rea) - 1) / var(--count_rea)));
  max-width: calc(100% / var(--count_rea) - (var(--column_gap) * (var(--count_rea) - 1) / var(--count_rea)));
  min-width: 0;
}

/**
* 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;
}
