header {
    transform: none;
}

.box-container {
    height: auto;
    font-size: 16px;
    line-height: 1;
    padding: 4px 0;
    background: #F4F4F4;
    color: #000;
}

.phone_numbers {
    max-width: 1170px;
}
.phone_numbers .flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.numeroAudio, .numeroCb, .numeroSMS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.numeroAudio .bottom {
    font-weight: 700;
}
.numeroAudio .numeroAudioImg {
    max-width: 250px;
}
.numeroCb .mentionCb {
    font-size: 0.52em;
    text-align: center;
}
.numeroCb .numeroCb-number a {
    font-size: 1.5em;
    color: #a21972;
    font-weight: 700;
}
.numeroCb .numeroCb-number a:hover {
    cursor: default;
    text-decoration: none;
}
.orange {
    color: #a21972;
    font-weight: 700;
    font-size: 1.3em;
}
.mentionsSMS {
    font-size: 0.8em;
}
.numeroAudio {
}
.numeroSMS {
}
.numeroCb {
    border-left: 1px solid #cfc5b3;
    border-right: 1px solid #cfc5b3;
}

@media screen and (max-width: 800px) {
    .numeroCb {
        border: none;
        padding: 0 5px
    }
    .box-container {
        padding: 10px 0 5px 0;
        font-size: 14px;
    }
    .phone_numbers .flex-wrapper {
        justify-content: flex-start;
    }
    .numeroAudio .numeroAudioImg {
        max-width: 220px;
    }
    .numeroCb .mentionCb {
        font-size: 0.8em;
    }
    .numeroCb .numeroCb-number a {
        font-size: 1.7em;
    }
    .box-container p {
        margin: 0 0 5px;
    }

    .btn-vg {
        margin-top: 0px;
    }
}