﻿
@media (max-width:800px) {

.labo{
	background-image:none!important;
	padding:10px 2px 10px 10px!important;
}

.vie{
	background-image:none!important;
	padding:10px 2px 10px 10px!important;
}

.gouvernance{
	background-image:none!important;
	padding:10px 2px 10px 10px!important;
}

.signature{
	background-image:none!important;
	padding:10px 2px 10px 10px!important;
}
.diplomes{
	background-image:none!important;
	padding:10px 2px 10px 10px!important;
}
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
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: #ffffff;
	font: 1rem/1.5 Open Sans, Segoe UI, sans-serif;
	color: #4d4c4a;
	-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;
}

 h3  {
	font-size: 1em;
	letter-spacing: -.02em;
	line-height: 1.13636364;
	background-color:#97aa68;
	color:#FFFFFF;
	margin-top: 25px;

}

.labo{
	background-image:url(../images/icone-labo-innovation.png);
	background-repeat:no-repeat;
	background-size:40px 43px;
	background-position:right;
	padding:10px 45px 10px 10px;
}

.vie{
	background-image:url(../images/icone-mode-vie.png);
	background-repeat:no-repeat;
	background-size:48px 43px;
	background-position:right;
	padding:10px 53px 10px 10px;
}

.gouvernance{
	background-image:url(../images/icone-gouvernance.png);
	background-repeat:no-repeat;
	background-size:43px 43px;
	background-position:right;
	padding:10px 49px 10px 10px;
}

.signature{
	background-image:url(../images/icone-signature.png);
	background-repeat:no-repeat;
	background-size:82px 43px;
	background-position:right;
	padding:10px 87px 10px 10px;
}
.diplomes{
	background-image:url(../images/icone-diplomes.png);
	background-repeat:no-repeat;
	background-size:82px 43px;
	background-position:right;
	padding:10px 87px 10px 10px;
}




h2 {
	border-bottom: 1px solid #97aa68;
	border-top: 1px solid #97aa68;
	color: #006bb6;
	font-size: 1.375em;
	letter-spacing: -.02em;
	line-height: 1.13636364;
	margin-bottom: .3em;
	margin-top: 1em;
	padding: .5882em 0;
	clear:both;
}

h2:first-child {
	border-top: 1px solid #97aa68;
	border-bottom: 1px solid #97aa68;
	margin-bottom: .3529em;
	padding-bottom: .3529em;
}

h4 {
	color: #006bb6;
	font-size: 1.2em;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin: .8571em 0;
}

h5{
	color: #006bb0;
	font-size:1em;
    margin-bottom: 1em;
}
blockquote {
	font-style: italic;
	font-size: 1em;
	overflow: hidden;
}
.bloc {
	display: block;
	}

.vedette {
	font-size: 1.375em;
	text-align: center;
	line-height: 2;
}

@media (min-width: 43.75em) {

	.container {
		line-height: 1.375;
	}

	h2 {
		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) {

	h2 {
		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;
	width: auto;

}

strong {
	color: #006bb6;
}

hr {
	border: solid #4d4c4a;
	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{
	color: #006bb6;
	text-decoration: underline;
	outline: 0;
}
a:visited 1

a:focus,
a:hover {
	color: #5cc2e7;
}

p a,
p a:visited {
	line-height: inherit;
}

}
ul {
	list-style: none outside;
	padding-bottom:0.3em;
}

ul.round {
	margin-left: 20px;
	list-style: disc 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: 70%;
	margin: 0 auto;
	padding: 0;
}

.container .columns {
	float: center;
	display: inline;
	margin-left: 7px;
	margin-right: 5px;
}


.container .sixteen.columns {
	width: 95%;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 100%;
	}
	.container .columns {
		margin-left: 7px;
		margin-right: 5px;
	}
	.container .sixteen.columns {
		width: 97%;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
	.container .columns {
		margin: 0;
	}
	.container .sixteen.columns {
		width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 100%;
	}
	.container .columns {
		margin: 0;
	}
	.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;
}
.intro img.thumbnailImage {
	max-width: 100%;
	height: auto;
}
#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;
	color: #006bb6;
}

a,
a:visited {
	color: #00699a;
}

a:active,
a:focus,
a:hover {
	color: #5cc2e7;
}

.projectNav button {
	text-shadow: none;
	padding: 0;
}

.projectNav button,
.projectNav button:hover {
	background: none;
	border: none;
}

.description {
	/*border-top: 1px solid #BBB9B7;*/
	margin-bottom: 9px;
    padding-top: 4px;
    margin-top: 1.5em;
}
.description div::before,
.description div::after,
.clearfix::before,
.clearfix::after {
      content: '';
      display: table;
}

.description div::after,
.clearfix div::after {
      clear: both;
}


.project {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.projectThumbnail {
	max-width: 100%;
	height: 100%;
}

.projectThumbnail img {
	display: block;
}

.projectThumbnailHover {
	background-color: rgba(35, 35, 47, .2);
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}

.projectThumbnailTitle {
	font-weight: normal;
	font-size: .5rem;
	/*font-size: 1.5rem;*/
	letter-spacing: -.05em;
	margin-top: 40px;
}

.projectThumbnailSubtitle,
.projectThumbnailTitle {
	font-style: normal;
	line-height: 1.2;
	text-rendering: auto;
	color: #ffffff;
	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: #4d4c4a;
	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: #4d4c4a;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .07em;
	text-decoration: underline;
}

.projectNav button:active,
.projectNav button:focus,
.projectNav button:hover {
	color: #ffffff;
	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 #ffffff;
	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: #4d4c4a;
}

.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 #4d4c4a;
}

#footerLinks li {
	border-color: #4d4c4a;
	font-weight: bold;
	font-size: .75rem;
	display: inline;
	padding-left: 1.1428em; /* 12px */
	margin-left: 0;
	padding-right: 1.4286em; /* 15px */
	line-break-inside: avoid;
}

