/*
! tailwindcss v3.0.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: 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";
	/* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
		1. Correct the odd appearance in Chrome and Safari.
		2. Correct the outline style in Safari.
		*/

[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
		Remove the inner padding in Chrome and Safari on macOS.
		*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
		1. Correct the inability to style clickable types in iOS and Safari.
		2. Change font properties to `inherit` in Safari.
		*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
		Add the correct display in Chrome and Safari.
		*/

summary {
	display: list-item;
}

/*
		Removes the default spacing and border for appropriate elements.
		*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
		Prevent resizing textareas horizontally by default.
		*/

textarea {
	resize: vertical;
}

/*
		1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
		2. Set the default placeholder color to the user's configured gray 400 color.
		*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
		Set the default cursor for buttons.
		*/

button,
[role="button"] {
	cursor: pointer;
}

/*
		Make sure disabled buttons don't get the pointer cursor.
		*/

:disabled {
	cursor: default;
}

/*
		1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
		2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
		   This can trigger a poorly considered lint error in some tools but is included by design.
		*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
		Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
		*/

img,
video {
	max-width: 100%;
	height: auto;
}

/*
		Ensure the default browser behavior of the `hidden` attribute.
		*/

[hidden] {
	display: none;
}

*,
::before,
::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}

@media (min-width: 480px) {
	.container {
		max-width: 480px;
	}
}

