.mc-main, .mc-list {
    background: #fff;				
    padding: 5px;
    border-radius: 5px;
    color: #333;
}
.mc-main caption, .mc-main .my-calendar-date-switcher,
.mc-main .category-key, .mc-main .calendar-event .details,
.mc-main .calendar-events {
    background: #edf7ff;
}
.mc-main .category-key .no-icon {
    border: 1px solid #555;
}
.mc-main .my-calendar-date-switcher {
    padding: 4px;
    margin: 0 0 10px;
}
.mc-main .my-calendar-date-switcher input, .mc-main .my-calendar-date-switcher label, .mc-main .my-calendar-date-switcher select {
    margin: 0;
    padding: 0;
}
.mc-main .my-calendar-date-switcher .button {
    font-size: .9em;
}
.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .my-calendar-nav li a:hover, .mc-main .category-key {
    border: 1px solid #a9e3ff;
}
.mc-main .list-event .details, .mc-main td {
    border: 1px solid #b3b3b3;
	padding: 0 !important;
}
.mc-main .my-calendar-nav li a, .mc-main .calendar-event .details, .mc-main .calendar-events {
    border: 1px solid #9b5;
}
.my-calendar-nav {
    text-align: center;
}
.my-calendar-nav ul {
    display: inline-block;
}
.my-calendar-nav li a {
    min-width: 8em;
}
.mc-main .list-event .details {
    background: #fafafa;
}
/*
.mc-main .nextmonth, .mc-main .nextmonth .weekend {
    color: #777;
} */
.mc-main .mc-list .odd {
    background: #d3e3e3;
}
.mc-main .odd .list-event .details {
    background: #e3f3f3;
    border: 1px solid #c3d3d3;
}
.mc-main .current-day .mc-date{
    background: #e2ffd5;
}
.mc-main .mc-date {
    background: #f6f6f6;
}
.mc-main .my-calendar-nav li a {
    color: #9b5;
	font-weight: 700;
    background: #fff;
}
.mc-main .my-calendar-nav li a:hover {
    color: #fff;
    background: #9b5;
}
.upcoming-events .past-event {
/* modif */
    color: #888;
	line-height: 22px;
	font-size: 17px;
}
.upcoming-events .today {
    color: #111;
	line-height: 22px;
	font-size: 17px;
}
.upcoming-events .future-event {
    color: #555;
	line-height: 22px;
	font-size: 17px;
}
/*
.mc-main caption {
    margin: 2px 0;
    font-weight: 700;
    padding: 2px;
} */
.mc-main caption {
    margin: 0;
    font-weight: 700;
    padding: 1px 0px;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #737495;
	background: #c1c3fe;
}
.mc-main table, .mc-main.calendar {
    width: 100% !important;
    line-height: 1.1;
    border-collapse: collapse;
}
.mc-main td {
 /* vertical-align: middle;
    text-align: center; */
    width: 13%;
    height: 70px;
    padding: 2px !important;
	background: #f6f6f6;
}
.mini td {
    height: auto !important;
}
.mc-main th {
	font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0 !important;
    letter-spacing: 1px;
}
.mc-main th abbr {
    border-bottom: none;
}
.mc-main h3, .mc-main h3 a {
    display: block;
    border-radius: 2px;
    font-size: 12px !important;
    font-family: Arial, Verdana, sans-serif;
    font-weight: 700;
    margin: 2px 0 !important;
    padding: 1px;
    width: 100%;
    border-radius: 3px;
    clear: none;
    line-height: 1;
    text-transform: none;
    letter-spacing: 100%;
}
.mc-main.mini h3, .mc-main.mini h3 a {
    display: block;
    border-radius: 3px;
    font-size: 1.5em !important;
    font-family: Arial, Verdana, sans-serif;
    font-weight: 700;
    margin: 0 0 10px !important;
    padding: 4px;
    width: 100%;
    clear: none;
    line-height: 1;
    text-transform: none;
}
.mc-main h3 img {
    vertical-align: middle;
    margin: 0 3px 0 0 !important;
}
.mc-main .mc-list h3 img {
    vertical-align: middle;
}
.mc-main .list-event h3 {
    font-size: 1.2em;
    margin: 0;
}
.mc-main .calendar-event .details, .mc-main .calendar-events {
    position: absolute;
    left: 15%;
    width: 70%;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 6px #777;
    -webkit-box-shadow: 3px 3px 6px #777;
    box-shadow: 3px 3px 6px #777;
    padding: 10px;
    z-index: 3;
}
.mc-main .details .close {
	position: absolute;
	top: 10px;
	right: 40px;
}
.mc-main.mini .details .close {
    position: absolute;
    top: 8px;
    right: 8px;
}
/* modif
.mc-main .calendar-events {
    width: 200px !important;
    left: 0px;
} */
.mc-main .calendar-events {
    width: auto;
    left: 0px;
}
.mc-main .list-event .details {
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px 5px 0;
}
.mc-main .mc-list {
    margin: 0;
    padding: 0;
}
.mc-main .mc-list li {
    padding: 5px;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
.mc-main .mc-date {
    display: block;
    margin: -2px;
    padding: 4px;
}
.mc-main .category-key {
    padding: 5px;
    margin: 5px 0;
}
.mc-main .category-key ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.mc-main .category-key li {
    margin: 2px 10px;
}
.mc-main .category-key span {
    margin-right: 5px;
    vertical-align: middle;
}
.mc-main .category-key .no-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 2px;
}
.mc-list li {
    text-indent: 0;
    margin: 0;
    padding: 0;
}
/* modif
.mc-main .calendar-event .event-time, .mc-main .list-event .event-time {
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em;
} */
.mc-main .calendar-event .event-time, .mc-main .list-event .event-time {
    height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 1.1em;
}
.mc-main p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0;
}
.mc-main .sub-details {
    margin-left: 7em;
}
.mc-main {
    position: relative;
}
.mc-main span {
	display: inline-block;
}
.time-block {
	font-weight: 700;
	text-align: center;
}
.mc-main.mini img {
    border: none;
	width: 80% !important;
	margin: 0 10% 10px;
}
.mc-main img {
    border: none;
	width: 40% !important;
	margin: 0 30% 10px;
}
.category-color-sample img {
    margin-right: 5px;
    vertical-align: top;
}
/* modif
.mc-main .my-calendar-nav ul {
    height: 2.95em;
    margin: 0;
    padding: 0;
} */
.mc-main .my-calendar-nav ul {
    height: 1.6em;
    margin: 0;
    padding: 0;
}
.mini .my-calendar-nav ul {
    height: 2em !important;
}
.mc-main .my-calendar-nav li {
    float: left;
    list-style-type: none !important;
    list-style-image: none; /* It really is pretty important. */
}
.mc-main .my-calendar-nav li:before {
    content: '';
}
.mc-main .my-calendar-nav li a {
    display: block;
    text-align: center;
    padding: 1px 20px;
}
.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: .7em;
}
.mc-main .my-calendar-next {
    margin-left: 4px;
    text-align: right;
}
.mc-main .my-calendar-next a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.mc-main .my-calendar-prev a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.mc-main.mini .my-calendar-date-switcher label {
    display: block;
    float: left;
    width: 6em;
}
.mc-main.mini .my-calendar-date-switcher {
    padding: 4px;
}
.mc-main.mini td .category-icon {
    display: none;
}
.mc-main.mini h3 {
    font-size: 1.1em;
}
/* modif 
.mc-main.mini .day-with-date span, .mc-main.mini .day-with-date a {
    font-size: .9em;
    padding: 1px;
    text-align: center;
}
.mc-main .mini-event .details span, .mc-main .mini-event .details a {
    text-align: left;
}
*/
.mc-main .mini-event .sub-details {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 0;
    margin-bottom: 5px;
}
.mc-main .mini-event .details img {
    width: 60%;
	padding-bottom: 2em;
}
.mc-main .list-event .details img {
    width: auto;
    max-width: 100%;
}
.mc-main.mini .day-with-date a {
/*    display: block;
    margin: -2px; 
    font-weight: 700; */
    text-decoration: underline;
}
.mc-main .nextmonth .mc-date {
    background: none;
	opacity: 0.6;
}
.mc-main .vcard, #mc_event .vcard {
    font-size: .9em;
    background: #ffffb9;
    padding: 8px;
    float: right;
    clear: right;
    width: 250px;
	margin-top: 20px;
}
.screen-reader-text {
    position: absolute;
    left: -999em;
}
/* Additional CSS */
/******************/
.box-1 .mc-main.mini .calendar-events {
	width: 208%;
}
@media only screen and (max-width: 767px) {
.box-1 .mc-main.mini .calendar-events {
	width: 100%;
}
}
.mc-main.mini .pdfjs-fullscreen {
	font-size: 80%;
	padding-bottom: 10px;
}
/* modif
.mc-main.mini .pdfjs-iframe {
	height: 500px;
}
*/
.mc-main .mini-event .details img {
    width: 80%;
	padding-bottom: 1em;
}
.mc-main div, .mc-main p {
	font-size: 100%;
}
.mc-main.mini li {
    list-style: disc;
    width: 100%;
    color: #333;
	font-weight: initial;
	display: list-item;
	font-size: 110%;
	line-height: 110%;
}
.mc-main.mini ul {
    list-style: disc;
	  padding: 0 0 0 20px
}
.mc-main ul li {
	  padding: 0 0 10px 0;
}
.mc-main ul {
	  padding: 0 0 0 40px;
}
.mc-main.mini .vcard {
	margin: -10px 0 10px 0;
	float: none;
	width: 100%;
	background: #ffd;
	text-align: center;
}
.mc-main.mini p {
    line-height: 1.2;
    margin: 0 0 1em;
    padding: 0;
/*	font-family: Arial, Verdana, sans-serif; */
	font-weight: normal;
}
.mc-main.mini .time-block p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
/*
.mc-sep, .time-separator {
    font-size: 0 !important;
} */
button.mc-toggle {
    font-size: 30px;
}
.mc-main button.mc-toggle {
    font-size: 50px;
}
.mc-main.mini button.mc-toggle {
    font-size: 30px;
}
.my-calendar-header .mc-time {
	display: none;
}
.mc-main .category-key {
    background: transparent;
	border:none;
}
.mc-main .category-key .no-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 4px;
}
.mc-main .category-key ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 6px;
}
.mc-main .category-key li {
	padding: 0 40px 0 0;
}

