@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Exo 2';
	src: url('../fonts/Exo2-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo 2';
	src: url('../fonts/Exo2-Italic-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

:root {
	--font-text: 'Inter', sans-serif;
	--font-title: 'Exo 2', sans-serif;
}

body,
input,
textarea,
select,
button {
	font-family: var(--font-text);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.titre,
.hero-title,
.page-hero-title,
.cta-title,
.concretement-card-title,
#accompagnement .accompagnement-header h2,
#accompagnement h2,
#gamification h2,
#approche h2,
#autonomie h2,
#efficacite h2,
.split-panel h2,
.fullscreen-section .section-text h2 {
	font-family: var(--font-title);
}

.accueil {
	background: url("../img/fond-accueil.jpg") top center repeat-y;
	background-size: 80%;
	background-attachment: scroll;
}

p li {
	font-size: 1.5rem;
}

.logo {
	max-height: 115px;
}

.navbar-brand h1 {
	display: inline-block;
	font-size: 1.4em;
	padding-left: 0.5em;
	text-align: left !important;
	vertical-align: middle;
	color: var(--primary);
}

.navbar {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.navbar-expand-lg .navbar-collapse {
	float: none;
	text-align: center;
}

.navbar-nav {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3rem;
}

.stuck .sticky-top {
	max-height: 60px;
	font-size: 12px;
	border-bottom: solid 4px var(--primary);
}

	.stuck .sticky-top .logo {
		max-height: 45px;
		width: auto;
	}

#slider-home {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 40px;
}

.stuck .sticky-top h1 {
	display: inline-block;
	margin-left: 10px;
	font-size: 0.8em;
	margin-top: 0 !important;
	line-height: 0;
}

.stuck .navbar.sticky-top {
	position: sticky;
}

	.stuck .navbar.sticky-top .navbar-brand {
		display: inline-block;
	}

.stuck .navbar-expand-md .navbar-collapse {
	display: inline-block !important;
}

.stuck .sticky-top .collapse.show {
	background: var(--primary);
	letter-spacing: 0.15em;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
	margin-bottom: 1rem;
}

.navbar .dropdown-menu {
	border: none;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
	}

		.navbar .nav-item {
			padding: .5rem 0.125rem;
			margin: 0 .25rem;
		}

	.navbar-light .navbar-nav .nav-link {
		color: var(--primary);
		font-weight: 600;
		text-transform: uppercase !important;
	}

	.navbar-light .navbar-nav .active > .nav-link {
		color: var(--secondary);
	}
}

.dropdown-menu ul {
	list-style-type: square;
	margin: 0;
	padding: 0 5rem;
}

.dropdown-menu, .dropdown-menu .dropdown-item {
	color: var(--danger);
	font-weight: 600;
}

	.dropdown-menu, .dropdown-menu .dropdown-item:hover {
		color: var(--primary);
	}

		.dropdown-menu ul a {
			text-transform: none !important;
			color: var(--secondary) !important;
			font-size: 0.9em !important;
		}

			.dropdown-menu ul a:hover {
				color: var(--light);
				text-decoration: none;
				background-color: transparent;
			}

.nav-item.dropdown.small-ssmenu {
	position: relative !important;
}

/* Nav link modern hover - no border-radius */
.nav-link:hover {
	background: transparent;
	border-radius: 0;
	color: var(--secondary) !important;
}

.nav-link {
	transition: color 0.3s ease;
	position: relative;
}
/* Underline hover effect for non-dropdown nav links */
.nav-item:not(.dropdown) .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: var(--secondary);
	transition: width 0.3s ease, left 0.3s ease;
}

.nav-item:not(.dropdown) .nav-link:hover::after {
	width: 100%;
	left: 0;
}
/* Dropdown toggle caret animation */
.nav-link.dropdown-toggle::after {
	transition: transform 0.3s ease;
}

.nav-item.dropdown.show .nav-link.dropdown-toggle::after {
	transform: rotate(180deg);
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0;
	border-radius: 0;
	background-color: rgba(255,255,255,0.97);
	min-width: 280px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	padding: 0.5rem 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
}

.navbar .dropdown:hover > .dropdown-menu,
.navbar .dropdown.show > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.navbar .dropdown:hover > .nav-link.dropdown-toggle::after {
	transform: rotate(180deg);
}

/* Dropdown items modern hover */
.dropdown-item {
	padding: 0.6rem 1.2rem;
	transition: background-color 0.2s ease, color 0.2s ease;
	border-left: 3px solid transparent;
}

	.dropdown-item:hover, .dropdown-item:focus {
		color: var(--primary) !important;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0.03);
		border-left: 3px solid var(--secondary);
	}

	.dropdown-item.active, .dropdown-item:active {
		color: #fff !important;
		text-decoration: none;
		background-color: var(--danger);
		border-left: 3px solid var(--danger);
	}

.liste-stylisee {
	list-style-type: none;
}

	.liste-stylisee li::before {
		content: '';
		display: inline-block;
		border: solid 3px;
		width: 2rem;
		margin-right: 5px;
	}

