@charset "utf-8";

:root{

	--theme_police: 'Noto Serif', sans-serif;

	--theme_couleur_1: 204,0,0;

	--theme_couleur_noir: 0, 0, 0;
	--theme_transition: 0.3s ease-in-out;
}


html, body {
	width: auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'roboto Condensed', sans-serif;
	font-size: 15px;
	color: #000;
	min-width: 320px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a,a:hover{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
form {
	margin: 0px;
}
figure {
	margin: 0px;
	font-weight: normal;
}
main {
	display: block;
	float: none;
	position: relative;
}
.visuel-defaut {
	display: block;
	text-align: center;
	float: none;
	position: relative;
	cursor: default;
	background-color: #FFF;
	background-image: none;
}
.visuel-defaut svg{
	display: inline-block;
	height: auto;
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	box-sizing:border-box;
	box-shadow: 0 0 30px rgba(0,0,0,0.1) inset;
}
.visuel-defaut svg text{
	text-anchor: middle;
	font-size: 20px;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	fill:#333;
}
#lu {
	display: block;
	height: 20px;
	position: relative;
}
select::-ms-expand {
    display: none;
}
.espace-bup {
	display: block;
	float: none;
	position: relative;
	overflow: hidden;
}
.espace-bup-visuel {
	display: block;
	float: none;
	position: relative;
	font-size: 0px;
}
.espace-bup-visuel a{
	display: block;
	float: none;
	position: relative;
}
.espace-bup-visuel img{
	display: block;
	width: 100%;
	float: none;
	position: relative;
	height: auto;
}
.espace-bup-legende {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	text-align: right;
	display: block;
	float: none;
	padding-top: 4px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 360px) {
	.espace-bup-legende {
	font-size: 11px;
	}
}
.espace-bup-legende-haut {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	text-align: right;
	display: block;
	float: none;
	padding-top: 4px;
	position: relative;
	text-transform: uppercase;
	padding-right: 30px;
}
@media screen and (max-width: 360px) {
	.espace-bup-legende-haut {
		font-size: 11px;
		padding-right: 20px;
	}
}
.repertoire {
	background-color: #FFFFFF;
	display: block;
	float: none;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 0px;
}
.repertoire ul{
	margin: 0px;
	list-style-type: none;
	float: none;
	display: block;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	transition-property: padding-left;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 360px) {
	.repertoire ul{
	padding-left: 20px;
	}
}
.repertoire li{
	display: inline-block;
	padding-right: 15px;
	padding-left: 22px;
	position: relative;
	vertical-align: top;
	background-image: url(../graphisme/inter-rubrique.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.repertoire li:first-of-type{
	background-image: url();
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 0px;
}
.repertoire-accueil {
	background-image: url(../graphisme/lsi-rubrique.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 14px;
	width: 41px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	font-size: 0px;
}
.repertoire-lien{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	position: relative;
	font-weight: 400;
	display: inline-block;
	line-height: 16px;
}
.repertoire-lien:hover {
	color: #c00000;
}
.repertoire-lien strong {
	display: none;
}
@media screen and (max-width: 767px) {
	.repertoire-lien strong {
		font-size: 14px;
		display: inline-block;
		font-weight: 400;
	}
	.repertoire-lien span {
		display: none;
	}
}
.repertoire li.repertoire-rubrique{
	font-size: 14px;
	line-height: 34px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #cc0000;
	display: inline-block;
	float: right;
	height: 34px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}