/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/EnduitsDecoratifs/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
h2 {
  margin: 1rem auto 2rem auto;
  text-align: center;
}
@media screen and (min-width: 60rem) {
  h2 {
    margin: 0rem auto 4rem auto;
  }
}

.commentaires {
  color: rgb(255, 13, 182);
}

@media screen and (min-width: 60rem) {
  .all_sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 97%;
    margin: auto;
  }
}
.all_sections .section {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 60rem) {
  .all_sections .section {
    width: 50%;
    margin-bottom: 5rem;
  }
}
.all_sections .section p {
  width: 90%;
  margin: auto;
  text-align: justify;
  font-size: 1rem;
  letter-spacing: 0rem;
}
@media screen and (min-width: 60rem) {
  .all_sections .section p {
    width: 91%;
  }
}
.all_sections .section h3 {
  margin-bottom: 1rem;
}
.all_sections .section .link {
  text-decoration: underline;
  margin-bottom: 4rem;
}
.all_sections .duo_img {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 60rem) {
  .all_sections .duo_img {
    justify-content: center;
  }
}
.all_sections .duo_img .image {
  width: 47%;
}
@media screen and (min-width: 60rem) {
  .all_sections .duo_img .image {
    width: 45%;
    margin-right: 0.3rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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);
}
