/*///////////////////////////////////////////////////////////*/

/*//////////////////////// NAVIG BARRE //////////////////////*/

/*///////////////////////////////////////////////////////////*/

.navigBarre { /*float: right;*/
	height: 2rem;
	font-size: 1rem;
	overflow: hidden;
	padding: 0.5rem;
	display: table;
	margin: 0 auto;
}

.navigBarre img {
	float: left;
}

.navigBarre a,
.navigBarre span {
	display: block;
	float: left;
	font-size: 1em;
	width: 2em;
	height: 2em;
	line-height: 1.8em;
	text-align: center;
	margin: 0 1px 1px 1px;
	background-color: #EEE;
}

.touch .navigBarre a,
.touch
    .navigBarre span {
	font-size: 1.5em; /*			width:3em;
			height:3em;
			line-height:2.8em;*/
}

.navigBarre a {
	border: solid 1px #222222;
	color: #222222;
	text-decoration: none;
}

.navigBarre a:hover {
	border: solid 1px #133C8D;
	background-color: #133C8D;
	color: #FFF;
}

.navigBarre span.num {
	border: solid 1px #222222;
	color: #FFF;
	background-color: #222222;
}

.navigBarre span.first,
.navigBarre span.back,
.navigBarre span.next,
.navigBarre span.last,
.navigBarre span.apres,
.navigBarre span.avant {
	border: solid 1px #BBB;
	color: #BBB;
	text-decoration: none;
}

.navigBarre span.apres,
.navigBarre span.avant {
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.25);
	background-color: transparent;
	line-height: 1.3em;
}

.navigBarre .first,
.navigBarre .back,
.navigBarre .next,
.navigBarre .last {
	display: block;
	text-indent: -9999px;
	outline: none;
	position: relative;
}

.navigBarre .first:before,
.navigBarre .back:before,
.navigBarre .next:before,
.navigBarre .last:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-indent: 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 0.85em;
	text-align: center;
}

.navigBarre .first:before {
	content: '\00ab';
}

.navigBarre .back:before {
	content: '\2039';
}

.navigBarre .next:before {
	content: '\203A';
}

.navigBarre .last:before {
	content: '\00bb';
}

.navigBarre a.num,
.navigBarre span.apres,
.navigBarre span.avant {
	display: none;
}

.realisations .btCarte {
	display: block;
	text-align: center;
	background-color: #133C8D;
}

.realisations .btCarte:hover {
	background-color: #4263a4;
}

.realisations .btCarte:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../images/bt-loc.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin-right: 4px;
}

.realisations-header,
.realisations-footer {
	padding: 0 1em;
}

.realisations-header::after,
.realisations-footer::after {
	clear: both;
	content: "";
	display: table;
}

.realisations-map {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #133C8D;
	overflow: hidden;
}

.realisations-map.visible {
	display: block;
}

.realisations-map #map {
	position: absolute;
	z-index: 1;
	top: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
	font-size: 1em;
	background-color: rgba(255, 255, 255, 0.5);
	transition: bottom 0.25s ease-out;
}

.realisations-map .map-close {
	position: absolute;
	z-index: 3;
	width: 3em;
	height: 3em;
	line-height: 2.8em;
	top: 0;
	right: 0;
	background-color: #222222;
}

.realisations-map .map-close:before {
	content: '\2716';
	display: block;
	font-size: 1rem;
	text-align: center;
	color: #FFF;
}

.realisations-map .map-close:hover {
	background-color: #4e4e4e;
}

.no-touch .realisations-map .map-close {
	width: 2em;
	height: 2em;
	line-height: 1.8em;
}

.realisations-map .mapInfo {
	position: absolute;
	z-index: 2;
	background-color: #FFF;
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
	height: 0;
	overflow: hidden;
	transition: height 0.25s ease-out;
}

.realisations-map .mapInfo .img {
	display: none;
}

.realisations-map .mapInfo h2,
.realisations-map .mapInfo p {
	margin: 0.5em 1em;
}

.realisations-map .mapInfo h2.activities,
.realisations-map .mapInfo p.activities {
	color: #666;
}

.realisations-map .mapInfo h2 {
	font-weight: 600;
}

.realisations-map .mapInfo .bouton.floating {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

.realisations-map .mapInfo .bouton.floating:before {
	content: '+';
	font-size: 3rem;
	padding-bottom: 10%;
}

.no-touch .realisations-map .mapInfo .bouton.floating:before {
	font-size: 2rem;
}

.realisations-map.with-info #map {
	bottom: 10.5em;
}

.realisations-map.with-info .mapInfo {
	height: 10em;
}

.realisations-map .mapInfo-close {
	position: absolute;
	z-index: 2;
	width: 3em;
	height: 3em;
	line-height: 2.8em;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.15);
}

.realisations-map .mapInfo-close:before {
	content: '\2716';
	display: block;
	font-size: 1rem;
	text-align: center;
}

.realisations-map .mapInfo-close:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.no-touch .realisations-map .mapInfo-close {
	width: 2em;
	height: 2em;
	line-height: 1.8em;
}

