/* 
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.footerlink {
	text-decoration:underline!important;
	transition:all .8s ease-in-out;
}
a:hover.footerlink{
	text-decoration:none!important;
	color:#fff!important;
	transition:all .8s ease-in-out;
}
a.reslink {
	text-decoration:underline!important;
	transition:all .8s ease-in-out;
}
a:hover.reslink{
	text-decoration:none!important;
	transition:all .8s ease-in-out;
}
.gwolle-gb .gb-entry .gb-author-info .gb-author-avatar {
    display:none;
}
.gb-author-name, .gb-author-origin-from-text, .gb-date-text, .gb-time-text, .gb-date-wrote-text, .gb-author-origin-text, .gb-time-at-text, .gwolle_gb_notice{
	font-size:15px;
}
[type=button]{
	display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color:#405e5b;
    border: 1px solid #fff;
    padding: 16px 45px 16px 45px!important;
    font-size: 1rem;
    border-radius:100px!important;
    transition: all .3s;
}
[type=button]:hover{
	display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color:#ffcc66;
    border: 1px solid #fff;
    font-size: 1rem;
    transition: all .3s;
}
/* On supprime le titre des pages */
.entry-title{
	display:none!important;
}
/*************************************************************/

/* 2- Les classes pour la version mobile */

/*************************************************************/

@media (max-width: 768px) {
.h1{
	font-size:4.5rem!important;		
}		
}