/* =======================================================
*
* 	Template Tokyo - Un design Equation Web 
*
*   Equation Web - Agence Web à Rennes
*   Mail : hello@equation-web.fr
*   Tel : 02 30 96 11 11
*
*   Le design du site web est basé sur un modèle fourni par freehtml5.co,
*	adapté par Equation Web protégés par le droit d'auteur.
*
* ======================================================= */

/** Général **/
	body {
		font-family: "Work Sans", Arial, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.7;
		color: #828282;
		background: #fff;
		overflow-x:hidden;
		}

	#page {
		position: relative;
		overflow-x: hidden;
		width: 100%;
		height: 100%;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		}

	a {
		color: #ff4d06;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		}
	a:hover, a:active, a:focus {
		color: #ff4d06;
		outline: none;
		text-decoration: none;
		}

	p {
		margin-bottom: 20px;
		}

	h1, h2, h3, h4, h5, h6, figure {
		color: #000;
		font-family: "Work Sans", Arial, sans-serif;
		font-weight: 400;
		margin: 0 0 20px 0;
		}

	::-webkit-selection,
	::-moz-selection,
	::selection {
		color: #fff;
		background: #ff4d06;
		}

#fh5co-counter,
.fh5co-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.fh5co-video {
	overflow: hidden;
}
@media screen and (max-width: 992px) {
	.fh5co-video {
		min-height: 450px;
	}
}
@media screen and (max-width: 768px) {
	.min-order-1 {
		order:1 !important;
	}
	.min-order-2 {
		order:2 !important;
	}
	.min-order-3 {
		order:3 !important;
	}
	.min-order-4 {
		order:4 !important;
	}
}
.fh5co-video a {
	z-index: 1001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	display: table;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.fh5co-video a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
}
.fh5co-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-video:hover .overlay {
	background: rgba(0, 0, 0, 0.7);
}
.fh5co-video:hover a {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#fh5co-hero {
	background: #fff;
}
#fh5co-hero .btn {
	font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
	padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
	border: none;
	z-index: 1;
	margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
	position: relative;
	overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#fh5co-hero .flexslider .slides li:not(.no-filter):after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
#fh5co-hero .flexslider .flex-control-nav {
	bottom: 20px;
	z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
	display: none;
}
#fh5co-hero .flexslider .slider-text {
	display: table;
	opacity: 0;
	z-index: 9;
	width:100%;
	margin:auto;
	position:relative;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
	vertical-align: middle;
	transform:translate(-50%,-50%);
	position:absolute;
	top:50%;
	left:50%;
	width:90%;
}
	
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2, #fh5co-hero .flexslider .slider-text > .slider-text-inner .carrousel_sous_titre {
	margin: 0;
	padding: 0;
	color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1,
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 1.3;
	font-weight: 300;
}
@media screen and (max-width: 768px) {
	#fh5co-hero .flexslider .slider-text > .slider-text-inner h1,
	#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
		font-size: 30px;
	}
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .carrousel_sous_titre {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
	font-size: 50px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
	padding: 15px 30px;
	color: #fff;
	border: none !important;
	font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
	width: 100%;
	background: #fff;
	border: none;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size: 20px;
	color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
	color: #d9534f;
}

.fh5co-bg-section {
	background: rgba(0, 0, 0, 0.05);
}

#fh5co-about,
#fh5co-practice,
#fh5co-testimonial,
#fh5co-started,
#fh5co-project,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer ,
#fh5co-text {
	padding: 3em 0;
	clear: both;
}

#fh5co-counter {
	padding: 4em 0;
	clear: both;
}

#fh5co-catalogue {
	padding: 2.5em 0;
	clear: both;
}
#fh5co-text iframe {
	max-width:100%;
}

