@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: #2b2e83; */
	--maincolor: #c01717;
	/* --secondcolor: #262770; */
	--secondcolor: #cf2624;

	--bg-color1: #eaecf7;
	--bg-color2: #c01717;
	--bg-color3: #cf2624;

	--text: #2f5d37;
	--text-alt: #eaecf7;
	--title-alt: #838fd0;
	--link: #6ab476;
	--link-hover: #a6afde;

	--black: #000000;
	--white: #ffffff;
}
.f-roboto .sppb-addon-title {
	/* font-family: "Roboto Condensed"; */
	font-family: "Roboto Condensed B";
}
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-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
	font-size: 51px;
	/* 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;
	/* 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;
}
#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;
}
body .com-baforms-wrapper *:focus-visible {
	outline: unset;
	outline-offset: 0px;
}
.banner-link p > a {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
#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: "❖";
	/* display: block; */
	font-size: inherit;
	line-height: inherit;
	position: absolute;
	left: 0px;
}

.sppb-addon > .sppb-addon-title > span {
	display: block;
}

/* .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-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: "Formation";
	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;
}


.sp-page-title {
	padding: 0px 0px 0px;
	/* background-color: var(--bg-color2) !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	background-size: cover !important;
	background-attachment: inherit !important;
	position: relative; */
	text-align: center;
}
.sp-page-title > .container {
	max-width: 100%;
	/* margin: 0px; */
	padding: 100px 90px 100px;
	border-top-right-radius: 0px;
	/* background-color: var(--bg-color2); */
	/* position: relative; */
	/* z-index: 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);
}











.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;
}




.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; */
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	width: 450px !important;
}





@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 */
	}
}
@media (max-width: 768px) {
	body .ba-form-page {
		padding: 0px !important;
		/* width: 100% !important; */
	}
}
@media (max-width: 767px) {
	.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;
	}
}
