/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.wcb2bsa-switch-form {
	top: auto;
	bottom: 0;
	background-color: #9AC331;
}

a {
    color: #9AC331;
}

.wcb2bsa-switch-form a {
	color: #FFFFFF;
}

.header-demande-pieces-title {
	background-color: #9AC331;
	color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	padding: 10px;
}

.header-demande-pieces-title a {
	color: #FFFFFF;
}

.header-demande-pieces-list {
	list-style: none;
	border: 1px solid #9AC331;
	border-radius: 0 0 10px 10px;
	padding: 10px 40px;
}

.header-demande-pieces-list-element {
	position: relative;
}

.header-demande-pieces-list-element::before {
	content: "";
    position: absolute;
    top: 3px;
    left: -24px;
    width: 20px;
    height: 20px;
    border: 1px solid #ababab;
    border-radius: 4px;
}

.header-demande-pieces-list-element.in-cart::before {
	content: "\2713";
    color: #9AC331;
    font-size: 20px;
    font-weight: bold;
    line-height: 17px;
}