@media (min-width: 600px) {
	.container {
		max-width: 600px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

@media (min-width: 782px) {
	.container {
		max-width: 782px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
		padding-right: 0rem;
		padding-left: 0rem;
	}
}

@media (min-width: 1150px) {
	.container {
		max-width: 1150px;
	}
}

@media (min-width: 1350px) {
	.container {
		max-width: 1350px;
	}
}

@media (min-width: 1450px) {
	.container {
		max-width: 1450px;
	}
}

.relative {
	position: relative;
}

.col-span-3 {
	grid-column: span 3 / span 3;
}

.col-span-5 {
	grid-column: span 5 / span 5;
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.col-span-10 {
	grid-column: span 10 / span 10;
}

.col-span-9 {
	grid-column: span 9 / span 9;
}

.col-span-8 {
	grid-column: span 8 / span 8;
}

.m-8 {
	margin: 2rem;
}

.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-36 {
	margin-top: 9rem;
}

.-mt-28 {
	margin-top: -7rem;
}

.ml-auto {
	margin-left: auto;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.-mt-8 {
	margin-top: -2rem;
}

.mr-5 {
	margin-right: 1.25rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.h-1 {
	height: 0.25rem;
}

.min-h-screen {
	min-height: 100vh;
}

.w-full {
	width: 100%;
}

.w-16 {
	width: 4rem;
}

.w-52 {
	width: 13rem;
}

.w-60 {
	width: 15rem;
}

.w-8\/12 {
	width: 66.666667%;
}

.w-12 {
	width: 3rem;
}

.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.w-44 {
	width: 11rem;
}

.w-20 {
	width: 5rem;
}

.w-10 {
	width: 2.5rem;
}

.max-w-sm {
	max-width: 24rem;
}

.flex-grow {
	flex-grow: 1;
}

.translate-y-24 {
	--tw-translate-y: 6rem;
	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));
}

.cursor-pointer {
	cursor: pointer;
}

.resize {
	resize: both;
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr));
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-end {
	align-items: flex-end;
}

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

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

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

.gap-5 {
	gap: 1.25rem;
}

.gap-24 {
	gap: 6rem;
}

.gap-10 {
	gap: 2.5rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-3 {
	gap: 0.75rem;
}

.rounded {
	border-radius: 0.25rem;
}

.border-2 {
	border-width: 2px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-4 {
	padding: 1rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-7 {
	padding: 1.75rem;
}

.p-3 {
	padding: 0.75rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.pt-14 {
	padding-top: 3.5rem;
}

.pb-24 {
	padding-bottom: 6rem;
}

.pr-7 {
	padding-right: 1.75rem;
}

.pl-6 {
	padding-left: 1.5rem;
}

.pt-20 {
	padding-top: 5rem;
}

.pr-3 {
	padding-right: 0.75rem;
}

.pt-44 {
	padding-top: 11rem;
}

.pb-20 {
	padding-bottom: 5rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.font-light {
	font-weight: 300;
}

.font-bold {
	font-weight: 700;
}

.font-black {
	font-weight: 900;
}

.font-medium {
	font-weight: 500;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.leading-5 {
	line-height: 1.25rem;
}

.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.alignfull {
	margin: 2rem calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw;
}

.alignwide {
	margin: 2rem 0;
	max-width: 1350px !important;
}

.alignnone {
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	max-width: 100%;
}

.aligncenter {
	margin: 0.5rem auto;
	display: block;
}

@media (min-width: 600px) {
	.alignleft:not(.wp-block-button) {
		margin-right: 0.5rem;
	}

	.alignleft:not(.wp-block-button) {
		float: left;
	}

	.alignright:not(.wp-block-button) {
		margin-left: 0.5rem;
	}

	.alignright:not(.wp-block-button) {
		float: right;
	}

	.wp-block-button.alignleft a {
		float: left;
	}

	.wp-block-button.alignleft a {
		margin-right: 1rem;
	}

	.wp-block-button.alignright a {
		float: right;
	}

	.wp-block-button.alignright a {
		margin-left: 1rem;
	}
}

.wp-caption {
	display: inline-block;
}

.wp-caption img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.wp-caption-text {
	font-size: 0.875rem;
	color: #4b5563;
}

/* ========================================= */

/* =================  BASE  ================ */

/* ========================================= */

body {
	-webkit-font-smoothing: antialiased;
}

html.has-scroll-smooth {
	overflow: hidden;
}

.container {
	max-width:1150px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

#simple-translate {
	display: none;
}

p {
	min-height: 5px;
}

.section {
	position: relative;
}

.section .title-brd .brd {
	height: 1px;
	left: 0;
	top: 18px;
	position: absolute;
	background: #6BB42D;
}

.section .title-brd .brd.bg-white {
	background: #fff;
}

.desktop .viewport {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.desktop .scroll-container {
	position: absolute;
	overflow: hidden;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	width: 100%;
}

/* ====== Usefull ====== */

.fadeout {
	-webkit-animation: 0.3s ease-in forwards fadeOut;
	animation: 0.3s ease-in forwards fadeOut;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInleft {
	from {
		opacity: 0;
		transform: translateX(40px)
	}

	to {
		opacity: 1;
		transform: translateY(0px)
	}
}

@keyframes fadeInleft {
	from {
		opacity: 0;
		transform: translateX(40px)
	}

	to {
		opacity: 1;
		transform: translateY(0px)
	}
}

.error {
	color: #ff2828
}

.w-full {
	width: 100% !important;
}

.z-1 {
	position: relative;
	z-index: 1;
}

.z-2 {
	position: relative;
	z-index: 2;
}

.z-3 {
	position: relative;
	z-index: 3;
}

/* ====== Font ====== */

.montserrat {
	font-family: 'Montserrat', serif;
}

body {
	font-family: 'Montserrat', serif;
	color: #1D1D1B;
}

b,
strong {
	font-weight: 600;
}

h1,
.h1 {
	font-size: 38px;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 30px;
	font-weight: 500;
}

h3,
.h3 {
	font-size: 25px;
	font-weight: 700;
}

h4,
.h4 {
	font-size: 22px;
	font-weight: 600;
}

h5,
.h5 {
	font-size: 20px;
	font-weight: 600;
}

.has-medium-font-size {
	line-height: 16px;
	font-weight: 500;
}

.has-large-font-size {
	line-height: 24px;
	font-weight: 500;
}

.has-xxl-font-size {
	font-weight: 600;
	font-size: 70px;
	line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	line-height: 1.2;
	font-family: 'Montserrat', serif;
}

@media screen and (max-width: 680px) {

	h1,
	.h1 {
		font-size: 32px;
	}

	h2,
	.h2 {
		font-size: 26px;
	}

	h3,
	.h3 {
		font-size: 22px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	.has-large-font-size {
		font-size: 14px;
	}
}

/* ====== Color ====== */

.green {
	color: #6BB42D
}

.white {
	color: #fff
}

.bg-grey {
	background: #eff0f7;
}

.gradient-text {
	background: linear-gradient(to right, #111 0%, #6ab22c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box-shadow {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
}

/* ====== Buttons ====== */

.btn.green,
.frm_button_submit,
#form_simulateurprimeco-responsable2 .frm_button_submit {
	background: #6BB42D;
	color: #fff;
	padding: 10px 30px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition-duration: 0.3s;
	height: 53px;
	border-radius: 0;
	border: unset !important;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-height: 53px;
	white-space: nowrap;
	box-shadow: unset;
}

.btn.green:hover,
.frm_button_submit:hover,
#form_simulateurprimeco-responsable2 .frm_button_submit:hover {
	background: #fff;
	color: #6BB42D
}

.btn.green::before,
.frm_button_submit::before,
#form_simulateurprimeco-responsable2 .frm_button_submit::before {
	content: '';
	height: 21px;
	width: 21px;
	margin-right: 10px;
	background-image: url(/wp-content/themes/digitim/digigreen/svg/icon-send.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

.home .c-scrollbar_thumb {
	background-color: #6BB42D;
	opacity: 1;
}

@media screen and (max-width: 580px) {
	.top .btn {
		text-align: center;
	}
}

/* ====== Animations ====== */

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

.background-img .scale {
	width: 100%;
	height: 100%;
	transform: scale(1.3);
}

.background-img .scale img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

/* ====== Liste ====== */

.circle-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}

.circle-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	height: 5px;
	width: 5px;
	background-color: #6BB42D;
	border-radius: 50%;
}

@media screen and (max-width: 500px) {

	.circle-list li {
		margin-bottom: 8px
	}
}

/* ====== Form Fields ====== */

textarea:focus,
input:focus {
	outline: none;
}

.select-dropdown {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 0 15px 0 0;
	border-radius: 50px;
	width: 100%;
	font-size: 13px;
}

.select-dropdown:last-child {
	margin-right: 0px;
}

.select-dropdown__button {
	padding: 15px 40px 15px 10px;
	color: #8D8E8F;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 3px solid #6BB42D;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	cursor: pointer;
	text-align: left;
	min-width: 250px;
	width: 100%;
}

.select-dropdown__button::after {
	content: '';
	height: 10px;
	width: 17px;
	background: url(/wp-content/themes/digitim/digigreen/svg/icon-chevron.svg) no-repeat center;
	background-size: auto;
	background-size: 17px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition-duration: 0.3s;
	transform: translateY(-50%);
}

.select-dropdown__button:focus {
	outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
	position: absolute;
	right: 10px;
	top: 12px;
}

.select-dropdown__list {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	max-height: 300px;
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: #6BB42D;
	list-style-type: none;
	opacity: 0;
	pointer-events: none;
	transform-origin: top left;
	transition: all ease-in-out .3s;
	z-index: 2;
	margin-left: auto;
	margin-top: 10px;
	transform: translateY(10px);
	padding-left: 0 !important;
}

.select-dropdown__list.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0px);
	z-index: 90;
}

.select-dropdown__list-item {
	display: block;
	list-style-type: none;
	padding: 21px 10px;
	border-top: 1px solid #e6e6e621;
	line-height: 1.4;
	cursor: pointer;
	color: #fff;
	text-align: left;
	transition: all ease-in-out .3s;
	font-size: 13px;
	font-weight: 600;
}

.select-dropdown__list-item:hover {
	background-color: #5fa126;
	transition: all ease-in-out .3s;
}

.frm_checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.frm_checkbox label {
	position: relative;
	cursor: pointer;
}

.frm_checkbox label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #6BB42D;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

#form_newsletter .frm_checkbox label:before {
	display: none
}

.frm_checkbox input:checked+label:before {
	background-color: #6BB42D;
}

.frm_checkbox input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.frm_error_style {
	color: #fff;
	font-size: 13px;
	background: #ac4d4d;
	padding: 5px 10px;
	font-weight: 500;
}

.frm_error {
	color: #ac4d4d;
	font-size: 13px;
	padding-top: 8px;
	font-weight: 500;
}

#page .frm_blank_field input:not([type="checkbox"]) {
	border-color: #ac4d4d !important
}

/*--------------------------------------------------------------
		# Top page
		--------------------------------------------------------------*/
.none-mobile {
	display: block;
}

.btn.green.back::before {
	background-image: url(/wp-content/themes/digitim/digigreen/svg/arrow-left.svg);
}

@media screen and (max-width: 490px) {
	.none-mobile {
		display: none;
	}

	.btn.green.back {
		padding: 10px 22px;
	}
}

.section.top .logo img {
	width: 100%;
}

.section.top .big-title strong {
	font-weight: 900;
	color: #6bb42d
}

.section.top .shape {
	position: absolute;
	z-index: 0;
}

.section.top .shape.lg-shape {
	top: 0%;
	left: 3%;
}

.section.top .shape.xs-shape {
	top: 40%;
	right: 10%;
	width: 20px;
}




/*--------------------------------------------------------------
		# Réassurance
		--------------------------------------------------------------*/

.section.reassurance {
	position: relative;
}

.section.reassurance::before {
	content: '';
	height: 50%;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.section.reassurance .background-img {
	max-width: 1350px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media screen and (max-width: 1380px) {
	.section.reassurance .background-img img {
		-o-object-position: right;
		object-position: right;
	}
}

.section.reassurance .wrap-re {
	transform: translateY(-50%);
}

@media screen and (max-width: 600px) {

	.section.reassurance .wrap-re {
		transform: translateY(-23%)
	}
}

@media screen and (max-width: 500px) {

	.section.reassurance .wrap-re {
		width: 75%
	}
}

@media screen and (max-width: 440px) {

	.section.reassurance .wrap-re {
		width: 85%
	}
}

@media screen and (max-width: 380px) {

	.section.reassurance .wrap-re {
		width: 95%
	}
}

.section.reassurance .wrap-re .item .cont {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.section.reassurance .wrap-re .item .cont img {
	width: 100%;
}

.section.reassurance .wrap-re .item .cont p {
	position: absolute;
}

.section.reassurance .shape {
	position: absolute;
	background: #68a92fc4;
	z-index: 2;
}

.section.reassurance .shape2 {
	top: 60%;
	left: 75%;
	height: 50px;
	width: 50px;
}

.section.reassurance .shape1 {
	top: 24%;
	left: 30%;
	height: 16px;
	width: 16px;
}

.section.reassurance .shape3 {
	top: 50%;
	left: 5%;
	height: 30px;
	width: 30px;
}

.section.reassurance .shape4 {
	top: 50%;
	left: 6%;
	height: 50px;
	width: 50px;
}

@media screen and (max-width: 500px) {
	.section.reassurance .shape {
		display: none;
	}

	.section.reassurance .shape2 {
		top: 50%;
		left: 90%;
		height: 40px;
		width: 40px;
	}
}

/*--------------------------------------------------------------
		# section-info1
		--------------------------------------------------------------*/

.section.section-info1 .pictos .item {
	position: relative;
}

.section.section-info1 .pictos .item .brd {
	height: 100%;
	width: 1px;
	background: #bfc8da;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 782px) {
	.section.section-info1 .pictos .item .brd {
		width: 100%;
		height: 1px;
		background: #bfc8da;
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

/*--------------------------------------------------------------
		# section-info2
		--------------------------------------------------------------*/

.section.section-info2 .cont {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.section.section-info2 .cont img.picto {}

.section.section-info2 .cont img.bg {
	width: 100%;
	position: absolute;
}

.section.section-info2 .cont .w-full {
	position: absolute !important;
	height: 105%;
	max-width: 45%;
}

.section.section-info2 .pictos .item {
	width: 30%;
}

@media screen and (max-width: 1150px) {

	.section.section-info2 .pictos .item {
		min-width: 50%;

		min-height: 80px
	}
}

@media screen and (max-width: 600px) {

	.section.section-info2 .pictos .item {
		min-width: 100%
	}
}

.section.section-info2 .pictos .item strong {
	font-weight: 700;
}

/*--------------------------------------------------------------
		# section-info3
		--------------------------------------------------------------*/

.section.section-info3 {}

/*--------------------------------------------------------------
		# section-info4
		--------------------------------------------------------------*/

.section.section-info4 {}

/*--------------------------------------------------------------
		# section-info5
		--------------------------------------------------------------*/

.section.section-info5 .list-product img {
	height: auto;
}

/*--------------------------------------------------------------
		# contact
		--------------------------------------------------------------*/

.contact {
	position: relative;
}

.contact .frm_form_title {
	display: none;
}

.contact .container {
	max-width: 1350px;
}

.contact .background {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: -1;
}

.contact .background .scale {
	transform: scale(1.1);
	width: 100%;
	height: 100%;
}

.contact .background img {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.frm_form_field {
	margin-top: 10px
}

.frm_form_field input::-moz-placeholder {
	color: #8D8E8F;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.frm_form_field input:-ms-input-placeholder {
	color: #8D8E8F;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.frm_form_field input::placeholder {
	color: #8D8E8F;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.frm_form_field input:not([type="checkbox"]) {
	border-width: 0 0 3px 0;
	border-color: #6BB42D !important;
	color: #1D1D1B;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-style: solid;
	border-radius: 0;
	box-shadow: unset !important;
	background: transparent !important;
	padding: 15px 10px 15px;
	width: 100%;
	min-height: 50px;
}

.frm_form_field .frm_primary_label {
	display: none !important;
}

.frm_forms .vertical_radio {
	margin-top: 14px
}

.frm_forms .vertical_radio a {
	color: #6BB42D !important;
}

.frm_style_style-formidable.with_frm_style .frm_blank_field input[type="text"],
.frm_style_style-formidable.with_frm_style .frm_form_field :invalid {
	border-width: 2px !important;
	border-color: #B94A48 !important;
}

.frm_form_field.vertical_radio {
	margin: 30px 0 50px 0;
	font-size: 14px;
}

.contact .frm_button_submit {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

.contact .frm_button_submit::before {
	background-image: url(/wp-content/themes/digitim/digigreen/svg/send.svg);
}

/*--------------------------------------------------------------
		# Simulateur
		--------------------------------------------------------------*/

/* new simulateur version css ----------------------------------*/

#eco-forms-wrapper {
	padding-bottom: 60px;
}

#eco-form-wrapper {
	background-image: url('/wp-content/themes/digitim/img/background-land.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.invisible-text-line {
	border-bottom: 1px solid #000;
	/* padding: 10px 0; */
	display: none;
}

.invisible-text {
	color: transparent;
	/* Rend le texte transparent */
}

@media (min-width: 1024px) and (max-width: 1149px) {
	.invisible-text-line {
		display: block;
	}
}

#success-message {
	margin-top: 10px;
	font-weight: 600;
}

#simulateur-contact-form {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	/* width: 48%; */
	margin-left: 50px;
	margin-top: 40px;
}

@media (max-width: 1020px) {
	#simulateur-contact-form {
		margin-top: 20px;
		margin-left: 0px;
	}
}

#simulateur-contact-form-title {
	font-size: 25px !important;
	margin-bottom: 30px !important;
}

.simulateur-form-title {
	font-size: 25px !important;
	color: white !important;
	font-weight: 600 !important;
	margin-bottom: 30px;
}

.simulateur-form-labels {
	color: white;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif !important;
}

#contact-form-legend {
	margin: 10px;
	color: #21211f;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
}

.eco-checkbox-wrapper {
	margin-top: 30px;
}

.eco-checkbox {
	width: 20px;
	height: 20px;
	margin-top: 10px;
}

#prime-form-title {
	margin-left: 10px;
	font-size: 20px !important;
	font-family: 'Montserrat', sans-serif !important;
	color: rgb(21, 255, 0) !important;
}

#carbon-form-title {
	margin-left: 10px;
	margin-top: 20px;
	font-size: 20px !important;
	color: rgb(21, 255, 0) !important;
	font-family: 'Montserrat', sans-serif !important;
}

#simulateur-submit-button {
	background-color: #3A833D;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 30px;
}

.contact-form-labels {
	font-family: 'Montserrat', sans-serif !important;
}

.eco-contact-form-input {
	margin-bottom: 10px;
}

/*choose form*/
.simulateur .form-field input:disabled,
button:disabled, select:disabled {
	background-color: #222!important;
	color: #222!important;
	cursor: not-allowed;
}

/* ----------------------------------------------------------*/

.simulateur-wrap {
	position: relative;
	margin-bottom: -15px;
}

.simulateur-wrap .wrapper {
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
}

.simulateur-wrap::before {
	content: '';
	position: absolute;
	background: #eff0f7;
	top: 30%;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 70%;
}

.simulateur-wrap .form-contact {
	position: relative;
	background: #fff;
	padding: 50px 80px;
}

#form_simulateurprimeco-responsable2 .frm_description p {
	margin: 0 auto 30px auto;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #222;
}

#form_simulateurprimeco-responsable2 .frm_button_submit {
	margin: 20px auto 0 auto;
}

#form_simulateurprimeco-responsable2 .frm_fields_container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 !important;
}

#form_simulateurprimeco-responsable2 .frm_fields_container .form-field {
	grid-column: unset;
	padding: 0 20px;
}

