/*
Theme Name: Institut Vidya
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
*/

/* ========== HEADER ========== */

.num-de-tel-header-footer {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

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

    .num-de-tel-header-footer {
      font-size: 17px;
    }
}


/* ========== FOOTER ========== */

/* Ajoute l'overlay du footer */
#colophon {
    position: relative; /* Ensure that the position is relative to correctly position the pseudo-element */
}

#colophon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.dev.institutvidya.org/wp-content/uploads/2021/03/test-pattern.png);
    background-position: center center;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none; /* Ensure that the pseudo-element does not interfere with interactions */
}

#colophon * {
    position: relative; /* Ensure content is above the pseudo-element */
    z-index: 2;
}

.footer-widget2 {
    background-color: #ffffff;
    padding: 20px 20px 0 20px;
}

.footer-widget2 .kb-form .kadence-blocks-form-field .kb-forms-submit {
    width: 100%;
}

.kb-form .kadence-blocks-form-field .kb-text-style-field {
    padding: 6px 8px !important;
}


