@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/AvenirLTStd-Medium.eot");
  src: local("☺"), url("../fonts/AvenirLTStd-Medium.woff") format("woff"), url("../fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../fonts/AvenirLTStd-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/AvenirLTStd-Roman.eot");
  src: local("☺"), url("../fonts/AvenirLTStd-Roman.woff") format("woff"), url("../fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../fonts/AvenirLTStd-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Heavy";
  src: url("../fonts/AvenirLTStd-Heavy.eot");
  src: local("☺"), url("../fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype"), url("../fonts/AvenirLTStd-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Avenir Italic';
  src: url('fonts/AvenirLTStd-Oblique.eot');
  src: local('☺'), url('fonts/AvenirLTStd-Oblique.woff') format('woff'), url('fonts/AvenirLTStd-Oblique.ttf') format('truetype'), url('fonts/AvenirLTStd-Oblique.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*!
 * 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: 'Avenir';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

p {
  text-align:justify !important;
}

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 {
  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"] {
  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;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* input[type="image"]{
  height: 25px;
}  */

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;
}
.header {
  position: fixed;
  width: 100%;
  margin-top: -160px;
  z-index: 1000;
}

.container .synthese-image img{
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {

  .header {
    margin-top: -104px;
  }
  
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format('woff2'), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}

.page-container, .site-content {
  background-color: white;
  max-width: 1280px;
  margin: auto;
  padding-bottom: 4%;
  margin-top: 104px;
}

.dwmaps_static_spotmap .datas p{
  margin-top: 0px;
}

.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: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.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: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.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: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.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";
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .page-container, .site-content {
    position: relative;
    margin-top: 123px;
  }
}
@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.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .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.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .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.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .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.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  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: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.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: 12px;
  line-height: 1.42857;
  color: #777;
  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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
 
.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: #eee;
} */ /* Si besoin, override background-color dans rte-content-page.css */


.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}
/* 
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  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: #337ab7;
}

.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,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .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.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .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.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-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;
} 

.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%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) 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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) 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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) 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;
  }
}

.navm .consommation.show>a,
.navm .consommation>a:hover {
  background-color: #f6ab4d;
}

.navm .production.show>a,
.navm .production>a:hover {
  background-color: #11215b;
}

.navm .territoires-et-regions.show>a,
.navm .territoires-et-regions>a:hover {
  background-color: #38b6bc;
}

.navm .marches-et-europe.show>a,
.navm .marches-et-europe>a:hover {
  background-color: #e85252;
}

.navm .flexibilite.show>a,
.navm .flexibilite>a:hover {
  background-color: #931965;
}

.navm .reseau.show>a,
.navm .reseau>a:hover {
  background-color: #b3a1aa;
}

.navm .synthese.show>a,
.navm .synthese>a:hover {
  background-color: #00a6d9;
}

.navm .europe.show>a,
.navm .europe>a:hover {
  background-color: #83c081;
}

body a.ico-color:before,
body.thematique-consommation a.ico-color:before {
  background-color: #f6ab4d;
}
/* 
body .osc-res-tab .nav-tabs,
body.thematique-consommation .osc-res-tab .nav-tabs {
  border-color: #f6ab4d;
}

body .osc-res-tab .nav-tabs>li>a,
body.thematique-consommation .osc-res-tab .nav-tabs>li>a {
  color: #f6ab4d;
  border-color: rgba(246, 171, 77, 0.1);
}

body .osc-res-tab .nav-tabs>li.active>a,
body.thematique-consommation .osc-res-tab .nav-tabs>li.active>a,
body .osc-res-tab .nav-tabs>li.active>a:hover,
body.thematique-consommation .osc-res-tab .nav-tabs>li.active>a:hover,
body .osc-res-tab .nav-tabs>li.active>a:focus,
body.thematique-consommation .osc-res-tab .nav-tabs>li.active>a:focus {
  color: #f6ab4d;
  border-color: #f6ab4d;
}

body .osc-res-tab .nav-tabs>li>a:hover,
body.thematique-consommation .osc-res-tab .nav-tabs>li>a:hover {
  color: #f6ab4d;
  background: rgba(246, 171, 77, 0.1);
}

body .osc-res-tab .nav-tabs>li.tabdrop.open>a,
body.thematique-consommation .osc-res-tab .nav-tabs>li.tabdrop.open>a {
  background: #f6ab4d !important;
}

body .osc-res-tab .nav-tabs>li.tabdrop.open>.dropdown-toggle,
body.thematique-consommation .osc-res-tab .nav-tabs>li.tabdrop.open>.dropdown-toggle {
  border-color: #f6ab4d !important;
}

body .osc-res-tab .nav-tabs>li.tabdrop.open>.dropdown-menu,
body.thematique-consommation .osc-res-tab .nav-tabs>li.tabdrop.open>.dropdown-menu {
  background: #f6ab4d;
  border-color: #f6ab4d;
} */

body .dw_ng_tabs_container,
body.thematique-consommation .dw_ng_tabs_container {
  border-bottom-color: #f6ab4d;
}

body .dw_ng_tab,
body.thematique-consommation .dw_ng_tab {
  color: #f6ab4d;
}

body .dw_ng_tab span,
body.thematique-consommation .dw_ng_tab span {
  border-top-color: #f6ab4d;
}

body .dw_ng_tab select,
body.thematique-consommation .dw_ng_tab select {
  border-color: #f6ab4d;
}

body .dw_ng_tab select:hover,
body.thematique-consommation .dw_ng_tab select:hover {
  background: rgba(246, 171, 77, 0.1);
}

body .dw_ng_tab select:focus,
body.thematique-consommation .dw_ng_tab select:focus {
  background: #f6ab4d;
  border-bottom-color: #f6ab4d !important;
}

body .dwmaps_static_spotmap,
body.thematique-consommation .dwmaps_static_spotmap {
  background: url('../img/europe-map/europe-consommation.png') no-repeat center center;
}

body .dwmaps_static_exchangemap,
body.thematique-consommation .dwmaps_static_exchangemap {
  background: url('../img/france-map/france-fleche-consommation.jpg') no-repeat center center;
}

.bilan-electrique h2.consommation {
  background: #f6ab4d;
}

.btn-explorer.theme-consommation .nav-trans.icoplus:before {
  background-image: url(../img/icoplus-consommation.png);
}

.btn-explorer.theme-consommation .nav-trans.icoplus:hover:before {
  background-image: url(../img/icoplus-hover.png);
}

html,
body {
  height: 100%;
}

body {
  font-family: "Avenir", "Avenir Roman", sans-serif;
  color: #555;
  font-size: 15px;
  /*   padding-top: 85px; */
}

@media screen and (max-width: 782px) {

  body,
  body.admin-bar {
    padding-top: 0;
  }
}

body,
header {
  background: #00394A;
  /*url('../img/w/bg.jpg') 0 0 fixed #1879a4 no-repeat;*/
  /* old color 2016*/
  background-size: 100% auto;
}

@media screen and (max-width: 782px) {

  body,
  header {
    background-size: auto;
  }
}

.amcharts-pie-label,
.amcharts-legend-label,
.amcharts-label,
.amcharts-axis-label,
.amcharts-axis-title,
.amcharts-value-axis,
.amcharts-category-axis,
.amcharts-balloon-div,
.amcharts-description-div,
.amcharts-description-title-div,
.amcharts-description-text-div,
.amcharts-graph-label {
  font-family: "Avenir Medium", sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #000;
  fill: #000;
}

.amcharts-main-div * {
  font-family: "Avenir Medium", sans-serif !important;
}

.amcharts-title,
.ammapDescriptionTitle,
.amcharts-map-image-label {
  font-size: 15px !important;
  font-family: "Avenir Medium", sans-serif !important;
  font-weight: bold !important;
  color: #000;
  fill: #000;
  stroke: #000;
  stroke-opacity: 0.6;
  stroke-width: 0.5;
}


.menu-btn {
  z-index: 20;
}

.header-btn-container-left {
  z-index: 20;
}

.header-btn-container-right {
  z-index: 20;
}

.thematique-title {
  z-index: 15;
}

header .navm {
  z-index: 10;
}

#menu-layer {
  z-index: 9;
}

/*.amcharts-chart-div > a {
 display: none !important;
 }*/
.wrapper {
  width: auto;
  min-height: 100%;
}

.share-block .btn-expandable .label {
  color: #00a7de;
}

.btn-expandable {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 30px;
  padding-right: 30px;
  vertical-align: middle;
  line-height: 30px;
  overflow: hidden;
}

.btn-expandable .label {
  display: none;
  padding-right: 10px;
}

.consommation li.addtheme_link .label {
  color: #f6ab4d;
}

.production li.addtheme_link .label {
  color: #11215b;
}


.marches li.addtheme_link .label {
  color: #e85252;
}

.marches-et-europe li.addtheme_link .label {
  color: #e85252;
}

.flexibilite li.addtheme_link .label {
  color: #931965;
}



.synthese li.addtheme_link .label {
  color: #00a6d9;
}

.europe li.addtheme_link .label {
  color: #83c081;
}

.btn-expandable svg {
  fill: #00a7de;
  width: 50px;
  height: 50px;
  margin-top: -10px !important;
  margin-right: -10px !important;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-expandable:hover {
  opacity: 0.5;
}

.btn-expandable:hover .label {
  display: block;
}

.btn-expandable.activated:hover {
  opacity: 1;
}

.btn-expandable.activated:hover .label {
  display: none;
}

.btn-expandable.activated svg {
  fill: #bebebe;
}

@media screen and (max-width: 782px) {
  .table-container {
    overflow: scroll;
  }

  
  .table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    height: 3px;
  }

  .table-container::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
}

