/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/
.pp-dual-heading{
	margin: 0;
}
.extended-background:after{
	content: "";
    height: 100%;
    width: 1000%;
    background-color: #0B109F;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
 header#header-trigger{
     transition: all ease-out 0.7s;
 }
 header.black-filter{
     background-color: rgba(0, 0, 0, 0.7);
     transition: all ease 0.7s;
 }

 

/* NOS EVENEMENTS LISTE*/


.main-content-event-liste{
	cursor: pointer;
}
.main-content-event-liste .hide-content{
	transition: all 1s;
}
.main-content-event-liste:hover .hide-content{
	top: 0px !important;
	transition: all 1s;
}
.main-content-event-liste .elementor-element.elementor-element-f63232c > .elementor-widget-container{
    height: 200px;
    display: flex;
}
.main-content-event-liste .elementor-element.elementor-element-f63232c > .elementor-widget-container img{
    object-fit: contain;
}

/*NOS EVENEMENTS DETAIL*/
#bouton-whatsapp{
	color:#ffffff;
	background:#25D366;
	font-family: "Geosans Light", sans-serif;
	font-weight: 900;
	display: flex;
    align-items: center;
}
#bouton-whatsapp:hover{
	/*background:#54595F;*/
}
#bouton-whatsapp::before{
	content: "";
	margin-right: 5px;
	background-image: url("https://agencejuillet.com/wp-content/uploads/2025/02/icon-whatsapp.png");
	background-size: contain;
	height: 20px;
	width: 20px;
}

/*NOS MENTORING*/
.nos-mentoring-liste .pp-post.pp-grid-item div.pp-post-thumbnail img, .nos-mentoring-liste .pp-post.pp-carousel-item div.pp-post-thumbnail img{
	height: 300px;
	object-fit: cover;
	overflow: hidden;
}
.nos-mentoring-liste .pp-post.pp-grid-item: div.pp-post-thumbnail, .nos-mentoring-liste .pp-post.pp-carousel-item: div.pp-post-thumbnail{
	overflow: hidden;
}
.nos-mentoring-liste .pp-post.pp-grid-item:hover div.pp-post-thumbnail, .nos-mentoring-liste .pp-post.pp-carousel-item:hover div.pp-post-thumbnail{
	overflow: hidden;
}
.nos-mentoring-liste .pp-post.pp-grid-item:hover div.pp-post-thumbnail img, .nos-mentoring-liste .pp-post.pp-carousel-item:hover div.pp-post-thumbnail img{
	transition: : 0.5s;
	transform: scale(1.2);
}
.nos-mentoring-liste .pp-post-content-wrap{
	-webkit-box-shadow: 9px 9px 13px -5px rgba(0,0,0,0.58); 
	box-shadow: 9px 9px 13px -5px rgba(0,0,0,0.58);

}

div#newsletter-container{
    display: flex;
}
div#newsletter-container .sib-default-btn{
    background-color: #ffffff;
    color: #000000;
    border: none;
    margin-left: 10px;
    font-family: "Geosans Light", Sans-serif;
    font-weight: 700;
}
div#newsletter-container .sib-default-btn:hover{
    background-color: #54595F;
    color: #ffffff;
}

@media screen and (max-width: 640px) {
	
}