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

/* politique_text */

.politique_text h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
	font-weight: 700 !important;
}

.politique_text h3 {
    font-size: 20px !important;
    line-height: 1.3 !important;
	font-weight: 700 !important;
}


.politique_text p,
.politique_text blockquote,
.politique_text li, 
.politique_text a {
    font-size: 18px !important;
    line-height: 1.3 !important;
}

.politique_text ol,
.politique_text ul {
	margin-bottom: 1em;
}

.politique_text ul ol,
.politique_text ol ul {
	margin-top: 0.5em;
}

/* contact_form */
.contact_form .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
}
.contact_form .elementor-field-type-acceptance .elementor-field-option input {
    margin-right: 9px;
    margin-top: 3px;
}

.contact_form .elementor-field-type-acceptance .elementor-field-option label {
    line-height: 1.3;
}

.politique_text li {
	margin-bottom: 0.5em;
}

.politique_text li:last-child {
	margin-bottom: 0em;
}

@media only screen and (max-width : 1439px) { 

    .politique_text h2 {
        font-size: 22px !important;
    }
	
	.politique_text h3 {
        font-size: 20px !important;
    }
    
    .politique_text p,
    .politique_text blockquote,
    .politique_text li,
    .politique_text a {
        font-size: 17px !important;
    }
}

@media only screen and (max-width : 767px) {
    
    .politique_text h2 {
        font-size: 18px !important;
    }
	
	.politique_text h3 {
        font-size: 17px !important;
    }
    
    .politique_text p,
    .politique_text blockquote,
    .politique_text li,
    .politique_text a {
        font-size: 16px !important;
    }
}