/* #frm_field_29_container,
		#frm_field_30_container,
		#frm_field_31_container{
		  width: 30%;
		} */
#form_simulateurprimeco-responsable2 .frm_form_title {
	display: none;
	background: #fff;
}

.simulateur {
	z-index: 10;
	padding-top: 40px;
	padding-bottom: 60px;
}

.simulateur .form-field input {
	background-color: #fff !important;
	color: #333 !important;
	min-height: 54px !important;
}

.simulateur .frm_form_field .frm_primary_label {
	min-height: 50px;
	display: flex !important;
	align-items: end;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
	font-size: 15px;
}

.simulateur .form-field::placeholder {
	color: #888
}

.simulateur .select-dropdown__button {
	background: #fff;
}

.simulateur .select-dropdown__button {
	min-width: 200px;
	border-radius: 0;
}

#frm_checkbox_19-0 input[type="checkbox"] {
	display: none !important;
}

.list-product .item {
	background-color: #fff;
}

.simulateur .titre-prime {
	font-size: 25px;
}

.simulateur .feuille {
	width: 100px;
	margin: 10px auto;
}

input.empty+.error {
	display: block !important;
	border-top: 2px solid #ff2828;
	margin-top: -2px;
	position: relative;
	z-index: 20;
	color: #f93b3b !important;
	font-weight: 600;
	font-size: 14px;
}

