.main-content {
	flex-direction: column !important;
}

.realisation {
	max-width: 1280px;
}

.realisation-header {
	position: relative;
	z-index: 2;
	padding: 0 1em;
	background-color: #133C8D;
}

.realisation-header-box {
	position: relative;
	padding: 0.5em 0;
}

.realisation-header-box h1 {
	font-family: "Merriweather", Roboto, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1.5rem;
	padding: 0.75rem 0;
	border-bottom: 4px solid #FFFFFF;
}

.realisation-header-box .realisation-activities {
	text-align: center;
	color: #CCC;
	margin-bottom: 0.5em;
}

.realisation-header-box .realisation-activities b {
	display: block;
	margin: 0 auto;
}

.realisation-header-box .realisation-activities a {
	color: #EEE;
	text-decoration: underline;
}

.realisation-header-box .realisation-activities a:hover {
	color: #FFF;
}

.realisation-illust {
	position: relative;
	z-index: 1;
	height: 20em;
}

.realisation-illust .bt {
	position: absolute;
	background-image: url("../images/default.jpg");
	background-position: center center;
	background-size: cover;
	top: 0;
	bottom: 0;
	left: 0.5em;
	right: 0.5em;
}

.realisation-illust .bt:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	height: 0.25em;
	background-color: rgba(0, 0, 0, 0.25);
}

.realisation-illust .bt img {
	display: none;
}

.realisation-loc {
	position: relative;
	height: 10em;
	margin: 0.5em 0 1em;
}

.realisation-loc-map {
	position: absolute;
	background-color: #DDD;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
}

.realisation-loc-map:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0.5em;
	background-color: rgba(0, 0, 0, 0.1);
}

.realisation-loc-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;
}

.realisation-loc-map .map-close {
	position: absolute;
	z-index: 3;
	width: 3em;
	height: 3em;
	line-height: 2.8em;
	top: 0;
	right: 0;
	background-color: #222222;
}

.realisation-loc-map .map-close:before {
	content: '\2716';
	display: block;
	font-size: 1rem;
	text-align: center;
	color: #FFF;
}

.realisation-loc-map .map-close:hover {
	background-color: #4e4e4e;
}

.no-touch .realisation-loc-map .map-close {
	width: 2em;
	height: 2em;
	line-height: 1.8em;
}

.realisation-loc-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;
}

.realisation-loc-map .mapInfo .img {
	display: none;
}

.realisation-loc-map .mapInfo h2,
.realisation-loc-map .mapInfo p {
	margin: 0.5em 1em;
}

.realisation-loc-map .mapInfo h2.activities,
.realisation-loc-map .mapInfo p.activities {
	color: #666;
}

.realisation-loc-map .mapInfo h2 {
	font-weight: 600;
}

.realisation-loc-map .mapInfo .bouton.floating {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

.realisation-loc-map .mapInfo .bouton.floating:before {
	content: '+';
	font-size: 3rem;
	padding-bottom: 10%;
}

.no-touch .realisation-loc-map .mapInfo .bouton.floating:before {
	font-size: 2rem;
}

.realisation-loc-map.with-info #map {
	bottom: 10.5em;
}

.realisation-loc-map.with-info .mapInfo {
	height: 10em;
}

.realisation-loc-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);
}

.realisation-loc-map .mapInfo-close:before {
	content: '\2716';
	display: block;
	font-size: 1rem;
	text-align: center;
}

.realisation-loc-map .mapInfo-close:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.no-touch .realisation-loc-map .mapInfo-close {
	width: 2em;
	height: 2em;
	line-height: 1.8em;
}

.realisation-loc-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 .realisation-loc-map .marker-realisation .icon {
	width: 40px;
	height: 62px;
	background-image: url("../images/marker-icon-touch.png");
}

.realisation-loc-map .marker-realisation.select .icon {
	background-position: 0 -31px;
}

.touch .realisation-loc-map .marker-realisation.select .icon {
	background-position: 0 -62px;
}

.realisation-descript {
	clear: left;
	margin: 0.5em 0;
}

.realisation-descript .bouton.btBlog {
	display: table;
	margin: 1em auto;
}

/*# sourceMappingURL=fiche.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) {

.realisation-loc-map .marker-realisation .icon {
	background-image: url("../images/marker-icon@2x.png");
	background-size: 20px 62px;
}

.touch .realisation-loc-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) {

.realisation-loc-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;
}

.realisation-loc-map .mapInfo .text {
	float: right;
	width: 60%;
}

}

@media only print, only screen and (min-width: 48.063em) {

.realisation {
	padding-top: 1em;
}

.realisation-illust {
	height: auto;
}

.realisation-illust .bt {
	left: 0;
	right: 0;
	top: 0.5em;
	bottom: 0.5em;
}

.realisation-illust .bt:after {
	right: auto;
	bottom: 0;
	height: auto;
	width: 0.5em;
}

.realisation-loc-map:before {
	display: none;
}

.realisation-loc-map .map-close {
	display: none;
}

.realisation-loc-map .mapInfo .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.6667%;
}

.realisation-loc-map .mapInfo .text {
	float: none;
	width: 100%;
}

.realisation-loc-map #map {
	transition: left 0.25s ease-out;
}

.realisation-loc-map .mapInfo {
	right: auto;
	height: auto;
	top: 0.5em;
	width: 0;
	transition: width 0.25s ease-out;
}

.realisation-loc-map.with-info #map {
	bottom: 0.5em;
	left: 20.5em;
}

.realisation-loc-map.with-info .mapInfo {
	height: auto;
	width: 20em;
}

}

@media only print, only screen and (min-width: 60.063em) {

.realisation-header-box {
	padding: 0.5em 1em;
}

.realisation-header-box h1 {
	padding: 0.75rem 1.5rem;
}

.realisation-loc {
	margin: 0.5em 1em 1em;
}

.realisation-loc-map:before {
	display: block;
	height: auto;
	right: auto;
	bottom: 0;
	width: 0.5em;
}

}

