/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Thème enfant pour Hello Elementor.
Author: Ton Nom
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* Ajoute tes styles personnalisés ici */

.mr_boxed{
    width: 1592px !important;
	max-width: 1592px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

/*header*/
header a{
    color: #000;
	font-size: 17px;
	line-height: 17px;
    font-weight: 600;
}
header a:hover{
    color: #929292;
}

header .site-navigation{
	display: block;
	align-content: flex-end;
}

header .site-navigation ul.menu li a {
	padding:0 34px;
}

header .site-navigation ul.menu li::after {
    content: "";
    position: absolute;
    top: 60%;
    right: -17.5px; 
    width: 35px;
    height: 2px;
    background-color: black;
}

header .site-navigation ul.menu li:last-child::after {
    content: none;
}
header .site-description.show {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-indent: -4px;
}
header .site-header .site-branding {
     gap: 4px;
}
   


/*Footer*/
#mr_footer a{
    color: #fff;
}

/*homepage*/
.home .page-header{
    display:none;
}

/*Formulaire*/
.mr_drk_container .wpcf7-form label{
    color: #fff;
	width: 100%;
}

.mr_drk_container .wpcf7-form textarea, .mr_drk_container .wpcf7-form input{
	background-color: #000;
    border-radius: 0;
    border: 1px solid #fff;
    margin-top: 11px;
    margin-bottom: 4px;
    color: #fff;
	width: 100%;
}
.mr_drk_container .wpcf7-response-output{
	color: #fff;
}

/*Single Space*/
.single-space main{
    margin-top: 35px;
    margin-bottom: 75px;
}

.mr_filter_invert{
    filter: invert(1);
}

@media only screen and (max-width: 767px) {
 header .site-description{
     display: none;
 }
 header.site-header .header-inner{
     justify-content: center;
 }
}