/* 
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
*/
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('./fonts/AvenirNextCyr-Regular.eot');
    src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
        url('./fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('./fonts/AvenirNextCyr-Regular.woff') format('woff'),
        url('./fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'american_captainregular';
    src: url('./fonts/american_captain-webfont.woff2') format('woff2'),
         url('./fonts/american_captain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* Add your custom styles here */
body {
	font-family: 'Avenir Next Cyr' !important;
}
p {
	text-align: justify;
}
a {
	color: #d51016;
}
header#masthead h1.elementor-heading-title {
    letter-spacing: 3px;
    margin-bottom: 0px;
}
.woocommerce-page header#masthead h1.elementor-heading-title {
	font-family: 'Avenir Next Cyr' !important;
}
.elementor-widget-button .elementor-button, .elementor-widget-navigation-menu a.hfe-menu-item, .elementor-widget-navigation-menu a.hfe-sub-menu-item {
	font-family: 'Avenir Next Cyr' !important;
}
.related.products {
	clear: both;
}
span.elementor-heading-title {
	font-family: 'Avenir Next Cyr' !important;
}
h1.elementor-heading-title, h2.elementor-heading-title {
	font-family: 'american_captainregular' !important;
	letter-spacing: 1px;
	margin-bottom: -15px;
}
h3.elementor-heading-title {
	font-family: 'american_captainregular' !important;
	color: #fff !important;
    background-color: #d51016 !important;
    padding: 5px 15px;
	letter-spacing: 2px;
	min-width: 160px;
    display: inline-block;
}
.tarifs-blocks p {
	margin-bottom: 0;
	text-align: center;
	font-size: 15px;
}
.tarifs-blocks .elementor-button-text {
	font-family: 'american_captainregular' !important;
	letter-spacing: 1px;
	font-size: 18px;
}
.tarifs-prices .elementor-heading-title {
	font-family: 'american_captainregular' !important;
	color: #d51016 !important;
	font-size: 30px;
    letter-spacing: 2px;
}
footer .elementor-widget-image img {
	background-color: #fff;
    padding: 15px;
    border-radius: 50%;
}
footer h4.elementor-heading-title {
	font-family: 'american_captainregular' !important;
	letter-spacing: 1px;
	font-weight: 100 !important;
}
footer .footer-contact ul, footer .footer-liens-utiles ul, footer .footer-menu-afpadel ul {
	padding: 0;
}
footer .footer-contact ul li, footer .footer-liens-utiles ul li, footer .footer-menu-afpadel ul li {
	list-style-type: none;
}
footer .footer-contact a, footer .footer-copyright a, footer .footer-liens-utiles a, footer .footer-menu-afpadel a, footer .liens-legaux a {
	color: #fff;
}
footer .footer-copyright p {
	margin-bottom: 0;
}