/*****Style 2025*****/
:root {
    --blk: #000;
    --wh: #fff;
    --beige: #F8ECDC;
    --beigef: #C9BAAB;
    --marron: #4E3629;
    --marronc: #C9BAAB;
    --marronf: #3A220A;
    --rouge: #B3443E;
    --rougec: #DBB2B0;
    --bleu:#016269;
    --bleuc:#82B1B4;
    --jaune25:#FEC936;
    --jaune25c: #FFF9E8;
    --jaune25f: #DF9E12;







}


/******************/
/******POLICES*****/
/******************/
/*ddin*/
@font-face {
    font-display: swap;
    font-family: 'ddin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/2025/d-din-webfont.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'ddin';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/2025/d-din-italic-webfont.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'ddin';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/2025/d-din-bold-webfont.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'lovestory';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/2025/lovestory-regular-webfont.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'lovestory';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/2025/love_story_italic-webfont.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'thanksfarmhouse';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/2025/thanks_farmhouse-webfont.woff2') format('woff2');
}

/*body*/
body{
    font-family: 'ddin';
    color: var(--marron);
}
.widzmain{
    width: 1128px;
    margin-right: auto;
    margin-left: auto;
}
.wave:before {
    height: 12px;
}

/*header*/
#masthead .shop-nav {
    background: var(--beige);
}
#masthead .shop-nav.wave:before {
    background: url('../images/2025/pic_wave.svg') repeat-x center bottom;
    top: 100%;
    height: 11px;
}
#masthead #menu-menu-principal .btn-boutique {
    background-color: var(--marron);
}
#masthead #menu-menu-principal .btn-boutique:before {
    color: var(--beige);
}
#masthead .main-menu #menu-menu-principal.menu li.btn-boutique a{
    color: var(--beige);
}


#masthead .site-nav nav .main-menu .menu > li .sub-menu {
    padding-top: 49px;
}
#masthead .site-nav nav .main-menu .menu > li:hover .sub-menu {
    padding-top: 15px;
}
#masthead .site-nav nav .main-menu .menu > li .sub-menu li:first-child:after {
    border-bottom-color: var(--beige);
}
#masthead .site-nav nav .main-menu .menu > li .sub-menu li:first-child:hover::after {
    border-bottom-color: var(--beige);
}
#masthead .site-nav nav .main-menu .menu > li .sub-menu li {
    position: relative;
    background: var(--beige);
}

#masthead .site-nav nav .main-menu .menu > li:not(.submenus-are-titles) .sub-menu li:first-of-type {
    padding-top: 10px;
}
#masthead .site-nav nav .main-menu .menu > li:not(.submenus-are-titles) .sub-menu li:last-of-type{
    padding-bottom: 10px;
}


#masthead .site-nav nav .main-menu .menu > li .sub-menu li a {
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'ddin';
    color: var(--marron);
    transition: all .3s ease;
    text-transform: unset;
}
#masthead .site-nav nav .main-menu .menu > li .sub-menu li a:hover {
    background: unset;
    color: var(--marron);
    text-decoration: underline;
}

#masthead .site-nav nav .main-menu .menu li.submenus-are-titles > ul {
    background-color: var(--beige);
    margin-top: unset;
}
#masthead .site-nav nav .main-menu .menu li.submenus-are-titles > ul:before {
    border-bottom-color: var(--beige);
}
#masthead .site-nav nav .main-menu .menu > li.submenus-are-titles .sub-menu {
    top: 86%;
}
#masthead .site-nav nav .main-menu .menu > li.submenus-are-titles .sub-menu li{
    background: none;
}

#masthead .site-nav nav .main-menu .menu li.submenus-are-titles > ul > li > a{
    font-family: 'bebas_neuebold';
    color: var(--jaune25);
    text-transform: uppercase;
}

/*info flash*/
.subheader {
    font-size: 16px;
    background: var(--marron);
}
.subheader p{
    line-height: 19px;
}

footer .sous-footer {
    background-color: var(--marronf);
}

/*home slider produit*/
.home_slider_swiper {
    height: 654px;
}
.home_slider_swiper_single:before {
    height: /*168px*/223px;
    background-size: 100% auto;
    top: unset;
    bottom: -88px;
}
.home_slider_swiper .bloc-product {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 28px 24px 24px;
    position: relative;
}
.home_slider_swiper_single .bloc-product.wave:after {
    background: url('../images/wave-white.png') repeat-x left -1px top;
}
.home_slider_swiper .sur-titre.yellow {
    background-color: var(--beige);
}
.home_slider_swiper .sur-titre {
    font-size: 26px;
    padding: 7px 15px;
    font-family: 'bebas_neuebold';
    top: -31px;
    color: var(--marron);
}
.home_slider_swiper .item .text h2 {
    font-family: 'thanksfarmhouse';
    color: var(--marron);
}
.home_slider_swiper .item .text h2 span {
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 24px;
    font-family: 'lovestory';
    color: var(--marron);
}
.home_slider_swiper .item .text h3 {
    font-size: 36px;
    color: var(--marron);
    margin-bottom: 23px;
}
.home_slider_swiper_single .text .custom-bt.voir-product {
    background-color: var(--marron);
    color: var(--wh);
    border-color: var(--marron);
}
.home_slider_swiper_single .text .custom-bt.voir-product:hover {
    color: var(--marron);
}
.home_slider_swiper_single .bloc-product.yellow .custom-bt.acheter-mtn {
    background-color: var(--beige);
    border: 3px solid var(--beige);
    color: var(--marron);
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 700;
}
/*home best sellers*/
#best-sellers {
    margin-top: 0;
}
#best-sellers h2 {
    color: var(--marron);
}
#best-sellers h2 span {
    font-family: 'thanksfarmhouse';
    position: relative;
}
#best-sellers h2 span:before {
    left: -50px;
    top: -36px;
    font-size: 54px;
}

#best-sellers .item h3 {
    line-height: 36px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
}
#best-sellers .item h3 span {
    font-size: .7em;
}
#best-sellers .entry-title span {
    line-height: 27px;
    font-size: 25px;
    font-family: 'lovestory';
    text-transform: unset;
    color: var(--marron);
}
#best-sellers .price-product .price {
    color: var(--marron);
}



