input#lebleu {
	display: none!important;
}
fieldset p.alert {
	padding: 10px;
	border-radius: 0px;
	margin: 0px;
	margin-top: 5px;
}

.widget .textwidget > *:last-child {
	margin-bottom: 0px;
}

.team.team_horizontal .image_frame {
	width: 36%;
}
.team.team_horizontal .desc_wrapper {
	width: 60%;
}

div.scale-with-grid.bgimg {
  max-width: 100%;
  height: 0px;
  padding-bottom: 75%;
	background: no-repeat center center;
	background-size: cover;
}
.fancybox-nav {
	width: 60px;
}

.image_frame .image_wrapper .image_links span.zoom {
    color: #fff;
		display: block;
	font-size: 25px;
	line-height: 60px;
	width: 100%;
	text-align: center;
}
.portfolio_slider_ul li .image_frame {
	display:block;
}

textarea {
	resize: none;
}
#popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea {
	width: 100%;
}
#popup_contact fieldset p.alert {
	margin: 0px 0px 10px;
}
.bg-parallax {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover; background-size: cover;
}

@media only screen and (max-width: 479px) {
	.team.team_horizontal .image_frame {
		width: 200px;
		max-width:100%;
	}
	.team.team_horizontal .desc_wrapper {
		width: 100%;
	}
	.image_frame .image_wrapper .image_links {
		bottom: 0px;
	}
}
.row-services {
  box-sizing: border-box;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.row-services.one-fourth.column {
		width: 33.33%;
	}
}
@media only screen and (max-width: 767px) {
	.row-services {
	  display: block;
	  max-width: 100%;
	}
}
@media print {
	#popup_contact, .sidebar  {
		display: none!important;
	}
	#Content, #Wrapper, html, .section_wrapper, .container, .with_aside .content_wrapper {
		max-width: 100%;
	}
}
.widget ul.list_star li.active {
	font-weight: 700;
}
.widget ul.list_star + a.tp-button.button_theme {
    font-size: 13.3333px;
}
.js .inputfile {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: .1px;
    height: .1px;
    opacity: 0;
}
.inputfile + label {
	display: inline-block;
	padding: 11px 20px;
	margin-bottom: 0px;
	cursor: pointer;
	margin-right: 7px;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	background-image: url('/resources/images/box_shadow_button.png');
	background-repeat: repeat-x;
	font-family: Roboto,Arial,Tahoma,sans-serif;
	font-weight: 400;
	background-color: #88c34b;
	color: #fff;
	line-height: normal!important;
	font-size: 13.3333px;
}
.inputfile + label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background: rgba(0,0,0,.05);
}
.inputfile + label:hover:after {
	width: 100%;
}

.galeriePhoto {
	margin: 0px -15px;
}
.galeriePhoto:after {
	content: '';
	display: block;
	clear: both;
}
.galeriePhoto li {
	float:left;
	width: 25%;
	padding: 0px 15px 10px;
	box-sizing: border-box;
}



/* ACCUEIL ALTERNATIF */
body.accueil-alt #Header_wrapper{
	height: 99px;
}

body.accueil-alt #Header{
	height: auto;
	min-height: auto !important;
}

body.accueil-alt #Content{
	min-height: calc(100vh - ( 136px + 99px ));
	box-sizing: border-box;
	padding: 50px 0;
}

body.accueil-alt .columns_site_link{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	padding: 0 5vw;
	box-sizing: border-box;
}

body.accueil-alt .column_site_link a img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 600px) {
	body.accueil-alt .columns_site_link{
		grid-template-columns: 1fr;
	}
}
