.contact-page-map__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
    margin-bottom: 10px;
}
.custom-badge {
    color: var(--bixola-white);
    border: 1px solid #2E2D2D;
    display: inline;
    /* margin-left: 5px; */
    float: right;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: white;
    padding: 7px 17px 7px;
    font-weight: 400;
    border-radius: 20px;
    background-color: #2E2D2D;
}
.my-icon {
    color: #E62A27;
    display: inline;
    margin-right: 10px;
}
.my-span {
    font-weight: 600;
    line-height: 32px;
}
.small-titre {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
@media (max-width: 1550px) {
    .main-menu__right {
      display: none;
    }
}