/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
@font-face {
  font-family: 'bpce-icons';
  src: url('fonts/bpce-icons/bpce-icons.eot');
  src: url('fonts/bpce-icons/bpce-icons.eot?#iefix') format('embedded-opentype'), url('fonts/bpce-icons/bpce-icons.svg#bpce-icons') format('svg'), url('fonts/bpce-icons/bpce-icons.ttf') format('truetype'), url('fonts/bpce-icons/bpce-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-bpce-"].icon:before,
[class*=" icon-bpce-"].icon:before {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
  line-height: 0;
}
[class^="icon-bpce-"]:before,
[class*=" icon-bpce-"]:before {
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-font-smoothing: subpixel-antialiased;
}
[class^="icon-bpce-"].icon-bpce-pdf:before,
[class*=" icon-bpce-"].icon-bpce-pdf:before {
  content: "\e633";
}
[class^="icon-bpce-"].icon-bpce-arrow-dotted-bottom:before,
[class*=" icon-bpce-"].icon-bpce-arrow-dotted-bottom:before {
  content: "\e632";
}
[class^="icon-bpce-"].icon-bpce-circle-two:before,
[class*=" icon-bpce-"].icon-bpce-circle-two:before {
  content: "\e62e";
}
[class^="icon-bpce-"].icon-bpce-circle-tree:before,
[class*=" icon-bpce-"].icon-bpce-circle-tree:before {
  content: "\e62f";
}
[class^="icon-bpce-"].icon-bpce-circle-one:before,
[class*=" icon-bpce-"].icon-bpce-circle-one:before {
  content: "\e630";
}
[class^="icon-bpce-"].icon-bpce-arrow-dotted:before,
[class*=" icon-bpce-"].icon-bpce-arrow-dotted:before {
  content: "\e631";
}
[class^="icon-bpce-"].icon-bpce-circle-question:before,
[class*=" icon-bpce-"].icon-bpce-circle-question:before {
  content: "\e62d";
}
[class^="icon-bpce-"].icon-bpce-circle-play:before,
[class*=" icon-bpce-"].icon-bpce-circle-play:before {
  content: "\e62c";
}
[class^="icon-bpce-"].icon-bpce-stats:before,
[class*=" icon-bpce-"].icon-bpce-stats:before {
  content: "\e600";
}
[class^="icon-bpce-"].icon-bpce-new-profil:before,
[class*=" icon-bpce-"].icon-bpce-new-profil:before {
  content: "\e603";
}
[class^="icon-bpce-"].icon-bpce-phone:before,
[class*=" icon-bpce-"].icon-bpce-phone:before {
  content: "\e60f";
}
[class^="icon-bpce-"].icon-bpce-recommand:before,
[class*=" icon-bpce-"].icon-bpce-recommand:before {
  content: "\e601";
}
[class^="icon-bpce-"].icon-bpce-profil2:before,
[class*=" icon-bpce-"].icon-bpce-profil2:before {
  content: "\e61a";
}
[class^="icon-bpce-"].icon-bpce-pictures:before,
[class*=" icon-bpce-"].icon-bpce-pictures:before {
  content: "\e602";
}
[class^="icon-bpce-"].icon-bpce-disconnect:before,
[class*=" icon-bpce-"].icon-bpce-disconnect:before {
  content: "\e61b";
}
[class^="icon-bpce-"].icon-bpce-lock:before,
[class*=" icon-bpce-"].icon-bpce-lock:before {
  content: "\e604";
}
[class^="icon-bpce-"].icon-bpce-settings:before,
[class*=" icon-bpce-"].icon-bpce-settings:before {
  content: "\e617";
}
[class^="icon-bpce-"].icon-bpce-home:before,
[class*=" icon-bpce-"].icon-bpce-home:before {
  content: "\e605";
}
[class^="icon-bpce-"].icon-bpce-agenda:before,
[class*=" icon-bpce-"].icon-bpce-agenda:before {
  content: "\e61c";
}
[class^="icon-bpce-"].icon-bpce-burger:before,
[class*=" icon-bpce-"].icon-bpce-burger:before {
  content: "\e606";
}
[class^="icon-bpce-"].icon-bpce-arrow-top:before,
[class*=" icon-bpce-"].icon-bpce-arrow-top:before {
  content: "\e607";
}
[class^="icon-bpce-"].icon-bpce-arrow-right:before,
[class*=" icon-bpce-"].icon-bpce-arrow-right:before {
  content: "\e608";
}
[class^="icon-bpce-"].icon-bpce-arrow-left:before,
[class*=" icon-bpce-"].icon-bpce-arrow-left:before {
  content: "\e609";
}
[class^="icon-bpce-"].icon-bpce-arrow-bottom:before,
[class*=" icon-bpce-"].icon-bpce-arrow-bottom:before {
  content: "\e60a";
}
[class^="icon-bpce-"].icon-bpce-video:before,
[class*=" icon-bpce-"].icon-bpce-video:before {
  content: "\e60b";
}
[class^="icon-bpce-"].icon-bpce-search:before,
[class*=" icon-bpce-"].icon-bpce-search:before {
  content: "\e60c";
}
[class^="icon-bpce-"].icon-bpce-safe:before,
[class*=" icon-bpce-"].icon-bpce-safe:before {
  content: "\e60d";
}
[class^="icon-bpce-"].icon-bpce-profil:before,
[class*=" icon-bpce-"].icon-bpce-profil:before {
  content: "\e60e";
}
[class^="icon-bpce-"].icon-bpce-mail:before,
[class*=" icon-bpce-"].icon-bpce-mail:before {
  content: "\e610";
}
[class^="icon-bpce-"].icon-bpce-france:before,
[class*=" icon-bpce-"].icon-bpce-france:before {
  content: "\e611";
}
[class^="icon-bpce-"].icon-bpce-euro:before,
[class*=" icon-bpce-"].icon-bpce-euro:before {
  content: "\e612";
}
[class^="icon-bpce-"].icon-bpce-chat:before,
[class*=" icon-bpce-"].icon-bpce-chat:before {
  content: "\e613";
}
[class^="icon-bpce-"].icon-bpce-bank:before,
[class*=" icon-bpce-"].icon-bpce-bank:before {
  content: "\e614";
}
[class^="icon-bpce-"].icon-bpce-close:before,
[class*=" icon-bpce-"].icon-bpce-close:before {
  content: "\e61d";
}
[class^="icon-bpce-"].icon-bpce-circle-left:before,
[class*=" icon-bpce-"].icon-bpce-circle-left:before {
  content: "\e61e";
}
[class^="icon-bpce-"].icon-bpce-circle-tel:before,
[class*=" icon-bpce-"].icon-bpce-circle-tel:before {
  content: "\e61f";
}
[class^="icon-bpce-"].icon-bpce-circle-mail:before,
[class*=" icon-bpce-"].icon-bpce-circle-mail:before {
  content: "\e620";
}
[class^="icon-bpce-"].icon-bpce-circle-pins:before,
[class*=" icon-bpce-"].icon-bpce-circle-pins:before {
  content: "\e621";
}
[class^="icon-bpce-"].icon-bpce-circle-contact:before,
[class*=" icon-bpce-"].icon-bpce-circle-contact:before {
  content: "\e622";
}
[class^="icon-bpce-"].icon-bpce-circle-agence:before,
[class*=" icon-bpce-"].icon-bpce-circle-agence:before {
  content: "\e623";
}
[class^="icon-bpce-"].icon-bpce-attention:before,
[class*=" icon-bpce-"].icon-bpce-attention:before {
  content: "\e624";
}
[class^="icon-bpce-"].icon-bpce-download:before,
[class*=" icon-bpce-"].icon-bpce-download:before {
  content: "\e625";
}
[class^="icon-bpce-"].icon-bpce-circle-fax:before,
[class*=" icon-bpce-"].icon-bpce-circle-fax:before {
  content: "\e626";
}
[class^="icon-bpce-"].icon-bpce-print:before,
[class*=" icon-bpce-"].icon-bpce-print:before {
  content: "\e627";
}
[class^="icon-bpce-"].icon-bpce-pins:before,
[class*=" icon-bpce-"].icon-bpce-pins:before {
  content: "\e628";
}
[class^="icon-bpce-"].icon-bpce-clock:before,
[class*=" icon-bpce-"].icon-bpce-clock:before {
  content: "\e629";
}
[class^="icon-bpce-"].icon-bpce-circle-email:before,
[class*=" icon-bpce-"].icon-bpce-circle-email:before {
  content: "\e615";
}
[class^="icon-bpce-"].icon-bpce-circle-infos:before,
[class*=" icon-bpce-"].icon-bpce-circle-infos:before {
  content: "\e616";
}
[class^="icon-bpce-"].icon-bpce-contact-car:before,
[class*=" icon-bpce-"].icon-bpce-contact-car:before {
  content: "\e618";
}
[class^="icon-bpce-"].icon-bpce-contact-walk:before,
[class*=" icon-bpce-"].icon-bpce-contact-walk:before {
  content: "\e619";
}
[class^="icon-bpce-"].icon-bpce-circle-calend:before,
[class*=" icon-bpce-"].icon-bpce-circle-calend:before {
  content: "\e62b";
}
[class^="icon-bpce-"].icon-bpce-circle-lock:before,
[class*=" icon-bpce-"].icon-bpce-circle-lock:before {
  content: "\e62a";
}
[class^="icon-bpce-"].icon-bpce-plus:before,
[class*=" icon-bpce-"].icon-bpce-plus:before {
  content: "\e634";
}
[class^="icon-bpce-"].icon-bpce-moins:before,
[class*=" icon-bpce-"].icon-bpce-moins:before {
  content: "\e635";
}
.vertical-center {
  display: table;
  width: 100%;
}
.vertical-center .vertical-center--wrapper {
  display: table-cell;
  vertical-align: middle;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.row:after {
  clear: both;
}
.link-arrow {
  text-decoration: none;
  font-size: 15px;
}
.link-arrow span {
  color: #D7000F;
  font-weight: bold;
}
.link-arrow:after {
  color: #D7000F;
  vertical-align: middle;
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  margin-left: 4px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-right {
  text-align: right;
}
.text-lowercase {
  text-transform: lowercase;
}
html,
body {
  background-color: #ffffff;
}
body {
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.53846154em;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#styleguide {
  width: 980px;
  margin: 0 auto;
}
p {
  margin: 0;
}
img {
  /*display: block;*/
  vertical-align: middle;
}
h1 {
  color: #D7000F;
  font-size: 26px;
  line-height: 1.46153846em;
  letter-spacing: -0.025em;
  /*text-transform: uppercase;*/
  text-align: center;
  margin: 10px 0;
}
ul {
  list-style-type: square;
}
ul.no-margin {
  margin: 0;
  padding: 0 0 0 19px;
}
a {
  color: #666666;
}
a.btn {
  background-color: #b50022;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d90129), to(#b50022));
  background-image: -webkit-linear-gradient(top, #d90129, #b50022);
  background-image: linear-gradient(to bottom, #d90129, #b50022);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd90129', endColorstr='#ffb50022', GradientType=0);
  color: #ffffff;
  text-decoration: none;
  padding: 8px 15px 7px 10px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.01em;
}
a.btn:before {
  margin-right: 10px;
  font-size: 30px;
}
a.btn:hover {
  background-color: #d90129;
  background-image: none;
}
.container {
  width: 980px;
  margin: 0 auto;
}
figure.image {
  margin: 0;
  padding: 0;
}
figure.image.centered img {
  margin: auto;
}
figure.image.margin {
  margin-top: 20px;
}
figure.image.image-full {
  width: 100%;
}
figure.image.image-full img {
  display: block;
  width: 100%;
  height: auto;
}
.summary {
  background-color: #999999;
  color: #ffffff;
  padding: 48px 383px 33px 67px;
  margin-bottom: 20px;
}
.summary h2 {
  width: 400px;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
.summary p {
  font-size: 13px;
  line-height: 20px;
  margin-right: 16px;
}
.summary ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
.summary ul:before,
.summary ul:after {
  content: " ";
  display: table;
  line-height: 0;
}
.summary ul:after {
  clear: both;
}
.summary ul li {
  float: left;
  margin-top: 19px;
}
.summary ul li a {
  display: block;
  width: 249px;
  height: 45px;
  margin-right: 16px;
  border: 1px solid #ffffff;
  text-decoration: none;
  padding-left: 14px;
  padding-right: 24px;
  line-height: 1.2em;
  position: relative;
  color: #ffffff;
}
.summary ul li a:after {
  vertical-align: middle;
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  position: absolute;
  right: 14px;
  top: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.summary ul li a .link {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -0.025em;
}
.section-toggler {
  margin-bottom: 10px;
}
.section-toggler .section-header {
  background-color: #666666;
  height: 160px;
  width: 100%;
  display: table;
  cursor: pointer;
}
.section-toggler .section-header .section-header--content {
  display: table-cell;
  vertical-align: middle;
}
.section-toggler .section-header .section-header--content h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0 0 10px;
  font-weight: normal;
}
.section-toggler .section-header .section-header--content p {
  color: #ffffff;
  line-height: 20px;
}
.section-toggler .section-header .section-header--content ul {
  margin: 0;
  padding: 0 0 0 19px;
  color: #ffffff;
}
.section-toggler .section-header .section-header--toggler {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  width: 66px;
  text-align: center;
}
.section-toggler .section-header .section-header--toggler:before {
  vertical-align: middle;
  content: "\e634";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  display: block;
  right: 14px;
  top: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-toggler .section-content {
  display: none;
  margin: 0 60px;
  padding-bottom: 60px;
}
.section-toggler .section-content h3 {
  color: #D7000F;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 16px;
  padding: 16px 0;
  border-bottom: 1px solid #666666;
}
.section-toggler .section-content h4 {
  color: #D7000F;
  text-transform: uppercase;
  margin: 20px 0 10px;
  padding: 0;
  font-size: 13px;
}
.section-toggler .section-content h5 {
  font-weight: bold;
  margin: 20px 0 6px;
  padding: 0;
  font-size: 13px;
}
.section-toggler .section-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-toggler .section-content ul li:before {
  content: 'â ';
  margin-right: 4px;
  vertical-align: 1px;
  font-size: 13px;
  line-height: 24px;
}
.section-toggler .section-content p,
.section-toggler .section-content li {
  line-height: 24px;
}
.section-toggler .section-content .alert {
  margin-bottom: 20px;
}
.section-toggler .section-content .alert:before {
  color: #D7000F;
  margin-right: 10px;
  font-size: 24px;
}
.section-toggler.active .section-header {
  background-color: #D7000F;
}
.section-toggler.active .section-header--toggler:before {
  content: "\e635";
}
.text-center {
  text-align: center!important;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.row:after {
  clear: both;
}
.col-1 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-1 {
    float: left;
    width: 8.33333333%;
  }
}
.col-2 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-2 {
    float: left;
    width: 16.66666667%;
  }
}
.col-3 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-3 {
    float: left;
    width: 25%;
  }
}
.col-4 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-4 {
    float: left;
    width: 33.33333333%;
  }
}
.col-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-5 {
    float: left;
    width: 41.66666667%;
  }
}
.col-6 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-6 {
    float: left;
    width: 50%;
  }
}
.col-7 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-7 {
    float: left;
    width: 58.33333333%;
  }
}
.col-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-8 {
    float: left;
    width: 66.66666667%;
  }
}
.col-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-9 {
    float: left;
    width: 75%;
  }
}
.col-10 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-10 {
    float: left;
    width: 83.33333333%;
  }
}
.col-11 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-11 {
    float: left;
    width: 91.66666667%;
  }
}
.col-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-12 {
    float: left;
    width: 100%;
  }
}
#header {
  box-shadow: 0 0 2px #aaaaaa;
}
#header .logo-caisse-depargne {
  padding: 10px;
}
#header .navigation-main {
  margin-top: 20px;
}
#header .navigation-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  clear: both; /* Pour le panda roux*/
}
#header .navigation-main ul li {
  padding: 0;
  position: initial;
  vertical-align: top;
  display: table-cell;
  width: 25%;
}
#header .navigation-main ul li a {
  display: table;
  width: 100%;
  height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #646464;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.025em;
  border-left: 1px solid #cccccc;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(0deg, #f3f3f3, #ffffff);
  background-image: -webkit-linear-gradient(90deg, #f3f3f3, #ffffff);
  background-image: linear-gradient(0deg, #f3f3f3, #ffffff);
}
#header .navigation-main ul li a span {
  min-width: 150px;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  width: 100%;
  line-height: 1;
  vertical-align: middle;
  padding: 0 17px;
  position: relative;
}
#header .navigation-main ul li a:hover {
  color: #D7000F;
}
#header .navigation-main ul li:first-child a {
  border-left: 0;
}
/*#footer {
  border-top: 1px solid #c3c3c3;
  padding: 12px 0;
}
#footer .footer-digitas {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
@media (min-width: 768px) 
{
  #footer .footer-digitas {
    float: left;
    width: 66.66666667%;
  }
}
#footer .footer-digitas img {
  display: inline-block;
  margin-left: 12px;
}
#footer .footer-digitas p {
  display: inline-block;
  color: #848484;
  font-size: 12px;
  margin-left: 2px;
}
#footer .footer-bpce {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #footer .footer-bpce {
    float: left;
    width: 33.33333333%;
  }
}
#footer .footer-bpce img {
  float: right;
  margin-right: 4px;
}
#breadcrumb {
  margin: 10px 0;
  height: 35px;
}
#breadcrumb .wrapper {
  height: 35px;
}
#breadcrumb .container {
  position: relative;
}
#breadcrumb ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
  width: 100%;
}
#breadcrumb li {
  display: inline-block;
  position: relative;
}
#breadcrumb li a {
  display: block;
  text-decoration: none;
  padding: 8px 20px 7px 10px;
  z-index: 2;
  position: relative;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAjCAIAAAArGKxuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDODE5QkQwMzFEREYxMUU0QUJGMjgxRTQyQzQxQTI0MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDODE5QkQwNDFEREYxMUU0QUJGMjgxRTQyQzQxQTI0MSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM4MTlCRDAxMURERjExRTRBQkYyODFFNDJDNDFBMjQxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM4MTlCRDAyMURERjExRTRBQkYyODFFNDJDNDFBMjQxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rVue/wAAAQdJREFUeNqElIsOgzAIRS318f9/66u6M8lI41ogmanZES5wNe37Pk3Tfd/runId+iHHcVzXlVLigcEN4bdtG9dxHHPOAUpdZHCY55n0Hkqc51lKgYMOUILEpEcDSgIUjhY50F9ThtQ3vgx53Tsy3qgzDfkvhAaUcFiWJUAJ+iO9iNQrbKMmA5QHPLSWYdMQZ+k6DZMhvpvUSSojQPGnymDSAaotxlq/f/+E0mWAavtoQImHYgOymuO6qL1tOjIPVbuUJ7y28hO23i5q1lbTeKi+MOaBLmr+r0u30WbpBqqlmbYOsovaDv9Lv1ErTVYPVUfaDrtovcPgS2j2sR22Uf2s+qU1PgIMAIJHwyKqyVDYAAAAAElFTkSuQmCC'); 
  background-repeat: no-repeat;
  background-position: right center;
}
#breadcrumb li a:hover {
  color: #D7000F;
}
#breadcrumb li:first-child a {
  padding-left: 10px;
}
#breadcrumb .dropdown {
  display: none;
}
#breadcrumb .dropdown-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: -20px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin: 2px 0;
  min-width: 160px;
  width: auto;
  padding: 5px 0;
}
#breadcrumb .dropdown-menu > li {
  display: block;
}
#breadcrumb .dropdown-menu > li a {
  padding: 3px 20px;
  background-image: none;
  line-height: 20px;
}
#breadcrumb .dropdown-menu.visible {
  display: block;
}
#breadcrumb .dropdown-toggle {
  position: relative;
}
#breadcrumb .dropdown-toggle .icon:before {
  font-size: 14px;
  padding-bottom: 0;
  margin-left: 6px;
}
#breadcrumb .link-top {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  padding: 8px 15px 7px;
}
#breadcrumb .link-top .link-top--icon:before {
  font-size: 14px;
  padding-bottom: 2px;
  margin-left: 4px;
}
#breadcrumb .link-top:hover .link-top--text,
#breadcrumb .link-top:hover .link-top--icon:before {
  color: #D7000F;
}
#breadcrumb.sticky .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 20;
}
#breadcrumb.sticky .pullup {
  display: block;
}
#breadcrumb.sticky .dropdown {
  display: inline-block;
}
#breadcrumb.sticky .link-top {
  display: block;
}
.page-index h1 {
  margin: 32px auto;
}
.page-index .index--intro {
  margin-top: 40px;
  text-align: center;
  width: 664px;
  margin: 0 auto;
}
.page-index .index--details {
  width: 720px;
  margin: 50px auto 90px;
}
.page-responsive h1 {
  margin: 45px auto;
}
.page-responsive .responsive--description {
  font-size: 20px;
  line-height: 1.2em;
  margin-left: 56px;
}
.page-responsive .responsive--description .lead {
  font-size: 24px;
}
.page-responsive .responsive--description ul {
  padding-left: 19px;
}
.page-responsive .responsive--description ul li {
  line-height: 1.65em;
}
.page-responsive .responsive--description .btn-download {
  margin: 56px 0 78px;
}
.page-principes h1 {
  margin: 16px auto;
}
.page-principes .link-arrow {
  display: block;
  margin-top: 20px;
}
.page-principes .summary ul li a {
  position: relative;
  padding-left: 42px;
}
.page-principes .summary ul li a:before {
  background-image: url('images/principes/icons.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 42px;
}
.page-principes .summary ul li a.philosophie:before {
  background-position: 0 0;
}
.page-principes .summary ul li a.pictogrammes:before {
  background-position: -43px 0;
}
.page-principes .summary ul li a.couleurs:before {
  background-position: -86px 0;
}
.page-principes .summary ul li a.visuels:before {
  background-position: -129px 0;
}
.page-principes .summary ul li a.typographie:before {
  background-position: -172px 0;
}
.page-principes .summary ul li a.editoriaux:before {
  background-position: -215px 0;
}
.page-principes .summary ul li a.boutons-liens:before {
  background-position: -258px 0;
}
.page-principes .section-header {
  position: relative;
}
.page-principes .section-header--icon {
  background-image: url('images/principes/illustrations.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 160px;
  width: 200px;
}
.page-principes .section-toggler.principes--philosophie .section-header--icon {
  width: 276px;
  background-position-x: 0;
}
.page-principes .section-toggler.principes--pictogrammes .section-header--icon {
  width: 273px;
  background-position-x: -277px;
}
.page-principes .section-toggler.principes--couleurs .section-header--icon {
  width: 265px;
  background-position-x: -551px;
}
.page-principes .section-toggler.principes--visuels .section-header--icon {
  width: 246px;
  background-position-x: -817px;
}
.page-principes .section-toggler.principes--typographie .section-header--icon {
  width: 247px;
  background-position-x: -1064px;
}
.page-principes .section-toggler.principes--editoriaux .section-header--icon {
  width: 257px;
  background-position-x: -1312px;
}
.page-principes .section-toggler.principes--boutons-liens .section-header--icon {
  width: 243px;
  background-position-x: -1570px;
}
.page-principes .section-toggler.active .section-header--icon {
  background-position-y: -160px;
}
.page-principes .section-content {
  margin: 0 60px;
}
.page-principes .section-content.margin {
  padding-top: 30px;
}
.page-principes .principes-philosophie .section-content {
  width: 692px;
  margin: 30px auto 40px;
}
.page-principes .principes--couleurs .color .color-block {
  height: 119px;
  width: 119px;
  float: left;
  margin-right: 14px;
}
.page-principes .principes--couleurs .color .color-description hr {
  height: 1px;
  border: 0;
  background-color: #999999;
  color: #999999;
  width: 38px;
  text-align: left;
  margin: 0 0 10px 0;
}
.page-principes .principes--couleurs .color .color-description p {
  line-height: 20px;
}
.page-principes .principes--pictogrammes p,
.page-principes .principes--pictogrammes li {
  line-height: 23px;
}
.page-templates h1 {
  margin: 0px auto 15px;
}
.page-templates .section-content {
  padding-top: 30px;
}
.page-templates .btn-download {
  margin: 10px 0;
}
.page-templates .template--links {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
}
.page-templates .template--links a {
  position: absolute;
  display: block;
  height: 26px;
  width: 100px;
}





/* Ajout ECOLOCALE*/
#header
{
    /*position: fixed;
    top: 0;*/

}
.logo-caisse-depargne
{
    float:left;
}
.header-title
{
    text-align: center;
    padding-left: 100px;
    line-height: 90px;
    vertical-align: middle;
    font-size: 26px;
}
#header .navigation-main ul li
{
    width: 14%;
}
#header .navigation-main ul li a
{
    height: 35px;
}
#breadcrumb.sticky
{
  position: fixed;
  top: 0; 
  margin: 0;
  width: 980px; /*980 = Taille du styleguide*/
  z-index: 100;
  border: 1px solid #cccccc;
  /*opacity: 0.8;*/ /*Pour l'instant on ne met pas en transparence*/
}

