/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.wp-block-example-example-block {
  display: flex;
  flex-direction: row;
}
.wp-block-example-example-block .column {
  flex: 1;
}
.wp-block-example-example-block .icon {
  text-align: center;
}
.wp-block-example-example-block .icon svg {
  width: 120px;
  height: 120px;
}

.wp-block-example-dynamic-block {
  background-color: #0f0;
  border: 2px solid #f00;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 767px) {
  .bandeau-block img {
    max-height: 103px !important;
    height: 103px !important;
  }
}
.bandeau-block .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bandeau-block img {
  width: 100%;
  object-fit: cover;
  max-height: 287px;
}

.bandeau-block-bg .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(254, 223, 5, 0.1);
  padding-bottom: 1rem;
  padding-top: 1rem;
}

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