/*
  EDOUARGOT - Cartes produits mobile propres
  Ne touche pas au desktop.
  Ne touche pas au préloader.
*/

@media (max-width: 767px) {

  html body .indexhaut.edo-produits-accueil,
  html body .edo-produits-zone,
  html body.edo-page-articles .edo-produits-zone {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  html body .indexhaut-cards,
  html body .indexhaut.edo-produits-accueil .indexhaut-cards,
  html body .edo-produits-zone .indexhaut-cards,
  html body.edo-page-articles .edo-produits-zone .indexhaut-cards {
    --edo-mobile-card-width: clamp(144px, 43vw, 164px);

    display: grid !important;
    grid-template-columns: repeat(2, var(--edo-mobile-card-width)) !important;
    justify-content: center !important;
    justify-items: center !important;
    align-items: start !important;

    gap: 14px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }

  html body .indexhaut-cards .ih-card,
  html body .indexhaut.edo-produits-accueil .ih-card,
  html body .edo-produits-zone .ih-card,
  html body.edo-page-articles .edo-produits-zone .ih-card {
    width: var(--edo-mobile-card-width) !important;
    max-width: var(--edo-mobile-card-width) !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;

    background: rgba(255, 252, 244, 0.98) !important;
    border: 1px solid rgba(245, 192, 99, 0.55) !important;
    box-shadow: 0 8px 18px rgba(51, 7, 5, 0.13) !important;
    transform: none !important;
  }

  html body .indexhaut-cards .ih-card > a,
  html body .indexhaut.edo-produits-accueil .ih-card > a,
  html body .edo-produits-zone .ih-card > a,
  html body.edo-page-articles .edo-produits-zone .ih-card > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;

    padding: 10px 8px 9px 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  html body .indexhaut-cards .ih-img,
  html body .indexhaut.edo-produits-accueil .ih-img,
  html body .edo-produits-zone .ih-img,
  html body.edo-page-articles .edo-produits-zone .ih-img {
    display: block !important;
    width: 108px !important;
    height: 88px !important;
    max-width: 100% !important;
    margin: 0 auto 8px auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 12px !important;
    background: transparent !important;
    transform: none !important;
    filter: none !important;
  }

  html body .indexhaut-cards .ih-title,
  html body .indexhaut-cards .ih-title *,
  html body .indexhaut.edo-produits-accueil .ih-title,
  html body .indexhaut.edo-produits-accueil .ih-title *,
  html body .edo-produits-zone .ih-title,
  html body .edo-produits-zone .ih-title *,
  html body.edo-page-articles .edo-produits-zone .ih-title,
  html body.edo-page-articles .edo-produits-zone .ih-title * {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.16 !important;
    color: #330705 !important;
    text-align: center !important;

    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 transparent !important;
    paint-order: normal !important;
    filter: none !important;

    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  html body .indexhaut-cards .ih-title,
  html body .indexhaut.edo-produits-accueil .ih-title,
  html body .edo-produits-zone .ih-title,
  html body.edo-page-articles .edo-produits-zone .ih-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 auto 1px auto !important;
    padding: 0 2px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body .indexhaut-cards .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .edo-produits-zone .ih-price,
  html body.edo-page-articles .edo-produits-zone .ih-price {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;

    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 7px auto !important;
    padding: 0 !important;

    color: #d28a16 !important;
    text-align: center !important;
    text-shadow: none !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  /*
    Voir le détail :
    on garde un comportement simple comme desktop :
    lien texte, souligné, sans pastille, sans contour.
  */
  html body .indexhaut-cards .ih-action,
  html body .indexhaut.edo-produits-accueil .ih-action,
  html body .edo-produits-zone .ih-action,
  html body.edo-page-articles .edo-produits-zone .ih-action {
    display: inline !important;

    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    color: #d28a16 !important;
    text-align: center !important;
    text-shadow: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    transform: none !important;

    text-decoration-line: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
    text-decoration-color: currentColor !important;

    transition: color .18s ease, text-decoration-color .18s ease !important;
  }

  html body .indexhaut-cards .ih-action::before,
  html body .indexhaut-cards .ih-action::after,
  html body .indexhaut.edo-produits-accueil .ih-action::before,
  html body .indexhaut.edo-produits-accueil .ih-action::after,
  html body .edo-produits-zone .ih-action::before,
  html body .edo-produits-zone .ih-action::after,
  html body.edo-page-articles .edo-produits-zone .ih-action::before,
  html body.edo-page-articles .edo-produits-zone .ih-action::after {
    display: none !important;
    content: none !important;
  }

  html body .indexhaut-cards .ih-card:hover .ih-action,
  html body .indexhaut-cards .ih-card:focus-within .ih-action,
  html body .indexhaut.edo-produits-accueil .ih-card:hover .ih-action,
  html body .indexhaut.edo-produits-accueil .ih-card:focus-within .ih-action,
  html body .edo-produits-zone .ih-card:hover .ih-action,
  html body .edo-produits-zone .ih-card:focus-within .ih-action,
  html body.edo-page-articles .edo-produits-zone .ih-card:hover .ih-action,
  html body.edo-page-articles .edo-produits-zone .ih-card:focus-within .ih-action {
    color: #330705 !important;
    text-decoration-color: #330705 !important;
  }

  html body .indexhaut-cards .ih-action-arrow,
  html body .indexhaut.edo-produits-accueil .ih-action-arrow,
  html body .edo-produits-zone .ih-action-arrow,
  html body.edo-page-articles .edo-produits-zone .ih-action-arrow {
    display: inline !important;
    margin-left: 3px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body .indexhaut-cards .ih-euro-tangue,
  html body .indexhaut.edo-produits-accueil .ih-euro-tangue,
  html body .edo-produits-zone .ih-euro-tangue,
  html body.edo-page-articles .edo-produits-zone .ih-euro-tangue {
    display: inline-block !important;
    transform-origin: 50% 80% !important;
    animation: edo-euro-tangue-mobile 1.35s ease-in-out infinite !important;
    will-change: transform !important;
  }

  html body .indexhaut-cards .ih-card:last-child:nth-child(odd),
  html body .indexhaut.edo-produits-accueil .ih-card:last-child:nth-child(odd),
  html body .edo-produits-zone .ih-card:last-child:nth-child(odd),
  html body.edo-page-articles .edo-produits-zone .ih-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
  }

  html body .indexhaut-cards .ih-card:hover,
  html body .indexhaut-cards .ih-card:focus-within,
  html body .indexhaut.edo-produits-accueil .ih-card:hover,
  html body .indexhaut.edo-produits-accueil .ih-card:focus-within,
  html body .edo-produits-zone .ih-card:hover,
  html body .edo-produits-zone .ih-card:focus-within {
    transform: none !important;
  }

  @keyframes edo-euro-tangue-mobile {
    0%, 100% { transform: rotate(0deg) translateY(0); }
    25% { transform: rotate(-7deg) translateY(-1px); }
    50% { transform: rotate(6deg) translateY(0); }
    75% { transform: rotate(-4deg) translateY(-1px); }
  }
}

@media (max-width: 360px) {
  html body .indexhaut-cards,
  html body .indexhaut.edo-produits-accueil .indexhaut-cards,
  html body .edo-produits-zone .indexhaut-cards,
  html body.edo-page-articles .edo-produits-zone .indexhaut-cards {
    --edo-mobile-card-width: clamp(136px, 43vw, 150px);
    gap: 12px 8px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  html body .indexhaut-cards .ih-img,
  html body .indexhaut.edo-produits-accueil .ih-img,
  html body .edo-produits-zone .ih-img,
  html body.edo-page-articles .edo-produits-zone .ih-img {
    width: 100px !important;
    height: 82px !important;
  }

  html body .indexhaut-cards .ih-title,
  html body .indexhaut-cards .ih-title *,
  html body .indexhaut.edo-produits-accueil .ih-title,
  html body .indexhaut.edo-produits-accueil .ih-title *,
  html body .edo-produits-zone .ih-title,
  html body .edo-produits-zone .ih-title *,
  html body.edo-page-articles .edo-produits-zone .ih-title,
  html body.edo-page-articles .edo-produits-zone .ih-title * {
    font-size: 11.4px !important;
    line-height: 1.15 !important;
  }

  html body .indexhaut-cards .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .edo-produits-zone .ih-price,
  html body.edo-page-articles .edo-produits-zone .ih-price {
    font-size: 13.2px !important;
  }
}

@media (max-width: 300px) {
  html body .indexhaut-cards,
  html body .indexhaut.edo-produits-accueil .indexhaut-cards,
  html body .edo-produits-zone .indexhaut-cards,
  html body.edo-page-articles .edo-produits-zone .indexhaut-cards {
    grid-template-columns: 1fr !important;
  }
}


/* EDOUARGOT CORRECTION FINALE ESPACE ACTION MOBILE DEBUT */
@media (max-width: 767px) {

  html body .indexhaut-cards .ih-card > a,
  html body .indexhaut.edo-produits-accueil .ih-card > a,
  html body .edo-produits-zone .ih-card > a,
  html body.edo-page-articles .edo-produits-zone .ih-card > a {
    justify-content: flex-start !important;
    gap: 0 !important;
  }

  html body .indexhaut-cards .ih-card > a > *,
  html body .indexhaut.edo-produits-accueil .ih-card > a > *,
  html body .edo-produits-zone .ih-card > a > *,
  html body.edo-page-articles .edo-produits-zone .ih-card > a > * {
    flex: 0 0 auto !important;
  }

  html body .indexhaut-cards .ih-title,
  html body .indexhaut.edo-produits-accueil .ih-title,
  html body .edo-produits-zone .ih-title,
  html body.edo-page-articles .edo-produits-zone .ih-title {
    margin: 0 auto 2px auto !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }

  html body .indexhaut-cards .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .edo-produits-zone .ih-price,
  html body.edo-page-articles .edo-produits-zone .ih-price {
    margin: 2px auto 6px auto !important;
    padding: 0 !important;
    line-height: 1.12 !important;
  }

  html body .indexhaut-cards .ih-action,
  html body .indexhaut.edo-produits-accueil .ih-action,
  html body .edo-produits-zone .ih-action,
  html body.edo-page-articles .edo-produits-zone .ih-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;

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

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

    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    color: #330705 !important;
    text-decoration: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    transform: none !important;

    transition: color .18s ease !important;
  }

  html body .indexhaut-cards .ih-action-text,
  html body .indexhaut.edo-produits-accueil .ih-action-text,
  html body .edo-produits-zone .ih-action-text,
  html body.edo-page-articles .edo-produits-zone .ih-action-text {
    color: #330705 !important;
    text-decoration-line: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
    text-decoration-color: #F5C063 !important;
    transition: color .18s ease, text-decoration-color .18s ease !important;
  }

  html body .indexhaut-cards .ih-action-arrow,
  html body .indexhaut.edo-produits-accueil .ih-action-arrow,
  html body .edo-produits-zone .ih-action-arrow,
  html body.edo-page-articles .edo-produits-zone .ih-action-arrow {
    display: inline-block !important;
    margin-left: 2px !important;
    padding: 0 !important;
    color: currentColor !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body .indexhaut-cards .ih-action::before,
  html body .indexhaut-cards .ih-action::after,
  html body .indexhaut.edo-produits-accueil .ih-action::before,
  html body .indexhaut.edo-produits-accueil .ih-action::after,
  html body .edo-produits-zone .ih-action::before,
  html body .edo-produits-zone .ih-action::after,
  html body.edo-page-articles .edo-produits-zone .ih-action::before,
  html body.edo-page-articles .edo-produits-zone .ih-action::after {
    display: none !important;
    content: none !important;
  }

  html body .indexhaut-cards .ih-card:hover .ih-action-text,
  html body .indexhaut-cards .ih-card:focus-within .ih-action-text,
  html body .indexhaut.edo-produits-accueil .ih-card:hover .ih-action-text,
  html body .indexhaut.edo-produits-accueil .ih-card:focus-within .ih-action-text,
  html body .edo-produits-zone .ih-card:hover .ih-action-text,
  html body .edo-produits-zone .ih-card:focus-within .ih-action-text,
  html body.edo-page-articles .edo-produits-zone .ih-card:hover .ih-action-text,
  html body.edo-page-articles .edo-produits-zone .ih-card:focus-within .ih-action-text {
    color: #F5C063 !important;
    text-decoration-color: #330705 !important;
  }

  html body .indexhaut-cards .ih-card:hover .ih-action,
  html body .indexhaut-cards .ih-card:focus-within .ih-action,
  html body .indexhaut.edo-produits-accueil .ih-card:hover .ih-action,
  html body .indexhaut.edo-produits-accueil .ih-card:focus-within .ih-action,
  html body .edo-produits-zone .ih-card:hover .ih-action,
  html body .edo-produits-zone .ih-card:focus-within .ih-action,
  html body.edo-page-articles .edo-produits-zone .ih-card:hover .ih-action,
  html body.edo-page-articles .edo-produits-zone .ih-card:focus-within .ih-action {
    color: #F5C063 !important;
  }

  html body .indexhaut-cards .ih-euro-tangue,
  html body .indexhaut.edo-produits-accueil .ih-euro-tangue,
  html body .edo-produits-zone .ih-euro-tangue,
  html body.edo-page-articles .edo-produits-zone .ih-euro-tangue {
    display: inline-block !important;
    margin: 0 2px !important;
    transform-origin: 50% 80% !important;
    animation: edo-euro-tangue-mobile 1.35s ease-in-out infinite !important;
  }
}
/* EDOUARGOT CORRECTION FINALE ESPACE ACTION MOBILE FIN */


/* EDOUARGOT SUPPRESSION ESPACE TITRE PRIX MOBILE DEBUT */
@media (max-width: 767px) {

  html body .indexhaut-cards .ih-card > a,
  html body .indexhaut.edo-produits-accueil .ih-card > a,
  html body .edo-produits-zone .ih-card > a,
  html body.edo-page-articles .edo-produits-zone .ih-card > a {
    justify-content: flex-start !important;
    gap: 0 !important;
    row-gap: 0 !important;
  }

  html body .indexhaut-cards .ih-card > a > *,
  html body .indexhaut.edo-produits-accueil .ih-card > a > *,
  html body .edo-produits-zone .ih-card > a > *,
  html body.edo-page-articles .edo-produits-zone .ih-card > a > * {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }

  html body .indexhaut-cards .ih-title,
  html body .indexhaut.edo-produits-accueil .ih-title,
  html body .edo-produits-zone .ih-title,
  html body.edo-page-articles .edo-produits-zone .ih-title {
    display: block !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    align-self: center !important;

    margin-top: 0 !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;

    padding-top: 0 !important;
    padding-right: 2px !important;
    padding-bottom: 0 !important;
    padding-left: 2px !important;

    line-height: 1.12 !important;
    overflow: visible !important;
  }

  html body .indexhaut-cards .ih-title *,
  html body .indexhaut.edo-produits-accueil .ih-title *,
  html body .edo-produits-zone .ih-title *,
  html body.edo-page-articles .edo-produits-zone .ih-title * {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.12 !important;
  }

  html body .indexhaut-cards .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .edo-produits-zone .ih-price,
  html body.edo-page-articles .edo-produits-zone .ih-price {
    display: block !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;

    margin-top: 1px !important;
    margin-right: auto !important;
    margin-bottom: 6px !important;
    margin-left: auto !important;

    padding: 0 !important;
    line-height: 1.08 !important;
  }
}
/* EDOUARGOT SUPPRESSION ESPACE TITRE PRIX MOBILE FIN */


/* EDOUARGOT PRIX CARTES MOBILE JAUNE EXACT DEBUT */
@media (max-width: 767px) {

  html body .indexhaut-cards .ih-price,
  html body .indexhaut-cards .ih-price *,
  html body .indexhaut-cards .ih-euro-tangue,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price *,
  html body .indexhaut.edo-produits-accueil .ih-euro-tangue,
  html body .edo-produits-zone .ih-price,
  html body .edo-produits-zone .ih-price *,
  html body .edo-produits-zone .ih-euro-tangue,
  html body.edo-page-articles .edo-produits-zone .ih-price,
  html body.edo-page-articles .edo-produits-zone .ih-price *,
  html body.edo-page-articles .edo-produits-zone .ih-euro-tangue {
    color: #F5C063 !important;
    -webkit-text-fill-color: #F5C063 !important;
    text-decoration-color: #F5C063 !important;

    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: none !important;
  }

  html body .indexhaut-cards .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .edo-produits-zone .ih-price,
  html body.edo-page-articles .edo-produits-zone .ih-price {
    font-weight: 950 !important;
  }
}
/* EDOUARGOT PRIX CARTES MOBILE JAUNE EXACT FIN */


/* EDOUARGOT PRIX EURO ESPACES TANGUE FINAL DEBUT */
/*
  Prix cartes produits :
  - couleur exacte #F5C063
  - espaces visibles autour du €
  - animation tangue du symbole €
  - desktop + mobile
*/

@keyframes edo-euro-tangue-bateau-final {
  0% {
    transform: translateY(0) rotate(-7deg);
  }
  25% {
    transform: translateY(1px) rotate(6deg);
  }
  50% {
    transform: translateY(0) rotate(8deg);
  }
  75% {
    transform: translateY(-1px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(-7deg);
  }
}

html body .indexhaut-cards .ih-price,
html body .indexhaut.edo-produits-accueil .ih-price,
html body .edo-produits-zone .ih-price,
html body.edo-page-articles .edo-produits-zone .ih-price {
  color: #F5C063 !important;
  -webkit-text-fill-color: #F5C063 !important;

  font-weight: 950 !important;
  letter-spacing: 0.01em !important;

  white-space: nowrap !important;
  word-spacing: normal !important;

  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

html body .indexhaut-cards .ih-price *,
html body .indexhaut.edo-produits-accueil .ih-price *,
html body .edo-produits-zone .ih-price *,
html body.edo-page-articles .edo-produits-zone .ih-price * {
  color: #F5C063 !important;
  -webkit-text-fill-color: #F5C063 !important;
  text-shadow: none !important;
}

html body .indexhaut-cards .ih-euro-tangue,
html body .indexhaut.edo-produits-accueil .ih-euro-tangue,
html body .edo-produits-zone .ih-euro-tangue,
html body.edo-page-articles .edo-produits-zone .ih-euro-tangue {
  display: inline-block !important;

  margin-left: 2px !important;
  margin-right: 2px !important;

  color: #F5C063 !important;
  -webkit-text-fill-color: #F5C063 !important;

  transform-origin: 50% 82% !important;
  animation: edo-euro-tangue-bateau-final 1.45s ease-in-out infinite !important;

  will-change: transform !important;
}

@media (max-width: 767px) {
  html body .indexhaut-cards .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .edo-produits-zone .ih-price,
  html body.edo-page-articles .edo-produits-zone .ih-price {
    color: #F5C063 !important;
    -webkit-text-fill-color: #F5C063 !important;
    white-space: nowrap !important;
  }

  html body .indexhaut-cards .ih-euro-tangue,
  html body .indexhaut.edo-produits-accueil .ih-euro-tangue,
  html body .edo-produits-zone .ih-euro-tangue,
  html body.edo-page-articles .edo-produits-zone .ih-euro-tangue {
    margin-left: 2px !important;
    margin-right: 2px !important;
    animation: edo-euro-tangue-bateau-final 1.45s ease-in-out infinite !important;
  }
}
/* EDOUARGOT PRIX EURO ESPACES TANGUE FINAL FIN */


/* EDOUARGOT IMAGES CARTES MOBILE GRANDES NON COUPEES DEBUT */
/*
  Vue mobile :
  - cartes en 1 colonne pour éviter les cartes trop étroites ;
  - images plus grandes ;
  - images complètes, non coupées ;
  - pas de rognage avec object-fit: cover.
*/

@media (max-width: 767px) {

  html body .indexhaut-cards,
  html body .indexhaut.edo-produits-accueil .indexhaut-cards,
  html body .edo-produits-zone .indexhaut-cards {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 22px !important;
  }

  html body .indexhaut-cards .ih-card,
  html body .indexhaut.edo-produits-accueil .ih-card,
  html body .edo-produits-zone .ih-card {
    width: min(88vw, 315px) !important;
    max-width: 315px !important;
    min-width: 0 !important;
  }

  html body .indexhaut-cards .ih-card > a,
  html body .indexhaut.edo-produits-accueil .ih-card > a,
  html body .edo-produits-zone .ih-card > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    padding: 16px 14px 18px !important;
    box-sizing: border-box !important;
  }

  html body .indexhaut-cards .ih-img,
  html body .indexhaut.edo-produits-accueil .ih-img,
  html body .edo-produits-zone .ih-img {
    width: min(78vw, 255px) !important;
    max-width: 255px !important;

    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;

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

    display: block !important;
    margin: 0 auto 14px !important;

    overflow: visible !important;
    clip-path: none !important;
    border-radius: 8px !important;
  }

  html body .indexhaut-cards .ih-title,
  html body .indexhaut.edo-produits-accueil .ih-title,
  html body .edo-produits-zone .ih-title {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
  }
}

@media (max-width: 390px) {

  html body .indexhaut-cards .ih-card,
  html body .indexhaut.edo-produits-accueil .ih-card,
  html body .edo-produits-zone .ih-card {
    width: min(90vw, 292px) !important;
    max-width: 292px !important;
  }

  html body .indexhaut-cards .ih-img,
  html body .indexhaut.edo-produits-accueil .ih-img,
  html body .edo-produits-zone .ih-img {
    width: min(78vw, 235px) !important;
    max-width: 235px !important;
    height: auto !important;
    object-fit: contain !important;
  }
}
/* EDOUARGOT IMAGES CARTES MOBILE GRANDES NON COUPEES FIN */

