/*Montserrat:400,500,700|PT+Sans:400,700*/
* {
	box-sizing: border-box;
}
body{
	font-family: 'PT Sans';
	font-size: 100%;
	color: #333;
}
.inner, header .inside, footer{
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
header .inside {
	display: flex;
	align-items: center;
	justify-content: center;
}
header {
	border-top: 15px solid #537be7;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 3px 3px #0000007d;
}
footer{
	border-top: 5px solid #537be7;
	margin-top: 90px;
}
footer .inside {
	display: flex;
	padding: 10px 5px;
}
.mod_customnav {
	margin-left: auto;
}
.mod_customnav a, .mod_customnav strong{
	font-weight: 400;
	margin-left: 5px;
}
footer p{
	margin: 0;
}
.mod_customnav ul{
	display: flex;
	margin: 0;
}
.itemRefs:nth-child(2n+1) {
	margin-right: 20px;
}
.itemRefs:nth-child(2n) {
	margin-left: 20px;
}
.itemRefs{
	width: calc(50% - 20px);
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
.itemRefs figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(84, 123, 232, 0.80);
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}
.mask {
	width: 100%;
	height: 100%;
	background: rgba(84, 123, 232, 0.80);
	position: absolute;
	text-align: ;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.maskLink {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 1.2rem;
	flex-direction: column;
}
.maskLink p{
	margin: 5px 0 0;
}
.maskLink i{
	color: #f9d940;
	font-size: 1.8rem;
}
.listRefPicture:hover .mask{
opacity: 1;	
}
.itemRefs figcaption p {
	margin: 0;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 1.4rem;
	padding: 15px;
}
.itemRefs img{
	display: block;
}
.listRefPicture:hover figcaption{
opacity: 0;	
}
.itemRefs figcaption p span {
	display: block;
	font-style: italic;
	font-size: 1.2rem;
}
blockquote {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0;
	margin: 35px 30% 60px 0;
	font-style: italic;
}
blockquote p {
	border-left: 5px solid #537be7;
	margin: 0;
	padding: 10px 0 10px 15px;
}
.mod_navigation.block {
	margin-left: auto;
}
.mod_navigation ul {
	display: flex;
	margin: 0;
}
.mod_navigation li{
	padding: 0 10px;
}
.mod_navigation a, .mod_navigation strong {
	font-family: 'Montserrat';
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	font-size: 0.95rem;
	padding: 30px 0 25px;
	display: block;
}
.mod_navigation a{
	border-bottom: 5px solid #fff;	
}
.mod_navigation strong, .mod_navigation a:hover {
 border-bottom: 5px solid #f9d940;
}
.nav-main.dropdown .submenu .level_2 {
	width: 280px;
	left: -9999em;
	position: absolute;
	z-index: 88;
	display: block;
}
.nav-main.dropdown li.submenu:hover .level_2 {
    left: auto;
}
ul.level_2{
	border: 1px solid #e5e5e5;
	background: #fff;
}
.mod_navigation ul.level_2 li {
	padding: 0;
}
.mod_navigation ul.level_2 a, .mod_navigation ul.level_2 strong {
	font-size: 0.95rem;
	padding: 8px 15px;
	display: block;
}
.mod_navigation ul.level_2 a{
	border-bottom: 2px solid #fff;	
}
.mod_navigation ul.level_2 strong, .mod_navigation ul.level_2 a:hover {
 border-bottom: 2px solid #f9d940;
}
.englobe{
	display: flex;
	flex-direction: row;
flex-wrap: wrap;
}
.blocTwo {
	width: calc(50% - 25px);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 3px solid #537be7;
	padding: 18px 15px 10px 15px;
}
.blocTwo:first-child{
	margin-right: 25px;
}
.blocTwo:last-child{
	margin-left: 25px;
}
.ce_text ul{
	list-style: disc;
	margin-left: 25px;
}
h1 {
	font-family: 'Montserrat';
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 3.5rem;
}
h1 span{
	font-size: 2rem;
	display: block;
}
h1::after {
	background-color: #f9d940;
	content: "";
	display: block;
	height: 5px;
	margin: 15px 0 0;
	width: 85px;
}
h2 {
	font-family: 'Montserrat';
	color: #000;
	font-weight: 500;
	font-size: 2.1rem;
	margin: 70px 0 20px;
}
h2::after {
	background-color: #f9d940;
	content: "";
	display: block;
	height: 3px;
	margin: 15px 0 0;
	width: 85px;
}
h3 {
	font-family: 'Montserrat';
	color: #000;
	font-weight: 500;
	font-size: 1.8rem;
	margin: 70px 0 20px;
}
h3.center::after {
	background-color: #f9d940;
	content: "";
	display: block;
	height: 3px;
	margin: 15px auto 0;
	width: 85px;
}
.center{
	text-align: center;
}
#article-14 .inner {
	display: flex;
	text-align: center;
	justify-content: center;
}
#article-14 .inner ul{
	margin: 0;
	list-style: none;
}
.partLeft, .partRight{
	padding: 0 30px;
}
#article-14 h2::after{
	margin: 15px auto 0;
}
.cloud {
	list-style-type: none;
	max-width: 1050px;
	margin: 0 auto;
	text-align: center;
}
.cloud li {
	list-style: none;
	display: inline-block;
	background: #537be7;
	color: #fff;
	padding: 15px 20px;
	margin: 25px;
	font-size: 1.3rem;
}
.cloud li:nth-child(odd) {   
    background: #f9d940;
}

