.hero-verset-container {
	background-image: url('../images/img/fond_verset_semaine.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	margin: 50px auto 50px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	width: 700px;
	height: 700px;
	overflow: hidden;
}

.hero-verset-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	border-radius: 8px;
	z-index: 0;
	pointer-events: none;
}

.hero-section {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
	background: transparent;
	border-radius: 0;
	position: relative;
	z-index: 1;
}

.hero-section > * {
	position: relative;
	z-index: 2;
}

.hero-logo {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	border-radius: 50%;
	box-shadow: 0 0 40px rgba(102, 126, 234, 0.3), 0 0 80px rgba(102, 126, 234, 0.15);
}

.hero-text {
	font-size: 1.3rem;
	color: #FFFFFF;
	font-family: 'Times New Roman', serif;
	font-style: italic;
	margin: 15px 0;
	line-height: 1.6;
	font-weight: 500;
}

.hero-reference {
	font-size: 0.8rem;
	color: #999;
	font-weight: 600;
	margin: 10px 0 0 0;
}

@media (max-width: 768px) {
	.hero-verset-container {
		width: 350px;
		height: 350px;
		margin: 30px auto 50px;
	}
	
	.hero-section {
		padding: 20px 15px;
		margin-bottom: 40px;
	}
	
	.hero-logo {
		max-width: 100px;
		margin-bottom: 15px;
	}
	
	.hero-text {
		font-size: 0.9rem;
	}
	
	.hero-reference {
		font-size: 0.7rem;
	}
	
	.verset-semaine-section {
		padding: 30px 15px;
	}
	
	.verset-semaine-text {
		font-size: 1rem;
	}
	
	.verset-semaine-ref {
		font-size: 0.85rem;
	}
}

.verset-semaine-section {
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 50px;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	z-index: 1;
}

.verset-semaine-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	border-radius: 8px;
	z-index: 1;
}

.verset-semaine-content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.verset-semaine-text {
	font-size: 1.2rem;
	color: #FFFFFF;
	font-family: 'Times New Roman', serif;
	margin: 0 0 15px 0;
	line-height: 1.3;
	font-weight: 600;
}

.verset-semaine-ref {
	font-size: 1.1rem;
	color: #FFFFFF;
	font-weight: 600;
	margin: 0;
}

.verset-mobile-box {
	display: none;
	max-width: 90%;
	margin: 30px auto;
	padding: 25px;
	background: #FFFFFF;
	border: 1px solid #667EEA;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
	text-align: center;
}

.verset-mobile-text {
	font-size: 1.1rem;
	color: #333;
	font-family: 'Times New Roman', serif;
	margin: 0 0 15px 0;
	line-height: 1.2;
	font-weight: 500;
}

.verset-mobile-ref {
	font-size: 0.9rem;
	color: #667EEA;
	font-weight: 600;
	margin: 0;
}

@media (max-width: 768px) {
	.verset-semaine-section {
		margin: 0 auto 40px;
		padding: 40px 20px;
		background-attachment: scroll;
		display: none;
	}
	
	.verset-mobile-box {
		display: block;
	}
	
	.verset-semaine-text {
		font-size: 1.1rem;
	}
	
	.verset-semaine-ref {
		font-size: 1rem;
	}
	
	.hero-text {
		font-size: 1.1rem;
	}
}

/*
.about-section {
	max-width: 900px;
	margin: 0 auto;
	font-family: 'Karla', sans-serif;
	color: #333;
}

.about-section h1 {
	font-size: 2.5rem;
	color: #667EEA;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

.about-intro {
	margin-bottom: 40px;
}

.about-intro img {
	float: left;
	max-width: 150px;
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	margin-right: 20px;
	margin-bottom: 15px;
}

.about-intro-text {
	line-height: 1.8;
	font-size: 1rem;
	overflow: auto;
}

.about-intro-text strong {
	color: #667EEA;
	font-weight: 600;
}

.about-organization {
	background: #FFFFFF;
	padding: 30px;
	border-left: 5px solid #667EEA;
	margin: 30px 0;
	border-radius: 4px;
}

.about-organization h2 {
	color: #667EEA;
	font-size: 1.8rem;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #667EEA;
}

.about-organization p {
	line-height: 1.8;
	margin-bottom: 15px;
	font-size: 0.95rem;
}

.about-aims {
	margin: 40px 0;
}

.about-aims h2 {
	color: #667EEA;
	font-size: 1.8rem;
	margin-bottom: 25px;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #667EEA;
	text-align: left;
}

.aims-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	list-style: none;
	padding: 0;
}

.aims-list li {
	background: white;
	padding: 20px;
	border-left: 4px solid #667EEA;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s, box-shadow 0.3s;
	font-size: 1rem;
	line-height: 1.6;
}

.aims-list li:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(102, 128, 234, 0.15);
}

*/


/* Responsive */
@media (max-width: 768px) {
	.about-section h1 {
		font-size: 2rem;
	}

	.about-intro {
		flex-direction: column;
		gap: 20px;
	}

	.about-intro img {
		max-width: 100%;
	}

	.about-organization {
		padding: 20px;
	}
}
