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

/* Add your custom styles here */
.ma-galerie-swiper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.ma-galerie-swiper .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0px;
  cursor: zoom-in;
}
.glightbox-clean .gclose svg{
	display: none;
}
.glightbox-clean .gclose:before, 
.glightbox-clean .gclose:after {
    width: 20px;
    height: 1px;
    content: "";
    background: #fff;
    transform: rotate(45deg);
    display: block;
}
.glightbox-clean .gclose:after {
    transform: rotate(-45deg);
    margin-left: 0;
}
.ma-galerie-swiper .swiper-button-next, 
.ma-galerie-swiper .swiper-button-prev{
	color: #fff;
}
#list-atouts .elementor-widget-text-editor ol,
#list-atouts .elementor-widget-text-editor ul{
	margin:0 0 15px 20px;
	font-size: 20px;
	padding: 0;
}
#list-atouts .elementor-widget-text-editor li{
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eee;
	font-style: italic;
} 
#list-atouts .elementor-widget-text-editor li::marker{
	color: var( --e-global-color-primary );
	font-weight: bold;
}

@media screen and (max-width: 767px){
	#list-atouts .elementor-widget-text-editor li{
		font-style: 14px;
	}
	.ma-galerie-swiper .swiper-slide img{
		height: 200px;
	}
}