.best_infront_slider_single.rouge:before {
    background-color: var(--rougec);
}
.best_infront_slider_single.marron:before {
    background-color: var(--beigef);
}
.best_infront_slider_single.bleu:before {
    background-color: var(--bleuc);
}
.best_infront_slider_single.jaune:before {
    background-color: var(--jaune25c);
}
.best_infront_slider_single .custom-bt {
    color: var(--wh);
}
.best_infront_slider_single.rouge .custom-bt {
    background-color: var(--rouge);
    border-color: var(--rouge);
}
.best_infront_slider_single.marron .custom-bt {
    background-color: var(--marron);
    border-color: var(--marron);
}
.best_infront_slider_single.bleu .custom-bt {
    background-color: var(--bleu);
    border-color: var(--bleu);
}
.best_infront_slider_single.jaune .custom-bt {
    background-color: var(--jaune25);
    border-color: var(--jaune25);
}


/**/
#about .story .text p{
    font-size: 18px;
}
#about .story .text p b, #about .story .text p strong {
    line-height: 36px;
    font-size: 36px;
    font-family: 'lovestory';
    color: var(--marron);
}

#histoire .wave:before {
    height: 19px;
    background: url('../images/2025/pic_ill_wave_beige.svg') repeat-x left bottom;
}
#histoire span.cap {
    line-height: 35px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
    color: var(--marron);
}
#histoire span.middle,
#histoire span.grunge{
    line-height: 36px;
    font-size: 36px;
    font-family: 'lovestory';
    color: var(--marron);
}
#histoire span.grunge{
    margin-top: unset;
    margin-bottom: 10px;
}
.best_infront_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid var(--marron);
    margin: 0 3px;
    opacity: 1;
}
.best_infront_slider .swiper-pagination-bullet-active {
    background-color: var(--marron);
}

/*home collections*/
#best-sellers {
    background-color: var(--wh);
    background-image: url('../images/2025/pic_home_l_t.png'), url('../images/2025/pic_home_l_b.png'), url('../images/2025/pic_home_best_r_t.png'), url('../images/2025/pic_home_best_r_b.png');
    background-position: left top, left bottom 55px, right top, right bottom 136px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: unset;
}

/*histoire*/
.home #histoire {
    background-color: var(--beige);
}
.home #histoire {
    background-image: url('../images/2025/pic_home_tri_l_t.png'), url('../images/2025/pic_home_tri_r_b.png');
    background-position: left top 132px, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: unset;
}
#collections{
    padding-top: 192px;
    background-color: var(--wh);
    background-image: url('../images/2025/pic_home_collec_l_t.png'), url('../images/2025/pic_home_collec_l_b.png'), url('../images/2025/pic_home_collec_r_t.png'), url('../images/2025/pic_home_collec_r_b.png');
    background-position: left 9% top 304px, left bottom 79px, right top 293px, right bottom 51px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: unset;
}
.page-template-page_landing_pinson #collections{
    background-color: var(--wh);
    background-image: url('../images/2025/pic_collec_l_r.png'), url('../images/2025/pic_collec_r_t.png');
    background-position: left bottom 237px, right top 186px;
    background-repeat: no-repeat, no-repeat;
    background-size: unset;
}
#collections h2 {
    color: var(--marron);
}
#collections h2 span {
    line-height: 60px;
    font-size: 60px;
    font-family: 'thanksfarmhouse';
    color: var(--marron);
}
#collections h2 span:after {
    font-size: 54px;
    color: var(--marron);
    top: -32px;
}
#collections h2:after {
    color: var(--marron);
    right: -90px;
}
.landing_sub_strap{
    display: block;
    font-size: 18px;
    text-align: center;
}
.landing_sub_strap p{
    line-height: 25px;
}
#collections .titre-collection h3 {
    line-height: 36px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
    colo: var(--wh);
    font-weight: 400;
}


#collections .header-collection.rouge .titre-collection {
    background-color: var(--rouge);
}
#collections .header-collection.marron .titre-collection {
    background-color: var(--marron);
}
#collections .header-collection.bleu .titre-collection {
    background-color: var(--bleu);
}
#collections .header-collection.jaune .titre-collection {
    background-color: var(--jaune25);
}
#collections .header-collection.rouge .txt-collec{
    background-color: var(--rouge);
}
#collections .header-collection.marron .txt-collec{
    background-color: var(--marron);
}
#collections .header-collection.bleu .txt-collec{
    background-color: var(--bleu);
}
#collections .header-collection.jaune .txt-collec{
    background-color: var(--jaune25);
}
#collections .header-collection.rouge .txt-collec,
#collections .header-collection.marron .txt-collec,
#collections .header-collection.bleu .txt-collec,
#collections .header-collection.jaune .txt-collec{
    color: var(--wh);
    text-align: center;
}
#collections .header-collection.rouge .txt-collec.wave::before,
#collections .header-collection.rouge .titre-collection.wave::before {
    background: url('../images/2025/wave_rouge.png') repeat-x;
}
#collections .header-collection.marron .txt-collec.wave::before,
#collections .header-collection.marron .titre-collection.wave::before {
    background: url('../images/2025/wave_marron.png') repeat-x;
}
#collections .header-collection.bleu .txt-collec.wave::before,
#collections .header-collection.bleu .titre-collection.wave::before {
    background: url('../images/2025/wave_bleu.png') repeat-x;
}
#collections .header-collection.jaune .txt-collec.wave::before,
#collections .header-collection.jaune .titre-collection.wave::before {
    background: url('../images/2025/wave_jaune.png') repeat-x;
}
#collections .header-collection.rouge .txt-collec.wave::before,
#collections .header-collection.marron .txt-collec.wave::before,
#collections .header-collection.bleu .txt-collec.wave::before,
#collections .header-collection.jaune .txt-collec.wave::before,
#collections .header-collection.rouge .titre-collection.wave::before,
#collections .header-collection.marron .titre-collection.wave::before,
#collections .header-collection.bleu .titre-collection.wave::before,
#collections .header-collection.jaune .titre-collection.wave::before {
    height: 12px;
}

