@font-face {
	font-family: alittlepot;
	src: url(../webfonts/alittlepot.ttf);
}
:root {
	--maincolor: #005332;
	--secondcolor: #eff4f3;
	--thirdcolor: #ced0bb;
	--bordercolor: #dde1e1;
	--bglight: #f1efeb;
	--hoverlink: #00955a;
	--text: #252525;
	--title: #252525;
}
.h1, h1 {
	/* font-family: alittlepot !important; */
	font-family: "Shantell Sans", cursive !important;
    font-size: 60px;
    font-weight: 600;
}
.h2, h2 {
	/* font-family: alittlepot !important; */
    font-size: 50px;
    font-weight: 600;
}
.h3, h3 {
	/* font-family: alittlepot !important; */
    font-size: 20px;
}
.h4, h4 {
	/* font-family: alittlepot !important; */
    font-size: 20px;
}
.h5, h5 {
	/* font-family: alittlepot !important; */
    font-size: 20px;
}
h6 > small,h5 > small,h4 > small,h3 > small,h2 > small,h1 > small {
    font-size: 70%;
}
p:last-child,ul:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sp-main-body {
    padding: 70px 0 120px;
}
.com-exolegales #sp-component a:hover, .com-exolegales #sp-component a:focus, .com-exolegales #sp-component a:active,#sp-page-builder a:hover, #sp-page-builder a:focus, #sp-page-builder a:active {
	text-decoration: underline;
}
#sp-page-builder a.sppb-btn:hover, #sp-page-builder a.sppb-btn:focus, #sp-page-builder a.sppb-btn:active,#sp-page-builder a.ba-form-submit-btn:hover, #sp-page-builder a.ba-form-submit-btn:focus, #sp-page-builder a.ba-form-submit-btn:active,#sp-page-builder .ba-gallery a:hover, #sp-page-builder .ba-gallery a:focus, #sp-page-builder .ba-gallery a:active {
	text-decoration: none !important;
}
#sp-page-builder a.sppb-btn {
	padding: 12px 50px;
	border: 1px solid var(--maincolor);
	background-color: var(--maincolor);
	color: #ffffff;
}
#sp-page-builder a.sppb-btn:hover {
	border: 1px solid var(--maincolor);
	background-color: #ffffff;
	color: #000000;
}
#sp-page-builder ul {
    list-style: none;
	padding-left: 40px;
}
#sp-page-builder ul li {
    position: relative;
}
#sp-page-builder ul li ~ li {
    margin-top: 0.5em;
}
#sp-page-builder ul li:before {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
#sp-page-builder ul li:before {
	content: "\e86c";
	position: absolute;
	color: var(--maincolor);
	top: 0px;
	left: -40px;
}
#sp-copyright{
	border-top: 1px solid var(--bordercolor);
	padding: 1.4em 0;
}
#sp-copyright ul {
	text-align: center;
	margin: 0;
}
#sp-copyright ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
	font-size: 14px;
}
#sp-copyright ul li:not(:last-child)::after {
	content: "-";
	margin-left: 10px;
}
#sp-footer1 .social-icons {
	text-align: center;
	margin-bottom: 30px;
	display: block;
}
#sp-footer1 .social-icons a {
	font-size: 50px;
	color: var(--maincolor);
	margin: 10px;
}
#footer-coordonnes .sppb-row-column:not(:last-child) .sppb-column::after  {
	width: 1px;
	content: "";
	background: #dde1e1;
	height: 100px;
	position: absolute;
	right: 0;
}
#sp-main-body {
	/* background: url(/images/bg.jpg); */
	/* background: url(https://www.shutterstock.com/shutterstock/photos/2196136457/display_1500/stock-photo-set-of-beautiful-calla-flowers-on-white-background-2196136457.jpg); */
	background: url(../../../images/accueil/2196136457-2.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20%;
}
.com-sppagebuilder #sp-main-body{
	/* padding-bottom: 30%; */
	padding-bottom: 20%;
}
.sp-page-title {
    background: transparent;
    padding: 50px 0px 50px;
}
.sp-page-title img {
	max-width: 100%;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sp-page-title:before {
	content: "";
	position: absolute;
    z-index: 0;
	left: 0%;
	right: 0%;
	top: 0%;
    height: 18%;
    max-height: 500px;
	background-color: var(--bglight);
}
.sp-page-title > .container {
	position: relative;
    z-index: 1;
}
.sp-page-title .sp-page-title-heading {
	color: #000;
	font-size: 50px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
}
.w-100,.w-100 img,.w-100 .sppb-addon-single-image-container {
	width: 100%;
}
.only-category {
	display: none;
}

/* ********** SLIDER ********** */
.home-slider {
	position: relative;
}
.home-slider .addon-root-text-block {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1000px;
	padding: 50px;
	margin: 0px 15px;
	background-color: var(--secondcolor);
}
.home-slider .addon-root-image img.sppb-img-responsive {
	min-height: 750px;
	object-fit: cover;
}

/* TOP */
#sp-top-bar {
    position: relative;
    z-index: 1;
    background: none;
    background-color: #fff;
    padding-top: 15px;
    padding-left: 50px;
    padding-bottom: 0px;
    padding-right: 50px;
    color: inherit;
}
#sp-header {
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: none;
}
#sp-top-bar .sp-module {
    margin: 0rem;
}
#sp-top-bar a {
    color: var(--text);
}
#sp-top2 > .sp-column {
	display: flex;
    justify-content: flex-end;
}
#sp-top-bar .top-social-style .top-info {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
#sp-top-bar .top-social-style .top-info > span {
	display: flex;
    flex-direction: row;
    align-items: center;
}
#sp-top-bar .top-social-style .top-info > span,#sp-top-bar .top-social-style .top-info > span i + a {
	position: relative;
	font-size: 16px;
}
#sp-top-bar .top-social-style .top-info > span > a {
    display: flex;
    gap: 5px;
}
#sp-top-bar .top-social-style .top-info > span.social-icons {
    display: flex;
    gap: 15px;
}
#sp-top-bar .top-social-style .top-info > span.social-icons a {
    font-size: 20px;
}
#sp-top-bar .top-social-style .top-info > span a:hover,#sp-top-bar .top-social-style .top-info > span.social-icons a:hover i {
    color: var(--maincolor);
}

