/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

ol.footnotes {
	 padding-left: 12px;
   	 font-size: 14px;
}

.elementor-widget-theme-post-content h2:not(.e-n-accordion-item-title-text):not(.elementor-heading-title) {
	margin-top: 40px;
    border-bottom: 2px solid #D40E2A;
    font-size: 23px;
}
.elementor-widget-theme-post-content .wp-block-details summary {
	margin-top: 40px;
    font-size: 23px;
	font-family: 'Comfortaa', sans-serif;
}
.elementor-widget-theme-post-content .wp-block-details {
	border-bottom: 1px solid #0000001a;
	padding-bottom: 20px;
}
.elementor-widget-theme-post-content h3 {
	margin-top: 30px;
    font-size: 18px;
	font-weight: 600;
}
.elementor-widget-theme-post-content .wp-block-button__link {
	background-color: #D40E2A;
	border-radius: 0px;
	color: white;
}
.elementor-widget-theme-post-content .wp-block-button__link:hover {
	background-color: #393939;
	color: white;
}
.navbloc h2::after {
    content: "";
    display: block;
    height: 2px;
    background: white;
    margin: 10px auto;
    width: 0%;
    transition: width .2s ease;
}
.navbloc:hover h2::after {
    width: 60%;
}
input {
	height: 40px;
}
.wp-element-caption {
	font-size: 12px;
	text-align: center;
}
/* Ne garder que le premier lien de catégorie/tag dans le Post Info d’Elementor 
.elementor-post-info__terms a:not(:first-child) {
  display: none !important;
}*/
