/* EVANGILE DU JOUR */
#boutons {
	display: grid;
	gap: .8em;
	width: 100%;
	margin-top : 20px;
	margin-bottom : 20px;
}

html {
  scroll-padding-top: 90px; /* hauteur du header */
}


/*
@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%;
}
*/

/* HEADER */
/*
.main-header {
	position: unset;
}
.main-header-logo img {
	width: calc(20vw + 200px);
}
.cadre-rouge, .cadre-bleu, .cadre-jaune, .cadre-orange {
	padding: 10px 3%;
}
.cadre-rouge a, .cadre-bleu a, .cadre-jaune a, .cadre-orange a {
	--font-color: white;
	--orange-color: white;
	font-family: Marcellus,serif;
	font-size: calc(1vw + 10px) !important;
}
.cadre-rouge {
	background: #fa1f43;
}
.cadre-bleu {
	background: #00aeff;
}
.cadre-jaune {
	background: #ff9d00;
}
.cadre-orange {
	background: #ff5c00;
}
.button-small {
	padding: 2px 10px;
}
.navbar {
	flex-wrap: wrap;
	gap: 10px;
}
.navbar .menu-item-top {
	margin-bottom: 0;
}
.navbar > .current-menu-parent::after, .navbar > .current_page_item::after {
	height: 2px;
	bottom: 0;
	top: unset;
}
@media (min-width: 1200px) {
	.main-header-search-form {
		align-items: center;
		display: flex;
		left: unset;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: -34px;
		bottom: unset;
		transition: opacity .3s;
		z-index: 1;
		top: -26px;
	}
	.cadre-rouge, .cadre-bleu, .cadre-jaune, .cadre-orange {
		padding: 10px 15px;
	}
}
.main-header-search-container {
	min-width: 400px;
}
.main-header-search-field {
	padding: 10px;
}
.main-header-search-close {
	height: 40px;
	padding: 12px;
	right: 0px;
}
.main-header-search-submit {
	right: 30px;
}
.main-header-menu-wrapper {
	align-items: unset;
	background: unset;
	display: unset !important;
	flex-direction: unset;
	flex-grow: unset;
	height: unset;
	padding: unset;
	position: unset;
}
.navbar .menu-item-top {
	width: unset;
}
*/
/*
@media (min-width: 992px) {
	.main-header-container {
		flex-wrap: nowrap;
	}
	.main-header-brand {
		width: auto;
	}
	.main-header-glass * {
		display: none;
	}
	.main-header-glass {
		background-color: initial;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23B2B2B2' d='m505.75 475.59-145.6-145.6a201.68 201.68 0 0 0 45.18-127.32C405.33 90.93 314.41 0 202.67 0S0 90.92 0 202.67s90.92 202.67 202.67 202.67c48.21 0 92.48-16.98 127.31-45.19l145.6 145.6c4.16 4.16 9.62 6.25 15.09 6.25s10.92-2.09 15.08-6.25a21.3 21.3 0 0 0 0-30.16zM202.67 362.67c-88.24 0-160-71.77-160-160s71.76-160 160-160 160 71.76 160 160-71.77 160-160 160z'/%3E%3C/svg%3E");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 18px;
	}
}*/

/* Buttons */

.button_pec {
	font-size: var(--bouton_fs_sm) !important;
	padding: 0.5rem 1rem;
	background: var(--bouton_couleur_bg);
	color: var(--bouton_couleur_txt) !important;
	border: 1px solid #ffffff00;
	--bouton_fs_sm: 3vw;
	--bouton_fs_md: 18px;
	--bouton_fs_lg: 22px;
	--bouton_couleur_bg: #fa1f43;
	--bouton_couleur_txt: white;
}
.button_pec:hover {
	background: var(--bouton_couleur_txt);
	color: var(--bouton_couleur_bg) !important;
	border-color: var(--bouton_couleur_bg);
}
@media (min-width: 576px) {
	.button_pec {
		font-size: var(--bouton_fs_md) !important;
	}
}
@media (min-width: 768px) {
	.button_pec {
		font-size: var(--bouton_fs_lg) !important;
		padding: 1rem 1.5rem;
	}
}

/* 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: 1.5rem;
	font-family: Monserrat, sans-serif;
	margin-bottom: 0.5rem;
	line-height: 30px;
}
@media (min-width: 768px) {
	.titleitem .title {
		font-size: 3rem;
	}
	.home_section h2 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
}
.home-liens hr, .home-blog hr, .home-meditation_quotidienne hr, .home-vers_dimanche hr, .home-podcasts hr {
	display: none;
}

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

/* Scroll control */

.scroll_item {
	width: 100%;
}

.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;
	border-radius: 0 2px 2px 0;
}
.fleche_droite{
	right: 0;
	border-radius: 2px 0 0 2px;
}
.side_with_btn .fleche_gauche, .side_with_btn .fleche_droite {
	display: none;
}
@media (max-width: 768px) {
	.side_by_side .blog_post .scroll_image , .side_with_btn .blog_post .scroll_image {
		max-width: 35%;
	}
	.side_by_side .scroll_text, .side_with_btn .scroll_text {
		max-width: 62%;
		display: flex;
		flex-direction: column;
	}
	.scroll_item {
		flex: 0 0 90%;
		scroll-snap-align: start;
		align-items: stretch;
		justify-content: space-between;
	}
	.side_by_side .scroll_item, .side_with_btn .scroll_item{
		display: flex;
	}
	.scroll_container {
		scroll-snap-type: x mandatory;
		overflow: scroll;
		margin: 0;
	}
	.side_with_btn .scroll_item {
		flex-basis: 100%;
	}
	.fleche_gauche, .fleche_droite {
		display: block;
	}
	.side_with_btn img, .side_by_side img {
		margin-bottom: 0 !important;
	}
}

