.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: #53c0eb;
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: #53c0eb ;
}

.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: 800;
}
.container {
position: absolute;
z-index: 9999999999;
right: 0px !important;
float: left;
width: 50%;
display: flex;
justify-content: center;
top: 15px;
}

.col {
width: 33%;
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
padding: 4px;
display: flex;
}

.icon {
display: flex;
float: left;
font-weight: bold;
color: #22A4D7;
align-items: center;
}

.content {
display: flex;
float: right;
align-items: center;
margin-left: 8px;
}

.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: 30% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
iframe {
    height: calc(100% - 30px) !important;
    /*margin-top: 80px;*/
}

.container {
    top: 0px !important;
    width: 100%;
    text-align: center;
    background-color: #F0F7FA;
}

.content {
    margin-left: 4px;
}

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

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