/* Icon Font - social icons, navigation arrows etc
*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-3ye5p3");
  src: url("../fonts/icomoon.eot?#iefix-3ye5p3") format("embedded-opentype"), url("../fonts/icomoon.woff?-3ye5p3") format("woff"), url("../fonts/icomoon.ttf?-3ye5p3") format("truetype"), url("../fonts/icomoon.svg?-3ye5p3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook2:before {
  content: "\ea8d"; }

.icon-twitter2:before {
  content: "\ea92"; }

.icon-linkedin2:before {
  content: "\eac8"; }

.icon-google-plus2:before {
  content: "\ea89"; }

.icon-flickr2:before {
  content: "\eaa2"; }

.icon-feed2:before {
  content: "\ea95"; }

.icon-pinterest2:before {
  content: "\ead1"; }

.icon-vimeo2:before {
  content: "\ea9d"; }

.icon-twitter:before {
  content: "\ea91"; }

.icon-google-plus:before {
  content: "\ea88"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-youtube:before {
  content: "\ea99"; }

.icon-vimeo:before {
  content: "\ea9c"; }

.icon-flickr:before {
  content: "\eaa1"; }

.icon-skype:before {
  content: "\eac6"; }

.icon-pinterest3:before {
  content: "\ead0"; }

.icon-feed:before {
  content: "\ea94"; }

.icon-triangle-left:before {
  content: "\f044"; }

.icon-triangle-right:before {
  content: "\f05a"; }

.icon-close3:before {
  content: "\f081"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-chevron-left3:before {
  content: "\f053"; }

.icon-chevron-right3:before {
  content: "\f054"; }

.icon-pinterest:before {
  content: "\e600"; }

.icon-chevron-thin-left:before {
  content: "\e621"; }

.icon-chevron-thin-right:before {
  content: "\e622"; }

.icon-disc:before {
  content: "\e601"; }

.icon-add:before {
  content: "\e60b"; }

.icon-remove:before {
  content: "\e60c"; }

.icon-arrow-back:before {
  content: "\e60d"; }

.icon-arrow-forward:before {
  content: "\e60e"; }

.icon-arrow-drop-down:before {
  content: "\e60f"; }

.icon-arrow-drop-up:before {
  content: "\e610"; }

.icon-close2:before {
  content: "\e611"; }

.icon-chevron-left2:before {
  content: "\e612"; }

.icon-chevron-right2:before {
  content: "\e613"; }

.icon-close:before {
  content: "\e614"; }

.icon-expand-less:before {
  content: "\e615"; }

.icon-expand-more:before {
  content: "\e616"; }

.icon-menu:before {
  content: "\e617"; }

.icon-menu2:before {
  content: "\e120"; }

/*
================================
PAGE LAYOUT
================================
*/
html {
  height: 100%; }

