header.header-site .tel-agence {
    font-family: var(--wp--preset--font-family--brand);
    font-weight: 700;
}

.accept-wrap {
    flex-wrap: wrap !important;
}
.item-center {
    justify-content: center !important;
}

/* KEY NUMBER */
.key-number__number,
.key-number__prefixe,
.key-number__suffixe {
    font-weight: var(--wp--custom--font-weight--semi-bold);
    line-height: var(--wp--custom--line-height--xs);
}

.formations__item {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
}
.formations__num {
    position: relative;
    margin-inline: auto;
    padding: 0;
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    transform: rotate(45deg);
    margin-top: -30px;
    border-radius: 4px;
}
.formations__num::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: solid 1px var(--wp--custom--color--false-white);
    opacity: .8;
}
.formations__num >p {
    transform: rotate(-45deg);
}