.fh5co-counters {
	padding: 3em 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.fh5co-counters .icon_zone {
	width: 80px;
	height: 80px;
	display: table;
	margin: 30px auto;
}
.fh5co-counters .icon {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.fh5co-counters .icon i {
	font-size: 28px;
	color: #ff4d06;
}
.fh5co-counters .icon img {
	width: 28px !important;
	height: 28px !important;
}
.fh5co-counters .counter-wrap {
	border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
	font-size: 40px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Work Sans", Arial, sans-serif;
	width: 100%;
	font-weight: 400;
	margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 5px;
	margin-bottom: 2em;
	display: block;
}

#fh5co-content,
#fh5co-consult {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
}
#fh5co-content .video, #fh5co-content .choose,
#fh5co-consult .video,
#fh5co-consult .choose {
	display: inline-block;
}
@media screen and (max-width: 768px) {
	#fh5co-content .video, #fh5co-content .choose,
	#fh5co-consult .video,
	#fh5co-consult .choose {
		width: 100% !important;
	}
}
#fh5co-content .video,
#fh5co-consult .video {
	min-height:auto;
	display: table;
	width: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}

@media screen and (min-width: 1281px) {
	#fh5co-content .video,
	#fh5co-consult .video{
		min-height:30vw;
		}
	}
	
@media screen and (min-width: 1341px) {
	#fh5co-content .video,
	#fh5co-consult .video{
		min-height:25vw;
		}
	}
	
@media screen and (min-width: 1521px) {
	#fh5co-content .video,
	#fh5co-consult .video{
		min-height:20vw;
		}
	}
	
@media screen and (max-width: 768px) {
	#fh5co-content .video,
	#fh5co-consult .video{
		min-height:50vw;
		}
	}
	
#fh5co-content .choose,
#fh5co-consult .choose {
	width: 50%;
	padding: 40px;
}
	
@media screen and (min-width: 1711px) {
	#fh5co-content .choose,
	#fh5co-consult .choose {
		padding:calc(3vw) 40px;	
		}
	}
	
@media screen and (min-width: 1811px) {
	#fh5co-content .choose,
	#fh5co-consult .choose {
		padding:calc(4vw) 40px;	
		}
	}

.services {
	position: relative;
	padding: 30px;
	margin-bottom: 100px;
	background: #fff;
	border: 1px solid rgbs(#000, 0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	display:inline-block;
	width:30%;
	vertical-align:top;
}
@media screen and (max-width: 1199px) {
	.services {
		 width:40%;
	}
}
@media screen and (max-width: 992px) {
	.services {
		 width:90%;
	}
}

.services h3 a {
	color: #000;
}
.services .icon {
	width: 90px;
	height: 90px;
	background: #ff4d06;
	display: table;
	text-align: center;
	margin: -75px auto 0 auto;
	margin-bottom: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 992px) {
	.services .icon {
		margin: 0 auto 30px auto;
	}
}
.services .icon i {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}
.services:hover, .services:focus {
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.services:hover .icon, .services:focus .icon {
	background: #f24000;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
}
.services:hover h3 a, .services:focus h3 a {
	color: #ff4d06;
}

.fh5co-social-icons {
	margin: 0;
	padding: 0;
}
.fh5co-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.fh5co-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #ff4d06;
	padding-left: 10px;
	padding-right: 10px;
}
.fh5co-social-icons li a i {
	font-size: 20px;
}

.fh5co-contact-info ul {
	padding: 0;
	margin: 0;
}
.fh5co-contact-info ul li {
	padding: 0 0 0 40px;
	margin: 0 0 30px 0;
	list-style: none;
	position: relative;
}
.fh5co-contact-info ul li:before {
	color: #ff4d06;
	position: absolute;
	left: 0;
	top: .05em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
	font-size: 30px;
	content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
	font-size: 23px;
	content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
	font-size: 23px;
	content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
	font-size: 23px;
	content: "\e9af";
}
.fh5co-contact-info ul li.facebook:before {
	font-size: 23px;
	content: "\ea67";
}
.fh5co-contact-info ul li.instagram:before {
	font-size: 23px;
	content: "\ea6f";
}
.fh5co-contact-info ul li.horaire:before {
	font-size: 23px;
	content: "\e014";
}

#fh5co-project {
	text-align:center;
}

