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

/* header */
.imgeheader {
    
 margin-left: -65px;
 margin-top: -60px;
}

/* Menu animation */
.imageportfolio {
    margin-left: -60px;
    margin-top: -40px;
    margin-bottom: -20px;
    transition: margin-left 0.7s;
}

.imageportfolio:hover {
    margin-left: -80px;
}

.banniereportfolio {
max-width: 300px;
text-align: center;
}

/* imgage biographie */
.imagebiographie {
    margin-left: -60px;
    
    margin-bottom: -20px;
}

/* menu hover */
.wp-block-navigation .wp-block-navigation-item__label {
    font-weight: 400;
    transition: font-weight 0.5s;
}

.wp-block-navigation .wp-block-navigation-item__label:hover {
    font-weight: 600;
}