/* ********** HEADER ********** */
#sp-header {
    height: 80px;
    padding-top: 10px;
}
#sp-menu > .sp-column {
    height: auto;
}
#sp-header:not(.header-sticky) #sp-logo .logo-image {
    height: 82px;
    /* margin-top: -45px; */
    margin-top: -60px;
}
#sp-header.header-sticky #sp-logo .logo-image {
    height: 55px;
    margin-top: -20px;
}
#sp-header.header-sticky #sp-menu {
    margin-top: -10px;
}

/* ********** NAVIGATION ********** */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: var(--maincolor);
}
.sp-megamenu-parent > li > a {
    text-transform: uppercase;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	position: relative;
    padding: 0 13px;
    font-size: 17px;
}
.sp-megamenu-parent > li:last-child > a {
	padding: 0px 0px 0px 13px;
}
.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
	content: "";
	display: block;
	position: absolute;
	left: 13px;
	bottom: 13px;
	height: 2px;
	width: 0%;
	background-color: var(--maincolor);
	transition: width 0.2s ease;
}
.sp-megamenu-parent > li.active > a:before, .sp-megamenu-parent > li.active > span:before,.sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > span:hover:before {
	width: calc(100% - 26px);
}
.sp-megamenu-parent > li.active:last-child > a:before,.sp-megamenu-parent > li:last-child > a:hover:before {
	width: calc(100% - 13px);
}

/* ********** CATEGORY ********** */
.view-category .only-category {
	display: block;
}
.article-list .article {
    padding: 0px;
    border: none;
    border-radius: 0px;
	height: calc(100% - 30px);
}
.article-list .article > .article-body {
    padding: 20px 15px 15px;
}
.article-list .article .article-header h1,.article-list .article .article-header h2 {
    font-size: 2rem;
}
.article-list .article .article-intro-image {
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    border-bottom: none;
}
.article-list .article .article-intro-image img {
    border-radius: 0px;
    position: relative;
    top: -5px;
    transform: scale(1);
	transition: transform 0.2s ease;
}
.article-list .article .article-intro-image {
    height: 380px;
}
.article-list .article .article-intro-image a:hover img {
    transform: scale(1.2);
}
.view-category .article-info {
	display: none;
}

