@font-face {
	font-family: 'RobotoCondensed-Light';
	src: url('../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Italic';
	src: url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto-MediumItalic';
	src: url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	
}
html,body {
/* height:100%; */;
}
*{font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
body {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
	background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
	background-image: -o-linear-gradient(top, #dddddd, #ffffff);
	background-image: -ms-linear-gradient(top, #dddddd, #ffffff);
	background-image: linear-gradient(top, #dddddd, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffdddddd", EndColorStr="#ffffffff");
	background-repeat:no-repeat;
}

/* Frame-work Pierre Miquel : 16/06/2014  */

.marge_bottom { margin-bottom: 20px; }
/* couleurs */

.rouge_cdc {
	color: #b01f16;
}

.mauve_cdc {
	color: #7d6e96;
}

.bleu_cdc {
	color: #f8b332;
}

.violet_cdc {
	color: #281455;
}

.bg-info { background-color: rgb(218, 237, 247); }


/* fleches */
.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f00;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid green;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid blue;
}

.degrade_trans {
	background: none !important;
	filter: none;
	background-attachment: scroll !important;
	background-clip: border-box !important;
	background-color: inherit !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzODA5NSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIwLjAzODA5NSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=) !important;
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(23.8095%, rgba(255, 255, 255, 0.5)), color-stop(23.8095%, rgba(255, 255, 255, 0.2))) !important;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 100px, rgba(255, 255, 255, 0.2) 100%) !important;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.2) 100%) !important;
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.2) 100%) !important;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.2) 100%) !important;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.2) 100%) !important;
	background-origin: padding-box !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	background-size: 100% 50% !important;
}

.wide-cont {
	background: none repeat scroll 0 0 #FDFDFD;

	box-shadow: 0 0 100px #888888;
	margin: 0 auto;
	max-width: 1200px !important;
	position: relative;
	z-index:0;
}

.wide-cont.body-cont{border-radius: 0 0 30px 0;margin-bottom:20px;padding-top:20px;}

h2,.h2{
font-size:24px;
}
h3,.h3{
font-size:22px;
}

h3 span.label{display:inline-block; width:100%;text-align:left;font-weight:normal;}

h4,.h4{
font-size:16px;
margin:0 0 10px 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/* font-family: "RobotoCondensed-Regular";*/
	font-weight: normal;
	margin: 0 0 10px 0;
	font-family: "Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
}
h1, .h1 {
  font-size: 30px;
}
a {
  color: #990006;
  text-decoration: none;
}
a:hover, a:focus {
  color: #990006;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #990006;
  color: #FFFFFF;
}

/* header */
header {
	margin-bottom: 0px;
	color: #FFF;
	background:url(../images/bandeau_header1.png) top center no-repeat;
	height:220px;
}

header .bandeau {
	position: relative;
}

header .slogan {
	font-size: 26px;
	line-height: 30px;
	text-shadow: 0 1px 0 #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Roboto-Light',"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
}

.navbar-brand, #logo_site_spip {
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
}

.navbar-brand img, #logo_site_spip img {
	/* height: 172px; */
}

.inner-btn {
	padding: 5px 10px;
}

.inner-block {
	padding: 10px;
}
small {
  font-size: 70%;
  font-family: 'RobotoCondensed-Light',"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#menu_top {
	height: 15px;
	margin-bottom: 20px;
	position: relative;
	z-index: 500;
	background-color: #777 !important;
}
#menu_top .nav{

background: none repeat scroll 0 0 #777;
border-radius: 20px;
}
#menu_top .nav > li > a {
	background: none repeat scroll 0 0 #777;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 5px 20px;
	position: relative;
	border-radius: 0 0 12px 12px;
	border:1px solid #777777;

}
#menu_top .nav > li > a:hover,#menu_top .nav > li > a:focus{
background: none repeat scroll 0 0 #eee;
color:#777;

}
#menu_top .nav > li > .date {
	display: block;
	font-size: 12px;
	padding: 2px 0px;
	position: relative;
}

#menu_top a:hover,#menu_top li.active a {
	border-radius: 0;
	background: #f8b332;
	color: #FFF;
}

#menu_top .nav .open > a,#menu_top .nav .open > a:hover, #menu_top .nav .open > a:focus {
	background-color: #f8b332;
	border: none;
	color: #FFF;
	border-radius: 0;
}

#menu_top .nav   > a:hover,
#menu_top .nav  > .open > a .caret,
#menu_top .nav  > .open > a:hover .caret,
#menu_top .nav  > .open > a:focus .caret {
	border-bottom-color: #FFF;
	border-top-color: #FFF;
}