body {
  min-height: 100%;
  background: #fff; }

/* All horizontal wrapping sections 
*/
.wrap-full {
  padding-left: 12px;
  padding-right: 12px; }

.container {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto; }

.row {
  width: 100%; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

/* Specific sections
*/
.wrap-content {
  background: white url(../img/content-gradient.png) repeat-x 0 0; }

.row-content {
  padding-top: 0px; }

.col-main {
  padding-top: 10px;
  padding-bottom: 50px;
  padding-left: 5px;
  padding-right: 15px; }
  @media (min-width: 800px) {
    .col-main {
      float: left;
      width: 77.62238%; } }

.col-sub {
  padding-bottom: 54px; }
  @media (min-width: 800px) {
    .col-sub {
      float: right;
      width: 20.01748%; } }

.site-footer {
  clear: both; }

/*
================================
Shared Form styles
================================
*/
label, input, select, textarea {
  font-size: 1.4rem;
  line-height: 1.4; }

ul label, ul input, ul select {
  font-size: inherit; }

label p {
  font-size: inherit; }

form {
  margin-bottom: 0; }

legend {
  padding-bottom: 10px;
  color: #000;
  /* color for IE */
  font-weight: bold;
  font-size: 1.6em; }

input {
  margin: 0; }

/* ---------------- Text input fields 
*/
input[type="email"],
input[type="file"],
input[type="image"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="range"],
input[type="number"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="color"],
select,
textarea {
  padding: 3px 4px;
  background: #fff;
  border: 1px solid #878787;
  /* border */
  border-radius: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #515151; }
  input[type="email"]:-ms-input-placeholder,
  input[type="file"]:-ms-input-placeholder,
  input[type="image"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #515151; }
  input[type="email"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  input[type="image"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #515151;
    opacity: 1; }
  input[type="email"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  input[type="image"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #515151; }

textarea {
  resize: vertical; }

textarea[rows] {
  height: auto; }

input[type="email"]:focus,
input[type="file"]:focus,
input[type="image"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #878787;
  background: #fff; }

/* Placeholder in input fields (keep as separate rules!)
*/
::-webkit-input-placeholder {
  color: #515151; }

::-moz-placeholder {
  color: #515151;
  opacity: 1; }

:-ms-input-placeholder {
  color: #515151; }

/* ---------------- Buttons (overrides default input styles)
*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  margin: 0;
  padding: 4px 10px 4px;
  width: auto;
  display: inline-block;
  overflow: visible;
  /* for IE */
  outline: none;
  background: white;
  /* normal state */
  border: 1px solid #71b3ce;
  border-radius: 0px;
  transition: 0.2s all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #4798b9;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none; }

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  /* hover state */
  background-color: white;
  color: #71b3ce;
  border-color: #6098af;
  color: #71b3ce;
  text-decoration: none; }

input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  /* press state */
  background-color: white;
  border-color: #71b3ce;
  color: #4798b9; }

button:focus {
  outline-width: 1px;
  outline-style: dotted; }

/* ---------------- Check boxes and radios
*/
input[type="radio"],
input[type="checkbox"] {
  border-width: 0;
  width: auto;
  position: relative;
  margin: 3px 5px 3px 0;
  float: none;
  display: inline; }

/* ---------------- Form layout
*/
form ul {
  margin: 0;
  padding: 0;
  list-style: none; }

form ul li {
  margin: 3px 0 3px;
  padding: 0 0 2px 0;
  background: none;
  list-style: none;
  overflow: hidden;
  /* to contain floats */ }

label {
  display: block;
  margin-bottom: 2px; }

/* Prevent IE Mobile 10 bug - combine with js script */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*
================================
CONTENT - typography, images, etc.
================================
*/
*, :before, :after {
  box-sizing: border-box; }

html {
  font-size: 71.4%;
  /* Bigger mobile font size */ }
  @media (min-width: 600px) {
    html {
      font-size: 62.5%;
      /*  Base for rem units, so that 1rem = 10px */ } }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.4; }

p, dl, ul {
  margin-top: 0; }

ol p, ul p, ol ol, ul ul, label p, dt p, dd p, table p {
  font-size: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #fb9439;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: 0.2em; }

h1 {
  font-size: 1.9rem;
  line-height: 1; }

h2 {
  font-size: 1.9rem;
  line-height: 36px; }

h3 {
  font-size: 1.5em; }

h4, h5, h6 {
  font-size: 1.4rem;
  font-weight: normal; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child {
  margin-top: 0; }

p:last-child,
ul:last-child {
  margin-bottom: 0; }

/* ---------------- Links
*/
a {
  color: #4798b9;
  text-decoration: underline;
  background: transparent;
  -webkit-transition: 0.15s all;
  transition: 0.15s all; }

a:active, a:focus, a:hover {
  color: #71b3ce;
  text-decoration: none;
  background: transparent; }

/* ---------------- Text specials 
*/
blockquote,
blockquote p {
  font-style: italic; }

blockquote {
  margin: 0 0 1.5em;
  padding: 0.9rem 2rem 0.9rem 2rem;
  border-left: 2px solid #71b3ce; }
  blockquote cite,
  blockquote span {
    display: block;
    font-style: normal;
    text-align: right; }

p.highlight {
  background: #71b3ce;
  padding: 15px 17px 17px;
  border-radius: 0px;
  color: white; }
  p.highlight a {
    color: white;
    text-decoration: underline; }

.soft {
  color: #888; }

small {
  font-size: 0.8em; }

mark {
  background: #FFFF7F; }

/* highlight inline */
/* ---------------- Lists
*/
ol p, ul p {
  font-size: inherit; }

ul {
  list-style: none;
  margin-left: 22px;
  padding-left: 0; }
  ul li {
    margin-left: 0;
    margin-bottom: 12px;
    padding-left: 18px;
    background: url(../img/bullet.png) no-repeat 0 0.6rem; }
  ul ul {
    margin-bottom: 0; }

ol {
  margin-left: 0; }
  ol li {
    margin-bottom: 12px; }

dt {
  font-weight: bold;
  margin-bottom: 5px; }

dd {
  margin-bottom: 10px;
  margin-left: 0; }

/* Inline (horizontal) list (for thumbnails etc) 
*/
.list-inline {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none; }
  .list-inline:after {
    content: "";
    display: table;
    clear: both; }
  .list-inline li {
    float: left;
    margin: 0 10px 20px 0;
    padding: 0;
    background: none; }
  .list-inline img {
    display: block; }
  .list-inline a:hover img {
    opacity: 0.8; }

/* list with no bullets, but still vertical 
*/
.list-nobullets {
  margin-left: 0;
  padding-left: 0; }
  .list-nobullets li {
    margin-left: 0;
    padding-left: 0;
    background: none; }

/* List of links
*/
.list-of-links li {
  border-bottom: 1px solid #D6D6D6; }
.list-of-links a {
  display: block; }

/* ---------------- Horizontal rule
*/
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #D6D6D6;
  margin: 1em 0;
  padding: 0; }

/* ---------------- Tables
*/
table {
  margin-bottom: 1rem;
  width: 100%; }

th,
td {
  padding: 6px 10px 7px 0px;
  border-top: 1px solid #D6D6D6; }

th {
  font-weight: bold;
  vertical-align: top;
  text-align: left; }

thead:first-child tr th,
thead:first-child tr td {
  border-top: 0; }

/* ---------------- Images
*/
img {
  max-width: 100%;
  /* responsive */
  height: auto;
  vertical-align: middle; }

.left {
  float: left;
  margin: 0 15px 8px 0; }

.right {
  float: right;
  margin: 0 0 8px 15px; }

.center {
  display: block;
  margin: 2.5em auto;
  margin-bottom: 20px;
  clear: both; }
  .center img {
    /* if class on container */
    display: block;
    margin: 0 auto; }

a img {
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  /* ie10 */ }

a:hover img {
  opacity: 0.8; }

/* thumbnail images for gallery (inline)
*/
/* ---------------- Video
*/
video, object, embed {
  max-width: 100%;
  height: auto; }

/* flexible video containers, with fixed ratio (cf Foundation, Alistapart) */
.flex-video {
  position: relative;
  height: 0;
  padding-top: 25px;
  /* default for youtube player */
  padding-bottom: 67.5%;
  /* default 4:3 ratio */
  overflow: hidden; }

/* to override, use extra classes: */
.flex-video.widescreen {
  padding-bottom: 56.25%;
  /* 16:9 widescreen ratio */ }

.flex-video.vimeo {
  padding-top: 0;
  /* no player */ }

.flex-video video,
.flex-video object,
.flex-video embed,
.flex-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*
================================
CONTENT BLOCKS
================================
*/
/* ---------------- breadcrumbs trail (fil d'ariane)
*/
.breadcrumbs {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding: 5px 0; }
  .breadcrumbs a,
  .breadcrumbs strong {
    text-transform: uppercase; }
  .breadcrumbs a {
    text-decoration: none; }
  .breadcrumbs strong {
    font-weight: normal; }

/* ---------------- header in main content column
*/
.content-header {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 1px;
  margin-bottom: 0px; }
  .content-header h1 {
    font-size: 1.9rem; }

/* ---------------- Social sharing
*/
.wrap-sharing {
  margin: 30px 0 30px 0; }

/*
================================
SITE HEADER
================================
*/
.wrap-site-header {
  padding-right: 0; }

.site-header {
  position: relative;
  padding-top: 0px;
  padding-left: 184px;
  min-height: 99px; }

/* ---------------- Site logo 
*/
.site-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px; }
  @media (min-width: 600px) {
    .site-logo {
      width: auto; } }
  .site-logo a {
    text-decoration: none; }
    .site-logo a:hover {
      text-decoration: none;
      background-color: transparent; }
    .site-logo a:hover img {
      opacity: 1; }

/* ---------------- Language navigation 
*/
.wrap-nav-lang {
  float: right;
  clear: right;
  width: auto;
  margin-top: 15px; }
  @media (min-width: 600px) {
    .wrap-nav-lang {
      float: none;
      clear: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      margin-top: 0; } }

#menu_lang {
  margin: 0;
  padding: 0; }
  #menu_lang li {
    float: left;
    margin: 0 0 0 1px;
    padding: 0;
    background: none;
	text-transform:uppercase;	 }
  #menu_lang li:last-child,
  #menu_lang li.last {
    margin-right: 0; }
  #menu_lang li a, #menu_lang li strong {
    float: left;
    margin-left: 1px;
    padding: 2px 9px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700; }
    @media (min-width: 600px) {
      #menu_lang li strong {
        border-radius: 0 0 8px 8px; } }
  #menu_lang li strong{
    background: #71b3ce;
    color: white; }
	
	#menu_lang li a:hover{
		text-decoration:none;
	}
	#menu_lang li a, #menu_lang li span, #menu_lang li strong {
    	border-left: none;
	}
	#menu_lang li.last a, #menu_lang li.last span, #menu_lang li.last strong {
		padding: 2px 9px;
	}

/* ---------------- Main navigation
*/
.wrap-nav-main {
  display: none; }
  @media (min-width: 600px) {
    .wrap-nav-main {
      display: block;
      padding-top: 60px; } }

.nav-main {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 1.6rem;
  line-height: 1.4; }
  .nav-main:after {
    content: "";
    display: table;
    clear: both; }

.nav-main > li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none; }

.nav-main > li > a {
  float: left;
  width: auto;
  margin: 0;
  padding: 8px 20px;
  background: transparent;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6; }
  @media (min-width: 1000px) {
    .nav-main > li > a {
      border-radius: 8px 8px 0 0; } }

/* hover */
.nav-main > li > a:active,
.nav-main > li > a:focus,
.nav-main > li > a:hover,
.nav-main > li:hover > a {
  color: #00488d;
  text-decoration: none; }

/* current page / section */
.nav-main > li.current > a {
  color: white;
  text-decoration: none;
  background: #71b3ce; }

/* subnav - dropdown */
.nav-main > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 99999;
  margin: -2px 0 0 0;
  padding: 2px 0;
  min-width: 200px;
  background: #e7f8ff;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  /* IE9+ */
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3); }

.nav-main li:hover > ul,
.nav-main li.sfHover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

.nav-main > li ul ul {
  top: 0;
  left: 100%; }

.nav-main > li li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative; }

.nav-main > li li a {
  display: block;
  padding: 9px 10px;
  border-bottom: 2px solid #71b3ce;
  color: #4798b9;
  font-size: 1.4rem;
  line-height: 18px;
  text-decoration: none;
  font-weight: 700; }

.nav-main > li li.current a {
  color: #00488d; }

.nav-main > li li:last-child a {
  border: none; }

.nav-main > li li a:hover {
  background: white; }

/* ================ Header 2
*/
.wrap-site-header2 {
  background: #71b3ce;
  padding: 0; }

/* ---------------- Social links
*/
.nav-social {
  float: right;
  width: auto;
  margin: 7px 0 8px; }
  .nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social li {
    float: left;
    margin: 0  0 0 10px;
    padding: 0;
    background: none; }
  .nav-social a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 0px;
    background: #71b3ce;
    border-radius: 50%;
    color: white;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
    text-align: center; }

/* ================ Header image
*/
.wrap-site-header-image {
  /*background: gray url(../img/header-photo.jpg) no-repeat center top;*/
  background-color:gray; }
  @media (min-width: 600px) {
    .wrap-site-header-image {
      height: 398px; } }

.site-header-image {
  position: relative; }

/* ---------------- Site search 
*/
.site-search {
  width: 100%;
  padding-top: 15px; }
  @media (min-width: 600px) {
    .site-search {
      position: absolute;
      top: 14px;
      right: 0;
      z-index: 2;
      width: 147px;
      padding-top: 0; } }
  @media (min-width: 600px) {
    .site-search {
      float: right;
      clear: none; } }
  .site-search form {
    overflow: visible;
    position: relative; }
  .site-search input[type="search"] {
    height: 26px;
    /* padding and border NOT included */
    width: 100%;
    margin: 0 0px 0 0;
    padding: 0px 5px 0 35px;
    border: none;
    line-height: inherit; 
	
	color: #71b3ce;
    font-style: italic;}
    .site-search input[type="search"]::-webkit-input-placeholder {
      color: #71b3ce;
      font-style: italic; }
    .site-search input[type="search"]::-moz-placeholder {
      color: #71b3ce;
      opacity: 1;
      font-style: italic; }
    .site-search input[type="search"]:-ms-input-placeholder {
      color: #71b3ce;
      font-style: italic; }
  .site-search input[type="submit"] {
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 2;
    width: 30px;
    height: 26px;
    /* border included */
    border: none;
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0; }
	
#formulaire_recherche label{
	display:none;
}

