@font-face {
    font-family: 'brokmanextrabold';
    src: url('css/font/brokman_extrabold-webfont.eot');
    src: url('css/font/brokman_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/brokman_extrabold-webfont.woff') format('woff'),
         url('css/font/brokman_extrabold-webfont.ttf') format('truetype'),
         url('css/font/brokman_extrabold-webfont.svg#brokmanextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brokmanregular';
    src: url('css/font/brokman_reg-webfont.eot');
    src: url('css/font/brokman_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/brokman_reg-webfont.woff') format('woff'),
         url('css/font/brokman_reg-webfont.ttf') format('truetype'),
         url('css/font/brokman_reg-webfont.svg#brokmanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
a:focus, a:active{
	border: 0;
    outline : 0;
}
.h1-hidden{
	text-indent: -3000px; 
	font-size: 1px; 
	position: absolute;
}

.msg {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color: #a40000;
	margin-bottom: 10px;
	padding: 5px;
}
.msg-errors {
	background-color: #a90101;
	color: #ffffff;
}
.msg-success {
	background-color: #9db21d;
	color: #ffffff;
}
.clear{
	clear:both; 
	font-size: 1px; 
}
a {
	text-decoration: none;
	color: #666666;
}
a img{
	border:none;
}
body {
	font-size: 12px;
	color: #666666;
	font-family: Arial;
	background:url(images/bg.png) fixed;
}

.ico{
	display: block; 
	background: url(images/sprites.png) no-repeat; 
}
.cms-content{
	font-family:brokmanregular;
	font-weight:normal;
	line-height: 120%;
}
.cms-content p{
	padding: 5px 0;
}
.cms-content h2{
	font-family:brokmanregular;
	font-weight:normal;
	font-size:1.5em;
	padding: 0 0 10px;
	margin: 0px;
}
.cms-content h3{
	font-family:brokmanregular;
	font-weight:normal;
	font-size: 1.4em;
	padding: 5px 0 10px 0;
}
.project.cms-content ul{
	margin-top: 20px;
}
#navigations .main_nav .search-form{
	float: left;
	background:#2e2e2e;
	width: 155px;
	height: 23px;
	display: block;
}
#navigations .main_nav .search-form .in-text{
	border: none; 
	height: 23px;
	float: left;
	background:#2e2e2e;
	color:#B6B7BA;
	-webkit-appearance: none;
    border-radius: 0;
	margin-left: 5px;
	width: 125px;
}
#navigations .main_nav .search-form .in-submit{
	border: none; 
	background:#ffffff url(images/sprites.png) no-repeat -52px 3px;
	width: 20px; 
	height: 23px; 
	-webkit-appearance: none;
    border-radius: 0;
	float: left;
}

.item{
	position: relative;
	box-shadow: 0 0 10px 0px #9f9f9f;
}
.item .lnk{
	position: absolute; 
	top:0px; 
	left: 0px;
	width: 100%; 
	height: 100%;
	display: block; 
	cursor: pointer;
	text-indent: -2000px;
	z-index: 10;
	background: url(images/ratio.png);
}
.item .media{
	position: relative;
	z-index: 4;
	display: block;
}
.item .media img{
	display:block;
	border:none;
	width: 100%;
	height: auto;
}
.item .media canvas{
	z-index: 5;
}
.item .info{
	padding: 9px 14px 5px 14px;
	position: relative;
	color:#000;
}
.item .title{
	font-size: 1.3em;
}
.item .title a{
	color:#666666;
	text-decoration: none;
}
.item .ico{
	background-position: -34px 0;
	position: absolute; 
	top: 0px; 
	right: 0px;
	height: 17px; 
	width: 17px;
}

.form *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: brokmanregular;
}
.form label{
	background: #565656;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 22px;
	color:#fff;
	width: 112px;
	line-height: 22px;
	padding-left: 5px;
	font-size: 1.1em;
}
.form .in-text,
.form .in-textarea{
	display: block;
	width: 50%;
	height: 22px;
	line-height: 22px;
	border:none;
	padding-left: 120px;
}
.form .in-textarea{
	height: 162px;
	width: 100%;
}
.form .input-block{
	position: relative;
	margin: 5px 0;
}
.form .in-submit{
	border:none; 
	background: #e3f43a;
	color:#2e2e2e;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 10px 25px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.form .in-submit:hover{
	background: #c5d42f;
}
#gmap{
	height: 170px;
	margin-bottom: 20px;
	width: 100%;
	z-index:4;
	position: relative;
}
.contact .cms-content{
	font-size: 1.2em;
	padding-bottom: 20px;
}
.contact{
	padding-bottom: 20px;
}

