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

* {
	margin: 0;
	padding:0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}
* p:not(:last-child){
	margin-bottom:10px
}

.text-white {
	color:#fff!important;
}
.text-white * {
	color:#fff!important;
}


h2 strong {
	font-weight: 600;
}

p{
	margin-block-end:0;
	margin-bottom: 0;
}

.titre_benefice strong{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height:initial;
	color: white;
}

.tit_fonctionnalite strong{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3em;
	line-height: 1em;
}


.my-paragraph ul {
    padding-left: 0px;
	margin-bottom: 10px;
}

.my-paragraph ul li {
    list-style: none; /* Remove default list style */
    padding: 0px 0 5px 15px;
    display: flex; /* Use flexbox to prevent text from wrapping under the bullet */
    align-items: flex-start; /* Align the baseline of text and bullet */
	break-inside: avoid;
}

.my-paragraph ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS for a bullet */
	color: #E92663;
	font-size: 20px;
    font-weight: bold;
    margin-right: 5px; /* Adjust the spacing between the bullet and text */
}

.section_ombre{
	box-shadow: 0px 1px 7px rgba(0, 0, 0, .3);
}
.section_ombre_inset{
	box-shadow: 0px 1px 7px rgba(0, 0, 0, .3) inset;
}

.list-mini ul {
    padding-left: 0px;
}

.list-mini  ul li {
    list-style: none; /* Remove default list style */
    padding: 0px 0px 10px 0px;
    display: flex; /* Use flexbox to prevent text from wrapping under the bullet */
    align-items: flex-start; /* Align the baseline of text and bullet */
	break-inside: avoid;
}

.list-mini ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS for a bullet */
	color: #E92663;
	font-size: 20px;
    font-weight: bold;
    margin-right: 5px; /* Adjust the spacing between the bullet and text */
	line-height:17px

}

.flip_team{
	width:200px;
	height:200px;
}