/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #a0a0a0;
}
.ol-overlay-container {
  will-change: left, right, top, bottom;
}
.ol-unsupported {
  display: none;
}
.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}
/*!
Fork Awesome 1.1.7
License - https://forkaweso.me/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'ForkAwesome';
  src: url(/static/clients/apps/35e77a38ca9d85c4e8974261be764879.eot);
  src: url(/static/clients/apps/35e77a38ca9d85c4e8974261be764879.eot?#iefix&v=1.1.7) format('embedded-opentype'), url(/static/clients/apps/3a9e014c2469ffa65a0ea64a24e48b44.woff2) format('woff2'), url(/static/clients/apps/44bbdbbfb5a10ba2d1ceba3c1e0fc1f5.woff) format('woff'), url(/static/clients/apps/fc46f3dae03b2b2e1ceed60971e90c9a.ttf) format('truetype'), url(/static/clients/apps/bc80a08bbc9e32159666d5e8e91f5a87.svg#forkawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Fork Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-sync:before,
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video:before,
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell-o:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-globe-e:before {
  content: "\F304";
}
.fa-globe-w:before {
  content: "\F305";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-community:before,
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus-g:before,
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-utensils:before,
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-pound:before,
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-down:before,
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-up:before,
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-down:before,
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-up:before,
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-down:before,
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-up:before,
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-utensil-spoon:before,
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-heading:before,
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-closed-captioning:before,
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-gem:before,
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-medium-square:before {
  content: "\F2F8";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo-v:before,
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-forkawesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.fa-mastodon:before {
  content: "\F2E1";
}
.fa-mastodon-alt:before {
  content: "\F2E2";
}
.fa-fork-circle:before,
.fa-fork-awesome:before {
  content: "\F2E3";
}
.fa-peertube:before {
  content: "\F2E4";
}
.fa-diaspora:before {
  content: "\F2E5";
}
.fa-friendica:before {
  content: "\F2E6";
}
.fa-gnu-social:before {
  content: "\F2E7";
}
.fa-liberapay-square:before {
  content: "\F2E8";
}
.fa-liberapay:before {
  content: "\F2E9";
}
.fa-ssb:before,
.fa-scuttlebutt:before {
  content: "\F2EA";
}
.fa-hubzilla:before {
  content: "\F2EB";
}
.fa-social-home:before {
  content: "\F2EC";
}
.fa-artstation:before {
  content: "\F2ED";
}
.fa-discord:before {
  content: "\F2EE";
}
.fa-discord-alt:before {
  content: "\F2EF";
}
.fa-patreon:before {
  content: "\F2F0";
}
.fa-snowdrift:before {
  content: "\F2F1";
}
.fa-activitypub:before {
  content: "\F2F2";
}
.fa-ethereum:before {
  content: "\F2F3";
}
.fa-keybase:before {
  content: "\F2F4";
}
.fa-shaarli:before {
  content: "\F2F5";
}
.fa-shaarli-o:before {
  content: "\F2F6";
}
.fa-cut-key:before,
.fa-key-modern:before {
  content: "\F2F7";
}
.fa-xmpp:before {
  content: "\F2F9";
}
.fa-archive-org:before {
  content: "\F2FC";
}
.fa-freedombox:before {
  content: "\F2FD";
}
.fa-facebook-messenger:before {
  content: "\F2FE";
}
.fa-debian:before {
  content: "\F2FF";
}
.fa-mastodon-square:before {
  content: "\F300";
}
.fa-tipeee:before {
  content: "\F301";
}
.fa-react:before {
  content: "\F302";
}
.fa-dogmazic:before {
  content: "\F303";
}
.fa-zotero:before {
  content: "\F309";
}
.fa-nodejs:before {
  content: "\F308";
}
.fa-nextcloud:before {
  content: "\F306";
}
.fa-nextcloud-square:before {
  content: "\F307";
}
.fa-hackaday:before {
  content: "\F30A";
}
.fa-laravel:before {
  content: "\F30B";
}
.fa-signalapp:before {
  content: "\F30C";
}
.fa-gnupg:before {
  content: "\F30D";
}
.fa-php:before {
  content: "\F30E";
}
.fa-ffmpeg:before {
  content: "\F30F";
}
.fa-joplin:before {
  content: "\F310";
}
.fa-syncthing:before {
  content: "\F311";
}
.fa-inkscape:before {
  content: "\F312";
}
.fa-matrix-org:before {
  content: "\F313";
}
.fa-pixelfed:before {
  content: "\F314";
}
.fa-bootstrap:before {
  content: "\F315";
}
.fa-dev-to:before {
  content: "\F316";
}
.fa-hashnode:before {
  content: "\F317";
}
.fa-jirafeau:before {
  content: "\F318";
}
.fa-emby:before {
  content: "\F319";
}
.fa-wikidata:before {
  content: "\F31A";
}
.fa-gimp:before {
  content: "\F31B";
}
.fa-c:before {
  content: "\F31C";
}
.fa-digitalocean:before {
  content: "\F31D";
}
.fa-att:before {
  content: "\F31E";
}
.fa-gitea:before {
  content: "\F31F";
}
.fa-file-epub:before {
  content: "\F321";
}
.fa-python:before {
  content: "\F322";
}
.fa-archlinux:before {
  content: "\F323";
}
.fa-pleroma:before {
  content: "\F324";
}
.fa-unsplash:before {
  content: "\F325";
}
.fa-hackster:before {
  content: "\F326";
}
.fa-spell-check:before {
  content: "\F327";
}
.fa-moon:before {
  content: "\F328";
}
.fa-sun:before {
  content: "\F329";
}
.fa-f-droid:before {
  content: "\F32A";
}
.fa-biometric:before {
  content: "\F32B";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/clients/apps/4edc4ddfc888e378a8f39661d92c79ef.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/clients/apps/98fdfa6f254f0338d4e889ba7a6983b6.woff) format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/clients/apps/80289755f371315765abb7dd3a9f5f14.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/clients/apps/72e073bc21a0903ae623350c0b828c77.woff) format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'u001con';
  src: url(/static/clients/apps/8e79f44823a5e758a8edc5edf0a7a999.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'u001con';
  src: url(/static/clients/apps/35cf3f6eb4dd68e65f9393fe2eb7b184.woff) format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'u001con';
  src: url(/static/clients/apps/79af8804a03bc700d72614b679b7530e.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'u001con';
  src: url(/static/clients/apps/8f7a652e711657c117e32466d1038901.woff) format('woff');
  font-weight: 400;
  font-style: italic;
}
/******** FONT WEIGHTS ********/
/******** FONT SIZES ********/
/******** INTERACTIVE TEXT ********/
/******** INPUT ********/
/******** Junk - TO BE SORTED ********/
.link {
  transition: all 0.1s;
  cursor: pointer;
}
.link:hover {
  color: blue;
}
.labelStyle {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: underline;
}
/******** MOBILE ********/
/******** MEDIA QUERIES ********/
.transition {
  transition: all 0.1s;
}
.transitionSlow {
  transition: all 0.3s;
}
.border1px {
  border: 1px solid #646464;
}
.awsomefont {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awsomefont-spin {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.legendItemPosition {
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
}
.interactive {
  transition: all 0.1s;
  cursor: default;
}
.interactive:hover {
  color: blue;
}
.widgetBackground {
  background-color: #f7f7f7;
  padding: 5px;
}
.widgetActiveBackground {
  transition: all 0.1s;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  padding: 5px;
  margin-bottom: 5px;
}
.widgetActiveBackground:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  cursor: default;
}
.widgetActiveBackground.active {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #a0a0a0 white;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
*::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px;
}
*::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #000000), color-stop(0.51, #ffffff), color-stop(1, #ffffff));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to right, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  background-image: -ms-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffffffff", GradientType=1);
}
*::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  width: 7.5px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}
body {
  font-family: 'Roboto';
  font-size: 0.8rem;
  background-color: #ffffff;
  color: #242424;
}
h1,
h2,
h3 {
  font-family: 'Roboto';
}
h1 {
  font-weight: 600;
  font-size: 330%;
  line-height: 90%;
  letter-spacing: -1.5px;
}
h2 {
  font-weight: 600;
  font-size: 1.12rem;
  color: #242424;
}
h3 {
  font-weight: 600;
}
a {
  transition: all 0.1s;
  color: #242424;
  text-decoration-color: #646464;
}
a:hover {
  color: blue;
}
details summary {
  cursor: default;
}
details summary:hover {
  color: blue;
}
.loader-spinner {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  margin: 0 5px;
}
.loader-spinner:before {
  color: #646464;
  content: "\F1CE";
}
.toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.toggle .active,
.toggle .no-active {
  font-weight: 500;
}
.toggle .active {
  color: blue;
}
.toggle .no-active {
  color: #a0a0a0;
}
.toggle .icon-only:before {
  font-size: 18px;
  color: blue;
  margin: 0 5px;
}
.hidden {
  display: none !important;
}
.header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: 0;
  height: 130px;
}
.main {
  position: absolute;
  top: 130px;
  right: 0;
  bottom: 74px;
  left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
}
.main > div {
  height: 100%;
}
.footer {
  position: absolute;
  top: initial;
  right: 0;
  bottom: 0;
  left: 0;
  height: 74px;
}
.sidebar-right {
  position: absolute;
  top: 0;
  right: calc(100% - 25%);
  bottom: 0;
  left: 0;
}
.sidebar-right h2 {
  margin-bottom: 5px!important;
}
.map-fs {
  padding-right: 0;
}
.map-fs .map-wrapper.map-interaction-select,
.map-and-info .map-wrapper.map-interaction-select {
  right: 0;
}
.map-fs .map-wrapper,
.map-and-info .map-wrapper {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 25%;
}
.map-fs .feature-info-back,
.map-and-info .feature-info-back {
  margin-right: 20px;
}
.map-fs .sidebar-header.feature-header,
.map-and-info .sidebar-header.feature-header {
  margin-top: 1em!important;
}
.map-fs .btn-zoomOnFeature,
.map-and-info .btn-zoomOnFeature {
  display: none;
}
.map-fs div.fullscreen,
.map-and-info div.fullscreen {
  display: none;
}
.layer-stub .inspire-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(100% - 25% + 15px - 1px);
  height: 100%;
  z-index: 3;
}
.map-and-right-sidebar > div:nth-child(1),
.main-and-right-sidebar > div:nth-child(1) {
  position: absolute;
  top: 0;
  right: 25%;
  bottom: 0;
  left: 15px;
}
.map-and-right-sidebar > div:nth-child(2),
.main-and-right-sidebar > div:nth-child(2) {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: calc(100% - 25% + 15px - 1px);
}
.legend-title h1 {
  color: #606060;
  font-size: 19px;
  text-transform: uppercase;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #2690cf;
  padding-bottom: 2px;
  margin-top: 2em;
}
.legend-config-group h2 {
  color: #2690cf;
  font-size: 18px;
  margin-top: 0.5em;
}
.legend-data-group h2,
.legend-download h2 {
  color: #2690cf;
  font-size: 18px;
  margin-top: 0.5em;
  padding: 0.4em;
  padding-left: 0.5em;
  border-radius: 20px;
}
.legend-data-group h2::after,
.legend-download h2::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0D7";
  float: right;
}
.legend-data-group.selected h2,
.legend-download.selected h2 {
  background-color: #d6d6d6;
}
.legend-data-group.selected h2::after,
.legend-download.selected h2::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0D8";
}
.legend-data-group.not-selected h2,
.legend-download.not-selected h2 {
  background-color: #ebebeb;
}
.legend-data-group.not-selected .data-group-elem,
.legend-download.not-selected .data-group-elem {
  display: none;
}
.data-group-elem .point {
  display: flex;
  height: 2em;
}
.data-group-elem .point .item-label {
  margin: auto 0;
}
.vertical-split {
  position: absolute;
  top: 0;
  right: 25%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.vertical-split > div {
  flex: 1;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
.vertical-split > div:first-child {
  margin-bottom: 15px;
}
.vertical-split > div.snail {
  display: flex;
  flex-direction: row-reverse;
}
.vertical-split > div.snail > div {
  flex: 1;
  position: relative;
  overflow: auto;
}
.vertical-split > div.snail > div.map-wrapper {
  overflow: hidden;
  margin-right: 15px;
}
.vertical-split > div.snail > div > div:nth-child(2) {
  direction: rtl;
}
.vertical-split > div.snail > div > div:nth-child(2) > * {
  direction: ltr;
}
.app-split-wrapper {
  font-size: 80%;
}
.app-split-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  height: 130px;
  padding: 5px;
  padding-right: 0px;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.app-split-header > div:first-child {
  font-size: 160%;
  display: flex;
  align-items: center;
}
.app-split-header .legend-type {
  text-transform: lowercase;
}
.app-split-main {
  display: flex;
  justify-content: space-between;
  height: calc(100% - 130px);
}
.column {
  height: 100% !important;
  width: calc((100% - 2 * 15px) / 3);
}
.column .column__title {
  position: relative;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 100%;
  text-transform: uppercase;
}
.column .column__body {
  height: calc(100% - 130px) !important;
  overflow-y: auto;
  padding-right: 7.5px;
}
.sidebar-theme h2 {
  max-width: 17.5em;
}
.sidebar-download .sidebar-download-btn {
  max-width: 25em;
}
.sidebar-download .sidebar-download-btn .station-select {
  margin-top: 1em;
}
.sidebar-download .sidebar-download-btn .station-select .selected {
  color: #242424!important;
  font-size: 14px;
  font-weight: normal;
}
.sidebar-download .sidebar-download-btn .station-select .selected:after {
  color: #242424!important;
}
.sidebar-download .sidebar-download-btn .param-select .selected {
  color: #242424!important;
  font-size: 14px;
  font-weight: normal;
}
.sidebar-download .sidebar-download-btn .param-select .selected:after {
  color: #242424!important;
}
.sidebar-download .sidebar-download-btn .date-select-header {
  margin-bottom: 5px;
  margin-top: 20px;
}
.sidebar-download .sidebar-download-btn .date-select {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sidebar-download .sidebar-download-btn .date-select input:first-child {
  margin-right: 5px;
}
.sidebar-download .sidebar-download-btn .date-select input {
  border-radius: 4px;
  border: 1px solid #646464;
}
.sidebar-download .sidebar-download-btn .download-btn {
  width: 100%;
}
.sidebar-download .sidebar-download-btn .download-btn .btn {
  margin-top: 1em;
  border-radius: 4px;
}
.sidebar-download .sidebar-download-btn .download-btn .btn a {
  text-decoration: none;
}
.header {
  background-image: url(/static/clients/apps/36a5020b5eff52b91e184ae9b7d01f1e.svg);
  background-repeat: repeat-x;
  background-position-y: center;
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-wrap: initial;
  margin: 0;
  padding: 15px;
  font-size: 120%;
}
.header > div {
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-wrap: initial;
  height: 130px;
}
.header * {
  font-size: inherit !important;
  color: #242424;
}
.header .brand-logo > div {
  height: 35px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .brand-logo .brand-name {
  background-image: url(/static/clients/apps/8490c7aa22ea8961f72d1a446fd1fb1d.png);
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
  margin-right: 0px;
  margin-bottom: 3px;
}
.header .header-titles {
  display: grid;
  margin-left: 2rem;
  font-weight: 700;
}
.header .header-titles .header-title {
  font-size: 28px !important;
  color: #606060;
  margin-top: 0.7em;
}
.header .header-titles .header-subtitle {
  font-size: 21px !important;
}
.header .header-titles .header-subtitle .header-subtitle1 {
  color: black;
}
.header .header-titles .header-subtitle .header-subtitle2 {
  color: #606060;
}
.header .header-menus {
  display: grid;
  margin-left: auto;
  font-size: 18px;
}
.header .header-menus .header-pages {
  margin-top: 1.2em;
  margin-right: 0.5em;
  font-weight: bold;
  text-align: right;
}
.header .header-menus .header-pages a {
  text-decoration: none;
}
.header .header-menus .header-pages .header-pages-sep {
  padding-left: 10px;
  padding-right: 10px;
}
.header .header-menus .lang-switch-label {
  text-decoration: underline !important;
}
.header .header-menus .header-search {
  display: flex;
  font-size: 20px;
}
.header .header-menus .header-search input {
  background-color: #f1f1f1;
  border: 0px;
  border-radius: 12px;
  padding-left: 6px;
  color: #000;
  height: 2rem;
  font-size: 1rem!important;
  width: 25rem;
}
.header .header-menus .header-search div.btn {
  border-radius: 4px;
  margin-left: 10px;
}
.header .header-menus .header-search .search-icon {
  display: block;
  width: 2em;
  font-size: 1.2rem!important;
  cursor: pointer;
  position: relative;
  left: 25rem;
  top: 7px;
}
.header .header-menus .header-search .search-icon .magnifier {
  color: #606060!important;
}
.header .header-menus .header-search .search-icon .magnifier:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F002";
}
.header .app-title {
  font-weight: 600;
  font-size: 15px !important;
  letter-spacing: -0.5px;
  margin-left: 1ch;
}
.header .lang-switch,
.header .navigate,
.header .app-select .head-label {
  transition: all 0.1s;
  cursor: default;
}
.header .lang-switch:before,
.header .navigate:before,
.header .app-select .head-label:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px !important;
  color: #242424;
}
.header .lang-switch:hover,
.header .navigate:hover,
.header .app-select .head-label:hover {
  color: #242424;
}
.header .lang-switch:hover:before,
.header .navigate:hover:before,
.header .app-select .head-label:hover:before {
  color: blue;
}
.header .app-listwrapper {
  position: absolute;
  top: 0px;
  right: calc(25% + 25px);
  bottom: auto;
  left: auto;
}
.header .app-listwrapper .app-listview:before {
  content: "\F141";
}
.header .header-toolbar {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 99999999;
}
.header .header-toolbar a {
  color: #242424;
  text-decoration: none;
  cursor: default;
}
.header .header-toolbar .lang-switch:before {
  content: "\F075";
}
.header .header-toolbar .documentation:before {
  content: "\F02D";
}
.header .header-toolbar .account:before {
  content: "\F007";
}
.header .header-toolbar .app-select .head-label::before {
  content: "\F015";
}
.header .header-toolbar .app-select .head-label {
  margin: 0px;
}
.header .header-toolbar .navigate.login::before {
  content: "\F090";
}
.header .header-toolbar .select__wrapper.app-select {
  margin: 0;
  font-weight: inherit !important;
}
.header .header-toolbar .select__wrapper.app-select .select,
.header .header-toolbar .select__wrapper.app-select.active .select {
  border: 0px;
}
.header .header-toolbar .select__wrapper.app-select .select .head {
  padding-right: 0 !important;
}
.header .header-toolbar .select__wrapper.app-select.active .select .tail {
  max-height: 75vh;
  width: 12em;
}
.header .header-toolbar .select__wrapper.app-select .select .selected:not(.none) {
  border: 0px;
}
.header .header-toolbar .select__wrapper.app-select .select .selected:not(.none):after {
  display: none;
}
.header .header-toolbar .select__wrapper.app-select .app-item {
  padding: 0.5em 0;
  justify-content: flex-start;
}
.header .header-toolbar .select__wrapper.app-select .app-item:hover:after {
  display: none;
}
.header .header-toolbar .select__wrapper.app-select .app-item .app-picto::before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  margin-right: 7.5px;
}
.header .header-toolbar .select__wrapper.app-select .app-item:hover .app-picto::before {
  color: blue;
}
.header .header-toolbar .select__wrapper.app-select .app-item.view .app-picto::before {
  content: "\F278";
}
.header .header-toolbar .select__wrapper.app-select .app-item.compose .app-picto::before {
  content: "\F040";
}
.header .header-toolbar .select__wrapper.app-select .app-item.metadata .app-picto::before {
  content: "\F0F6";
}
.header .header-toolbar .select__wrapper.app-select .app-item.alias .app-picto::before {
  content: "\F10E";
}
.header .header-toolbar .select__wrapper.app-select .app-item.angled-project .app-picto::before {
  content: "\F0CE";
}
.header .header-toolbar .select__wrapper.app-select .app-item.angled-query .app-picto::before {
  content: "\F002";
}
.header .header-toolbar .select__wrapper.app-select .app-item.angled-universe .app-picto::before {
  content: "\F02D";
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: initial;
  padding: 0 15px;
  font-size: 95%;
  background: #fff;
  background-color: #e6e7e8;
  height: 74px;
}
.footer .credits {
  margin: 0 auto;
  color: #242424;
  text-align: center;
  width: 50%;
}
.footer .credits a {
  color: blue;
}
.footer .credits .cartofixer {
  font-size: smaller;
  color: #c7c7c7!important;
  text-decoration: none;
}
.footer .footer-first-link {
  margin-left: auto;
}
.footer .footer-img {
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
}
.footer .footer-sher {
  background-image: url(/static/clients/apps/156c4e2a5c4332d2b8baed3e9ef563d0.png);
}
.footer .footer-enabel {
  background-image: url(/static/clients/apps/e58eabadc2a0f4c0f179a1ba07be5b4b.png);
}
.footer .footer-eu {
  background-image: url(/static/clients/apps/69355bb2d632ba1b02853251bb7b7c64.jpg);
}
.map-wrapper {
  background: url(/static/clients/apps/a8a2e1932da55e4e323f62898f71296b.png) repeat;
  border-color: #ffffff;
  border-style: solid;
  overflow: hidden !important;
}
.map-wrapper .map {
  height: 100%;
  width: 100%;
  border-width: 1px;
  border-style: inherit;
  border-color: inherit;
}
.map-wrapper .map-mode {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
  padding: 5px;
  min-width: 12px;
  min-height: 12px;
  background-color: #ffffff;
}
.map-wrapper .control-box {
  position: absolute;
  top: 40px;
  right: 15px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map-wrapper .control-box .ol-control,
.map-wrapper .control-box .zoom-in {
  margin-bottom: 5px;
}
.map-wrapper .control-box .ol-control,
.map-wrapper .control-box .zoom {
  margin-top: 10px!important;
}
.map-wrapper .control-box > div {
  position: relative;
}
.map-wrapper .control-box > div button {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.75);
  border-left: none;
  border-top-left-radius: 30%;
  border-bottom-left-radius: 30%;
  border: 0px;
  font-size: 16px;
  color: #606060;
}
.map-wrapper .control-box > div button:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.map-wrapper .control-box > div button:hover {
  color: blue;
}
.map-wrapper .control-box > div button:focus {
  outline: none;
}
.map-wrapper .control-box > div:last-child {
  margin-bottom: 15px;
  margin-top: 0px!important;
}
.map-wrapper .rotate {
  height: 25px;
  width: 35px;
}
.map-wrapper .rotate button .north-arrow {
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  left: 3px;
  background-image: url(/static/clients/apps/e2fd5650bb732a93bbad72e5fe5ee08b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-wrapper .fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
}
.map-wrapper .fullscreen button {
  padding: 0;
}
.map-wrapper .fullscreen button.fullscreen-false:before {
  content: "\F065";
}
.map-wrapper .fullscreen button.fullscreen-true:before {
  content: "\F066";
}
.map-wrapper .credit {
  position: absolute !important;
  top: initial !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 5px !important;
  font-size: 7pt;
  margin-bottom: 0px !important;
  width: calc(100% - 5px) !important;
  text-align: center;
}
.map-wrapper .credit a {
  color: #646464;
  text-decoration: none;
}
.map-wrapper .credit a:visited {
  color: #646464;
}
.map-wrapper .credit a:hover {
  color: #646464;
}
.map-wrapper .map-scale {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: -1px;
  padding: 5px;
  padding-left: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-style: inherit;
  border-top-color: inherit;
  border-right-color: inherit;
  display: flex;
  align-items: flex-end;
}
.map-wrapper .map-scale .map-scale-label {
  font-size: 0.65rem;
  padding-right: 5px;
}
.map-wrapper .map-scale .map-scale-line {
  flex: 1;
  display: flex;
  align-items: flex-end;
  border: 1px solid #242424;
  border-top: 0px;
  height: 6px;
}
.map-wrapper .map-scale .map-scale-line .quarter {
  flex: 1;
  height: 33%;
}
.map-wrapper .map-scale .map-scale-line .quarter:first-child {
  border-right: 1px solid #242424;
}
.map-wrapper .map-scale .map-scale-line .half {
  flex: 2;
  height: 66%;
  border-left: 1px solid #242424;
}
.map-wrapper .attribution {
  position: absolute;
  top: initial;
  right: 20px;
  bottom: 1px;
  left: initial;
  opacity: 0.8;
  padding: 3px;
  background-color: #ffffff;
  display: flex;
  align-items: flex-end;
  font-size: 0.65rem;
}
.map-wrapper .attribution .md {
  margin-left: 5px;
}
.map-wrapper .attribution .md p {
  margin: 0;
  padding: 0;
}
.map .credit {
  display: none;
}
.embed .map .credit {
  display: block;
}
.geo-measure .bottom {
  justify-content: space-between;
  display: flex;
}
div.infinite-table {
  background-color: #f7f7f7;
  padding: 5px;
  font-size: 80%;
  display: flex;
  flex-direction: column;
}
div.infinite-table .attr-headless-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.infinite-table.loading {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.infinite-table .table-toolbar {
  flex: 0 0 auto;
  min-height: 25px;
  padding: 5px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #646464;
}
div.infinite-table .table-toolbar .table-title {
  font-size: 160%;
  max-width: 50%;
}
div.infinite-table .table-toolbar .table-title::first-letter {
  text-transform: capitalize;
}
div.infinite-table .table-toolbar .table-title:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0CE";
  display: inline-block;
  margin-right: 5px;
}
div.infinite-table .table-toolbar .table-download > span {
  transition: all 0.1s;
  cursor: pointer;
  margin-right: 15px;
}
div.infinite-table .table-toolbar .table-download > span:hover {
  color: blue;
}
div.infinite-table .table-toolbar .table-download > span:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F019";
  display: inline-block;
  margin-right: 5px;
}
div.infinite-table .table-row,
div.infinite-table .table-header {
  width: 100%;
  border-bottom: 1px solid #646464;
  cursor: default;
}
div.infinite-table .table-row .table-cell,
div.infinite-table .table-header .table-cell {
  display: inline-block;
  padding: 2px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.infinite-table .table-row .table-cell:last-child,
div.infinite-table .table-header .table-cell:last-child {
  border-right: none;
}
div.infinite-table .table-row .table-cell:first-child,
div.infinite-table .table-header .table-cell:first-child {
  text-align: right;
  min-width: 50px;
}
div.infinite-table .table-row .table-cell.data-type-number,
div.infinite-table .table-header .table-cell.data-type-number {
  text-align: right;
}
div.infinite-table .table-row .table-cell.sorted,
div.infinite-table .table-header .table-cell.sorted {
  background: #646464;
}
div.infinite-table .table-row .table-cell.sorted.sorted-asc:before,
div.infinite-table .table-header .table-cell.sorted.sorted-asc:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0DE";
  padding: 0 5px;
}
div.infinite-table .table-row .table-cell.sorted.sorted-desc:before,
div.infinite-table .table-header .table-cell.sorted.sorted-desc:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0DD";
  padding: 0 5px;
}
div.infinite-table .table-row .table-cell .btn-search,
div.infinite-table .table-header .table-cell .btn-search {
  margin-left: 5px;
}
div.infinite-table .table-search {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 5px;
  border-top: 1px solid #242424;
}
div.infinite-table .table-search .filter--wrapper {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
div.infinite-table .table-search input {
  font-weight: 400;
  font-size: 0.64rem;
  color: #242424;
}
div.infinite-table .table-search .table-search-item {
  margin-bottom: 7.5px;
  margin-right: 15px;
}
div.infinite-table .table-search .table-search-item .search-field {
  font-weight: 100;
  text-transform: uppercase;
  margin-right: 1ch;
}
div.infinite-table .table-search .table-search-item .filter-op__wrapper {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
div.infinite-table .table-search .table-search-item .filter-op__label {
  font-weight: 400;
  font-size: 0.64rem;
  color: #242424;
}
div.infinite-table .table-search .table-search-item .filter-op {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5px;
  font-weight: 600;
  border-radius: 100%;
}
div.infinite-table .table-search .table-search-item .filter-op:hover,
div.infinite-table .table-search .table-search-item .filter-op.selected {
  background-color: #e3e3e3;
}
div.infinite-table .table-main {
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}
div.infinite-table .table-main .table-header {
  flex: 0 0 auto;
  font-weight: 600;
  border-top: 1px solid #646464;
  min-width: 100%;
}
div.infinite-table .table-main .table-header .table-header-cell {
  overflow: initial;
}
div.infinite-table .table-main .table-body {
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 100%;
}
div.infinite-table .table-main .table-row {
  transition: all 0.1s;
}
div.infinite-table .table-main .table-row.active,
div.infinite-table .table-main .table-row.active:hover {
  background-color: #d9d9d9;
}
div.infinite-table .table-main .table-row:hover {
  background-color: #e8e8e8;
}
div.infinite-table .btn-next {
  margin: 0 5px;
}
div.infinite-table .table-body ::-moz-selection,
div.infinite-table .table-body ::selection {
  background: #d9d9d9;
}
.modal__background {
  font-size: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000000000;
  background: rgba(0, 0, 0, 0.2);
}
.modal__background .modal__box {
  position: relative;
  background: #ffffff;
  width: 66vw;
  height: 100vh;
}
.modal__box {
  animation: slide .3s;
}
@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.modal__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal__header {
  flex-shrink: 0;
}
.modal__content {
  flex: 1;
  overflow: auto;
}
.modal__footer {
  flex-shrink: 0;
}
.modal__header {
  padding: 15px;
  border-bottom: 1px solid #646464;
}
.modal__content {
  padding: 15px;
}
.modal__footer {
  padding: 15px;
  border-top: 1px solid #646464;
}
.modal__footer__inner {
  display: flex;
  justify-content: space-between;
}
.modal__box__header h2 {
  margin: 0;
}
.modal__box .modal__content h2 {
  color: #a0a0a0;
}
.modal__box .modal__content--item {
  margin-bottom: 30px;
}
.modal__box .modal__content--item input,
.modal__box .modal__content--item textarea {
  margin-right: 15px;
}
.markdown,
.md {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* Sections
	 ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
	 ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
	 ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
	 ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
	 ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
	 ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
	 ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
}
.markdown html,
.md html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.markdown body,
.md body {
  margin: 0;
}
.markdown main,
.md main {
  display: block;
}
.markdown h1,
.md h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.markdown hr,
.md hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.markdown pre,
.md pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.markdown a,
.md a {
  background-color: transparent;
}
.markdown abbr[title],
.md abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
.markdown b,
.md b,
.markdown strong,
.md strong {
  font-weight: bolder;
}
.markdown code,
.md code,
.markdown kbd,
.md kbd,
.markdown samp,
.md samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.markdown small,
.md small {
  font-size: 80%;
}
.markdown sub,
.md sub,
.markdown sup,
.md sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.markdown sub,
.md sub {
  bottom: -0.25em;
}
.markdown sup,
.md sup {
  top: -0.5em;
}
.markdown img,
.md img {
  border-style: none;
}
.markdown button,
.md button,
.markdown input,
.md input,
.markdown optgroup,
.md optgroup,
.markdown select,
.md select,
.markdown textarea,
.md textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
.markdown button,
.md button,
.markdown input,
.md input {
  /* 1 */
  overflow: visible;
}
.markdown button,
.md button,
.markdown select,
.md select {
  /* 1 */
  text-transform: none;
}
.markdown button,
.md button,
.markdown [type='button'],
.md [type='button'],
.markdown [type='reset'],
.md [type='reset'],
.markdown [type='submit'],
.md [type='submit'] {
  -webkit-appearance: button;
}
.markdown button::-moz-focus-inner,
.md button::-moz-focus-inner,
.markdown [type='button']::-moz-focus-inner,
.md [type='button']::-moz-focus-inner,
.markdown [type='reset']::-moz-focus-inner,
.md [type='reset']::-moz-focus-inner,
.markdown [type='submit']::-moz-focus-inner,
.md [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.markdown button:-moz-focusring,
.md button:-moz-focusring,
.markdown [type='button']:-moz-focusring,
.md [type='button']:-moz-focusring,
.markdown [type='reset']:-moz-focusring,
.md [type='reset']:-moz-focusring,
.markdown [type='submit']:-moz-focusring,
.md [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.markdown fieldset,
.md fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.markdown legend,
.md legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
.markdown progress,
.md progress {
  vertical-align: baseline;
}
.markdown textarea,
.md textarea {
  overflow: auto;
}
.markdown [type='checkbox'],
.md [type='checkbox'],
.markdown [type='radio'],
.md [type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.markdown [type='number']::-webkit-inner-spin-button,
.md [type='number']::-webkit-inner-spin-button,
.markdown [type='number']::-webkit-outer-spin-button,
.md [type='number']::-webkit-outer-spin-button {
  height: auto;
}
.markdown [type='search'],
.md [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.markdown [type='search']::-webkit-search-decoration,
.md [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.markdown ::-webkit-file-upload-button,
.md ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.markdown details,
.md details {
  display: block;
}
.markdown summary,
.md summary {
  display: list-item;
}
.markdown template,
.md template {
  display: none;
}
.markdown [hidden],
.md [hidden] {
  display: none;
}
.markdown h1,
.md h1 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-all;
}
.markdown ul,
.md ul,
.markdown ol,
.md ol {
  list-style: initial;
}
.markdown a.absent,
.md a.absent {
  color: #c00;
}
.markdown a.anchor,
.md a.anchor {
  display: block;
  padding-left: 30px;
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.markdown h1,
.md h1,
.markdown h2,
.md h2,
.markdown h3,
.md h3,
.markdown h4,
.md h4,
.markdown h5,
.md h5,
.markdown h6,
.md h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  cursor: text;
  position: relative;
}
.markdown h1 .mini-icon-link,
.md h1 .mini-icon-link,
.markdown h2 .mini-icon-link,
.md h2 .mini-icon-link,
.markdown h3 .mini-icon-link,
.md h3 .mini-icon-link,
.markdown h4 .mini-icon-link,
.md h4 .mini-icon-link,
.markdown h5 .mini-icon-link,
.md h5 .mini-icon-link,
.markdown h6 .mini-icon-link,
.md h6 .mini-icon-link {
  display: none;
  color: #000;
}
.markdown h1:hover a.anchor,
.md h1:hover a.anchor,
.markdown h2:hover a.anchor,
.md h2:hover a.anchor,
.markdown h3:hover a.anchor,
.md h3:hover a.anchor,
.markdown h4:hover a.anchor,
.md h4:hover a.anchor,
.markdown h5:hover a.anchor,
.md h5:hover a.anchor,
.markdown h6:hover a.anchor,
.md h6:hover a.anchor {
  text-decoration: none;
  line-height: 1;
  padding-left: 0;
  margin-left: -22px;
  top: 15%;
}
.markdown h1:hover a.anchor .mini-icon-link,
.md h1:hover a.anchor .mini-icon-link,
.markdown h2:hover a.anchor .mini-icon-link,
.md h2:hover a.anchor .mini-icon-link,
.markdown h3:hover a.anchor .mini-icon-link,
.md h3:hover a.anchor .mini-icon-link,
.markdown h4:hover a.anchor .mini-icon-link,
.md h4:hover a.anchor .mini-icon-link,
.markdown h5:hover a.anchor .mini-icon-link,
.md h5:hover a.anchor .mini-icon-link,
.markdown h6:hover a.anchor .mini-icon-link,
.md h6:hover a.anchor .mini-icon-link {
  display: inline-block;
}
.markdown h1 tt,
.md h1 tt,
.markdown h1 code,
.md h1 code,
.markdown h2 tt,
.md h2 tt,
.markdown h2 code,
.md h2 code,
.markdown h3 tt,
.md h3 tt,
.markdown h3 code,
.md h3 code,
.markdown h4 tt,
.md h4 tt,
.markdown h4 code,
.md h4 code,
.markdown h5 tt,
.md h5 tt,
.markdown h5 code,
.md h5 code,
.markdown h6 tt,
.md h6 tt,
.markdown h6 code,
.md h6 code {
  font-size: inherit;
}
.markdown h1,
.md h1 {
  font-size: 28px;
  color: #000;
}
.markdown h2,
.md h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.markdown h3,
.md h3 {
  font-size: 18px;
}
.markdown h4,
.md h4 {
  font-size: 16px;
}
.markdown h5,
.md h5 {
  font-size: 14px;
}
.markdown h6,
.md h6 {
  color: #777;
  font-size: 14px;
}
.markdown p,
.md p,
.markdown blockquote,
.md blockquote,
.markdown ul,
.md ul,
.markdown ol,
.md ol,
.markdown dl,
.md dl,
.markdown table,
.md table,
.markdown pre,
.md pre {
  margin: 7.5px 0;
}
.markdown hr,
.md hr {
  background: transparent;
  border: 0 none;
  color: #ccc;
  height: 4px;
  padding: 0;
}
.markdown > h2:first-child,
.md > h2:first-child,
.markdown > h1:first-child,
.md > h1:first-child,
.markdown > h1:first-child + h2,
.md > h1:first-child + h2,
.markdown > h3:first-child,
.md > h3:first-child,
.markdown > h4:first-child,
.md > h4:first-child,
.markdown > h5:first-child,
.md > h5:first-child,
.markdown > h6:first-child,
.md > h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
.markdown a:first-child h1,
.md a:first-child h1,
.markdown a:first-child h2,
.md a:first-child h2,
.markdown a:first-child h3,
.md a:first-child h3,
.markdown a:first-child h4,
.md a:first-child h4,
.markdown a:first-child h5,
.md a:first-child h5,
.markdown a:first-child h6,
.md a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}
.markdown h1 + p,
.md h1 + p,
.markdown h2 + p,
.md h2 + p,
.markdown h3 + p,
.md h3 + p,
.markdown h4 + p,
.md h4 + p,
.markdown h5 + p,
.md h5 + p,
.markdown h6 + p,
.md h6 + p {
  margin-top: 0;
}
.markdown li p.first,
.md li p.first {
  display: inline-block;
}
.markdown ul,
.md ul,
.markdown ol,
.md ol {
  padding-left: 30px;
}
.markdown ul.no-list,
.md ul.no-list,
.markdown ol.no-list,
.md ol.no-list {
  list-style-type: none;
  padding: 0;
}
.markdown ul li > :first-child,
.md ul li > :first-child,
.markdown ul li ul:first-of-type,
.md ul li ul:first-of-type,
.markdown ol li > :first-child,
.md ol li > :first-child,
.markdown ol li ul:first-of-type,
.md ol li ul:first-of-type {
  margin-top: 0px;
}
.markdown ul ul,
.md ul ul,
.markdown ul ol,
.md ul ol,
.markdown ol ol,
.md ol ol,
.markdown ol ul,
.md ol ul {
  margin-bottom: 0;
}
.markdown dl,
.md dl {
  padding: 0;
}
.markdown dl dt,
.md dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}
.markdown dl dt:first-child,
.md dl dt:first-child {
  padding: 0;
}
.markdown dl dt > :first-child,
.md dl dt > :first-child {
  margin-top: 0px;
}
.markdown dl dt > :last-child,
.md dl dt > :last-child {
  margin-bottom: 0px;
}
.markdown dl dd,
.md dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}
.markdown dl dd > :first-child,
.md dl dd > :first-child {
  margin-top: 0px;
}
.markdown dl dd > :last-child,
.md dl dd > :last-child {
  margin-bottom: 0px;
}
.markdown blockquote,
.md blockquote {
  border-left: 4px solid #ddd;
  padding: 0 15px;
  color: #777;
}
.markdown blockquote > :first-child,
.md blockquote > :first-child {
  margin-top: 0px;
}
.markdown blockquote > :last-child,
.md blockquote > :last-child {
  margin-bottom: 0px;
}
.markdown table th,
.md table th {
  font-weight: bold;
}
.markdown table th,
.md table th,
.markdown table td,
.md table td {
  border: 1px solid #646464;
  padding: 6px 15px;
}
.markdown table tr,
.md table tr {
  border-top: 1px solid #646464;
  background-color: #fff;
}
.markdown table tr:nth-child(2n),
.md table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.markdown img,
.md img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.markdown span.frame,
.md span.frame {
  display: block;
  overflow: hidden;
}
.markdown span.frame > span,
.md span.frame > span {
  border: 1px solid #ddd;
  display: block;
  float: left;
  overflow: hidden;
  margin: 15px 0 0;
  padding: 7px;
  width: auto;
}
.markdown span.frame span img,
.md span.frame span img {
  display: block;
  float: left;
}
.markdown span.frame span span,
.md span.frame span span {
  clear: both;
  color: #333;
  display: block;
  padding: 5px 0 0;
}
.markdown span.align-center,
.md span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown span.align-center > span,
.md span.align-center > span {
  display: block;
  overflow: hidden;
  margin: 15px auto 0;
  text-align: center;
}
.markdown span.align-center span img,
.md span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.markdown span.align-right,
.md span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown span.align-right > span,
.md span.align-right > span {
  display: block;
  overflow: hidden;
  margin: 15px 0 0;
  text-align: right;
}
.markdown span.align-right span img,
.md span.align-right span img {
  margin: 0;
  text-align: right;
}
.markdown span.float-left,
.md span.float-left {
  display: block;
  margin-right: 15px;
  overflow: hidden;
  float: left;
}
.markdown span.float-left span,
.md span.float-left span {
  margin: 15px 0 0;
}
.markdown span.float-right,
.md span.float-right {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  float: right;
}
.markdown span.float-right > span,
.md span.float-right > span {
  display: block;
  overflow: hidden;
  margin: 15px auto 0;
  text-align: right;
}
.markdown code,
.md code,
.markdown tt,
.md tt {
  margin: 0 2px;
  padding: 0px 5px;
  border: 1px solid #646464;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.markdown code,
.md code {
  white-space: nowrap;
}
.markdown pre > code,
.md pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}
.markdown .highlight pre,
.md .highlight pre,
.markdown pre,
.md pre {
  background-color: #f7f7f7;
  border: 1px solid #242424;
  font-size: 15px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}
.markdown pre code,
.md pre code,
.markdown pre tt,
.md pre tt {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.markdown a,
.md a {
  color: #242424;
  text-decoration: underline;
  word-wrap: break-word;
  word-break: break-all;
}
.markdown a:hover,
.md a:hover {
  text-decoration: underline;
  color: blue;
}
.markdown pre,
.md pre,
.markdown code,
.md code {
  font-size: 12px;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
}
.markdown em,
.md em {
  font-style: italic;
}
.markdown strong,
.md strong {
  font-weight: 600;
}
.markdown p,
.md p {
  margin-bottom: 1em;
}
.md--large {
  font-size: 2.2rem;
  font-weight: 400;
}
.md--large strong {
  font-weight: 600;
}
.md--small {
  font-size: 0.65rem;
  font-weight: 400;
}
.md--small strong {
  font-weight: 600;
}
.md--small p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}
[data-tooltip] {
  position: relative;
  display: inline-block;
}
[data-tooltip].icon {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default;
}
[data-tooltip].icon:hover {
  color: blue;
}
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 0.6s;
}
[data-tooltip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  z-index: 99;
  opacity: 0;
}
[data-tooltip-position='left']::before {
  left: 0%;
  top: 50%;
  margin-left: -12px;
  transform: translatey(-50%) rotate(-90deg);
}
[data-tooltip-position='top']::before,
[data-tooltip-position='top-left']::before,
[data-tooltip-position='top-right']::before {
  left: 50%;
}
[data-tooltip-position='bottom']::before,
[data-tooltip-position='bottom-left']::before,
[data-tooltip-position='bottom-right']::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}
[data-tooltip-position='right']::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  transform: translatey(-50%) rotate(90deg);
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  font-family: 'Roboto';
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  min-width: 80px;
  border-radius: 5px;
  pointer-events: none;
  padding: 4px;
  z-index: 99;
  opacity: 0;
}
[data-tooltip-position='left']::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  transform: translateX(-100%) translateY(-50%);
}
[data-tooltip-position='top']::after {
  left: 50%;
}
[data-tooltip-position='bottom']::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%);
}
[data-tooltip-position='right']::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%);
}
[data-tooltip-position='top-right']::after {
  margin-left: -16px;
  transform: translateX(0%) translateY(-100%);
}
[data-tooltip-position='top-left']::after {
  margin-left: 16px;
  transform: translateX(-100%) translateY(-100%);
}
[data-tooltip-position='bottom-right']::after {
  top: 100%;
  margin-left: -16px;
  margin-top: 8px;
  transform: translateX(0%) translateY(0%);
}
[data-tooltip-position='bottom-left']::after {
  top: 100%;
  margin-left: 16px;
  margin-top: 8px;
  transform: translateX(-100%) translateY(0%);
}
.list__item {
  font-size: 1.12rem;
  position: relative;
  color: #242424;
  border-bottom: 1px solid transparent;
  cursor: default;
  line-height: 110%;
  padding: 0.2em 0;
  font-weight: 600;
}
.list__item.enabled {
  color: blue;
}
.list__item.enabled::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  width: 1em;
  height: 100%;
}
.list__item.selected {
  color: blue;
}
.list__item.selected::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  width: 1em;
  height: 100%;
}
.list__item:hover {
  color: blue;
  border-color: blue;
}
.list__item:hover::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  width: 1em;
  height: 100%;
}
.list__item:focus,
.list__item:active {
  color: #555555;
  border-color: #555555;
}
.list__item:focus::after,
.list__item:active::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  width: 1em;
  height: 100%;
}
.list__item--drawer.selected {
  background-color: #f7f7f7;
}
.list__item--drawer:hover:after,
.list__item--drawer.selected:after {
  content: "\F0DA";
}
.boolean {
  display: flex;
  cursor: default;
}
.boolean > div {
  display: flex;
  align-items: baseline;
}
.boolean--selected,
.boolean--unselected {
  color: #a0a0a0;
}
.boolean--selected:hover,
.boolean--unselected:hover {
  color: blue;
}
.boolean .switch-icon {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin: 0 0.5em;
  font-size: 1em;
}
.boolean .switch-icon--true {
  color: blue;
}
.boolean .switch-icon--true:after {
  right: 0;
}
.switch-item.switch-base-map,
.switch-item.switch-info,
.switch-item.switch-share,
.switch-item.switch-locate {
  display: none;
}
.switch-item {
  margin-bottom: 20px!important;
}
.switch-item .picto:before {
  font-size: 20px!important;
  height: 25px!important;
  padding-right: 20px;
  border-top-left-radius: 10%!important;
  border-bottom-left-radius: 10%!important;
  padding-left: 5px!important;
  margin-left: -5px !important;
}
.switcher {
  width: 25px!important;
  right: 5px!important;
}
.switch-print .picto:before {
  padding-bottom: 10px!important;
}
.loader-anim,
.splash-spiner {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
.loader-anim:after,
.splash-spiner:after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #646464;
  content: "\F1CE";
  font-size: 48px;
}
.loader-anim__small:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #646464;
  content: "\F1CE";
  font-size: 18px;
}
.loader__small {
  font-weight: 400 !important;
  font-size: 0.64rem !important;
  color: #242424 !important;
}
.splash {
  position: relative;
  width: calc(100% - 2 * 15px);
  height: 100%;
  margin: auto;
  padding: initial;
  padding-top: 15px;
  border-top: 1px solid #646464;
  overflow-y: hidden;
  text-align: center;
  left: initial;
}
.splash .splash-content {
  margin-top: 16%;
  margin-bottom: 33px;
  text-align: center;
}
.splash .splash-content h1 {
  text-transform: uppercase;
  font-weight: 400;
}
.select__wrapper {
  font-weight: 600;
  font-size: 0.88rem;
  color: #242424;
  position: relative;
  margin-bottom: 15px;
}
.select__wrapper .select--filter {
  display: flex;
  justify-content: space-between;
}
.select__wrapper .select--filter .btn {
  flex-shrink: 0;
}
.select__wrapper .tail {
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.select {
  cursor: default;
}
.select .selected {
  display: flex;
  justify-content: space-between;
  padding: 7.5px;
}
.select__wrapper.active {
  background-color: white;
  z-index: 20;
}
.select__wrapper.active .tail {
  max-height: 33vh;
  transition: max-height 0.3s;
  overflow: auto;
}
.select__wrapper.active .select {
  border-bottom: 1px solid #646464;
}
.select__wrapper.active .tail {
  background-color: white;
  padding: 7.5px;
  border: 0px;
  -webkit-box-shadow: 0px 6px 9px -4px #999999;
  -moz-box-shadow: 0px 6px 9px -4px #999999;
  box-shadow: 0px 6px 9px -4px #999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.select {
  border-bottom: 1px solid transparent;
  background-color: transparent;
}
.select .selected {
  border-bottom: 1px solid #646464;
}
.select .selected:not(.none),
.select .tail > div {
  position: relative;
  color: #242424;
  border-bottom: 1px solid transparent;
  cursor: default;
  line-height: 110%;
  padding: 0.2em 0;
  position: initial;
}
.select .selected:not(.none).enabled,
.select .tail > div.enabled {
  color: blue;
}
.select .selected:not(.none).enabled::after,
.select .tail > div.enabled::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none).selected,
.select .tail > div.selected {
  color: blue;
}
.select .selected:not(.none).selected::after,
.select .tail > div.selected::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none):hover,
.select .tail > div:hover {
  color: blue;
  border-color: blue;
}
.select .selected:not(.none):hover::after,
.select .tail > div:hover::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none):focus,
.select .tail > div:focus,
.select .selected:not(.none):active,
.select .tail > div:active {
  color: #555555;
  border-color: #555555;
}
.select .selected:not(.none):focus::after,
.select .tail > div:focus::after,
.select .selected:not(.none):active::after,
.select .tail > div:active::after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  width: 1em;
  height: 100%;
}
.select .selected:not(.none) {
  padding: 7.5px !important;
  border-bottom: 1px solid #646464;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.select .selected:after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0D7" !important;
  position: relative;
}
.select__wrapper.active .selected:after {
  content: "\F0D8" !important;
}
.select .item-description {
  font-weight: 400;
  font-size: 0.64rem;
  color: #242424;
}
.radio__item {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.88rem;
  color: #242424;
  cursor: default;
  min-height: 2em;
}
.radio__label::first-letter {
  text-transform: capitalize;
}
.radio__bullet {
  flex-shrink: 0;
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  margin-right: 1em;
}
.radio__bullet::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 1em;
}
.radio__item .radio__bullet {
  background-color: #fff;
  border: 1px solid blue;
}
.radio__item:hover .radio__bullet {
  background-color: #646464;
  border: 1px solid #646464;
}
.radio__item:active .radio__bullet {
  background-color: #555555;
  border: 1px solid #555555;
}
.radio__item.selected .radio__bullet {
  background-color: blue;
  border: 1px solid blue;
}
.radio__item.disabled {
  color: #afafaf;
  border: 1px solid #afafaf;
}
.radio__item.disabled .radio__bullet {
  background-color: #afafaf;
}
.radio__item.disabled:hover .radio__bullet {
  background-color: #afafaf;
}
.checkbox {
  cursor: default;
}
.checkbox:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.checkbox::before {
  content: "\F096";
}
.checkbox:hover:before,
.checkbox.active:before {
  content: "\F046";
}
.checkbox__item {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.88rem;
  color: #242424;
  cursor: default;
  min-height: 2em;
}
.checkbox__label::first-letter {
  text-transform: capitalize;
}
.checkbox__box {
  flex-shrink: 0;
  position: relative;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.checkbox__box::after,
.checkbox__box::before {
  content: '';
  width: 1px;
  height: 150%;
}
.checkbox__box::before {
  transform: rotate(45deg);
}
.checkbox__box::after {
  transform: rotate(-45deg);
}
.checkbox__item .checkbox__box {
  background-color: #fff;
  border: 1px solid blue;
}
.checkbox__item:hover .checkbox__box {
  border: 1px solid #646464;
}
.checkbox__item:hover .checkbox__box::after,
.checkbox__item:hover .checkbox__box::before {
  background-color: #646464;
}
.checkbox__item:active .checkbox__box {
  border: 1px solid #555555;
}
.checkbox__item:active .checkbox__box::after,
.checkbox__item:active .checkbox__box::before {
  background-color: #555555;
}
.checkbox__item.selected .checkbox__box {
  border: 1px solid blue;
}
.checkbox__item.selected .checkbox__box::after,
.checkbox__item.selected .checkbox__box::before {
  background-color: blue;
}
.checkbox__item.disabled {
  color: #afafaf;
  border: 1px solid #afafaf;
}
.checkbox__item.disabled .checkbox__box {
  background-color: #afafaf;
}
.checkbox__item.disabled .checkbox__box::after,
.checkbox__item.disabled .checkbox__box::before {
  background-color: #afafaf;
}
.checkbox__item.disabled:hover .checkbox__box {
  background-color: #afafaf;
}
.checkbox__item.disabled:hover .checkbox__box::after,
.checkbox__item.disabled:hover .checkbox__box::before {
  background-color: #fff;
}
input[type='email'],
input[type='password'],
input[type='search'],
input[type='url'],
input[type='text'],
input[type='number'],
textarea {
  font-family: 'Roboto';
  border: 1px solid #646464;
  font-size: 1em;
  padding: 0.3em;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #646464;
}
@media screen and (max-width: 900px) {
  .header,
  .main,
  .footer {
    position: relative;
    width: calc(100vw - 4 * 5px);
    height: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 10px;
    padding: 0;
  }
  .main {
    padding-top: 10px;
  }
  .main .map-wrapper,
  .main .map-legend,
  .main .feature-view.config {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: calc(100vw - 4 * 5px);
    height: auto;
    margin: 0;
    padding: 0;
  }
  .main .map-wrapper {
    height: calc(100vw - 4 * 5px);
  }
  .vertical-split {
    position: relative;
    height: 200vw !important;
    max-height: calc(100vh - 4 * 5px) !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .vertical-split .map-wrapper {
    height: auto;
    bottom: 50% !important;
    margin-bottom: 0 !important;
  }
  h1 {
    font-size: 250%;
  }
}
@media screen and (max-width: 900px) {
  body[lang='fr'] .brand-name {
    width: calc(100vw - 4 * 5px);
    max-width: calc(100vw - 4 * 5px);
  }
  body[lang='en'] .brand-name {
    width: calc(100vw - 4 * 5px);
    max-width: calc(100vw - 4 * 5px);
  }
  .header {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #646464;
  }
  .header .brand-logo,
  .header .brand-logo > div {
    height: 9.5vw;
    max-height: 35px;
  }
  .header .brand-logo {
    width: 100%;
  }
  .header .app-title,
  .header .header-toolbar,
  .header .app-listwrapper {
    position: relative;
    width: auto;
    min-height: 20px;
    height: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .header .header-toolbar > div {
    display: none;
  }
  .header .header-toolbar > div.lang-switch {
    display: block;
  }
  .header .app-title {
    margin-left: 0;
    font-size: 1.1rem;
  }
  .header .app-listwrapper .navigate {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    height: 15px !important;
  }
  .footer .ac-credits {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .main .map-wrapper {
    margin-bottom: 10px;
  }
  .main .map-wrapper .tool.geocoder {
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    z-index: 10;
    min-height: 25px;
    border-bottom-color: #646464;
    border-top-color: #ffffff;
    max-width: calc(100vw - 4 * 5px - 30px);
  }
  .main .map-wrapper .tool.geocoder .adress-result span {
    min-height: 20px;
    height: auto;
    padding: 2px 0;
  }
  .main .switcher.infos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
  }
  .main .map-legend .legend-main {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  div.infinite-table .table-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  div.infinite-table .table-toolbar > div {
    margin-bottom: 5px;
  }
  div.infinite-table .table-toolbar .table-title {
    max-width: calc(100% - 30px);
  }
  div.infinite-table .table-toolbar .btn-close {
    position: absolute;
    top: 10px;
    right: 5px;
    bottom: initial;
    left: initial;
  }
}
.btn {
  height: calc(2em + 0.4rem);
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0 1em;
  box-sizing: border-box;
  flex-shrink: 0;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
}
.btn.label-and-icon .icon {
  padding-right: 1.5ch;
}
.btn.icon-only {
  width: calc(2em + 0.4rem);
  padding: 0;
}
.btn.icon-only .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-3 {
  padding: 0;
}
.label-and-icon .icon,
.icon-only .icon {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  transition: all 0.1s;
  cursor: default;
  letter-spacing: 0.1ch;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  border-radius: 0;
}
.btn * {
  transition: all 0.1s;
}
.btn-1 {
  background-color: blue;
  color: #fff;
  border: 1px solid blue;
}
.btn-1:hover {
  color: #fff;
  background-color: #0000e1;
  border-color: #0000c3;
}
.btn-1:focus,
.btn-1:active {
  color: #fff;
  background-color: #0000c3;
  border-color: #0000c3;
}
.btn-1.inactive,
.btn-1.disabled {
  color: #fff;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.btn-1.icon-only {
  border: 0px;
  border-radius: 100%;
}
.btn-2 {
  background-color: #ffffff;
  border: 1px solid #242424;
  color: #242424;
}
.btn-2:hover {
  color: blue;
  background-color: #ffffff;
  border-color: blue;
}
.btn-2:focus,
.btn-2:active {
  color: blue;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-2.inactive,
.btn-2.disabled {
  color: #dcdcdc;
  background-color: transparent;
  border-color: transparent;
}
.btn-2.icon-only {
  border: 0px;
  border-radius: 100%;
}
.btn-2 .icon {
  color: blue;
}
.btn-3 {
  background-color: transparent;
  border: 1px solid transparent;
  color: #242424;
}
.btn-3:hover {
  color: blue;
  background-color: transparent;
  border-color: transparent;
}
.btn-3:focus,
.btn-3:active {
  color: #1e1eff;
  background-color: transparent;
  border-color: transparent;
}
.btn-3.inactive,
.btn-3.disabled {
  color: #dcdcdc;
  background-color: transparent;
  border-color: transparent;
}
.btn-3.icon-only {
  border: 0px;
  border-radius: 100%;
}
.btn-3.icon-only:hover,
.btn-3.icon-only:focus,
.btn-3.icon-only:active {
  background-color: #ffffff;
}
.btn-3 .icon {
  color: blue;
}
.btn-translate {
  font-size: 0.5rem !important;
  color: #646464;
  margin: 0 !important;
  margin-right: -1em !important;
  margin-top: -1em !important;
}
.btn-translate.not-translated {
  color: blue;
}
.btn.btn-remove:hover {
  border: 1px solid #f5e643;
  background: #f5e643;
  color: blue;
}
.remove-confirm {
  font-size: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: #ffffff;
  padding: 7.5px;
  background: rgba(255, 255, 255, 0.2);
}
.remove-confirm .remove-confirm-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.5);
  background: #ffffff;
  width: 33vw;
  height: 33vh;
  min-width: 350px;
  min-height: 250px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.remove-confirm .remove-confirm-box .remove-confirm-btns {
  display: flex;
  justify-content: space-around;
}
.helptext {
  font-size: 1rem !important;
  font-style: italic;
  margin: 15px 0;
  line-height: 120%;
}
.helptext p {
  margin-top: 7.5px;
}
.helptext p:first-child {
  margin: 0px;
}
.app-infos {
  line-height: 120%;
  font-family: 'u001con';
  font-size: 1rem;
}
.app-infos p {
  margin-top: 7.5px;
}
.app-infos p:first-child {
  margin: 0;
}
h2.head-title {
  padding: 15px 0;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #646464;
}
.app-name__wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 22rem;
  padding-bottom: 15px;
  margin-right: 15px;
}
.app-name__wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: bottom left;
  background-color: #f7f7f7;
  z-index: -1;
}
.app-name__wrapper:after {
  transform: rotate(-30deg);
}
.app-name__wrapper h1 {
  margin: 15px 0;
}
.app-name__wrapper {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  height: 100%;
  margin-right: 15px;
  z-index: -1;
}
.project-header,
.editor__header,
.review__header,
.query-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__content {
  border-top: 1px solid #242424;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__content .breadcrumb__wrapper {
  margin-top: 15px;
  color: #a0a0a0;
}
.header__content .breadcrumb__wrapper .breadcrumb {
  font-size: 1.12rem;
  color: #646464;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
}
.header__content .breadcrumb__wrapper .breadcrumb h2 {
  margin-right: 15px;
}
.header__content .breadcrumb__wrapper .btn {
  margin-top: 15px;
}
.header__content .header__tools .btn {
  margin-left: 15px;
}
.header__content .timeline__wrapper {
  margin: 15px 0;
}
.main.login .login-wrapper {
  padding: 15px 0;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
}
.main.login .login-wrapper .login-widget {
  display: block;
  padding: 15px;
}
.map-and-info .map-wrapper {
  right: 0;
}
.compose-app .dashboard-wrapper {
  flex-direction: column;
  width: 100%;
  padding: 0;
  padding-top: 30px;
  margin: 0;
  border: 0px;
  border-top: 1px solid #242424;
}
.compose-app .dashboard-wrapper > div:nth-child(n + 2) {
  margin: 0px;
}
.dashboard-app .edito .illu__img {
  display: none;
}
.dashboard-app .edito .edito__title {
  display: none;
}
.dashboard-app .dashboard-wrapper {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.dashboard-app .dashboard-wrapper > div {
  flex: 1;
  border-top: 1px solid #242424;
  padding-top: 15px;
  height: 100%;
  overflow-y: auto;
}
.dashboard-app .dashboard-wrapper > div:nth-child(n+2) {
  margin-left: 30px;
}
.dashboard-app .dashboard-wrapper > div.my-apps {
  flex: 1.4;
}
.dashboard-app .dashboard-wrapper > div.login-widget {
  flex: 0.6;
}
.dashboard-app .edito {
  padding-top: 0 !important;
}
.dashboard-app .edito__title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #242424;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 15px;
  height: 12rem;
}
.dashboard-app .edito__title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: bottom left;
  background-color: #f7f7f7;
  z-index: -1;
}
.dashboard-app .edito__title:after {
  transform: rotate(-30deg);
}
.dashboard-app .edito__text {
  margin-top: 15px;
  font-family: 'u001con';
  font-weight: 400;
  line-height: 120%;
  font-size: 1rem;
}
.dashboard-app .edito__text p {
  margin-bottom: 15px;
}
.dashboard-app .app-item {
  padding: 22.5px 0;
  border-bottom: 1px solid #242424;
}
.dashboard-app .app-item:first-child {
  padding-top: 7.5px;
}
.dashboard-app .app-item .app__wrapper {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.dashboard-app .app-item .app__wrapper:hover {
  color: blue;
}
.dashboard-app .app-item .app-picto {
  margin-right: 15px;
}
.dashboard-app .app-item .app-picto:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard-app .app-item.view .app-picto:before {
  content: "\F278";
}
.dashboard-app .app-item.metadata .app-picto:before {
  content: "\F0F6";
}
.dashboard-app .app-item.compose .app-picto:before {
  content: "\F040";
}
.dashboard-app .app-item.alias .app-picto:before {
  content: "\F10E";
}
.dashboard-app .app-item.solar .app-picto:before {
  content: "\F185";
}
.dashboard-app .app-item.angled-universe .app-picto:before {
  content: "\F02D";
}
.dashboard-app .app-item.angled-project .app-picto:before {
  content: "\F0CE";
}
.dashboard-app .app-item.angled-query .app-picto:before {
  content: "\F002";
}
.dashboard-app .logout-username {
  font-weight: 600;
  font-size: 1.6rem;
  color: #242424;
  margin-bottom: 15px;
}
.dashboard-app h2 {
  margin-bottom: 15px;
}
.dashboard-app h2.notification {
  border-top: 1px solid #242424;
  margin-top: 15px;
  padding: 15px 0;
}
body[lang='fr'] .embed .brand-logo-box {
  width: 50px !important;
  background-size: 65px;
}
body[lang='en'] .embed .brand-logo-box {
  width: 50px !important;
  background-size: 65px;
}
body[lang='fr'] .embed .brand-name,
body[lang='en'] .embed .brand-name {
  display: none;
}
.embed .brand-logo-box {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #646464;
  border-bottom-color: #fff;
  border-left-color: #fff;
  height: 18px;
}
.embed .brand-logo-box:before {
  content: 'cartofixer';
  font-family: 'u001con';
  font-size: 0.8rem;
}
.compose-app .dashboard-map-item.add {
  margin: 0px;
}
.compose-app input {
  font-size: 0.8rem;
}
.compose-app .layer-infos .zoom-range .zoom-range-input-box {
  align-items: center;
}
.compose-app .color-rgb span input {
  width: auto !important;
}
.compose-app .map-date {
  font-style: normal;
  font-family: 'u001con';
  font-size: 1rem;
}
.print .tool-footer {
  display: flex;
  flex-direction: column;
  width: 100px;
}
@media print {
  div.switcher,
  .ol-control,
  .sidebar-download,
  .sidebar-layers {
    display: none!important;
  }
  .legend-data-group.not-selected h2 {
    display: none!important;
  }
  .legend-data-group.selected h2 {
    background: none!important;
  }
  div.map-wrapper {
    border-color: #606060!important;
    width: 700px;
    height: 530px;
    left: 0;
  }
  .header .header-menus {
    display: none;
  }
  .header .header-title {
    font-size: 16px!important;
  }
  .header .header-subtitle1,
  .header .header-subtitle2 {
    font-size: 14px!important;
  }
  div.sidebar-right {
    width: 280px;
  }
  div.sidebar-right h1 {
    display: none;
  }
  div.sidebar-right h2 {
    font-size: 14px;
  }
  div.sidebar-right div.data-group-elem input {
    display: none;
  }
  div.footer {
    position: absolute!important;
    bottom: 0px;
  }
}
.map-navigator {
  height: 100%;
  overflow-y: auto;
  border-top: 1px solid #242424;
}
.map-navigator .input-wrapper {
  width: 65%;
  margin-top: 15px;
  display: flex;
  flex-direction: row-reverse;
  background-color: #ffffff;
  border: 1px solid #646464;
}
.map-navigator .input-wrapper input {
  width: calc(100% - 15px);
  border: 0px;
  font-size: 1.5rem;
  background-color: transparent;
}
.map-navigator .input-wrapper .search-icon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
}
.map-navigator .input-wrapper .search-icon .magnifier:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F002";
}
.map-navigator .maps-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 15px;
}
.map-navigator .maps-container .map-navigator-tile {
  transition: all 0.1s;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  padding: 5px;
  margin-bottom: 5px;
  position: relative;
  width: calc(25% - 15px);
  height: 400px;
  padding: 15px;
  padding-bottom: 0px;
  margin: 7.5px;
  min-width: 200px;
  text-align: center;
}
.map-navigator .maps-container .map-navigator-tile:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  cursor: default;
}
.map-navigator .maps-container .map-navigator-tile.active {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.map-navigator .maps-container .map-navigator-tile:hover {
  background: #efefef;
}
.map-navigator .maps-container .map-navigator-tile .map-tile-img {
  height: 180px;
  width: 100%;
}
.map-navigator .maps-container .map-navigator-tile img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 5px;
}
.map-navigator .maps-container .map-navigator-tile .map-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 1.6em;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
}
.map-navigator .maps-container .map-navigator-tile .read-more {
  text-align: center;
  padding: 15px;
}
.map-navigator .maps-container .map-navigator-tile .read-more:after {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F067";
}
.map-wrapper .loading-layer-wrapper {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  min-width: 200px;
  padding-right: 5px;
  padding-top: 5px;
  border: 1px solid #646464;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  background-color: #ffffff;
  font-size: 0.8rem;
}
.map-wrapper .loading-layer-wrapper.hidden {
  display: none;
}
.map-wrapper .loading-layer-wrapper .loading-layer {
  margin-top: 5px;
}
.map-wrapper.print {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 0;
}
.map-wrapper .tool.geocoder {
  display: none;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #646464;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  font-size: 0.8rem;
}
.map-wrapper .tool.geocoder input {
  border: 0px;
  padding: 0px !important;
  padding-top: 2px !important;
  font-size: inherit;
}
.map-wrapper .tool.geocoder .adress-result {
  display: flex;
}
.map-wrapper .tool.geocoder .adress-result span {
  display: flex;
  align-items: center;
  cursor: default;
  height: 20px;
  padding-right: 15px;
}
.map-wrapper .tool.geocoder .adress-result span:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px;
  font-size: 1em;
  content: "\F10C";
}
.map-wrapper .tool.geocoder .adress-result:hover span:before {
  content: "\F192";
}
.map-wrapper .map-marker {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
  width: auto;
  height: auto;
}
.map-wrapper .map-marker:before {
  color: blue;
  content: "\F10C";
}
.sidebar-header.feature-header .layer-name {
  margin: 15px 0;
  margin-top: 7.5px;
  font-size: 0.8rem;
}
.btn-zoomOnFeature {
  margin: 15px 0;
}
.feature-view.config .feature-view-header {
  background-color: #f7f7f7;
  padding: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 80%;
  margin-bottom: 15px;
}
.feature-view.config .feature-view-header .layer-name {
  text-transform: uppercase;
}
.feature-view.config .feature-view-header .btn-close:before {
  content: "\F00D";
}
.feature-view.config .feature-field {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
}
.feature-view.config .feature-field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: underline;
}
.feature-view.config .type-number {
  font-family: monospace;
}
.feature-view.config .type-image {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.feature-view.config .level-normal {
  margin-bottom: 5px;
}
.feature-view.config .level-title {
  font-weight: 400 !important;
  font-size: 250%;
  line-height: 90%;
  letter-spacing: -1.5px;
  margin-bottom: 15px;
}
.feature-view.config .level-subtitle {
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 15px;
}
.feature-view.config .style-bold {
  font-weight: 600;
}
.feature-view.config .style-italic {
  font-style: italic;
}
.feature-view.config .style-bold-italic {
  font-style: italic;
  font-weight: 600;
}
.map-and-table-and-feature .feature-view .feature-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #646464;
}
.map-and-table-and-feature .feature-view .feature-row > div {
  padding: 5px 0;
}
.map-and-table-and-feature .feature-view .feature-row > div:first-child {
  flex: 1;
}
.map-and-table-and-feature .feature-view .feature-row > div:last-child {
  flex: 2;
}
.switcher {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0px;
  right: 25%;
  bottom: initial;
  left: initial;
  z-index: 2;
  width: 20px;
  height: auto !important;
  background-color: #ffffff;
  cursor: default;
  border: 1px solid #ffffff;
  border-left-color: #646464;
  border-bottom-color: #646464;
}
.switcher .switch-item {
  width: 100%;
  height: 1.5rem;
}
.switcher .switch-item .picto:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.1s;
  font-size: 12px;
  width: 25px;
  height: 20px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switcher .switch-item.active .picto:before,
