/*

Theme Name: Leclerc Business Site
Text Domain: leclerc

*/

body {
	margin: 0 !important;
}

h1, h2, h3 {
    font-weight: normal !important;
}

.page-content{
	position: relative;
	top: -10rem;
	margin-bottom: -10rem;
	overflow: hidden;
}

.page-content-no-elementor{
	position: relative;
	overflow-x: clip;
}

.huile-palme-enterprise-id{
	font-family: 'Calibri', Arial, sans-serif !important;
}

.too-long-title{
	overflow-wrap: break-word;
}

.vid-popup{
	display: flex; 
	justify-content: center;
}

.small{
	font-size: 0.37em;
	font-weight: normal;
}

.text{
	font-family: Karla;
}

.heading{
	font-family: Anton;
	text-transform: uppercase;
}

.row{
	display: flex;
	box-sizing: border-box;
}

.row--space-between {
	justify-content: space-between;
}

.row--center {
	justify-content: center;
}

.flexible, .flexible--desktop{  
	flex: 1 1 0;
	-ms-flex: 1 1 auto;
}

.column {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.section-heading{
	line-height: 1.2;
	font-family: Anton;
	font-size: 3.125rem;
	font-weight: normal;
	letter-spacing: 0.219rem;
	text-align: center;
	text-transform: uppercase;
	color: #535353;
}

.page-header-img{
	position: relative;
	justify-content: flex-end;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	flex: none;
	font-weight: normal;
	font-size: 0.8333333333vw;
	min-height: 50rem;
	height: 80vh;
	top: -10rem;
	margin-bottom: -10rem;
}

.page-header-text-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.page-header-text{
	margin-bottom: 8.25rem;
	padding-left: 8.5%;
	color: white;
	z-index: 1;
	transition: transform ease 1s;
	flex: none;
	font-weight: normal;
	font-size: 0.8333333333vw;
}

.page-header-title{
	letter-spacing: 0.5rem;
	white-space: pre-line;
	text-decoration: none;
	font-family: Anton;
	text-transform: uppercase;
	text-shadow: 0.3rem 0.2rem 0.55rem rgba(102,59,28,0.5);
	max-width: 57%;
	font-size: 6.25rem;
	line-height: 1.3;
}

.page-header-text h1{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}


.page-header-text h1 > p{
	margin: 0;
	padding: 0;
}

.button {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}

.button:disabled {
	cursor: auto !important;
}

.button--cancel {
	background-color: red;
}

.button--neutral {
	background-color: grey;
}

.button--submit {
	background-color: green;
}

.button--toggle {
	outline: none;
	border: none;
	padding: 0.75rem;
	text-align: center;
	background-color: #f3f6f5;
	font-family: Anton;
	font-size: 1rem;
	letter-spacing: 0.06875rem;
	color: #363636;
}

.button--toggle-active {
	color: #F2ECDE;
	background-color: #855316;
}

.link {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}

.link:disabled {
	cursor: auto !important;
}

.link--primary,
.link--red {
	border: none;
	border-radius: 0;
	appearance: none;
	text-align: center;
	letter-spacing: 0.1rem;
	padding: 1rem 2.5rem;
	font-family: Anton;
	font-size: 1.375rem;
	color: rgba(248, 249, 249, 0.97);
	background-color: #1e1e1e;
	text-transform: uppercase;
	transition: background-color 0.1s ease;
}

.link--primary:hover,
.link--red:hover {
	background-color: #0e0e0e;
}

.link--primary:disabled,
.link--red:disabled {
	background-color: #3e3e3e;
}

.link--red {
	background-color: #c83136;
}

.link--red:hover {
	background-color: #e04a50; /* lighten(#c83136, 6%) */
}

.link--red:disabled {
	background-color: #964145; /* desaturate(#c83136, 50%) */
}

.link--secondary {
	color: black;
	text-decoration: underline;
}

.link--social-media {
	height: 100%;
}

.link--social-media > img {
	height: 100%;
}

.link--grey {
	background-color: #555;
	transition: background-color 0.1s ease;
}

.link--grey:hover {
	background-color: #333;
}

.link--outline,
.link--outline--red,
.link--icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid white;
	padding: 0.75em 2.25em;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: Anton;
	font-size: 1.375rem;
	text-transform: uppercase;
}

.link--outline--gold {
	border-color: #c8be96;
}

.link--outline .icon,
.link--outline--red .icon,
.link--icon .icon {
	vertical-align: middle;
}

.link--outline {
	color: white;
	background: rgba(255,255,255,0);
	transition: background-color 0.1s ease;
}

.link--outline--gold {
	color: #c8be96;
}

.link--outline .icon-fill {
	fill: white;
}