.home #map {
    height: 710px;
}
.home #map:before {
    width: 0;
    height: 0;
    background: none;
}
#map .bloc-map {
    flex: unset;
    width: 396px;
}
#map .text h2 {
    margin-bottom: 102px;
}
#map .text h2 span.alt,
#map .text h2 {
    line-height: 37px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
    color: var(--marron);
}
#map .text h2 span.small{
    line-height: 36px;
    font-size: 36px;
    font-family: 'lovestory';
    color: var(--marron);
}
#map .text h2:before {
    color: var(--beigef);
}
.home #map .text #search-bot input[type="text"] {
    color: var(--marron);
}
#map .text #search-bot input[type="text"] {
    border-bottom: 2px solid var(--beigef);
}
#map .text #search-bot input[type="text"] {
    font-size: 43px;
    color: var(--marron);
}
.home #map .wave-bottom:after {
    background: url('../images/wave-white.png') repeat-x left top;
}
.home #news {
    padding-bottom: 73px;
}
#news {
    border-top: unset;
    background-color: var(--beige) !important;
}
#news .bloc-title {
    margin: 0 auto 94px;
}
#news .bloc-title .news-title {
    font-size: 90px;
    color: var(--marron);
}
#news .bloc-title .news-title span {
    display: block;
    line-height: 60px;
    font-size: 60px;
    font-family: 'thanksfarmhouse';
    letter-spacing: 1.2px;
    position: unset;
    top: unset;
    left: unset;
    min-width: unset;
    margin-left: unset;
    transform: unset;
    text-transform: none;
    color: var(--marron);
}
#news .bloc-title .date {
    font-family: 'bebas_neuebold';
    font-size: 24px;
    position: absolute;
    top: 87%;
    right: -10px;
    padding: 6px 12px;
    transform: rotate(-8deg);
}

#news .bloc-title .news-title span:after {
    color: var(--marron);
}
#news .bloc-title .news-title span:after {
    font-size: 130px;
    top: 100%;
    left: -60%;
    margin-top: -30px;
    content: '\e804';
    transform: scaleX(-1) rotate(40deg);
}
.card-article .img-art {
    box-sizing: border-box;
    width: 260px;
    height: 271px;
    border-radius: 10px;
    border: 20px solid var(--wh);
}
.card-article .link-art .categories-art {
    margin: 30px;
}
.card-article .link-art .categories-art .cat-art {
    line-height: 16px;
    padding: 2px 9px;
    background-color: var(--jaune);
    border-radius: 50px;
    margin: 0 10px 0 0;
    font-size: 14px;
    font-family: 'ddin';
    text-transform: uppercase;
}
.card-article .link-art .infos-art {
    flex: 1;
    width: unset;
    padding: 20px 20px 30px 20px;
}
.card-article h2 {
    line-height: 35px;
    margin-bottom: 9px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
    color: var(--marron);
}
.card-article .link-art .infos-art .date-art {
    line-height: 20px;
    color: var(--marron);
    font-family: 'lovestory';
    font-size: 25px;
    margin-bottom: 4px;
}
.card-article .exceprt-art {
    line-height: 25px;
    font-size: 18px;
    font-family: 'ddin';
    font-weight: 400;
    color: var(--marron);
}
.best_infront_slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .best_infront_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
/*social*/
#insta {
    min-height: 344px;
    background-color: var(--jaune);
    background-image: url('../images/2025/pic_ill_arche_beige.svg');
    background-position: center top -80px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#insta .bloc-title h3 {
    line-height: 60px;
    font-family: 'bebas_neuebold';
    font-size: 60px;
    position: relative;
    transform: none;
    text-transform: none;
    color: var(--marron);
}
#insta .bloc-title h3 span {
    line-height: 60px;
    font-size: 60px;
    font-family: 'thanksfarmhouse';
    color: var(--marron);
}
#insta .bloc-title h3:before {
    rotate: 85deg;
    color: var(--marron);
    left: unset;
    top: -40px;
    right: 0;
}
#insta .bloc-title h3::after {
    color: var(--marron);
    font-size: 100px;
    right: -100px;
    bottom: -24px;
    rotate: -20deg;
}
/*footer*/
article.type-page::after {
    display: none;
    width: 0;
    height: 0;
}
#colophon .footer {
    background-color: var(--beige);
}
#colophon .footer .reassurance .item p {
    line-height: 18px;
    font-size: 16px;
    font-family: 'ddin';
    color: var(--marron);
}
#colophon .footer h3 {
    font-size: 35px;
    font-family: 'thanksfarmhouse';
    color: var(--marron);
    margin-bottom: 8px;
}
#colophon .footer .menu li a {
    font-family: 'ddin';
    font-size: 16px;
    color: var(--marron);
}

#colophon .site-info {
    font-size: 16px;
    font-family: 'ddin';
    font-weight: 400;
}

/*story*/
.page-template-page-about article.page {
    background: var(--beige);
}
#about .story{
    min-height: unset!important;
    padding: 100px 0;
}
#about .story:nth-of-type(even) {
    background-color: var(--wh);
}
#about .story:nth-of-type(odd) {
    background-color: var(--beige)!important;
}

#about #story0 {
    background-image: url('../images/2025/pic_story_nantes.svg'), url('../images/2025/pic_story_berli.png'), url('../images/2025/pic_story_berli_2.svg');
    background-position: right 86px bottom, left 86px top 40%, left 0 top 45%;;
    background-repeat: no-repeat;
}
#about #story1 {
    background-image: url('../images/2025/pic_story_mouette.svg'), url('../images/2025/pic_story_bouee.png'), url('../images/2025/pic_story_rocher.png'), url('../images/2025/pic_story_mouette_2.svg');
    background-position: left 123px top 42px, left bottom 57px, right bottom 67px, right 59px top 172px;
    background-repeat: no-repeat;
}
#about #story2 {
    background-image: url('../images/2025/pic_story_moges.svg');
    background-position: left bottom 60px;
    background-repeat: no-repeat;
}
#about #story3 {
    background-image: url('../images/2025/pic_story_bonbon.png'), url('../images/2025/pic_story_moge.svg');
    background-position: left bottom 119px, right 107px bottom 79px;
    background-repeat: no-repeat;
}
#about #story4 {
    background-image: url('../images/2025/pic_story_berli.png'), url('../images/2025/pic_story_gauffre.svg');
    background-position: left -28px bottom 28px, right bottom 218px;
    background-repeat: no-repeat;
}
#about .story:nth-of-type(odd):not(:last-of-type):after{
    content: '';
    height: 21px;
    background: var(--wh) url('../images/2025/wave_beige_big.png') repeat-x;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#about .story .text h2{
    font-family: 'bebas_neuebold'
}
/*quality*/
.entry-title,
.entry-title span{
    font-family: 'bebas_neuebold';
    color: var(--marron);
}