@media screen and (max-width: 782px) {


  .navm {
    position: absolute;
    width: 100%;
    display: none;
    top: 100%;
    margin-top: 10px;
    background: #fff;
  }

  header.showmenu .navm {
    display: block;
  }

  .navm a {
    color: #fff;
    text-decoration: none;
  }

  .navm>.menu>li>a>br {
    display: none;
  }

  .navm ul li ul.sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navm ul li ul.sub-menu v li ul {
    padding-left: 25px;
    font-size: 12px;
    display: block;
    padding-bottom: 0;
  }

  .navm ul li.show ul.sub-menu {
    display: block;
  }

  .navm>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    padding: 20px !important;
    text-transform: uppercase;
  }

  .navm>ul>li>ul>li {
    padding: 5px 10px;
  }

  .navm>ul>li>ul>li>a {
    padding: 5px 10px;
    font-weight: bold;
  }

  .navm>ul>li>ul>li .sub-menu .sub-menu {
    padding-top: 10px;
  }

  .navm>ul>li>ul>li .sub-menu .sub-menu>li {
    padding: 10px 10px 10px 27px;
  }

  .navm>ul>li>ul>li .sub-menu .sub-menu>li:last-of-type {
    position: absolute;
    display: block;
  }

  .navm>ul>li>ul>li>ul>li>ul>li {
    position: relative;
    padding-left: 20px;
  }

  .navm>ul>li>ul>li>ul>li>ul>li:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 20px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 17px;
    top: 2px;
    left: 0;
  }

  .navm>ul>li>ul>li>ul>li {
    padding: 5px 0;
  }

  .navm .consommation>a {
    background-color: #f6ab4d;
  }

  .navm .production>a {
    background-color: #11215b;
  }

  .navm .territoire-et-regions>a,
  .navm .territoires-et-regions>a {
    background-color: #38b6bc;
  }

  .navm .marches-et-europe>a {
    background-color: #e85252;
  }

  .navm .flexibilite>a {
    background-color: #931965;
  }

  .navm .reseau>a {
    background-color: #b3a1aa;
  }

  .navm .synthese>a {
    background-color: #00a6d9;
  }

  .navm .europe>a {
    background-color: #83c081;
  }

  .navm .consommation .sub-menu a {
    color: #f6ab4d;
  }

  .navm .production .sub-menu a {
    color: #11215b;
  }

  .navm .territoire-et-regions .sub-menu a,
  .navm .territoires-et-regions .sub-menu a {
    color: #38b6bc;
  }

  .navm .marches-et-europe .sub-menu a {
    color: #e85252;
  }

  .navm .flexibilite .sub-menu a {
    color: #931965;
  }

  .navm .reseau .sub-menu a {
    color: #b3a1aa;
  }

  .navm .synthese .sub-menu a {
    color: #00a6d9;
  }

  .navm .europe .sub-menu a {
    color: #83c081;
  }

  #menu-general {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #menu-general li>a {
    display: block;
    position: relative;
  }

  #menu-general>li>a:after,
  #menu-general>li>a:before {
    content: ' ';
    position: absolute;
    right: 17px;
    width: 17px;
    height: 2px;
    background: #fff;
    top: 30px;
  }

  #menu-general>li>a:after {
    transform: rotate(90deg);
  }

  #menu-general>li.showm>a:after,
  #menu-general>li.show>a:after {
    transform: rotate(-135deg);
  }

  #menu-general>li.showm>a:before,
  #menu-general>li.show>a:before {
    transform: rotate(135deg);
  }

  .btn-expandable.panier {
    display: none;
  }

  .navm .btn-expandable.panier {
    display: block;
    font-size: 12px;
    line-height: normal;
    width: 275px;
    position: relative;
    background: transparent;
    margin: 0 0 auto auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .navm .btn-expandable.panier>span {
    width: 230px;
  }

  .navm .btn-expandable.panier .label {
    width: 225px;
    display: block;
  }

  @at-root .territoire-et-regions li.addtheme_link .label,
  @at-root .territoires-et-regions li.addtheme_link .label {
    color: #38b6bc;
  }

  @at-root .reseau-de-transport li.addtheme_link .label,
  @at-root .reseau li.addtheme_link .label {
    color: #b3a1aa;
  }

  .navm .consommation svg {
    fill: #f6ab4d;
  }

  .navm .production svg {
    fill: #11215b;
  }

  .navm .territoires-et-regions svg,
  .navm .territoire-et-regions svg {
    fill: #38b6bc;
  }

  .navm .europe svg {
    fill: #83c081;
  }

  .navm .marches-et-europe svg {
    fill: #e85252;
  }

  .navm .flexibilite svg {
    fill: #931965;
  }

  .navm .reseau svg,
  .navm .reseau-de-transport svg {
    fill: #b3a1aa;
  }
}

@media screen and (max-width: 782px) {
  .consommation li.addtheme_link .label .consommation li.addtheme_link .label {
    color: #f6ab4d;
  }
}

@media screen and (max-width: 782px) {
  .production li.addtheme_link .label .production li.addtheme_link .label {
    color: #11215b;
  }
}

@media screen and (max-width: 782px) {
  .marches li.addtheme_link .label .marches li.addtheme_link .label {
    color: #e85252;
  }
}

@media screen and (max-width: 782px) {
  .marches-et-europe li.addtheme_link .label .marches-et-europe li.addtheme_link .label {
    color: #e85252;
  }
}

@media screen and (max-width: 782px) {
  .flexibilite li.addtheme_link .label .flexibilite li.addtheme_link .label {
    color: #931965;
  }
}

@media screen and (max-width: 782px) {
  .synthese li.addtheme_link .label .synthese li.addtheme_link .label {
    color: #00a6d9;
  }
}

@media screen and (max-width: 782px) {
  .europe li.addtheme_link .label .europe li.addtheme_link .label {
    color: #83c081;
  }
}

@media screen and (min-width: 768px) {
  .navm {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    background: -moz-linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.4) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0.4)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.4) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.4) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.4) 100%);
    /* ie10+ */
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.4) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FFFFFF', GradientType=1);
    /* ie6-9 */
  }

  .navm ul.sub-menu>li.addtheme_link {
    position: fixed;
    right: 0;
    bottom: 0;
    border-left: 0;
    width: auto;
    padding-right: 30px;
  }

  .navm ul.sub-menu>li.addtheme_link .btn-expandable {
    height: 60px;
  }

  .header {
    margin-top: -123px;
  }


  .navm ul.sub-menu>li.addtheme_link .btn-expandable.panier .label {
    padding-right: 10px;
    display: block;
    font-size: 15px;
    line-height: 20px;
  }

  .navm ul.sub-menu>li.addtheme_link:hover:before {
    opacity: 0;
  }

  .navm .consommation svg {
    fill: #f6ab4d;
  }

  .navm .production svg {
    fill: #11215b;
  }

  .navm .territoires-et-regions svg,
  .navm .territoire-et-regions svg {
    fill: #38b6bc;
  }

  .navm .europe svg {
    fill: #83c081;
  }

  .navm .marches-et-europe svg {
    fill: #e85252;
  }

  .navm .flexibilite svg {
    fill: #931965;
  }

  .navm .reseau svg,
  .navm .reseau-de-transport svg {
    fill: #b3a1aa;
  }

  .navm .btn-expandable.panier {
    display: block;
  }

  .navm a {
    text-decoration: none;
    color: #444 !important;
  }

  header.showmenu .navm {
    display: block;
    opacity: 0;
  }

  header.showmenu2 .navm {
    opacity: 1;
  }

  .lightblue-theme .navm,
  .dark-bg .navm {
    display: none;
  }

  .navm>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .navm>ul>li {
    width: 14.3%;
    background: #5a9fbe;
  }

  .navm>ul>li>a {
    height: 54px;
    padding: 0 20px;
    color: #fff !important;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .navm>ul>li.show>a:hover {
    opacity: 1;
  }

  .navm>ul>li>.sub-menu {
    position: absolute;
    top: 54px;
    left: 0;
    display: none;
    padding: 10px 0;
    margin-top: 60px;
    margin-left: 60px;
    width: 100%;
    list-style: none;
  }

  .navm>ul>li>.sub-menu.has-scrollbar {
    overflow-y: scroll;
  }

  .navm>ul>li>.sub-menu.show {
    opacity: 1;
  }

  .navm>ul>li>.sub-menu>li:hover>a {
    font-family: "Avenir Heavy", sans-serif;
  }

  .navm>ul>li>.sub-menu a:hover {
    font-family: "Avenir Heavy", sans-serif;
  }

  .navm>ul>li>.sub-menu>li>a {
    display: inline-block;
  }

  .navm>ul>li>.sub-menu .sub-menu .sub-menu {
    list-style: none;
    margin: 50px 0 0 0;
  }

  .navm>ul>li>.sub-menu .sub-menu .sub-menu li {
    margin: 17px 40px 0 40px;
  }

  .navm>ul>li>.sub-menu .sub-menu .sub-menu a {
    font-weight: normal;
    position: relative;
    cursor: default;
  }

  .navm>ul>li>.sub-menu .sub-menu .sub-menu a:after {
    position: absolute;
    width: 35px;
    height: 1px;
    background: #fff;
    right: 100%;
    top: 50%;
    content: ' ';
    margin-right: 15px;
  }

  .navm>ul>li>.sub-menu .sub-menu .sub-menu a:before {
    position: absolute;
    height: 40px;
    content: ' ';
    width: 1px;
    background: #fff;
    right: 100%;
    margin-right: 50px;
    top: 50%;
    margin-top: -39px;
  }

  .navm>ul>li.show>.sub-menu {
    display: block;
  }

  .navm>ul>li>ul>li {
    padding-right: 10%;
    padding-left: 30px;
    position: relative;
    margin: 0;
    width: 50%;
    border-left: 1px solid #ccc;
  }

  .navm>ul>li>ul>li>a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navm>ul>li>ul>li:last-child>a {
    padding-bottom: 0;
  }

  .navm>ul>li>ul>li>.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    list-style: none;
    border-left: 1px solid #fff;
    top: 0;
    width: 100%;
    padding-right: 15%;
    font-size: 20px;
  }

  .navm>ul>li>ul>li>.sub-menu li {
    margin: 20px 0;
  }

  .navm>ul>li>ul>li:hover>.sub-menu {
    display: block;
  }

  .navm>ul>li>ul>li:before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    top: 0;
    opacity: 0;
  }

  .navm>ul>li>ul>li:hover:before {
    width: 6px;
    opacity: 1;
  }

  .navm>ul>li>ul>li.menu-item-has-children:after {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 0;
    height: 1px;
    right: 0;
    opacity: 0;
  }

  .navm>ul>li>ul>li:hover.menu-item-has-children:after {
    width: 17%;
    opacity: 1;
  }

  .search-mobile {
    display: none;
  }

  #menu-layer {
    position: fixed;
    top: 117px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: none;
  }

  #menu-layer .add-thematic-to-basket {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: transparent;
    top: auto;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    line-height: 17px;
  }

  #menu-layer .add-thematic-to-basket:hover {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
  }

  #menu-layer .add-thematic-to-basket .label {
    padding-top: 6px;
  }

  #menu-layer.show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .consommation li.addtheme_link .label .consommation li.addtheme_link .label .consommation li.addtheme_link .label {
    color: #f6ab4d;
  }
}

