body {
	/*font-family:'Lexend Deca', sans-serif;
	background-color: #000000 !important; */
}

.policeadmin {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" !important;
}

.entry-meta {
	/*	sous titre podcast */
	/*font-family:'Lexend Deca', sans-serif;
font-style: normal;*/

}

.mailvisible {
	visibility: hidden;
}

#content {
	/*background-color:#ffffff !important;*/
}

h1 {

	/*	font-size: 17px !important;
	font-variant:normal ;
	text-transform:none ;*/
}

h2

/* titre article */
	{

	/*font-variant:small-caps !important;
	font-size: 18px !important;*/

}

h3,
/* articles */
h4,
h5 {

	/*	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 12px !important;
	font: inherit !important;
	vertical-align: baseline !important;
	 line-height: 1 !important;*/

}

h6 {
	/* vous êtes ici et anotations */

	/*	font-size: 0.8em !important;
	margin-bottom:20px !important;
	margin-top: 30px !important;
	font-weight:normal !important;*/

}

p {
	/*margin: 0 !important;*/
	padding: 0 !important;
	border: 0 !important;
	vertical-align: baseline !important;
	line-height: 1.1 !important;
	font-size: 1.2em;


}

.container,
#content,
#stretched,
#full-header {

	background-color: transparent !important;
	/*padding-right:50px;*/

}




.couleurfond {}

#page-title {
	/*Haut de rubrique*/

	/*background-color :#ffffff !important;
	font-size: 1em !important;
	color: #000000 !important;*/
}

#hautrubrique span {}

#header.sticky-header #header-wrap {
	/* menu reduit haut de page*/
	/*	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #847B72;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
	border: none !important;

}

/* menu haut */

.primary-menu ul li>a {

	/*	font-weight: normal; 
		color: white !important;*/

}

.primary-menu ul li>a:hover {
	/*color: #000000 !important;*/

}

/* sousmenu haut */
.sub-menu-container {}

.primary-menu ul ul li>a {
	/*color: #fff;

		color: white !important;*/
}

.primary-menu ul ul li>a:hover {
	/*color: #000000;
		color: black !important;*/
	border: none !important;
}

/* rubrique selectionnée */
.primary-menu ul li.current>a,
.primary-menu div ul li.current>a {
	/* color:#cccccc;*/

}

#sousmenu {}

#vousetesici {}

.entry-image,
.entry-image>a,
.entry-image .slide a,
.entry-image,
img {}

.entry-image {
	/*margin-bottom: -20px;*/
}

.imagette {

	/*	max-width:200px !important;	
	max-height: 200px !important;*/

}

a {
	font-weight: bold;
	text-decoration: underline;
	/*color: #B49170 !important;*/
}

a:hover {
	/*font-weight: bold;
color:#FF0000 !important;*/
}

header,
nav,
footer,
article,
section,
figure {
	/*display:block; */
}

.entry-title,
.titre {}

.reductionbasarticle {
	/*margin-bottom: -20px !important;*/
}

#hautrubrique p {
	/*line-height:1em !important;
	font-size: 2em !important;*/
}

#hautrubrique span {
	/*line-height:1em !important;*/
}

.bordure {
	/*border-bottom: medium #787878 !important;*/
}

.diapotitre {
	/*	font-size:4em;
	font-weight: bold;
	color:#FFF;
	text-shadow:3px 3px 10px #000;
	font-variant:small-caps;*/

}

.diapochapeau {
	/*	font-size:3em;
	color:#FFF;
	text-shadow:3px 3px 10px #000;*/
}

.diapotexte {
	/*	font-size:2em;
	color:#FFF;
	text-shadow:3px 3px 10px #000;*/
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/* ligne 1127 sur css/responsive.css, supprimer le center */
#box {
	position: relative;
	background: #ddd;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2em 1.5em;
	color: rgba(0, 0, 0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 20px auto;
}

#box:before,
#box:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#box:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}