li, p{
	line-height: 1.5rem;
}
a{
	text-decoration: none;
	color: #537be7;
}
.bannerContact {
	text-align: center;
	background-image: linear-gradient( rgba(83, 123, 231, 0.7), rgba(83, 123, 231, 0.7) ) , url(../img/backBandeauContact.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 74px 0;
	margin-top: 50px;
}
.bannerContact h4 {
	font-family: 'Montserrat';
	color: #fff;
	font-weight: 500;
	font-size: 3rem;
	margin: 0 0 30px;
}
.bannerContact a {
	font-family: 'Montserrat';
	color: #333;
	background: #f9d940;
	display: inline-block;
	padding: 15px 20px;
	text-transform: uppercase;
}
.bannerContact p{
	margin: 0;
}
.blocServicesHomes {
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
.blocServicesHomes h3 {
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 1.3rem;
}
.blocServicesHomes a {
	text-transform: uppercase;
}
.blocServicesHomes p{
	margin: 0;
}
.blocServicesHomes p:last-child{
	margin-top: auto;
}
.blocServicesHomes img{
	display: block;
}
.blocServicesHomes .ce_text {
	border-top: 8px solid #537be7;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: 18px 15px 10px 15px;
	min-height: 181px;
	display: flex;
	flex-direction: column;
}
.blocServicesHomes:nth-child(odd){
	margin-right: 20px;
}
.blocServicesHomes:nth-child(even){
	margin-left: 20px;
}
.topTitle {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
	margin-bottom: 50px;
}
.accueil .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.partenaires .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.partenaires .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.etudes .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.industries .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.collectivites .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.energies .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.contact .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.services .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.realisations .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.details .topTitle{
	background: #537be7;
}
.message .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.mentions .topTitle{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ) , url(../img/banner.jpg);
}
.marginBottom{
	margin-bottom: 20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.sticky + #container {
  padding-top: 100px;
}
.col2{
	display: flex;
}
.col2 h2 {
	font-size: 1.5rem;
}
.clientProjet {
	width: 60%;
}
.solutions.ce_text {
	width: 50%;
}
.metaList{
	display: flex;
	flex-direction: row;
flex-wrap: wrap;
}
.acteurs{
	width: 50%;
}
.fullRefs h3 {
	margin: 0;
	font-size: 1.3rem;
}
.owl-carousel {
	margin-top: 30px;
}
.buttonPart a {
    font-family: 'Montserrat';
    color: #333;
    background: #f9d940;
    display: inline-block;
    padding: 15px 20px;
    text-transform: uppercase;
}
.buttonPart p {
	margin: 35px 0 0;
}
.ce_gallery > ul li {
	float: none;
	width: 25%;
	padding: 5px;
}
.ce_gallery > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -5px;
}
/*Formulaire*/
.widget-text {
	margin-bottom: 12px;
	width: 50%;
	float: left;
	padding: 0 1rem;
}
.widget-textarea, .widget-submit{
	padding: 0 1rem;
}
.widget-text label, .widget-textarea label{
	display: none;
}
textarea{
	min-height: 130px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input:not([type]), textarea {
	width: 100%;
	display: inline-block;
	padding: 0.5em;
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form button, input[type="submit"], .button {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	font-size: 1em;
	color: #333;
	cursor: pointer;
	border: 1px solid #f9d940;
	background-color: #f9d940;
	-moz-transition: background .15s linear;
	-webkit-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
	text-transform: uppercase;
}
.widget.widget-submit {
	text-align: right;
}
.widget {
	margin-bottom: 20px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input:not([type]):focus, textarea:focus {
	outline: 0;
	border-color: #205a9a;
}
.widget-checkbox {
	color: #000;
	padding: 0 1rem;
	width: 100%;
	clear: both;
}
.widget-checkbox a{
	color: #000;
}
.ce_form.block {
	width: 60%;
	border: 1px solid #e5e5e5;
	padding: 65px 10px 30px;
}
.englobeContact {
	display: flex;
	align-items: center;
}
.txtContact{
	padding-left: 50px;
}
.txtContact a{
	color: #000;
}
/*Fin Formulaire*/
@media only screen and (max-width: 990px) {

}
/*ipad paysage*/
@media only screen and (max-width: 1024px) {

}
/*ipad portrait*/
@media only screen and (max-width: 768px) {

}
/*iphone portrait*/
@media only screen and (max-width: 414px) {

}