:root {
	--antique-gold: #b79c56;
	--maincolor: #3f982c;

	--white: #ffffff;
	--black: #000000;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: "Caudex", serif;
}
body h1 {
	font-size: 100px;
	font-weight: normal;
	line-height: 1.1;
}
body h2 {
	font-size: 60px;
	font-weight: normal;
	line-height: 1.1;
}
body h3 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.4;
}
body h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}
body h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
body h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}

#sp-header {
	/* height: 90px; */
	height: 70px;

	/* #sp-logo {
		padding-top: 5px;
	} */
	& .logo {
		/* height: 90px; */
		height: 60px;
		padding-top: 7px;
	}
	& .sp-megamenu-parent > li:after {
		/* bottom: -30px; */
		bottom: -21px;
	}
	&.header-sticky {
		height: 72px;

		& .logo {
			height: 72px;
			padding-top: 0px;

			& .logo-image {
				height: 60px;
			}
		}
		& .sp-megamenu-parent>li:after {
			bottom: -23px;
		}
	}
}
/* #sp-header > .container,
#sp-header > .container > .container-inner {
	height: 100%;
} */

#events_list .ic_eventlist .ic-section.ic-group {
	/* gap: 15px; */

	& .ic-col3 {
		width: calc((100% - 15px) / 3);
		margin: 0px;
		padding: 15px 15px;
		border-radius: 0px;
		background-color: transparent;
	}
}
#events_list .icrounded_eventlist .ic-event-div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;

	& > .ic-date-img-box {
		margin: 0px 0px 0px 0px;
		/* background-size: cover !important; */
		background-size: 100%!important;
		/* color: white !important; */
		width: 100% !important;
		height: 200px !important;
		transition: background-size 0.3s ease;
	}
}
#events_list .icrounded_eventlist {
	& a:hover {
		color: var(--maincolor);
		/* text-decoration: none; */
		/* cursor: pointer; */

		& .ic-date-img-box {
			background-size: 110%!important;
			transition: background-size 0.3s ease;
		}
	}
	& .ic-block {
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	& .iceventlist-title {
		padding-top: 0px;
		line-height: 24px !important;
		font-size: 20px;
		font-weight: bold;
		/* hyphens: auto; */
	}
	& .ic-date-div {
		width: 100% !important;
		float: none;
		padding-top: 0px;
		/* text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px; */
		position: relative;
		top: 50%;
		transform: translateY(-50%);

		& .ic-day {
			line-height: 30px !important;
			font-size: 30px;
			/* font-weight: bold; */
		}
		& .ic-month {
			line-height: 30px !important;
			font-size: 24px;
			/* font-weight: normal; */
		}
	}
}

#sp-main-body .mouvement-ffmc > .sppb-carousel-extended-list > .sppb-carousel-extended-outer-stage {
	height: auto !important;
	align-items: center;
}

.sp-megamenu-wrapper > .sp-megamenu-parent > li:last-child {
	display: none;
}


.offcanvas-menu {
	& .sp-contact-info li {
		display: block;
		/* margin: 0px 10px 0px 0px;
		font-size: 90%;
		white-space: nowrap; */
	}
}

.view-event #sp-main-body,
.view-events #sp-main-body {
	padding-top: 0px;
}

.sppb-addon-articles.home-articles .sppb-article-img-wrap {
    /* margin-bottom: 5px; */
    /* display: inline-block; */
    max-height: 100%;
    /* overflow: hidden; */
}

body .sppb-btn, body .btn {
    text-transform: initial;
    /* font-weight: 700;
    padding: 16px 30px;
    line-height: 17px;
    font-size: 14px;
    border: none;
    font-family: "Caudex", sans-serif; */
}

.img-partenaire {
	& .sppb-media {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	}
	& .pull-left {
		float: none !important;
		max-width: 550px;
	}
	& .sppb-media-body {
		max-width: calc(100% - (550px + 15px));

		& .sppb-addon-title {
			font-size: 45px;
		}
	}
}

.ic-list-events {
	& .ic-box {
		margin: 0px 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;

		& .ic-box-date {
    		box-sizing: border-box !important;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			float: none;
			text-transform: initial;
			width: 120px;
			/* height: 120px; */
			height: 140px;
			margin: 0px 30px 0px 0px;
			flex: 0 0 auto;


			& .ic-day {
				line-height: 48px !important;
				font-size: 42px;
				font-weight: bold;
			}
			& .ic-month {
				line-height: 28px !important;
				font-size: 20px;
				/* letter-spacing: 0px; */
				/* margin-left: 1px; */
				/* font-weight: normal; */
			}
			& .ic-year {
				line-height: 24px !important;
				font-size: 15px;
				/* letter-spacing: 2px;
				margin-left: 0px;
				font-weight: bold; */
			}
		}
		& .ic-content {
			flex: 0 0 auto;
			width: calc(100% - 190px);

			& h2 {
				font-size: 40px;
			}
		}
	}
}
#icagenda-list {
	.ic-list-event {
		margin: 15px 0;
		padding: 0px;
		border-radius: 6px;
		background: var(--element-color-2);

		& h2 a {
			color: #000000;
		}
		& .ic-place {
			color: #000000;
		}
		& .ic-descshort {
			color: #000000;
		}

		&:nth-child(2n+1) {
			background: var(--element-color-3);

			& h2 a {
				color: #ffffff;
			}
			& .ic-place {
				color: #ffffff;
			}
			& .ic-descshort {
				color: #ffffff;
			}
		}
	}
}

