/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/latest-post/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.
 */
.ca-latest-post-item {
  display: flex;
  flex-direction: column;
}

.title-underline {
  position: relative;
  display: inline-block;
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: var(--wp--preset--font-size--aside-item-title);
  font-weight: 600;
  padding-bottom: 20px;
  overflow: hidden;
  --underline-accent-height: 18px; /* height of ::after */
  --underline-line-height: 3px; /* height of ::before */
  align-self: flex-start;
}

.title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--underline-accent-height);
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" viewBox=\"0 0 15.5 18.5\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"translate%28-84.1 -135%29\"><path d=\"m84.1 135v1.06h2.94v9.93l8.58-9.93h4v-1.06z\" style=\"fill:%23fff\"/><path d=\"m96.9 136v3.12c0.928-1.04 1.85-2.09 2.78-3.12zm0 0h-1.19l-8.56 9.54v-9.54h-1.18v11.7h3.29c2.55-2.86 5.1-5.72 7.64-8.57zm-7.64 11.7h-3.29v-11.7h-1.82v17.4c1.7-1.9 3.41-3.81 5.11-5.72z\" style=\"fill:%23112438;stop-color:%23000000;stroke-linecap:square;stroke-width:3.78\"/><path d=\"m84.2 136v-1h-0.0488v1z\" style=\"fill:%23fff;stroke-width:.979\"/></g></svg>");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: calc(100% - 50px) bottom;
  pointer-events: none;
}

.title-underline::before {
  content: "";
  position: absolute;
  left: 0;
  /* bottom aligned relative to ::after height (no fractions) */
  bottom: calc(var(--underline-accent-height) - var(--underline-line-height) - 1px);
  width: 100%;
  height: var(--underline-line-height);
  background-color: var(--wp--preset--color--text);
  border-radius: var(--ca-radius-30);
  /* ensure no stray borders / spacing affect rendering */
  border: 0;
  margin: 0;
  box-sizing: border-box;
}

.ca-latest__post-item__authors {
  font-family: var(--wp--preset--font-family--eb-garamond);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 800;
  order: 3;
}

.ca-latest__post-item__author-descr {
  font-style: italic;
  font-weight: 400;
}

.ca-latest__post-restricted {
  display: inline-flex;
  margin-top: 0.25rem;
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: var(--wp--preset--font-size--normal);
  background-color: var(--wp--preset--color--dem-1);
  padding: 0 12px;
}

.ca-latest-post-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  -moz-column-gap: var(--wp--preset--spacing--50-30);
       column-gap: var(--wp--preset--spacing--50-30);
  row-gap: var(--wp--preset--spacing--30-30);
  width: 100%;
  align-items: stretch;
  padding: 0;
  min-height: 220px;
  order: 4;
}

#ca-latest-post-title {
  order: 2;
  margin-top: var(--wp--preset--spacing--20-15);
  margin-bottom: 0;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--work-sans);
}

.ca-latest__post-title__link {
  font-weight: 700;
}

.ca-latest-post__highlight-content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50-30);
  align-items: flex-start;
  justify-content: space-between;
}

.ca-latest-post-featured-image {
  width: 100%;
  height: 100%;
  min-height: 220px;
}
.ca-latest-post-featured-image .ca-latest-post-thumbnail,
.ca-latest-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ca-latest-post-excerpt p {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--regular);
  margin-bottom: 0;
}

.ca-latest-post-button {
  background-color: var(--term-code-color, #fff);
  border-color: var(--term-code-color, var(--wp--preset--color--text));
  border-radius: 0 10px 10px 10px;
  border-width: 3px;
  border-style: solid;
  font-family: var(--wp--preset--font-family--work-sans);
  display: flex;
  gap: 1em;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: start;
  min-height: clamp(44px, 44px + 6 * (100vw - 320px) / 1600, 50px);
  font-weight: 600;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.335, 18px);
  padding: 5px 20px;
  box-sizing: border-box;
  text-decoration: none;
}
.ca-latest-post-button:hover, .ca-latest-post-button:focus-visible, .ca-latest-post-button:active {
  background-color: var(--wp--preset--color--text);
  color: #fff;
  border-color: var(--wp--preset--color--text);
  text-decoration: none;
}
.ca-latest-post-button:hover::after, .ca-latest-post-button:focus-visible::after, .ca-latest-post-button:active::after {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"15\" viewBox=\"0 0 10 15\" fill=\"none\"><path d=\"M1.5 12.6272L7.06348 7.0636L1.5 1.5\" stroke=\"%23ffffff\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>");
}
.ca-latest-post-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"15\" viewBox=\"0 0 10 15\" fill=\"none\"><path d=\"M1.5 12.6272L7.06348 7.0636L1.5 1.5\" stroke=\"%23112438\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>");
  content: "";
  display: inline-flex;
  right: 1em;
  top: 50%;
  width: 10px;
  height: 15px;
  min-height: 100%;
  background-color: transparent;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

@media (min-width: 783px) {
  .ca-latest-post--prise-de-position .ca-latest-post-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: var(--wp--preset--spacing--50-30);
         column-gap: var(--wp--preset--spacing--50-30);
    row-gap: var(--wp--preset--spacing--30-15);
    align-items: start;
  }
  .ca-latest-post--prise-de-position .ca-latest-post-info {
    display: flex;
    flex-direction: column;
    grid-column: 2;
  }
  .ca-latest-post--prise-de-position .ca-latest-post__highlight-content {
    grid-column: 2;
  }
  .ca-latest-post--prise-de-position .ca-latest-post-featured-image {
    grid-column: 1;
    grid-row: 1/3;
    height: 100%;
  }
}
@media (max-width: 782px) {
  .ca-latest-post-content {
    grid-template-columns: 1fr;
  }
}

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