.homefichesnv{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
    .homefichesnv_top{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-left: var(--wp--style--root--padding-left);
        padding-right: var(--wp--style--root--padding-right);
        position: relative;
        z-index: 1;
    }
        .homefichesnv_top-narrow{
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            width: 100%;
            max-width: var(--wp--style--global--content-size);
            position: relative;
        }
            .homefichesnv_tabs{
                display: flex;
                flex-direction: row;
                gap: 10px;
                width: 50%;
            }
                .homefichesnv_tab{
                    flex-basis: 0;
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    height: 190px;
                    padding: 10px;
                    background: var(--wp--preset--color--nv-blue-dark);
                    cursor: pointer;
                    transition: background .2s ease-in-out;
                }
                .homefichesnv_tab:hover,
                .homefichesnv_tab.active{
                    background: var(--wp--preset--color--nv-blue-light);
                }
                    .homefichesnv_tab-label{
                        line-height: 36px;
                        color: var(--wp--preset--color--nv-white);
                        font-size: var(--wp--preset--font-size--24);
                        font-weight: 900;
                        text-transform: uppercase;
                        text-align: center;
                    }
    .homefichesnv_middle{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-left: var(--wp--style--root--padding-left);
        padding-right: var(--wp--style--root--padding-right);
        position: relative;
        z-index: 2;
    }
        .homefichesnv_middle::before{
            content: "";
            width: 50%;
            height: 100%;
            background: var(--wp--preset--color--nv-blue-light);
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }
        .homefichesnv_middle-narrow{
            display: flex;
            flex-direction: row;
            width: 100%;
            max-width: var(--wp--style--global--content-size);
            position: relative;
            z-index: 2;
        }
            .homefichesnv_middle-narrow::before{
                content: "";
                width: 200px;
                height: 200px;
                background: url(/wp-content/themes/nv/assets/images/bouee-blue-lighter.png) no-repeat center top;
                background-size: contain;
                position: absolute;
                right: -250px;
                top: -93px;
                z-index: 1;
            }
            .homefichesnv_middle-narrow > *{
                padding-bottom: calc(200px + var(--wp--preset--spacing--75)) !important;
            }
            .homefichesnv_text{
                flex-grow: 1;
                padding: var(--wp--preset--spacing--75);
                margin-left: 80px;
                background: var(--wp--preset--color--nv-blue-dark);
                color: var(--wp--preset--color--nv-white);
                font-size: var(--wp--preset--font-size--17);
            }
                .homefichesnv_text *:first-child{
                    margin-block-start: 0;
                }
                .homefichesnv_text *:last-child{
                    margin-block-end: 0;
                }
                .homefichesnv_text-cap{
                    line-height: 1;
                    font-size: var(--wp--preset--font-size--45);
                    font-weight: 900;
                    text-transform: uppercase;
                }
            .homefichesnv_gammes{
                flex-shrink: 0;
                width: 50%;
                padding: var(--wp--preset--spacing--75);
                background: var(--wp--preset--color--nv-blue-light);
            }
                .homefichesnv_gammes-list{
                    display: none;
                    flex-direction: column;
                    gap: 15px;
                }
                .homefichesnv_gammes-list.active{
                    display: flex;
                }
                    .homefichesnv_gammes-item{
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        gap: 10px;
                    }
                        .homefichesnv_gammes-item-icon{
                            color: var(--wp--preset--color--nv-white);
                        }
                        .homefichesnv_gammes-item-label{
                            color: var(--wp--preset--color--nv-blue-dark);
                            text-transform: uppercase;
                            font-weight: bold;
                            transition: color .2s ease-in-out;
                        }
                        .homefichesnv_gammes-item:hover .homefichesnv_gammes-item-label{
                            color: var(--wp--preset--color--nv-blue-cyan);
                        }
    .homefichesnv_bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: -180px;
        position: relative;
        z-index: 3;
    }
        .homefichesnv_bottom::before{
            content: "";
            width: 50%;
            height: 100%;
            background: var(--wp--preset--color--nv-blue-light);
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }
        .homefichesnv_bottom-narrow{
            display: flex;
            flex-direction: column;
            width: 100%;
            position: relative;
            z-index: 2;
        }
            .homefichesnv_sliders{
                width: 100%;
            }
                .homefichesnv_slider-wrap{
                    display: none;
                    width: 100%;
                    padding-left: 80px;
                }
                .homefichesnv_slider-wrap.active{
                    display: block;
                }
                    .homefichesnv_slider{
                        flex-grow: 1;
                        width: 100%;
                        position: relative;
                        z-index: 1;
                    }
                        .homefichesnv_slider-slides{
                            height: auto;
                            position: relative;
                            z-index: 1;
                        }
                            .homefichesnv_slider-slide{
                                width: 28%;
                                height: auto;
                                position: relative;
                            }
                                .homefichesnv_slider-item{
                                    display: flex;
                                    flex-direction: column;
                                    height: 620px;
                                }
                                    .homefichesnv_slider-item-image{
                                        width: 100%;
                                        height: 480px;
                                        background: var(--wp--preset--color--nv-white);
                                        position: relative;
                                    }
                                        .homefichesnv_slider-item-image img{
                                            width: 100%;
                                            height: 100%;
                                            object-fit: cover;
                                            position: absolute;
                                            left: 0;
                                            top: 0;
                                        }
                                        .homefichesnv_slider-item-image .homefichesnv_slider-item-noimage{
                                            object-fit: scale-down;
                                        }
                                    .homefichesnv_slider-item-content{
                                        display: flex;
                                        flex-direction: column;
                                        gap: 10px;
                                        padding: 10px;
                                    }
                                        .homefichesnv_slider-item-title{
                                            color: var(--wp--preset--color--nv-blue-dark);
                                            font-size: var(--wp--preset--font-size--24);
                                            font-weight: 900;
                                        }
                                        .homefichesnv_slider-item-button{
                                            flex-shrink: 0;
                                            display: flex;
                                            flex-direction: row;
                                            align-items: flex-end;
                                            gap: 7px;
                                            position: relative;
                                        }
                                            .homefichesnv_slider-item-button-dot{
                                                width: 6px;
                                                height: 6px;
                                                background: var(--wp--preset--color--nv-blue-cyan);
                                                transition: width .2s ease-in-out;
                                            }
                                            .homefichesnv_slider-item:hover .homefichesnv_slider-item-button-dot {
                                                width: 16px;
                                            }
                                            .homefichesnv_slider-item-button-label{
                                                line-height: 14px;
                                                color: var(--wp--preset--color--nv-blue-cyan);
                                                font-size: var(--wp--preset--font-size--20);
                                                font-weight: 600;
                                            }
                    .homefichesnv_slider-button{
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: center;
                        width: 80px;
                        height: 80px;
                        background: var(--wp--preset--color--nv-white);
                        cursor: pointer;
                        position: absolute;
                        top: calc((480px - 40px) / 2);
                        z-index: 2;
                    }
                    .homefichesnv_slider-button.previous{
                        left: 0;
                    }
                    .homefichesnv_slider-button.next{
                        right: 0;
                    }
                        .homefichesnv_slider-button-icon{
                            float: left;
                            color: var(--wp--preset--color--nv-blue-dark);
                            font-size: 40px;
                            transition: color .2s ease-in-out;
                        }
            .homefichesnv_buttons{
                align-self: flex-end;
                width: 50%;
                background: var(--wp--preset--color--nv-white);
            }
                .homefichesnv_button{
                }