.copyright-jsinfo {
	/* margin-top: 30px; */
	text-align: end;
}
.copyright-jsinfo .title-alt {
	/* display: flex; */
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 1199px) {
	body .sppb-carousel-extended-item {
		margin-right: 30px;
	}
	.img-partenaire {
		/* & .sppb-media {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			flex-direction: row;
		} */
		& .pull-left {
			/* float: none !important; */
			max-width: 350px;
		}
		& .sppb-media-body {
			max-width: calc(100% - (350px + 15px));

			& .sppb-addon-title {
				font-size: 30px;
			}
		}
	}
	body {
		.sp-page-builder .page-content #our_events {
			/* background-color: var(--element-color-2);
			background-image: url(/images/home/home-contact-bg.png);
			background-repeat: no-repeat;
			background-size: contain;
			background-attachment: scroll; */
			background-position: -180px 50%;
			/* box-shadow: 0px 0px 0px 0px #FFFFFF; */
		}
	}
}
@media (max-width: 991px) {
	.img-partenaire {
		/* & .sppb-media {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			flex-direction: row;
		} */
		& .pull-left {
			max-width: 100%;
			margin-right: 0px;
			margin-bottom: 30px;
		}
		& .sppb-media-body {
			max-width: 100%;
		}
	}
	.ic-list-events {
		& .ic-box {
			& .ic-box-date {
				.ic-day {
					line-height: 36px !important;
					font-size: 32px;
				}
			}
			& .ic-content {
				h2 {
					font-size: 25px;
				}
			}
		}
	}
	.section-bg {
		background-image: unset !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-main-body {
		.sppb-addon-header .sppb-addon-title {
			font-size: 60px !important;
			line-height: 80px !important;
		}
	}
}
@media (max-width: 768px) {
	body .ba-form-page {
		padding: 0px !important;
		/* width: 100% !important; */
	}
}
@media (max-width: 767px) {
	body {
		& h1 {
			font-size: 55px;
			/* font-weight: normal;
			line-height: 1.1; */
		}
		& h2 {
			font-size: 45px;
			/* font-weight: normal;
			line-height: 1.1; */
		}
	}
	.ic-list-events {
		& .ic-box {
    		margin: 0px;

			& .ic-box-date {
				/* box-sizing: border-box !important;
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
				float: none;
				text-transform: initial; */
				width: 100%;
				height: 120px;
				margin: 0px 0px 20px 0px;
				/* flex: 0 0 auto; */

				.ic-day {
					line-height: 36px !important;
					font-size: 32px;
				}
			}
			& .ic-content {
				width: 100%;

				/* h2 {
					font-size: 25px;
				} */
			}
		}
	}
	#events_list .ic_eventlist .ic-section.ic-group {
		& .ic-col3 {
			width: calc((100% - 15px) / 2);
			/* margin: 0px;
			padding: 15px 15px;
			border-radius: 0px;
			background-color: transparent; */
		}
	}
}
@media (max-width: 576px) {
	#sp-header {
		.logo-image {
			height: 35px;
		}
	}
}
@media (max-width: 575px) {
	#events_list .ic_eventlist .ic-section.ic-group {
		& .ic-col3 {
			width: calc((100% - 15px) / 1);
			/* margin: 0px;
			padding: 15px 15px;
			border-radius: 0px;
			background-color: transparent; */
		}
	}
}
@media (max-width: 450px) {
	#sp-header {
		&.header-sticky {
			& .logo {
				& .logo-image {
					height: 35px;
				}
			}
		}
	}
	body {
		& h1 {
			font-size: 45px;
			/* font-weight: normal;
			line-height: 1.1; */
		}
		& h2 {
			font-size: 40px;
			/* font-weight: normal;
			line-height: 1.1; */
		}
	}
}
@media (max-width: 400px) {
	.ic-list-events {
		& .ic-box {
    		/* margin: 0px; */

			/* & .ic-box-date {
				width: 100%;
				height: 120px;
				margin: 0px 0px 20px 0px;

				.ic-day {
					line-height: 36px !important;
					font-size: 32px;
				}
			} */
			& .ic-content {
				/* width: 100%; */

				h2 {
					font-size: 22px;
				}
			}
		}
	}
}