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

/* Header */
.site-header {
background-color: #1c244b;
}
.site-header .site-branding .site-logo img {
 width: 150px;
 max-width: max-content;
}
.site-header .header-inner {
justify-content: flex-start;
}
.site-navigation ul.menu {
    display: flex;
    padding-left: 50px;
    flex-wrap: wrap;
}
.site-header .site-navigation ul.menu li
{margin:0px 10px;}
.site-header .site-navigation ul.menu li a {
font-size: 18px;
color: #fff;
font-weight: 500;
padding: 8px 0px;
border-bottom: solid 2px #1c244b;
}
.header-inner
{position:relative;}
#menu-primary-menu .account
{position:absolute;
right:0px;
}
.site-header .site-navigation ul.menu li a:hover, .site-header .site-navigation ul.menu li.current-menu-item a {
    font-weight: 500;
    border-bottom: solid 2px;
}
.site-navigation ul.menu li ul {
    background: #1f244b;
    display: none;
    min-width: 250px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
padding-bottom:5px;
}
.site-navigation ul.menu li ul li a
{border:none!important;
font-size:16px!important;}
.site-navigation ul.menu li ul li a:hover
{border:none!important;
font-size:16px!important;
background-color:#fff;
color:#1f244b;}
.site-navigation ul.menu li.menu-item-has-children:after {
color: #fff;
}
.site-navigation ul.menu li ul li {
 display: block;
 text-align: center;
}
.site-navigation-toggle-holder {
    position: absolute;
    top: 25px;
    right: 0px;
}
.site-header .site-navigation-toggle .site-navigation-toggle-icon {
width: 2em;
color: #fff;
}
.site-navigation-dropdown ul.menu li a {
background: #1c244b;
color: #fff;
font-weight:500;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #1c244b;
    background: #ccc;
}
.site-navigation-dropdown {
    bottom: -16px;
}
/* Homepage */
.elementor-image-box-content .info
{color:#324a6d;}
.elementor-image-box-content .tarifs
{   font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #1c244b;
    display: inline-block;}
.bt-acheter
{margin-top:20px;}
.bt-acheter a
{    background-color: #1c244b;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 10px;}
.bt-acheter a:hover
{background-color: #333;
color:#fff;}
 /* WooCommerce */
.woocommerce-edit-account .entry-title, .woocommerce-account .entry-title
{color: #1c244b;
font-size: 28px;
border-bottom: 2px solid;
padding-bottom: 10px;
text-align: center;} 
.woocommerce-MyAccount-navigation li
{list-style:none;}   
.woocommerce-MyAccount-navigation li a
{    background-color: #1c244b;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    margin: 10px 0px;
    border-radius: 25px;
    text-align: center;
    display: block;
border:solid 1px;}
.woocommerce-MyAccount-navigation li a:hover
{background-color: #fff;
color: #1c244b;
border:solid 1px #1c244b;}
.woocommerce div.product .product_title {
color: #1c244b;
font-size: 32px;
}
.woocommerce-breadcrumb
{visibility:hidden;}
.woocommerce div.product form.cart .button {
background-color:#1c244b;
border:#1c244b solid 1px;
}
.woocommerce div.product form.cart .button:hover {
background-color: #fff;
border:#1c244b solid 1px;
color:#1c244b;
}
main#content
{padding:40px 0px;}
.woocommerce-checkout h1.entry-title
{color:#1c244b;
font-size: 28px;}
.woocommerce-checkout h2
{font-size:20px;}
.woocommerce-checkout h3
{font-size:18px;}
.woocommerce .product_meta
{display:none;}
/* Footer */
.site-footer {
clear: both;
}