.simulateur .error {
	display: none;
	color: #fff;
}

#form_simulateurprimeco-responsable2 .frm_form_field.form-field.empty::after {
	content: 'Ce champ ne peut pas être vide';
	display: block !important;
	border-top: 2px solid #ff2828;
	margin-top: -2px;
	position: relative;
	z-index: 20;
	color: #f93b3b !important;
	font-weight: 600;
	font-size: 14px;
}

@media screen and (max-width: 1450px) {
	.simulateur-wrap .form-contact {
		padding: 50px 25px;
	}
}

@media screen and (max-width: 1350px) {
	.simulateur-wrap .form-simulateur {
		padding: 0 25px;
	}
}

@media screen and (max-width: 1230px) {
	#form_simulateurprimeco-responsable2 .frm_fields_container {
		display: block;
	}

	.simulateur-wrap .form-contact .frm_fields_container {
		max-width: 420px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1030px) {
	#form_simulateurprimeco-responsable2 .frm_fields_container {
		display: block;
	}

	.simulateur-wrap .form-contact .frm_fields_container {
		max-width: 420px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 780px) {
	.simulateur-wrap {
		padding: 0 0 90px 0;
	}
}

@media screen and (max-width: 480px) {
	.simulateur-wrap .form-contact {
		padding: 50px 5px;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.gap-8 {
	gap: 2rem;
}

.inline {
	display: inline;
}

/*--------------------------------------------------------------
		# Modal
		--------------------------------------------------------------*/

.successModal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	align-items: center;
	justify-content: center;
	transition-duration: 0.3s;
	display: none;
}

.successModal.show {
	display: flex;
}

.successModal .wrap {
	background: #fff;
	padding: 90px 60px;
	width: 90%;
	max-width: 620px;
	position: relative
}

.successModal .wrap .close {
	width: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer
}

.successModal .wrap .check {
	width: 50px;
	margin: 0 auto 20px auto;
	display: block;
}

.successModal .wrap p {
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 580px) {
	.successModal .wrap {
		padding: 110px 20px;
	}
}

/*--------------------------------------------------------------
		# Footer
		--------------------------------------------------------------*/

.site-footer {
	background: #fff;
	padding: 50px
}

.site-footer .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-footer .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	gap: 15px;
}