.link--outline--gold .icon-fill {
	fill: #c8be96;
}

.link--outline .icon-stroke {
	stroke: white;
}

.link--outline:hover {
	background-color: rgba(255,255,255,0.15);
}

.link--outline:disabled {
	background-color: rgba(255,255,255,0);
	border-color: rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
}

.link--outline:disabled .icon-fill {
	fill: rgba(255,255,255,0.5);
}

.link--outline:disabled .icon-stroke {
	stroke: rgba(255,255,255,0.5);
}

.link--outline--red {
	border-color: #c83136;
	color: #c83136;
}

.link--outline--red .icon > path {
	fill: #c83136;
}

.link--outline--red:hover,
.hover-parent:hover .link--outline--red {
	background-color: #c83136;
	color: white;
}

.link--outline--red:disabled {
	border-color: rgba(200,49,54,0.5);
	background-color: transparent;
	color: rgba(200,49,54,0.5);
}

.link--outline--red:hover .icon-fill,
.hover-parent:hover .link--outline--red .icon-fill {
	fill: white;
}

.link--outline--red:hover .icon-stroke,
.hover-parent:hover .link--outline--red .icon-stroke {
	stroke: white;
}

.link--icon {
	vertical-align: middle;
	width: 44px;
	height: 44px;
	padding: 0;
}

.link--disclosure {
	justify-content: space-between;
	padding: 0.75em 1em;
	text-align: left;
}

.link--disclosure .icon-disclosure {
	margin-left: 2rem;
}

.input--file {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}

.label--form {
	font-family: Karla;
	font-size: 1.375rem;
	color: #535353;
	text-transform: uppercase;
	line-height: 1.82;
	letter-spacing: 0.1rem;
	margin-bottom: 0.25rem;
	font-weight: bold;
}

.label--required:after {
	content: "*";
	display: inline;
	color: red;
}

.input--form {
	box-sizing: border-box;
	height: 4rem;
	padding: 0.5rem 1rem;
	line-height: 3rem;
	font-size: 1.375rem;
	font-family: Karla;
	letter-spacing: 0.15rem;
	border: solid 0.125rem #535353;
	background-color: transparent;
	margin-bottom: 3rem;
}

.field_with_errors .input--form {
	width: 100%;
	border-color: #DF030F;
}

.input--form-checkbox {
	display: inline-block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
}

.input--form-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	appearance: none;
	outline: none;
	opacity: 0;
}

.input--form-checkbox-indicator {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	border: solid 0.125rem #e7020c;
	pointer-events: none;
}

.input--form-checkbox input:checked ~ .input--form-checkbox-indicator {
	background-color: #e7020c;
}

.select--form {
	box-sizing: border-box;
	border-radius: 0;
	width: 100%;
	height: 4rem;
	border: solid 0.125rem #535353;
	padding: 0 1rem;
	line-height: 3rem;
	font-size: 1.375rem;
	font-family: Karla;
	background-color: transparent;
	appearance: none;
}

.field_with_errors .select--form {
	border-color: #DF030F;
}

.select-container {
	position: relative;
	margin-bottom: 3rem;
}

.select-container .select--form {
	padding-right: 3.25rem;
}

