.elementor-1081 .elementor-element.elementor-element-a6cbc70{--display:flex;}/* Start custom CSS *//* ====================================================================
   foxiz-grid-flex-1 — 3 variantes de personnalisation
   Pose la classe correspondante dans le champ "CSS Classes" du widget
   (Elementor → Avancé), puis ce CSS s'applique. Aucun @import.
   1) fg1-editorial — Presse éditoriale (noir & blanc + accent rouge)
   2) fg1-glass     — Glass Aurora (glassmorphism premium)
   3) fg1-neon      — Neon Noir (sombre, néon cyan/magenta)
   ==================================================================== */

/* ============ 1. Variante "Editorial Press" — classe : fg1-editorial ============ */


.wave-box {
    background: #F00;
    padding: 80px;
    clip-path: path("M0 0 H100% V85% C25% 100%,75% 70%,100% 85% V0 Z");
}




.fg1-editorial {
    --fg-ink: #111111;
    --fg-accent: #e4002b;
    --fg-muted: #6b6b6b;
    --fg-line: #e6e6e6;
    --fg-serif: Georgia, "Times New Roman", serif;
}
.fg1-editorial .p-wrap {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--fg-line);
}
.fg1-editorial .feat-holder {
    overflow: hidden;
    border-radius: 2px;
}
.fg1-editorial .p-featured img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.05);
    transition: filter .5s ease, transform .6s ease;
}
.fg1-editorial .p-wrap:hover .p-featured img {
    filter: grayscale(0%);
    transform: scale(1.04);
}
.fg1-editorial .p-categories .p-category {
    display: inline-block;
    margin-top: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--fg-accent);
    text-decoration: none;
}
.fg1-editorial .entry-title {
    margin: 6px 0 10px;
    font-family: var(--fg-serif);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}
.fg1-editorial .entry-title .p-url {
    color: var(--fg-ink);
    text-decoration: none;
    background-image: linear-gradient(var(--fg-accent), var(--fg-accent));
    background-size: 0% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .35s ease;
}
.fg1-editorial .p-wrap:hover .entry-title .p-url {
    background-size: 100% 2px;
}
.fg1-editorial .p-meta .meta-update time {
    font-size: 12px;
    color: var(--fg-muted);
    font-variant-numeric: tabular-nums;
}

/* ============ 2. Variante "Glass Aurora" — classe : fg1-glass ============ */
.fg1-glass {
    --fg-grad: linear-gradient(135deg, #6a5cff 0%, #c850c0 50%, #ff6a88 100%);
    --fg-card: rgba(255, 255, 255, .55);
    --fg-border: rgba(255, 255, 255, .65);
    --fg-ink: #1c1740;
}
.fg1-glass .p-wrap {
    padding: 14px;
    border-radius: 18px;
    background: var(--fg-card);
    border: 1px solid var(--fg-border);
    box-shadow: 0 8px 30px rgba(80, 60, 160, .18);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease;
}
.fg1-glass .p-wrap:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(80, 60, 160, .30);
}
.fg1-glass .feat-holder { border-radius: 14px; overflow: hidden; }
.fg1-glass .p-featured img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .6s ease;
}
.fg1-glass .p-wrap:hover .p-featured img { transform: scale(1.07); }
.fg1-glass .p-categories .p-category {
    display: inline-block;
    margin-top: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
    background: var(--fg-grad);
    text-decoration: none;
}
.fg1-glass .entry-title {
    margin: 8px 0 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}
.fg1-glass .entry-title .p-url {
    color: var(--fg-ink);
    text-decoration: none;
    transition: color .3s ease;
}
.fg1-glass .p-wrap:hover .entry-title .p-url {
    background: var(--fg-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fg1-glass .p-meta .meta-update time {
    font-size: 12px;
    color: #6f6a92;
}

/* ============ 3. Variante "Neon Noir" — classe : fg1-neon ============ */
.fg1-neon {
    --fg-bg: #0c0e16;
    --fg-cyan: #2ef2ff;
    --fg-magenta: #ff2e9a;
    --fg-text: #e8ecf5;
    --fg-dim: #8a90a6;
}
.fg1-neon .p-wrap {
    padding: 12px;
    border-radius: 10px;
    background: var(--fg-bg);
    border: 1px solid rgba(46, 242, 255, .18);
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.fg1-neon .p-wrap:hover {
    transform: translateY(-4px);
    border-color: var(--fg-cyan);
    box-shadow: 0 0 0 1px var(--fg-cyan), 0 0 22px rgba(46, 242, 255, .35);
}
.fg1-neon .feat-holder {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.fg1-neon .feat-holder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(12, 14, 22, .85) 100%);
}
.fg1-neon .p-featured img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    filter: saturate(1.15) contrast(1.05);
    transition: transform .6s ease;
}
.fg1-neon .p-wrap:hover .p-featured img { transform: scale(1.06); }
.fg1-neon .p-categories {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
}
.fg1-neon .p-categories .p-category {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--fg-bg);
    background: var(--fg-cyan);
    box-shadow: 0 0 12px rgba(46, 242, 255, .6);
    text-decoration: none;
}
.fg1-neon .entry-title {
    margin: 12px 0 8px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .01em;
}
.fg1-neon .entry-title .p-url {
    color: var(--fg-text);
    text-decoration: none;
    transition: color .3s ease, text-shadow .3s ease;
}
.fg1-neon .p-wrap:hover .entry-title .p-url {
    color: var(--fg-magenta);
    text-shadow: 0 0 12px rgba(255, 46, 154, .5);
}
.fg1-neon .p-meta .meta-update time {
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--fg-dim);
}/* End custom CSS */