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

/* Responsive */
@media (max-width: 1330px) and (min-width: 1025px) {
    .e-con:not(.section-realisation, .card-realisation) {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* Blog */
@media screen and (max-width: 767px){
	.elementor-posts .elementor-post{
	flex-direction:column;
		gap: 15px;
	}
}

/* Fonts */
h1, h2, h3{
	margin-bottom: 20px !important;
}
.p-no-margin p:last-child{
	margin-bottom: 0 !important;
}
@media screen and (max-width: 767px){
	.saut-ligne-ordinateur{
		display: none;
	}
}
/* Custom accordéon */
.title-service-1 h3, .title-service-2 h3, .title-service-3 h3{
	display: flex;
	height: 50px;
	margin-left: -30px;
}
.title-service-1 h3::before{
	content: url('https://www.agencecomdrift.fr/wp-content/uploads/2025/02/nb-1.svg');
	display: block;
	transform: scale(0.7);
}
.title-service-2 h3::before{
	content: url('https://www.agencecomdrift.fr/wp-content/uploads/2025/02/nb-2.svg');
	display: block;
	transform: scale(0.7);
}
.title-service-3 h3::before{
	content: url('https://www.agencecomdrift.fr/wp-content/uploads/2025/02/nb-3.svg');
	display: block;
	transform: scale(0.7);
}
@media screen and (max-width: 767px){
	.title-service-1 h3::before, .title-service-2 h3::before, .title-service-3 h3::before{
		transform: scale(0.5);
	}
}
