/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Selector Tabs Style */
.programms-tabs .jet-tabs__label-text {
    text-align: center;
}

.programms-tabs span.wendake-title {
    font-size: 16px;
    font-style: italic;
    color: var(--e-global-color-fc86825);
}

.programms-tabs .jet-accordion__item .jet-toggle__control:hover span.wendake-title,
.programms-tabs .jet-accordion__item.active-toggle .jet-toggle__control span.wendake-title {
    color: var(--e-global-color-secondary);
}

.programms-tabs .jet-toggle__control.bingo {
    position: relative;
	padding-right: 60px;
}

/*.programms-tabs .jet-accordion__item.active-toggle .bingo:before, 
.programms-tabs .jet-accordion__item.active-toggle .bingo:hover:before {
    background-image: url(/wp-content/uploads/2025/08/bingo-white.svg);
}*/
.programms-tabs .jet-accordion__item:hover span.wendake-title,
.programms-tabs .jet-accordion__item.active-toggle span.wendake-title {
    color: var(--e-global-color-text);
}

.programms-tabs .jet-tabs__control-wrapper .jet-tabs__control:first-of-type {
    margin-top: 0 !important;
}

.programms-tabs .jet-tabs__control-wrapper .jet-tabs__control:last-of-type {
    margin-bottom: 0 !important;
}

.programms-tabs .jet-accordion__item .bingo:before {
    content: '';
    width: 46px;
    height: 46px;
    background-image: url(/wp-content/uploads/2025/11/bingo-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
    right: 6px;
}

@media (max-width: 768px) {
    .programms-tabs .jet-accordion__item .bingo:before {
        width: 40px;
        height: 36px;
        top: 14px;
    }
}

/* Main Style */
main.internal_tab {
	padding-top: 70px;
}

/* Header Style */
#header_pop.scrolled .e-con-full {
    background-color: var(--e-global-color-1e8dbb6);
}

#header_pop.internal_tab {
    background-color: var(--e-global-color-1e8dbb6);
    top: 0 !important;
}

#header_pop.internal_tab {
    background-color: var(--e-global-color-1e8dbb6);
    top: 0 !important;
}

#header_pop.internal_tab .e-con.e-child {
    background-color: initial !important;
}

#header_pop.internal_tab.scrolled {
    border-bottom: 1px solid #000;
}

h2.elementor-heading-title {
	position: relative;
	padding-bottom: 30px;
}

h2.elementor-heading-title:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/motif-bg.webp);
    background-position: center;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 29px;
    bottom: 0;
}