@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('font-awesome.css');
.image2 {
	height: auto;
	width: 100%;
}
.container .sommes #new img {
	height: auto;
	width: 100%;
	float: left;
}


body { background-color: #1d1d1b;font-family: 'Montserrat', 'sans-serif', Arial Helvetica !important;;}
header {width: auto;color: #FFF;text-align: center;}
header img { width: 100%; height:auto;}
#pr {
	background-color: #999999;
	margin-bottom: 16px;
}
a.menu {
    display:inline-block;
    padding:0px 12px;
    margin:0px 8px;
}
	.container {
	width: 960px;
	margin: 0px auto;
	font-size: 1em;

	}
	section , aside {
	padding: 2%;
	background: #e82730;
		
	}
	section {
	float: left;
	width: 92%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 5%;
	}
	section h1{
	color: #FFF;
	}
	aside {
		float: right;
		width: 25%;
	}

.dii{
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	text-align: center;
	width: 19%;
	float: left;
	height: auto;
	font-weight: bold;
	color: #FFF;
	background-color: #9C3;
	padding-right: 1%;
	}
.diit {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	text-align: center;
	width: 20%;
	float: left;
	height: 70px;
	font-weight: bold;
	color: #FFF;
	background-color: #9C3;
}

	nav {
		overflow: hidden;
	}
	nav ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	width: 98%;
	font-size: 1.32em;
	color: #FFF;
	text-align: center;
	margin-left: 2%;
	}
.calendar-text { margin-top: .3em; }
.file-text { margin-top: .1em; }
.fa-stack { font-family: 'Montserrat', Helvetica, Arial, sans-serif; }
.stacked-icons { margin-top: 2px; text-align: center;}
.fa-dii{margin-bottom: 20px; 
font-family: 'Montserrat', Helvetica, Arial, sans-serif;}
nav ul li {
	float: left;
	background-color: #061127;
	padding-top: 16px;
	padding-right: 1%;
	padding-bottom: 16px;
	padding-left: 1%;
	width: 28%;
	margin-top: 4px;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 4px;
}
footer {
	text-align: center;
	clear: both;
	color: #FFF;
	background-color: #F00;
	margin-top: 3%;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
	padding: 4% !important;
	text-decoration: none;
	width: 92%;
}
.dates-cir{margin-bottom:16px;background:#1d1d1b !important;}
.dates-cir > li{
	display: block;
	overflow: hidden;
	border-left-style: none;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 16px;
}
.dates-cir > li .labels{display:inline-block;vertical-align:middle;}
.dates-cir > li .dates-top-label{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}
.dates-cir > li .dates-title{margin:0;}
.dates-cir > li .dates-title a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 23px;
}
.dates-cir > li .fa{float:left;margin:0px 0.1em 0 0.1em;line-height:70px;text-align:center;}
.dates-cir > li:after{content:"";clear:both;display:block;}
.block{
	height: 70px;/*margin: 20px;*/
	margin-left: 20%;
	color: #FFF;
	background-color: #000;
	padding-left: 2%;
}.block:before{content:'';display:inline-block;height:100%;vertical-align:middle;}
a {color: #FFF;text-decoration: none;}
.sqr {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #FFF;
	background-color: #333;
	padding: 3%;
	float: left;
	width: 30%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 4%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 2em;
	background: url(../../franja-dreta.png) no-repeat fixed right;
	background-size: cover;
	height: 100%;
	width: 60%;
	text-align: center;
	height: auto;
	text-align: center;
	
}
.dr {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #333;
	background-color: #FFF;
	padding: 3%;
	float: left;
	width: 50%;
	margin-right: 0.5%;
	margin-top: 2%;
	margin-bottom: 6%;
	font-family: Arial, Helvetica, sans-serif;
	height: 2em;
	background: url(../../fons-blanc.png) no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	width: 60%;
	text-align: center;

}
#pr .dates-cir li {
	background-color: #999999;
}
.sommes {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
h1 {
	color: #FFF;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

	@media screen and (max-width:960px) {
		.container {
			width:98%;
		}
		section {
	width: 94%;
	font-size: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
		}
		.dii{
	font-size: 30px;
	}
	}

	@media screen and (max-width:700px) {
		header img{
	width: 100%;
	
	}
		aside,section {
			float:none;
			width:96%;
		}
		nav, section {
			font-size:1.2em;
		}
		aside {
			margin-top:5px;
		}
		nav ul {
			float:none;
			clear:both;
		}
		.dii{
	font-size: 24px;
	}
	footer {
	margin-top: 3%;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
	padding: 4% !important;;
	width: 92%;
}

	}

	@media screen and (max-width:480px) {
		aside {
			display:none;
		}
		nav, section {
			font-size:1.5em;
		}
		section {
	width: 96%;
	text-align: justify;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
		}
		nav ul {
	float: left;
	clear: none;
	width: 92%;
	margin-right: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
		}
		nav ul li {
	float: none;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
		}
		.dii{
	font-size: 16px;
	}
	.calendar-text { margin-top: .3em; }
.file-text { margin-top: .1em; }
.fa-stack { font-family: 'Montserrat', Helvetica, Arial, sans-serif; }
.stacked-icons { margin-top: 1px; text-align: center;}

	footer {
	margin-top: 3%;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
	padding: 4% !important;
	width: 92%;
}


	}
.container .sommes #pr .dates-cir li .block {
	background-color: #999;
	color: #0F0;
}
