@font-face {
  font-family: "Public Sans";
  src: url("/templates/nectar/fonts/Public_Sans/static/PublicSans-Regular.ttf") format("TrueType");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/templates/nectar/fonts/Roboto_Condensed/static/RobotoCondensed-Regular.ttf") format("TrueType");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed B";
  src: url("/templates/nectar/fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf") format("TrueType");
  font-display: swap;
}
:root {
	/* --maincolor: #58815f; */
	--maincolor: #2b2e83;
	/* --maincolor: #2b2e84; */
	/* --secondcolor: #2f5d37; */
	--secondcolor: #262770;
	/* --secondcolor: #99c428; */

	--bg-color1: #eaecf7;
	--bg-color2: #2b2e83;
	--bg-color3: #262770;

	--text: #2f5d37;
	/* --text-alt: #f6f9f6; */
	--text-alt: #eaecf7;
	/* --title: #f6f9f6; */
	--title-alt: #838fd0;
	--link: #6ab476;
	--link-hover: #a6afde;

	--black: #000000;
	--white: #ffffff;
}
html {
	overflow-x: hidden;
}
#sp-main-body p:last-child, #sp-main-body ul:last-child {
	margin-bottom: 0px;
}
.f-roboto .sppb-addon-title {
	/* font-family: "Roboto Condensed"; */
	/* font-family: "Roboto Condensed B"; */
	font-family: "Plus Jakarta Sans", sans-serif;
}
body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	/* line-height: 1.4; */
	letter-spacing: 0.2px;
	line-height: 1.8;
}
h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 51px;
	line-height: 1.2;
}
h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	line-height: 1.25;
}
h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	line-height: 1.25;
}
h4 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1.25;
}
h5 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 19px;
	line-height: 1.25;
}
h6 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 1.25;
}
.sp-menu-item a, .sp-menu-item span {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	/* font-weight: <weight>; */
	font-size: 19px;
	font-style: normal;
	padding: 0 25px;
}
.sp-megamenu-wrapper .menu-contact {
	display: none;
}
/* .sp-title .sp-page-title-heading, */
.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
	/* font-size: 51px; */
	font-size: 42px;
	/* font-weight: 700; */
	line-height: 1.2;
	letter-spacing: 0px;
	/* margin: 0;
	padding: 0;
	color: #ffffff;
	text-transform: initial; */
}
.sp-megamenu-parent > li:last-child > a {
	/* padding: 0px 0px 0px 25px; */
}
body .sppb-btn, body .btn {
	/* text-transform: initial;
	white-space: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	padding: 16px 32px;
	position: relative;
	display: inline-block;
	border: 1px solid transparent; */
	letter-spacing: 0px;
}

#sp-header.header-nectar {
	background-color: #fff;
	/* border-radius: 0px;
	max-width: 100%; */
	top: 0px;
	/* top: 45px; */
	/* padding-top: 15px; */
	padding-top: 25px;
	/* padding-bottom: 5px; */
	/* height: 83px; */
	/* height: 100px; */
	height: 120px;
	position: sticky;
}
#sp-header.header-nectar .container {
	background-color: #fff;
	border-radius: 0px;
	max-width: 100%;
}
#sp-header.header-nectar.header-sticky {
	height: 68px;
	padding-top: 0px;
	top: 0px;
}
#sp-header.header-nectar .logo-image {
	transition: height 0.2s ease;
}
#sp-header.header-nectar.header-sticky .logo-image {
	height: 50px;
	transition: height 0.2s ease;
}
.banner-link p {
	margin-bottom: 0px;
}
.banner-link p > a {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
body .com-baforms-wrapper *:focus-visible {
	outline: unset;
	outline-offset: 0px;
}
#sp-main-body ul {
	padding-left: 0px;
	list-style: none;
}
#sp-main-body ul > li {
	padding-left: 2rem;
	position: relative;
}
#sp-main-body ul > li:before {
	/* content: "→"; */
	/* content: "⮕"; */
	/* content: "✓"; */
	content: "❖";
	/* display: block; */
	font-size: inherit;
	line-height: inherit;
	position: absolute;
	left: 0px;
}
#sp-main-body .list-check ul > li:before {
	content: "✓";
}

.sppb-addon > .sppb-addon-title > span {
	display: block;
}
.sppb-addon > .sppb-addon-title > span.no-break {
	display: inline;
}

/* .sp-megamenu-parent > .sp-menu-item:last-child {
	display: none;
} */

