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


/** article category**/
.category-videotheque .elementor-image> img.attachment-full{ 
	display:none !important; 
}

/** Header Dashboard (Mon compte)*/
header .site-branding img.custom-logo{
	width:60% !important;
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    padding-top: 0;
}

.elementor-kit-2409 a {
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: capitalize;*/
	color:#16163f;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	background-color: #ff4b2b;
	color: #fff;
    border: 1px solid #ff4b2b;
    padding: .35rem 1rem;
}

@media (max-width: 540px){
	.elementor-widget-wc-archive-products .products {
    	grid-template-columns: repeat(1,1fr) !important;
	}
	.elementor-widget-wc-archive-products .woocommerce-ordering{
		margin-bottom: 20px !important;
	}
}

.woocommerce .woocommerce-ordering{
	margin-bottom: 50px !important;
}

