@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?jjr475');
  src:  url('../fonts/icomoon.eot?jjr475#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jjr475') format('truetype'),
    url('../fonts/icomoon.woff?jjr475') format('woff'),
    url('../fonts/icomoon.svg?jjr475#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'lombri';
  src:  url('../fonts/lombri.eot?anq36r');
  src:  url('../fonts/lombri.eot?anq36r#iefix') format('embedded-opentype'),
    url('../fonts/lombri.ttf?anq36r') format('truetype'),
    url('../fonts/lombri.woff?anq36r') format('woff'),
    url('../fonts/lombri.svg?anq36r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* ---------- Overall Specifications ---------- */

body {
  line-height: 1.5;
  font-size: 87.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
a,
a:link,
a:visited {
  text-decoration: none;
  font-weight: 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.4em 0 0.5em;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  color:#495765;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 {
  color:#495765;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 21px;
}
.content p {
  margin: 0;
  line-height: 25px;
}
p,
li {
  color: #5c6c7d;
  font-size: 15px ;
  font-weight: 100 !important;
  font-family: "Open Sans", sans-serif ;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #EEEEEE;
}
td.active {
  background: none;
}
th.active img {
  display: inline;
  right: -10px;
  position: relative;
  top: 1px;
}
img {
  outline: 0;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: "Open Sans", sans-serif;
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
  font-family: "Open Sans", sans-serif ;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  font-family: "Open Sans", sans-serif;
}
input,
textarea,
select,
a.button {
  font-family: "Open Sans", sans-serif;
}


/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  color: #5c6c7d;
  font-size: 12px;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
#section-1table {
  font-size: 1em;
}
table tr th {
  background: #495765;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #fff;
  font-weight: 600 !important;
  font-size:12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 0;
  text-align: left; /* LTR */
}
table li {
  font-size: 12px;
}
.region-content td ul {
  margin: 0;
  padding: 0;
}
#section-1tr td,
#section-1tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #fafcfc;
}
tr,
tr.even {
  background: #f0f6f7;
}
tr.even, tr.odd {
  border-bottom: 1px solid #dde5e6;
}
tbody {
	border-top: 0;
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small ;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 ;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 0 0 0 15px;
  padding: 0; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  float: left; /* LTR */
  position: relative;
  top: 8px;
  padding:0; /* LTR */
}
#name-and-slogan {
  float: left; /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 15px; /* LTR */
}
#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

#main-menu {
  width:auto;
  float:right;
  position: relative;
  top: 28px;
}
#main-menu-links {
  font-size: 0.929em;
  margin: 0;
  padding: 0;
}
#main-menu-links li {
  float: left; /* LTR */
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
}
#main-menu-links a {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  margin: 0 0 0 25px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid rgba(255,255,255, 0);
  text-align: left;
  text-decoration: none;
	font-family: "Open Sans", sans-serif;
}

#main-menu-links a:hover {
  color: #fff;
  border-bottom: 2px solid rgba(255,255,255, 0.3);
}
#main-menu-links a:active {
}
#main-menu-links li a.active {
  border-bottom: 2px solid #fff;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
  margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */

#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 10px;
}
h1#page-title {
  font-size: 50px;
  line-height: 1;
  color: #303a43;
  margin-top: 35px;
  padding-bottom:10px;
  font-family: 'Amatic SC', cursive !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1#page-title .page-sub-title {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  top: -24px;
}

h2.subtitle {
  font-size: 50px;
  line-height: 35px;
  font-weight: 100;
  font-family: 'Amatic SC', cursive !important;
}

h2.subtitle span {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}


#content h2 {
  margin-bottom: 2px;
  font-size: 1.3em;
  line-height: 1.4;
}

#content .content .button {
  margin: 10px 0;
}

.node .content {
  font-size: 1.05em;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 31px;
}
.sidebar .block {
  border: 1px solid;
  padding: 20px 25px;
  margin: 0 0 35px;
  background: #fff;
  border: 0;
  border-bottom: 5px solid #dce5e7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.sidebar .block strong a {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar h2 {
  margin: 0 0 15px;
  text-shadow: 0 1px 0 #fff;
  line-height: 1.2;
  color:#303a43;
}
.sidebar h2:after {
  position: relative;
  margin-top: 10px;
  display: block;
  content: " ";
  width: 25px;
  height: 6px;
  background: #009bca;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.sidebar h2,
.sidebar h2 span {
  font-size: 32px ;
  font-family: 'Amatic SC', cursive !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar .block .content,
.sidebar .block .content p {
  font-size: 14px;
  line-height: 24px ;
}

.sidebar .block .content ul {
  margin: 15px 0 15px;
}


.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}
.sidebar .button {
  margin: 10px 0;
}
/* ----------------- Triptych ----------------- */

#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}
#triptych h2 {
  color: #000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#section-1{
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
#section-1a {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
  font-family:"Open Sans", sans-serif;
}
#section-1h2 {
  font-family:"Open Sans", sans-serif;
}
#section-1a:hover {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
#section-1.block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#footer {
  background: #009bca;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer .region {
  padding-top: 20px;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 15px 0 10px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#section-1tr.odd {
  background-color: transparent;
}
#section-1tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: "Open Sans", sans-serif;
}
.tabs ul.primary {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
.tabs ul.primary li {
  display: block;
  position: relative;
  top: 1px;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #d2dadf;
}
.tabs ul.primary li a {
  color: #5c6c7d;
  font-size:13px;
  background-color: #f0f6f7;
  border-color: #f0f6f7;
  font-weight: 100;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  float: left; /* not LTR */
  padding: 5px 10px 5px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -khtml-border-radius-topright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs ul.primary li a {
  color:#5c6c7d;
}
.tabs ul.primary li a:hover {
  color:#009bca;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.tabs ul.primary li.active a.active {
  color:#009bca;
  border-top: 1px solid #d2dadf;
  border-left: 1px solid #d2dadf;
  border-right: 1px solid #d2dadf;
  border-bottom: 1px solid #f0f6f7;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 20px;
  margin: 0 auto;
  background: #fff;
}

.front #messages {
  position:relative;
  top: 100px;
}

.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}

