/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

.header-pstn{
	height: 80px;
}
.green-title{
    width: fit-content;
    margin: 0 auto;
}
.elementor-tab-content{
	text-align: justify;
}
/** slider **/
.n2-ss-layer-row-inner {
	display: flex !important;
}
.n2-ss-layer-col2{
	width: 50% !important;
}
.img-slider-enseignant{
	border: 2px solid #fff !important;
}
@media only screen and (max-width:769px){
	.n2-ss-layer-row-inner {
		display: block !important;
	}
	.swiper-slide-contents {
    	max-width: 90% !important;
	}
	.n2-ss-layer-col2{
		width: 100% !important;
		padding-bottom: 30px;
	}
	.n2-ss-layer{
		font-size: 18px;
   		line-height: 26px;
	}
	.img-slider-enseignant{
		width: 350px !important;
	}
}