/*HERO SECTION*/
.hero-banner > .kt-inside-inner-col {
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-banner-title {
    font-weight: 700 !important;
    font-style: Bold !important;
    font-size: 40px !important;
    line-height: 50px !important;
    
}
.hero-banner-title strong {
    font-weight: 800;
}
.hero-banner-subtitle {
	font-weight: 300;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
	padding-bottom: 40px;
	max-width: 650px;
}
.hero-banner .wp-block-image {
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: end;
}
.hero-banner .wp-block-image img {
    width: 100%;
}
.hero-banner .absolute {
	inset: 0;
	justify-content: center;
	padding: 7%;
	background: linear-gradient(86.28deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 68.95%);
	flex-wrap: nowrap;
}
.home-section .home-section-title {
    margin-bottom: 50px;
}
.newest-section .flex-wrapper {
    gap: 25px;
}
.newest-card-block {
    padding: 16px;
    justify-content: center;
    align-items: center !important;
}
.newest-card-block p {
    padding: 0 16px;
    text-align: center;
}
.newest-price {
    font-weight: 800;
}
.newest-stock {
    font-weight: 700;
    color: #36D399;
}
@media screen and (max-width: 900px) {
    .hero-banner .wp-block-image img {
      aspect-ratio: 1/1;
      object-fit: cover;
    }
    .hero-banner .wp-block-image {
      align-items: start;
    }
}

/*HOME CONTENT SECTION*/
.home-section {
    max-width: 1510px;
    margin: auto;
    padding: 70px 20px;
}
.home-section:nth-child(2) {
    padding-top: 80px;
}
.home-section-flex {
	position: relative;
}
.home-section-text {
	display: flex;
    z-index: 1;
}
.home-section-text > .wp-block-group__inner-container {
    padding: 40px;
    box-shadow: 0px 0px 15px 0px #0000000A;
    background-color: #fff;
}
.home-section-title {
    font-size: 40px;
    font-weight: 700;
}
.home-section-par {
    margin: 10px 0 30px;
    color: #231F20;
}
.home-section-img figure {
    margin-bottom: 80px;
    border: 1px solid #000;
    position: relative;
}
.home-section-img-reverse figure {
    margin-top: 80px;
    margin-bottom: inherit;
}
.home-section-img figure img {
    position: relative;
    top: 40px;
    left: 40px;
}
.home-section-img-reverse figure img {
    top: inherit;
    left: inherit;
    bottom: 40px;
    right: 40px;
}
.title-deco {
	max-width: 260px;
	margin: auto;
}
.home-wide-section {
	padding: 50px 0;
}
.home-section .w-50 {
	width: 50%;
}

/*PRODUCT SECTION*/
.home-section-product .home-section-title {
    width: max-content;
    margin: 0 auto 50px;
    line-height: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}
.home-section-product .home-section-title::before,
.home-section-product .home-section-title::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    border: 1px solid #000;
}
.home-section-product .home-section-title::before {
    left: 0;
    top: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.home-section-product .home-section-title::after {
    bottom: 5px;
    right: 0;
    border-left-color: transparent;
    border-top-color: transparent;
}
.home-section-product .slick-dots {
	display: flex;
	gap: 5px;
	justify-content: center;
	margin-bottom: 30px;
	display: none !important;
}
.home-section-product .wp-block-buttons {
	margin-top: 30px;
}
#articles-home .titreArticle h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20.5px;
    text-align: center;
    margin-bottom: 10px;
}
#articles-home #dispoArticle span {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 18.45px;
    color: #36D399;
}
#articles-home .prixArticle span {
    font-size: 16px;
    font-weight: 300;
    line-height: 18.45px;
    margin-bottom: 10px;
}
.home-categories-wrapper {
    gap: 24px;
}
.home-categories-card {
    border-radius: 20px;
    width: 32%;
    height: 300px;
    min-height: auto;
}
.home-categories-card .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.5%, rgba(0, 0, 0, 0.7) 100%) !important;
}
.home-categories-card:hover .wp-block-cover__background {
	background: #DB960BB2 !important;
}
.home-categories-text {
    padding: 20px;
    font-size: 30px !important;
}
.home-categories-text strong {
    font-weight: 600;
}

/*SERVICES SECTION*/
.home-block-service {
	width: 25%;
	box-shadow: 0px 0px 15px 0px #0000000D;
}
.home-section-service {
	padding: 0 20px;
}
.home-section.home-section-wide {
    background: #F7F7F7;
    max-width: 100%;
    padding: 120px 20px;
}
.home-block-title-service {
    width: 25%;
    min-width: auto;
}
.home-block-service {
    background: #fff;
    box-shadow: 0px 0px 15px 0px #0000000D;
    width: 25%;
}
.home-section-service .wp-block-group-is-layout-flex {
    column-gap: 40px;
}
.home-section-service h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.home-section-service p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #231F20;
}