@media screen and (max-width: 480px) {
	.site-footer .logo {
		display: block;
		text-align: center;
	}

	.site-footer .logo p {
		font-size: 12px;
		margin-bottom: 4px;
	}
}

.col-span-5 {
	grid-column: span 5 / span 5;
}

.col-span-6 {
	grid-column: span 6 / span 6;
}

.col-span-7 {
	grid-column: span 7 / span 7;
}

.col-start-7 {
	grid-column-start: 7;
}

.col-start-8 {
	grid-column-start: 8;
}

@media (min-width: 600px) {
	.sm\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.sm\:mb-0 {
		margin-bottom: 0px;
	}

	.sm\:mt-2 {
		margin-top: 0.5rem;
	}

	.sm\:mt-0 {
		margin-top: 0px;
	}

	.sm\:mr-5 {
		margin-right: 1.25rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:grid {
		display: grid;
	}

	.sm\:w-64 {
		width: 16rem;
	}

	.sm\:w-full {
		width: 100%;
	}

	.sm\:w-8 {
		width: 2rem;
	}

	.sm\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.sm\:gap-8 {
		gap: 2rem;
	}

	.sm\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.sm\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.sm\:pl-10 {
		padding-left: 2.5rem;
	}

	.sm\:pr-10 {
		padding-right: 2.5rem;
	}

	.sm\:pl-0 {
		padding-left: 0px;
	}

	.sm\:pr-5 {
		padding-right: 1.25rem;
	}

	.sm\:text-center {
		text-align: center;
	}

	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

@media (min-width: 782px) {
	.md\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.md\:mt-8 {
		margin-top: 2rem;
	}

	.md\:mt-3 {
		margin-top: 0.75rem;
	}

	.md\:mt-16 {
		margin-top: 4rem;
	}

	.md\:mb-16 {
		margin-bottom: 4rem;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:mt-2 {
		margin-top: 0.5rem;
	}

	.md\:mt-6 {
		margin-top: 1.5rem;
	}

	.md\:ml-24 {
		margin-left: 6rem;
	}

	.md\:mr-10 {
		margin-right: 2.5rem;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:h-48 {
		height: 12rem;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-10\/12 {
		width: 83.333333%;
	}

	.md\:w-11\/12 {
		width: 91.666667%;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:w-16 {
		width: 4rem;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:gap-6 {
		gap: 1.5rem;
	}

	.md\:p-10 {
		padding: 2.5rem;
	}

	.md\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.md\:pl-24 {
		padding-left: 6rem;
	}

	.md\:pl-6 {
		padding-left: 1.5rem;
	}

	.md\:pt-32 {
		padding-top: 8rem;
	}

	.md\:pt-56 {
		padding-top: 14rem;
	}

	.md\:pb-32 {
		padding-bottom: 8rem;
	}

	.md\:text-left {
		text-align: left;
	}

	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.md\:font-black {
		font-weight: 900;
	}
}

@media (min-width: 1024px) {
	.lg\:col-span-8 {
		grid-column: span 8 / span 8;
	}

	.lg\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	.lg\:col-span-9 {
		grid-column: span 9 / span 9;
	}

	.lg\:mt-24 {
		margin-top: 6rem;
	}

	.lg\:mt-48 {
		margin-top: 12rem;
	}

	.lg\:ml-auto {
		margin-left: auto;
	}

	.lg\:mt-6 {
		margin-top: 1.5rem;
	}

	.lg\:mt-3 {
		margin-top: 0.75rem;
	}

	.lg\:mr-10 {
		margin-right: 2.5rem;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:h-48 {
		height: 12rem;
	}

	.lg\:w-11\/12 {
		width: 91.666667%;
	}

	.lg\:w-72 {
		width: 18rem;
	}

	.lg\:w-9\/12 {
		width: 75%;
	}

	.lg\:w-10\/12 {
		width: 83.333333%;
	}

	.lg\:w-20 {
		width: 5rem;
	}

	.lg\:w-full {
		width: 100%;
	}

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.lg\:gap-10 {
		gap: 2.5rem;
	}

	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.lg\:pb-44 {
		padding-bottom: 11rem;
	}

	.lg\:pr-10 {
		padding-right: 2.5rem;
	}

	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1350px) {
	.xl\:mt-28 {
		margin-top: 7rem;
	}

	.xl\:mt-48 {
		margin-top: 12rem;
	}

	.xl\:w-72 {
		width: 18rem;
	}

	.xl\:w-10\/12 {
		width: 83.333333%;
	}

	.xl\:w-96 {
		width: 24rem;
	}

	.xl\:w-8\/12 {
		width: 66.666667%;
	}

	.xl\:w-6\/12 {
		width: 50%;
	}

	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.xl\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.xl\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.xl\:pr-8 {
		padding-right: 2rem;
	}

	.xl\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}


.page-template-page-digigreen .big-title,
h3,
h2,
h1 {
	background: linear-gradient(to right, #1e1d1b 0%, #6bb42d 100%);
	-webkit-background-clip: text;
}

.pictos-blancs p {
	color: #fff !important
}