/** header **
------------------------------------------------------------
------------------------------------------------------------*/
.wp-block-editor {
    display: block;
}
#wpadminbar {
    z-index: 1!important;
}
header {
    transition: .3s;
    color: var(--main-light);
    -background-color: #F7F6F4;
    border-bottom: 0;
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
    background-color: #94cc00;
}
header * {
    color: var(--main-dark);
}
header .notification {
    padding: 15px;
    background-color: var(--main-color1);
    color: var(--main-dark);
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    padding-right: 50px;
    font-family: var(--main-font);
}
header .notification.hide {
    display: none;
}
header .notification img {
    width: 24px;
    margin-right: 8px;
}
header .notification .btclose, header .notification  .btn-close {
    background-color: var(--main-color1);
    color: var(--main-light);
    cursor: pointer;
}
header .notification  .btn-close {
    background-color: transparent;
    opacity: 1;
}
header .notification a:hover {
    color: var(--main-light);
}

header .contenu_page .container,
header .contenu_page .container-fluid,
.header .contenu_page .container,
.header .contenu_page .container-fluid {
    padding: 0;
    margin: 0;
    width: 100%;
}

#row-header-left {
    text-align: left;
    min-width: 50%;
    display: flex;
    align-items: center;
}
#row-header-right {
    text-align: right;
    flex: 1 1 auto;
    align-items: center;
    -justify-content: center;
    justify-content: flex-end;
    justify-items: center;
    display: flex;
    min-width: 50%;
}
.header .wp-block-columns {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.home header .menu-light-mode {
    display: none!important;
}
.slogan {
    font-size: 20px;
    margin-left: 20px;
    width: calc(100% - 280px);
    text-align: center;
}
.slogan, .slogan sub {

}


@media only screen and (max-width: 890px) {
    #row-header-left {
    }
    #row-header-right {
    }

    header .container {
        overflow: hidden;
    }
}
.breadcrumbs {
    margin-top: 12px;
    margin-bottom: 16px;
}
.mb-header {
    margin-bottom: 10px;
}
header img.custom-logo,
.header-custom-logo img.custom-logo {
    margin: 10px 20px 10px 0;
    max-width: 100px;
    max-height: 110px;
    width: 100%;
    object-fit: contain;
    cursor: pointer;
    min-height: 60px;
}

.head-front {
    background-color: var(--main-color1);
}
.head-back-logo {
    height:150px;
}
.head-front-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-front-text {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0!important;
    margin-bottom: 50px!important;
}
.head-front .head-front-text {
    margin-bottom: 0px!important;
}
#search_full {
    width: 100%;
    margin: 10px 0px;
    padding: 20px;
    height: 70px;
    font-size: 18px;
    font-family: var(--main-font-light);
}
#search-valid {
    margin-top: -54px;
    z-index: 10;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}
.fa-search::before {
    content: "\f002";
    color: var(--main-light);
}

/** BREADCRUMBS **
------------------------------------------------------------
------------------------------------------------------------*/
.bcb {
    color: var(--main-color1);
    font-size: 28px;
    vertical-align: middle;
}

.home-bc, .lien-bc, .page-bc {
    font-family: var(--main-font-light);
}
.breadcrumbs * {
    font-size: 13px;
}
.breadcrumbs .fa-light {
    font-weight: 300;
    font-size: 18px;
}
.woocommerce .breadcrumbs {
    display: none;
}
.woocommerce-breadcrumb {
    padding-top: 12px!important;
    margin-bottom: 16px!important;
    font-family: var(--main-font-light)!important;
    font-size: 13px!important;
    color: var(--main-dark)!important;
}
.woocommerce-breadcrumb a {
    font-size: 13px !important;
    color: var(--main-dark);
}
.woocommerce-breadcrumb .fa-light {
    font-size: 18px !important;
    font-weight: 300;
}
.woocommerce .woocommerce-breadcrumb a {
    color: var(--main-dark);
    font-family: var(--main-font-light);
}
.post-type-archive-product .woocommerce-breadcrumb {
    font-family: var(--main-font-light) !important;
    color: var(--main-dark) !important;
    opacity: 0;
}
