.Header__Title {
    overflow: visible !important;
}

.phone-infos-container__text {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 17px !important;
}

.phone-number-infos__number {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.imgnum {
    width: 50px;
    margin: 18px;
    float: left;
}

.divnum {
    position: absolute;
    z-index: 9999999999;
    right: 0px !important;
    float: left;
    width: 365px;
}

.h2num {
    margin-left: 10px;
    font-size: 17px;
    font-family: Arial;
    font-weight: normal;
    text-align: center;
    width: 100%;
    color: #29b2bc;
}

.divnum {
    width: auto;
    margin-right: 20px;
    margin-top: 1.4375rem;
    background: white;
}

.cta-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;

    text-decoration: none;
    color: #f5a02e;
    font-weight: bolder;
}

.cta-phone>.phone-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50px;
    background: #f5a02e;
}

.cta_phone>.phone-icon>.fa-solid {
    position: relative;
    z-index: 1;
    font-size: 25px !important;
    width: 1rem !important;
    height: 1 rem !important;
    color: black !important;
}

.cta-phone>.phone-icon>.phone-icon__svg {
    fill: #ffff;
    width: 50%;
    height: 50%;
}

.phone-infos-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.phone-infos-container>.phone-infos-container__text {
    font-size: 14px;
    font-weight: 400;
}

.phone-number-infos {
    margin: 0;
}

.phone-number-infos>.phone-number-infos__number {
    font-weight: 600;
}

.footer-bottom {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 14px;
    border-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
}

.footer-bottom-text {
    margin: auto;
    padding: 4px;
}

.section.footer-section {
    position: fixed;
    bottom: 0px;
    z-index: 9999999999;
    width: 100%;
    background-image: none;
}

.section.footer-section a {
    color: rgb(47, 50, 74);
    text-decoration: none;
}

.footer-bottom-column {
    margin-bottom: 0px !important;
    column-gap: 10px;
}

@media only screen and (max-width: 767px) {
    .divnum {
        margin-top: 1rem;
    }

    .footer-brand {
        display: none;
    }

}

@media only screen and (max-width: 576px) {
    .Header__Title {
        width: 20% !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .LandbotFullpage iframe {
        height: 95% !important;
    }

    .footer-bottom-column {
        margin-bottom: 0px !important;
    }
}