/* @link https://utopia.fyi/type/calculator?c=360,16,1.414,1240,20,1.414,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
body {
  font-family: sans-serif;
  font-size: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
  line-height: 1.5;
  color: white;
  background-color: black;
  margin: 0 clamp(1.9994rem, 1.7949rem + 0.9088vw, 2.4992rem);
}

section {
  margin: auto;
  max-width: 40ch;
}
@media (min-width: 1025px) {
  section {
    max-width: 90ch;
  }
}

.title {
  color: white;
}

h1 {
  font-size: clamp(3.9976rem, 3.5887rem + 1.8171vw, 4.997rem);
  margin: calc(clamp(3.9976rem, 3.5887rem + 1.8171vw, 4.997rem) * 2) 0;
  max-width: 70%;
}
@media (min-width: 1025px) {
  h1 {
    font-size: clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem);
    margin: calc(clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem) * 3) 0;
  }
}

h2 {
  font-size: clamp(2.8271rem, 2.538rem + 1.2851vw, 3.5339rem);
  margin: calc(clamp(2.8271rem, 2.538rem + 1.2851vw, 3.5339rem) * 2) 0 clamp(2.8271rem, 2.538rem + 1.2851vw, 3.5339rem) 0;
}

h3 {
  font-size: clamp(1.9994rem, 1.7949rem + 0.9088vw, 2.4992rem);
  margin: calc(clamp(1.9994rem, 1.7949rem + 0.9088vw, 2.4992rem) * 2) 0 clamp(1.9994rem, 1.7949rem + 0.9088vw, 2.4992rem) 0;
}

h4 {
  font-size: clamp(1.414rem, 1.2694rem + 0.6427vw, 1.7675rem);
  margin: calc(clamp(1.414rem, 1.2694rem + 0.6427vw, 1.7675rem) * 2) 0 clamp(1.414rem, 1.2694rem + 0.6427vw, 1.7675rem) 0;
}

a {
  text-decoration: none;
}

a:hover {
  color: #40e083;
}

.projet__container {
  margin-top: clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem);
  display: flex;
  justify-content: center;
}

.projet {
  color: black;
  background-color: white;
  padding: calc(clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem) / 2) clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
  border-radius: 32px;
}

.projet:hover {
  border: #00a846 solid 2px;
  color: #00a846;
}

.silhouette-frame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
}

.silhouette-frame--active {
  opacity: 1;
}

.frameanimation {
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.frameanimation::-webkit-scrollbar {
  display: none;
}

.frameanimation__scrolldiv {
  z-index: 200;
  background-color: black;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.frameanimation__scrollspan {
  color: white;
  /* padding: calc($basefontsize-tel/2); */
  -webkit-animation: flash 1.3s infinite;
          animation: flash 1.3s infinite;
  /*     @media (min-width: $size-desktop){
         padding: calc($basefontsize-ordi/2);
      } */
}

@-webkit-keyframes flash {
  0% {
    color: white;
  }
  35% {
    color: white;
  }
  60% {
    color: black;
  }
}

@keyframes flash {
  0% {
    color: white;
  }
  35% {
    color: white;
  }
  60% {
    color: black;
  }
}
.carousel {
  display: flex;
  overflow-x: auto;
  height: calc(clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem) * 5);
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel__ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
  -webkit-animation: spin 7s infinite linear;
          animation: spin 7s infinite linear;
}

.carousel__li {
  height: 100%;
}

.carousel__img {
  height: 100%;
  width: auto;
}

@-webkit-keyframes spin {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}

@keyframes spin {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}
.drag__container {
  position: relative;
  width: 60vw;
  height: 60vh;
  margin: auto;
}
@media (min-width: 1025px) {
  .drag__container {
    width: 90vw;
    height: 90vh;
  }
}

.drag {
  position: absolute;
}

.drag__img {
  max-height: 70px;
  width: auto;
  z-index: 10;
}
@media (min-width: 1025px) {
  .drag__img {
    max-height: 200px;
  }
}

.drag__span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  background-color: black;
  padding: calc(clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem) / 2) clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem);
}

.footer--index {
  margin-top: calc(clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem) * 2);
  height: 300px;
  position: relative;
}
@media (min-width: 1025px) {
  .footer--index {
    height: 400px;
    margin-top: calc(clamp(5.6526rem, 5.0745rem + 2.5694vw, 7.0657rem) * 3);
  }
}

.footer__info {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.footer__a {
  color: white;
}

/* .footer__a:hover{
	color: $green;
} */
.eye {
  width: 50px;
  height: 50px;
  background: black;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: border 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out;
}

.pupille__container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

.eye__container {
  display: block;
  position: absolute;
  background-image: url(../assets/images/eyewhites1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.eye__size--tel {
  width: 100px;
  height: 45px;
}

@media (min-width: 1025px) {
  .eye--1 {
    width: 200px;
    height: 90px;
  }
}

@media (min-width: 1025px) {
  .eye--2 {
    width: 150px;
    height: 67.5px;
  }
}

@media (min-width: 1025px) {
  .eye--3 {
    width: 200px;
    height: 90px;
  }
}

@media (min-width: 1025px) {
  .eye--4 {
    width: 250px;
    height: 112.5px;
  }
}

.position__top--tel {
  top: 40%;
}
@media (min-width: 1025px) {
  .position__top--tel {
    top: 70%;
  }
}

.position__top--1 {
  top: 0%;
}

.position__top--2 {
  top: 20%;
}

.position__top--3 {
  top: 30%;
}

.position__top--4 {
  top: 20%;
}
@media (min-width: 1025px) {
  .position__top--4 {
    top: 70%;
  }
}

.position__top--5 {
  top: 70%;
}
@media (min-width: 1025px) {
  .position__top--5 {
    top: 100%;
  }
}

.position__left--1 {
  left: 10%;
}

.position__left--2 {
  left: 25%;
}

.position__left--3 {
  left: 45%;
}

.position__left--4 {
  left: 70%;
}

.position__left--5 {
  left: 90%;
}

.eye--tel {
  display: none;
}
@media (min-width: 1025px) {
  .eye--tel {
    display: block;
  }
}

/*# sourceMappingURL=app.css.map*/