.sppb-addon-title span {
	/* display: block; */
	color: var(--title-alt);
}
.sp-page-title {
	/* padding: 300px 0px 0px;
	background-color: var(--bg-color2) !important;
	background-repeat: no-repeat !important; */
	/* background-position: 50% 25% !important; */
	background-position: 50% 50% !important;
	/* background-size: cover !important;
	background-attachment: inherit !important;
	position: relative; */
}
.sp-page-title > .container::after {
	/* content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	bottom: 5px;
	right: 15px;
	background-image: url(../images/header-pattern3.svg);
	background-size: contain; */
	background-repeat: no-repeat;
	transform: rotate(25deg);
	background-position: center center;
	opacity: 0.5;
}
.sp-page-title > .container:before {
	/* content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0px;
	left: 0px;
	background-image: url(../images/header-pattern2.svg);
	background-size: contain; */
	background-repeat: no-repeat;
	transform: rotate(-25deg);
	background-position: center center;
	opacity: 0.2;
}
.sp-page-title > .container {
	overflow: hidden;
}

.nectar-about-page-accordion .sppb-panel-heading .sppb-panel-title::after {
	/* content: "";
	position: absolute; */
	right: 19px;
	/* top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background-color: #f3f7e9;
	border-radius: 50%;
	transition: background-color 0.7s ease; */
}
.nectar-about-page-accordion .sppb-panel-heading.active .sppb-panel-title:before {
	border-color: var(--title-alt);
}
.nectar-about-page-accordion .sppb-panel-heading.active .sppb-panel-title::after {
	background-color: var(--title-alt);
}
#sp-logo {
	/* border-right: 1px solid var(--maincolor); */
}
#sp-logo .logo > a {
	position: relative;
}
#sp-logo .logo > a:before {
	content: "";
	display: block;
	position: absolute;
	right: -17px;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 50px;
	background-color: #94c11f;
}
#sp-logo .logo > a::after {
	content: "Partenaire";
	display: block;
	position: absolute;
	/* padding-left: 10px; */
	/* border-left: 1px solid var(--maincolor); */
	right: -170px;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translateY(-50%);
	color: var(--maincolor);
	/* font-family: Roboto Condensed; */
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}








body .sp-megamenu-parent > li > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: var(--bs-body-color);
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent > li.active > span, .sp-megamenu-parent > li.active:hover > span,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
	color: var(--maincolor);
}
.layout-blog .sp-page-title > .container .sp-page-title-heading,
.layout-blog .sp-page-title > .container .sp-page-title-sub-heading,
.view-registration .sp-page-title > .container .sp-page-title-heading,
.view-registration .sp-page-title > .container .sp-page-title-sub-heading,
.view-login .sp-page-title > .container .sp-page-title-heading,
.view-login .sp-page-title > .container .sp-page-title-sub-heading {
	color: #ffffff;
}
.view-category .body-wrapper #sp-top1 {
	background-color: var(--bg-color1);
}
.com-content.view-article #sp-header.header-nectar .container,
.com-easystore.view-checkout #sp-header.header-nectar .container {
	background-color: transparent;
}
.com-content.view-article #sp-logo img, .com-easystore.view-checkout #sp-logo img {
	filter: unset;
}
.com-content.view-article .burger-icon>span, .com-easystore.view-checkout .burger-icon>span {
	background-color: #000000;
}
.com-content.view-article #sp-header .sp-megamenu-parent > li.active > a, .com-content.view-article #sp-header .sp-megamenu-parent > li.active:hover > a, .com-easystore.view-checkout #sp-header .sp-megamenu-parent > li.active > a, .com-easystore.view-checkout #sp-header .sp-megamenu-parent > li.active:hover > a,
.com-content.view-article #sp-header .sp-megamenu-parent > li > a, .com-easystore.view-checkout #sp-header .sp-megamenu-parent > li > a {
	color: var(--bs-body-color);
}
.btn.btn-custom {
	text-transform: initial;
	white-space: normal;
	font-weight: 600;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
	/* border-radius: 100px; */
	letter-spacing: 0px;
	transform-origin: 50% 50%;
	padding: 10px 32px 10px 32px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	background-color: var(--maincolor);
	color: #ffffff;
}
.btn.btn-round {
	border-radius: 100px;
}
.btn.btn-custom.btn-round:hover {
	text-transform: initial;
	white-space: normal;
	font-weight: 600;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 100px;
	letter-spacing: 0px;
	transform-origin: 50% 50%;
	padding: 10px 32px 10px 32px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	background-color: var(--maincolor);
	color: #ffffff;
}