/* ---------------- Header image article
*/
.header-article {
  padding-left: 5px;
  padding-top: 35px;
  padding-right: 0px;
  padding-bottom: 118px; }
  @media (min-width: 600px) {
    .header-article {
      padding-left: 20px;
      padding-right: 229px;
      padding-bottom: 0;
      min-height: 398px; } }
  @media (min-width: 800px) {
    .header-article {
      padding-left: 106px; } }
  .header-article p,
  .header-article h2,
  .header-article h3 {
    color: white; }
  .header-article h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 3px; }
    @media (min-width: 600px) {
      .header-article h2 {
        font-size: 3rem; } }
  .header-article h3 {
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 0; }
  .header-article p {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0; }
  .header-article .wrap-read-more {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 229px;
    z-index: 2;
    margin: 0;
    padding: 0; }
    .header-article .wrap-read-more a {
      background: #fb9439;
      display: block;
      padding: 12px 5px;
      text-align: center;
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 2rem;
      text-decoration: none; }
      @media (min-width: 600px) {
        .header-article .wrap-read-more a {
          font-size: 2.5rem; } }
      .header-article .wrap-read-more a:hover {
        background-color: #71b3ce; }
      .header-article .wrap-read-more a:before {
        content: '>> '; }

/* ---------------- Extra navigation in content
*/
.wrap-nav-extra {
  padding-top: 5px;
  margin-bottom: 16px; }
  .wrap-nav-extra:after {
    content: "";
    display: table;
    clear: both; }

.nav-extra {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4; }

.nav-extra > li {
  position: relative;
  margin: 2px 0;
  padding: 0 2px;
  list-style-type: none;
  background: none; }
  @media (min-width: 600px) {
    .nav-extra > li {
      float: left;
      width: 20%;
      margin: 0; } }

.nav-extra > li > a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 5px;
  background: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6; }
  @media (min-width: 600px) {
    .nav-extra > li > a {
      float: left; } }
  .nav-extra > li > a img {
    display: none;
    margin-bottom: 5px; }
    @media (min-width: 600px) {
      .nav-extra > li > a img {
        display: block; } }

