/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
 
@font-face {
    font-family: 'century_gothicregular';
    src: url('../fonts/century-gothic-webfont.eot');
    src: url('../fonts/century-gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century-gothic-webfont.woff') format('woff'),
         url('../fonts/century-gothic-webfont.ttf') format('truetype'),
         url('../fonts/century-gothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'droid_serifregular';
    src: url('../fonts/droidserif-regular-webfont.eot');
    src: url('../fonts/droidserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidserif-regular-webfont.woff') format('woff'),
         url('../fonts/droidserif-regular-webfont.ttf') format('truetype'),
         url('../fonts/droidserif-regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'droid_serifregular';
		src: url('../fonts/droidserif-webfont.svg#droid_serifregular') format('svg');

	}
	@font-face {
		font-family: 'century_gothicregular';
		src: url('../fonts/century-gothic-webfont.svg#century_gothicregular') format('svg');

	}
}


html {
  background: #fff;
}


body {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page {
  color:#313131 !important;
  font:12px 'krub_regular', Arial, Tahoma, sans-serif;
}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
  /*background-image: url(../images/header_bg.jpg);*/
  background-position: top center;
  background-repeat: no-repeat;
  height: 155px;
}

.header-wrap {
  width: 946px;
  height: 155;
  margin: 0 auto;
  position: relative;
}

/*
 * Wraps the sidebars the content column
 */
#columns {
  width: 946px;
  margin: 0 auto;
}

.not-front #columns {
  width: 944px;
	padding: 0 10px;
	background-color: #FFFFFF;
}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
#main-content {}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper {}
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
  margin: 30px 0 0 0;
  float: left;
  width: 100%;
}

/*
 * Logo
 */
#logo {
  padding: 10px 0;
}

#logo img {
  vertical-align: bottom;
}

.front #logo {
	margin-top: 0;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}
#main-content-header p {
	color: #313131;
	font: 12px 'krub_regular',Arial,Tahoma,sans-serif;
}

/*
 * The main page title (h1)
 */
#page-title {
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {
  width: 100%;
  height: 36px;
/*  position: absolute;*/
  left: 0;
  bottom: 0;
  background: linear-gradient(rgb(230,230,230), rgb(222,222,222));
  max-width: 1316px;
  margin: auto;
}

.region-header .region-inner {
  max-width: 946px;
  margin: auto;
}

.region-header .block {
  margin: 0;
}

#block-menu-menu-header-menu  {
  float: left;
  width: auto;
  /* position: relative; */
}

#block-menu-menu-header-menu .block-inner,
#block-search-form .block-inner {
  margin: 0;
}

#block-menu-menu-header-menu .block-content > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  border-left: 3px solid #FFFFFF;
}

#block-menu-menu-header-menu .block-content > ul  li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;   
}

#block-menu-menu-header-menu .block-content > ul > li > a {
  height: 36px;
  line-height: 36px;
  float: left;
  font-size: 19px;
  color: #363636;
  background: url(../images/nav-main.png) repeat-x;
  padding: 0 15px;
  border-right: 4px solid #FFFFFF;
  font-family: 'krub_regular';
}
#block-menu-menu-header-menu .block-content > ul > li > a.active,
#block-menu-menu-header-menu .block-content > ul > li > a.active-trail,
#block-menu-menu-header-menu .block-content > ul > li > a:hover {
	background-image: url(../images/nav-main-active.png);
	/*font-family: 'paralucent_regular';*/
	text-decoration:none;
}
#block-menu-menu-header-menu .block-content > ul > li > a.active,
#block-menu-menu-header-menu .block-content > ul > li > a.active-trail {
	/*font-family: 'paralucent_regular';*/
}

#block-search-form,
#block-views-exp-search-page-1 {
  float: left;
  width: auto;
  height: 36px;
  border-right: 3px solid #FFFFFF;
	color: #313131;
}

#block-search-form .form-item,
#block-views-exp-search-page-1 .form-item {
  margin: 0;
}

#block-search-form .form-item .form-text,
#block-views-exp-search-page-1 .views-exposed-widget .form-item .form-text,
#cm-commune-search-commune-form .form-item .form-text {
  float: left;
  width: 146px;
  height: 26px;
  border: 0;
  padding: 5px 20px;
  background-color: transparent;
  background-image: url(../images/search_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
	color: #313131;
}

#block-search-form  .form-submit,
#block-views-exp-search-page-1 .form-submit,
#cm-commune-search-commune-form .form-submit {
  float: left;
  width: 39px;
  height: 36px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: url(../images/search_subm.png);
  background-position: top left;
  background-repeat: no-repeat;    
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
}

#block-views-exp-search-page-1 .views-exposed-widget label {
	display: none;
}

#block-views-exp-search-page-1 .views-exposed-widget .form-item input.error {
	border: 0;
}

#block-views-exp-search-page-1 .views-exposed-form .views-exposed-widget {
	padding: 0;
}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {
	margin-left: -280px !important;
}

.node-type-actualite .region-sidebar-second {

}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  color: #087c81;
  text-decoration: none;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 0 auto;
  width: 946px;
  font: 9px 'krub_regular';
}

#breadcrumb .breadcrumb-wrapper ol {
  margin-top: 30px;
}

#breadcrumb .breadcrumb-wrapper ol .crumb-last a,
#breadcrumb .breadcrumb-wrapper ol .crumb-last .crumb-title {
  font-family: 'paralucent_regular';
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {
	color: #313131;
}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {

  margin: 5px 0 15px 20px;

}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

.block-title span {
    font: 16px/16px 'paralucent_regular';
    text-transform: none;
}

.columns h2.block-title {
	/*width: 100%;*/
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  /*appearance: button;*/
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;

}

table.sticky-header {
  z-index: 10;
}

tbody {
border: 0;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  /*background-color: #e5e5e5;*/

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {
  /*border-top: 1px solid #ccc;*/
}

tr.odd {
  /*background: #fff;*/
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  /*background-color: #f5f5f5;*/
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
	/*width: 100%;*/
  z-index: 10;
}

.show-adv #messages {
	position: absolute;
	top: auto;
	left: auto;
	z-index: 10;
	width: 100%;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/***************************/



.node-actualite header {
  overflow:hidden;
  background:#f0f0f0;
  font-size:11px;
  line-height:28px;
}
  .node-actualite header div {
    display: inline;
  }


.node-actualite .field-name-field-image-text {
  font-size:19px;
}
  
.node-actualite .field-name-field-questions .field-item {
  margin:0 0 10px;
}
  .node-actualite .field-name-field-questions .field-name-field-question {
    width:155px;
    float:left;
    color:#50a134;
		font-size: 14px;
  }	
		.node-actualite .field-name-field-questions .field-name-field-question strong {
			font-family: 'droid_serifbold';
			font-weight: normal;
		}
  .node-actualite .field-name-field-questions .field-name-field-reponse {
    width:438px;
    float:right;  
    background:#f0f0f0;
    position:relative;
    min-height:105px;
  }
    .node-actualite .field-name-field-questions .field-name-field-reponse .field-items {
      padding:0 10px 0 3px;
      overflow:hidden;
    }
    .node-actualite .field-name-field-questions .field-name-field-reponse .arrow,
		.quote-right .arrow {
      display:block;
      width:25px;
      height:50px;
      background:url(../images/question-arrow.png) no-repeat;
      position:absolute;
      top:28px;
      left:-25px;
    }
    .node-actualite .field-name-field-questions .field-name-field-reponse img {
      float:left;
      margin:0 10px 15px 0;
    }


.node-actualite .field-name-field-canton,
.node-actualite .field-name-field-commune {
  background:#f0f0f0;
  padding:10px 20px;
  margin-bottom:9px;
}
.node-canton .field-name-field-commune a,
.node-actualite .field-name-field-canton a,
.node-actualite .field-name-field-commune a {
 color: #313131;
}
.node-actualite .field-name-field-tags {
  overflow:hidden;
}
  .node-actualite .field-name-field-tags ul {
    padding:0;
    list-style:none;
  }
  .node-actualite .field-name-field-tags li {
    float:left;
    background:#8f8f8f;
    line-height:22px;
    color:#fff;
    padding:0 23px;
    margin:0 6px 0 0;
  }

  
#block-views-actualites-block-meme-theme,
#block-views-actualites-block-eurelien,
#block-views-actualites-block-canton-actualite,
#block-views-actualites-block-actualite-more-read,
#block-views-actualites-block-actualite-last,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 {
  background:#f0f0f0 url(../images/icons/news.png) 15px 16px no-repeat;
}
#block-views-actualites-block-meme-theme .block-title,
#block-views-actualites-block-eurelien .block-title,
#block-views-actualites-block-canton-actualite .block-title,
#block-views-actualites-block-actualite-more-read .block-title,
#block-views-actualites-block-actualite-last .block-title,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .block-title{
  padding:20px 0 0 60px;
  text-transform:uppercase;
  font:16px/20px 'krub_regular';
}

.block-list-actualite .view-header,
	#block-views-actualites-block-canton-actualite .view-header,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-header	{
  padding:0 0 0 60px;
  font:16px/16px 'paralucent_regular';
}
  .block-list-actualite .view-header p,
	#block-views-actualites-block-canton-actualite .view-header p,
	#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-header p {
    margin:0 0 5px;
  }

.block-list-actualite .view-content,
#block-views-actualites-block-canton-actualite .view-content,
#block-views-actualites-block-actualite-more-read .view-content,
#block-views-actualites-block-actualite-last .view-content,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-content {
  padding:0 20px;
}
.block-list-actualite .views-row,
#block-views-actualites-block-canton-actualite .views-row,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .views-row {
  padding:10px 0;
  overflow:hidden;
}
.block-list-actualite .views-field-field-image,
#block-views-actualites-block-canton-actualite .views-field-field-image,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .views-field-field-image {
  float:left;
  margin:0 10px 0 0;
}
.block-list-actualite .views-field-view-node a,
#block-views-actualites-block-canton-actualite .views-field-view-node a,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .views-field-view-node a {
  color:#313131 !important;
  font:10px/12px 'paralucent_regular';
  text-transform:uppercase;
}
.block-list-actualite .views-field-title a,
#block-views-actualites-block-canton-actualite .views-field-title a,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .views-field-title a {  
  color:#313131 !important;
  font:12px/14px 'krub_regular';
}
.block-list-actualite .views-fields,
#block-views-actualites-block-canton-actualite .views-fields,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .views-fields {
	width: 135px;
	float: left;
}
.view-actualites.view-display-id-block_avoi_aussi {
  width:315px;
  border:1px solid #6ec54f;
  float:left;
}

