/*@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	/* Logo color */
	--color-sky-blue: #3398c3;
	--color-dark-blue: #0F1836;
	--color-light-blue: #3eadca;
	--color-yellow: #facc2d;
	--color-orange: #f59d21;
	--color-green: #8fb119;
}

::selection {
	color: #FFF;
	background: var(--color-sky-blue);
}

body {
	/*overflow-x: hidden;*/
}
* {
	font-family: "Poppins", sans-serif;
	scrollbar-width: thin;
}
h1, h2, h3, h4, h5, h6, .sm-eve-info h6 {
	color: var(--color-dark-blue);
	font-family: "Poppins", sans-serif;
}
p, ul {
	color: var(--color-dark-blue);
}
/*.main-menu ul li:hover > a:hover {
	color: inherit;
}*/

/*.main-menu ul li:hover > a:focus,
.main-menu ul li:hover > a:target,
.main-menu ul li:hover > a:active*/
.main-menu ul li:hover > a,
.main-menu ul li:target > a,
.main-menu ul li:focus > a {
	color: var(--color-orange);
}

div.messageBox {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	max-width: 420px;
	margin: 15px auto;
	padding: 25px;
	line-height: 22px;
}

div.messageBox.ko {
	background: #faddde;
	color: #e21b20;
}
div.messageBox.ok {
	background: #d9f099;
	color: #323e02;
}

#bannerSlider {
	/*background-image: url("../img/CSA_logo_edit.svg");
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: center;*/
	background: #FFF;
	/*max-height: 95vh;*/
	/*height: 900px;*/
	height: 60vw;
	max-height: 72vh;
	min-height: 500px;
}

#bannerSlider .ivySlide {
	background-position: center 0;
}

#bannerSlider h2 {
	font-family: "Poppins", serif;
	margin: 0px 20px 0px 0px;
}
#bannerSlider a {
	margin: 0px;
}

#bannerSlider .container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#bannerSlider h2, #bannerSlider a {
	vertical-align: middle;
}
#bannerSlider h2 {
	width: 960px;
	max-width: 80%;
	text-align: left;
}

#bannerSlider .flider-2 span {
	margin-bottom: 5px;
}

#bannerSlider .flider-2 h2 {
	font-size: 24px;
	margin: 0px 0% 0px 5%;
}
#bannerSlider .flider-2 a {
	margin-right: 10px;
}
#bannerSlider .flexSlider {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 78%;
}

#bannerSlider .ivySliderLink {
	line-height: normal
}

#eventDetail {
	height: 0;
	opacity: 0;
	overflow-y: hidden;
	border-bottom: 1px solid var(--color-sky-blue);
	background-color: #EEE;
	transition: 0.5s ease-out;
}

#eventDetail.show {
	height: auto;
	opacity: 1;
}

#eventDetail div {
	padding: 60px 20px;
}

.logo img {
	max-height: 75px;
	/*margin: auto;
  	display: block;*/
}
.sidebar__logo img {
	max-width: 50%;
	display: block;
	margin: auto;
}

.whoAreWe {
	background-image: url("../img/people0.jpeg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;

}
.whoAreWe div.sd-single-eve.white-bg {
	padding: none;
}
.sd-single-eve {
	max-height: 450px;
	box-shadow: none;
}

#preloader .preloader span {
	background-color: var(--color-sky-blue);
}

.menu-container {
	width: 100%;
	padding: 0px !important;
}
.menu-container > div {
	padding: 5px 10px
}
.menu-container .logo {
	/*padding-left: 50px;
	margin: auto;
	width: 140px;*/
	margin-left: 5%;
}

.serviceBlock .w-img {
	height: 200px;
	background-position: center;
	/*background-position-y: 0px;*/
	background-size: cover;
	background-repeat: no-repeat;
}

.upperTitle, .section-title h6.upperTitle {
	color: var(--color-orange);
	text-transform: uppercase;
}
.bigTitle {
	font-size: 64px;
}

