@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(font-url("bootstrap/glyphicons-halflings-regular.eot", true));
  src: url(font-url("bootstrap/glyphicons-halflings-regular.eot?#iefix", true)) format("embedded-opentype"), url(font-url("bootstrap/glyphicons-halflings-regular.woff2", true)) format("woff2"), url(font-url("bootstrap/glyphicons-halflings-regular.woff", true)) format("woff"), url(font-url("bootstrap/glyphicons-halflings-regular.ttf", true)) format("truetype"), url(font-url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular", true)) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #fba300;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(174.5, 113.3207171315, 0);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .bloc-article-intro h3, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #fba300;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre small, body.itemid-226 .layout-content-lg .bloc-article-intro h3 small,
h4 .small,
body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre .small,
body.itemid-226 .layout-content-lg .bloc-article-intro h3 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .bloc-article-intro h3, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre small, body.itemid-226 .layout-content-lg .bloc-article-intro h3 small,
h4 .small,
body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre .small,
body.itemid-226 .layout-content-lg .bloc-article-intro h3 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 20px !important;
}
@media screen and (min-width: 670px) {
  h1, .h1 {
    font-size: 37px !important;
  }
}
@media screen and (min-width: 1450px) {
  h1, .h1 {
    font-size: 55px !important;
  }
}

h2, .h2 {
  font-size: 42px;
}

h3, .h3 {
  font-size: 26px;
}

h4, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .bloc-article-intro h3, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #fba300;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(200, 129.8804780876, 0);
}

.text-success {
  color: #39cfa9;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(41.5609756098, 171.4390243902, 138.5365853659);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #b62e30;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(141.2894736842, 35.7105263158, 37.2631578947);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #fba300;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(200, 129.8804780876, 0);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right, .blockquote-reverse,
blockquote.pull-right-alt {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before, .blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right-alt footer:before,
blockquote.pull-right-alt small:before,
blockquote.pull-right-alt .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after, .blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right-alt footer:after,
blockquote.pull-right-alt small:after,
blockquote.pull-right-alt .small:after {
  content: " —";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 767px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.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 #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 766px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 35px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #39cfa9;
}
.has-success .form-control {
  border-color: #39cfa9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(41.5609756098, 171.4390243902, 138.5365853659);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(139.0975609756, 226.9024390244, 204.6585365854);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(139.0975609756, 226.9024390244, 204.6585365854);
}
.has-success .input-group-addon {
  color: #39cfa9;
  border-color: #39cfa9;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #39cfa9;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #b62e30;
}
.has-error .form-control {
  border-color: #b62e30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(141.2894736842, 35.7105263158, 37.2631578947);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(218.6842105263, 111.3157894737, 112.8947368421);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(218.6842105263, 111.3157894737, 112.8947368421);
}
.has-error .input-group-addon {
  color: #b62e30;
  border-color: #b62e30;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b62e30;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 767px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 767px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 767px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 767px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #353535;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default, body.itemid-231 #form-afiltre .btn {
  color: #353535;
  background-color: #ffffff;
  border-color: #fba300;
}
.btn-default:focus, body.itemid-231 #form-afiltre .btn:focus, .btn-default.focus, body.itemid-231 #form-afiltre .focus.btn {
  color: #353535;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(123.5, 80.2011952191, 0);
}
.btn-default:hover, body.itemid-231 #form-afiltre .btn:hover {
  color: #353535;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(189.8, 123.2565737052, 0);
}
.btn-default:active, body.itemid-231 #form-afiltre .btn:active, .btn-default.active, body.itemid-231 #form-afiltre .active.btn, .open > .btn-default.dropdown-toggle, body.itemid-231 #form-afiltre .open > .dropdown-toggle.btn {
  color: #353535;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(189.8, 123.2565737052, 0);
}
.btn-default:active:hover, body.itemid-231 #form-afiltre .btn:active:hover, .btn-default:active:focus, body.itemid-231 #form-afiltre .btn:active:focus, .btn-default:active.focus, body.itemid-231 #form-afiltre .btn:active.focus, .btn-default.active:hover, body.itemid-231 #form-afiltre .active.btn:hover, .btn-default.active:focus, body.itemid-231 #form-afiltre .active.btn:focus, .btn-default.active.focus, body.itemid-231 #form-afiltre .active.focus.btn, .open > .btn-default.dropdown-toggle:hover, body.itemid-231 #form-afiltre .open > .dropdown-toggle.btn:hover, .open > .btn-default.dropdown-toggle:focus, body.itemid-231 #form-afiltre .open > .dropdown-toggle.btn:focus, .open > .btn-default.dropdown-toggle.focus, body.itemid-231 #form-afiltre .open > .dropdown-toggle.focus.btn {
  color: #353535;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(123.5, 80.2011952191, 0);
}
.btn-default:active, body.itemid-231 #form-afiltre .btn:active, .btn-default.active, body.itemid-231 #form-afiltre .active.btn, .open > .btn-default.dropdown-toggle, body.itemid-231 #form-afiltre .open > .dropdown-toggle.btn {
  background-image: none;
}
.btn-default.disabled:hover, body.itemid-231 #form-afiltre .disabled.btn:hover, .btn-default.disabled:focus, body.itemid-231 #form-afiltre .disabled.btn:focus, .btn-default.disabled.focus, body.itemid-231 #form-afiltre .disabled.focus.btn, .btn-default[disabled]:hover, body.itemid-231 #form-afiltre [disabled].btn:hover, .btn-default[disabled]:focus, body.itemid-231 #form-afiltre [disabled].btn:focus, .btn-default[disabled].focus, body.itemid-231 #form-afiltre [disabled].focus.btn, fieldset[disabled] .btn-default:hover, fieldset[disabled] body.itemid-231 #form-afiltre .btn:hover, body.itemid-231 #form-afiltre fieldset[disabled] .btn:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] body.itemid-231 #form-afiltre .btn:focus, body.itemid-231 #form-afiltre fieldset[disabled] .btn:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] body.itemid-231 #form-afiltre .focus.btn, body.itemid-231 #form-afiltre fieldset[disabled] .focus.btn {
  background-color: #ffffff;
  border-color: #fba300;
}
.btn-default .badge, body.itemid-231 #form-afiltre .btn .badge {
  color: #ffffff;
  background-color: #353535;
}

.btn-primary {
  color: #ffffff;
  background-color: #353535;
  border-color: #fba300;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: rgb(27.5, 27.5, 27.5);
  border-color: rgb(123.5, 80.2011952191, 0);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(27.5, 27.5, 27.5);
  border-color: rgb(189.8, 123.2565737052, 0);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(27.5, 27.5, 27.5);
  border-color: rgb(189.8, 123.2565737052, 0);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(9.65, 9.65, 9.65);
  border-color: rgb(123.5, 80.2011952191, 0);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #353535;
  border-color: #fba300;
}
.btn-primary .badge {
  color: #353535;
  background-color: #ffffff;
}

.btn-success {
  color: #fff;
  background-color: #39cfa9;
  border-color: rgb(46.5365853659, 191.9634146341, 155.1219512195);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(41.5609756098, 171.4390243902, 138.5365853659);
  border-color: rgb(21.6585365854, 89.3414634146, 72.1951219512);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(41.5609756098, 171.4390243902, 138.5365853659);
  border-color: rgb(34.5951219512, 142.7048780488, 115.3170731707);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(41.5609756098, 171.4390243902, 138.5365853659);
  border-color: rgb(34.5951219512, 142.7048780488, 115.3170731707);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(34.5951219512, 142.7048780488, 115.3170731707);
  border-color: rgb(21.6585365854, 89.3414634146, 72.1951219512);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #39cfa9;
  border-color: rgb(46.5365853659, 191.9634146341, 155.1219512195);
}
.btn-success .badge {
  color: #39cfa9;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #b62e30;
  border-color: rgb(161.6447368421, 40.8552631579, 42.6315789474);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(141.2894736842, 35.7105263158, 37.2631578947);
  border-color: rgb(59.8684210526, 15.1315789474, 15.7894736842);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(141.2894736842, 35.7105263158, 37.2631578947);
  border-color: rgb(112.7921052632, 28.5078947368, 29.7473684211);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(141.2894736842, 35.7105263158, 37.2631578947);
  border-color: rgb(112.7921052632, 28.5078947368, 29.7473684211);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(112.7921052632, 28.5078947368, 29.7473684211);
  border-color: rgb(59.8684210526, 15.1315789474, 15.7894736842);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #b62e30;
  border-color: rgb(161.6447368421, 40.8552631579, 42.6315789474);
}
.btn-danger .badge {
  color: #b62e30;
  background-color: #fff;
}

.btn-link {
  color: #fba300;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(174.5, 113.3207171315, 0);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #fba300;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #fba300;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #fba300;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 767px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 767px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 767px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #003087;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(0, 29.8666666667, 84);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #003087;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #003087;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #003087;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #003087;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #003087;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #003087;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #003087;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #003087;
}
.navbar-default .navbar-link:hover {
  color: #003087;
}
.navbar-default .btn-link {
  color: #003087;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #003087;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #003087;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #003087;
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #003087;
  border-color: #003087;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #fba300;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(200, 129.8804780876, 0);
}

.label-success {
  background-color: #39cfa9;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(41.5609756098, 171.4390243902, 138.5365853659);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #b62e30;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(141.2894736842, 35.7105263158, 37.2631578947);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #fba300;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #fba300;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .alert body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing .alert p.rapport-financier-titre, .alert body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro .alert h3 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #39cfa9;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #39cfa9;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(41.5609756098, 171.4390243902, 138.5365853659);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #b62e30;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(141.2894736842, 35.7105263158, 37.2631578947);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #fba300;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #39cfa9;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #b62e30;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fba300;
  border-color: #fba300;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(255, 235.7171314741, 200);
}

.list-group-item-success {
  color: #39cfa9;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #39cfa9;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #39cfa9;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #39cfa9;
  border-color: #39cfa9;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #b62e30;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #b62e30;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #b62e30;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b62e30;
  border-color: #b62e30;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #fba300;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #fba300;
  border-color: #fba300;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fba300;
}
.panel-primary > .panel-heading .badge {
  color: #fba300;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fba300;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #39cfa9;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #39cfa9;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #b62e30;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #b62e30;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 767px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 767px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right, .pull-right-alt {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 766px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 766px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 766px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 766px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 766px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container-fluid {
  max-width: 1920px;
}

.btn {
  padding: 10px 40px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 3px;
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.btn-hover, .btn.btn-default:hover, body.itemid-231 #form-afiltre .btn:hover, .btn.btn-default:focus, body.itemid-231 #form-afiltre .btn:focus, .btn.btn-default:active, body.itemid-231 #form-afiltre .btn:active, .btn.btn-default.btn-hover, body.itemid-231 #form-afiltre .btn.btn-hover {
  background-color: #fba300;
  border-color: #fba300;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.form-group {
  margin-top: 22px;
}

label {
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
}

.form-control {
  border-radius: 0;
  border-color: transparent;
  height: 45px;
}
.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.input-group .form-control:focus {
  z-index: inherit;
}

.has-error .form-control {
  border-width: 2px;
}
.has-error ::-webkit-input-placeholder {
  color: #b62e30;
  font-weight: bold;
}
.has-error ::-moz-placeholder {
  color: #b62e30;
  font-weight: bold;
}
.has-error :-ms-input-placeholder {
  color: #b62e30;
  font-weight: bold;
}
.has-error :-moz-placeholder {
  color: #b62e30;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
  padding: 0;
  margin: 0 12px;
}

.navbar-nav > li {
  display: inline-block;
  float: none;
}

