h2 {
    letter-spacing: 0.5px;
    line-height: 35px;
}

.vert {
	font-weight: bold;
	color: #26aa92;
	text-decoration: none;
}
.grid2 figure h1 span {
  text-shadow: 2px 2px 4px #999;
}
.couvrance-df {
	object-fit: cover;
	object-position: 0px 0px;
}

#formateurs-exceptions #presentation {
	text-align: justify;
    width: 74%;
    margin-left: 13%;
}
#formateurs-exceptions #aides-formateurs,
#formateurs-exceptions #accompagnement-formateurs {
	font-family: 'Baloo2',Helvetica, Arial, sans serif;
	width: 74%;
	margin-left: 13%;
	clear: both;
	float: left;
}
#formateurs-exceptions #aides-formateurs {
	margin-top: 2%;
}
#formation-phare {
	font-family: 'Baloo2',Helvetica, Arial, sans serif;
	width: 80%;
	margin-left: 10%;
	clear: both;
	float: left;
	margin-bottom: 0px;
}
#formateurs-exceptions #formation-phare h2 {
	font-family: 'Aquatico', Helvetica, Arial, sans-serif;
	position: relative;
	text-align: center;
	color: #DA0710;
	padding: 0;
	font-size: 21px;
	margin-top: -10px;
}
.gallery {
	position: relative;
	width: 90%;
	max-width: 800px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	perspective: 1500px; /* Profondeur */
	margin: 30px auto;
}
.image-container {
	position: relative;
	width: calc(33% - 10px);
	height: 200px;
	text-decoration: none;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
	transform-origin: center;
	transform: translateY(150%) rotateY(90deg) scale(0.8);
	opacity: 0;
	transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-in-out;
}
.image-container.large {
	width: calc(66% - 10px);
	height: 400px;
}
.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
a {
	opacity: 1;
}
a:hover img {
	opacity: 0.75;
}
.text {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	background: rgba(240, 240, 240, 0.8);
	color: #DA0710;
	text-align: center;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}
.image-container.appear {
	transform: translateY(0) rotateY(0) scale(1);
	opacity: 1;
}
#formateurs-exceptions #aides-formateurs ul {
	margin-bottom: 75px;
	font-size: 15px;
	line-height: 26px;
}
.fichier-list {
	list-style: none;
	padding: 0;
}
.fichier-list li {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	padding-top: 0px;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.fichier-list li h4 {
	margin-bottom: 0px;
	color: #26aa92;
}
.fichier-list li h4 a {
	margin-top: -5px;
	color: #26aa92;
}
.fichier-list li h4 a:hover {
	color: #DA0710;
}
.fichier-list li a {
	text-decoration: none;
	color: #333;
}
.fichier-list li a:hover {
	color: #DA0710;
	font-weight: bold;
}
.puce {
	position: relative;
	padding-left: 1.5em; /* espace pour le tiret */
	text-align: left;
	margin-bottom: 1em;
	text-align: justify;
}
.puce::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 26px;
}
p.puce a {
	color: #26aa92;
	font-weight: bold;
	text-decoration: none;
}
p.puce a:hover {
	color: #DA0710;
}  
a.contact {
	margin-bottom: 0px;
	text-decoration: none;
	color: #DA0710!important;
	font-weight: bold;
}
a:hover.contact {
	text-decoration: underline;
}
#aides-formateurs h2,
#accompagnement-formateurs h2,
#formateurs-exceptions #avis h2 {
	font-family: 'Aquatico', Helvetica, Arial, sans-serif;
	position: relative;
	text-align: center;
	color: #DA0710;
	padding: 0;
	font-size: 21px;
}
#formateurs-exceptions #aides-formateurs p,
#formateurs-exceptions #accompagnement-formateurs p {
	font-family:'Baloo2', Helvetica, Arial, sans serif;
	color: #000;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
}
#formateurs-exceptions #accompagnement-formateurs .pack-container p {
	color: #FFF;
	text-align: center;
}

