#headshadow
{
	position:absolute;
	background:url(img/headshadow.png) repeat-x;
	width:100%;
	height:10px;
	z-index:1;
}
#couleurdeco
{
	position: relative;
    width: 100%;
    height: 504px;
	overflow:hidden;
}
.decobkimage
{
	position: absolute;
    background-size: cover;
	background-position: center center;
    width: 100%;
    height: 120%;
	top:0;
	left:0;
	margin-top:-4%;
}
.thumb
{    background-image: url(img/backgroundthumb.jpg);}
.big 
{    background-image: url(img/backgroundimage.jpg);}

#deco
{
	background:url(img/background.png) no-repeat;
	background-position:top center;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#menubas
{
	width:100%;
	height:134px;
	background-color:rgba(0,0,0,0.50);
	position:absolute;
	bottom:0;
	left:0;
	display: table;
    table-layout: fixed;
	text-align:center;
}
#menubas > div
{
	color:#fff;	
	height:134px;
	display: table-cell;
	vertical-align: middle;
}

#menubas > div a
{
	color:#fff;
	text-decoration: none;	
}


@media only screen and (max-width: 1000px)
{
	#couleurdeco
	{
		height:50vw;
		background-size:126vw;
	}
	#deco
	{
		background-size:cover;
	}
}

@media only screen and (max-width: 600px)
{
	#couleurdeco
	{
		height:300px;
		background-size:756px;
	}
	#deco
	{
		background-size:cover;
	}
}
@media only screen and (max-width: 650px)
{
	#menubas > #menubasmargincell
	{
		display:none;
	}
}
@media only screen and (max-width: 500px)
{
	#menubas > #ctnbtn_email
	{
		display:none;
	}
}
@media only screen and (max-width: 350px)
{
	#menubas > #ctnbtn_calendrier
	{
		display:none;
	}

}

#popupmsg
{
	position: fixed;
	left: 50vw;
	top: 50vh;
	background-color: #fff;
	z-index: 110;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	/* width: 600px; */
	max-width: 90%;
	text-align: center;
	border: #b5bdc7 solid 2px;
	border-radius: 6px;
	box-shadow: rgba(0,0,0,0.2) 0px 6px 10px 7px;
	opacity:0;
	display:none;
	max-height: 95%;
	overflow: auto;
	transform: translate(-53%,-50%);
	box-sizing:border-box;
}
