/* 
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
*/

body{
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.comments-area {
    padding: 13px 37px 22px 38px;
}

.title-comments, #reply-title {
    font-size: 1.5em;
    font-weight: bold;
}

.elementor-widget-posts .elementor-pagination{
    margin-top: 20px;
}

h2,h3,h4,h5,h6{
    font-family: var(--e-global-typography-primary-font-family);
}

#article-content h2 {
    font-size: 2em;
	color : var( --e-global-color-primary);
	padding-top: 30px;
}

.tagcloud .tag-cloud-link {
    font-size: 1em !important;
    padding: 10px;
    border: solid var( --e-global-color-secondary ) 2px;
    margin: 5px;
    display: inline-block;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.ekit-wid-con .elementor-icon-list-icon svg{
	max-width : inherit !important;	
}

/*
 * Custom Counter 
 */
.counter-left .elementor-counter-number-wrapper{
    display: block !important;
}
.counter-left .elementor-counter-title{
    text-align: left !important;
}


/**
 * Button
 **/
.elementor-element.elementor-button-info .elementor-button{
	background-color: #E3E3DD;
	border-color : #E3E3DD;
	color : black;
}

.elementor-element.elementor-button-info .elementor-button:hover{
	background-color: var(--e-global-color-secondary);
	border-color : var( --e-global-color-secondary);
	color : white;
}

.elementor-element.elementor-button-success .elementor-button{
	background-color: transparent;
	border-color : var( --e-global-color-secondary);
	color : white;
}

.elementor-element.elementor-button-success .elementor-button:hover{
	background-color: var(--e-global-color-secondary);
	color : white;
	border-color : var(--e-global-color-secondary);
}


/*
 * Tablepress 
 */

.tableau-offres{
    overflow: auto;
}

.tableau-offres .row-1 [class^="column-"]{
	font-size: 1.2em !important;
	font-weight: bold;
}

.tableau-offres .column-1 {
  text-align: left !important;
}

.tableau-offres .column-1:has(b) {
    color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-049705d) !important;
	font-size : 1.25em;
}
.tableau-offres tr:has(b) td {
    background-color: var(--e-global-color-049705d) !important;
}


.tableau-offres .column-1:not(:has(b)) {
    padding-left: 30px !important;
}


.tableau-offres .tablepress tr td{
	width: 400px;
	vertical-align : middle;
}


body[data-elementor-device-mode=mobile] .button-menu > a, body[data-elementor-device-mode=tablet] .button-menu > a {
    margin: 0 20% 20px 20%;
    background-color: var(--e-global-color-accent) !important;
}

.button-menu > a:hover{
    background-color: var(--e-global-color-5c70741);
    color: var(--e-global-color-accent) !important;
    border: 2px solid var(--e-global-color-accent);
}