body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details {
  border-bottom: 1px solid var(--wp--custom--color--casablanca-300);
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 5rem;
}
body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details[open] {
  max-height: none;
  transition: max-height 0.6s ease;
}
body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details[open] summary::before {
  transform: rotate(45deg); /* 25% d'un tour complet */
}
body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details summary {
  cursor: pointer;
  padding-bottom: 1.5rem;
  font-family: Recoleta;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  transition: background 0.3s ease-in-out;
  position: relative;
  list-style: none;
}
body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details summary::-webkit-details-marker {
  display: none;
}
body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details summary p {
  line-height: 2rem !important;
}
@media (max-width: 768px) {
  body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details summary {
    font-size: 8vw;
  }
}
body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details summary::marker {
  display: none !important;
}
body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details summary::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 65px;
  background-image: url(assets/img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  color: var(--wp--custom--color--casablanca-300);
  float: right;
  padding-left: 5px;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details summary::before {
    width: 6vw;
    height: 9vw;
  }
}
body:not(.block-editor-iframe__body) .wp-block-group.is-style-accordeon details.wp-block-details summary p {
  color: var(--wp--custom--color--blue-600);
  font-size: 1.5rem;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