.img-fit-cover img {
	object-fit: cover;
}
/* img-fit-cover img-h-680 */
.img-h-680 img {height: 680px;}
/* img-fit-cover img-h-750 */
.img-h-750 img {height: 750px;}
/* img-fit-cover img-h-800 */
.img-h-800 img {height: 800px;}

.img-posX-25 img {object-position: 25% 50%;}
.img-posX-75 img {object-position: 75% 50%;}





.nectar-about-page-accordion .sppb-panel-heading .sppb-panel-title::before {
	transition: all 0.2s ease;
}
.nectar-about-page-accordion .sppb-panel-heading .sppb-panel-title::after {
	transition: all 0.2s ease;
}
/* HOVER DU BLOC COMPLET */
.sppb-panel-custom:hover .sppb-panel-heading .sppb-panel-title::before {
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border-width: 3px 3px 0 0;
	transform: translateY(-50%) rotate(45deg);
	right: 18px;
}
/* Le point devient la tige de la flèche */
.sppb-panel-custom:hover .sppb-panel-heading .sppb-panel-title::after {
	width: 16px;
	height: 3px;
	border-radius: 2px;
	transform: translateY(-50%);
	right: 16px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	left: 0;
	width: 330px !important;
}




.header-sticky #sp-logo .logo > a:before {
	height: 30px;
}
.header-sticky #sp-logo .logo > a:after {
	/* content: "Partenaire";
	display: block;
	position: absolute; */
	right: -130px;
	/* top: 50%;
	transform-origin: 50% 50%;
	transform: translateY(-50%);
	color: var(--maincolor);
	font-family: "Plus Jakarta Sans", sans-serif; */
	font-size: 20px;
	/* font-weight: 800; */
}




.contact-page-form-section .form-container {
	position: relative;
	/* top: 112px; */
	top: 0px;
	padding-top: 112px;
}
.contact-page-form-section .sppb-row-column {
	margin-bottom: 112px !important;
}



@media (min-width: 576px) {
	.img-sm-fit-cover img {
		object-fit: cover;
	}
	/* img-sm-fit-cover img-sm-h-680 */
	.img-sm-h-680 img {height: 680px;}
	/* img-sm-fit-cover img-sm-h-750 */
	.img-sm-h-750 img {height: 750px;}
	/* img-sm-fit-cover img-sm-h-800 */
	.img-sm-h-800 img {height: 800px;}

	.img-sm-posX-25 img {object-position: 25% 50%;}
	.img-sm-posX-75 img {object-position: 75% 50%;}
}
@media (min-width: 768px) {
	.img-md-fit-cover img {
		object-fit: cover;
	}
	/* img-md-fit-cover img-md-h-680 */
	.img-md-h-680 img {height: 680px;}
	/* img-md-fit-cover img-md-h-750 */
	.img-md-h-750 img {height: 750px;}
	/* img-md-fit-cover img-md-h-800 */
	.img-md-h-800 img {height: 800px;}

	.img-md-posX-25 img {object-position: 25% 50%;}
	.img-md-posX-75 img {object-position: 75% 50%;}
}
@media (min-width: 992px) {
	.img-lg-fit-cover img {
		object-fit: cover;
	}
	/* img-lg-fit-cover img-lg-h-680 */
	.img-lg-h-680 img {height: 680px;}
	/* img-lg-fit-cover img-lg-h-750 */
	.img-lg-h-750 img {height: 750px;}
	/* img-lg-fit-cover img-lg-h-800 */
	.img-lg-h-800 img {height: 800px;}

	.img-lg-posX-25 img {object-position: 25% 50%;}
	.img-lg-posX-75 img {object-position: 75% 50%;}
}
@media (min-width: 1200px) {
	.img-xl-fit-cover img {
		object-fit: cover;
	}
	/* img-xl-fit-cover img-xl-h-680 */
	.img-xl-h-680 img {height: 680px;}
	/* img-xl-fit-cover img-xl-h-750 */
	.img-xl-h-750 img {height: 750px;}
	/* img-xl-fit-cover img-xl-h-800 */
	.img-xl-h-800 img {height: 800px;}

	.img-xl-posX-25 img {object-position: 25% 50%;}
	.img-xl-posX-75 img {object-position: 75% 50%;}
}



