h1 {font-weight: 500 !important;}
.mt40 {margin-top: 40px;}

.mt-mb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#header .logo {
    max-width: 200px;
    max-height: 90px;
}

.block-social-nutragile li {display: inline-block;}
.block-social-nutragile li a::before {
    border-bottom: none;
    width: 0;
}

.block-social-nutragile li a {margin-left: 0px;}
.block-social-nutragile svg {height: 24px;}

@media (max-width: 1920px) and (min-width: 1024px) {
    .fixed-menu {
        z-index: 9999;
    }
}

ul.anav-top li.amenu-item .amenu-link {
    color: #FFF;
}

#header a {
    text-transform: uppercase;
}

.page-customer-account #content .no-account {
    line-height: 1.8;
}

@media (max-width: 544.98px) {
    .account-pro {
        text-align: center;
        width: 100%;
    }
    .page-customer-account #content .no-account {
        width: 100%;
        text-align: center;
    }
    
    .accordion {padding: 36px;}
}

#alertprivate {
    float: none;
    text-align: center;
}

.product-actions .control-label {
    margin-right: 60px;
}

#header .header-top .navigation {
    border-top: none;
    border-bottom: none;
}

.page-home .product-banner .banner-text-bl h2 {color: transparent;}

.page-home .product-banner .banner-text-bl a {
    color: transparent;
}
.page-home .product-banner .banner-text-bl a:after {
    background: none;
}

.product-banner:hover img {
    /* -webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; */

    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/***************** SEO - PAGE ACCUEIL *****************/


.accordion a {text-decoration: underline !important;}

.block-accueil h1 {
    margin-bottom: 30px;

}

.light-text {
    color: #00a94f;
    color: #83ca9e;
    font-weight: 600;
/*    font-size: 24px;*/
}

.block-accueil .more {
    margin-top: 20px;
    text-decoration: none !important;
}

/*** ACCORDEON DE DROITE - PAGE ACCUEIL ***/

.accordion-title {
    color: #00a94f;
    font-weight: 500;
    font-size: 24px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #dbdee7;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #00a94f;
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #00a94f;
    border: 1px solid #00a94f;
}

.accordion button .iconplus {
    display: inline-block;
    position: absolute;
    top: -60px;
    left: -36px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    background-color: #00a94f;
    color: #FFF;
}

.accordion button .iconplus::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    right: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .iconplus::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    right: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #000;
}

.accordion button[aria-expanded=true] .iconplus::after {
    width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    max-height: 50em;
    transition: all 500ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 500ms linear, max-height 500ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 400;
}

.accordion-content ul li {
    margin: 10px;
    border-radius: 8px;
    padding: 8px;
    background: #83ca9e;
    color: #FFFFFF;
}

.accordion-content ul li img {margin-right: 10px;}


/*************** Page Philosophie et Ethique ***************/

.philosophie {
/*    list-style: disc !important;*/
    list-style: none !important;
    margin: 20px 55px 35px 35px;
}

.philosophie li {
    font-size: 18px; 
    font-weight: 500;
    padding-bottom: 10px;
}

.philosophie li img {padding: 0 10px 0 0;}

.philosophie li::marker {
    color: #70ad47;
    font-size: 18px;
    line-height: 1.5;
}

.accent {
    max-width: 1440px;
    background-color: #8bc89f;
    background-color: #b3cdbc;
    padding: 105px 110px 70px 113px;
    padding: 75px 80px;
    margin: 30px 0 50px 0;
    line-height: 32px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.accent p {
    line-height: 32px;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 768px) {
    .accent {padding: 66px 20px 40px 28px;}
}

.d-flex {display: flex;}
.d-flex .col-sm-6 {align-self: center;}
