._color-white {
	color: white !important;
}

#_textOpemiska {
	font: 400 40px/90px 'Montserrat', sans-serif;
	text-align: center;
	color: #9bc83c;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

#_textOpemiska:hover {
	color: #959595;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

@media (max-width: 992px) {
    #_textOpemiska {
	font: 400 35px/45px 'Montserrat', sans-serif
}
}

@media (max-width: 768px) {
    #_textOpemiska {
	font: 400 20px/85px 'Montserrat', sans-serif;
	text-align: left;
	margin-left: 50px;
}
}

._eventTitle {
	padding-bottom: 50px;
}

._eventTitle h2:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 35px;
    height: 2px;
    background: #ccc;
}

@media (max-width: 400px) {
    ._eventTitle {
		font: 400 25px/10px 'Montserrat', sans-serif;
	}
}

._divImgZoom:hover img {
	transform: scale(1);
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._imageZoom {
	transform: scale(0.9);
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._imageZoom:hover {
	transform: scale(1);
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._imageZoomContainer{
	display: inline-block;
	margin: 20px;
	overflow: hidden;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._imageZoomContainer img{
	display: block;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._imageZoomContainer:hover img {
  transform: scale(1.15);
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._popup{
	width: 90% !important;
	margin: 30px auto !important;
}

._imagePop {
	width: 100%;
	height: 100%;
}

._biggerOnMouse img {
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._biggerOnMouse:hover img {
	transform: scale(1.3);
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._menuResto {
	padding: 0 !important;
}

._restoInfo{
	padding-top: 30px;
}

._titleMenu h2{
	padding: 0 !important;
	color: #222 !important;
	background-color: transparent !important;
}

._coordoneResto{
	display: inline;
	float: left;
	padding-right: 90px;
	padding-bottom: 50px;
}

._coordoneRestoul {
    margin: 0;
    list-style: none;
}

._coordoneResto span {
	color: #9bc83c;
	float: left;
    font-size: 24px;
    width: 34px;
    border-right: 1px solid #ccc;
    line-height: 44px;
    padding: 0 12px 0 0;
    margin: 0 27px 0 0;
    position: relative;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordoneResto span:before {
	content: '';
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #cccccc;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordoneResto{
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordoneResto:hover p{
	margin-left: 15px;
	color: #9bc83c;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordoneResto:hover{
	padding-right: 135px;
}

._coordoneResto p{
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordoneResto:hover span:before {
	  border-color: transparent transparent transparent #222;
	  transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordoneResto span:before {
	  transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordoneResto:hover span {
	  border-color: black black black #222;
	  transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordoneResto span {
	  transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._divSwitch{
	float: right;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

._coordGauche {
	padding-right: 150px;
}

._sectionTopPlus{
	padding-top: 50px !important;
}

._fixSection {
	float: left;
	width: 100%;
}

._displayFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#_pageErreur {
	height: 200px;
	
}

._errorText{
	text-align: center;
	font-size: 32px !important;
	margin-top: 150px !important;
}

._fixWidthFlex{
	width: 100%;
	height: auto;
}

._serviceOffert{
	width: 275px;
	margin-left: 5px;
	margin-right: 5px;
}

.error-banner {background-image: url(../images/errorbanner.jpg); background-position: right!important;}

._tarif {
	float: left;
	height: auto;
	width: 100%;
}

._tarif ul {
	list-style-type: none;
	padding: 0;
}

._tarif li {
	font-size: 30px;
	border-bottom: 2px solid #ccc;
	
	
}

._tarif p {
	color: black !important;
	font: 400 30px/100px 'Montserrat', sans-serif;
}

._prices {
	font: 400 40px/100px 'Montserrat', sans-serif !important;
	float: right;
	top: -115px;
	position: relative;
}

._cent {
	font: 400 20px/88px 'Montserrat', sans-serif !important;
	float: right;
	position: relative;
	top: -115px;
	margin: 0 50px 0 0 !important;
}

._typeService {
	margin-left: 50px !important;
}

._last{
	border: 0 !important;
}

.call-action {
	margin: 0 0 75px 0 !important;
}

._plusInfo {
	font-size: 20px;
	color: #9bc83c;
	position: relative;
	top: -5px;
	right: -5px;
}

._plusInfo:hover span, ._plusInfo:focus span {
	opacity: 1;
	transform: scale(1,1);
}

._plusInfo span:hover {
	opacity: 0;
}

._tarif span{
	position:absolute;
	color:#fff;
    background:rgb(155, 200, 60);
    padding:15px;
    border-radius:3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);
	opacity: 0;
	top: -15px;
	font: 400 20px 'Montserrat', sans-serif !important;
    margin-left: 10px;
    font-weight: bold;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
	transform: scale(0,0);
}

@media (max-width: 475px) {
    ._prices {
		float: none;
		top: -75px;
		right: 37px;
	}
	
	._cent {
		float: left;
		right: -100px;
		top: -75px;
	}
	
	._typeService {
		margin-left: 0 !important;
	}
}

._tarifs-section{
		width: 100%;
		float:left;
}

._tarif li:hover ._typeService {
	font: 800 30px/100px 'Montserrat', sans-serif !important;
}

._tarif li:hover ._cent {
	font: 800 20px/88px 'Montserrat', sans-serif !important;
}

._tarif li:hover ._prices {
	font: 800 40px/100px 'Montserrat', sans-serif !important;
}

._galerieContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	height: 100%;
	width: 100%;
}

._galerieItem {
	padding: 10px;
}

._galeriePhotoMini {
	width: 350px;
}