/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/**
*
* === DEV ===
*
**/

div#wpadminbar{
    display: none;
}

/**
*
* === HEADER ===
*
**/

.green > a{
    color: #6CB769 !important;
}

.elementor-7 .elementor-element.elementor-element-6dd0a66 .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent.green a.hfe-menu-item:before, .elementor-7 .elementor-element.elementor-element-6dd0a66 .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent.green a.hfe-menu-item:after {
    background-color: #6CB769 !important;
}

#masthead{
    background-color: #161620D7;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, filter 0.3s;
}

.header_top{
    background-color: transparent !important;
    -webkit-backdrop-filter: unset !important;
    backdrop-filter: unset !important;
}

.header_top div.logo img{
    filter: brightness(100);
}

/**
*
* === PAGE ===
*
**/

.services .elementor-widget-wrap.elementor-element-populated{
    margin: 0 !important;
}

.services .elementor-container.elementor-column-gap-no{
    margin-right: -20px;
}

.services .elementor-column.elementor-col-33.elementor-inner-column.elementor-element, .services .elementor-column.elementor-col-50.elementor-inner-column.elementor-element{
    padding-right: 20px;
}

.elementor-image-box-content{
    padding: 0 15px;
}

.services .prix{
    line-height: 0.8em;
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 3em;
    font-weight: var( --e-global-typography-primary-font-weight );
}


.services-container>div>div{
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}


/* METASLIDER */

.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-outline .rslides .caption-wrap, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption{
    background: none !important;
    opacity: 1 !important;
    height: 100%;
}

.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-outline .rslides .caption-wrap .caption, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption{
    padding: 60px !important;
    font-weight: 600;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif !important;
    font-size: var( --e-global-typography-primary-font-size ) !important ;
    font-weight: var( --e-global-typography-primary-font-weight ) !important;
}

/* FORM */

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    border: 2px solid #f2f3f3;
    border-radius: 1.6em;
    background: #161620;
    outline: 0;
    transition: all ease .3s;
}

.wpcf7 input:hover, .wpcf7 select:hover, .wpcf7 textarea:hover {
    border: 2px solid #e2e2e2;
}

.wpcf7 textarea{
    resize: none;
    height: 200px;
}

.wpcf7 input[type=submit]{
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    color: var( --e-global-color-text );
}

.wpcf7 input[type=submit]:hover{
    color: var( --e-global-color-text);
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
}

.one {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.right input{
    float: right;
}

.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
 
}

.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

/*
*
* === BREAKPOINTS MIN ===
*
*/

/* == MOBILE == */
@media screen and (min-width:767px){
	
}

/* == TABLETTE == */
@media screen and (min-width:1024px){
    header{
        position: fixed !important;
        z-index: 100;
        width: 100%;
        top: 0;
        left: 0;
    }

    #page>.elementor{
        /*margin-top: 66px;*/
    }

    .services-container>div>div{
        padding-left: 12.5px;
        padding-right: 12.5px;
    }
    
    .services-container>div>div:first-child{
        padding-left: 0px;
    }
    
    .services-container>div>div:last-child{
        padding-right: 0px;
    }
}

/* == LAPTOP == */
@media screen and (min-width:1280px){
    
}

/* == DESKTOP == */
@media screen and (min-width:1480px){
    
}

/*
*
* === BREAKPOINTS MAX ===
*
*/

/* == MOBILE == */
@media screen and (max-width:767px){

}

/* == TABLETTE == */
@media screen and (max-width:1024px){

}

/* == LAPTOP == */
@media screen and (max-width:1280px){
    
}

/* == DESKTOP == */
@media screen and (max-width:1480px){
    
}