﻿@charset "utf-8";
#agenceshomesuite .container-fluid 
{
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
}
.pm
{
	padding-left:0px;
	padding-right:0px;
}
#agenceshomesuite img
{
	
}
a.agences{   
    float: left;
    position: relative;
	overflow:hidden;
}
a.conseils{   
    float: left;
    position: relative;
	overflow:hidden;
}
a.inovations{   
    float: left;
    position: relative;
	overflow:hidden;
}
a.reseaux1{   
    float: left;
    position: relative;
	overflow:hidden;
}

.agences img, .conseils img, .inovations img, .reseaux1 img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.agences img:hover, .conseils img:hover, .inovations img:hover, .reseaux1 img:hover {
	/*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
	
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background:red;
}
#agenceshomesuite h2
 {
    text-transform: uppercase;
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #444342;
    font-weight: bold;
	margin-bottom:3%;
	letter-spacing: -1pt;
}

#agenceshomesuite
{

	/*background-color: #054d99;
	background-image: -webkit-linear-gradient(right, #00276a, #0a6cbf 99%);
	background-image: -moz-linear-gradient(right, #00276a, #0a6cbf 99%);
	background-image: -o-linear-gradient(right, #00276a, #0a6cbf 99%);
	background-image: -ms-linear-gradient(right, #00276a, #0a6cbf 99%);
	background-image: linear-gradient(to left, #00276a, #0a6cbf 99%);
	height:auto;
	background-image:url(../../../../PublishingImages/refonte_iam/FR/bg/agencehome.png);
	background-repeat:no-repeat;
	background-size:cover;*/
	padding-bottom:0%;
	padding-top:0%;
	background-position:center;
	width:100%;
	height:auto;
}
#agenceshomesuite .champleader
{
	border-radius:20px;
	background-color:#ededed;
	height: 43px;
	font-style: italic;
	font-size: 16px;
		-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.16);
	-moz-box-shadow: 3px 4px 5px rgba(0,0,0,.16);
	box-shadow: 3px 4px 5px rgba(0,0,0,.16);
}
#agenceshomesuite .btn-search
{
	background-color:#ff8505 !important;
	color:white;
	height:43px;
	border-radius:20px;
	padding-left:25% !important;
	padding-right:25% !important;
	margin-left:4px !important;
	line-height: 28px;
	transition: all 0.5s ease 0s;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.16);
	-moz-box-shadow: 3px 4px 5px rgba(0,0,0,.16);
	box-shadow: 3px 4px 5px rgba(0,0,0,.16);
}
#agenceshomesuite .btn-search:hover
{
	background-color:#C4C4C4 !important;
	color:black;
	height:43px;
	border-radius:20px;
	margin-left:4px;
	line-height: 28px;
}
#agenceshomesuite h3
{
	color:#FFF;
	
	font-family: Montserrat-regular;
	font-size:22px !important;
}
#agenceshomesuite .trouver
{
	margin-top: 8%;
}
#agenceshomesuite .input-group-btn
{
}
@media only screen and (max-width: 768px)
 {
	 #agenceshomesuite .btn-search
{
	background-color:#ff8505 !important;
	color:white;
	height:43px;
	border-radius:20px;
	padding-left:15% !important;
	padding-right:15% !important;
	margin-left:4px !important;
	line-height: 28px;
	transition: all 0.5s ease 0s;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.16);
	-moz-box-shadow: 3px 4px 5px rgba(0,0,0,.16);
	box-shadow: 3px 4px 5px rgba(0,0,0,.16);
}
#agenceshomesuite .input-group-btn
{
float: left;
display: block;
width: 100%;
margin-top:2% !important;
margin:0 auto;
}
#agenceshomesuite .btn-search
{
	width:100%;
	margin-bottom:1%;
}
#agenceshomesuite .col-xs-6
{
	
	margin-bottom:-20px !important;
}


}