.padding-10 {
	padding:10px;
}

.padding-20 {
	padding:20px;
}

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

.bg-blue {
	background-color:#0f82e8;
}

.btn-red {
	color:#fff;
	background-color:#0f82e8;
}

.btn-red:hover {
	color:#fff;
}

.text-red {
	color:#0f82e8;
}

.bg-yellow, .btn-yellow {
	background-color:#2e9bf6;
}

.text-yellow {
	color:#2e9bf6;
}

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

.text-white {
	color:#fff;
}

.bg-gray {
	background-color:#ebebeb;
}

.bg-darkgray {
	background-color:#555;
}

h2.titre {
	font-family:'Open Sans';
	font-weight:600;
	font-size:28px;
	font-style:italic;
}

.btn-home {
	width:100%; margin:0px 0px 5px 0px;
}
.btn-home a {
	width:100%; height:100%;
	display:block;
	text-decoration:none;
	background: #FFED00;
	color:#0f82e8;
	line-height:18px;
	text-align:center;
	font-size:12px;
}
.btn-home a:hover {
	background:#fff;
	color:#0f82e8;
}
.btn-home b {
	display:block;
	padding:5px 0px;
}

.btn-login {
	width:100%; margin:5px 0px 5px 0px;
}
.btn-login a {
	width:100%; height:100%;
	display:block;
	text-decoration:none;
	background:#0f82e8;
	color:#fff;
	line-height:18px;
	text-align:center;
}
.btn-login a:hover {
	background:#fff;
	color:#0f82e8;
}
.btn-login b {
	display:block;
	padding:5px 0px;
}
	

/* */
.home-icone {
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:600;
}

.home-icone:hover {
	color:#fff;
	text-decoration:none;
}

.home-icone .bg-yellow {
	display:block;
	position:relative;
}

.home-icone .bg-yellow:after {
	content:"";
	display:inline-block;
	position:absolute;
	bottom:-5px; left:50%;
	margin-left:-11px;
	width:22px; height:16px;
	background:url('../img/home/triangle-haut.png') no-repeat;
}

.home-icone:hover .bg-yellow {
	background-color:#0f82e8;
}

.home-icone .bg-yellow > span {
	display:block;
	height:120px;
	background-size:normal;
	
}

.home-icone .bg-darkgray {
	display:block;
	padding:16px 5px 12px 5px;
	margin-top:15px;
	position:relative;
}

.home-icone:hover .bg-darkgray {
	background-color:#000;
}

.home-icone .bg-darkgray:after {
	content:"";
	display:inline-block;
	position:absolute;
	bottom:-5px; left:0px;
	margin-left:0px;
	width:100%; height:16px;
	/*background:url('../img/home/triangle-bas.png') no-repeat;*/
}

.home-maire .bg-yellow > span {
	background:url('../img/home/maire.png') no-repeat center center;
}
.home-mairie .bg-yellow > span {
	background:url('../img/home/mairie.png') no-repeat center center;
}
.home-adresses .bg-yellow > span {
	background:url('../img/home/adresses.png') no-repeat center center;
}
.home-associations .bg-yellow > span {
	background:url('../img/home/associations.png') no-repeat center center;
}
/* */

.header {
	border:0;
	background:none;
	border-bottom:#fff 20px solid;
}

.header h1 {
	position:relative;
	display:inline-block;
	white-space:nowrap;
	z-index:0;
	margin:10px 0px 5px 0px;
}

.header h1 > a {
	color:#fff;
	text-decoration:none;
	font-size:36px;
}

.header h1 > a > .logo1 {
	font-size:55px;
}

.header h1 > a > .logo2 {
	/*font-size:55px;
	position:absolute;
	right:-140px; top:30px;
	color:#b90922;
	z-index:-1;*/
}

.header .nav {
	background:none;
}

.header .navbar-nav {
	float:inherit;
}

/*.header .navbar-nav > li > a > span {
	display:none;
}*/

.header .navbar-nav > li > a {
	color:#0f82e8;
	padding:15px 15px 15px 15px;
	font-family:'Open Sans';
	font-weight:600;
	font-size:14px;
	bottom:inherit;
	position:relative;
}

.header .navbar-nav > li > a:hover:after, .header .navbar-nav > li.active > a:after {
	content:"";
	display:inline-block;
	position:absolute;
	top:0px; left:0px;
	margin-left:0px;
	width:100%; height:16px;
	/*background:url('../img/header/triangle-bas.png?2016') no-repeat;*/
	border-top:5px solid #0f82e8;
}

.header .navbar-nav > li > a:hover, .header .navbar-nav > li.active > a {
	background:#fff;
	color:#555;
}

.header .navbar-nav > li > a, .header .navbar-nav > li > a:focus, .header .navbar-nav > li > a:hover, .header .navbar-nav > li.active >a {
	border:0;
	bottom:inherit;
}

