@import "https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic";
body,
footer,
h2,
h3,
h6,
header,
html,
img,
li,
p,
strong,
table,
tbody,
td,
th,
thead,
tr,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

footer,
header {
	display: block;
}

ul {
	list-style: none;
}

body {
	background: #fff;
	background-color: #ECECEC;
	font: 1rem/1.5 Titillium Web, Verdana, sans-serif;
	color: #23232f;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	-webkit-transition: background-color .8s ease-out;
	transition: background-color .8s ease-out;
}

/*
 * Responsive Web Typography
 */

.container {
	font-size: 1em;
	line-height: 1.25;
}

h2 {
	color: #23232f;
	font-size: 2em;
	letter-spacing: -.02em;
	line-height: 1.15384615;
	margin-bottom: 10px;
}


h3 {
	border-bottom: 1px solid #d0d0e5;
	border-top: 1px solid #d0d0e5;
	color: #23232f;
	font-size: 1.375em;
	letter-spacing: -.02em;
	line-height: 1.13636364;
	margin-bottom: .3em;
	margin-top: .3em;
	padding: .5882em 0;
	clear:both;
}

h3:first-child {
	border-top: 1px solid #d0d0e5;
	border-bottom: 1px solid #d0d0e5;
	margin-bottom: .3529em;
	padding-bottom: .3529em;
}

h4 {
	color: #23232f;
	font-size: 1em;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin: .8571em 0;
	clear:both;
}

.vedette {
	font-size: 1.375em;
	text-align: center;
	line-height: 2;
}
	
@media (min-width: 43.75em) {

	.container {
		line-height: 1.375;
	}

	h3 {
		font-size: 1.5em;
		line-height: 1.25;
	}
	
	h4 {
		line-height: 1.22222222; /* (22px / 18px */
	}
}

.vedette {
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5;
}

@media (min-width: 56.25em) {

	h3 {
		font-size: 1.625em;
		line-height: 1.25;
	}
}

.vedette {
	font-size: 1.625em;
	text-align: center;
	line-height: 1.25;
}

/* === end Responsive Web Typography === */


header {
	padding-top: 20px;
	border-top: 3px solid #000;
}

p {
	margin: .3571em 0 0 0;
}

p img {
	margin: 0;
}

strong {
	color: #23232f;
}

hr {
	border: solid #23232f;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 10px;
	height: 0;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.5em;
}

a,
a:visited {
	color: #23232f;
	text-decoration: underline;
	outline: 0;
}

a:focus,
a:hover {
	color: #d0d0e5;
}

p a,
p a:visited {
	line-height: inherit;
}

ul {
	list-style: none outside;
	padding-bottom:1em;
}

ul.square {
	margin-left: 20px;
	list-style: square outside;
}

li {
	margin-top: 0;
	margin-bottom: 0;
}

button {
	background: #eee;
	background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, .2), rgba(0, 0, 0, .2));
	background: #eee linear-gradient(top, rgba(255, 255, 255, .2), rgba(0, 0, 0, .2));
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 12px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: .6875rem;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	line-height: normal;
	padding: 8px 10px;
}

button:hover {
	color: #222;
	background: #ddd;
	background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .3));
	background: #ddd linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .3));
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

button:active {
	border: 1px solid #666;
	background: #ccc;
	background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, .35), rgba(10, 10, 10, .4));
	background: #ccc linear-gradient(top, rgba(255, 255, 255, .35), rgba(10, 10, 10, .4));
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.container .columns {
	float: left;
	display: inline;
	margin-left: 7px;
	margin-right: 5px;
}

.container .eight.columns {
	width: 48%;
}

.container .sixteen.columns {
	width: 97%;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 100%;
	}
	.container .columns {
		margin-left: 7px;
		margin-right: 5px;
	}
	.container .eight.columns {
		width: 48%;
	}
	.container .sixteen.columns {
		width: 97%;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
	.container .columns {
		margin: 0;
	}
	.container .eight.columns,
	.container .sixteen.columns {
		width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 100%;
	}
	.container .columns {
		margin: 0;
	}
	.container .eight.columns,
	.container .sixteen.columns {
		width: 100%;
	}
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.projectThumbnail {
	cursor: pointer;
}

.project img.thumbnailImage {
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

#sitePreloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 2;
}

#preloaderImage {
	width: 30px;
	margin: 100px auto;
}