.serviceE {
	min-height: 450px;
	box-shadow: 0px 8px 16px 0px rgba(157, 157, 157, 0.2);
	transition: 0.2s ease-out;
}
.serviceE:hover {
	box-shadow: 0px 8px 16px 0px rgba(157, 157, 157, 0.4);
}
.serviceBlock .sm-eve-info {
	box-shadow: none;
}
.serviceBlock #service1 .w-img {
	background-image: url("../img/accueil_1.jpg");
}
.serviceBlock #service2 .w-img {
	background-image: url("../img/francisation_1.jpg");
}
.serviceBlock #service3 .w-img {
	background-image: url("../img/sorties_1.jpg");
}
.serviceBlock #service4 .w-img {
	background-image: url("../img/familles_1.jpg");
}

#serviceSlider {
	height: 350px;
}
#serviceSlider .ivySlide {
	/*background-position-y: 100%;*/
}
#bannerSlider .flider-2 {
	padding: 25px 50px 20px 5%;
	/*background: linear-gradient(to top, #000F 0%, #000F 75%, #0000 100%);*/
	background: #000A;
	display: block;
}
#serviceSlider .flider-2 {
	padding: 50px;
	margin: 0;

}
#serviceSlider span {
}
.serviceBlock .sm-events-item {
	cursor: pointer;
}

#serviceSlider .slider__overlay-2::after {
	/*background: linear-gradient(to top, rgba(0, 3, 32, 0.5), rgba(0, 3, 32, 0.8));*/
}
#bannerSlider .slider__overlay-2::after {
	background: transparent;
}

.fservices__content-author {
	border: none;
}

.join-us-area-overlay::after {
	background: #FFF;
}
select, textarea, input, label {
	cursor: pointer;
}
.join-form label, .join-form input, .join-form select, .join-form textarea {
	color: var(--color-dark-blue);
}
.join-form textarea {
	background: none;
	border: 2px solid #e5e5e5;
	min-height: 150px;
	padding: 15px;
	width: 100%;
	transition: 0.3s;
}
.join-form input, .join-form select {
	border-color: #e5e5e5;
}
.join-form label {
	margin-bottom: 5px;
}
.join-form textarea:focus {
	border: 2px solid var(--color-sky-blue);
}

.events {
	position: relative;
	width: 100%;
	max-width: 96vw;
	/*max-width: 100%;*/
	margin: 25px auto;
}
.blockEvents {
	position: relative;
	height: 680px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #AAA;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 60vw;
	max-height: 72vh;
	min-height: 500px;
}
.blockEvents .blackFilter {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0002;
	z-index: 2;
}
.blockEvents .whiteStripe {
	position: absolute;
	padding: 10px;
	/*height: 20%;
	min-height: 150px;*/
	top: auto;
	bottom: 0;
	width: 100%;
	background: #FFFA;
	z-index: 5;
}
.blockEvents p {
	color: #000;
}
.blockEvents span {
	color: #000;
	display: block;
}

.timelineVisual {
	position: absolute;
	height: 3px;
	background: #DDD;
	border-radius: 3px;
	width: 98%;
	max-width: 96vw;
	/*width: 100%;*/
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.timeline {
	display: flex;
	padding: 0 50px;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.eventPoint {
	box-sizing: content-box;
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 50px;
	transition: 0.2s ease-out;
	border: 1px solid #0000;
}
.eventPoint:hover {
	background: #0001;
}
.eventPoint.selected {
	border: 1px solid #0003;
	background: #0001;
}
.eventPoint:before {
	position: absolute;
	content: " ";
	height: 10px;
	width: 10px;
	top: 20px;
	left: 20px;
	background: #AAA;
	border-radius: 5px;
}

.mobile-menu, .main-menu, .mean-container .mean-nav ul li a, .main-menu ul li a {
	color: var(--color-dark-blue);
}


.ivySlider .container {
	max-width: 100%;
	padding: 0;
}

.fnservices__content-details, .fnservices__content {
	margin-left: auto;
	margin-right: auto;
}

#section-faq {
	padding: 0 15px;
}
#section-faq > .row,
#section-faq > .row > * {
	padding-right: 0;
	--bs-gutter-x: 0px;
}


