.yiu-bg-footer {
    background-color: var(--yahad-black) !important;
}

.yiu-footer-title {
    color: var(--yahad-white) !important;
}

.yiu-footer-link {
    color: var(--yahad-white) !important;
}

.yiu-footer-link:hover {
    color: var(--yahad-red) !important;
}

.yiu-footer-link:focus {
    color: var(--yahad-red) !important;
    font-style: italic !important;
}

.yiu-footer-list-links {
    list-style: none;
}

.yiu-footer-phone {
    color: var(--yahad-white) !important;
}

.yiu-footer-phone:hover {
    color: var(--yahad-red) !important;
}

.yiu-footer-social-medias {
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
}

.yiu-btn-newsletter {
    background-color: transparent !important;
    color: var(--yahad-white) !important;
    border: 2px solid var(--yahad-white) !important;
}

.yiu-btn-newsletter:hover {
    background-color: var(--yahad-white) !important;
    color: var(--yahad-black) !important;
    border: 2px solid var(--yahad-red) !important;
}

.yiu-btn-newsletter:focus {
    background-color: var(--yahad-white) !important;
    color: var(--yahad-red) !important;
    border: 2px solid var(--yahad-red) !important;
}

.yiu-text-newsletter {
    text-align: initial;
    color: var(--yahad-white);
}

.yiu-footer-text-justify {
    text-align: justify;
}

.yiu-text-copyright {
    font-size: 1.25rem !important;
    text-align: center !important;
}

@media only screen and (max-width: 375px) {
    .yiu-text-copyright {
        font-size: 0.98rem !important;
        text-align: center !important;
    }
}

.yiu-footer-supporters-link {
    text-decoration: none;
}

.yiu-logos-supporters {
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: transform .2s;
}

.yiu-logos-supporters:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 592px) {

    .yiu-logos-supporters {
        height: 60px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.yiu-bg-modal-header-footer {
    background-color: #060606 !important;
}
.yiu-bg-modal-newsletter {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/website/common/newsletter-modal-bg.jpg") no-repeat center;
    background-size: cover;
}

.yiu-form-control-newsletter {
    opacity: 0.75;
    border: 2px solid var(--yahad-white);
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
.yiu-form-control-newsletter::placeholder {
    color: var(--yahad-grey);
    opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
.yiu-form-control-newsletter::-ms-input-placeholder {
    color: var(--yahad-grey);
}

/* Microsoft Edge */
.yiu-form-control-newsletter:-ms-input-placeholder {
    color: var(--yahad-grey);
    opacity: 1;
}