.gamme-title {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 32px;
	color: #fff;
	text-transform: uppercase;
}

.gamme-number {
	color: #e74c3c;
	font-size: 3rem;
	font-weight: 900;
	margin-left: 8px;
}

.gamme2 .gamme-number {
	color: #f39c12;
}

.gamme3 .gamme-number {
	color: #27ae60;
}

.gamme1,
.gamme2,
.gamme3 {
	border-left: none;
	padding-left: 0;
	position: relative;
}

.gamme1 .formations-list:before,
.gamme2 .formations-list:before,
.gamme3 .formations-list:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	border-radius: 2px;
	z-index: 1;
}

.gamme1 .formations-list:before {
	background: #e74c3c;
}

.gamme2 .formations-list:before {
	background: #f39c12;
}

.gamme3 .formations-list:before {
	background: #27ae60;
}

.gamme1 .formations-list,
.gamme2 .formations-list,
.gamme3 .formations-list {
	position: relative;
	padding-left: 24px;
}

.formation-item {
	display: flex;
	align-items: baseline;
	padding: 8px 0;
	line-height: 1.4;
	padding-left: 0;
	transition: all 0.2s ease;
	min-height: 38px;
}

.formation-code {
	font-weight: 400;
	color: #b0b0b0;
	margin-right: 16px;
	font-size: 1.25rem;
	min-width: 70px;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.formation-title-block {
	display: inline;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.formation-title,
.formation-refs {
	overflow-wrap: normal;
	word-break: normal;
	flex-shrink: 1;
}

.formation-title {
	font-weight: 700;
	color: #FFF;
	font-size: 1.18rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-right: 8px;
}

.formations-list a {
	text-decoration: underline;
	text-decoration-color: #FFF;
	text-decoration-thickness: 2px
}

.formation-refs {
	color: #BBB;
	font-size: 1rem;
	margin-left: 0;
	line-height: 1.2;
	font-style: italic;
	font-weight: 400;
}

@media (max-width: 991.98px) {
	.nabaca-felt-primary {
		padding: 20px 0;
		min-height: unset;
	}

	.container-fluid {
		max-width: 98vw;
		padding: 0 8px;
	}

	.gamme-title {
		font-size: 2rem;
		margin-bottom: 18px;
	}

	.formation-code {
		font-size: 1rem;
		min-width: 48px;
	}

	.formation-title {
		font-size: 1rem;
	}

	.formations-list {
		gap: 10px;
	}
}

@media (max-width: 767.98px) {

	.formation-code {
		min-width: 52px
	}

}

#banner1 .banner {
	background: no-repeat center/100% url('../img/wishes.jpg');
	animation: slideInRight;
	animation-duration: 1s;
	margin-top: -600px;
	height: 800px;
}

#formations-calendar iframe {
	width: 100%;
	height: 800px;
	border-radius: 12px
}