.nav-extra > li.current > a {
  color: #00488d; }	
  
/* hover */
.nav-extra > li > a:active,
.nav-extra > li > a:focus,
.nav-extra > li > a:hover,
.nav-extra > li:hover > a {
  color: #00488d;
  text-decoration: none; }

/* current page / section */
/* subnav - dropdown */
.nav-extra > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 2px;
  z-index: 99999;
  margin: -2px 0 0 0;
  padding: 2px 0;
  min-width: 200px;
  background: #e7f8ff;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  /* IE9+ */
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3); }

@media (min-width: 600px) {
  .nav-extra li:hover > ul,
  .nav-extra li.sfHover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0; } }

.nav-extra > li ul ul {
  top: 0;
  left: 100%; }

.nav-extra > li:last-child ul {
  left: auto;
  right: 0; }

.nav-extra > li:last-child ul ul {
  left: auto;
  right: 100%; }

.nav-extra > li li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative; }

.nav-extra > li li a {
  display: block;
  padding: 9px 10px;
  border-bottom: 2px solid #71b3ce;
  color: #4798b9;
  font-size: 1.4rem;
  line-height: 18px;
  text-decoration: none;
  font-weight: 700; }
.nav-extra > li li.current a {
  color: #00488d; }

.nav-extra > li li:last-child a {
  border: none; }

.nav-extra > li li a:hover {
  background: white; }

/* 
========================
Superfish dropdown menu 
========================
*/
.sf-arrows ul .sf-with-ul {
  padding-right: 2.5em; }

.sf-arrows ul .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -5px;
  width: 13px;
  height: 11px;
  background: url(../img/arrow-nav2.png) no-repeat 0 0; }