a,
button {
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

a,
a:visited {
	color: #23232f;
}

a:active,
a:focus,
a:hover {
	color: #d0d0e5;
}

.projectNav button {
	text-shadow: none;
	padding: 0;
}

.projectNav button,
.projectNav button:hover {
	background: none;
	border: none;
}

.description {
	/*border-top: 1px solid #d0d0e5;*/
	margin-bottom: 9px;
    padding-top: 4px;
    margin-top: 1.5em;
}

.project {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.projectThumbnail {
	max-width: 100%;
	height: 100%;
}

.projectThumbnail img {
	display: block;
}

.projectThumbnailHover {
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}

.projectThumbnailTitle {
	font-weight: normal;
	font-size: 1.5rem;
	letter-spacing: -.05em;
	margin-top: 40px;
}

.projectThumbnailSubtitle,
.projectThumbnailTitle {
	font-style: normal;
	line-height: 1.2;
	text-rendering: auto;
	color: #fff;
	position: absolute;
	display: none;
	margin-bottom: 6px;
}

.projectThumbnailSubtitle {
	font-weight: bold;
	font-size: 1.0625rem;
	letter-spacing: 0;
	padding-top: 69px;
	margin-top: 6px;
}

.projectInfo {
	overflow: hidden;
	padding: 0 10px;
}

.projectNav {
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0;
	text-rendering: auto;
	color: #23232f;
	margin-bottom: 9px;
	padding: 4px 0;
	margin-top: 1.5em;
}

.projectInfo > .projectNav:first-child {
	display:none;
}

.projectNav:after {
	content: '';
	display: table;
	clear: both;
}

.projectNavClose button {
	font-family: inherit;
	font-weight: bold;
	font-style: normal;
	font-size: .9rem;
	line-height: 1.2;
	text-rendering: auto;
	color: #23232f;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .07em;
	text-decoration: underline;
}

.projectNav button:active,
.projectNav button:focus,
.projectNav button:hover {
	color: #d0d0e5;
	outline: 0;
}

.projectNavTitle {
	margin: 0;
	padding-top: 5px;
	width: auto;
}

.projectNavClose {
	float: right;
	padding-top: 5px;
}

@-moz-document url-prefix() {
	.projectNavClose,
	.projectNavTitle {
		padding-top: .5em; /* 7px */
	}
}

.masquer {
	border-bottom: 3px solid #d0d0e5;
	clear:both;
}

.projectInfo p:nth-of-type(1) {
	margin-top: .7857em; /* 11px */
}

.projectInfo p:nth-last-child(2) {
	padding-bottom: .6428em; /* 9px */
}

.projectInfo strong,
p strong {
	color: #23232f;
}

.projectInfo li,
.projectInfo p,
p {
	padding-bottom: 1em;
}

.projectInfoFirst {
	padding-top: .7857em; /* 11px */
}

.projectInfo ul {
	margin-top: -.5714em; /* -8px */
	margin-bottom: .5em; /* 7px */
}

footer {
	margin-top: 0;
	padding-top: 1.5rem;
	border-bottom: 3px solid #23232f;
}

#footerLinks li {
	border-color: #23232f;
	font-weight: bold;
	font-size: .75rem;
	display: inline;
	padding-left: 1.1428em; /* 12px */
	margin-left: 0;
	padding-right: 1.4286em; /* 15px */
}

#footerLinks li:first-child {
	padding-left: 0;
}


.thumbnailMask {
	pointer-events: none;
	width: 460px;
	height: 284px;
	position: absolute;
	z-index: 24;
}

.projetgauche {
	float: left;
	padding: 20px 20px 5px 0;
}

.projetdroit {
	float: right;
	padding: 20px 0 5px 20px;
}

.projetgauchemini {
	float: left;
	padding: 5px 10px 5px 0;
}
.budget{
	clear: both;
	padding: 5px 20% 5px 20%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 959px) {
	.thumbnailMask {
		background-size: 364px 224px;
	}
.budget{
	clear: both;
	padding: 5px 0 5px 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.projectThumbnailTitle {
		font-size: 1.125rem;
	}
	.projectThumbnailSubtitle {
		font-size: .6875rem;
		padding-top: 63px;
	}
	#footerLinks li {
		font-size: .8125rem;
	}
}

@media only screen and (max-width: 767px) {
	header {
		padding-top: 40px;
	}
	.project {
		margin-bottom: 30px;
	}
	#footerLinks li {
		display: block;
		padding-left: 0;
		margin-left: 0;
		border-right: none;
		padding-bottom: 8px;
	}
	.thumbnailMask {
		background-size: 420px 259px;
	}
}

/*
 * Début tableaux
 */


table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%;
	height: auto;
	margin-left: 1%;
	margin-top: 1.5em;
}

tfoot {
	font-size: .85em;
}

td,
th {
	text-align: right;
}

tfoot td,
tfoot th {
	text-align: left;
}

tbody td {
	border-bottom: 1px solid #f1f1f1;
	white-space: pre-line;
	width: 20%;
}

tbody td:first-child {
	width: 60%;
}

.table-titre,
.table-titres {
	text-align: left;
}

.table-titre {
	border-bottom: 3px solid #23232f;
}

