<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  overflow: hidden;
}

.slider__item {
  width: 130px;
  height: 220px;
  list-style-type: none;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgb(54, 54, 54);
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &amp;:nth-child(1), &amp;:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &amp;:nth-child(3) { left: 60%; z-index: 8;}
  &amp;:nth-child(4) { left: calc(60% + 140px); z-index: 7;}
  &amp;:nth-child(5) { left: calc(60% + 280px); z-index: 6;}
  &amp;:nth-child(6) { left: calc(60% + 420px); opacity: 0; }
  &amp;:nth-child(7) { left: calc(60% + 560px); opacity: 0; }
}


.slider__item--0 {
  background-image: url("./images/roseavec.jpeg");
}
.slider__item--1 {
  background-image: url("./images/mauvesans.jpeg");
}
.slider__item--2 {
  background-image: url("./images/pansansmur.jpeg");
}
.slider__item--3 {
  background-image: url("./images/panmurplaque.jpeg");
}
.slider__item--4 {
  background-image: url("./images/zoommuravec.jpeg");
}
.slider__item--5 {
  background-image: url("./images/gens.jpeg");
}
.slider__item--6 {
  background-image: url("./images/landing.jpeg");
}

.content {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 4%;
  transform: translateY(-50%);
  color: white;
  opacity: 0;
  display: none;

  &amp; .title {
    font-family: "Barriecito", system-ui;
    font-size: 38px;
  }

  &amp; .content__description {
    font-family: "Radio Canada", sans-serif;
    line-height: 1.6;
    margin: 1rem 0 1.5rem;
    font-size: 24px;
    color: white;
    top: 0%;
    left: 3em;
    width: 40%;
  }
}
.content__acc {
  top: 65%;
}

.content__description span,
.content span {
  background-color: rgba(200, 173, 173, 0.8);
	padding: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 1.5em;
}

.content__logo {
  width: 100px;
  position: absolute;
  right: 4%;
  top: 5%;
  z-index: 5;
  cursor: pointer;
}

.slider__item:nth-of-type(2) .content{
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}
@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.sketchfab-embed-wrapper {
  display: none;
}


.credits {
  font-family: "Radio Canada", sans-serif;
  position: absolute;
  bottom: 5%;
  z-index: 10;
  right: 4%;
  text-decoration: none;
  font-size: 20px;
  color: white;
}
.credits:hover {
  color: rgb(64, 59, 59);
  border-radius: 5px;
  background-color: rgb(210, 185, 185);
  transition: 0.3s ease-in;
}
.credits:active {
  background-color: rgb(158, 158, 234);
}

.content__description::selection,
.title::selection,
.content__description span::selection,
.content span::selection  {
  background-color: rgb(158, 158, 234);
}


.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  justify-self: center;
  user-select: none;
  display: flex;

  &amp; .btn {
    background-color: rgba(255,255,255,0.1);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
    width: 70px;
    box-shadow: 5px 5px 10px rgb(54, 54, 54);

    &amp;:hover {
      background-color: rgba(255,255,255,0.5);
    }
  }
}


@media screen and (min-width: 981px) {

  .slider__item {
    width: 160px;
    height: 270px;
    
    &amp;:nth-child(3) { left: 70%; cursor: pointer;}
    &amp;:nth-child(4) { left: calc(70% + 120px); cursor: pointer;}
    &amp;:nth-child(5) { left: calc(70% + 240px); cursor: pointer;}
    &amp;:nth-child(6) { left: calc(70% + 460px); opacity: 0; cursor: pointer;}
    &amp;:nth-child(7) { left: calc(70% + 680px); opacity: 0; cursor: pointer;}
  }
  .content {
    &amp; .title        { font-size: 32px; }
    &amp; .content__description  { font-size: 20px; }
  }

  .content__acc {
    top: 50%;
  }
  .content__acc--size {
    top: 70%;
  }
  .content__description {
    top: 0%;
    width: 30%;
  }
  .sketchfab-embed-wrapper {
    display: block;
  }
}


@media screen and (min-width: 1200px) {
  .content {
    left: 5rem;
    width: 70%;
  }

  .content__description--equipe{
    background-color: rgba(200, 173, 173, 0.0)!important;
    padding: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 2000px) {
  .content {
    left: 5rem;
    width: 60%;

    &amp; .title { font-size: 48px; }
    &amp; .content__description  { font-size: 30px; }
  }

  .content__acc--size {
    top: 65%;
  }

  .content__logo {
    width: 150px;
  }
  .credits {
    font-size: 25px;
  }
  .slider__item {
    width: 250px;
    height: 300px;

    &amp;:nth-child(3) { left: 60%; cursor: pointer;}
    &amp;:nth-child(4) { left: calc(60% + 220px); cursor: pointer;}
    &amp;:nth-child(5) { left: calc(60% + 460px); cursor: pointer;}
    &amp;:nth-child(6) { left: calc(60% + 700px); opacity: 0; cursor: pointer;}
    &amp;:nth-child(7) { left: calc(60% + 940px); opacity: 0; cursor: pointer;}
  }
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  .slider__item--0 {
    background-image: url("./images/roseavec2.jpeg");
  }
  .slider__item--1 {
    background-image: url("./images/mauvesans2.jpeg");
  }
  .slider__item--2 {
    background-image: url("./images/pansansmur2.jpeg");
  }
  .slider__item--3 {
    background-image: url("./images/panmurplaque2.jpeg");
  }
  .slider__item--4 {
    background-image: url("./images/zoommuravec2.jpeg");
  }
  .slider__item--5 {
    background-image: url("./images/gens2.jpeg");
  }
  .slider__item--6 {
    background-image: url("./images/landing2.jpeg");
  }
}</pre></body></html>