.fh5co-project {
	margin:0 10px 30px 10px;
	width:30%;
	display:inline-block;
}
@media screen and (max-width: 991px) {
	.fh5co-project {
		width:45%;
	}
}
@media screen and (max-width: 690px) {
	.fh5co-project {
		width:90%;
	}
}
.fh5co-project > a,
.fh5co-project > .faux_lien {
	display: block;
	color: #000;
	position: relative;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height:220px;
	background-size:cover;
	background-position:center center;
}
.fh5co-project > a img,
.fh5co-project > .faux_lien img {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-project > a:after,
.fh5co-project > .faux_lien:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	z-index: 8;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-project > a h3, .fh5co-project > a .txt,
.fh5co-project > .faux_lien h3, .fh5co-project > .faux_lien .txt {
	z-index: 12;
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 50px;
	color: #fff;
	margin: 0;
	padding: 0;
	opacity: 1;
	font-size: 30px;
	font-weight: 300;
	visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fh5co-project > a .txt,
.fh5co-project > .faux_lien .txt {
	font-size: 14px;
	bottom: 20px;
}
.fh5co-project > a:hover,
.fh5co-project > .faux_lien:hover {
	-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-project > a:hover:after,
.fh5co-project > .faux_lien:hover:after {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 768px) {
	.fh5co-project > a:hover:after,
	.fh5co-project > .faux_lien:hover:after {
		opacity: 0;
		visibility: hidden;
	}
}
.fh5co-project > a:hover h3, .fh5co-project > a:hover .txt,
.fh5co-project > .faux_lien:hover h3, .fh5co-project > .faux_lien:hover .txt {
	opacity: 1;
	bottom: 55px;
}
.fh5co-project > a:hover .txt,
.fh5co-project > .faux_lien:hover .txt {
	bottom: 15px;
}
.fh5co-project > a:hover img,
.fh5co-project > .faux_lien:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 768px) {
	.fh5co-project > a:hover img,
	.fh5co-project > .faux_lien:hover img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.features {
	margin-bottom: 3em;
	width: 100%;
	float: left;
}

.fh5co-heading.fh5co-heading-sm {
	margin-bottom: 2em;
}
.fh5co-heading h2 {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #000;
	padding:0 20px;
}
.fh5co-heading p {
	font-size: 18px;
	line-height: 1.5;
	color: #828282;
}
.fh5co-heading span.uppercase {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

#fh5co-testimonial .testimony-slide {
	text-align: center;
}
#fh5co-testimonial .testimony-slide span.nom {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
}

#fh5co-testimonial .testimony-slide figure {
	margin-bottom: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
	width: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 70%;
	position: relative;
	padding: 0;
}
@media screen and (max-width: 992px) {
	#fh5co-testimonial .testimony-slide blockquote {
		width: 100%;
	}
}
#fh5co-testimonial .testimony-slide blockquote p:first-of-type::before {
	content: "“";
}
#fh5co-testimonial .testimony-slide blockquote p:first-of-type::after {
	content: "”";
}
#fh5co-testimonial .arrow-thumb {
	position: absolute;
	top: 40%;
	display: block;
	width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
	font-size: 32px;
	color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
	text-decoration: none;
}

.fh5co-staff {
	text-align: center;
	margin-bottom: 30px;
}
.fh5co-staff img {
	width: 200px !important;
	height: 200px !important;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.fh5co-staff h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.fh5co-staff p {
	margin-bottom: 30px;
}
.fh5co-staff .role {
	color: gray;
	margin-bottom: 30px;
	font-weight: normal;
	display: block;
}

#fh5co-started {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
}
#fh5co-started .overlay {
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
}
#fh5co-started .fh5co-heading h2 {
	color: #fff;
	margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
	color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
	background: rgba(255, 255, 255, 0.2);
	border: none !important;
	color: #fff;
	font-size: 16px !important;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
	color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
	color: #fff;
}
#fh5co-started .form-control:focus {
	background: rgba(255, 255, 255, 0.3);
}
.form-control-zone textarea,
.form-control-zone input {
		display: block;
		width: 100%;
	height: 54px;
		padding: 10px 20px;
		line-height: 1.42857;
		background-image: none;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: none;
		-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	
	border: 2px solid rgba(0, 0, 0, 0.1);
	background: transparent;
	color: #555555;
	font-size: 18px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
	font-weight : 300;
}
.form-control-zone textarea:focus,
.form-control-zone input:focus {
	background-color: rgba(255, 255, 255, 0.3);
}
#fh5co-started {
	padding:3em 0;
}
#fh5co-started .btn {
	border: none !important;
	background: #ff4d06;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 50px;
}
#fh5co-started .btn:hover {
	background:#f24000;
}
#fh5co-started .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
	width: 100%;
}

