body{
	font-size: 18px;
	font-family: 62.5%/1.4 Arial, Helvetica, sans-serif;
	font-weight: 400;
	cursor:default;
	width: 100%;
	height: 100%;
	background-color:#fff;
}
html{
	width: 100%;
	height: 100%;
}
.header{
	position: fixed;
	left: 50%;
	padding: 1em;
    z-index: 100;
    transform: translateX(-50%);
}
.container-fluid{
	padding: 15px;
}
.categorie{
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 1.4em;
}
.description{
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
	font-size: .9em;
	max-width: 80%;
	margin: auto;	
}
.lozad{
	opacity: 0;
	min-height: 100px;
	min-width: 100%;
	background-color: #f2f2f2;
	transition: .3s opacity ease-in;
}
.lozad.faded{
	opacity: 1;
}
.popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	background-color: #fff;
}
.popup-close{
	background: url(../assets/closeThinBlack.svg) 0px 0px no-repeat;
    cursor: pointer;
    display: block;
    height: 0px;
    padding: 14px;
    position: fixed;
    font-size: .9em;
    z-index: 10;
    top: 6em;
    right: 3em;
}
.popup-close:hover, .agence:hover, .expertise:hover, .follow:hover{
	cursor: pointer;
	text-decoration: underline;
}
.popup-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3em;
	overflow-y: auto;
}
.card{
	position: relative;
	transition: .3s all ease-in;
	margin: 4px 2px;
}
.card, .card img{
	border: 0;
	border-radius: 0;
}
.carte{
	position: relative;
	filter: grayscale();
}
.carte-over:hover{
	padding: 10px;
	transform: scale(1.6);
	z-index: 10;
}
.carte-over:hover > .carte{
	filter: none;
	border: 1em solid #fff;
	margin-bottom: 0;
}
.carte:hover > .over{
	display: block;
}
.over{
	display: none;
	position: absolute;
	width: calc(100% + 2em);
	left: -1em;
	bottom: -50px;
	padding: 1em;
	color: #333;
	text-align: center;
	background-color: #fff;
}
.over div{
	font-size: 12px;
}
.popup-content{
	font-size: .9em;
	color: #888;
}
.menu-categorie{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .8em;
}
.menu-client{
	list-style: none;
	padding: 0;
	font-size: .8em;
}
.menu-categorie li{
	color: #888;
}
.menu-client li:hover, .menu-categorie li:hover, .menu-categorie li.active{
	cursor: pointer;
	color: #333;
}
.menu-client a{
	text-decoration: none;
	color: inherit;
}
.preview{
	overflow-y: auto;
	max-height: 400px;
}
.separator{
	width: 30px;
	padding-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #666;
}
.carte{
	height:280px;
	margin:1em
}
.over hr{
	border-color: #aaa;
}
.tab{
	display: none;
	position: relative;
	width: 100%;
}
.tab.active{
	display: flex;
}
.tabs{
	list-style: none;
	margin: 0 auto;
	padding: 0
}
.tabs li{
	color: #333;
	display: inline-block;
	font-size: .8em;
	padding: 0 5px;
	cursor: pointer;
}
.follow:hover{
	text-decoration: none;
}
.follow:hover > b{
	display: none;
}
.follow:hover > .network{
	display: block;
}
.network{
	display: none;
}
.network span{
	color: #333;
	font-weight: bold;
}
.network span:hover{
	cursor: pointer;
	text-decoration: underline;
}
.agence{
	position: fixed;
    font-size: .9em;
    z-index: 10;
    top: 6em;
    left: 3em;
}
.expertise{
	position: fixed;
    font-size: .9em;
    z-index: 10;
    top: 6em;
    right: 3em;
}
.follow{
	position: fixed;
    font-size: .9em;
    z-index: 10;
    bottom: 6em;
    left: 3em;
}
.network a{
	text-decoration: none;
	color: inherit;
}
.sm-header{
	position: fixed;
	width: 100%;
	height: 65px;
	top: 0;
	background-color: #fff;
	z-index: 5;
}
.sm-network .network{
	display: block;
}