/* ********** ARTICLE ********** */
.view-article #sp-main-body {
	padding-top: 0px;
	position: relative;
}
.view-article #sp-main-body:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 500px;
	background-color: var(--bglight);
}
.view-article #sp-main-body > .container {
    position: relative;
    z-index: 0;
	max-width: 700px;
}
.view-article #sp-main-body .container-inner {
	padding-top: 30px;
}
.view-article .page-header {
	text-align: center;
}
.view-article .page-header h2,.view-article .page-header h1 {
    margin-bottom: 0px;
}
.view-article .article-info {
    justify-content: center;
    margin-bottom: 30px;
}
.view-article .article-full-image {
    margin-bottom: 30px;
}
.ba-gallery h2 {
    font-weight: bolder;
}
/* #sp-footer2 .menu > li:last-child { */
	/* display: none; */
/* } */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

@media (max-width: 1250px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
		position: relative;
		padding: 0 10px;
		font-size: 14px;
	}
	.sp-megamenu-parent > li:last-child > a {
		padding: 0px 0px 0px 10px;
	}
}
@media (max-width: 1199px) {
	.home-slider .addon-root-image img.sppb-img-responsive {
		min-height: 600px;
	}
	#sp-top-bar,#sp-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	#sp-logo.col-auto {
		width: 25%;
	}
	#sp-header:not(.header-sticky) #sp-logo .logo-image {
        height: 55px;
        width: auto;
	}
}
@media (max-width: 991px) {
	.home-slider .addon-root-image img.sppb-img-responsive {
		min-height: 450px;
	}
	#sp-header:not(.header-sticky) #sp-logo .logo-image {
		margin-top: 0px;
	}
	#sp-header.header-sticky #sp-logo .logo-image {
		margin-top: 0px;
	}
	#sp-header.header-sticky #sp-menu {
		margin-top: 0px;
	}
}
@media (max-width: 768px) {
    .ba-form-page {
        padding: 0px !important;
        /* width: 100% !important; */
    }
}
@media (max-width: 767px) {
	.home-slider .addon-root-image img.sppb-img-responsive {
		min-height: 400px;
	}
	#footer-coordonnes .sppb-row-column:not(:last-child) .sppb-column::after {
		content: none;
	}
	#sp-top-bar, #sp-header {
        padding-left: 0px;
        padding-right: 0px;
    }
	#sp-top-bar {
		padding-bottom: 15px;
	}
	#sp-top2 > .sp-column {
		justify-content: center;
		flex-flow: column;
	}
	#sp-top-bar .top-social-style .top-info {
		gap: 0px;
		flex-wrap: wrap;
	}
	#sp-top-bar .top-social-style .top-info > span {
		width: 50%;
        justify-content: center;
	}
	#sp-top-bar .top-social-style .top-info > span:nth-child(2) {
		display: none !important;
	}
	#sp-header {
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	}
	#sp-top-bar .top-social-style .top-info > span.social-icons {
		gap: 10px;
	}
	#sp-logo.col-auto {
        width: 250px;
    }
	body .ba-gallery {
        padding: 0 0px;
    }
	.article-list .article .article-intro-image {
		height: auto;
	}
}

.blog .category-desc {
    margin-bottom: 50px;
}
#sp-footer .container-inner {
    padding-top: 0px;
    border-top: none;
}
/* /EXO 20240627 */
/* EXO 20240701 */
.blog .category-desc {
	background-color: var(--bglight);
	padding: 50px;
}
/* /EXO 20240701 */
/* EXO 20240704 */
body.actualites #sp-section-1 {
    background-color: var(--bglight);
}
body.actualites .sp-page-title:before {
	content: none;
}
.blog .category-desc h3 {
    font-family: 'Allura', sans-serif;
    font-size: 40px;
    font-weight: 600;
}
/* /EXO 20240704 */