#fh5co-blog .container {
	display:flex;
	flex-wrap: wrap;
	}
.fh5co-blog {
  margin:15px;
  width:30%;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	padding: 30px;
	float: left;
	background: #fff;
	border: 1px solid rgbs(#000, 0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height:450px;
	max-height:450px;
	overflow:hidden;
	text-overflow: ellipsis;
	}
#fh5co-blog:not(.fh5co-bg-section) .fh5co-blog .blog-text {
	background: #F2F2F2;
}
	
#fh5co-blog:not(.fh5co-bg-section) .fh5co-blog .blog-text .footer_article .masque {
	background:linear-gradient(rgba(242,242,242,0), rgba(242,242,242,1));
	}
/* .fh5co-blog .blog-text span { */
  /* display: inline-block; */
  /* margin-bottom: 20px; */
/* } */
/* .fh5co-blog .blog-text span.comment { */
  /* float: right; */
/* } */
/* .fh5co-blog .blog-text span.comment a { */
  /* color: rgba(0, 0, 0, 0.3); */
/* } */
/* .fh5co-blog .blog-text span.comment a i { */
  /* color: #e2583b; */
  /* padding-left: 7px; */
/* } */
.fh5co-blog .blog-text .info {
	margin-top:0;
	margin-bottom:0;
	}
.fh5co-blog .blog-text .info.info_neuf.real_Occasion,
.fh5co-blog .blog-text .info.info_occasion.real_Neuf {
	display:none;
	}
.fh5co-blog .blog-text .info img {
	height:1.1em !important;
	width:auto !important;
	vertical-align:middle;
	}
.fh5co-blog .blog-text .info span {
	vertical-align:middle;
	}
.fh5co-blog .blog-text .desc {
	margin-top:10px;
	}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
		
.fh5co-blog .blog-text .footer_article {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:inherit;
	padding:30px;
	padding-top:10px;
	}
	
.fh5co-blog .blog-text .footer_article .masque {
	width:100%;
	height:20px;
	background:linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	position:absolute;
	top:-20px;
	left:0;
	}
	
.fh5co-no_bg-section .fh5co-blog .blog-text .footer_article .masque {
	background:linear-gradient(rgba(255,255,255,0), rgba(242,242,242,1));
	}
.fh5co-blog .zone-article {
  float: left;
  width:100%;
}

.fh5co-blog .img_article{
	padding-bottom:71.2%;
	height:1px;
	box-sizing:border-box;
	background-size:cover;
	background-position:center center;
}


.fh5co-blog .btn{
	margin:auto;
	display:block;
	width:fit-content;
}


#fh5co-blog .result_not_found{
	text-align:center;
	margin:auto;
	margin-bottom:30px;
}

#fh5co-galerie {
	padding: 3em 0;
}
#fh5co-galerie .img_galerie{
	box-sizing:border-box;
	background-size:cover;
	background-position:center center;
	background-color:#FFFFFF;
	margin-bottom: 60px;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 6%);
	cursor:pointer;
}
#fh5co-galerie .img_1500px{
	display:none;
}
@media screen and (max-width: 768px) {
	#fh5co-galerie .img_galerie {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	#fh5co-galerie .img_galerie {
		height:350px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#fh5co-galerie .img_galerie {
		height:283px;
	}
}
@media screen and (min-width: 811px) and (max-width: 991px) {
	#fh5co-galerie .img_galerie {
		height:750px;
	}
}
@media screen and (max-width: 810px) {
	#fh5co-galerie .img_galerie {
		height:calc(100vw - 60px);
	}
}
#fh5co-galerie .liens_masques {
	display:none;
	}
