/* HOMEPAGE */
section.carousel {
	height: 100%;
}
.page {
	
}
.page.erreur_404 {
	padding:250px 30px 150px 30px;
}
.page.erreur_404 h1, .page.erreur_404 h2 {
	text-transform: uppercase;
    font-weight: 700;
	font-size:1.5rem;
}
.page.erreur_404 h2 {
	font-size:1rem;
}
.home-intro {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.home-intro .content {
	background: url(../img/home-intro-dessin.svg) left no-repeat;
	background-size: 360px;
    width: 800px;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 310px;
    font-size: 39px;
    line-height: 50px;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}
.home-intro .btn-scroll, .home-intro .btn-questions {
	position: absolute;
	transform: translate(-50%, 0);
	color:#fff;
	cursor: pointer;
}
.home-intro .btn-scroll {
	bottom: 20px;
	left: 50%;
}
.homepage .intro p {
	font-size: 26px;
	line-height: 35px;
}
.home-intro .btn-questions {
	border: 1px solid #d51317;
	font-size: 23px;
	line-height: 23px;
	padding: 10px 20px;
	border-radius: 40px;
	bottom: 40px;
	right: 0px;
	transition: .5s;
}
.home-intro .btn-questions:hover {
	border: 1px solid #d51317;
	background-color:#d51317;

}
.homepage section.partenaires p {
	font-size: 18px;
	line-height: 24px;
}
.homepage .faq h2 {
	line-height: 3rem;
	margin-bottom: 30px;
}
.homepage .faq h3 {
	font-size: 12px;
	border-bottom: 2px solid #1d1d1b;
	padding-bottom: 7px;
	width: 100%;
	margin-bottom: 10px;
}
.owl-carousel-home {
	height: 100vh;
	width: 100%;
	display: flex;
}
.owl-carousel-home .content, .owl-carousel-theplace .content, .page .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	color: #fff;
	position: relative;
	padding-top: 100px;
}
.owl-carousel-home .content h2, .owl-carousel-home .content h3 {
	font-size: 55px;
	max-width: 80%;
}
.owl-carousel-home .link-bottom {
	position: absolute;
	bottom: 30px;
}
.owl-carousel-home .link-bottom a {
	margin: 0px 5px;
}
.owl-carousel-home .item, .owl-carousel.owl-carousel-home.owl-drag .owl-item, .owl-carousel.owl-carousel-home .owl-stage, .owl-carousel.owl-carousel-home .owl-stage-outer {
	height: 100%;
}
.owl-carousel-home .owl-item img {
    display: block;
    width: auto !important;
    /* height: auto; */
    max-width: 240px;
    max-height: 200px;
    margin-bottom: 25px;
    opacity: 1 !important;
}
.intro-top {
	position: relative;
}
.home-ba {
	position: absolute;
	bottom: 0px;
	height: 70px;
	width: 100%;
	background: #efeeee;
	display: flex;
	justify-content: end;
	align-items: center;
	z-index: 10;
}
.home-ba a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	font-size: 30px;
}
.home-ba a.red {
	background-color: #d51317;
	color: #fff;
}
.link-google {
	background-color: #4779bd;
	color: #fff;
	padding: 10px 10px;
    display: inline-flex;
    margin-top: 10px;
}
.barre-google {
	background: #dadada;
	font-size: 22px;
	height: 110px;
	display: flex;
	align-items: center;
}
/* PAGE TYPE */
.page .content-top {
	height: 100vh;
	position: relative;
}
.page .list {
	background: url(../img/page-bg.svg) top right no-repeat;
	background-size: 300px;
}
.page.marque h2 {
	font-size: 50px;
    line-height: 50px;
}
.page .list h3 {
	font-size: 40px;
}
.page .list ul {
	list-style: none;
	padding-left: 12px;
}
.page .list ul li {
	position: relative;
}
.page .list ul li::before {
	position: absolute;
	content:'> ';
	left: -10px;
}
.page .motif-bottom {
	background: url(../img/motif-bottom.svg) center;
	height: 50px;
	width: 100%;
	display: flex;
}
.page.contact {
	padding-top: 170px;
}
.page.contact .page-content {
	background: url(../img/contact-bg.svg) top right no-repeat;
	background-size: 300px;
}
.page.contact .mosaique {
	background: url(../img/contact-mosaique.png) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 150px;
	display: flex;
}
/*
.owl-carousel-home {
	height: 100vh;
	width: 100%;
	display: flex;
}
.owl-carousel-home .content {
	height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    color: #1d1d1b;
    position: absolute;
    right: 40px;
    bottom: 60px;
    background-color: #ffffff;
    padding: 10px 20px;
    text-align: left;
	max-width: 40%;
}
.owl-carousel-home .link-bottom {
	position: absolute;
	bottom: 30px;
}
.owl-carousel-home .link-bottom a {
	margin: 0px 5px;
}
.owl-carousel-home .item, .owl-carousel.owl-carousel-home.owl-drag .owl-item, .owl-carousel.owl-carousel-home .owl-stage, .owl-carousel.owl-carousel-home .owl-stage-outer {
	height: 100%;
}
.owl-carousel-home h2 {
	font-size: 14px;
}
.owl-carousel-home p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-align: left;
}
.owl-dots {
	position: absolute;
	bottom: 100px;
}
.owl-carousel-home .owl-item {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
  
.owl-carousel-home .owl-item.active {
	opacity: 1;
}
*/
/* FORMULAIRE DE CONTACT */
#svgContainer {
	max-width: 100%;
	max-height: 100%;
	background-image: linear-gradient(70deg, #f0f0f0 10%, #ffffff 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.contact h1 {
	font-size: 3em;
}
.contact .btn, .template-single-2 .btn {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
	border-radius: 0px;
}
@keyframes outline {
	from {
		stroke-dasharray: 0, 3.1416 * 55px * 2;
	}
	to {
		stroke-dasharray: 3.1416 * 55px * 2, 3.1416 * 55px * 2;
	}
}