.valeurs{
    gap: 39px 12px;
    justify-content: center;
}
.valeurs .valeurbloc {
    width: calc((100% / 3) - 12px + (12px / 3));
    min-width: unset;
    padding-bottom: 21px;
    background: var(--beige);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}
.valeurs .valeurbloc:after{
    content: '';
    height: 21px;
    background: var(--wh) url('../images/2025/wave_beige_big.png') repeat-x;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.valeurs .valeur {
    height: unset;
    padding: 40px 30px;
}
.valeurs .valeur .texte {
    text-align: left;
}
.valeurs .valeur .texte h2 {
    font-family: 'bebas_neuebold';
    margin-bottom: 8px;
    text-align: left;
    color: var(--jaune25);
}
.valeurs .valeur .texte h3 {
    display: block;
    line-height: 20px;
    font-family: 'lovestory';
    font-size: 25px;
    margin-bottom: 18px;
    text-align: left;
    color: var(--marron);
    justify-content: unset;
}
.valeurs .valeur .texte h3:before,
.valeurs .valeur .texte h3:after {
    display: none;
    width: 0;
    height: 0;
}
.valeurs .valeur .texte p {
    margin: 0 0 20px;
    font-family: 'ddin';
    text-align: left;
    color: var(--marron);
}
.valeurs .valeur .photo {
    display: block;
    width: 100%;
    height: 212px;
    margin-bottom: 28px;
    overflow: hidden;
    position: relative;
}
.valeurs .valeur .photo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#knowledge {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--beige);
}
#knowledge:after{
    content: '';
    height: 21px;
    background: var(--wh) url('../images/2025/wave_beige_big.png') repeat-x;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#knowledge.wave::before {
    display: none;
}
#engagements {
    margin: 0 0 54px;
}
#knowledge h2,
#engagements h2 {
    font-family: 'bebas_neuebold';
}
#engagements h2 {
    display: block;
    line-height: 46px;
    margin-bottom: 0;
    font-size: 46px;
    color: var(--marron);
}
#engagements h3,
#knowledge #engagements h3{
    display: block;
    line-height: 36px;
    margin-bottom: 0;
    font-family: 'lovestory';
    font-size: 36px;
    color: var(--marron);
}
#knowledge h3 {
    margin-bottom: 9px;
    font-size: 36px;
    font-family: 'bebas_neuebold';
    color: var(--marron);
}
#knowledge p {
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'ddin';
}
#quality h3 {
    line-height: 43px;
    margin-bottom: 9px;
    font-size: 36px;
    font-family: 'bebas_neuebold';
}

#ingredients {
    background: var(--beige);
    position: relative;
}
#ingredients:after{
    content: '';
    height: 21px;
    background: var(--wh) url('../images/2025/wave_beige_big.png') repeat-x;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#ingredients:before{
    content: '';
    height: 21px;
    background: var(--beige) url('../images/wave-white.png') repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
#ingredients h2 {
    font-size: 36px;
    color: var(--marron);
    margin-bottom: 9px;
}
#ingredients p {
    line-height: 27px;
    margin-bottom: 41px;
    font-family: 'lovestory';
    font-size: 25px;
    color: var(--marron);
}
#ingredients ul.ingredients{
    display: flex;
    flex-wrap: wrap;
    gap: 35px 11px;
    padding: 60px 83px;
    background: var(--wh);
}
#ingredients .ingredients li {
    width: calc((100% / 4) - 11px + (11px / 4));
    font-size: 18px;
    font-family: 'ddin';
    margin-bottom: unset;
    background: none;
}
.ingredient_content{
    display: block;
}
.ingredient_pic{
    display: block;
    width: 100%;
    height: 232px;
    margin-bottom: 17px;
    overflow: hidden;
    position: relative;
}
.ingredient_pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ingredient_content .text{
    display: block;
    line-height: 25px;
    font-size: 18px;
}
.ingredient_content .text p{
    line-height: 25px;
    margin-bottom: 0;
}
.ingredient_content iframe{
    display: block;
    width: 100%!important;
    height: auto;
}
.page-template-page-quality #insta {
    background-image: url('../images/2025/pic_ill_arche_wh.png');
}