@media screen and (min-width: 768px) {
  .production li.addtheme_link .label .production li.addtheme_link .label .production li.addtheme_link .label {
    color: #11215b;
  }
}

@media screen and (min-width: 768px) {
  .marches li.addtheme_link .label .marches li.addtheme_link .label .marches li.addtheme_link .label {
    color: #e85252;
  }
}

@media screen and (min-width: 768px) {
  .marches-et-europe li.addtheme_link .label .marches-et-europe li.addtheme_link .label .marches-et-europe li.addtheme_link .label {
    color: #e85252;
  }
}

@media screen and (min-width: 768px) {
  .flexibilite li.addtheme_link .label .flexibilite li.addtheme_link .label .flexibilite li.addtheme_link .label {
    color: #931965;
  }
}

@media screen and (min-width: 768px) {
  .synthese li.addtheme_link .label .synthese li.addtheme_link .label .synthese li.addtheme_link .label {
    color: #00a6d9;
  }
}

@media screen and (min-width: 768px) {
  .europe li.addtheme_link .label .europe li.addtheme_link .label .europe li.addtheme_link .label {
    color: #83c081;
  }
}

.navm ul,
.navm li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.navm .synthese {
  display: none;
}

.consommation ul.sub-menu>li>.sub-menu,
.consommation ul.sub-menu>li {
  border-color: #f6ab4d;
}

.production ul.sub-menu>li>.sub-menu,
.production ul.sub-menu>li {
  border-color: #11215b;
}

.territoire-et-regions ul.sub-menu>li>.sub-menu,
.territoire-et-regions ul.sub-menu>li,
.territoires-et-regions ul.sub-menu>li>.sub-menu,
.territoires-et-regions ul.sub-menu>li {
  border-color: #38b6bc;
}

.marches ul.sub-menu>li>.sub-menu,
.marches ul.sub-menu>li {
  border-color: #e85252;
}

.marches-et-europe ul.sub-menu>li>.sub-menu,
.marches-et-europe ul.sub-menu>li {
  border-color: #e85252;
}

.flexibilite ul.sub-menu>li>.sub-menu,
.flexibilite ul.sub-menu>li {
  border-color: #931965;
}

.reseau-de-transport ul.sub-menu>li>.sub-menu,
.reseau-de-transport ul.sub-menu>li,
.reseau ul.sub-menu>li>.sub-menu,
.reseau ul.sub-menu>li {
  border-color: #b3a1aa;
}

.synthese ul.sub-menu>li>.sub-menu,
.synthese ul.sub-menu>li {
  border-color: #00a6d9;
}

.europe ul.sub-menu>li>.sub-menu,
.europe ul.sub-menu>li {
  border-color: #83c081;
}

.consommation ul.sub-menu>li>.sub-menu .sub-menu a:before,
.consommation ul.sub-menu>li>.sub-menu .sub-menu a:after,
.consommation ul.sub-menu>li.menu-item-has-children:after,
.consommation ul.sub-menu>li:before {
  background-color: #f6ab4d;
}

.production ul.sub-menu>li>.sub-menu .sub-menu a:before,
.production ul.sub-menu>li>.sub-menu .sub-menu a:after,
.production ul.sub-menu>li.menu-item-has-children:after,
.production ul.sub-menu>li:before {
  background-color: #11215b;
}

.territoire-et-regions ul.sub-menu>li>.sub-menu .sub-menu a:before,
.territoire-et-regions ul.sub-menu>li>.sub-menu .sub-menu a:after,
.territoire-et-regions ul.sub-menu>li.menu-item-has-children:after,
.territoire-et-regions ul.sub-menu>li:before,
.territoires-et-regions ul.sub-menu>li>.sub-menu .sub-menu a:before,
.territoires-et-regions ul.sub-menu>li>.sub-menu .sub-menu a:after,
.territoires-et-regions ul.sub-menu>li.menu-item-has-children:after,
.territoires-et-regions ul.sub-menu>li:before {
  background-color: #38b6bc;
}

.marches ul.sub-menu>li>.sub-menu .sub-menu a:before,
.marches ul.sub-menu>li>.sub-menu .sub-menu a:after,
.marches ul.sub-menu>li.menu-item-has-children:after,
.marches ul.sub-menu>li:before {
  background-color: #e85252;
}

.marches-et-europe ul.sub-menu>li>.sub-menu .sub-menu a:before,
.marches-et-europe ul.sub-menu>li>.sub-menu .sub-menu a:after,
.marches-et-europe ul.sub-menu>li.menu-item-has-children:after,
.marches-et-europe ul.sub-menu>li:before {
  background-color: #e85252;
}

.flexibilite ul.sub-menu>li>.sub-menu .sub-menu a:before,
.flexibilite ul.sub-menu>li>.sub-menu .sub-menu a:after,
.flexibilite ul.sub-menu>li.menu-item-has-children:after,
.flexibilite ul.sub-menu>li:before {
  background-color: #931965;
}

.reseau-de-transport ul.sub-menu>li>.sub-menu .sub-menu a:before,
.reseau-de-transport ul.sub-menu>li>.sub-menu .sub-menu a:after,
.reseau-de-transport ul.sub-menu>li.menu-item-has-children:after,
.reseau-de-transport ul.sub-menu>li:before,
.reseau ul.sub-menu>li>.sub-menu .sub-menu a:before,
.reseau ul.sub-menu>li>.sub-menu .sub-menu a:after,
.reseau ul.sub-menu>li.menu-item-has-children:after,
.reseau ul.sub-menu>li:before {
  background-color: #b3a1aa;
}

.synthese ul.sub-menu>li>.sub-menu .sub-menu a:before,
.synthese ul.sub-menu>li>.sub-menu .sub-menu a:after,
.synthese ul.sub-menu>li.menu-item-has-children:after,
.synthese ul.sub-menu>li:before {
  background-color: #00a6d9;
}

.europe ul.sub-menu>li>.sub-menu .sub-menu a:before,
.europe ul.sub-menu>li>.sub-menu .sub-menu a:after,
.europe ul.sub-menu>li.menu-item-has-children:after,
.europe ul.sub-menu>li:before {
  background-color: #83c081;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .navm>ul>li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    text-align: center;
  }

  .navm>ul>li ul {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .navm>ul>li>.sub-menu {
    font-size: 19px;
    line-height: 21px;
  }
}

