/* 
 Theme Name:   echochezmoi
 Theme URI:    
 Description:  site spécialisé dans le conseil economique
 Author:       echochezmoi
 Author URI:   http://localhost/echochezmoi
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*banner*/
body .elementor-element .list-banner .elementor-icon-list-items .elementor-icon-list-item span.elementor-icon-list-icon svg{
	border: 2px solid #26842d;
    border-radius: 3px;
    padding:1px;
}

/*popup*/
body .dialog-widget-content .dialog-lightbox-message .elementor-location-popup{
	padding:40px;
}

/*responsive*/
 /*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	body .elementor #banner-content{
		background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.02) 0%), url(http://localhost/echochezmoi/wp-content/uploads/2026/08/hero-home-ecochezmoi.png);
    	background-repeat: repeat, no-repeat;
    	background-attachment: scroll;
    	background-size: auto auto, cover;
    	background-position: 0% 0%, center center;
	}
}

 /*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	body .elementor #banner-content{
		background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.02) 0%), url(http://localhost/echochezmoi/wp-content/uploads/2026/08/hero-home-ecochezmoi.png);
    	background-repeat: repeat, no-repeat;
    	background-attachment: scroll;
    	background-size: auto auto, cover;
    	background-position: 0% 0%, center center;
	}
}

 /*`lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	body .elementor #banner-content{
		background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.02) 0%), url(http://localhost/echochezmoi/wp-content/uploads/2026/08/hero-home-ecochezmoi.png);
    	background-repeat: repeat, no-repeat;
    	background-attachment: scroll;
    	background-size: auto auto, cover;
    	background-position: 0% 0%, center center;
	}
}

/*`xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { ... }

/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { ... }