.videos_strap_content{
    display: block;
    padding: 69px 0;
}
.videos_strap_single{
    display: flex;
    flex-wrap: wrap;
    gap: 53px;
}
.videos_strap_single:last-of-type{
    margin-top: 79px;
}
.videos_strap_single_video{
    display: block;
    width: 49.56%;
}
.videos_strap_single_text{
    flex: 1;
}
.videos_strap_single:last-of-type .videos_strap_single_video{
    order: 1;
}
.videos_strap_single:last-of-type .videos_strap_single_text{
    order: 2;
}
.videos_strap_single_video p{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.videos_strap_single_video p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.videos_strap_single_title{
    display: block;
    line-height: 52px;
    margin-bottom: 4px;
    font-size: 50px;
    font-family: 'thanksfarmhouse';
    color: var(--marron);
    letter-spacing: 1px;
}
.videos_strap_single_sub{
    display: block;
    line-height: 36px;
    padding-bottom: 90px;
    font-size: 36px;
    font-family: 'lovestory';
    color: var(--marron);
    position: relative;
}

.videos_strap_single_sub:after {
    display: block;
    font-family: 'iconotheque';
    font-size: 89px;
    position: absolute;
    content: '\e804';
}
.videos_strap_single:first-of-type .videos_strap_single_sub:after {
    top: 20px;
    right: 0;
    transform: rotate(-80deg) scaleX(-1);
}
.videos_strap_single:last-of-type .videos_strap_single_sub:after {
    top: 58px;
    left: 0;
    transform: rotate(80deg);
}

.entry-header {
    padding-top: 20px;
    padding-bottom: 24px;
}
.entry-title .line_spe {
    display: block;
    line-height: 36px;
    font-size: 36px;
    font-family: 'lovestory';
    color: var(--marron);
    position: relative;
}

/*équipe*/
#filter-job {
    padding-top: 10px;
}
#filter-job ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#filter-job li {
    padding: 0;
    margin: 0;
}
#filter-job li a {
    font-family: 'bebas_neuebold';
    font-size: 22px;
    display: block;
    padding: 11px 23px;
    color: var(--marron);
    border: none;
    border-radius: 50px;
    background: var(--beige);
}
#filter-job li a:hover {
    color: var(--beige);
    background: var(--marron);
}
.page-template-page-team .cta {
    position: relative;
    padding-top: 98px;
    padding-bottom: 86px;
    color: var(--marron);
    background-color: var(--beige);
    background-image: url('../images/2025/pic_story_bonbon.png'), url('../images/2025/pic_team_cucur.svg'),url('../images/2025/pic_story_berli.png'),  url('../images/2025/pic_story_moge.svg');
    background-position: left top 105px, left 105px top 190px, right -10px top 67px, right 185px bottom 86px;
    background-repeat: no-repeat;
}
.page-template-page-team .cta:before,
.page-template-page-team .cta:after {
    content: '';
}
.page-template-page-team .cta .bloc-title p span.top {
    display: block;
    line-height: 60px;
    font-size: 60px;
    font-family: 'thanksfarmhouse';
    color: var(--marron);
    position: relative;
}
.page-template-page-team .cta .bloc-title p span.top:before{
    content: '\E802';
    position: absolute;
    font-family: 'iconotheque';
    rotate: 85deg;
    color: var(--marron);
    left: unset;
    top: -46px;
    right: -46px;
}
.page-template-page-team .cta .bloc-title p span.middle {
    display: block;
    line-height: 60px;
    margin-bottom: 19px;
    opacity: unset;
    font-size: 60px;
    font-family: 'lovestory';
    color: var(--marron);
    position: relative;
}
.page-template-page-team .cta .bloc-title p:after {
    font-size: 80px;
    top: 80%;
    left: unset;
    right: -60px;
    transform: scaleX(1) rotate(-20deg);
}

/**/
.text_illu_strap{
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    padding-top: 49px;
    padding-bottom: 84px;
}
.text_illu_strap_text{
    flex: 1;
    font-size: 18px;
}
.text_illu_strap_text p{
    line-height: 25px;
    margin-bottom: 24px;
}
.text_illu_strap_ill{
    width: 49%;
}
.text_illu_strap_ill_pic{
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.text_illu_strap_ill_pic:not(:last-of-type){
    margin-bottom: 30px;
}
.text_illu_strap_ill_pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-template-page-magasin #magasin {
    background: var(--beige);
}

/*pharmacien*/
.page-template-page-pharmacie .entry-title:before,
.page-template-page-pharmacie .entry-title:after{
    display: none;
    width: 0;
    height: 0;
}
.page-template-page-pharmacie .entry-text h2 {
    font-family: 'bebas_neuebold';
    font-size: 46px;
    margin: 0 0 9px;
    color: var(--marron);
}
.page-template-page-pharmacie h2 {
    font-family: 'bebas_neuebold'!important;
}
.page-template-page-pharmacie .entry-text h2 strong {
    font-family: unset;
}
.page-template-page-pharmacie .entry-text strong {
    color: unset;
}
.page-template-page-pharmacie .entry-title {
    display: block;
    margin-top: unset;
    margin-bottom: unset;
    color: var(--marron);
}

.page-template-page-pharmacie h3 strong,
.page-template-page-pharmacie h3 {
    font-family: 'lovestory'!important;
    color: var(--marron);
}
.entry-text h3 {
    display: block;
    line-height: 36px;
    margin-bottom: 9px;
    font-family: 'lovestory';
    text-transform: none;
}


.page-template-page-pharmacie #complements {
    padding-top: unset;
    padding-bottom: unset;
    background: unset;
}
.page-template-page-pharmacie #accompagnement {
    background: var(--beige);
}

.hentry_content_wizpic{
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    margin-bottom: 88px;
}
.hentry_content_wizpic:last-of-type .hentry_content_wizpic_text{
    order: 1;
}
.hentry_content_wizpic:last-of-type .hentry_content_wizpic_pic{
    order: 2;
}
.hentry_content_wizpic_pic{
    flex: 1;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.hentry_content_wizpic_pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hentry_content_wizpic_text{
    flex: 1;
}




.page-template-page-pharmacie #avantages {
    padding: 0 0 89px;
    background: none;
}
.page-template-page-pharmacie #avantages h2 {
    font-family: 'bebas_neuebold';
    font-size: 46px;
    margin: 0 0 9px;
    color: var(--marron);
    text-align: left;
}
.page-template-page-pharmacie #avantages .listing-avantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 11px;
    padding: 40px 79px 61px;
    background: var(--beige);
    position: relative;
}
.page-template-page-pharmacie #avantages .listing-avantages:after {
    content: '';
    height: 21px;
    background: var(--wh) url('../images/2025/wave_beige_big.png') repeat-x;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-template-page-pharmacie #avantages .avantage {
    display: block;
    width: calc((100% / 4) - 11px + (11px / 4));
}
.page-template-page-pharmacie #avantages .avantage .thumbnail .thumbnail-inner {
    display: block;
    width: 100%;
    height: 232px;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.page-template-page-pharmacie #avantages .avantage .thumbnail .thumbnail-inner img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-template-page-pharmacie #avantages .avantage .texte {
    display: block;
    flex-direction: unset;
    padding: 0;
    background: none;
}
form input, form textarea, form select {
    border-radius: 10px;
}
.form label {
    font-family: 'lovestory';
    font-size: 25px;
    text-transform: none;
}