.view-actualites.view-display-id-block_avoi_aussi .views-field-field-competence,
.view-actualites.view-display-id-block_avoi_aussi .views-field-title,
.view-actualites.view-display-id-block_ne_pas_manquer .views-field-field-competence,
.view-actualites.view-display-id-block_ne_pas_manquer .views-field-title {
  font: 10px 'paralucent_regular';
}
.view-actualites.view-display-id-block_avoi_aussi .views-field-field-competence,
.view-actualites.view-display-id-block_ne_pas_manquer .views-field-field-competence {
	text-transform: uppercase;
}
.view-actualites.view-display-id-block_avoi_aussi .views-field-title,
.view-actualites.view-display-id-block_ne_pas_manquer .views-field-title {
	font-size: 12px;
	line-height: 14px;
	font-family: 'krub_regular';
}
.view-actualites.view-display-id-block_avoi_aussi .views-fields,
.view-actualites.view-display-id-block_ne_pas_manquer .views-fields {
  width: 135px;
	float: left;
}
.view-actualites.view-display-id-block_ne_pas_manquer {
  width:315px;
  border:1px solid #fff;
  float:right;
  background:url(../images/bg/bg-grey.png) repeat-x;
}
  .view-actualites.view-display-id-block_avoi_aussi .view-header,
  .view-actualites.view-display-id-block_ne_pas_manquer .view-header { 
    font:24px/24px 'krub_regular';
    padding:10px 20px;
  }
    .view-actualites.view-display-id-block_avoi_aussi .view-header strong,
    .view-actualites.view-display-id-block_ne_pas_manquer .view-header strong {
      display:block;
      font-family:'paralucent_regular';
    }
    .view-actualites.view-display-id-block_avoi_aussi .view-header p,
    .view-actualites.view-display-id-block_ne_pas_manquer .view-header p {
      margin:0;
    } 
  .view-actualites.view-display-id-block_avoi_aussi .view-header { 
    background:url(../images/bg/bg-green.png) repeat-x;
    color:#fff;
  }
  .view-actualites.view-display-id-block_avoi_aussi .view-content,
  .view-actualites.view-display-id-block_ne_pas_manquer .view-content {
    padding:0 23px;
  }
  .view-actualites.view-display-id-block_avoi_aussi .views-row,
  .view-actualites.view-display-id-block_ne_pas_manquer .views-row {  
    border-top:1px dotted #b1b1b1;
    padding:13px 0;
    overflow:hidden;
  }
    .view-actualites.view-display-id-block_avoi_aussi .views-row-first,
    .view-actualites.view-display-id-block_ne_pas_manquer .views-row-first {
      border:0;
    }  
  .view-actualites.view-display-id-block_avoi_aussi .views-field-field-image,
  .view-actualites.view-display-id-block_ne_pas_manquer .views-field-field-image {
    float:left;
    margin:0 10px 0 0;
  }
	.view-actualites.view-display-id-block_avoi_aussi .views-field-view-node,
  .view-actualites.view-display-id-block_ne_pas_manquer .views-field-view-node {
    margin-top: 3px;
  }
  .view-actualites.view-display-id-block_avoi_aussi .views-field-view-node a,
  .view-actualites.view-display-id-block_ne_pas_manquer .views-field-view-node a {
    color:#313131;
    font:10px/12px 'paralucent_regular';
    text-transform:uppercase;
  }
  .view-actualites.view-display-id-block_avoi_aussi .views-field-title a,
  .view-actualites.view-display-id-block_ne_pas_manquer .views-field-title a {  
    color:#313131;
    font:12px/14px 'paralucent_regular';
  }

  .view-actualites.view-display-id-block_avoi_aussi .views-field-field-image .additional-border-to-image,
  .view-actualites.view-display-id-block_ne_pas_manquer .views-field-field-image  .additional-border-to-image {
    border-bottom: 8px solid #CCCCCC;
  }

  .view-actualites.view-display-id-block_avoi_aussi .views-field-field-image img,
  .view-actualites.view-display-id-block_ne_pas_manquer .views-field-field-image img {
    display: block;
  } 

.view-diaporama.view-display-id-block_list .view-content {
  overflow:hidden;
}
.view-diaporama.view-display-id-block_list .views-row {
  float:left;
}

#block-views-a-voir-dans-le-guide-block {
  overflow: hidden;
  background: #000 !important; /* Old browsers */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#a1d078), to(#8dc359));
  background: -webkit-linear-gradient(#a1d078 0%, #8dc359 100%);
  background: -moz-linear-gradient(#a1d078 0%, #8dc359 100%);
  background: -o-linear-gradient(#a1d078 0%, #8dc359 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d078', endColorstr='#8dc359',GradientType=0 ); */ /* IE6-9 */
  padding: 0 10px 15px 15px; 
}

#block-views-a-voir-dans-le-guide-block .block-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  color: #FFFFFF;
  font-family: 'krub_regular';
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 48px;
  margin: 8px 0 8px 0;
  background-image: url(../images/agenda-search-filter-title.png);
  background-position: top left;
  background-repeat: no-repeat;   
}

#block-views-a-voir-dans-le-guide-block .block-content .views-field-field-competence {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-image: url(../images/agenda-search-filter-dots.png);
  background-position: top left;
  background-repeat: no-repeat;  
}

#block-views-a-voir-dans-le-guide-block .block-content .views-field-field-competence .field-content  {
  padding: 4px 0;
  margin: 0;
  /*background-image: url(../images/agenda-search-filter-dots.png);
  background-position: bottom left;
  background-repeat: no-repeat;  */
  overflow: hidden;
}

#block-views-a-voir-dans-le-guide-block .block-content .views-row-last .views-field-field-competence .field-content  {
  background-image: url(../images/agenda-search-filter-dots.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#block-views-a-voir-dans-le-guide-block .block-content .views-field-field-competence .field-content a {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  font-family: 'krub_regular' , Arial, Tahoma, sans-serif;
  display: block;
  padding: 0 30px 0 0;
  height: 20px;
  background-image: url(../images/agenda-search-filter-arr.png);
  background-position: center right;
  background-repeat: no-repeat;  
}

.node-type-actualite .node-actualite .actualite-node-pre-title .actualite-competence {
  font-family: 'krub_regular';
}


/* 
---------------------------------
News in right sidebar
---------------------------------
*/

/* News blocks styles */
.node-type-actualite .region-sidebar-second .view-actualites .view-content,
.node-type-canton .view-actualites .view-content {    /* fonts for all news blocks */
  font: 12px 'krub_regular', Arial, Tahoma, sans-serif; 
}

.node-type-actualite .region-sidebar-second section.block-views .view-actualites .view-content .views-row,
.node-type-canton .view-actualites .view-content .views-row {   /* top border for only news blocks */
  border-top: 1px dotted #b1b1b1;
}

.node-type-actualite .region-sidebar-second .view-actualites .view-content .views-row .additional-border-to-image,
.node-type-canton #block-views-actualites-block-canton-actualite .view-actualites .view-content .views-row .additional-border-to-image,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-content .views-row .additional-border-to-image {    /* bottom border for news image */
  border-bottom: 8px solid #cccccc;
}

.node-type-actualite .region-sidebar-second .view-actualites .view-content .views-row .views-field-field-image img,
.node-type-canton #block-views-actualites-block-canton-actualite .view-actualites .view-content .views-row .views-field-field-image img,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-content .views-row .views-field-field-image img {
  display: block;
}

.node-type-actualite .region-sidebar-second .view-actualites .view-content .views-field-field-competence .field-content,
.node-type-canton #block-views-actualites-block-canton-actualite .view-actualites .view-content .views-field-field-competence .field-content,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-content .views-field-field-competence .field-content {
  text-transform: uppercase;
	font: 10px 'paralucent_regular';
  color: #313131;
  margin-bottom: 5px;
}

.node-type-actualite .region-sidebar-second .view-actualites .view-content .views-field-field-competence .views-field-view-node,
.node-type-canton #block-views-actualites-block-canton-actualite .view-actualites .view-content .views-field-field-competence .views-field-view-node,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-content .views-field-field-competence .views-field-view-node {
  font-size: 10px;
}


/* News footer styles */
.node-type-actualite .region-sidebar-second .view-actualites .view-footer,
#block-views-actualites-block-canton-actualite .view-actualites .view-footer,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-footer {
  background-color: #dcdcdc;
  color: #3f3f3f;
  padding: 10px 20px;
  font: 11px 'century_gothicitalic', Arial, Tahoma, sans-serif;
}

.node-type-actualite .region-sidebar-second .view-actualites .view-footer .block-meme-theme-footer-links,
#block-views-actualites-block-canton-actualite .view-actualites .view-footer .block-meme-theme-footer-links,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-footer .block-meme-theme-footer-links  {
  padding: 0;
  margin: 0;
}

.node-type-actualite .region-sidebar-second .view-actualites .view-footer .block-meme-theme-footer-links li,
#block-views-actualites-block-canton-actualite .view-actualites .view-footer .block-meme-theme-footer-links li,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-footer .block-meme-theme-footer-links li   {
  margin: 0;
  padding: 2px 0;
  border-top: 1px dotted #b1b1b1;
  list-style-position: inside;
} 

.node-type-actualite .region-sidebar-second .view-actualites .view-footer a,
#block-views-actualites-block-canton-actualite .view-actualites .view-footer a,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-footer a {
  color: #3f3f3f;
}

.node-type-actualite .region-sidebar-second #block-views-actualites-block-eurelien .view-actualites .view-footer,
#block-views-actualites-block-canton-actualite .view-actualites .view-footer,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-footer { /* styles for blank footer */
  padding: 0;
  text-align: center;
}

.node-type-actualite .region-sidebar-second #block-views-actualites-block-eurelien .view-actualites .view-footer p,
#block-views-actualites-block-canton-actualite .view-actualites .view-footer p,
#block-views-ee8fec144dcc00a483d8d9a08efceea8 .view-actualites .view-footer p {
  margin: 0;
}


/* 
---------------------------------
Article's annonce in right sidebar
---------------------------------
*/

.node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte {
  background-color: #f0f0f0;
}

  .node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte ul {
    margin: 0;
    padding: 0;
  }

    .node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte ul li {
      margin: 0;
      padding: 0;
      padding-top: 8px;
      list-style-type: none;
    }

      .node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte ul li p {
        /*width: 132px;*/
        float: right;
        font: 11px 'krub_regular', Arial, Tahoma, sans-serif;
      }

        .node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte ul li p:first-child { /* style for preview image */
          float: left;
          margin-right: 10px;
          /*width: 97px;*/
        }

        .node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte ul li p:last-child a { /* style for bottom link */
          color: #313131;
          font: 10px/12px 'paralucent_regular';
          text-transform: uppercase;
        }

    .node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte ul li h1 {
      font-size: 14px;
      margin: 0;
    }

/* 
---------------------------------
Links list in right sidebar
---------------------------------
*/

.node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list {
  background-color: #f0f0f0;
}

/* header styles */

  .node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-header {
    padding: 10px 0 0 15px;
  }

    .node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-header p { /* reset bottom margin of P */
      margin-bottom: 0;
    }

    .node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-header .a-voir-ailleurs-block-header {
      background-image: url(../images/agenda-links-title.png);
      background-position: top left;
      background-repeat: no-repeat;
      display: block;
      height: 40px;
      vertical-align: middle;
      padding: 13px 0 0 45px;
      font-family: 'krub_regular', Arial, Tahoma, sans-serif;
    }

    .node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-header .a-voir-ailleurs-block-header-bold {
      font-family: 'paralucent_regular', Arial, Tahoma, sans-serif;
    }

/* links block styles */

  .node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-content .views-row {
    padding: 0;
  }

  .node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-actualites .view-content {
    margin: 0;
    padding: 0 20px 15px 20px;
  }

    .node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-actualites .view-content .field-content {
      display: list-item;
      padding: 5px 0;
      list-style-position: inside;
      font: 11px 'krub_regular', Arial, Tahoma, sans-serif; 
    }
		
		.node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-actualites .view-content .views-row-last .field-content {
			border-bottom: 1px dotted #b1b1b1;
		}

    .node-type-actualite .region-sidebar-second #block-views-actualites-block-link-list .view-actualites .view-content a {
      color: #313131;
      font: 11px 'krub_regular', Arial, Tahoma, sans-serif;
    }