@media screen and (min-width: 992px) {
  .navm>ul>li>.sub-menu {
    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .navm>ul>li>.sub-menu {
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .navm>ul>li>ul>li>.sub-menu {
    font-size: 17px;
    line-height: 19px;
  }
}

@media screen and (min-width: 992px) {
  .navm>ul>li>ul>li>.sub-menu {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .navm>ul>li>ul>li>.sub-menu {
    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .navm>ul>li>ul>li>.sub-menu li {
    margin: 12px 0;
  }
}

@media screen and (min-width: 992px) {
  .navm>ul>li>ul>li>.sub-menu li {
    margin: 15px 0;
  }
}

@media screen and (min-width: 1200px) {
  .navm>ul>li>ul>li>.sub-menu li {
    margin: 20px 0;
  }
}

.btnw a {
  background: #00a7de;
  color: #fff;
  padding: 20px;
  display: inline-block;
  padding: 14px 22px 14px 22px;
  border-radius: 3px;
}

.consommation .btnw a {
  background-color: #f6ab4d;
}

.production .btnw a {
  background-color: #11215b;
}

.territoire-et-regions .btnw a,
.territoires-et-regions .btnw a {
  background-color: #38b6bc;
}

.marches .btnw a {
  background-color: #e85252;
}

.marches-et-europe .btnw a {
  background-color: #e85252;
}

.flexibilite .btnw a {
  background-color: #931965;
}

.reseau-de-transport .btnw a,
.reseau .btnw a {
  background-color: #b3a1aa;
}

.synthese .btnw a {
  background-color: #00a6d9;
}

.europe .btnw a {
  background-color: #83c081;
}

.btnw a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btnw a:hover:after {
  opacity: 0.5;
}

.btnw.btn-left {
  float: left;
}

.btnw.btn-right {
  float: right;
}

.btnw.btn-ico a {
  padding-left: 56px;
  position: relative;
}

.btnw.btn-ico a:after {
  content: '';
  position: absolute;
  background-size: 50px 50px;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: block;
  top: 50%;
  left: 15px;
  margin-top: -15px;
}

.btnw.btn-ico-add a:after {
  background-image: url('../img/w/ico-plus-circle.svg');
}

.btnw.btn-ico-plus .ico svg {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 15px;
  margin-top: -15px;
  fill: #fff;
}

.consommation .btnw.btn-ico-plus .ico svg {
  fill: #f6ab4d;
}

.production .btnw.btn-ico-plus .ico svg {
  fill: #11215b;
}

.territoire-et-regions .btnw.btn-ico-plus .ico svg,
.territoires-et-regions .btnw.btn-ico-plus .ico svg {
  fill: #38b6bc;
}

.marches .btnw.btn-ico-plus .ico svg {
  fill: #e85252;
}

.marches-et-europe .btnw.btn-ico-plus .ico svg {
  fill: #e85252;
}

.flexibilite .btnw.btn-ico-plus .ico svg {
  fill: #931965;
}

.reseau-de-transport .btnw.btn-ico-plus .ico svg,
.reseau .btnw.btn-ico-plus .ico svg {
  fill: #b3a1aa;
}

.synthese .btnw.btn-ico-plus .ico svg {
  fill: #00a6d9;
}

.europe .btnw.btn-ico-plus .ico svg {
  fill: #83c081;
}

.btnw.btn-ico-plus:after {
  display: none;
}

.btnw.btn-ico-plus a:after {
  display: none;
}

.btnw.btn-ico-download a:after {
  background-image: url('../img/w/ico-download.svg');
  background-size: 75px 75px;
}

.btnw.btn-ico-cross a:after {
  background-image: url('../img/w/ico-cross-noborder.svg');
  background-size: 60px 60px;
}

@media screen and (max-width: 782px) {
  .bottom-link {
    display: block;
  }

  .bottom-link .btnw.btn-left,
  .bottom-link .btnw.btn-right {
    margin: 10px auto;
    display: table;
    float: none;
  }
}

.nav-trans-container a:hover :after,
.nav-trans-container a:hover span {
  opacity: 0.5;
}

.nav-trans-container ul,
.nav-trans-container li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.nav-trans {
  padding: 30px 0;
  /*	@include theme_apply_local('color', '!important');
   &:before { @include theme_apply_local('background-color', '!important'); }*/
}

.nav-trans:before,
.nav-trans:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
}

.nav-trans:after {
  background-size: 50px 50px;
  background-position: -5px -5px;
}

.nav-trans.droite {
  text-align: right;
  padding-right: 40px;
  position: relative;
}

.nav-trans.droite:after,
.nav-trans.droite:before {
  right: -15px;
  border-radius: 3px 0 0 3px;
}

.nav-trans.droite:after {
  background-image: url('../img/w/ico-arrow-right.svg');
}

.nav-trans.gauche {
  text-align: left;
  padding-left: 40px;
  position: relative;
}

.nav-trans.gauche:after,
.nav-trans.gauche:before {
  left: -15px;
  border-radius: 0 3px 3px 0;
}

.nav-trans.gauche:after {
  background-image: url('../img/w/ico-arrow-left.svg');
}

.nav-trans .sub-selection {
  display: none;
  width: auto;
  position: absolute;
  bottom: 50%;
  list-style: none;
  z-index: 50;
  padding: 15px 0;
  border-radius: 3px;
  margin-bottom: -20px;
}

.nav-trans .sub-selection a {
  padding: 5px 20px 5px 20px;
  display: block;
  color: #fff;
  font-size: 14px;
  background-size: 50px 50px;
  background-position: 100%;
  background-repeat: no-repeat;
}

.nav-trans .sub-selection a:hover {
  opacity: 0.5;
}

.nav-trans.gauche .sub-selection {
  left: -15px;
}

.nav-trans.gauche .sub-selection a {
  padding-left: 60px;
  background-image: url('../img/w/ico-arrow-left.svg');
  background-position: 0;
}

.nav-trans.droite .sub-selection {
  right: -15px;
}

.nav-trans.droite .sub-selection a {
  padding-right: 60px;
  background-image: url('../img/w/ico-arrow-right.svg');
  background-position: 100%;
}

.nav-trans:hover .sub-selection {
  display: block;
}

.dw-noty-container {
  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 9999999;
  height: 0;
}

.dw-noty-container .dw-noty {
  width: 300px;
  background: #fff;
  color: #00a7de;
  text-align: center;
  max-width: 95%;
  margin-bottom: 10px;
  opacity: 0;
  max-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
}

.dw-noty-container .dw-noty.shownoty {
  opacity: 1;
  max-height: 100px;
  margin-bottom: 10px;
  padding: 5px 15px;
}

.admin-bar .dw-noty-container {
  top: 52px;
}

.osc-res-nav {
  z-index: 1;
}

.osc-res-tab .res_tab_icon {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

.osc-res-tab .nav-tabs {
  border-bottom: 1px solid #f6ab4d;
}

.osc-res-tab .nav-tabs li {
  overflow: hidden;
  list-style-position: outside;
}

.osc-res-tab .nav-tabs li.tabdrop.open {
  overflow: visible;
}

.osc-res-tab .tab-content>.active {
  list-style: none !important;
  list-style-position: outside;
  /*overflow: hidden;*/
}

.osc-res-tab .nav-tabs>li>a {
  border-radius: 3px 3px 0 0;
  /* color: #f6ab4d; */
  text-decoration: none;
  /* border-color: rgba(246, 171, 77, 0.1); */
  border-bottom-color: transparent !important;
  padding: 10px;
  height: 41px;
}

.osc-res-tab .nav-tabs>li.active>a,
.osc-res-tab .nav-tabs>li.active>a:hover,
.osc-res-tab .nav-tabs>li.active>a:focus {
 /*  color: #f6ab4d; */
  text-decoration: none;
 /*  border-color: #f6ab4d; */
  border-bottom-color: #fff !important;
  outline: none;
}

.osc-res-tab .nav-tabs>li>a:hover {
  /* color: #f6ab4d; */
  background: rgba(246, 171, 77, 0.1);
  border-bottom-color: transparent;
}

.osc-res-tab .nav-tabs>li.tabdrop>a {
  margin-right: 0;
}

.osc-res-tab .nav-tabs>li.tabdrop.open>a {
 /*  background: #f6ab4d !important; */
  color: #fff !important;
  cursor: pointer !important;
}

.osc-res-tab .nav-tabs>li.tabdrop.open>a:hover {
  color: #fff !important;
}

.osc-res-tab .nav-tabs>li.active>a:hover {
  background: #fff !important;
}

.osc-res-tab .nav-tabs>li.tabdrop.open>.dropdown-toggle {
  border: 1px solid #f6ab4d;
}

.osc-res-tab .nav-tabs>li.tabdrop.open>.dropdown-menu {
 /*  background: #f6ab4d;
  border: 1px solid #f6ab4d; */
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.osc-res-tab .nav-tabs>li.tabdrop.open>.dropdown-menu a {
  color: #fff;
}

.osc-res-tab .dropdown-menu>li>a {
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
}

.osc-res-tab .dropdown-menu>li>a:hover,
.osc-res-tab .dropdown-menu>li>a:focus {
 /*  background: #337ab7; */
}

.osc-res-tab .tab-content {
  padding: 0;
}
 
.dw_ng_tabs_container {
  border-bottom: 1px solid #f6ab4d;
}

 .osc-res-tab.grouped .osc-res-nav {
  display: none;
} 

.dw_ng_tab {
  position: relative;
 /*  color: #f6ab4d; */
  border-left: 0;
  margin-top: 0;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: -1px;
}

.dw_ng_tab span {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 9px;
  top: 18px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
 /*  border-color: #f6ab4d transparent transparent transparent; */
  z-index: 5;
}

.dw_ng_tab select:focus+span {
  border-top-color: #fff;
  z-index: 8;
}

.dw_ng_tab select {
  padding: 10px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 8;
/*   border: 1px solid #f6ab4d; */
  border-bottom-color: #fff !important;
  border-radius: 3px 3px 0 0;
}

.dw_ng_tab select:hover {
  background: rgba(246, 171, 77, 0.1);
}

.dw_ng_tab select:focus {
  color: #fff;
  /* background: #f6ab4d; */
  outline: none;
 /*  border-bottom-color: #f6ab4d; */
}

.dwmaps-container-europe {
  max-width: 480px;
  margin: auto;
}

@media screen and (max-width: 360px) {
  .dwmaps-container {
    height: 410px !important;
  }
}

.dwmaps_static_spotmap_container {
  overflow: auto;
}

.dwmaps_static_spotmap {
  height: 600px;
  width: 500px;
  margin: 0 auto;
  position: relative;
}

.dwmaps_static_spotmap .position {
  display: block;
  position: absolute;
  border-bottom: 1px solid #000;
}

.dwmaps_static_spotmap .position_gb {
  top: 229px;
  width: 332px;
  left: -147px;
}

.dwmaps_static_spotmap .position_be {
  top: 279px;
  width: 388px;
  left: -150px;
}

.dwmaps_static_spotmap .position_fr {
  top: 365px;
  width: 337px;
  left: -150px;
}

.dwmaps_static_spotmap .position_sw {
  top: 325px;
  width: 412px;
  left: -150px;
}

.dwmaps_static_spotmap .position_es {
  top: 410px;
  width: 264px;
  left: -150px;
}

.dwmaps_static_spotmap .position_np {
  top: 130px;
  width: 371px;
  right: -170px;
  text-align-last: right;
}

.dwmaps_static_spotmap .position_nl {
  top: 254px;
  width: 412px;
  right: -164px;
  text-align-last: right;
}

.dwmaps_static_spotmap .position_de {
  top: 300px;
  width: 381px;
  right: -170px;
  text-align-last: right;
}

.dwmaps_static_spotmap .position_it {
  top: 383px;
  width: 376px;
  right: -170px;
  text-align-last: right;
}

.dwmaps_static_spotmap .country_title p {
  margin-bottom: 0;
}

.dwmaps_static_spotmap .datas p {
  line-height: 14px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .dwmaps_static_spotmap {
    transform: scale(0.8);
    margin-left: 80px;
  }
}

body .dwmaps_static_exchangemap {
  background-size: contain !important;
}

.dwmaps_static_exchangemap_container {
  overflow: scroll;
}

.dwmaps_static_exchangemap {
  height: 600px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
}

.glossary-tooltip-content{
  bottom: 60%;
}

.glossary-tooltip-text{
  padding: 0.31em;
}

.dwmaps_static_exchangemap .position {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #000;
}

.dwmaps_static_exchangemap .position_gb {
  top: 50px;
  left: 380px;
}

.dwmaps_static_exchangemap .position_cwe {
  top: 100px;
  right: 330px;
}

.dwmaps_static_exchangemap .position_fr {
  top: 260px;
  left: 545px;
  color: #fff;
}

.dwmaps_static_exchangemap .position_sw {
  top: 280px;
  right: 240px;
}

.dwmaps_static_exchangemap .position_es {
  top: 510px;
  left: 350px;
}

.dwmaps_static_exchangemap .position_it {
  top: 370px;
  right: 240px;
}

.dwmaps_static_exchangemap .arrow_position .arrow {
  height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain !important;
}

.dwmaps_static_exchangemap .arrow_position_gb .arrow-export {
  background: url('../img/france-map/france-angleterre-allez.png') no-repeat left top;
  left: -30px;
}

.dwmaps_static_exchangemap .arrow_position_gb .arrow-import {
  background: url('../img/france-map/france-angleterre-retour.png') no-repeat left top;
  left: -30px;
}

.dwmaps_static_exchangemap .arrow_position_cwe .arrow-export {
  background: url('../img/france-map/france-benelux-allez.png') no-repeat left top;
}

.dwmaps_static_exchangemap .arrow_position_cwe .arrow-import {
  background: url('../img/france-map/france-benelux-retour.png') no-repeat left top;
}

.dwmaps_static_exchangemap .arrow_position_sw .arrow-export {
  background: url('../img/france-map/france-suisse-allez.png') no-repeat left top;
  top: -30px;
  left: 50px;
}

.dwmaps_static_exchangemap .arrow_position_sw .arrow-import {
  background: url('../img/france-map/france-suisse-retour.png') no-repeat left top;
  top: -30px;
  left: 50px;
}

.dwmaps_static_exchangemap .arrow_position_es .arrow-export {
  background: url('../img/france-map/france-espagne-allez.png') no-repeat left top;
  top: -30px;
  left: 40px;
}

.dwmaps_static_exchangemap .arrow_position_es .arrow-import {
  background: url('../img/france-map/france-espagne-retour.png') no-repeat left top;
  top: -30px;
  left: 40px;
}

.dwmaps_static_exchangemap .arrow_position_it .arrow-export {
  background: url('../img/france-map/france-italie-allez.png') no-repeat left top;
  top: -20px;
  left: 40px;
}

.dwmaps_static_exchangemap .arrow_position_it .arrow-import {
  background: url('../img/france-map/france-italie-retour.png') no-repeat left top;
  top: -20px;
  left: 40px;
}

.dwmaps_static_exchangemap .country_title p {
  line-height: 20px;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}

.dwmaps_static_exchangemap .export p,
.dwmaps_static_exchangemap .import p,
.dwmaps_static_exchangemap .solde p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 16px;
}

.dwmaps_static_exchangemap .solde {
  border-top: 1px solid #fff;
  margin-top: 3px;
}

@media screen and (max-width: 780px) {
  body .dwmaps_static_exchangemap {
    transform: scale(0.7);
    margin-left: -350px;
  }
}

@media screen and (min-width: 781px) and (max-width: 992px) {
  body .dwmaps_static_exchangemap {
    margin-left: -310px;
  }

  .dwmaps_static_exchangemap_container {
    overflow: hidden;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  body .dwmaps_static_exchangemap {
    margin-left: -200px;
  }

  .dwmaps_static_exchangemap_container {
    overflow: hidden;
  }
}

@media screen and (min-width: 1201px) {
  body .dwmaps_static_exchangemap {
    margin-left: -100px;
  }

  .dwmaps_static_exchangemap_container {
    overflow: hidden;
  }
}

.master-title {
  font-size: 30px;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  line-height: 40px;
  margin: auto;
}

body.thematique-consommation .master-title {
  color: #f6ab4d;
}

body.thematique-production .master-title {
  color: #11215b;
}

body.thematique-territoire-et-regions .master-title,
body.thematique-territoires-et-regions .master-title {
  color: #38b6bc;
}

body.thematique-marches .master-title,
body.thematique-marches-et-europe .master-title {
  color: #e85252;
}

body.thematique-flexibilite .master-title {
  color: #931965;
}

body.thematique-reseau-de-transport .master-title,
body.thematique-reseau .master-title {
  color: #b3a1aa;
}

body.thematique-synthese .master-title {
  color: #00a6d9;
}

body.thematique-europe .master-title {
  color: #83c081;
}

body.thematique-default .master-title {
  color: #00a7de;
}

@media screen and (max-width: 782px) {
  .master-title {
    font-size: 25px;
    line-height: 28px;
    padding: 15px;
  }
}

.article-container {
  background: #fff;
}

.article-container .thematique-title {
  text-align: center;
}

.article-container .thematique-title span {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

body.thematique-consommation .article-container .thematique-title span {
  background-color: #f6ab4d;
}

body.thematique-production .article-container .thematique-title span {
  background-color: #11215b;
}

body.thematique-territoire-et-regions .article-container .thematique-title span,
body.thematique-territoires-et-regions .article-container .thematique-title span {
  background-color: #38b6bc;
}

body.thematique-marches .article-container .thematique-title span,
body.thematique-marches-et-europe .article-container .thematique-title span {
  background-color: #e85252;
}

body.thematique-flexibilite .article-container .thematique-title span {
  background-color: #931965;
}

body.thematique-reseau-de-transport .article-container .thematique-title span,
body.thematique-reseau .article-container .thematique-title span {
  background-color: #b3a1aa;
}

body.thematique-synthese .article-container .thematique-title span {
  background-color: #00a6d9;
}

body.thematique-europe .article-container .thematique-title span {
  background-color: #83c081;
}

body.thematique-default .article-container .thematique-title span {
  background-color: #00a7de;
}

.block-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.block-content {
  background: #fff;
  padding: 30px;
  transition: all 0.2s;
}

.block-content:before,
.block-content:after {
  content: " ";
  display: table;
}

.block-content:after {
  clear: both;
}

.block-content :first-child {
  margin-top: 0;
}

.block-content a {
  text-decoration: underline;
}

@media screen and (max-width: 782px) {
  .block-content {
    padding: 15px;
  }
}

.block-title {
  font-family: "Avenir Heavy", sans-serif;
  font-size: 20px;
  color: #00a7de;
}

@media screen and (max-width: 782px) {
  .block-title {
    font-size: 21px;
    line-height: 25px;
  }
}

.share-block {
  text-align: center;
  margin: 0;
  background: #fff;
  padding-bottom: 20px;
}

.share-block>div {
  vertical-align: top;
  margin: 0 5px;
}

.share-block .twitter {
  display: inline-block;
}

.share-block .twitter a {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  background: #00a7de;
  border-radius: 30px;
}

.share-block .twitter img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.share-block .twitter a:hover img {
  opacity: 0.5;
}

.share-block .btn-expandable {
  position: relative;
  display: inline-block;
}

@media print {
  body {-webkit-print-color-adjust: exact;}
  }

.container-panier {
  z-index: 5;
  left: 0;
  right: 0;
}

.container-panier .container {
  position: relative;
}

.nav-trans-container {
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin-bottom: 60px;
  border-top: 1px solid #ccc;
}

.nav-trans-container:before,
.nav-trans-container:after {
  content: " ";
  display: table;
}

.nav-trans-container:after {
  clear: both;
}

.inner-nav-container {
  background: #fff;
  text-align: center;
  padding-bottom: 25px;
}



@-webkit-keyframes panierAdded {
  0% {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}

@-moz-keyframes panierAdded {
  0% {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}

@-o-keyframes panierAdded {
  0% {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}

@keyframes panierAdded {
  0% {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}

/* Tipso Bubble Styles */
.tipso_bubble,
.tipso_bubble>.tipso_arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 6px;
  z-index: 9999;
}

.tipso_style {
  cursor: help;
  border-bottom: 1px dotted;
}

.tipso_title {
  border-radius: 6px 6px 0 0;
}

.tipso_content {
  word-wrap: break-word;
  padding: 0.5em;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
  font-size: 0.6rem;
}

.tipso_bubble.small {
  font-size: 0.8rem;
}

.tipso_bubble.default {
  font-size: 1rem;
}

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble>.tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none;
}

.tipso_bubble.top>.tipso_arrow {
  border-top-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.tipso_bubble.bottom>.tipso_arrow {
  border-bottom-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}

.tipso_bubble.left>.tipso_arrow {
  border-left-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -8px;
}

.tipso_bubble.right>.tipso_arrow {
  border-right-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px;
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0;
}

.links,
.external-link {
  margin: 20px 0;
  padding: 30px;
  background: #f7f7f7;
  min-width: 100%;
  width: auto;
}

.links .links-title,
.external-link .links-title {
  margin-bottom: 20px;
}

.links .link,
.external-link .link,
.links .link-url,
.external-link .link-url {
  margin: 10px 0;
}

.links .link a,
.external-link .link a,
.links .link-url a,
.external-link .link-url a {
  text-decoration: none;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}

body.thematique-consommation .links .link a:hover,
body.thematique-consommation .external-link .link a:hover,
body.thematique-consommation .links .link-url a:hover,
body.thematique-consommation .external-link .link-url a:hover {
  color: #f6ab4d;
}

body.thematique-production .links .link a:hover,
body.thematique-production .external-link .link a:hover,
body.thematique-production .links .link-url a:hover,
body.thematique-production .external-link .link-url a:hover {
  color: #11215b;
}

body.thematique-territoire-et-regions .links .link a:hover,
body.thematique-territoire-et-regions .external-link .link a:hover,
body.thematique-territoire-et-regions .links .link-url a:hover,
body.thematique-territoire-et-regions .external-link .link-url a:hover,
body.thematique-territoires-et-regions .links .link a:hover,
body.thematique-territoires-et-regions .external-link .link a:hover,
body.thematique-territoires-et-regions .links .link-url a:hover,
body.thematique-territoires-et-regions .external-link .link-url a:hover {
  color: #38b6bc;
}

body.thematique-marches .links .link a:hover,
body.thematique-marches .external-link .link a:hover,
body.thematique-marches .links .link-url a:hover,
body.thematique-marches .external-link .link-url a:hover,
body.thematique-marches-et-europe .links .link a:hover,
body.thematique-marches-et-europe .external-link .link a:hover,
body.thematique-marches-et-europe .links .link-url a:hover,
body.thematique-marches-et-europe .external-link .link-url a:hover {
  color: #e85252;
}

body.thematique-flexibilite .links .link a:hover,
body.thematique-flexibilite .external-link .link a:hover,
body.thematique-flexibilite .links .link-url a:hover,
body.thematique-flexibilite .external-link .link-url a:hover {
  color: #931965;
}

body.thematique-reseau-de-transport .links .link a:hover,
body.thematique-reseau-de-transport .external-link .link a:hover,
body.thematique-reseau-de-transport .links .link-url a:hover,
body.thematique-reseau-de-transport .external-link .link-url a:hover,
body.thematique-reseau .links .link a:hover,
body.thematique-reseau .external-link .link a:hover,
body.thematique-reseau .links .link-url a:hover,
body.thematique-reseau .external-link .link-url a:hover {
  color: #b3a1aa;
}

body.thematique-synthese .links .link a:hover,
body.thematique-synthese .external-link .link a:hover,
body.thematique-synthese .links .link-url a:hover,
body.thematique-synthese .external-link .link-url a:hover {
  color: #00a6d9;
}

body.thematique-europe .links .link a:hover,
body.thematique-europe .external-link .link a:hover,
body.thematique-europe .links .link-url a:hover,
body.thematique-europe .external-link .link-url a:hover {
  color: #83c081;
}

body.thematique-default .links .link a:hover,
body.thematique-default .external-link .link a:hover,
body.thematique-default .links .link-url a:hover,
body.thematique-default .external-link .link-url a:hover {
  color: #00a7de;
}

body.thematique-consommation .links .link a:hover .icon svg,
body.thematique-consommation .external-link .link a:hover .icon svg,
body.thematique-consommation .links .link-url a:hover .icon svg,
body.thematique-consommation .external-link .link-url a:hover .icon svg,
body.thematique-consommation .links .link a:hover .icon svg path,
body.thematique-consommation .external-link .link a:hover .icon svg path,
body.thematique-consommation .links .link-url a:hover .icon svg path,
body.thematique-consommation .external-link .link-url a:hover .icon svg path {
  fill: #f6ab4d;
}

body.thematique-production .links .link a:hover .icon svg,
body.thematique-production .external-link .link a:hover .icon svg,
body.thematique-production .links .link-url a:hover .icon svg,
body.thematique-production .external-link .link-url a:hover .icon svg,
body.thematique-production .links .link a:hover .icon svg path,
body.thematique-production .external-link .link a:hover .icon svg path,
body.thematique-production .links .link-url a:hover .icon svg path,
body.thematique-production .external-link .link-url a:hover .icon svg path {
  fill: #11215b;
}

body.thematique-territoire-et-regions .links .link a:hover .icon svg,
body.thematique-territoire-et-regions .external-link .link a:hover .icon svg,
body.thematique-territoire-et-regions .links .link-url a:hover .icon svg,
body.thematique-territoire-et-regions .external-link .link-url a:hover .icon svg,
body.thematique-territoire-et-regions .links .link a:hover .icon svg path,
body.thematique-territoire-et-regions .external-link .link a:hover .icon svg path,
body.thematique-territoire-et-regions .links .link-url a:hover .icon svg path,
body.thematique-territoire-et-regions .external-link .link-url a:hover .icon svg path,
body.thematique-territoires-et-regions .links .link a:hover .icon svg,
body.thematique-territoires-et-regions .external-link .link a:hover .icon svg,
body.thematique-territoires-et-regions .links .link-url a:hover .icon svg,
body.thematique-territoires-et-regions .external-link .link-url a:hover .icon svg,
body.thematique-territoires-et-regions .links .link a:hover .icon svg path,
body.thematique-territoires-et-regions .external-link .link a:hover .icon svg path,
body.thematique-territoires-et-regions .links .link-url a:hover .icon svg path,
body.thematique-territoires-et-regions .external-link .link-url a:hover .icon svg path {
  fill: #38b6bc;
}

body.thematique-marches .links .link a:hover .icon svg,
body.thematique-marches .external-link .link a:hover .icon svg,
body.thematique-marches .links .link-url a:hover .icon svg,
body.thematique-marches .external-link .link-url a:hover .icon svg,
body.thematique-marches .links .link a:hover .icon svg path,
body.thematique-marches .external-link .link a:hover .icon svg path,
body.thematique-marches .links .link-url a:hover .icon svg path,
body.thematique-marches .external-link .link-url a:hover .icon svg path,
body.thematique-marches-et-europe .links .link a:hover .icon svg,
body.thematique-marches-et-europe .external-link .link a:hover .icon svg,
body.thematique-marches-et-europe .links .link-url a:hover .icon svg,
body.thematique-marches-et-europe .external-link .link-url a:hover .icon svg,
body.thematique-marches-et-europe .links .link a:hover .icon svg path,
body.thematique-marches-et-europe .external-link .link a:hover .icon svg path,
body.thematique-marches-et-europe .links .link-url a:hover .icon svg path,
body.thematique-marches-et-europe .external-link .link-url a:hover .icon svg path {
  fill: #e85252;
}

body.thematique-flexibilite .links .link a:hover .icon svg,
body.thematique-flexibilite .external-link .link a:hover .icon svg,
body.thematique-flexibilite .links .link-url a:hover .icon svg,
body.thematique-flexibilite .external-link .link-url a:hover .icon svg,
body.thematique-flexibilite .links .link a:hover .icon svg path,
body.thematique-flexibilite .external-link .link a:hover .icon svg path,
body.thematique-flexibilite .links .link-url a:hover .icon svg path,
body.thematique-flexibilite .external-link .link-url a:hover .icon svg path {
  fill: #931965;
}

body.thematique-reseau-de-transport .links .link a:hover .icon svg,
body.thematique-reseau-de-transport .external-link .link a:hover .icon svg,
body.thematique-reseau-de-transport .links .link-url a:hover .icon svg,
body.thematique-reseau-de-transport .external-link .link-url a:hover .icon svg,
body.thematique-reseau-de-transport .links .link a:hover .icon svg path,
body.thematique-reseau-de-transport .external-link .link a:hover .icon svg path,
body.thematique-reseau-de-transport .links .link-url a:hover .icon svg path,
body.thematique-reseau-de-transport .external-link .link-url a:hover .icon svg path,
body.thematique-reseau .links .link a:hover .icon svg,
body.thematique-reseau .external-link .link a:hover .icon svg,
body.thematique-reseau .links .link-url a:hover .icon svg,
body.thematique-reseau .external-link .link-url a:hover .icon svg,
body.thematique-reseau .links .link a:hover .icon svg path,
body.thematique-reseau .external-link .link a:hover .icon svg path,
body.thematique-reseau .links .link-url a:hover .icon svg path,
body.thematique-reseau .external-link .link-url a:hover .icon svg path {
  fill: #b3a1aa;
}

body.thematique-synthese .links .link a:hover .icon svg,
body.thematique-synthese .external-link .link a:hover .icon svg,
body.thematique-synthese .links .link-url a:hover .icon svg,
body.thematique-synthese .external-link .link-url a:hover .icon svg,
body.thematique-synthese .links .link a:hover .icon svg path,
body.thematique-synthese .external-link .link a:hover .icon svg path,
body.thematique-synthese .links .link-url a:hover .icon svg path,
body.thematique-synthese .external-link .link-url a:hover .icon svg path {
  fill: #00a6d9;
}

body.thematique-europe .links .link a:hover .icon svg,
body.thematique-europe .external-link .link a:hover .icon svg,
body.thematique-europe .links .link-url a:hover .icon svg,
body.thematique-europe .external-link .link-url a:hover .icon svg,
body.thematique-europe .links .link a:hover .icon svg path,
body.thematique-europe .external-link .link a:hover .icon svg path,
body.thematique-europe .links .link-url a:hover .icon svg path,
body.thematique-europe .external-link .link-url a:hover .icon svg path {
  fill: #83c081;
}

body.thematique-default .links .link a:hover .icon svg,
body.thematique-default .external-link .link a:hover .icon svg,
body.thematique-default .links .link-url a:hover .icon svg,
body.thematique-default .external-link .link-url a:hover .icon svg,
body.thematique-default .links .link a:hover .icon svg path,
body.thematique-default .external-link .link a:hover .icon svg path,
body.thematique-default .links .link-url a:hover .icon svg path,
body.thematique-default .external-link .link-url a:hover .icon svg path {
  fill: #00a7de;
}

body.thematique-consommation .links .link a:hover .icon svg,
body.thematique-consommation .external-link .link a:hover .icon svg,
body.thematique-consommation .links .link-url a:hover .icon svg,
body.thematique-consommation .external-link .link-url a:hover .icon svg,
body.thematique-consommation .links .link a:hover .icon svg path,
body.thematique-consommation .external-link .link a:hover .icon svg path,
body.thematique-consommation .links .link-url a:hover .icon svg path,
body.thematique-consommation .external-link .link-url a:hover .icon svg path {
  stroke: #f6ab4d;
}

body.thematique-production .links .link a:hover .icon svg,
body.thematique-production .external-link .link a:hover .icon svg,
body.thematique-production .links .link-url a:hover .icon svg,
body.thematique-production .external-link .link-url a:hover .icon svg,
body.thematique-production .links .link a:hover .icon svg path,
body.thematique-production .external-link .link a:hover .icon svg path,
body.thematique-production .links .link-url a:hover .icon svg path,
body.thematique-production .external-link .link-url a:hover .icon svg path {
  stroke: #11215b;
}

body.thematique-territoire-et-regions .links .link a:hover .icon svg,
body.thematique-territoire-et-regions .external-link .link a:hover .icon svg,
body.thematique-territoire-et-regions .links .link-url a:hover .icon svg,
body.thematique-territoire-et-regions .external-link .link-url a:hover .icon svg,
body.thematique-territoire-et-regions .links .link a:hover .icon svg path,
body.thematique-territoire-et-regions .external-link .link a:hover .icon svg path,
body.thematique-territoire-et-regions .links .link-url a:hover .icon svg path,
body.thematique-territoire-et-regions .external-link .link-url a:hover .icon svg path,
body.thematique-territoires-et-regions .links .link a:hover .icon svg,
body.thematique-territoires-et-regions .external-link .link a:hover .icon svg,
body.thematique-territoires-et-regions .links .link-url a:hover .icon svg,
body.thematique-territoires-et-regions .external-link .link-url a:hover .icon svg,
body.thematique-territoires-et-regions .links .link a:hover .icon svg path,
body.thematique-territoires-et-regions .external-link .link a:hover .icon svg path,
body.thematique-territoires-et-regions .links .link-url a:hover .icon svg path,
body.thematique-territoires-et-regions .external-link .link-url a:hover .icon svg path {
  stroke: #38b6bc;
}

body.thematique-marches .links .link a:hover .icon svg,
body.thematique-marches .external-link .link a:hover .icon svg,
body.thematique-marches .links .link-url a:hover .icon svg,
body.thematique-marches .external-link .link-url a:hover .icon svg,
body.thematique-marches .links .link a:hover .icon svg path,
body.thematique-marches .external-link .link a:hover .icon svg path,
body.thematique-marches .links .link-url a:hover .icon svg path,
body.thematique-marches .external-link .link-url a:hover .icon svg path,
body.thematique-marches-et-europe .links .link a:hover .icon svg,
body.thematique-marches-et-europe .external-link .link a:hover .icon svg,
body.thematique-marches-et-europe .links .link-url a:hover .icon svg,
body.thematique-marches-et-europe .external-link .link-url a:hover .icon svg,
body.thematique-marches-et-europe .links .link a:hover .icon svg path,
body.thematique-marches-et-europe .external-link .link a:hover .icon svg path,
body.thematique-marches-et-europe .links .link-url a:hover .icon svg path,
body.thematique-marches-et-europe .external-link .link-url a:hover .icon svg path {
  stroke: #e85252;
}

body.thematique-flexibilite .links .link a:hover .icon svg,
body.thematique-flexibilite .external-link .link a:hover .icon svg,
body.thematique-flexibilite .links .link-url a:hover .icon svg,
body.thematique-flexibilite .external-link .link-url a:hover .icon svg,
body.thematique-flexibilite .links .link a:hover .icon svg path,
body.thematique-flexibilite .external-link .link a:hover .icon svg path,
body.thematique-flexibilite .links .link-url a:hover .icon svg path,
body.thematique-flexibilite .external-link .link-url a:hover .icon svg path {
  stroke: #931965;
}

body.thematique-reseau-de-transport .links .link a:hover .icon svg,
body.thematique-reseau-de-transport .external-link .link a:hover .icon svg,
body.thematique-reseau-de-transport .links .link-url a:hover .icon svg,
body.thematique-reseau-de-transport .external-link .link-url a:hover .icon svg,
body.thematique-reseau-de-transport .links .link a:hover .icon svg path,
body.thematique-reseau-de-transport .external-link .link a:hover .icon svg path,
body.thematique-reseau-de-transport .links .link-url a:hover .icon svg path,
body.thematique-reseau-de-transport .external-link .link-url a:hover .icon svg path,
body.thematique-reseau .links .link a:hover .icon svg,
body.thematique-reseau .external-link .link a:hover .icon svg,
body.thematique-reseau .links .link-url a:hover .icon svg,
body.thematique-reseau .external-link .link-url a:hover .icon svg,
body.thematique-reseau .links .link a:hover .icon svg path,
body.thematique-reseau .external-link .link a:hover .icon svg path,
body.thematique-reseau .links .link-url a:hover .icon svg path,
body.thematique-reseau .external-link .link-url a:hover .icon svg path {
  stroke: #b3a1aa;
}

body.thematique-synthese .links .link a:hover .icon svg,
body.thematique-synthese .external-link .link a:hover .icon svg,
body.thematique-synthese .links .link-url a:hover .icon svg,
body.thematique-synthese .external-link .link-url a:hover .icon svg,
body.thematique-synthese .links .link a:hover .icon svg path,
body.thematique-synthese .external-link .link a:hover .icon svg path,
body.thematique-synthese .links .link-url a:hover .icon svg path,
body.thematique-synthese .external-link .link-url a:hover .icon svg path {
  stroke: #00a6d9;
}

body.thematique-europe .links .link a:hover .icon svg,
body.thematique-europe .external-link .link a:hover .icon svg,
body.thematique-europe .links .link-url a:hover .icon svg,
body.thematique-europe .external-link .link-url a:hover .icon svg,
body.thematique-europe .links .link a:hover .icon svg path,
body.thematique-europe .external-link .link a:hover .icon svg path,
body.thematique-europe .links .link-url a:hover .icon svg path,
body.thematique-europe .external-link .link-url a:hover .icon svg path {
  stroke: #83c081;
}

body.thematique-default .links .link a:hover .icon svg,
body.thematique-default .external-link .link a:hover .icon svg,
body.thematique-default .links .link-url a:hover .icon svg,
body.thematique-default .external-link .link-url a:hover .icon svg,
body.thematique-default .links .link a:hover .icon svg path,
body.thematique-default .external-link .link a:hover .icon svg path,
body.thematique-default .links .link-url a:hover .icon svg path,
body.thematique-default .external-link .link-url a:hover .icon svg path {
  stroke: #00a7de;
}

.links .link .icon,
.external-link .link .icon,
.links .link-url .icon,
.external-link .link-url .icon {
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-size: 50px 50px;
  overflow: hidden;
}

.links .link .icon svg,
.external-link .link .icon svg,
.links .link-url .icon svg,
.external-link .link-url .icon svg {
  width: 50px;
  height: 50px;
  fill: #444;
  position: absolute;
  top: -12px;
  left: -12px;
}

.external-link {
  background: none;
  padding: 0;
}

.external-link .link-url {
  text-align: center;
}

.external-link .link-url a {
  padding: 10px 10px 10px 40px;
}

body.thematique-consommation .external-link .link-url a:hover {
  color: #f6ab4d;
}

body.thematique-production .external-link .link-url a:hover {
  color: #11215b;
}

body.thematique-territoire-et-regions .external-link .link-url a:hover,
body.thematique-territoires-et-regions .external-link .link-url a:hover {
  color: #38b6bc;
}

body.thematique-marches .external-link .link-url a:hover,
body.thematique-marches-et-europe .external-link .link-url a:hover {
  color: #e85252;
}

body.thematique-flexibilite .external-link .link-url a:hover {
  color: #931965;
}

body.thematique-reseau-de-transport .external-link .link-url a:hover,
body.thematique-reseau .external-link .link-url a:hover {
  color: #b3a1aa;
}

body.thematique-synthese .external-link .link-url a:hover {
  color: #00a6d9;
}

body.thematique-europe .external-link .link-url a:hover {
  color: #83c081;
}

body.thematique-default .external-link .link-url a:hover {
  color: #00a7de;
}

.external-link .link-url a .icon {
  left: 10px;
}

.more-repeater {
  text-align: center;
}

.more {
  padding-top: 15px;
}

.more button.btn {
  border: 0;
  border-radius: 3px;
  min-height: 50px;
  min-width: 150px;
  margin-bottom: 20px;
  padding: 5px 40px;
  position: relative;
  line-height: 21px;
  text-align: left;
}

body.thematique-consommation .more button.btn {
  background: #f6ab4d;
}

body.thematique-production .more button.btn {
  background: #11215b;
}

body.thematique-territoire-et-regions .more button.btn,
body.thematique-territoires-et-regions .more button.btn {
  background: #38b6bc;
}

body.thematique-marches .more button.btn,
body.thematique-marches-et-europe .more button.btn {
  background: #e85252;
}

body.thematique-flexibilite .more button.btn {
  background: #931965;
}

body.thematique-reseau-de-transport .more button.btn,
body.thematique-reseau .more button.btn {
  background: #b3a1aa;
}

body.thematique-synthese .more button.btn {
  background: #00a6d9;
}

body.thematique-europe .more button.btn {
  background: #83c081;
}

body.thematique-default .more button.btn {
  background: #00a7de;
}

.more button.btn.btn-ico {
  padding: 5px 10px 5px 60px;
}

.more button.btn,
.more button.btn:focus {
  color: #fff;
  outline: none;
}

.more button.btn:hover,
.more button.btn.close:hover {
  color: rgba(255, 255, 255, 0.5);
}

.more button.btn.close {
  min-width: 430px;
  color: #fff;
  text-align: center;
}

.more button.btn.close:before {
  content: '+';
  transform: rotate(45deg);
  position: absolute;
  font-size: 25px;
  left: 0px;
  top: 50%;
  height: 60px;
  margin-top: -15px;
}

.more button.btn.btn-ico-plus:hover:after,
.more button.btn.btn-ico-plus:hover span {
  opacity: 0.5;
}

.more button.btn.btn-ico-plus:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  background: url('../img/w/ico-plus-circle.svg');
  background-position: 0;
  width: 60px;
}

.more button.btn.btn-ico-plus .ico svg {
  display: none;
}

.pedagogique .more button.btn.btn-ico-plus .ico svg {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  width: 60px;
  fill: #fff;
}

body.thematique-consommation .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #f6ab4d;
}

body.thematique-production .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #11215b;
}

body.thematique-territoire-et-regions .pedagogique .more button.btn.btn-ico-plus .ico svg,
body.thematique-territoires-et-regions .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #38b6bc;
}

body.thematique-marches .pedagogique .more button.btn.btn-ico-plus .ico svg,
body.thematique-marches-et-europe .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #e85252;
}

body.thematique-flexibilite .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #931965;
}

body.thematique-reseau-de-transport .pedagogique .more button.btn.btn-ico-plus .ico svg,
body.thematique-reseau .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #b3a1aa;
}

body.thematique-synthese .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #00a6d9;
}

body.thematique-europe .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #83c081;
}

