/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/last-posts/style.css ***!
  \*************************************************************************************************************************************************************************************/
.wp-block-gitanablocks-last-posts .gb-last-posts-list {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.wp-block-gitanablocks-last-posts .gb-last-post-item a {
  text-decoration: none;
}

.wp-block-gitanablocks-last-posts .gb-see-more-wrap {
  text-align: end;
  margin-bottom: 30px;
}

.gitanablocks-section.gitanablocks-third a.bouton {
  padding: 6px 12px;
  color: #081028;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 17px;
  text-transform: uppercase;
  margin-right: 13px;

}

.gitanablocks-section.gitanablocks-third a.bouton-white {
  background-color: transparent;
  transition: all 0.3s;
  position: relative;

}

.gitanablocks-section.gitanablocks-third a.bouton.bouton-white::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #081028;
  display: block;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  right: -20px;
}

.gb-last-post-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  height: 100%;
  justify-content: space-between;
}

.gb-post-thumbnail-wrap {
  max-width: 100%;
  /* width: 340px; */
  max-height: 500px;
  aspect-ratio: 400 / 500;
}

.gb-post-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gb-post-meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 435px;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.gb-post-date::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #081028;
  margin-right: 8px;

}

.gitanablocks-section.gitanablocks-primary .gb-post-date::before {
  background-color: white;
}

.gb-post-title {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  width: 100%;
}

.gb-post-description {
  font-size: 1rem;
  margin-top: 0.3rem;
  width: 100%;
  font-weight: 300;
}

.gitanablocks-section.gitanablocks-primary .gb-post-meta {
  color: white;
}

h2+.wp-block-gitanablocks-last-posts {
  margin-top: -55px;
}


.gb-last-post-item:hover .pied{
  opacity: 1 !important;
}

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