.titre::after {
	content: none;
}

.titre {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .titre, .hero-title, .page-hero-title, .cta-title, .concretement-card-title, #accompagnement .accompagnement-header h2, #accompagnement h2, #gamification h2, #approche h2, #autonomie h2, #efficacite h2, .split-panel h2, .fullscreen-section .section-text h2 {
	text-transform: lowercase !important;
}

h1::first-letter, .h1::first-letter,
h2::first-letter, .h2::first-letter,
h3::first-letter, .h3::first-letter,
h4::first-letter, .h4::first-letter,
h5::first-letter, .h5::first-letter,
h6::first-letter, .h6::first-letter,
.titre::first-letter,
.hero-title::first-letter,
.page-hero-title::first-letter,
.cta-title::first-letter,
.concretement-card-title::first-letter,
#accompagnement .accompagnement-header h2::first-letter,
#accompagnement h2::first-letter,
#gamification h2::first-letter,
#approche h2::first-letter,
#autonomie h2::first-letter,
#efficacite h2::first-letter,
.split-panel h2::first-letter,
.fullscreen-section .section-text h2::first-letter {
	text-transform: uppercase !important;
}

.title {
	padding: 1.20rem;
	border-radius: 2.20rem;
	background: #fff;
	z-index: 5;
	font-size: 3em;
	position: relative;
	left: 0;
}

.description {
	background: rgba(255, 255, 255, 0.8);
	padding: 1.5rem;
	border-radius: 5px;
	line-height: 1.65em;
	overflow: visible;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 1.4rem;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.subtitle {
	font-size: 1.5rem;
	line-height: 1.45em;
	margin-top: 1rem;
}

.copyright {
	background: #53576c;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	padding-top: 1rem;
}

#Conception, #formations {
	text-align: right;
}

.footer a {
	color: var(--secondary);
}

.margin-footer {
	margin-top: 5rem;
}

section {
	position: relative;
	overflow-x: hidden;
}

.moveup-to-section {
	position: absolute;
	top: 100px;
	z-index: 5;
	left: 50%;
	padding: 2rem;
}

.movedow-to-section {
	position: absolute;
	bottom: 100px;
	z-index: 5;
	left: 50%;
	padding: 2rem;
}

.mentions {
	margin-top: 2rem;
	margin-bottom: 0;
	font-size: 0.75em;
	letter-spacing: 0.15em;
	border-top: dashed 1px #fff;
	padding-top: 1rem;
}

	.mentions a {
		color: #fff;
		text-transform: uppercase;
	}

.desktop {
	display: block;
}

.mobile {
	display: none !important;
}
	/*+++++ PHOTOS +++*/
.photos .photo-item {
	position: relative
}

	.photos .photo-item:after {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(232, 62, 140, 0.7);
		z-index: 1;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		opacity: 0;
		visibility: hidden
	}

	.photos .photo-item .photo-text-more {
		position: absolute;
		z-index: 3;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: 30px;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		opacity: 0;
		visibility: hidden;
		text-align: center
	}

		.photos .photo-item .photo-text-more .icon {
			color: #fff;
			font-size: 20px
		}

		.photos .photo-item .photo-text-more .heading {
			font-size: 16px;
			color: #fff;
			margin-bottom: 0;
			text-transform: uppercase
		}

		.photos .photo-item .photo-text-more .meta {
			color: #cccccc;
			text-transform: uppercase;
			font-size: 12px
		}

	.photos .photo-item img {
	.width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		height: 300px;
		margin-bottom: 5px
	}

@media (max-width:575.98px) {
	.photos .photo-item img {
		height: 200px
	}
}

.photos .photo-item:hover:after {
	opacity: 1;
	visibility: visible
}

.photos .photo-item:hover .photo-text-more {
	margin-top: 0;
	opacity: 1;
	visibility: visible
}

/*+++*/
@media only screen and (max-width:980px) {
	.navbar-brand h1 {
		font-size: 1em;
		max-width: 200px;
	}
}

@media only screen and (max-width:800px) {
	.navbar-brand h1 {
		font-size: 0.9em;
		max-width: 200px;
	}

	#Conception, #formations {
		text-align: left;
	}

	.navbar {
		display: flex;
	}
}