body.thematique-default .pedagogique .more button.btn.btn-ico-plus .ico svg {
  fill: #00a7de;
}

.pedagogique .more button.btn.btn-ico-plus:after {
  display: none;
}

.sr-only {
  display: none;
}

.consommation.thematique-container h2 {
  background-color: #f6ab4d;
}

.production.thematique-container h2 {
  background-color: #11215b;
}

.territoire-et-regions.thematique-container h2,
.territoires-et-regions.thematique-container h2 {
  background-color: #38b6bc;
}

.marches.thematique-container h2 {
  background-color: #e85252;
}

.marches-et-europe.thematique-container h2 {
  background-color: #e85252;
}

.flexibilite.thematique-container h2 {
  background-color: #931965;
}

.reseau-de-transport.thematique-container h2,
.reseau.thematique-container h2 {
  background-color: #b3a1aa;
}

.synthese.thematique-container h2 {
  background-color: #00a6d9;
}

.europe.thematique-container h2 {
  background-color: #83c081;
}

.bilan-electrique,
.bilan-electrique a {
  color: #fff;
}

.bilan-electrique .page-background {
  position: fixed !important;
}

.bilan-electrique .page-inner {
  position: relative;
  z-index: 10;
}

.bilan-electrique h1 {
  margin: 50px 0;
  text-align: center;
}

