html {
  background-color: white;
}

header {
  margin: auto;
  padding-top: 46px;
  width: 336px;
  margin-bottom: 100px;
}
header img {
  width: 100%;
}
@media all and (max-width: 991px) {
  header {
    padding-top: 32px;
    width: 226px;
    margin-bottom: 46px;
    margin-top: 0;
  }
}

body {
  background-color: white;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  font-weight: 500;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
body main {
  flex-grow: 1;
  display: flex;
}
body h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 34px;
}
@media all and (max-width: 991px) {
  body h1 {
    font-size: 34px;
  }
}
body .sur_titre {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  body .sur_titre {
    font-size: 18px;
  }
}
body .card_lien_photocall {
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
  display: block;
  color: white;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  body .card_lien_photocall {
    aspect-ratio: 358/134;
  }
}
body .card_lien_photocall:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body .card_lien_photocall-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: scale 0.3s ease-in-out;
}
body .card_lien_photocall-titre {
  position: absolute;
  z-index: 3;
  bottom: 16px;
  left: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
body .card_lien_photocall-a_venir {
  color: #0D1014;
  background-color: white;
  padding: 8px;
  line-height: 100%;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: scale 0.3s ease-in-out;
  transition-property: scale, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
body .card_lien_photocall:hover .card_lien_photocall-image {
  scale: 1.2;
}
body .card_lien_photocall:hover .card_lien_photocall-a_venir {
  transform: translate(-40%, -40%);
  scale: 1.2;
}

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