/*
@media screen and (min-width: 500px) {
	.podcast-presentation-actions-whatsapp {
		display: none;
		margin-left: 6px;
	}
}
.texte-eyeliner {
	text-shadow: 1px 1px 10px #000000c0, -1px -1px 10px #000000c0;
}

#android_app_banner {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	background: white;
	z-index: 1000;
	justify-content: space-evenly;
	align-items: center;
	padding: 15px;
	box-shadow: 0 0 10px -3px black;
}

#android_app_banner_close_button {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.newsletter_description {
	margin: 15px 0 10px;
	font-size: 17px;
}

.newsletter_compressee {
	padding: 1rem 1.5rem !important;
}
.newsletter_compressee .newsletter-title {
	font-size: 1.5em;
}

.newsletter_compressee .newsletter_description{
	margin: 5px 0 !important;
}

.newsletter-button {
	width: 100%;
	font-family: Gotham Book, Ubuntu, Helvetica;
	border-radius: 4px;
}

.newsletter_compressee .newsletter-button {
	height: 38px;
	padding: 0;
}

@media (min-width: 992px) {
	.d-lg-grid {
		display: grid !important;
	}	
}

#boutons {
	grid-gap: .8em;
	width: 100%;
}
*/
/* Home Page général */
.home_section {
	overflow: hidden;
}
.home_section a, .home_section a:hover{
	text-decoration: none;
	color: var(--title-color);
}
.home_section hr {
	border: 0;
	border-top: 1px solid lightgray;
	margin: 15px 0;
}
@media (max-width: 768px) {
	.home_section hr {
		display: none;
	}
}
.home_section h2 {
	font-size: 2rem;
	font-family: Monserrat, sans-serif;
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.titleitem .title {
		font-size: 3rem;
	}
}
.home-liens hr,.home-blog hr, .home-meditation_quotidienne hr {
	display: none;
}

/* Home Page sections */
.homepage-v2 section{
	padding: 2rem 0 !important;
	font-size: 18px;
}
@media (max-width: 768px) {
	.homepage-v2 section{
		padding: 1rem 0 !important;
	}
}

.home-cta {
	text-align: center;
}
/* Blog */
.home-blog {
	position: relative;
}
.blog {
	display: flex;
	grid-gap: 30px;
	transform: translateX(0vw);
	transition: transform 1s cubic-bezier(.17,.43,.19,1);
}
/* Blog individuel */
.blog_individuel {
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-blog img{
	margin-bottom: 25px;
}
.blog_individuel_thumbnail {
	width: 100%;
}
.blog_individuel_extract {
	width: 100%;
}
.blog_individuel_extract h3 {
	font-size: 20px;
}
.blog_individuel_extract_grand {
	display: none;
}
.blog_individuel_extract_moyen {
	display: none;
}
@media (min-width: 576px) {
	.blog_individuel_extract_petit {
		display: none;
	}
	.blog_individuel_extract_moyen {
		display: block;
	}
}
@media (min-width: 992px) {
	.blog_individuel_extract_moyen {
		display: none;
	}
	.blog_individuel_extract_grand {
		display: block;
	}
	.blog_individuel_thumbnail {
		width: 49%;
	}
	.blog_individuel_extract {
		width: 49%;
	}
}

/* Blog multiples */
.fleche_gauche, .fleche_droite {
	display: none;
	position: absolute;
	width: calc(var(--height_fleche) / 1.5);
	height: var(--height_fleche);
	top: 50%;
	transform: translateY(calc(var(--height_fleche) / -2));
	--height_fleche: 50px;
	z-index: 100;
	background: #000000b0;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}
.fleche_gauche{
	left: 0;
}
.fleche_droite{
	right: 0;
}
@media (max-width: 768px) {
	.blog_separateur {
		display: none;
	}
	.blog {
		width: calc(var(--nombre_posts) * 80vw);
		transform: translateX(calc(-80vw * max(min(var(--post_actuel), calc(var(--nombre_posts) - 1)), 0)));
	}
	/*.blog_post {
		width: 100% !important;
	}*/
	.fleche_gauche, .fleche_droite {
		display: block;
	}	
}
.blog_separateur {
	width: 1px;
	border-left : 1px solid grey;
}
.blog_separateur:first-child {
	display: none;
}

/* Meditation */
.home-meditation_quotidienne {
	
}
.home-meditation_quotidienne .container > h2{
	display: none
}
.meditation_cadre_global {
	display: flex;
	align-items: stretch;
	min-height: 300px;
}
.meditation_cadre_texte {
	display: block;
}
.meditation_cadre_presentation, .meditation_cadre_texte {
	width: 50%;
}
.texte_petit_ecran {
	display: none;
}
.texte_grand_ecran {
	display: block;
}
@media (max-width: 576px) {
	.meditation_cadre_presentation {
		width: 100%;
	}
	.meditation_cadre_texte {
		display: none;
	}
	.texte_petit_ecran {
		display: block;
	}
	.texte_grand_ecran {
		display: none;
	}
}
.meditation_cadre_presentation {
	padding: 8vw 10%;
	background-size: cover;
	background-position: center;
	display: flex;
}
.meditation_cadre_presentation_texte {
	padding: 10px 5px 3px;
	background-color: #ffffffd5;
	text-align: center;
	margin: auto;
}
@media (max-width: 992px) {
	.meditation_cadre_presentation_texte h2 {
		font-size: 20px;
	}
}
@media (max-width: 576px) {
	.meditation_cadre_presentation_texte h2 {
		font-size: 16px;
	}
}
.meditation_cadre_presentation_texte.texte_petit_ecran h2 {
	font-size: 26px !important;
}
.meditation_cadre_presentation_texte.texte_petit_ecran div{
	font-size: 24px;
}
.meditation_cadre_presentation_date {
	font-weight: bold;
}
.meditation_cadre_texte {
	padding: 20px 5%;
	background-color: #00aeff;
	text-align: center;
	align-content: center
}
.meditation_cadre_texte :first-child {
	font-size: 24px;
}
.meditation_cadre_texte div {
	margin-bottom: 12px;
	color: white;
}

.flexbox_meditations {
	display: flex;
	align-items: center;
	grid-gap: 10px;
}
.flexbox_meditations img {
	width: 100%;
}

/* Liens */
.home-liens_podcast {
	
}
.home-liens {
	
}
.liens {
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
}
.liens_image {
	width: 50%;
	min-width: 350px;
}
.liens_texte {
	width: 47%;
	margin: auto;
	line-height: 2.5em;
	flex-grow: 1;
}
.liens_texte a {
	color: var(--font-color);
}
.liens_texte li:hover {
	transform: scale(1.05) translateX(3px);
}
@media (max-width: 768px) {
	.liens_texte {
		margin: 0 10px;
	}
	.liens_image {
		width: 100%;
	}
	.liens_texte {
		width: 100%;
	}
	.liens_texte ul {
		column-count: 2;
	}
}

/* Podcasts */
.podcasts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 10px;
}
.podcasts svg {
	float: left;
	margin: 5px 8px 0 0;
}
.podcasts a {
	font-size: bold;
}
.date_podcasts_jour {
	font-size: 16px;
}