/* 
---------------------------------
Block with images in right sidebar
---------------------------------
*/
.node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte-2 {
  background-color: #f0f0f0;
}

.node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte-2 p {
  margin: 0;
}

.node-type-actualite .region-sidebar-second #block-views-actualites-block-custom-rte-2 p img {
  display: block;
  margin: 0 auto;
}


/* 
---------------------------------
FOOTER
---------------------------------
*/

/* Menu (links) */

#footer .region-footer #block-menu-menu-footer-menu {       /* reset excess margin between menu-links & copyright */
  margin: 75px 0 0 0;
  padding: 0;
  float: left;
  width: 680px;
}

#footer .region-footer ul.menu {
  margin: 0;
  padding: 0;
}

#footer .region-footer ul.menu li {
  float: left;
  border-left: 1px solid #313131;
  padding: 0 10px;
  font: 11px 'krub_regular', Arial, Tahoma, sans-serif;
  list-style-image: none;
  list-style-type: none;
}

#footer .region-footer ul.menu li a {
  color: #313131;
}

#footer .region-footer ul.menu li.last {
  font-family: 'century_gothicitalic', Arial, Tahoma, sans-serif;
}

/* copyright */

#footer .region-footer div.copy {
  display: inline;
  float: left;
  font: 11px 'century_gothicitalic', Arial, Tahoma, sans-serif;
  color: #313131; 
  margin: 0;
  clear: left;
}

/* Logo */

#footer .region-footer div.image-footer {
  margin-top: 16px;
  float: right;
}



/* 
---------------------------------
HP 
---------------------------------
*/

.view-nodequeue-1.view-display-id-block .views-field-field-chapo{
    display: none;
}
.view-nodequeue-1.view-display-id-block .views-row:hover .views-field-field-chapo{
    display: block;
}


/* //////////////////// */


#block-cm-block-top-region .right .most-read-news #block-views-blocks-block-3 {
  background-color: #f3f3f3;
  padding: 15px 25px 20px 20px;
}

#block-cm-block-top-region .right .most-read-news .block-title {
  font: 15px 'paralucent_regular', Arial, Tahoma, sans-serif;
  height: 40px;
  background-image: url(../images/most-read-news-title.png);
  background-position: 0 50%;
  background-repeat: no-repeat;  
  padding-left: 50px;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 7px;
}

#block-cm-block-top-region .right .most-read-news .block-title span {
  font: 16px 'paralucent_regular', Arial, Tahoma, sans-serif;
  text-transform: none;
}

#block-cm-block-top-region .right .most-read-news .view-display-id-block_3 {
  margin-top: 10px;
}

#block-cm-block-top-region .right .most-read-news .view-display-id-block_3 .views-row {
  padding: 7px 0 5px 0;
  border-top: 1px dotted #b1b1b1;
}

#main-content #block-system-main {
  /*margin-top: 40px;*/
}

/* 
---------------------------------
MAIN PAGE L'ESPACE EMPLOI
---------------------------------
 */


/* Allo ? à votre écoute */


#block-cm-block-emploi-region .row-line {
  overflow: hidden;
  clear: both;
}

#block-cm-block-emploi-region .row-line .left {
  float: left;
  width: 400px;
}

#block-cm-block-emploi-region .row-line .left #block-cm-block-block-allo {
  font-family: 'krub_regular', Arial, Tahoma, sans-serif;
  background-color: #fff;
  background-image: url(../images/contacts-gradient.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  min-height: 152px;
  padding: 15px 20px;
}

#block-cm-block-emploi-region .row-line .left #block-cm-block-block-allo h2,
#block-cm-block-emploi-region .row-line .right #block-cm-block-block-links h2 {
  font: 20px 'krub_regular', Arial, Tahoma, sans-serif;
  background-image: url(../images/contacts-title.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  height: 43px;
  padding-left: 37px;
  line-height: 43px;
}

#block-cm-block-emploi-region .row-line .left #block-cm-block-block-allo h2 span,
#block-cm-block-emploi-region .row-line .right #block-cm-block-block-links h2 span {
  font: 22px 'paralucent_regular', Arial, Tahoma, sans-serif; 
}

#block-cm-block-emploi-region .row-line .left #block-cm-block-block-allo .allo-rows ul {
  margin: 10px 0 0 0;
  padding: 0;
}

#block-cm-block-emploi-region .row-line .left #block-cm-block-block-allo .allo-rows ul li {
  list-style-type: none;
  list-style-image: none;
  border-top: 1px dotted #b1b1b1;
  padding: 5px 0 3px 0;
  margin: 0;
}

#block-cm-block-emploi-region .row-line .left #block-cm-block-block-allo .allo-rows ul li.last {
  border-bottom: 1px dotted #b1b1b1;
}

#block-cm-block-emploi-region .row-line .left #block-cm-block-block-allo .allo-rows ul .allo-row span {
  font: 18px 'paralucent_regular', Arial, Tahoma, sans-serif;
}

#block-cm-block-emploi-region .row-line .left #block-cm-block-block-allo .allo-rows ul div.allow-row-title {
  width: 200px;
  float: left;
  font-size: 14px;
  margin-top: 3px;
}


/* Le Conseil Général à votre service */

#block-cm-block-emploi-region .row-line .right {
  float: right;
  width: 510px;
}

#block-cm-block-emploi-region .row-line .right #block-cm-block-block-links {
  font-family: 'krub_regular', Arial, Tahoma, sans-serif;
  background-color: #fff;
  background-image: url(../images/contacts-gradient.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  min-height: 152px;
  padding: 15px 20px;
}

#block-cm-block-emploi-region .row-line .right #block-cm-block-block-links h2 {
  background-image: url(../images/links-title.png);
  
}

#block-cm-block-emploi-region .row-line .right #block-cm-block-block-links .service-rows .service-row {
  border-top: 1px dotted #b1b1b1;
  padding: 5px 0 3px 0;
  font: 12px 'krub_regular', Arial, Tahoma, sans-serif;
}

#block-cm-block-emploi-region .row-line .right #block-cm-block-block-links .service-rows .left {
  width: 210px;
  float: left;
  margin: 0 0 20px 0;

}

#block-cm-block-emploi-region .row-line .right #block-cm-block-block-links .service-rows .right {
  width: 210px;
  float: right;
  margin: 0 0 20px 0;
}

#block-cm-block-emploi-region .row-line .right #block-cm-block-block-links .footer-links {
  width: 510px;
  margin-top: 20px;
  clear: both;
  font: 11px 'century_gothicitalic', Arial, Tahoma, sans-serif;
  background-color: #dcdcdc;
  text-align: center;
  margin-left: -20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


/* 
---------------------------------
MAIN PAGE CONTACTS
---------------------------------
 */

#block-cm-block-contact-region {
  background-image: url(../images/front-block.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  margin: 0;
  padding: 30px 0 0 0;
 }

 #block-cm-block-contact-region .left {
  float: left;
  width: 640px;
 }

  #block-cm-block-contact-region .left #block-cm-block-contact-carte {
    margin-bottom: 5px;
  }

    #block-cm-block-contact-region .left #block-cm-block-contact-carte h2 {
      background-image: url(../images/contact-carte-title.png);
      background-position: 0 10px;
      background-repeat: no-repeat;
      font-family: 'paralucent_regular';
      font-weight: normal;
      font-size: 32px;
      margin: 0;
      padding: 0 0 0 40px;
      
    }
    
    #block-cm-block-contact-region .left #block-cm-block-contact-carte .block-content iframe {
      width: 640px;
      height: 215px;
      border: 1px solid #ffffff;
      background-color: transparent;
    }

  #block-cm-block-contact-region #block-cm-block-contact-contact .block-title {
    font: 16px 'krub_regular';
    text-transform: uppercase;
    width: 135px;
    float: left;
    background-image: url(../images/icons/email-contact-icon.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 0 10px 0 65px;
    color: #313131;
  }

    #block-cm-block-contact-region #block-cm-block-contact-contact .block-title span {
      font: 14px 'paralucent_regular';
      text-transform: none;
    }

  #block-cm-block-contact-region #block-cm-block-contact-contact table {
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
    width: 425px;
    color: #313131;
		font-size: 11px;
  }

  #block-cm-block-contact-region #block-cm-block-contact-contact table tbody {
    border: none;
  }

  #block-cm-block-contact-region #block-cm-block-contact-contact table tr {
    border: none;
  }

  #block-cm-block-contact-region #block-cm-block-contact-contact table td {
    padding: 0 9px 0 17px;
    border: none;
    background-image: url(../images/contact-block-border.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 245px;
  }
	
	#block-cm-block-contact-region #block-cm-block-contact-contact table td:last-child {
		padding-right: 0;
	}

  #block-cm-block-contact-region #block-cm-block-contact-contact table td p {
    margin: 0;
  }

  #block-cm-block-contact-region #block-cm-block-contact-contact table td:first-child {
    width: 265px;
  }

  #block-cm-block-contact-region #block-cm-block-contact-contact table td:last-child {
    width: 135px;
  }

#block-cm-block-contact-region .right {
  float: right;
  width: 275px;
  margin-top: 35px;
 }

 #block-cm-block-contact-region .node-webform .webform-client-form input,
 #block-cm-block-contact-region .node-webform .webform-client-form textarea {
  width: 275px;
  border: none;
  padding: 10px;
  border-top: 2px solid #dedede;
  border-left: 1px solid #dedede;
  font: 11px 'krub_regular';
  color: #313131;
 }

 #block-cm-block-contact-region .node-webform .webform-client-form input {
  width: 255px;
 }

 #block-cm-block-contact-region .node-webform .webform-client-form input.form-submit {
  width: 105px;
  height: 30px;
  padding: 0;
  background-color: #ffcd00;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  font-family: 'century_gothicbold';
 }

 #block-cm-block-contact-region .node-webform .webform-client-form .grippie {
  display: none;
 } 

#block-cm-block-contact-region .node-webform .webform-client-form .g-recaptcha {
  transform: scale(0.92);
  -webkit-transform: scale(0.92);
  transform-origin: left;
  -webkit-transform-origin: left;
}



/* 
---------------------------------
GUIDE PAGE SIDEBAR
---------------------------------
 */

.node-guide-custom-left {
  width: 640px;
  float: left;
  margin-right: 20px;
}

.node-guide-custom-right {
  width: 280px;
  float: right;
  margin-top: 10px;
}

/* Actualites */

.node-guide-custom-right #block-views-actualites-block-les-plus-lues,
.node-guide-custom-right #block-views-actualites-block-les-rec {
  background-color: #F0F0F0;
  padding: 13px 0 0 0;
}

  .node-guide-custom-right #block-views-actualites-block-les-plus-lues h2.block-title,
  .node-guide-custom-right #block-views-actualites-block-les-rec h2.block-title {
    font: 16px 'krub_regular';
    text-transform: uppercase;
    background-image: url(../images/icons/news.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 16px;
    height: 34px;
    padding-left: 45px;
		padding-top: 6px;
    margin-left: 20px;
  }
	.node-guide-custom-right #block-views-actualites-block-les-plus-lues h2.block-title span,
  .node-guide-custom-right #block-views-actualites-block-les-rec h2.block-title span{
		font: 16px/16px 'paralucent_regular';
		text-transform: none;
	}
