/*
Theme Name: Sixieme Sens Corporate
Template: hello-elementor
Author: Buzzinga!
Author URI: https://www.buzzinga.fr
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1.1770631116
Updated: 2026-02-09 09:58:36

*/

.pole-expertise .reveal h6 {
    transition: color 150ms linear;
}
.pole-expertise:hover .reveal h6 {
    color:rgba(255,255,255,1)!important;
    transition: color 250ms linear;
}

.expertise-tags div h5 {
	display:none;
}
.expertise-tags div nav a {
	display: inline-block;
	padding:10px 20px;
	background-color:white;
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
	font-size:.75em!important;
	border: none;
	border-radius: 20px;
}
.client-overlay {
	opacity: 0;
	backdrop-filter: blur(0);
    transition: all 250ms linear;
}
.client-overlay:hover {
	opacity: 1;
    backdrop-filter: blur(10px);
	transition: all .750s linear;
}
.client-overlay .spacer {
	opacity: 0;
	transition: all 0s linear;
	transform: translateX(-800px);
}
.client-overlay:hover .spacer {
	opacity: 1;
	transition: all .750s .250s cubic-bezier(0,.75,.75,1);
	transform: translateX(0px);
}




/* Elementor form styles */

.elementor-form-fields-wrapper input, .elementor-form-fields-wrapper textarea {
    padding-left:0!important;    
    padding-right:0!important;
    color:var(--e-global-color-primary)!important;
    font-size:16px!important;
    
}
.elementor-form-fields-wrapper div input:placeholder {
    color:var(--e-global-color-primary)!important;
}
.elementor-field-subgroup {
    display: flex;
    justify-content:center;
    align-items: stretch;
    align-content: stretch;
}
.elementor-field-subgroup .elementor-field-option {
    flex:flex-grow;
    display: flex;
    justify-content:center;
    align-items: stretch;
    align-content: stretch;

}
.elementor-field-subgroup .elementor-field-option label {
    font-size:16px;
    display: inline-block!important;
    width:195px!important;
    min-height:100px;
    vertical-align: middle;
    padding:20px 10px 20px 10px;
    text-align: center!important;
    border:solid 1px var(--e-global-color-primary);
    margin:10px;
    
} 

@media (max-width:1023px) {
    .elementor-field-subgroup .elementor-field-option label {
        width:33%!important;
    }
}
@media (max-width:767px) {
    .elementor-field-subgroup .elementor-field-option label {
        width:100%!important;
    }
}

.elementor-field-type-checkbox label {
     color:var(--e-global-color-primary)!important;
     
} 
.elementor-field-label {
    color:var(--e-global-color-primary)!important;
    font-size:14px!important;
    text-transform:uppercase!important;
    letter-spacing: 1.25px!important;
} 
.checkboxes {
     margin:30px 0;
} 

.elementor-field-type-checkbox span input {
    display: none !important;
}

.elementor-field-type-checkbox span input:checked + label {
    background:var(--e-global-color-primary); 
    color:white!important;
}


/* Liens expertises */

ul.tag-links {
    list-style-type: none;
    display:flex;
    flex-direction: row; 
    flex-wrap: wrap;
    gap: 20px;
}
ul.tag-links li {
    
}
ul.tag-links li a, ul.tag-links li a:link {
    padding:10px 20px;
    background-color: rgba(255,255,255,1);
    border:solid 1px var(--e-global-color-primary);
    color:var(--e-global-color-primary);
    border-radius: 20px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    font-size: .8em;
    transition: all .125s linear;
}
ul.tag-links li a:hover {
    background-color: var(--e-global-color-primary);
    border:solid 1px var(--e-global-color-primary);
    color:white;
}



/* pop expertises */
div.tag-pop div {
    
}
ul.tag-pop {
    list-style-type: none;
    display:flex;
    flex-direction: row; 
    flex-wrap: wrap;
    gap: 20px;
    padding:0;
    margin:0;
}
ul.tag-pop li {
    padding:10px 20px;
    background-color: rgba(255,255,255,1);
    border:none;
    color:var(--e-global-color-primary);
    border-radius: 20px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    font-size: .8em;
    transition: all .125s linear;
}