.header .dropdown > a:after, .header .dropdown > a:after, .header .dropdown-submenu > a:after {
	content:"";
}

.header .dropdown-menu {
	border-bottom:0;
}

.header .filinfo > .filbox {
	position:relative;
}

.header .filinfo:before {
	content:"";
	display:inline-block;
	position:absolute;
	top:0px; left:0px;
	width:100px; height:50px;
	background:url('../img/header/info.png') no-repeat;
}

/*.header .filinfo > div {
	white-space:nowrap;
	overflow:hidden;
	margin:0;
}*/

.header .filinfo > .filbox {
	padding:13px;
	margin-left:100px;
	background:none;
	min-height:50px;
	white-space:nowrap;
	overflow:hidden;
	color:#fff;
}

.header .filinfo ul {
	margin:0; padding:0;
	list-style:none;
}

.header .filinfo ul > li {
	display:inline-block;
	white-space:nowrap;
	margin-right:20px;
}

.header .filinfo ul > li > strong {
	color:#0f82e8;
}

.hagenda {
	padding:20px;
}

.hagenda > h2 {
	font-family:'Open Sans';
	font-weight:600;
	font-size:28px;
	font-style:italic;
}

.hagenda > ul {
	list-style:none;
	padding:0; margin:0;
}

.hagenda > ul > li > div > span {
	font-family:'Open Sans';
	font-weight:800;
	font-style:italic;
	font-size:24px;
	/*line-height:24px;*/
	padding:4px 6px;
	background-color:#e0e0e0;
}

.footer-v1 .footer {
	background-color:#006dcd url('../assets/img/bg-bottom.png') no-repeat top right;
}

#homecarousel .item .bg-white {
	margin:50px;
	padding:20px;
	position:relative;
}

#homecarousel .item h2 {
	font-size: 28px;
	line-height: 35px;
}

@media (max-width: 1024px) {
	.header {
		border:0;
	}
	
	.header h1 {
		position:relative;
		display:inline-block;
		white-space:nowrap;
		z-index:0;
		margin:20px 0px 20px 0px;
	}
	
	.header h1 > a {
		color:#fff;
		text-decoration:none;
		font-size:24px;
	}
	
	.header h1 > a > .logo1 {
		font-size:36px;
	}
	
	.header h1 > a > .logo2 {
		clear:both;
		display:block;
		clear:both;
		margin-top:5px;
		font-size:52px;
		/*position:inherit;
		font-size:36px;*/
	}
	
	/*.header .filinfo:before {
		display:none;
	}*/
	
	.header .navbar-nav > li > a {
		color:#0f82e8;
		padding:10px 15px 10px 15px;
		font-family:'Open Sans';
		font-weight:300;
		font-size:18px;
		bottom:inherit;
		position:relative;
	}
	
	.header .navbar-nav > li > a:hover:after, .header .navbar-nav > li.active > a:after {
		display:none;
	}
	
	.header .navbar-nav > li > a:hover, .header .navbar-nav > li.active > a, .header .navbar-nav > li.active > a > * {
		background:#0f82e8;
		color:#fff;
	}
	
	.header .navbar-nav > li > a > span {
		display:inline;
	}
	
	#homecarousel .item .bg-white h2 {
		margin-bottom:30px;
	}
	
	#homecarousel .item .bg-white {
		margin:40px 25px;
		margin-right:100px;
	}
}

/*.filtext .marquee {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
}*/

.filtext .marquee span {
	display:inline-block;
	margin-right:20px;
}

.download a, .download a:hover {
	color:#333;
	text-decoration:none;
}

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

.download .icon-custom {
	font-size:36px;
	font-weight:bold;
	background:#0f82e8;
	margin-bottom:0px;
}

.download .name {
	padding-top:5px;
}

.download .name, .download .date {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:10px;
}

.sideicons .icon-pdf {
	width:36px; height:36px;
	background:url('../img/pic-pdf-blanc.png') no-repeat;
	background-size:cover;
	display:inline-block;
	vertical-align:middle;
	margin-top:-8px;
}

.sideicons .icon-image {
	width:36px; height:36px;
	background:url('../img/pic-img-blanc.png') no-repeat;
	background-size:cover;
	display:inline-block;
	vertical-align:middle;
	margin-top:-8px;
}

.contentpage h2 {
	margin-top:20px;
	clear:both;
}

.contentpage p {
	margin-bottom:20px;
}

.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;
}

.mycarousel .owl-buttons .owl-prev, .mycarousel .owl-buttons .owl-next {
	position:absolute;
	top:50%;
}

.mycarousel .owl-buttons .owl-prev {
	left:-40px;
	/*opacity:0.65;*/
}

.mycarousel .owl-buttons .owl-next {
	right:-40px;
	/*opacity:0.65;*/
}

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