/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/Prestations/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
h2 {
  margin: 0rem auto 2rem auto;
  text-align: center;
}
@media screen and (min-width: 60rem) {
  h2 {
    margin: 2rem auto 4rem auto;
  }
}

@media screen and (min-width: 60rem) {
  .both_sections {
    display: flex;
  }
}
.both_sections .duo_img {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 60rem) {
  .both_sections .duo_img {
    justify-content: center;
  }
}
.both_sections .duo_img .image {
  width: 48.5%;
}
@media screen and (min-width: 60rem) {
  .both_sections .duo_img .image {
    width: 46%;
    margin-right: 0.3rem;
  }
}
.both_sections h3 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 60rem) {
  .both_sections h3 {
    margin-bottom: 0rem;
  }
}

.note {
  width: 95%;
  font-size: 0.9rem;
  margin: 2rem auto 2rem auto;
  letter-spacing: 0rem;
  text-align: center;
}
@media screen and (min-width: 60rem) {
  .note {
    font-size: 0.95rem;
    text-align: center;
    letter-spacing: 0.01rem;
    margin: 3rem auto 3rem auto;
  }
}

.durabilite {
  width: 90%;
  text-align: justify;
  margin: 7rem auto 5rem auto;
  font-size: 0.95rem;
}
@media screen and (min-width: 60rem) {
  .durabilite {
    font-size: 1rem;
    width: 60%;
    margin: 9rem auto 5rem auto;
  }
}
@media screen and (min-width: 90rem) {
  .durabilite {
    width: 50%;
  }
}
.durabilite .title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.durabilite .text {
  margin-bottom: 1rem;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/Components/LinkForm/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.link {
  display: block;
  text-align: center;
  margin: 4rem auto 4rem auto;
  font-size: 0.9rem;
  padding: 5rem;
}
@media screen and (min-width: 60rem) {
  .link {
    font-size: 1rem;
    margin: 4rem auto 8rem auto;
  }
}
.link .button {
  padding: 1rem 1.3rem;
  border-radius: 0.2rem;
  background-color: rgb(241, 238, 233);
}
