input[type=text], input[type=email], input[type=search], input[type=tel], input[type=url], input[type=password], input[type=number], input[type=date], input[type=file], textarea, select{
	background-color: #e4e4e47a !important;
}
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border:solid 1px #96c14c;
	border-bottom: 0;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	/*-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;*/
	width: 50%;
	float: left;
	border-bottom:solid 1px #96c14c;
}
.tabs nav ul li:first-child {
-webkit-box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.1);
box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.1);
}
.tabs nav ul li:last-child {
-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.1);
box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.1);
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
	display: inline-block;
	line-height: 1.2
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}


/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}


@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		font-size:14px;
		line-height:1;
	}
	.tabs nav a.icon span img {
		width:35px !important;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}


/* Individual tab styles */


/*****************************/
/* Icon box */
/*****************************/

.tabs-style-iconbox nav {
	background: rgba(255,255,255,0.4);
}

.tabs-style-iconbox nav ul li a {
	overflow: visible;
	padding: 1em 0;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
	font-weight: 700;
	font-size: 0.7em;	
}

.tabs-style-iconbox nav ul li.tab-current {
	z-index: 100;
}

.tabs-style-iconbox nav ul li a {
	background: #96c14c;
	box-shadow: -1px 0 0 #96c14c;
	color: #fff;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.tabs-style-iconbox nav ul li a,.tabs-style-iconbox nav ul li:hover a {
	background: #96c14c;
	box-shadow: -1px 0 0 #96c14c;
	color: #fff;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}

.tabs-style-iconbox nav ul li.tab-current a {
	background: #96c14c;
	box-shadow: -1px 0 0 #96c14c;
	color: #fff;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.tabs-style-iconbox nav ul li.tab-current a,.tabs-style-iconbox nav ul li:hover a {
	background: #96c14c;
	box-shadow: -1px 0 0 #96c14c;
	color: #fff;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}


.tabs-style-iconbox nav ul li.tab-current a::after,.tabs-style-iconbox nav ul li:hover a::after {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-left-color: #96c14c;
	content: '';
	pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	/*background: rgba(0,0,0,0.07);*/
	content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
	right: auto;
	left: 0;
}

.tabs-style-iconbox .icon::before {
	display: block;
	margin: 0 0 0.25em 0;
}


/*****************************/
/* Fill up */
/*****************************/

.tabs-style-fillup nav ul li a {
	padding: 1em 0;
	border-right: 1px solid #96c14c;
	line-height: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 70px;
	background: #96c14c;
	color: #fff;
}

.tabs-style-fillup nav ul li:last-child a {
	border: none;
}

.tabs-style-fillup nav ul li.tab-current {
	z-index: 100;
}

.tabs-style-fillup nav ul li.tab-current a {
	color: #fff;
	text-decoration: none
}

.tabs-style-fillup nav ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	height: calc(100% + 1px);
	border: 1px solid #96c14c;
	background: #96c14c;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}



.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

.tabs-style-fillup nav ul li a span {
	display: block;
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.5;
	padding-top: 5px;
}
/*.tabs-style-fillup nav ul li.tab-current a span ,
.tabs-style-fillup nav ul li a:hover span {
	font-weight: 700;
}*/
.tabs-style-fillup nav ul li.tab-current a span  {
	font-weight: 700;
}
.tabs-style-fillup .icon::before {
	display: block;
	margin: 0;
}

.icone_socialc{ width: 50px; height: 50px;}
.icone_socialc path, .icone_socialc rect  {
	fill: #fff !important; background: #000 !important;
}

.tabs-style-fillup nav ul li.tab-current .icone_socialc path, .tabs-style-fillup nav ul li.tab-current .icone_socialc rect{
	fill: #fff !important; background: #fff !important;
}


.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
	/*-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);*/
}
.tabs-style-fillup nav ul li.tab-current::before {
	position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -35px;
	margin-top: -20px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 35px;
    border-top-color: #96c14c;
    content: '';
    pointer-events: none;
}
.tabs-style-fillup nav ul li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}

.tabs-style-fillup nav ul li.tab-current2 a span,
.tabs-style-fillup li.tab-current2 .icon::before {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	color: #fff
}
.tabs-style-fillup nav ul li.tab-current2::before {
	position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #96c14c;
    content: '';
    pointer-events: none;
}
.tabs-style-fillup nav ul li.tab-currentnon a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}
.tabs-style-fillup nav ul li.tab-currentnon a span,
.tabs-style-fillup li.tab-current2 .icon::before {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	color: #333
}
.tabs-style-fillup nav ul li.tab-currentnon::before {
	position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #fff;
    content: '';
    pointer-events: none;
}
.tabs-style-fillup nav ul li.tab-current2 a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}


.bloc_logo_client{width: 100%;border: solid 1px #ededed; height: 230px;}
.img_lofo_client{border-bottom: solid 1px #ededed; }
.img_lofo_client img{width: 100%; height: 180px; object-fit: cover;}
.text_lofo_client{ float: left;width: 100%; height: 50px; padding-top: 15px; font-size: 12px; text-align: center;font-family: "Roboto"; font-weight: 400;font-size: 14px;}

/*.header_contact2{background: #fff}*/