/* CSS Resets*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .section {
	border: none;
	margin: 0;
	padding: 0;
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
	display: block;
}
figure {
	position: relative;
}
figure img {
	width: 100%;
}
ul, li {
	list-style-type: none;
	line-height: 1em;
}
body #menu, body .featuredposts, body .menu-secondary-wrap, body .menu-secondary-container, body .feedtwitter, body #skiplinks, body .navbar, body .feed-links, #titlewrapper {
	height: 0 !important;
	visibility: hidden;
	display: none;
}

/************ link style *************/
a{
	color: #0d3f86;
	outline: none;
}
a:hover {
	color: #FF7E00;
	outline: none;
}
.icone-inline, .icon-inline {
	width: 1em;
	height: 1em;
	vertical-align: text-bottom;
}
.icon-contact{
	width: 1.5em;
	vertical-align: middle;
	margin-right: .2em;
}
/************ Posts **************/
.titre-background {
	background-image: linear-gradient(#ffffff, #F3F3F3 90%, #ff7e00 90%); /* original : #f4f4f4, essai : #F3F3F3*/
	border-radius: .4em .4em 0 0;
}
.div-titre {
	height: auto;
	margin: 2.1em 0 1.3em;
	padding: .6em .8em .5em;
}
.titre {
	text-align: left;
	font-size: 1.65em;
	font-weight: bold;
	color: #414445;
	text-transform: uppercase;
}
.date-header {
	display: none;
}
.post-header-line2 {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
}
.post {
	padding: .8em;
	margin-bottom: 1.3em;
	border: 1px solid #D4D4D4;
	border-radius: .4em;
	background: #F7F7F7;
}
.post-title {
	margin-bottom: .2em;
	font-size: 1.65em;
	font-weight: bold;
}
.entry-title a {
	text-decoration: none;
	color: #0d3f86
}
.entry-title a:hover{
	text-decoration: none;
	color: #F57A01
}
.post-footer {
	clear: both;
	margin-top: 1.3em;
}
.post-body {
	margin-top: .8em;
}
.post-body p {
	margin: 1em 0 1em;
}
.post-body ul {
	padding-left: .8em;
	list-style-type: disc;
}
.post-body li {
	margin-bottom: .4em;
	list-style-type: disc;
}
.post-body h3, .post-body h4 , .post-body h5{
	padding-top: .4em;
	padding-bottom: .4em;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
.post-body video.video, .post-body iframe.video, .post-body img.montage, .post-body img.photo, .post-body img.me {
	padding: .4em;
	border: 1px solid #EBEBEC;
	border-radius: .4em;
	background-color: #FFFFFF;
	object-fit: cover;
}
.post-body .span-droite {
	float: right;
	margin: 0 .4em .4em .8em;
}
.post-body .span-gauche {
	float: left;
	padding: 0 .8em .4em .4em;
}
.post-body .video {
	float: none;
}
.feed-links {
	clear: both;
	/*line-height:2.5em*/
}
div.clear {
		clear: both;
}
.li-arrow{list-style-image:url("https://website.bertrandguide.com/img/arrow.png")}