/* right-facing arrows - child dropdown lists */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/*
	Mobile navigation - dropdown
*/
.wrap-nav-mobile {
  float: right;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 0;
  width: 123px;
  /* fixed width */
  position: relative;
  z-index: 99999;
  font-family: Arial, Helvetica, sans-serif;
  display: block; }
  @media (min-width: 600px) {
    .wrap-nav-mobile {
      display: none; } }

/* nav toggle link */
#nav-mobile-toggle {
  position: relative;
  display: block;
  line-height: 48px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 0px;
  background: #71b3ce;
  color: white;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  /* ie10 */
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* Hide outline */
  outline: 0; }
  #nav-mobile-toggle .icon-nav {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 23px;
    background: white;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    #nav-mobile-toggle .icon-nav:before, #nav-mobile-toggle .icon-nav:after {
      content: "";
      position: absolute;
      z-index: 3;
      left: 0;
      width: 100%;
      height: 2px;
      background: white;
      backface-visibility: hidden;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    #nav-mobile-toggle .icon-nav:before {
      top: -7px; }
    #nav-mobile-toggle .icon-nav:after {
      bottom: -7px; }

#nav-mobile-toggle.open {
  background-color: #71b3ce;
  color: white;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5); }
  #nav-mobile-toggle.open .icon-nav,
  #nav-mobile-toggle.open .icon-nav:before,
  #nav-mobile-toggle.open .icon-nav:after {
    background: white; }
  #nav-mobile-toggle.open .icon-nav:before {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px); }
  #nav-mobile-toggle.open .icon-nav:after {
    -webkit-transform: rotate(-45deg) translate(6px, -5px);
    transform: rotate(-45deg) translate(6px, -5px); }
  #nav-mobile-toggle.open .icon-nav {
    background: #71b3ce; }

/* mobile navigation */
#nav-mobile.open {
  display: block; }

#nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9000;
  width: 290px;
  margin: 0;
  padding: 15px 0;
  background: #71b3ce;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5); }
  #nav-mobile li {
    margin: 0;
    padding: 0 0 1px 0;
    list-style-type: none;
    background: transparent;
    position: relative; }
  #nav-mobile a {
    display: block;
    padding: 6px 3.6rem 6px 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
    transition: 0.15s all; }
  #nav-mobile a:hover,
  #nav-mobile .current > a {
    background: #71b3ce; }
  #nav-mobile ul {
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 1px;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    /* ie10 */ }
  #nav-mobile ul.mobile-open {
    max-height: 500px; }
  #nav-mobile li li a {
    color: white;
    font-weight: 300;
    font-size: 1.4rem;
    padding-left: 35px; }
  #nav-mobile .mobile-toggle-sub {
    background: #71b3ce;
    cursor: pointer;
    width: 3.4rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    /* Hide outline on active */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    color: white;
    line-height: 3.5rem;
    text-align: center; }
  #nav-mobile .mobile-toggle-sub.mobile-active {
    color: white; }