/*catalogue*/
.product_cat_chapo{
    display: block;
    width: 100%;
    /*height: 250px;*/
    position: relative;
}
.product_cat_chapo img{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.product_cat_chapo_main{
    display: flex;
    flex-wrap: wrap;
    height: 250px;
    position: relative;
    z-index: 3;
}
.product_cat_chapo_content{
    display: block;
    width: 100%;
    height: fit-content;
    margin: auto 0;
}
.product_cat_chapo_title{
    display: block;
    width: 100%;
    line-height: 52px;
    margin-bottom: 16px;
    font-size: 50px;
    font-family: 'thanksfarmhouse';
    letter-spacing: 1px;
}
.product_cat_chapo.rouge .product_cat_chapo_title{
    color: var(--rouge);
}
.product_cat_chapo.marron .product_cat_chapo_title{
    color: var(--marron);
}
.product_cat_chapo.bleu .product_cat_chapo_title{
    color: var(--bleu);
}
.product_cat_chapo.jaune .product_cat_chapo_title{
    color: var(--jaune25);
}
a.product_cat_chapo_link{
    display: inline-block;
    line-height: 26px;
    padding: 11px 19px;
    border-radius: 50px;
    font-size: 22px;
    font-family: 'bebas_neuebold';
    color: var(--wh);
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}
.product_cat_chapo.rouge a.product_cat_chapo_link{
    background: var(--rouge);
}
.product_cat_chapo.marron a.product_cat_chapo_link{
    background: var(--marron);
}
.product_cat_chapo.bleu a.product_cat_chapo_link{
    background: var(--bleu);
}
.product_cat_chapo.jaune a.product_cat_chapo_link{
    background: var(--jaune25);
}
.product_cat_chapo.rouge a.product_cat_chapo_link:hover,
.product_cat_chapo.marron a.product_cat_chapo_link:hover,
.product_cat_chapo.bleu a.product_cat_chapo_link:hover,
.product_cat_chapo.jaune a.product_cat_chapo_link:hover{
    background: var(--wh);
    transition: all 0.3s;
}
.product_cat_chapo.rouge a.product_cat_chapo_link:hover{
    color: var(--rouge);
}
.product_cat_chapo.marron a.product_cat_chapo_link:hover{
    color: var(--marron);
}
.product_cat_chapo.bleu a.product_cat_chapo_link:hover{
    color: var(--bleu);
}
.product_cat_chapo.jaune a.product_cat_chapo_link:hover{
    color: var(--jaune25);
}
.woocommerce-page #insta {
    background-image: url('../images/2025/pic_ill_arche_wh.svg');
}
.product_cat_sidebar{
    display: block;
    width: 280px;
    margin-right: 26px;
}
.product_cat_mozaik_wrapp{
    flex: 1;
}
#filter-category {
    margin: 0;
    padding: 30px 30px;
    background: var(--beige);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}
#filter-category:after {
    content: '';
    height: 21px;
    background: var(--wh) url('../images/2025/wave_beige_big.png') repeat-x;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#filter-category .wave-bottom:after {
    background: none;
    height: 0;
}
#filter-category h2 {
    font-family: 'thanksfarmhouse';
    font-weight: normal;
    line-height: 35px;
    margin: 0 0 30px;
    padding: 0;
    color: var(--marron);
    background: none;
    border-radius: 15px 15px 0;
    text-align: left;
    text-transform: none;
    font-size: 35px;
}
#filter-category ul {
    padding: 0;
    background: none;
}
#filter-category ul ul{
    margin-bottom: 38px;
}
#filter-category ul li.parent-term a{
    display: block;
    line-height: 25px;
    padding: 0;
    font-size: 25px;
    font-family: 'lovestory';
    color: var(--marron);
    text-transform: none;
}
#filter-category ul li a:hover{
    color: var(--marronc);
}
#filter-category ul li.child-term {
    padding-left: 22px;
    margin: 0;
}
#filter-category ul li.child-term a {
    display: block;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'ddin';
    text-transform: none;
}
#filter-category ul li a.selected {
    color: var(--jaune25);
    border: none;
    background: unset;
}
.product_cat_mozaik{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
    justify-content: flex-start;

}
.product_cat_mozaik .product_cat_mozaik_single{
    width: calc((100% / 3) - 10px + (10px / 3));
}
.product_cat_mozaik .item .thumbnail {
    position: relative;
    margin-bottom: 20px;
}
.product_cat_mozaik .item .thumbnail a {
    position: relative;
    z-index: 2;
}
.product_cat_mozaik .item .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product_cat_mozaik .item h3 {
    line-height: 36px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
}
.product_cat_mozaik .entry-title span {
    line-height: 27px;
    font-size: 25px;
    font-family: 'lovestory';
    text-transform: unset;
    color: var(--marron);
}
.product_cat_mozaik .price-product .price {
    font-size: 24px;
    font-family: 'bebas_neuebold';
}
.product_cat_mozaik .item .custom-bt {
    padding: 5px 10px;
}

/*produits*/
.single-product article.product .product__infos:after {
    background: url(../images/2025/wave_right_beige.png) repeat-y top left;
}
.single-product article.product .entry-title {
    font-size: 46px;
    font-family: 'bebas_neuebold';
    color: var(--marron);
}
.single-product article.product .entry-title span {
    display: block;
    max-width: 100%;
    line-height: 36px;
    margin: auto;
    font-family: 'lovestory';
    font-size: 36px;
    text-transform: unset;
    color: var(--marron);
}

.single-product article.product .product_single_rouge .tagCollect span a {
    color: var(--rouge);
    border: 2px solid var(--rouge);
}
.single-product article.product .product_single_marron .tagCollect span a {
    color: var(--marron);
    border: 2px solid var(--marron);
}
.single-product article.product .product_single_bleu .tagCollect span a {
    color: var(--bleu);
    border: 2px solid var(--bleu);
}
.single-product article.product .product_single_jaune .tagCollect span a {
    color: var(--jaune25);
    border: 2px solid var(--jaune25);
}


