/* Widget Liturgy */
.liturgy a {
	color: black;
}
.liturgy a:hover {
	color: inherit;
	text-decoration: none;
}
.nominis {
    margin: auto;
    width: fit-content;
    padding: 5px 0px;
}
.nominis_lien {
    font-weight: 600;
		margin-bottom: 0px;
}
.aelf {
	text-align: center;
}

/* Google Calendar */
.calendar {
    font-size: 1em;
    line-height: 1.5em;
    color: inherit;
    font-family: sans-serif;
    margin-top: 0px;
    min-height: 350px;
}
.calendar .more-agenda {
	display: none;
}
.calendar .events .event {
    border-bottom: 1px solid rgba(136,136,136,0.33);
    position: relative;
	top: -10px; /*-20px*/
	padding-bottom: 15px; /* 8px */
}
.calendar .events .event:not(:first-child) {
    padding-top: 0;
}
.calendar .events .event:last-child {
    border-bottom: 0px solid white;
}
.calendar .date {
    font-size: 0.9em;
    font-weight: 600;
    /*background-color: rgba(255,255,255,0.5);*/
    position: relative;
    top: 5px; /* 40px */
    /*margin-left: 10px;*/
    width: fit-content;
    padding: 5px;
}
.calendar .title {
    flex: 1 1 0%;
    font-weight: 600;
    margin: auto;
    width: fit-content;
    padding: 5px;
	text-align: center;
}
.calendar .description {
	text-align: center;
}
.calendar .footer {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
	margin: auto;
}
.calendar figure {
  margin: 0px;
}
iframe .wp-embed-footer {
	display: none !important;
}
.full-width-frame iframe {
	width: 100%;
}

/* Invisibilité */
.invisible {
    display: none;
}