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

.single-post h1, .single-post h2, .single-post h3, .single-post h4{
	margin-top:35px;
	margin-bottom:10px;
}
.elementor-widget-image.picto img {
	max-width:50px;
}
.single-post li{
		font-family:var(--e-global-typography-text-font-family);
		font-size:16px;
		font-weight:var(--e-global-typography-text-font-weight);
	  margin-bottom: 14px;
}

.single-post .elementor-widget-posts img, .elementor-posts .elementor-post__card .elementor-post__thumbnail img{
	object-fit: cover;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img{
	height:100%!important;
}

.elementor-posts .elementor-post__title {
    min-height: 7vh;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
    outline: none;
}

.single-post .elementor-posts-container.elementor-posts.elementor-posts--skin-classic.elementor-grid.elementor-has-item-ratio a {
    font-weight: 500;
}

.single-post p{
	padding-bottom: 13px;
}

.elementor-post__card p {
    font-size: 14px !important;
}

.elementor-post__card .elementor-post__excerpt p {
    font-size: 14px !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background: #e49e00 !important;
}

/*cta*/

figure.cta {
    margin-bottom: -7vh !important;
}

figure.cta img {
    height: 300px !important;
    width: 100%!important;
    object-fit: cover!important;
}

.lire-aussi a{
	font-family: 'montserrat'!important;
	text-transform:uppercase;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover{
	background-color: #E49E00!important;
	color:#fff!important;
	border-color:#E49E00!important;
}

@media screen and (max-width:1446px){
	.elementor-posts .elementor-post__title {
    min-height: 10vh;
}
}


@media screen and (max-width:1146px){
	.elementor-posts .elementor-post__title {
    min-height: 12vh;
}
}

@media screen and (max-width:1024px){
	.elementor-posts .elementor-post__title {
    min-height: auto;
}
}