:root{
	--site-width: 1152px;

	--primary:       #2e9847;
	--primary-light: #7cb842;
	--primary-dark:  #099428;
	--secondary:     #055a68;
	--pale-green-bg: #f8faf5;

	--bs-link-color: #2e9847;
	--bs-link-color-rgb: 45, 152, 71;
	--bs-link-hover-color: #248393;
	--bs-link-hover-color-rgb: 36, 131, 147;
}

body{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

.container{
	width: min(100% - 3rem, var(--site-width));
	padding: 0;
	max-width: initial;
}
.container.container--limited-sm{
	--site-width: 25rem;
}
.container .container{
	width: 100%;
	padding-inline: 0;
}

header{
	opacity: 1;
	position: sticky;
	top: 0;
	width: 100%;
	background: transparent;
	backdrop-filter: blur(6px);
}
header::after{
	content: '';
	inset: 0;
	position: absolute;
	background: #fff;
	opacity: 0.9;
	z-index: -1;
}
.header-bottom{
	padding-block: 1rem;
}
.header-top__right{
	width: auto;
	margin-left: auto;
	padding: 0;
	gap: 1rem;
}
.header-bottom__row{
	margin-inline: 0;
}

header .navbar-brand{
	flex: 1;
}
@media(max-width: 768px){
	header .navbar-brand{
		translate: 0 -5px;
	}
}
@media(max-width: 1199px){
	.ps-mainmenu--desktop{
		order: 1;
	}
	header .navbar-brand{
		order: 2;
	}
	.header-top__right,
	#_mobile_ps_customersignin{
		order: 3;
	}
	#_mobile_ps_shoppingcart{
		order: 4;
	}
}

.ps-customersignin a{
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 50px;
	padding: 0.4rem 0.85rem;
	font-size: .9rem;
}
.ps-customersignin a:is(:hover, :focus){
	border-color: #333;
	color: var(--bs-body-color);
	text-decoration: none;
}

.ps-shoppingcart .header-block__action-btn{
	background: var(--primary);
	color: #fff;
	padding: 0.4rem 0.85rem;
	border-radius: 50px;
	position: relative;
	font-size: .9rem;
}
.ps-shoppingcart .header-block__action-btn:hover{
	background-color: #41ab5a;
	text-decoration: none;
}
.ps-shoppingcart .header-block__badge{
	position: absolute;
	background: var(--secondary);
	top: -5px;
	right: -10px;
	font-size: 0.5rem;
	height: 1.3rem;
	min-width: 1.3rem;
}

footer{
	--spacing: 1rem;
}
footer .footer__main{
	background: none;
	border-top: 1px solid #efefef;
	padding: 0;
	font-size: .9rem;
}
footer .footer__main-top{
	padding-block: calc(var(--spacing)*2);
}

footer .footer-block{
	margin-bottom: 0;
}
footer .footer-block__title{
	color: var(--bs-body-color);
	margin-bottom: 5px;
}
footer .footer-block__list a{
	line-height: 1;
}
footer img.logo{
	max-width: 140px;
	margin-bottom: 1rem;
}
footer .copyright{
	padding-block: var(--spacing);
	justify-content: space-between;
	border-top: 1px solid #efefef;
	color: var(--bs-body-color);
	font-size: .85rem;
}
footer .ps-emailsubscription input{
	border-radius: 50px;
}

a{
	transition: none;
	color: var(--secondary);
}
a:hover{
	color: var(--bs-link-hover-color);
	text-decoration: underline;
}
a.account-menu__link:hover{
	text-decoration: none;
}
a.account-menu__link.account-menu__link--active{
	color: var(--primary);
}
.btn-primary,
.btn-outline-primary{
	--bs-btn-color: #fff;
	--bs-btn-bg: #089428;
	--bs-btn-border-color: #089428;

	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #2e9847;
	--bs-btn-hover-border-color: #209e3d;

	--bs-btn-focus-shadow-rgb: 48, 128, 247;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #209e3d;
	--bs-btn-active-border-color: #2e9847;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #2e9847;
	--bs-btn-disabled-border-color: #2e9847;

	border-radius: 50px;
	padding: 0.4em 1.15em;
	font-size: .9rem;
	color: #fff;
}
.btn-outline-primary{
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #e3e3e3;
	color: var(--secondary);

}
.btn-primary:hover{
	color: #fff;
	text-decoration: none;
}
.btn.btn-outline-primary:hover{
	background-color: transparent;
	border-color: #333;
	color: var(--bs-body-color);
	text-decoration: none;
}


