@charset "utf-8";
/* CSS Document */

.orange {
	color: var(--orange-logo);
	font-weight: bold;
}

.bleu {
	color: var(--bleu-logo);
	font-weight: bold;
}

.bleu-humanisme {
	color: #3399cc;
	font-weight: bold;
}

.main-page-espace-conferences {
	max-width: 950px;
	margin: auto;
	min-height: 400px;
}

.main-page-espace-conferences h1 {
	font-size: 2rem;
	text-align: center;
	text-transform: uppercase;
	color: var(--bleu-logo);
	margin-bottom: 1.5rem;
}

.main-page-espace-conferences .annonce-programme-conferences-2025 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: italic;
	color: var(--orange-logo);
}

.main-page-espace-conferences .point {
	color: var(--orange-logo) !important;
}

.main-page-espace-conferences .texte-presentation {
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin-bottom: 3rem;
}

.main-page-espace-conferences .annonce-conferences-gratuites {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.main-page-espace-conferences .conteneur-programme-conferences {
	text-align: center;
	margin-bottom: 5rem;
	max-width: 900px;
}

.main-page-espace-conferences .conteneur-programme-conferences img {
	max-width: 100%;
	height: auto;
}

.main-page-espace-conferences .conteneur-programme-conferences .programme-samedi {
	width: 50%;
	border: solid 1px var(--gris-bordure);
	border-radius: 3px;
	padding: 0 1rem 0 1rem;
	margin-right: 1rem;
	box-shadow: 7px 7px 7px rgba(204, 209, 209, 0.5);
}

.main-page-espace-conferences .conteneur-programme-conferences .programme-samedi h3 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: var(--bleu-logo);
	font-weight: bold;
}

.main-page-espace-conferences .conteneur-programme-conferences .programme-dimanche {
	width: 50%;
	border: solid 1px var(--gris-bordure);
	border-radius: 3px;
	padding: 0 1rem 0 1rem;
	box-shadow: 7px 7px 7px rgba(204, 209, 209, 0.5);
}

.main-page-espace-conferences .conteneur-programme-conferences .programme-dimanche h3 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: var(--bleu-logo);
	font-weight: bold;
}

.main-page-espace-conferences .conteneur-programme-conferences .module-conference {
	display: flex;
	margin-bottom: 0.5rem;
	align-items: center;
}

.main-page-espace-conferences .conteneur-programme-conferences .module-conference p {
	margin: 0;
}

.main-page-espace-conferences .conteneur-programme-conferences .module-conference .visuel-conference {
	margin-right: 0.5rem;
}

.main-page-espace-conferences .conteneur-programme-conferences .module-conference .horaires {
	color: var(--orange-logo);
	font-weight: bold;
	font-size: 1rem;
}

.main-page-espace-conferences .conteneur-programme-conferences .module-conference .conferencier {
	color: var(--bleu-logo);
	font-weight: bold;
}

.main-page-espace-conferences .conteneur-programme-conferences .module-conference .titre {
	color: var(--texte-defaut);
	font-style: italic;
}

.conteneur-animations {
	display: flex;
	margin-bottom: 5rem;
}
.colonne-ma-ville-demain {
	width: 300px;
	text-align: center;
	padding-right: 1rem;
	margin-right: 2rem;
	border-right: solid 3px var(--gris-bordure);
}

.colonne-animations {
	padding-left: 2rem;
	width: 600px;
}

.ligne-animation {
	display: flex;
	border-bottom: solid 3px var(--gris-bordure);
	padding-top: 1rem;
}

.ligne-animation a {
	color: #3399cc;
	font-weight: bold;
}

.visuel-animation {
	padding-right: 1rem;
}