/*
Theme Name: Dasweb Child
Author: Dasweb
Template: das
*/



/*

put your child theme styles here
you don't need any @import rules
*/

/* HEADER LANG TOGGLE */
.wpml-pill-container {
    display: inline-flex;
    background-color: var( --e-global-color-vamtam_accent_2 ); 
    border: 1px solid var( --e-global-color-vamtam_accent_7 );
    border-radius: 6px;
    overflow: hidden;
}
.wpml-pill-item {
    display: inline-block;
    padding: 6px 14px;
    text-decoration: none !important;
    font-size: var(--e-global-typography-22065a0-font-size);
    font-weight: 600;
    font-family: var(--e-global-typography-22065a0-font-size);
    background-color: #f5f5f5;
    transition: all 0.3s 
ease;
    line-height: 1;
}
.wpml-pill-item.active {
    background-color: var( --e-global-color-vamtam_accent_1 ); 
    color: #ffffff !important;
	border: 1px solid var( --e-global-color-vamtam_accent_1 );
}
.wpml-pill-item:hover:not(.active) {
    background-color: #e0e0e0;
    color: #666;
}