/* BREAKPOINT */
/* bloc-full-orange-logo */
.full-orange-logo {
    background: var(--orange);
    color: var(--white);
}

.full-orange-logo--container {
    padding: 64px 0 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
    text-align: right;
}

@media screen and (min-width: 1025px) {
    .full-orange-logo--container {
        padding: 100px 170px 0;
        gap: 72px;
    }
}

.full-orange-logo--container-content {
    padding: 0 16px;
}

@media screen and (min-width: 1025px) {
    .full-orange-logo--container-content {
        max-width: 590px;
        margin-left: auto;
    }
}

.full-orange-logo img {
    width: 100%;
    margin-bottom: -2px;
}

/* // bloc-full-orange-logo */