/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */
/*
rose : #a84d6f
bleu : #B2C0D566
*/

.topBlueBg::before{
		display:block;
		background-color: #B2C0D566; 
		z-index:8;
		top:-262px;
		left:0;
		height:-262px;
		width:100%; 
		position:absolute;
		content:" ";
		z-index:-1;		
		}
.topBlueBg {
  position: relative;
}
 
.elementor-widget-heading h2 span{font-weight:500!important;} 
.elementor-widget-heading h1 span{font-weight:400!important;} 
.elementor-widget-heading span{color:#a84d6f!important;font-family:Lora, sans-serif!important;}

@media (min-width: 1025px)  {
	.mainMenu li:last-child a:focus,.mainMenu li:last-child a.elementor-item:hover {
	transform: translateY(4px)!important;}  
	 
	.mainMenu li:last-child a{background-color:#a84d6f!important;color:#FFF!important;border-radius:30px!important;
	padding: 10px 40px!important;height: 30px!important;
	transform:translateY(11px);margin-left:58px!important;} 

}

.pageContent{padding: 60px 0!important;}
.pageContent h2{margin-top: 50px!important;} 
.pageContent h2:first-child{margin-top: 0!important;} 

@media (max-width: 1199px)  {
 
	.pageContent{padding: 50px 30px!important;}
	.homeMainImg img{object-fit:cover!important;height:100%!important;width:100%!important;} 
.homeMainImg, .homeMainImg > div{height:100%!important;width:100%!important;}
}

@media (max-width: 1024px)  {
 .elementor-nav-menu--dropdown .elementor-item:hover,.elementor-nav-menu--dropdown .elementor-item:focus{background-color:#a84d6f!important;}
	/*.mainMenu {z-index:10!important;}
	.mainMenu * {z-index:10!important;}
	.mainMenu ul{position:absolute!important;left:0!important;top:0!important;width:100%!important;z-index:10!important;}*/
	
	.noBrMobile br{display:none!important;}
	.footerLegal{}
	
	
	.pageContent{padding: 40px 30px!important;}
	.pageContent h2{margin-top: 25px!important;margin-bottom: 15px!important;font-size:24px!important;}  
	.pageContent h3{margin-top: 20px!important;margin-bottom: 10px!important;font-size:21px!important;}  
}
@media (max-width: 767px)  {
 
	.noBrSmallMobile br{display:none!important;} 
}

.homeMainImgWrapper::after{
	position:absolute;top:50%;right:0;width:217px;height:508px;
	transform:translateY(-50%);
	content:" ";display:block;z-index:0;
	background:url(/wp-content/themes/hello-elementor-child/assets/images/bg-home-r.png) no-repeat center center transparent;background-size:217px; 
}  