/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-picto-block {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.pictoBlock {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  color: var(--green);
  text-align: center;
}
.pictoBlock__title {
  color: var(--green);
  font-size: 5.5875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-family: "Saa Series C D OT", sans-serif !important;
  margin: 2rem 0 2rem !important;
  padding: 0 !important;
  width: 100%;
  max-width: 60rem;
}
.pictoBlock__rows {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 80rem;
  margin: 2rem 0 0 0;
  font-family: "Saa Series C D OT", sans-serif !important;
  font-size: 2.0375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.pictoBlock__text {
  margin: 2rem 0;
}
.pictoBlock .short-word {
  font-size: 4.7rem;
}
.pictoBlock__picto {
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .pictoBlock__title {
    font-size: 13vw;
  }
  .pictoBlock .short-word {
    font-size: 10vw;
  }
  .pictoBlock__rows {
    margin: 0 0 0;
    flex-direction: column;
  }
  .pictoBlock__rows object {
    width: 4rem;
    max-height: 5rem;
  }
  .pictoBlock__rows object svg {
    height: 100%;
  }
  .pictoBlock__text {
    width: 100%;
    margin: 1rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .pictoBlock__picto {
    height: auto;
  }
}

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