.ivySlider .ivySliderText {
	color: #FFF;
}
#serviceSlider span.ivySliderText {
	text-transform: none;
}
#section-OurServices ul li {
	list-style-type: disc;
}
#section-OurServices ul{
	padding-left: 15px;
}
#section-OurServices .container {
	padding: 0;
}

#section-team p, #section-OurServices p, #section-whoAreWe p, #section-events p, #section-faq p {
	font-size: 16px;
	text-align: justify;
}
#features-area p {
	text-align: left;
}

.footer-widget ul li {
	color: #afb3d6;
	line-height: 20px;
}

.flider-2 h2 {
	font-size: 28px;
	
}



#scrollPartner, #scrollBailleur {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
}
.textPartner, .textBailleur {
	display: inline-block;
	position: relative;
	transform: translateX(0%);
	animation-name: horiscroll;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	
	color: var(--color-dark-blue);
}
.textPartner {
	animation-duration: 128s;
}
.textBailleur {
	animation-duration: 45s;
}

.horiscroll-flex {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 15px;
}
.horiscroll-flex h4 {
	min-width: 25%;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 0;
}
.header-transparent {
	position: relative;
}



@keyframes horiscroll {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.s-btn {
	padding: 20px 18px;
}


/*@media (max-width: 1200px) {
	.events {
		max-width: 1140px;
	}
}
@media (max-width: 992px) {
	.events {
		max-width: 960px;
	}
}*/


@media (min-width: 1400px) {
	/*#bannerSlider .container, .menu-container {
		max-width: 100%;
	}*/

}

@media (min-width: 1200px) {
	/*#bannerSlider .container, .menu-container {
		max-width: 100%;
	}*/

}

@media (min-width: 992px) {
	/*#bannerSlider .container, .menu-container {
		max-width: 100%;
	}*/

}

@media (max-width: 768px) {
	/*#bannerSlider .container, .menu-container {
		max-width: 100%;
	}*/
	#bannerSlider .flider-2 h2 {
		font-size: 24px;
	}

	#bannerSlider .flider-2 {
		display: none;
	}
	#bannerSlider, .blockEvents {
		min-height: initial;
		max-height: initial;
		height: 60vw;
	}
	.blockEvents .whiteStripe h4 {
		font-size: 16px
	}
	.blockEvents .whiteStripe p {
		display: none;
	}
	.flider-2 {
		margin-bottom: 0;
		margin-top: auto;
	}
	#bannerSlider .ivySlide {
		background-position: center center;
	}

	.serviceE {
		min-height: 550px;
	}

	.bigTitle {
		font-size: 10vw;
	}

	.events {
		max-width: 720px;
	}


	.timelineVisual {
		bottom: 12.5px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.eventPoint {
		box-sizing: content-box;
		position: relative;
		width: 25px;
		height: 25px;
		cursor: pointer;
		border-radius: 50px;
		transition: 0.2s ease-out;
		border: 1px solid #0000;
	}

	.eventPoint:before {
		position: absolute;
		content: " ";
		height: 10px;
		width: 10px;
		top: 7.5px;
		left: 7.5px;
		background: #AAA;
		border-radius: 5px;
	}
	.timeline {
		padding: 0;
	}
	.horiscroll-flex {
		flex-wrap: wrap;
	}
}
@media (max-width: 575px) {
	/*.container, .menu-container {
		max-width: 100%;
	}*/
	/*.sidebar__contact ul .sidebar__contact-text a {
		font-size: 2vw;
	}*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.flider-2 {
		margin-bottom: 0;
	}
}
/*@media (max-width: 576px) {
	.events {
		max-width: 540px;
	}
}*/