
/**
 * presquerien_v2.css.php
 * (c) 2015-2021, david turgeon
 * dt@electrocd.com
 * version 2021-09-13
 */

html, td, th, input, button, select, textarea {
	font-family: aktiv-grotesk, 'helvetica neue', arial, 'liberation sans', freesans, sans-serif;
	font-feature-settings: 'liga', 'dlig' off, 'pnum', 'onum', 'kern';
	-webkit-font-feature-settings: 'liga', 'dlig' off, 'pnum', 'onum', 'kern';
	-moz-font-feature-settings: 'liga', 'dlig' off, 'pnum', 'onum', 'kern';
	-moz-font-feature-settings: 'liga=1,dlig=0,pnum=1,onum=1,kern=1';
	text-rendering: optimizeLegibility;
	font-size: 0.85rem;
	color: #000;
	overscroll-behavior-y: none;
}
body.webkit select, body.webkit textarea {
	font-family: 'helvetica neue', arial, 'liberation sans', freesans, sans-serif !important;
}
body, td, th {
	margin: 0;
	padding: 0;
}
body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
}
input, textarea {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

	@media only screen and (min-width: 1288px) {
		html, td, th, input, button, select, textarea {
			font-size: 0.9rem;
		}
	}
	
	@media only screen and (min-width: 1508px) {
		html, td, th, input, button, select, textarea {
			font-size: 0.95rem;
		}
	}


* {
	/*transition: all ease-out .1s;*/
	transition: all cubic-bezier(0.83, 0, 0.17, 1) .1s; -moz-transition: all cubic-bezier(0.83, 0, 0.17, 1) .1s; -webkit-transition: all cubic-bezier(0.83, 0, 0.17, 1) .1s; -o-transition: all cubic-bezier(0.83, 0, 0.17, 1) .1s;
}

a {
	color: #192c5c;
}
.annonce-active {
	cursor: pointer;
}

.lien-inaccessible {
	cursor: text;
	color: #000;
}
.lien-inaccessible:hover {
	text-decoration: none;
}


span.date {
	white-space: nowrap;
}

.pc {
	font-variant-caps: unicase;
	font-feature-settings: 'c2sc', 'smcp' on, 'unic' on;
	-webkit-font-feature-settings: 'c2sc', 'smcp' on, 'unic' on;
	-moz-font-feature-settings: 'c2sc', 'smcp' on, 'unic' on;
	-moz-font-feature-settings: 'c2sc=1,smcp=1,unic=1';
}
.num-maj, .num-prop-maj {
	font-feature-settings: 'pnum' on, 'onum' off;
	-webkit-font-feature-settings: 'pnum' on, 'onum' off;
	-moz-font-feature-settings: 'pnum' on, 'onum' off;
	-moz-font-feature-settings: 'pnum=1,onum=0';
}
.num-tab {
	font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	-moz-font-feature-settings: 'tnum' on;
	-moz-font-feature-settings: 'tnum=1';
}
.num-tab-maj {
	font-feature-settings: 'pnum' off, 'onum' off, 'tnum' on;
	-webkit-font-feature-settings: 'pnum' off, 'onum' off, 'tnum' on;
	-moz-font-feature-settings: 'pnum' off, 'onum' off, 'tnum' on;
	-moz-font-feature-settings: 'pnum=0,onum=0,tnum=1';
}

/* Couleurs */

.couleur-verte {
	color: #339933 !important;
}
.couleur-jaune {
	color: #ffcc33 !important;
}
.couleur-rouge {
	color: #ff3333 !important;
}
.couleur-speciale {
	color: #6886C7 !important;
}

.fond-vert {
	background-color: #339933 !important;
}
.fond-jaune {
	background-color: #ffcc33 !important;
}
.fond-rouge {
	background-color: #ff3333 !important;
}
.fond-special {
	background-color: #6886C7 !important;
}

/* Écran */

.ecran {
	margin: 0 auto;
	width: 1024px;
	position: relative;
	padding-left: 24px;
	padding-right: 4px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
}
.ecran.restreint {
	width: 976px;
	padding-left: 0;
}
.ecran .ecran:not(.force) {
	width: auto;
	padding: 0;
}
.ecran:after {
	position: static;
	display: block;
	clear: left;
	content: ' ';
}
@media print {
	.ecran {
		width: auto;
		margin: 0;
		padding: 0;
	}
}

	@media only screen and (min-width: 1288px) {
		.ecran {
			width: 1248px;
		}
		.ecran.restreint {
			width: 1180px;
		}
	}

	@media only screen and (min-width: 1508px) {
		.ecran {
			width: 1488px;
		}
		.ecran.restreint {
			width: 1420px;
		}
	}

	@media only screen and (max-width: 1023px) {
		.ecran {
			width: 100%;
		}
		.ecran.restreint {
			width: 100%;
			padding: 0 24px;
			box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
		}
	}

/* Colonnes */

div.fenetre section.fenetre.col-fix {
	margin-right: -35px;
	margin-bottom: -15px;
}

.cols {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
	width: 100%;
	margin-top: 0;
}
.cols:not(.libre) {
	float: left;
}
.cols:after {
	position: static;
	display: block;
	clear: both;
	content: ' ';
}
.cols.grille {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
}
.cols.grille.pour-demi-marge {
	padding-right: 10px;
	padding-bottom: 10px;
}
ul.cols, ul.col {
	margin: 0;
	padding: 0;
}
.col {
	float: left;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
	width: 332px;
	margin-top: 0;
}
.cols:not(aside) + *:not(.col):not(.cols),
.col:not(aside) + *:not(.col):not(.cols) {
	clear: both;
}
aside.col:not(.a-gauche),
.col.a-droite {
	float: right;
}
li.cols, li.col {
	display: block;
	padding-left: 0;
	margin-left: 0;
}
.col.retour, .cols.retour {
	clear: left;
}
.col.retour-d, .cols.retour-d {
	clear: right;
}
.col.retour.retour-d, .cols.retour.retour-d {
	clear: both;
}
.col.marge, .cols.marge {
	padding-bottom: 20px;
	padding-right: 20px;
}
.col.demi-marge, .cols.demi-marge {
	padding-bottom: 10px;
	padding-right: 10px;
}
.col.marge-d, .cols.marge-d {
	padding-right: 20px;
}
.cols.margex-d {
	width: calc(100% - 20px);
}
.col.demi-marge-d, .cols.demi-marge-d {
	padding-right: 10px;
}
.col.marge .cols.antimarge-d,
.cols.marge .cols.antimarge-d,
.col.marge-d .cols.antimarge-d,
.cols.marge-d .cols.antimarge-d {
	margin-right: -20px;
	width: calc(100% + 20px);
}
.col.marge-b, .cols.marge-b {
	padding-bottom: 20px;
}
.col.marge-bb, .cols.marge-bb {
	padding-bottom: 40px;
}
.col.demi-marge-b, .cols.demi-marge-b {
	padding-bottom: 10px;
}
.col.marge-h, .cols.marge-h {
	padding-top: 20px;
}
.col.marge-g, .cols.marge-g {
	padding-left: 20px;
}
.col.bordure-g, .cols.bordure-g {
	border-left: 2px solid rgba(0,0,0,.2);
	padding-left: 20px;
}
.col.bordure-d, .cols.bordure-d {
	position: relative;
	padding-right: 40px;
}
.col.bordure-d:after, .cols.bordure-d:after {
	position: absolute;
	display: block;
	content: ' ';
	top: 0;
	right: 20px;
	bottom: 20px;
	width: 2px;
	background: rgba(0,0,0,.2);
}
.col.bordure-h:before, .cols.bordure-h:before {
	position: static;
	display: block;
	height: 0;
	border-top: 2px solid rgba(0,0,0,.2);
	padding-bottom: 10px;
	margin-right: 20px;
	content: ' ';
}
.col.bordure-hh:before, .cols.bordure-hh:before {
	position: static;
	display: block;
	height: 0;
	border-top: 4px solid rgba(0,0,0,.2);
	padding-bottom: 10px;
	margin-right: 20px;
	content: ' ';
}
.col.bordure-hhhh:before, .cols.bordure-hhhh:before {
	position: static;
	display: block;
	height: 0;
	border-top: 8px solid rgba(0,0,0,.2);
	padding-bottom: 10px;
	margin-right: 20px;
	content: ' ';
}
.col.marge.bordure-h:before, .cols.marge.bordure-h:before,
.col.marge-d.bordure-h:before, .cols.marge-d.bordure-h:before,
.col.marge.bordure-hh:before, .cols.marge.bordure-hh:before,
.col.marge-d.bordure-hh:before, .cols.marge-d.bordure-hh:before,
.col.marge.bordure-hhhh:before, .cols.marge.bordure-hhhh:before,
.col.marge-d.bordure-hhhh:before, .cols.marge-d.bordure-hhhh:before {
	margin-right: 0;
}
.col.relatif, .cols.relatif {
	position: relative;
}
.col.n1 {
	width: 83px;
}
.cols.grille.pour-demi-marge > .col.n1 {
	width: 80px;
}
.col.n2 {
	width: 166px;
}
.cols.grille.pour-demi-marge > .col.n2 {
	width: 160px;
}
.col.n3 {
	width: 249px;
}
.col.n4 {
	width: 332px;
}
.col.n5 {
	width: 415px;
}
.col.n6 {
	width: 498px;
}
.col.n7 {
	width: 581px;
}
.col.n8 {
	width: 664px;
}
.col.n9 {
	width: 747px;
}
.col.n10 {
	width: 830px;
}
.col.n11 {
	width: 913px;
}
.col.n12 {
	width: 996px;
}
.col.plein {
	width: 100%;
}
.col.retrait-n1 {
	margin-left: 83px;
}
.col.retrait-n2 {
	margin-left: 166px;
}
.col.retrait-n3 {
	margin-left: 249px;
}
.col.retrait-n4 {
	margin-left: 332px;
}
.col.retrait-n5 {
	margin-left: 415px;
}
.col.retrait-n6 {
	margin-left: 498px;
}
.col.retrait-n7 {
	margin-left: 581px;
}
.col.retrait-n8 {
	margin-left: 664px;
}
.col.retrait-n9 {
	margin-left: 747px;
}
.col.retrait-n10 {
	margin-left: 830px;
}
.col.retrait-n11 {
	margin-left: 913px;
}

.col header:not(.col):not(.cols), .cols header:not(.col):not(.cols),
.col footer:not(.col):not(.cols), .cols footer:not(.col):not(.cols) {
	padding-right: 20px;
}
.col.marge-d header:not(.col):not(.cols), .cols.marge-d header:not(.col):not(.cols),
.col.marge header:not(.col):not(.cols), .cols.marge header:not(.col):not(.cols),
.col.marge-d footer:not(.col):not(.cols), .cols.marge-d footer:not(.col):not(.cols),
.col.marge footer:not(.col):not(.cols), .cols.marge footer:not(.col):not(.cols) {
	padding-right: 0;
}

	@media only screen and (min-width: 1288px) {
		.col.n1 {
			width: 100px;
		}
		.cols.grille.pour-demi-marge > .col.n1 {
			width: 97px;
		}
		.col.n2 {
			width: 200px;
		}
		.cols.grille.pour-demi-marge > .col.n2 {
			width: 195px;
		}
		.col.n3 {
			width: 300px;
		}
		.col.n4 {
			width: 400px;
		}
		.col.n5 {
			width: 500px;
		}
		.col.n6 {
			width: 600px;
		}
		.col.n7 {
			width: 700px;
		}
		.col.n8 {
			width: 800px;
		}
		.col.n9 {
			width: 900px;
		}
		.col.n10 {
			width: 1000px;
		}
		.col.n11 {
			width: 1100px;
		}
		.col.n12 {
			width: 1200px;
		}
		.col.plein {
			width: 100%;
		}
		.col.retrait-n1 {
			margin-left: 100px;
		}
		.col.retrait-n2 {
			margin-left: 200px;
		}
		.col.retrait-n3 {
			margin-left: 300px;
		}
		.col.retrait-n4 {
			margin-left: 400px;
		}
		.col.retrait-n5 {
			margin-left: 500px;
		}
		.col.retrait-n6 {
			margin-left: 600px;
		}
		.col.retrait-n7 {
			margin-left: 700px;
		}
		.col.retrait-n8 {
			margin-left: 800px;
		}
		.col.retrait-n9 {
			margin-left: 900px;
		}
		.col.retrait-n10 {
			margin-left: 1000px;
		}
		.col.retrait-n11 {
			margin-left: 1100px;
		}
	}

	@media only screen and (min-width: 1508px) {
		.col.n1 {
			width: 120px;
		}
		.cols.grille.pour-demi-marge > .col.n1 {
			width: 117px;
		}
		.col.n2 {
			width: 240px;
		}
		.cols.grille.pour-demi-marge > .col.n2 {
			width: 235px;
		}
		.col.n3 {
			width: 360px;
		}
		.col.n4 {
			width: 480px;
		}
		.col.n5 {
			width: 600px;
		}
		.col.n6 {
			width: 720px;
		}
		.col.n7 {
			width: 840px;
		}
		.col.n8 {
			width: 960px;
		}
		.col.n9 {
			width: 1080px;
		}
		.col.n10 {
			width: 1200px;
		}
		.col.n11 {
			width: 1320px;
		}
		.col.n12 {
			width: 1440px;
		}
		.col.plein {
			width: 100%;
		}
		.col.retrait-n1 {
			margin-left: 120px;
		}
		.col.retrait-n2 {
			margin-left: 240px;
		}
		.col.retrait-n3 {
			margin-left: 360px;
		}
		.col.retrait-n4 {
			margin-left: 480px;
		}
		.col.retrait-n5 {
			margin-left: 600px;
		}
		.col.retrait-n6 {
			margin-left: 720px;
		}
		.col.retrait-n7 {
			margin-left: 840px;
		}
		.col.retrait-n8 {
			margin-left: 960px;
		}
		.col.retrait-n9 {
			margin-left: 1080px;
		}
		.col.retrait-n10 {
			margin-left: 1200px;
		}
		.col.retrait-n11 {
			margin-left: 1320px;
		}
	}

	@media only screen and (max-width: 1023px) {
		.ecran {
			width: 100%;
			padding-right: 4px;
		}
		
		.col.n9,
		.col.n10,
		.col.n11,
		.col.n12 {
			width: 100%;
		}
		
		.col.n4.retrait-n8 {
			margin-left: 332px;
		}
	}
	
	@media only screen and (min-width: 684px) and (max-width: 1023px) {
		aside.col.n4 + .col.n8,
		.col.a-droite.n4 + .col.n8 {
			width: calc(100% - 332px);
		}

		.col.reduction-n1 {
			width: 83px;
		}
		.col.reduction-n2 {
			width: 166px;
		}
		.col.reduction-n3 {
			width: 249px;
		}
		.col.reduction-n4 {
			width: 332px;
		}
		.col.reduction-n5 {
			width: 415px;
		}
		.col.reduction-n6 {
			width: 498px;
		}
		.col.reduction-n7 {
			width: 581px;
		}
		.col.reduction-n8 {
			width: 664px;
		}
	}
	
	@media only screen and (max-width: 683px) {
		.col.n5,
		.col.n6,
		.col.n7,
		.col.n8 {
			width: 100%;
		}

		.col.n4.retrait-n5,
		.col.n4.retrait-n6,
		.col.n4.retrait-n7,
		.col.n4.retrait-n8 {
			margin-left: 0;
		}
	}
	
	@media only screen and (min-width: 640px) and (max-width: 683px) {
		aside.col.n4 + .col.n8,
		.col.a-droite.n4 + .col.n8 {
			width: calc(100% - 306px);
		}

		.col.n1 {
			width: 76.5px;
		}
		.col.n2 {
			width: 153px;
		}
		.col.n3 {
			width: 229.5px;
		}
		.col.n4 {
			width: 306px;
		}
	}
	
	@media only screen and (max-width: 639px) {
		aside.col,
		.col.a-droite {
			float: left;
		}

		.col.n1,
		.col.n2 {
			width: 50%;
		}
		.col.n1 .col.n1,
		.col.n2 .col.n2,
		.col.n3,
		.col.n4 {
			width: 100%;
		}
		.col.retrait-n1,
		.col.retrait-n2,
		.col.retrait-n3,
		.col.retrait-n4 {
			margin-left: 0;
		}
	}

/* Zones */

section.zone:not(.col):not(.cols) {
	width: 320px;
	float: left;
	margin-bottom: 20px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
}
section.zone.quart:not(.col):not(.cols) {
	width: 65px;
}
section.zone.demi:not(.col):not(.cols) {
	width: 150px;
}
section.zone.trois-quarts:not(.col):not(.cols) {
	width: 235px;
}
section.zone.et-quart:not(.col):not(.cols) {
	width: 405px;
}
section.zone.et-demie:not(.col):not(.cols) {
	width: 490px;
}
section.zone.double:not(.col):not(.cols) {
	width: 660px;
}
section.zone.double.et-quart:not(.col):not(.cols) {
	width: 745px;
}
section.zone.double.et-demie:not(.col):not(.cols) {
	width: 830px;
}
section.zone.triple:not(.col):not(.cols) {
	width: 1000px;
}
section.zone.pleine:not(.col):not(.cols) {
	width: 100%;
}
section.zone + section.zone:not(.col):not(.cols) {
	margin-left: 20px;
}
section.zone.premiere:not(.col):not(.cols),
section.zone + section.zone.premiere:not(.col):not(.cols) {
	clear: left;
	margin-left: 0;
}
section.zone.demi-retrait:not(.col):not(.cols),
section.zone + section.zone.demi-retrait:not(.col):not(.cols) {
	margin-left: 170px;
}
section.zone.retrait:not(.col):not(.cols),
section.zone + section.zone.retrait:not(.col):not(.cols) {
	margin-left: 340px;
}
section.zone.retrait-double:not(.col):not(.cols),
section.zone + section.zone.retrait-double:not(.col):not(.cols) {
	margin-left: 680px;
}
section.zone.retrait-double-et-demie:not(.col):not(.cols),
section.zone + section.zone.retrait-double-et-demie:not(.col):not(.cols) {
	margin-left: 830px;
}
section.zone.quart-marge-gauche:not(.col):not(.cols) {
	padding-left: 75px;
}
section.zone.quart-marge-droite:not(.col):not(.cols) {
	padding-right: 75px;
}
section.zone:last-child:not(.col):not(.cols) {
	margin-bottom: 0;
}

section.zone section.zone:not(.col):not(.cols) {
	margin-top: 0;
}
form section.zone:not(.force-espacement) {
	margin-bottom: 0;
}

article:after,
section.zone:after {
	display: block;
	content: ' ';
	visibility: hidden;
  height: 0;
  clear: both;
}

	@media only screen and (max-width: 1023px) {
		section.zone.premiere:not(.double) + section.zone:not(.double):not(.et-demie) + section.zone:not(.col):not(.cols),
		section.zone.premiere:not(.double) + section.zone.double:not(.col):not(.cols),
		section.zone.premiere:not(.double) + section.zone.et-demie:not(.col):not(.cols),
		section.zone.premiere.double + section.zone:not(.double):not(.col):not(.cols) {
			clear: left;
			margin-left: 0;
		}
		section.zone.triple:not(.col):not(.cols),
		section.zone.double.et-demie:not(.col):not(.cols) {
			width: 660px;
		}
	}
	
	@media only screen and (max-width: 683px) {
		section.zone:not(.col):not(.cols),
		section.zone + section.zone:not(.col):not(.cols) {
			clear: left;
			margin-left: 0;
		}
		section.zone.demi:not(.col):not(.cols),
		section.zone.double:not(.col):not(.cols),
		section.zone.triple:not(.col):not(.cols),
		section.zone.et-demie:not(.col):not(.cols),
		section.zone.double.et-demie:not(.col):not(.cols) {
			width: 320px;
		}
	}

/* Divisions */

ul.divisions {
	margin: 0;
	padding: 0;
	clear: left;
}
ul.divisions li.division {
	list-style: none;
	width: 320px;
	float: left;
	margin: 0 0 20px 0;
}
ul.divisions li.division + li.division {
	margin-left: 20px;
}
ul.divisions.en-2 li.division {
	width: 490px;
}
ul.divisions.en-1 li.division {
	width: 1000px;
}

/* Divers */

acronym, abbr {
	border-bottom: 1px dashed rgba(0,0,0,.5);
}
*[lang|=fr] *[lang] .fine-post {
	margin-right: 0;
}
*[lang|=fr] *[lang] .fine-pre {
	margin-left: 0;
}
*[lang|=fr] .fine-post, *[lang|=fr] *[lang|=fr] .fine-post {
	margin-right: 0.25em;
}
*[lang|=fr] .fine-pre, *[lang|=fr] *[lang|=fr] .fine-pre {
	margin-left: 0.25em;
}
.rouge {
	color: #f30;
}
.surligner {
	background: #ff6;
}
table {
	border: 0;
	border-collapse: collapse;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
iframe {
	border: 0;
	vertical-align: middle;
}
embed {
	vertical-align: middle;
}
cite {
	font-family: ;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
}
hr {
	margin: 2em 0;
	height: 1px;
	border: 0;
	background: rgba(0,0,0,.2);
}
p.sig {
	text-align: right;
}
sup {
	line-height: 1em;
	vertical-align: top;
}
sub {
	line-height: 1em;
	vertical-align: bottom;
}
.detail {
	font-size: 0.85em;
}
a.out:not(.muet):after,
a.externe:not(.muet):after,
a[href^="http://"]:not(.muet):after,
a[href^="https://"]:not(.muet):after {
	content: "\279A";
	vertical-align: top;
	line-height: 1em;
	opacity: .4;
}
a.out:not(.muet):hover:after,
a.externe:not(.muet):after,
a[href^="http://"]:not(.muet):hover:after,
a[href^="https://"]:not(.muet):hover:after {
	opacity: 1;
}
.ind, ind {
}
.w, .t, w, t {
	font-style: italic;
}
.n, n {
	font-style: italic;
}
span.tel {
	white-space: nowrap;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

/* Pied de page global */

footer.global section.signature {
	clear: both;
	font-size: 0.825rem;
	color: #767676;
	text-align: center;
	padding: 20px 0;
}
footer.global section.signature a {
	color: #767676;
}
footer.global section.signature a:hover {
	color: #192c5c;
	text-decoration: none;
}

footer.global section.temps-ecoule {
	clear: both;
	font-size: 0.825rem;
	color: #767676;
	text-align: right;
	padding: 12px 0;
}

/* Intersites */

footer.intersites {
	width: 100%;
	background: #333;
	height: 20px;
	position: fixed;
	z-index: 4;
	bottom: 0;
	left: 0;
	right: 0;
}
footer.intersites nav {
	text-align: center;
}
footer.intersites nav a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: rgba(255,255,255,.6);
	background: none;
	font-size: 0.825rem;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0;
	text-decoration: none;
}
footer.intersites nav a:after {
	content: '';
	margin: 0;
}
footer.intersites nav a:hover {
	color: rgba(255,255,255,.8);
}
footer.intersites nav a.ici {
	color: rgba(255,255,255,.9);
}
footer.intersites nav a.ici:after {
	content: '';
	margin: 0;
}
footer.intersites nav a + a {
	border-left: 1px solid rgba(255,255,255,.2);
	margin-left: 0;
}

	@media only screen and (max-width: 683px) {
		footer.intersites {
			display: none;
		}
	}

@media print {
	footer.intersites {
		display: none;
	}
}

/* Dev */

#dev {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	box-shadow: inset -3px 0 4px -2px #999; -moz-box-shadow: inset -3px 0 4px -2px #999; -webkit-box-shadow: inset -3px 0 4px -2px #999; -o-box-shadow: inset -3px 0 4px -2px #999;
	background: #eee;
	height: 100%;
	overflow: hidden;
}
#dev:hover {
	overflow-y: auto;
}
body.dev {
	margin-left: 200px;
}
body.dev header.global {
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	left: 200px;
}
body.dev section.global {
	margin: 0 auto;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
}

#log {
	color: #000;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#log li {
	list-style: none;
	padding: 2px 10px;
	border-bottom: 1px solid #ccc;
}

@media print {
	.saut-de-page {
		page-break-before: always;
	}
}

