/*****************************************
		CUSTOM CSS
******************************************/
.videoWrapper {
display: block;
margin: 20px auto;
font-family: Dosis,sans-serif;
text-align: center;
/* border: 4px solid #666;
border-radius: 4px; */
color: #333;
height: auto;
width: auto;
}
.videoWrapper iframe {
	margin: auto;
	padding: auto;
	display:inline-block;
	border: 4px solid #000;
	border-radius: 4px;
}

/* Calendars formatting */

div.smartdatemonth {
    float: left;
    width: 69px;
    height: 55px;
    background: transparent url("../images/month-icon-y.png") no-repeat scroll left top;
    padding: 0px;
    margin: 0px 10px 10px 10px;
    overflow: hidden;
    font-family: Tahoma, sans serif;
}

div.smartdatemonth-g {
    float: left;
    width: 69px;
    height: 55px;
    background: transparent url("../images/month-icon-y-violet.png") no-repeat scroll left top;
    padding: 0px;
    margin: 0px 10px 10px 10px;
    overflow: hidden;
    font-family: Tahoma, sans serif;
}

div.smartdate {
    float: left;
    width: 55px;
    height: 55px;
    background: transparent url("../images/event-icon55v.png") no-repeat scroll left top;
    padding: 0px;
    margin: 0px 10px 10px 10px;
    overflow: hidden;
    font-family: Verdana, sans serif;
}

.date_mmonth {
    height: 15px;
    line-height: 14px;
    font-size: 11px;
    margin: 0px;
    padding: 4px 0 0 0;
    color: #FFF;
	text-align: center;
}

.date_month {
    width: 55px;
    height: 15px;
    line-height: 14px;
    font-size: 11px;
    margin: 6px 0px 0px 0px;
    text-align: center;
    padding: 0px;
    color: #FFF;
}

.date_dzzay {
    padding: 0px;
    text-align: center;
    color: #000;
    width: 42px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin: 0px;
}

.date_day {
    padding: 0px;
    text-align: center;
    color: #000;
    width: 55px;
    height: 20px;
    line-height: 22px;
    font-size: 17px;
    margin: 0px;
}

.date_myear {
    padding: 19px 0px 0px 26px;
 
    color: #000;

    height: 15px;
    line-height: 10px;
  
	font-weight: bold;
    margin: 0px;
}

.date_year {
    padding: 0px;
    text-align: center;
    color: #000;
    width: 55px;
    height: 15px;
    line-height: 6px;
    font-size: 9px;
    margin: 0px;
}

.buttonlink {
    color: #FF6347;
	margin: 20px 12px 6px 16px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #FF6347;
    padding: 5px;
}

.js-border1 {
    border-radius: 3px;
    margin: 0px 12px 16px 6px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.26) none repeat scroll 0% 0%;
}

/* Les 2 classes suivantes servent à afficher un calendrier et un texte adjacent */
div.bloccontainer { 
clear:both;
/*background:#ddd; */
border-radius: 5px;
padding: 3px 12px 3px 0px;
margin: 0px 6px 16px 6px;
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
height:61px;
line-height:18px; /* centrage vertical */
text-align:center; /* centrage horizontal */ }

div.bloc { 
text-align:left; /* on rétablit l'alignement du texte */
font-stretch: normal;
}

ul.ulaze {
 list-style: none;
 margin: 0;
 padding: 0 0 0 1em;
 text-indent: -1em; 
}

li.liaze:before {
 content: "\2022 \00A0";
 margin: 0 0 0 20px;
} 

.stamp {
	transform: rotate(-12deg);
	color: #c00;
	font-size: 3rem;
	font-weight: 700;
	border: 0.25rem solid #c00;
	display: inline-block;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
	border-radius: 1rem;
	font-family: 'Courier';
	-webkit-mask-image: url('../images/grunge.png');
	-webkit-mask-size: 944px 604px;
	mix-blend-mode: multiply;
	text-align: center;
}
  
.is-cancelled {
	color: #76407D;
	border: 0.25rem solid #76407D;
	transform: rotate(-18deg);
	-webkit-mask-position: 2rem 3rem;
	font-size: 2rem;
	line-height: 28px;
}
  
.agenda_parent {
	position: relative;
	width: 100%;
	margin: 10px;
}
.agenda_child1 {
	opacity: 0.6;
}
.agenda_child2 {
	position: absolute;
	z-index: 1;
	top: 30px;
	opacity: 1;
}

/* Pour éviter que le texte soit très étroit sur un petit affichage */
@media screen and (max-width: 520px) {
.no-narrow {
	clear:both;
}
.no-narrow-alt {
	clear:both;
	margin: 0px 0px 10px 6px;
}
div.bloc { 
	text-align:left; /* on rétablit l'alignement du texte */
	font-stretch: ultra-condensed;
	font-size: 0.8em;
}
}

