/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/entete-page/_style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.entete-page {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  min-height: 350px;
}
@media (min-width: 1024px) {
  .entete-page {
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 650px;
  }
}
.entete-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #EFEAE4;
}
.entete-page > img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.entete-page__content {
  position: relative;
}
.entete-page__notice {
  background-color: #000;
  border-radius: 25px;
  border: 5px solid #D0C4B6;
  padding: 20px 30px;
  transform: rotate(-3deg);
  max-width: 400px;
  margin: 30px 0 0 auto;
}
@media (min-width: 1024px) {
  .entete-page__notice {
    margin: 0;
    margin-top: -30px;
    max-width: none;
  }
}
.entete-page__notice * {
  color: #fff;
  text-align: center;
}
.entete-page__notice .title {
  font-family: "merriweather";
  font-weight: bold;
  font-size: 20px;
}

/*# sourceMappingURL=entete-page.bundle.css.map*/