HEX
Server: Apache
System: Linux webm013.cluster123.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/lesanew/anestetues2/web/app/themes/anes-tetues/resources/css/pages/accueil.scss
@use '../utilities';
@use '../components/wave-img';

/* Page: Accueil */
.page-template-accueil {
  .video-container {
    position: relative;

    h1 {
      position: absolute;
      z-index: 4;
      left: 10vw;
      bottom: utilities.space(5);
      color: utilities.$text-light;
    }

    video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }
}

@media screen and (width >= 768px) {
  .page-template-accueil {
    .line-up-header {
      display: flex;
      justify-content: space-between;
      align-items: start;
    }
  }
}

@media screen and (width >= 1280px) {
  .page-template-accueil {
    .video-container {
      height: calc(100vh - 11.4rem);

      h1 {
        left: max(10%, calc((100% - 144rem) / 2));
      }
    }

    .line-up__artistes {
      margin-bottom: utilities.space(4);
    }
  }
}