:root {
  /* Titre */
  --blocs-title-color: #131313;
  --blocs-title-color-hover: #ffffff;
  --blocs-title-color-with-background: #ffffff;
  --blocs-title-color-with-background-hover: #131313;
  /* Texte */
  --blocs-text-color: #111111;
  --blocs-text-color-hover: #eeeeee;
  --blocs-text-color-with-background: #eeeeee;
  --blocs-text-color-with-background-hover: #111111;
  /* Background */
  --blocs-background-color: #f8f8f8;
  --blocs-background-color-hover: #131313;
  --blocs-background-overlay-color: #131313;
  --blocs-background-overlay-color-hover: #ffffff;
  /* Date */
  --blocs-date-color: #888888;
  --blocs-date-color-hover: #ffffff;
  --blocs-date-color-with-background: #888888;
  --blocs-date-color-with-background-hover: #111111;
  /* Liens */
  --blocs-link: #131313;
  --blocs-link-hover: #fafafa;
  --blocs-link-with-background: #fafafa;
  --blocs-link-with-background-hover: #131313;
  /* Autres */
  --blocs-decoration-color: #dddddd;
  --blocs-decoration-color-hover: #dddddd;
  /* Icones */
  --blocs-icon-color: #131313;
  --blocs-icon-color-hover: #dddddd;
  --blocs-icon-color-with-background: #dddddd;
  --blocs-icon-color-with-background-hover: #000000;
  /* Aside */
  --bloc-aside-title-color: #131313;
  --bloc-aside-title-color-DARK: #ffffff;
  --bloc-aside-link-color: #111111;
  --bloc-aside-link-color-DARK: #ffffff;
  --bloc-aside-link-color-hover: #bbbbbb;
  --bloc-aside-link-color-hover-DARK: #bbbbbb;
  /* Pagination */
  --bloc-pagination-color: #888888;
  --bloc-pagination-color-DARK: #ffffff;
  --bloc-pagination-color-hover: #131313;
  --bloc-pagination-color-hover-DARK: #888888;
  --bloc-pagination-background: #e1e1e1;
  --bloc-pagination-background-DARK: #8a8a8a;
  --bloc-pagination-background-hover: #f8f8f8;
  --bloc-pagination-background-hover-DARK: #ffffff;
}

:root {
  /* Titre */
  --bloc-link-title-color: var(--blocs-title-color);
  --bloc-link-title-color-hover: var(--blocs-title-color-hover);
  --bloc-link-title-color-with-background: var(--blocs-title-color-with-background);
  --bloc-link-title-color-with-background-hover: var(--blocs-title-color-with-background-hover);
  /* Texte */
  --bloc-link-text-color: var(--blocs-text-color);
  --bloc-link-text-color-hover: var(--blocs-text-color-hover);
  --bloc-link-text-color-with-background: var(--blocs-text-color-with-background);
  --bloc-link-text-color-with-background-hover: var(--blocs-text-color-with-background-hover);
  /* Background */
  --bloc-link-background-color: var(--blocs-background-color);
  --bloc-link-background-color-hover: var(--blocs-background-color-hover);
  --bloc-link-background-overlay-color: var(--blocs-background-overlay-color);
  --bloc-link-background-overlay-color-hover: var(--blocs-background-overlay-color-hover);
  /* Liens */
  --bloc-link-link-with-background: var(--blocs-link-with-background);
  --bloc-link-link-with-background-hover: var(--blocs-link-with-background-hover);
  /* Autres */
  --bloc-link-decoration-color: var(--blocs-decoration-color);
  --bloc-link-decoration-color-hover: var(--blocs-decoration-color-hover);
  /* Icones */
  --bloc-link-icon-color: var(--blocs-icon-color);
  --bloc-link-icon-color-hover: var(--blocs-icon-color-hover);
  --bloc-link-icon-color-with-background: var(--blocs-icon-color-with-background);
  --bloc-link-icon-color-with-background-hover: var(--blocs-icon-color-with-background-hover);
}

:root {
  /* Colors */
  --frigg_title-color: var(--bloc-link-title-color-with-background);
  --frigg_linear-background: var(--bloc-link-background-overlay-color);
  /* Params */
  --frigg_image-objectFit: none;
}

