/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/*Cursor*/
body {
	/* Cursor styles */
	--cursor-fill: none;
	--cursor-stroke: #C05447;
	--cursor-stroke-width: 1px;
}
.cursor {
	display: none;
}
@media (any-pointer: fine) {
	.cursor {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		pointer-events: none;
		opacity: 0;
        z-index: 1000;
	}
	.cursor__inner {
		fill: var(--cursor-fill);
		stroke: var(--cursor-stroke);
		stroke-width: var(--cursor-stroke-width);
	}
}
/**/
#menu-principal li.menu-item-2080{
	display:none;
}
#btnmenuheader .bdt-offcanvas-close{
	margin-right: 10%;
	margin-top: 1%;
}
#btnmenuheader .bdt-offcanvas-close svg{
	width: 60px !important;
	height: 60px !important;
}
#btnmenuheader .bdt-offcanvas-close svg line{
	stroke-width: 0.5;
}
#btnmenuheader nav li a{
	display: table;
	margin:0 auto;
}
#projets-accueil h3{
	position: absolute;
	top: 5%;
	left:8%;
}
#projets-accueil .bdt-carousel-thumbnail{
	margin-bottom:0;
}
#projets-accueil .bdt-carousel-desc{
	height: 0px;
	padding: 0px;
}
#newshome .bdt-post-card-item{
	background-color: var( --e-global-color-secondary );
}
#newshome .bdt-post-card-meta{
	position: absolute;
	left: -15px;
	transform: rotate(90deg);
	text-transform: uppercase;
}
#newshome .bdt-post-card-meta a{
	color: #000;
}
.single-portfolio .wp-video{
	margin: 0 auto;
}
@media (min-width:1024px){
	#menu-principal li.menu-item-1932 a:hover{
		background: url('images/bg-projets.png') right 50% no-repeat;
		background-size: contain;
	}
	#menu-principal li.menu-item-913 a:hover{
		background: url('images/bg-propos.png') left 50% no-repeat;
		background-size: contain;
	}
	#menu-principal li.menu-item-2080 a:hover{
		background: url('images/bg-journal.png') right 50% no-repeat;
		background-size: contain;
	}
	#menu-principal li.menu-item-916 a:hover{
		background: url('images/bg-contact.png') left 50% no-repeat;
		background-size: contain;
	}
}
@media (min-width:768px){
	#btnmenuheader .bdt-offcanvas-button-icon svg {
		width: 4em;
	}
	#btnmenuheader .elementor-button-text{
		margin-top: 35px;
	}
}
@media (max-width:767px){
	#btnmenuheader .bdt-offcanvas-button-icon svg {
		display: none;
	}
	#btnmenuheader .elementor-button-text{
		color: var( --e-global-color-secondary );
		font-size: 12px;
	}
	#colmenu{
		overflow: hidden;
	}
	#btnmenuheader .elementor-button.elementor-size-xl {
		padding:0;
	}
}