.buttons-float > a.btn.btn-block {
	margin-top: 0em;
	margin-bottom: 0.6em;
	padding: 0.8em 0.5em;
}

.top-bar {
	background: #566169;
}

.buttons-float > a.btn.btn-block.selected {
	border-left: 10px solid #fefefe !important;
	color: #fefefe !important;
}

.buttons-float > a.btn.btn-block.selected > i {
	color: #fefefe !important;
}

.buttons-float > a.btn.btn-block.selected {
	background: #566169 !important;
}

.table-seminaire {
    font-weight: bold;
    font-size: 16px;
}

.table-seminaire caption {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}

.table-seminaire tr th {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.table-seminaire tr th.bg,
.table-seminaire tr td.bg{
    background: #c9d0d4;
}

.table-seminaire tr th.bg.dark,
.table-seminaire tr td.bg.dark {
    background: #717e86;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.table-seminaire tr th span {
    font-size: 20px;
    font-weight: bold;
    color: #F8D447;
}

.table-seminaire tr td span {
    font-style: italic;
    font-size: 14px;
}

.table-seminaire tr th span.date {
    font-size: 14px;
    font-weight: bold;
}

.table-seminaire tr th,
.table-seminaire tr td {
    border: 1px solid #717e86;
}

.table-seminaire tr td:first-child {
    text-transform: uppercase;
}

.table-seminaire td.no-border {
    border: none;
}

.table-seminaire td.price {
    font-size: 28px;
}

.table-seminaire td.no-border:first-child {
    border-left: 1px solid #717e86;
}

.table-seminaire td.no-border:last-child {
    border-right: 1px solid #717e86;
}