/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758553352
Updated: 2025-09-22 16:02:32

*/

/*NEwsletter*/

@media screen and (max-width:690px)
{
	

.sib-form-container input.btn-nl
{
	width:100%;
	margin-top:10px;
}
	
	.sib-form-container{
		display:block !important;
	
}	
}

.sib-form-container
{
	display:grid;
}


ul.cat-sidebar li, ul.tag-sidebar li

{
	list-style-type:none !important;
}

ul.cat-sidebar, ul.tag-sidebar 

{
	padding:0;
}

    ul.wp-block-categories-list,
ul.wp-block-tag-cloud,
.widget_block ul {
    list-style: none !important;       /* Supprime les markers */
    padding-left: 0;        /* Supprime l’indentation */
    margin-left: 0;
}

/* Supprimer aussi sur les <li> si besoin */
li.widget_categories,li.widget_tag_cloud,li.widget_block {
    list-style-type: none;
}

h3.wp-block-heading
{
	font-family:"Lato";
	margin-bottom:20px;
	font-weight:600 !important;
	
}

/*Catégories footer*/

/* Enlève les puces de la liste de catégories */
.liste-categories-footer,
.liste-categories-footer li {
    list-style: none;
    margin: 0;
    padding: 0;
	color:#000;
}

.liste-categories-footer li a
{
	text-transform:uppercase;
	color:#000;
	line-height:2.3em;
}

.liste-categories-footer li a:hover,.wp-block-categories a:hover
{
	color:#DA120B;
}