.product_single_rouge .custom-bt {
    border: 3px solid var(--rouge);
    background-color: var(--rouge);
}
.product_single_marron .custom-bt {
    border: 3px solid var(--marron);
    background-color: var(--marron);
}
.product_single_bleu .custom-bt {
    border: 3px solid var(--bleu);
    background-color: var(--bleu);
}
.product_single_jaune .custom-bt {
    border: 3px solid var(--jaune25);
    background-color: var(--jaune25);
}
.product_single_rouge .custom-bt:hover,
.product_single_marron .custom-bt:hover,
.product_single_bleu .custom-bt:hover,
.product_single_jaune .custom-bt:hover{
    background-color: var(--wh);
}
.product_single_rouge .custom-bt:hover{
    color: var(--rouge);
}
.product_single_marron .custom-bt:hover {
    color: var(--marron);
}
.product_single_bleu .custom-bt:hover {
    color: var(--bleu);
}
.product_single_jaune .custom-bt:hover {
    color: var(--jaune25);
}
.single-product article.product .entry-content .features {
    line-height: 25px;
    text-align: center;
    color: var(--marron);
}
.single-product article.product .entry-content .features .name {
    font-size: 25px;
    font-family: 'lovestory';
    margin-right: 20px;
}
.single-product article.product .entry-content .features .value {
    line-height: 25px;
    font-size: 18px;
    font-family: 'ddin';
}



.collection_pic_mask_wrapp{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.collection_pic_mask {
    display: block;
    width: 92px;
    height: 80px;
}
.product_single_marron .collection_pic_mask {
    background-color: var(--marronc);
}
.product_single_bleu .collection_pic_mask {
    background-color: var(--bleuc);
}
.product_single_rouge .collection_pic_mask {
    background-color: var(--rougec);
}
.product_single_jaune .collection_pic_mask {
    background-color: var(--jaune25c);
}

.wrap.page-template-page-apiculteur .alveole p > strong{
    font-weight: unset;
}
.recipes-block h2,
.bonbons-block .container h2{
    font-weight: unset!important;
}

.best_infront_slider_single:before {
    background: var(--jaune25c);
    background-color: var(--jaune25c);
}







.single-product article.product .entry-content .entry-text {
    line-height: 25px;
    font-family: 'ddin';
}
.single-product article.product .entry-content .entry-text h3{
    line-height: 31px;
    margin-bottom: 12px;
    font-size: 26px;
    font-family: 'bebas_neuebold';
}
.single-product article.product .entry-content .entry-text p{
    line-height: 25px;
    margin-bottom: 33px;
}
.single-product article.product .product_single_rouge .entry-content .details ul .detail h3,
.single-product article.product .product_single_rouge .entry-content .entry-text h3{
    color: var(--rouge);
}
.single-product article.product .product_single_marron .entry-content .details ul .detail h3,
.single-product article.product .product_single_marron .entry-content .entry-text h3{
    color: var(--marron);
}
.single-product article.product .product_single_bleu .entry-content .details ul .detail h3,
.single-product article.product .product_single_bleu .entry-content .entry-text h3{
    color: var(--bleu);
}
.single-product article.product .product_single_jaune .entry-content .details ul .detail h3,
.single-product article.product .product_single_jaune .entry-content .entry-text h3{
    color: var(--jaune25);
}
.single-product article.product .entry-content .details ul .detail h3 {
    line-height: 31px;
    margin-bottom: 12px;
    font-size: 26px;
    font-family: 'bebas_neuebold';
}
.single-product article.product .entry-content .details ul .detail {
    font-family: 'ddin';
}
.single-product article.product .entry-content .details ul .detail p {
    line-height: 25px;
    font-size: 18px;
}
.single-product article.product .entry-content .details {
    color: var(--marron);
}
.single-product article.product .entry-content .details ul .detail h3 span {
    color: unset;
}

.single-product article.product .entry-content .details ul .valeurs ul li {
    line-height: 25px;
    font-size: 18px;
}
.single-product article.product .entry-content .details ul .valeurs ul li:nth-child(even) {
    font-size: 25px;
    font-family: 'lovestory';
}
.single-product article.product .product_single_rouge .entry-content .details ul .valeurs ul li:nth-child(even) {
    background: var(--rougec);
    color: var(--rouge);
}
.single-product article.product .product_single_marron .entry-content .details ul .valeurs ul li:nth-child(even) {
    background: var(--marronc);
    color: var(--marron);
}
.single-product article.product .product_single_bleu .entry-content .details ul .valeurs ul li:nth-child(even) {
    background: var(--bleuc);
    color: var(--bleu);
}
.single-product article.product .product_single_jaune .entry-content .details ul .valeurs ul li:nth-child(even) {
    background: var(--jaune25c);
    color: var(--jaune25);
}

.single-product article.product #related-products {
    background: var(--wh);
}



.single-product article.product #related-products.product_single_rouge .bloc-title {
    background: var(--rouge);
}
.single-product article.product #related-products.product_single_marron .bloc-title {
    background: var(--marron);
}
.single-product article.product #related-products.product_single_bleu .bloc-title {
    background: var(--bleu);
}
.single-product article.product #related-products.product_single_jaune .bloc-title {
    background: var(--jaune25);
}
.single-product article.product #related-products .bloc-title:after {
    height: 12px;
}
.single-product article.product #related-products.product_single_rouge .bloc-title:after {
    background: url(../images/2025/wave_rouge.png) repeat-x top center;
}
.single-product article.product #related-products.product_single_marron .bloc-title:after {
    background: url(../images/2025/wave_marron.png) repeat-x top center;
}
.single-product article.product #related-products.product_single_bleu .bloc-title:after {
    background: url(../images/2025/wave_bleu.png) repeat-x top center;
}
.single-product article.product #related-products.product_single_jaune .bloc-title:after {
    background: url(../images/2025/wave_jaune.png) repeat-x top center;
}
.single-product article.product #related-products .bloc-title h3 {
    line-height: 55px;
    font-size: 60px;
    font-family: 'thanksfarmhouse';
    position: relative;
    display: inline-block;
    margin: 0;
    color: var(--wh);
}
.single-product article.product #related-products .bloc-title h3 span {
    display: block;
    line-height: 50px;
    font-size: 60px;
    font-family: 'lovestory';
    text-transform: unset;
}
.single-product article.product #related-products .bloc-title h3:after {
    font-size: 90px;
    top: 35%;
    left: 96%;
}



.single-product article.product #related-products .entry-title {
    line-height: 36px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
}
.single-product article.product #related-products .product_cat_mozaik {
    justify-content: center;
}
.single-product article.product #related-products .product_cat_mozaik .product_cat_mozaik_single {
    width: calc((100% / 4) - 10px + (10px / 4));
}

