/**
 * Public styles for Gestion des entraînements physiques.
 */

.gep-main {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
}

.gep-article {
	background: #fff;
	padding: 20px;
}

.gep-entry-title {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.gep-featured-image {
	margin-bottom: 20px;
}

.gep-featured-image img {
	max-width: 100%;
	height: auto;
}

.gep-entry-content {
	margin-bottom: 30px;
	line-height: 1.6;
}

.gep-section-title {
	font-size: 1.5rem;
	margin: 30px 0 15px;
	border-bottom: 2px solid #2271b1;
	padding-bottom: 8px;
}

.gep-steps-list,
.gep-day-exercises {
	padding-left: 0;
	list-style: none;
}

.gep-step,
.gep-day,
.gep-day-exercise {
	margin-bottom: 20px;
	padding: 15px;
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
}

.gep-step-title,
.gep-day-title,
.gep-exercise-name {
	margin-top: 0;
	margin-bottom: 10px;
}

.gep-step-media {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 10px;
}

.gep-step-media-item {
	max-width: 100%;
}

.gep-step-media-content {
	max-width: 100%;
	border: 1px solid #dcdcde;
	border-radius: 3px;
}

.gep-step-media-item img {
	max-width: 200px;
	max-height: 200px;
	height: auto;
}

.gep-step-media-item video,
.gep-step-media-item embed {
	width: 100%;
	max-width: 600px;
}

.gep-step-file {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	background: #f0f6fc;
	border: 1px solid #2271b1;
	border-radius: 3px;
	color: #2271b1;
	text-decoration: none;
	font-weight: 600;
}

.gep-step-file:hover,
.gep-step-file:focus {
	background: #2271b1;
	color: #fff;
}

.gep-programme-personne,
.gep-programme-client,
.gep-programme-objectifs,
.gep-programme-duree,
.gep-client,
.gep-objectifs,
.gep-duree {
	font-size: 1.05rem;
	margin-bottom: 10px;
}

.gep-day-description,
.gep-exercise-instruction {
	margin-bottom: 10px;
	line-height: 1.5;
}

.gep-day-seances {
	margin-top: 15px;
}

.gep-seance {
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border-left: 4px solid #f97316;
}

.gep-seance-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.gep-seance-description,
.gep-seance-methode {
	margin-bottom: 10px;
	line-height: 1.5;
}

.gep-seance-methode strong {
	color: #1d2327;
}

.gep-methode-color-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 6px;
	vertical-align: middle;
	border: 1px solid rgba( 0, 0, 0, 0.1 );
}

.gep-seance-exercises {
	padding-left: 0;
	list-style: none;
}

.gep-seance-exercise {
	margin-bottom: 15px;
	padding: 10px;
	background: #f6f7f7;
	border-left: 4px solid #00a32a;
}

.gep-exercise-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 0.95rem;
	color: #3c434a;
}

.gep-exercise-time,
.gep-exercise-reps,
.gep-exercise-unilaterale {
	background: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px solid #dcdcde;
}

.gep-exercise-image {
	margin: 10px 0;
}

.gep-exercise-image img {
	max-width: 100%;
	height: auto;
	border: 1px solid #dcdcde;
	border-radius: 3px;
}

.gep-exercise-unilaterale {
	background: #f0f6fc;
	border-color: #2271b1;
	color: #1d2327;
	font-weight: 600;
}

.gep-programmes-list ul {
	padding-left: 20px;
}

.gep-programmes-list li {
	margin-bottom: 8px;
}

@media ( max-width: 600px ) {
	.gep-entry-title {
		font-size: 1.5rem;
	}

	.gep-exercise-meta {
		flex-direction: column;
		gap: 8px;
	}
}
