body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#333;
}

a, a:hover {
	color:#e03231;
}

.homeagenda a {
	color:#fff;
}

.homeagenda a:hover {
	color:#efefef;
	text-decoration:none;
}

p, li, li a, label {
	color:#333;
}

.nav>li>a:hover, .nav>li>a:focus {
	background:inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

h1, .h1 {font-size:42px; line-height:42px;}
h2, .h2 {font-size:36px; line-height:36px;}
h3, .h3 {font-size:22px; line-height:22px; font-weight:400;}

sup, sub {
	font-size:65%;
}

.padding-10 {
	padding:10px;
}

.padding-20 {
	padding:20px;
}

.bg-red, .btn-red {
	background-color:#e03231;
}

.text-red {
	color:#e03231;
}

.text-black {
	color:#000;
}

.bg-black {
	background-color:#000;
}

.bg-white {
	background-color:#fff;
}

.bg-white-trans {
	background:url('../img/white-trans.png');
}

.text-white {
	color:#fff;
}

.btn-white {
	padding:3px 20px;
	background-color:#fff;
	color:#000;
}

.bg-lightgray {
	background-color:#efefef;
}

.header {
	color:#fff;
	margin-bottom:98px;
}

.header .bg-red {
	padding:14px 0px 12px 0px;
}

.header a {
	color:#fff;
}

.header .flags a {
	text-transform:uppercase;
}

.header .flags a.active {
	text-decoration:underline;
}

.header .social a {
	font-size:24px;
	display:inline-block;
	margin:8px;
	padding:8px;
	text-decoration:none;
	border-radius: 40px !important;
	border:1px solid #fff;
	width:42px; height:42px;
	text-align:center;
}

#carouselhome .owl-buttons .owl-prev, #carouselhome .owl-buttons .owl-next {
	position:absolute;
	top:50%;
	z-index: 9999;
}

#carouselhome .owl-buttons .owl-prev {
	left:20px;
	opacity:0.8;
}

#carouselhome .owl-buttons .owl-next {
	right:20px;
	opacity:0.8;
}

#carouselhome .owl-buttons .glyphicon {
	font-weight:normal;
	font-size:32px;
	line-height:0;
	margin-top:-16px;
	color:#fff;
}

.footer {
    padding: 40px 0;
    background: #000;
}

.footer ul {
	list-style:inside;
	padding-left:0;
}

.footer ul li, .footer ul li a, .footer .copyrights, .footer .copyrights a {
	color:#fff;
	font-size:11px;
}

.header nav.navbar {
	margin-bottom:0;
	min-height:inherit;
	text-transform:uppercase;
}

.header nav.navbar a {
	font-size:14px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color:#cc2928;
	color:#fff;
}

.header .menu {
	position:absolute;
	bottom:-30px;
	left:0; right:0;
	text-align:center;
	padding:10px 0px;
}

.titreborder {
	margin-bottom:20px;
}

.titreborder:before {
	content:"";
	display:inline-block;
	width:15px;	height:40px;
	background:url('../img/barre_gauche.png') no-repeat left;
	background-size:cover;
	vertical-align:middle;
	margin-top:-5px;
}

.titreborder:after {
	content:"";
	display:inline-block;
	width:15px;	height:40px;
	background:url('../img/barre_droite.png') no-repeat right;
	background-size:cover;
	vertical-align:middle;
	margin-top:-5px;
}

.homeslide .hidden-xs .edition {
	bottom:100px;
}

.logo-img {
	position:absolute;
}

@media(max-width:991px){
	.header {
		color:#fff;
		margin-bottom:10px;
	}

	.logo-img {
		position:relative;
	}

	.navbar-toggle {
		position: relative;
		float: inherit;
		margin-right: inherit;
		padding: 9px 10px;
		padding-top:5px;
		margin-top: inherit;
		margin-bottom: inherit;
		background-color: transparent;
		background-image: none;
		border: inherit;
		border-radius: inherit;
	}

	.sr-only {
		position: absolute;
		top: -7px;
		right: 30px;
		font-size: 18px;
		text-transform: uppercase;

		width:inherit;
		height:inherit;
		margin:inherit;
		padding:inherit;
		overflow:inherit;
		clip:inherit;
		border:inherit;
		display:inherit;
	}

	.header .menu {
		text-align:right;
	}

	.navbar-toggle .icon-bar {
		background:#fff;
	}

	.nav-pills>li {
		width:100%;
		text-align:left;
	}

	.homeslide .hidden-xs .edition {
		bottom:40px;
	}
}

@media(max-width:500px){
	.focus .bg-black {
		height:500px;
	}
}

@media(max-width:320px){
	.focus .bg-black {
		height:600px;
	}
}

.contentpage .img-reponsive {
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}

.contentpage img.align-right, .contentpage iframe.align-right, .contentpage video.align-right, .contentpage .ce-element--type-image.align-right, .contentpage .ce-element--type-video.align-right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.contentpage img.align-left, .contentpage iframe.align-left, .contentpage video.align-left, .contentpage .ce-element--type-image.align-left, .contentpage .ce-element--type-video.align-left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.contentpage img.img-full {
	display: block;
	width:100%;
	height:auto;
}

.spages li a {
	color:#fff;
}

.spages li.text-red a {
	color:#e03231;
}

.auteurs {
	float:left;
	clear:both;
	width:100%;
}

.auteurs p {
	display:block;
	float:left;
	width:210px;
}

.auteurs p img {
	vertical-align:middle;
	margin-left:5px;
	margin-top:-2px;
}

.download .icon-pdf {
	width:56px; height:56px;
	background:url('../img/pic-pdf-rouge.png') no-repeat;
	background-size:cover;
	margin-right:10px;
	display:block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 10px;
		margin:0px 0px;
}

.header .menu {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: right;
    padding: 16px 0px 0px 0px;
}
