/*
  EDOUARGOT
  Retire la police Snailets sur les blocs de navigation produit :
  "Autres spécialités Edouargot".
*/

html body .article-nav-container .article-nav-title,
html body .article-nav-container .article-nav-title *,
html body .edo-produit-nav-autres .article-nav-title,
html body .edo-produit-nav-autres .article-nav-title *,
html body .edo-produit-nav-block .article-nav-title,
html body .edo-produit-nav-block .article-nav-title *,
html body .edo-produit-nav-action,
html body .edo-produit-nav-action *,
html body .edo-produit-nav-action-arrow {
  font-family: Arial, Helvetica, sans-serif !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
}

html body .article-nav-container .article-nav-title,
html body .edo-produit-nav-autres .article-nav-title,
html body .edo-produit-nav-block .article-nav-title {
  font-size: clamp(1rem, 1.25vw, 1.16rem) !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;

  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;

  text-align: center !important;
}

html body .edo-produit-nav-action {
  display: block !important;

  margin-top: 7px !important;

  font-size: 0.92em !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

html body .edo-produit-nav-action-arrow {
  font-size: 1em !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  html body .article-nav-container .article-nav-title,
  html body .edo-produit-nav-autres .article-nav-title,
  html body .edo-produit-nav-block .article-nav-title {
    font-size: clamp(0.94rem, 3.8vw, 1.04rem) !important;
    line-height: 1.18 !important;
    font-weight: 850 !important;

    min-height: calc(1.18em * 3) !important;
  }

  html body .edo-produit-nav-action {
    font-size: 0.9em !important;
    margin-top: 6px !important;
  }
}

/* EDOUARGOT NAV PRODUIT CARTES SANS VIDE BAS DEBUT */
/*
  Autres spécialités :
  - même disposition entre les cartes ;
  - image / titre / bouton bien rangés ;
  - pas de grand vide sous "Voir le détail".
*/

html body .article-nav-container.edo-produit-nav-autres {
  align-items: stretch !important;
}

html body .article-nav-container.edo-produit-nav-autres .article-nav-block,
html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-block {
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
}

html body .article-nav-container.edo-produit-nav-autres .article-nav-block > a,
html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-block > a {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;

  display: grid !important;
  grid-template-rows: 168px minmax(3.1em, auto) auto !important;
  align-content: start !important;
  justify-items: center !important;

  gap: 14px !important;

  padding-top: 22px !important;
  padding-right: 18px !important;
  padding-bottom: 22px !important;
  padding-left: 18px !important;

  box-sizing: border-box !important;
}

html body .article-nav-container.edo-produit-nav-autres img {
  width: 100% !important;
  max-width: 190px !important;
  height: 168px !important;

  object-fit: contain !important;
  object-position: center center !important;

  margin: 0 auto !important;
  display: block !important;
}

html body .article-nav-container.edo-produit-nav-autres .article-nav-title {
  min-height: 3.1em !important;
  height: auto !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: center !important;
}

html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-action {
  display: inline-block !important;

  margin-top: 2px !important;
  margin-bottom: 0 !important;

  padding-bottom: 3px !important;

  align-self: center !important;
  justify-self: center !important;
}

@media (max-width: 767px) {
  html body .article-nav-container.edo-produit-nav-autres .article-nav-block > a,
  html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-block > a {
    grid-template-rows: 150px minmax(3.2em, auto) auto !important;
    gap: 12px !important;

    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  html body .article-nav-container.edo-produit-nav-autres img {
    max-width: 170px !important;
    height: 150px !important;
  }

  html body .article-nav-container.edo-produit-nav-autres .article-nav-title {
    min-height: 3.2em !important;
  }
}
/* EDOUARGOT NAV PRODUIT CARTES SANS VIDE BAS FIN */

/* EDOUARGOT NAV PRODUIT VOIR DETAIL UNE LIGNE DEBUT */
/*
  Force "Voir le détail →" sur une seule ligne.
*/

html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-action,
html body .edo-produit-nav-autres .edo-produit-nav-action,
html body .edo-produit-nav-block .edo-produit-nav-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;

  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;

  width: auto !important;
  max-width: 100% !important;

  line-height: 1.15 !important;
}

html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-action-arrow,
html body .edo-produit-nav-autres .edo-produit-nav-action-arrow,
html body .edo-produit-nav-block .edo-produit-nav-action-arrow {
  display: inline-block !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  margin-left: 2px !important;
}

@media (max-width: 767px) {
  html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-action,
  html body .edo-produit-nav-autres .edo-produit-nav-action,
  html body .edo-produit-nav-block .edo-produit-nav-action {
    font-size: 0.88em !important;
    white-space: nowrap !important;
  }
}
/* EDOUARGOT NAV PRODUIT VOIR DETAIL UNE LIGNE FIN */

/* EDOUARGOT NAV PRODUIT ALIGNEMENT VOIR DETAIL DEBUT */
/*
  Aligne "Voir le détail →" entre les cartes,
  même si un titre prend 1 ligne et l'autre 2 lignes.
*/

html body .article-nav-container.edo-produit-nav-autres .article-nav-title,
html body .edo-produit-nav-autres .article-nav-title,
html body .edo-produit-nav-block .article-nav-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  justify-content: flex-start !important;

  min-height: 5.15em !important;
  height: 5.15em !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: center !important;
  overflow: visible !important;
}

html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-action,
html body .edo-produit-nav-autres .edo-produit-nav-action,
html body .edo-produit-nav-block .edo-produit-nav-action {
  margin-top: auto !important;
  margin-bottom: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;

  white-space: nowrap !important;
  line-height: 1.15 !important;
}

html body .article-nav-container.edo-produit-nav-autres .edo-produit-nav-action-arrow,
html body .edo-produit-nav-autres .edo-produit-nav-action-arrow,
html body .edo-produit-nav-block .edo-produit-nav-action-arrow {
  display: inline-block !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

@media (max-width: 767px) {
  html body .article-nav-container.edo-produit-nav-autres .article-nav-title,
  html body .edo-produit-nav-autres .article-nav-title,
  html body .edo-produit-nav-block .article-nav-title {
    min-height: 5.35em !important;
    height: 5.35em !important;
  }
}
/* EDOUARGOT NAV PRODUIT ALIGNEMENT VOIR DETAIL FIN */
