/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/hello-elementor-child/
Description: A child theme for the Hello Elementor theme.
Author: Your Name
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, responsive-layout, elementor-ready
Text Domain: hello-elementor-child
*/
@import url("/assets/css/tarif.css");
table tbody>tr:nth-child(odd)>th,td.style1,td.style4,td.style2,td.style3{
	background-color:#032B5F !important;
}
#buttons [type=button], #buttons [type=submit], #buttons button {
	font-family:'Advent Pro',sans-serif;
	font-weight:bold;
    background-color: #BF9550 !important;
    color: white !important;
    border: 1px solid #BF9550 !important;
	width: 35%;
}
#buttons [type=button], #buttons [type=submit],#buttons button:hover {
	font-family:'Advent Pro',sans-serif;
	font-weight:bold;
    background-color: white !important;
    color: #BF9550 !important;
/*     border: 1px solid #BF9550 !important; */
}

.contentheading h2, .contentheading button {
    font-family: 'Kaisei Decol';
    font-size: 24px !important;
}

.contentheading button {
    color: #032B5F !important;
}