
html,body{
	font-family: 'Open Sans', sans-serif;
}
.wrapScale{
	overflow:hidden;
}
.wrapShadow{
	transition: all 250ms ease-in-out 0s;
	opacity: 0;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 15px;
	right: 15px;
	background: rgba(0, 150, 64,0.8);
	z-index: 2;
}
.wrapScale:hover .wrapShadow{
	opacity: 1;
}
.wrapScale .text{
	text-align: center;
	color:#fff;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	width: 100%;
	font-weight: bold;
}
.scale{
	transition: all 250ms ease-in-out 0s;
}
.wrapScale:hover .scale{
	transform: scale(1.1);
}
.img-fluid{
	width:100%;
}
.dN{
	display: none;
}
.posR{
	position: relative;
}
h2{
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}
.fwb{
	font-weight: bold;
}
.modal-header{
	background-color: #00a652;
	font-weight: bold;
	color:#fff;
}
.btn-primary,.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,.btn-primary:focus {
    color: #fff;
    background-color: #00a652;
    border-color: #00a652;
}
.form-control:focus{
	border-color: #00a652;
	box-shadow: 0 0 0 .2rem rgba(0, 166, 82,.25);
}
.colorGreen{
	color:#00a652;
}
.bgGreen{
	background-color: #00a652;
}
.wrapLogo{
	margin: 20px 0;
}
.wrapLogo img{
	max-width: 300px;
}
.wrapLayer{
	position: absolute;
	color:#fff;
	background-color: rgba(0, 166, 82, 0.7);
	width: 600px;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translate(0,-50%);
	padding: 20px 34px;
}
.wrapLayer .traitTopLeftX{
	width:35px;
	height:2px;
	background-color: #fff;
	position: absolute;
	top:-10px;
	left:-10px;
}
.wrapLayer .traitTopLeftY{
	width:2px;
	height:35px;
	background-color: #fff;
	position: absolute;
	top:-10px;
	left:-10px;
}
.wrapLayer .traitTopRightX{
	width:35px;
	height:2px;
	background-color: #fff;
	position: absolute;
	top:-10px;
	right:-10px;
}
.wrapLayer .traitTopRightY{
	width:2px;
	height:35px;
	background-color: #fff;
	position: absolute;
	top:-10px;
	right:-10px;
}

.wrapLayer .traitBotLeftX{
	width:35px;
	height:2px;
	background-color: #fff;
	position: absolute;
	bottom:-10px;
	left:-10px;
}
.wrapLayer .traitBotLeftY{
	width:2px;
	height:35px;
	background-color: #fff;
	position: absolute;
	bottom:-10px;
	left:-10px;
}
.wrapLayer .traitBotRightX{
	width:35px;
	height:2px;
	background-color: #fff;
	position: absolute;
	bottom:-10px;
	right:-10px;
}
.wrapLayer .traitBotRightY{
	width:2px;
	height:35px;
	background-color: #fff;
	position: absolute;
	bottom:-10px;
	right:-10px;
}
.wrapLayer h1{
	font-weight: bold;
	text-transform: uppercase;

}
.wrapAbouts{
	margin: 40px 0;
}
.wrapAbouts .wrapText{
	font-size: 22px;
}


.bgText{
	color:#fff;
	display: inline-block;
	padding: 0 35px;
}
.wrapWorks .wrapBottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	padding: 7px 0;
}
.marBImg{
	margin-bottom: 20px;
}
.wrapProducts{
	margin:60px 0;
}
.wrapContact{
	margin: 40px 0;
	padding: 40px 0;
}
.txtProduct{
	padding: 15px;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
}
.wrapContact.parallax{
	background-image: url("../img/slide-par.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imgPc{
	max-width: 400px;
	position: relative;
	z-index: 3;
}
.wrapButtonContact{
	display: inline-block;
	background-color: #009640;
	padding: 12px 60px;
	z-index: 2;
	position: relative;
	margin: 0 -60px;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	border: 2px solid #fff;
	border-radius: 5px;
}
.traitTopX{
	width:20px;
	height:2px;
	background-color: #00a652;
	position: absolute;
	top:-10px;
	right:-10px;
}
.traitTopY{
	width:2px;
	height:20px;
	background-color: #00a652;
	position: absolute;
	top:-10px;
	right:-10px;
}
.traitBotX{
	width:20px;
	height:2px;
	background-color: #00a652;
	position: absolute;
	bottom:-10px;
	right:-10px;
}
.traitBotY{
	width:2px;
	height:20px;
	background-color: #00a652;
	position: absolute;
	bottom:-10px;
	right:-10px;
}
.parentheseBtn{
	font-weight: bold;
	font-size: 40px;
}
.wrapButton{
	color:#fff;
}
.wrapContact a:hover .wrapButton{
	color:#000;
}

.wrapGalerie{
	margin: 40px 0;
}
footer a:hover{
	color:#000;
}

@media screen and (max-width: 991px){
	.wrapAbouts .wrapText {
	    font-size: 18px;
	}
	.wrapButtonContact{
		margin: 0;
	}
}
@media screen and (max-width: 767px){
	.wrapLayer{
		position: relative;
		transform: none;
		margin:20px;
		width: auto;
	}
}
@media screen and (max-width: 580px){
	.wrapLayer h1{
		font-size: 20px;
		padding: 10px 0px;
		
	}
	.wrapAbouts .wrapText{
		font-size: 16px;
	}
	.wrapButtonContact{
		padding: 12px 0px;
		font-size: 20px;
	}
	.parentheseBtn{
		font-size: 30px;
	}
}
