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

h1::first-letter, .maj60::first-letter { font-size:60px !important; padding-top:20px !important; }
h2::first-letter, .maj50::first-letter { font-size:50px !important; padding-top:15px !important; }
h3::first-letter, .maj45::first-letter { font-size:45px !important; padding-top:10px !important; }
.maj40::first-letter { font-size:40px !important; padding-top:10px !important; }
.maj35::first-letter { font-size:35px !important; padding-top:8px !important; }
.maj30::first-letter { font-size:30px !important; padding-top:6px !important; }

h1::after, h2::after, h3::after {
	width: 80px;
    height: 1px;
    margin: 20px 0px 0px 0px;
    background: #427B8A;
    display: block;
    content: "";
}
h2::after { margin-top: 10px; }
h3::after { margin-top: 8px; }

.blanc h1::after, .blanc h2::after, .blanc h3::after { background: #fff ; }
.gris h1::after, .gris h2::after, .gris h3::after { background: #383838 ; }
.jaune h1::after, .jaune h2::after, .jaune h3::after { background: #E0B44A ; }
.bleu h1::after, .bleu h2::after, .bleu h3::after { background: #69B0D4 ; }

.e-loop-item h1::after, .e-loop-item h2::after, .e-loop-item h3::after { background: #fff ; }

.align-right { text-align:right !important; }
.align-center { text-align:center !important; }

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea { margin-bottom: 10px; }

[type=button], [type=submit], button { border: 0;}

.twae-horizontal-timeline.twae-wrapper .twae-button-next.swiper-button-disabled, .twae-horizontal-timeline.twae-wrapper .twae-button-prev.swiper-button-disabled { opacity:1;}

.twae-horizontal-timeline.twae-wrapper .twae-button-prev.swiper-button-disabled { display:none;}
