.evt {
	border: 2px solid Brown;
	border-radius: 8px 8px 0 0;
	background-color: bisque;
	padding: 0;
	margin-bottom: 1em;
}

.evt-hdr {
    cursor: pointer;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    color: white;
    background-color: #9a3503;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.evt-hdr:hover {
    background-color: #c37c5a;
}
.evt-hdr.hide {
    background-color: #c37c5a;
}
.evt-hdr.hide:hover {
    background-color: #9a3503;
}
.evt-hdr::before {
	content: "\2212";  /* Caractère "-" */
	display: inline-block;
    border-radius: 50%;
	width: 23px;
	height: 23px;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
	float: left;
    font-style: normal;
    font-size: 0.9em;
    color:black;
    background-color: yellow;
}
.evt-hdr.hide::before {
	content: "\002B";  /* Caractère "+" */
}

.hdrdate {
	margin-top: 0.4em;
	margin-right: 8px;
	float: right;
	font-weight: normal;
	font-size: 0.7em;
}
.evt-body {
    margin-top: 1em;
	margin-right: 12px;
	margin-left: 12px;
    display: block;
}
.evt-body.hide {
	display: none;
}
.evt-body img {
    max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

 td.tdcc {
	text-align: center;
	vertical-align: middle;
}

.tdcc.img { /* Les images (i.e. logos) dans les tableaux ne seront pas réduits */
	width: 100%;
}

.wide {
	display: table-cell;
}

.narrow {
	display: none;
}

@media screen and (max-width: 600px)
{
	.wide {
		display: none;
	}
	.narrow {
		display: table-cell;
	}
}
