/* 
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: Philippe Lemaire
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 */

/* Add Bottom Margin (All pages) */
body {margin: 50px 15px 0px 15px;}
*:focus {outline: 0 !important;}

#encapsulator {
    max-width: 1080px;
    margin: 0px auto;
    background-color: #FFFFFF !important;
}

.elementor-post h2 {line-height: 1.4em;}

.nobreak {white-space: nowrap !important;}
a:focus {outline: none !important;}
.elementor-share-btn {margin-right: 10px;}

/* More spaces for pagination */
.elementor-post-navigation__link__prev, 
.elementor-post-navigation__prev {
    padding: 0px 15px 0px 0px;
}

.elementor-post-navigation__link__next, 
.elementor-post-navigation__next {
    padding: 0px 0px 0px 15px;
}




/* Les 3 titres en page home */
h1.elementor-heading-title a:hover {
    color: #d90000 !important;
}

a.csce-title-before span.csce-title-after {
    color: #d90000 !important;
}

a.csce-title-before:hover span.csce-title-after {
    color: #222222 !important;
}


/* Toutes les titres des articles */
h2.elementor-post__title a:hover {
    color: #d90000 !important;
}


/* Print - Email - Pdf (tous les articles) */
.share-custom span.elementor-share-btn__icon {
    color:#D90000 !important;
}

.share-custom .elementor-share-btn:hover span.elementor-share-btn__title {
    color:#D90000 !important;
}

.share-custom span.elementor-button-text {
    color: #555555 !important;
}

.share-custom .elementor-button-link:hover span.elementor-button-text {
    color: #D90000 !important;
}


/* Metas articles */
.elementor-inline-item a:hover, .elementor-inline-item a:hover span {
    color: #d90000 !important;
}

li.elementor-inline-item span.elementor-post-info__item-prefix {
    color: #222222 !important;
}