.bilan-electrique .block-container {
  padding: 15px 50px;
  text-align: center;
}

.bilan-electrique .block-container,
.bilan-electrique .block-container a {
  color: #fff;
}

.bilan-electrique .bilan-electrique-focus {
  margin-bottom: 30px;
}

.bilan-electrique .bilan-electrique-focus .block-container {
  margin: 0;
}

.bilan-electrique .panier-intro strong {
  font-size: 18px;
  font-family: "Avenir Heavy", sans-serif;
}

.bilan-electrique h2 {
  background: #888;
  padding: 8px 12px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 3px;
  font-weight: normal;
  font-family: "Avenir Roman", sans-serif;
  color: #555;
  font-size: 15px;
  color: #fff;
  padding: 14px 22px;
}

.bilan-electrique .bottom-link {
  margin: 25px 0 5px;
}

.bilan-electrique .bottom-link:before,
.bilan-electrique .bottom-link:after {
  content: " ";
  display: table;
}

.bilan-electrique .bottom-link:after {
  clear: both;
}

.bilan-electrique .thematique-content {
  list-style: none;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 0;
}

.bilan-electrique .thematique-content>li {
  position: relative;
  overflow: hidden;
  padding: 6px 132px 6px 0;
  /*			&:hover {
     background: rgba(255, 255, 255, 0.2);
     }*/
}