.footerline {
	padding-left: 0;
}


.thumbnailMask {
	pointer-events: none;
	width: 460px;
	height: 284px;
	position: absolute;
	z-index: 24;
}

.projetgauche {
	float: left;
	padding: 5px 12px 20px 5px;
}

.projetdroit {
	float: right;
	padding: 5px 5px 20px 12px;
}

.aligne-droite {
	float: right;
	padding: 0 10px 0 0;
	font-size: 0.9em;
	height:auto;
}
.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;
		line-break-inside: avoid;
	}
	.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;
}

tfoot > tr:first-child td {
	padding-top: 1em;
}

td,
th {
	text-align: right;
}

tfoot td,
tfoot th {
	text-align: left;
}

tbody td {
	border-bottom: 1px solid #DBDCD8;
	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 #4d4c4a;
}

.table-courante {
	border-bottom: 3px solid #97aa68;
}

.table-passee {
	border-bottom: 3px solid #4d4c4a;
}

.table-last {
	border-bottom: 2px solid #39393f;
}

.table-total{
	border-bottom: 1px solid #39393f;
}

.table-note {
	border-bottom: none;
	text-align: left;
	font-size:90%;
}

@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;
		text-align: center;
	}
	/*
	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: #97aa68;
	color: #ffffff;
	}
	

	/* Label the data */
	.table-budget td:nth-of-type(2):before { content: "2019-2020"; }
	.table-budget td:nth-of-type(3):before { content: "2018-2019"; }
}

@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%;
	}
}

.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: #4d4c4a;
}

#footerLinks li {
	font-style: normal;
	font-size: .8125rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	text-rendering: auto;
	line-break-inside: avoid;
}

#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: #ffffff;
}

.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: #4d4c4a; /* rgb(60, 59, 58)*/
}
/*utilitaires pour éléments propres aux versions imprimées/à l'écran*/
@media print {
.no-print  {
    display : none;
}
}

@media screen {
.no-screen  {
    display : none;
}
}

/*feuille d'impression*/

@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;
	}
	@page {
		margin: 1cm;
		width: 8.5in;
		height: 11in;
		}
		
	body{
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	thead {
		display: table-header-group;
	}
	table, img{
		page-break-inside:avoid;
	}
	
	img {
		max-width: 100%!important;
	}
	h1, h2, h3, h4, h5{
		page-break-after: avoid!important;
		page-break-inside: avoid;
	}
	
	p, li, blockquote, table {
		orphans: 3;
		widows: 3;
	}
	.projectInfo {
		display: block!important;
		font-size: 10.5pt;
	}
	.projetdroit, .projetgauche {
		display: none;
	}
	.project {
		page-break-before:always;
	}
	.container {
		width: 100%;
	}
	.blocA {
		page-break-inside: avoid;
		float: left;
	}
	.blocB {
		page-break-before:always;
	}
	.blocC {
		page-break-after:avoid;
	}
}