.btn-primary.inverted{
	--bs-btn-border-color: #efefef8c;

	background: transparent;
}
.btn-primary.inverted:hover{
	border-color: #fff;
	background: #ffffff24;
}

.btn.btn-alt{
	border: 1px solid;
	border-color: #efefef;
	border-radius: 1rem;
	padding: 1rem 1rem;
	background: #fff;
	display: flex;
	color: #000;
	align-items: center;
	font-weight: 500;
	transition: translate 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn.btn-alt:hover{
	border-color: #9cbcc0;
	color: var(--secondary);
	translate: 0 -3px;
	box-shadow: 0px 5px 15px #055a681a;
}
.btn.btn-alt svg:first-child{
	color: var(--primary);
	background-color: #e6f4e9;
	padding: 10px;
	aspect-ratio: 1;
	border-radius: 50px;
	margin-right: 5px;
	transition: background-color 0.2s, color 0.2s;
}
.btn.btn-alt:hover svg:first-child{
	color: #fff;
	background-color: var(--primary);
}
.btn.btn-alt .fa-arrow-right{
	margin-left: auto;
	color: var(--secondary);
}

.account-menu__link:not(.account-menu__link--signout){
	border: 1px solid transparent;
}
.account-menu__link:hover{
	border-color: #efefef;
}
.account-menu__link--signout{
	color: #dd5e5e;
}
.account-menu__link--signout:hover{
	color: red;
}

video{
	border-radius: 20px;
	height: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

h1{
	line-height: 1;
}
h2{
	color: var(--secondary);
	font-size: clamp(1.4rem, 5vw, 2.5rem);
	font-weight: 600;
	margin-bottom: 2rem;
	line-height: 1;
}

.card{
	background: var(--bs-tertiary-bg);
	padding: 1.4rem;
	border-radius: 10px;
}
.card{
	background: transparent;
	border: 1px solid #e3e3e3;
	padding: 1rem;
	border-radius: 10px;
}

.pill{
	background-color: var(--pale-green-bg);
	padding: .4rem 0.7rem;
	line-height: 1;
	border-radius: 50px;
	max-width: fit-content;
	font-size: .9rem;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.grid,
.display_archive{
  --min-col-size: 200px;
  --gap: 1rem;

  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min-col-size), 100%), 1fr));
}
.grid.auto-fill{
  grid-template-columns: repeat(auto-fill, minmax(min(var(--min-col-size), 100%), 1fr));
}

.grid[data-columns],
.display_archive{
	--grid-max-col-count: 3;
	--grid-col-size-calc: calc(
	  (100% - var(--gap) * var(--grid-max-col-count)) /
	    var(--grid-max-col-count)
	);
	--grid-col-min-size-calc: min(
	  100%,
	  max(var(--min-col-size), var(--grid-col-size-calc))
	);
	grid-template-columns: repeat(
	  auto-fill,
	  minmax(var(--grid-col-min-size-calc), 1fr)
	);
}
.grid[data-columns="5"]{ --grid-max-col-count: 5; }
.grid[data-columns="4"]{ --grid-max-col-count: 4; }
.grid[data-columns="3"]{ --grid-max-col-count: 3; }
.grid[data-columns="2"]{ --grid-max-col-count: 2; }


/*HOME*/
.page-content--home{
	gap: 0;
}
#index main section{
	padding-block: 4rem;
}

figure.hero{
	--img-width: 450px;
	--gap: clamp(2rem, 5vw, 10rem);

	padding: 6rem 0 6rem;
	display: grid;
	grid-template-columns: 3fr 2fr;
	align-items: center;
	margin-bottom: 6rem;
}
@media(max-width: 768px){
	figure.hero{
		max-width: 450px;
		grid-template-columns: 1fr;
		padding-block: 2rem 0;
	}
}
figure.hero figcaption{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: start;
	position: relative;
	z-index: 2;
}
@media(min-width: 980px){
	figure.hero figcaption::after{
		content: '';
		--radius: 50%;
		width: 215px;
		aspect-ratio: 230 / 210;
		border: solid 1.1rem var(--primary-light);
		border-radius: var(--radius) 0 var(--radius) 0;
		opacity: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		translate: 90% 30%;
		animation: appear 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
		animation-delay: 1.8s;
	}
}

@keyframes appear {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: .5;
  }
}


figure.hero :is(h1, p){
	margin-bottom: 0;
}
figure.hero h1{
	font-size: clamp(2rem, 5vw, 3.8rem);
	color: var(--secondary);
	max-width: 18ch;
}
figure.hero h1 strong{
	color: var(--primary-light);
	font-weight: 600;
}
figure.hero a.btn{
	font-size: 1.05rem;
}
figure.hero img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
	z-index: 1;
}
@media(min-width: 768px){
	figure.hero.img-right img{
		order: 1;
	}
}