.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-header,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-header {
  font: 12px 'krub_regular';
  color: #ffffff;
  margin: 5px 20px;
  padding: 0;
}
.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-header-inner,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-header-inner {
  padding: 5px 10px;
}

  .node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-header p,
  .node-guide-custom-right #block-views-actualites-block-les-rec .view-header p {
    padding: 0;
    margin: 0;
  }

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content {
  font: 12px 'krub_regular', Arial, Tahoma, sans-serif;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content .views-row,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content .views-row {
  border-top: 1px dotted #B1B1B1;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content .views-row-first,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content .views-row-first {
  border: none;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content .views-row .views-field-field-image img,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content .views-row .views-field-field-image img {
  display: block;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content .views-row .views-field-field-image .additional-border-to-image,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content .views-row .views-field-field-image .additional-border-to-image {
  border-bottom: 8px solid #cccccc;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content .views-field-field-competence .field-content,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content .views-field-field-competence .field-content  {
  font-family: 'paralucent_regular';
}


.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content .views-field-field-competence .field-content .views-field-view-node,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content .views-field-field-competence .field-content .views-field-view-node {
  font-family: 'century_gothicitalic';
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content .views-field-field-image,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content .views-field-field-image {
	float: left;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-content .views-fields,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-content .views-fields {
  width: 135px;
	float: left;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-footer,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-footer {
  padding: 0;
  text-align: center;
  background-color: #DCDCDC;
  color: #3F3F3F;
  font: 11px 'century_gothicitalic', Arial, Tahoma, sans-serif;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-footer a,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-footer a {
  color: #3F3F3F;
}

.node-guide-custom-right #block-views-actualites-block-les-plus-lues .view-footer p,
.node-guide-custom-right #block-views-actualites-block-les-rec .view-footer p {
  margin: 0;
}


/* Documents */

.node-guide-custom-right #block-views-guides-block-documents,
.node-type-commune #block-views-fiche-commune-cm-fiche {
  background: url("../images/documents-title.png") no-repeat scroll 15px 16px #F0F0F0;
}

.node-guide-custom-right #block-views-guides-block-documents h2.block-title,
.node-guide-custom-right #block-views-guides-block-autres-fiches h2.block-title,
.node-type-commune #block-views-fiche-commune-cm-fiche  h2.block-title {
  font: 16px/20px 'krub_regular';
  padding: 20px 0 0 60px;
  text-transform: uppercase;
}

.node-guide-custom-right #block-views-guides-block-documents .view-display-id-block_documents  .view-header,
.node-guide-custom-right #block-views-guides-block-autres-fiches .view-display-id-block_autres_fiches   .view-header {
  word-wrap: break-word;
  font: 16px/16px 'paralucent_regular';
  padding: 0 0 0 60px;
}

.node-guide-custom-right #block-views-guides-block-documents .view-display-id-block_documents  .view-header p,
.node-guide-custom-right #block-views-guides-block-autres-fiches .view-display-id-block_autres_fiches   .view-header p {
  margin: 0 0 5px 0;
}

.node-guide-custom-right #block-views-guides-block-documents .view-display-id-block_documents  .view-content,
.node-guide-custom-right #block-views-guides-block-autres-fiches .view-display-id-block_autres_fiches   .view-content,
.node-type-commune #block-views-fiche-commune-cm-fiche .view-content {
  margin: 5px 20px 20px 20px;
  font-size: 11px;
}


.node-guide-custom-right #block-views-guides-block-documents .view-display-id-block_documents  .view-content .field-content,
.node-guide-custom-right #block-views-guides-block-autres-fiches .view-display-id-block_autres_fiches   .view-content .field-content {
  padding: 5px 0 5px 15px;
}

.node-type-commune #block-views-fiche-commune-cm-fiche  .view-content .field-content li {
	padding-top: 5px;
	padding-bottom: 1px;
}

.node-guide-custom-right #block-views-guides-block-documents .view-display-id-block_documents  .view-content .views-row-last .field-content,
.node-guide-custom-right #block-views-guides-block-autres-fiches .view-display-id-block_autres_fiches   .view-content .views-row-last .field-content,
.node-type-commune #block-views-fiche-commune-cm-fiche .view-content .views-row-last .field-content {
  border-bottom: 1px dotted #b1b1b1;
}
.node-guide-custom-right #block-views-guides-block-documents .view-display-id-block_documents  .view-content .field-content a {
  display: list-item;
}

/* Autres Fiches */

.node-guide-custom-right #block-views-guides-block-autres-fiches {
  background: url("../images/autres-fiches-title.png") no-repeat scroll 15px 16px #F0F0F0;
}

.node-guide-custom-right #block-views-guides-block-autres-fiches .view-display-id-block_autres_fiches .view-content .field-content {
  padding-left: 0;
}

.node-guide-custom-right #block-views-guides-block-autres-fiches .view-display-id-block_autres_fiches .view-content .views-field {
  background-image: url(../images/guide-links-arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}


/* GUIDE PAGE - MAIN CONTENT */

#content .field-name-field-chapo {
  font-family: 'krub_regular';
	font-size: 19px;
	line-height: 1.6;
	margin-top: 9px;
}
#content .node-preview .field-name-field-chapo,
.node-type-actualite #content .field-name-field-chapo {
	font-size: 12px;
}

  #content .field-name-field-chapo p {
    margin-bottom: 1em;
  }

#content .social-node-block {
    background-color: #F0F0F0;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}

  #content .social-node-block #addthis {
    float: left;
    margin: 2px 0 0 250px;
    width: auto;
  }
  
  .node-type-actualite #content .social-node-block.bottom #addthis {
    float: left;
    margin: 2px 0 0 140px;
    width: auto;
  }

  #content .node-guide-header-blocks .social-node-block #addthis {
    margin-left: 375px;
  }

    #content .social-node-block #addthis a {
      float: left;
      height: 27px;
      margin: 0 2px 0 0;
      padding: 0;
      width: 28px;      
    }
    #addthis a .at4-icon {
      zoom: 1;
      opacity: 0 !important;
      -khtml-opacity: 0.5 !important;
      filter: alpha(opacity=0) !important;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transform: scale(2.0);
      -ms-transform: scale(2.0); 
      -webkit-transform: scale(2.0); 
      -o-transform: scale(2.0); 
      -moz-transform: scale(2.0); 
      transform-origin: top left;
      -ms-transform-origin: top left;
      -webkit-transform-origin: top left;
      -moz-transform-origin: top left;
      -webkit-transform-origin: top left;
    }

      #addthis a.addthis_button_facebook {
        background-image: url("../images/icons/fb.png");
        background-position: left top;
        background-repeat: no-repeat;
        float: left;
        height: 27px;
        width: 28px;
      }

      #addthis a.addthis_button_twitter {
        background-image: url("../images/icons/tw.png");
        background-position: left top;
        background-repeat: no-repeat;
        float: left;
        height: 27px;
        width: 28px;
      }

      #addthis a.addthis_button_google {
        background-image: url("../images/icons/gplus.png");
        background-position: left top;
        background-repeat: no-repeat;
        float: left;
        height: 27px;
        width: 28px;
      }

      #addthis a.addthis_button_email {
        background-image: url("../images/icons/mail.png");
        background-position: left top;
        background-repeat: no-repeat;
        float: left;
        height: 27px;
        width: 28px;
      }

      #addthis a.addthis_button_print {
        background-image: url("../images/icons/pdf.png");
        background-position: left top;
        background-repeat: no-repeat;
        float: left;
        height: 27px;
        width: 28px;
      }
#addthis .at300b span {
  background: none !important;
}
#content .social-node-block a.button_pdf,
			#block-cm-block-social a.button_pdf,
			.social-block a.button_pdf {
				display: none;
				float: left;
				height: 27px;
        width: 28px;
				margin-top: 2px;
				background-image: url("../images/icons/pdf.png");
        background-position: left top;
        background-repeat: no-repeat;
				text-indent:-9999px;
				overflow: hidden;
			}
      a.button_carte.social-button {
        display: block;
				float: left;
				height: 27px;
        width: 28px;
				margin-top: 2px;
				background-image: url("../images/icons/sharing-small.png");
        background-position: left top;
        background-repeat: no-repeat;
				text-indent:-9999px;
				overflow: hidden;
      }
			a.button_pdf.visible {
				display: block !important;
			}
			a.add-to-cal.visible {
				display: block !important;
			}
			.node-type-event .social-block a.button_pdf {
				margin-left: 2px;
			}
			#content .social-node-block .rate-widget .rate-fivestar-processed a.rate-button.rate-fivestar-btn-empty {
				width: 16px;
				height: 16px;
				background: url("../images/starrating.png") bottom left;
			}
			#content .social-node-block .rate-widget .rate-fivestar-processed a.rate-button.rate-fivestar-btn-filled {
				width: 16px;
				height: 16px;
				background: url("../images/starrating.png") top left;
			}
			.node-type-guide #content .rate {
				height: 20px;
				margin-top: -24px;
				margin-bottom: 10px;
				line-height: 20px;
				background-color: #8f8f8f;
				color: #FFFFFF;
			}
			.node-type-guide #content .social-node-block #addthis {
				margin-left: 388px;
			}
			.node-type-guide #content .rate .rate-description {
				margin-left: 368px;
				float: left;
				color: #FFFFFF;
				font-size: 11px;
			}
			.node-type-guide #content .rate .item-list ul li {
				margin: 0;
				font-size: 11px;
			}
			.node-type-guide #content .rate a.rate-button {
				margin-left: 5px;
				padding: 0 5px;
				border: 0;
				background-color: #767676;
				color: #FFFFFF !important;
				text-transform: capitalize;
			}
			.node-type-guide .node-updated,
			.node-type-canton	.node-updated {
				font-size: 10px;
			}
			.node-type-guide .node-updated span,
			.node-type-canton .node-updated span {
				font-family: 'droid_serifbold';
			}
			#content .field-name-body {
				line-height: 1.6;
			}
				.node-content .field-items .field-item table {
					width: 100%;
					/* width: 100% !important; */
				}
  #content .social-node-block .text-resize {
    float: right;
    width: auto;
  }

    #content .social-node-block .text-resize #text_resize_decrease {
      background-image: url("../images/text_resize_decrease.png");
      background-position: left top;
      background-repeat: no-repeat;
      float: left;
      height: 33px;
      margin: 0 3px 0 0;
      width: 33px;
    }

    #content .social-node-block .text-resize #text_resize_increase {
      background-image: url("../images/text_resize_increase.png");
      background-position: left top;
      background-repeat: no-repeat;
      float: left;
      height: 33px;
      margin: 0;
      width: 33px;
    }


  #content .field-name-body p {
    margin-bottom: 1em;
  }

