/*
Theme Name: Uninext 2013
Theme URI: http://www.designpond.ch
Description: Thème wordpress pour Uninext
Version: 1.0
Author: Cindy Leschaud
Author URI: http://www.designpond.ch
*/

@import "css/reset.css";
@import "css/typography.css?34";
@import "css/layout.css?45";


table.metiers tr td{
	padding:0 20px;	
	border: 1px solid #e2e2e0;
}

table.metiers tr td .intervenants{
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-width: 150px;
}

table.metiers tr td .intervenants p{
	display: flex;
	margin-bottom: 0;
	height: 40px;
	align-content: center;
	flex-direction: column;
	align-self: start;
	justify-content: center;
	padding: 10px 0px;
}


table.metiers tr td .intervenants p.pills-metiers{
	background: blue;
	border-radius: 120px;
	height: 42px;
	width: 80px;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin: 5px 0;
	padding: 0px;
	text-align: center;
	line-height: 14px;
	padding: 2px;
}

table.metiers tr td.hours{
	text-align: left;
	padding-right: 5px;
	padding-right: 5px;
	width: 125px;
}

table.metiers tr td.hours-middle{
	
}

.hours div{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 20px 0;
}

table.metiers .module div{
    font-size: 20px;
    font-weight: bold;
    transform: rotate(-90deg);
	width: 90px;
    break-inside: avoid;
    height: 30px;
    text-align: center;
    padding:0;	
}

table.metiers tr td.module-1{
	background: #0048af;
	color: #fff;
	padding:0;	
}

table.metiers tr td.module-2{
	background: #7f8ed2;
	color: #fff;
	padding:0;	
}

table.metiers tr.delimiter-hours td{
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	background: #dcdcdc;
}