div.messages {
  margin: 20px 0;
}

div.messages ul li {
  color: #000;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

div.password-strength,
div.password-confirm {
	width: auto;
	float: right;
	margin-top: 0;
	position: relative;
	left: -104px;
	top: -2px;
}

div.form-item div.password-suggestions {
  position: absolute !important;
  padding: 10px;
  margin: 0;
  width: 300px;
  border: 1px solid #ddd;
  position: relative;
  top: 27px;
  left: 410px;
}


/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
	background:#495765;
	border: none !important;
	display:inline-block;
	cursor:pointer;
	font-size: 13px !important;
  font-weight: 600;
	color:#fff !important;
	text-decoration: none !important;
  width: auto !important;
  padding: 8px 20px ;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.button:active,
input.form-submit:active {
	position: relative;
	top: 1px;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
input.form-submit:hover,
a.button:hover {
  background:#303a43 ;
  color:#fff !important;
}


/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 30px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Open Sans", sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 10px;
  color: #5c6c7d;
  font-size: 14px ;
  font-weight: 100;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
  border-radius:4px;
  -webkit-border-radius:4px;
}

input.form-text:focus,
textarea.form-textarea:focus,
select.form-select:focus {
	background-color: #F3FAFB;
	border: 1px solid #BDD1DD ;
	outline: none;
}

input.not_readonly {
	cursor: auto !important;
}

.page-liste-abonnes-newsletter input.readonly,
.page-liste-abonnes-newsletter input.readonly:focus {
	background: #fff;
  border: none;
  padding: 0;
	color: #5c6c7d;
}

.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}

.marker, .form-required {
  color: #009bca;
}

.pre-instructions {color: #009bca; font-style:italic; position:relative; top:-15px;}
.pre-instructions p {margin:14px 0;}

.form-item {
  position:relative;
  margin-bottom: 25px;
  margin-top: 2px;
}
.form-item label {
  color:#5c6c7d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}

/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.entitytype-personal_contact_form-form .title_h2 {
  font-family: "Open Sans", sans-serif;
  color: #99cc33;
  font-size: 1.4em;
  line-height: 1.2;
  margin: 25px 0 3px 0;
  text-shadow: 0 1px 0 #fff;
}

/* legend field location street */
.description.legend.loc_cent {display: block;}
.description.legend.loc_cent.red {color:red;}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #section-1{
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#section-1.poll .bar {
  background-color: #666;
}
#section-1.poll .bar .foreground {
  background-color: #ddd;
}


/* ---------- isere-lombri ----------- */

.page-node-2 #main-wrapper, .page-node-1 #main-wrapper, .page-node-3 #main-wrapper {display:none;}
.page-node-2 .content, .page-node-1 .content, .page-node-3 .content {margin:0;}


/*************     Log   **************/
#header_top_connexion, .not_log, #log {float:right; width:750px; height:30px;}
#log_mid {float:right; height:30px; text-align:right;}

#log_mid ul.inline li {padding:0 0 0 7px;}
.log_mid_a {float:left; display:inline-block; margin-right:5px;}
.log_mid_b {float:left; display:inline-block;}
.log_mid_b .menu-2 a:before {font-family: 'icomoon'; content:'\e606'; font-size:11px; margin:0 3px 0 0; position:relative; top:0px;}
.log_mid_b .menu-15 a:before {font-family: 'icomoon'; content:'\e608'; font-size:12px; margin:0 3px 0 0; position:relative; top:0px;}
.not_log_cont a.not_log_add_user:before {font-family: 'icomoon'; content:'\e601'; font-size:12px; margin:0 3px 0 0; position:relative; top:0px;}

.user_login {display:inline-block;}


.not_log_cont {color:#fff; text-align:right;}

.not_log_cont div, #log_mid div.log_mid_a {font-size:12px; font-weight: 100; color:#fff; font-style: italic;}
.not_log_cont a, #log_mid a {color:#fff; font-size:13px; font-weight: 100;}
.not_log_cont a:hover, #log_mid a:hover {color:#9beaff; text-decoration:none;}
.not_log_connec {margin:0 3px 0 0;}


/* ---------- Section 1 and 2 ----------- */
#section-1 {position:relative; font-size: 18px; text-align:center; font-weight: normal; background: #fff;}
#section-1-wrapper .region.region-section-1-block-1 { float:left; width:20.2%; margin:60px 37px 10px 0 ; padding:0 37px 0 0 ; border-right: 1px solid rgba(72,86,101, 0.2);}
#section-1-wrapper .region.region-section-1-block-2 { float:left; width:20.2%; margin:60px 37px 10px 0 ; padding:0 37px 0 0 ; border-right: 1px solid rgba(72,86,101, 0.2);}
#section-1-wrapper .region.region-section-1-block-3 { float:left; width:20.2%; margin:60px 37px 10px 0 ; padding:0 37px 0 0 ; border-right: 1px solid rgba(72,86,101, 0.2);}
#section-1-wrapper .region.region-section-1-block-4 { float:left; width:20.2%; margin:60px 0 10px 0 ; padding:0 ;}
#section-1-wrapper .region p strong { font-size: 16px; text-transform: uppercase;}
#section-1-wrapper .region a { font-size: 16px; color: #495765;}
#section-1-wrapper .region a:hover { font-size: 16px; color: #009bca;}

#section-1-wrapper .region.region-section-1-block-1 p:first-child a:before { display: block; position: relative; top: -30px; font-size: 70px; content:'\e901'; font-family: 'lombri';}
#section-1-wrapper .region.region-section-1-block-2 p:first-child a:before { display: block; position: relative; top: -30px; margin-top: 0px; font-size: 72px; content:'\e902'; font-family: 'lombri';}
#section-1-wrapper .region.region-section-1-block-3 p:first-child a:before { display: block; position: relative; top: -28px; margin-top: 0px; font-size: 48px; content:'\e903'; font-family: 'icomoon';}
#section-1-wrapper .region.region-section-1-block-4 p:first-child a:before { display: block; position: relative; top: -30px; font-size: 70px; content:'\e900'; font-family: 'lombri';}

#section-1 a.button { background: #009bca; color:#fff !important; margin-top: 20px; padding: 3px 20px;}
#section-1 a.button:hover { background: rgba(0,154,204, 0.7); color:#fff !important;}


#section-2 {
  position:relative;
  font-size: 18px;
  text-align:center;
  font-weight: normal;
  background: #495765;

  background: #1d1c19 url("../images/banner_home.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
#section-2 .section {
  background: rgb(37,44,51);
 background: linear-gradient(0deg, rgba(37,44,51,1) 0%, rgba(73,87,101,0.8505602069929534) 100%);
}