.switcher .switch-item .picto:hover:before {
  color: blue;
}
.switcher .switch-info .picto:before {
  content: "\F129";
}
.switcher .switch-legend .picto:before {
  content: "\F0CA";
}
.switcher .switch-data .picto:before {
  content: "\F0CE";
}
.switcher .switch-base-map .picto:before {
  content: "\F278";
}
.switcher .switch-print .picto:before {
  content: "\F02F";
}
.switcher .switch-share .picto:before {
  content: "\F1E0";
}
.switcher .switch-measure .picto:before {
  content: "\F07E";
}
.switcher .switch-locate .picto:before {
  content: "\F05B";
}
@media screen and (max-width: 900px) {
  .switcher {
    right: 0px;
  }
}
.chart-bar-bar {
  font-family: monospace;
  cursor: pointer;
  fill: lightblue;
}
.chart-bar-tick-label {
  fill: #666;
  font-size: 80%;
}
.chart-bar-tick,
.chart-bar-border {
  stroke: #666;
  fill: none;
}
.chart-bar-bar.active {
  fill: darkblue;
}
.chart-bar-bar-label {
  display: none;
}
.chart-bar-bar-label-line {
  stroke: darkblue;
  stroke-width: 1px;
  stroke-dasharray: 1,3;
  stroke-line-cap: 'round';
}
/*
.chart-bar-bar:hover .chart-bar-bar-label {
    display: initial;
    z-index: 1;
}*/
.chart-bar-selection-border {
  stroke: darkblue;
  stroke-width: 1px;
  stroke-dasharray: 1,4;
  stroke-line-cap: 'round';
}
.chart-bar-selection-adjust {
  stroke: darkblue;
  stroke-width: 1px;
  cursor: ew-resize;
  fill: white;
  display: block;
}
.chart-bar-selection-fill {
  fill: lightblue;
  fill-opacity: .25;
}
.chart-bar-bar-line {
  stroke: darkblue;
  stroke-width: 1px;
  fill: transparent;
}
.chart-bar-cursor {
  stroke: darkred;
  stroke-width: 1px;
}
.chart-bar-data-point {
  fill: darkred;
}
.chart-bar-grid {
  stroke-width: 1px;
  stroke: #969696;
  stroke-dasharray: 1,3;
  stroke-line-cap: round;
}
.main.print {
  position: absolute;
  top: 130px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #646464;
  padding: 15px;
  overflow: hidden;
}
.print-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.print-progress .print-progress-item {
  margin-bottom: 15px;
  display: flex;
}
.print-progress .print-progress-item.todo:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F061";
  margin-right: 7.5px;
}
.print-progress .print-progress-item.doing:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  content: "\F1CE";
  margin-right: 7.5px;
  color: blue;
}
.print-progress .print-progress-item.done:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F046";
  margin-right: 7.5px;
  color: blue;
}
.sidebar-right {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 15px;
  overflow-y: auto;
}
.sidebar-right h2,
.sidebar-right h3 {
  width: 100%;
  margin: 15px 0;
}
.sidebar-right .sidebar-header {
  transition: all 0.3s;
  margin-top: -2px;
  border-bottom: 1px solid #000;
}
.sidebar-right .sidebar-header H1 {
  font-size: 1.2rem;
  letter-spacing: 0.008rem;
}
.sidebar-right .sidebar-header .map-date {
  display: flex;
  font-style: italic;
  font-size: 0.64rem;
  margin: 15px 0;
  margin-top: 7.5px;
}
.sidebar-right .sidebar-header * {
  transition: all 0.3s;
}
.sidebar-right .sidebar-header.legend-header-info {
  border-bottom: 1px solid transparent;
}
.sidebar-right .sidebar-header.legend-header-info H1 {
  font-weight: 700;
  font-size: 330%;
  line-height: 90%;
  letter-spacing: -1.5px;
  min-height: 1em;
}
.sidebar-right .sidebar-header.legend-header-info .map-date {
  margin: 15px 0;
}
.map-infos {
  padding-bottom: 0px !important;
}
.map-infos .map-illustration img {
  width: 100%;
  height: auto;
}
.map-infos .map-description {
  margin: 30px 0;
  line-height: 120%;
}
.map-infos .map-description p:first-child {
  text-indent: 18px;
}
.map-infos .related-maps,
.map-infos .map-attached-files .related-maps {
  margin-top: 15px;
}
.map-infos .related-maps .link,
.map-infos .map-attached-files .related-maps .link {
  transition: all 0.1s;
  cursor: pointer;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: flex;
  margin-bottom: 5px;
}
.map-infos .related-maps .link:hover,
.map-infos .map-attached-files .related-maps .link:hover {
  color: blue;
}
.map-infos .related-maps .link:before,
.map-infos .map-attached-files .related-maps .link:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  justify-content: center;
  content: "\F04B";
}
.map-infos .map-attached-files {
  margin: 15px 0;
}
.map-infos .map-attached-files .map-file {
  transition: all 0.1s;
  cursor: pointer;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: flex;
  margin-bottom: 5px;
}
.map-infos .map-attached-files .map-file:hover {
  color: blue;
}
.map-infos .map-attached-files .map-file:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  justify-content: center;
  content: "\F0C1";
}
.map-infos .map-info-layers {
  display: none;
}
.map-infos .map-info-layers .map-info-layer {
  margin-top: 15px;
}
.map-infos .map-info-layers .map-info-layer .map-info-layer-link {
  transition: all 0.1s;
  cursor: pointer;
  width: 100%;
}
.map-infos .map-info-layers .map-info-layer .map-info-layer-link:hover {
  color: blue;
}
.map-infos .map-info-layers .map-info-layer .map-info-layer-link:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  font-size: 80%;
  content: "\F016";
}
.map-legend .styles-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map-legend .styles-wrapper .legend-label {
  font-weight: 100;
  margin: 15px 0;
}
.map-legend .styles-wrapper .legend-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  min-height: 20px;
}
.map-legend .styles-wrapper .legend-item:last-child {
  margin-bottom: 0px;
}
.map-legend .styles-wrapper .legend-item.polygon .item-style {
  height: 32px;
}
.map-legend .styles-wrapper .legend-item .item-style {
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
}
.map-legend .styles-wrapper .legend-item .item-style img {
  width: 100%;
  height: auto;
}
.map-legend .styles-wrapper .legend-item .item-label {
  min-height: 20px;
  display: flex;
  align-items: center;
}
.map-legend .legend-group.named {
  width: 100%;
  margin-bottom: 15px;
}
.map-legend .legend-group.named .legend-group-title {
  font-weight: 100;
  margin: 15px auto 5px auto;
}
.map-legend .legend-group.named .legend-group-items {
  border-left: 1px solid #646464;
  padding-left: 15px;
  margin-left: 15px;
}
.map-legend .wms-legend-wrapper {
  width: 100%;
  margin-top: 5px;
  padding: 15px 0;
  border-top: 0.5px solid #646464;
  border-bottom: 0.5px solid #646464;
  overflow-x: auto;
  overflow-y: hidden;
}
.map-legend .wms-legend-wrapper .wms-legend-switch {
  transition: all 0.1s;
  cursor: default;
  font-weight: 100;
  display: flex;
}
.map-legend .wms-legend-wrapper .wms-legend-switch:hover {
  color: blue;
}
.map-legend .wms-legend-wrapper .wms-legend-switch::before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  justify-content: center;
}
.map-legend .wms-legend-wrapper .wms-legend-switch.opened::before {
  content: "\F078";
}
.map-legend .wms-legend-wrapper .wms-legend-switch.closed::before {
  content: "\F054";
}
.map-legend .wms-legend-wrapper .wms-legend-item {
  margin-left: 47px;
  margin-top: 5px;
}
.datas-wrapper .box--harvest {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: sticky;
  bottom: 0;
  background-color: #ffffff;
}
.datas-wrapper .box--harvest > .btn {
  margin-bottom: 15px;
  display: inline-flex;
}
.layer-item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin: 5px 0;
}
.layer-item .error {
  text-decoration: line-through;
  color: #a0a0a0;
}
.layer-item .layer-actions {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  margin-top: 5px;
}
.layer-item .layer-actions > span {
  transition: all 0.1s;
  cursor: default;
}
.layer-item .layer-actions > span:hover {
  color: blue;
}
.layer-item .layer-actions > *:hover {
  color: blue;
}
.layer-item .layer-actions.bookmark {
  width: initial;
}
.layer-item .visible:before {
  content: "\F06E";
}
.layer-item .table:before {
  content: "\F0CE";
}
.layer-item .bookmark-edit:before {
  content: "\F040";
}
.layer-item .bookmark-pos:before {
  content: "\F192";
}
.layer-item .bookmark-remove:before {
  content: "\F1F8";
}
.layer-item .not-visible {
  color: #a0a0a0;
  transition: all 0.1s;
  cursor: default;
}
.layer-item .not-visible:hover {
  color: blue;
}
.layer-item .not-visible:before {
  content: "\F070";
}
.layer-item .visible:before,
.layer-item .not-visible:before,
.layer-item .bookmark-pos:before,
.layer-item .bookmark-remove:before {
  padding-right: 10px;
}
.datas-download-wrapper {
  margin-top: 15px;
}
.datas-download-wrapper .dl-item {
  transition: all 0.1s;
  cursor: pointer;
  margin-left: 5px;
}
.datas-download-wrapper .dl-item:hover {
  color: blue;
}
.tool-widget {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: initial;
  left: initial;
  width: 25%;
  height: auto !important;
  padding: 5px;
  background: #fff;
  border: 1px solid #646464;
}
.tool-widget > div {
  margin-bottom: 15px;
}
.tool-widget > div:last-child {
  margin: 0px;
}
.tool-widget H2,
.tool-widget H3 {
  margin-bottom: 15px;
}
.tool .btn.label,
.tool .btn.label-and-icon {
  margin: 15px 0;
}
.datas-wrapper details.metadata-block-meta {
  margin: 7.5px 0;
}
.datas-wrapper details.metadata-block-meta summary {
  padding: 0.2em;
}
.datas-wrapper details.metadata-block-meta[open] {
  background-color: #f7f7f7;
}
.datas-wrapper .metadata-block-body {
  padding: 7.5px;
  padding-left: 1.2em;
  padding-top: 0;
}
.datas-wrapper .metadata-label {
  font-weight: 600;
  margin-top: 7.5px;
}
.tool.print .print-block {
  margin-top: 15px;
}
.tool.print .print-block .print-format {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.tool.print .print-block .print-format > div {
  transition: all 0.1s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  display: flex;
  background: #ffffff;
  border: 1px solid #646464;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7.5px;
  margin-right: 15px;
}
.tool.print .print-block .print-format > div:hover {
  cursor: default;
  color: blue;
  border: 2px solid blue;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
}
.tool.print .print-block .portrait {
  width: 42px;
  height: 60px;
}
.tool.print .print-block .landscape {
  width: 60px;
  height: 42px;
}
.tool.print .custom-title input {
  width: 100%;
  box-sizing: border-box;
}
.tool.print .custom-title .btn {
  margin-top: 15px;
}
.tool.wms-picker .webservice .base-layer {
  display: flex;
  align-items: center;
  cursor: default;
  margin-left: 15px;
  margin-bottom: 7.5px;
}
.tool.wms-picker .webservice .base-layer:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px;
  font-size: 1em;
  content: "\F10C";
}
.tool.wms-picker .webservice .base-layer:hover:before,
.tool.wms-picker .webservice .base-layer.active:before {
  content: "\F192";
}
.tool.wms-picker .webservice .base-layer.active:before {
  color: blue;
}
.tool.wms-picker .webservice .base-layer:hover.active:before {
  content: "\F10C";
}
.main.map-and-tracker {
  right: 15px;
  left: 15px;
}
@media screen and (max-width: 900px) {
  .main.map-and-tracker {
    right: initial;
    left: initial;
  }
}
.main.map-and-tracker .tool.geocoder {
  display: none;
}
.tool.location .point-location .lat-lon-inputs {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tool.location .point-location .lat-lon-inputs input {
  width: calc(50% - 15px / 2 - 5px / 2 - 25px);
  margin: 0;
}
.tool.location .point-location .cursor-location {
  margin-top: 15px;
}
.tool.location .point-location .cursor-location .lat-lon-label,
.tool.location .point-location .cursor-location .lat-lon-value {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.tool.location .point-location .cursor-location .lat-lon-label > div,
.tool.location .point-location .cursor-location .lat-lon-value > div {
  width: calc(50% - 15px);
}
.main.map-and-measure {
  right: 15px !important;
  left: 15px !important;
}
.main.map-and-measure .tool.geocoder {
  display: none;
}
.tool.measure .btn.btn-start {
  margin-bottom: 0;
}
.tool.share .helptext,
.tool.embed .helptext {
  margin-bottom: 15px;
}
.tool.share .text-copy,
.tool.embed .text-copy {
  margin: 5px 0 15px 0;
  border: 1px solid #646464;
  padding: 5px;
  max-height: 4em;
  overflow-y: auto;
}
.tool.share .text,
.tool.embed .text {
  font-size: 0.64rem;
  font-family: monospace;
  color: #646464;
}
.tool.share .copy,
.tool.embed .copy {
  transition: all 0.1s;
  float: right;
  color: blue;
  font-size: 0.9em;
  cursor: default;
  padding: 0 0 5px 5px;
}
.tool.share .copy:hover,
.tool.embed .copy:hover {
  color: blue;
}
.tool.share .copy .copied,
.tool.embed .copy .copied {
  color: transparent;
  position: absolute;
  display: block;
  margin-top: -40px;
  transition-duration: 3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 2, 0.75, 1);
}
.tool.share .copy:active .copied,
.tool.embed .copy:active .copied {
  color: blue;
}
.view-app .main.query {
  margin: 0 15px;
  padding: 15px;
  border: 1px solid #646464;
  overflow: auto;
}
.view-app .main.query h1 {
  margin-bottom: 30px;
}
.view-app .main.query h2 {
  margin-bottom: 15px;
}
.view-app .main.query h3 {
  margin-bottom: 7.5px;
}
.view-app .main.query .helptext {
  margin-bottom: 15px;
}
.view-app .main.query .query-actions {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: initial;
  left: initial;
}
.view-app .main.query .query-actions > div {
  margin-left: 15px;
}
.view-app .main.query .map-card__title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 7.5px;
}
.view-app .main.query .map-card__updated {
  font-size: 0.8rem;
  margin-bottom: 15px;
  font-style: italic;
}
.view-app .main.query .map-card__description {
  margin-bottom: 15px;
}
.view-app .main.query .map-card__layer {
  margin-bottom: 7.5px;
}
.view-app .main.query .map-card__layer:last-child {
  margin: 0;
}
.view-app .main.query .map-card.map-card--select {
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 15px;
}
.view-app .main.query .map-card.map-card--select:hover {
  background-color: #f2f2f2;
}
.view-app .main.query .map-card.map-card--select .map-card--description {
  margin-bottom: 15px;
}
.view-app .main.query .map-card.map-card--select .btn {
  margin-right: 15px;
  margin-bottom: 15px;
}
.view-app .main.query .map-card.map-card--select .map-card__layer {
  cursor: default;
}
.view-app .main.query .map-card.map-card--select .map-card__layer:hover {
  color: blue;
}
.view-app .main.query .map-card.map-card--select .map-card__layer:before {
  font: normal normal normal 14px / 1 forkawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1.5em;
  height: 1em;
  margin-right: 0.5ch;
}
.view-app .main.query .map-card.map-card--select .map-card__layer.selected:before {
  content: "\F046";
  color: blue;
}
.view-app .main.query .map-card.map-card--select .map-card__layer.unselected:before {
  content: "\F096";
}
.view-app .main.query .selector-wrapper {
  display: flex;
  margin-bottom: 45px;
}
.view-app .main.query .selector-wrapper .result__map-illu {
  margin-right: 15px;
}
.view-app .main.query .map-card--result {
  margin-bottom: 15px;
}
.view-app .main.query .map-card--result .meta-wrapper .wrapper_image-desc {
  display: flex;
}
.view-app .query .results-wrapper .result-table {
  margin: 30px 0;
}
.view-app .query .results-wrapper .layer-title {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 7.5px;
}
.view-app .query {
  /* Zebra striping */
}
.view-app .query table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  line-height: 115%;
}
.view-app .query tr:nth-of-type(odd) {
  background: #f8f8f8;
}
.view-app .query th {
  background: #333;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}
.view-app .query td,
.view-app .query th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
.view-app .query thead tr:first-child {
  background-color: transparent;
}
.view-app .query thead tr:first-child td:first-child {
  padding: 0;
  border: 0px;
}
@media print {
  @page {
    size: landscape;
  }
  html {
    font-size: 9pt;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  .view-app .header,
  .view-app .main.query,
  .view-app .footer {
    position: initial;
  }
  .view-app .header {
    margin-bottom: 15px;
  }
  .view-app .header > div.brand-logo {
    display: block;
  }
  .view-app .main.query {
    position: initial;
    overflow: hidden;
    padding: 0px;
    border: 0px;
    margin: 0px;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .view-app .main.query H1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .view-app .main.query .selector-wrapper {
    page-break-after: always;
  }
  .view-app .main.query .selected-layer--print {
    font-size: 1.2rem;
    margin-bottom: 7.5px;
  }
  .view-app table {
    table-layout: fixed;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
.chart-wrapper {
  position: relative;
}
.chart-wrapper h2 {
  margin: 0 0 15px 0;
}
.chart-viz {
  margin-bottom: 15px;
  text-align: center;
}
.chart-viz svg {
  width: 66%;
  margin: auto;
  padding: 30px;
  padding-bottom: 15px;
}
.chart-legend {
  display: flex;
  flex-wrap: wrap;
}
.chart-legend .chart-legend-item {
  display: flex;
  padding: 7.5px 15px;
  width: 50%;
}
.chart-legend .chart-legend-item .chart-item-color {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 30px;
  border: 8px solid #ffffff;
}
.chart-legend .chart-legend-item .chart-item-content {
  text-align: left;
}
.chart-legend .chart-legend-item .chart-item-content .chart-item-value {
  font-size: 60%;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 1px;
}
.timeserie-bar {
  font-family: monospace;
  stroke: darkblue;
}
.timeserie-tick-label {
  fill: #666;
  font-size: 80%;
}
.timeserie-tick,
.timeserie-border {
  stroke: #666;
  fill: none;
}
.timeserie-bar.active {
  fill: darkblue;
}
.timeserie-bar-label {
  display: none;
}
.timeserie-bar-label-line {
  stroke: darkblue;
  stroke-width: 1px;
  stroke-dasharray: 1,3;
  stroke-line-cap: 'round';
}
/*
.timeserie-bar:hover .timeserie-bar-label {
    display: initial;
    z-index: 1;
}*/
.timeserie-selection-border {
  stroke: darkblue;
  stroke-width: 1px;
  stroke-dasharray: 1,4;
  stroke-line-cap: 'round';
}
.timeserie-selection-adjust {
  stroke: darkblue;
  stroke-width: 1px;
  cursor: ew-resize;
  fill: white;
  display: block;
}
.timeserie-selection-fill {
  fill: lightblue;
  fill-opacity: .25;
}
.timeserie-bar-line {
  stroke: darkblue;
  stroke-width: 1px;
  fill: transparent;
}
.timeserie-cursor {
  stroke: darkred;
  stroke-width: 1px;
}
.timeserie-data-point {
  fill: darkred;
}
.timeserie-grid {
  stroke-width: 1px;
  stroke: #969696;
  stroke-dasharray: 1,3;
  stroke-line-cap: round;
}
.timeserie-norm {
  stroke-width: 1px;
  stroke: red;
}
.timeserie-wrapper .chart-date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 80%;
}
.timeserie-wrapper .chart-date-wrapper .date > * {
  width: 100%;
  display: block;
}
.timeserie-wrapper input {
  width: auto !important;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .map-navigator {
    width: 100%;
    border: 0px;
    padding: 0;
  }
  .map-navigator h1 {
    margin-bottom: 15px;
  }
  .map-navigator .input-wrapper,
  .map-navigator .input-wrapper input {
    width: 100%;
    font-size: 1rem;
  }
  .map-navigator .maps-container .map-navigator-tile {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .main .switcher {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid #000;
  }
  .main .switcher .switch-item {
    width: auto;
  }
  .main .switcher .picto:before {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .datas-wrapper .layer-actions {
    width: auto;
    font-size: 1rem;
    height: calc(1rem + 5px);
    margin: 0;
  }
  .datas-wrapper .layer-actions .visible:before,
  .datas-wrapper .layer-actions .hidden:before,
  .datas-wrapper .layer-actions .table:before {
    height: calc(1rem + 5px);
    width: calc(1rem + 5px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 5px;
  }
  .datas-wrapper .box--harvest {
    position: relative;
    bottom: initial;
  }
}
@media screen and (max-width: 900px) {
  .main .sidebar-right {
    position: relative;
    margin-top: 20px;
    padding: 0;
    padding-bottom: 50px;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    position: fixed;
    height: 15px;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 900px) {
  .tool-widget {
    position: relative;
    width: 100%;
    border: 0px;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
}


/*# sourceMappingURL=view-1635498763.style.css.map*/