.assemblee td {
    padding-bottom: 2em;
	font-family: Montserrat, sans-serif;
}

.assemblee .date {
	text-align: center;
	text-transform: uppercase;
	line-height: 1.65em;
}

.assemblee .date .jour {
	font-weight: bold;
	font-size: 2.25em;
	opacity: 0.8;
}

.assemblee .date .mois, .assemblee .date .annee {
	opacity: 0.6;
	font-size: 1.5em;
}

.assemblee .date .annee {
	padding-bottom: 0.15em;
}

.assemblee .detail .libelle, .assemblee .detail .societe, .publication .detail .titre {
	font-weight: bold;
	font-size: 1.75em;
	opacity: 0.8;
}

.assemblee .detail .dateComplete, .assemblee .detail .adresse  {
	font-size: 1.2em;
}

.assemblee .detail .societe{
	opacity: 0.4;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.assemblee .detail .adresse  {
	opacity: 0.6;
}

.assemblee .detail .dateComplete  {
	font-weight: bolder;
}

.assemblee .detail .dateComplete:first-letter {
  text-transform: uppercase;
}

.assemblee .calendrier {
	text-align: center;
}

.assemblee .calendrier img {
    display: inline-block;
	width: 1.75em;
    margin: 0.3em;
    cursor: pointer;
}

.assemblee .material-icons {
	font-size: 5em;
	opacity: 0.6;
}

.assemblee .logoSociete > img {
	max-width: 4.5em;
	max-height: 4.5em;

}

.societe {
	font-family: Montserrat, sans-serif;
}

.societe .header img {
	height: 1.5em;
	float: right;
}

.publication {
    padding-bottom: 1em;
}

.publication.liste {
    padding-bottom: 1.5em;
}

.publication .logoSociete {
	padding-right: 0;
	padding-top: 0.25em;
}

.publication .logoSociete img {
	width: 90%;
	height: 90%;
	max-height: 5em;
	max-width: 5em;
	object-fit: scale-down;
}

.publication .logoSociete i {
  font-size: 32px;
}

.publication .detail {
	padding-left: 0;
}

.publication .detail .titre {
	font-size: 1.25em;
}

.publication.liste .detail .titre {
	font-size: 1.6em;
}

.publication .detail .titre span {
	font-family: Montserrat, sans-serif;
}

.publication .detail .titre .ellipse {
	display: inline-block;
	max-width: 100%;
}

.publication .detail .titre .ellipse.has_doc {
	display: inline-block;
	max-width: calc(100% - 2em);
}

.publication .detail .titre .doc {
	cursor: pointer;
	height: 1.4em;
	top: -10px;
	position: relative;
}

.publication .detail .date {
  font-size: 1em;
  opacity: 0.5;
  font-style: italic;
}

.publication.liste .detail .date {
  font-size: 1.1em;
}

.publication .detail .date:first-letter {
  text-transform: uppercase;
}

.publication .detail .corps {
	opacity: 1;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

.publication.liste .detail .corps {
	font-size: 1.2em;
}

.publication .detail .corps.ellipse {
	height: 1.5em;
}

.publication .ellipse {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-publication {
	margin-left: 3em;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
}

.dossier {
	height: 12em;
	cursor: pointer;
	position: relative;
}

.dossier img, .dossier i {
	width: 100%;
	height: 12em;
	object-fit: cover;
	border: solid 1px rgba(128, 128, 128, 0.4);
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}

.dossier i {
	font-size: 7em;
	height: 1.7em;
	text-align: center;
	padding-top: 0.25em;
}

.dossier .legende {
	top: -3em;
	position: relative;
	overflow: hidden;
	height: 3em;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0.75em;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	background-color: rgba(128, 128, 128);
	opacity: 0.7;
	color: white;
	-webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.dossier:hover .legende {
	opacity: 1;
}

.menu-wrapper {
    position: relative;
    max-width: 100%;
    height: 12.2em;
    margin: 1em auto;
    border: 1px solid white;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu {
    height: 14em;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;  
    width: 1.2em;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	font-size: 2em;
	text-align: center;
	padding-top: 2.4em;
	color: white;
	font-weight: bold;
	transition: width 0.2s ease-in-out;
}

.paddle:hover {  
    width: 1.6em;
}

.left-paddle {
    left: 0;
}

.right-paddle {
    right: 0;
}

.hidden {
    display: none;
}