html,
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

span {
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.015rem;
  color: black;
}

#sur-mesure-content {
  width: 100%;
  height: auto;
  padding: 8.5rem 2.5rem;
  padding-bottom: 0;
  max-width: 125rem;
  margin: auto;
}

#sur-mesure-section-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50rem;
  margin-bottom: 4.5rem;
  padding: 2.6rem 0;
}

#sur-mesure-section-1 > div:first-child {
  display: inline-flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 63rem;
}

#sur-mesure-section-1 > div:first-child > h6:last-of-type {
  font-style: italic;
}

#sur-mesure-section-1 > div:first-child > button {
  width: fit-content;
}

#sur-mesure-section-1 > div:last-child {
  width: 40rem;
  height: 40rem;
}

#sur-mesure-section-1 > div:last-child > img {
  height: 32rem;
  object-fit: cover;
  transform: scale(1.5) rotate(-12deg);
  -webkit-clip-path: polygon(25% 0%, 74.71% 24.9%, 74.71% 94.61%, 25% 94.61%);
  clip-path: polygon(25% 0%, 74.71% 24.9%, 74.71% 94.61%, 25% 94.61%);
}

#sur-mesure-section-2 {
  margin-bottom: 4.5rem;
}

#sur-mesure-section-2 > div:first-child > h4 {
  display: block;
  text-align: center;
  margin-bottom: 2.4rem;
}

#sur-mesure-section-2 > div:first-child > span {
  display: block;
  text-align: center;
}

#sur-mesure-section-2 .example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2rem;
  height: 32.4rem;
  width: 100%;
}

#sur-mesure-section-2 .example > .example-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(233, 235, 248, 0.4);
  height: 100%;
  padding: 0 9rem;
}

#sur-mesure-section-2 .example > .example-info h4 {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}

#sur-mesure-section-2 .example > img {
  max-width: 48.5rem;
}

#sur-mesure-section-2 > div:last-child {
  width: fit-content;
}

#sur-mesure-section-2 > div:last-child button {
  margin: 0 1.2rem;
}

#sur-mesure-section-3 {
  margin-bottom: 4.5rem;
}

#sur-mesure-section-3 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(233, 235, 248, 0.4);
  width: 100%;
  height: 30rem;
}

#sur-mesure-section-3 > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2.4rem;
  width: 62.7rem;
}

#sur-mesure-section-3 > div > div > h4 {
  font-size: 3rem;
}

#sur-mesure-section-3 > div > div > h6 {
  padding: 0 2rem;
}
/* ###################### Mobile ###################### */

@media screen and (max-width: 1080px) {
  #sur-mesure-content {
    padding-left: 0;
    padding-right: 0;
  }

  #sur-mesure-section-1 {
    padding: 2.6rem 1rem;
    flex-direction: column-reverse;
    height: auto;
  }

  #sur-mesure-section-1 > div:first-child {
    text-align: center;
    width: auto;
    align-items: center;
  }

  #sur-mesure-section-1 > div:first-child > h4 {
    font-size: 2.4rem;
    line-height: 133.4%;
  }

  #sur-mesure-section-1 > div:first-child > h6:last-of-type {
    font-style: italic;
  }

  #sur-mesure-section-1 > div:last-child {
    width: 34rem;
    height: 28rem;
  }

  #sur-mesure-section-1 > div:last-child > img {
    transform: scale(1) rotate(-12deg) translateY(-4rem);
  }

  #sur-mesure-section-2 > .example {
    flex-direction: column-reverse;
    height: auto;
  }

  #sur-mesure-section-2 > .example > img {
    width: 100%;
    max-width: unset;
  }

  #sur-mesure-section-2 > .example > .example-info {
    padding: 0 2.5rem;
    padding-top: 2rem;
    padding-bottom: 3.7rem;
    text-align: center;
  }

  #sur-mesure-section-2 > .example > .example-info h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.42857143;
    letter-spacing: 0.015rem;
  }

  #sur-mesure-section-3 {
    margin-bottom: 0;
  }

  #sur-mesure-section-3 > div {
    padding: 3.2rem 1.2rem;
    height: auto;
  }

  #sur-mesure-section-3 > div > div > h4 {
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: 0.015rem;
    padding: 0 2.4rem;
  }

  #sur-mesure-section-3 > div > div > h6 {
    padding: 0;
  }
}

@media screen and (min-width: 500px) and (max-width: 1080px) {
  #sur-mesure-section-2 {
    margin: 0 15vw;
  }
}

@media screen and (max-width: 500px) {
  #sur-mesure-section-2 > .example > .example-info h6 {
    font-size: 1.8rem;
  }
}