/* CTA */
.home-cta {
	text-align: center;
}

/* Blog */
.home-blog {
	position: relative;
}
.home-blog .container, .home-podcasts .container {
	overflow: auto;
	/*scrollbar-width: none;
	-ms-overflow-style: none;*/
}
/*
.home-blog .container::-webkit-scrollbar {
  display: none;
}
*/
.blog {
	display: flex;
	grid-gap: 30px;
	transform: translateX(0vw);
	transition: transform 1s cubic-bezier(.17,.43,.19,1);
	padding-bottom: 5px;
	align-items: start;
}
/* Blog individuel */
.blog_individuel {
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-blog img, .podcasts img {
	margin-bottom: 20px;
}
.scroll_item img {
	width: 100%;
	aspect-ratio: 1.3;
	object-fit: cover;
}
.hide_blog_img img {
	display:none;
}
.blog_post img {
	transition: 1s;
}
.blog_post:hover img {
	transform: scale(1.04);
}
.blog_post h3, .blog_extract {
	margin-left: .5rem;
	margin-right: .5rem;
}
.blog_post h3 {
	font-size: 20px;
}
.blog_individuel_thumbnail, .blog_individuel_thumbnail img {
	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;
	}
	.blog_post h3 {
		font-size: 21px;
	}
}
@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 */
.blog_separateur {
	width: 1px;
	border-left : 1px solid grey;
}
.blog_separateur:first-child {
	display: none;
}
.blog .button {
	display: none;
}
@media (max-width: 768px) {
	.side_with_btn .scroll_item:not(:first-of-type) {
		display: none;
	}
	.side_with_btn .button {
		display: block;
	}
	.blog_separateur {
		display: none;
	}
}

/* Vers dimanche */
.home-vers_dimanche .vers-dimanche-days-image {
	margin-right: 55px;
	margin-top: 0;
	height: 350px;
	height: min(350px , 40vw);
	object-fit: cover;
	min-width: 40%;
	margin-bottom: 20px;
}
.vers-dimanche-days {
	flex-direction: column;
}
@media (min-width: 1200px) {
	.vers-dimanche-days {
		flex-direction: row;
	}
}

/* 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;
}
.meditation_cadre_presentation_date {
	font-family: Marcellus, serif;
}
@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: 22px;
}
.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;
}

/* Meditations */
.flexbox_meditations > div {
	flex: 1 2 40%;
	max-width: 50%;
}
.flexbox_meditations {
	display: flex;
	align-items: center;
	grid-gap: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexbox_meditations img {
	width: 100%;
}
@media (min-width: 768px) {
	.flexbox_meditations {
		flex-wrap: nowrap;
	}
}

/* Liens */
.home-liens_podcast {
	
}
.home-liens {
	
}
.home-liens ul {
	padding-left: 5px;
	list-style: none;
}
.home-liens li {
	line-height: 60px;
}
.liens {
	display: flex;
	grid-gap: 0 3vw;
	flex-wrap: wrap;
}
.liens_image {
	width: 50%;
	min-width: min(350px , 100%);
}
.liens_texte {
	margin: auto;
	line-height: 2.5em;
	flex-grow: 1;
}
.liens_texte a {
	color: var(--font-color);
}
.liens_texte img {
	max-width: 18px;
}
.liens_texte li:hover {
	transform: scale(1.05) translateX(3px);
}
.liens_image img {
	transition: 1s;
}
.liens_image:hover img {
	transform: scale(1.04);
}
@media (max-width: 1200px) {
	.home-liens li {
		line-height: 40px;
	}
}
@media (max-width: 768px) {
	.liens_texte {
		margin: 10px 0;
	}
	.liens_image {
		width: 100%;
	}
	.liens_texte {
		width: 100%;
	}
	.liens_texte ul {
		column-count: 2;
		column-rule: solid 1px #394f63;
		column-gap: 5%;
	}
}
@media (max-width: 500px) {
	.liens_texte a {
		font-size: 3.5vw;
	}
}

/* Podcasts */
.home-podcasts {
	position: relative;
}
.podcasts {
	display: flex;
	justify-content: space-between;
	grid-gap: 30px;
	/* grid-gap: calc(90px / var(--nombre_podcasts)); */
}
.podcasts svg {
	float: left;
	margin: 5px 8px 0 5px;
}
.podcasts a {
	font-size: bold;
}
.date_podcasts_jour {
	font-size: 16px;
}
@media (max-width: 768px) {
	.podcasts {
		
	}
}

/* FOOTER */
.logo_footer {
	max-width: 32px;
	max-height: 32px;
	display: inline-block;
}
.main-footer .separator {
	opacity: 0.5;
}