<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.font24 {
  font-size: 1.5em; }

.font22 {
  font-size: 1.375em; }

.font20 {
  font-size: 1.25em; }

.font18 {
  font-size: 1.125em; }

.font16 {
  font-size: 1em; }

.font14 {
  font-size: 0.875em; }

.font12 {
  font-size: 0.75em; }

.font10 {
  font-size: 0.625em; }

.c-black {
  color: #000; }

.c-red {
  color: #b00; }

.c-white {
  color: #fff; }

.c-primary-color {
  color: #166DCC; }

.c-secondary-color {
  color: #2E496E; }

.bg-black {
  background-color: #000; }

.bg-red {
  background-color: #b00; }

.bg-white {
  background-color: #fff; }

.bg-primary-color {
  background-color: #166DCC; }

.bg-secondary-color {
  background-color: #2E496E; }

.gray5 {
  color: #f2f2f2; }

.gray10 {
  color: #e5e5e5; }

.gray15 {
  color: #d9d9d9; }

.gray20 {
  color: #ccc; }

.gray25 {
  color: #bfbfbf; }

.gray30 {
  color: #b2b2b2; }

.gray35 {
  color: #a6a6a6; }

.gray40 {
  color: #999; }

.gray45 {
  color: #8c8c8c; }

.gray50 {
  color: #808080; }

.gray55 {
  color: #737373; }

.gray60 {
  color: #666; }

.gray65 {
  color: #595959; }

.gray70 {
  color: #4d4d4d; }

.gray75 {
  color: #404040; }

.gray80 {
  color: #333; }

.gray85 {
  color: #262626; }

.gray90 {
  color: #1a1a1a; }

.bg-gray5 {
  background-color: #f2f2f2; }

.bg-gray10 {
  background-color: #e5e5e5; }

.bg-gray15 {
  background-color: #d9d9d9; }

.bg-gray20 {
  background-color: #ccc; }

.bg-gray25 {
  background-color: #bfbfbf; }

.bg-gray30 {
  background-color: #b2b2b2; }

.bg-gray35 {
  background-color: #a6a6a6; }

.bg-gray40 {
  background-color: #999; }

.bg-gray45 {
  background-color: #8c8c8c; }

.bg-gray50 {
  background-color: #808080; }

.bg-gray55 {
  background-color: #737373; }

.bg-gray60 {
  background-color: #666; }

.bg-gray65 {
  background-color: #595959; }

.bg-gray70 {
  background-color: #4d4d4d; }

.bg-gray75 {
  background-color: #404040; }

.bg-gray80 {
  background-color: #333; }

.bg-gray85 {
  background-color: #262626; }

.bg-gray90 {
  background-color: #1a1a1a; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* http://prismjs.com/download.html?themes=prism&amp;languages=markup+css+sass+scss */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) &gt; code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0; }

/* Inline code */
:not(pre) &gt; code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.function {
  color: #DD4A68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 20px;
  color: #4d4d4d;
  background: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  line-height: 1.2; }

h1 {
  margin: 0 0 .5em;
  font-size: 1.8em; }

h2 {
  margin: 1em 0 .5em;
  font-size: 1.4em; }

h3 {
  margin: 1.5em 0 .3em;
  font-size: 1em;
  font-weight: bold; }

h4 {
  margin: 1.5em 0 .3em;
  font-size: .88888888em; }

h1,
h2,
h3,
h4 {
  color: #2E496E; }

p {
  margin: 1em 0;
  line-height: 1.5; }

img {
  max-width: 100%;
  vertical-align: middle; }

a:link {
  color: #166DCC; }

a:visited {
  color: #1461b5; }

a:focus,
a:hover {
  color: #11549e; }

a:active {
  color: #b00; }

hr {
  display: block;
  height: 5px;
  border: 0;
  margin: 2em 0;
  background: #f2f2f2; }

figure {
  margin: 1.5em 0;
  padding: 0; }

figcaption {
  font-size: 0.875em;
  color: #737373;
  display: block;
  margin: .4em 0; }

table {
  width: 100%;
  margin: 1em 0 2em;
  border-collapse: collapse; }

caption {
  padding: 0 0 .5em;
  font-weight: bold;
  text-align: left; }

th,
td {
  border-bottom: 1px solid #ccc;
  padding: .5em 1em;
  text-align: left;
  vertical-align: top; }

th {
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  vertical-align: top; }

ul,
ol {
  padding-left: 1.5em; }
  ul li,
  ol li {
    margin-bottom: .2em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 .5em;
  padding-left: 1.5em; }

.container {
  max-width: 1200px;
  margin: 0 auto; 
}

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

.markup-heading {
  color: #2E496E;
  font-size: 1em;
  font-weight: bold; }

.example {
  border: 1px solid #ccc;
  margin: 1em 0;
  padding: 1em; }

.input {
  margin-bottom: 1em; }

.input__content {
  display: block;
  margin: 0 0 .2em; }

.input__control {
  display: block;
  width: 100%;
  height: 2.2em;
  border: 1px solid #ccc;
  border-radius: .2em;
  padding: 0 .5em;
  color: #808080;
  background-color: #fff;
  font-size: 1em;
  line-height: 2.2em; }

.button-primary {
  height: 2.2em;
  border: 1px solid #11549e;
  border-radius: .2em;
  padding: 0 1em;
  cursor: pointer;
  color: #fff;
  background: #166DCC;
  font-family: inherit;
  font-size: 1em;
  line-height: 2.2em; }

.button-primary:focus,
.button-primary:hover {
  border: 1px solid #0c3c70;
  color: #fff;
  background: #11549e; }

.button-primary:active {
  border: 1px solid #880000;
  color: #fff;
  background: #b00; }

.button-secondary {
  height: 2.2em;
  border: 1px solid #ccc;
  border-radius: .2em;
  padding: 0 1em;
  cursor: pointer;
  color: #166DCC;
  background: #fff;
  font-family: inherit;
  font-size: 1em;
  line-height: 2.2em; }

.button-secondary:focus,
.button-secondary:hover {
  color: #11549e;
  background: #f2f2f2; }

.button-secondary:active {
  color: #b00;
  background: #e5e5e5; }

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

.navbar {
  min-width: 280px;
  background: #333; }
  
 .navbar:after {
    display: table;
    clear: both;
    content: ''; }

.navbar li {
  float: left;
  margin: 0;
  padding: 0; }

.navbar a {
  position: relative;
  display: block;
  height: 60px;
  padding: 0 10px;
  color: #fff;
  line-height: 60px;
  text-decoration: none; }
  .navbar a:hover, .navbar a:focus {
    color: #b0d177;
    background-color: #000; }

.navbar__inner {
  min-width: 270px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 10px; }

.navbar__logo {
  display: block;
  float: left;
  width: 51px;
  height: 60px;
  /*  background-image: url(../img/logo.svg);*/
  background-image: url(/assets/img/logo_france.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 31px 30px;
  text-indent: -500em; }
@media (max-width: 312px){
.navbar__logo {
  width: 30px;	
}
}
.primary-nav {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.management-nav {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px; }

.management-nav__org {
  position: relative;
  display: block;
  float: left;
  height: 60px;
  padding: 0 10px;
  color: #ccc;
  line-height: 60px;
  text-decoration: none; }

.management-nav__manage-user,
.management-nav__manage-org,
.management-nav__feeds,
.management-nav__logout {
  width: 40px; }

.management-nav__manage-user:hover:after,
.management-nav__manage-org:hover:after,
.management-nav__feeds:hover:after,
.management-nav__logout:hover:after,
.management-nav__manage-user:focus:after,
.management-nav__manage-org:focus:after,
.management-nav__feeds:focus:after,
.management-nav__logout:focus:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #595959;
  border-left: 8px solid transparent;
  margin-left: -6px;
  content: ''; }

.navbar__current {
  /* !important declaration needed to override navbar a color */
  color: #b0d177 !important; }

.navbar__current:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  margin-left: -6px;
  content: ''; }

@media (max-width: 900px) {
  .management-nav__org {
    display: none; }

  .navbar__inner {
    padding: 0 10px; } }
@media (max-width: 700px) {
  .primary-nav {
    display: none; }

  body {
    padding-bottom: 60px; } }
.management-nav__dropdown {
  position: relative;
  display: block;
  float: left;
  height: 60px;
  border: none;
  padding: 0 27px 0 10px;
  color: #fff;
  background-color: #333;
  font-size: 14px;
  line-height: 60px;
  text-decoration: none; }
  .management-nav__dropdown:hover, .management-nav__dropdown:focus {
    color: #b0d177;
    background-color: #000; }

.management-nav__dropdown:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: -2px;
  content: ''; }

.management-nav__dropdown:hover:after,
.management-nav__dropdown:focus:after {
  border-top: 5px solid #b0d177; }

.dropdown {
  position: relative; 
  padding-top: 4px
  }

.open &gt; .dropdown-menu {
  display: block; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: 60px;
  left: 0;
  display: none;
  float: left;
  min-width: 190px;
  border-top: 1px solid #808080;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #333;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: 14px;
  text-align: left; }
  
 .dropdown-menu li {
    display: inline;
    float: none; }
 
 .dropdown-menu a {
    display: block;
    float: none;
    height: auto;
    border-bottom: 1px solid #808080;
    padding: 15px;
    color: #ddd;
    line-height: 1;
    text-decoration: none; }
 
 .dropdown-menu a:hover, .dropdown-menu a:focus {
      color: #b0d177;
      background-color: #000; }

a.dropdown-menu__current {
  color: #fff;
  font-weight: bold; }

.navbar-icon {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: 0 0; }

a:hover .navbar-icon,
a:focus .navbar-icon,
button:hover .navbar-icon,
button:focus .navbar-icon {
  background-position: -22px; }

.navbar__current .navbar-icon,
.secondary-nav__current .navbar-icon {
  background-position: 0 -44px; }

.navbar-icon--org {
  margin-right: 5px;
  background-image: url(../img/icon-org.png); }

.navbar-icon--manage-user {
  background-image: url(../img/icon-manage-user.png); }

.navbar-icon--manage-org {
  background-image: url(../img/icon-manage-org.png); }

.navbar-icon--logout {
  background-image: url(../img/icon-logout.png); }

.navbar-icon--dashboard {
  background-image: url(../img/icon-dashboard.png); }

.navbar-icon--feeds {
  background-image: url(../img/icon-feeds.png); }

.navbar-icon--features {
  background-image: url(../img/icon-features.png); }

.navbar-icon--campaigns {
  background-image: url(../img/icon-campaigns.png); }

.navbar-icon--deliveries {
  background-image: url(../img/icon-deliveries.png); }

.navbar-icon--dropdown {
  background-image: url(../img/icon-dropdown.png); }

.management-nav__feeds:hover:before,
.management-nav__feeds:focus:before,
.management-nav__manage-user:hover:before,
.management-nav__manage-user:focus:before,
.management-nav__manage-org:hover:before,
.management-nav__manage-org:focus:before,
.management-nav__logout:hover:before,
.management-nav__logout:focus:before {
  position: absolute;
  z-index: 1010;
  top: 70px;
  left: 0;
  display: block;
  width: 200px;
  padding: 10px;
  content: attr(aria-label);
  color: #fff;
  background: #595959;
  line-height: 1;
  text-align: center; }

.management-nav__manage-user:hover:before,
.management-nav__manage-user:focus:before {
  left: -102px;
  width: 122px; }

.management-nav__manage-org:hover:before,
.management-nav__manage-org:focus:before {
  left: -170px;
  width: 190px; }

.management-nav__logout:hover:before,
.management-nav__logout:focus:before {
  left: -30px;
  width: 50px; }

.management-nav__feeds:hover:before,
.management-nav__feeds:focus:before {
  left: -102px;
  width: 122px; }  
  
.secondary-nav {
  z-index: 10;	
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #333;
  font-size: 11px; }
  
 .secondary-nav:after {
    display: table;
    clear: both;
    content: ''; }

.secondary-nav .navbar-icon {
  display: block;
  margin: 0 auto 10px; }

.secondary-nav li {
  float: left;
  width: 20%;
  border-right: 1px solid #888;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase; }

.secondary-nav li:last-child {
  border-right: none; }

.secondary-nav a {
  position: relative;
  display: block;
  padding: 2px 0 8px;
  color: #fff;
  text-decoration: none; }
  .secondary-nav a:hover, .secondary-nav a:focus {
    color: #b0d177;
    background-color: #000; }

.secondary-nav__current {
  /* !important declaration needed to override secondary-nav a color */
  color: #b0d177 !important; }

.secondary-nav__current:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: none;
  border-left: 8px solid transparent;
  margin-left: -6px;
  content: ''; }

@media (min-width: 700px) {
  .secondary-nav {
    display: none; 
	} 
}
@media (max-width: 400px) {
   .secondary-nav li {	
	font-size: 8px;
	}	
}
.select_entite, .select_entite_years{
  width: 250px;
  margin-left: 10px;	
  padding: 5px 5px 5px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-color: #2e6da4;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color:#fff;
  background-color: #337ab7;
 } 

select option[disabled] { 
color: #79d69e; font-weight: 500;
} 
/* geo */
.cont {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.responsive-iframe-map {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}	
/* tourism */
.voir_tourisme {
    font-size: 20px;
    color: #2188ff;
    font-weight: 800;
	margin-top: 0.10em;
	margin-bottom: 0.20em;
}</pre></body></html>