/*==========================================*/
/*  1.0 - BASE
/*==========================================*/
body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
a {
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	color: #FFF;
}

/* Text selection */
::-moz-selection {
	background: #000;
	color: #FFF;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #FFF;
	text-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}

/*==========================================*/
/*  2.0 - HEADER
/*==========================================*/
header {
	position: fixed;
	width: 100%;
	padding: 35px 0;
	z-index: 1;
	background: #FFF;
	top: 0;
}
header .container {
	position: relative;
}
header .logo {
	float: left;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 0 0 0 120px;
}
header .logo img {
	width: 600px;
	max-height: none;
}
header .icon {
	float: right;
	padding: 0 120px 0 0;
}
header .icon img {
	height: 130px;
}

@media (max-width: 1400px) {
	header .logo {
		padding: 0 0 0 80px;
	}
	header .icon {
		padding: 0 80px 0 0;
	}
}


@media (max-width: 1280px) {
	header .logo {
		padding: 0 0 0 60px;
	}
	header .icon {
		padding: 0 60px 0 0;
	}
	header .logo img {
		width: 370px;
	}
	header .icon img {
	    height: 80px;
	}
}

@media (max-width: 768px) {
	header {
		padding: 25px 0;
	}
	header .logo img {
		width: 280px;
	}
	header .icon img {
	    height: 70px;
	}
	header .logo {
		padding: 0 0 0 20px;
	}
	header .icon {
		padding: 0 20px 0 0;
	}
}

@media (max-width: 480px) {
	header .logo {
		position: relative;
		top: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		float: none;
		padding: 0 20px;
	}
	header .icon {
		display: none;
	}
	header .logo img {
		width: 280px;
	}
}


