/*
	Theme Name: Hello Elementor Child
	Description: Theme enfant pour Hello Elementor.
	Author: The DOGM admin
	Author URI: https://thedogm.fr
	Version: 0.0.1
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Template: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


.entry-title{
	display:none !important;
}

#header{
	display: flex;
    justify-content: space-between;
    padding: 5px 2vw;
    align-items: center;
    box-shadow: 0 0 10px #00000080;
    position: relative;
    z-index: 9;
}

#header .logo{
	font-weight:bold;
	font-size:25px;
}

#header .header_link{
	display: inline-block;
	margin-left:25px;
}