/* Responsive */
@media (max-width: 1282px) {
	#formateurs-exceptions #aides-formateurs,
	#formateurs-exceptions #accompagnement-formateurs,
	#formateurs-exceptions #presentation {
		width: 80%;
		margin-left: 10%;
		text-align: justify;
	}
}
@media (max-width: 555px) {
	.grid2 figure h1 span {
		text-shadow: 2px 2px 4px #555;
	}
	.gallery {
		position: relative;
		width: 80%;
		max-width: 500px;
		flex-direction: column;
		gap: 0;
		margin-left: 10%;
		margin-right: 10%;
	}
	.image-container{
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.image-container.large {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
@media (max-width: 480px) {
	#présentation {
		width:100%;
		clear: both;
	}	
}
@media (max-width: 434px) {
	figure.effect-apollo2 h1 {
        margin-top: -34px;
    }	
	.grid2 figure h1 span {
        font-size: 18px;
    }
	#formateurs-exceptions #presentation h2,
	#aides-formateurs h2, 
	#accompagnement-formateurs h2 {
		font-size: 18px;
		width: 100%;
		min-width: 333px;
	}
	#formateurs-exceptions #presentation h2	{
		margin-left: -22px;
	}
    #formateurs-exceptions #aides-formateurs h2,
    #formateurs-exceptions #accompagnement-formateurs h2 {
	   margin-left: -12px;
    }
	#formateurs-exceptions #aides-formateurs,
	#formateurs-exceptions #accompagnement-formateurs {
		margin-left: 12%;
	}
    #formateurs-exceptions #aides-formateurs p,
    #formateurs-exceptions #accompagnement-formateurs p {
		margin-left: -10px;
		width: 100%;
    }
    #formateurs-exceptions #pre-footer {
		margin-top: -25px;
	}
}
@media (max-width: 414px) {
	figure.effect-apollo2 h1 {
		margin-top: 0px;
    }
	#formateurs-exceptions #aides-formateurs h2, 
	#formateurs-exceptions #accompagnement-formateurs h2 {
		margin-left: 0px;
    }
	.gallery {
		margin-left: 0%;
		min-width: 333px;
	}
    #formateurs-exceptions #aides-formateurs, 
    #formateurs-exceptions #accompagnement-formateurs {
		margin-left: 10%;
    } 
	#formateurs-exceptions #aides-formateurs p, 
	#formateurs-exceptions #aides-formateurs li, 
	#formateurs-exceptions #accompagnement-formateurs p {
		width: 100%;
		margin-left: 0%;
    }
}
@media (max-width: 393px) {
	#formateurs-exceptions #presentation h2, 
	#aides-formateurs h2, 
	#accompagnement-formateurs h2,
	#formateurs-exceptions #formation-phare h2 {
		min-width: 313px;
		font-size: 18px;
	}
	#formateurs-exceptions #accompagnement-formateurs h2 {
		margin-left: 0px;
	}
	#formateurs-exceptions #aides-formateurs p, 
	#formateurs-exceptions #aides-formateurs li, 
	#formateurs-exceptions #accompagnement-formateurs p {
		width: 90%;
		margin-left: 5%;
	}
	.gallery {
		margin-left: 4%;
		min-width: 323px;
	}
}
@media (max-width: 383px) {
	.gallery {
		margin-left: 3%;
	}
	figure.effect-apollo2:hover p {
		display: none;
	}
}
@media (max-width: 363px) {
	figure.effect-apollo2 h1 {
		margin-top: -38px;
	}
	.gallery {
		margin-left: 3%;
		min-width: 313px;
	}
}
@media (max-width: 344px) {
	#formateurs-exceptions #presentation h2 {
        margin-left: -40px;
    }
	#formateurs-exceptions #formation-phare h2,
    #formateurs-exceptions #aides-formateurs h2, 
	#formateurs-exceptions #accompagnement-formateurs h2 {
        margin-left: -18px;
    }
  .gallery {
    min-width: 303px;
  }
}
@media (max-width: 323px) {
	figure.effect-apollo2 h1 {
        margin-top: -20px;
    }	
	.grid2 figure h1 span {
        font-size: 18px;
    }
}
@media (max-width: 303px) {
	figure.effect-apollo2 h1 {
        margin-top: -40px;
	}
	figure.effect-apollo2 p {
		visibility: hidden;
	}	
	.grid2 figure h1 span {
		font-size: 18px;
	}
	#formation-phare {
		margin-left: 11%;
	}
	#formateurs-exceptions #presentation p {
		width: 222px;
		margin-left: -10px;
	}
	#formateurs-exceptions #presentation h2,
	#formateurs-exceptions #aides-formateurs h2,
	#formateurs-exceptions #accompagnement-formateurs h2 {
		margin-left: -30px;
		text-align: center;
		width: 100%;
		min-width: 260px;
		font-size: 16px;
	}
	#formateurs-exceptions #aides-formateurs h2,
	#formateurs-exceptions #accompagnement-formateurs h2 {
		margin-left: -12px;
	}
	#formateurs-exceptions #aides-formateurs li {
		margin-left: -5px;
        width: 100%;
   }
   .gallery {
		margin-left: 12%;
		min-width: 222px;
	}
}

/* Accessibilité */
.accessible-mode #formateurs-exceptions #aides-formateurs p,
.accessible-mode #formateurs-exceptions #accompagnement-formateurs p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}