/*
Theme Name: BeFlex Child
Theme URI: https://www.eoxia.com
Author: the Eoxia team
Description: Child theme of BeFlex
License: AGPLv3
License URI: https://spdx.org/licenses/AGPL-3.0-or-later.html
Version: 4.0.0
Template: beflex
Text Domain: beflex-child
*/

html {
    scroll-behavior: smooth;
}
.wp-block-cover .wp-block-cover__inner-container { 
    max-width: 1100px;
}

:where(.wp-site-blocks) > :last-child:last-child {
    margin : 0px;
}

/*formulaire de contact*/
.formulaire {
    color: #fff;
}

.bouton-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 20px;
}

/*bouton article, réalisation*/
a.wp-block-post-excerpt__more-link {
    border-radius: 20px !important;
}


/*menu*/
body.home .header-sticky {
    background-color: transparent !important;
    transition: 0.6s;
}

body.home .header-sticky.-sticky {
    background-color:#F1F1F1!important;
}

body.home .wp-site-blocks {
    padding-top :0px !important;
}

body.home .header-sticky .custom-logo-link {
   -webkit-filter: grayscale(100%) brightness(300%);
   transition: 0.6s;
}

body.home .header-sticky.-sticky .custom-logo-link {
    -webkit-filter: none;
    
 }
body.home .header-sticky .wp-block-navigation__container {
    color: #fff !important;
}
body.home .header-sticky.-sticky  .wp-block-navigation__container {
    color: #a94c51 !important;
}

body.home .header-sticky button.wp-block-navigation__responsive-container-open {
    color: #fff;
    transition: 0.6s;
}
body.home .header-sticky.-sticky  button.wp-block-navigation__responsive-container-open {
    color: #a94c51 !important;;
}
@media screen and (max-width: 780px) {
    body.home .header-sticky .wp-block-navigation__container {
        color: #a94c51 !important;;
        margin: 20px;
    }
}