figure .numbers{
	text-transform: uppercase;
	gap: 1rem;
	flex-wrap: nowrap;
	font-size: .75rem;
}
figure .numbers > div{
	flex: 1;
}
figure .numbers strong{
	color: var(--secondary);
	font-size: 1.8rem;
	display: block;
}
figure .numbers span{
	display: block;
	max-width: 100px;
}

#index .expertises{
	background: var(--primary-dark);
	color: #fff;
	padding-block: 1.4rem;
}
#index .expertises strong{
	font-weight: 500;
	font-size: 1.2rem;
}
#index .expertises .container{
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
#index .expertises ul{
	margin-bottom: 0;
	gap: 10px;
}
#index .expertises ul li{
	background: #ffffff24;
	border-radius: 50px;
	border: 1px solid #ffffff30;
	padding: 0.3rem 0.75rem;
}
#index .expertises ul svg{
	margin-right: 10px;
}

section.ps-featuredproducts{
	background: var(--pale-green-bg);
}
section.ps-featuredproducts .module-products__buttons{
	display: block;
}

section.steps-text{
	--color: #254904;
	background: var(--primary-light);
	color: var(--color);
}
section.steps-text h2{
	color: var(--color);
}
section.steps-text .container > .grid{
	--gap: 2rem;
}
@media(min-width: 980px){
	section.steps-text .container > .grid{
		--gap: 4rem;
		grid-template-columns: min(450px, 100%) auto;
	}
}
section.steps-text .grid.counter{
	counter-reset: counter;
	grid-template-columns: repeat(2, 1fr);
}
section.steps-text .grid.counter > div{
	counter-increment: counter;
	background: #ffffff24;
  border-radius: 10px;
  border: 1px solid #ffffff30;
  padding: 1rem;
}
section.steps-text .grid.counter > div::before{
	content: "0"counter(counter);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	display: block;
	margin-bottom: 1rem;
}
section.steps-text .grid.counter > div strong{
	display: block;
}

section.blog{
	background: var(--pale-green-bg);
}
section.blog div.campaign{
	background: #fff;
	padding: 1rem;
	border-radius: 1rem;
	border: 1px solid #efefef;
}
section.blog div.campaign:hover{
	border-color: #9cbcc0;
	box-shadow: 0px 5px 15px #055a681a;
}
section.blog div.campaign a:hover{
	color: var(--primary-dark);
}


section.onboard .card{
	padding: clamp(2rem, 3vw, 3rem);
	border-radius: 40px;
	background: linear-gradient(160deg, oklch(42% .07 210), oklch(32% .06 215));
}
section.onboard .card :is(h2, p){
	color: #fff;
	text-wrap: balance;
}
section.onboard .card p{
	margin-bottom: 0;
}
section.onboard .card a{
	font-size: 1.1rem;
}

section.onboard .card{
	--gap: 2rem;
	align-items: center;
}

.ps-contactinfo__infos{
	color: var(--bs-body-color);
}

#contact .team{
	margin-bottom: 3rem;
}
#contact .team > div{
	display: flex;
	flex-direction: column;
}
#contact .team img{
	align-self: flex-start;
	border-radius: 10px;
	max-width: 100%;
	margin-bottom: 5px;
}


@media(max-width: 360px){
	a.btn-primary{
		width: 100%;
	}
	.ps-emailsubscription .d-flex{
		flex-direction: column;
	}
}
@media(max-width: 991px){
	footer .ps-contactinfo.footer-block{
		margin-bottom: 1rem
	}
}


/**
 * Reveal
**/
@media( min-width: 769px){
	.reveal{
		opacity: 0;
		translate: 0 -30px;
	}
	.reveal-left,
	.wp-block-media-text > *:nth-child(1){
		opacity: 0;
		translate: -30px 0;
	}
	.reveal-right,
	.wp-block-media-text > *:nth-child(2){
		opacity: 0;
		translate: 30px 0;
	}
	.reveal-visible,
	.wp-block-media-text.reveal-visible > *{
		opacity: 1;
		translate: 0 0;
		transition: translate 1s cubic-bezier(.5, 0, 0, 1), opacity 1s cubic-bezier(.5, 0, 0, 1);
	}
	.reveal-visible.delay{
		transition-delay: .4s;
	}
	.reveal-visible.delay-2{
		transition-delay: .8s;
	}
	.reveal-visible.delay-3{
		transition-delay: 1.2s;
	}
	.reveal-visible.delay-4{
		transition-delay: 1.6s;
	}

}