/**/
.page-template-page-magasin h2 {
    line-height: 46px;
    margin: 0 0 9px;
    font-size: 46px;
    font-family: 'bebas_neuebold';
    color: var(--marron);
}

/*pages apiculteurs*/
.img-bg-api .entry-header .line2 {
    font-size: 50px;
    font-family: 'lovestory';
}
.wrap.page-template-page-apiculteur .alveole h2 {
    font-family: 'lovestory';
    font-size: 35px;
    line-height: 38px;
}
.wrap.page-template-page-apiculteur .alveole p > strong {
    font-size: 26px;
    font-family: 'bebas_neuebold';
}



.steps-block .container h2 {
    color: var(--marron);
    font-size: 46px;
    font-family: 'bebas_neuebold';
    font-weight: 400;
    line-height: 46px;
}
.steps-block .step-card .step-number {
    line-height: 35px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
}
.steps-block .step-card h3 {
    font-family: 'lovestory';
    font-size: 25px;
    line-height: 25px;
}
.steps-block .step-card h4 {
    font-size: 26px;
    font-family: 'bebas_neuebold';
    font-weight: 400;
    line-height: 26px;
}
.advantages-block .advantage-card .advantage-content h3 {
    font-family: 'lovestory';
    font-size: 36px;
    line-height: 36px;
}
.fabrication-block .plaquette-card h3 {
    font-size: 26px;
    font-family: 'bebas_neuebold';
    font-weight: 400;
    line-height: 31px;
}
.section-contact h2 {
    line-height: 60px;
    font-size: 60px;
    font-family: 'thanksfarmhouse';
}
.section-contact h2 span {
    display: block;
    font-family: 'lovestory';
    font-size: 60px;
    line-height: 60px;
}
.section-contact .name-contact {
    line-height: 29px;
    margin-bottom: 10px;
    font-size: 29px;
    font-family: 'thanksfarmhouse';
}

.recipes-block h2,
.bonbons-block .container h2 {
    font-size: 46px;
    font-family: 'bebas_neuebold';
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.92px;
    margin-bottom: 9px;
}
.recipes-block .entry-content > h3,
.bonbons-block .container h3 {
    line-height: 36px;
    font-size: 36px;
    font-family: 'lovestory';
    text-transform: none;
    margin: 0 0 30px;
}

.page-template-page-apiculteur .entry-title:before,
.page-template-page-apiculteur .entry-title:after {
    display: none;
    width: 0;
    height: 0;
}
.bonbons-block .container .product_cat_mozaik h3{
    line-height: 36px;
    font-size: 35px;
    font-family: 'thanksfarmhouse';
}
.recipes-block .recipe-cards-container .recipe-card h4 {
    font-size: 26px;
    font-family: 'bebas_neuebold';
    color: var(--jaune25);
    line-height: 26px;
    margin-bottom: 13px;
}


.engagements-block .entry-content .left-column h2 {
    font-size: 46px;
    font-family: 'bebas_neuebold';
    line-height: 46px;
    margin-bottom: 19px;
}
.engagements-block .entry-content .left-column .knowhow-card h3 {
    line-height: 36px;
    font-size: 36px;
    font-family: 'lovestory';
}
.natural-block .entry-content .right-column .ingredients-card ol li,
.engagements-block .entry-content .left-column .knowhow-card ol li {
    font-family: 'ddin';
    font-size: 18px;
    line-height: 25px;
}
.natural-block .entry-content .right-column h2 {
    font-size: 46px;
    font-family: 'bebas_neuebold';
    line-height: 46px;
    margin-bottom: 19px;
}
.natural-block .entry-content .right-column .ingredients-card h3 {
    line-height: 36px;
    font-size: 36px;
    font-family: 'lovestory';
    margin-bottom: 28px;
}


.services-list .service-block .entry-content .content-column .title h2{
    line-height: 36px;
    font-size: 36px;
    font-family: 'lovestory';
    margin-bottom: 22px;
}

.services-list .service-block .entry-content .content-column .title .nb{
    padding-top: 0;
}

.natural-block .entry-content .right-column .ingredients-card ol li .nb,
.engagements-block .entry-content .left-column .knowhow-card ol li .nb,
.soutien-block .entry-content .left-column .soutiens-card ol li .nb,
.services-list .service-block .entry-content .content-column .title .nb{
    font-size: 26px;
    font-family: 'bebas_neuebold';
    line-height: 60px;
}

.engagements-block .entry-content .left-column .knowhow-card h3{
   color: var(--marron);
}
.soutien-block .entry-content .left-column h2 {
    margin-bottom: 20px;
    font-size: 46px;
    font-family: 'bebas_neuebold';
    line-height: 46px;
}
.page-template-page-apiculteur .soutien-block {
    padding: 80px 0;
}
.soutien-block .entry-content .left-column .soutiens-card ol li {
    margin-bottom: 20px;
    font-family: 'ddin';
    font-size: 18px;
    line-height: 25px;
    color: var(--marron);
}



/**/
.recipes-block .recipe-cards-container .recipe-card h4{
    color: var(--jaune25f);
}
.engagements-block .entry-content .left-column .knowhow-card ol li .nb{
    font-weight: unset!important;
}

/**/
.page-template-page-contact .entry-text h2 {
    font-size: 46px;
    font-family: 'bebas_neuebold';
    line-height: 46px;
    margin-bottom: 19px;
}


/*responsive*/
@media screen and (max-width: 1180px) {
    .widzmain{
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }
    .product_cat_mozaik .product_cat_mozaik_single {
        width: calc((100% / 2) - 10px + (10px / 2));
    }

}
@media screen and (max-width: 990px) {
    .product_cat_mozaik .product_cat_mozaik_single {
        width: 100%;
    }
    .single-product article.product .product__infos{
        background: var(--wh);
    }
    .single-product article.product #related-products .product_cat_mozaik .product_cat_mozaik_single {
        width: 300px;
    }

}
@media screen and (max-width: 766px) {
    .product_cat_sidebar {
        width: 100%;
        margin-right: 0;
    }
    .product_cat_mozaik_wrapp {
        flex: unset;
        width: 100%;
    }
    .banner-categorie p {
        max-width: unset;
    }

}