/*
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: 1.0.0
Template: beflex
Text Domain: beflex-child
*/

.bf-button, form input[type=submit] {
    background-color : #c4b669;
} 

.wp-site-blocks > * + * {
    margin-block-start: 0px;
}

.wp-block-cover .wp-block-cover__inner-container {
    max-width: 1200px;
}

.wp-block-categories-list .cat-item a {
    color: #000000;
}

/*nos partenaire page*/
.tns-outer .tns-nav {
    bottom: auto !important;
}
.tns-outer .tns-nav button.tns-nav-active {
border: 2px solid #c4b669 !important;
box-shadow: 0px 0px 0px 2px #c4b669 !important;
}

/*texte jsutifier*/
p,li {
    text-align: justify;
}
.wp-block-navigation-item__label {
     text-align: start;
}
