/* ==========================================================
   INFO PRO 13
   CORRECTION BUG & RETOUCHE
   ACCESSIBILITE / CONTRASTE
========================================================== */

/*
 * Page WordPress ID 23690 uniquement.
 * On évite ainsi toute modification des autres pages.
 */


/* ----------------------------------------------------------
   ETAPES 01 / 02 / 03 / 04
---------------------------------------------------------- */

body.page-id-23690 article {
    color:#f5f7fb;
}


/* Numéros 01 / 02 / 03 / 04 */

body.page-id-23690 article > strong,
body.page-id-23690 article strong {
    color:#2f5fff !important;
}


/* Titres des étapes */

body.page-id-23690 article h2,
body.page-id-23690 article h3,
body.page-id-23690 article h4 {
    color:#151515 !important;
}


/* Descriptions */

body.page-id-23690 article p {
    color:#e3e6ec !important;
}


/* Autres textes secondaires éventuellement présents */

body.page-id-23690 article span:not(.screen-reader-text),
body.page-id-23690 article li {
    color:#e3e6ec;
}


/* Liens */

body.page-id-23690 article a {
    color:#2f5fff;
}

body.page-id-23690 article a:hover,
body.page-id-23690 article a:focus-visible {
    color:#dbe4ff;
}


/* ----------------------------------------------------------
   SECURITE LISIBILITE
---------------------------------------------------------- */

body.page-id-23690 article {
    border-color:rgba(192,132,252,.32);
}

/* IP13 FINAL HEADER HOME FIX START */

/* ==========================================================
   ACCUEIL — CARTES PC SANS FOND BLANC
   ========================================================== */
body.home .ip13-home-featured-card--pc .ip13-home-featured-card__image,
body.home .ip13-home-featured-card--pc .ip13-home-featured-card__image::before,
body.home .ip13-home-featured-card--pc .ip13-home-featured-card__image::after {
    background:transparent !important;
    box-shadow:none !important;
}

body.home .ip13-home-featured-card--pc .ip13-home-featured-card__image {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
}

body.home .ip13-home-featured-card--pc .ip13-home-featured-card__image img {
    background:transparent !important;
    box-shadow:none !important;
    object-fit:contain !important;
    object-position:center !important;
}

/* ==========================================================
   HEADER DESKTOP / TABLETTE
   ========================================================== */
@media (min-width: 1025px) {

    .site-header.ip13-header .custom-logo-link,
    .site-header.ip13-header .site-logo,
    .site-header.ip13-header .ip13-logo {
        margin-left:26px !important;
        margin-right:26px !important;
    }

    .site-header.ip13-header nav:first-of-type {
        margin-right:20px !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .site-header.ip13-header .custom-logo-link,
    .site-header.ip13-header .site-logo,
    .site-header.ip13-header .ip13-header-logo,
    .site-header.ip13-header .ip13-logo {
        margin-left:18px !important;
        margin-right:18px !important;
    }

    .site-header.ip13-header nav:first-of-type {
        margin-right:14px !important;
    }

    .site-header.ip13-header nav:last-of-type {
        margin-left:14px !important;
    }

    .site-header.ip13-header a[href*="/mon-compte/"] {
        margin-left:12px !important;
    }

    .site-header.ip13-header a[href*="/panier/"] {
        margin-left:8px !important;
    }
}

/* IP13 FINAL HEADER HOME FIX END */