#section-2 h2, #section-2 h2 span, #section-2 p { color:#fff;}
#section-2 a.button { background: #fff; color:#495765 !important;}
#section-2 a.button:hover { background: #fff; color:#495765 !important;}
#section-2-wrapper .region-section-2 .content p {display: inline-block; max-width: 500px; font-size: 15px !important; line-height: 35px;}

#section-1-wrapper, #section-2-wrapper {padding: 80px 0 90px 0;}
#section-1 h2, #section-2 h2 { margin:0;}
#section-1-wrapper .region .content, #section-2-wrapper .region .content {margin:0 ; padding:0 ;}
#section-1-wrapper .region-section-1-title, #section-2-wrapper .region-section-2-title {margin-bottom: 50px;}
#section-1-wrapper .region-section-1-title h2, #section-2-wrapper .region-section-2-title h2 {font-family:'Amatic SC', cursive; font-size: 47px;}
#section-1-wrapper .region-section-1-title .content:after,
#section-2-wrapper .region-section-2-title .content:after {
  content: "";
  display: block;
  font-family: 'lombri';
  content: '\e903';
  margin: 15px 0 20px 0;
  position: relative;
  top: -5px;
  color: #009bca;
  font-size:22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#section-1-wrapper .region-section-1-title .content p, #section-2-wrapper .region-section-2-title .content p {font-size: 14px !important; text-transform: uppercase;}


/* ---------- pied de page ----------- */
#block-menu-menu-pied-de-page { color:#fff; height:50px; position: relative;}
#block-menu-menu-pied-de-page ul { position: relative; float:right; top:-25px;}
#block-menu-menu-pied-de-page ul.menu li:nth-child(4) a {float:right; position:relative; top:17px; height:55px; width:90px; margin-left: 10px; background:url(../images/logo-compostcitoyen-auvergne-rhonealpes.jpg); text-indent:-1000px; overflow:hidden;}
#block-menu-menu-pied-de-page ul.menu li:nth-child(5) a {float:right; position:relative; top:17px; height:55px; width:24px; margin-left: 10px; background:url(../images/ademe-logo.jpg); text-indent:-1000px; overflow:hidden;}
#block-menu-menu-pied-de-page ul.menu li.last a {float:right; position:relative; top:17px; height:55px; width:189px; margin-left: 10px; background:url(../images/Region-ARA-logo.png); text-indent:-1000px; overflow:hidden;}
#block-menu-menu-pied-de-page ul.menu a { color:#fff; font-size:13px;}
#block-menu-menu-pied-de-page ul.menu a:hover { color:#fff; text-decoration: underline;}
#block-menu-menu-pied-de-page ul.menu li { display:inline-block; margin:0 0 0 0; padding:0;}

