body.page-id-4785 [id=post-4785] .entry-content > p {
  font-family: "Roboto Slab", serif !important;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  body.page-id-4785 [id=post-4785] .entry-content > p {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  body.page-id-4785 [id=post-4785] .entry-content > p {
    max-width: 100%;
  }
}

.santapress-container {
  margin-top: 3rem;
  max-width: 980px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 995px) {
  .santapress-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .santapress-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .santapress-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .santapress-container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .santapress-container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
@media (max-width: 767px) {
  .santapress-container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.blocker {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
}

.santapress-post.modal,
.sp-modal-iframe.modal {
  max-width: 475px;
  height: 475px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.page-id-4785 .santapress-post.modal.santapress-layout-05 {
  background: radial-gradient(ellipse at center, #fff 1%, #fff 100%);
  border: 30px solid #ceac5d;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-id-4785 .santapress-post.modal.santapress-layout-05 {
    border: 10px solid #ceac5d;
    min-height: 250px;
    height: auto;
  }
}
body.page-id-4785 .santapress-post.modal.santapress-layout-05:before {
  display: none !important;
}
body.page-id-4785 .santapress-post.modal.santapress-layout-05:after {
  display: none !important;
}

.santapress-post.modal .santapress-post-inner {
  position: relative;
  padding: 10px 30px;
  background-image: url(./assets/img/bg_star.png);
}
@media (max-width: 767px) {
  .santapress-post.modal .santapress-post-inner {
    padding: 5px;
  }
}

.santapress-container .santapress-door .santapress-door-inner a {
  background: #ffffff;
}
.santapress-container .santapress-door .santapress-door-inner a.loaded {
  background: #ffffff;
}
.santapress-container .santapress-door .santapress-door-inner a.open {
  background: #c2bfb8;
}

.santapress-container .santapress-door {
  width: 20%;
  max-width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

.santapress-post.modal.santapress-layout-05 a.close-modal {
  background-image: url(./assets/img/close.svg);
  background-size: 100%;
  top: -25px;
  right: -25px;
  width: 22.5px;
  height: 22.5px;
}
@media (max-width: 767px) {
  .santapress-post.modal.santapress-layout-05 a.close-modal {
    top: 5px;
    right: 5px;
  }
}

.santapress-post.modal h1.santapress-title {
  position: absolute;
  bottom: 20px;
  right: 0px;
  margin: 0;
  text-align: left;
  font-family: "Roboto Slab", serif !important;
  font-size: 5rem;
  color: #ceac5d !important;
  width: auto;
  text-shadow: unset !important;
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .santapress-post.modal h1.santapress-title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 2rem;
    margin: 0;
    line-height: 1;
    width: 100%;
  }
}

.santapress-post.modal.santapress-layout-05 p {
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif !important;
  text-align: start;
  font-weight: 400;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
  text-shadow: unset;
  color: #000000;
}
.santapress-post.modal.santapress-layout-05 p a {
  color: #ceab5d;
  text-decoration: none;
}
.santapress-post.modal.santapress-layout-05 p a.bouton {
  background: #000;
  display: block;
  padding: 7.5px 35px;
  margin-top: 15px;
  width: 100%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .santapress-post.modal.santapress-layout-05 p {
    margin-top: 0;
    font-size: 1.15rem;
  }
}

@media (max-width: 995px) {
  .santapress-container .santapress-door {
    width: 100% !important;
    max-width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}