#content .view-display-id-block_pour_connaitre {
  background-image: url(../images/pour-connaitre-bg.png);
  background-repeat: repeat-x;
  background-position: top;
  min-height: 155px;
  padding-top: 15px;
  padding-left: 20px;
	margin-top: 30px;
}

  #content .view-display-id-block_pour_connaitre .view-header {
  }

    #content .view-display-id-block_pour_connaitre .view-header p {
      font: 34px 'paralucent_regular';
      background-image: url(../images/pour-connaitre-title.png);
      background-repeat: no-repeat;
      background-position: 0 50%;
      line-height: 66px;
      height: 66px;
      padding-left: 70px;
      margin-bottom: 0;
    }
			#content .view-display-id-block_pour_connaitre .view-header p span {
				font-family: 'krub_regular';
			}
			
  #content .view-display-id-block_pour_connaitre .view-content {
    margin: 10px 0 0 -25px;
  }

  #content .view-display-id-block_pour_connaitre .view-content .views-row-last .views-field {
  }

  #content .view-display-id-block_pour_connaitre .view-content .views-field {
    float: left;
    background-image: url(../images/guide-links-arrow2.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;   
    font-family: 'droid_serifbold';
    width: 285px;
  }
		#content .view-display-id-block_pour_connaitre table.views-view-grid {
			border-collapse: separate !important;
			border-spacing: 27px 0;
		}
		#content .view-display-id-block_pour_connaitre table.views-view-grid,
		#content .view-display-id-block_pour_connaitre table.views-view-grid tr,
		#content .view-display-id-block_pour_connaitre table.views-view-grid tr td {
		  border: 0;
			padding: 0;
			background: 0;
		}
		#content .view-display-id-block_pour_connaitre table.views-view-grid tr.row-1 td.border {
			border-top: 1px dotted #b1b1b1;
		}
		#content .view-display-id-block_pour_connaitre table.views-view-grid tr td.border {
		  border-bottom: 1px dotted #b1b1b1;
		}
		#content .view-display-id-block_pour_connaitre .view-content .field-content {
      padding: 5px 20px 3px 0;
    }

      #content .view-display-id-block_pour_connaitre .view-content .field-content a {
        color: #313131;
      }

#content .field-name-field-guide-block .field-collection-view {	
  margin: 0;
  padding: 0;
  font-family: 'krub_regular';
	font-size: 11px;
}

#content .field-name-field-guide-block .field-name-field-contenus {
	font-size: 12px;
	line-height: 1.7;
}

	#content .field-name-field-guide-block .field-collection-view .field-label {
		width: auto;
		margin-bottom: 7px;
		font-family: 'krub_regular';
		text-transform: uppercase;
	}

  #content .field-name-field-guide-block .field-collection-view .field-name-field-title {
    margin-top: 15px;
    padding-bottom: 3px;
    font-family: 'krub_regular';
    font-size: 24px;
    border-bottom: 1px solid #c6c6c6;
  }

  #content .field-name-field-guide-block .field-collection-view .field-name-field-contenus {
    margin-top: 10px;
  }

#content .field-name-field-guide-block .group-telecharger-ailleurs {
  background-color: #f0f0f0;
  padding: 15px 18px;
	margin-bottom: 27px;
  overflow: auto;
	clear: both;
}

#content .field-name-field-guide-block .group-telecharger-ailleurs .field-name-field-documents-associes {
  width: 240px;
  min-height: 64px;
  background-image: url(../images/telegrapher-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  padding-left: 65px;
}

#content .field-name-field-guide-block .group-telecharger-ailleurs .field-name-field-documents-associes h2 {
  text-transform: uppercase;
  font: 12px 'paralucent_regular';
  margin: 0;
  width: 100%;
}

#content .field-name-field-guide-block .group-telecharger-ailleurs .field-name-field-documents-associes .field-items {
  margin-left: 15px;
}


#content .field-name-field-guide-block .group-telecharger-ailleurs .field-name-field-documents-associes .field-items .field-item {
  display: list-item;
}

#content .field-name-field-guide-block .group-telecharger-ailleurs .field-name-field-llien-externe {
  width: 230px;
	min-height: 50px;
  background-image: url(../images/ailleurs-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  float: right;
  padding-left: 65px;
}

#content .field-name-field-guide-block .group-telecharger-ailleurs .field-name-field-llien-externe h2 {
  text-transform: uppercase;
  font: 12px 'paralucent_regular';
  margin: 0;
  width: 100%;
}

#content .field-name-field-guide-block .group-telecharger-ailleurs .field-name-field-llien-externe .field-items {
  margin-left: 15px;
}

#content .field-name-field-guide-block .group-telecharger-ailleurs .field-name-field-llien-externe .field-items .field-item {
  display: list-item;
}

#content .field-name-field-guide-block .field-collection-view {
  border: none;
}

#content .field-collection-container {
  border: none;
  margin-bottom: 15px;
}

/* 
---------------------------------
PAGE ACTUALITE
---------------------------------
 */

 /* Filters block */
#block-views-exp-search-page .views-exposed-widget,
#block-views-exp-actualites-page-actualites .views-exposed-widget {
	position: relative;
	width: 210px;
	padding:0;
	margin:0 4px 0 0;
}

#block-views-exp-actualites-page-actualites .views-exposed-widget .views-widget,
#block-views-exp-search-page #edit-competence-wrapper .views-widget {
  overflow: hidden;
	margin:10px 0 0;
	padding: 17px 0 0 8px;
	background: url("../images/filters_bg.png") repeat-x;
  height: 220px;
  overflow-y: auto;
 }


  #block-views-exp-actualites-page-actualites .views-exposed-widget >label.opened,
	.page-search .views-widget-filter-field_competence >label.opened	{
    background-image: url("../images/filter_arr.png");
    background-position: 196px bottom;
  }


#block-views-exp-actualites-page-actualites .views-exposed-widget > label,
.page-search .views-widget-filter-field_competence > label  {
  background-color: #D0D0D0;
  background-image: url("../images/filter_arr.png");
  background-position: 196px 0;
  background-repeat: no-repeat;
  color: #313131;
  cursor: pointer;
  display: block;
  font-family: 'paralucent_regular';
  font-size: 14px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  padding: 0 20px 0 5px;
 }
 
#block-views-exp-search-page .views-exposed-widget .views-widget .form-checkboxes,
#block-views-exp-actualites-page-actualites .views-exposed-widget .views-widget .form-checkboxes {
  min-height: 220px;
}

#block-views-exp-actualites-page-actualites .views-exposed-widget .views-widget .form-checkboxes .form-item {
  padding: 2px 0;
}

#block-views-exp-actualites-page-actualites .views-exposed-widget .views-widget .form-checkboxes input {
  vertical-align: middle;
}

#block-views-exp-search-page .views-exposed-widget .views-widget .form-checkboxes label,
#block-views-exp-actualites-page-actualites .views-exposed-widget .views-widget .form-checkboxes label {
  font-family: 'krub_regular';
  font-size: 11px;
  font-weight: normal;
}

#block-views-exp-search-page .custom-checkbox,
#block-views-exp-actualites-page-actualites .custom-checkbox {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  
}
#block-views-exp-search-page .custom-checkbox img,
#block-views-exp-actualites-page-actualites .custom-checkbox img {
  display:block;
  width: 11px;
  height: 11px;
  background-image: url(../images/form/custom-checkbox.png);
  background-repeat: no-repeat;
}
#block-views-exp-search-page .custom-checkbox-checked img,
#block-views-exp-actualites-page-actualites .custom-checkbox-checked img {background-position: 0 -11px;}

.page-actualites #block-system-main .views-row {
  clear: both;
  margin-bottom: 25px;
}

.page-actualites #block-system-main .views-row .views-field-field-competence {
  float: left;
  width: 100%
}

 .page-actualites #block-system-main .views-row .views-field-field-competence li {
  list-style-type: none;
  list-style-image: none;
  text-transform: uppercase;
  float: left;
  margin: 0 10px 0 0;
  font: 12px 'paralucent_regular';
 }

 .page-actualites #block-system-main .views-row .views-field-field-image {
  clear: both;
  float: left;
  margin: 0 20px 0 0;
  width: 235px;
 }

.page-actualites #block-system-main .views-row .views-field-field-image img {
  display: block;
  margin-bottom: 25px;
}

.page-actualites #block-system-main .views-row .views-field-title a {
  color: #313131;
  font: 24px 'krub_regular';
}

.page-actualites #block-system-main .views-row .views-field-field-commune {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-left: 255px;
  padding: 5px 0;
  font-family: 'droid_serifbold';
}

.page-actualites #block-system-main .views-row .views-field-field-commune a {
  color: #313131;
}

.page-actualites #block-system-main .views-row .views-field-field-canton {
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 0;
  margin-left: 255px;
}

.page-actualites #block-system-main .views-row .views-field-field-canton a {
  color: #313131;
  font-family: 'droid_serifbold';
}

.page-actualites #block-system-main .views-row .views-field-field-canton ul {
  padding: 0;
  margin: 0;
}

.page-actualites #block-system-main .views-row .views-field-field-canton ul li {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}

.page-actualites #block-system-main .views-row .views-field-field-chapo {
  margin-left: 255px;
  margin-top: 10px;
}

.page-actualites #block-system-main .views-row .views-field-view-node {
  margin-left: 255px;
  margin-top: 10px;
} 

.page-actualites #block-system-main .views-row .views-field-view-node a {
  color: #313131;
  text-transform: uppercase;
  font-family: 'century_gothicitalic';
}


/* 
---------------------------------
CONTACT FORM
---------------------------------
 */
.node-type-webform #content .webform-client-form .webform-component,
.node-type-webform #content .webform-client-form .form-radios .form-type-radio  {
  clear: both;
}

.node-type-webform #content .webform-client-form .webform-component {
  margin-top: 10px;
}

.node-type-webform #content .webform-client-form .webform-component label {
  width: 200px;
  font-weight: normal;
  float: left;
  margin-top: 4px;
}

.node-type-webform #content .webform-client-form .webform-component input,
.node-type-webform #content .webform-client-form .webform-component textarea {
  width: 252px;
  border: none;
  padding: 5px 10px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 1px 2px 3px 0 #c5c5c5;
  box-shadow: inset 1px 2px 3px 0 #c5c5c5;
}

.node-type-webform #content .webform-client-form .webform-component textarea {
  width: 272px;
}

.node-type-webform #content .webform-client-form .webform-component .grippie {
  display: none;
}

.node-type-webform #content .webform-client-form .webform-component input#edit-submitted-code-postal {
  width: 120px;
}

.node-type-webform #content .webform-client-form .form-actions,
.node-type-webform #content .webform-client-form .captcha {
  clear: both;
  margin-top: 40px;
}

.node-type-webform #content .webform-client-form .captcha + .form-actions {
  margin-top: 20px;
} 

.node-type-webform #content .webform-client-form .form-actions input[type=submit],
.page-node-edit #content .form-actions input.form-submit,
.page-node-add-event #content .form-actions input.form-submit {
  background: #ffcd00;
	border: medium none;
	color: #ffffff;
	font: 12px/30px 'paralucent_regular';
	margin-right: 10px;
	height: 30px;
	min-width: 105px;
	padding: 0;
	text-transform: uppercase;
  font-weight: bold;
}

.node-type-webform #content .webform-client-form fieldset {
  border:0;
  margin:30px 0 0;
  padding:0;
  clear:both;
  overflow:hidden;
	min-height: 22px;
}
.node-type-webform #content .webform-client-form fieldset legend {
  display:block;
  border-bottom:1px dotted #ccc;
  width:472px;
  color:#40a41d;
  font-size:18px;
  font-family: 'paralucent_regular';
}

