.wrapper {
  position: relative;
  height: 100vh;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

img {
  width: 100%;
}

body {
  background-color: #fff9f4;
  height: 100vh;
  position: relative;
}
body::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/texture.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.buttons {
  display: flex;
  gap: 0;
}

a {
  padding: 0.2rem 0.5rem;
}

.btn {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "ClashDisplay-Semibold";
  font-size: clamp(0.6rem, 1.5vw, 1.2rem);
  letter-spacing: 0.05rem;
  z-index: 2;
  color: #f56e6d;
  background-color: transparent;
  border: 2px solid #f56e6d;
  border-radius: 25px;
  transition: all 0.5s;
}
.btn:hover {
  color: #fff9f4;
  border-color: #f56e6d;
  background-color: #f56e6d;
}

@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("../fonts/ClashDisplay-Regular.woff2") format("woff2"), url("../fonts/ClashDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/ClashDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../fonts/ClashDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../fonts/ClashDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
h1 {
  font-family: "ClashDisplay-Bold";
  color: #f56e6d;
  font-size: clamp(4rem, 10vw, 11rem);
  text-transform: uppercase;
  opacity: 0.8;
  line-height: 0.7;
  letter-spacing: 0.3rem;
}

h4 {
  font-family: "ClashDisplay-Regular";
  text-transform: uppercase;
  opacity: 0.8;
  color: #f56e6d;
  margin: 0;
  font-size: clamp(0.5rem, 3vw, 2rem);
}

.heros h5 {
  margin: 2rem 0rem 1rem 0rem;
  color: #8d6f6d;
  font-family: "ClashDisplay-Regular";
  font-style: italic;
  font-size: clamp(0.9rem, 1vw, 1.5rem);
  line-height: 1.3;
}
.heros .block-info h2 {
  font-family: "ClashDisplay-Semibold";
  color: #fff9f4;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  margin: 0rem;
}
.heros .block-info h3 {
  font-family: "ClashDisplay-Semibold";
  color: #372727;
  font-size: clamp(1.1rem, 1vw, 1.5rem);
  margin: 0;
  margin-bottom: 0.5rem;
}
.heros .block-info h4 {
  color: #372727;
  font-family: "ClashDisplay-Regular";
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  text-transform: none;
}
.heros .block-info h5 {
  color: #372727;
  font-family: "ClashDisplay-Regular";
  margin: 0;
  font-style: unset;
  font-size: clamp(0.7rem, 1vw, 0.9rem);
}
.heros .block-info .date h4 {
  margin-bottom: 0.8rem;
}
.heros .block-info .icons {
  padding-top: 0.5rem;
  font-size: clamp(3rem, 2vw, 5rem);
  display: flex;
  gap: 0.7rem;
  color: #372727;
}

.heros2 i {
  display: flex;
  align-items: center;
  color: #fff9f4;
  font-size: clamp(2rem, 4vw, 5rem);
  padding: 2rem;
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.heros2 i:hover {
  animation: beat 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.heros2 h3 {
  font-family: "ClashDisplay-Medium";
  font-size: clamp(1.5rem, 1.7vw, 1.5rem);
  color: #f56e6d;
  font-weight: bold;
  margin: 0;
}
.heros2 p {
  font-family: "ClashDisplay-Regular";
  font-size: clamp(0.9rem, 0.9vw, 1.5rem);
  color: #8d6f6d;
  line-height: 1;
}

.heros3 h1 {
  padding: 1rem 0rem;
  display: flex;
  justify-content: flex-end;
}
.heros3 i {
  color: #fff9f4;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
}
.heros3 h2 {
  font-family: "ClashDisplay-bold";
  color: #fff9f4;
  font-size: clamp(1.2rem, 1.3vw, 3rem);
  text-transform: uppercase;
}
.heros3 h3 {
  font-family: "ClashDisplay-Semibold";
  color: #fff9f4;
  font-size: clamp(1rem, 1vw, 3rem);
  margin: 0rem;
  text-transform: uppercase;
}
.heros3 .contact2 h4 {
  font-family: "ClashDisplay-Regular";
  color: #372727;
  font-size: clamp(0.8rem, 0.8vw, 2rem);
  text-transform: none;
}
.heros3 .pastille i {
  color: rgb(37, 161, 37);
  font-size: clamp(0.5rem, 0.5vw, 2rem);
}

.heros {
  display: flex;
}
.heros .a-propos1 {
  flex-basis: 70%;
  transform: translateX(-150%);
  transition: transform 0.4s ease-out;
  background-color: #fff9f4;
}
.heros .a-propos1 .container-fluid {
  width: 85%;
  padding: 3rem 9rem;
  margin: 0;
}
.heros .a-propos2 {
  background-color: rgba(245, 110, 109, 0.9);
  display: flex;
  flex-basis: 30%;
  transform: translateX(150%);
  transition: transform 0.4s ease-out;
}
.heros .a-propos2 .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2rem 1rem;
  margin: 0;
}
.heros .block-photo {
  display: flex;
  justify-content: center;
}
.heros .block-photo .cadre {
  display: flex;
  flex-basis: 50%;
}
.heros .block-photo img {
  border-radius: 10px;
}
.heros .block-info ul {
  margin: 0rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
}
.heros .block-info .info {
  display: flex;
  padding-bottom: 0.5rem;
}
.heros .block-info .date {
  min-width: 12rem;
}
@media (max-width: 1400px) {
  .heros .a-propos1 .container-fluid {
    width: 100%;
    padding: 3rem 8rem 3rem 5rem;
  }
  .heros .cadre {
    min-width: 60%;
  }
}
@media (max-width: 1199px) {
  .heros .a-propos1 {
    flex-basis: 70%;
  }
  .heros .a-propos2 {
    flex-basis: 40%;
  }
  .heros .block-info .date {
    min-width: 10rem;
  }
}
@media (max-width: 991px) {
  .heros {
    flex-direction: column;
  }
  .heros .a-propos1 .container-fluid {
    padding: 3rem 3rem;
  }
  .heros .a-propos2 .container-fluid {
    padding: 3rem 3rem;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .heros .a-propos2 .block-photo {
    flex-basis: 35%;
    align-items: center;
  }
  .heros .a-propos2 .block-photo .cadre {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .heros .a-propos1 {
    display: flex;
    justify-content: center;
  }
  .heros .a-propos2 .container-fluid {
    flex-direction: column;
  }
  .heros .a-propos2 .block-info {
    display: flex;
    justify-content: center;
  }
  .heros .a-propos2 .block-photo .cadre {
    padding-bottom: 2rem;
    flex-basis: 50%;
  }
}

.heros:target .a-propos2 {
  transform: translateX(0px);
  pointer-events: all;
}

.heros:target .a-propos1 {
  transform: translateX(0px);
  pointer-events: all;
}

.heros:target .alex {
  color: #fff9f4;
  background-color: #f56e6d;
}

.heros2 .projet1 {
  height: 50%;
  display: flex;
  justify-content: center;
  transform: translateY(-150%);
  transition: transform 0.4s ease-out;
  background-color: #fff9f4;
}
.heros2 .projet1 .container2 {
  width: 85%;
  padding: 3rem 0rem;
}
.heros2 .projet1 h1 {
  padding: 1rem 0rem;
}
.heros2 .projet2 {
  display: flex;
  justify-content: center;
  height: 50%;
  transform: translateX(150%);
  transition: transform 0.4s ease-out;
  background-color: #f56e6d;
}
.heros2 .projet2 .container2 {
  width: 95%;
  display: flex;
  justify-content: center;
}
.heros2 .projet2 .carousel {
  scrollbar-width: none;
  display: flex;
  overflow-x: scroll;
  width: 100%;
  gap: 3.2rem;
  scroll-snap-type: x mandatory;
  align-items: center;
}
.heros2 .projet2 .carte {
  display: flex;
  scroll-snap-align: start;
  flex: 0 0 22%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: #fff9f4;
  border-radius: 10px;
  padding: 1rem;
  height: auto;
  min-height: 26rem;
  text-decoration: none;
  z-index: 2;
  transition: all 0.4s ease;
}
.heros2 .projet2 .carte .screencapture {
  width: 70%;
  min-width: 70%;
}
.heros2 .projet2 .carte .descriptioncard {
  text-align: center;
}
.heros2 .projet2 .carte img {
  border-radius: 10px;
  border: 5px solid #f56e6d;
}
.heros2 .projet2 .carte:hover {
  transform: translateY(-0.8rem);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.432);
  filter: brightness(0.9);
}
@media (max-width: 1400px) {
  .heros2 .projet2 .carte {
    flex: 0 0 25%;
  }
}
@media (max-width: 1199px) {
  .heros2 .projet2 .carte {
    flex: 0 0 30%;
  }
}
@media (max-width: 991px) {
  .heros2 {
    flex-direction: column;
  }
  .heros2 .projet1 {
    height: 45%;
  }
  .heros2 .projet2 {
    height: 55%;
  }
  .heros2 .projet2 .carte {
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .heros2 .projet2 .carte {
    flex: 0 0 100%;
  }
  .heros2 .projet2 .carousel {
    width: 60%;
    justify-content: flex-start;
  }
}

.heros2:target .projet2 {
  transform: translateY(0px);
  pointer-events: all;
}

.heros2:target .projet1 {
  transform: translateY(0px);
  pointer-events: all;
}

.heros2:target .projet {
  color: #fff9f4;
  background-color: #f56e6d;
}

.heros3 .contact1 {
  transform: translateY(-150%);
  transition: transform 0.4s ease-out;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.heros3 .contact1 .container2 {
  width: 85%;
  padding: 3rem 0rem;
  text-align: right;
}
.heros3 .contact1 .buttons {
  justify-content: flex-end;
}
.heros3 .contact2 {
  transform: translateX(150%);
  transition: transform 0.4s ease-out;
}
.heros3 .contact2 .btn {
  color: #fff9f4;
  background-color: transparent;
  border: 2px solid #fff9f4;
  border-radius: 25px;
  transition: all 0.5s;
}
.heros3 .contact2 .btn:hover {
  color: #f56e6d;
  border-color: #fff9f4;
  background-color: #fff9f4;
}
.heros3 .contact2 .container2 {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.heros3 .contact2 .mail {
  background-color: #f56e6d;
  border-radius: 15px;
  flex-basis: 35%;
  padding: 1rem;
}
.heros3 .contact2 .mail .mail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.heros3 .contact2 .names {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.heros3 .contact2 .names input {
  width: 48%;
}
.heros3 .contact2 .box {
  height: 3rem;
  border-radius: 10px;
  background-color: #f6cdc9;
  border: 0px;
  font-family: "ClashDisplay-Regular";
  padding-left: 1rem;
}
.heros3 .contact2 .text-area {
  height: 15rem;
}
.heros3 .contact2 .social {
  flex-basis: 30%;
  border-radius: 15px;
  background-color: #f56e6d;
  padding: 1rem;
}
.heros3 .contact2 .social .last-wrapper {
  gap: 1rem;
  display: flex;
  background-color: #f6cdc9;
  border-radius: 15px;
  padding: 1rem;
}
.heros3 .contact2 .social .last-wrapper .pastille {
  display: flex;
  align-items: center;
}
.heros3 .contact2 .social-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f6cdc9;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.heros3 .contact2 .social-wrapper .social-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.5rem 0rem;
}
.heros3 .contact2 .social-wrapper i {
  border-radius: 60%;
  background-color: #f6cdc9;
  padding: 1.3rem;
  margin-right: 1rem;
  color: #f56e6d;
}
.heros3 .contact2 .social-wrapper .social-link {
  align-self: center;
  margin-left: auto;
}

.heros3:target .contact1 {
  transform: translateY(0px);
  pointer-events: all;
}

.heros3:target .contact2 {
  transform: translateY(0px);
  pointer-events: all;
}

.heros3:target .contact {
  color: #fff9f4;
  background-color: #f56e6d;
}

@media (max-width: 991px) {
  .heros, .heros3 {
    overflow-y: auto;
  }
  h1 {
    letter-spacing: 0;
  }
  .heros3 .contact2 .container2 {
    flex-wrap: wrap;
  }
  .heros3 .contact2 .mail, .heros3 .contact2 .social {
    flex-basis: 70%;
  }
}

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