/*==========================================*/
/*  3.0 - SLIDESHOW
/*==========================================*/
.slideshow {
	height: 700px;
	margin-top: 204px;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.slideshow-text {
	background: rgba(0, 0, 0, 0.5);
	padding: 50px 0;
}
.slideshow-text h1 {
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
.slideshow-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.slideshow-content .btn {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: #c0d21f;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	padding: 20px 70px;
	border-radius: 40px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-top: 50px;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slideshow-content .btn:hover {
	background: #000;
	color: #FFF;
}

@media (max-width: 1280px) {
	.slideshow {
		margin-top: 153px;
		height: 470px
	}
	.slideshow-text {
		padding: 30px 0;
	}
	.slideshow-text h1 {
		font-size: 30px;
	}
	.slideshow-content .btn {
		margin-top: 40px;
		padding: 12px 50px;
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.slideshow {
		background-attachment: scroll !important;
	}
}

@media (max-width: 768px) {
	.slideshow {
		height: 450px;
		margin-top: 123px;
	}
	.slideshow-text {
		padding: 35px 20px;
	}

}

@media (max-width: 480px) {
	.slideshow {
		margin-top: 82px;
		background-size: auto 100% !important;
		background-attachment: scroll !important;
	}
	.slideshow-content .btn {
		padding: 15px 50px;
	}
	.slideshow-text h1 {
		font-size: 28px;
	}
}


/*==========================================*/
/*  4.0 - À PROPOS
/*==========================================*/
.a-propos {
	background: #FFF;
	padding: 110px 120px;
	text-align: center;
}
.a-propos .col-lg-4:nth-child(1) {
	padding: 0 80px 0 0;
}
.a-propos .col-lg-4:nth-child(2) {
	padding: 0 40px;
}
.a-propos .col-lg-4:nth-child(3) {
	padding: 0 0 0 80px;
}
.a-propos h2,
.videosec h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	color: #c0d21f;
	margin-bottom: 50px;
}
.a-propos p,
.videosec p{
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.a-propos p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1400px) {
	.a-propos{
		padding: 110px 80px;
	}
}

@media (max-width: 1280px) {
	.a-propos{
		padding: 80px 60px;
	}
	.a-propos .col-lg-4{
		padding: 0 20px;
	}
	.a-propos h2{
		font-size: 23px;
		margin-bottom: 30px;
	}
	.a-propos p{
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.a-propos {
		padding: 50px 20px;
	}
	.a-propos .col-lg-4 {
		margin: 0 0 30px;
		text-align: left;
	}
	.a-propos .col-lg-4:nth-child(1) {
		padding: 0;
	}
	.a-propos .col-lg-4:nth-child(2) {
		padding: 0;
	}
	.a-propos .col-lg-4:nth-child(3) {
		padding: 0;
	}
	.videosec div:nth-child(2){
		text-align: center;
	}
}


/*==========================================*/
/*  5.0 - CONTENU
/*==========================================*/
.content-50-50 {
	background-image: url('../img/eco-gestion-a-propos.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
.content-50-50 .col-lg-6 {
	padding: 115px 120px;
}
.content-50-50 .col-lg-6:first-child {
	background: rgba(0,0,0,0.8);
}
.content-50-50 h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	color: #c0d21f;
	margin-bottom: 50px;
}
.content-50-50 p {
	font-size: 21px;
	color: #FFF;
	line-height: 1.2;
}

@media (max-width: 1400px) {
	.content-50-50 .col-lg-6 {
		padding: 80px;
	}
}

@media (max-width: 1280px) {
	.content-50-50 .col-lg-6 {
		padding: 80px 60px;
	}
	.content-50-50 h2 {
		font-size: 23px;
		margin-bottom: 30px;
	}
	.content-50-50 p {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.content-50-50 {
		background: url(../img/eco-gestion-a-propos.jpg) no-repeat scroll left center / cover;
	}
	.content-50-50 .col-lg-6 {
		padding: 0;
	}
	.content-50-50 .col-lg-6:first-child {
		padding: 50px 20px;
	}
}



/*==========================================*/
/*  6.0 - CONTACT
/*==========================================*/
.contact {
	padding: 80px 0 15px;
	text-align: center;
}
.contact h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	color: #c0d21f;
	margin-bottom: 50px;
}
.half {
	width: 49%;
	margin-right: 1%;
	float: left;
	margin-bottom: 35px;
}
.half.last {
	margin-right: 0;
	margin-left: 1%;
}
.half input,
.full textarea,
.with_frm_style input[type=text],
.with_frm_style input[type=tel],
.with_frm_style input[type=email],
.with_frm_style textarea{
	width: 100%;
	border-radius: 30px;
	background: #a7a6a6 !important;
	color: #FFF !important;
	padding: 30px !important;
	border: solid 2px #a7a6a6;
	-webkit-appearance: none;
	appearance: none;
	font-size:20px;
	font-family:Montserrat, sans-serif !important;
}
.with_frm_style ::placeholder{
	color:#FFF !important;
}
.full textarea {
	resize: none;
	height: 285px;
}
.full {
	width: 100%;
	margin-bottom: 35px;
}
button,
.with_frm_style .frm_submit input[type=button]{
	border: none !important;
	-webkit-appearance: none;
	appearance: none;
	background: #c0d21f none repeat scroll 0 0 !important;
    border-radius: 40px !important;
    color: #000 !important;
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 20px 70px !important;
	margin:0 auto !important;
    text-transform: uppercase !important;
    -o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
button:hover {
	background: #000 !important;
	color: #FFF !important;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.with_frm_style .frm_submit{
	display:flex;
}
.show {
	margin-top: 20px;
}
.alert {
	color: green;
}
.alert.invalid {
	color: red;
}
.half input.invalid,
.full textarea.invalid {
	border: solid 2px red !important;
}
span.invalid {
	color: red;
	margin-top: 5px;
	display: block;
}
.coordonnees {
	text-align: center;
	padding: 0 0 115px;
	line-height: 1.2;
}
.coordonnees address {
	margin-bottom: 30px;
}
.coordonnees a {
	margin-top: 30px;
	color: #c0d21f;
	display: inline-block;
}
.coordonnees a:hover {
	color: #000;
}
.coordonnees svg {
	height: 20px;
	fill: #c0d21f;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.coordonnees svg:hover {
	fill: #000;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.linkedin {
	margin-right: 20px;
}
.twitter,
.linkedin {
	display: inline-block !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -204px;
    visibility: hidden;
}

@media (max-width: 1400px) {
	.contact {
		padding: 80px;
	}
}

@media (max-width: 1280px) {
	.contact {
		padding: 80px 60px;
	}
	.contact h2 {
		font-size: 23px;
		margin-bottom: 30px;
	}
	.coordonnees {
		padding: 0 0 80px;
	}
	button {
		margin-top: 40px;
		padding: 12px 50px;
		font-size: 14px !important;
	}
	a.anchor {
	    display: block;
	    position: relative;
	    top: -153px;
	    visibility: hidden;
	}
}

@media (max-width: 991px) {
	.contact {
		padding: 80px 60px;
	}
}

@media (max-width: 768px) {
	.contact {
		padding: 50px 20px;
	}
	.half,
	.half.last {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.half input,
	.full textarea {
		padding: 10px 20px;
	}
	.coordonnees {
		padding: 0 0 50px;
	}
	a.anchor {
	    display: block;
	    position: relative;
	    top: -123px;
	    visibility: hidden;
	}
	.coordonnees .telephone {
		color: #c0d21f;
	}
}

@media (max-width: 480px) {
	button {
		padding: 15px 50px;
	}
	.coordonnees .email {
		font-size: 12px;
	}
}


/*==========================================*/
/*  7.0 - PARTENAIRES
/*==========================================*/
.partenaires {
	background: #a7a6a6;
	padding: 115px 120px 95px;
	text-align: center;
}
.partenaires h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	color: #c0d21f;
	margin-bottom: 50px;
}
.partenaire {
	display: inline-block;
	margin:2%;
}
.partenaire img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.3;
    -o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto;
}
.partenaire img:hover {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
    -o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width: 1400px) {
	.partenaires {
		padding: 80px;
	}
}

@media (max-width: 1280px) {
	.partenaires {
		padding: 80px 60px;
	}
	.partenaires h2 {
		font-size: 23px;
	}
	.partenaire img {
		max-width: 180px;
	}
}

@media (max-width: 768px) {
	.partenaires {
		padding: 50px 20px;
	}
	/*
	.partenaire {
		margin: 0 35px 30px;
	}
	*/
}


/*==========================================*/
/*  8.0 - FOOTER
/*==========================================*/
footer {
	background: #000;
	padding: 40px 120px;
	color: #FFF;
}
footer svg {
	fill: #c0d21f;
	height: 17px;
	width: auto;
	margin-left: 5px;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.conception {
	text-align: right;
}
.conception a:hover {
	color: #c0d21f
}
.conception a:hover svg {
	fill: #FFF;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width: 1400px) {
	footer {
		padding: 40px 80px;
	}
}

@media (max-width: 1280px) {
	footer {
		padding: 40px 60px;
	}
}

@media (max-width: 768px) {
	footer {
		padding: 40px 20px;
	}
	footer .col-lg-6:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	footer .col-lg-6 {
		margin-bottom: 20px;
		text-align: center;
	}
	footer .col-lg-6 span {
		display: block;
	}
}


/*==========================================*/
/*  9.0 - 404
/*==========================================*/
.error404 .row {
	margin-top: 204px;
	color: #000;
}
.error404 .row h1 {
	color: #c0d21f;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.error404 .row p {
	margin-bottom: 15px;
	text-align: left;
}
.error404 .row a {
	color: #000;
	text-decoration: underline;
}


/*==========================================*/
/*  10.0 - BXSLIDER
/*==========================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	display: block;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.videosec{
	padding: 110px 120px;
}

.videosec div:nth-child(1){
	padding-right:3%;
}

.videosec div:nth-child(2){
	text-align: right;
}

.videosec a:last-of-type{
	background-color:#c0d21f;
	border-radius:50px;
	padding: 15px 30px;
    margin-top: 35px;
    display: inline-block;
	color:#000;
}

.videosec a:last-of-type:hover{
	background-color:#000000;
	color:#FFF;
}

@media (max-width: 1400px) {
	.videosec{
		padding: 110px 80px;
	}
}

@media (max-width: 1280px) {
	.videosec{
		padding: 80px 60px;
	}
	.videosec .col-lg-6{
		padding: 0 20px;
	}
	.videosec h2{
		font-size: 23px;
		margin-bottom: 30px;
	}
	.videosec p{
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.videosec{
		padding: 50px 20px !important;
	}
	.videosec .col-lg-6{
		margin: 0 0 30px;
		text-align: left;
	}
	.videosec div:nth-child(1){
		padding: 0;
	}
	.videosec div:nth-child(2){
		text-align: center;
	}
	.videosec iframe{
		width:100%;
	}
	video {
		width: 100%;
	}
}