.navbar-default .navbar-toggle {
  position: relative;
  top: 12px;
  border-color: transparent;
  -webkit-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  width: 27px;
  height: 3px;
  background-color: #003087;
  border-radius: 0;
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?11371205");
  src: url("../font/fontello.eot?11371205#iefix") format("embedded-opentype"), url("../font/fontello.woff2?11371205") format("woff2"), url("../font/fontello.woff?11371205") format("woff"), url("../font/fontello.ttf?11371205") format("truetype"), url("../font/fontello.svg?11371205#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11371205#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-certificat:before {
  content: "\e800";
} /* '' */
.icon-configuration:before {
  content: "\e801";
} /* '' */
.icon-panier:before {
  content: "\e802";
} /* '' */
.icon-avion:before {
  content: "\e803";
} /* '' */
.icon-user:before {
  content: "\e804";
} /* '' */
.icon-search:before {
  content: "\e805";
} /* '' */
.icon-down-dir:before {
  content: "\e806";
} /* '' */
.icon-facebook:before {
  content: "\e807";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-youtube:before {
  content: "\f16a";
} /* '' */
.icon-linkedin:before {
  content: "\e808";
} /* '' */
.icon-down-open-big:before {
  content: "\e809";
} /* '' */
.icon-cancel:before {
  content: "\e80a";
} /* '' */
.icon-sort-up:before {
  content: "\e80b";
} /* '' */
.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-static {
  position: static !important;
}

.position-top {
  top: 0 !important;
}

.position-right {
  right: 0 !important;
}

.position-bottom {
  bottom: 0 !important;
}

.position-left {
  left: 0 !important;
}

.display-block {
  display: block !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-6 {
  z-index: 6 !important;
}

.z-index-7 {
  z-index: 7 !important;
}

.z-index-8 {
  z-index: 8 !important;
}

.z-index-9 {
  z-index: 9 !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.full-width {
  width: 100% !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.text-transform-uppercase {
  text-transform: uppercase !important;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  line-height: 22px;
  padding-top: 124px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.header-invert {
  padding-top: 0;
}

h1, h2, h3, h4, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .bloc-article-intro h3,
.h1, .h2, .h3, .h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-weight: normal;
}

h1, .h1 {
  color: #ffffff;
  font-weight: bold;
}

h4, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .bloc-article-intro h3, .h4 {
  color: #003087;
  font-weight: bold;
  letter-spacing: 0;
}

.h1-style, body.page-accueil .moduletable.acceuil-carriere-container h3, body.page-accueil .moduletable.acceuil-rapport-financier-container h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}

.h2-style, body.itemid-231 .row-communique-presse-header .year-v {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-weight: normal;
  color: #fba300;
  font-size: 42px;
}

.h3-style, body.itemid-296 h2:not(#cc--main h2), body.itemid-222 h2:not(#cc--main h2), body.itemid-229 h2, body.itemid-221 .store-location-detail-container h2, body.itemid-289 .store-location-detail-container h2, .page-equipe-direction .bloc-article-intro .equipe-direction-nom, body.itemid-214 .bloc-article-intro .equipe-direction-nom, body.itemid-225 .bloc-article-intro .equipe-direction-nom, body.page-accueil .moduletable.acceuil-carriere-container h4, body.page-accueil .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.page-accueil .moduletable.acceuil-carriere-container p.rapport-financier-titre, body.page-accueil .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.page-accueil .moduletable.acceuil-carriere-container h3, body.page-accueil .moduletable.acceuil-rapport-financier-container h4, body.page-accueil .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.page-accueil .moduletable.acceuil-rapport-financier-container p.rapport-financier-titre, body.page-accueil .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.page-accueil .moduletable.acceuil-rapport-financier-container h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fba300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 24px;
}

.h4-style, body.itemid-296 h3:not(#cc--main h3), body.itemid-222 h3:not(#cc--main h3), body.itemid-229 h3, body.itemid-227 h3, body.itemid-221 .store-location-detail-container h3, body.itemid-289 .store-location-detail-container h3, body.itemid-221 .bloc-article-intro .location-name, body.itemid-289 .bloc-article-intro .location-name, .page-equipe-direction .bloc-article-intro .equipe-direction-nom, body.itemid-214 .bloc-article-intro .equipe-direction-nom, body.itemid-225 .bloc-article-intro .equipe-direction-nom, body.page-accueil .item-page .row-accueil-press-release h3,
body.page-accueil .item-page .row-accueil-nouvelle h3 {
  color: #003087;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 22px;
}

a:hover, a:focus, a:active {
  color: #fba300;
}

.bloc-clr-brand-primary {
  background-color: #fba300 !important;
}

.bloc-clr-brand-primary-alterne {
  background-color: #003087 !important;
}

.bloc-clr-brand-secondary-darkgray {
  background-color: #353535 !important;
}

.bloc-clr-brand-secondary-gray {
  background-color: #cecece !important;
}

.bloc-clr-brand-white {
  background-color: #ffffff !important;
}

.bloc-clr-brand-black {
  background-color: #000000 !important;
}

.bloc-clr-brand-danger {
  background-color: #b62e30 !important;
}

.bloc-clr-brand-success {
  background-color: #39cfa9 !important;
}

.txt-clr-brand-primary {
  color: #fba300 !important;
}

.txt-clr-brand-primary-alterne {
  color: #003087 !important;
}

.txt-clr-brand-secondary-darkgray {
  color: #353535 !important;
}

.txt-clr-brand-secondary-gray {
  color: #cecece !important;
}

.txt-clr-brand-white {
  color: #ffffff !important;
}

.txt-clr-brand-black {
  color: #000000 !important;
}

.txt-clr-brand-danger {
  color: #b62e30 !important;
}

.txt-clr-brand-success {
  color: #39cfa9 !important;
}

.hide-head .layout-header-lg .container-img-fond .container-img-fond-top {
  background-position-y: 0;
}

.layout-header-lg {
  position: relative;
  border-bottom: 17px solid #ffffff;
}
.layout-header-lg h3.download-title {
  font-size: 18px;
  color: #003087;
  font-weight: bold;
  margin-bottom: 20px;
}
.layout-header-lg .container-img-fond .container-img-fond-fixed {
  background-attachment: fixed;
  background-size: cover;
}
.layout-header-lg .container-img-fond .container-img-fond-top {
  height: 100vh;
  margin-top: -124px;
  border-top: 18px solid #ffffff;
  background-position-y: 124px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.layout-header-lg .container-img-fond .container-img-fond-bottom {
  border-top: 18px solid #ffffff;
}
.layout-header-lg .col-content {
  margin-top: -440px;
  margin-bottom: 320px;
  padding: 0 50px 50px;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
.itemid-211 .layout-header-lg .col-content {
  margin-bottom: 560px;
}
.layout-header-lg .col-content h2 {
  margin: 60px 0 26px 0;
  font-size: 24px;
}
.layout-header-lg .col-content h2.stitre_lg {
  font-size: 42px;
}
.layout-header-lg .col-content p {
  margin-bottom: 26px;
}
.layout-header-lg .col-content p.text-small-header {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}
.layout-header-lg .col-content p.lead {
  color: #A7A6A6;
  line-height: 1.8;
  font-size: 22px;
}
.layout-header-lg .col-content ul {
  margin-left: -23px;
}
.layout-header-lg .col-content ul li {
  margin-bottom: 20px;
}
.layout-header-lg .container-content {
  position: absolute;
  top: 185px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.layout-header-lg .container-content .col-content {
  margin-top: 330px;
  padding: 0 50px 50px;
  background-color: #ffffff;
  min-height: calc(100vh - 330px - 185px - 124px);
}
.layout-header-lg .container-content .categorie-sous-menu {
  margin-right: -15px;
  padding: 0 50px;
  height: calc(100vh - 309px);
  background: transparent url(/images/helpers/sub_nav_masq.png) no-repeat 0 0;
  background-size: cover;
}
.layout-header-lg .container-content .categorie-sous-menu h1 {
  margin-top: 0;
  padding-top: 50px;
}
.layout-header-lg .container-content .categorie-sous-menu .categorie-sous-menu-container {
  max-width: 580px;
  margin: 0 auto;
}
.layout-header-lg .col-content-alterne, body.itemid-231 .layout-header-lg .container-content .col-content,
body.itemid-232 .layout-header-lg .container-content .col-content,
body.itemid-233 .layout-header-lg .container-content .col-content, body.itemid-224 .layout-header-lg .container-content .col-content,
body.itemid-226 .layout-header-lg .container-content .col-content,
body.itemid-227 .layout-header-lg .container-content .col-content,
body.itemid-229 .layout-header-lg .container-content .col-content, .page-equipe-direction .layout-header-lg .container-content .col-content, body.itemid-214 .layout-header-lg .container-content .col-content, body.itemid-225 .layout-header-lg .container-content .col-content, body.page-historique .layout-header-lg .container-content .col-content, body.itemid-212 .layout-header-lg .container-content .col-content {
  padding-top: 30px;
  color: #A7A6A6;
  font-size: 22px;
  line-height: 42px;
}

body.container-under-header-fluid .layout-content-lg {
  width: 100%;
}

.layout-content-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.layout-default-content {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.layout-default-content .item-image {
  display: none;
}
.layout-default-content h1 {
  margin-bottom: 40px;
  color: #fba300;
  font-size: 42px;
}

.container-content-header {
  position: relative;
  height: 396px;
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  background-attachment: fixed;
  border-right: 17px solid #ffffff;
  border-left: 17px solid #ffffff;
}
.container-content-header .page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}
.container-content-header h1 {
  position: absolute;
  bottom: 0;
  width: 50%;
  margin: 0;
  padding: 50px 20px 50px 10%;
  background: rgba(0, 0, 0, 0.5);
}

.custom-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 803px) {
  .custom-margin {
    margin-bottom: 420px !important;
  }
}
@media screen and (min-width: 1199px) {
  .custom-margin {
    margin-bottom: 520px !important;
  }
}

.content-circle {
  display: inline-block;
  border-radius: 100%;
  border: 8px solid #fba300;
  color: #003087;
}

.icon-circle {
  width: 140px;
  height: 140px;
  padding: 36px 30px;
  font-size: 46px;
}

.text-circle {
  position: relative;
  width: 270px;
  height: 270px;
  border-width: 16px;
  padding: 32px;
  text-align: center;
}
.text-circle p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.25;
}
.text-circle p strong {
  display: block;
  font-size: 60px;
}
.text-circle p sub {
  text-transform: none;
  bottom: 0;
}
.text-circle p sup {
  text-transform: none;
}

#header-container, body.header-invert #header-container.fixed-head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
#header-container.hide-head, body.header-invert #header-container.fixed-head.hide-head {
  opacity: 0;
  -webkit-transform: translateY(-100%) !important;
      -ms-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}
#header-container.fixed-head, body.header-invert #header-container.fixed-head.fixed-head {
  width: 100%;
  position: fixed;
}

.sub-header {
  height: 76px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sub-header .sub-header-modules .moduletable {
  height: 50.6666666667px;
  float: left;
  padding: 20px 22px 0;
}
.sub-header .sub-header-modules .moduletable:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.sub-header .sub-header-modules.sub-header-modules-right .moduletable {
  float: right;
}
.sub-header .sub-header-modules.sub-header-modules-right .moduletable:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.sub-header .sub-header-modules.sub-header-modules-right .moduletable:first-child {
  border-right: none;
}
.sub-header .brand-logo {
  height: 76px;
  position: relative;
}
.sub-header .brand-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sub-header .brand-logo .logo-light {
  display: none;
}
.sub-header .brand-logo .logo-dark {
  display: block;
}
.sub-header .icon-user {
  color: #003087;
  font-size: 32px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.sub-header .icon-user:hover {
  color: #fba300 !important;
}
.sub-header .header-btn-support a, .sub-header .connexion-externe a {
  padding: 8px 22px;
  text-transform: uppercase;
  color: #003087;
  font-weight: bold;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.sub-header .header-btn-support a:hover, .sub-header .header-btn-support a:focus, .sub-header .header-btn-support a:active, .sub-header .connexion-externe a:hover, .sub-header .connexion-externe a:focus, .sub-header .connexion-externe a:active {
  color: #fba300;
  text-decoration: none;
}

.header {
  min-height: 48px;
}

.navbar-default {
  margin-top: 12px;
  text-align: center;
  min-height: inherit;
  margin-bottom: 0;
}
.navbar-default .dropdown-toggle {
  display: none;
}
.navbar-default .navbar-nav {
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.navbar-default li.item-222 {
  display: none;
}
.navbar-default li.item-318 {
  display: none;
}
.navbar-default a {
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.navbar-default a:hover, .navbar-default a:focus, .navbar-default a:active {
  border-bottom: 4px solid #fba300;
}
.navbar-default a .caret {
  display: none;
}
.navbar-default li.active a {
  border-bottom: 4px solid #fba300;
}

.footer {
  padding-top: 46px;
}

.footerMenu {
  font-size: 12px;
  color: #000000;
}
.footerMenu ul {
  list-style: none;
  padding: 0;
}
.footerMenu li.item-289 {
  display: none;
}
.footerMenu .nav > li > a, .footerMenu a {
  padding: 0 0 7px;
  color: #000000;
  font-size: 12px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.footerMenu .nav > li > a:hover, .footerMenu .nav > li > a:focus, .footerMenu .nav > li > a:active, .footerMenu a:hover, .footerMenu a:focus, .footerMenu a:active {
  text-decoration: none;
  background-color: transparent;
  color: #fba300;
}
.footerMenu .level-1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.footerMenu .level-1 > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.footerMenu .level-1 li {
  margin-bottom: 0;
  text-transform: none;
  font-weight: normal;
}
.footerMenu .level-1 li a {
  padding: 2px 0;
}

.footer-signature {
  margin-left: -15px;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-signature h4, .footer-signature body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing .footer-signature p.rapport-financier-titre, .footer-signature body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro .footer-signature h3 {
  margin-top: 0;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.5px;
}
.footer-signature a {
  color: #000000;
}
.footer-signature p {
  font-size: 13px;
  line-height: 1.25;
}
.footer-signature p strong {
  line-height: 1.5;
}
.footer-signature .icon-social-media {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.footer-signature .icon-social-media.icon-facebook {
  background-color: #537cbe;
}
.footer-signature .icon-social-media.icon-facebook:hover {
  background-color: rgb(60.8860759494, 99.2911392405, 161.1139240506);
}
.footer-signature .icon-social-media.icon-twitter {
  background-color: #00acee;
}
.footer-signature .icon-social-media.icon-twitter:hover {
  background-color: rgb(0, 135.1428571429, 187);
}
.footer-signature .icon-social-media.icon-youtube {
  background-color: #c4302b;
}
.footer-signature .icon-social-media.icon-youtube:hover {
  background-color: rgb(154.1757322176, 37.7573221757, 33.8242677824);
}
.footer-signature .icon-social-media.icon-linkedin {
  background-color: #0d85c7;
}
.footer-signature .icon-social-media.icon-linkedin:hover {
  background-color: rgb(9.8726415094, 101.0047169811, 151.1273584906);
}

.copymade {
  font-size: 12px;
  margin-top: 30px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.copymade .brand-logo {
  display: inline-block;
  margin-right: 40px;
}
.copymade .brand-logo img {
  width: 194px;
}
.copymade .brand-logo .logo-light {
  display: none;
}

.categorie-sous-menu ul {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.categorie-sous-menu ul li a {
  display: inline-block;
  padding: 4px 0;
  color: #A7A6A6;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.categorie-sous-menu ul li a:hover, .categorie-sous-menu ul li a:focus, .categorie-sous-menu ul li a:active {
  background: transparent;
  color: #ffffff;
}
.categorie-sous-menu ul li.active a {
  color: #ffffff;
}
.categorie-sous-menu ul li.active a:hover {
  color: #ffffff;
}
.categorie-sous-menu .nav .separator {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  color: #ffffff;
  border-bottom: 5px solid #fba300;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 3px;
}

body.header-invert #header-container {
  background-color: transparent;
}
body.header-invert .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
body.header-invert .mod-languages a {
  color: #ffffff;
}
body.header-invert .search label {
  color: #ffffff;
}
body.header-invert .sub-header .icon-user {
  color: #ffffff;
}
body.header-invert .sub-header .brand-logo .logo-dark {
  display: none;
}
body.header-invert .sub-header .brand-logo .logo-light {
  display: block;
}
body.header-invert .header-btn-support a {
  color: #ffffff;
}
body.header-invert .sub-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
body.header-invert .sub-header .sub-header-modules .moduletable:first-child {
  border-color: rgba(255, 255, 255, 0.2);
}
body.header-invert .sub-header .sub-header-modules.sub-header-modules-right .moduletable:last-child {
  border-color: rgba(255, 255, 255, 0.2);
}
body.header-invert .sub-header .sub-header-modules.sub-header-modules-right .moduletable.connexion-externe a {
  color: #ffffff;
}
body.header-invert .sub-header .sub-header-modules.sub-header-modules-right .moduletable.connexion-externe a:hover {
  color: #fba300;
}
body.header-invert .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

a.btn-read-more, body.itemid-226 .layout-content-lg .bloc-article-intro a, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a {
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #fba300;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
a.btn-read-more:hover, body.itemid-226 .layout-content-lg .bloc-article-intro a:hover, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a:hover, a.btn-read-more:focus, body.itemid-226 .layout-content-lg .bloc-article-intro a:focus, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a:focus, a.btn-read-more:active, body.itemid-226 .layout-content-lg .bloc-article-intro a:active, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a:active {
  border-bottom: 1px solid transparent;
  color: #fba300;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  font-size: 15px;
}

input[type=radio] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  border: 2px solid #cecece;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

input[type=radio]:checked + label span:after {
  display: block;
  width: 20px;
  height: 20px;
  content: "•";
  color: #cecece;
  position: relative;
  top: -2px;
  left: -2px;
  font-size: 30px;
  text-align: center;
  -webkit-transform: translateY(-22%);
      -ms-transform: translateY(-22%);
          transform: translateY(-22%);
}

input[type=checkbox] {
  display: none !important;
}

input[type=checkbox] + label {
  font-size: 15px;
}

input[type=checkbox] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  border: 2px solid #cecece;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:checked + label span:after {
  content: "✓";
  color: #fba300;
  border-color: #fba300;
  position: relative;
  top: -4px;
  left: 3px;
  font-size: 13px;
}

select.form-control {
  padding: 14px 10px 13px;
  background: #cecece url(/images/icons/select-arrow-down.png) no-repeat 98% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control::-ms-expand {
  display: none;
}

#jsn_form_2, #jsn_form_3 {
  margin-top: 50px !important;
}

.required {
  color: white !important;
}

.form-actions {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.control-label {
  font-weight: normal !important;
}

.jsn-uniform {
  width: 93% !important;
}

.mod-border-spacer {
  border-left: 17px solid #ffffff;
  border-right: 17px solid #ffffff;
}

.module-after_content {
  position: relative;
  z-index: 1;
}

.mod-languages.header-langue-selecteur {
  position: relative;
  width: 36px;
  height: 26px;
  overflow: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.mod-languages.header-langue-selecteur:hover {
  cursor: pointer;
}
.mod-languages.header-langue-selecteur.open {
  height: 40px;
}
.mod-languages.header-langue-selecteur a {
  color: #003087;
  font-weight: bold;
}
.mod-languages.header-langue-selecteur .icon-down-dir {
  position: absolute;
  right: 0;
  color: #fba300;
}

.search .search-container {
  overflow: hidden;
  width: 40px;
  border-bottom: 1px solid #fba300;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.search .search-container.open {
  width: 180px;
}
.search form {
  width: 180px;
}
.search .search-query {
  position: relative;
  top: -4px;
  width: 120px;
  border: 0;
  background: transparent;
}
.search .search-query:focus, .search .search-query:active {
  outline: none;
}
.search label {
  color: #003087;
  font-size: 26px;
}
.search label:hover {
  cursor: pointer;
}

.infolettre-inscription {
  padding: 30px 0;
  background-color: #353535;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.infolettre-inscription label {
  float: left;
  width: 33%;
  margin-right: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 3px;
}
.infolettre-inscription .form-control {
  background-color: #e5e5dc;
}
.infolettre-inscription .container {
  width: 686px;
}
.infolettre-inscription .btn-default, .infolettre-inscription body.itemid-231 #form-afiltre .btn, body.itemid-231 #form-afiltre .infolettre-inscription .btn {
  padding: 11px 16px;
  font-size: 12px;
}
.infolettre-inscription .btn-default:hover, .infolettre-inscription body.itemid-231 #form-afiltre .btn:hover, body.itemid-231 #form-afiltre .infolettre-inscription .btn:hover {
  background-color: #353535;
}
.infolettre-inscription .webToCcErrorRequired {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background-color: #b62e30;
  color: #ffffff !important;
  text-align: center;
}

.mod-ignite-gallery {
  padding: 46px 0 110px 0;
  background-color: #353535;
}
.mod-ignite-gallery h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #ffffff;
}

body.header-invert .search .search-query {
  color: #ffffff;
}

.body .search form {
  width: 100%;
  margin-top: 60px;
}
.body .search form .radio input[type=radio], .body .search form .radio-inline input[type=radio], .body .search form .checkbox input[type=checkbox], .body .search form .checkbox-inline input[type=checkbox] {
  position: static;
  margin: 0;
  display: inline-block;
}
.body .search form label {
  display: inline-block;
  margin-right: 20px;
  color: #000000;
  font-size: 14px;
}
.body .search form #search-searchword {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.body .search form .searchintro .lead {
  margin-top: 40px;
}
.body .search form .counter {
  display: none;
}
.body .search-results .result-title {
  margin-top: 20px;
}

.pagination [class^=icon-]:before, .pagination [class*=" icon-"]:before {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}
.pagination .icon-first:before {
  content: "<<";
}
.pagination .icon-previous:before {
  content: "<";
}
.pagination .icon-next:before {
  content: ">";
}
.pagination .icon-last:before {
  content: ">>";
}

.mod-articles-category-date {
  font-weight: bold;
  text-transform: uppercase;
}

#xmap ul {
  list-style: none;
  padding: 0;
}
#xmap a {
  margin-top: 24px;
  display: inline-block;
  color: #003087;
  font-weight: bold;
  text-transform: uppercase;
}
#xmap .level_1 {
  padding-left: 12px;
}
#xmap .level_1 a {
  margin: 0;
  font-weight: normal;
  text-transform: none;
}

.intro-text {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider-home-page img {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
}

.bloc-article-intro {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}
.bloc-article-intro h3 {
  margin-bottom: 18px;
  font-size: 22px;
  color: #003087;
  font-weight: bold;
  letter-spacing: 0;
}
.bloc-article-intro strong:first-child {
  margin-bottom: 8px;
  display: block;
}

/** Light color-scheme **/
:root {
  --cc-font-family: Poppins,sans-serif;
  --cc-font-size: 16px;
  --cc-bg: #fff;
  --cc-z-index: 2147483647;
  --cc-text: #2d4156;
  --cc-border-radius: .45rem;
  --cc-btn-primary-bg: #fba300;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #d68b00;
  --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
  --cc-btn-secondary-bg: #e9e9e9;
  --cc-btn-secondary-text: #000000;
  --cc-btn-secondary-hover-bg: #e4e4e4;
  --cc-btn-secondary-hover-text: #000000;
  --cc-btn-border-radius: 0.375rem;
  --cc-toggle-bg-off: #929292;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #b2b2b2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: #000000;
  --cc-cookie-category-block-bg: #efefef;
  --cc-cookie-category-block-bg-hover: #e4e4e4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgb(4, 6, 8, .6);
  --cc-overlay-opacity: .85;
  --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

#cc--main {
  z-index: var(--cc-z-index);
}

.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: #000000;
  background: none;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}

.cc_div {
  font-size: var(--cc-font-size);
  font-weight: 400;
  font-family: var(--cc-font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

.cc_div .c-bn > span {
  pointer-events: none;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}

.c--anim .c-bn {
  -webkit-transition: background-color 0.25s ease !important;
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
      -ms-transform: translateY(1.6em);
          transform: translateY(1.6em);
}

#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
      -ms-transform: translateY(-1.6em);
          transform: translateY(-1.6em);
}

#cm.bar.slide {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

#cm.bar.top.slide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: var(--cc-overlay-opacity) !important;
}

#cm {
  font-family: inherit;
  padding: 1em 1.4em 1.3em 1.4em;
  position: fixed;
  z-index: 1;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  -webkit-box-shadow: 0 0.625em 1.875em #000000;
          box-shadow: 0 0.625em 1.875em #000000;
  -webkit-box-shadow: var(--cc-consent-modal-box-shadow);
          box-shadow: var(--cc-consent-modal-box-shadow);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  line-height: initial;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important;
}

#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}
#c-txt .cc-link {
  color: #000000;
  border-color: #000000;
}
#c-txt .cc-link:hover {
  opacity: 0.75;
}

.cc_div #c-bns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  color: #000000;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: center;
  border-radius: var(--cc-btn-border-radius);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: 0.5rem;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  color: var(--cc-btn-secondary-hover-text);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
  scrollbar-width: thin;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.4rem;
  border: 1px solid var(--cc-section-border);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: var(--cc-cookie-category-block-bg);
  -webkit-transition: none;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl .cc-link {
  color: var(--cc-block-text);
  border-color: var(--cc-block-text);
}
#s-bl .c-bl.b-ex + .c-bl .cc-link:hover {
  text-decoration: none !important;
  opacity: 0.75;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
          box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 1.6em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1.8em;
  border-top: 1px solid var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}
#c-bns button:first-child span,
#s-bns button:first-child span {
  color: var(--cc-btn-primary-text);
}

#c-bns.swap button:first-child {
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: var(--cc-btn-primary-hover-bg);
  color: var(--cc-btn-primary-hover-text);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: var(--cc-btn-secondary-hover-bg);
  color: var(--cc-btn-secondary-hover-text);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 1.8em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: 0.8em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: var(--cc-toggle-bg-off);
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: var(--cc-toggle-knob-bg);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
      -ms-transform: translateX(1.9em);
          transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl caption {
  padding: 0.5rem 1rem;
  font-size: 0.9em;
  border-bottom: 1px solid var(--cc-cookie-table-border);
  font-weight: 600;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1em 1rem;
  font-weight: 600;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: var(--cc-overlay-bg);
  display: none;
  -webkit-transition: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  -webkit-transition: visibility 0.25s linear;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
  z-index: 99;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  -webkit-transform: translateY(-20%) rotate(225deg);
      -ms-transform: translateY(-20%) rotate(225deg);
          transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  content: "";
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}

#s-c-bn::before,
#s-c-bn::after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: var(--cc-btn-secondary-text);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.8em;
  top: 0.42em;
  content: " ";
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.cc_div .off-i::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cc_div .off-i::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  -webkit-transform: translateY(-37%);
      -ms-transform: translateY(-37%);
          transform: translateY(-37%);
  bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
      -ms-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.2em 1.7em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.5rem 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl caption {
  display: block;
  border-top: 0;
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1rem;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
/* Disable transitions if prefers-reduced-motion detected */
@media (prefers-reduced-motion) {
  #cc--main #cm,
  #cc--main #s-cnt,
  #cc--main #s-inr {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.2em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cc_div .b-tg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    right: 1.1em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.2em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.2em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl caption {
    border-bottom: 0;
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid var(--cc-cookie-table-border);
  }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1rem;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  #cm.cloud,
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
body.page-etalon .bloc-darkgray {
  padding: 20px;
  background-color: #353535;
}
body.page-etalon .bloc-white {
  padding: 20px;
  background-color: #ffffff;
}
body.page-etalon .row {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.page-etalon .bloc-couleur {
  width: 82px;
  height: 82px;
  border: 1px solid #e1e1e1;
}

body.page-accueil #header-container {
  position: absolute !important;
}
body.page-accueil div {
  z-index: 10;
}
body.page-accueil .acceuil-top-container {
  position: relative;
  height: 158vh;
  background-size: 100% auto;
  background-position: center top;
  letter-spacing: 5px;
  background-color: #050b11;
  overflow: hidden;
}
body.page-accueil .acceuil-top-container .acceuil-top-container-masque {
  position: absolute;
  height: 158vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  display: none;
}
body.page-accueil .acceuil-top-container .acceuil-top-container-slogan {
  width: 100%;
  height: 100vh;
  position: relative;
}
body.page-accueil .acceuil-top-container h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  text-align: center;
  color: white;
  font-size: 36px;
  letter-spacing: 7px;
  z-index: 10;
}
body.page-accueil .acceuil-top-container h2 strong {
  font-size: 60px;
  display: block;
}
body.page-accueil .acceuil-top-container .acceuil-top-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 390px;
  height: 390px;
  border-radius: 100%;
  border: 20px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}
