@charset "UTF-8";
body #scroll-hide-btn {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 6px;
  font-weight: 600;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.5px;
  pointer-events: none;
  user-select: none;
  z-index: 9999;
  border-radius: 9999px;
  transition: opacity 0.35s ease;
  background-color: #308276;
}
body #scroll-hide-btn img {
  width: 32px;
  filter: invert(97%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(105%) contrast(101%);
}
body #scroll-hide-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
body:not(.home):not(.error404) main {
  padding-top: 20px;
}
@media (min-width: 992px) {
  body:not(.home):not(.error404) main {
    padding-top: 40px;
  }
}

.bloc-capfm-4-images .four-images-grid {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-template-rows: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  height: 500px;
  margin-bottom: 19px;
  margin-top: 19px;
}
.bloc-capfm-4-images .four-images-grid > .image-item {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.bloc-capfm-4-images .four-images-grid > .image-item:hover:not(.active):not(:only-child) {
  transform: scale(1.02);
  opacity: 0.95;
}
.bloc-capfm-4-images .four-images-grid > .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
  user-select: none;
}
.bloc-capfm-4-images .four-images-grid > .image-item.fade-out img {
  opacity: 0;
}
.bloc-capfm-4-images .four-images-grid > .image-item.fade-in img {
  opacity: 1;
}
.bloc-capfm-4-images .four-images-grid:has(> .image-item:only-child) {
  grid-template-columns: 1fr;
}
.bloc-capfm-4-images .four-images-grid > .image-item:only-child {
  grid-column: 1/-1;
  grid-row: 1/4;
  width: 100%;
  height: 100%;
  cursor: default;
}
.bloc-capfm-4-images .four-images-grid > .image-item:only-child img {
  cursor: default;
}
.bloc-capfm-4-images .four-images-grid > .image-item:nth-child(1) {
  cursor: default;
}
.bloc-capfm-4-images .four-images-grid > .image-item:nth-child(1) img {
  cursor: default;
}
.bloc-capfm-4-images .four-images-grid > .image-item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/4;
}
.bloc-capfm-4-images .four-images-grid > .image-item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.bloc-capfm-4-images .four-images-grid > .image-item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.bloc-capfm-4-images .four-images-grid > .image-item:nth-child(4) {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (max-width: 800px) {
  .bloc-capfm-4-images .four-images-grid {
    /* première ligne : image principale fixed height 218px
     deuxième ligne : 3 colonnes pour les vignettes */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 218px 80px; /* hauteur fixe pour stabilité */
    gap: 12px;
    align-items: stretch;
    height: auto;
    margin-top: 19px;
  }
  .bloc-capfm-4-images .four-images-grid > .image-item {
    width: 100%;
    margin: 0;
  }
  .bloc-capfm-4-images .four-images-grid {
    /* Si une seule image : pleine largeur */
  }
  .bloc-capfm-4-images .four-images-grid > .image-item:only-child {
    grid-column: 1/-1;
    grid-row: 1/2;
    height: 100%;
  }
  .bloc-capfm-4-images .four-images-grid {
    /* image principale : première ligne, fixed height */
  }
  .bloc-capfm-4-images .four-images-grid > .image-item:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1/2;
    height: 218px;
    overflow: hidden;
  }
  .bloc-capfm-4-images .four-images-grid {
    /* vignettes : rangée 2, une colonne chacune */
  }
  .bloc-capfm-4-images .four-images-grid > .image-item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
    height: 80px;
  }
  .bloc-capfm-4-images .four-images-grid > .image-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    height: 80px;
  }
  .bloc-capfm-4-images .four-images-grid > .image-item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
    height: 80px;
  }
  .bloc-capfm-4-images .four-images-grid {
    /* s'assurer que les images remplissent leurs cases */
  }
  .bloc-capfm-4-images .four-images-grid > .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.wp-block-quote {
  font-family: Montserrat;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}
.wp-block-quote p {
  margin: 0;
}
.wp-block-quote p::before {
  content: "“";
}
.wp-block-quote p::after {
  content: "”";
}

.bloc-capfm-call-to-action {
  background-color: var(--background-color, #FFFFFF);
  border-radius: 8px;
  border: 1px solid #308276;
  padding: 30px 20px;
  display: grid;
  gap: 24px;
}
.bloc-capfm-call-to-action .content {
  display: contents;
}
.bloc-capfm-call-to-action .content p:last-of-type {
  margin-bottom: 0;
}
.bloc-capfm-call-to-action .content a.btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .bloc-capfm-call-to-action {
    padding: 40px 36px;
    gap: 40px;
  }
  .bloc-capfm-call-to-action .content a.btn {
    width: auto;
    margin: auto;
  }
}

.bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-text {
  display: flex;
  margin-top: auto;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}
.bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content {
  margin-top: 0px;
}
.bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-footer {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 0px;
  font-size: 16px;
}
.bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-footer > *:not(:last-child) {
  position: relative;
}
.bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit {
  color: #8a8a8a;
  font-size: 15px;
}
.bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-footer .btn.btn-secondary {
  color: #308276;
  font-weight: 600;
  background: none;
  gap: 6px;
  cursor: pointer;
}
.bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-footer .btn.btn-secondary:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: unset;
    align-items: unset;
  }
  .bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-footer {
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: unset;
    font-size: 15px;
    margin-top: 8px;
  }
  .bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-footer a::before {
    display: none !important;
  }
  .bloc-jedhaXclover-list-pages .jedhaXclover-listing .jedha-card-single.mediatheque .jedha-card-content-footer .btn.btn-secondary {
    gap: 4px;
  }
}

