.banner {
    background-color: #fdf9f3;
    width: 100%;
    min-height: 200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    font-family: Lato;
    margin: 0 !important;
    position: relative;
}
.banner h1 {
    color: #47553c;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-style: normal;
}
.banner h2 {
    color: #768767;
    font-size: 14px;
    font-family: Georgia !important;
    font-weight: 400 !important;
}
.banner>.content {
    display: flex;
    margin: 50px auto;
    align-items: center;
    z-index: 1;
}
.watermark {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
    display: block;
    height: 150px;
    width: 150px;
    overflow: hidden;
}
.watermark img {
    position: absolute;
    top: 0px;
    right: -50px;
    max-height: 100%;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}
.width-container {
    width: calc(var(--container) + 16rem);
}
.content {
    --container: 1152px;
    margin: 50px auto;
    color: #47553c;
    font-family: Lato !important;
    max-width: calc(var(--container) + 16rem);
    padding-left: 1rem;
    padding-right: 1rem;
	
}
.content p {
    font-size: 1.1rem !important;
    line-height: normal !important;
    margin: 10px 0;
    font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif,
        apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    color: black;
}
.content li {
    font-size: 1.1rem !important;
    line-height: normal !important;
    margin: 10px 0;
    margin-left: 15px;
    font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif,
        apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    color: black;
}
@media screen and (min-width: 240px) {
    .watermark {
        right: 0;
        top: 30px !important;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .watermark img {
        width: 120px;
        right: 10px;
        top: 50%;
        transform: translatey(-50%);
    }
}

@media screen and (min-width: 768px) {
    .watermark {
        width: 175px;
        margin-right: 2rem;
        top: 50% !important;
    }
    .who_we_are>img {
        top: 0 !important;
    }
    .watermark>img {
        left: 0;
        top: 0;
        width: 175px;
        transform: translatey(0);
    }
}
@media screen and (min-width: 1200px) {
    .watermark {
        left: 0;
        width: 10%;
    }
    .content {
        padding-left: 8rem;
        padding-right: 8rem;
    }
}
@media screen and (min-width: 1600px) {
    .watermark {
        margin-left: 3rem;
    }
	  .content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.content h2 {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 20px 0;
}
.img_dr_Nadia>div {
    height: 350px !important;
    position: absolute;
    right: 0;
    overflow: hidden;
}
.img_dr_Nadia>div img {
    object-fit: cover;
    object-position: center;
}
.shop-images-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 50px 0 35px;
}
.shop_images {
    width: 49%;
}
.shop_images img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.text-under-shop-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
}
.text-under-shop-images-text {
    width: 66.666667%;
    flex-basis: 66.666667%;
}
.text-under-shop-images-bubble {
    width: 33.333333%;
    flex-basis: 33.333333%;
}
.svg-bubble {
    position: relative;
    display: flex;
    width: 254px;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: 1.5rem;
}
.svg-bubble svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #768767;
    flex-shrink: 0;
    vertical-align: middle;
    width: 100% !important;
    height: 254px;
}
.text-5000-produits {
    display: block;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding-top: 4rem;
    padding-bottom: 0;
    padding-left: 20%;
    color: #eaf8f4 !important;
    position: relative;
    text-align: center;
}
.our_historical_values {
    background-color: #fdf9f3;
    padding: 20px 0;
}
.our_historical_values_image {
    width: 150px;
    margin: 20px auto;
}
.our_historical_values-texts {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
.our_historical_values .content>div>div {
    width: 49%;
}
.company-mission {
    background-color: #dce1d9;
    padding: 20px 0;
}
.company-mission>.content {
    color: rgb(31 41 55) !important;
}
.company-mission-firts-row {
    display: flex;
    text-align: center;
    align-items: center;
    margin: 25px auto 35px;
}
.company-mission-firts-row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    margin: auto;
}
.company-mission-firts-row>div strong {
    font-size: 24px;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
}
.company-mission-first-row-circle {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: white;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-mission-first-row-circle p {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
    color: white;
}
.company-mission-first-row-circle img {
    width: 50%;
    color: #768767 !important;
}
.company-mission-text {
    display: flex;
    justify-content: space-between;
}
.company-mission-text>div {
    width: 49%;
}
.HP-collaborators-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.HP-collaborators-content-text {
    width: 55%;
}
.HP-collaborators-content-image {
    width: 35%;
}
.elementor-element.elementor-element-4c53ff3e {
    --grid-column-gap: 1rem !important;
}
@media screen and (max-width: 1024px) {
    .banner .content {
        justify-content: space-between;
    }
    .banner-text {
        width: 60% !important;
    }
    .img_dr_Nadia {
        width: 35% !important;
        height: auto !important;
    }
    .img_dr_Nadia>div {
        position: relative;
        width: 100% !important;
        height: auto !important;
        border-radius: 10px;
    }
    .HP-collaborators-content {
        flex-direction: column;
    }
    .HP-collaborators-content-text {
        width: 100%;
    }
    .HP-collaborators-content-image {
        width: 100%;
        margin: 25px 0;
        text-align: center !important;
    }
    .HP-collaborators-content-image img {
        max-height: 450px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 720px) {
    .banner h2 {
        font-size: 1rem;
        line-height: 0.5rem;
    }
    .banner .content {
        flex-direction: column;
    }
    .banner-text {
        width: 100% !important;
    }
    .img_dr_Nadia {
        width: 100% !important;
        height: auto !important;
        margin: 15px 0;
    }
    .img_dr_Nadia>div {
        position: relative;
        width: 100% !important;
        height: auto !important;
        border-radius: 10px;
    }
    /*.content {
        margin: 0;
    }*/
    .content h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .content p span {
        font-size: 1.2rem !important;
        line-height: 1.5rem !important;
    }
    div#displayed_none {
        display: none !important;
    }
    .shop_images {
        width: 100%;
    }
    .text-under-shop-images {
        flex-direction: column;
    }
    .text-under-shop-images-text {
        width: 100%;
        order: 2;
    }
    .text-under-shop-images-bubble {
        width: 100%;
        order: 1;
    }
    .svg-bubble {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .svg-bubble svg {
        display: none;
    }
    .text-5000-produits {
        padding: 0;
        display: flex;
        width: 100%;
        justify-content: space-between !important;
        background-color: #768767;
        height: 100px;
        border-radius: 10px;
    }
    .text-5000-produits span {
        width: 50%;
        font-size: 1rem !important;
    }
    .our_historical_values-texts {
        flex-direction: column;
    }
    .our_historical_values-texts>div {
        width: 100% !important;
    }
    .company-mission-firts-row {
        flex-direction: column;
        text-align: start;
    }
    .company-mission-firts-row>div {
        flex-direction: row;
        width: 100%;
    }
    .company-mission-first-row-circle {
        width: 64px;
        height: 64px;
        margin: 10px 20px 10px 0;
    }
    .company-mission-firts-row>div strong {
        font-size: 18px;
    }
    .company-mission-text {
        flex-direction: column;
    }
    .company-mission-text>div {
        width: 100%;
    }
}
/*Actu and media*/
.actuality-content {
    display: flex;
    justify-content: center;
}
.bar-timeline {
    border: 0.2rem solid #768767;
}
.timeline-articles {
    max-width: calc(var(--container) + 16rem);
    padding: 1rem;
    position: relative;
}
.timeline-articles-specific-article {
    width: 100%;
    height: auto;
    margin: 2rem auto;
    display: flex;
    text-align: center;
    padding: 0 2.5rem;
    align-items: center;
    box-shadow: 0 0 2px 1px #dfdfdf;
}
.timeline-articles-specific-article-content {
    width: 90%;
    margin: auto;
}
.timeline-articles-specific-article-content h2 {
    font-weight: 600;
    line-height: 2rem;
}
.timeline-articles-specific-article-content img {
    width: 100%;
    margin: 2rem 0;
    /*max-width: 750px;*/
    object-fit: cover;
    object-position: center;
}
.timeline-articles-specific-article-content p {
    font-family: Lato, sans-serif;
    font-size: 1rem !important;
}
.timeline-articles-specific-article-date {
    position: absolute;
    background-color: #768767;
    padding: 1rem;
    text-align: center;
    left: -9rem;
    color: black !important;
    display: flex;
    flex-direction: column;
    width: 8rem;
}
.timeline-articles-specific-article-date p {
    color: white !important;
    font-weight: bold;
}
.timeline-articles-specific-article-site-logo {
    position: absolute;
    right: -14rem;
    width: 8rem;
}
.timeline-articles-specific-article-button {
    margin: 2rem auto;
}
.timeline-articles-specific-article-button a {
    background-color: #768767;
    width: auto;
    border-radius: 100px;
    color: white;
    font-size: 1rem;
    font-weight: 800;
}
.button-hover a:hover {
    color: white !important;
    background-color: #8fb43a;
}
.contact-banner-section>.content {
    width: calc(var(--container) + 16rem);
    align-items: center;
    margin: 75px auto;
    justify-content: space-between;
}
@media screen and (min-width: 240px) {
    .bar-timeline {
        margin-right: 1rem;
    }
    .timeline-articles {
        max-width: calc(var(--container) - 60rem);
    }
    .timeline-articles-specific-article-content h2 {
        font-size: 1rem;
    }
    .timeline-articles-specific-article {
        padding: 1rem;
        position: relative;
    }
    .timeline-articles-specific-article-content {
        width: 100%;
    }
    .timeline-articles-specific-article-date {
        top: 0;
        left: -20%;
        padding: 0.5rem;
        width: auto;
        flex-direction: row;
        border-radius: 0px 5px 5px 0;
    }
    .timeline-articles-specific-article-date p {
        margin: 0 2px;
    }
    .timeline-articles-specific-article-site-logo {
        width: 3rem;
        right: 0;
        top: 0;
    }
    .timeline-articles-specific-article-button a {
        padding: 0.725rem 1rem;
    }
}
@media screen and (min-width: 650px) {
    .timeline-articles-specific-article-site-logo {
        right: -13%;
        top: 50%;
    }
    .bar-timeline {
        margin-right: 2.5rem;
    }
    .timeline-articles {
        max-width: calc(var(--container) - 45rem);
        padding: 1rem;
        position: relative;
    }
    .timeline-articles-specific-article-content h2 {
        font-size: 1.5rem;
    }
    .timeline-articles-specific-article-button a {
        padding: 0.725rem 2.25rem;
    }
}
@media screen and (min-width: 720px) {
    .timeline-articles-specific-article-site-logo {
        width: 4rem;
        right: -17%;
    }
    .timeline-articles-specific-article-content h2 {
        font-size: 2.25rem;
    }
    .timeline-articles-specific-article {
        padding: 1.5rem;
    }
    .timeline-articles-specific-article-date {
        top: 50%;
        padding: 1rem;
        left: -7rem;
        flex-direction: column;
        border-radius: 0;
        width: 7rem;
    }
    .timeline-articles-specific-article-date p {
        margin: 0;
    }
}
@media screen and (min-width: 1024px) {
    .timeline-articles-specific-article-site-logo {
        width: 6rem;
        right: -8rem;
    }
    .bar-timeline {
        margin-right: 5rem;
    }
    .timeline-articles {
        max-width: calc(var(--container) - 16rem);
    }
    .timeline-articles-specific-article-date {
        left: -10rem;
        width: 8rem;
    }
    .timeline-articles-specific-article-content {
        width: 90%;
    }
}

@media screen and (min-width: 1350px) {
    .timeline-articles-specific-article-site-logo {
        width: 8rem;
        right: -10rem;
    }
    .timeline-articles-specific-article {
        padding: 0 2.5rem;
    }
}

@media screen and (min-width: 1600px){
		.contact-banner-section>.content {
			padding-left: 3rem;
			padding-right: 3rem;
	}
}

/*Contact page */
.contact-banner-section-text p {
    font-size: 1.5rem !important;
    font-weight: 800;
}
.contact-banner-section-text {
    width: 66%;
}
.contact-banner-section-img {
    width: 33%;
    display: flex;
    justify-content: end;
}
.contact-banner-section-img img {
    height: 10rem;
}
.contact-section h2 {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 5.5rem;
    margin-left: auto;
    margin-right: auto;
    display: inline-table;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #768767;
    border-radius: 100px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    padding: 0.725rem 1.25rem;
}
.contact-section {
    background-color: #dce1d9;
    padding: 50px 0;
    position: relative;
}
.contact-section>.content {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 50px;
    border: solid #768767 0.2rem;
    border-radius: 15px;
    background-color: #dce1d2;
}
.adress-information-div-title {
    display: flex;
    align-items: center;
}
.adress-information-div-title img {
    width: 2rem;
    height: 2rem;
    margin-right: 10px;
}
.adress-information-div p {
    margin-left: 10px;
}
.adress-informations-img {
    width: 150px;
    margin: 30px auto 5px;
}
.contact-form {
    margin: 75px 0;
    text-align: center;
}
.contact-form .wpcf7-form-control {
    border-radius: 10px !important;
}
.contact-form .wpcf7-submit {
    max-width: 20rem !important;
    width: 100% !important;
    height: 2.8rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 800 !important;
    padding: 0.625rem 1.25rem !important;
    border-radius: 100px !important;
    text-align: center;
    margin: 25px;
}
.contact-form .wpcf7-submit:hover {
    background-color: #b7ce66 !important;
}
@media screen and (min-width: 240px) {
    .watermark-contact {
        top: 15%;
    }
    .contact-banner-section-text h2 {
        font-size: 1.5rem;
    }
    .contact-section>.content {
        flex-direction: column;
    }
    .contact-form {
        width: 100%;
        order: 1;
    }
    .contact-form .wpcf7-submit {
        margin: 25px auto;
    }
    .adress-informations {
        margin: 25px 0 0;
        width: 100%;
        order: 2;
    }
}
@media screen and (min-width: 1024px) {
    .contact-banner-section-text h1 {
        padding-bottom: 2rem !important;
    }
    .contact-banner-section-text h2 {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;
        font-family: Lato, sans-serif !important;
        color: black;
        font-weight: 800 !important;
    }
    .contact-section>.content {
        flex-direction: row;
    }
    .contact-section h2 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .contact-form {
        width: 66%;
        order: 2;
    }
    .adress-informations {
        margin: 75px 0 0;
        width: 30%;
        order: 1;
    }
    .contact-form .wpcf7-submit {
        margin: 25px;
    }
}
@media screen and (min-width: 1200px){
	.watermark-contact {
        top: 50%;
    }
}
.ContentLayout_gwz-content-layout__K8n__.ContentLayout_--gap-md__twhl8.ContentLayout_--horizontal-align-start__ubQEH.ContentLayout_--switch-size-md__Z4YnI{
	margin: 50px 0;
}

.ContentLayout_gwz-content-layout__K8n__.ContentLayout_--gap-md__twhl8 .ContentLayout_gwz-content-layout__wrapper__ZPCgr {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    width: calc(100% + 1.5rem);
}

.ContentLayout_gwz-content-layout__wrapper__ZPCgr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.ContentLayout_gwz-content-layout__K8n__.ContentLayout_--horizontal-align-start__ubQEH .ContentLayout_gwz-content-layout__wrapper__ZPCgr {
    justify-content: flex-start;
}

.ContentLayout_gwz-content-layout__K8n__.ContentLayout_--gap-md__twhl8 .ContentLayout_gwz-content-layout__item__L29qb {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
}
.DeliveryInfoCard_gwz-delivery-info-card__Rzvmb {
    max-width: 28rem;
    margin: auto;
}

.DeliveryInfoCard_gwz-delivery-info-card__content__SbkUF {
    border-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: #fdf9f3;
    padding: 1.5rem 1rem;
    text-align: center;
}

.DeliveryInfoCard_gwz-delivery-info-card__list__y5Q8A {
    text-align: left;
	list-style: none;
	max-height: 30rem;
	overflow: auto;
	margin-bottom: 50px;
}

.DeliveryInfoCard_gwz-delivery-info-card__item-container__G0lyT {
    margin-top: 1.25rem;
		margin-left: 0 !important;
		padding: 0 1rem;
}
.DeliveryInfoCard_gwz-delivery-info-card__item__kQapH:not(:last-child) {
    margin-bottom: .25rem;
}
.DeliveryInfoCard_gwz-delivery-info-card__item__kQapH {
    margin-left: 0 !important;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.DeliveryInformationsSection_gwz-delivery-section__fresh-info___Bop1 {
    max-width: 48rem;
    margin: auto;
}
@media (min-width: 768px) {
    .ContentLayout_gwz-content-layout__K8n__.ContentLayout_--switch-size-md__Z4YnI .ContentLayout_gwz-content-layout__item__L29qb.ContentLayout_--w50__IqRr8 {
        width: 50%;
        flex-basis: 50%;
    }
	.DeliveryInfoCard_gwz-delivery-info-card__content__SbkUF {
        padding-left: 3rem;
        padding-right: 3rem;
    }
	.DeliveryInfoCard_gwz-delivery-info-card__item-container__G0lyT {
        margin-top: 2rem !important;
    }
}

.gds-title.--md {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
	font-weight: 600;
}
.gds-alert.--info {
    background-color: #f3f4f6;
    color: #374151;
}
.gds-alert {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: .5rem;
    padding: .75rem 1rem;
}
.gds-alert__container {
    display: flex;
    font-size: .875rem;
    line-height: 1.25rem;
}
.gds-icon.--md {
    height: 1.25rem;
    width: 1.25rem;
}
.gds-alert__icon {
    margin-right: .25rem;
    vertical-align: top;
}
.gds-icon {
    display: inline-block;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    vertical-align: middle;
}
.gds-alert__content {
    width: 100%;
}