/*Couleur principale : #5e715f*/


body{
	background-color: #ececec;
}
.content{
	background: url('../img/bg-top-left.png') no-repeat top left,
	url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='650' height='500'%3E%3Cdefs%3E%3ClinearGradient id='linear' x1='80%25' y1='100%25' x2='95%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%235e715f'/%3E%3Cstop offset='100%25' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M 650 500 L 200 500 L 650 100 Z' fill='url(%23linear)' stroke='url(%23linear)'/%3E%3C/svg%3E") no-repeat bottom right;
	background-color: white;
}
.grey{
	background-color: #868985;
}
.header{
	background-color: #5e715f;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}
.top{
	height: 22px;
	width: 100%;
	background-color: #868985;
	z-index: 1;
}
.logo-ica:after{
	content:"--";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 8px solid black;
    z-index: -1;
}
.titre-residence{
	color: white;
    font-size: 18px;
    margin-top: 5px;
}
hr {
	border-top: 2px dotted #5e715f;
}

.video-reportage, .visu-plaquette{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
}

h3{
	font-size: 16px;
	font-weight: 900;
}
.download-see-title{
	color: white;
}

.spacer{ 
	margin:0; 
	padding:0; 
	height:50px;
}

.video-js .vjs-big-play-button{
	top: 42%;
	left: 42%;
}

.color{
	color: #5e715f;
}
.foot-sep {
	background-color: #575756;
	height: 10px;
}
.no-padding{
	padding: 0;
}

.footer{
	background-color: #868985;
}

.footer img.img-responsive{
	display: block;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;

}
.pictos{
	display: flex;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: calc( 100% - 13px);
}
.pictos a{
	margin-left: 15px;
	margin-right: 15px;
}
.picto{
	background-color: white;
}
.infos{
	position: relative;
}
.blockform{
	height: 70px;
    width: 355px;
    background: #868985;
    border-radius: 0px 35px 35px 0px;
    padding-left: 50px;
    line-height: 36px;
    padding-top: 8px;
}
.blockform h3{
	color: white;
}