/* 
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 */
a {
    color: #27597D;
}
a:active, a:hover {
    color: #AE9273;
}
#actu-homepage .actu-date-homepage {
    margin-bottom: -35px;
}
#actu-homepage .actu-main-title-homepage {
    
}
#actu-homepage .actu-second-title-homepage {
    
}
.text-important {
    font-weight: 900;
    color: #ff9800;
}
.blog .page-content article.post {
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #dadada;
}
[type=button], [type=submit], button {
    color: #fff;
    border: 1px solid #27597D;
    background-color: #27597D;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #27597D;
}
.blog .page-content article .post-date {
    color: #AE9273;
    margin-bottom: 0;
}
.blog .page-content article h2.entry-title{
    margin-top: 0;
    margin-bottom: 10px;
}
.blog .page-content article p {
    margin-bottom: 25px;
}