@charset "UTF-8";
/*
    Brachard & Cie
    Main stylesheet    
*/
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
    This is an in-progress W3C spec written to move this viewport information over to CSS. IE10 and Opera browsers support this. Go ahead and start rolling this into production sites
    Ori. http://m.netmagazine.com/features/five-steps-gettin-flexy-responsive-web-design
    You'll need prefixes. @-ms-viewport, @-o-viewport, etc...
*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
/* @viewport { width: device-width; } */
/*
    Default behavior for touch-based browsing in Internet Explorer 10 on devices running Windows 8
    http://www.modern.ie
*/
canvas {
  -ms-touch-action: double-tap-zoom;
}
/* Variables =================================================== */
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.hide {
  display: none !important;
  visibility: hidden;
}
/* Page =================================================== */
html {
  background: #ffffff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: black;
  -webkit-font-smoothing: antialiased;
}
body:after {
  content: '320';
  display: none;
}
@media (min-width: 30em) {
  body:after {
    content: 'bp1';
  }
}
@media (min-width: 37.5em) {
  body:after {
    content: 'bp2';
  }
}
@media (min-width: 48em) {
  body:after {
    content: 'bp3';
  }
}
@media (min-width: 62em) {
  body:after {
    content: 'bp4';
  }
}
@media (min-width: 72em) {
  body:after {
    content: 'bp5';
  }
}
@media (min-width: 86.375em) {
  body:after {
    content: 'bp6';
  }
}
@media (min-width: 106em) {
  body:after {
    content: 'bp7';
  }
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: calc(1.5em / 2);
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: calc(1.5em / 2);
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: calc(1.5em / 1.5);
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: black;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: black;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
p,
ol,
ul,
dl,
address {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
div.branding h1,
div.hero h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
section h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  font-weight: lighter;
}
.inner h3 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.where h3 {
  font-weight: normal;
}
section.where .social {
  text-align: center;
}
section.where .social a {
  display: inline-block;
  padding: 8px;
  font-size: 48px;
  font-size: 4.8rem;
  color: #9a9a9a;
}
section.where .social a:hover {
  text-decoration: none;
  color: #fff;
}
section.where .mission {
  text-align: center;
}
section.where .mission img {
  max-width: 600px;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #013568;
}
a:visited {
  color: #000203;
}
a:hover {
  text-decoration: underline;
  color: #011b35;
}
a:focus {
  outline: thin dotted;
  color: #000000;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
header[role="banner"] {
  /*    background-color:@herobackgroundcolor; */
}
section.who {
  background-color: #011799;
  color: #ffffff;
}
section.what {
  background-color: #ca4235;
  color: #ffffff;
}
section.where {
  background-color: #2a2a2a;
}
div.sec .inner,
div.sec .aside {
  color: #fff;
  text-shadow: 0 1px #000;
}
div.sec .inner a,
div.sec .aside a {
  color: #fff;
}
b.xmas {
  border-radius: 15px;
  margin-left: -16px;
  padding: 1px 16px 2px 16px;
  background-color: brown;
  font-weight: normal;
  color: #fff;
}
.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
  font-style: italic;
  font-weight: normal;
}
/* Texture =================================================== */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 1.5em / 8;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
  -webkit-transition: all background-color 0.25s 0 linear ease;
  -moz-transition: all background-color 0.25s 0 linear ease;
  -ms-transition: all background-color 0.25s 0 linear ease;
  -o-transition: all background-color 0.25s 0 linear ease;
  transition: all background-color 0.25s 0 linear ease;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge-warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge-success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1;
  -webkit-box-shadow: '' inset 0 1px 10px #d6dbe1 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' inset 0 1px 10px #d6dbe1 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 10px #d6dbe1 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 10px #d6dbe1 1px 2px rgba(0, 0, 0, 0.1);
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*@import "font-awesome.less";*/
/*@import "ss-standard.less"; */
/*@import "ss-social.less";*/
/*
	Inspired from http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/
*/
.cb-slideshow,
.cb-slideshow:after {
  /*
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
*/
  z-index: 0;
}
.cb-slideshow:after {
  content: '';
  background: transparent url(../img/pattern.png) repeat top left;
}
.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover, cover;
  background-position: 50% 30%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 42s linear infinite 0s;
  -moz-animation: imageAnimation 42s linear infinite 0s;
  -o-animation: imageAnimation 42s linear infinite 0s;
  -ms-animation: imageAnimation 42s linear infinite 0s;
  animation: imageAnimation 42s linear infinite 0s;
}
.cb-slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-animation: titleAnimation 42s linear infinite 0s;
  -moz-animation: titleAnimation 42s linear infinite 0s;
  -o-animation: titleAnimation 42s linear infinite 0s;
  -ms-animation: titleAnimation 42s linear infinite 0s;
  animation: titleAnimation 42s linear infinite 0s;
}
/*
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
*/
.cb-slideshow li:nth-child(1) span {
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_07b_l.jpg);
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_17b20_l.jpg);
}
.cb-slideshow li:nth-child(2) span {
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_02b_l.jpg);
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_20b30_l.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_14b_l.jpg);
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_19b40_l.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_10b_l.jpg);
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_18b40_l.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_05b_l.jpg);
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_21b40_l.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_15b_l.jpg);
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_22b20_l.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) span {
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_06b_l.jpg);
  background-image: url(../img/brachard_strapline.svg), url(../img/hero/brachard_hero_23b30_l.jpg);
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s;
}
.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) div {
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}*/
/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}
.no-mutiplebgs .cb-slideshow li span {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.no-mutiplebgs .cb-slideshow li:nth-child(1) span {
  background-image: url(../img/hero/brachard_hero_07b_l.jpg);
}
.no-mutiplebgs .cb-slideshow li:nth-child(2) span {
  background-image: url(../img/hero/brachard_hero_02b_l.jpg);
}
.no-mutiplebgs .cb-slideshow li:nth-child(3) span {
  background-image: url(../img/hero/brachard_hero_14b_l.jpg);
}
.no-mutiplebgs .cb-slideshow li:nth-child(4) span {
  background-image: url(../img/hero/brachard_hero_10b_l.jpg);
}
.no-mutiplebgs .cb-slideshow li:nth-child(5) span {
  background-image: url(../img/hero/brachard_hero_05b_l.jpg);
}
.no-mutiplebgs .cb-slideshow li:nth-child(6) span {
  background-image: url(../img/hero/brachard_hero_15b_l.jpg);
}
.no-mutiplebgs .cb-slideshow li:nth-child(7) span {
  background-image: url(../img/hero/brachard_hero_06b_l.jpg);
}
/*
@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}
*/
.cb-slideshow li span {
  background-size: 60%, cover;
}
@font-face {
  font-family: 'brachard';
  src: url('fonts/brachard.eot');
  font-display: block;
}
@font-face {
  font-family: 'brachard';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'brachard' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart1:before {
  content: "\f004";
}
.icon-user1:before {
  content: "\f007";
}
.icon-home:before {
  content: "\f015";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-twitter1:before {
  content: "\f099";
}
.icon-facebook1:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-feed1:before {
  content: "\f09e";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-instagram2:before {
  content: "\f16d";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-envelope-open:before {
  content: "\f2b6";
}
.icon-envelope-open-o:before {
  content: "\f2b7";
}
.icon-location:before {
  content: "\e0f1";
}
.icon-location2:before {
  content: "\e0f3";
}
.icon-user:before {
  content: "\e194";
}
.icon-heart:before {
  content: "\e30a";
}
.icon-mail:before {
  content: "\e48e";
}
.icon-googleplus:before {
  content: "\e495";
}
.icon-facebook:before {
  content: "\e499";
}
.icon-instagram:before {
  content: "\e49c";
}
.icon-twitter:before {
  content: "\e49e";
}
.icon-feed:before {
  content: "\e4a1";
}
.icon-youtube:before {
  content: "\e4a3";
}
.icon-vimeo:before {
  content: "\e4a6";
}
.icon-flickr:before {
  content: "\e4ab";
}
.icon-tumblr:before {
  content: "\e4c3";
}
.icon-pinterest:before {
  content: "\e4d7";
}
.icon-foursquare:before {
  content: "\e4db";
}
div.cover {
  -webkit-background-size: cover, cover;
  -moz-background-size: cover, cover;
  -o-background-size: cover, cover;
  background-size: cover, cover;
  background-position: 50% 45%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
}
div.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: 0 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
div.center {
  background-position: center;
  background-repeat: no-repeat;
}
header[role="banner"] div.branding {
  background-color: #1b1919;
  background-image: url(../img/brachard_head_black_v3_170.png);
  background-position-y: 18px;
  background-repeat: no-repeat;
  background-size: 140px;
}
/*
header[role="banner"] div.hero {
    background-color: @herobackgroundcolor;
    background-image: url(../img/brachard_strapline.svg), url(../img/brachard_hero_640c.jpg) ;
}
*/
header[role="banner"] div.hero {
  position: relative;
  background-color: #1a1919;
}
section {
  background-size: cover;
  box-shadow: 0 1px 24px #000;
}
section h1 {
  height: 64px;
  margin-bottom: 0;
  margin-left: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 64px;
}
section.who h1 {
  color: transparent;
  background-image: url(/img/title_a_propos_de_nous_white.svg);
}
section.who h1 a {
  opacity: 0;
}
section.what h1 {
  color: transparent;
  background-image: url(/img/title_notre_savoir_faire_white.svg);
}
section.what h1 a {
  opacity: 0;
}
.no-svg section.who h1 {
  background-image: url(/img/title_a_propos_de_nous_white.png);
}
.no-svg section.what h1 {
  background-image: url(/img/title_notre_savoir_faire_white.png);
}
section.where {
  color: #fff;
  background-size: cover;
  min-height: inherit;
}
section.where a {
  color: #fff;
}
section.espacecreatif {
  background-color: #fff;
}
section.espacecreatif h1 {
  color: #158a17;
  color: #011799;
  font-weight: 300;
  height: auto;
  min-height: 64px;
  text-transform: uppercase;
}
section.espacecreatif h1 .byline {
  display: block;
  font-size: 2rem;
}
section.espacecreatif .inner {
  color: #000;
  text-shadow: none;
}
section.espacecreatif .inner a {
  color: #158a17;
  color: #011799;
}
/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: black;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 1.5em / 2;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 1.5em / 8;
  font-weight: bold;
  color: black;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 1.5em / 4;
  background-color: #ffffff;
  border: 1px solid #8c9bab;
  color: black;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 1.5em / 2;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
a.decorated,
a.sep-600 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
a.decorated:hover,
a.decorated:focus,
a.sep-600:focus,
a.sep-600:hover,
.catalog .items a:focus,
.catalog .items a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: transparent;
}
.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #011799;
  color: white;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #011799;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  text-transform: uppercase;
  font-size: 0.825em;
  text-shadow: none;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
  background-color: #ca4235;
  border-color: #ca4235;
}
.btn-primary {
  background-color: #011799;
  border-color: #011799;
  color: white;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #ca4235;
  border-color: #ca4235;
  color: white;
}
.btn-alt {
  color: white;
  background-color: #ca4235;
  border-color: #ca4235;
}
.btn-alt:focus,
.btn-alt:hover {
  background-color: #011799;
  border-color: #011799;
  color: white;
}
.btn-light {
  color: white;
  border-color: rgba(255, 255, 255, 0.75);
}
.btn-outline {
  background-color: transparent;
}
.btn-outline:focus,
.btn-outline:hover {
  background-color: #011799;
  border-color: #011799;
  color: white;
}
.label {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
label[for="trackVisits"] {
  color: inherit;
}
/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
  -webkit-transition: all background-color 0.25s 0 linear ease;
  -moz-transition: all background-color 0.25s 0 linear ease;
  -ms-transition: all background-color 0.25s 0 linear ease;
  -o-transition: all background-color 0.25s 0 linear ease;
  transition: all background-color 0.25s 0 linear ease;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #a9b4c1;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}
section img {
  width: 100%;
}
p.top {
  margin-bottom: 0;
}
/* Banner =================================================== */
[role="banner"] {
  margin: 0 auto;
  padding-top: 1.5em;
  width: 90%;
}
[role="banner"] a[href="#navigation"] {
  display: block;
  position: absolute;
  top: 11px;
  right: 22px;
  width: 43px;
  height: 43px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #586879;
  border: 1px solid #4d5b6a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #f3f5f6;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}
/* Navigation =================================================== */
[role="navigation"] {
  margin: 0 auto 1.5em;
  width: 90%;
  background-color: #586879;
  border: 1px solid #4d5b6a;
}
[role="navigation"] p {
  margin-bottom: 0;
  padding: 6px 11px;
  color: #ffffff;
}
[role="navigation"] a {
  color: #ffffff;
}
/* Content =================================================== */
.content {
  margin: 0 auto;
  width: 90%;
}
/* contentinfo =================================================== */
[role="contentinfo"] {
  padding: 1.5em 0;
  border-top: 3px solid #c7ced6;
}
[role="contentinfo"] small {
  display: block;
  margin: 0 auto 1.5em;
  width: 90%;
}
header[role="banner"] {
  width: 100%;
  padding: 0;
}
div.branding {
  height: 100px;
}
div.hero {
  height: 320px;
}
#stickynav {
  display: none;
  height: 34px;
}
[role="navigation"] {
  border: 0;
  background-color: transparent;
}
nav[role="navigation"] {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
  -webkit-box-shadow: 0 1px 9px #000000;
  -moz-box-shadow: 0 1px 9px #000000;
  box-shadow: 0 1px 9px #000000;
  z-index: 1000;
}
nav[role="navigation"] ul {
  margin: 0;
  padding: 0;
  display: flex;
}
nav[role="navigation"] ul li {
  flex: 1;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: transparent;
}
nav[role="navigation"] ul li a {
  display: block;
  width: 100%;
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
  /* color:transparent; */
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  text-shadow: 0 -1px 1px #333333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Firefox 4 */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
nav[role="navigation"] .nav-label {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-shadow: none;
}
nav[role="navigation"] .dark-label .nav-label {
  color: black;
}
nav[role="navigation"] i {
  font-style: normal;
  /* display:none; */
}
nav[role="navigation"] ul li.espacecreatif {
  background-color: #158a17;
}
nav[role="navigation"] ul li.who {
  background-color: #011799;
}
nav[role="navigation"] ul li.what {
  background-color: #ca4235;
}
nav[role="navigation"] ul li.where {
  background-color: #ffca2f;
}
nav[role="navigation"] ul li.shop {
  background-color: rebeccapurple;
}
nav[role="navigation"] ul li.home {
  background-color: #000000;
}
.no-touch nav[role="navigation"] ul li a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 1px #333;
  text-decoration: none;
}
.oc ul {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.oc ul li {
  list-style-type: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 0 0 1px 0;
}
.oc ul li:last-child {
  border: none;
}
.oc ul li a {
  display: block;
  padding: 1em 0;
}
.touch .oc ul li a {
  padding: 12px 16px;
}
#content {
  width: 100%;
  overflow: hidden;
}
div.timeline ul li {
  padding-left: 12px;
  padding-bottom: 1.5em;
  list-style-type: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
div.timeline ul li.expanded {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
div.timeline ul li h3,
div.timeline ul li h4 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}
div.timeline ul li h3 i.ss-icon,
div.timeline ul li h4 i.ss-icon {
  float: right;
  opacity: 0.6;
}
div.timeline ul li h3:hover,
div.timeline ul li h4:hover {
  cursor: pointer;
}
div.timeline ul li p:last-child {
  margin-bottom: 0;
}
section {
  /* clear:both; */
  padding: 24px 24px 1px 0;
}
/* grid */
section.where {
  padding-right: 0;
}
section div.sec {
  padding-left: 24px;
}
/* grid make var */
section.where div.sec {
  padding-left: 48px;
  padding-right: 48px;
}
/* grid make var */
div.sec .inner {
  padding-top: 1em;
}
div.sec .inner ul {
  margin-left: -5px;
}
footer[role="contentinfo"] {
  padding: 1.5em 48px 4.5em 48px;
  border: 0;
  color: #7a7a7a;
  background-color: #2a2a2a;
}
footer[role="contentinfo"] p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
footer[role="contentinfo"] a {
  color: #fff;
}
div.vcard {
  padding-bottom: 1.5em;
}
div.vcard h3,
div.vcard p {
  margin-bottom: 0;
}
div.vcard .strapline {
  margin-bottom: 1.5em;
}
div.vcard h3 a {
  display: block;
}
.fullwidth,
figure {
  margin: 0 -24px 1.5rem -24px;
}
.fullwidth iframe {
  margin: 0 auto;
}
figcaption {
  margin-left: 48px;
  /* grid - make a variable */
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
}
.deco img {
  box-shadow: 0px 1px 24px #555;
}
.deco img.no-shadow {
  box-shadow: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.warning {
  display: none;
  padding-top: 64px;
  text-align: center;
}
.visuallyhidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.grid {
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #c7ced6;
}
.grids:last-child .grid:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}
.furniture-letter {
  overflow: hidden;
}
.furniture-letter span {
  display: block;
  float: left;
  margin: 0 12px 0 0;
  height: 44px;
  width: 44px;
  background-color: #2d353e;
  color: #ffffff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  /* Styles */
}
@media only screen and (min-width: 600px) {
  /* Styles */
}
@media only screen and (min-width: 768px) {
  /*
.grids-two .grid {
width : 43.03%; 
margin-bottom : 0;
border-bottom-width : 0; }

.grids-two .grid-1 {
float : left; }

.grids-two .grid-2 {
float : right; }

// grids-three

.grids-three .grid-a {
float : left;
width : 31.64%; 
margin-right : 2.53%; }

// grids-four

.grids-four .grid-a {
float : left;
width : 31.64%;
margin-right : 2.53%; }

// grids-two-three

.grids-two-three .grids-two .grid {
width : 43.03%; 
margin-bottom : 0;
border-bottom-width : 0; }

.grids-two-three .grids-two .grid-1 {
float : left; }

.grids-two-three .grids-two .grid-2 {
float : right; }

.grids-two-three .grid-3 {

}
*/
}
@media only screen and (min-width: 992px) {
  /*
// grids-three

.grids-three .grid {
float : left;
width : 31.64%;
margin : 0 2.53% 0 0;
border-bottom-width : 0; }

.grids-three .grid-3 {
float : right;
margin-right : 0; }

.grids-three .grid .grid-a {
float : none; 
width : 100%;
margin-right : 0;
margin-bottom : @baseline / 2; }

// grids-four

.grids-four .grid {
float : left;
width : 20.25%;
margin : 0 6.32% 0 0;
border-bottom-width : 0; }

.grids-four .grid-4 {
float : right;
margin-right : 0; }

.grids-four .grid .grid-a {
float : none; 
width : 100%; 
margin-right : 0; }

// grids-two-three

.grids-two-three .grids-two {
float:left; 
width:66.66666%; }
.grids-two-three .grids-two .grid {
float : left;
width : 50%;
margin : 0 0 0 0;
border-bottom-width : 0; }

.grids-two-three .grid-3 {
float : right;
width:33.33333%;
margin-right : 0; }
*/
}
@media only screen and (min-width: 1382px) {
  /* Styles */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
.grid {
  border-bottom: 0;
}
.deco.grid-2,
.deco.grid-3 {
  display: none;
}
.vco-storyjs,
.storyjs-embed {
  background-color: #002397;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../webfonts/flexslider-icon.eot');
  src: url('../webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../webfonts/flexslider-icon.woff') format('woff'), url('../webfonts/flexslider-icon.ttf') format('truetype'), url('../webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -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-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  margin: 0 -24px 60px -24px;
  /* grid */
  border: 0;
}
.flex-direction-nav a {
  padding-top: 8px;
  height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.no-rgba .flex-direction-nav a {
  color: #ffffff;
}
.flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.9);
}
.no-rgba .flex-control-paging li a {
  background-color: #ffffff;
}
.wrap {
  position: relative;
  left: 0;
}
.wrap.active {
  left: 12em;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a.menu-link {
  float: left;
  margin-top: 20px;
  padding: 0;
}
img.menu-handle {
  width: auto;
  /*    height:30px; */
  height: 44px;
  margin-left: -40px;
  margin-right: 24px;
}
aside.oc {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 1em;
  clear: both;
  overflow: hidden;
}
#navespacecreatif {
  background-color: #158a17;
}
#navwho {
  background-color: #011799;
}
#navwhat {
  background-color: #ca4235;
}
#navshop {
  background-color: rebeccapurple;
}
.js aside.oc {
  width: 8em;
  height: 90%;
  position: absolute;
  top: 20px;
  left: -12em;
}
.touch aside.oc {
  width: 10em;
  padding: 0;
}
.sec {
  /* clear: both; */
}
.gal {
  display: none;
}
.catalog {
  margin-left: -24px;
  margin-bottom: 1.5em;
  columns: 2 130px;
  column-gap: 2em;
  column-rule: 1px dotted #ddd;
}
.catalog small {
  text-transform: initial;
  letter-spacing: initial;
}
div.sec .catalog.inner {
  padding: 4rem 2%;
  border: none;
  width: 100vw;
}
.catalog .items li {
  list-style-type: none;
  margin-bottom: 0.25rem;
}
.catalog .items li a {
  transition: background-color 0.25s ease-in-out;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.bg-dark {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.25);
}
.no-csscolumns .catalog {
  *zoom: 1;
}
.no-csscolumns .catalog:before,
.no-csscolumns .catalog:after {
  display: table;
  content: "";
}
.no-csscolumns .catalog:after {
  clear: both;
}
.no-csscolumns .catalog li {
  float: left;
  width: 50%;
}
.his h1,
.his h2,
.his h3,
.his h4,
.his h5,
.his h6 {
  font-family: Bevan, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
body.his header[role="banner"] {
  height: 175px;
  padding-top: 0;
  background-image: url(/img/histoire/hist_banner.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
body.his div.sec .inner,
body.his div.sec .inner a,
body.his div.sec .aside {
  color: #000;
  text-shadow: none;
}
.his p {
  font-family: "Pontano Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #7a7a7a;
}
body.reg header[role="banner"] {
  padding-top: 0;
}
.sep-600 {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.hellobar,
.notice {
  background-color: #000;
  color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
:where(.hellobar, .notice) a {
  color: rgba(255, 255, 255, 0.8);
}
:where(.hellobar, .notice) a:hover,
:where(.hellobar, .notice) a:visited {
  color: white;
}
.wraphellobar,
.wrapnotice {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.notice:has(+ .hellobar),
.notice + .hellobar {
  box-shadow: none;
  background-color: #011799;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: calc(48em - 1px)) {
  .sr-only-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media screen and (max-width: calc(72em - 1px)) {
  .sr-only-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 30em) {
  /* 480px */
  /* 30em/480 =================================================== */
  body.his header[role="banner"] {
    height: 185px;
  }
  section.where .social a {
    padding: 10px;
  }
}
@media only screen and (min-width: 37.5em) {
  /* 600px */
  /* 37.5em/480 =================================================== */
  header[role="banner"] {
    padding-top: 0;
  }
  .cb-slideshow li span {
    background-size: 50%, cover;
  }
  nav[role="navigation"] {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }
  section {
    background-size: cover;
  }
  section h1 {
    height: 1.75em;
    margin-bottom: 0.25em;
    font-size: 40px;
    font-size: 4rem;
    background-size: auto 1.75em;
  }
  .grids {
    display: flex;
    justify-content: space-between;
  }
  .grids-two .grid,
  .grids.tight .grid {
    width: 48%;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .grids-two .grid-1,
  .grids.tight .grid-1 {
    float: left;
  }
  .grids-two .grid-2,
  .grids.tight .grid-2 {
    display: block;
    float: right;
  }
  .grids.three .grid-3 {
    display: block;
    clear: both;
    width: 100%;
  }
  .catalog {
    -webkit-columns: 3 150px;
    -moz-columns: 3 150px;
    columns: 3 150px;
  }
  .no-csscolumns .catalog li {
    width: 33.33333333%;
  }
  .concours16 header[role="banner"] {
    padding-top: 0;
  }
  .sep-600 {
    display: inline-block;
  }
  .sep-600:before {
    content: " / ";
  }
}
@media only screen and (min-width: 48em) {
  /* 768px */
  /* 48em/768 =================================================== */
  p,
  ol,
  ul,
  dl,
  address {
    font-size: 16px;
    font-size: 1.6rem;
  }
  figure {
    margin: 0 0 1.5rem 0;
  }
  figcaption {
    margin-left: 0;
  }
  .flexslider {
    margin: 0;
    margin-bottom: 60px;
    border-radius: 0;
  }
  a.menu-link {
    display: none;
  }
  .wrap.active {
    left: 0;
  }
  .sec {
    clear: none;
    margin-left: 30%;
  }
  section h1 {
    margin-bottom: 1.5em;
    padding-left: 0;
    margin-left: 10%;
  }
  .touch section h1 {
    margin-bottom: 2.25em;
  }
  section {
    background-size: cover;
  }
  section h1 {
    height: 1.979em;
    font-size: 48px;
    font-size: 4.8rem;
    background-size: auto 1.979em;
  }
  section.where {
    background-size: cover;
  }
  section {
    padding: 24px 0;
    *zoom: 1;
  }
  section:before,
  section:after {
    display: table;
    content: "";
  }
  section:after {
    clear: both;
  }
  .wrap {
    padding-bottom: 6em;
  }
  .wrap:last-child {
    padding-bottom: 0;
  }
  #navespacecreatif,
  #navwho,
  #navwhat {
    background-color: transparent;
  }
  .js aside.oc {
    position: absolute;
    float: none;
    top: -50px;
    left: 0;
    bottom: auto;
    /* width:95%; */
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    /* text-align:right; */
    text-align: center;
    background-color: transparent;
  }
  .js aside.oc ul {
    margin-bottom: 0;
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .js aside.oc li {
    display: inline-block;
    padding: 0 0.25em;
    border: 0;
  }
  .js aside.oc a {
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .js aside.oc a:hover,
  .js aside.oc a:focus {
    background-color: #000000;
    text-decoration: none;
  }
  .js aside.oc a.current {
    background-color: #000000;
  }
  .no-rgba section.who aside.oc a {
    background-color: #011799;
  }
  .no-rgba section.who aside.oc a.current {
    background-color: #000;
  }
  .no-rgba section.what aside.oc a {
    background-color: #ca4235;
  }
  .no-rgba section.what aside.oc a.current {
    background-color: #000;
  }
  .touch .js aside.oc {
    top: -70px;
  }
  section div.sec {
    margin-left: 0;
    padding-left: 0;
  }
  div.sec .inner {
    padding-top: 0;
  }
  section .inner {
    float: none;
    width: 80%;
    padding: 0 10%;
  }
  section figure,
  div.flexslider,
  div.aside {
    margin-left: 10%;
    margin-right: 10%;
  }
  p a[href="#top"] {
    display: none;
  }
  div.secwho #timeline {
    text-shadow: none;
  }
  div.secwhere {
    background-color: transparent;
    text-shadow: none;
  }
  div.secwhere a {
    color: #fff;
  }
  /* /localnav experiment */
  /* static gallery experiment */
  .gal {
    display: block;
    position: relative;
    *zoom: 1;
    margin-left: 35%;
  }
  .gal:before,
  .gal:after {
    display: table;
    content: "";
  }
  .gal:after {
    clear: both;
  }
  .gal ol,
  .gal ul {
    margin: 0;
    padding: 0;
  }
  .gal li {
    display: inline-block;
    list-style-type: none;
  }
  .gal-3col li {
    width: 33.33333333%;
  }
  .fullwidth,
  figure {
    margin: 0 0 1.5rem 0;
  }
  .inner .t-mc {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .catalog {
    -webkit-columns: 4 150px;
    -moz-columns: 4 150px;
    columns: 4 150px;
  }
  div.contact {
    margin-bottom: 1.5em;
  }
  /* Grids */
  .grids-two .grid {
    width: 43.03%;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .grids-two .grid.deco {
    width: 48%;
  }
  .grids-two .grid-1 {
    float: left;
  }
  .grids-two .grid-2 {
    float: right;
  }
  .grids-three .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%;
  }
  .grids-four .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%;
  }
  .grids-two-three .grids-two .grid {
    width: 43.03%;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .grids-two-three .grids-two .grid-1 {
    float: left;
  }
  .grids-two-three .grids-two .grid-2 {
    float: right;
  }
  .grids-two-three .grid-3 li {
    width: 43.03%;
  }
  .grids-two-three .grid-3 li:nth-child(odd) {
    float: left;
  }
  .grids-two-three .grid-3 li:nth-child(even) {
    float: right;
  }
  /* History */
  body.his header[role="banner"] {
    height: 300px;
    background-position: 50% 100%;
    background-size: cover;
  }
  section.his h1 {
    margin-bottom: 0.25em;
  }
  section.his figure,
  .event figure {
    margin-left: 0;
    margin-right: 0;
  }
  /* Catalog */
  .catalog {
    margin-left: 0;
  }
}
@media only screen and (min-width: 62em) {
  /* 992px */
  /* 62em/992px =================================================== */
  header[role="banner"] {
    position: relative;
  }
  div.branding {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 172px;
    height: 172px;
    background-size: 170px;
  }
  header[role="banner"] div.branding {
    background-position-y: center;
  }
  .cb-slideshow li span,
  div.cover {
    background-size: 50vh, cover;
  }
  .cb-slideshow li span {
    background-position: 50% 40%, 50% 50%;
  }
  div.branding {
    top: 0;
    left: 4%;
    position: fixed;
    z-index: 1000;
  }
  nav[role="navigation"] ul li a {
    font-size: 20px;
    font-size: 2rem;
  }
  .js aside.oc {
    width: 95%;
    text-align: right;
  }
  section h1,
  section .inner,
  section figure,
  div.flexslider,
  div.aside {
    padding-left: 0;
    margin-left: 25%;
    margin-right: 5%;
  }
  section {
    padding: 48px 0 96px 0;
  }
  section.where {
    padding-bottom: 24px;
  }
  section .inner {
    float: none;
    width: auto;
    padding-right: 0;
  }
  /* Grids */
  .grids.tight .grid-1,
  .grids.tight .grid-2 {
    float: left;
    width: 31.64%;
    margin: 0 2.53% 0 0;
    border-bottom-width: 0;
  }
  .grids.tight .grid-3 {
    float: right;
    width: 31.64%;
    margin-right: 0;
  }
  .grids-three .grid {
    float: left;
    width: 31.64%;
    margin: 0 2.53% 0 0;
    border-bottom-width: 0;
  }
  .grids-three .grid-3 {
    float: right;
    margin-right: 0;
  }
  .grids-three .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em / 2;
  }
  .grids-four .grid {
    float: left;
    width: 20.25%;
    margin: 0 6.32% 0 0;
    border-bottom-width: 0;
  }
  .grids-four .grid-4 {
    float: right;
    margin-right: 0;
  }
  .grids-four .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .grids-two-three .grids-two {
    float: left;
    width: 66.66666%;
  }
  .grids-two-three .grids-two .grid {
    float: left;
    width: 50%;
    margin: 0 0 0 0;
    border-bottom-width: 0;
  }
  .grids-two-three .grid-3 {
    float: right;
    width: 33.33333%;
    margin-right: 0;
  }
  .grids-two-three .grid-3 li:nth-child(odd),
  .grids-two-three .grid-3 li:nth-child(even) {
    float: none;
    width: 100%;
  }
  .catalog {
    -webkit-columns: 5 150px;
    -moz-columns: 5 150px;
    columns: 5 150px;
  }
  div.sec .catalog.inner {
    padding: 4rem 0 4rem 2%;
    width: auto;
  }
  .no-csscolumns .catalog li {
    width: 25%;
  }
  .event .inner {
    float: left;
  }
  section.his figure,
  .event figure {
    float: right;
    width: 45%;
    margin-left: 5%;
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 72em) {
  /* 1152px */
  /* 72em/1152px =================================================== */
  div.branding {
    left: 5%;
  }
  .js aside.oc a {
    padding: 8px 16px;
  }
  .catalog {
    -webkit-columns: 5 120px;
    -moz-columns: 5 120px;
    columns: 5 120px;
  }
  .no-csscolumns .catalog li {
    width: 20%;
  }
}
@media only screen and (min-width: 86.375em) {
  /* 1382px */
  /*  86.375em/1382px =================================================== */
  section h1,
  div.wrap,
  footer[role="contentinfo"] div.contact {
    max-width: 1440px;
    margin-left: 20%;
    margin-right: 5%;
  }
  section.where div.wrap {
    margin-left: auto;
    margin-right: auto;
  }
  section h1 {
    padding-left: 0;
    font-size: 64px;
    font-size: 6.4rem;
    margin-bottom: 1.75em;
  }
  div.branding {
    /* top: 50px; */
    /* top: 100px; */
    top: 0;
    left: 5%;
    position: fixed;
    z-index: 100;
  }
  .cb-slideshow li span,
  div.cover {
    background-size: 50vh, cover;
  }
  p,
  ol,
  ul,
  dl,
  address {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .js aside.oc {
    top: -70px;
    width: 100%;
  }
  .js aside.oc {
    top: -70px;
  }
  .js aside.oc ul {
    font-size: 12px;
    font-size: 1.2rem;
  }
  nav[role="navigation"] ul li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  section {
    padding: 72px 0;
    background-size: cover;
  }
  section h1 {
    height: 1.719em;
    margin-bottom: 1.2em;
    background-size: auto 1.719em;
  }
  section figure,
  div.flexslider,
  div.aside {
    margin-left: 40%;
    margin-right: 0;
  }
  section .inner {
    float: left;
    width: 30%;
    margin-left: 0;
    padding-right: 0;
  }
  section .inner {
    padding: 0 2% 5% 2%;
    border-left: 2px solid rgba(255, 255, 255, 0.25);
  }
  section .inner.full {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 0;
  }
  .inner .t-mc {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  .no-csscolumns .catalog li {
    width: 50%;
  }
  body.his header[role="banner"] {
    height: 400px;
  }
  section.his .inner {
    float: none;
    width: auto;
  }
  section.his h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  div.sechis {
    -moz-column-count: 2;
    -moz-column-gap: 5%;
    -webkit-column-count: 2;
    -webkit-column-gap: 5%;
  }
  body.his div.sec .inner {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  section.his figure,
  .event figure {
    float: none;
    width: auto;
    margin-left: 0;
  }
  div.sec .catalog.inner {
    width: 100%;
  }
  .sep-600:before {
    content: "";
  }
}
@media only screen and (min-width: 106em) {
  /* 1700px */
  /*  106em/1700px =================================================== */
  section {
    padding: 96px 0;
  }
  section h1 {
    height: 2.063em;
    margin-bottom: 1.2em;
    background-size: auto 2.063em;
  }
  section.where {
    min-height: inherit;
  }
  .js aside.oc {
    top: -70px;
  }
  .js aside.oc ul {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .js aside.oc a {
    padding: 8px 16px;
  }
  body.his header[role="banner"] {
    height: 500px;
  }
  div.sechis {
    -moz-column-count: 3;
    -moz-column-gap: 5%;
    -webkit-column-count: 3;
    -webkit-column-gap: 5%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*  2x =================================================== */
  header[role="banner"] div.branding {
    background-image: url(../img/brachard_head_black_v3_340@2x.png);
    background-size: 140px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3) {
  /*  3x =================================================== */
}
@supports (padding: max(0px)) {
  /* Src: https://webkit.org/blog/7929/designing-websites-for-iphone-x/ */
  /* Src: https://developer.apple.com/videos/play/wwdc2021/10029*/
  /* Getting Sass to ignore part of the declaration : https://www.sassmeister.com/gist/4920a805f0451192ec9b */
  nav#navigation ul li {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
/*# sourceMappingURL=styles.css.map */