/*Footer*/
footer {
    background-color: transparent;
    color: var(--color-text-site);
    font-size: 15px;
}

.logo-footer {
    max-width: 120px;
    margin: 0px 0px;
    background-color: transparent;
    padding: 2px;
}

.logo-footer img {
    background-color: transparent;
    padding: 3px;
}

.logo-footer, .logo-footer img {
}

footer .legend {
    color: var(--color-theme);
}

footer p, footer a {
    color: var(--color-text-site);
}
footer a {
    text-decoration: none;
}
footer .circle {
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
}
footer .circle span {
    color: var(--color-white);
    line-height: 35px;
}
.multiple-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 140px;
}
.tel {
    width: auto;
    text-align: center;
    cursor: pointer;
}
.tel-withtext {
    width: auto;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.booking {
    width: auto;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.tel .fa {
    font-size: 18px;
    line-height: 48px;
}
.tel-withtext a, .booking a, .tel-withtext .fa, .booking .fa {
    font-size: 32px;
    line-height: 30px;
}
.tel-withtext a, .booking a {
    text-decoration: none;
}
.tel-withtext a span, .booking a span{
    font-size: 14px;
    line-height: 35px;
}
.design-by {
    font-size: 13px;
}
/* -------------------------------------------------- */
/*Responsive*/
@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    footer p {
        font-size: 12px;
    }
}
/* -------------------------------------------------- */