body {
    & #primary {
        & #formations_dpt_home {
            @media screen and (width >= 1200px) {
                &:is(.home-formations) {
                    position: relative;
                    isolation: isolate;
                    display: flex;
                    column-gap: 5%;
                    max-width: initial;
                    width: min(1360px, 90vw);
                    margin: min(5em,10vw) auto 0;
                    &::before {
                        position: relative;
                        content: '';
                        display: block;
                    }
                    &::after {
                        position: absolute;
                        inset: 0;
                        z-index: -1;
                        content: '';
                        display: block;
                        overflow: hidden;
                        border-radius: min(6em,6vw) 0 min(6em,6vw);
                        background: url(../images/fond-formations-departementales.jpg) center / cover no-repeat;
                    }
                    & #contenu_forma_dpt_home {
                        position: relative;
                        padding: 0;
                        height: auto;
                        background: initial;
                        padding-block: min(5em,10vw);
                        flex: 1 1 max(min(300px,80vw),60%);
                    }
                    & #recherche_forma_home {
                        overflow: hidden;
                        max-width: initial;
                        flex: 1 1 max(min(300px, 80vw), 30%);
                        border-radius: 0 0 min(6em,6vw);
                        & #form_recherche {
                            top: 0;
                            width: 100%;
                            height: 100%;
                            display: grid;
                            align-content: center;
                        }
                    }
                }
            }
        }
    }
}