@-webkit-keyframes beat {
  to {
    transform: scale(0.7); } }
.module-realisations {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease; }
  .module-realisations .filtres-realisations {
    margin-bottom: 5rem; }
    .module-realisations .filtres-realisations ul {
      text-align: center;
      padding: 0; }
      .module-realisations .filtres-realisations ul li {
        list-style: none;
        display: inline;
        padding: 0; }
        .module-realisations .filtres-realisations ul li button {
          margin: 5px 4px; }
  .module-realisations .portfolio-item {
    -webkit-transition: opacity 1s ease, transform 0.3s ease;
    transition: opacity 1s ease, transform 0.3s ease; }
    .module-realisations .portfolio-item .portfolio-link {
      position: relative;
      display: block;
      overflow: hidden;
      opacity: 1;
      padding: 0;
      margin: 0;
      border-radius: 0;
      background-color: #fff; }
      .module-realisations .portfolio-item .portfolio-link .description-vignette {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        text-align: center;
        position: absolute;
        width: 100%;
        margin: 0;
        padding: 20px 10px;
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0;
        left: 0;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 1200px) {
          .module-realisations .portfolio-item .portfolio-link .description-vignette {
            bottom: -70px;
            background-color: rgba(0, 0, 0, 0.5); } }
      .module-realisations .portfolio-item .portfolio-link img {
        position: relative;
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .module-realisations .portfolio-item .portfolio-link:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .module-realisations .portfolio-item .portfolio-link:hover .description-vignette {
        bottom: 0;
        opacity: 1; }
      .module-realisations .portfolio-item .portfolio-link:hover img {
        transform: scale(1.1); }
      .module-realisations .portfolio-item .portfolio-link:hover:after {
        background-color: rgba(0, 0, 0, 0.5); }
    .module-realisations .portfolio-item.portfolio-item-hidden {
      width: 0;
      opacity: 0;
      transform: scale(0.7);
      padding: 0; }

.realisation-illustration .portfolio-image {
  width: 20px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .realisation-illustration .portfolio-image.loaded {
    width: 100%; }

.video-realisation {
  width: 100%;
  height: auto; }

#globalRealisationContent {
  display: none; }

/*# sourceMappingURL=module-realisations.css.map */
