.library-schedules colgroup.active {
  background-color: #CCCCCC;
}
span.content-category-label, span.content-tags-label, span.content-author-label {
  font-weight: bold;
}
/* Event */
.content-category, .content-tags {
   display: block;
   margin: 20px 0;
}
i.ico-none {display: none}
span.meta-event-label {font-weight: bold;}

.label.label-text { color: #000000; }

.dates a.accordion-toggle {
    display: block;
    float: left;
    padding: 10px;
    width: 100%;
}
.dates .panel-heading {

}
a.accordion-toggle .collapse-indicator {margin: 0px}
a.accordion-toggle {
    display: block;
}

#c3rbevenement.edit-form .btn-toolbar {
    margin-top: 14px;
    margin-bottom: 14px;
}

.edit-form fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.next-sessions .panel {
    margin-bottom: 0;
}

.next-sessions .panel .panel-heading {
    border: 0;
}

/* Btn social */
.btn-facebook {
    background-color: #3b5998;
    color: #FFFFFF;
}

.btn-twitter {
    background-color: #55acee;
    color: #FFFFFF;
}

.btn-google-plus {
    background-color: #d34836;
    color: #FFFFFF;
}

.btn-youtube {
    background-color: #cc181e;
    color: #FFFFFF;
}

/* block ellipsis */
.block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.truncate-ellipsis > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-image-gauche {
    display: inline-block;
    float: left;
    margin-right: 2%;
    width: 25%;
}

.image-event.item-image-gauche {
    float: left;
    margin-right: 15px;
}

.panel.panel-default.panc3rb {
    margin: 0;
    padding: 0;
    border: 0;
}
.next-sessions .panel.panel-default.panc3rb .panel-heading {
    border: 1px solid #ccc;
}

/* Effet Hovers */

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
figure[class|="effect"] {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 250px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure[class|="effect"] img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure[class|="effect"] figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure[class|="effect"] figcaption::before,
figure[class|="effect"] figcaption::after {
	pointer-events: none;
}

figure[class|="effect"] figcaption,
figure[class|="effect"] figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure[class|="effect"] figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h4 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figure h4 span {
	font-weight: 800;
}

figure h4,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}