.etiquette{
	margin-top:20px;
	display:block;
	/* Rotation du div */
	 transform:rotate(-5deg);
	-ms-transform:rotate(-5deg); /* Internet Explorer */
	 -moz-transform:rotate(-5deg); /* Firefox */
	 -webkit-transform:rotate(-5deg); /* Safari et Chrome */
	-o-transform:rotate(-5deg); /* Opera */
	width:210px;
	float:right;
	box-shadow:-12px 8px 10px rgba(119, 66, 15, 0.2);


}

.etiquette:hover{

	-ms-transform:scale(1.1) rotate(-7deg); /* Internet Explorer */
	-webkit-transform: scale(1.1) rotate(-7deg);
	/* Agrandissement de la photo � l'�chelle 1.4 et rotation de -10 degr�s */
	-moz-transform: scale(1.1) rotate(-7deg);
	-o-transform: scale(1.1) rotate(-7deg);
	transform: scale(1.1) rotate(-7deg);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	/* L'ombre appliqu�e sur la photo au survol */
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: -18px 8px 20px rgba(119, 66, 15, 0.2)

}
.lien-don  a{
	width:200px;
	height:60px;
	background: #ffda44;
	background-image: -webkit-linear-gradient(left, #f8b332, #ffda44);
	background-image: -moz-linear-gradient(left, #f8b332, #ffda44);
	background-image: -o-linear-gradient(left, #f8b332, #ffda44);
	background-image: -ms-linear-gradient(left, #f8b332, #ffda44);
	background-image: linear-gradient(left, #f8b332, #ffda44);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#fff8b332", EndColorStr="#ffffda44", gradientType='1');
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	color:#67390d;
	font-family:"RobotoCondensed-Regular","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
	font-size:26px;
	padding: 10px 10px 5px 20px;
	line-height:20px;
	box-shadow:-3px 2px 7px rgba(119, 66, 15, 0.5);

}

.lien-don  a:hover,.lien-don  a:focus,.lien-adhesion  a:hover,.lien-adhesion  a:focus{

text-decoration: none;

}

.lien-don  a small,.lien-adhesion  a small{
display:block;
font-size:18px;

}
.lien-don .arrow-right{

	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 10px solid #ffda44;
	float:left;

}



.lien-adhesion  a{
	width:200px;
	height:60px;
	background: #a2ca03;
	background-image: -webkit-linear-gradient(left, #6c8602, #a2ca03);
	background-image: -moz-linear-gradient(left, #6c8602, #a2ca03);
	background-image: -o-linear-gradient(left, #6c8602, #a2ca03);
	background-image: -ms-linear-gradient(left, #6c8602, #a2ca03);
	background-image: linear-gradient(left, #6c8602, #a2ca03);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ff6c8602", EndColorStr="#ffa2ca03", gradientType='1');
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	color:#fff;
	font-family:"RobotoCondensed-Regular","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
	font-size:26px;
	padding: 10px 10px 5px 20px;
	line-height:20px;
	box-shadow:-3px 2px 7px rgba(119, 66, 15, 0.5);

}
.lien-adhesion .arrow-right{

	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 10px solid #a2ca03;
	float:left;

}
/* navbar */
.navbar {
	/* background: none repeat scroll 0 0 transparent;
	border-radius: 0 0 0 0;
	border-top: 0 solid #EEEEEE;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.15) inset, 0 0 0 rgba(0, 0, 0, 0.075);
	*/
	/* height: 40px; */
	min-height: 40px;
	background: transparent;
	filter: none;

	border: none;
	margin-bottom:0;
	background: #990006;
/* 	background-image: -webkit-linear-gradient(top, #e21f27, #990006);
	background-image: -moz-linear-gradient(top, #e21f27, #990006);
	background-image: -o-linear-gradient(top, #e21f27, #990006);
	background-image: -ms-linear-gradient(top, #e21f27, #990006);
	background-image: linear-gradient(top, #e21f27, #990006);
	ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffe21f27", EndColorStr="#ff990006");
	background-repeat:no-repeat; */
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
}
.outer-nav{position:relative;z-index:10;}
.nav-box{
	width: 1250px;
	min-height:40px;
	background:#FFF;
	margin:0px auto;

}
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.dropdown-menu {
  left: 5px;
  padding: 0 0;

}
.navbar-default .navbar-nav > li > a {
	color: #ddddd;
	font-weight: bold;
}




.navbar .navbar-nav > li.accueil > a {
	background: none;
	color: #f8b332;
	font-size: 14px;
}

.navbar .navbar-nav > li.accueil > a {
	width: auto;
	border: none;
	padding: 10px 12px;
}

.navbar .navbar-nav > li > a {
	background: rgba(0,0,0,.1);
	color: #f8b332;
	font-size: 16px;
	padding: 10px 12px;
	font-family: "RobotoCondensed-Regular","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
	font-weight: normal;
	margin-left: 5px;
	border-radius: 5px 5px 0 0;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0 0 10px 0;
  margin-top: -1px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #F8B332;
	border-radius: 5px;
	color: #990006;
	height: 46px;
	margin-bottom: -3px;
	margin-top: -3px;
	padding-top: 12px;
}
.navbar .navbar-nav > li > a.dropdown-toggle:hover,
.navbar .navbar-nav > li > a.dropdown-toggle:focus {
	border-radius: 5px 5px 0 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	border-radius:5px ;
	background-color: #F8B332;
	color: #990006;
	height: 46px;
	margin-bottom: -3px;
	margin-top: -3px;
	padding-top: 12px;
}

.navbar  .container {
	padding-left: 0;
	padding-right: 0;
}

.container > .navbar-header, .container > .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}


.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #f8b332;
  border-top-color: #f8b332;
}


.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar-default .navbar-nav > .dropdown.on > a .caret {
  border-bottom-color: #990006;
  border-top-color: #990006;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #FFF;
	border: none;
	height: 49px;
	background: rgba(200,200,200,.8);
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
	border-bottom-color: #FFF;
	border-top-color: #FFF;
}

.navbar li.accueil > a {
	line-height: 14px;
	border-bottom: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	filter:none;
	background-image:none;
	background-color: #990006;
	color:#f8b332;
}

/* Surcharge du menu (survol) */
.dropdown-menu {
	z-index:100;
	position:absolute;
}
.dropdown:hover .dropdown-menu {
    display: block;
	z-index:100;
	position:absolute;
}


/* fin surcharge du menu */


/* breadcrumb */
.breadcrumb {
	background-color: #eee;
	border-radius: 4px 4px 4px 4px;
	list-style: none outside none;
	margin-bottom: 20px;
	padding: 8px 15px;
}

.breadcrumb a {
	color: #777;
}

.breadcrumb > .active {
	color: #990006;
	font-weight: bold;
}

.breadcrumb > li + li:before {
	color: #ccc;
	content: "> ";
	padding: 0 5px;
}

/* navsub */
.navsub{
background:#fff;
border-radius : 0px;
padding: 0px;
}
.navsub .nav > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
  color:#777;
  background:#fff;
  border-radius: 5px 0px 5px 0px;
  border-bottom:1px solid #c4c4c4;
}
.navsub .nav > li > a:hover,.navsub .nav > li > a:focus{
background: #eee;color:#777;
}
.navsub .nav > li.active > a.on{background: #990006;color:#fff; border-radius: 5px 0px 5px 0px;}
.navsub a .glyphicon{padding-top:4px;color:transparent;}
.navsub a:hover .glyphicon,.navsub a:focus .glyphicon{padding-top:4px;color:inherit;}
.navsub li.active a.on .glyphicon{color:#FFF;}

.navsub .nav > li  h2 {display:none;}
.navsub .nav > li  a li a {padding-left:10px; border-left:5px solid #eee;}
.navsub .nav > li  a li a:hover,.navsub .nav > li  a li a:focus{background-color:#ddd;}

.navsub ul.nav li.active div.navsub ul.nav li.active a,.navsub ul.nav li.active ul.nav li.active a,.navsub ul.nav li ul li a{
border-left:2px solid #ddd;border-radius:0 0 5px 0;
}

.navsub ul.nav li.active div.navsub ul.nav li.active a.on,.navsub ul.nav li.active ul.nav li.active a.on{
  background-color:#eee;color:#777;
}
.navsub ul.nav li.active ul.nav li.active a.on .glyphicon{color:#777;}
.navsub ul.nav li ul.nav{margin-left:5px;}


/* blocs */
.bloc .inner-block {
	border: 1px solid #DDD;
	margin-bottom: 20px;
}

.bloc h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
}

.bloc h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
}

.bloc h4 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
}

.panel {
	border-radius: 5px 0 20px 0;
}

.list-group {
	border-radius: 0;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}


.list-group-item-heading {
  margin-bottom: 5px;
  margin-top: 10px;
}

/*btns */
.btn-group-lg > .btn {
width:100%;
}

.btn-group-vertical, .btn-group-vertical .btn-group-lg {
  width: 100%;
}
.btn:hover, .btn:focus {
	color: #fff;
	text-decoration: none;
	background: #990003;
	filter:none;
	background-repeat:no-repeat;
	color:#fff;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
}
.btn-bordeau{

	background: #990003;
	background-image: -webkit-linear-gradient(top, #990003, #990003);
	background-image: -moz-linear-gradient(top, #990003, #990003);
	background-image: -o-linear-gradient(top, #990003, #990003);
	background-image: -ms-linear-gradient(top, #990003, #990003);
	background-image: linear-gradient(top, #990003, #990003);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ff990003", EndColorStr="#ff990003");
	background-repeat:no-repeat;
	color:#fff;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
}
.btn.btn-social:hover, .btn.btn-social:focus {
	color: #fff;
	text-decoration: none;
	background: transparent;
	filter:none;
	background-repeat:no-repeat;
	color:#fff;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
}
.btn.btn-social:hover img, .btn.btn-social:focus img{
	border:2px solid #990003;
}

.btn-orange{

	background: #F8B332;
	background-image: -webkit-linear-gradient(top, #F8B332, #F8B332);
	background-image: -moz-linear-gradient(top, #F8B332, #F8B332);
	background-image: -o-linear-gradient(top, #F8B332, #F8B332);
	background-image: -ms-linear-gradient(top, #F8B332, #F8B332);
	background-image: linear-gradient(top, #F8B332, #F8B332);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffF8B332", EndColorStr="#ffF8B332");
	background-repeat:no-repeat;
	color:#990003;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
}


.btn-orangefonce{

	background: #C79330;
	background-image: -webkit-linear-gradient(top, #C79330, #C79330);
	background-image: -moz-linear-gradient(top, #C79330, #C79330);
	background-image: -o-linear-gradient(top, #C79330, #C79330);
	background-image: -ms-linear-gradient(top, #C79330, #C79330);
	background-image: linear-gradient(top, #C79330, #C79330);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffC79330", EndColorStr="#ffC79330");
	background-repeat:no-repeat;
	color:#990003;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
}

.btn-vert{
	background: #A2CA03;
	background-image: -webkit-linear-gradient(top, #A2CA03, #6C8602);
	background-image: -moz-linear-gradient(top, #A2CA03, #6C8602);
	background-image: -o-linear-gradient(top, #A2CA03, #6C8602);
	background-image: -ms-linear-gradient(top, #A2CA03, #6C8602);
	background-image: linear-gradient(top, #A2CA03, #6C8602);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffA2CA03", EndColorStr="#ff6C8602");
	background-repeat:no-repeat;
	color:#fff;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
}

.btn-bleu{
	background: #328ff8;
	background-image: -webkit-linear-gradient(top, #328ff8, #2765c2);
	background-image: -moz-linear-gradient(top, #328ff8, #2765c2);
	background-image: -o-linear-gradient(top, #328ff8, #2765c2);
	background-image: -ms-linear-gradient(top, #328ff8, #2765c2);
	background-image: linear-gradient(top, #328ff8, #2765c2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ff328ff8", EndColorStr="#ff2765c2");
	background-repeat:no-repeat;
	color:#fff;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
}



.btn-gris{
	background: #eee;
	background-image: -webkit-linear-gradient(top, #eee, #eee);
	background-image: -moz-linear-gradient(top, #eee, #eee);
	background-image: -o-linear-gradient(top, #eee, #eee);
	background-image: -ms-linear-gradient(top, #eee, #eee);
	background-image: linear-gradient(top, #eee, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffeeeeee", EndColorStr="#ffeeeeee");

	background-repeat:no-repeat;
	color:#990003;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
}

.btn-gris:hover, .btn-gris:focus {
  color:#990003;
  background: #ccc;
  text-decoration: none;
}


/* labels */
.label {
  background:#990006;
  color: #FFFFFF;
  display: inline;
  border-radius: 5px 0;
  font-weight:normal;

}
.label.economie_locale{background-color:#9eb0bc;}
.label.education{background-color:#59b0cc}
.label.sante{background-color:#9ec251}

/* pagination */
div.pagination{
border-top:1px solid #ddd;
width:100%;
border-radius:0;
margin-top:0;
}
ul.pagination{
margin:0 auto;
}
.pagination > li {
  float: left;
}

.pagination  > li > strong.on{

	padding: 6px 12px;
	display:inline-block;
}
.pagination > li > a, .pagination > li > span,.pagination > li.active > strong.on {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination > li.active > strong.on {
background: #990006;color:#fff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > strong {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  margin-left: 0;
}

.pagination > .disabled > span, .pagination > .disabled > strong, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background-color: #eee;
  border-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
   padding: 6px 12px;
}
.pagination .tbc{
   padding: 6px 12px;

}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
  color:#990006;
}

.pagination > .active > a, .pagination > .active > span,.pagination > .active > strong, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #fff;
	border-color: #eee;
	color: #777;
	cursor: default;
	z-index: 2;
	font-weight:bold;
	padding: 6px 12px;
	display:inline-block;
}

/* Homepage */
.pull-bottom {bottom:50px;right:35px;position:absolute;}
.edito span.icon{color:#DDD;}
.edito {padding:15px 10px;}
.edito p { color: #6E6E6E;font-family: "Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;margin: 0 auto;text-align: justify;width: 95%;
}
.well {
	 overflow:hidden;
	 padding:10px;
}

/* carte GIS */
.leaflet-popup-content-wrapper{

border-radius:5px;

}

.leaflet-popup-content {
  line-height: 1.2;
  margin: 10px 15px;
  overflow:hidden;
  min-width:155px;
}
.leaflet-popup-content-wrapper h3{
color:#990006;
font-size:18px;
}
.leaflet-popup-content-wrapper h3 .spip_logos {
  margin: 2px 10px 10px 0;
}
.leaflet-container a,.leaflet-container a:link,.leaflet-container a:visited,.leaflet-container a:active{
color:#777;
display:inline-block;
padding-bottom:5px;
}
.leaflet-container a:hover,.leaflet-container a:focus{
color:#990006;
text-decoration:none;
}
.leaflet-bar a, .leaflet-bar a:hover {
  display: inline-block;
}

.leaflet-bar a:first-child {
border:none;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}
.leaflet-bar {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
}
.leaflet-bar a:last-child {
border:none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}
/* aside */
.aside h3 {font-family:"Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;}
.aside .partagez,
.aside .newsletter,
.aside .liens{
	margin-bottom:20px;
}


.nl-archives .inner-block{background:#eee; border:1px solid #ccc}
.aside .publications{

background:#990003;
color:#fff;
  border-radius: 5px 20px 5px 20px;
  margin-bottom: 20px;
  min-height: 20px;
  padding:20px 15px;

}

article {
  display: block;
  overflow: hidden;
  margin-bottom:10px;
}
.cartouche h1 .spip_logos{float:none;vertical-align:-7px;}
.cartouche h1 {}
.surtitre{font-size:18px;color:#990003;margin:0;}

.surtitre.sante{color:#9EC251;}
.surtitre.education{color:#59B0CC;}
.surtitre.economie_locale{color:#F8B332;}
.surtitre.sans_thematique{color:#990003;}

ul.spip, ol.spip {
  margin-left: 30px;
}

/* enluminures typographiques */
.caractencadre-spip {
  background-color: #F8B332;
  color: #990003;
  padding:3px 5px;
}

.caractencadre2-spip {
  background-color: #990003;
  color: #F8B332;
  padding:3px 5px;
}

.texteencadre-spip {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
	background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	border-radius:3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
		  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

blockquote.spip {
  background: url("./img/quote.png") no-repeat scroll 0 0 transparent !important;
  min-height: 40px;
  padding-left:40px;
}
i{font-style:italic;}
.spip_doc_titre{line-height:1.2em;}
.spip_doc_titre strong{font-size:12px;}
hr{margin-top:0px;}

.alert-warning {
  color: #976a1d;
}

#rech_tabs{margin-bottom:20px;}
.liste_recherche h2{color:#777; font-size:18px;}
/* panels */
.panel {border-radius:4px;}
.panel .panel-heading {
  background: none repeat scroll 0 0 #EEEEEE;
  color: #777777;
  filter: none;
  font-family: "Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
  font-size: 22px;
  border-radius:4px 4px 0 0;
}
.panel .panel-heading h2{margin-bottom:0;font-family: "Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;}
.panel.breves .panel-heading {
}
.panel .date {
  border-radius: 5px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background:#eee;
  float:right;
  font-family: "Roboto-Regular","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
}

.breve-item {min-height:200px; position:relative;border-bottom:1px solid #DDDDDD;margin-bottom:20px;}
.breve-item:hover{border-bottom-color:#990003;background:#f4f4f4;}
.breve-item p{color:#777}
.breve-item a:hover,.breve-item a:focus{text-decoration:none;}
.breve-item:hover .lien-suite .btn-gris{background-color:#ccc;filter:none;background-image:none;}
.lien-rub{border-top:3px solid #990003; padding-top:5px;}
.breve-item .lien-suite {

  bottom: 3px;
  position: absolute;
  right: 0px;
}
.breve-item a.breve-title-link{min-height:250px;}
.breve-item  h4 {
	color: #990006 !important;margin-bottom:10px;
}
.breve-item .label {

  display: inline-block;
  margin: 0px 0;
}
.breve-item .date{float:right;  display: inline-block;
  margin: 0px 0;color:#777;font-family: "Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;}
.panel .date abbr{border-bottom:0;}
/* carte_gis */
.carte_gis{margin-bottom:20px;border-radius: 0 25px 0px 25px;}
/* textes */
.chapo {
	font-weight: bold;
}

.texte {
  font-weight: normal;
  margin-top: 10px;
}

.post-scriptum {
	font-style: italic;
}

/* articles pays */
	.pays_cadre_drapeau{padding:10px; }
	.pays_cadre_drapeau .nompays{display:inline-block; width:100%;font-size:22px;font-family:"Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;margin-bottom:10px;}
	.pays_cadre_drapeau .liens a{display:inline-block; width:100%;}
	.pays_cadre_drapeau .drapeau{margin:10px auto;display:block;}

/* liste pays */
ul.liste-pays li{line-height:25px;}
.liste-pays .nav > li > a{ padding: 3px 15px;}

/* Listes d'articles */
.articles {
  clear: both;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.article-item {
  border-top: 1px solid #DDDDDD;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 15px 0 0;
}

.actions .article-item {
  border-top: none;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 5px;
  margin-top: 0px;
  padding: 5px 0;
}
.article-item  h3.entite {margin:0;}
.article-item  h4{margin:5px 0;}
.article-item  .drapeau {vertical-align:-2px;}
.article-item .pays { padding: 0 5px; font-size:16px; color: #aaa;}
article .footer,section .footer{background:#eee;padding:10px 0 0;display:block;width:100%;margin:20px 0;border-top:1px solid #ccc;color:#777;font-size:12px;}
article .footer h2,section .footer h2{font-size:16px; color:#2f2f2f;}

/* actualit�s */
span.jour {text-align:right;display:inline-block;width:100%;font-size:22px;font-family:"Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
span.mois {text-align:right;display:inline-block;width:100%;font-size:14px;font-family:"Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
span.annee {text-align:right;display:inline-block;width:100%;font-size:16px;font-family:"Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}



/* footer */
footer {
	border-top: 5px solid #f8d085;

	padding: 20px 0 0;
	background-color: #f8b332;
	margin-top:20px;
	border-radius: 0 0 30px 0;
	color: #990003;
}
footer h4 a{
	font-family: "Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
	font-weight: normal;
	padding:3px 0;
	display:inline-block;
	border-bottom:1px solid #990003;
	width:100%;

}
footer a {
	color: #990003;

}
footer .logo_cdc{

margin-top:40px;
}

footer .nav > li > a {
  display: block;
  padding: 3px 0px;
  position: relative;
}

footer .nav > li > a:hover,
footer  .nav > li > a:focus,
footer  .nav > li.on > a,
footer  h4 a:hover,
footer  h4 a:focus,
footer  h4 a.on {
  background-color: #990003;
  color: #FFFFFF;
  padding: 3px 5px;
  text-decoration: none;
  display:inline-block;
  width:100%;
  border-radius:4px;
}
footer .colophon .nav > li > a:hover,footer .colophon  .nav > li > a:focus,footer .colophon  h4 a:hover, footer .colophon  h4 a:focus{
  padding: 3px 0px;
}
footer .list-group,footer .list-group-item {
	border-radius: 0 0 0 0;
	box-shadow: 0 0 0 transparent;
	border: 0;
	padding: 5px 0;
}

footer .logo-cdc {
	position: relative;
	margin-top: -90px;
	background: #FFF;
	padding: 0;
	width: 120px;
}

footer .version, footer .copyright {
	padding: 5px 0;
	display: inline-block;
}

footer.sticky {

	width: 100%;
	padding: 20px 10px;
}
footer .colophon {
color:#fbdda6;
padding: 20px 20px 10px;
background-color: #c79330;
margin-top:20px;
border-radius: 0 0 30px 0;
}

footer .btn-bordeau{margin-bottom:10px;color:#F8B332;}

/* forms */

.form-search{
margin-bottom:20px;
}

.inner-form {
	margin-left: -15px;
	margin-right: -15px;
}

fieldset {
	margin-bottom: 20px;
}

legend {
	font-size: 18px;
	font-family:"Roboto-Light","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
	color:#990003;
}

label {
	font-size: 14px;
}

.form-control-static {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid;
	background: #fff;
	color: #777;
	padding: 5px 15px;
	border-color: #CCCCCC;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 100%;
}

.infos-doc {
	background: #f3f3f3;
	border-radius: 5px;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.infos-doc label {
	font-size: 12px;
}

.infos-doc .form-control-static {
	font-size: 12px;
}

.infos-dates label {
	font-size: 12px;
}

.infos-dates .input {
	padding-left: 0;
	padding-right: 0;
}

.form-horizontal .form-group {
  margin-left:0;
  margin-right:0;
}
.block-infos{background-color:#eee;border-radius:10px 0 10px 0px;padding:20px;}
.control-group {
width:100%;
border-top:1px solid #ddd;
background:#eee;
padding:20px;
}
.file-input-wrapper {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid;
	color: #777;
	background-color: #E6E6E6;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
	background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
	background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
	background-image: -ms-linear-gradient(top, #FFFFFF, #E6E6E6);
	background-image: linear-gradient(top, #FFFFFF, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffFFFFFF", EndColorStr="#ffE6E6E6");
	background-repeat: repeat-x;
	border-color: #CCCCCC;
	text-shadow: 0 1px 0 #FFFFFF;
}

/* plan du site */

	.plan-du-site ul {
	    margin: 0;
	    padding: 0;
	}
	.plan-du-site ul.level2 {
	    margin-top: 10px;
	    padding: 0;
	}
	.plan-du-site ul.level2, .plan-du-site ul.level3 {
	    margin-bottom: 10px;
	    margin-left: 10px;
	    padding: 0;
	}
	.plan-du-site ul.level1 li {
	    background: url("img/planlvl1.gif") no-repeat scroll 0 8px transparent;
	    /* font-size: 110%; */
	    list-style: none outside none;
	    margin: 0 0 5px;
	    padding: 2px 0 0 20px;
		font-weight:bold;
	}
	.plan-du-site ul.level1 li a {
	    text-decoration: none;
	}
	.plan-du-site ul.level2 li {
	    background: url("img/planlvl2.gif") no-repeat scroll 0 0 transparent;
	    /* font-size: 90%; */
		font-weight:normal;
	    list-style: none outside none;
	    margin: 0;
	    padding: 2px 0 0 22px;
	}
	.plan-du-site ul.level2 li a{
	   	color: #777777;
	}
	.plan-du-site ul.level2 li.last {
	    background: url("img/planlvl2last.gif") no-repeat scroll 0 0 transparent;
	}


/* icones */


/* 32x32 */
.icon-facebook32:before {
	content: url(../images/pictos/32x32/social-facebook.png);
}
.icon-twitter32:before {
	content: url(../images/pictos/32x32/social-twitter.png);
}
.icon-googleplus32:before {
	content: url(../images/pictos/32x32/social-googleplus.png);
}
.icon-email32:before {
	content: url(../images/pictos/32x32/social-email.png);
}
.icon-linkedin32:before {
	content: url(../images/pictos/32x32/social-linkedin.png);
}
.icon-viadeo32:before {
	content: url(../images/pictos/32x32/social-viadeo.png);
}

/* 28x28 */
.icon-facebook28:before {
	content: url(../images/pictos/28x28/social-facebook.png);
}
.icon-twitter28:before {
	content: url(../images/pictos/28x28/social-twitter.png);
}
.icon-googleplus28:before {
	content: url(../images/pictos/28x28/social-googleplus.png);
}
.icon-email28:before {
	content: url(../images/pictos/28x28/social-email.png);
}
.icon-linkedin28:before {
	content: url(../images/pictos/28x28/social-linkedin.png);
}
.icon-viadeo28:before {
	content: url(../images/pictos/28x28/social-viadeo.png);
}

.icon-pdf:before {
	content: url(../images/icons/16x16/blue-document-pdf.png);
}

.icon-doc:before {
	content: url(../images/icons/16x16/blue-document-word.png);
}

.icon-xls:before {
	content: url(../images/icons/16x16/blue-document-excel.png);
}

.icon-ppt:before {
	content: url(../images/icons/16x16/blue-document-powerpoint.png);
}

/* Skiplinks */
#raccourcis{
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
        margin-left: 0;
	text-align: center;
	list-style: outside none;
}

#raccourcis li{ list-style-type: none }

#raccourcis a{
	position: absolute;
	left: -99999px;
	top: 30px;
}

#raccourcis a:focus, #skip a:active{
	position: relative;
	left: 0;
	z-index:9999;
	width: 75%;
	height: auto;
	margin: 0 auto;
	padding: 30px 45px;
	text-align: center;
	text-decoration: none;
	letter-spacing: -4px !important;
	font: bold 50px "Arial", "Freesans", sans-serif !important;
	/* color information, edit this to suit the colors of your layout */
        color: #000;
	background: transparent url(transparent.png) repeat scroll 0 0;
	border: 1px dotted #ffb4db;
}


/* Media queries */

@media(max-width:767px){
.nav-box {
  width: 100%;
}
.navbar {
	width: 100%;
	padding-left:15px;
	padding-right:15px;
}
	.navbar .navbar-nav > li > a {
	  font-size: 12px;
	  padding:10px 7px;
	  width:98%;

	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #990003;
	}
	.navbar-default .navbar-toggle {
	  border-color: #d40004;
	}
	.navbar-default .navbar-toggle .icon-bar {
	background-color: #d40004;
	}
	.dropdown-menu {
	  font-size: 12px;
	  width: 98%;
	  box-shadow:none;
	}
	.dropdown-menu  li a {width:100%;}
	.navbar-collapse {
		max-height: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #d40004;
	}

	.navbar .navbar-nav > li > a.dropdown-toggle:hover, .navbar .navbar-nav > li > a.dropdown-toggle:focus {
		border-radius: 5px;
	}
	.surtitre {margin-top:40px;}

}
@media(min-width:768px) and (max-width: 991px){
.navbar .navbar-nav > li > a {
	  font-size: 12px;
	  padding:10px 7px
	}
	.dropdown-menu {
	  font-size: 12px;
	}
	.nav-box {
		width:100%;
	}
	.navbar {
		width: 100%;
	}
	.container {
		max-width:auto;
	}
	.navbar-default > .container {
	  height: auto;
	  overflow: visible;
	}
	.nav-box {
		width:100%;
	}
	.navbar {
		width: 100%;
	}
	.surtitre {margin-top:40px;}

}
/* force collapse */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }


}

@media(min-width:992px){

	.navbar .navbar-nav > li > a {
	  font-size: 14px;
	}
	.dropdown-menu {
	  font-size: 12px;
	}
		.nav-box {
		width:100%;
	}
	.navbar {
		width: 100%;
	}

	.container > .navbar-header, .container > .navbar-collapse {
	  margin-left: 0px;
	  margin-right: 0px;
	}
	.navbar .navbar-nav > li > a {
		margin-left: 5px;
		margin-right: 5px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	  background-color: #f8b332;
	}

	.navbar-default .navbar-toggle {
	  border-color: #f8b332;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	  background-color: #F8B332;
	  border-color:  #990006;;
	}
	.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar{
		background-color:#f8b332;
	}
	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
		background-color:#990006;
	}
	.navbar-brand {
		display: block;
		text-align: center;
	}

	.navbar-brand img {
		margin: 0 auto;
	}

	.slogan {
		text-align: center;
	}

	.wide-cont {
		border-radius: 0 0 0 0;
		padding-bottom: 0px;
	}

	.navbar-default > .container {
		height: auto;
		overflow: visible;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {

	}

	footer.sticky {
		border-radius: 0 0 0 0;
		height: auto;
		position: relative;
	}

}
@media(min-width:1200px){
.navbar .navbar-nav > li > a {
	  font-size: 16px;
	}
	.dropdown-menu {
	  font-size: 14px;
	}
	.nav-box {
		width:1250px;
	}
	.navbar {
		width: 1250px;
	}

}

@media print {
  body {
    font-size:12px;
    color:black;
	background-image:none;
	filter:none;
  }
	h1{font-size:22px;}
	h2{font-size:20px;}
	h3{font-size:18px;}
	h4{font-size:16px;}
	h5{font-size:14px;}
}

/* Modifications header */
.second-nav {margin-bottom:0px;}
	.second-nav li {float:left;width:130px;}
	.second-nav li a {text-align: center;font-size:1.1em;font-weight:bold;color:#fff;border-left: 1px solid #fff;display: block;padding: 3px 10px 3px 10px;background: rgba(0,0,0,.1);}
	.second-nav li a:hover, .second-nav li a:focus {background-color: #F8B332;text-decoration: none;color:#990006;}
		.second-nav li:last-child a {border-right: 1px solid #fff;}
		.second-nav li span {display: block;font-size:0.7em;text-align: center;font-family: "Roboto-Light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight: normal;}