/* ---------- Bubble Gmap isere lombri ----------- */
.bubble_isere_lombri {color:#fff; font-family:"Open Sans", sans-serif; font-size:12px; text-align: center; overflow: hidden !important; padding-bottom: 20px !important; height: auto !important;}

.bubble_isere_lombri a.button {background:#303a43; padding: 6px 20px; margin: 0;}
.bubble_isere_lombri a.button:hover {background:#000;}

.bubble_isere_lombri a {color:#303a43; font-weight: 600; margin-left: 10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.bubble_isere_lombri a:hover {color:#000; text-decoration:none;}

.bubble_isere_lombri .views-field-name {
  display:block;
  width:100%;
  font-size:16px;
  background:#008bb5;
  padding: 10px 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bubble_isere_lombri .name:before {
  font-family: 'icomoon';
	content: '\e971';
	margin: 0 5px 0 0;
	font-size: 20px;
	position: relative;
	top: 0;
}
.bubble_isere_lombri .views-field-nothing { display: inline-block;}
.bubble_isere_lombri .views-field-nothing p { color: #fff; font-weight: 100;}
.bubble_isere_lombri .views-field p { color: #fff; font-weight: 100; font-size: 13px;}
.page-carte-acteurs .bubble_isere_lombri .views-field:first-child {margin: 0 !important;}
.page-carte-acteurs .bubble_isere_lombri .views-field-field-description { display: inline-block; border-bottom: 1px solid #008ab6; margin-top: 20px; margin-bottom: 20px !important; padding-bottom: 20px; max-width: 230px;}
.bubble_isere_lombri .views-field-nothing p:first-child {max-width: 230px; margin: 30px 0 10px;}
.bubble_isere_lombri .views-field-title {font-size:16px;}
.bubble_isere_lombri .contact_user_lowercase {display:block; width:100%; margin-bottom:10px; }
.bubble_isere_lombri .ico_email:before {font-family: 'icomoon'; content:'\ea84'; margin:0 7px 0 0; font-size:11px; position:relative; top:0px;}
.bubble_isere_lombri .ico_email:hover { background:none;}
.bubble_isere_lombri .ico_dial:before {font-family: 'icomoon'; content:'\e6e1'; margin:0 5px 0 0; position:relative; top:2px;}
.bubble_isere_lombri span.ico_email {display:block; width:200px; padding:0; margin:0; background:none; color: inherit; border-radius:0; font-size: inherit; position:relative; top:1px; font-family:"Open Sans", sans-serif; line-height:18px; font-size:14px;}
.bubble_isere_lombri span.ico_structure:before {font-family:'icomoon'; content:'\e903'; font-size:17px; margin-right: 5px;}
.bubble_isere_lombri span.ico_tel:before {font-family:'icomoon'; content:'\e942'; font-size:16px; margin-right: 5px;}
.bubble_isere_lombri span.ico_tel {margin: 0;}


/* ---------- Bubble leaflet isere lombri ----------- */
.page-carte-donneurs-de-vers-logged .leaflet-popup-content,
.page-carte-donneurs-de-vers .leaflet-popup-content {
	margin: 25px 0;
}
.leaflet-popup-content {
  display: block;
  min-width: 330px;
  text-align: center;
	margin: 15px;
}
.leaflet-container a.leaflet-popup-close-button {
	color: #fff;
}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #000;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: #009bca !important;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip,
.leaflet-popup-content p {
	color: #fff !important;
}

.leaflet-popup {color:#fff; font-family:"Open Sans", sans-serif; font-size:12px; text-align: center; overflow: hidden !important; padding-bottom: 20px !important; height: auto !important;}
.leaflet-popup a.button {background:#303a43; padding: 6px 20px;}
.leaflet-popup a.button:hover {background:#000;}
.leaflet-popup a {color:#303a43; font-weight: 600; margin-left:5px; margin-right: 5px;}
.leaflet-popup a:hover {color:#000; text-decoration:none;}

.leaflet-popup .name {
  display:block;
  text-align: center;
  width:100%;
  font-size:16px;
  background:#008bb5;
  margin: 10px 0 20px;
  padding: 10px 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.leaflet-popup .name:before {
  font-family: 'icomoon';
	content: '\e971';
	margin: 0 5px 0 0;
	font-size: 20px;
	position: relative;
	top: 0;
}
.leaflet-popup .description {
  padding-left: 15px;
  padding-right: 15px;
}
.leaflet-popup .views-field-nothing { display: inline-block;}
.leaflet-popup .views-field-nothing p { color: #fff; font-weight: 100;}
.leaflet-popup .views-field p { color: #fff; font-weight: 100; font-size: 14px;}
.leaflet-popup .views-field-nothing p:first-child {max-width: 230px; margin: 30px 0 10px;}
.leaflet-popup .views-field-title {font-size:16px;}
.leaflet-popup .contact_user_lowercase {display:block; width:100%; margin-bottom:10px; }
.leaflet-popup .ico_email:before {font-family: 'icomoon'; content:'\ea84'; margin:0 7px 0 0; font-size:11px; position:relative; top:0px;}
.leaflet-popup .ico_email:hover { background:none;}
.leaflet-popup .ico_dial:before {font-family: 'icomoon'; content:'\e6e1'; margin:0 5px 0 0; position:relative; top:2px;}
.leaflet-popup span.ico_email {display:block; width:200px; padding:0; margin:0; background:none; color: inherit; border-radius:0; font-size: inherit; position:relative; top:1px; font-family:"Open Sans", sans-serif; line-height:18px; font-size:14px;}
.leaflet-popup span.ico_structure:before {font-family:'icomoon'; content:'\e903'; font-size:17px; margin-right: 5px;}
.leaflet-popup span.ico_tel:before {font-family:'icomoon'; content:'\e942'; font-size:16px; margin-right: 5px;}
.leaflet-popup span.ico_tel {margin: 0;}

.page-carte-acteurs .leaflet-popup .leaflet-popup-content-wrapper { text-align: center;}
.page-carte-acteurs .leaflet-popup .views-field:first-child {margin: 0 !important;}
.page-carte-acteurs .leaflet-popup p, .page-carte-acteurs .leaflet-popup span { display: inline-block;}
.page-carte-acteurs .leaflet-popup .ico_structure {border-top: 1px solid #008ab6; margin-top: 20px !important; padding-top: 15px;}



/* ----------  page-user / page-node  ---------- */
.page-user-edit #edit-locale,
.page-user-edit #edit-timezone,
.page-user-edit #edit-contact,
.page-admin-people-create fieldset#edit-locale,
.page-user-edit #edit-field-ad-rue,
.page-user-edit #edit-field-ad-code-postal,
.page-user-edit #edit-field-ad-ville {
  display:none;
}


.page-user-register #edit-field-ad-ville,
.page-user-register #edit-field-ad-code-postal,
.page-user-register #edit-field-ad-rue,
.page-user-register #edit-field-statut,
.page-user-register #edit-locale,
.page-user-register #edit-timezone,
.page-user-register #edit-contact,
.page-user-register .form-item-roles-change .description,
.page-user-register .form-item-locations-0-re-geocode-location,
.page-user-register .form-item-locations-0-delete-location, .page-user-register .form-item-roles-change,
.page-user-edit #edit-contact-entityform-set, .page-user-register #edit-contact-entityform-set,
.page-user-edit .field-name-field-r-le {
  display:none;
}


.location-wrapper legend {
  display: none;
}
.location-wrapper .fieldset-wrapper {
  margin-top: 0;
  padding: 0;
}
.location {
	position: relative;
	top: 0;
	width: 50%;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
}

fieldset.location {
  margin: 0;
}


#user-register-form .location-wrapper input,
#user-profile-form .location-wrapper input {
  width: 350px;
}

#user-profile-form input#edit-locations-0-re-geocode-location, #user-profile-form input#edit-locations-0-delete-location {width:auto ;}

.page-user.logged-in .location-locations-display {
  display: none;
}

.page-user .field-label,
.page-node .field-label,
.page-user h3.location-locations-header {
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-weight:600;
  color:#303a43; border:none;
}


.page-user-password #content p {
  margin-bottom: 20px;
  max-width: 480px;
}

.page-node .field-name-body { margin-top:15px;}
.page-user .profile h3.location-locations-header { border-bottom: none; font-size: inherit;}
.page-user .profile h3.location-locations-header:after, .page-node h3.location-locations-header:after { content:": "}

#user-register-form,
#user-profile-form,
#site-contact-form-entityform-edit-form,
#views-form-liste-abonnes-newsletter-page-1 {
  background:#fff;
  padding:15px 20px;
  border-radius:3px;
  -webkit-border-radius:3px;
}
#user-register-form .fieldset-legend, #user-profile-form .fieldset-legend { text-shadow:none;}
#user-register-form input, #user-register-form select, #user-profile-form input, #user-profile-form select { border-radius:4px; -webkit-border-radius:4px; }
#user-register-form input:focus, #user-register-form select:focus, #user-profile-form input:focus, #user-profile-form select:focus {
  background-color:#F3FAFB;
  border: 1px solid #BDD1DD;
  outline: none;
}
#user-register-form input,
#user-profile-form input,
.page-node-edit .vertical-tabs .form-type-textfield input {
  width:350px;
}
#user-register-form textarea,
#user-profile-form textarea {
  width:372px;
  resize: none;
}
#user-register-form .resizable-textarea .grippie,
#user-profile-form .resizable-textarea .grippie {
  width:370px;
}

#user-register-form input#edit-name, #user-profile-form input#edit-name, input#edit-views-send-from-name { background:#f9f9f9; cursor: not-allowed; color:#5c6c7d;}
#user-register-form input#edit-name:focus, #user-profile-form input#edit-name:focus { box-shadow: none; -webkit-box-shadow: none;}
#user-register-form input[type=radio], #user-profile-form input[type=radio], .form-item-notify #edit-notify {width:auto;}

#user-register-form select,
#user-profile-form select,
#edit-field-type-actualite select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  -webkit-appearance: none;
  background-image: url(../images/select-arrow.png) ;
  background-color:#fff ;
  background-position: 94% 50% ;
  background-repeat: no-repeat ;
  margin: 0;
  width: 185px;
  height: 40px;
  color: #5c6c7d;
  font-size: 14px;
  font-weight: 100;
  margin-top: 0px;
  padding: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px ;
}
#field-departement-acteur-add-more-wrapper select.shs-select {
  width: 183px;
  margin-right: 5px;
}
input.shs-term-name {
  margin: 0;
  width: 158px !important;
  color: #5c6c7d;
  font-size: 14px;
  font-weight: 100;
  margin-top: 0px;
  padding: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shs-term-add-new-wrapper {
	margin: 0;
}

#user-register-form .form-item-name div.description, #user-profile-form .form-item-name div.description { display:none;}
#user-register-form .form-item-name span.description, #user-profile-form .form-item-name span.description { display:block;}
#user-register-form .form-item-name span.description_login, #user-profile-form .form-item-name span.description_login { display:block; color:#F60; font-size:13px;}
#user-register-form .form-item-pass-pass2 span.description_pass, #user-profile-form .form-item-pass-pass2 span.description_pass { display:block; color:#F60; font-size:13px;}
#user-register-form .form-item-name span.description_login:before, #user-profile-form .form-item-name span.description_login:before { font-family: 'icomoon'; content:'\ea08'; margin:0 5px 0 0; position:relative; top:1px; color:#F60;}
#user-register-form .form-item-pass-pass2 span.description_pass:before, #user-profile-form .form-item-pass-pass2 span.description_pass:before { font-family: 'icomoon'; content:'\e610'; margin:0 5px 0 0; position:relative; top:1px; color:#F60;}
#user-register-form .form-item-mail span.description_pass, #user-profile-form .form-item-mail span.description_pass { display:block; color:#F60; font-size:13px;}
#user-register-form .form-item-mail span.description_pass:before, #user-profile-form .form-item-mail span.description_pass:before { font-family: 'icomoon'; content:'\e610'; margin:0 5px 0 0; position:relative; top:1px; color:#F60;}
#user-register-form #edit-field-quantit-de-vers, #user-profile-form #edit-field-quantit-de-vers {margin:-5px 0 0 5px; padding:0 0 0 22px; background:url(../images/arb.gif) no-repeat left -15px;}

.picto_important::before {
  background: rgba(0, 0, 0, 0) url("../images/ver_important.gif") no-repeat;
  color: #f60;
  content: " ";
  height: 65px;
  margin: 0 15px 0 0;
  position: relative;
  top: 16px;
  width: 37px;
  float: left;
}


.id_edit_button {margin-left:10px !important;}


/* ----------  page-contact / page-user-contact / page-node-add  ---------- */
.page-user-contact #contact-personal-form, .page-contact #contact-site-form, .page-node-add #acteur-carto-acteurs-node-form, .page-node-edit #acteur-carto-acteurs-node-form { background:#f3f3f3; padding:10px; border-radius:3px; -webkit-border-radius:3px; }
.page-user-contact input, .page-contact input, .page-node-add input, .page-node-edit input { width:350px; }
.page-user-contact textarea, .page-contact textarea, .page-node-add textarea, .page-node-edit textarea { width:372px; }
.page-user-contact .resizable-textarea .grippie, .page-contact .resizable-textarea .grippie, .page-node-add .resizable-textarea .grippie, .page-node-edit .resizable-textarea .grippie { width:370px; }
.page-user-contact #messages {display:none;}

.page-user-contact select, .page-contact select, .page-node-add select, .page-node-edit select { width:220px; }
input#edit-copy {width:auto ;}
.page-user-contact input:focus, .page-user-contact select:focus, .page-user-contact textarea:focus, .page-contact input:focus, .page-contact select:focus, .page-contact textarea:focus, .page-node-add input:focus, .page-node-add select:focus, .page-node-add textarea:focus, .page-node-edit input:focus, .page-node-edit select:focus, .page-node-edit textarea:focus { border:1px solid #009bca;}
.page-user-contact #contact-personal-form #edit-to label { float:left; width:auto; margin-right:7px; line-height:22px;}
.page-user-contact #contact-personal-form #edit-to a { line-height:18px;}


/* ----------  form captcha  ---------- */
fieldset.captcha {border:none; padding:0; margin:0; background:none ; border-radius:0;}
fieldset.captcha legend {display:none;}
fieldset.captcha .fieldset-wrapper {margin:0; padding:0; margin:12px 0 0 0; }
fieldset.captcha .fieldset-description {display:none;}


/* ----------  carte  ---------- */
.page-carte-donneurs-de-vers #main, .page-carte-donneurs-de-vers-logged #main, .page-carte-acteurs #main {margin:0; width:100%;}
.page-carte-donneurs-de-vers #block-system-main .content, .page-carte-donneurs-de-vers-logged #block-system-main .content, .page-carte-acteurs #block-system-main .content, #legend_map .content, .page-liste-acteurs .content, .page-liste-donneurs .content, .page-liste-demandeurs .content  {margin:0;}

.page-carte-donneurs-de-vers .view,
.page-carte-donneurs-de-vers-logged .view,
.page-carte-acteurs .view {
  margin-top: 0;
}

.page-carte-donneurs-de-vers-logged .view-filters,
.page-carte-donneurs-de-vers .view-filters,
.page-carte-acteurs .view-filters {
  display: inline-block !important;
  width: 167px !important;
  position: absolute;
  top: 85px;
  left: 10px;
  border-radius: 4px;
  -webkit-radius: 4px;
  border: 2px solid rgba(0,0,0,0.2);
  z-index: 401;
}

.page-carte-donneurs-de-vers-logged .view .views-exposed-form,
.page-carte-donneurs-de-vers .view .views-exposed-form,
.page-carte-acteurs .view .views-exposed-form {
  padding: 1px 1px 1px 12px;
}

.view-lombricomposteur,
.view-carte-donneurs-de-vers,
.view-carte-acteurs-territoriaux,
.view-carto-donneurs-de-vers-acces-limite {
  position: relative;
}


#legend_map { position:relative; top:0; background:url(../images/bg_leg.png) repeat-x; height:60px; padding:35px 0 10px 0; margin-top:-25px;}
#legend_map label {float:left; font-family: "Open Sans", sans-serif; font-size:16px; color:#009bca; line-height:76px; margin-right:15px;}
#legend_map select {float:left; background:#fff; border:1px solid #009bca; font-size:13px; color:#3b3b3b; height:auto; padding:2px; margin-top:24px; width:200px; font-style:italic;}
#legend_map_content {width:1200px; margin:0 auto;}
#legend_map #edit-field-r-le-tid-wrapper, #legend_map #edit-field-type-d-acteur-tid-wrapper {float:left; height:60px; width:290px; margin:0; padding:0;}
#legend_map #block-views-exp-carto-test-a-page-1, #legend_map #block-views-exp-lombricomposteur-page-1, #legend_map #block-block-5, #legend_map #block-block-8 {float:left; width:auto; height:60px;}
#legend_map #block-block-5 { line-height:60px; font-style:italic;}
#legend_map #block-block-8 { line-height:60px; font-style:italic; width:100%;}
#legend_map #block-block-5 span, #legend_map #block-block-8 span { display: inline-block; position:relative; top:-5px; line-height: 14px; width:110px; margin: 27px 15px 0 0; vertical-align: middle;}
#legend_map #block-block-5 img, #legend_map #block-block-8 img { vertical-align: top ; margin: 19px 6px 0 0 ;}


/* ----------  icons sidebar  ---------- */
#sidebar-second .content h1, #sidebar-second .content h2, #sidebar-second .content h3, #sidebar-second .content h4, #sidebar-second .content h5, #sidebar-second .content h6 { margin-top:20px;}


/* ----------  Icons  ---------- */
span.block_info_niv1 {
  display: block;
  background: #f7470f;
  color: #fff;
  padding: 20px;
}
span.block_info_niv2 {
  display: block;
  background: #dce5e7;
  padding: 20px;
}

span.block_citation {
  position: relative;
  display: block;
  font-size: 17px;
  font-style: italic;
  border-top: 2px solid rgba(91,107,125, 0.2);
  border-bottom: 2px solid rgba(91,107,125, 0.2);
  margin-bottom: 40px;
  text-align: center;
  padding: 30px 70px;
}
span.block_citation:before {
  font-family: 'icomoon';
	content: '\e977';
	margin: 0 0 0 4px;
	font-size: 50px;
	position: absolute;
  color: rgba(91,107,125, 0.2);
	top: 20px;
  left: 0;
}
span.block_citation:after {
  font-family: 'icomoon';
	content: '\e978';
	margin: 0 0 0 4px;
	font-size: 50px;
	position: absolute;
  color: rgba(91,107,125, 0.2);
	bottom: 20px;
  right: 0;
}
span.ico_tel {display: inline-block; padding:0 15px; margin:5px 0; background:#009bca; color:#fff; border-radius:100px; font-size:12px; position:relative; top:1px; font-family:"Open Sans", sans-serif; line-height:25px;}
span.ico_tel:before {font-family: 'icomoon'; content:'\e942'; margin:0 5px 0 0; position:relative; top:1px;}

span.ico_email {display: inline-block; padding:0 15px; margin:5px 0; background:#009bca; color:#fff; border-radius:100px; font-size:12px; position:relative; top:1px; font-family:"Open Sans", sans-serif; line-height:25px;}
span.ico_email:hover {background:#ed5e44;}
span.ico_email:before {font-family: 'icomoon'; content:'\e945'; margin:0 5px 0 0; position:relative; top:1px; font-size:12px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
span.ico_email a, span.ico_email a:hover {color:#fff;}

span.ico_www {display: inline-block; padding:0 15px; margin:5px 0; background:#009bca; color:#fff; border-radius:100px; font-size:12px; position:relative; top:1px; font-family:"Open Sans", sans-serif; line-height:25px;}
span.ico_www:hover {background:#ed5e44;}
span.ico_www:before {font-family: 'icomoon'; content:'\e9ca'; margin:0 5px 0 0; position:relative; top:1px;}
span.ico_www a, span.ico_www a:hover {color:#fff;}


/* Gmap */


/* ----------  Table liste acteurs, donneurs, emails demandeurs  ---------- */
.page-e-mails-demandeurs #main {margin:0; padding:0; width:100%;}
.page-e-mails-demandeurs #main .content {margin-top:-20px;}
.page-e-mails-demandeurs #main .view-e-mails-demandeurs .list_name {font-weight:bold; text-transform:uppercase;}

.view-utilisateurs span.Demandeur.quant {display:none;}
.view-utilisateurs span.Demandeur.role { padding:4px 0 2px 25px;}
.view-utilisateurs span.role {font-weight:bold; font-size:13px;}

.view-utilisateurs span.Donneur { background:url(../images/verorange.png) no-repeat left 0; padding:4px 0 2px 25px;}
.view-utilisateurs span.Demandeur { background:url(../images/ververt.png) no-repeat left 0; padding:4px 0 2px 25px;}

/*.view-utilisateurs span.Donneur.peu.vers { background:url(../images/verbeige.png) no-repeat left 0; padding:4px 0 2px 25px;}
.view-utilisateurs span.Donneur.beaucoup.vers { background:url(../images/verrouge.png) no-repeat left 0; padding:4px 0 2px 25px;}*/


.view-utilisateurs span.list_coor { font-size:9px;}
.view-utilisateurs span.Donneur.quant:before {font-family: 'icomoon'; content:'\e6e1'; margin:0 5px 0 0; position:relative; top:1px;}
.view-utilisateurs .views-field-field-nom {font-size:13px;}
.view-utilisateurs .views-field-field-nom strong {text-transform:uppercase;}
.view-utilisateurs span.ico_liste_acteur_tel:before {font-family: 'icomoon'; content:'\e60a'; margin:0 5px 0 0; position:relative; top:1px;}

.view-utilisateurs .views-field-access span { display: block;}
.view-utilisateurs .views-field-access span.Inscrit { display: none;}

.view {
  margin-top: -10px;
}

.view .views-widget {
  float:left;
}

.view .views-exposed-form {
  background: #fff;
  padding: 15px 20px;
  margin:0;
}

.views-exposed-form .views-exposed-widget {
	float: left;
	padding: 5px 3px 0 0;
}

.view .views-exposed-form .form-submit,
.view .form-submit {
  width:auto ;
  padding: 3px 15px ;
  font-size: 12px ;
  font-weight: 600;
  color: #fff;
}

.views-exposed-form label {
  color: #5c6c7d;
  font-size:12px;
  font-weight: 600;
  margin:0 5px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.view .view-filters input,
.view .view-filters select {
  float:left;
  padding:0;
  margin:0;
  width:130px;
  border:1px solid #ddd;
  color: #000;
  font-size: 12px ;
  font-weight: 500;
  padding: 3px 5px;
}

.view .view-filters select {
  width:142px;
}

.view .view-filters select,
.view select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  -webkit-user-select: none;
  -moz-user-select: none;

  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;

  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;

  background-image: url(../images/select-arrow.png) ;
  background-color: #fff ;
  background-position: 94% 50% ;
  background-repeat: no-repeat ;

  margin: 0;
  color: #5c6c7d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 5px;
  padding-right: 30px ;
}

.view .views-exposed-form .views-exposed-widget .form-submit {
  margin-top:17px;
}

fieldset#edit-select,
.form-newsletter-actions {
	display: inline-block;
	float: right;
	position: relative;
	background: none;
	border: 0;
	margin-top: 0px;
	margin-bottom: 14px;
}

.form-newsletter-actions {
 margin-top: 20px;
}

fieldset#edit-select legend {
  display: none;
}

fieldset#edit-select .fieldset-wrapper {
  margin: 0;
  display: inline-block;
  float: right;
}

fieldset#edit-select .form-item {
  margin-bottom: 0;
}

.page-liste-donneurs .view-filters .form-item .description {display:none;}
.page-carte-donneurs-de-vers .form-item .description, .page-carte-acteurs .form-item .description {display:none;}

/* ----------  menu_moderateur  ---------- */
#menu_mod {
  background:#f7f7f7;
  border-bottom:1px solid #ddd;
  padding: 15px;
  -webkit-border-radius:3px;
}

#menu_mod #menu_mod_content {text-align:left;}

#menu_mod div.content {margin-top:0;}
#menu_mod li { list-style:none; display:inline-block; margin-right:3px;}

#menu_mod ul { padding:0; width:auto ; text-align:left;}
#menu_mod h2 {margin:0; padding:0;}

#menu_mod li.Liste.donneurs a:before { font-family: 'icomoon'; content:'\e606'; position:relative; top:1px; font-size:12px; margin-right:4px;}
#menu_mod li.demandeurs a:before { font-family: 'icomoon'; content:'\e606'; position:relative; top:1px; font-size:12px; margin-right:4px;}
#menu_mod li.Liste.acteurs a:before { font-family: 'icomoon'; content:'\e606'; position:relative; top:1px; font-size:12px; margin-right:4px;}
#menu_mod li.Ajouter.acteur:after, #menu_mod li.Exporter:after { content:'|'; color:#ccc; margin:0 3px 0 10px;}
#menu_mod li.Exporter a:before { font-family: 'icomoon'; content:'\e604'; position:relative; top:1px; font-size:12px; margin-right:4px;}
#menu_mod li.Ajouter.donneur a:before { font-family: 'icomoon'; content:'\e601'; position:relative; top:1px; font-size:12px; margin-right:4px;}
#menu_mod li.Ajouter.acteur a:before { font-family: 'icomoon'; content:'\e601'; position:relative; top:1px; font-size:12px; margin-right:4px;}
#menu_mod li.marqueurs.Gmap a:before { font-family: 'icomoon'; content:'\e605'; position:relative; top:1px; font-size:12px; margin-right:4px;}



/* ----------  menu_moderateur buttons color ---------- */
#menu_mod li a, #menu_mod li a:hover {background:#fff;}

#menu_mod li.demandeurs a {border-bottom:2px solid #99cc33;}
#menu_mod li.donneurs a, #menu_mod li.donneur a {border-bottom:2px solid #e37309;}
#menu_mod li.acteurs a, #menu_mod li.acteur a {border-bottom:2px solid #885ba4;}
#menu_mod li.marqueurs.Gmap a {border-bottom:2px solid #009bca;}

#menu_mod li.demandeurs a:hover {color:#99cc33;}
#menu_mod li.donneurs a:hover, #menu_mod li.donneur a:hover {color:#e37309;}
#menu_mod li.acteurs a:hover, #menu_mod li.acteur a:hover {color:#885ba4;}
#menu_mod li.marqueurs.Gmap a:hover {color:#009bca;}

#menu_mod li.demandeurs a.active {color:#99cc33;}
#menu_mod li.donneurs a.active, #menu_mod li.donneur a.active {color:#e37309;}
#menu_mod li.acteurs a.active, #menu_mod li.acteur a.active {color:#885ba4;}
#menu_mod li.marqueurs.Gmap a.active {color:#009bca;}



#menu_mod li a:active, a.button:active {
	position:relative;
	top:1px;
}

#menu_mod li a.active:after {
	font-family: 'icomoon'; content:'\e611'; position:relative; top:0; margin-left:6px; font-size:7px;
}


/*************     Infobulle    **************/
.ib_cont {position:absolute; opacity:0; z-index:-999; padding-right:7px; background:url(../images/bg_bulle.png) no-repeat right 50%;}
.ib_cont_bg { display:block; color:#ddd; border-radius:4px; padding:10px 10px 10px; font-size:11px; max-width:250px; width:250px;  background:#303136;}
.ib_cont .ib_title {color:#eb2536; font-weight:bold; margin:0 0 10px 0;}
.ib_cont .ib_txt {}
.ib_cont .ib_txt p {margin:0; padding:0;}
.ib_on  {float:left; padding: 4px 0 4px 18px; cursor:help;}
.ib_on:before {font-family:'icomoon'; content:'\e603'; margin-right:5px; position: relative; top:2px; font-size:12px;}


/*************     bandeau cookis    **************/
#sliding-popup {height: 60px !important; padding: 30px;}
#sliding-popup .popup-content #popup-text {max-width: 70%;}
#sliding-popup.sliding-popup-bottom {background:rgba(255,255,255,0.9); box-shadow:0 0 5px 0 rgba(0,0,0,0.2); -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.2); -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.2); -o-box-shadow:0 0 5px 0 rgba(0,0,0,0.2);}
body #sliding-popup .popup-content #popup-text p span {color:#666 ; font-weight:normal; font-family:'Open Sans', sans-serif; font-size:13px; }
body #sliding-popup .popup-content #popup-text p {margin-top:3px;}
#sliding-popup .popup-content #popup-buttons button {background: #495765;border: medium none;border-radius: 3px;-webkit-border-radius: 3px; color: #fff;display: inline-block;font-family:"Open Sans", sans-serif;font-size: 11px;padding: 8px 25px;margin-top:12px;text-align: center;text-shadow:none;-webkit-text-shadow:none;-moz-text-shadow:none;text-transform: uppercase;transition: all 150ms linear 0s;-webkit-transition: all 150ms linear 0s;-moz-transition: all 150ms linear 0s;-o-transition: all 150ms linear 0s;z-index: 499;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;font-weight:normal;}
#sliding-popup .popup-content #popup-buttons button:hover {background: #303a43;color: #fff;}
.eu-cookie-compliance-more-button {color:#009bca !important; font-size: 14px;}

/*************     System    **************/
#secondary-menu ul.inline li {display: inline; list-style-type: none; padding: 0 0 0 10px;}
#secondary-menu ul.inline {margin:10px 0 0 0;}
.edit_pass.button { float:left; margin-top:20px;}
.no_result { display:block; margin:20px auto 0 auto; width:500px; text-align:center; font-size:16px; font-weight:bold;}
div.status, .ok {
	background-color: #93c44c;
  color: #fff;
}
div.error {
	background-color: #d43400;
  color: #fff;
	border: 0;
  background-position: 14px center;
}
div.status {
	border: 0;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 1px dashed #d43400;
}

#admin-menu a {
  font-size: 11px;
}

#footer-wrapper.clearfix::after {
	display: inline-block;
}