.node-type-webform #content .webform-client-form #webform-component-mode label {
  float:none;
  width:auto;
}
.node-type-webform #content .webform-client-form #webform-component-mode .form-radio {
  width:auto;
  background:none;
  -webkit-box-shadow:none;
}
.node-type-webform #content .webform-client-form #webform-component-mode label {
	float:left;
	width: 200px;
}
.node-type-webform #content .webform-client-form #webform-component-mode label.option {
	float: none;
	width: 100%;
}
.node-type-webform #content .webform-client-form #webform-component-mode .jquery-checkbox img {
	float: left;
	margin-right: 7px;
}
.node-type-webform #content .webform-client-form #webform-component-mode .form-type-radio {
	margin-bottom: 8px;
}
.node-type-webform #content .webform-client-form #webform-component-mode #edit-submitted-mode {
	float: left;
}
.node-type-webform #content .webform-client-form #webform-component-civilite-groupe--civilite label {
  float:none;
  width:auto;
}
.node-type-webform #content .webform-client-form #webform-component-civilite-groupe--civilite .form-radios {
  overflow:hidden;
  padding:0 0 0 200px;
}
.node-type-webform #content .webform-client-form #webform-component-civilite-groupe--civilite .form-item {
  float:left;
  clear:none;
  margin:0 10px 0 0;
}
.node-type-webform #content .webform-client-form #webform-component-civilite-groupe--civilite .form-radio {
  width:auto;
  background:none;
  -webkit-box-shadow:none;
}

.node-type-webform #content .webform-client-form input.hasDatepicker {
	width: auto;
	background: none;
	border: 0;
	box-shadow: none;
	padding: 0;
}
/* 
---------------------------------
BASIC PAGE
---------------------------------
 */

 #content article.node-page .field-item p {
  margin-bottom: 10px; 
 }

 #content article.node-page .field-item h2,
 #content article .field-item h2 {
  font: 24px 'krub_regular';
 }

#content article.node-page .field-item h3,
#content article .field-item h3 {
  font: 18px 'paralucent_regular';
  color: #000;
}

#edit-canton-wrapper .views-widget  .form-checkboxes,
#edit-commune-wrapper .views-widget  .form-checkboxes,
#edit-competence-wrapper .views-widget  .form-checkboxes{
  height: 220px;
  overflow: hidden;
}

.jspContainer .jspDrag{
  background-color: #8f8f8f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.jspContainer .jspTrack{
  background-color: #D0D0D0;
}

.region-prefooter {
	max-width: 1316px;
	margin: 0 auto;
}
#block-cm-block-console-galaxie {
	position:fixed;
	top:	305px;
	left:0;
	overflow:visible;
	z-index: 100;
}
#block-cm-block-console-galaxie .content {
	position:relative;
}

#block-cm-block-console-galaxie .content a.link {
	display:none;
	background: url(../images/block-console-galaxie.png) no-repeat;
	width:100px;
	color:#fff;
	padding:2px 8px 13px;
	position:absolute;
	top:-41px;
	left:17px;
	font:14px 'paralucent_regular';
	line-height:14px;
	text-decoration:none;
}
#block-cm-block-console-galaxie .content:hover a.link {
	display:block;
}

.lien_externe,
.views-field-field-guide-llien-externe a {
	padding: 0 14px 0 0;
	background: url("../images/lien_externe.gif") no-repeat right center;
}

/* Canton */
#block-views-points-block-carte-point .gmap{
	width: 100% !important;
	height: 350px !important;
}

.node-type-canton .content-wrapper-left {
	float: left;
	width: 640px;
}

.node-type-canton .content-wrapper-right {
	float: left;
	width: 280px;
	margin-left: 22px;
}

.all-elu .field-label,
.node-type-canton .field-name-field-commune .field-label {
	background: url("../images/communs-title.png") no-repeat;
	color: #fff;
}
.all-elu,
.node-type-canton .field-name-field-commune {
	padding: 19px 12px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	overflow: hidden;
}

.all-elu section {
  margin: 0;
}

/*.block-title,*/
.node-type-canton .field-name-field-commune .field-label {
	display: block;
	width: 178px;
	height: 43px;
	margin-bottom: 12px;
	padding: 2px 0 0 16px;
	/* color: #fff; */
	font: 13px 'paralucent_regular';
	font-weight: normal;
}

.view-fiche-elu.view-display-id-all_elu_block .view-content,
.node-type-canton .field-name-field-commune .field-items {
	padding-bottom: 16px;
}

.view-fiche-elu.view-display-id-all_elu_block .view-content .views-row,
.node-type-canton .field-name-field-commune .field-items .field-item {
	float: left;
	padding: 0 0 0 7px;
	margin: 0 5px 0 0;
  border: none;
	background: url("../images/list.png") no-repeat 0 50%;
	font-family: 'krub_regular';
	font-size: 11px;
	white-space: nowrap;
}

.node-type-canton .canton-carte {
	clear: left;
}

.node-type-canton .canton-carte #block-views-points-block-carte-point {
	margin-bottom: 12px;
}

.node-type-canton .keys {
	clear: left;
	margin-bottom: 40px;
}

.node-type-canton .keys .keys-title {
	height: 65px;
	padding: 17px 0 0 78px;
	background: url("../images/canton-chiffres-title.png") left center no-repeat;
	font-family: 'krub_regular';
	font-size: 32px;
}

.node-type-canton .keys .keys-title span,
.node-type-canton .other-keys h2.sub-title  span {
	font-family: 'paralucent_regular';
}

.node-type-canton .other-keys {
	padding: 21px 18px 33px 18px;
	background-color: #F0F0F0;
}

.node-type-canton table.infos-patiques-table {
	padding-left: 0;
}

.node-type-canton table.infos-patiques-table td {
	border-style: none;
}

.node-type-canton table.infos-patiques-table td p {
	display: list-item;
}

.node-type-canton .info-praques-div-content {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.node-type-canton #block-views-fiche-elu-block-1,
.node-type-canton #block-views-fiche-elu-block-1 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}

.node-type-canton #block-views-fiche-elu-block-1 h2.block-title {
	padding: 8px 0 0 78px;
	height: 65px;
	width: 100%;
	background: url("../images/canton-elu-title.png") no-repeat scroll left center;
	color: #313131;
	font-family: "paralucent_regular";
	font-size: 32px;
}
	.node-type-canton #block-views-fiche-elu-block-1 h2.block-title span {
		font-family: 'krub_regular';
		font-size: 32px;
	}

.view-fiche-elu.view-display-id-block_1 {}
.view-fiche-elu.view-display-id-block_1 .view-content {}
.view-fiche-elu.view-display-id-block_1 .views-row {
	padding: 20px 50px 15px;
	max-width: 360px;
	width: 50%;
	border-top: 0;
	background-color: #f0f0f0;
}
.view-fiche-elu.view-display-id-block_1 .views-row.views-row-odd {
	float: left;
	border-right: 10px solid #fff;
}
.view-fiche-elu.view-display-id-block_1 .views-row.views-row-even {
	float: right;
	border-left: 10px solid #fff;
}
.content-wrapper-right .view-fiche-elu.view-display-id-block_1 .views-row {
	width: 100%;
	border: 0 !important;
}
.view-fiche-elu.view-display-id-block_1 .views-field-field-image {
	margin-bottom: 8px;
}
.view-fiche-elu.view-display-id-block_1 .views-field-field-image img {
	display: block;
	height: auto;
	max-width: 210px;
	width: 100%;
}
.view-fiche-elu.view-display-id-block_1 .views-field-field-elu-prenom {
	color: #313131;
	font-family: 'krub_regular';
	font-size: 18px;
  line-height: 1em;
}
.view-fiche-elu.view-display-id-block_1 .views-field-field-elu-nom {
	margin-top: 2px;
	color: #313131;
	font-family: 'paralucent_regular';
	font-size: 29px;
  line-height: 1em;
  margin-bottom: 7px;
}
.content-wrapper-right .view-fiche-elu.view-display-id-block_1 .views-field-field-elu-nom,
.content-wrapper-right .view-fiche-elu.view-display-id-block_1 .views-field-field-elu-prenom {
	display: none;
}
.view-fiche-elu.view-display-id-block_1 .views-field-view-node {}
.view-fiche-elu.view-display-id-block_1 .views-field-view-node a {
	display: inline-block;
	padding: 0 25px;
	margin-top: 7px;
	height: 28px;
	background-color: #ffcd00;
	color: #fff;
	font-family: "paralucent_regular";
	font-size: 11px;
	line-height: 28px;
	text-transform: uppercase;
}

#block-views-fiche-elu-all-elu-block h2.block-title {
	padding: 0;
	font-family: "paralucent_regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	text-transform: uppercase;
}

.node-type-commune #block-views-fiche-commune-cm-elu,
.node-type-epci #block-views-fiche-commune-cm-elu {
	padding: 9px 0 0;
	background-image: url("../images/info-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
	background-color: #f0f0f0;
}

.node-type-commune #block-views-fiche-commune-cm-elu .block-inner,
.node-type-epci #block-views-fiche-commune-cm-elu .block-inner {
	padding-right: 20px;
	padding-bottom: 29px;
	background: url("../images/votre-elu-title.png") 15px 26px no-repeat #f0f0f0;
}

.node-type-commune #block-views-fiche-commune-cm-elu h2.block-title,
.node-type-epci #block-views-fiche-commune-cm-elu h2.block-title {
	padding: 28px 0 5px 60px;
	font: 16px/16px 'krub_regular';
	text-transform: uppercase;
}

.node-type-commune #block-views-fiche-commune-cm-elu .views-row,
.node-type-epci #block-views-fiche-commune-cm-elu .views-row {
	margin-left: 60px;
	border: 0;
	font: 16px/16px 'paralucent_regular';
}

.node-type-canton .content-wrapper-right #block-views-fiche-elu-block-1 {
	background-color: #f0f0f0;
}
.node-type-canton .content-wrapper-right #block-views-fiche-elu-block-1 h2.block-title {
	padding: 20px 0 0 60px;
	font: 16px/20px "krub_regular";
	text-transform: uppercase;
	background: url("../images/votre-elu-title.png") no-repeat 15px 16px;
}
.node-type-canton .content-wrapper-right #block-views-fiche-elu-block-1 h2.block-title span {
	display: block;
	font: 16px/16px "paralucent_regular";
}
.node-type-canton .content-wrapper-right #block-views-fiche-elu-block-1 .views-field-field-image {
/* 	width: 164px; */
	height: auto;
	margin: 0 auto;
}

.node-type-canton .content-wrapper-right #block-views-fiche-elu-block-1 .views-field-view-node .field-content a {
	display: block;
	margin-top: 15px;
	width: 100%;
	background-color: #5bbe39;
	border: 0 none;
	color: #FFFFFF;
	font-family: 'paralucent_regular';
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

.node-type-canton .content-wrapper-right #block-views-fiche-elu-block-1 .block-content .views-row {
  padding-top: 0;
	border-top: 0;
}
.node-type-canton .social-node-block #addthis {
	margin-left: 383px !important;
}

.node-type-canton .node-updated {
	margin-top: -19px;
}

/* Point */
#block-views-points-block-carte-point-node .gmap{
	width: 100% !important;
	height: 350px !important;
}

.node-type-point .content-wrapper-left {
	float: left;
	width: 640px;
}

