/**
* Theme Name: Braine Child
* Description: This is a child theme of Braine, generated by Merlin WP.
* Author: <a href="https://themeim.com/">Themeim</a>
* Template: braine
* Version: 1.1
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

.theme_color{
	color:var(--main-color);
}

/* Theme Color */

:root {
	
	/* #761FE3 in decimal RGB */
	--main-color: rgb(96 135 38);
	--main-color-rgb:118,31,227;
	
	/* #141414 in decimal RGB */
	--color-two: rgb(20,20,20);
	--color-two-rgb:20,20,20;
	
	/* #BDBDBD in decimal RGB */
	--color-three: rgb(189,189,189);
	--color-three-rgb:189,189,189;
	
	/* #0F0F0F in decimal RGB */
	--color-four: rgb(15,15,15);
	--color-four-rgb:15,15,15;
	
	/* #D093E8 in decimal RGB */
	--color-five: rgb(92, 108, 30);
	--color-five-rgb:208,147,232;
	
	/* #A3A3A3 in decimal RGB */
	--color-six: rgb(163,163,163);
	--color-six-rgb:163,163,163;
	
	/* #1C1C1C in decimal RGB */
	--color-seven: rgb(28,28,28);
	--color-seven-rgb:28,28,28;
	
	/* #333333 in decimal RGB */
	--color-eight: rgb(51,51,51);
	--color-eight-rgb:51,51,51;
	
	/* #242424 in decimal RGB */
	--color-nine: rgb(36,36,36);
	--color-nine-rgb:36,36,36;
	
	/* #343334 in decimal RGB */
	--color-ten: rgb(52,51,52);
	--color-ten-rgb:52,51,52;



    /* #ffffff in decimal RGB */
	--white-color:rgb(255,255,255);
	--white-color-rgb:255,255,255;

	/* #000000 in decimal RGB */
	--black-color:rgb(0,0,0);
	--black-color-rgb:0,0,0;

}

.service-block_two-inner::before{
	background: linear-gradient(to bottom, rgb(31 227 127) 0%, rgba(var(--white-color-rgb), 0) 100%) !important;
}

.service-block_one-join {
	display:none;
}

.slider-one_title {
	background-color: rgb(127 227 31 / 10%) !important;
}

.slider-one_heading span::before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 12px;
	right: 0px;
	z-index: -1;
	height: 12px;
	border-radius: 50px;
	background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%) !important;
}

.slider-one_percentage {
	display:none;
}

.slider-one_heading span::before{
	left: -431px !important;
	right: 90px !important;
}

.slider-one_graph {
	bottom: -50px !important;
}

.sec-title_title {
    color: #abed4a !important;
}

.answer-one .sec-title_title {
    color: #abed4a !important;
}

.testimonial-one .sec-title_title {
    color: #abed4a !important;
}

/* Bloc 1 – Remplace par fa-robot */
.counter-block_one:nth-child(1) .fa-instagram:before {
    content: "\f544"; /* fa-robot */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* Bloc 2 – Remplace par fa-shield-check */
.counter-block_one:nth-child(2) .fa-instagram:before {
    content: "\f3ed"; /* fa-shield-check */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* Bloc 3 – Remplace par fa-user-lock */
.counter-block_one:nth-child(3) .fa-instagram:before {
    content: "\f502"; /* fa-user-lock */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
