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

/* LEFT */
.title-left div{
    position: relative;
    
}
.title-left div h2{
	position: relative;
    display: inline-block;
    border-bottom: 1px solid #9F1644;
    padding-bottom: 16px;
	left: 50%;
	transform: translate(-50%, -50%);
    
}
.title-left div h2::after{
    content: '';
    position: absolute;
    left: -1000px;
    bottom: -1px;
    width: 1000px;
    display: block;
    height: 1px;
    background-color: #9F1644;
}

/* LEFT BLUE */
.title-left-b div{
    position: relative;
    
}
.title-left-b div h2{
	position: relative;
    display: inline-block;
    border-bottom: 1px solid #004376;
    padding-bottom: 16px;
	left: 50%;
	transform: translate(-50%, -50%);
    
}
.title-left-b div h2::after{
    content: '';
    position: absolute;
    left: -1000px;
    bottom: -1px;
    width: 1000px;
    display: block;
    height: 1px;
    background-color: #004376;
}

/* MIDDLE */
.title-middle div h2{
    display: inline-block;
    border-bottom: 1px solid #9F1644;
    padding-bottom: 16px;
}

/* MIDDLE BLEU */
.title-middle-b div h2{
    display: inline-block;
    border-bottom: 1px solid #004376;
    padding-bottom: 16px;
}

/* Logos partenaires header — padding mobile */
@media (max-width: 767px) {
    .elementor-11 .elementor-element.elementor-element-0bdc5ab,
    .elementor-734 .elementor-element.elementor-element-e944e26 {
        padding: 6px 16px 6px 16px !important;
    }
}