body.page-accueil .acceuil-top-container #acceuil-top-goto-content {
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, -120px);
      -ms-transform: translate(-50%, -120px);
          transform: translate(-50%, -120px);
  width: 290px;
  color: #ffffff;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 10;
}
body.page-accueil .acceuil-top-container #acceuil-top-goto-content .acceuil-top-goto-box {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 77px;
  height: 96px;
  border: 3px solid #fba300;
  text-align: center;
}
body.page-accueil .acceuil-top-container #acceuil-top-goto-content .acceuil-top-goto-box:hover {
  cursor: pointer;
}
body.page-accueil .acceuil-top-container #acceuil-top-goto-content p {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 420%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
body.page-accueil .acceuil-top-container #acceuil-top-goto-content .icon-down-open-big {
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 30px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
body.page-accueil .acceuil-top-container #acceuil-top-goto-content:hover .icon-down-open-big {
  -webkit-animation: accueil-icon-down-open-big 750ms infinite;
          animation: accueil-icon-down-open-big 750ms infinite;
}
@-webkit-keyframes accueil-icon-down-open-big {
  0% {
    bottom: 6px;
  }
  to {
    bottom: -2px;
  }
}
@keyframes accueil-icon-down-open-big {
  0% {
    bottom: 6px;
  }
  to {
    bottom: -2px;
  }
}
body.page-accueil .module-after_content {
  position: relative;
}
body.page-accueil .item-page {
  position: relative;
  overflow: hidden;
  margin-top: -560px;
  color: #b5b5b5;
  font-size: 22px;
  line-height: 38px;
}
body.page-accueil .item-page .col-accueil-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.page-accueil .item-page .col-accueil-content .btn {
  margin-top: 40px;
}
body.page-accueil .item-page .col-accueil-content p {
  padding-right: 50px;
}
body.page-accueil .item-page .img-absolute {
  position: absolute;
}
body.page-accueil .item-page .img-absolute.img-moveonscroll {
  left: 50%;
  bottom: -400px;
}
body.page-accueil .item-page .row-accueil-press-release,
body.page-accueil .item-page .row-accueil-nouvelle {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.page-accueil .item-page .row-accueil-press-release .bloc-article-intro,
body.page-accueil .item-page .row-accueil-nouvelle .bloc-article-intro {
  padding-right: 15px;
}
body.page-accueil .item-page .row-accueil-press-release img,
body.page-accueil .item-page .row-accueil-nouvelle img {
  display: none;
}
body.page-accueil .item-page .row-accueil-press-release h3,
body.page-accueil .item-page .row-accueil-nouvelle h3 {
  margin-bottom: 18px;
}
body.page-accueil .item-page .row-accueil-nouvelle {
  padding-top: 0;
}
body.page-accueil .item-page .row-accueil-nouvelle .bloc-article-intro h3 {
  display: none;
}
body.page-accueil .item-page .btn-primary {
  background-color: transparent;
}
body.page-accueil .item-page .btn-primary:hover, body.page-accueil .item-page .btn-primary:focus, body.page-accueil .item-page .btn-primary:active {
  background-color: #fba300;
}
body.page-accueil .moduletable.acceuil-carriere-container, body.page-accueil .moduletable.acceuil-rapport-financier-container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
  font-size: 18px;
  line-height: 28px;
  color: #b5b5b5;
}
body.page-accueil .moduletable.acceuil-carriere-container h4, body.page-accueil .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.page-accueil .moduletable.acceuil-carriere-container p.rapport-financier-titre, body.page-accueil .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.page-accueil .moduletable.acceuil-carriere-container h3, body.page-accueil .moduletable.acceuil-rapport-financier-container h4, body.page-accueil .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.page-accueil .moduletable.acceuil-rapport-financier-container p.rapport-financier-titre, body.page-accueil .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.page-accueil .moduletable.acceuil-rapport-financier-container h3 {
  margin-bottom: 26px;
}
body.page-accueil .moduletable.acceuil-carriere-container .bloc-article-intro, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro {
  color: white;
}
body.page-accueil .moduletable.acceuil-carriere-container .bloc-article-intro h5, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro h5 {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
body.page-accueil .moduletable.acceuil-carriere-container .bloc-article-intro strong, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro strong {
  display: inline;
}
body.page-accueil .moduletable.acceuil-carriere-container .bloc-article-intro ul, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
  color: #cecece;
}
body.page-accueil .moduletable.acceuil-carriere-container h3, body.page-accueil .moduletable.acceuil-carriere-container h4, body.page-accueil .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.page-accueil .moduletable.acceuil-carriere-container p.rapport-financier-titre {
  margin-top: 0;
}
body.page-accueil .moduletable.acceuil-carriere-container .col-accueil-carriere-content {
  padding-right: 100px;
}
body.page-accueil .moduletable.acceuil-carriere-container .btn-primary {
  margin-top: 20px;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container {
  padding-top: 0;
  padding-bottom: 0;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro {
  margin-top: 46px;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro strong {
  font-weight: normal;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a {
  display: inline-block;
  text-transform: uppercase;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container h3 {
  margin-top: 60px;
  font-weight: bold;
  color: #fba300;
  font-size: 23px;
  letter-spacing: 0;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container h4, body.page-accueil .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.page-accueil .moduletable.acceuil-rapport-financier-container p.rapport-financier-titre, body.page-accueil .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.page-accueil .moduletable.acceuil-rapport-financier-container h3 {
  margin-bottom: 2px;
  color: white;
  font-size: 12px;
  letter-spacing: 0;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container strong {
  font-weight: normal;
  font-size: 16px;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container p strong {
  font-weight: bold;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container img.img-absolute {
  display: block;
  margin: 0 auto;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .infolettre-inscription {
  padding: 46px 0 60px;
  border-top: 1px solid #727272;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .infolettre-inscription label {
  line-height: 1.6em;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray {
  display: table;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .col-md-6 {
  display: table-cell;
  float: none;
  vertical-align: top;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .col-md-6 .col-md-6 {
  display: block;
  float: left;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .row-infolettre-inscription {
  width: 100%;
  position: absolute;
  bottom: 0;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .row-infolettre-inscription .infolettre-inscription {
  padding-top: 0;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info #chart-info {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info h3 {
  margin-bottom: 30px;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info .stock-info-data-title {
  margin-bottom: 0;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 24px;
  border-bottom: 3px solid #fba300;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info .stock-info-data-title span {
  color: #ffffff;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info .stock-info-data-date {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info .stock-info-data-link {
  margin-top: 26px;
}
body.page-accueil .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info img {
  float: right;
}
body.page-accueil .separateur-img .bg-img {
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
body.page-accueil h1, body.page-accueil .h1 {
  font-size: 40px !important;
}
body.page-accueil.lang-en .acceuil-top-container {
  height: 155vh;
}
body.page-accueil.lang-en .acceuil-top-container .acceuil-top-container-masque {
  height: 155vh;
}
body.page-accueil.lang-en .item-page {
  margin-top: -530px;
}

.filter-blck {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(transparent, black);
}

body.page-historique .container-img-fond-fixed.container-img-fond-bottom.visible-md.visible-lg,
body.page-historique .container-img-fond-fixed.container-img-fond-bottom.visible-xs.visible-sm, body.itemid-212 .container-img-fond-fixed.container-img-fond-bottom.visible-md.visible-lg,
body.itemid-212 .container-img-fond-fixed.container-img-fond-bottom.visible-xs.visible-sm {
  display: none !important;
}
body.page-historique .moduletable.module-histoire, body.itemid-212 .moduletable.module-histoire {
  padding: 80px 0 0;
}
body.page-historique .moduletable.module-histoire .module-histoire-row, body.itemid-212 .moduletable.module-histoire .module-histoire-row {
  position: relative;
  margin-top: -50px;
  overflow: hidden;
}
body.page-historique .moduletable.module-histoire .module-histoire-row .separator, body.itemid-212 .moduletable.module-histoire .module-histoire-row .separator {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  z-index: -1;
  top: 96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
}
body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd), body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) {
  margin-left: 7%;
}
body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd) .mod-histoire-img-container, body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd) .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) .mod-histoire-img-container, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) .module-histoire-content {
  float: left;
}
body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd) .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) .module-histoire-content {
  margin-left: 60px;
}
body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even), body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) {
  margin-right: 7%;
  text-align: right;
}
body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even) .mod-histoire-img-container, body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even) .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) .mod-histoire-img-container, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) .module-histoire-content {
  float: right;
}
body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even) .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) .module-histoire-content {
  margin-right: 60px;
}
body.page-historique .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(odd), body.itemid-212 .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(odd) {
  margin-left: 0;
  padding-left: 7%;
}
body.page-historique .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(even), body.itemid-212 .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(even) {
  margin-right: 0;
  padding-right: 7%;
}
body.page-historique .moduletable.module-histoire .mod-histoire-img-container, body.itemid-212 .moduletable.module-histoire .mod-histoire-img-container {
  display: inline-block;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  background-size: cover;
  border: 17px solid #fba300;
}
body.page-historique .moduletable.module-histoire .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-content {
  margin-top: 40px;
}
body.page-historique .moduletable.module-histoire h3, body.itemid-212 .moduletable.module-histoire h3 {
  margin-bottom: 30px;
  font-size: 42px;
  letter-spacing: 7px;
}
body.page-historique .moduletable.module-histoire p, body.itemid-212 .moduletable.module-histoire p {
  width: 400px;
}
body.page-historique .moduletable.module-histoire .container-bg-img, body.itemid-212 .moduletable.module-histoire .container-bg-img {
  height: 540px;
  margin-top: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.page-equipe-direction .bloc-article-intro .img-container, body.itemid-214 .bloc-article-intro .img-container, body.itemid-225 .bloc-article-intro .img-container {
  width: 300px;
  max-width: 100%;
  min-height: 264px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page-equipe-direction .bloc-article-intro .equipe-direction-nom, body.itemid-214 .bloc-article-intro .equipe-direction-nom, body.itemid-225 .bloc-article-intro .equipe-direction-nom {
  font-size: 18px;
}
.page-equipe-direction .bloc-article-intro .equipe-direction-type, body.itemid-214 .bloc-article-intro .equipe-direction-type, body.itemid-225 .bloc-article-intro .equipe-direction-type {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.page-equipe-direction .bloc-article-intro .equipe-direction-texte, body.itemid-214 .bloc-article-intro .equipe-direction-texte, body.itemid-225 .bloc-article-intro .equipe-direction-texte {
  display: none;
}
.page-equipe-direction .bloc-article-intro .btn-read-more, .page-equipe-direction body.itemid-226 .layout-content-lg .bloc-article-intro a, body.itemid-226 .layout-content-lg .page-equipe-direction .bloc-article-intro a, .page-equipe-direction body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a, body.page-accueil .moduletable.acceuil-rapport-financier-container .page-equipe-direction .bloc-article-intro a, body.itemid-214 .bloc-article-intro .btn-read-more, body.itemid-214 body.itemid-226 .layout-content-lg .bloc-article-intro a, body.itemid-226 .layout-content-lg body.itemid-214 .bloc-article-intro a, body.itemid-214 body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a, body.page-accueil .moduletable.acceuil-rapport-financier-container body.itemid-214 .bloc-article-intro a, body.itemid-225 .bloc-article-intro .btn-read-more, body.itemid-225 body.itemid-226 .layout-content-lg .bloc-article-intro a, body.itemid-226 .layout-content-lg body.itemid-225 .bloc-article-intro a, body.itemid-225 body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a, body.page-accueil .moduletable.acceuil-rapport-financier-container body.itemid-225 .bloc-article-intro a {
  margin-top: 0;
}
.page-equipe-direction .bloc-article-intro .icon-sort-up, body.itemid-214 .bloc-article-intro .icon-sort-up, body.itemid-225 .bloc-article-intro .icon-sort-up {
  position: absolute;
  bottom: -80px;
  opacity: 0;
  margin: 0 auto;
  color: #353535;
  text-align: center;
  font-size: 60px;
}
.page-equipe-direction .row-equipe-direction, body.itemid-214 .row-equipe-direction, body.itemid-225 .row-equipe-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 500px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1199px) {
  .page-equipe-direction .row-equipe-direction, body.itemid-214 .row-equipe-direction, body.itemid-225 .row-equipe-direction {
    margin-top: 60px;
  }
}
@media screen and (min-width: 991px) {
  .page-equipe-direction .row-equipe-direction, body.itemid-214 .row-equipe-direction, body.itemid-225 .row-equipe-direction {
    margin-top: 100px;
  }
}
.page-equipe-direction .row-equipe-direction .col-equipe-direction, body.itemid-214 .row-equipe-direction .col-equipe-direction, body.itemid-225 .row-equipe-direction .col-equipe-direction {
  display: table-cell;
  float: none;
  padding-bottom: 40px;
}
.page-equipe-direction .row-equipe-direction .img-container:hover, body.itemid-214 .row-equipe-direction .img-container:hover, body.itemid-225 .row-equipe-direction .img-container:hover {
  cursor: pointer;
}
.page-equipe-direction .fiche-detail, body.itemid-214 .fiche-detail, body.itemid-225 .fiche-detail {
  display: none;
  padding: 20px 0;
}
.page-equipe-direction .fiche-detail h2, body.itemid-214 .fiche-detail h2, body.itemid-225 .fiche-detail h2 {
  font-size: 24px;
}
.page-equipe-direction .fiche-detail h3, body.itemid-214 .fiche-detail h3, body.itemid-225 .fiche-detail h3 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0;
}
.page-equipe-direction .fiche-detail p, body.itemid-214 .fiche-detail p, body.itemid-225 .fiche-detail p {
  color: #cecece;
}
.page-equipe-direction .fiche-detail .fiche-detail-close, body.itemid-214 .fiche-detail .fiche-detail-close, body.itemid-225 .fiche-detail .fiche-detail-close {
  display: block;
  margin-top: 20px;
  font-size: 30px;
}
.page-equipe-direction .fiche-detail .fiche-detail-close:hover, .page-equipe-direction .fiche-detail .fiche-detail-close:focus, .page-equipe-direction .fiche-detail .fiche-detail-close:active, body.itemid-214 .fiche-detail .fiche-detail-close:hover, body.itemid-214 .fiche-detail .fiche-detail-close:focus, body.itemid-214 .fiche-detail .fiche-detail-close:active, body.itemid-225 .fiche-detail .fiche-detail-close:hover, body.itemid-225 .fiche-detail .fiche-detail-close:focus, body.itemid-225 .fiche-detail .fiche-detail-close:active {
  text-decoration: none;
  border-bottom: none;
  color: #fba300;
}

body.itemid-211 .layout-content-lg {
  padding: 0;
  height: 0;
}
body.itemid-211 .layout-header-lg .container-img-fond .container-img-fond-bottom {
  min-height: 680px;
}
body.itemid-211 .text-circle-container {
  position: absolute;
  top: calc(100vh + 50px);
  z-index: 9;
  width: 200px;
  left: 25%;
  margin-left: -100px;
}
body.itemid-211 .text-circle-container .content-circle:first-child {
  margin-bottom: 50px;
}

.itemid-212 .layout-header-lg .container-img-fond .container-img-fond-bottom .col-content {
  margin-bottom: 0;
  padding-top: 50px;
  min-height: 440px;
}

.location-additional-info {
  margin-top: 10px;
}

.location-address {
  font-weight: bold;
}

body.itemid-221 .layout-default-content, body.itemid-289 .layout-default-content {
  overflow: visible;
}
body.itemid-221 h2, body.itemid-289 h2 {
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.itemid-221 h3, body.itemid-289 h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.itemid-221 .country-name, body.itemid-289 .country-name {
  margin-top: 10px;
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
body.itemid-221 .bloc-article-intro, body.itemid-289 .bloc-article-intro {
  margin-bottom: 60px;
}
body.itemid-221 .bloc-article-intro .location-name, body.itemid-289 .bloc-article-intro .location-name {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 18px;
}
body.itemid-221 .store-location-detail-container h3, body.itemid-289 .store-location-detail-container h3 {
  margin-top: 20px;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 18px;
}
body.itemid-221 .store-location-detail-container .location-box, body.itemid-289 .store-location-detail-container .location-box {
  margin-bottom: 40px;
}
body.itemid-221 .store-location-detail-container .location-address, body.itemid-289 .store-location-detail-container .location-address {
  font-size: 18px;
  line-height: 1.5;
}
body.itemid-221 .store-location-detail-container .location-description, body.itemid-289 .store-location-detail-container .location-description {
  margin: 20px 0;
}
body.itemid-221 .store-location-detail-container .list-img, body.itemid-289 .store-location-detail-container .list-img {
  position: relative;
  top: 22px;
  margin-left: auto;
  width: 692px;
  height: 475px;
  outline: 17px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
body.itemid-221 .store-location-detail-container .list-img .list-img-item, body.itemid-289 .store-location-detail-container .list-img .list-img-item {
  position: absolute;
  background-size: cover;
  background-position: center center;
}
body.itemid-221 .store-location-detail-container .list-img .list-img-item.list-img-item-0, body.itemid-289 .store-location-detail-container .list-img .list-img-item.list-img-item-0 {
  width: 268px;
  height: 475px;
  top: 0;
  left: 0;
}
body.itemid-221 .store-location-detail-container .list-img .list-img-item.list-img-item-1, body.itemid-221 .store-location-detail-container .list-img .list-img-item.list-img-item-2, body.itemid-289 .store-location-detail-container .list-img .list-img-item.list-img-item-1, body.itemid-289 .store-location-detail-container .list-img .list-img-item.list-img-item-2 {
  width: 406px;
  height: 230px;
}
body.itemid-221 .store-location-detail-container .list-img .list-img-item.list-img-item-1, body.itemid-289 .store-location-detail-container .list-img .list-img-item.list-img-item-1 {
  top: 0;
  right: 0;
}
body.itemid-221 .store-location-detail-container .list-img .list-img-item.list-img-item-2, body.itemid-289 .store-location-detail-container .list-img .list-img-item.list-img-item-2 {
  right: 0;
  bottom: 0;
}

body.itemid-289 .container-content-header {
  background-position: center center;
  background-size: 100% auto;
  background-attachment: scroll;
}

.gmap-infobox-open.view-location #headerMap {
  margin-top: 120px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.analystes [class*=col-] {
  margin-top: 20px;
  margin-bottom: 20px;
}

body.itemid-226 .container-content .col-content .btn.btn-default, body.itemid-226 .container-content .col-content body.itemid-231 #form-afiltre .btn, body.itemid-231 #form-afiltre body.itemid-226 .container-content .col-content .btn {
  margin-top: 40px;
}
body.itemid-226 .container-content .col-content .btn.btn-default:first-child, body.itemid-226 .container-content .col-content body.itemid-231 #form-afiltre .btn:first-child, body.itemid-231 #form-afiltre body.itemid-226 .container-content .col-content .btn:first-child {
  margin-right: 42px;
}
body.itemid-226 .layout-content-lg .bloc-article-intro {
  margin-bottom: 60px;
}
body.itemid-226 .layout-content-lg .bloc-article-intro h3 {
  font-size: 18px;
}
body.itemid-226 .layout-content-lg .bloc-article-intro a {
  margin-top: 0;
  text-transform: uppercase;
}
body.itemid-226 .layout-content-lg .bloc-article-intro ul {
  list-style: none;
  padding: 0;
}
body.itemid-226 .layout-content-lg .rapport-financier-listing {
  margin-bottom: 60px;
}
body.itemid-226 .layout-content-lg .rapport-financier-listing h2 {
  margin-bottom: 40px;
  padding-bottom: 14px;
  font-size: 24px;
  border-bottom: 1px solid #999999;
}
body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre {
  font-size: 18px;
}
body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-trimestriel-listing p.rapport-financier-titre {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-trimestriel-listing li {
  margin-bottom: 20px;
}
body.itemid-226 .layout-content-lg .item-pagination.hidden-pagination {
  display: none;
}
body.itemid-226 .document-financier-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.itemid-226 .document-financier-header-btns:before, body.itemid-226 .document-financier-header-btns:after {
  content: " ";
  display: table;
}
body.itemid-226 .document-financier-header-btns:after {
  clear: both;
}
body.itemid-226 .document-financier-header-btns .btn {
  float: left;
  display: table;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 93px;
}
body.itemid-226 .document-financier-header-btns .btn__text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
body.itemid-226 .document-financier-header-btns small {
  display: block;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
}

body.itemid-227 h3 {
  font-size: 18px;
}

body.itemid-229 .layout-content-lg h2:first-child {
  margin-top: 0;
}
body.itemid-229 h2 {
  margin-top: 60px;
}
body.itemid-229 h3 {
  margin-top: 30px;
  font-weight: normal;
  font-size: 18px;
}

.conseil-administration-tableau-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.conseil-administration-tableau-container table {
  width: 100%;
}

.rapport-financier-annuel-listing {
  margin-top: 800px;
}
@media screen and (min-width: 404px) {
  .rapport-financier-annuel-listing {
    margin-top: 700px;
  }
}
@media screen and (min-width: 439px) {
  .rapport-financier-annuel-listing {
    margin-top: 630px;
  }
}
@media screen and (min-width: 578px) {
  .rapport-financier-annuel-listing {
    margin-top: 420px;
  }
}
@media screen and (min-width: 893px) {
  .rapport-financier-annuel-listing {
    margin-top: 350px;
  }
}
@media screen and (min-width: 991px) {
  .rapport-financier-annuel-listing {
    margin-top: 430px;
  }
}
@media screen and (min-width: 1210px) {
  .rapport-financier-annuel-listing {
    margin-top: 315px;
  }
}
@media screen and (min-width: 1788px) {
  .rapport-financier-annuel-listing {
    margin-top: 100px;
  }
}

body.itemid-234 .layout-header-lg .container-content .categorie-sous-menu .categorie-sous-menu-container {
  width: 470px;
  max-width: 470px;
}
body.itemid-234 .carriere-section-listing {
  padding: 46px 0;
  background-color: #353535;
  color: #ffffff;
}
body.itemid-234 .carriere-section-listing h3 {
  /* todo - uncomment margin-bottom when the client wants the job offers back */
  color: white;
  font-weight: bold;
  font-size: 40px;
  /* todo - remove text center when the client wants the job offers back */
  text-align: center;
}
body.itemid-234 .carriere-section-listing h5 {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
body.itemid-234 .carriere-section-listing ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
  color: #cecece;
}
body.itemid-234 .carriere-section-listing .btn.btn-primary {
  margin-top: 60px;
}
body.itemid-234 .carriere-section-benefice {
  padding: 100px 0;
}
body.itemid-234 .section-carriere-bas-page {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #353535;
}
body.itemid-234 .section-carriere-bas-page .row {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body.itemid-234 .section-carriere-bas-page .col-content, body.itemid-234 .section-carriere-bas-page .col-image {
  display: table-cell;
  float: none;
  padding: 0;
}
body.itemid-234 .section-carriere-bas-page .col-content {
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  color: #cecece;
  line-height: 1.5;
}
body.itemid-234 .section-carriere-bas-page .col-content .col-content-text {
  width: 520px;
  margin: 0 auto;
  text-align: left;
}
body.itemid-234 .section-carriere-bas-page .col-content .col-content-text h3 {
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
  font-size: 30px;
}
body.itemid-234 .section-carriere-bas-page .col-content .col-content-text .btn.btn-primary {
  margin-top: 90px;
}
body.itemid-234 .section-carriere-bas-page img {
  min-width: 100%;
}
body.itemid-234 .text-circle-fabricant p {
  font-size: 14px;
}

body.itemid-231 .newsflash-grille h4, body.itemid-231 .newsflash-grille body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.itemid-231 .newsflash-grille h3, body.itemid-231 .newsflash-grille body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.itemid-231 .newsflash-grille p.rapport-financier-titre {
  margin-bottom: 16px;
  text-transform: none;
  line-height: 1.25;
}
body.itemid-231 .newsflash-grille .itemInfos {
  font-weight: bold;
  text-transform: uppercase;
}
body.itemid-231 .newsflash-grille strong {
  text-transform: uppercase;
  font-size: 12px;
  display: inline;
}
body.itemid-231 .bloc-article-intro {
  margin-bottom: 60px;
}
body.itemid-231 .row-communique-presse-header {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.itemid-231 .row-communique-presse-header .form-control {
  width: 160px;
  display: inline-block;
  padding-top: 10px;
  border: 3px solid #fba300;
  background-color: #ffffff;
}
body.itemid-231 .row-communique-presse-header label {
  margin-right: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
body.itemid-231 .row-communique-presse-header .year-v {
  padding-top: 8px;
}
body.itemid-231 #form-afiltre .btn {
  margin: 40px auto 100px;
  display: block;
}

body.itemid-232 .evenement-nouvelle-listing, body.itemid-233 .evenement-nouvelle-listing {
  position: relative;
  z-index: 1;
}
body.itemid-232 .evenement-nouvelle-listing img.img-responsive, body.itemid-233 .evenement-nouvelle-listing img.img-responsive {
  display: block;
  margin-bottom: 10px;
  height: 170px;
  max-height: 170px;
}
body.itemid-232 .evenement-nouvelle-listing .mod-articles-category-date, body.itemid-233 .evenement-nouvelle-listing .mod-articles-category-date {
  font-weight: bold;
}

.media-gallery {
  background-color: #353535;
  padding: 45px 0 120px 0;
  border-bottom: solid 1px #cecece;
}
.media-gallery .row {
  margin-left: -5px;
  margin-right: -5px;
}
.media-gallery [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.media-gallery__title {
  font-weight: 300;
  color: #fff;
  margin-bottom: 26px;
}

.media-gallery__zoom {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.media-gallery__zoom-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.media-gallery__zoom-close {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  width: 64px;
  height: auto;
  right: 20px;
  top: 20px;
}

.media-gallery__image {
  padding-bottom: 56.25%;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-size: cover;
  background-position: center;
}
.media-gallery__image:hover {
  opacity: 0.75;
}
.media-gallery__image:after {
  content: "";
  background-image: url("../images/icons/plus.png");
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.media-gallery__zoom-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.media-gallery__zoom-legend {
  background: #353535;
  padding: 25px;
  color: white;
}
.media-gallery__zoom-legend > .container {
  position: relative;
}
.media-gallery__zoom-legend > .container:after {
  display: block;
  content: " ";
  top: -25px;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border-style: solid;
  border-width: 20px;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #353535;
  position: absolute;
}

.media-gallery__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.media-gallery__item {
  margin-bottom: 10px;
}

.media-gallery__rows .row:first-child .media-gallery__item:nth-child(2) .media-gallery__image, .media-gallery__rows .row:first-child .media-gallery__item:nth-child(3) .media-gallery__image {
  padding-bottom: 55.7%;
}

body.itemid-291 {
  overflow-x: visible;
}
body.itemid-291 h2, body.itemid-291 h3 {
  width: 520px;
  margin: 0 auto;
}
body.itemid-291 h2:not(#cc--main h2) {
  width: 552px;
  padding-bottom: 1px;
}
body.itemid-291 h3:not(#cc--main h3) {
  margin-bottom: 3px;
}
body.itemid-291 .layout-default-content {
  padding-bottom: 400px;
  border-bottom: 17px solid #ffffff;
}
body.itemid-291 .underline {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999999;
}
body.itemid-291 .row {
  width: 100%;
  display: table;
}
body.itemid-291 .col-form-container, body.itemid-291 .col-contact-container {
  display: table-cell;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
body.itemid-291 .col-contact-content {
  width: 520px;
  margin: 0 auto;
  text-align: left;
}
body.itemid-291 .col-contact-content strong:not(#cc--main strong) {
  font-size: 18px;
}
body.itemid-291 .col-contact-content .btn.btn-default, body.itemid-291 .col-contact-content body.itemid-231 #form-afiltre .btn, body.itemid-231 #form-afiltre body.itemid-291 .col-contact-content .btn {
  margin-top: 40px;
}
body.itemid-291 .col-form-container .header-container {
  margin-left: 32px;
}
body.itemid-291 .section-contact-form {
  background-color: #353535;
}
body.itemid-291 .section-contact-form .section-contact-form-header-text {
  padding-bottom: 36px;
  background-color: #ffffff;
}
body.itemid-291 .section-contact-form p:not(#cc--main p) {
  width: 520px;
  margin: 0 auto;
  font-size: 18px;
  background-color: #ffffff;
}
body.itemid-291 .section-contact-form .success-uniform {
  margin-top: 40px;
}
body.itemid-291 .section-contact-form .success-uniform p {
  padding: 0;
  color: #ffffff;
  background-color: transparent;
}
body.itemid-291 .section-contact-form form:not(#cc--main form) {
  width: 520px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
}
body.itemid-291 .section-contact-form form:not(#cc--main form) label {
  font-size: 18px;
}
body.itemid-291 .section-contact-form form:not(#cc--main form) input, body.itemid-291 .section-contact-form form:not(#cc--main form) textarea {
  width: 100%;
  padding: 10px 12px;
  background-color: #cccccc;
  border: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
body.itemid-291 .section-contact-form form:not(#cc--main form) input:focus, body.itemid-291 .section-contact-form form:not(#cc--main form) input:active, body.itemid-291 .section-contact-form form:not(#cc--main form) textarea:focus, body.itemid-291 .section-contact-form form:not(#cc--main form) textarea:active {
  background-color: #ffffff;
  outline: 0;
}
body.itemid-291 .section-contact-form form:not(#cc--main form) select {
  width: 100%;
  padding: 14px 10px 13px;
  background: #cecece url(/images/icons/select-arrow-down.png) no-repeat 98% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
body.itemid-291 .section-contact-form form:not(#cc--main form) select::-ms-expand {
  display: none;
}
body.itemid-291 .section-contact-form form:not(#cc--main form) select:focus, body.itemid-291 .section-contact-form form:not(#cc--main form) select:active {
  background-color: #ffffff;
  outline: 0;
}
body.itemid-291 .section-contact-form form:not(#cc--main form) .btn.btn-primary {
  margin-top: 20px;
}
body.itemid-291 .item-image {
  display: block;
  position: absolute;
  bottom: -15%;
  border: 17px solid #ffffff;
  z-index: -1;
}
body.itemid-291 .item-image img:not(#cc--main img) {
  max-width: 100%;
}

body.itemid-222 h2:not(#cc--main h2) {
  margin-top: 60px;
}
body.itemid-296 h2:not(#cc--main h2) {
  margin-top: 60px;
}
body.itemid-296 h3:not(#cc--main h3) {
  margin-top: 60px;
}

body.itemid-205 h1:not(#cc--main h1) {
  padding-top: 50px;
  color: #fba300;
}
body.itemid-205 .controls input[type=radio] {
  margin-right: 6px !important;
}

body.itemid-231 .content-links {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  body.itemid-289 .store-location-detail-container .list-img {
    float: none;
    margin: 0 auto;
  }
  #header-container .sub-header {
    position: absolute;
    border-bottom: 0;
    z-index: 1;
  }
  #header-container .sub-header .sub-header-modules-left {
    display: none;
  }
  #header-container .sub-header .sub-header-modules-right {
    display: none;
  }
  #header-container .sub-header .brand-logo {
    position: absolute;
    top: 0;
    left: 30px;
  }
  #header-container .sub-header .brand-logo img {
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header-container .header .container {
    width: 100%;
  }
  #header-container .navbar-default {
    margin-top: 0;
  }
  #header-container .navbar-collapse {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 2;
    right: -100%;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    background-color: #353535;
    padding: 28px 0;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    margin: 0;
  }
  #header-container .navbar-collapse.in {
    right: 0;
  }
  #header-container .navbar-collapse a {
    letter-spacing: 3px;
  }
  #header-container .navbar-collapse .navbar-collapse-header, #header-container .navbar-collapse .navbar-collapse-header-search {
    margin-bottom: 30px;
    color: #ffffff;
  }
  #header-container .navbar-collapse .navbar-collapse-header:first-child, #header-container .navbar-collapse .navbar-collapse-header-search:first-child {
    margin-bottom: 0;
  }
  #header-container .navbar-collapse .navbar-collapse-header a, #header-container .navbar-collapse .navbar-collapse-header-search a {
    letter-spacing: 3px;
  }
  #header-container .navbar-collapse .navbar-collapse-header a:hover, #header-container .navbar-collapse .navbar-collapse-header a:focus, #header-container .navbar-collapse .navbar-collapse-header a:active, #header-container .navbar-collapse .navbar-collapse-header-search a:hover, #header-container .navbar-collapse .navbar-collapse-header-search a:focus, #header-container .navbar-collapse .navbar-collapse-header-search a:active {
    border-bottom-color: transparent;
  }
  #header-container .navbar-collapse .navbar-collapse-header #mobile-menu-close-btn, #header-container .navbar-collapse .navbar-collapse-header #mobile-menu-search-btn, #header-container .navbar-collapse .navbar-collapse-header-search #mobile-menu-close-btn, #header-container .navbar-collapse .navbar-collapse-header-search #mobile-menu-search-btn {
    position: relative;
    top: -12px;
    font-size: 40px;
    color: #ffffff;
  }
  #header-container .navbar-collapse .navbar-collapse-header #mobile-menu-close-btn .icon-cancel:before, #header-container .navbar-collapse .navbar-collapse-header-search #mobile-menu-close-btn .icon-cancel:before {
    margin: 0;
    width: auto;
  }
  #header-container .navbar-collapse .navbar-collapse-header #mobile-menu-search-btn, #header-container .navbar-collapse .navbar-collapse-header-search #mobile-menu-search-btn {
    font-size: 30px;
  }
  #header-container .navbar-collapse .navbar-collapse-header .search, #header-container .navbar-collapse .navbar-collapse-header-search .search {
    overflow: hidden;
    width: 0;
    height: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  #header-container .navbar-collapse .navbar-collapse-header .search.open, #header-container .navbar-collapse .navbar-collapse-header-search .search.open {
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #fba300;
  }
  #header-container .navbar-collapse .mod-languages li.lang-active a {
    color: #ffffff;
  }
  #header-container .navbar-collapse .mod-languages li a {
    font-size: 14px;
    color: #818181;
  }
  #header-container .navbar-default .navbar-nav {
    margin: 0 -15px;
  }
  #header-container .navbar-default .navbar-nav > li {
    display: block;
    clear: both;
  }
  #header-container .navbar-default .navbar-nav > li.active a {
    border-bottom: 4px solid #fba300;
  }
  #header-container .navbar-default .navbar-nav > li > a {
    display: inline-block;
    margin: 12px 0;
    padding-bottom: 3px;
    font-size: 21px;
    color: #ffffff;
  }
  #header-container .navbar-default .navbar-nav > li > a:focus, #header-container .navbar-default .navbar-nav > li > a:hover, #header-container .navbar-default .navbar-nav > li > a:active {
    color: #ffffff;
  }
  #header-container .navbar-default .navbar-nav > li.active .dropdown-menu {
    display: block;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background-color: #353535;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu .item-289 {
    display: none;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li {
    text-align: center;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li.current.active a {
    color: #ffffff;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li > a {
    display: inline-block;
    color: #818181;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: none;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    border: none;
    color: #ffffff;
    background-color: transparent;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > .active > a, #header-container .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, #header-container .navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
    background-color: transparent;
  }
  .row-equipe-direction {
    display: block !important;
  }
  .row-equipe-direction .col-equipe-direction {
    display: block !important;
    float: left !important;
    min-height: 460px !important;
  }
  .container-content-header h1 {
    width: 100%;
  }
  .layout-header-lg {
    top: 62px;
    margin-bottom: 62px;
  }
  .footer-signature {
    border-left: none;
  }
  .copymade {
    margin-top: 50px;
  }
  .copymade .logo-dark {
    display: block;
    margin-bottom: 16px;
  }
  .layout-header-lg .container-content .categorie-sous-menu {
    margin-left: -15px;
  }
  .layout-header-lg .container-content .categorie-sous-menu .nav .separator {
    margin-top: 30px;
  }
  .layout-header-lg .container-content .categorie-sous-menu .categorie-sous-menu-container {
    max-width: auto;
    margin: 0;
  }
  .navbar-header {
    float: right;
  }
  .navbar-header .navbar-toggle {
    display: block;
  }
  .itemid-211 .layout-content-lg {
    top: 75px;
  }
  .layout-header-lg .container-content .categorie-sous-menu {
    margin-left: 0;
  }
  body.itemid-211 .text-circle-container {
    position: absolute;
    top: calc(100vh + 150px);
    z-index: 9;
    width: 200px;
    left: 25%;
    margin-left: -100px;
  }
  body.itemid-211 .text-circle-container .content-circle:first-child {
    margin-bottom: 50px;
  }
  body.itemid-214 .layout-header-lg .col-content,
  body.itemid-225 .layout-header-lg .col-content,
  body.itemid-226 .layout-header-lg .col-content,
  body.itemid-231 .layout-header-lg .col-content,
  body.itemid-232 .layout-header-lg .col-content,
  body.itemid-233 .layout-header-lg .col-content {
    margin-bottom: 0;
  }
  body.itemid-226 .layout-header-lg {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  #header-container {
    position: absolute;
  }
  .btn {
    font-size: 16px;
    padding: 14px 40px;
  }
  a.btn-read-more, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a, body.itemid-226 .layout-content-lg .bloc-article-intro a {
    font-size: 16px;
  }
  .container {
    width: auto;
  }
  .footer-signature p {
    font-size: 16px;
  }
  .infolettre-inscription {
    line-height: 0;
  }
  .infolettre-inscription .container {
    width: auto;
  }
  .infolettre-inscription label {
    line-height: 1;
  }
  body.itemid-101.lang-fr h1, body.itemid-101.lang-en h1 {
    font-size: 32px !important;
  }
  body.itemid-101.lang-fr .acceuil-top-container, body.itemid-101.lang-en .acceuil-top-container {
    height: 100vh;
  }
  body.itemid-101.lang-fr .acceuil-top-container h2, body.itemid-101.lang-en .acceuil-top-container h2 {
    font-size: 26px;
  }
  body.itemid-101.lang-fr .acceuil-top-container h2 strong, body.itemid-101.lang-en .acceuil-top-container h2 strong {
    font-size: 40px;
  }
  body.itemid-101.lang-fr .acceuil-top-container .acceuil-top-container-masque, body.itemid-101.lang-en .acceuil-top-container .acceuil-top-container-masque {
    height: 100vh;
  }
  body.itemid-101.lang-fr .item-page, body.itemid-101.lang-en .item-page {
    margin-top: 0;
  }
  body.itemid-101.lang-fr .item-page .col-accueil-content, body.itemid-101.lang-en .item-page .col-accueil-content {
    background-color: #050b11;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.itemid-101.lang-fr .item-page .col-accueil-content p, body.itemid-101.lang-en .item-page .col-accueil-content p {
    padding-right: 0;
    font-size: 18px;
  }
  body.itemid-101.lang-fr .item-page .col-accueil-image-intro, body.itemid-101.lang-en .item-page .col-accueil-image-intro {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    max-height: 220px;
    height: 220px;
    position: relative;
  }
  body.itemid-101.lang-fr .item-page .col-accueil-image-intro .img-absolute.img-moveonscroll, body.itemid-101.lang-en .item-page .col-accueil-image-intro .img-absolute.img-moveonscroll {
    width: 100%;
    max-height: 220px;
    height: 220px;
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body.itemid-101.lang-fr .item-page .img-absolute.img-moveonscroll, body.itemid-101.lang-en .item-page .img-absolute.img-moveonscroll {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    position: static;
  }
  body.itemid-101.lang-fr .row-accueil-press-release, body.itemid-101.lang-en .row-accueil-press-release {
    padding-top: 20px;
    padding-bottom: 0;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-carriere-container h3,
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container h3, body.itemid-101.lang-en .moduletable.acceuil-carriere-container h3,
  body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container h3 {
    font-size: 32px;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-carriere-container h4, body.itemid-101.lang-fr .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.itemid-101.lang-fr .moduletable.acceuil-carriere-container h3, body.itemid-101.lang-fr .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.itemid-101.lang-fr .moduletable.acceuil-carriere-container p.rapport-financier-titre,
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container h4,
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .bloc-article-intro h3,
  body.itemid-226 .layout-content-lg .bloc-article-intro body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container h3,
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre,
  body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container p.rapport-financier-titre, body.itemid-101.lang-en .moduletable.acceuil-carriere-container h4, body.itemid-101.lang-en .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.itemid-101.lang-en .moduletable.acceuil-carriere-container h3, body.itemid-101.lang-en .moduletable.acceuil-carriere-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.itemid-101.lang-en .moduletable.acceuil-carriere-container p.rapport-financier-titre,
  body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container h4,
  body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .bloc-article-intro h3,
  body.itemid-226 .layout-content-lg .bloc-article-intro body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container h3,
  body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre,
  body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container p.rapport-financier-titre {
    margin-bottom: 0;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-carriere-container .col-accueil-carriere-content,
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .col-accueil-carriere-content, body.itemid-101.lang-en .moduletable.acceuil-carriere-container .col-accueil-carriere-content,
  body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .col-accueil-carriere-content {
    padding-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-carriere-container .bloc-article-intro,
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .bloc-article-intro, body.itemid-101.lang-en .moduletable.acceuil-carriere-container .bloc-article-intro,
  body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .bloc-article-intro {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-carriere-container .moduletable,
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .moduletable, body.itemid-101.lang-en .moduletable.acceuil-carriere-container .moduletable,
  body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .moduletable {
    margin-top: 40px;
  }
  body.itemid-101.lang-fr .separateur-img .bg-img, body.itemid-101.lang-en .separateur-img .bg-img {
    height: 360px;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container h3, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container h3 {
    font-size: 24px;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container h4, body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container h3, body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container p.rapport-financier-titre, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container h4, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .bloc-article-intro h3, body.itemid-226 .layout-content-lg .bloc-article-intro body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container h3, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing p.rapport-financier-titre, body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container p.rapport-financier-titre {
    font-size: 18px;
    font-weight: bold;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .bloc-article-intro, body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .moduletable, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .bloc-article-intro, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .moduletable {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray {
    display: block;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .row-infolettre-inscription, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .row-infolettre-inscription {
    position: static;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .row-infolettre-inscription form, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .row-infolettre-inscription form {
    width: 100%;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .col-sm-6, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .col-sm-6 {
    display: block;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .col-img-container, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .col-img-container {
    display: none !important;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .col-img-container img, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .col-img-container img {
    display: none;
  }
  body.itemid-101.lang-fr .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info img, body.itemid-101.lang-en .moduletable.acceuil-rapport-financier-container .col-accueil-stock-info img {
    float: none;
    margin-top: 30px;
  }
  body.itemid-221 .mod-border-spacer, body.itemid-289 .mod-border-spacer {
    border-left: 0;
    border-right: 0;
  }
  body.itemid-221 .layout-default-content, body.itemid-289 .layout-default-content {
    padding-left: 0;
    padding-right: 0;
  }
  body.itemid-221 .store-location-detail-container, body.itemid-289 .store-location-detail-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.itemid-221 .store-location-detail-container .list-img, body.itemid-289 .store-location-detail-container .list-img {
    position: static;
    width: auto;
    height: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
  body.itemid-221 .store-location-detail-container .list-img .list-img-item, body.itemid-289 .store-location-detail-container .list-img .list-img-item {
    position: static;
    width: auto !important;
    height: auto !important;
  }
  body.itemid-226 .document-financier-header-btns {
    text-align: center;
  }
  body.itemid-226 .layout-content-lg .rapport-financier-listing {
    margin-bottom: 0;
  }
  body.itemid-226 .layout-content-lg .rapport-financier-listing.rapport-financier-annuel-listing {
    margin-bottom: 60px;
  }
  body.itemid-225 .row-equipe-direction {
    margin-top: 0;
  }
  body.itemid-231 .row-communique-presse-header label {
    display: block;
  }
  body.itemid-231 .row-communique-presse-header .year-v {
    padding-top: 34px;
  }
  .evenement-nouvelle-listing .bloc-article-intro {
    margin-bottom: 30px;
  }
  body.itemid-234 .carriere-section-listing .moduletable {
    margin-bottom: 80px;
  }
  body.itemid-234 .carriere-section-benefice {
    padding: 50px 0;
  }
  body.itemid-234 .carriere-section-benefice .text-circle {
    display: block;
    margin: 50px auto;
  }
  body.itemid-234 .carriere-section-listing .btn.btn-primary {
    margin-top: 0;
  }
  body.itemid-234 .col-content {
    display: block;
    padding: 30px 15px;
  }
  body.itemid-234 .section-carriere-bas-page .row {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  body.itemid-234 .section-carriere-bas-page .row .col-content {
    display: block;
    padding: 30px 15px;
  }
  body.itemid-234 .section-carriere-bas-page .row .col-content .col-content-text {
    width: auto;
    margin: inherit;
    text-align: left;
    padding-left: 30px;
  }
  body.itemid-234 .section-carriere-bas-page .row .col-content .col-content-text .btn.btn-primary {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body.itemid-234 .section-carriere-bas-page .row .col-image {
    display: block;
    margin-right: -15px;
  }
  body.itemid-291 h2, body.itemid-291 h3 {
    width: auto;
  }
  body.itemid-291 .section-contact-form-header-text p {
    padding-left: 32px;
  }
  body.itemid-291 .row {
    display: block;
  }
  body.itemid-291 .row .col-form-container, body.itemid-291 .row .col-contact-container {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -30px;
  }
  body.itemid-291 .row .col-form-container .section-contact-form p, body.itemid-291 .row .col-contact-container .section-contact-form p {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.itemid-291 .row .col-form-container .col-contact-content, body.itemid-291 .row .col-contact-container .col-contact-content {
    width: auto;
  }
  body.itemid-291 .row .col-form-container {
    padding-left: 0;
    padding-right: 0;
  }
  body.itemid-291 .row .col-form-container form {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.itemid-291 .row .col-contact-container {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.itemid-291 .jsn-master .jsn-input-mini-fluid,
  body.itemid-291 .jsn-master .jsn-input-small-fluid,
  body.itemid-291 .jsn-master .jsn-input-medium-fluid, body.itemid-291 .jsn-master .jsn-input-xlarge-fluid, body.itemid-291 .jsn-master .jsn-input-fluid, body.itemid-291 .jsn-master .jsn-columns-container.jsn-columns-count-two .jsn-column-item, body.itemid-291 .jsn-master .jsn-columns-container.jsn-columns-count-three .jsn-column-item, body.itemid-291 .jsn-master .jsn-columns-container.jsn-columns-count-no .jsn-column-item, body.itemid-291 .jsn-master .jsn-bootstrap .input-small, body.itemid-291 .jsn-master .jsn-bootstrap .input-medium, body.itemid-291 .jsn-master .jsn-bootstrap .input-file, body.itemid-291 .jsn-master .jsn-bootstrap .jsn-column-item.jsn-uniform-others textarea.jsn-value-Others {
    width: 82% !important;
  }
  body.itemid-291 .item-image {
    position: static;
    bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 60px;
    border: 0;
  }
  body.itemid-291 .layout-default-content {
    border: 0;
    padding-bottom: 0;
  }
  .equipe-direction-fiche-detail {
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
  }
  .equipe-direction-fiche-detail .equipe-direction-fiche-detail-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    overflow-y: scroll;
    background-color: #353535;
  }
  .equipe-direction-fiche-detail .equipe-direction-fiche-detail-container .img-responsive {
    margin-top: 15px;
    max-height: 400px;
  }
  body.itemid-217 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-218 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-234 .layout-header-lg .container-img-fond .container-img-fond-top {
    height: 320px;
  }
  body.itemid-217 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-218 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-234 .layout-header-lg .container-content .categorie-sous-menu {
    height: 196px;
    padding: 0 30px;
  }
  body.itemid-217 .layout-header-lg .col-content, body.itemid-218 .layout-header-lg .col-content, body.itemid-234 .layout-header-lg .col-content {
    padding: 0 30px 30px;
  }
  body.itemid-217 .layout-header-lg .col-content h2, body.itemid-218 .layout-header-lg .col-content h2, body.itemid-234 .layout-header-lg .col-content h2 {
    margin-top: 30px;
  }
  #header-container .sub-header {
    position: absolute;
    border-bottom: 0;
    z-index: 1;
  }
  #header-container .sub-header .sub-header-modules-left {
    display: none;
  }
  #header-container .sub-header .sub-header-modules-right {
    display: none;
  }
  #header-container .sub-header .brand-logo {
    position: absolute;
    top: 0;
    left: 30px;
  }
  #header-container .sub-header .brand-logo img {
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header-container .header .container {
    width: 100%;
  }
  #header-container .navbar-default {
    margin-top: 0;
  }
  #header-container .navbar-collapse {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 2;
    right: -100%;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    background-color: #353535;
    padding: 28px 0;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    margin: 0;
  }
  #header-container .navbar-collapse.in {
    right: 0;
  }
  #header-container .navbar-collapse a {
    letter-spacing: 3px;
  }
  #header-container .navbar-collapse .navbar-collapse-header, #header-container .navbar-collapse .navbar-collapse-header-search {
    margin-bottom: 30px;
    color: #ffffff;
  }
  #header-container .navbar-collapse .navbar-collapse-header:first-child, #header-container .navbar-collapse .navbar-collapse-header-search:first-child {
    margin-bottom: 0;
  }
  #header-container .navbar-collapse .navbar-collapse-header a, #header-container .navbar-collapse .navbar-collapse-header-search a {
    letter-spacing: 3px;
  }
  #header-container .navbar-collapse .navbar-collapse-header a:hover, #header-container .navbar-collapse .navbar-collapse-header a:focus, #header-container .navbar-collapse .navbar-collapse-header a:active, #header-container .navbar-collapse .navbar-collapse-header-search a:hover, #header-container .navbar-collapse .navbar-collapse-header-search a:focus, #header-container .navbar-collapse .navbar-collapse-header-search a:active {
    border-bottom-color: transparent;
  }
  #header-container .navbar-collapse .navbar-collapse-header #mobile-menu-close-btn, #header-container .navbar-collapse .navbar-collapse-header #mobile-menu-search-btn, #header-container .navbar-collapse .navbar-collapse-header-search #mobile-menu-close-btn, #header-container .navbar-collapse .navbar-collapse-header-search #mobile-menu-search-btn {
    position: relative;
    top: -12px;
    font-size: 40px;
    color: #ffffff;
  }
  #header-container .navbar-collapse .navbar-collapse-header #mobile-menu-close-btn .icon-cancel:before, #header-container .navbar-collapse .navbar-collapse-header-search #mobile-menu-close-btn .icon-cancel:before {
    margin: 0;
    width: auto;
  }
  #header-container .navbar-collapse .navbar-collapse-header #mobile-menu-search-btn, #header-container .navbar-collapse .navbar-collapse-header-search #mobile-menu-search-btn {
    font-size: 30px;
  }
  #header-container .navbar-collapse .navbar-collapse-header .search, #header-container .navbar-collapse .navbar-collapse-header-search .search {
    overflow: hidden;
    width: 0;
    height: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  #header-container .navbar-collapse .navbar-collapse-header .search.open, #header-container .navbar-collapse .navbar-collapse-header-search .search.open {
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #fba300;
  }
  #header-container .navbar-collapse .mod-languages li.lang-active a {
    color: #ffffff;
  }
  #header-container .navbar-collapse .mod-languages li a {
    font-size: 14px;
    color: #818181;
  }
  #header-container .navbar-default .navbar-nav {
    margin: 0 -15px;
  }
  #header-container .navbar-default .navbar-nav > li {
    display: block;
    clear: both;
  }
  #header-container .navbar-default .navbar-nav > li.active a {
    border-bottom: 4px solid #fba300;
  }
  #header-container .navbar-default .navbar-nav > li > a {
    display: inline-block;
    margin: 12px 0;
    padding-bottom: 3px;
    font-size: 21px;
    color: #ffffff;
  }
  #header-container .navbar-default .navbar-nav > li > a:focus, #header-container .navbar-default .navbar-nav > li > a:hover, #header-container .navbar-default .navbar-nav > li > a:active {
    color: #ffffff;
  }
  #header-container .navbar-default .navbar-nav > li.active .dropdown-menu {
    display: block;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background-color: #353535;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu .item-289 {
    display: none;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li {
    text-align: center;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li.current.active a {
    color: #ffffff;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li > a {
    display: inline-block;
    color: #818181;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: none;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    border: none;
    color: #ffffff;
    background-color: transparent;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > .active > a, #header-container .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, #header-container .navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
    background-color: transparent;
  }
  .row-equipe-direction {
    display: block !important;
  }
  .row-equipe-direction .col-equipe-direction {
    display: block !important;
    float: left !important;
    min-height: 460px !important;
  }
  .container-content-header h1 {
    width: 100%;
  }
  .layout-header-lg {
    top: 62px;
    margin-bottom: 62px;
  }
  .footer-signature {
    border-left: none;
  }
  .copymade {
    margin-top: 50px;
  }
  .copymade .logo-dark {
    display: block;
    margin-bottom: 16px;
  }
  .layout-header-lg .container-content .categorie-sous-menu {
    margin-left: -15px;
  }
  .layout-header-lg .container-content .categorie-sous-menu .nav .separator {
    margin-top: 30px;
  }
  .layout-header-lg .container-content .categorie-sous-menu .categorie-sous-menu-container {
    max-width: auto;
    margin: 0;
  }
  .layout-header-lg h1 {
    font-size: 35px;
  }
  .layout-header-lg .container-content {
    position: absolute;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    top: auto;
  }
  .layout-header-lg .container-content .col-content {
    padding: 0 30px;
    padding-bottom: 48px;
    min-height: auto;
    margin-top: 0;
  }
  .layout-header-lg .container-img-fond {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
  .layout-header-lg .container-img-fond .col-content {
    margin: 0;
  }
  .layout-header-lg .container-img-fond .container-img-fond-top {
    background-position: center center;
  }
  .layout-default-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-img-fond-bottom {
    background-size: cover;
    background-position: center center;
  }
  .container-content-header {
    margin-top: -44px;
    border-left: 0;
    border-right: 0;
  }
  .container-content-header h1 {
    font-size: 46px;
  }
  body.page-historique .moduletable.module-histoire, body.itemid-212 .moduletable.module-histoire {
    padding: 80px 0;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row, body.itemid-212 .moduletable.module-histoire .module-histoire-row {
    margin-top: 120px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:first-child, body.itemid-212 .moduletable.module-histoire .module-histoire-row:first-child {
    margin-top: 0;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row h3, body.itemid-212 .moduletable.module-histoire .module-histoire-row h3 {
    text-align: center;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row p, body.itemid-212 .moduletable.module-histoire .module-histoire-row p {
    width: auto;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row .separator, body.itemid-212 .moduletable.module-histoire .module-histoire-row .separator {
    display: none;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row .mod-histoire-img-container, body.itemid-212 .moduletable.module-histoire .module-histoire-row .mod-histoire-img-container {
    margin: 0 auto;
    display: block;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd), body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) {
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd) .mod-histoire-img-container, body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd) .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) .mod-histoire-img-container, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) .module-histoire-content {
    float: none;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd) .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) .module-histoire-content {
    margin-left: 0;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even), body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) {
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even) .mod-histoire-img-container, body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even) .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) .mod-histoire-img-container, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) .module-histoire-content {
    float: none;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even) .module-histoire-content, body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) .module-histoire-content {
    margin-right: 0;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(odd), body.itemid-212 .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(odd) {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(even), body.itemid-212 .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(even) {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.page-historique .moduletable.module-histoire .container-bg-img, body.itemid-212 .moduletable.module-histoire .container-bg-img {
    height: 610px;
    background-size: auto 610px;
    background-attachment: initial;
  }
  body.itemid-211 .layout-content-lg, body.itemid-212 .layout-content-lg, body.itemid-213 .layout-content-lg, body.itemid-214 .layout-content-lg, body.itemid-216 .layout-content-lg, body.itemid-224 .layout-content-lg, body.itemid-225 .layout-content-lg, body.itemid-226 .layout-content-lg, body.itemid-227 .layout-content-lg, body.itemid-229 .layout-content-lg, body.itemid-306 .layout-content-lg {
    position: relative;
  }
  body.itemid-211 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-212 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-213 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-214 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-216 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-224 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-225 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-226 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-227 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-229 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-306 .layout-header-lg .container-img-fond .container-img-fond-top {
    height: 600px;
  }
  body.itemid-211 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-212 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-213 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-214 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-216 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-224 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-225 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-226 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-227 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-229 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-306 .layout-header-lg .container-content .categorie-sous-menu {
    height: calc(600px - 123px);
  }
  body.itemid-211 .text-circle-container, body.itemid-212 .text-circle-container, body.itemid-213 .text-circle-container, body.itemid-214 .text-circle-container, body.itemid-216 .text-circle-container, body.itemid-224 .text-circle-container, body.itemid-225 .text-circle-container, body.itemid-226 .text-circle-container, body.itemid-227 .text-circle-container, body.itemid-229 .text-circle-container, body.itemid-306 .text-circle-container {
    top: inherit !important;
    bottom: 0px !important;
  }
  body.itemid-211 .text-circle-container .content-circle, body.itemid-212 .text-circle-container .content-circle, body.itemid-213 .text-circle-container .content-circle, body.itemid-214 .text-circle-container .content-circle, body.itemid-216 .text-circle-container .content-circle, body.itemid-224 .text-circle-container .content-circle, body.itemid-225 .text-circle-container .content-circle, body.itemid-226 .text-circle-container .content-circle, body.itemid-227 .text-circle-container .content-circle, body.itemid-229 .text-circle-container .content-circle, body.itemid-306 .text-circle-container .content-circle {
    -webkit-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
  }
  body.itemid-211 .text-circle-container .content-circle:first-child, body.itemid-212 .text-circle-container .content-circle:first-child, body.itemid-213 .text-circle-container .content-circle:first-child, body.itemid-214 .text-circle-container .content-circle:first-child, body.itemid-216 .text-circle-container .content-circle:first-child, body.itemid-224 .text-circle-container .content-circle:first-child, body.itemid-225 .text-circle-container .content-circle:first-child, body.itemid-226 .text-circle-container .content-circle:first-child, body.itemid-227 .text-circle-container .content-circle:first-child, body.itemid-229 .text-circle-container .content-circle:first-child, body.itemid-306 .text-circle-container .content-circle:first-child {
    margin-bottom: -40px;
  }
  .itemid-214 .layout-header-lg .col-content, .itemid-225 .layout-header-lg .col-content {
    margin-bottom: 0;
  }
  .itemid-214 .layout-header-lg .container-content, .itemid-225 .layout-header-lg .container-content {
    position: relative;
  }
  .itemid-214 .layout-header-lg .container-img-fond, .itemid-225 .layout-header-lg .container-img-fond {
    position: absolute;
    top: 0;
  }
  .itemid-211 .container-img-fond-bottom {
    height: 530px;
  }
  .itemid-211 .layout-content-lg {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .itemid-211 .layout-content-lg .text-circle-container {
    left: 50%;
    margin-left: -135px;
    bottom: 50px;
  }
  body.itemid-231 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-232 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-233 .layout-header-lg .container-img-fond .container-img-fond-top {
    height: 480px;
  }
  body.itemid-231 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-232 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-233 .layout-header-lg .container-content .categorie-sous-menu {
    height: calc(480px - 123px);
  }
}
@media screen and (max-width: 790px) {
  .footer-signature .icon-social-media {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}
/* ----------- iPad mini ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body .layout-header-lg .container-content .categorie-sous-menu h1 {
    font-size: 48px;
  }
  body .container-content-header h1 {
    width: 100%;
    padding-left: 30px;
  }
  body .layout-header-lg .container-img-fond .container-img-fond-fixed {
    background-attachment: scroll;
  }
  body .container-content-header {
    background-attachment: scroll;
  }
  body .infolettre-inscription label {
    font-size: 13px;
  }
  body.page-accueil .item-page .col-accueil-content p {
    padding-right: 0;
  }
  body.page-accueil .moduletable.acceuil-rapport-financier-container .infolettre-inscription {
    padding-top: 0;
  }
  body .separateur-img .bg-img {
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center center;
  }
  body.itemid-212 .module-histoire {
    margin-top: 60px;
  }
  body.itemid-289 .store-location-detail-container .list-img, body.itemid-289.itemid-289 .store-location-detail-container .list-img {
    position: relative;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text {
    width: 320px;
    font-size: 14px;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text h3 {
    font-size: 28px !important;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text .btn.btn-primary {
    margin-top: 10px;
  }
  body.itemid-291 .col-contact-content {
    width: 260px;
  }
  body.itemid-291 h3 {
    width: 260px;
  }
}
/* ----------- iPad 1 and 2 ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body .layout-header-lg .container-content .categorie-sous-menu h1 {
    font-size: 48px;
  }
  body .container-content-header h1 {
    width: 100%;
    padding-left: 30px;
  }
  body .layout-header-lg .container-img-fond .container-img-fond-fixed {
    background-attachment: scroll;
  }
  body .container-content-header {
    background-attachment: scroll;
  }
  body .infolettre-inscription label {
    font-size: 13px;
  }
  body.page-accueil .item-page .col-accueil-content p {
    padding-right: 0;
  }
  body.page-accueil .moduletable.acceuil-rapport-financier-container .infolettre-inscription {
    padding-top: 0;
  }
  body .separateur-img .bg-img {
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center center;
  }
  body.itemid-212 .module-histoire {
    margin-top: 60px;
  }
  body.itemid-289 .store-location-detail-container .list-img, body.itemid-289.itemid-289 .store-location-detail-container .list-img {
    position: relative;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text {
    width: 320px;
    font-size: 14px;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text h3 {
    font-size: 28px !important;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text .btn.btn-primary {
    margin-top: 10px;
  }
  body.itemid-291 .col-contact-content {
    width: 260px;
  }
  body.itemid-291 h3 {
    width: 260px;
  }
}
/* ----------- iPad 3 and 4 ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  body .layout-header-lg .container-content .categorie-sous-menu h1 {
    font-size: 48px;
  }
  body .container-content-header h1 {
    width: 100%;
    padding-left: 30px;
  }
  body .layout-header-lg .container-img-fond .container-img-fond-fixed {
    background-attachment: scroll;
  }
  body .container-content-header {
    background-attachment: scroll;
  }
  body .infolettre-inscription label {
    font-size: 13px;
  }
  body.page-accueil .item-page .col-accueil-content p {
    padding-right: 0;
  }
  body.page-accueil .moduletable.acceuil-rapport-financier-container .infolettre-inscription {
    padding-top: 0;
  }
  body .separateur-img .bg-img {
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center center;
  }
  body.itemid-212 .module-histoire {
    margin-top: 60px;
  }
  body.itemid-289 .store-location-detail-container .list-img, body.itemid-289.itemid-289 .store-location-detail-container .list-img {
    position: relative;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text {
    width: 320px;
    font-size: 14px;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text h3 {
    font-size: 28px !important;
  }
  body.itemid-234 .section-carriere-bas-page .col-content .col-content-text .btn.btn-primary {
    margin-top: 10px;
  }
  body.itemid-291 .col-contact-content {
    width: 260px;
  }
  body.itemid-291 h3 {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .container-content-header h1 {
    font-size: 32px;
  }
  .footerMenu .nav > li > a, .footerMenu a {
    font-size: 16px;
  }
  .footerMenu .level-1 > a {
    margin-top: 20px;
    font-size: 16px;
  }
  .footer-signature {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .infolettre-inscription form {
    width: 100%;
  }
  .infolettre-inscription label {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  body.itemid-226 .document-financier-header-btns {
    text-align: center;
  }
  body.itemid-226 .document-financier-header-btns .btn {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  body.page-accueil .item-page .col-accueil-image-intro .img-absolute.img-moveonscroll {
    top: -340px;
  }
  body.page-accueil .item-page .row-accueil-press-release, body.page-accueil .item-page .row-accueil-nouvelle {
    padding-bottom: 0;
  }
  body.page-accueil .separateur-img .bg-img {
    background-position: center bottom;
    background-size: 250% auto;
    background-attachment: initial;
  }
  body.itemid-214 .layout-header-lg .container-img-fond .container-img-fond-top {
    background-position: 85% 100%;
  }
  .equipe-direction-fiche-detail .container {
    padding-top: 40px;
  }
  .equipe-direction-fiche-detail .fiche-detail-close-container {
    position: static;
    padding-top: 60px;
  }
  .equipe-direction-fiche-detail .fiche-detail-close-container a.fiche-detail-close {
    position: absolute;
    top: 36px;
    right: 20px;
  }
  body.itemid-213 .text-circle-container {
    left: 50%;
    -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
            transform: translateX(-60%);
  }
  body.itemid-217 .container-img-fond-bottom {
    background-position: left center;
  }
  body.itemid-218 .container-img-fond-bottom {
    background-position: 16% 100%;
  }
  body.itemid-211 .container-img-fond-bottom {
    background-position: 73% center;
    background-size: auto 100%;
  }
  body.itemid-291 .section-contact-form form {
    width: 120%;
  }
  body.itemid-212 .layout-header-lg .container-content .categorie-sous-menu {
    height: 467px;
  }
  body.itemid-212 .layout-header-lg .container-img-fond .container-img-fond-top {
    height: 591px;
  }
  body.itemid-212 .moduletable.module-histoire .container-bg-img {
    height: 300px;
    background-size: 100% auto;
  }
  body.itemid-231 .layout-header-lg .container-content .categorie-sous-menu .nav .separator, body.itemid-232 .layout-header-lg .container-content .categorie-sous-menu .nav .separator, body.itemid-233 .layout-header-lg .container-content .categorie-sous-menu .nav .separator {
    width: 196px;
  }
  body.itemid-234 .layout-header-lg .container-content .categorie-sous-menu h1 {
    width: 400px;
  }
  body.itemid-297 .container-content-header {
    background-position: left bottom;
  }
  body.itemid-289 .container-content-header {
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 320px) {
  #header-container .sub-header .brand-logo img {
    width: 200px;
  }
  #header-container .navbar-default .navbar-nav > li > a {
    margin: 0 2px;
    font-size: 12px;
  }
  #header-container .navbar-default .navbar-nav .dropdown-menu > li > a {
    font-size: 9px;
  }
  .layout-header-lg .container-content .categorie-sous-menu h1 {
    font-size: 30px;
  }
  .layout-header-lg .container-content .categorie-sous-menu {
    padding: 0 20px;
  }
  body.itemid-224 .categorie-sous-menu, body.itemid-225 .categorie-sous-menu, body.itemid-226 .categorie-sous-menu, body.itemid-227 .categorie-sous-menu, body.itemid-229 .categorie-sous-menu, body.itemid-306 .categorie-sous-menu {
    height: 560px;
  }
}
@media screen and (max-width: 420px) {
  .layout-header-lg .container-content .categorie-sous-menu {
    padding: 0 50px;
  }
  .layout-header-lg .container-content .categorie-sous-menu h1 {
    font-size: 32px;
  }
  body.itemid-101.lang-fr .acceuil-top-container h2 strong, body.itemid-101.lang-en .acceuil-top-container h2 strong {
    font-size: 26px;
  }
  body.itemid-101.lang-fr .acceuil-top-container h2, body.itemid-101.lang-en .acceuil-top-container h2 {
    font-size: 14px;
  }
  body.itemid-221 .container-content-header h1 {
    font-size: 32px;
  }
  #header-container .navbar-default .navbar-nav > li > a {
    margin: 4px 0;
    font-size: 16px;
  }
  #header-container .navbar-default .navbar-nav > li.active a {
    margin-bottom: 8px;
  }
  .sub-header .brand-logo img, body.header-invert .fixed-head .sub-header .brand-logo img {
    width: 200px;
  }
  #header-container .navbar-collapse {
    overflow: auto;
    width: calc(100% + 18px);
    max-width: calc(100% + 18px);
    right: calc(-100% - 18px);
  }
  #header-container .navbar-collapse.in {
    right: -18px;
  }
}
/* ----------- iPhone 4 and 4S ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .layout-header-lg .container-img-fond .container-img-fond-fixed {
    background-attachment: scroll;
  }
  .container-content-header {
    background-attachment: scroll;
  }
  body.page-accueil .separateur-img .bg-img {
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
/* ----------- iPhone 5 and 5S ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .layout-header-lg .container-img-fond .container-img-fond-fixed {
    background-attachment: scroll;
  }
  .container-content-header {
    background-attachment: scroll;
  }
  body.page-accueil .separateur-img .bg-img {
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
/* ----------- iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .layout-header-lg .container-img-fond .container-img-fond-fixed {
    background-attachment: scroll;
  }
  .container-content-header {
    background-attachment: scroll;
  }
  body.page-accueil .separateur-img .bg-img {
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
/* ----------- iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .layout-header-lg .container-img-fond .container-img-fond-fixed {
    background-attachment: scroll;
  }
  .container-content-header {
    background-attachment: scroll;
  }
  body.page-accueil .separateur-img .bg-img {
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-height: 800px) and (min-width: 1010px) {
  .layout-header-lg .col-content {
    margin-top: -310px;
  }
  body.itemid-101.lang-en .acceuil-top-container {
    height: 170vh;
  }
  body.itemid-101.lang-en .acceuil-top-container .acceuil-top-container-masque {
    height: 170vh;
  }
  body.itemid-101.lang-en .item-page {
    margin-top: -520px;
  }
  body.itemid-101.lang-fr .acceuil-top-container {
    height: 182vh;
  }
  body.itemid-101.lang-fr .acceuil-top-container .acceuil-top-container-masque {
    height: 182vh;
  }
  body.itemid-101.lang-fr .item-page {
    margin-top: -596px;
  }
  body.itemid-211 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-212 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-213 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-214 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-216 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-224 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-225 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-226 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-227 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-229 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-306 .layout-header-lg .container-img-fond .container-img-fond-top {
    height: 900px;
  }
  body.itemid-211 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-212 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-213 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-214 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-216 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-224 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-225 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-226 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-227 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-229 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-306 .layout-header-lg .container-content .categorie-sous-menu {
    height: calc(900px - 309px);
  }
  body.itemid-211 .layout-header-lg .container-content .col-content, body.itemid-212 .layout-header-lg .container-content .col-content, body.itemid-213 .layout-header-lg .container-content .col-content, body.itemid-214 .layout-header-lg .container-content .col-content, body.itemid-216 .layout-header-lg .container-content .col-content, body.itemid-224 .layout-header-lg .container-content .col-content, body.itemid-225 .layout-header-lg .container-content .col-content, body.itemid-226 .layout-header-lg .container-content .col-content, body.itemid-227 .layout-header-lg .container-content .col-content, body.itemid-229 .layout-header-lg .container-content .col-content, body.itemid-306 .layout-header-lg .container-content .col-content {
    min-height: calc(900px - 210px - 185px - 124px);
  }
  body.itemid-211 .text-circle-container, body.itemid-212 .text-circle-container, body.itemid-213 .text-circle-container, body.itemid-214 .text-circle-container, body.itemid-216 .text-circle-container, body.itemid-224 .text-circle-container, body.itemid-225 .text-circle-container, body.itemid-226 .text-circle-container, body.itemid-227 .text-circle-container, body.itemid-229 .text-circle-container, body.itemid-306 .text-circle-container {
    top: calc(900px + 50px);
  }
  body.itemid-231 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-232 .layout-header-lg .container-img-fond .container-img-fond-top, body.itemid-233 .layout-header-lg .container-img-fond .container-img-fond-top {
    height: 750px;
  }
  body.itemid-231 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-232 .layout-header-lg .container-content .categorie-sous-menu, body.itemid-233 .layout-header-lg .container-content .categorie-sous-menu {
    height: calc(750px - 309px);
  }
  body.itemid-231 .layout-header-lg .container-content .col-content, body.itemid-232 .layout-header-lg .container-content .col-content, body.itemid-233 .layout-header-lg .container-content .col-content {
    min-height: calc(750px - 210px - 185px - 124px);
  }
}
@media screen and (max-height: 720px) and (min-width: 800px) {
  body.page-accueil .item-page .col-accueil-content {
    /*
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    */
  }
  body.itemid-101.lang-fr .item-page {
    width: 100%;
  }
}
@media print {
  /* CSS Document */
  a:link:after {
    display: none !important;
  }
  .header-invert .logo-dark {
    display: block !important;
  }
  .header-invert .logo-light {
    display: none !important;
  }
  .sub-header-modules-left {
    display: none;
  }
  .sub-header-modules-right {
    display: none;
  }
  .infolettre-inscription {
    display: none;
  }
  a.btn-read-more, body.page-accueil .moduletable.acceuil-rapport-financier-container .bloc-article-intro a, body.itemid-226 .layout-content-lg .bloc-article-intro a, .btn.btn-primary, .btn.btn-default, body.itemid-231 #form-afiltre .btn {
    display: none !important;
  }
  #headerMap {
    display: none;
  }
  .acceuil-top-circle {
    display: none;
  }
  #acceuil-top-goto-content {
    display: none;
  }
  body.page-accueil .acceuil-top-container .acceuil-top-container-slogan,
  body.page-accueil .acceuil-top-container .acceuil-top-container-masque,
  body.page-accueil .acceuil-top-container {
    height: auto;
  }
  body.page-accueil .acceuil-top-container {
    margin-top: 160px;
  }
  body.page-accueil .acceuil-top-container h2 {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  body.page-accueil .item-page {
    margin-top: 0;
  }
  body.page-accueil .item-page .col-accueil-content {
    width: 100%;
  }
  body.page-accueil .item-page .img-absolute.img-moveonscroll {
    display: none !important;
  }
  body.page-accueil .moduletable.acceuil-rapport-financier-container img.img-absolute {
    display: none;
  }
  .bloc-clr-brand-secondary-darkgray {
    background-color: transparent !important;
  }
  .separateur-img {
    display: none;
  }
  .col-img-container {
    display: none !important;
  }
  body.page-accueil .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray {
    display: block;
  }
  .col-accueil-stock-info {
    display: none !important;
  }
  body.page-accueil .moduletable.acceuil-rapport-financier-container .row.bloc-clr-brand-secondary-darkgray .row-infolettre-inscription {
    display: none;
  }
  .categorie-sous-menu ul {
    display: none;
  }
  .layout-header-lg .col-md-6 {
    width: 100%;
  }
  .layout-header-lg .container-content .categorie-sous-menu {
    margin-left: -15px;
    height: auto;
  }
  .layout-header-lg .container-content .col-content {
    margin-top: 0;
    min-height: auto !important;
  }
  .container-fluid.container-img-fond {
    display: none;
  }
  .layout-header-lg .container-content {
    position: static;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(odd), body.itemid-212 .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(odd) {
    padding-left: 0;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(odd), body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(odd) {
    margin-left: 0;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row:nth-child(even), body.itemid-212 .moduletable.module-histoire .module-histoire-row:nth-child(even) {
    margin-right: 0;
  }
  body.page-historique .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(even), body.itemid-212 .moduletable.module-histoire .module-histoire-row.module-histoire-row-no-image:nth-child(even) {
    padding-right: 0;
  }
  body.page-historique .moduletable.module-histoire .mod-histoire-img-container, body.itemid-212 .moduletable.module-histoire .mod-histoire-img-container {
    display: none;
  }
  .page-equipe-direction #content .bloc-article-intro .img-container, body.itemid-214 #content .bloc-article-intro .img-container {
    display: none;
  }
  body.itemid-291 .col-form-container {
    display: none;
  }
  body.itemid-291 .item-image {
    display: none !important;
  }
}
/*# sourceMappingURL=styles.css.map */
