/* Start custom CSS for html, class: .elementor-element-c532a6d *//* =========================================================
   EN-TÊTE DE LA PAGE ACTUALITÉS
   ========================================================= */

.spe-news-header {
  width: calc(100% - 110px);
  max-width: 1225px;

  margin: 36px auto 16px;
  padding: 15px 30px 39px;

  color: #0a0e39;
  background-color: #fdf4f0;

  border-radius: 18px;
  box-sizing: border-box;
}

/* Titre */

.spe-news-header__title {
  margin: 0 0 22px;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

/* Texte d’introduction */

.spe-news-header__text {
  margin: 0;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 1024px) {

  .spe-news-header {
    width: calc(100% - 60px);
    margin-top: 30px;
  }

  .spe-news-header__title {
    font-size: 48px;
  }

  .spe-news-header__text {
    font-size: 25px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

  .spe-news-header {
    width: calc(100% - 30px);

    margin: 20px auto;
    padding: 22px 20px 27px;

    border-radius: 16px;
  }

  .spe-news-header__title {
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 1.1;
  }

  .spe-news-header__text {
    font-size: 21px;
    line-height: 1.35;
  }

  /* Suppression du retour à la ligne imposé sur mobile */
  .spe-news-header__text br {
    display: none;
  }
}
/* =========================================================
   PAGE ACTUALITÉS — MASQUER L’ANCIEN TITRE NICEPAGE
   sans supprimer le contenu Elementor
   ========================================================= */

/* Ancien titre « Actualités » */

.u-post-details-1 h2.u-text-1 {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Suppression de l’énorme marge placée avant l’ancien titre */

.u-section-1 .u-text-1 {
  margin: 0 !important;
}

/* Réinitialisation du conteneur Nicepage */

.u-post-details-1,
.u-post-details-1 > .u-container-layout {
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Suppression de l’ancien fond sans toucher au nouveau bloc */

.u-post-details-1 {
  background: transparent !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f75565e *//* =========================================================
   BLOC ACTUALITÉS — À LA UNE
   ========================================================= */

.spe-featured-news {
  width: calc(100% - 50px);
  max-width: 1125px;
  margin: 0 auto 50px;
  padding: 0;

  font-family: Calibri, Arial, sans-serif;
  color: #0a0e39;
  box-sizing: border-box;
}

.spe-featured-news,
.spe-featured-news * {
  box-sizing: border-box;
}

/* =========================================================
   TITRE DE LA RUBRIQUE
   ========================================================= */

.spe-featured-news__section-title {
  margin: 0 0 14px;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
}

/* =========================================================
   CARTE
   ========================================================= */

.spe-featured-news__container {
  width: 100%;
}

.spe-featured-news__card {
  display: grid;
  grid-template-columns: 42% 58%;

  width: 100%;
  min-height: 350px;

  background-color: #ffffff;
  border: 1px solid #dedee3;
  border-radius: 25px;

  box-shadow:
    0 2px 7px rgba(10, 14, 57, 0.12),
    0 1px 2px rgba(10, 14, 57, 0.08);

  overflow: hidden;
}

/* =========================================================
   IMAGE
   ========================================================= */

.spe-featured-news__image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 350px;

  background-color: #f5f5f5;
  overflow: hidden;
}

.spe-featured-news__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.spe-featured-news__image-wrapper--empty {
  background-color: #fdf4f0;
}

/* =========================================================
   CONTENU
   ========================================================= */

.spe-featured-news__content {
  display: flex;
  flex-direction: column;

  min-width: 0;
  padding: 27px 37px 32px;
}

/* Badge et date */

.spe-featured-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  width: 100%;
  margin-bottom: 19px;
}

.spe-featured-news__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  min-height: 46px;
  padding: 7px 21px;

  color: #ffffff;
  background-color: #ef0909;

  border-radius: 4px;

  font-family: Calibri, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

/*
 * Couleurs des différentes étiquettes.
 * La classe est générée automatiquement à partir du slug.
 */

.spe-featured-news__badge--juridique {
  background-color: #ef0909;
}

.spe-featured-news__badge--assistants-maternels {
  background-color: #274dea;
}

.spe-featured-news__badge--salaries {
  background-color: #ea642f;
}

.spe-featured-news__badge--classification {
  background-color: #0a0e39;
}

.spe-featured-news__date {
  margin: 0;
  padding: 0;

  color: #666666;

  font-family: Calibri, Arial, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.spe-featured-news__date sup {
  position: relative;
  top: -0.15em;

  font-size: 65%;
  line-height: 0;
}

/* Titre de l’article */

.spe-featured-news__article-title {
  margin: 0;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.27;

  overflow-wrap: anywhere;
}

/* =========================================================
   LIEN
   ========================================================= */

.spe-featured-news__link {
  display: inline-flex;
  align-items: center;
  gap: 17px;

  align-self: flex-start;

  margin-top: auto;
  padding-top: 24px;

  color: #ea642f;
  background: transparent;

  font-family: Calibri, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none !important;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.spe-featured-news__arrow {
  display: inline-block;

  font-size: 42px;
  font-weight: 400;
  line-height: 0.7;

  transition: transform 0.2s ease;
}

.spe-featured-news__link:hover,
.spe-featured-news__link:focus-visible {
  color: #0a0e39;
  text-decoration: none !important;
}

.spe-featured-news__link:hover .spe-featured-news__arrow,
.spe-featured-news__link:focus-visible .spe-featured-news__arrow {
  transform: translateX(7px);
}

.spe-featured-news__link:focus-visible {
  outline: 3px solid rgba(234, 100, 47, 0.35);
  outline-offset: 5px;
  border-radius: 4px;
}

/* =========================================================
   CHARGEMENT ET ERREUR
   ========================================================= */

.spe-featured-news__loading,
.spe-featured-news__error {
  margin: 0;
  padding: 35px;

  color: #0a0e39;
  background-color: #fdf4f0;

  border-radius: 20px;

  font-family: Calibri, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.spe-featured-news__error {
  color: #d8433a;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 1024px) {

  .spe-featured-news {
    width: calc(100% - 40px);
  }

  .spe-featured-news__section-title {
    font-size: 42px;
  }

  .spe-featured-news__card {
    grid-template-columns: 42% 58%;
    min-height: 320px;
  }

  .spe-featured-news__image-wrapper {
    min-height: 320px;
  }

  .spe-featured-news__content {
    padding: 24px 28px 28px;
  }

  .spe-featured-news__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .spe-featured-news__date {
    font-size: 24px;
    text-align: left;
    white-space: normal;
  }

  .spe-featured-news__article-title {
    font-size: 30px;
  }

  .spe-featured-news__link {
    font-size: 26px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

  .spe-featured-news {
    width: calc(100% - 30px);
    margin-bottom: 35px;
  }

  .spe-featured-news__section-title {
    margin-bottom: 13px;
    font-size: 37px;
  }

  .spe-featured-news__card {
    display: flex;
    flex-direction: column;

    min-height: 0;
    border-radius: 20px;
  }

  .spe-featured-news__image-wrapper {
    width: 100%;
    height: 230px;
    min-height: 230px;
  }

  .spe-featured-news__content {
    min-height: 0;
    padding: 23px 21px 27px;
  }

  .spe-featured-news__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;

    margin-bottom: 18px;
  }

  .spe-featured-news__badge {
    min-height: 39px;
    padding: 7px 15px;

    font-size: 19px;
  }

  .spe-featured-news__date {
    font-size: 21px;
    text-align: left;
    white-space: normal;
  }

  .spe-featured-news__article-title {
    font-size: 27px;
    line-height: 1.25;
  }

  .spe-featured-news__link {
    gap: 13px;

    margin-top: 24px;
    padding-top: 0;

    font-size: 24px;
  }

  .spe-featured-news__arrow {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8bc26f *//* =========================================================
   LES DERNIÈRES ACTUALITÉS
   ========================================================= */

.spe-latest-news {
  width: calc(100% - 70px);
  max-width: 1200px;

  margin: 0 auto 60px;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  box-sizing: border-box;
}

.spe-latest-news,
.spe-latest-news * {
  box-sizing: border-box;
}

/* =========================================================
   TITRE
   ========================================================= */

.spe-latest-news__section-title {
  margin: 0 0 24px;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

/* =========================================================
   GRILLE : 4 COLONNES
   ========================================================= */

.spe-latest-news__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px 16px;

  width: 100%;
}

/* =========================================================
   CARTE
   ========================================================= */

.spe-latest-news__card {
  display: flex;
  flex-direction: column;

  min-width: 0;
  height: 100%;

  background-color: #ffffff;

  border: 1px solid #d7d7dd;
  border-radius: 13px;

  box-shadow:
    0 3px 8px rgba(10, 14, 57, 0.12),
    0 1px 2px rgba(10, 14, 57, 0.06);

  overflow: hidden;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.spe-latest-news__card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 8px 18px rgba(10, 14, 57, 0.14),
    0 2px 5px rgba(10, 14, 57, 0.08);
}

/* =========================================================
   IMAGE
   ========================================================= */

.spe-latest-news__image-wrapper {
  display: block;

  width: 100%;
  height: 155px;

  background-color: #f5f5f5;

  overflow: hidden;
  text-decoration: none !important;
}

.spe-latest-news__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.35s ease;
}

.spe-latest-news__card:hover
.spe-latest-news__image {
  transform: scale(1.035);
}

.spe-latest-news__image-wrapper--empty {
  background-color: #fdf4f0;
}

/* =========================================================
   CONTENU
   ========================================================= */

.spe-latest-news__content {
  display: flex;
  flex: 1;
  flex-direction: column;

  min-width: 0;
  padding: 13px 14px 15px;
}

/* =========================================================
   BADGE ET DATE
   ========================================================= */

.spe-latest-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;

  width: 100%;
  margin-bottom: 12px;
}

.spe-latest-news__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  min-height: 21px;
  max-width: 58%;

  padding: 4px 7px;

  color: #ffffff;
  background-color: #0a0e39;

  border-radius: 1px;

  font-family: Calibri, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

/* Assistants maternels */

.spe-latest-news__badge--assistants-maternels,
.spe-latest-news__badge--assistant-maternel {
  background-color: #e8a817;
}

/* Classification */

.spe-latest-news__badge--classification {
  background-color: #274dea;
}

/* Salariés */

.spe-latest-news__badge--salaries,
.spe-latest-news__badge--salarie {
  background-color: #ea642f;
}

/* Juridique */

.spe-latest-news__badge--juridique {
  background-color: #ef0909;
}

/* Parents employeurs */

.spe-latest-news__badge--parents-employeurs,
.spe-latest-news__badge--parent-employeur {
  background-color: #0a0e39;
}

/* Particuliers employeurs */

.spe-latest-news__badge--particuliers-employeurs,
.spe-latest-news__badge--particulier-employeur {
  background-color: #0a0e39;
}

/* Date */

.spe-latest-news__date {
  flex: 1;

  margin: 0;
  padding: 0;

  color: #77777d;

  font-family: Calibri, Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}

/* =========================================================
   TITRE DE L’ARTICLE
   ========================================================= */

.spe-latest-news__article-title {
  margin: 0;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.18;

  overflow-wrap: anywhere;
}

.spe-latest-news__title-link {
  color: inherit !important;
  text-decoration: none !important;
}

.spe-latest-news__title-link:hover,
.spe-latest-news__title-link:focus-visible {
  color: #ea642f !important;
  text-decoration: none !important;
}

/*
 * Les titres des cartes "Assistants maternels"
 * apparaissent en orange comme sur la maquette.
 */

.spe-latest-news__card:has(
  .spe-latest-news__badge--assistants-maternels
)
.spe-latest-news__article-title,

.spe-latest-news__card:has(
  .spe-latest-news__badge--assistant-maternel
)
.spe-latest-news__article-title {
  color: #ea642f;
}

/* =========================================================
   LIEN LIRE LA SUITE
   ========================================================= */

.spe-latest-news__read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  align-self: flex-start;

  margin-top: auto;
  padding-top: 23px;

  color: #ea642f !important;

  font-family: Calibri, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;

  transition: color 0.2s ease;
}

.spe-latest-news__read-more-arrow {
  display: inline-block;

  font-size: 18px;
  font-weight: 400;
  line-height: 0.7;

  transition: transform 0.2s ease;
}

.spe-latest-news__read-more:hover,
.spe-latest-news__read-more:focus-visible {
  color: #0a0e39 !important;
  text-decoration: none !important;
}

.spe-latest-news__read-more:hover
.spe-latest-news__read-more-arrow,

.spe-latest-news__read-more:focus-visible
.spe-latest-news__read-more-arrow {
  transform: translateX(5px);
}

/* =========================================================
   BOUTON VOIR PLUS D’ARTICLES
   ========================================================= */

.spe-latest-news__button-wrapper {
  display: flex;
  justify-content: center;

  width: 100%;
  margin-top: 36px;
}

.spe-latest-news__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  min-height: 50px;
  padding: 11px 25px;

  color: #ffffff;
  background-color: #ea642f;

  border: 2px solid #ea642f;
  border-radius: 7px;

  cursor: pointer;

  font-family: Calibri, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.spe-latest-news__more:hover,
.spe-latest-news__more:focus-visible {
  color: #ea642f;
  background-color: #ffffff;

  transform: translateY(-2px);
}

.spe-latest-news__more:focus-visible {
  outline: 3px solid rgba(234, 100, 47, 0.25);
  outline-offset: 4px;
}

.spe-latest-news__more:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.spe-latest-news__more-arrow {
  display: inline-block;

  font-size: 29px;
  font-weight: 400;
  line-height: 0.7;

  transition: transform 0.2s ease;
}

.spe-latest-news__more:hover
.spe-latest-news__more-arrow {
  transform: translateX(5px);
}

/* Le bouton ne prend aucun espace lorsqu’il est masqué */

.spe-latest-news__more[hidden] {
  display: none !important;
}

/* =========================================================
   MESSAGE DE CHARGEMENT OU D’ERREUR
   ========================================================= */

.spe-latest-news__message {
  grid-column: 1 / -1;

  margin: 0;
  padding: 30px;

  color: #0a0e39;
  background-color: #fdf4f0;

  border-radius: 14px;

  font-family: Calibri, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
}

.spe-latest-news__message--error {
  color: #d8433a;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 1024px) {

  .spe-latest-news {
    width: calc(100% - 40px);
  }

  .spe-latest-news__section-title {
    font-size: 40px;
  }

  .spe-latest-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .spe-latest-news__image-wrapper {
    height: 190px;
  }

  .spe-latest-news__article-title {
    font-size: 19px;
  }

  .spe-latest-news__badge {
    font-size: 10px;
  }

  .spe-latest-news__date {
    font-size: 10px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

  .spe-latest-news {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }

  .spe-latest-news__section-title {
    margin-bottom: 18px;

    font-size: 34px;
    line-height: 1.1;
  }

  .spe-latest-news__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .spe-latest-news__card {
    border-radius: 15px;
  }

  .spe-latest-news__image-wrapper {
    height: 220px;
  }

  .spe-latest-news__content {
    padding: 16px 17px 19px;
  }

  .spe-latest-news__meta {
    margin-bottom: 14px;
  }

  .spe-latest-news__badge {
    min-height: 24px;
    padding: 5px 8px;

    font-size: 10px;
  }

  .spe-latest-news__date {
    font-size: 10px;
  }

  .spe-latest-news__article-title {
    font-size: 21px;
    line-height: 1.2;
  }

  .spe-latest-news__read-more {
    padding-top: 22px;

    font-size: 16px;
  }

  .spe-latest-news__more {
    width: 100%;
    max-width: 320px;

    font-size: 19px;
  }
}
/* Tous les titres d’articles en bleu marine */

.spe-latest-news__article-title,
.spe-latest-news__article-title a,
.spe-latest-news__title-link {
  color: #0a0e39 !important;
}

/* Titre orange uniquement au survol */

.spe-latest-news__title-link:hover,
.spe-latest-news__title-link:focus-visible {
  color: #ea642f !important;
}

/* Date de mise à jour en italique */

.spe-latest-news__date {
  color: #77777d !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
/* Dates des actualités en italique — priorité maximale */

body .spe-latest-news
.spe-latest-news__card
.spe-latest-news__meta
p.spe-latest-news__date {
  font-family: Calibri, Arial, sans-serif !important;
  font-style: italic !important;
  font-synthesis: style !important;
  font-weight: 400 !important;
  color: #77777d !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5061f58 *//* =========================================================
   BLOC « CONSULTER LES ARCHIVES »
   ========================================================= */

.spe-archives {
  width: calc(100% - 40px);
  max-width: 1240px;

  margin: 0 auto 60px;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  box-sizing: border-box;
}

.spe-archives,
.spe-archives * {
  box-sizing: border-box;
}

/* =========================================================
   TITRE DU BLOC
   ========================================================= */

.spe-archives__header {
  margin: 0 0 22px;
}

.spe-archives__title {
  margin: 0 0 5px;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
}

.spe-archives__intro {
  margin: 0;
  padding: 0;

  color: #0a0e39;

  font-family: Calibri, Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3;
}

/* =========================================================
   GRILLE
   ========================================================= */

.spe-archives__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

  width: 100%;
}

/* =========================================================
   CARTES
   ========================================================= */

.spe-archives__card {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  align-items: center;
  gap: 22px;

  min-height: 225px;
  padding: 29px 35px;

  border: 1px solid;
  border-radius: 13px;
}

/* Carte salaires */

.spe-archives__card--salaries {
  color: #ea642f;
  background-color: #fff7f3;
  border-color: #f3b7a0;
}

/* Carte actualités */

.spe-archives__card--actualites {
  color: #0a0e39;
  background-color: #f2f5fd;
  border-color: #cbd4ec;
}

/* =========================================================
   ICÔNES
   ========================================================= */

.spe-archives__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 132px;
  height: 132px;

  background-color: #ffffff;
  border: 1.5px solid currentColor;
  border-radius: 50%;

  overflow: hidden;
}

/* Agrandissement réel des pictogrammes */

.spe-archives__icon {
  display: block;

  width: 110px !important;
  height: 110px !important;

  object-fit: contain;
  transform: scale(1.45);
  transform-origin: center;
}

/* =========================================================
   CONTENU
   ========================================================= */

.spe-archives__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-width: 0;
}

.spe-archives__card-title {
  margin: 0 0 13px;
  padding: 0;

  color: currentColor;

  font-family: Calibri, Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.12;
}

.spe-archives__description {
  margin: 0 0 28px;
  padding: 0;

  color: currentColor;

  font-family: Calibri, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

/* =========================================================
   BOUTONS
   ========================================================= */

.spe-archives__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 43px;
  padding: 8px 22px;

  color: currentColor !important;
  background-color: #ffffff;

  border: 2px solid currentColor;
  border-radius: 9px;

  font-family: Calibri, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

/* Survol carte salaires */

.spe-archives__card--salaries
.spe-archives__button:hover,
.spe-archives__card--salaries
.spe-archives__button:focus-visible {
  color: #ffffff !important;
  background-color: #ea642f;
}

/* Survol carte actualités */

.spe-archives__card--actualites
.spe-archives__button:hover,
.spe-archives__card--actualites
.spe-archives__button:focus-visible {
  color: #ffffff !important;
  background-color: #0a0e39;
}

.spe-archives__button:hover,
.spe-archives__button:focus-visible {
  text-decoration: none !important;
  transform: translateY(-2px);
}

.spe-archives__button:focus-visible {
  outline: 3px solid rgba(234, 100, 47, 0.2);
  outline-offset: 4px;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 1024px) {

  .spe-archives__title {
    font-size: 42px;
  }

  .spe-archives__intro {
    font-size: 24px;
  }

  .spe-archives__grid {
    grid-template-columns: 1fr;
  }

  .spe-archives__card {
    grid-template-columns: 135px minmax(0, 1fr);
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

  .spe-archives {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }

  .spe-archives__header {
    margin-bottom: 18px;
  }

  .spe-archives__title {
    margin-bottom: 7px;

    font-size: 35px;
    line-height: 1.1;
  }

  .spe-archives__intro {
    font-size: 21px;
  }

  .spe-archives__grid {
    gap: 17px;
  }

  .spe-archives__card {
    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: 0;
    padding: 27px 21px 29px;

    text-align: center;
  }

  .spe-archives__icon-wrapper {
    width: 105px;
    height: 105px;
  }

  .spe-archives__icon {
    width: 67px;
    height: 67px;
  }

  .spe-archives__content {
    align-items: center;
  }

  .spe-archives__card-title {
    font-size: 25px;
  }

  .spe-archives__description {
    margin-bottom: 23px;

    font-size: 18px;
  }

  .spe-archives__description br {
    display: none;
  }

  .spe-archives__button {
    min-height: 44px;

    font-size: 19px;
  }
}/* End custom CSS */