.bilan-electrique .thematique-content>li span:before {
  content: '• ';
}

.bilan-electrique .thematique-content .sub-content,
.bilan-electrique .thematique-content .sub-content ul {
  list-style: none;
  margin: 0;
  padding-left: 90px;
}

.bilan-electrique .thematique-content .sub-content>li,
.bilan-electrique .thematique-content .sub-content>li>ul>li {
  padding: 14px 0;
  position: relative;
}

.bilan-electrique .thematique-content .sub-content>li:after,
.bilan-electrique .thematique-content .sub-content>li>ul>li:after {
  position: absolute;
  width: 35px;
  height: 20px;
  border: 0;
  right: 100%;
  top: 10px;
  content: ' ';
  margin-right: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.bilan-electrique .options {
  position: absolute;
  top: 5px;
  right: 6px;
  list-style: none;
  height: 20px;
  padding-left: 0;
}

.bilan-electrique .options a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}

.bilan-electrique .options a:hover {
  opacity: 0.5;
}

.bilan-electrique .options li {
  float: left;
  margin-left: 22px;
}

.bilan-electrique .options .see {
  background-image: url('../img/w/ico-eye.svg');
}

.bilan-electrique .options .trash {
  background-image: url('../img/w/ico-cross.svg');
}

.bilan-electrique .thematique-content .sub-content .options {
  right: -126px;
}

