/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-gt-gt-fse-partenaires {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: var(--partners-direction);
  gap: var(--partners-gap);
  flex-wrap: wrap;
}
.wp-block-gt-gt-fse-partenaires .gt-fse-partners__item {
  display: block;
  width: var(--partners-icon-width);
  height: var(--partners-icon-height);
  border-radius: var(--partners-icon-border-radius);
  background-color: var(--partners-icon-background-color);
  padding: var(--partners-padding);
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-gt-gt-fse-partenaires .gt-fse-partners__item__icon {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--partners-icon-color);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.wp-block-gt-gt-fse-partenaires .gt-fse-partners__item:hover {
  transform: scale(1.1);
}

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