/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.news__list .content {
	width: 700px;
  float: left;
}

.news__list {
	margin-top: 40px;
}

.news__post { display: flex; }
.news__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 70px;
	margin-top: 8px;
}

.news__date-number,
.news__date-month { font-weight: bold; }

.news__date-number { font-size: 36px !important; margin-bottom: 8px !important; }
.news__date-month { font-size: 14px !important; text-transform: uppercase; }

#contenu .news__post p {
	font-size: 14px;
	line-height: 20px;
}

#contenu .post .news__post p.categories,
#contenu .post .news__post p.categories a {
		font-weight: normal;
		font-size: 12px;
}

#contenu .post .news__post p.categories { border-bottom: none; }
#contenu .post .news__post p.categories a { color: #b42525; }

.news__post img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.news__description { padding-bottom: 40px; }
.news__list .post { background: url(../images/interface/bg-separateur-rangee.gif) repeat-x bottom left; }
.news__post h2 { margin-bottom: 10px; line-height: 28px; padding-top: 10px; }

#contenu .news__post-single p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
}

#contenu .news__post-single ul {
	padding-bottom: 30px;
	padding-left: 30px;
}

#contenu .news__post-single li {
	font-size: 15px;
	line-height: 22px;
	list-style: disc;
	padding-left: 15px;
}

#contenu .news__post-single h1,
#contenu .news__post-single h2,
#contenu .news__post-single h3,
#contenu .news__post-single h4,
#contenu .news__post-single h5,
#contenu .news__post-single h6 {
	padding-bottom: 5px;
	line-height: 1.3em;
}

#contenu .news__post-single h1 { font-size: 22px; }
#contenu .news__post-single h2 { font-size: 20px; }
#contenu .news__post-single h3 { font-size: 18px; }
#contenu .news__post-single h4 { font-size: 16px; }
#contenu .news__post-single h5 { font-size: 15px; }
#contenu .news__post-single h6 { font-size: 14px; }

#contenu .news__post-single {
	padding-left: 8px;
	padding-bottom: 60px;
}

#contenu .news__post-single blockquote,
#contenu .news__post-single blockquote p {
	font-size: 20px;
	line-height: 1.4em;
	font-style: italic;
	padding: 0 20px 0;
	margin: 5px 0 10px;
}

#contenu .news__post-single blockquote {
	border-left: 5px solid #e2e2e2;
	margin-bottom: 40px;
}

.select__archive-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #e9ebec;
	border-radius: 0;
	background: none;
	padding: 8px 40px 8px 15px;
	text-transform: uppercase;
	color: grey;
	position: absolute;
  z-index: 3;
}

.select__holder {
	position: relative;
	width: 100%;
	height: 40px;
}

.select__holder:after {
  content: "▼";
  position: absolute;
  right: 6px;
  top: 14px;
  color: #b42557;
  z-index: 1;
}