@media only screen and (max-width:1024px) {
	.logo {
		max-width: 70px;
		height: auto;
	}

	.navbar-brand {
		display: inline-block;
		margin: 0;
	}

	.title {
		border-radius: 0;
		font-size: 1.9em;
		text-align: center;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 40px !important;
		border: dashed 3px;
	}

	.collapse:not(.show) {
		display: none !important;
	}

	.desktop {
		display: none !important;
	}

	.mobile {
		display: block;
	}

	.description {
		margin-top: 1.5rem;
		padding: 1.2rem;
		font-size: 1.15rem;
		line-height: 1.55;
	}

	#accompagnement .col-md-6,
	#gamification .col-md-6,
	#efficacite .col-md-4,
	#efficacite .col-md-6,
	#autonomie .col-md-4,
	#autonomie .col-md-6,
	#approche .col-md-4,
	#approche .col-md-6 {
		text-align: center;
	}

	#accompagnement img,
	#gamification img,
	#efficacite img,
	#autonomie img,
	#approche img {
		max-width: 80%;
		margin: 1rem auto;
		display: block;
	}

	.margin-footer {
		margin-top: 2rem;
	}

	h1, .h1 {
		font-size: 2rem;
	}

	h2, .h2 {
		font-size: 1.6rem;
	}

	h3, .h3 {
		font-size: 1.2rem;
	}

	.sub-footer {
		text-align: center;
	}

		.sub-footer .col-md-4 {
			margin-bottom: 1.5rem;
		}

		.sub-footer h5 {
			font-size: 1.1rem;
		}

		.sub-footer p {
			font-size: 1rem;
		}
}

@media only screen and (max-width:576px) {
	h1, .h1 {
		font-size: 1.75rem;
	}

	h2, .h2 {
		font-size: 1.4rem;
	}

	.description {
		padding: 1rem;
		font-size: 1.05rem;
		line-height: 1.5;
	}

	#accompagnement img,
	#gamification img,
	#efficacite img,
	#autonomie img,
	#approche img {
		max-width: 60%;
	}
}

.container-small {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255,255,255,0.8);
}

@media only screen and (max-width:640px) {
	.container-small {
		max-width: 90%;
	}
}

/* Scroll to top button */
#topcontrol {
	width: 50px;
	height: 100px;
	background: var(--danger);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease, transform 0.3s ease;
	z-index: 9999;
	margin: 2rem;
}

	#topcontrol:hover {
		background: var(--primary);
		transform: translateY(-3px);
	}

	#topcontrol i {
		font-size: 1.4rem;
		line-height: 1;
	}

/* Masquer le bouton "Revenir en haut" en mode tablette et mobile */
@media only screen and (max-width: 1023px) {
	#topcontrol {
		display: none !important;
	}
}

/* PRESENTATION */

.presentation-section {
	padding: 40px 0;
}

	.presentation-section .section-image img {
		width: 100%;
	}

	.presentation-section .section-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.presentation-section .section-title {
		color: #4e868a;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.presentation-section .section-description {
		line-height: 1.8;
	}

.bg-content {
	background-color: rgba(248, 249, 250, 0.7);
	padding: 1.5rem;
	border-radius: 1.2rem;
	border: none;
	border-left: 4px solid var(--secondary);
	line-height: 1.45em;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1024px) {
	.presentation-section .section-image,
	.presentation-section .section-content {
		margin-bottom: 20px;
	}
}

/* Mobile navbar dropdown fix */
@media screen and (max-width: 991px) {
	.navbar .dropdown-menu {
		display: none !important;
		visibility: visible;
		opacity: 1;
		transform: none;
		position: static;
		float: none;
		box-shadow: none;
		background-color: transparent;
		pointer-events: auto;
		padding: 0;
		min-width: 0;
		transition: none;
	}

	.navbar .dropdown.show > .dropdown-menu {
		display: block !important;
	}

	.navbar .dropdown:hover > .dropdown-menu {
		display: none !important;
	}

	.navbar .dropdown.show:hover > .dropdown-menu {
		display: block !important;
	}

	.navbar .dropdown-menu .dropdown-item {
		color: var(--primary);
		padding: 0.5rem 1.5rem;
		border-left: none;
	}

		.navbar .dropdown-menu .dropdown-item:hover,
		.navbar .dropdown-menu .dropdown-item:focus {
			color: var(--secondary);
			background-color: rgba(0, 0, 0, 0.03);
			border-left: none;
		}

		.navbar .dropdown-menu .dropdown-item.active {
			color: var(--danger);
			background-color: rgba(0, 0, 0, 0.05);
			border-left: none;
		}
}

/* Fil d'ariane global */
.site-breadcrumb {
	position: relative;
	z-index: 20;
	padding-top: 7rem;
	padding-bottom: 0.75rem;
}

.site-breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.95rem;
}

.site-breadcrumb-item {
	color: var(--text-color);
}

.site-breadcrumb-item + .site-breadcrumb-item::before {
	content: ">";
	display: inline-block;
	margin: 0 0.5rem 0 0.25rem;
	color: rgba(51, 54, 69, 0.6);
}

.site-breadcrumb-item a {
	color: var(--primary);
	text-decoration: none;
}

.site-breadcrumb-item a:hover {
	text-decoration: underline;
}

.site-breadcrumb-item--current {
	color: rgba(51, 54, 69, 0.75);
	font-weight: 600;
}

@media screen and (max-width: 1024px) {
	.site-breadcrumb {
		padding-top: 6rem;
	}
}

@media screen and (max-width: 576px) {
	.site-breadcrumb {
		padding-top: 5.5rem;
	}

	.site-breadcrumb-list {
		font-size: 0.85rem;
	}
}

/* Fallback icônes light -> free */
.fal {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900 !important;
}
