/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ChauxFine/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
h2 {
  margin: 1rem auto 4rem auto;
  text-align: center;
}

.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 {
  margin-bottom: 4rem;
}
@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: 0.9rem;
  letter-spacing: 0rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 60rem) {
  .all_sections .section p {
    width: 91%;
    font-size: 1rem;
  }
}
.all_sections .section h3 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.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: 90%;
}
@media screen and (min-width: 60rem) {
  .all_sections .duo_img .image {
    width: 90%;
    margin-right: 0.3rem;
  }
}