.table-courante {
	border-bottom: 3px solid #45b8ac;
}

.table-passee {
	border-bottom: 3px solid #23232f;
}

.table-last {
	border-bottom: 2px solid #39393f;
}

.table-total{
	border-bottom: 1px solid #39393f;
}

.table-note {
	border-bottom: none;
	text-align: left;
}

@media 
only screen and (max-width: 479px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead .table-courante,
	thead .table-passee { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	/*
	tr {
		border: 1px solid #ccc;
	}*/

	tbody td {
		width: auto;
		border-bottom: none;
	}
	
	tbody td:not(.table-titres) { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%;
	}
	
	tbody td:not(.table-titres):before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0;
		left: .5em;
		width: 45%; 
		padding-right: .625em; 
		white-space: nowrap;
	}
	tbody td:first-child {
	width: 100%;
	}
	tbody td:nth-child(2) {
	background-color: #45b8ac;
	color: #ececec;
	}
	

	/* Label the data */
	.table-budget td:nth-of-type(2):before { content: "2015-2016"; }
	.table-budget td:nth-of-type(3):before { content: "2014-2015"; }
}

@media 
only screen and (min-width: 480px) and (max-width: 1024px)  {
		tbody td:first-child {
	width: 35%;
}
}
/* === fin tableaux === */

@media only screen and (max-width: 479px) {
	.projectThumbnailTitle {
		font-size: .875rem;
	}
	.projectThumbnailSubtitle {
		font-size: .6875rem;
		padding-top: 58px;
	}
	.thumbnailMask {
		background-size: 300px 185px;
	}
	.projetdroit,
	.projetgauche,
	.budget {
		float: none;
		clear: both;
		width: 90%;
		padding: 0 5% 0 5%;
	}
}

@media print {
	* {
		background: transparent!important;
		color: black!important;
		box-shadow: none!important;
		text-shadow: none!important;
		-webkit-filter: none!important;
		filter: none!important;
		-ms-filter: none!important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%!important;
	}
	@page {
		margin: .5cm
	}
	h2,
	p {
		orphans: 3;
		widows: 3;
	}
	h2 {
		page-break-after: avoid;
	}
	.projectInfo {
		display: none!important;
	}
}

.projectThumbnailTitle {
	font-weight: 700;
	font-size: 1.5rem;
}

.projectThumbnailSubtitle,
.projectThumbnailTitle {
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	text-rendering: auto;
}

.projectThumbnailSubtitle {
	font-weight: 400;
	font-size: 1rem;
}

.projectNavClose button {
	font-weight: 700;
	text-decoration: underline;
}

.projectNavClose button,
.projectNavTitle {
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-rendering: auto;
}

.projectNavTitle {
	font-weight: bold;
	text-decoration: none;
	color: #23232f;
}

#footerLinks li {
	font-style: normal;
	font-size: .8125rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	text-rendering: auto;
}

#footerLinks li {
	font-weight: 700;
	text-transform: none;
}

.projectThumbnailTitle {
	margin-top: 40px;
}

.projectThumbnailSubtitle {
	padding-top: 67px;
}

.projectNavClose,
.projectNavTitle {
	padding-top: 4px;
}

@-moz-document url-prefix() {
	.projectNavClose,
	.projectNavTitle {
		padding-top: 7px;
	}
}

.projectInfo p+ul {
	margin-top: -20px;
}

.projectInfo li {
	margin-top: 8px;
	margin-bottom: -2px;
	padding-top: 6px;
	padding-bottom: 0;
}

@-moz-document url-prefix() {
	.projectInfo li {
		margin-bottom: -1px;
	}
}

.projectInfo li:last-child {
	margin-bottom: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.projectThumbnailTitle {
		font-size: 1.25rem;
	}
	.projectThumbnailSubtitle {
		font-size: .8125rem;
		padding-top: 63px;
	}
}

@media only screen and (max-width: 767px) {
	header {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.projectThumbnailTitle {
		font-size: 1rem;
	}
	.projectThumbnailSubtitle {
		font-size: .8125rem;
		padding-top: 59px;
	}
}

#sitePreloader {
	background-color: #000000;
}

#footerLinks li,
.projectInfo,
.projectInfo p:nth-last-child(2),
.projectNav,
hr {
	border-color: #dddddd;
}

.projectThumbnailHover {
	background-color: rgba(35, 35, 47, .8);
}

.projectThumbnailSubtitle,
.projectThumbnailTitle {
	color: #ECECEC;
}

.projectInfo li,
.projectInfo p,
.projectNav,
.projectNav button:active,
.projectNav button:focus,
.projectNav button:hover,
.projectNavClose button,
a,
a:active,
a:focus,
a:hover,
a:visited,
footer a,
li,
p {
	color: #23232f; /* rgb(35, 35, 47)*/
}