.mc-main .category-key h3 {
	font-size: 16px !important;
	margin : 15px 0 !important;
}
.mc-main .my-calendar-date-switcher input[type="submit"] {
	margin: 0 10px !important;
	padding: 3px 10px !important;
	box-shadow: none;
	border: none;
	border-radius: 5px;
	font-size: 0.9em;
	line-height: 1;
	text-shadow: none;
	color: #fff;
	background: #3b9ad7;
}
.mc-main .my-calendar-date-switcher input[type="submit"]:hover {
	opacity: 0.6;
	transition: all 0.6s ease 0s;
}
.mc-main .my-calendar-date-switcher input[type="submit"]:focus {
	background: #000000;
}
.mc-main .event-title {
	font-size: 24px;
	line-height: 1.2;
	padding: 4px 10px;
	font-weight: 900;
}
.mc-main.calendar .location {
    margin-bottom: 20px;
	margin-top: 0px;
}
.mc-main.mini .time-block {
    text-align: center;
}
.mc-main .moz-text-html a, .view-full a {
    color: #4aa0d7 !important;
}
.mc-main td {
    border: 1px solid #cdcdcd;
}
.mc-main table {
    font-size: 1.03em;
}
.mc-main div .mc-format {
	font-size: 120%;
    font-weight: 700;
    padding-bottom: 20px;
}
.mc-main .mc-gmap-fupup {
    height: 500px !important;
}
.mc-main.mini .event-icon {
    display: none;
}
/* Main calendar settings */
.mc-main h2 {
	text-align: center;
	text-transform: uppercase;
}
.mc-main .my-calendar-header {
	padding: 1rem 0;
}
.mc-main span {
	padding-right: 0px;
}
.mc-main .my-calendar-date-switcher label {
	padding: 0px 15px;
}
.mc-main .my-calendar-header input[type="submit"]:not(.my-calendar-admin input[type="submit"]) {
	padding: 5px 15px !important;
	margin: 0 40px !important;
}
.mc-main .my-calendar-nav li a {
	font-size: 100%;
	text-decoration-line: none;
}
/* Tablette   ---------------------*/
@media only screen and (max-width: 991px) {
.mc-main .mc-gmap-fupup {
    height: 300px !important;
}
.mc-main table {
    font-size: 75%;
}
}
/* Tel portable ----------------*/
@media only screen and (max-width: 767px) {
.mc-main .mc-gmap-fupup {
    height: 200px !important;
}
}