@media (max-width: 1280px) {

    .homefichesnv_tab{
        height: 140px;
    }
    .homefichesnv_tab-label{
        line-height: 24px;
        font-size: var(--wp--preset--font-size--20);
    }
    .homefichesnv_middle-narrow::before{
        display: none;
    }
    .homefichesnv_slider-slide{
        width: 42%;
    }
    .homefichesnv_slider-item{
        height: 520px;
    }
    .homefichesnv_slider-item-image{
        height: 380px;
    }

}

@media (max-width: 768px) {

    .homefichesnv_tabs{
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: 10px;
    }
    .homefichesnv_tab{
        height: 100px;
        width: 100px;
    }
    .homefichesnv_tab-label{
        line-height: 24px;
        font-size: var(--wp--preset--font-size--20);
    }
    .homefichesnv_middle::before{
        display: none;
    }
    .homefichesnv_middle-narrow > *{
        padding-bottom: calc(80px + var(--wp--preset--spacing--75)) !important;
    }
    .homefichesnv_text{
        margin-left: 0;
        font-size: var(--wp--preset--font-size--15);
    }
    .homefichesnv_gammes-list {
        gap: 10px;
    }
    .homefichesnv_bottom{
        margin-top: -80px;
        position: relative;
        z-index: 3;
    }
    .homefichesnv_bottom::before{
        display: none;
    }
    .homefichesnv_slider-wrap{
        padding-right: 80px;
    }
    .homefichesnv_slider-slide{
        width: 100%;
    }
    .homefichesnv_slider-button{
        top: calc((380px - 40px) / 2);
    }
    .homefichesnv_buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

}

@media (max-width: 480px) {

    .homefichesnv_tabs {
        padding-bottom: 0;
    }
    .homefichesnv_tabs {
        gap: 5px;
    }
    .homefichesnv_tab-label {
        line-height: 18px;
        font-size: var(--wp--preset--font-size--15);
    }
    .homefichesnv_text{
        display: none;
    }
    .homefichesnv_gammes{
        width: 100%;
    }
    .homefichesnv_slider-wrap {
        padding-right: 40px;
        padding-left: 40px;
    }
    .homefichesnv_slider-item{
        height: 420px;
    }
    .homefichesnv_slider-item-image{
        height: 280px;
    }
    .homefichesnv_slider-item-title {
        font-size: var(--wp--preset--font-size--17);
    }
    .homefichesnv_slider-button{
        top: calc((280px - 40px) / 2);
    }

}