@media (max-width: 1550px) {
	#sp-menu.menu-center .sp-megamenu-wrapper {
		margin-left: 150px;
	}
}
@media (max-width: 992px) {
	#sp-header .logo-image-phone {
		height: 55px;
	}
}
@media (max-width: 991px) {
	#sp-menu .menu-with-offcanvas > .sp-module {
		display: none;
	}
	#sp-logo {
		width: 100%;
	}
	#sp-logo > .sp-column {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#offcanvas-toggler::after {
		content: "Menu";
		display: inline;
		margin-left: 15px;
	}
	.offcanvas-menu .menu.nav-pills > li.active::after {
		content: "";
		display: inline-block;
		height: 1px;
		width: 50px;
		background-color: var(--maincolor);
		/* position */
	}
	#sp-logo .logo > a::before {
		/* content: "";
		display: block;
		position: absolute; */
		right: auto;
		left: -17px;
		/* top: 50%; */
		/* transform-origin: 50% 50%; */
		/* transform: translateY(-50%); */
		/* width: 3px; */
		/* height: 50px; */
		/* background-color: #94c11f; */
	}
	#sp-logo .logo > a::after {
		/* content: "Partenaire";
		display: block;
		position: absolute; */
		right: auto;
		left: -170px;
		/* top: 50%;
		transform-origin: 50% 50%;
		transform: translateY(-50%);
		color: var(--maincolor);
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 28px;
		font-weight: 800;
		line-height: 1; */
	}
	#sp-main-body .div-bottom-height {
		height: auto !important;
	}
}
@media (max-width: 768px) {
	body .ba-form-page {
		padding: 0px !important;
		/* width: 100% !important; */
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 30px;
	}
	.com-baforms-wrapper .ba-form-submit-wrapper .ba-form-submit-btn {
		margin: auto;
		padding: 12px 25px;
	}
	#sp-footer #sp-footer1 .sppb-icons-group-list {
		justify-content: flex-start;
	}
	.sppb-addon-pricelist .pricelist-text-content {
		/* display: flex; */
		flex-direction: column;
		/* align-content: flex-start; */
		/* justify-content: space-between; */
	}
	.sp-page-title .sp-page-title-heading,
	.sp-page-title .sp-page-title-sub-heading {
		font-size: 26px;
		/* line-height: 1.2;
		letter-spacing: 0px; */
	}
	#sp-main-body .div-bottom-height {
		height: auto !important;
	}
	.contact-page-form-section .form-container {
		padding-top: 60px;
	}
	.contact-page-form-section .sppb-row-column {
		margin-bottom: 60px !important;
	}
}
@media (max-width: 575px) {
	h2 {
		font-size: 28px;
	}
	.footer-logo .sppb-addon-single-image-container {
		max-width: 250px;
	}
	#sp-menu .menu-with-offcanvas > .sp-module .sppb-btn {
		font-size: 15px;
	}
}
@media (max-width: 500px) {
	#sp-logo .logo > a::after {
		left: -140px;
		font-size: 22px;
	}
}
@media (max-width: 425px) {
	#offcanvas-toggler {
		/* display: inline-flex;
		align-items: center;
		height: 68px;
		line-height: 68px; */
		font-size: 16px;
	}
	#offcanvas-toggler::after {
		/* content: "Menu";
		display: inline; */
		margin-left: 10px;
	}
	#sp-logo {
		width: 100% !important;
	}
	#sp-header .logo {
		width: 50%;
	}
	#sp-logo .logo > a::before {
		right: auto;
		left: 0px;
		top: 44px;
		/* transform-origin: 50% 50%; */
		/* transform: translateY(-50%); */
		width: 100px;
		height: 3px;
		/* background-color: #94c11f; */
	}
	#sp-header .logo-image-phone {
		height: auto;
		max-width: 100px;
	}
	#sp-logo .logo > a::after {
		left: 0px;
		top: 60px;
		font-size: 18px;
	}
	#sp-header .logo-image-phone {
		/* height: 55px; */
		position: relative;
		top: -20px;
	}
	/* #sp-menu {
		float: left;
		width: calc(100% - (125px + 20px));
	} */
}
@media (max-width: 350px) {
	/* h2 {
		font-size: 22px;
	} */
	#sp-logo {
		width: 125px;
	}
	#sp-header .logo-image-phone {
		height: auto;
	}
	#sp-top1 .banner-link p > a {
		/* display: inline-block; */
		/* font-size: 14px; */
		margin-left: 3px;
		margin-right: 3px;
	}
}