.bilan-electrique .list-title-container {
  border-bottom: 1px solid dotted;
  display: block;
  position: relative;
  overflow: hidden;
}

.bilan-electrique .list-title-container span {
  position: relative;
}

.bilan-electrique .list-title-container span:after {
  content: ' ';
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 100%;
  width: 9999px;
  margin-left: 40px;
  background: #fff;
}

.bilan-electrique .list-title-container a {
  display: inline;
  overflow: hidden;
}

.bilan-electrique #menu-layer.show {
  z-index: 50;
}

.bilan-electrique .download-button-container {
  margin: 40px 0;
  text-align: center;
}

.bilan-electrique .download-button-container.hide {
  display: none;
}

.bilan-electrique .removed {
  padding: 0;
  margin: 0;
}

@-webkit-keyframes removeThematique {
  0% {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
  }

  50% {
    background: rgba(255, 255, 255, 1);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes removeThematique {
  0% {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
  }

  50% {
    background: rgba(255, 255, 255, 1);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }
}

@-o-keyframes removeThematique {
  0% {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
  }

  50% {
    background: rgba(255, 255, 255, 1);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes removeThematique {
  0% {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
  }

  50% {
    background: rgba(255, 255, 255, 1);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 782px) {
  .bilan-electrique .thematique-content {
    padding-left: 0;
    margin-bottom: 0;
  }

  .bilan-electrique .list-title-container span:after {
    content: '....................................................................................................................................................................................................................................';
    background: none;
    height: auto;
    bottom: 0;
  }

  .bilan-electrique .thematique-content .sub-content li:after {
    margin-right: 5px;
    top: 8px;
    width: 10px;
    height: 10px;
  }

  .bilan-electrique .thematique-content .sub-content li {
    padding: 7px 0;
  }

  .bilan-electrique .thematique-content .sub-content,
  .bilan-electrique .thematique-content .sub-content ul {
    margin: 0;
    padding-left: 20px;
  }

  .bilan-electrique .nav-trans.download:before {
    left: 28px;
  }
}

.search-intro {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-top: 60px;
  color: #fff;
}

.search-word {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 70px 0;
}

.results-container,
.results-container a {
  color: #fff;
}

.results-container a:hover {
  text-decoration: underline;
}

.results-container .title-thematique {
  padding: 0 15px;
  width: 100%;
}

.results-container .title-thematique h1 {
  color: #fff;
  margin-bottom: 30px;
}

.results-container .result {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.results-container .article {
  margin-bottom: 20px;
}

.results-container .article .content {
  border: 1px solid #fff;
  padding: 15px;
}

.results-container .article .title-article {
  font-size: 24px;
  line-height: 24px;
}

.results-container .article .bloc {
  font-size: 18px;
  line-height: 20px;
  margin: 25px 30px;
}

.new-search {
  margin-bottom: 60px;
  text-align: center;
}

.new-search .search-btn:after {
  content: ' ';
}

.new-search .search-btn input {
  background: transparent;
  border: 0;
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  font-size: 22px;
  width: 100%;
  max-width: 420px;
}

.new-search .search-btn input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.new-search .search-btn input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.new-search .search-btn input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.new-search .search-btn button {
  width: 40px;
  height: 40px;
  border: 0;
  background: url('../img/w/ico-search.png') 50% 100% no-repeat;
  background-size: 30px 30px;
  vertical-align: bottom;
}

.new-search .search-btn button:hover {
  opacity: 0.5;
}

.page-template-default,
.page-template-sitemap,
.page-template-sitemap a {
  color: #fff;
}

.amcharts-bg,
.amcharts-plot-area,
.amcharts-legend-bg {
  display: none;
}

@media print {

  .amcharts-bg,
  .amcharts-plot-area,
  .amcharts-legend-bg {
    display: none;
  }
}

.site-content {
  background-color: white;
}
