.sectionPresentationCalendar > svg{
	margin:1em 0;
}
.sectionPresentationCalendar article{
	margin-top:2em;
	margin-right:5%;
}
.sectionPresentationCalendar .presentationArticle section div{
	margin-left:1em;
}
.sectionPresentationCalendar .presentationArticle section .subSubTitle{
	color:var(--basicColor1);
}
.sectionPresentationCalendar article:last-child{
	margin-right:0;
}
.sectionPresentationCalendar article img{
	border-radius:50%;
}
.sectionPresentationCalendar .calendarArticle{
	outline:1px solid var(--basicColor1);
	padding:1em;
}
.sectionPresentationCalendar .calendarArticle .subTitle{
	color:var(--basicColor1);
}
.sectionPresentationCalendar .calendarArticle table, .sectionPresentationCalendar .calendarArticle tbody, .sectionPresentationCalendar .calendarArticle table tr{
	width:100%;
	display:block;
}
.sectionPresentationCalendar .calendarArticle table td{
	display:inline-block;
	width:44%;
	margin-right:9%;
}
.sectionPresentationCalendar .calendarArticle table tr{
	margin:0.3em 0;
	border-bottom:1px dashed rgba(0, 0, 0, 0.5);
	padding-bottom:1em;
}
.sectionPresentationCalendar .calendarArticle table td:nth-child(even){
	text-align:right;
	margin-right:0;
}
.sectionPresentationCalendar .calendarArticle table td:nth-child(even) span{
	display:block;
}
.sectionPresentationCalendar .calendarArticle div svg path{
	fill:black;
}
.sectionPresentationCalendar .calendarArticle div div{
	margin-left:1em;
}
.sectionPresentationCalendar .calendarArticle div div p{
	margin:0;
}
.sectionPresentationCalendar .calendarArticle div div p:last-child{
	color:var(--basicColor1);
}
@media screen and (max-width:1100px){
	.sectionPresentationCalendar .calendarArticle div div p:last-child{
		font-size:1.2em;
	}
}
@media screen and (max-width:1000px){
	.sectionPresentationCalendar article{
		width:100%;
	}
	.sectionPresentationCalendar > p{
		width:80%;
	}
	.sectionPresentationCalendar .calendarArticle table td{
		margin-right:8%;
	}
}
@media screen and (max-width:400px){
	.sectionPresentationCalendar .calendarArticle table td{
		margin-right:7%;
	}
}