#modale_galerie {
	background-color:rgba(0,0,0,0.7);
	width:100vw;
	max-width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:5000;
	}
#modale_galerie .liens_masques {
	display:none;
	}
#modale_galerie .mfp-close {
	position:absolute;
	top:0;
	right:0;
	}

#modale_galerie .source_image {
	background-color:#FFFFFF;
	}

#modale_galerie .arrow {
	font-size:25px;
	position:absolute;
	top:50%;
	left:50%;
	width:calc(100% - 90px);
	padding:0 35px;
	box-sizing: content-box;
	transform:translate(-50%,-50%);
	}

#modale_galerie .arrow i {
	cursor:pointer;
	}

#modale_galerie .arrow i:hover {
	color:#FFFFFF;
	}

#modale_galerie .arrow i.icon-chevron-left {
	position:absolute;
	top:0;
	left:0;
	}

#modale_galerie .arrow i.icon-chevron-right {
	position:absolute;
	top:0;
	right:0;
	}

#modale_galerie .source_image {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:fit-content;
	height:fit-content;
	}

#modale_galerie .source_image .legende {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	margin:0;
	padding:10px 20px;
	background-color:rgba(0,0,0,0.8);
	color:#CCCCCC;
	}

#fh5co-footer {
	background: #efefef;
	padding: 3em 0;
}
#fh5co-footer .fh5co-footer-links {
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 768px) {
	#fh5co-footer .fh5co-footer-links {
		margin-bottom: 30px;
	}
}
#fh5co-footer .fh5co-footer-links li {
	padding: 0;
	margin: 0;
	list-style: none;
	color: rgba(0, 0, 0, 0.5);
}
#fh5co-footer .fh5co-footer-links li a {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
	text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
	margin-bottom: 30px;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	#fh5co-footer .fh5co-widget {
	}
}
#fh5co-footer .fh5co-widget h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#fh5co-footer .copyright .block {
	display: block;
}

#fh5co-footer .mentions_legales_link {
	font-size:0.8em;
	}

#fh5co-footer .mentions_legales_link a {
	color: rgba(0, 0, 0, 0.5);
	}

#map {
	width: 100%;
	height: 500px;
	position: relative;
}
@media screen and (max-width: 768px) {
	#map {
		height: 200px;
	}
}

.uppercase {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gototop.active {
	opacity: 1;
	visibility: visible;
}
.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "Work Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px;
	
	white-space:normal;
}
.btn.btn-md {
	padding: 8px 20px !important;
}
.btn.btn-lg {
	padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-primary {
	background: #ff4d06;
	color: #fff;
	border: 2px solid #ff4d06;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #f24000 !important;
	border-color: #f24000 !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #ff4d06;
	border: 2px solid #ff4d06;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #ff4d06;
	color: #fff;
}

.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}
.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}

.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
}
.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}

.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}

.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
	background: transparent;
	color: #d9534f;
	border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #d9534f;
	color: #fff;
}

.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}

.btn.with-arrow {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn.with-arrow:hover {
	padding-right: 50px;
}
.btn.with-arrow:hover i {
	color: #fff;
	right: 18px;
	visibility: visible;
	opacity: 1;
}

.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #ff4d06;
}