.icon--select-dropdown-arrow {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	width: 1.3rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.text-area--form {
	resize: none;
	height: auto;
}

/* Facts CSS */
.fact-image {
	max-width: 10rem;
	height: 5rem;
	object-fit: contain;
}

.row--fact-image {
	margin-bottom: 1rem;
}

.row--fact-title {
	margin-bottom: 2rem;
}

.row--facts {
	margin-bottom: 7.5rem;
}
.row--facts .column--fact:not(:first-child) {
	margin-left: 9rem;
}

.column--fact {
	max-width: calc(33.3333% - 6rem);
	width: calc(33.3333% - 6rem);
}

.heading--fact-title {
	font-size: 2rem;
	color: #535353;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.text--fact-description {
	text-align: center;
	font-size: 1.375rem;
	line-height: 1.36;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-container {
	overflow: hidden;
}

.row {
	display: flex;
	box-sizing: border-box;
}

.row--full {
	width: 100%;
}

.row--center {
	justify-content: center;
}

.row--desktop-center {
	justify-content: center;
}

.row--right {
	justify-content: flex-end;
	text-align: right;
}

.row--space-between {
	justify-content: space-between;
}

.row--space-around {
	justify-content: space-around;
}

.row--align-center {
	align-items: center;
}

.row--background {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	pointer-events: none;
}
.row--background img {
	position: absolute;
}

.row--foreground {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
	pointer-events: none;
}
.row--foreground img {
	position: absolute;
}

.expandable {
	transition: opacity ease 0.5s;
	opacity: 1;
	overflow: hidden;
}

.expandable--closed {
	height: 0;
	opacity: 0;
}

.column {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.column--center {
	justify-content: center;
}

.column--bottom {
	justify-content: flex-end;
}

.column--space-between {
	justify-content: space-between;
}

.column--space-around {
	justify-content: space-around;
}

.column--align-center {
	align-items: center;
}

.column--full {
	width: 100%;
}

.column--2 {
	width: 50%;
	max-width: 50%;
}

.column--3 {
	width: 33.333333%;
	max-width: 33.333333%;
}

.column--4 {
	width: 25%;
	max-width: 25%;
}

.column--5 {
	width: 20%;
	max-width: 20%;
}

.flexible,
.flexible--desktop {
	flex: 1 1 0;
	-ms-flex: 1 1 auto;
}

.section-background {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.section-background--spinning-elements img:nth-child(even) {
	animation: slow-infinite-spin reverse;
}
.section-background--spinning-elements img:nth-child(odd) {
	animation: slow-infinite-spin;
}

.section-background-column {
	height: 100%;
	width: 100%;
	position: absolute;
}

.section-background-column img {
	object-fit: contain;
	position: absolute;
}

.list {
	list-style: none;
}

.list--tags {
	display: flex;
}

.list--toggles {
	display: flex;
}

.list--toggles > .list-item:last-child {
	margin-right: 0;
}

/* .list-item */

.list-item--toggle {
	width: 100%;
}

.list-item--toggle:not(:first-child) {
	margin-left: 0.8rem;
}

.list-item--tag {
	border: 1px solid black;
	border-radius: 1rem;
	min-width: 6rem;
	padding: 0.25rem 0.75rem;
	margin-right: 1rem;
	text-align: center;
}

.flour-background {
	position: relative;
	width: 100%;
	top: calc(-49rem - 0.5rem);
	z-index: 1;
	height: 0;
}

.flour-background-image {
	min-width: 100%;
	height: 49rem;
	left: 0;
	position: absolute;
	z-index: -1;
}

.rolling-background-image {
	position: absolute;
	left: 0;
	height: calc(49rem - 8rem);
	object-fit: contain;
	object-position: left;
}

.flour-background-welcome{
	top: calc(-5rem - 0.5rem);
}

.pum-close {
    background: #fff;         /* Example: white background */
    color: #333;              /* Example: dark text */
    border-radius: 50%;       /* Example: make it round */
    font-size: 2rem;          /* Example: larger icon */
    width: 40px;              /* Example: set width */
    height: 40px;             /* Example: set height */
    line-height: 40px;        /* Center icon vertically */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
}
.pum-close:hover {
    background: #f44336;      /* Example: red on hover */
    color: #fff;
}

@media only screen and (max-width: 720px) {
	
	.flour-background {
		position: relative;
		width: 100%;
		top: calc(-18rem - 0.5rem);
	}
	.flour-background-image {
		height: 18rem;
	}
	.rolling-background-image {
		height: calc(18rem - 5rem);
	}
}

@media only screen and (max-width: 720px) {
	.page-header-img{
		height: 60vh;
		min-height: 20rem;
	}
}

@media only screen and (max-width: 1024px) {
	.row--device-hidden {
		display: none;
	}
	.column--device-hidden {
		display: none;
	}
}

@media only screen and (max-width: 720px) {
	.row--device-hidden {
		display: none;
	}
	.column--device-hidden {
		display: none;
	}
	.row--desktop-center {
		justify-content: initial;
	}
	.row--device-center {
		justify-content: center;
	}
	.flexible--device {
		flex: 1 1 0;
		-ms-flex: 1 1 auto;
	}
	.flexible--desktop {
		flex: none;
	}
}

@media only screen and (max-width: 600px) {
	.text--fact-description {
		font-size: 1.1rem;
	}

	.column--facts-container {
		max-width: 95%;
		margin: auto;
	}

	.row--facts {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.column--fact {
		min-width: 100%;
		max-width: 100%;
		margin-left: 0 !important;
		margin-bottom: 3rem;
	}

	.row--fact-title {
		margin-bottom: 1rem;
	}

	.heading--fact-title {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 720px) {
	.link--primary {
		padding: 0.75rem 1.5rem;
		font-size: 1rem;
	}

	.link--outline {
		padding: 0.5rem 1.5rem;
	}

	.link--outline--red {
		font-size: 1.1rem;
	}

	.link--disclosure .icon-disclosure {
		margin-left: 1rem;
	}
	
	.column--3{
		width: 100%;
	}
	
	.column--4{
		width: 100%;
		max-width: fit-content;
	}
}