#outline {
  animation: .38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
}

@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

#white-circle {
  animation: .35s ease-in .35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}

#check {
  animation: .34s cubic-bezier(0.65, 0, 1, 1) .8s forwards check; 
  stroke-dasharray: 0, 75px;
}

@keyframes check-group {
  from {
    transform: scale(1);
  }
  
  50% {
    transform: scale(1.09);
  }
  
  to {
    transform: scale(1);
  }
}

#check-group {
  animation: .32s ease-in-out 1.03s check-group;
  transform-origin: center;
}

.fiche.mentions {
	padding-top: 100px;
}

@media screen and (max-width:1250px) {
	
}
@media screen and (max-width:991px) {
	.page {
		
	}
	.fiche.mentions {
		padding-top: 0px;
	}
	.page.programme h2 {
		font-size: 2rem;
	}
	.home-intro .content {
		background-size: 210px;
		width: 90%;
		height: 100%;
		padding-left: 211px;
		font-size: 19px;
		line-height: 21px;
	}
	.home-intro .btn-questions {
		bottom: 30px;
        right: -50px;
	}
	.page.marque h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.page .list h3 {
		font-size: 21px;
	}
	.page.marque h1 {
		font-size: 30px;
	}

	.owl-carousel-home .content h2, .owl-carousel-home .content h3 {
		font-size: 30px;
		max-width: 100%;
	}
	.homepage h1 {
		font-size: 2rem;
	}
	.owl-carousel-home .item {
		padding-bottom: 40px;
	}
}
@media screen and (max-width:768px) {
	
	.ft20 {
		font-size: 18px !important;
		line-height: 21px;
	}
	.home-ba a {
		font-size: 15px;
	}
	.barre-google {
		font-size: 15px;
		height: auto;
		padding: 20px 0px;
	}
	.barre-google .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.link-google {
		margin: 10px auto;
	}
	.owl-carousel-home {
		height: 85vh;
		height: 100vh;
	}
	.owl-carousel .owl-item img {
		height: 60px !important;
	}
	.page.contact {
		padding-top: 70px;
	}
	.page.contact .page-content {
		background-size: 120px;
	}
	.page.contact h1 {
		font-size: 2.5rem;
	}
	.page .content-top img {
		height: 60px !important;
	}
}
@media screen and (max-width:576px) {
	.home-intro .btn-questions {
		bottom: 100px;
		left: 50%;
	}
}


.ui-menu {
    position: absolute !important; /* Force l'apparition sous l'input */
    z-index: 1050; /* Plus haut que Bootstrap dropdowns */
    overflow-x: hidden; /* Pas de débordement horizontal */
    overflow-y: auto; /* Ajoute un scroll si nécessaire */
	background-color: #fff;
	padding: 0px;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}

.ui-menu-item {
    list-style: none; /* Supprime les puces */
    padding: 8px 12px;
    cursor: pointer;
}

.ui-menu-item:hover {
    background-color: #E2E2E2; /* Couleur hover (Bootstrap) */
}



/* SWIPEBOX 
.glightbox-clean .gslide-description {
	background: none !important;
}
.glightbox-clean .gdesc-inner {
	padding: 10px !important;
}
.glightbox-clean .gslide-title {
	font-size: 0.8em !important;
	color: #fff !important;
	margin-bottom: 0px !important;
}
*/

.img-list {
	min-height: 220px;
	width: 100%;
}
.description-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.description-text.clamp {
  -webkit-line-clamp: 3;
}

.description-toggle {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}