/*ABOUT US SECTION*/
.home-section-about .wp-block-image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    overflow: hidden;
}
.home-section-about .wp-block-image img {
    width: 100%;
}
.home-section-about-text {
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-section-about-text .wp-block-group__inner-container {
    max-width: 900px;
}
.home-section-about-text .wp-block-group__inner-container p {
    padding: 40px 0;
    font-size: 18px;
    line-height: 140%;
}
.home-about-section-btn > a {
    background: transparent !important;
    border-color: white !important;
}
.about-product-section-btn a {
    background: #fff !important;
    border-color: #450213 !important;
    color: #450213 !important;
}
.about-product-section-btn a:hover,
.about-product-section-btn a:active,
.about-product-section-btn a:focus {
    border-color: #A2B83D !important;
    color: #A2B83D !important;
}
.home-recette-card.card-right {
    border-top-right-radius: 66px;
    border-bottom-left-radius: 66px;
}
.home-recette-card.card-left {
    border-bottom-right-radius: 66px;
    border-top-left-radius: 66px;
}
.about-product-section-p {
	margin-bottom: 50px;
}
.home-recette-card .home-section-title {
	font-size: 34px;
	margin-bottom: 30px;
}
.home-recette-card.card-left .home-section-title {
	color: #450213;
}

@media screen and (max-width: 1240px) {
    .home-categories-wrapper {
        gap: 20px 2%;
    }
}

@media screen and (max-width: 1150px) {
    .home-block-title-service {
        width: 100%;
        text-align: center;
        margin-bottom: 40px !important;
    }
    .home-section-service .wp-block-group-is-layout-flex {
        flex-wrap: wrap !important;
        column-gap: 2%;
    }
    .home-block-service {
        width: 32%;
    }
    .home-section-service {
        padding: 0 20px;
    }
}

@media screen and (max-width: 900px) {
    .home-section-about {
        padding: 0;
    }
    .home-section-about-text {
        background: #00000082;
    }
    .home-block-title-service h3 {
        line-height: 150%;
    }
    .home-section-service h4 {
        font-size: 14px;
        line-height: 26px;
    }
    .home-section-service p {
        font-size: 12px;
        line-height: 22px;
    }
    .home-section-flex {
        flex-direction: column;
    }
    .home-section-img figure img {
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        max-width: 95%;
        margin: auto;
    }
    .home-section-img figure {
        margin-bottom: 20px;
    }
    .home-section-flex-reverse {
        flex-direction: column-reverse;
    }
    .home-section-img-reverse figure {
        margin-top: 0;
    }
    .home-section-title {
        font-size: 22px;
    }
    .home-section .home-section-title {
        margin-bottom: 20px;
    }
    .home-section {
        padding: 30px 20px !important;
    }
    .home-section-par {
        font-size: 12px;
    }
    .button, .cookiesjsr-btn, .wp-block-button__link.wp-element-button {
        font-size: 14px;
    }
    #articles-home .titreArticle h3,
    #articles-home .prixArticle span,
    #articles-home #dispoArticle span {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .hero-banner-title {
        font-size: 35px !important;
        width: 100%;
    }
    .hero-banner-subtitle {
        text-align: center;
    }
    .hero-banner-subtitle {
        max-width: inherit;
    }
    .home-section-text > .wp-block-group__inner-container {
        padding: 20px;
    }
    .hero-banner .wp-block-buttons {
        width: 100%;
        justify-content: center;
    }
    .home-categories-card {
        height: 220px;
    }
    .home-categories-text {
        font-size: 18px !important;
        line-height: initial;
    }
    .home-section-about-text .wp-block-group__inner-container p {
        padding: 40px 20px;
    }
    .wp-block-cover, .wp-block-cover-image {
        min-height: 300px;
    }
    .home-recette-card .home-section-title {
        font-size: 20px;
    }
    .newest-card {
        width: 32%;
      }
      .wp-block-group.flex-wrapper.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-13.wp-block-group-is-layout-flex {
        flex-wrap: wrap;
        gap: 1%;
      }
}

@media screen and (max-width: 650px) {
    .newest-section .flex-wrapper {
        gap: 1%;
        flex-wrap: wrap;
    }
    .home-block-service {
        width: 100%;
        max-width: 350px;
        margin: auto !important;
    }
    .home-section-service .wp-block-group-is-layout-flex {
        row-gap: 40px;
    }
    .home-block-title-service {
        margin-bottom: 0 !important;
    }
    .home-section-service .wp-block-group-is-layout-flex.wp-block-group.is-vertical {
        row-gap: 0;
    }
    .home-section.home-section-wide {
        padding: 80px 20px;
    }
    .hero-banner-text h2.hero-banner-subtitle {
        font-size: 20px;
    }
    .hero-banner-text .wp-block-image img {
        max-width: 200px;
    }
    .home-section .w-50 {
        width: 100%;
    }
    .home-section.about-product-section .wp-container-core-group-is-layout-ad2f72ca {
        flex-wrap: wrap;
    }
    .hero-banner-subtitle {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .hero-banner-title {
        padding-bottom: 10px;
    }
    .newest-card {
        width: 49%;
    }
    .newest-card p {
        font-size: 12px;
    }
    .home-categories-card {
        height: 169px;
        width: 49%;
    }
    .home-categories-wrapper {
        gap: 10px 2%;
    }
    .about-product-section .wp-container-core-group-is-layout-28.wp-container-core-group-is-layout-28 {
        flex-wrap: wrap;
    }
    .wp-block-cover, .wp-block-cover-image {
        min-height: 240px;
    }
    .footer-logo-block {
        display: block;
    }
    .footer-logo-block .flex.md\:justify-start {
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer-middle .col-span-1 {
        text-align: center;
    }
    .footer--common .barlow-light {
        text-align: center;
    }
    .home-section-about .wp-block-image {
        max-height: inherit;
        height: 460px;
    }
    .home-section-about .wp-block-image img {
        width: inherit;
        height: 100%;
        max-width: inherit;
    }
    .home-section-about-text .wp-block-group__inner-container p {
        padding: 40px 10px;
        font-size: 14px;
        line-height: 140%;
    }
    .recette-section .wp-block-group {
        flex-direction: column;
    }
    .home-categories-text {
        font-size: 14px !important;
        padding: 10px;
    }

}