/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/quote/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Container */
.br-quote {
  background: #e9f6fb;
  border-top: 2px solid #22a8e0;
  border-radius: 4px;
}

.br-quote__inner {
  padding: 18px 22px 22px;
}

/* Citation */
.br-quote__body {
  position: relative;
  margin: 0 0 14px 0;
  padding: 2rem; /* petit padding interne */
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.55;
}

.br-quote__body::before,
.br-quote__body::after {
  position: absolute;
  font-family: serif;
  font-weight: 700;
  font-size: 4rem; /* plus grand qu’avant */
  line-height: 1;
  color: #22a8e0; /* bleu ITU */
  opacity: 0.9;
}

.br-quote__body::before {
  content: "“";
  left: 0;
  top: -18px;
}

.br-quote__body::after {
  content: "”";
  right: 0;
  bottom: -28px;
}

/* Ligne avatar + infos */
.br-quote__row {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.br-quote__avatar-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #cfe8f3;
  display: block;
  border: 2px solid #22a8e0;
}

.br-quote__avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Textes */
.br-quote__name {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}

.br-quote__role, .br-quote__org {
  font-size: 0.95rem;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .br-quote__row {
    grid-template-columns: 56px 1fr;
  }
  .br-quote__avatar-wrap {
    width: 56px;
    height: 56px;
  }
}
.br-editor-track.is-dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.br-editor-track {
  cursor: grab;
  cursor: -webkit-grab;
}

/* make sure the inline popover can render */
.editor-styles-wrapper .br-quote {
  position: relative;
  overflow: visible;
}

.editor-styles-wrapper .br-quote__body {
  position: relative;
  z-index: 1;
}

/* some admin themes create stacking contexts that hide the bubble */
.block-editor .components-popover {
  z-index: 100000;
}

/* if you set transforms/filters on ancestors, remove them for the editor */
.editor-styles-wrapper .br-quote * {
  transform: none !important;
  filter: none !important;
}

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