.node-type-point .content-wrapper-right {
	float: left;
	width: 280px;
	margin-left: 22px;
}

.node-type-point .social-node-block.bottom #addthis {
	margin-left: 383px !important;
}


/* Commune */

.point-info,
.node-type-commune .node-commune .content-wrapper,
.node-type-epci .node-epci .content-wrapper {
    background-color: #F0F0F0;
    padding: 21px 18px;
    margin-bottom: 40px;
}

.point-info label,
.node-type-commune .node-commune .content-wrapper .field-label,
.node-type-epci .node-epci .content-wrapper .field-label,
.node-type-guide .node-guide-custom-left .field-type-text-long strong {
    font-weight: normal;
		font-family: 'droid_serifbold';
}

.node-type-commune .node-commune .content-wrapper .field-label,
.node-type-epci .node-epci .content-wrapper .field-label {
    border-bottom: 1px solid #C6C6C6;
}

.node-type-commune .node-commune .content-wrapper .field-items,
.node-type-epci .node-epci .content-wrapper .field-items {
	margin: 10px 0 25px;
	padding-left: 0;
}
	.node-type-commune .node-commune .content-wrapper .field-items .field-item,
	.node-type-epci .node-epci .content-wrapper .field-items .field-item {
		width: auto;
		display: inline;
		margin-right: 3px;
	}
	.node-type-commune .node-commune .content-wrapper .field-items .field-item a:before,
	.node-type-epci .node-epci .content-wrapper .field-items .field-item a:before {
		display: inline;
		content: "•";
		padding-right: 3px;
		color: #000;
	}

.node-type-commune .node-commune .content-wrapper ul.field-items,
.node-type-epci .node-epci .content-wrapper ul.field-items {
	list-style: none;
}

.point-info-wrapper {
    padding: 21px 0;
    border-bottom: 1px solid #C6C6C6;
    border-top: 1px solid #C6C6C6;
    /*-webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2;
    -webkit-column-gap: 30px;  
    -moz-column-gap: 30px;  
    column-gap: 30px; */
		overflow: hidden;
}

.point-info-wrapper .point-info-adress,
.point-info-wrapper .point-info-contact {
	width: 50%;
	float: left;
}

.view-footer {
    padding: 0;
    text-align: center;
    background-color: #DCDCDC;
    color: #3F3F3F;
    font: 11px 'century_gothicitalic',Arial,Tahoma,sans-serif;
}

.node-type-actualite .region-sidebar-second .view-actualites .view-footer {
		text-align: left;
}

.point-info-horaires {
    margin-top: 21px;
}

.views-field-field-competence {
    font-size: 10px;
    font-family: 'paralucent_regular';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.front .dossier  .views-field-field-competence {
    text-transform: none;
}

.block-content .views-row {
    border-top: 1px dotted #B1B1B1;
}

#block-views-actualites-block-actualite-last .block-title {
    margin-bottom: 20px;
}

#block-views-guides-block-guide-carte {
    position: relative;
}

#block-views-guides-block-guide-carte .view-content .views-field-field-carte-title {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 22px;
    position: absolute;
    color: #fff;
    font: 20px/22px 'paralucent_regular';
}

#block-views-guides-block-guide-carte .view-content .views-field-field-carte-title span {
    font: 20px/22px 'krub_regular';
    display: inherit;
}

#block-views-guides-block-guide-carte .view-content .views-field-field-carte-image img {
    width: 280px;
    margin-bottom: -4px;
}

#block-views-guides-block-guide-carte .view-content .views-field-field-carte-link a {
    color: #fff;
    text-decoration: none;
}

/*
#block-views-guides-block-guide-carte .view-content .views-field-field-carte-link:after {
    background: url('../images/map_link_arrow.png') ;
}
*/
    
    #block-views-guides-block-guide-carte .view-content .views-field-field-carte-link {
    background: url('../images/map_link_arrow.png') no-repeat 247px center;
    font: 12px/14px 'krub_regular';
    padding: 10px 40px 10px 14px;
}

/*
.parent .children{
    margin-left: 15px;
}
*/
#edit-competence-wrapper li{
  list-style: none;
}
#views-exposed-form-search-page-1 .views-widget-filter-type,
#views-exposed-form-search-page-1 .views-widget-filter-field_competence,
#views-exposed-form-search-page-1 .views-widget-per-page{
    display: none;
}

/* Resultat recherche */
.page-search #block-cm-block-social {
	margin-bottom: 22px;
}
.page-search #block-cm-block-social #addthis {
  margin-left: 388px;
}

.page-search .search-text,
.page-actualites .view-actualites .view-header {
	margin-bottom: 22px;
	padding-left: 5px;
	font: 20px 'krub_regular';
}

.page-actualites .view-actualites .view-header {
	border-bottom: 1px solid #d0d0d0;
}

.page-actualites .view-actualites .view-header p {
	margin-bottom: 22px;
}

.page-search .search-text span,
.page-actualites .view-actualites .view-header b {
	display: inline-block;
	padding: 6px 8px 8px;
	background-color: #ffcd00;
	font: 20px/20px 'paralucent_regular';
	color: #FFFFFF;
}

.page-actualites .view-actualites .view-header b {
	margin-right: 5px;
}

.page-search .search-text strong {
	font-family: 'paralucent_regular';
}

.page-search .additional-filter {
	padding: 16px 0 0 3px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 32px;
}

.page-search .additional-filter label {
	margin-bottom: 7px;
	font: 12px/13px 'krub_regular';
}

.page-search #block-views-exp-search-page .views-exposed-widget {
	margin: 0;
}

.page-search #block-views-exp-search-page .views-widget-per-page  {
	margin-top: -20px;
}

.page-search .views-widget-per-page .customStyleSelectBox {
	width: 192px;
	height: 20px;
	padding: 4px 9px 0;
	background: url("../images/select-arrow.png") no-repeat 190px 8px #d0d0d0;
	font: 14px/14px 'paralucent_regular';
}

.page-search .views-widget-filter-field_competence label {
	font-family: 'paralucent_regular';
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
	height: 20px;
	width: 186px;
}

.page-search .views-widget-filter-field_competence .form-item-competence select {
	border: 0;
	font-family: 'krub_regular';
	font-size: 11px;
	font-weight: normal;
	color: #313131;
	width: 211px;
}

.page-search .views-widget-per-page {
	float: right;
	margin-top: -20px;
}

.page-search .views-widget-per-page select {
	width: 210px;
	font: 14px/14px 'paralucent_regular';
	color: #313131;
}

.page-search .views-exposed-form .views-exposed-widget {
	padding: 0;
}

.page-search #block-views-exp-search-page {
	margin-bottom: 17px;
}

.page-search .view-content {
	background-image: url("../images/edito-bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding: 21px 18px 0;
}

.page-search .view-content .subdomain-title {
	margin-bottom: 58px;
}
.page-search .view-content .subdomain-title span{
	display: block;
	float: left;
	height: 28px;
	margin-right: 10px;
	padding-right: 9px;
	border-right: 1px solid #d0d0d0;
	text-align: right;
	font: 12px/13px 'paralucent_regular';
}

.page-search .view-content .subdomain-title span.domain-name {
	display: block;
	float: left;
	margin-top: -8px;
	color: #285a17;
	font: 36px/36px'paralucent_regular';
	border: 0;
	padding: 0;
}

.page-search .view-content .views-row {
	margin: 0 0 45px;
	padding-left: 4px;
	clear: left;
	overflow: hidden;
}

.page-search .view-content .views-row  .views-field-title {
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e1e1e1;
}

.page-search .view-content .views-row  .views-field-title a {
	font: 24px/24px 'krub_regular';
	color: #313131;
}

.page-search .view-content .views-row  .views-field-field-image,
.page-search .view-content .views-row  .views-field-field-event-image {
	float: left;
	width: 130px;
	margin-right: 12px;
}

.page-search .view-content .views-row .views-field-view-node a {
	color: #313131;
  text-transform: uppercase;
	font-family: 'century_gothicitalic';
	font-size: 10px;
	line-height: 10px;
}

.page-search .views-row .views-field-field-competence li {
	float: left;
	font: 12px 'paralucent_regular';
	list-style-image: none;
	list-style-type: none;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}

.page-search .views-row .views-field-field-competence {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.page-search .pager-bar {
	margin: 5px 0 25px;
}

.page-search .views-field-field-commune,
.page-search .views-field-field-canton {
	margin-bottom: 2px;
}

.page-search .views-field-field-commune a,
.page-search .views-field-field-canton a {
	color: #313131;
	font-family: 'droid_serifbold';
	font-size: 12px;
	line-height: 12px;
}

.page-search .views-field-field-image-text ul {
	padding: 0;
}

.page-search .views-field-field-image-text ul li {
	list-style: none;
}

/* Le mag */
.node-type-magazine #content-column {
    padding-bottom: 30px;
}
.node-type-magazine #main-content .title-wrap {
    margin-bottom: 7px;
}

#block-system-main .magazine-block.large {
	overflow: hidden;
	margin-bottom: 20px;
}

.node-type-magazine .view-magazine .views-fields.left,
#block-system-main .magazine-block.large .left {
    float: left;
    margin-right: 40px;
}

.node-type-magazine .view-magazine .views-fields.right,
#block-system-main .magazine-block.large .right {
    float: left;
    width: 70%;
}

.node-type-actualite #block-system-main .magazine-block.large .right {
	max-width: 358px;
}

.node-type-magazine .view-magazine .views-field-title {
    margin: 8px 0 17px;
    font: 18px 'paralucent_regular';
}

.node-type-magazine .view-magazine .views-field-field-chapo,
#block-system-main .magazine-block.large .views-field-field-chapo {
    padding-left: 7px;
    margin-bottom: 60px;
    font-family: 'krub_regular';
    font-size: 19px;
    line-height: 1.6;
}

#block-system-main .magazine-block.small,
#block-system-main .magazine-block.large .left,
#block-system-main .magazine-block.large .right {
	font-size: 12px
}

#block-system-main .magazine-block.small  {
	width: 33%;
	height: 135px;
	float: left;
}

.node-type-magazine .view-magazine .views-field-field-calameo,
#block-system-main .magazine-block.large .left .views-field-field-calameo {
    padding: 10px 0 0 20px;
}

.node-type-magazine .view-magazine .views-field-body,
#block-system-main .magazine-block.large .views-field-body {
    min-height: 280px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.node-type-magazine .view-magazine .views-field-field-image,
#block-system-main .magazine-block.large .views-field-field-image {
    width: 223px;
}

#block-views-magazine-block-magazine .views-field-field-image,
#block-system-main .magazine-block.small .views-field-field-image {
	clear: left;
	width: auto;
	float: left;
	height: 100px;
	margin-right: 20px;
}

#block-system-main .magazine-block.small .views-field-field-pdf {
	min-height: 100px;
}

.node-type-magazine .view-magazine .views-field-field-pdf,
#block-system-main .magazine-block.large .views-field-field-pdf {
    padding-bottom: 30px;
}

.node-type-magazine .view-magazine .views-field-field-audio-link {
    width: 99%;
}