.bloc-capfm-jedha-card-single.publication {
  gap: 12px 32px;
}
.bloc-capfm-jedha-card-single.publication .jedha-card-image img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.bloc-capfm-jedha-card-single.publication .jedha-card-content-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.bloc-capfm-jedha-card-single.publication .jedha-card-content-footer > *:not(:last-child) {
  position: relative;
}
.bloc-capfm-jedha-card-single.publication .jedha-card-content-footer > *:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #e0e0e0;
  margin-left: 12px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .jedha-card-single.publication .jedha-card-content-footer {
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 25px;
  }
  .jedha-card-single.publication .jedha-card-content-footer > *:not(:last-child)::after {
    display: none;
  }
  .content-taxon {
    background: none !important;
  }
  .content-taxon .term {
    background: var(--bgc-taxon, #308276) !important;
    color: var(--color-taxon, #fff) !important;
    padding: 8px;
    border-radius: 8px !important;
  }
}
.bloc-capfm-jedha-card-single.publication {
  gap: 12px 32px;
}
.bloc-capfm-jedha-card-single.publication .jedha-card-image img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.bloc-capfm-jedha-card-single.publication .jedha-card-content-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.bloc-capfm-jedha-card-single.publication .jedha-card-content-footer > *:not(:last-child) {
  position: relative;
}
.bloc-capfm-jedha-card-single.publication .jedha-card-content-footer > *:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #e0e0e0;
  margin-left: 12px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .jedha-card-single.publication .jedha-card-content-footer {
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 25px;
  }
  .jedha-card-single.publication .jedha-card-content-footer > *:not(:last-child)::after {
    display: none;
  }
  .content-taxon {
    background: none !important;
  }
  .content-taxon .term {
    background: var(--bgc-taxon, #308276) !important;
    color: var(--color-taxon, #fff) !important;
    padding: 8px;
    border-radius: 8px !important;
  }
}
.bloc-capfm-citation_extended {
  position: relative;
}
.bloc-capfm-citation_extended::before {
  content: "";
  position: absolute;
  background-color: var(--background-color);
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.bloc-capfm-citation_extended {
  display: block;
  gap: 16px;
  padding: 24px 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: var(--background-color);
}
.bloc-capfm-citation_extended > .content {
  padding: 0;
  min-height: 0;
  height: auto;
  display: block;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
  border-radius: 10px;
}
.bloc-capfm-citation_extended .image {
  width: 250px;
  height: 240px;
  max-width: 300px;
  overflow: hidden;
  margin: 0 auto 16px;
  border-radius: 8px;
  display: block;
}
.bloc-capfm-citation_extended .image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  object-position: right;
}
.bloc-capfm-citation_extended > .quote {
  padding: 0;
  display: block;
  gap: 12px;
  font-size: 24px;
  line-height: 1.25;
  color: #0b2330;
  font-family: inherit;
  margin: 0;
}
.bloc-capfm-citation_extended > .quote blockquote {
  margin: 0 0 16px;
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.bloc-capfm-citation_extended > .quote .quote-footer {
  display: flex;
}
.bloc-capfm-citation_extended > .quote .quote-footer > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-capfm-citation_extended > .quote .names {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
  color: #0b2330;
}
.bloc-capfm-citation_extended > .quote .job {
  color: #444;
  font-size: 0.95rem;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .bloc-capfm-citation_extended::before {
    display: none;
  }
  .bloc-capfm-citation_extended {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
  }
  .bloc-capfm-citation_extended:has(.content > .image > img) {
    grid-template-columns: 300px 1fr;
  }
  .bloc-capfm-citation_extended > .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 200px;
  }
  .bloc-capfm-citation_extended .content:not(:has(img)) {
    display: none;
  }
  .bloc-capfm-citation_extended .image {
    height: 240px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .bloc-capfm-citation_extended .image img {
    object-position: center;
  }
  .bloc-capfm-citation_extended .image:not(:has(img)) {
    display: none;
  }
  .bloc-capfm-citation_extended > .quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
  .bloc-capfm-citation_extended > .quote blockquote {
    margin: 0;
    line-height: 1.4;
  }
  .bloc-capfm-citation_extended > .quote .names {
    font-weight: 700;
  }
  .bloc-capfm-citation_extended > .quote .job {
    font-size: 0.95rem;
  }
}

.bloc-capfm-download-documents {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bloc-capfm-download-documents .documents {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin: 0;
  padding: 0;
}
.bloc-capfm-download-documents .documents a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  border: 1px solid #8D93AA;
  font-weight: 600;
}
.bloc-capfm-download-documents .documents a::before, .bloc-capfm-download-documents .documents a::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 60px;
  min-height: 53px;
}
.bloc-capfm-download-documents .documents a::before {
  flex: 0 0 42px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #308276;
}
.bloc-capfm-download-documents .documents a::after {
  background-image: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_download.svg") !important;
  background-size: 32px !important;
  margin: 0 !important;
  position: absolute;
  filter: invert(97%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(105%) contrast(101%);
}
@media (min-width: 768px) {
  .bloc-capfm-download-documents .documents a {
    width: 100%;
    max-width: 400px;
  }
}

.bloc-jedhaXclover-editable-cards {
  gap: 20px;
  padding-top: 30px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) {
  position: relative;
  flex-direction: column;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image)::before {
  content: "";
  position: absolute;
  background-color: var(--background-color);
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content {
  box-shadow: none;
  padding: 20px 0px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .editable-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content a.btn {
  width: 100%;
  margin: 30px 0;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .image {
  display: none;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .jedha-card-default {
  border-radius: 8px;
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  box-shadow: none;
  border: 0;
  overflow: visible;
  padding: 30px 20px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .jedha-card-picto {
  display: flex;
  justify-content: flex-end;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .jedha-card-picto div {
  border-radius: 999px;
  padding: 10px;
  background-color: var(--background-color-picto);
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .jedha-card-picto div img {
  width: 36px;
  height: auto;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .jedha-card-content {
  padding: 0px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .jedha-card-content-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .jedha-card-content-text p {
  margin: 0px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .editable-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .jedha-card-default {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px;
  background-color: var(--background-color);
}
.bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .jedha-card-picto div {
  display: flex;
  border-radius: 60px;
  background-color: var(--background-color-picto);
  padding: 10px;
}
.bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .jedha-card-picto div img {
  width: 36px;
  height: auto;
}
.bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .jedha-card-content-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 992px) {
  .bloc-jedhaXclover-editable-cards:last-child {
    margin-top: -50px;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    position: relative;
    align-items: start;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image)::before {
    content: "";
    position: absolute;
    background-color: var(--background-color);
    top: 0;
    left: 50%;
    right: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) h2 {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 24px 0;
    margin: 0 0 16px 0;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content {
    grid-column: 1/2;
    grid-row: 2/3;
    background: none;
    box-shadow: none;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
    /* grille pour placer les editable cards en 2 colonnes x 2 lignes */
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .editable-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
    align-items: start;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content a.btn {
    width: 100%;
    max-width: 330px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .jedha-card-default {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border-radius: 8px;
    background: var(--Greyscale-Grey-000, #fff);
    overflow: visible;
    padding: 24px 16px 40px 16px;
    height: 100%;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .jedha-card-picto {
    display: flex;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .jedha-card-content {
    padding: 0px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .jedha-card-content-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .image {
    grid-column: 2/3;
    grid-row: 1/3;
    display: block;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) {
    padding: 24px 16px 24px 24px;
    display: inline-flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: var(--background-color);
    gap: 24px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image))::before {
    display: none;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .editable-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .jedha-card-default {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    gap: 16px;
    border-radius: 8px;
    flex: 1 1 0;
    min-width: 220px;
    min-height: 260px;
  }
}
@media (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .bloc-jedhaXclover-editable-cards {
    grid-template-columns: auto !important;
    /* Entre lg et xl : masquer l'image et afficher les cards en grille 2x2 */
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .image {
    display: none;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content {
    /* mettre les editable-cards en 2 colonnes x 2 lignes */
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .editable-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
    align-items: start;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content a.btn {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: calc(1400px - 1px)) {
  .bloc-jedhaXclover-editable-cards {
    /* Entre xl et xxl : optimiser l'affichage pour écrans 1200px à 1400px */
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) {
    display: grid;
    grid-template-columns: 2fr;
    grid-template-rows: auto 1fr;
    position: relative;
    align-items: start;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) h2 {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 24px 0;
    margin: 0 0 16px 0;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .image {
    display: none;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content {
    grid-column: 1/2;
    grid-row: 2/3;
    background: none;
    box-shadow: none;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .editable-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    align-items: start;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content a.btn {
    width: 100%;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .jedha-card-default {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border-radius: 8px;
    background: var(--Greyscale-Grey-000, #fff);
    overflow: visible;
    padding: 24px 16px;
    height: 100%;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .jedha-card-picto {
    display: flex;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .jedha-card-content {
    padding: 0px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .content .jedha-card-content-text {
    display: flex;
    flex-direction: column;
    gap: 12px !important;
    border-radius: 8px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):has(> .image) .image {
    display: none;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) {
    padding: 24px;
    display: inline-flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: var(--background-color);
    gap: 24px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .editable-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .bloc-jedhaXclover-editable-cards:has(> .content):not(:has(> .image)) .jedha-card-default {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    gap: 16px;
    border-radius: 8px;
    flex: 1 1 0;
    min-width: 200px;
    min-height: 240px;
  }
}
@media (min-width: 1880px) {
  .bloc-jedhaXclover-editable-cards {
    gap: 28px;
  }
}

.bloc-jedhaXclover-key-numbers {
  padding: 30px 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.bloc-jedhaXclover-key-numbers .item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  background-color: #007461;
}
.bloc-jedhaXclover-key-numbers .item .picto {
  align-self: flex-end;
  border-radius: 999px;
}
.bloc-jedhaXclover-key-numbers .item .picto:before {
  width: 36px;
  height: 36px;
}
.bloc-jedhaXclover-key-numbers .item .key-number {
  font-family: "Montserrat";
}
@media (min-width: 1200px) {
  .bloc-jedhaXclover-key-numbers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    padding: 70px 0;
  }
  .bloc-jedhaXclover-key-numbers > h2 {
    width: 100%;
  }
  .bloc-jedhaXclover-key-numbers > .item {
    padding: 52px 20px 22px 19px;
  }
  .bloc-jedhaXclover-key-numbers > .item:has(.picto) {
    padding: 30px 26px 45px 26px;
    justify-content: flex-start;
  }
  .bloc-jedhaXclover-key-numbers > .item {
    flex: 1;
    justify-content: flex-end;
  }
  .bloc-jedhaXclover-key-numbers .title {
    grid-column: 1/-1;
    grid-row: 1/1;
    text-align: center;
  }
}
.bloc-jedhaXclover-list-actualites {
  margin-bottom: 0 !important;
}
.bloc-jedhaXclover-list-actualites::before {
  content: "";
  position: absolute;
  background-color: var(--background-color);
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-default {
  overflow: hidden;
  border: 0;
  padding: 0;
}
.bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-default:hover .jedha-card-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000 100%);
}
.bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-image {
  position: relative;
  max-width: 100%;
  padding: 0;
  height: 100%;
}
.bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-image::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000 100%);
  transition: background 0.4s ease;
}
.bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-image img {
  width: 100%;
  height: 100%;
}
.bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-content {
  position: absolute;
  inset: 0;
  color: #fff;
  z-index: 2;
  gap: 12px;
  padding: 32px;
  justify-content: flex-end;
}
.bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-content .date {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .bloc-jedhaXclover-list-actualites {
    margin: 0 -12px;
    padding: 0;
  }
  .bloc-jedhaXclover-list-actualites .actualites {
    position: relative;
    gap: 0;
    overflow: hidden;
  }
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .actualite,
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .jedha-card-default {
    flex: 0 0 100%;
    box-sizing: border-box;
    height: 511px;
    position: relative;
    overflow: hidden;
    align-self: stretch;
    border-radius: 0;
    border: 0;
  }
  .bloc-jedhaXclover-list-actualites .actualites .jedha-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    border-radius: 0;
  }
  .bloc-jedhaXclover-list-actualites .actualites .jedha-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .actualite::before,
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .jedha-card-default::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
  }
  .bloc-jedhaXclover-list-actualites .actualites:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.85) 100%);
  }
  .bloc-jedhaXclover-list-actualites .actualites .jedha-card-content {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    gap: 12px;
  }
  .bloc-jedhaXclover-list-actualites .actualites .jedha-card-content-text .jedha-card-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .bloc-jedhaXclover-list-actualites .actualites .jedha-card-content-text .jedha-card-content-excerpt {
    display: none;
  }
  .bloc-jedhaXclover-list-actualites .swiper-pagination {
    bottom: 20px;
    background-color: transparent !important;
  }
  .bloc-jedhaXclover-list-actualites .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
  }
  .bloc-jedhaXclover-list-actualites .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.4) !important;
    opacity: 1 !important;
  }
  .bloc-jedhaXclover-list-actualites .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
    border: 0 !important;
  }
  .bloc-jedhaXclover-list-actualites .swiper-button-prev, .bloc-jedhaXclover-list-actualites .swiper-button-next {
    background-color: #F7F8FA;
    width: 36px;
    height: 36px;
    border-radius: 80px;
    border: 1px solid #C1C9D6;
  }
  .bloc-jedhaXclover-list-actualites .swiper-button-prev::after, .bloc-jedhaXclover-list-actualites .swiper-button-next::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    filter: invert(48%) sepia(10%) saturate(2198%) hue-rotate(122deg) brightness(86%) contrast(85%);
  }
  .bloc-jedhaXclover-list-actualites .swiper-button-prev::after {
    background: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_arrow_left.svg") center/contain no-repeat;
  }
  .bloc-jedhaXclover-list-actualites .swiper-button-next::after {
    background: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_arrow_right.svg") center/contain no-repeat;
  }
}
@media (min-width: 576px) {
  .bloc-jedhaXclover-list-actualites {
    padding: 24px 0;
    margin: 0;
  }
  .bloc-jedhaXclover-list-actualites .actualites {
    border-radius: 8px;
  }
  .bloc-jedhaXclover-list-actualites .swiper-pagination {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .bloc-jedhaXclover-list-actualites .actualites {
    height: 78vh;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bloc-jedhaXclover-list-actualites .actualites {
    height: auto !important;
  }
}
@media (min-width: 2300px) {
  .bloc-jedhaXclover-list-actualites .actualites {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  .bloc-jedhaXclover-list-actualites {
    position: relative;
    padding: 32px 0;
  }
  .bloc-jedhaXclover-list-actualites .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
    gap: 18px;
    align-items: stretch;
  }
  .bloc-jedhaXclover-list-actualites .swiper-button-next,
  .bloc-jedhaXclover-list-actualites .swiper-button-prev,
  .bloc-jedhaXclover-list-actualites .swiper-pagination {
    display: none;
  }
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .jedha-card-default:first-child {
    grid-row: 1/span 2;
    grid-column: 1/2;
  }
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .jedha-card-default:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .jedha-card-default:nth-child(2) .jedha-card-content-excerpt {
    display: none;
  }
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .jedha-card-default:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .bloc-jedhaXclover-list-actualites .actualites > .swiper-wrapper > .jedha-card-default:nth-child(3) .jedha-card-content-excerpt {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: calc(1400px - 1px)) {
  .bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-default {
    overflow: hidden;
    border: 0;
    padding: 0;
  }
  .bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-default:hover .jedha-card-image::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, #000 100%);
  }
  .bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-image {
    position: relative;
    max-width: 100%;
    padding: 0;
    height: 100%;
  }
  .bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-image::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, #000 100%);
    transition: background 0.4s ease;
  }
  .bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-image img {
    width: 100%;
    height: 100%;
  }
  .bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-content {
    position: absolute;
    inset: 0;
    color: #fff;
    z-index: 2;
    gap: 12px;
    padding: 32px;
    justify-content: flex-end;
  }
  .bloc-jedhaXclover-list-actualites .swiper-wrapper .jedha-card-content .date {
    color: #FFFFFF;
  }
}

.bloc-capfm-brands {
  position: relative;
}
.bloc-capfm-brands h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.bloc-capfm-brands:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #ECEDF0;
}
.bloc-capfm-brands {
  display: flex;
  flex-direction: column;
  gap: 30px !important;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bloc-capfm-brands .brands {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  align-items: start;
}
.bloc-capfm-brands .brands > :last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: auto;
  margin-top: 10px;
}
.bloc-capfm-brands .brands > .jedha-card-default.capfm-brand:nth-child(n+5) {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.bloc-capfm-brands .brands.expanded > .jedha-card-default.capfm-brand:nth-child(n+5) {
  display: flex;
  animation: fadeInBrand 0.4s ease-in-out forwards;
}
@keyframes fadeInBrand {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bloc-capfm-brands .jedha-card-default.capfm-brand {
  min-height: 63px;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  padding: 3px 10px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #8D93AA;
}
.bloc-capfm-brands .jedha-card-default.capfm-brand .jedha-card-image {
  width: 41px;
  height: 36px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.bloc-capfm-brands .jedha-card-default.capfm-brand .jedha-card-image img {
  padding: 0px;
  object-fit: contain;
  display: block;
  height: 100%;
  width: 100%;
}
.bloc-capfm-brands .jedha-card-default.capfm-brand .jedha-card-content {
  padding: 0px;
  justify-content: center;
}
.bloc-capfm-brands .jedha-card-default.capfm-brand .jedha-card-content .jedha-card-content-title {
  margin: 0;
  padding: 0px;
}

@media (min-width: 576px) {
  .bloc-capfm-brands {
    gap: 35px !important;
  }
  .bloc-capfm-brands .btn.btn-secondary {
    display: none;
  }
  .bloc-capfm-brands .brands {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: auto;
    margin: 0 auto;
  }
  .bloc-capfm-brands .brands > .jedha-card-default.capfm-brand:nth-child(n+5) {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
  .bloc-capfm-brands .brands .jedha-card-default.capfm-brand {
    height: 64px;
    width: auto;
    padding: 8px 12px;
    gap: 12px;
    display: flex;
    align-items: center;
  }
  .bloc-capfm-brands .brands .jedha-card-default.capfm-brand .jedha-card-image {
    width: 4 8px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .bloc-capfm-brands {
    text-align: left;
    gap: 40px !important;
  }
  .bloc-capfm-brands .btn.btn-secondary {
    display: none;
  }
  .bloc-capfm-brands .brands {
    grid-template-columns: repeat(4, 1fr);
    width: auto;
    margin: 0;
    gap: 24px;
  }
  .bloc-capfm-brands .brands > .jedha-card-default.capfm-brand:nth-child(n+5) {
    display: flex;
  }
  .bloc-capfm-brands .brands .jedha-card-default.capfm-brand {
    height: 73px;
    width: auto;
    display: flex;
    gap: 24px;
    padding: 10px 14px;
    flex-direction: row;
  }
  .bloc-capfm-brands .brands .jedha-card-default.capfm-brand .jedha-card-image {
    width: 60px;
  }
  .bloc-capfm-brands .brands .jedha-card-default.capfm-brand:hover {
    transition: all 0.3s ease-in-out;
    border: 1px solid #007461;
  }
}
.bloc-capfm-list-elements-extended {
  padding: 32px 0;
}
.bloc-capfm-list-elements-extended > .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bloc-capfm-list-elements-extended > .content .bloc-capfm-element-extended {
  border: 1px solid #308276;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  gap: 20px;
  border-radius: 8px;
}
.bloc-capfm-list-elements-extended > .content .bloc-capfm-element-extended div > *:last-child {
  margin-bottom: 0;
}
.bloc-capfm-list-elements-extended > .content .bloc-capfm-element-extended .jxc-picto {
  min-width: 46px;
}
.bloc-capfm-list-elements-extended > .content .bloc-capfm-element-extended .jxc-picto:after {
  margin: 0;
  min-width: 45px;
}
.bloc-capfm-list-elements-extended > .content .bloc-capfm-element-extended .action:not(:empty) {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.bloc-capfm-list-elements-extended > .content .bloc-capfm-element-extended .action:not(:empty) a {
  margin: 0px;
}
.bloc-capfm-list-elements-extended .action {
  display: flex;
  justify-content: center;
}
.bloc-capfm-list-elements-extended .action .btn {
  width: 100%;
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .bloc-capfm-list-elements-extended .action .btn {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .bloc-capfm-list-elements-extended .bloc-capfm-element-extended {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.bloc-capfm-list-laureats .swiper-wrapper {
  flex-direction: column;
  gap: 24px;
}
.bloc-capfm-list-laureats .swiper-pagination, .bloc-capfm-list-laureats .swiper-button-next, .bloc-capfm-list-laureats .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .bloc-capfm-list-laureats .swiper {
    padding: 15px;
    background-color: transparent;
  }
  .bloc-capfm-list-laureats .swiper-horizontal > .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, -5px);
  }
  .bloc-capfm-list-laureats .swiper-horizontal > .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #007461;
    background-color: transparent;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  .bloc-capfm-list-laureats .swiper-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #007461;
    border: 0;
  }
  .bloc-capfm-list-laureats .swiper-wrapper {
    flex-direction: row;
    gap: 0;
    margin-bottom: 12px;
  }
  .bloc-capfm-list-laureats .swiper-slide {
    display: flex;
    align-items: stretch;
  }
  .bloc-capfm-list-laureats .swiper-slide > .jedha-card-default {
    height: auto;
    box-shadow: none;
    width: 100%;
  }
  .bloc-capfm-list-laureats .swiper-button-next {
    right: 0px;
  }
  .bloc-capfm-list-laureats .swiper-button-prev {
    left: 0px;
  }
  .bloc-capfm-list-laureats .swiper-pagination, .bloc-capfm-list-laureats .swiper-button-next, .bloc-capfm-list-laureats .swiper-button-prev {
    display: block;
  }
  .bloc-capfm-list-laureats .swiper-button-next, .bloc-capfm-list-laureats .swiper-button-prev {
    background-color: #F7F8FA;
    width: 36px;
    height: 36px;
    border-radius: 80px;
    border: 1px solid #C1C9D6;
    padding: 8px;
    display: inline-flex;
    align-items: center;
  }
  .bloc-capfm-list-laureats .swiper-button-next::after, .bloc-capfm-list-laureats .swiper-button-prev::after {
    filter: invert(48%) sepia(10%) saturate(2198%) hue-rotate(122deg) brightness(86%) contrast(85%);
  }
  .bloc-capfm-list-laureats .swiper-button-next::after, .bloc-capfm-list-laureats .swiper-button-prev::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_arrow_right.svg") center/contain no-repeat;
  }
  .bloc-capfm-list-laureats .swiper-button-next.swiper-button-prev::after, .bloc-capfm-list-laureats .swiper-button-prev.swiper-button-prev::after {
    background: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_arrow_left.svg") center/contain no-repeat;
  }
}

.bloc-jedhaXclover-list-pages {
  gap: 32px;
  padding: 48px 0;
  display: grid;
  justify-items: center;
}
.bloc-jedhaXclover-list-pages > h2 {
  text-align: center;
}
.bloc-jedhaXclover-list-pages.with-image .pages {
  display: flex;
  flex-direction: column;
}
.bloc-jedhaXclover-list-pages.with-picto .pages {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) {
  background-color: #007461;
  color: #FFFFFF;
}
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) .jedha-card-image {
  background-color: #FFFFFF;
}
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) a.btn.btn-secondary,
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) a.btn.btn-secondary:hover {
  outline-color: #FFFFFF;
  background-color: #FFFFFF;
}
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default {
  padding: 30px 26px 45px 26px;
  gap: 42px;
  flex-direction: column;
  height: 100%;
}
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-image {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 10px;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 60px;
  background-color: #007461;
}
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-image img {
  border: none;
}
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-excerpt {
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-content-footer a.btn {
  width: 100%;
}
@media (max-width: 768px) {
  .bloc-jedhaXclover-list-pages:has(.pages > .actualite), .bloc-jedhaXclover-list-pages:has(.pages > .publication), .bloc-jedhaXclover-list-pages:has(.pages > .mediatheque) {
    padding-top: 24px;
    margin-top: 24px;
  }
  .bloc-jedhaXclover-list-pages:has(.pages > .actualite) .pages:has(.actualite, .publication, .mediatheque) > :first-child, .bloc-jedhaXclover-list-pages:has(.pages > .publication) .pages:has(.actualite, .publication, .mediatheque) > :first-child, .bloc-jedhaXclover-list-pages:has(.pages > .mediatheque) .pages:has(.actualite, .publication, .mediatheque) > :first-child {
    padding-top: 0px;
    border-top: none;
  }
  .bloc-jedhaXclover-list-pages:has(.pages > .actualite)::before, .bloc-jedhaXclover-list-pages:has(.pages > .publication)::before, .bloc-jedhaXclover-list-pages:has(.pages > .mediatheque)::before {
    width: 100%;
    height: 1px;
    background-color: #C1C9D6;
  }
}
@media (min-width: 768px) {
  .bloc-jedhaXclover-list-pages {
    gap: 32px;
  }
  .bloc-jedhaXclover-list-pages.with-image .pages {
    gap: 24px;
    display: grid;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages {
    gap: 32px;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default {
    flex-direction: column;
    gap: 32px;
    width: calc(100% - 16px);
    min-height: 465px;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-image {
    gap: 16px;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-content {
    padding: 0;
    gap: 24px;
    height: 100%;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-content-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-content-footer a.btn {
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .bloc-jedhaXclover-list-pages.with-picto .pages {
    display: grid;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) a.btn.btn-secondary,
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) a.btn.btn-secondary:hover {
    background-color: transparent;
    color: #FFFFFF !important;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) a.btn.btn-secondary div:before,
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) a.btn.btn-secondary div:after,
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) a.btn.btn-secondary:hover div:before,
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default:nth-child(odd) a.btn.btn-secondary:hover div:after {
    filter: invert(97%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(105%) contrast(101%);
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-default {
    gap: 42px;
    width: auto;
  }
  .bloc-jedhaXclover-list-pages.with-picto .pages .jedha-card-content-footer a.btn {
    width: fit-content;
  }
}

.bloc-capfm-presses {
  padding: 30px 0px;
  box-sizing: border-box;
  position: relative;
  background-color: var(--background-color);
  border-radius: 8px;
}
.bloc-capfm-presses::before {
  content: "";
  position: absolute;
  background-color: var(--background-color);
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.bloc-capfm-presses .presses {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.bloc-capfm-presses .jedha-card-default {
  border: none;
  box-shadow: none;
  background: transparent;
  gap: 25px;
  padding: 0px;
}
.bloc-capfm-presses .jedha-card-default .jedha-card-content {
  padding: 0px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.bloc-capfm-presses .jedha-card-default .jedha-card-content-title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 24px;
}
.bloc-capfm-presses .jedha-card-default .jedha-card-taxonomies .categorie-publication,
.bloc-capfm-presses .jedha-card-default .jedha-card-taxonomies .marque,
.bloc-capfm-presses .jedha-card-default .jedha-card-taxonomies .type-publication:before {
  display: none;
}
.bloc-capfm-presses .jedha-card-default .jedha-card-content-text p {
  display: none;
}
.bloc-capfm-presses .jedha-card-default .jedha-card-content-footer {
  display: flex;
  gap: 30px;
}
.bloc-capfm-presses .jedha-card-default .jedha-card-content-footer .date {
  color: #666E8A;
}

@media (min-width: 576px) {
  .bloc-capfm-presses {
    padding: 32px 24px;
  }
  .bloc-capfm-presses::before {
    display: none;
  }
  .bloc-capfm-presses .presses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .bloc-capfm-presses .presses .jedha-card-content-footer {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .bloc-capfm-presses {
    padding: 40px 37px;
  }
  .bloc-capfm-presses .presses {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.list-rs {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.list-rs .rs-link {
  border-radius: 8px;
}
.list-rs .rs-link:focus {
  outline-style: solid;
  outline-color: #0A94A8;
  outline-offset: 3px;
  outline-width: 3px;
}
.list-rs .rs-link:after {
  display: none !important;
}
.list-rs .rs-link .rs-icon {
  display: inline-block;
  background-image: var(--rs-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  filter: invert(23%) sepia(83%) saturate(1506%) hue-rotate(146deg) brightness(101%) contrast(101%);
}

.bloc-capfm-our-locations {
  padding: 32px 0;
}
.bloc-capfm-our-locations h2 {
  text-align: center;
}
.bloc-capfm-our-locations .content .dropdown-tabs {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .bloc-capfm-our-locations .action {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .bloc-capfm-our-locations {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .bloc-capfm-our-locations .content {
    flex-direction: column;
    gap: 40px;
  }
}

.bloc-capfm-our-storie {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0px;
  position: relative;
}
.bloc-capfm-our-storie::before {
  content: "";
  position: absolute;
  background-color: var(--background-color);
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.bloc-capfm-our-storie h2 {
  text-align: center;
  color: #FFFFFF;
}
.bloc-capfm-our-storie .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bloc-capfm-our-storie .content .btn-secondary {
  margin: auto;
}
.bloc-capfm-our-storie .date-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed {
  padding: 30px 26px 45px 26px;
  align-items: center;
  gap: 42px;
  align-self: stretch;
  background-color: #FFFFFF;
  flex-direction: column;
  transition: opacity 360ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 24px * 3) / 4);
  max-width: calc((100% - 24px * 3) / 4);
  opacity: 1;
  transform: none;
  height: auto;
}
.bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed.hidden-by-toggle {
  opacity: 0;
  transform: translateZ(-24px) translateY(14px) scale(0.98);
  pointer-events: none;
}
.bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed .jedha-card-picto {
  width: 100%;
  height: auto;
}
.bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed .jedha-card-picto img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}
.bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed .jedha-card-content {
  padding: 0;
}
.bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed .jedha-card-content-title {
  font-size: 40px;
}
.bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed .jedha-card-content-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1100px) {
  .bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed {
    flex: 0 0 calc((100% - 24px * 2) / 3);
    max-width: calc((100% - 24px * 2) / 3);
  }
}
@media (max-width: 800px) {
  .bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 480px) {
  .bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bloc-capfm-our-storie .date-cards .jedha-card-to-be-completed {
    transition: none !important;
    transform: none !important;
  }
}
.bloc-capfm-our-storie a.btn {
  width: 100%;
}
@media (min-width: 768px) {
  .bloc-capfm-our-storie {
    padding: 50px 0px;
  }
  .bloc-capfm-our-storie .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .bloc-capfm-our-storie a.btn {
    width: auto;
  }
}

.bloc-jedhaXclover-text-image {
  gap: 24px;
  padding: 30px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.bloc-jedhaXclover-text-image h2 {
  margin-bottom: 24px;
}
.bloc-jedhaXclover-text-image .content {
  order: 1;
}
.bloc-jedhaXclover-text-image .image {
  order: 2;
}
.bloc-jedhaXclover-text-image .image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.bloc-jedhaXclover-text-image:has(.content > .bloc-capfm-list-elements-extended) .image {
  display: none;
}
.bloc-jedhaXclover-text-image.bckgd {
  margin-bottom: 0px !important;
}
@media (min-width: 992px) {
  .bloc-jedhaXclover-text-image {
    align-items: start;
  }
  .bloc-jedhaXclover-text-image.bckgd {
    align-items: center;
  }
  .bloc-jedhaXclover-text-image {
    flex-direction: row;
  }
  .bloc-jedhaXclover-text-image .content {
    padding: 0px !important;
    order: 0;
  }
  .bloc-jedhaXclover-text-image.bckgd {
    align-items: center;
  }
  .bloc-jedhaXclover-text-image.bckgd > .content:has(.bloc-jedhaXclover-list-elements) {
    padding: 30px 0px !important;
  }
  .bloc-jedhaXclover-text-image .image {
    order: 0;
  }
  .bloc-jedhaXclover-text-image:has(.content > .bloc-capfm-list-elements-extended) .image {
    display: block;
  }
  .bloc-jedhaXclover-text-image .image img {
    width: 535px;
  }
  .bloc-jedhaXclover-text-image.bckgd {
    display: flex;
    gap: 50px;
    overflow: visible;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
  }
  .bloc-jedhaXclover-text-image.bckgd .content {
    max-width: 100%;
  }
  .bloc-jedhaXclover-text-image.bckgd .image {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
  }
  .bloc-jedhaXclover-text-image.bckgd .image img {
    border-radius: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    object-position: center;
    top: 0;
  }
  .bloc-jedhaXclover-text-image.reverse img {
    left: -50%;
    top: 0;
    height: auto;
  }
}

.bloc-capfm-table {
  margin: 48px 0;
}

.bloc-capfm-video {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.bloc-capfm-video > .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px 20px;
  background-color: var(--background-color-content, transparent);
}
.bloc-capfm-video > .content:empty, .bloc-capfm-video > .content:not(:has(*)) {
  display: none;
}
.bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers {
  display: grid;
  gap: 24px;
  padding: 0;
  margin-bottom: 0 !important;
}
.bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers .key-excerpt {
  -webkit-line-clamp: 3;
}
.bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers > .item {
  background-color: #D8EAD7;
}
.bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers .button {
  width: 100%;
}
.bloc-capfm-video > .content .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.bloc-capfm-video > .video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 474px;
}
.bloc-capfm-video > .video .video-youtube,
.bloc-capfm-video > .video .youtube_player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}
.bloc-capfm-video > .video .video-youtube iframe,
.bloc-capfm-video > .video .youtube_player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.bloc-capfm-video > .video .video_placeholder {
  width: 100%;
  height: 100%;
  position: relative;
}
.bloc-capfm-video > .video .video_placeholder a {
  display: block;
  width: 100%;
  height: 100%;
}
.bloc-capfm-video > .video .video_placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.bloc-capfm-video > .video .video_placeholder:has(a)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.bloc-capfm-video > .video .video_placeholder:has(a)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
}
.bloc-capfm-video > .video .video_placeholder:has(a):hover::before {
  background-color: rgb(255, 255, 255);
  transform: translate(-50%, -50%) scale(1.1);
}
.bloc-capfm-video > .video .video_placeholder:has(a):hover::after {
  transform: translate(-45%, -50%) scale(1.1);
}
.bloc-capfm-video:not(:has(.content *)) {
  display: block;
}
.bloc-capfm-video:not(:has(.content *)) > .video {
  height: auto;
}
.bloc-capfm-video:not(:has(.content *)) > .video:not(:has(.video_placeholder)) {
  display: none;
}
.bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder {
  width: 100%;
  height: 200px;
  position: relative;
}
.bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder a {
  display: block;
  width: 100%;
  height: 100%;
}
.bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder:has(a)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder:has(a)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
}
.bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder:has(a):hover::before {
  background-color: rgb(255, 255, 255);
  transform: translate(-50%, -50%) scale(1.1);
}
.bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder:has(a):hover::after {
  transform: translate(-45%, -50%) scale(1.1);
}
@media (max-width: 576px) {
  .bloc-capfm-video:has(.content *) {
    margin: 0px -12px;
  }
}
@media (min-width: 576px) {
  .bloc-capfm-video:has(.content *):not(:has(.video_placeholder)) {
    margin: 32px 0;
    border-radius: 8px 8px 0 0;
  }
}
@media (min-width: 768px) {
  .bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .bloc-capfm-video {
    grid-template-columns: 7fr 3fr;
    width: auto;
    margin: 32px 0;
  }
  .bloc-capfm-video > .content {
    border-radius: 8px;
    padding: 40px 37px;
  }
  .bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 0;
  }
  .bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers > .item {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .bloc-capfm-video > .content .buttons {
    margin-top: 36px;
  }
  .bloc-capfm-video > .video {
    width: 100%;
    height: 100%;
  }
  .bloc-capfm-video > .video .jedha-beginnings.render-youtube {
    height: 100%;
  }
  .bloc-capfm-video > .video .video-youtube,
  .bloc-capfm-video > .video .youtube_player {
    aspect-ratio: 9/16;
    height: 100%;
    max-height: none;
  }
  .bloc-capfm-video > .video .video_placeholder::before {
    width: 80px;
    height: 80px;
  }
  .bloc-capfm-video > .video .video_placeholder::after {
    width: 45px;
    height: 45px;
  }
  .bloc-capfm-video:not(:has(.content *)) {
    display: block;
    grid-template-columns: 1fr;
  }
  .bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder {
    height: 50vh;
  }
  .bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder::before {
    width: 80px;
    height: 80px;
  }
  .bloc-capfm-video:not(:has(.content *)) > .video .video_placeholder::after {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) and (max-width: calc(1400px - 1px)) {
  .bloc-capfm-video {
    grid-template-columns: 7fr 3fr;
    margin: 24px 0;
  }
  .bloc-capfm-video > .content {
    padding: 24px;
  }
  .bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers .key-number {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
  }
  .bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 0;
    font-size: 34px;
    font-weight: 700;
  }
  .bloc-capfm-video > .content > .bloc-jedhaXclover-key-numbers > .item {
    padding: 10px 16px;
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .bloc-capfm-video > .content .buttons {
    flex-direction: row;
    gap: 16px;
  }
  .bloc-capfm-video > .content .buttons .btn {
    max-width: auto;
  }
  .bloc-capfm-video > .video .video-youtube,
  .bloc-capfm-video > .video .youtube_player {
    aspect-ratio: auto;
  }
  .bloc-capfm-video:has(.content *):not(:has(.video_placeholder)) {
    margin: 24px 0;
  }
}
@media (max-width: 992px) {
  .bloc-capfm-video {
    gap: 0;
  }
  .bloc-capfm-video > .content .bloc-jedhaXclover-key-numbers {
    gap: 24px 16px;
  }
  .bloc-capfm-video > .content .bloc-jedhaXclover-key-numbers .item {
    justify-content: flex-start;
  }
  .bloc-capfm-video > .video {
    width: 100%;
    height: auto;
  }
  .bloc-capfm-video > .video .jedha-beginnings.render-youtube {
    height: 100%;
  }
  .bloc-capfm-video > .video .video-youtube,
  .bloc-capfm-video > .video .youtube_player {
    border-radius: 0;
    aspect-ratio: 9/16;
    height: 100%;
    max-height: none;
  }
  .bloc-capfm-video > .video .video_placeholder {
    height: 487px;
  }
  .bloc-capfm-video > .video .video_placeholder img {
    border-radius: 0;
  }
  .bloc-capfm-video .buttons {
    flex-direction: column;
    align-items: center;
  }
  .bloc-capfm-video .buttons .btn {
    width: 100%;
  }
}

.modal .modal-dialog.modal-lg {
  max-width: 100%;
  margin: 16px;
}
.modal .modal-body .jedha-beginnings.render-youtube {
  width: 100%;
}
.modal .modal-body .jedha-beginnings.render-youtube .video-youtube, .modal .modal-body .jedha-beginnings.render-youtube .youtube_player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0;
  overflow: hidden;
}
.modal .modal-body .jedha-beginnings.render-youtube .video-youtube iframe, .modal .modal-body .jedha-beginnings.render-youtube .youtube_player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .modal .modal-dialog.modal-lg {
    max-width: 700px;
    margin: auto;
  }
  .modal .modal-body .jedha-beginnings.render-youtube .video-youtube, .modal .modal-body .jedha-beginnings.render-youtube .youtube_player {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1400px) {
  .modal .modal-dialog.modal-lg {
    max-width: 1255px;
  }
  .modal .modal-body .jedha-beginnings.render-youtube .video-youtube, .modal .modal-body .jedha-beginnings.render-youtube .youtube_player {
    aspect-ratio: 1255/706.41;
  }
}

.bloc-capfm-list-videos {
  position: relative;
  padding: 32px 0;
}
.bloc-capfm-list-videos .swiper {
  z-index: inherit;
}
.bloc-capfm-list-videos .btn-see-all-metiers,
.bloc-capfm-list-videos .btn-see-less-metiers {
  display: none;
}
@media (max-width: 991px) {
  .bloc-capfm-list-videos .swiper-button-prev,
  .bloc-capfm-list-videos .swiper-button-next,
  .bloc-capfm-list-videos .swiper-pagination {
    display: none !important;
  }
  .bloc-capfm-list-videos .btn-see-all-metiers,
  .bloc-capfm-list-videos .btn-see-less-metiers {
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
  }
}
.bloc-capfm-list-videos .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 24px;
}
@media (max-width: 767px) {
  .bloc-capfm-list-videos .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.bloc-capfm-list-videos .title {
  margin: 0;
  flex: 1;
}
.bloc-capfm-list-videos .videos.swiper {
  position: relative;
}
.bloc-capfm-list-videos .swiper-navigation {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bloc-capfm-list-videos .swiper-navigation {
    align-self: flex-end;
  }
}
.bloc-capfm-list-videos .swiper-button-prev, .bloc-capfm-list-videos .swiper-button-next {
  position: static;
  background-color: #F7F8FA;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #C1C9D6;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.bloc-capfm-list-videos .swiper-button-prev:hover:not(.swiper-button-disabled), .bloc-capfm-list-videos .swiper-button-next:hover:not(.swiper-button-disabled) {
  background-color: #ECEDF0;
  border-color: #666E8A;
}
.bloc-capfm-list-videos .swiper-button-prev.swiper-button-disabled, .bloc-capfm-list-videos .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.bloc-capfm-list-videos .swiper-button-prev::after, .bloc-capfm-list-videos .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: invert(48%) sepia(10%) saturate(2198%) hue-rotate(122deg) brightness(86%) contrast(85%);
}
.bloc-capfm-list-videos .swiper-button-prev::after {
  background: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_arrow_left.svg") center/contain no-repeat;
}
.bloc-capfm-list-videos .swiper-button-next::after {
  background: url("/wp-content/themes/jedha-x-clover/images/dashicons/ic_arrow_right.svg") center/contain no-repeat;
}
.bloc-capfm-list-videos .video_player {
  display: none;
}
.bloc-capfm-list-videos .videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 16px 0;
  grid-auto-rows: 1fr;
}
@media (max-width: 575px) {
  .bloc-capfm-list-videos .videos-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .bloc-capfm-list-videos .videos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bloc-capfm-list-videos .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .bloc-capfm-list-videos .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.bloc-capfm-list-videos .swiper-slide {
  height: auto;
  display: flex;
}
@media (max-width: 991px) {
  .bloc-capfm-list-videos .swiper-slide {
    display: contents;
  }
}
.bloc-capfm-list-videos .video_item,
.bloc-capfm-list-videos .jedha-card-to-be-completed,
.bloc-capfm-list-videos .jedha-card-default {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 991px) {
  .bloc-capfm-list-videos .video_item,
  .bloc-capfm-list-videos .jedha-card-to-be-completed,
  .bloc-capfm-list-videos .jedha-card-default {
    min-height: 280px;
    width: 100%;
  }
}
.bloc-capfm-list-videos .video_item:hover,
.bloc-capfm-list-videos .jedha-card-to-be-completed:hover,
.bloc-capfm-list-videos .jedha-card-default:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.bloc-capfm-list-videos .video_item .jedha-card-picto,
.bloc-capfm-list-videos .jedha-card-to-be-completed .jedha-card-picto,
.bloc-capfm-list-videos .jedha-card-default .jedha-card-picto {
  flex: 0 0 auto;
  overflow: hidden;
  height: 220px;
  border-radius: var(--Corner-Radius-radius-3, 8px);
}
@media (max-width: 767px) {
  .bloc-capfm-list-videos .video_item .jedha-card-picto,
  .bloc-capfm-list-videos .jedha-card-to-be-completed .jedha-card-picto,
  .bloc-capfm-list-videos .jedha-card-default .jedha-card-picto {
    height: 160px;
  }
}
.bloc-capfm-list-videos .video_item .jedha-card-picto img,
.bloc-capfm-list-videos .jedha-card-to-be-completed .jedha-card-picto img,
.bloc-capfm-list-videos .jedha-card-default .jedha-card-picto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bloc-capfm-list-videos .video_item .jedha-card-content,
.bloc-capfm-list-videos .jedha-card-to-be-completed .jedha-card-content,
.bloc-capfm-list-videos .jedha-card-default .jedha-card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.bloc-capfm-list-videos .video_item .jedha-card-content-excerpt,
.bloc-capfm-list-videos .jedha-card-to-be-completed .jedha-card-content-excerpt,
.bloc-capfm-list-videos .jedha-card-default .jedha-card-content-excerpt {
  display: none;
}
.bloc-capfm-list-videos .video_item .jedha-card-content-text,
.bloc-capfm-list-videos .jedha-card-to-be-completed .jedha-card-content-text,
.bloc-capfm-list-videos .jedha-card-default .jedha-card-content-text {
  width: 100%;
}
.bloc-capfm-list-videos .video_item .jedha-card-content-title,
.bloc-capfm-list-videos .jedha-card-to-be-completed .jedha-card-content-title,
.bloc-capfm-list-videos .jedha-card-default .jedha-card-content-title {
  margin: 0 0 12px 0;
  font-weight: 600;
  line-height: 1.4;
}
.bloc-capfm-list-videos .video_item .jedha-card-content-excerpt,
.bloc-capfm-list-videos .jedha-card-to-be-completed .jedha-card-content-excerpt,
.bloc-capfm-list-videos .jedha-card-default .jedha-card-content-excerpt {
  display: none;
}

.search .search-bar, .search-results .search-bar {
  margin-top: 50px;
  margin-bottom: 50px;
}
.search .search-bar .search-form, .search-results .search-bar .search-form {
  margin-top: 50px;
}
.search .page-tabs .nav-tabs, .search-results .page-tabs .nav-tabs {
  margin-bottom: 50px;
}
.search .listing, .search-results .listing {
  border: 0px !important;
}

.jedhaXclover-listing :has(.actualite, .publication, .mediatheque) {
  gap: 0px !important;
}
@media (min-width: 768px) {
  .jedhaXclover-listing :has(.actualite, .publication, .mediatheque) {
    gap: 32px !important;
  }
}

.bloc-jedhaXclover-accordions .title {
  margin-bottom: 39px;
}
.bloc-jedhaXclover-accordions > section {
  padding: 0;
}
.bloc-jedhaXclover-accordions .accordion:has(.jedhaXclover-accordion) {
  gap: 0;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .title {
  margin-bottom: 10px;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion {
  box-shadow: none;
  border: none;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-header .accordion-button {
  font-size: 24px;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-header .accordion-button:before, .bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-header .accordion-button:after {
  filter: invert(97%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(105%) contrast(101%) !important;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-header .accordion-button:before {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  margin: 0;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-header .accordion-button {
  background-color: #007461 !important;
  padding: 24px 32px 24px 16px;
  color: #FFFFFF;
  border: none;
  line-height: 32px;
  font-size: 24px;
  gap: 24px;
  font-weight: 700;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-collapse {
  background-color: #F7F8FA;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-collapse:before {
  display: none;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-collapse .accordion-body .bloc-jedhaXclover-text-image {
  padding: 0;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-collapse .accordion-body .bloc-jedhaXclover-text-image .image img {
  width: 25vw;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-collapse .accordion-body .bloc-jedhaXclover-text-image .content {
  width: 100%;
}
.bloc-jedhaXclover-accordions .jedhaXclover-accordion .accordion-collapse .accordion-body .bloc-jedhaXclover-text-image .bloc-capfm-list-elements-extended {
  padding: 0px;
}
.bloc-jedhaXclover-accordion:not(:last-child) {
  margin-bottom: 30px;
}

.jedha-card-to-be-completed {
  padding: 32px;
}
.jedha-card-to-be-completed .jedha-card-content {
  gap: 30px;
}
.jedha-card-default.gouvernance {
  box-shadow: 0 4px 16px 0 rgba(193, 201, 214, 0.25);
}
.jedha-card-default.gouvernance .jedha-card-image img {
  object-fit: cover;
  object-position: top center;
}
.jedha-card-default.gouvernance .jedha-card-noimage {
  display: block;
  background-image: url("../images/Frame1261156761.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 94/55;
}
.jedha-card-default.gouvernance .jedha-card-content .jedha-card-taxonomies {
  order: 2;
  margin-top: auto;
}
.jedha-card-default.gouvernance .jedha-card-content .jedha-card-taxonomies .taxon.comite {
  display: none;
}
.jedha-card-default.gouvernance .jedha-card-content-footer {
  order: 3;
}
.jedha-card-default.association .jxc-taxonomies:has(.taxon.international) .taxon:not(.international) {
  display: none;
}

.jedha-card-single,
.jedha-card-search {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 16px;
  align-items: start;
}
.jedha-card-single .jedha-card-content-footer:empty,
.jedha-card-single .jedha-card-content-footer:not(:has(*:not(:empty))),
.jedha-card-search .jedha-card-content-footer:empty,
.jedha-card-search .jedha-card-content-footer:not(:has(*:not(:empty))) {
  display: none !important;
}
.jedha-card-single:has(.jedha-card-noimage:empty), .jedha-card-single:has(.jedha-card-noimage:not(:has(*))),
.jedha-card-search:has(.jedha-card-noimage:empty),
.jedha-card-search:has(.jedha-card-noimage:not(:has(*))) {
  grid-template-columns: 1fr !important;
}
.jedha-card-single:has(.jedha-card-noimage:empty) .jedha-card-noimage, .jedha-card-single:has(.jedha-card-noimage:not(:has(*))) .jedha-card-noimage,
.jedha-card-search:has(.jedha-card-noimage:empty) .jedha-card-noimage,
.jedha-card-search:has(.jedha-card-noimage:not(:has(*))) .jedha-card-noimage {
  display: none !important;
}
.jedha-card-single:has(.jedha-card-noimage:empty) .jedha-card-content-text, .jedha-card-single:has(.jedha-card-noimage:not(:has(*))) .jedha-card-content-text,
.jedha-card-search:has(.jedha-card-noimage:empty) .jedha-card-content-text,
.jedha-card-search:has(.jedha-card-noimage:not(:has(*))) .jedha-card-content-text {
  grid-column: 1/-1 !important;
  grid-row: 1/2 !important;
}
.jedha-card-single:has(.jedha-card-noimage:empty) .jedha-card-content, .jedha-card-single:has(.jedha-card-noimage:not(:has(*))) .jedha-card-content,
.jedha-card-search:has(.jedha-card-noimage:empty) .jedha-card-content,
.jedha-card-search:has(.jedha-card-noimage:not(:has(*))) .jedha-card-content {
  grid-column: 1/-1 !important;
  grid-row: 2/3 !important;
}
.jedha-card-single .jedha-card-image,
.jedha-card-single .jedha-card-noimage,
.jedha-card-search .jedha-card-image,
.jedha-card-search .jedha-card-noimage {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  border: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}
.jedha-card-single .jedha-card-image img,
.jedha-card-single .jedha-card-noimage img,
.jedha-card-search .jedha-card-image img,
.jedha-card-search .jedha-card-noimage img {
  border: 0px;
  height: 96px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.jedha-card-single .jedha-card-content-text,
.jedha-card-search .jedha-card-content-text {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.jedha-card-single .jedha-card-content-text h4,
.jedha-card-search .jedha-card-content-text h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.jedha-card-single .jedha-card-content,
.jedha-card-search .jedha-card-content {
  grid-column: 1/3;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jedha-card-single .jedha-card-content .jedha-card-taxonomies,
.jedha-card-search .jedha-card-content .jedha-card-taxonomies {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.jedha-card-single .jedha-card-content .jedha-card-taxonomies:empty, .jedha-card-single .jedha-card-content .jedha-card-taxonomies:not(:has(*)),
.jedha-card-search .jedha-card-content .jedha-card-taxonomies:empty,
.jedha-card-search .jedha-card-content .jedha-card-taxonomies:not(:has(*)) {
  display: none !important;
}
.jedha-card-single .jedha-card-content-footer:empty, .jedha-card-single .jedha-card-content-footer:not(:has(*:not(:empty))),
.jedha-card-search .jedha-card-content-footer:empty,
.jedha-card-search .jedha-card-content-footer:not(:has(*:not(:empty))) {
  display: none !important;
}
.jedha-card-single .jedha-card-content-footer span.date:empty,
.jedha-card-search .jedha-card-content-footer span.date:empty {
  display: none !important;
}

@media (min-width: 992px) {
  .jedha-card-single,
  .jedha-card-search {
    display: grid;
    grid-template-rows: initial;
    grid-template-columns: initial;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: start;
  }
  .jedha-card-single:has(.jedha-card-image), .jedha-card-single:has(.jedha-card-noimage > *),
  .jedha-card-search:has(.jedha-card-image),
  .jedha-card-search:has(.jedha-card-noimage > *) {
    gap: 8px 32px;
  }
  .jedha-card-single.mediatheque, .jedha-card-single.document,
  .jedha-card-search.mediatheque,
  .jedha-card-search.document {
    gap: 16px 32px;
  }
  .jedha-card-single .jedha-card-image,
  .jedha-card-single .jedha-card-noimage,
  .jedha-card-search .jedha-card-image,
  .jedha-card-search .jedha-card-noimage {
    grid-area: 1/1/3/2;
    display: block;
    max-width: 240px;
    width: 100%;
    height: 100%;
  }
  .jedha-card-single .jedha-card-image img,
  .jedha-card-single .jedha-card-noimage img,
  .jedha-card-search .jedha-card-image img,
  .jedha-card-search .jedha-card-noimage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .jedha-card-single .jedha-card-content-text,
  .jedha-card-search .jedha-card-content-text {
    grid-area: 1/2/2/3;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jedha-card-single .jedha-card-content-text h4,
  .jedha-card-search .jedha-card-content-text h4 {
    line-height: 28px;
  }
  .jedha-card-single .jedha-card-content-text,
  .jedha-card-search .jedha-card-content-text {
    object-position: center center;
  }
}
@media (min-width: 992px) and ((min-width: 1200px) and (max-width: 1400px)) {
  .jedha-card-single .jedha-card-content-text h4,
  .jedha-card-search .jedha-card-content-text h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .jedha-card-single:has(.jedha-card-taxonomies) .jedha-card-content-text,
  .jedha-card-search:has(.jedha-card-taxonomies) .jedha-card-content-text {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .jedha-card-single.mediatheque:not(:has(.jedha-card-taxonomies)) .jedha-card-content-text,
  .jedha-card-search.mediatheque:not(:has(.jedha-card-taxonomies)) .jedha-card-content-text {
    justify-content: flex-end;
  }
  .jedha-card-single.publication:not(:has(.jedha-card-taxonomies)) .jedha-card-content-text, .jedha-card-single.document:not(:has(.jedha-card-taxonomies)) .jedha-card-content-text,
  .jedha-card-search.publication:not(:has(.jedha-card-taxonomies)) .jedha-card-content-text,
  .jedha-card-search.document:not(:has(.jedha-card-taxonomies)) .jedha-card-content-text {
    justify-content: flex-end;
  }
  .jedha-card-single.publication:not(:has(.jedha-card-taxonomies)) .jedha-card-content, .jedha-card-single.document:not(:has(.jedha-card-taxonomies)) .jedha-card-content,
  .jedha-card-search.publication:not(:has(.jedha-card-taxonomies)) .jedha-card-content,
  .jedha-card-search.document:not(:has(.jedha-card-taxonomies)) .jedha-card-content {
    justify-content: flex-start;
  }
  .jedha-card-single.publication:not(:has(.jedha-card-taxonomies)), .jedha-card-single.document:not(:has(.jedha-card-taxonomies)),
  .jedha-card-search.publication:not(:has(.jedha-card-taxonomies)),
  .jedha-card-search.document:not(:has(.jedha-card-taxonomies)) {
    gap: 24px 32px !important;
  }
  .jedha-card-single .jedha-card-content,
  .jedha-card-search .jedha-card-content {
    grid-area: 2/2/3/3;
  }
  .jedha-card-single .jedha-card-content .jedha-card-taxonomies,
  .jedha-card-search .jedha-card-content .jedha-card-taxonomies {
    margin-bottom: 16px;
  }
}
.jedha-card-single.publication .jedha-card-taxonomies .type-publication, .jedha-card-single.mediatheque .jedha-card-taxonomies .type-publication, .jedha-card-single.document .jedha-card-taxonomies .type-publication,
.jedha-card-search.publication .jedha-card-taxonomies .type-publication,
.jedha-card-search.mediatheque .jedha-card-taxonomies .type-publication,
.jedha-card-search.document .jedha-card-taxonomies .type-publication {
  object-position: center center;
  display: none;
}
.jedha-card-single.publication .jedha-card-image,
.jedha-card-single.publication .jedha-card-noimage, .jedha-card-single.mediatheque .jedha-card-image,
.jedha-card-single.mediatheque .jedha-card-noimage, .jedha-card-single.document .jedha-card-image,
.jedha-card-single.document .jedha-card-noimage,
.jedha-card-search.publication .jedha-card-image,
.jedha-card-search.publication .jedha-card-noimage,
.jedha-card-search.mediatheque .jedha-card-image,
.jedha-card-search.mediatheque .jedha-card-noimage,
.jedha-card-search.document .jedha-card-image,
.jedha-card-search.document .jedha-card-noimage {
  border-radius: 8px;
  border: 1px solid #C1C9D6;
}
.jedha-card-single.publication .jedha-card-noimage:has(.content-taxon), .jedha-card-single.mediatheque .jedha-card-noimage:has(.content-taxon), .jedha-card-single.document .jedha-card-noimage:has(.content-taxon),
.jedha-card-search.publication .jedha-card-noimage:has(.content-taxon),
.jedha-card-search.mediatheque .jedha-card-noimage:has(.content-taxon),
.jedha-card-search.document .jedha-card-noimage:has(.content-taxon) {
  display: block;
}
.jedha-card-single.publication .jedha-card-noimage:has(.content-taxon) .content-taxon, .jedha-card-single.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon, .jedha-card-single.document .jedha-card-noimage:has(.content-taxon) .content-taxon,
.jedha-card-search.publication .jedha-card-noimage:has(.content-taxon) .content-taxon,
.jedha-card-search.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon,
.jedha-card-search.document .jedha-card-noimage:has(.content-taxon) .content-taxon {
  background-color: var(--bgc-taxon);
  height: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 8px;
}
.jedha-card-single.publication .jedha-card-noimage:has(.content-taxon) .content-taxon .term, .jedha-card-single.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon .term, .jedha-card-single.document .jedha-card-noimage:has(.content-taxon) .content-taxon .term,
.jedha-card-search.publication .jedha-card-noimage:has(.content-taxon) .content-taxon .term,
.jedha-card-search.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon .term,
.jedha-card-search.document .jedha-card-noimage:has(.content-taxon) .content-taxon .term {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  gap: 8px;
  color: var(--color-taxon);
  width: 100%;
  height: 100%;
}
.jedha-card-single.publication .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before, .jedha-card-single.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before, .jedha-card-single.document .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before,
.jedha-card-search.publication .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before,
.jedha-card-search.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before,
.jedha-card-search.document .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before {
  content: "";
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask: var(--picto-taxon) no-repeat center;
  mask: var(--picto-taxon) no-repeat center;
  background-color: var(--color-taxon);
}
.jedha-card-single.publication .jedha-card-noimage:not(:has(.content-taxon)), .jedha-card-single.mediatheque .jedha-card-noimage:not(:has(.content-taxon)), .jedha-card-single.document .jedha-card-noimage:not(:has(.content-taxon)),
.jedha-card-search.publication .jedha-card-noimage:not(:has(.content-taxon)),
.jedha-card-search.mediatheque .jedha-card-noimage:not(:has(.content-taxon)),
.jedha-card-search.document .jedha-card-noimage:not(:has(.content-taxon)) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background-color: #308276;
}
.jedha-card-single.publication .jedha-card-noimage:not(:has(.content-taxon)):before, .jedha-card-single.mediatheque .jedha-card-noimage:not(:has(.content-taxon)):before, .jedha-card-single.document .jedha-card-noimage:not(:has(.content-taxon)):before,
.jedha-card-search.publication .jedha-card-noimage:not(:has(.content-taxon)):before,
.jedha-card-search.mediatheque .jedha-card-noimage:not(:has(.content-taxon)):before,
.jedha-card-search.document .jedha-card-noimage:not(:has(.content-taxon)):before {
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(97%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(105%) contrast(101%);
}
.jedha-card-single.publication .jedha-card-content-footer, .jedha-card-single.mediatheque .jedha-card-content-footer, .jedha-card-single.document .jedha-card-content-footer,
.jedha-card-search.publication .jedha-card-content-footer,
.jedha-card-search.mediatheque .jedha-card-content-footer,
.jedha-card-search.document .jedha-card-content-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.jedha-card-single.publication .jedha-card-content-footer > *, .jedha-card-single.mediatheque .jedha-card-content-footer > *, .jedha-card-single.document .jedha-card-content-footer > *,
.jedha-card-search.publication .jedha-card-content-footer > *,
.jedha-card-search.mediatheque .jedha-card-content-footer > *,
.jedha-card-search.document .jedha-card-content-footer > * {
  margin: 0;
}
.jedha-card-single.publication .jedha-card-content-footer > *:before, .jedha-card-single.mediatheque .jedha-card-content-footer > *:before, .jedha-card-single.document .jedha-card-content-footer > *:before,
.jedha-card-search.publication .jedha-card-content-footer > *:before,
.jedha-card-search.mediatheque .jedha-card-content-footer > *:before,
.jedha-card-search.document .jedha-card-content-footer > *:before {
  display: none;
}
.jedha-card-single.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit, .jedha-card-single.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit, .jedha-card-single.document .jedha-card-content-footer .other-content-footer-card-single-image-credit,
.jedha-card-search.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit,
.jedha-card-search.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit,
.jedha-card-search.document .jedha-card-content-footer .other-content-footer-card-single-image-credit {
  order: -1;
}
.jedha-card-single.publication .jedha-card-content-footer span.date, .jedha-card-single.mediatheque .jedha-card-content-footer span.date, .jedha-card-single.document .jedha-card-content-footer span.date,
.jedha-card-search.publication .jedha-card-content-footer span.date,
.jedha-card-search.mediatheque .jedha-card-content-footer span.date,
.jedha-card-search.document .jedha-card-content-footer span.date {
  color: #8D93AA;
  font-size: 16px;
}
.jedha-card-single.publication .jedha-card-content-footer a.btn, .jedha-card-single.mediatheque .jedha-card-content-footer a.btn, .jedha-card-single.document .jedha-card-content-footer a.btn,
.jedha-card-search.publication .jedha-card-content-footer a.btn,
.jedha-card-search.mediatheque .jedha-card-content-footer a.btn,
.jedha-card-search.document .jedha-card-content-footer a.btn {
  margin-left: 24px;
}
.jedha-card-single.publication .jedha-card-content-footer a.btn:not(.ghost), .jedha-card-single.mediatheque .jedha-card-content-footer a.btn:not(.ghost), .jedha-card-single.document .jedha-card-content-footer a.btn:not(.ghost),
.jedha-card-search.publication .jedha-card-content-footer a.btn:not(.ghost),
.jedha-card-search.mediatheque .jedha-card-content-footer a.btn:not(.ghost),
.jedha-card-search.document .jedha-card-content-footer a.btn:not(.ghost) {
  border: 1px solid #007461;
}
.jedha-card-single.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2), .jedha-card-single.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2), .jedha-card-single.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2),
.jedha-card-search.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2),
.jedha-card-search.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2),
.jedha-card-search.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) {
  background-color: #007461;
  color: #FFFFFF !important;
}
.jedha-card-single.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
.jedha-card-single.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after, .jedha-card-single.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
.jedha-card-single.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after, .jedha-card-single.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
.jedha-card-single.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after,
.jedha-card-search.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
.jedha-card-search.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after,
.jedha-card-search.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
.jedha-card-search.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after,
.jedha-card-search.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
.jedha-card-search.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after {
  filter: invert(97%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(105%) contrast(101%);
}
.jedha-card-single.mediatheque .jedha-card-noimage:not(:has(.content-taxon)):before,
.jedha-card-search.mediatheque .jedha-card-noimage:not(:has(.content-taxon)):before {
  background-image: url(/wp-content/themes/jedha-x-clover/images/dashicons/ic_mic_on.svg);
}
.jedha-card-single.document .jedha-card-noimage:not(:has(.content-taxon)):before,
.jedha-card-search.document .jedha-card-noimage:not(:has(.content-taxon)):before {
  background-image: url(/wp-content/themes/jedha-x-clover/images/dashicons/ic_document.svg);
}
.jedha-card-single.publication .jedha-card-noimage:not(:has(.content-taxon)):before,
.jedha-card-search.publication .jedha-card-noimage:not(:has(.content-taxon)):before {
  background-image: url(/wp-content/themes/jedha-x-clover/images/dashicons/ic_contract.svg);
}

@media (min-width: 992px) {
  .jedha-card-single,
  .jedha-card-search {
    border: 1px solid #C1C9D6;
  }
  .jedha-card-single.publication:has(.jedha-card-noimage), .jedha-card-single.mediatheque:has(.jedha-card-noimage), .jedha-card-single.document:has(.jedha-card-noimage),
  .jedha-card-search.publication:has(.jedha-card-noimage),
  .jedha-card-search.mediatheque:has(.jedha-card-noimage),
  .jedha-card-search.document:has(.jedha-card-noimage) {
    gap: 8px 32px;
  }
  .jedha-card-single.publication .jedha-card-noimage > *,
  .jedha-card-single.publication .jedha-card-noimage::before, .jedha-card-single.mediatheque .jedha-card-noimage > *,
  .jedha-card-single.mediatheque .jedha-card-noimage::before, .jedha-card-single.document .jedha-card-noimage > *,
  .jedha-card-single.document .jedha-card-noimage::before,
  .jedha-card-search.publication .jedha-card-noimage > *,
  .jedha-card-search.publication .jedha-card-noimage::before,
  .jedha-card-search.mediatheque .jedha-card-noimage > *,
  .jedha-card-search.mediatheque .jedha-card-noimage::before,
  .jedha-card-search.document .jedha-card-noimage > *,
  .jedha-card-search.document .jedha-card-noimage::before {
    min-width: 240px;
  }
  .jedha-card-single.publication .jedha-card-noimage:not(:has(.content-taxon)), .jedha-card-single.mediatheque .jedha-card-noimage:not(:has(.content-taxon)), .jedha-card-single.document .jedha-card-noimage:not(:has(.content-taxon)),
  .jedha-card-search.publication .jedha-card-noimage:not(:has(.content-taxon)),
  .jedha-card-search.mediatheque .jedha-card-noimage:not(:has(.content-taxon)),
  .jedha-card-search.document .jedha-card-noimage:not(:has(.content-taxon)) {
    min-height: 140px;
  }
  .jedha-card-single.publication .jedha-card-noimage:not(:has(.content-taxon)):before, .jedha-card-single.mediatheque .jedha-card-noimage:not(:has(.content-taxon)):before, .jedha-card-single.document .jedha-card-noimage:not(:has(.content-taxon)):before,
  .jedha-card-search.publication .jedha-card-noimage:not(:has(.content-taxon)):before,
  .jedha-card-search.mediatheque .jedha-card-noimage:not(:has(.content-taxon)):before,
  .jedha-card-search.document .jedha-card-noimage:not(:has(.content-taxon)):before {
    height: 60px;
    width: 60px;
  }
  .jedha-card-single.publication .jedha-card-noimage:has(.content-taxon) .content-taxon .term, .jedha-card-single.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon .term, .jedha-card-single.document .jedha-card-noimage:has(.content-taxon) .content-taxon .term,
  .jedha-card-search.publication .jedha-card-noimage:has(.content-taxon) .content-taxon .term,
  .jedha-card-search.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon .term,
  .jedha-card-search.document .jedha-card-noimage:has(.content-taxon) .content-taxon .term {
    min-height: 140px;
  }
  .jedha-card-single.publication .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before, .jedha-card-single.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before, .jedha-card-single.document .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before,
  .jedha-card-search.publication .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before,
  .jedha-card-search.mediatheque .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before,
  .jedha-card-search.document .jedha-card-noimage:has(.content-taxon) .content-taxon .term:before {
    height: 60px;
    width: 60px;
  }
  .jedha-card-single.publication .jedha-card-content-footer a.btn, .jedha-card-single.mediatheque .jedha-card-content-footer a.btn, .jedha-card-single.document .jedha-card-content-footer a.btn,
  .jedha-card-search.publication .jedha-card-content-footer a.btn,
  .jedha-card-search.mediatheque .jedha-card-content-footer a.btn,
  .jedha-card-search.document .jedha-card-content-footer a.btn {
    margin-left: 24px;
  }
  .jedha-card-single.publication .jedha-card-content-footer a.btn:not(.ghost), .jedha-card-single.mediatheque .jedha-card-content-footer a.btn:not(.ghost), .jedha-card-single.document .jedha-card-content-footer a.btn:not(.ghost),
  .jedha-card-search.publication .jedha-card-content-footer a.btn:not(.ghost),
  .jedha-card-search.mediatheque .jedha-card-content-footer a.btn:not(.ghost),
  .jedha-card-search.document .jedha-card-content-footer a.btn:not(.ghost) {
    border: none;
    padding: 0;
  }
  .jedha-card-single.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2), .jedha-card-single.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2), .jedha-card-single.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2),
  .jedha-card-search.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2),
  .jedha-card-search.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2),
  .jedha-card-search.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) {
    background-color: #FFFFFF;
    color: #007461 !important;
  }
  .jedha-card-single.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
  .jedha-card-single.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after, .jedha-card-single.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
  .jedha-card-single.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after, .jedha-card-single.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
  .jedha-card-single.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after,
  .jedha-card-search.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
  .jedha-card-search.publication .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after,
  .jedha-card-search.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
  .jedha-card-search.mediatheque .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after,
  .jedha-card-search.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:before,
  .jedha-card-search.document .jedha-card-content-footer a.btn:not(.ghost):nth-last-child(2) div:after {
    filter: invert(48%) sepia(10%) saturate(2198%) hue-rotate(122deg) brightness(86%) contrast(85%);
  }
  .jedha-card-single.publication .jedha-card-content, .jedha-card-single.document .jedha-card-content,
  .jedha-card-search.publication .jedha-card-content,
  .jedha-card-search.document .jedha-card-content {
    align-items: flex-start;
    justify-content: end;
  }
  .jedha-card-single.publication .jedha-card-content-footer, .jedha-card-single.document .jedha-card-content-footer,
  .jedha-card-search.publication .jedha-card-content-footer,
  .jedha-card-search.document .jedha-card-content-footer {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .jedha-card-single.publication .jedha-card-content-footer > *, .jedha-card-single.document .jedha-card-content-footer > *,
  .jedha-card-search.publication .jedha-card-content-footer > *,
  .jedha-card-search.document .jedha-card-content-footer > * {
    position: relative;
    margin: 0 24px;
  }
  .jedha-card-single.publication .jedha-card-content-footer > *:before, .jedha-card-single.document .jedha-card-content-footer > *:before,
  .jedha-card-search.publication .jedha-card-content-footer > *:before,
  .jedha-card-search.document .jedha-card-content-footer > *:before {
    content: "";
    width: 2px;
    height: 50%;
    background-color: #8D93AA;
    position: absolute;
    transform: translateY(50%);
    left: -24px;
    top: 0;
    display: block;
  }
  .jedha-card-single.publication .jedha-card-content-footer > *:first-child, .jedha-card-single.document .jedha-card-content-footer > *:first-child,
  .jedha-card-search.publication .jedha-card-content-footer > *:first-child,
  .jedha-card-search.document .jedha-card-content-footer > *:first-child {
    margin-left: 0;
  }
  .jedha-card-single.publication .jedha-card-content-footer > *:first-child:before, .jedha-card-single.publication .jedha-card-content-footer > *:first-child:after, .jedha-card-single.document .jedha-card-content-footer > *:first-child:before, .jedha-card-single.document .jedha-card-content-footer > *:first-child:after,
  .jedha-card-search.publication .jedha-card-content-footer > *:first-child:before,
  .jedha-card-search.publication .jedha-card-content-footer > *:first-child:after,
  .jedha-card-search.document .jedha-card-content-footer > *:first-child:before,
  .jedha-card-search.document .jedha-card-content-footer > *:first-child:after {
    display: none;
  }
  .jedha-card-single.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit, .jedha-card-single.document .jedha-card-content-footer .other-content-footer-card-single-image-credit,
  .jedha-card-search.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit,
  .jedha-card-search.document .jedha-card-content-footer .other-content-footer-card-single-image-credit {
    order: -1;
    margin-left: 0;
    margin-right: 24px;
  }
  .jedha-card-single.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit:before, .jedha-card-single.document .jedha-card-content-footer .other-content-footer-card-single-image-credit:before,
  .jedha-card-search.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit:before,
  .jedha-card-search.document .jedha-card-content-footer .other-content-footer-card-single-image-credit:before {
    display: none !important;
  }
  .jedha-card-single.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit + a, .jedha-card-single.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type, .jedha-card-single.document .jedha-card-content-footer .other-content-footer-card-single-image-credit + a, .jedha-card-single.document .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type,
  .jedha-card-search.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit + a,
  .jedha-card-search.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type,
  .jedha-card-search.document .jedha-card-content-footer .other-content-footer-card-single-image-credit + a,
  .jedha-card-search.document .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type {
    margin-left: 24px;
  }
  .jedha-card-single.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit + a:before, .jedha-card-single.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type:before, .jedha-card-single.document .jedha-card-content-footer .other-content-footer-card-single-image-credit + a:before, .jedha-card-single.document .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type:before,
  .jedha-card-search.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit + a:before,
  .jedha-card-search.publication .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type:before,
  .jedha-card-search.document .jedha-card-content-footer .other-content-footer-card-single-image-credit + a:before,
  .jedha-card-search.document .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type:before {
    left: -24px;
    display: block !important;
  }
  .jedha-card-single.publication .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit), .jedha-card-single.document .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit),
  .jedha-card-search.publication .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit),
  .jedha-card-search.document .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit) {
    margin-left: 24px;
  }
  .jedha-card-single.publication .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit):before, .jedha-card-single.document .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit):before,
  .jedha-card-search.publication .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit):before,
  .jedha-card-search.document .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit):before {
    left: -24px;
    display: block !important;
  }
  .jedha-card-single.mediatheque .jedha-card-content,
  .jedha-card-search.mediatheque .jedha-card-content {
    align-items: flex-start;
    justify-content: start;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer,
  .jedha-card-search.mediatheque .jedha-card-content-footer {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer > *,
  .jedha-card-search.mediatheque .jedha-card-content-footer > * {
    position: relative;
    margin: 0 24px;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer > *:before,
  .jedha-card-search.mediatheque .jedha-card-content-footer > *:before {
    content: "";
    width: 2px;
    height: 22px;
    background-color: #8D93AA;
    position: absolute;
    left: -24px;
    top: 0;
    display: block;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer > *:first-child,
  .jedha-card-search.mediatheque .jedha-card-content-footer > *:first-child {
    margin-left: 0;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer > *:first-child:before, .jedha-card-single.mediatheque .jedha-card-content-footer > *:first-child:after,
  .jedha-card-search.mediatheque .jedha-card-content-footer > *:first-child:before,
  .jedha-card-search.mediatheque .jedha-card-content-footer > *:first-child:after {
    display: none;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit,
  .jedha-card-search.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit {
    order: -1;
    margin-left: 0;
    margin-right: 24px;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit:before,
  .jedha-card-search.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit:before {
    display: none !important;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit + a, .jedha-card-single.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type,
  .jedha-card-search.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit + a,
  .jedha-card-search.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type {
    margin-left: 24px;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit + a:before, .jedha-card-single.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type:before,
  .jedha-card-search.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit + a:before,
  .jedha-card-search.mediatheque .jedha-card-content-footer .other-content-footer-card-single-image-credit ~ a:first-of-type:before {
    left: -24px;
    height: 50%;
    transform: translateY(50%);
    display: block !important;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit),
  .jedha-card-search.mediatheque .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit) {
    margin-left: 24px;
  }
  .jedha-card-single.mediatheque .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit):before,
  .jedha-card-search.mediatheque .jedha-card-content-footer a:has(~ .other-content-footer-card-single-image-credit):before {
    height: 50%;
    transform: translateY(50%);
    left: -24px;
    display: block !important;
  }
}
.jedha-card-single.publication .jedha-card-content-footer:has(a),
.jedha-card-single.mediatheque .jedha-card-content-footer:has(a),
.jedha-card-single.document .jedha-card-content-footer:has(a),
.jedha-card-search.publication .jedha-card-content-footer:has(a),
.jedha-card-search.mediatheque .jedha-card-content-footer:has(a),
.jedha-card-search.document .jedha-card-content-footer:has(a) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .jedha-card-single.publication .jedha-card-content-footer .btn.btn-secondary,
  .jedha-card-single.mediatheque .jedha-card-content-footer .btn.btn-secondary,
  .jedha-card-single.document .jedha-card-content-footer .btn.btn-secondary,
  .jedha-card-search.publication .jedha-card-content-footer .btn.btn-secondary,
  .jedha-card-search.mediatheque .jedha-card-content-footer .btn.btn-secondary,
  .jedha-card-search.document .jedha-card-content-footer .btn.btn-secondary {
    margin-left: 0;
  }
}

.selected-filters .badge {
  line-height: 22px;
}

.tab-content {
  border: none !important;
  padding: 0rem !important;
}
.tab-content form {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tab-content form .selected-filters {
  width: 100%;
}
.tab-content form .selected-filters div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.tab-content form .selected-filters:not(:has(.selected-filters-list .badge)) {
  display: none;
}

.table-responsive {
  overflow-x: unset;
}
.table-responsive .table {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
.table-responsive thead {
  display: none;
  border-bottom: transparent;
}
.table-responsive tbody tr {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
  align-items: stretch;
  border-top: 1px solid #C1C9D6;
  padding: 25px 0;
  padding-right: 50px;
}
.table-responsive tbody tr:last-child {
  border-bottom: 1px solid #C1C9D6;
}
.table-responsive tbody tr > td {
  background: transparent;
  border-bottom-width: 0;
  box-shadow: none;
  text-align: left;
  font-weight: 600;
}
.table-responsive tbody tr > td .mobile-column-title {
  font-weight: 400;
}
.table-responsive tbody tr > td:has(a) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  form {
    flex-direction: row;
  }
  form .jxc-dropdown {
    max-width: 242px;
  }
  .table-responsive thead {
    display: flex;
    width: 100%;
  }
  .table-responsive thead tr {
    display: flex;
    width: 100%;
    gap: 8px;
  }
  .table-responsive thead tr th {
    flex: 1;
    background: transparent;
  }
  .table-responsive thead tr th:nth-child(1) {
    max-width: 200px;
  }
  .table-responsive tbody tr td:nth-child(1) {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .table-responsive {
    margin-bottom: 24px;
  }
  .table-responsive .table {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .table-responsive tbody tr td:has(a) {
    display: flex;
    align-items: center;
  }
  .table-responsive tbody tr td:has(a) .btn.btn-secondary.ghost {
    border: 1px solid #007461;
    border-radius: 999px;
    padding: 3px;
  }
  .table-responsive tbody tr td:has(a) .btn.btn-secondary.ghost:focus {
    outline-offset: 3px;
  }
  .table-responsive tbody tr td:has(a) .btn.btn-secondary.ghost > div:before, .table-responsive tbody tr td:has(a) .btn.btn-secondary.ghost > div:after {
    height: 30px;
    width: 30px;
  }
  .table-responsive tbody tr td:has(a) .btn.btn-secondary.ghost > div span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .table-responsive tbody tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
  }
  .table-responsive tbody tr > td {
    flex: 1;
  }
  .table-responsive tbody tr > td:has(a) {
    position: static;
    transform: none;
  }
}
.capfm-404 {
  margin-top: -40px;
}
.capfm-404 .btn.btn-primary {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .capfm-404 .btn.btn-primary {
    width: auto;
  }
}
.capfm-404 {
  margin: 0;
  min-height: 100vh;
  display: flex;
  gap: 0 !important;
  flex-direction: column;
}
@media (min-width: 768px) {
  .capfm-404 {
    flex-direction: row;
  }
}
.capfm-404 .col-6 {
  padding: 0;
  width: 100%;
}
.capfm-404 .col-6:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  background-color: #FFFFFF;
  width: 100%;
}
@media (min-width: 768px) {
  .capfm-404 .col-6:first-child {
    padding: 80px;
    width: 50%;
  }
}
.capfm-404 .col-6:last-child {
  position: relative;
  min-height: 400px;
  width: 100%;
}
@media (min-width: 768px) {
  .capfm-404 .col-6:last-child {
    min-height: 100vh;
    width: 50%;
  }
}
.capfm-404 .col-6:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.capfm-404 h1.wp-block-heading {
  font-weight: 700;
  color: #071621;
  margin-bottom: 16px;
}
.capfm-404 p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: black;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .capfm-404 p {
    line-height: 1.6;
  }
}
.capfm-404 p:first-of-type {
  font-weight: 400;
  color: #8D93AA;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .capfm-404 p:first-of-type {
    font-size: 0.875rem;
  }
}
.capfm-404 p:nth-of-type(2) {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .capfm-404 p:nth-of-type(2) {
    margin-top: 32px;
  }
}

.jedhaXclover-listing .filters-bar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}
.jedhaXclover-listing .filters-bar .form-group {
  margin-bottom: 0px;
  width: 100%;
  min-height: 50px;
}
.jedhaXclover-listing .filters-bar .form-group .search-bar input {
  padding: 16px;
  min-height: 100px !important;
}
.jedhaXclover-listing .filters-bar .form-group .form-control {
  padding: 16px;
}
.jedhaXclover-listing .filters-bar .form-group::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #007461;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.74984 1.66602C12.6619 1.66602 15.8332 4.83733 15.8332 8.74935C15.8332 10.4051 15.2651 11.9281 14.3132 13.1342L18.0924 16.9134C18.4178 17.2388 18.4178 17.7665 18.0924 18.0919C17.767 18.4173 17.2393 18.4173 16.9139 18.0919L13.1347 14.3127C11.9286 15.2646 10.4056 15.8327 8.74984 15.8327C4.83782 15.8327 1.6665 12.6614 1.6665 8.74935C1.6665 4.83733 4.83782 1.66602 8.74984 1.66602ZM8.74984 3.33268C5.7583 3.33268 3.33317 5.75781 3.33317 8.74935C3.33317 11.7409 5.7583 14.166 8.74984 14.166C11.7414 14.166 14.1665 11.7409 14.1665 8.74935C14.1665 5.75781 11.7414 3.33268 8.74984 3.33268Z' fill='%23FFF'/%3E%3C/svg%3E");
  right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56%;
  border-radius: 999px;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns {
  display: grid;
  gap: 16px;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:only-child) {
  grid-template-columns: minmax(0, 275px);
  justify-content: start;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:only-child) > .jxc-dropdown {
  max-width: 275px;
}
@media (max-width: 992px) {
  .jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:only-child) {
    grid-template-columns: 1fr;
  }
  .jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:only-child) > .jxc-dropdown {
    max-width: none;
  }
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-child(2)) {
  grid-template-columns: repeat(3, minmax(0, auto));
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-child(2)) > .jxc-dropdown {
  max-width: none;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-of-type(3):nth-last-of-type(1)) {
  grid-template-columns: repeat(3, 1fr);
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-of-type(3):nth-last-of-type(1)) > .jxc-dropdown {
  max-width: none;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-of-type(4):nth-last-of-type(1)) {
  grid-template-columns: repeat(4, 1fr);
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-of-type(4):nth-last-of-type(1)) > .jxc-dropdown {
  max-width: none;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns > .jxc-dropdown {
  min-width: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .jedhaXclover-listing .filters-bar .filters-dropdowns {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 8px;
  }
  .jedhaXclover-listing .filters-bar .filters-dropdowns > .jxc-dropdown {
    max-width: 100vw;
  }
}
@media (min-width: 992px) {
  .jedhaXclover-listing .filters-bar {
    flex-direction: row;
    align-items: center;
  }
  .jedhaXclover-listing .filters-bar .filters-dropdowns {
    flex-direction: row;
    gap: 32px;
  }
  .jedhaXclover-listing .filters-bar .filters-dropdowns > .jxc-dropdown {
    flex: 1 1 0;
    min-width: 200px;
    max-width: 300px;
  }
}

.jedhaXclover-listing .filters-bar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}
.jedhaXclover-listing .filters-bar .form-group {
  margin-bottom: 0px;
  width: 100%;
  min-height: 50px;
}
.jedhaXclover-listing .filters-bar .form-group .search-bar input {
  padding: 16px;
  min-height: 100px !important;
}
.jedhaXclover-listing .filters-bar .form-group .form-control {
  padding: 16px;
}
.jedhaXclover-listing .filters-bar .form-group::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #007461;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.74984 1.66602C12.6619 1.66602 15.8332 4.83733 15.8332 8.74935C15.8332 10.4051 15.2651 11.9281 14.3132 13.1342L18.0924 16.9134C18.4178 17.2388 18.4178 17.7665 18.0924 18.0919C17.767 18.4173 17.2393 18.4173 16.9139 18.0919L13.1347 14.3127C11.9286 15.2646 10.4056 15.8327 8.74984 15.8327C4.83782 15.8327 1.6665 12.6614 1.6665 8.74935C1.6665 4.83733 4.83782 1.66602 8.74984 1.66602ZM8.74984 3.33268C5.7583 3.33268 3.33317 5.75781 3.33317 8.74935C3.33317 11.7409 5.7583 14.166 8.74984 14.166C11.7414 14.166 14.1665 11.7409 14.1665 8.74935C14.1665 5.75781 11.7414 3.33268 8.74984 3.33268Z' fill='%23FFF'/%3E%3C/svg%3E");
  right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56%;
  border-radius: 999px;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns {
  display: grid;
  gap: 16px;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:only-child) {
  grid-template-columns: minmax(0, 275px);
  justify-content: start;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:only-child) > .jxc-dropdown {
  max-width: 275px;
}
@media (max-width: 992px) {
  .jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:only-child) {
    grid-template-columns: 1fr;
  }
  .jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:only-child) > .jxc-dropdown {
    max-width: none;
  }
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-child(2)) {
  grid-template-columns: repeat(3, minmax(0, auto));
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-child(2)) > .jxc-dropdown {
  max-width: none;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-of-type(3):nth-last-of-type(1)) {
  grid-template-columns: repeat(3, 1fr);
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-of-type(3):nth-last-of-type(1)) > .jxc-dropdown {
  max-width: none;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-of-type(4):nth-last-of-type(1)) {
  grid-template-columns: repeat(4, 1fr);
}
.jedhaXclover-listing .filters-bar .filters-dropdowns:has(> .jxc-dropdown:nth-of-type(4):nth-last-of-type(1)) > .jxc-dropdown {
  max-width: none;
}
.jedhaXclover-listing .filters-bar .filters-dropdowns > .jxc-dropdown {
  min-width: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .jedhaXclover-listing .filters-bar .filters-dropdowns {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 8px;
  }
  .jedhaXclover-listing .filters-bar .filters-dropdowns > .jxc-dropdown {
    max-width: 100vw;
  }
}
@media (min-width: 992px) {
  .jedhaXclover-listing .filters-bar {
    flex-direction: row;
    align-items: center;
  }
  .jedhaXclover-listing .filters-bar .filters-dropdowns {
    flex-direction: row;
    gap: 32px;
  }
  .jedhaXclover-listing .filters-bar .filters-dropdowns > .jxc-dropdown {
    flex: 1 1 0;
    min-width: 200px;
    max-width: 300px;
  }
}

.single.single-gouvernance .presentation {
  display: grid;
  gap: 12px;
}
.single.single-gouvernance .presentation-image {
  display: grid;
  gap: 8px;
}
.single.single-gouvernance .presentation-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 94/55;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}
.single.single-gouvernance .presentation-image-download {
  margin-bottom: 32px;
}
.single.single-gouvernance .bloc-jedhaXclover-accordions .accordion-item .accordion-button::after {
  display: none !important;
}
@media (min-width: 768px) {
  .single.single-gouvernance .presentation-image img {
    aspect-ratio: 454/424;
    height: auto;
  }
  .single.single-gouvernance .presentation-image-download {
    justify-self: center;
  }
}

.single-actualite .row {
  gap: 50px;
}
.single-actualite .row > .col-12:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.single-actualite .row .four-images-grid {
  margin-bottom: 19px;
}
.single-actualite .date {
  color: #666E8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.single-actualite .title-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 388px;
  border-radius: 10px;
}
.single-actualite .title-thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.6%, #000 100%);
  z-index: 1;
  pointer-events: none;
}
.single-actualite .title-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.single-actualite .title-thumbnail h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #ffffff;
  margin: 0;
  padding: 23px 25px;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .single-actualite .row {
    gap: 19px;
  }
  .single-actualite .row > .col-12:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 19px;
  }
  .single-actualite .row .four-images-grid {
    height: auto;
  }
  .single-actualite .title-thumbnail {
    height: auto;
  }
  .single-actualite .title-thumbnail::after {
    display: none;
  }
  .single-actualite .title-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }
  .single-actualite .title-thumbnail h1 {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 2;
    color: #0b2330;
    margin: 12px 0 12px;
    padding: 0;
    width: 100%;
    max-width: none;
    text-align: left;
    background: transparent;
    box-sizing: border-box;
    text-shadow: none;
    font-weight: 700;
  }
}

.single-publication .row {
  gap: 50px;
}
.single-publication .row > .col-12:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.single-publication .row .four-images-grid {
  margin-bottom: 19px;
}
.single-publication .title-thumbnail:has(img) img {
  display: none;
}
.single-publication .date {
  color: #666E8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bloc-contact-form {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
  padding-top: 40px;
}
.bloc-contact-form::before {
  content: "";
  position: absolute;
  background-color: var(--background-color);
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.bloc-contact-form .contact-form-capfm {
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-contact-form .select-wrapper {
  margin-bottom: 24px;
  position: relative;
}
.bloc-contact-form .select-wrapper label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #262a2d;
  margin-bottom: 8px;
}
.bloc-contact-form .select-wrapper select,
.bloc-contact-form .select-wrapper .form-control {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  padding-right: 40px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
}
.bloc-contact-form .select-wrapper::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(180deg);
  width: 20px;
  height: 36px;
  background-image: url("/wp-content/themes/jedha-x-clover/images/icons_old/ic_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #262a2d;
  margin-bottom: 8px;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=text],
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=email],
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=tel] {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p {
  margin: 0;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(textarea), .bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(input[type=submit]) {
  grid-column: 1/-1;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(textarea) {
  position: relative;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(.wpcf7-acceptance) {
  position: relative;
  grid-column: 1/-1;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(.wpcf7-acceptance) .wpcf7-acceptance .wpcf7-list-item,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(.wpcf7-acceptance) .wpcf7-acceptance label {
  margin: 0;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(.wpcf7-acceptance) .wpcf7-acceptance label {
  display: flex;
  gap: 12px;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(.wpcf7-not-valid-tip) .character-counter {
  bottom: 40px;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form textarea {
  width: 100%;
  height: 106px;
  padding: 16px;
  padding-bottom: 32px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  resize: none;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .character-counter {
  position: absolute;
  bottom: 18px;
  right: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666e8a;
  pointer-events: none;
  z-index: 1;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form a {
  color: #007461;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .form-buttons,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(input[type=submit]) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .form-buttons .wpcf7-form-control-wrap[data-name=hcap-cf7],
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(input[type=submit]) .wpcf7-form-control-wrap[data-name=hcap-cf7] {
  width: 100%;
  display: block;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .form-buttons > .character-counter,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form p:has(input[type=submit]) > .character-counter {
  display: none;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  min-width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #C1D9D6;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=checkbox]:checked {
  background-color: #007461;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'><path fill='none' stroke='%23fff' stroke-width='2' d='M1 5.5l3.5 3L11 1.5' /></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=checkbox]:focus {
  outline: 1px solid #007461;
  outline-offset: 2px;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=submit],
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .wpcf7-submit {
  padding: 14px 32px;
  background: #007461;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=submit]:hover,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .wpcf7-submit:hover {
  background: #005a4d;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form input[type=submit]:disabled,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .wpcf7-submit:disabled {
  background: #cccccc;
  cursor: not-allowed;
  color: #666E8A;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .btn-secondary,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .btn-back-home,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form a.button-secondary {
  padding: 14px 32px;
  background: #ffffff;
  color: #007461;
  border: 2px solid #007461;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .btn-secondary:hover,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form .btn-back-home:hover,
.bloc-contact-form #contact-form-container .contact-form .wpcf7-form a.button-secondary:hover {
  background: #007461;
  color: #ffffff;
}
.bloc-contact-form .image {
  position: relative;
  flex: 0 0 40%;
  max-width: 50%;
  z-index: -1;
}
.bloc-contact-form .image img {
  overflow: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1880px) {
  .bloc-contact-form .image {
    flex: 0 0 50%;
  }
}
@media (max-width: 1200px) {
  .bloc-contact-form {
    gap: 20px;
    padding: 30px 20px;
  }
  .bloc-contact-form .image {
    display: none;
  }
}
@media (max-width: 768px) {
  .bloc-contact-form {
    display: block;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 20px;
    height: auto;
  }
  .bloc-contact-form .contact-form-capfm {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .bloc-contact-form #contact-form-container .contact-form .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bloc-contact-form #contact-form-container .contact-form .wpcf7-form p {
    grid-column: 1/-1;
  }
}
footer.jxc-footer .no-margin .jxc-picto:after {
  margin: 0;
  margin-top: 4px;
}

@media (min-width: 1200px) {
  header .navbar {
    font-size: 13px;
    gap: 40px;
  }
  header .navbar #main-nav-and-search > div #main-navigation {
    gap: 20px;
  }
  header .navbar #main-nav-and-search > div #main-navigation a {
    font-size: 13px;
  }
  header .search-popup {
    position: absolute;
    background: white;
    top: 80px;
    width: 100%;
    height: calc(100vh - 40px);
    padding: 110px 100px;
    left: 0;
  }
  header .search-popup .search-popup-content {
    max-width: 1050px;
    margin: auto;
  }
}
@media (min-width: 1880px) {
  header .navbar {
    font-size: 16px;
    gap: 80px;
  }
  header .navbar #main-nav-and-search > div #main-navigation {
    gap: 40px;
  }
  header .navbar #main-nav-and-search > div #main-navigation a {
    font-size: 16px !important;
  }
  header .search-popup {
    top: 80px;
    height: calc(100vh - 80px);
  }
  header .navbar .nav-mobile .custom-logo-container img {
    height: 45px;
  }
  header #main-navigation > li.menu-item a,
  header #main-navigation > li.menu-item span {
    font-size: 24px;
  }
}/*# sourceMappingURL=main.css.map */