.realisations-map .marker-realisation .icon {
	display: block;
	width: 20px;
	height: 31px;
	background-image: url("../images/marker-icon.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.touch .realisations-map .marker-realisation .icon {
	width: 40px;
	height: 62px;
	background-image: url("../images/marker-icon-touch.png");
}

.realisations-map .marker-realisation.select .icon {
	background-position: 0 -31px;
}

.touch .realisations-map .marker-realisation.select .icon {
	background-position: 0 -62px;
}

.realisations-list {
	padding: 0 0.5em;
	max-width: 29em;
	margin: 0 auto;
}

.realisations-list::after {
	clear: both;
	content: "";
	display: table;
}

.realisation {
	margin: 0.5em 0;
}

.realisation.column:last-child {
	float: left;
}

.realisation-content {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-color: #11367f;
}

.realisation-content .bouton.floating {
	position: absolute;
	z-index: 5;
	bottom: -4rem;
	right: 5%;
	transition: bottom 0.5s ease-in-out;
}

.realisation-content .bouton.floating:before {
	content: '+';
	font-size: 3rem;
	padding-bottom: 10%;
}

.no-touch .realisation-content .bouton.floating:before {
	font-size: 2rem;
}

.realisation-content .realisation-date {
	position: absolute;
	z-index: 5;
	bottom: -4rem;
	right: calc(10% + 3em);
	text-align: right;
	line-height: 1.25;
	padding-bottom: 0.5em;
	transition: bottom 0.6s ease-in-out;
	color: #FFF;
}

.realisation-content .realisation-date-lib {
	display: block;
	font-size: 0.8em;
}

.realisation-content .realisation-date-val {
	display: block;
}

.realisation-info {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10%;
	margin-bottom: 3.6rem;
	overflow: hidden;
	background-color: #133C8D;
	transition: height, padding-top;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	padding: 1% 1em 0;
	font-size: 1em;
	font-size: 3.6vw;
}

.realisation-lib {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 1.2em;
	font-size: 1.4em;
}

.flexboxlegacy .realisation-lib {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	min-height: 80%;
	transition: min-height 0.25s linear;
}

.realisation-text {
	display: block;
	margin: 1.5em;
	padding: 0.75em 1.5em;
	font-size: 0.9em;
	border-radius: 0.25em;
	background: rgba(255, 255, 255, 0.75);
	color: #333;
	opacity: 0;
	transition: opacity 0.25s linear;
}

.realisation-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #133C8D;
	background-image: url("../images/default.jpg");
	background-position: center center;
	background-size: cover;
}

.realisation-img img {
	display: none;
}

.realisation-loc {
	position: absolute;
	z-index: 4;
	bottom: 5%;
	left: 0;
	right: 0;
	line-height: 2em;
	padding: 0 5%;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 20px #000;
	font-size: 1em;
	font-size: 4.4vw;
}

.realisation-dept:before {
	content: '- ';
}

.no-touch .realisation-content:hover .realisation-info {
	height: 60%;
	padding-top: 10%;
}

.no-touch .realisation-content:hover .realisation-lib {
	min-height: 0;
}

.no-touch .realisation-content:hover .realisation-loc {
	background-color: transparent;
}

.no-touch .realisation-content:hover .realisation-text {
	opacity: 1;
}

.no-touch .realisation-content:hover .realisation-date,
.no-touch .realisation-content:hover .bouton.floating {
	bottom: 2rem;
}

/*# sourceMappingURL=liste.css.map */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {

.realisations .btCarte:before {
	background-image: url("../images/bt-loc@2x.png");
	background-size: 24px 24px;
}

.realisations-map .marker-realisation .icon {
	background-image: url("../images/marker-icon@2x.png");
	background-size: 20px 62px;
}

.touch .realisations-map .marker-realisation .icon {
	background-image: url("../images/marker-icon-touch@2x.png");
	background-size: 40px 124px;
}

}

@media only print, only screen and (min-width: 30.063em) {

.realisations .navigBarre {
	float: left;
}

.realisations .btCarte {
	float: right;
}

.realisations-map .mapInfo .img {
	display: block;
	position: absolute;
	z-index: 1;
	width: 40%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.realisations-map .mapInfo .text {
	float: right;
	width: 60%;
}

.realisation-info {
	font-size: 1.1em;
}

.realisation-loc {
	font-size: 1.3em;
}

}

@media only print, only screen and (min-width: 48.063em) {

.navigBarre a.num,
.navigBarre span.apres,
.navigBarre span.avant {
	display: block;
}

.realisations .btCarte span {
	display: inline;
}

.realisations .btCarte span:before {
	display: none;
}

.realisations-map {
	display: block;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	height: 0;
	margin: 0 1em 0.5em;
	transition: height 0.25s ease-in-out;
}

.realisations-map.visible {
	height: 30em;
}

.realisations-map .map-close {
	display: none;
}

.realisations-map .mapInfo .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.6667%;
}

.realisations-map .mapInfo .text {
	float: none;
	width: 100%;
}

.realisations-map #map {
	transition: left 0.25s ease-out;
}

.realisations-map .mapInfo {
	right: auto;
	height: auto;
	top: 0.5em;
	width: 0;
	transition: width 0.25s ease-out;
}

.realisations-map.with-info #map {
	bottom: 0.5em;
	left: 20.5em;
}

.realisations-map.with-info .mapInfo {
	height: auto;
	width: 20em;
}

.realisations-list {
	max-width: none;
	margin: 0;
}

.realisation-info {
	font-size: 1.9vw;
}

.realisation-loc {
	font-size: 2.3vw;
}

.no-touch .realisation-content:hover .realisation-date,
.no-touch .realisation-content:hover .bouton.floating {
	bottom: 2rem;
}

}

@media only print, only screen and (min-width: 60.063em) {

.realisation-info {
	font-size: 1.25vw;
}

.realisation-loc {
	font-size: 1.6vw;
}

}

@media only print, only screen and (min-width: 75.063em) {

.realisation-info {
	font-size: 1em;
}

.realisation-loc {
	font-size: 1.2em;
}

}

