/**
 * Theme Name:        gcthemechild
 * Template:          kadence
 * Theme URI:         https://brasgauche.com/
 * Description:       Thème enfant pour Groupe Catalyseur
 * Version:           1.0.0
 * Author:            Bras Gauche
 * Author URI:        https: //brasgauche.com/
 * Text Domain:       gcthemechild
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

.kb-row-layout-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out;
}

.section-banner {
    background-color: var(--global-palette5);
}

.section-intro-gradient {
    height: 100%;
    z-index: 2;
    overflow: hidden;
    background-color: var(--global-palette5);
}

.section-banner-divider {
    background-color: var(--global-palette5);
}

.section-orange::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease-in-out;
    opacity: 1;
    z-index: 1;
}