/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL &amp; translation ready. Look no further. Neve is the perfect theme for you!
Tags: blog,custom-logo,e-commerce,rtl-language-support,post-formats,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 2.6.1.1582649418
Updated: 2020-02-25 17:50:18

*/

/*-------------------------------*/
/* COLORS */
/*-------------------------------*/

:root {
	--red : #a61737;
	--yellow : #e58219;
}


/*-------------------------------*/
/* GLOBAL */
/*-------------------------------*/

.overboard a:hover {
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2) !important;
}

.no-margin {
	margin: 0 !important;
}

.lb_button {
	background-color: #e3822b;
	border-radius: 50px;
}

.lb_button:hover {
	background-color: #e3822b;
}


/*-------------------------------*/
/* ICONS MENU SECONDAIRE */
/*-------------------------------*/

.builder-item--secondary-menu #secondary-menu a:any-link {
	text-decoration: none;
}

.hide-text a {
	font-size: 0 !important;
}

.icon-facebook a:before, .icon-instagram a:before, .icon-enveloppe a:before, .icon-phone a:before {
	margin-right: 1rem;
	font-size: 1rem
}

.hide-text[class^="icon"] a:before {
	margin: 0;
}

.icon-facebook a:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f082";
}

.icon-instagram a:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f16d";
}

.icon-enveloppe a:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f0e0";
}

.icon-phone a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f879";
}

.icon-facebook a, .icon-instagram a, .icon-enveloppe a, .icon-phone a {
	display: initial !important;
}

.icon-facebook, .icon-instagram, .icon-enveloppe, .icon-phone {
}

.icon-facebook:hover, .icon-instagram:hover, .icon-enveloppe:hover, .icon-phone:hover {
}


/*-------------------------------*/
/* TEXT BRANDING */
/*-------------------------------*/

.header--row .builder-item--button_base .button-primary {
	text-align: right;
	text-transform: inherit;
	font-weight: normal;
	font-size: 1em;
}

.nv-title-tagline-wrap:before {
	content: "";
	position: absolute;
	height: 78px;
	width: 0;
	border-left: 1px solid var(--yellow);
	margin-left: -1em;
}


/*-------------------------------*/
/* NAVIGATION */
/*-------------------------------*/

.style-border-bottom ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a::after {
	bottom: -6px;
	background-color: var(--yellow) !important;
}

.current-menu-item a::after {
	width: 100% !important;
}

@media only screen and (max-width: 600px) {
	#header-menu-sidebar li > a {
		color: #333;
		padding: 1em;
		border-top: 1px solid lightgray;
	}
}

/*-------------------------------*/
/* REVIEWS */
/*-------------------------------*/

.lb_reviews .glsr-review {
	padding: 5px 48px 48px;
	border-bottom: 1px solid lightgray;
}

.lb_reviews .glsr-review .glsr-review-title {
	margin: 0;
}

.lb_reviews .glsr-review-title h3 {
	color: #A61737;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	margin:0;
	line-height: 0.5;
}

.lb_reviews .glsr-review-date {
	color: #b3b3b3;
	font-size: smaller;
}

.lb_reviews .glsr-review-response {
	margin-left: 30px;
}

.lb_reviews .glsr-review-response .glsr-review-response-background {
	border-radius: 8px;
	opacity: 0.08;
}

.lb_reviews .glsr-review-response .glsr-review-response-background:before {
	border-width: 0 0 1em;
	top: -1em;
}

button.glsr-button.btn {
	background-color: #e3822b;
	border-radius: 50px;
}

/*-------------------------------*/
/* GALLERY MEDIAS */
/*-------------------------------*/

.lb_gallery .nv-comment-content a {
    padding: 0 0 100% 0;
    height: 0px;
    display: block;
}

.lb_gallery .elementor-image-gallery .gallery-item img {
	margin: 0 auto;
	height: 370px;
	object-fit: cover;
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0;
    overflow: hidden !important;
}