/* ==========================================================================
   Components / MIXINS
   ========================================================================== */
/*********************
  BREAKPOINTS RESPONSIVE LAYOUT
  *********************/
/* ==========================================================================
   Page / Realisation
   ========================================================================== */
@media (min-width: 1000px) {
  .single-realisations .header {
    margin-top: 120px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .single-realisations .header {
    margin-top: 130px;
  }
}
@media (min-width: 1000px) {
  .single-realisations .header.noMarginBtm {
    margin-bottom: 0;
  }
}
.single-realisations .header-realimage {
  display: block;
  box-sizing: border-box;
  padding: 115px 25px 25px;
  position: relative;
}
@media (min-width: 576px) {
  .single-realisations .header-realimage {
    padding: 125px 45px 35px;
  }
}
@media (min-width: 760px) {
  .single-realisations .header-realimage {
    padding: 145px 65px 35px;
  }
}
@media (min-width: 1000px) {
  .single-realisations .header-realimage {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 60%;
    flex-basis: 60%;
    flex-grow: 1;
    padding: 40px 40px 60px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .single-realisations .header-realimage {
    padding: 40px 60px 60px;
  }
}
@media (min-width: 1360px) {
  .single-realisations .header-realimage {
    padding: 40px 75px 65px;
  }
}
@media (min-width: 1800px) {
  .single-realisations .header-realimage {
    padding: 40px 105px 75px;
  }
}
.single-realisations .header-realimage .image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.single-realisations .header-realimage .image:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.single-realisations .header-realimage .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.single-realisations .header-realimage .breadcrumb {
  display: block;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
  .single-realisations .header-realimage .breadcrumb {
    margin: 0 0 20px;
  }
}
@media (min-width: 1000px) {
  .single-realisations .header-realimage .breadcrumb {
    position: absolute;
    top: 10px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .single-realisations .header-realimage .breadcrumb {
    top: 45px;
  }
}
@media (min-width: 1800px) {
  .single-realisations .header-realimage .breadcrumb {
    top: 55px;
    left: 70px;
  }
}
.single-realisations .header-realimage .text {
  display: block;
  position: relative;
  z-index: 1;
}
.single-realisations .header-realimage .text .date {
  display: block;
  font-weight: 800;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .single-realisations .header-realimage .text .date {
    margin-bottom: 20px;
  }
}
@media (min-width: 760px) {
  .single-realisations .header-realimage .text .date {
    margin-bottom: 25px;
  }
}
.single-realisations .header-realimage .text .h1-title {
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .single-realisations .header-realimage .text .h1-title {
    font-size: 36px;
  }
}
@media (min-width: 576px) {
  .single-realisations .header-realimage .text .h1-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .single-realisations .header-realimage .text .h1-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .single-realisations .header-realimage .text .h1-title {
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.single-realisations .header-realimage .text .subtitle {
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 1000px) {
  .single-realisations .header-sidebar {
    width: 40%;
    flex-basis: 40%;
    max-width: 450px;
    flex-shrink: 0;
  }
}
@media (min-width: 1800px) {
  .single-realisations .header-sidebar {
    max-width: 500px;
  }
}
.single-realisations .header-realinfo {
  display: block;
  width: 100%;
  background: #20384B;
  box-sizing: border-box;
  padding: 25px 25px 40px;
  color: #ffffff;
}
@media (min-width: 576px) {
  .single-realisations .header-realinfo {
    padding: 35px 45px 50px;
  }
}
@media (min-width: 760px) {
  .single-realisations .header-realinfo {
    padding: 35px 65px 50px;
  }
}
@media (min-width: 1000px) {
  .single-realisations .header-realinfo {
    padding: 35px 40px 40px;
  }
}
@media (min-width: 1200px) {
  .single-realisations .header-realinfo {
    padding: 85px 60px 40px 40px;
  }
}
@media (min-width: 1360px) {
  .single-realisations .header-realinfo {
    padding: 97px 60px 40px 40px;
  }
}
@media (min-width: 1800px) {
  .single-realisations .header-realinfo {
    padding: 97px 80px 50px 60px;
  }
}
.single-realisations .header-realinfo .client {
  display: block;
  margin-bottom: 30px;
}
.single-realisations .header-realinfo .client-title {
  display: block;
  font-weight: 800;
  font-size: 9px;
  line-height: 1.94;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.single-realisations .header-realinfo .client-name {
  display: block;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
}
.single-realisations .header-realinfo .section {
  display: block;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
}
.single-realisations .header-realinfo .section:not(:last-of-type) {
  margin-bottom: 30px;
}
.single-realisations .header-realinfo .section-title {
  display: block;
  font-weight: 800;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.single-realisations .header-realinfo a {
  color: #ffffff;
}
.single-realisations .header-keynumbers {
  display: flex;
  justify-content: space-evenly;
  background: #5CA62A;
  box-sizing: border-box;
  padding: 7px 10px 17px;
  color: #ffffff;
  max-height: 120px;
}
@media (max-width: 325px) {
  .single-realisations .header-keynumbers {
    padding: 7px 5px 17px;
  }
}
@media (min-width: 576px) {
  .single-realisations .header-keynumbers {
    padding: 7px 20px 17px;
  }
}
.single-realisations .header-keynumbers .elem {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
@media (max-width: 325px) {
  .single-realisations .header-keynumbers .elem {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .single-realisations .header-keynumbers .elem {
    padding: 10px 25px;
  }
}
.single-realisations .header-keynumbers .elem-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
  font-size: 30px;
  line-height: 1.34;
  margin-bottom: 2px;
}
@media (min-width: 576px) {
  .single-realisations .header-keynumbers .elem-number {
    font-size: 34px;
  }
}
.single-realisations .header-keynumbers .elem-number span {
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.single-realisations .header-keynumbers .elem-number .prefixe {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
@media (min-width: 576px) {
  .single-realisations .header-keynumbers .elem-number .prefixe {
    font-size: 23px;
  }
}
.single-realisations .header-keynumbers .elem-number .suffixe {
  font-size: 28px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.single-realisations .header-keynumbers .elem-text {
  width: 55px;
  margin: auto;
}
.single-realisations .header-keynumbers .elem-text.larger {
  width: 85px;
}
/*# sourceMappingURL=realisation.css.map */
