/*
Theme Name:   Collectif WEB
Theme URI:    https://collectif-web.ca
Description:  Un super thème réalisé avec ♥ par le Collectif WEB
Template: hello-elementor
Version: 1.0.1
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
*/

/*
    Add your custom styles here
*/


.elementor-widget-container p:last-child {
	margin-bottom: 0;
}

html {
	 overflow-x: hidden;
}

@media screen and (min-width: 1025px) {
/*	.traitement a, .prevention a {
	padding-right: 25px!important;
}

.traitement a:before, .prevention a:before {
	content: url('https://maisonjeanlapointe.collectifweb.dev/wp-content/uploads/2021/12/fleche.svg');
	    position: absolute;
    right: 0px;
	top: -2px;
    opacity: 1!important;
}*/
}


.elementor-widget-text-editor a {
	text-decoration: underline;
	font-weight: bold;
	color: #1d3a8f;
}

.elementor-widget-text-editor ul {
	padding-left: 22px;
}

.elementor-widget-text-editor li {
	padding-bottom: 22px;
}

.elementor-location-header {
	position: sticky;
    top: 0;
    transition: top 0.3s;
    width: 100%;
	z-index: 9999;
}

#histoire .annee {
	cursor: pointer;
}

#histoire .elementor-widget-image-box {
	opacity: 0;
	transition: .3s;
}


#histoire .elementor-widget-image-box.show {
	opacity: 1;
}

.nav-up {
    top: -156px;
}

#header, #header img {
	transition: .3s;
}

.nav-down > div > .elementor-section {
	padding: 20px!important;
}

.nav-down img {
	width: 75%!important;
}

/* Cacher une partie du footer */

#help {
	display: none;
}

.home #help, .parent-pageid-45 #help, .page-id-45 #help {
	display: block;
}

.facetwp-counter {
    display: none;
}

.facetwp-checkbox {
	background: unset!important;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: var( --e-global-color-secondary )!important;
    border-style: solid;
    border-width: 2px;
    border-color: var( --e-global-color-secondary );
    border-radius: 27px;
    padding: 11px 30px 10px 30px!important;
	display: flex;
}

.facetwp-checkbox:hover, .facetwp-checkbox.checked {
	background-color: white!important;
	color: var( --e-global-color-secondary )!important;
}

.facetwp-facet-categories {
	margin: 0;
	margin-left: 20px;
}

.orange_bg .elementor-widget-container:before {
        content: '';
    background-color: #F5940C;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 22px;
    z-index: -1;
}

.mauve_bg .elementor-widget-container, .orange_bg .elementor-widget-container {
	display: inline-block;
    position: relative;
}

.mauve_bg .elementor-widget-container:before {
        content: '';
    background-color: #6D1E91;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 22px;
    z-index: -1;
}

.left .elementor-widget-container:before {
    left: -22px;
}

.right .elementor-widget-container:before {
    left: 22px;
}

@media screen and (max-width: 1024px) {
	.facetwp-checkbox {
    	font-size: 20px;
		padding: 10px 30px 9px 30px!important;
	}

	.left .elementor-widget-container:before {
    	left: -15px;
    	top: 15px;
	}

	.right .elementor-widget-container:before {
    	left: 15px;
    	top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.facetwp-checkbox {
    	font-size: 16px;
		padding: 9px 30px 8px 30px!important;
	}


}