.node-type-magazine #block-views-magazine-block-magazine .views-label-field-pdf,
.node-type-magazine #block-views-magazine-block-magazine .views-field-field-pdf a,
.node-type-magazine .view-magazine .views-field-field-calameo a,
.node-type-magazine .view-magazine b, .page-magazine .view-magazine strong, #block-cm-block-magazine-impimvert b, #block-cm-block-magazine-impimvert strong,
#block-system-main .magazine-block .views-field-field-pdf label,
#block-system-main .magazine-block.large .left .views-field-field-calameo {
    font-family: 'droid_serifbold';
    font-weight: normal;
}

.image-caption.current .caption{
  display: block !important;
}

.facebook-like, .twitter-footer {
  height: 42px;
  width: 42px;
  display: block;
  text-indent: -9999px;
}

/* User login */
#page .region-leaderboard {
	position: relative;
	max-width: 1316px;
	margin: 0 auto;
}
#block-user-login,
#block-cm-block-user-deconnect {
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	color: #71837e;
	margin: 0;
}
#block-user-login .block-inner,
#block-cm-block-user-deconnect .block-inner {
	float: right;
	width: 721px;
}
#block-user-login h2.block-title,
#block-cm-block-user-deconnect h2.block-title {
	float: left;
	height: 23px;
	padding: 5px 13px 0;
	font: 16px/16px 'paralucent_regular';
	font-weight: normal;
	background: url("../images/login-bg.png") right center no-repeat;
}
#block-cm-block-user-deconnect .block-content {
	font: 11px 'paralucent_regular';
	padding: 5px 0 0 150px;
}
#block-cm-block-user-deconnect .block-content a {
	font: 11px 'krub_regular';
	position: relative;
  z-index: 999;
}
#block-user-login input.form-text {
	border: 0;
	outline: 0;
	background-color: transparent;
	font: 11px 'krub_regular';
	margin-top: 3px;
}
#block-user-login .form-type-textfield,
#block-user-login .form-type-password,
#block-user-login .item-list,
#block-user-login .form-actions {
	float: left;
}
#block-user-login .form-item-name {
	margin-left: 5px;
}
#block-user-login .form-item-name input.form-text  {
	width: 125px;
}
#block-user-login .form-type-password input.form-text {
	width: 104px;
}
#block-user-login .form-type-password .description {
	font: 9px/9px 'century_gothicitalic';
}
#block-user-login input.form-submit {
	text-indent: -9999px;
	overflow: hidden;
	width: 22px;
	height: 22px;
	margin-top: 3px;
	background: url("../images/login-submit.png") no-repeat;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
#block-user-login a,
#block-user-login input.form-text {
	position: relative;
	z-index: 999;
}
#block-user-login .form-item,
#block-user-login .form-actions {
	margin-top: 0;
	margin-bottom: 0;
}
#block-user-login .item-list {
	height: 26px;
	padding-top: 2px;
	margin-left: 7px;
	padding-left: 7px;
	background: url("../images/login-bg.png") left center no-repeat;
}
#block-user-login .item-list h3 {
	margin: 0;
	font: 9px/12px 'krub_regular';
	font-weight: normal;
}
#block-user-login .item-list ul {
	margin: 0;
	padding: 0;
}
#block-user-login .item-list ul  li {
	list-style: none;
	margin: 0;
	font: 9px/9px 'paralucent_regular';
}
/* Profile */
.page-user #tasks ul.primary  {
	padding-left: 0;
	padding-bottom: 1px;
	border: none;
}
.page-user #tasks ul.primary li a {
	background-color: #F2F2F2 !important;
	font: 14px 'krub_regular';
	height: 22px;
	padding-top: 4px;
	text-align: center;
	border: none;
	color: #313131;
}
.page-user #tasks ul.primary li a:hover,
.page-user #tasks ul.primary li a.active {
	color: #087C81;
}
.page-user #block-system-main form label {
	font-family: 'droid_serifbold';
	font-weight: normal;
}
.page-user #block-system-main label.option {
	font-family: 'krub_regular';
}
.page-user #block-system-main form input.form-text {
	background-color: #F3F3F3;
	border: medium none;
	box-shadow: 1px 2px 3px 0 #C5C5C5 inset;
	padding: 5px 10px;
	width: 252px;
}
.page-user #block-system-main form .form-item.form-type-textfield,
.page-user #block-system-main form .form-item-current-pass,
.page-user #block-system-main form .form-type-password-confirm,
.page-user #block-system-main form .form-item-status,
.page-user #block-system-main form .field-type-node-reference {
	margin-bottom: 25px;
}
.page-user #block-system-main form .form-item-status .form-item.form-type-radio {
	margin-bottom: initial;
}
.page-user #block-system-main form .description {
	margin-top: 3px;
}
.page-user #block-system-main form .password-parent,
.page-user #block-system-main form .confirm-parent {
	width: 530px;
}
.page-user #block-system-main form .password-strength {
	margin-left: 50px;
}
.page-user #block-system-main form input.form-submit {
	background-color: #ffcd00;
	border: medium none;
	color: #FFFFFF;
	font-family: 'paralucent_regular';
	height: 30px;
	padding: 0;
	text-transform: uppercase;
	min-width: 105px;
  font-weight: bold;
}
.page-user #block-system-main form input.form-submit#edit-submit {
	margin-right: 10px;
}
.page-user #block-system-main form input.form-submit#edit-cancel {
	width: 152px;
}
.page-user #block-system-main form .field-add-more-submit {
	width: 187px;
}
.page-user #block-system-main form .field-type-node-reference table {
	margin-bottom: 3px;
}
.page-user #block-system-main form .field-type-node-reference table,
.page-user #block-system-main form .field-type-node-reference table tr {
	border: 0;
	background-color: #fff;
}
.page-user #block-system-main form .field-type-node-reference table td .form-type-textfield {
	margin: 0;
}
.page-user #block-system-main form input.form-autocomplete {
 background-position: 100% 7px;
}
.page-user-events  #block-system-main .views-exposed-widget {
	float: none;
}
.page-user-events  #block-system-main .views-exposed-widget input {
	margin: 8px 0 25px;
}
.page-user-events  #block-system-main  .form-item-status {
	margin-bottom: 0 !important;
}
.page-user-events  #block-system-main th a {
	font-family: 'droid_serifbold';
	font-weight: normal;
}
.not-logged-in #tasks{
  display:none;
}
#block-menu-menu-header-menu .mobile-menu  {
	display: none;
}
.mean-container .mean-bar{
  z-index: 100;
  background: linear-gradient(rgb(230,230,230), rgb(222,222,222));
  min-height: 35px;
}
.mean-container .mean-bar .mean-nav{
  margin-top: 42px;
  background: linear-gradient(rgb(230,230,230), rgb(222,222,222));

}
.mean-container .mean-nav ul li a{
  color : #313131;
}
.mean-container .mean-nav ul li a.mean-expand{
  height: 20px;
  line-height: 1.3;
}
/* Annuaire des communes et intercommunalites */
.page-annuaire-communes-intercommunalites #cm-commune-search-commune-form {
	overflow: hidden;
}
.page-annuaire-communes-intercommunalites .commune-table-wrapper,
.page-annuaire-communes-intercommunalites .intercommune-table-wrapper {
	margin-top: 30px;
	font-family: 'krub_regular';
  font-size: 24px;
}
.page-annuaire-communes-intercommunalites .commune-table-wrapper .cm-table-commune,
.page-annuaire-communes-intercommunalites .intercommune-table-wrapper .cm-table-commune {
	font: 12px 'droid_serifbold',Arial,Tahoma,sans-serif;
}
.page-annuaire-communes-intercommunalites .commune-table-wrapper .cm-table-add-commune,
.page-annuaire-communes-intercommunalites .intercommune-table-wrapper .cm-table-add-commune {
	font: 11px 'krub_regular',Arial,Tahoma,sans-serif;
}
.page-annuaire-communes-intercommunalites .commune-table-wrapper table td,
.page-annuaire-communes-intercommunalites .intercommune-table-wrapper table td {
	width: 25%;
}
.page-annuaire-communes-intercommunalites #content #cm-commune-search-commune-form {
	margin-bottom: 10px;
}
.page-annuaire-communes-intercommunalites #content .form-type-select select {
	width: 225px;
	height: 30px;
	padding: 3px 0 3px 10px;
	background-color: #F3F3F3;
	border: medium none;
	box-shadow: 1px 2px 3px 0 #C5C5C5 inset;
	color: #313131;
	font: 12px 'krub_regular';
}

/* User newsletter */
.page-user-newsletter #tasks ul.primary li {
	margin-bottom: 3px;
}
.page-user-newsletter #tasks ul.primary li a {
	width: 164px;
	font-size: 13px;
}
.page-user-newsletter #cm-newsletter-profile-form .form-item-newsletter-terms {
	overflow: hidden;
	margin-top: 30px;
}
.page-user-newsletter #cm-newsletter-profile-form #edit-newsletter-terms {
	margin-top: 5px;
}
.page-user-newsletter #cm-newsletter-profile-form .form-item-newsletter-terms .form-type-checkbox {
	width: 250px;
	float: left;
}
.page-user-newsletter #block-system-main form input.form-submit {
	clear: both;
}
.page-newsletter-confirm-add  .confirmation .form-actions .form-submit {
	margin-right: 10px;
	background-color: #5bbe39;
	border: none;
	color: #ffffff;
	font-family: 'paralucent_regular';
	height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
}
/* Point d'interet - pop-in carte */
.node-type-point .infoBox .gmap-popup .views-field-field-commune {
	margin-bottom: 40px;
}
.node-type-point .infoBox .gmap-popup .views-field-field-photo {
	position: static;
	margin-bottom: 15px;
}

.tabledrag-toggle-weight-wrapper {
	display: none;
}
#event-node-form .form-item-log{
  display:none;
}
/* Carte iframe */
.iframe-carte #columns {
	width: 100% !important;
	margin: 0;
	padding: 0 !important;
}
.iframe-carte .content-wrapper-left {
  width: 100% !important;
}
.iframe-carte .view-carte .view-header a {
	display: none;
}
.iframe-carte #views-exposed-form-carte-page .views-exposed-form {
  padding-top: 0;
}
.iframe-carte .gm-style,
.page-carte .iframe-carte .view-carte .gmap-gmap {
	height: 540px !important;
}
.page-carte .view-carte .view-footer iframe {
	display: none;
}
#carte-iframe-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 140px;
	background: #fff;
	box-shadow: 10px 10px 5px #888888;
	background: #f9f4f4;
}
#carte-iframe-container .close {
	width: 100%;
}
#carte-iframe-container .close span {
	float: right;
	margin: 10px;
	display: block;
	cursor: pointer;
	color: #087c81;
	font-weight: bold;
}
#carte-iframe-container textarea {
	display: block;
	clear: both;
	width: 90%;
	margin: 40px auto 0;
	font: 12px "krub_regular";
	color: #313131;
}
.node-type-point #block-views-points-block-carte-point-node .gmap-popup .views-field-nothing-1 a,
.page-carte .gmap-popup .views-field-nothing a,
.page-carte .gmap-popup .views-field-nothing-1 a,
.node-type-point .gmap-popup .views-field-nothing a {
	margin-right: 20px;
	color: #000;
	font-size: 12px;
}
.page-carte .gmap-popup .views-field-nothing,
.node-type-point .gmap-popup .views-field-nothing-1  {
	float: left;
	margin-right: 20px;
}
a.active-trail.active {
  background-color: #ffcd00;
}