.m__actu {
	margin-bottom: 33px;
	border-bottom: 1px solid #000;
}
.m__actu__inner {
	margin-left: 213px;
}
@media only screen and (max-width: 600px) {
	.m__actu__inner {
		margin-left: 0;
		margin-top: 20px;
	}
}

.m__actu__cat {
	float: right;
	margin-top: 5px;
}
@media only screen and (max-width: 600px) {
	.m__actu__cat {
		float: none;
	}
}
.m__actu__cat ul, .m__actu__cat li{
	list-style-type: none;
}
.m__actu__date {
	font-size: 12px;
	margin-bottom: 13px;
}
.m__actu__content {
	padding-top: 10px;
}
.m__actu__content a{
	text-decoration: underline;
}
.m__actu__content a:hover {
	color: #000;
}
.m__actu__title {
	font-family:brokmanregular;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 13px;
	margin-top: 5px;
	border-bottom: 1px solid #000;
	font-style: italic;
	/*color: #7f7f7f;*/
}
.m__actu__location {
	font-family:Arial, sans-serif;
	font-weight: 700;
	font-size: 19px;
	text-transform: uppercase;
}
.m__actu__img {
	float: left;
}
@media only screen and (max-width: 600px) {
	.m__actu__img {
		float: none;
	}
}
.m__actu__img img{
	vertical-align: bottom;
}


body {
	--color-text: #000;
	--color-bg: #fff;
	--color-link: #000;
	--color-link-hover: #858585;
	--color-header: #858585;
	--color-nav-bg: #fff;
	--color-nav-hover: #858585;
	--color-cart-bg: #000;
	--color-cart: #fff;
	--color-close-bg: #6a6a6a;
	--color-close: #fff;
	--color-details-hover: #858585;
}

.slideshow {
	position: relative;
	width: 100%;
	margin-top: 1rem;
}

.slideshow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.4s;
}

.slideshow--details::after {
	opacity: 1;
}

.slideshow .slide {
	width: 100%;
	height: 50vh;
	top: 0;
	left: 0;
	position: absolute;
	overflow-x: hidden;
	pointer-events: none;
	opacity: 0;
}

.slideshow .slide--current {
	opacity: 1;
	z-index: 999;
	pointer-events: auto;
	position: relative;
}

.slideshow .slide__wrap {
	width: 100%;
	height: 50vh;
	overflow: hidden;
	position: relative;
}

.slideshow .slide__bg,
.slideshow .slide__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: white;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	pointer-events: none;
	filter: brightness(90%);
}

.slideshow .slide__bg {
	filter: grayscale(1) brightness(0.7);
}

.slideshow .slide__title-wrap {
	padding: 2rem 1rem 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slideshow .slide__title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 0.9;
	white-space: pre;
}

.slideshow .slide__title span {
	display: inline-block;
}

.slideshow .slide__subtitle {
	font-size: 1.15rem;
	font-weight: normal;
}

.boxnav {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	z-index: 1006;
	width: 100%;
}

.boxnav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	height: 4rem;
	flex: 1;
}

.boxnav__item--prev,
.boxnav__item--next{
	display: block; 
	position: fixed; 
	left: 0px; 
	top: 50%; 
	margin-top: -32px; 
	width: 37px; 
	height: 90px; 
	background:url(images/sprites.png) no-repeat -0px -34px;
	z-index: 10000;
	cursor: pointer;
	filter: invert(100%);
}
.boxnav__item--next {
	left: auto; 
	right: 0px;
	background-position:-38px -34px;
}

.boxnav__item--label {
	display: none;
}

.boxnav__item:focus {
	outline: none;
}

.boxnav__label {
	padding: 0 0.5rem;
	font-size: 1.15rem;
	position: relative;
}

.boxnav__label--total::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 2px;
	height: 1.45rem;
	background: #000;
	transform: rotate(22.5deg);
}

@media screen and (min-width: 53em) {
	.slideshow {
		overflow: hidden;
		margin: 0;
		height: 100vh;
	}
	.slideshow .slide {
		height: 100vh;
	}
	.slideshow .slide__title-wrap {
		padding: calc(6rem + 10vh) 0 0 4rem;
		text-align: left;
	}
	.slideshow .slide__title {
		font-size: 4.5vw;
	}
	.slideshow .slide__subtitle {
		margin: 1rem 0 0 0.2rem;
		max-width: 300px;
	}
	.slideshow .slide__wrap {
		height: 100%;
		position: absolute;
	}
	.slideshow .slide__bg,
	.slideshow .slide__img {
		background-position: 50% 0%;
	}
	.boxnav {
		left: auto;
		right: 50vw;
		width: auto;
	}
	.boxnav__item {
		flex: none;
	}
}
