/*
Theme Name: hellochild
Author: iZZi
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* GENERAL */

body .elementor-widget-image a img[src$=".svg"] {
    width: revert-layer;
}

.linkbold span {
    color: #ee7203 !important;
    font-weight: bold;
}

/* HEADER */

.menuheader li a {
    background-color: rgba(255,255,255,0.1); 
    padding-bottom: 5px !important;
    align-items: end;

}

.menuheader li.menutel a {
    background-color: #ee7203; 
    color: #fff !important;
    align-items: center;
}
.menutel a span {
    font-family: "Des Montilles";
    text-transform: initial;
    font-weight: normal;
}
.menutel a {
    flex-direction: column;
}

.headercouleur .blocheader,
.single-reference .blocheader,
.category .blocheader,
.single .blocheader {
    background-color: #3C3C3B !important;
}
.elementor-menu-toggle::before {
    content: 'MENU';
    margin-right: 15px;
    font-size: 20px;
    line-height: 20px;
}

/* FORMULAIRE */

#gform_submit_button_1 {
    Background-color: #EE7203;
    border-radius: 0;
    text-transform: uppercase;
}

/* REFERENCES */

.category-7 .category-7 span::after,
.category-9 .category-9 span::after,
.category-10 .category-10 span::after,
.category-12 .category-12 span::after {
    
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ee7203
}