.ttnom{
	width: 100%
}

.ttnom td{
	text-align: center;
	background-color: rgba(255,255,255,0.5)
}

.ttnom td:last-of-type{
	white-space: nowrap
}

.ttnom.eqAssoc td:last-of-type{
	white-space: normal;
}

.ttnom tr:first-child td{
	font-style: italic;
}

section.nom table{
	border-collapse: collapse;
}

section.nom table th,
section.nom table td{
	text-align: center;
	padding: 0 10px;
	border-bottom: 1px solid black
}

section.nom table th{
	padding: 5px 10px;
}

section.nom table td:last-of-type{
	white-space: nowrap
}

a.avantPropos{
	display: block;
	color: #434E52;
	font-size: 1.5em;
	margin: 0.9em;
}

.pBk_ti{
	display: block;
	font-weight: bold;
}

.complement a{
	text-decoration: none;
}

.complement a.complement_closed{
	background-image: linear-gradient(to right, #434E52 0%, transparent 100%);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}

.complement_co.collBlk_open{
	background-image: linear-gradient(to right, #434E52 0%, transparent 100%);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	margin-left: 0
}

.complement a .title:before{
	content:'▷';
	font-size: 1.5em;
	position: relative;
	top: 0em;
	text-decoration: none;
	margin-right: 0.1em
}

.complement .complement_open .title:before{
	content:'▽';
}

.complement .pBk_ti > span > span {
    display: flex;
}

.complement .pBk_ti > span{
    display: block;
}

.complement_co{
	background-color:#fffeef;
}

.raison_ti i.type {
    background: transparent url("../img/content/raisonnement.svg") no-repeat scroll 0% 0%;
}

.practUc .sol .pBk_ti span.title {
    left: 70px;
}

.practUc{
	counter-reset: hints 1;
}

.practUc .hint + .hint a:after{
	content: ' ' counter(hints);
	counter-increment: hints;
}

.home .nbrECTS {
    margin: 2px 5px;
    font-weight: normal;
    color: white;
    position: absolute;
    bottom: 0;
    right: 90px;
}

.nbrECTS{
	margin: 10px 0;
	font-weight:bold;
	color: #369bd1
}

.legalInfo {
    margin-right: 5px;
}


