/* 
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
*/


.welv-fleche:before {
	content: "";
	position: absolute;
	background-image: url("images/fleche.png");
	height: 17px;
	width: 10px;
	left: 0px;
	top: 8px;
}

.welv-fleche-small:before {
	top: 4px;
}

.welv-fleche {
	text-indent: 20px;
}

.welv-bouton-fleche .elementor-button {
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
	color: var(--e-global-color-secondary );
	font-size: 17px;
	text-transform: none;
}

.welv-bouton-fleche .elementor-button:hover {
	margin-left: 20px;
	margin-right: -20px;
	color: var(--e-global-color-eafcffb);
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
}

.welv-citation p:before {
	content: '«';
	position: absolute;
	top: -23px;
	left: -30px;
	font-size: 50px;
	font-style: italic;
	color: var(--e-global-color-eafcffb);
}

.welv-citation p:after {
	content: '»';
	position: absolute;
	bottom: 0;
	font-size: 50px;
	font-style: italic;
	color: var(--e-global-color-eafcffb);
}

.welv-citation p {
	text-indent: 30px;
}

.eicon-chevron-right:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
}

.eicon-chevron-left:before {
	content: "\f0d9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
}

.welv_products {
	list-style: none;
}

.welv_products > li {
	display: inline-block;
	margin: 5px 5px;
}

.welv_products > li > a{
	padding: 5px 10px;
	background-color: var(--e-global-color-secondary);
	color: white;
	font-family: "Proxima Nova";
	font-weight: 800;
	font-size: 15px;
}

.post .wp-post-image {
	width: 40%;
}

.post-navigation__arrow-wrapper .fa {
	font-size: 100px;
}

.post-navigation__arrow-prev {
	margin-left: -20px;
}

.post-navigation__arrow-next {
	margin-right: -20px;
}

.post-nav-has-thumbnail {
	display: block;
}

header.header-effect {
  transition: background-image .25s !important;
}

header.header-effect.elementor-sticky--effects {
  background-image: linear-gradient(180deg, white 50%, transparent 50%) !important;
}

body[data-elementor-device-mode=desktop] #headerlogo .elementor-widget-container:before
{
    content:'';
    display: inline-block;
    background-color: #FFF;
    position: absolute;
    top:0;
    left: -14px;
    width: calc(100% + 28px);
    height: 100%;
    transform: skew(30deg,0deg);
	
}

header.elementor-sticky--effects #headerlogo .elementor-widget-container:before
{
	content:none;
}

header #headerlogo img
{
	margin-top: 0;
	margin-bottom: 0;
	transition : all 250ms;
	
}
	
body[data-elementor-device-mode=desktop] header.elementor-sticky--effects #headerlogo img {
	margin-top: -35px;
	width: 139px;
	margin-bottom: 30px;
}

#cmplz-cookiebanner-container button {
	box-shadow: none;
}