/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.
 */
@media (min-width: 900px) {
  .pr-tuile-container,
  .wp-block-create-block-pr-tuile,
  .wp-block-pr-tuile-pr-tuile {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: start;
  }
}

.pr-tuile-lien {
  display: block;
  margin: 16px 16px;
  border: 3px solid #92d16e;
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: transform ease 0.5s, box-shadow ease 0.5s;
  text-decoration: none;
  color: #232222;
  background-color: #fff;
}
@media (min-width: 900px) {
  .pr-tuile-lien {
    margin: 0 0;
    flex-basis: calc(33.3333333333% - 24px);
  }
}
.pr-tuile-lien:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}
.pr-tuile-lien p {
  font-weight: 400;
}
.pr-tuile-lien-text {
  padding: 0 16px 16px 16px;
  min-height: 150px;
}
.pr-tuile-lien-image {
  display: none;
}
@media (min-width: 900px) {
  .pr-tuile-lien-image {
    display: block;
  }
}
.pr-tuile-lien-image img {
  aspect-ratio: 1.7;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.pr-tuile-auteur {
  font-family: "Raleway";
  font-size: 1rem;
  font-weight: 400;
}

.pr-tuile-auteurs {
  padding-bottom: 16px;
}

.pr-tuile-type {
  font-family: "Raleway";
}

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