.form-control-zone textarea,
.form-control-zone select,
.form-control-zone input {
	box-shadow: none;
	background: #FFFFFF;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}
.form-control-zone select {
		 width:100%;
	 padding:10px 20px;
}
.form-control-zone textarea {
		 height: 200px;
	 resize:vertical;
}
.form-control-zone textarea:active, .form-control-zone textarea:focus,
.form-control-zone select:active, .form-control-zone select:focus,
.form-control-zone input:active, .form-control-zone input:focus {
	outline: none;
	box-shadow: none;
	border-color: #ff4d06;
}

.politique_confidentialite {
	font-size:0.7em;
	}

.row-pb-md {
	padding-bottom: 4em !important;
}

.row-pb-sm {
	padding-bottom: 2em !important;
}

.fh5co-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.js .animate-box {
	opacity: 0;
}

.cards-bg .services {
	background-color:rgba(0, 0, 0, 0.05);
	}

/*# sourceMappingURL=style.css.map */

.map_gmaps_large iframe {
	width:100% !important;
	}

.map_gmaps_500 {
	height:500px !important;
	}


/* =======================================================
*
* 	Couleurs
*
* ======================================================= */

.ew_couleur_1_fond {
	background-color:#ff4d06;
	color:#FFFFFF;
	}
	
.ew_couleur_1_fond.ew_fond_lien a {
	color:#FFFFFF;
	}
	
.ew_couleur_1_fond:hover {
	background-color:#f24000;
	color:#FFFFFF;
	}
	

.img-responsive img {
	display: block;
	max-width: 100%;
	height: auto !important;
}

.fh5co-project.animate-box .txt,
.fh5co-project.animate-box a:hover .txt,
.fh5co-project.animate-box .faux_lien:hover .txt {
	background-color:rgba(0,0,0,0.5);
	width:100%;
	left:0 !important;
	bottom:0 !important;
}


.fh5co-project.animate-box .txt {
	-webkit-box-shadow: 0px -10px 11px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -10px 11px 0px rgba(0,0,0,0.5);
	box-shadow: 0px -10px 11px 0px rgba(0,0,0,0.5);
	padding-bottom:10px;
}


.fh5co-project.animate-box a:hover .txt,
.fh5co-project.animate-box .faux_lien:hover .txt {
	padding-bottom:5px;
}

.fh5co-project.animate-box h3 {
	position:relative !important;
	top:0 !important;
	left:0 !important;
	margin:10px 0 10px 0 !important;
	padding:0 10px !important;
}

.fh5co-project.animate-box a:hover h3,
.fh5co-project.animate-box .faux_lien:hover h3 {
	padding-bottom:10px !important;
}

.fh5co-project.animate-box .txt p {
	position:relative !important;
	top:0 !important;
	left:0 !important;
	margin:0 !important;
	padding:0 10px !important;
}

.realisation_equation_web img {
	height:1em;
	}
	
.pagination {
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
	padding:20px;
	color:#ff4d06;
	width:100%;
	max-width:100%;
	}
	
.pagination_numero {
	width:40px;
	height:40px;
	display:inline-block;
	text-align:center;
	line-height:1em;
	border-radius:50%;
	box-sizing: border-box;
	border:1px solid #f24000;
	padding-top:calc((40px - 1em) / 2);
	margin-bottom:10px;
	}
	
.pagination_link:hover,
.pagination_selected {
	background-color:#ff4d06;
	color:#FFFFFF;
	}

#fh5co-article {
	padding:50px 0;
	}

#fh5co-article h2 .date {
	font-size:0.5em;
	}

#fh5co-article img {
	max-width:100%;
	height:auto;
	}

#fh5co-article iframe {
	max-width:100%;
	}

#fh5co-commentaires {
	padding:25px 0;
	}

#fh5co-commentaires .pseudo_admin {
	color:#ff4d06;
	}

#fh5co-mentions_legales {
	padding-bottom:50px;
	text-align:justify;
}

#fh5co-mentions_legales .link {
	opacity:0;
}
.ew-table {
	width:100%;
	border-spacing:0;
	border: 1px solid rgbs(0,0,0, 0.2);
		-webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 6%);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
		box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 6%);
	}
	
.ew-table tr:nth-of-type(odd) td{
	background-color:rgba(0, 0, 0, 0.05);
	}
	
.ew-table th {
	background-color:#828282;
	color:#ffffff;
	text-align:center;
	}
	
.ew-table td,
.ew-table th {
	padding:10px 30px;
	}

.alert_page {
	background-color:#ff4d06;
	width:70%;
	margin:0 auto 50px auto;
	padding:30px 50px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.alert_page p:last-child {
    margin-bottom: 0;
	}

.bottom_img {
	height:500px;
	width:100%;
	background-size:cover;
	background-position:center center;
	}
@media screen and (max-width: 500px) {
  .bottom_img {
	height:100vw;
  }
}