#breadcrumb.sticky ul li
{
    border-bottom: 1px solid #cccccc;  

}

.contentPage
{
    padding-bottom: 200px;
    position: absolute;
    margin: auto;
}
/*#footer
{
    position: fixed;
    bottom:0;
    /*height: 200px;*/
    z-index: 100;
    opacity: 1; /* A voir s'il faut ou pas*/
    background-color: white; /* Pour masquer le texte qui glisse dessous*/
}


.footer-left, .footer-center, .footer-right
{
	float:left;
	width:25%;
    position: relative;
}
.footer-left
{
    border-left: none;
}

footer ul li
{
    list-style-type:none;
	text-decoration:none;
}
footer h3
{
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}*/
/* MOBILE < 320px */

@media screen and (min-width: 0px) and (max-width: 319px) 
{
	

}

/* MOBILE 320px < 600px */
@media screen and (min-width: 320px) and (max-width: 599px) 
{
    .header-title
    {
        display: none;
	}
	/* passage en burger*/
    /*#footer
    {
        min-width: 320px;
    }*/
}

/* MOBILE ET TABLETTES 600px < 759px */
@media screen and (min-width: 600px) and (max-width: 759px) 
{
	.header-title
    {
        font-size: 18px;
	}
    #styleguide
    {
        width: 100%;
    }
    #header .navigation-main ul li a
    {
        font-weight: normal;
        font-size: 10px;
    }
    #footer
    {
        min-width: 600px;
    }
}
/* MOBILE/TABLETTES/ECRAN PC 760px < 979px */
@media screen and (min-width: 760px) and (max-width: 979px) 
{
    #styleguide
    {
        width: 100%;
    }
    #header .navigation-main ul li a
    {
        font-weight: normal;
        font-size: 12px;
    }
    #footer
    {
        min-width: 760px;
    }   
}
/* TABLETTES/ECRAN PC > 980px */
@media screen and (min-width: 980px)
{
    #footer
    {
        min-width: 980px;
    }   
}