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

/* HEADER */

.menu-item-960{
    display: none !important;
}

/* ACCUEIL */

.elementor-element-dce0438 h5{
    display: inline !important;
}

.elementor-element-92b00fa h5{
    display: inline !important;
    color: var( --e-global-color-accent );
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.cta a, .cta a:active, .cta a:visited{
    color : #FFFFFF;
}

.cta a:hover{
    color : #A7A9AC;
}

.cta p{
    margin-bottom: 0px;
}

/* CONTACT */

.btn-contact{
    fill: var( --e-global-color-accent ) !important;
    color: var( --e-global-color-accent ) !important;
    background-color: var( --e-global-color-primary ) !important;
    padding: 20px 40px !important;
    border-radius: 6px !important;
    height: auto !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.wpforms-field-name{
    padding-top: 0px !important;
}

.btn-contact:hover{
    transform: scale(1.1);
}

#coord_contact a, #coord_contact a:active, #coord_contact a:visited{
    color : #FFFFFF;
}

#coord_contact a:hover{
    color : #A7A9AC;
}

/* FOOTER */

#footer1 a, #footer1 a:visited, #footer1 a:active{
    color : #231F20 !important;
}

#footer1 a:hover{
    color : #c36 !important;
}

#footer2 h6{
    margin : 0px !important;
}

#footer2 a, #footer2 a:visited, #footer2 a:active{
    color : #ffffff !important;
}

#footer2 a:hover{
    color : #a7a9ac !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 768px) {

.menu-item-960{
    display: initial !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 1200px){ 

    .menu-item-960{
        display: initial !important;
    }
    
}