@media screen and (max-width: 767px) {
  .cms_bloc_link_frigg .row.g-5, .cms_bloc_link_frigg .row.gx-5, .cms_bloc_link_frigg .row gy-5 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
.cms_bloc_link_frigg .row.default-hover a:hover .card .card-img, .cms_bloc_link_frigg .row.default-hover a:hover .card .card-img-top {
  transform: scale(1.05) rotate(-0.5deg);
}
.cms_bloc_link_frigg .row.default-hover a:hover .card .card-body::after {
  transform: translateY(0) scaleY(1);
}
.cms_bloc_link_frigg .row.default-hover a:hover .card .card-title {
  transform: translateY(-0.4rem);
}
.cms_bloc_link_frigg .row a {
  height: 100%;
  text-decoration: none !important;
}
.cms_bloc_link_frigg .row.blocs .col {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .cms_bloc_link_frigg .row.blocs .col {
    width: 40.1%;
  }
}
@media screen and (max-width: 992px) {
  .cms_bloc_link_frigg .row.blocs .col {
    width: 40.3%;
  }
}
@media screen and (max-width: 767px) {
  .cms_bloc_link_frigg .row.blocs .col {
    width: 40.1%;
  }
}
@media screen and (max-width: 576px) {
  .cms_bloc_link_frigg .row.blocs .col {
    width: 50%;
  }
}
.cms_bloc_link_frigg .row.blocs .col:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(2) {
    width: 59.9%;
  }
}
@media screen and (max-width: 992px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(2) {
    width: 59.7%;
  }
}
@media screen and (max-width: 767px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(2) {
    width: 59.9%;
  }
}
@media screen and (max-width: 576px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(2) {
    width: 50%;
  }
}
.cms_bloc_link_frigg .row.blocs .col:nth-child(3) {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(3) {
    width: 59.9%;
  }
}
@media screen and (max-width: 992px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(3) {
    width: 59.7%;
  }
}
@media screen and (max-width: 767px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(3) {
    width: 59.9%;
  }
}
@media screen and (max-width: 576px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(3) {
    width: 50%;
  }
}
.cms_bloc_link_frigg .row.blocs .col:nth-child(6) {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(6) {
    width: 59.9%;
  }
}
@media screen and (max-width: 992px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(6) {
    width: 59.7%;
  }
}
@media screen and (max-width: 767px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(6) {
    width: 59.9%;
  }
}
@media screen and (max-width: 576px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(6) {
    width: 50%;
  }
}
.cms_bloc_link_frigg .row.blocs .col:nth-child(7) {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(7) {
    width: 59.9%;
  }
}
@media screen and (max-width: 992px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(7) {
    width: 59.7%;
  }
}
@media screen and (max-width: 767px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(7) {
    width: 59.9%;
  }
}
@media screen and (max-width: 576px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(7) {
    width: 50%;
  }
}
.cms_bloc_link_frigg .row.blocs .col:nth-child(10) {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(10) {
    width: 59.9%;
  }
}
@media screen and (max-width: 992px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(10) {
    width: 59.7%;
  }
}
@media screen and (max-width: 767px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(10) {
    width: 59.9%;
  }
}
@media screen and (max-width: 576px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(10) {
    width: 50%;
  }
}
.cms_bloc_link_frigg .row.blocs .col:nth-child(11) {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(11) {
    width: 59.9%;
  }
}
@media screen and (max-width: 992px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(11) {
    width: 59.7%;
  }
}
@media screen and (max-width: 767px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(11) {
    width: 59.9%;
  }
}
@media screen and (max-width: 576px) {
  .cms_bloc_link_frigg .row.blocs .col:nth-child(11) {
    width: 50%;
  }
}
.cms_bloc_link_frigg .row .card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0.8rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cms_bloc_link_frigg .row .card img {
  display: block;
  object-fit: var(--frigg_image-objectFit);
  object-position: center center;
}
.cms_bloc_link_frigg .row .card-img, .cms_bloc_link_frigg .row .card-img-top {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  transition: transform 0.7s ease;
}
.cms_bloc_link_frigg .row .card-body {
  position: absolute;
  inset: 0;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
  align-items: flex-end;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .cms_bloc_link_frigg .row .card-body {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .cms_bloc_link_frigg .row .card-body {
    padding: 1rem;
  }
}
.cms_bloc_link_frigg .row .card-body::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  transform: translateY(30%) scaleY(0.7);
  height: 100%;
  z-index: -1;
  transition: height 0.7s ease, transform 0.7s ease;
  background: rgb(0, 0, 0);
  background: var(--frigg_linear-background-JS);
}
.cms_bloc_link_frigg .row .card-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  transition: transform 0.7s ease;
  color: var(--frigg_title-color);
}
@media screen and (max-width: 992px) {
  .cms_bloc_link_frigg .row .card-title {
    font-size: 1.6rem;
    font-weight: normal;
  }
}