.node.full .paragraph--type--push-custom .container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.node.full .paragraph--type--push-custom .container .push-custom {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.node.full .paragraph--type--push-custom .container .push-custom img {
    border-radius: 4px 4px 0 0;
}

@media screen and (min-width: 1280px) {
    .node.full .paragraph--type--push-custom .container .push-custom .field-image {
        height: 100%;
    }
    .node.full .paragraph--type--push-custom .container .push-custom .field-image img {
        height: 100%;
        object-fit: cover;
    }
    .node.full .paragraph--type--push-custom.push-custom--layout--template_1 .container .push-custom img {
        border-radius: 4px 0 0 4px;
    }

    .node.full .paragraph--type--push-custom.push-custom--layout--template_3 .container .push-custom img,
    .node.full .paragraph--type--push-custom.push-custom--layout--template_2 .container .push-custom img {
        border-radius: 0 4px 4px 0;
    }

    .node.full .paragraph--type--push-custom .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.node.full .paragraph--type--push-custom.push-custom--layout--template_3 .push-custom,
.node.full .paragraph--type--push-custom.push-custom--layout--template_1 .push-custom {
    gap: 24px;
}

/* Template 2 */
.node.full .paragraph--type--push-custom.push-custom--layout--template_2 {
    background: var(--secondary-gris-perle) url('/profiles/fabernovel/themes/custom/datasyndex/img/header-bg.png') repeat-x bottom center;
}

.node.full .paragraph--type--push-custom.push-custom--layout--template_2 .field__item {
    position: relative;
}
.node.full .paragraph--type--push-custom.push-custom--layout--template_2 .field-image .image-legend {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 8px;
    right: 8px;
    margin-left: 16px;
    padding: 4px 6px;
    font-size: 11px;
    border-radius: 4px;
}


/**
 * Push custom qui sommes-nous */
.node.full .paragraph--type--push-custom.push-custom--layout--template_2 .container .push-custom {
    background: #fff;
}

.node.full .paragraph--type--push-custom.push-custom--layout--template_2.paragraph--id--4659 .container .push-custom {
    background: transparent;
}

.node.full .paragraph--type--push-custom.push-custom--layout--template_2.paragraph--id--4659 .container .push-custom .push-custom__content {
    padding: 0;
}

.node.full .paragraph--type--push-custom.push-custom--layout--template_2.paragraph--id--4659 {
    background-image: none;
}

.paragraph--type--push-custom .push-custom__visuel img {
    display: block;
    width: 100%;
    height: auto;
}

.node.full .paragraph--type--push-custom.push-custom--layout--template_2 .container .push-custom__content {
    padding: 24px;
}
.node.full .paragraph--type--deux-colonnes {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 1280px) {
    .node.full .paragraph--type--push-custom {
        max-width: none;
        padding: 40px 0;
    }

    .node.full .paragraph--type--push-custom.push-custom--layout--template_2 {
        padding: 80px 0;
        margin: 40px 0;
    }

    .node.full .paragraph--type--deux-colonnes,
    .node.full .paragraph--type--push-custom .container .push-custom {
        flex-direction: row;
        gap: 40px;
        justify-content: space-between;
    }

    .node.full .paragraph--type--deux-colonnes > h2 {
        width: 404px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    /* Template 1 */
    .node.full .paragraph--type--push-custom.push-custom--layout--template_3 .container .push-custom,
    .node.full .paragraph--type--push-custom.push-custom--layout--template_1 .container .push-custom {
        align-items: center;
    }

    /* Template 2 */
    .node.full .paragraph--type--push-custom.push-custom--layout--template_3 .container .push-custom__visuel,
    .node.full .paragraph--type--push-custom.push-custom--layout--template_2 .container .push-custom__visuel {
        order: 2;
    }
    .node.full .paragraph--type--push-custom.push-custom--layout--template_2 .container .push-custom__content {
        padding: 32px;
    }
}

.node.full .paragraph--type--push-custom .container .push-custom__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.push-custom__content .field-bouton {
    margin-top: 16px;
}

/* @todo temp fix */
.push-custom__content .field-image {
    display: none;
}

@media screen and (min-width: 1280px) {
    .paragraph--type--deux-colonnes > h2,
    .push-custom__visuel {
        flex: 0 0 622px;
    }
}