/* _________________________________________________

Nuances Minérales stylesheet
http://www.nuancesminerales.ch

Author: David Roessli
Date: 2011-11-28

Stylesheet based on Andy Clarke's 320 and Up boilerplate extension (v0.9b)
http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS
18 MEDIA QUERIES 

COLOURS 

*/
/* Preboot _________________________________________________

320 and Up
Andy Clarke http://about.me/malarkey
Keith Clark http://twitter.com/keithclarkcouk
LESS Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/

__________________________________________________________ */
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "Georgia", Times New Roman, Times, serif;
}
.monospace {
  font-family: "Monaco", Courier New, monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}
/* Caption style */
/* IE rgba() hack */
/* test
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
*/
/*.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}*/
/* Direction Nav */
.flex-direction-nav li a {
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  display: block;
  background: url(../img/theme/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav li .next {
  background-position: -52px 0;
  right: -21px;
}
.flex-direction-nav li .prev {
  left: -20px;
}
.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(../img/theme/bg_control_nav.png) no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li a:hover {
  background-position: 0 -13px;
}
.flex-control-nav li a.active {
  background-position: 0 -26px;
  cursor: default;
}
/* FlexSlider Customised
*********************************/
.flexslider {
  width: 96%;
  margin: 0 auto 3em auto;
  background: transparent;
  /*	border: 4px solid rgba(255, 255, 255, .7);*/

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 9px #333;
  -moz-box-shadow: 0 1px 9px #333;
  box-shadow: 0 1px 9px #333;
}
.flex-direction-nav li a {
  top: 46%;
  opacity: .3;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.no-touch .flex-direction-nav li a:hover,
flex-direction-nav li a:hover {
  opacity: 1;
}
p.flex-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96%;
  margin: 0;
  padding: 2%;
  background-color: transparent;
  color: white;
  font-family: "adrianne-1", "adrianne-2", Cambria, Times, "New Times Roman", serif;
  font-size: 32px;
  font-weight: bold;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25);
}
/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}
.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 1003;
}
.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url('../img/fancybox/fancybox_loading.gif');
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004;
}
.fancybox-prev,
.fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */

  z-index: 1003;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-prev span,
.fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}
.fancybox-prev span {
  background-position: 0 -36px;
}
.fancybox-next span {
  background-position: 0 -72px;
}
.fancybox-prev:hover,
.fancybox-next:hover {
  visibility: visible;
}
.fancybox-prev:hover span {
  left: 20px;
}
.fancybox-next:hover span {
  left: auto;
  right: 20px;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  margin-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* 1. ROOT ============================================================================= */
html.no-multiplebgs {
  background: url(../img/textures/content-texture100.png) 0 0 repeat;
  background-color: #6A6357;
}
html {
  overflow-y: scroll;
  background: #ffffff;
  /*background : rgb(255,255,255) url(../img/tmp/grid.png) repeat-y 50% 0;*/

  background: url(../img/textures/highlight-texture8_480.png) 70% 0 repeat-x, url(../img/textures/content-texture100.png) 0 0 repeat;
  background-color: #6A6357;
}
body {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  /* 252px */

  font: 100%/1.4 Cambria, Georgia, Times, "Times New Roman";
  color: #282828;
  background-color: transparent;
}
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #282828;
}
/* 2. HEADINGS (320 and Up typography defaults) ==================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "adrianne-1", "adrianne-2", "Helvetica Neue", Helvetica, Arial;
  /* font-weight : bold; */
}
h1 {
  margin-bottom: .75em;
  font-size: 3em;
  /* 48 / 16 = 3 */

  line-height: 1.2;
}
h2 {
  margin-bottom: .75em;
  font-size: 2em;
  /* 36 / 16 = 2 */

  line-height: 1.2;
}
h3 {
  margin-bottom: 1em;
  font-size: 1.5em;
  /* 24 / 16 = 1.5 */

  line-height: 1.3;
}
h4 {
  margin-bottom: 1.25em;
  font-size: 1.25em;
  /* 20 / 16 = 1.25 */

  line-height: 1.25;
}
h5 {
  margin-bottom: 1.5em;
  font-size: 1em;
  /* 16 / 16 = 1 */
}
h6 {
  font-size: 1em;
  /* 16 / 16 = 1 */
}
/* 3. TYPOGRAPHY (320 and Up typography defaults) ============================================================================= */
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 1em;
  /* 16 / 16 = 1 */
}
p {
  hyphens: auto;
  text-align: justify;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 1em;
  /* 16 / 16 = 1 */
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #c8c8c8;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}
ins {
  background-color: #f0f0f0;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f0f0f0;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: .875em;
  line-height: 1.5;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 1em;
  /* 16 / 16 = 1 */
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 4.LINKS ============================================================================= */
a {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  /*color : rgb(40,40,40); */

  color: #ffffff;
}
a:focus {
  outline: thin dotted;
  color: #000000;
}
a:hover,
a:active {
  outline: 0;
}
div.fancybox-title a,
a.flickr {
  min-height: 16px;
  padding: 1px 0 1px 22px;
  background: url(../img/flickr_icon.png) no-repeat 0 50%;
}
div.fancybox-title a {
  /*color:#333;*/

}
a.pdf {
  min-height: 16px;
  padding: 1px 0 1px 18px;
  background: url(../img/document-pdf.png) no-repeat 0 50%;
}
/* 5.FIGURES & IMAGES ============================================================================= */
figure {
  margin-bottom: 1.5em;
}
figure img,
figure object,
figure embed {
  margin-bottom: .75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figcaption {
  display: block;
  font-weight: normal;
}
figure.right {
  float: right;
  margin: 0.5em 0 20px 1.5em;
}
figure.left {
  float: left;
  margin: 0.5em 20px 1.5em 0;
}
/* 6.TABLES ============================================================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 100%;
  font-size: .875em;
  /* 14 / 16 = .875 */
}
th,
td,
caption {
  padding: .25em 10px .25em 5px;
  padding: .35em 10px .35em 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tfoot {
  font-style: italic;
}
caption {
  background-color: transparent;
}
tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
  background-color: #a4a09a;
}
.rgba tbody tr:nth-child(even) th,
.rgba tbody tr:nth-child(even) td {
  background-color: rgba(240, 240, 240, 0.2);
}
thead th {
  text-align: left;
  /*	background-color : #bf0000;*/

  background-color: #666;
  color: #ccc;
}
th[rel="tag"],
td[rel="tag"] {
  display: none;
  white-space: nowrap;
}
/* 7.FORMS ============================================================================= */
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=file],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
textarea {
  padding: 2px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  font-family: inherit;
  font-size: inherit;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #646464;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
textarea {
  overflow: auto;
  height: 10em;
  vertical-align: top;
}
/* Colors for form validity */
input:valid,
textarea:valid {
  /* Styles */
}
input:invalid,
textarea:invalid {
  -webkit-box-shadow: 0 0 2px #ff0000;
  -moz-box-shadow: 0 0 2px #ff0000;
  box-shadow: 0 0 2px #ff0000;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
fieldset {
  padding: 1.5em 1.5em 0 1.5em;
  /* 24 / 16 = 1.5 */

  border: 1px solid #eaeaea;
  background-color: #eaeaea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rgba fieldset {
  background-color: rgba(234, 234, 234, 0.5);
  border: 1px solid rgba(234, 234, 234, 0.5);
}
fieldset p {
  text-align: left;
}
button {
  width: auto;
  padding: 8px 12px 9px;
  overflow: visible;
  background-color: #E3E3E3;
  border: 1px solid #CCC;
  border-bottom-color: #BBB;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: .875em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #333;
  text-shadow: 0 1px 0 white;
}
button:hover {
  cursor: pointer;
  background-color: #d9d9d9;
}
/* 8 BANNER 		============================================================================= */
header[role="banner"] figure {
  float: left;
  width: 70px;
  height: 100px;
  margin-right: 1em;
  margin-top: .7em;
  margin-bottom: 0;
}
header[role="banner"] figure img {
  max-width: 100%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 1px 9px #333333;
  -moz-box-shadow: 0 1px 9px #333333;
  box-shadow: 0 1px 9px #333333;
}
header[role="banner"] h1 {
  margin-bottom: .6em;
  padding-top: 10px;
  color: #fff;
  font-size: 2.25em;
  /* 36 / 16 = 2.25 */

  -webkit-text-shadow: #333 0 1px 2px;
  -moz-text-shadow: #333 0 1px 2px;
  text-shadow: #333 0 1px 2px;
}
header[role="banner"] h2 {
  margin-bottom: 1em;
  color: #fff;
  font-size: 1.125em;
  /* 18 / 16 = 1.5 */

  line-height: 1.3;
  -webkit-text-shadow: #333 0 1px 2px;
  -moz-text-shadow: #333 0 1px 2px;
  text-shadow: #333 0 1px 2px;
  text-align: center;
}
/* 9 NAVIGATION 	============================================================================= */
/* 10 CONTENT 		============================================================================= */
div[role="main"] h2 {
  font-size: 1.5em;
  /* 24 / 16 = 1.5 */

  line-height: 1.3;
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
div[role="main"] h3 {
  font-size: 1.25em;
  /* 20 / 16 = 1.25 */

  line-height: 1.25;
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
b {
  font-weight: normal;
  color: #000;
  background-color: #a4a09a;
}
.rgba b {
  background-color: rgba(240, 240, 240, 0.2);
}
/* 11 MAIN 			============================================================================= */
div[role="main"] h2 {
  -webkit-text-shadow: #999 0 1px 2px;
  -moz-text-shadow: #999 0 1px 2px;
  text-shadow: #999 0 1px 2px;
}
div[role="main"] .colgroup .col {
  margin-bottom: 1em;
  background-color: rgba(234, 234, 234, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div[role="main"] .colgroup .col h4,
div[role="main"] .colgroup .col p {
  margin-bottom: 0;
  text-align: left;
}
div[role="main"] .colgroup .col h4 {
  padding: 10px 20px 5px 20px;
  color: #fff;
}
div[role="main"] .colgroup .col h4.cahier {
  margin-bottom: .5em;
}
div[role="main"] .colgroup .col p {
  padding: 0 20px;
}
div[role="main"] .colgroup .col p:last-child {
  padding: 0 20px .5em 20px;
}
div[role="main"] .colgroup .col p.published:last-child {
  padding-top: .5em;
}
p.published {
  font-size: .875em;
  color: #ccc;
}
/* 12 COMPLEMENTARY ============================================================================= */
div.flickr {
  margin-bottom: 1.5em;
}
div.flickr figure {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
div.flickr figure:last-child {
  margin-right: 0;
}
div.flickr figure img {
  float: left;
  margin-bottom: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 4px #666;
  -moz-box-shadow: 0 1px 4px #666;
  box-shadow: 0 1px 4px #666;
}
blockquote.testimonial {
  font-family: "ff-market-web-1", "ff-market-web-2", cursive;
  /*	font-family: "caflisch-script-pro-1","caflisch-script-pro-2",sans-serif;*/

  font-size: 1.5em;
  /* 18px ÷ 16px */

  font-weight: 300;
  text-shadow: #eee 0px 1px 1px;
}
blockquote.testimonial q:before {
  content: "“";
}
blockquote.testimonial q:after {
  content: "”";
}
blockquote.testimonial b {
  display: block;
  font-weight: normal;
}
blockquote.testimonial b:before {
  content: " — ";
}
p.more {
  clear: both;
}
a.more:after {
  content: " »";
}
/* 13 CONTENTINFO 	============================================================================= */
footer[role="contentinfo"] .vcard {
  margin-bottom: 1.5em;
}
footer[role="contentinfo"] figure.keim {
  width: 60px;
}
/* 14 GLOBAL OBJECTS ============================================================================= */
[lang="fr"] p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/* 15 VENDOR-SPECIFIC ============================================================================= */
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #349edb;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.clearfix {
  zoom: 1;
}
::-webkit-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}
::-moz-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}
::selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  font-size: .875em;
  line-height: 1.4;
}
input:-moz-placeholder {
  font-size: .875em;
  line-height: 1.4;
}
.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
p {
  /* http://www.w3.org/TR/css3-text/#hyphenation */

  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
/* Non-semantic helper classes */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
/* 16 MODERNIZR ============================================================================= */
/* audio */
/* applicationcache */
/* backgroundsize */
/* borderimage */
/* borderradius */
/* boxshadow */
/* canvas */
/* canvastext */
/* cssanimations */
/* csscolumns */
/* cssgradients */
/* cssreflections*/
/* csstransforms */
/* csstransforms3d */
/* csstransitions */
/* draganddrop */
/* flexbox */
/* fontface */
/* geolocation */
/* hashchange */
/* history */
/* hsla */
/* indexeddb */
/* inlinesvg */
/* localstorage */
/* multiplebgs */
/* opacity */
/* postmessage */
/* rgba */
/* sessionstorage */
/* smil */
/* svg */
/* svgclippaths */
/* textshadow */
/* touch */
/* video */
/* webgl */
/* websqldatabase */
/* websockets */
/* webworkers */
/* 17 TEMPLATE SPECIFICS ============================================================================= */
