html {
		background-color: #ebe0cc;
		background-attachment: fixed,						fixed;
		background-image: url("images/overlay.png"), url("../../images/carte.png");
		background-position: top left,					center center;
		background-repeat: repeat,						no-repeat;
		background-size: auto,						cover;
	}

/* images responsives */
.container img{
	width: 100%;height: auto;
}

/*
   2 - COSMETIQUE
--------------------------------*/
.main .container{background-color: #f1ecd9;}

p, ul{
	text-align: justify !important;
}


ul.icons-grid, ul.icons-grid li{
	text-align: center;
}
.center{
	text-align: center
	}
.bordered img.spip_logo{
	border:5px solid #FFF;
}

h2{	color:#3f422d;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5em
}


/*
   2 - Footer
--------------------------------*/
#header p,#footer p{text-align: center !important}
#footer .container {
	padding: 5em 2.5em 3em 2.5em ;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 0 #dddddd;
}
#footer ul.copyright{text-align:center !important}


.page404 #header header{padding-bottom:0;}





input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #3f422d;
			border: 0;
			box-shadow: none;
			color: #ffffff !important;
		}



  @media screen and (max-width: 960px){
.main .container .image.primary:first-child {
display:none;
}
}