/*
================================
FOOTER
================================
*/
/* ---------------- Footer 1: legal etc
*/
.wrap-site-footer {
  background: #71b3ce; }

.site-footer {
  padding: 14px 0; }

.site-footer p {
  color: white;
  text-align: center;
  margin: 0; }
  .site-footer a {
    color: inherit;
    text-decoration: underline; }
    .site-footer a:hover {
       text-decoration: none;}
	  
/* ---------------- Footer 2: menu
*/
/* ---------------- Footer navigation
*/
.wrap-footer-nav {
  padding: 20px 0 10px; }

ul.footer-nav {
  /* ul */
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  ul.footer-nav a {
    text-decoration: none;
    font-size: 1.6rem;
    display: block; }
  ul.footer-nav > li {
    margin: 0;
    padding: 0 0 15px 0;
    background: none; }
  ul.footer-nav > li > a {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px; }
  ul.footer-nav ul {
    margin: 0;
    padding: 0; }
  ul.footer-nav ul li {
    background: none;
    margin: 0;
    padding: 0; }

@media (min-width: 600px) {
  ul.footer-nav > li {
    float: left;
    width: 33%; }

  ul.footer-nav > li:nth-child(3n+1) {
    clear: left; } }
@media (min-width: 800px) {
  ul.footer-nav > li {
    /*width: 16%;*/
	width: 20%; }

  ul.footer-nav > li:nth-child(3n+1) {
    clear: none; } }
/*
================================
SIDEBAR sub column widgets
================================
*/
/* ---------------- widgets all - sidebar modules 
*/
.widget {
  margin-bottom: 20px; }
  .widget h3 {
    padding: 5px 0px;
    margin-top: 0;
    margin-bottom: 2px;
    background: transparent;
    color: #fb9439;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: bold;
    text-transform: none; }
  .widget ul,
  .widget ul li {
    list-style: none; }
  .widget ul {
    margin-left: 0;
    padding-left: 0; }
  .widget li {
    padding-left: 0;
    background: none;
    margin-left: 0; }

.widget:last-child {
  margin-bottom: 0; }

/* ---------------- Widget side links
*/
.sidelink {
  background-color: gray;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 115px;
  margin-bottom: 12px;
  overflow: hidden; }
  .sidelink h4 {
    background: rgba(251, 148, 57, 0.7);
    color: white;
    font-style: 1.5rem;
    font-weight: 700;
    padding: 6px 23px 6px 5px;
    text-align: center; }
    .sidelink h4 a {
      color: inherit;
      text-decoration: none; }

.sidelink-cover {
  background: #fb9439; }
  .sidelink-cover ul {
    vertical-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  .sidelink-cover li {
    margin-bottom: 14px;
    margin-left: 29px; }
  .sidelink-cover a {
    display: block;
    color: white;
    font-weight: 700;
    text-decoration: none;
    background: url(../img/arrow-white.png) no-repeat left 5px;
    padding-left: 16px; }
    .sidelink-cover a:hover {
      text-decoration: underline; }

@media (min-width: 1025px) {
  .sidelink {
    max-width: 202px;
    height: 202px;
    border-radius: 50%; }
    .sidelink h4 {
      margin-left: 50px; }

  .sidelink-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(251, 148, 57, 0.7); }
    .sidelink-cover ul {
      padding-top: 76px; }

  .sidelink:hover .sidelink-cover {
    opacity: 1;
    visibility: visible; }
  .sidelink:hover h4 {
    opacity: 0;
    visibility: hidden; } }
/* ---------------- Widget publication
*/
.widget-publications {
  margin-bottom: 25px; }

.widget-publications h4{
	margin-top:0.8em;
} 
.widget-publications h4 a:link, .widget-publications h4 a:visited{
	text-decoration:none;
	font-weight:bold;
}
.widget-publications h4 a:hover{
	text-decoration:underline;
}
.widget-publications img.logo_publication{
	clear:both;
	margin-top:5px;
}
.widget-publications .widget-body{
	clear:both;
	margin-bottom:10px;
}
.widget-publications .widget-body p{
	font-size:1.2em;
	margin:0.5em 0;
}
.widget-publications .date_publication{
	clear:both;
	font-size:1.2em;
	font-style:italic;
	color:#999;
}
.widget-publications .lien_liste_publications {
	clear:both;
	padding:5px 0;
	font-size:1.2em;
}
.widget-publications .lien_liste_publications a:link, .widget-publications .lien_liste_publications a:visited{
	text-decoration:underline;
}
.widget-publications .lien_liste_publications a:hover{
	text-decoration:none;
}
/* Détail publication */
.lien_publication{
	font-size:1.4em;
	clear:both;
	margin-top:15px;
}
.titre_lien_publication{
	font-weight:bold;
}
.logo_publication_detail{
	clear:both;
	margin:10px 0;
}

/* ---------------- Widget newsletter
*/
.widget-newsletter {
  background: #71b3ce;
  padding: 10px 14px 16px; }
  .widget-newsletter p,
  .widget-newsletter li,
  .widget-newsletter h3 {
    color: white; }
  .widget-newsletter h3 {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 1; }
  .widget-newsletter p {
    font-size: 1.3rem;
    font-weight: 700; }
  .widget-newsletter form ul li {
    padding: 0; }
  .widget-newsletter input[type="email"] {
    float: left;
    width: 165px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 4px 5px;
    height: 25px;
    border: none; 
	
	color: #71b3ce;
	font-style: italic;
	}
    .widget-newsletter input[type="email"]::-webkit-input-placeholder {
      color: #71b3ce;
      font-style: italic; }
    .widget-newsletter input[type="email"]::-moz-placeholder {
      color: #71b3ce;
      opacity: 1;
      font-style: italic; }
    .widget-newsletter input[type="email"]:-ms-input-placeholder {
      color: #71b3ce;
      font-style: italic; }
  .widget-newsletter input[type="submit"], .widget-newsletter p.boutons {
    float: left;
    width: 33px;
    height: 26px;
    padding: 3px 0;
    border: 1px solid gray;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem; }
	
	.widget-newsletter .formulaire_newsletter label{
		display:none;
	}
	.widget-newsletter .formulaire_newsletter ul{
		float:left;
	}
	.widget-newsletter p.boutons{
		display:inline;
		margin:3px 0;
		padding: 0;
		border:none;
		float:left;
	}

/*
================================
HOME PAGE
================================
*/
.page-accueil .col-main {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px; }

/* Articles list - news
*/
.section-articles {
  margin-bottom: 1em; }

.list-articles {
  margin: 0;
  padding: 0; }
  .list-articles li {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    background: none;
    position: relative;
    min-height: 282px; }
    @media (min-width: 600px) {
      .list-articles li {
        margin: 0 0 55px 0; } }
  @media (min-width: 600px) {
    .list-articles li:nth-child(2n+1) {
      float: left;
      clear: left;
      width: 49.66292%; }
    .list-articles li:nth-child(2n) {
      float: right;
      clear: right;
      width: 49.66292%; } }

@media (min-width: 600px) {
  .article-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; } }
.article-content h4 {
  margin-top: 0;
  margin-bottom: 0px;
  background: rgba(251, 148, 57, 0.8);
  padding: 7px 10px;
  color: white;
  font-size: 1.7rem;
  font-weight: 700; }
  @media (min-width: 600px) {
    .article-content h4 {
      float: right;
      padding: 7px 95px 7px 10px; } }
.article-content h4 a {
  color: inherit;
  text-decoration: none; }

.article-body {
  clear: both;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px 15px 9px;
  color: white; }
  .article-body p {
    margin-bottom: 0; }
  .article-body a.read-more {
    font-weight: 700;
    color: #fb9439; }
    .article-body a.read-more:before {
      content: '...'; }

/*
================================
Separate MEDIA QUERIES
================================
*/
/* Retina and hidpi displays, and print */
/* end hidpi */
/* IOS specifics */
@media screen and (max-width: 769px) {
  /* Absolute measure here */
  body {
    -webkit-text-size-adjust: none;
    /* Stop iPhone/iPad from scaling text */ } }
/* ================================
   HELPER CLASSES
   ================================
   */
/* image replacement, hide text from browsers and screenreaders */
.hide-text,
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.hide-text:before,
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/* Hide text using indent, when :before is already taken */
.hide-text-indent {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* contain floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* clear preceding floats (siblings, NOT children) */
.clear {
  clear: both; }

hr.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  background: transparent;
  border: none; }

/* Hide tap highlight (on mobile/tablets) on buttons that don't link to pages, eg. toggles */
.hide-tap-highlight {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }



/*** Styles propres aux articles de spip ***/
.chapo { 
	margin-bottom: 1.5em;
	font-style:italic;
}
.ps, .notes {
	clear:both;
	margin-top:20px;
	border-top:solid 1px #e8e8e8;
	padding-top:10px;
	margin-bottom: 1.5em;
}
.notes { 
	clear: both; 
	font-size: 0.846em;
	color:#666;
}

/* Styles Enluminure */
.col-main .caractencadre-spip{
	color:#FB9439;
}
.col-main .caractencadre2-spip{
	color:#71B3CE;
}
.col-main .texteencadre-spip {
    background-color: #71B3CE;
    padding: 10px;
    margin-bottom: 15px;
	border:solid 1px #71B3CE;
    border-radius: 6px;
	
	font-size: 1.4rem;
	color:#FFF;
}

/* Logos, documents et images */
.spip_logos { float: left; margin: 0; margin-right: /*@margin-bottom*/1em/*/@*/; margin-bottom: /*@margin-bottom*/1em/*/@*/; padding: 0; border: none; }

.spip_documents { margin-bottom: /*@margin-bottom*/1em/*/@*/; padding: 0; background: none; }
.spip_documents,
.spip_documents_center,
.spip_doc_titre,
.spip_doc_descriptif { margin-right: auto; margin-left: auto; text-align: center; font-size:1.1em; }
.spip_documents_center { 
	clear: both; 
	display: block; 
	width: 100%; 
	margin: 2.5em auto 20px;
}
.spip_documents_left { float: left; margin: 0 15px 8px 0; }
.spip_documents_right { float: right; margin: 0 0 8px 15px; }
.spip_doc_titre {}
.spip_doc_descriptif { clear: both; }

/* Liste d'articles */
.col-main ul.liste-items{
}
.col-main ul li.hentry{
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
	
	background: none;
	padding-left:0;
}
h4.entry-title{
	font-weight:bold;
}

/* spip.pagination.css */
.pagination .sep,.pagination .label {display:none;}
.pagination {padding:10px 0 10px 0;text-align:center; font-size:1.2em;}
.pagination .lien_pagination {padding:2px 5px;margin:0 2px;text-decoration:none;border:2px solid #f0f0f0;}
.pagination .lien_pagination:hover, .pagination .lien_pagination:active {border:2px solid #444;}
.pagination .on {padding:2px 5px; margin:0 2px; border:2px solid #222; color:#fff; font-weight:bold; background-color:#999;}
.pagination .disabled {display:none;}
.col .pagination .prev,.col .pagination .next {display: none;}	

/* Partage réseaux sociaux */
div.socialtags {
  clear:both;
  padding: 10px 0 10px 0;
  text-align: right;
}
.socialtags img {
	float: none;
	width: auto;
	height: 25px;
	border: 0;
	margin: 0;
	padding: 0;
}
.socialtags-hovers {
	opacity: 1;
	filter: alpha(opacity=100);
}
.socialtags-hovers:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}


/* Mettre Boutons admin (mini-bando) à gauche) */
body #spip-admin {
	left: 5px;
	width: 700px;
}

#minibando .afficher ul,
#minibando li:hover ul {
		left: 0 !important;
}

/* Styles pour les formulaires de "Formidable" */
.formulaire_formidable {
	margin:20px 0;
}
.formulaire_formidable input[type="checkbox"]{
	float:left;
}
.formulaire_formidable li.obligatoire {}
.formulaire_formidable li.obligatoire label {font-weight: strong;}

/* Labels */
.formulaire_formidable .editer>label { display: block; text-align: left; color: #444; font-weight: bold;}

.formulaire_formidable .choix label {display:inline;font-weight:normal;}
.formulaire_formidable .choix input.radio,
.formulaire_formidable .choix input.checkbox {width:auto;}

/* Fieldset */
.formulaire_formidable fieldset { clear: both; margin: 0;margin-bottom: margin-bottom: /*@margin-bottom*/1.5em/*/@*/; padding: 0; border: 0; }
.formulaire_formidable fieldset legend { margin: 0; padding: 0; font-size: 1.25em; font-weight: bold; background-color: #FCFCFC; color: #333; } /* Preciser la couleur des legend et du fond pour IE/Win */
.formulaire_formidable fieldset fieldset { margin-top: /*@margin-bottom*/1.5em/*/@*/; }
.formulaire_formidable fieldset fieldset legend { font-size: 1em; font-weight: normal; }
.formulaire_formidable fieldset ul{
	padding-left:30px;
}
.formulaire_formidable fieldset h3{
	color: #444;
	font-weight: bold;
	font-size:1em;
}
/* Ne pas afficher le mot "obligatoire" */
.formulaire_formidable span.obligatoire{
	display:none;
}
/* Ne pas afficher le choix des liste de diffusions */
.formulaire_formidable .saisie_listes_de_diffusion > label{
	display:none;
}
.formulaire_spip .saisie_radio .choix{
	padding-left:30px;
}
/* Reponses */
.reponse_formulaire { margin-bottom: /*@margin-bottom*/1.5em/*/@*/; padding: /*@demi-margin-bottom*/0.75em/*/@*/; border: 2px solid #ddd; }
.reponse_formulaire_ok { background: #e6efc2; color: #264409; border-color: #c6d880; }
.reponse_formulaire_erreur { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.reponse_formulaire_ok a { color: #264409; }
.reponse_formulaire_erreur a { color: #8a1f11; }
/* * Erreurs */
.editer.erreur { background-color: #fbe3e4; }
.editer .erreur_message { display: block; color: #C30; font-weight: bold;}

/* Sytles les "sous-options" du formulaire de participation */
.formulaire_formidable .editer_checkbox_2, .formulaire_formidable .editer_input_5, .formulaire_formidable .editer_input_7{
	padding-left:30px;
}
.formulaire_formidable .editer_input_5 label{
	font-weight:normal;
}
.formulaire_formidable p.explication{
	margin-bottom:3px;
}
