@charset "UTF-8";
#application {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin: auto;
  width: 1200px;
  min-height: 100vh;
}
#application header {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 0;
}
#application header h1 {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 3px;
}
#application header h1 a {
  color: rgba(117, 109, 103, 0.8);
  text-shadow: 1px 2px 2px #c5b8ad, 0 0 0 #000000, 1px 2px 2px #c5b8ad;
  text-decoration: none;
}
#application header nav {
  margin: 15px 0;
}
#application header nav a {
  padding: 15px 5px 15px 45px;
  background: url(resources/user-small.png) left center no-repeat;
  font-size: 1.6rem;
  color: #ececec;
  font-style: italic;
  font-weight: normal;
}
#application footer nav {
  margin: 15px 0;
  text-align: right;
}
#application footer nav a {
  padding: 15px 5px;
  font-size: 1.6rem;
  color: #816c5e;
  text-transform: uppercase;
}
#application #content {
  -moz-flex: 1;
  flex: 1;
  background: #ececec;
  border-radius: 10px;
  padding: 45px 50px;
  color: #757575;
  font-size: 1.2rem;
}
#application #content form {
  margin: 0;
  padding: 0;
}
#application #content form p {
  margin: 0;
  padding: 0;
}
#application #content form p select.filter {
  width: 270px;
  float: right;
}
#application #content form p select.filter option[disabled=disabled] {
  color: red;
  background: yellow;
}
#application #content form p .select2 {
  font-family: inherit;
  font-size: 1.5rem;
}
#application #content form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
#application #content form p .select2-container .select2-selection--single,
#application #content form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
#application #content h2 {
  margin: 30px 0 5px 0;
  font-size: 3rem;
  text-transform: uppercase;
  color: #118ede;
}
#application #content h2:first-child {
  margin: 5px 0;
}
#application #content hr {
  margin: 10px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #b7a79b;
}
#application #content p.info {
  font-weight: 100;
}
#application #content .sections {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0;
}
#application #content .sections > div:first-child {
  width: 60%;
}
#application #content .sections > div:last-child {
  width: 40%;
}
#application #content .sections ul.legend {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
}
#application #content .sections ul.legend li {
  display: inline;
}
#application #content .sections ul.legend li + li {
  margin-left: 10px;
}
#application #content .sections ul.legend li:before {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
  content: " ";
  width: 22px;
  height: 18px;
  vertical-align: middle;
  border-radius: 4px;
}
#application #content .sections ul.legend li.stable:before {
  background: #118ddd;
  border-bottom: 4px solid #0d6fae;
}
#application #content .sections ul.legend li.lower:before {
  background: #ef6355;
  border-bottom: 4px solid #eb3826;
}
#application #content .sections ul.legend li.bigger:before {
  background: #a0c336;
  border-bottom: 4px solid #7f9b2b;
}
#application #content .search {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}
#application #content .search ::-webkit-input-placeholder {
  font-style: italic;
}
#application #content .search :-moz-placeholder {
  font-style: italic;
}
#application #content .search ::-moz-placeholder {
  font-style: italic;
}
#application #content .search :-ms-input-placeholder {
  font-style: italic;
}
#application #content .search .select2,
#application #content .search input[type=text] {
  -moz-flex: 1;
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 2rem;
  font-family: inherit;
  border-radius: 5px 0 0 5px;
  background: #d3d3d3;
  border-bottom: 4px solid #c0c0c0;
}
#application #content .search .select2-selection__choice,
#application #content .search .select2-container--default .select2-selection--multiple {
  background: transparent;
  border: none;
}
#application #content .search input[type=image] {
  position: relative;
  margin-left: -5px;
  padding: 15px;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  border-bottom: 4px solid #d7594d;
  background-color: #ee6355;
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
#application #content #france-map {
  display: block;
  /*
      Les départements passent au dessus des régions pour être affichés, les évènements doivent donc être ignorés pour ne
      pas perturber les styles hover et les actions javascript associées.
  */
}
#application #content #france-map path {
  pointer-events: none;
}
#application #content #france-map #regions path {
  cursor: pointer;
  pointer-events: painted;
  fill: white;
  opacity: 0.25;
}
#application #content #france-map #regions path:hover {
  opacity: 0;
}
#application #content #france-map #regions g.stable path {
  opacity: 0.5;
}
#application #content #france-map #regions g.stable:hover path {
  opacity: 0.8;
}
#application #content #france-map #regions g.lower path {
  opacity: 0.5;
}
#application #content #france-map #regions g.lower:hover path {
  opacity: 0.8;
}
#application #content #france-map #regions g.bigger path {
  opacity: 0.5;
}
#application #content #france-map #regions g.bigger:hover path {
  opacity: 0.8;
}
#application #content #france-map #departements g.stable path {
  fill: #118ddd;
}
#application #content #france-map #departements g.stable:hover path {
  fill: #0d6fae;
}
#application #content #france-map #departements g.lower path {
  fill: #ef6355;
}
#application #content #france-map #departements g.lower:hover path {
  fill: #eb3826;
}
#application #content #france-map #departements g.bigger path {
  fill: #a0c336;
}
#application #content #france-map #departements g.bigger:hover path {
  fill: #7f9b2b;
}
#application #content #graph .bar {
  fill: #d1c7bf;
}
#application #content #graph .axis {
  font: 1.1rem sans-serif;
}
#application #content #graph .axis path,
#application #content #graph .axis line {
  fill: none;
  stroke: #000000;
  shape-rendering: crispEdges;
}
#application #content .download-pdf {
  background: url(resources/download-pdf.png) left center no-repeat;
  padding: 12px 0 12px 50px;
}
#application #content .download-pdf a {
  color: #757575;
  font-weight: bold;
  font-size: 1.8rem;
}
#application #content table {
  border-collapse: collapse;
  font-size: 1.3rem;
}
#application #content table th, #application #content table td {
  padding: 5px 10px;
  text-align: right;
  vertical-align: top;
}
#application #content table th + th, #application #content table th + td, #application #content table td + th, #application #content table td + td {
  border-left: 1px solid #ffffff;
}
#application #content table th[colspan] {
  text-align: center;
}
#application #content table thead {
  text-transform: uppercase;
}
#application #content table thead tr.group th {
  background: #757575;
  color: white;
  font-weight: bold;
}
#application #content table thead th {
  background: #b0b0b0;
  color: white;
  font-weight: bold;
}
#application #content table tfoot th,
#application #content table tfoot td {
  background: #118ddd;
  color: white;
}
#application #content table tbody tr td {
  font-size: 1.3rem;
  border-top: 1px solid #b0b0b0;
}
#application #legal-notice h3 {
  line-height: 175%;
  color: #118ddd;
}
#application #legal-notice h3:first-line {
  text-transform: uppercase;
}
#application #legal-notice p {
  margin-left: 50px;
}

#data-display {
  /*@include flexbox;
  @include flex-direction(row-reverse);
  @include justify-content(space-between);
  @include align-items(center);*/
}

html {
  font-family: "Lato", sans-serif;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #b8a89b;
  font-size: 1.3rem;
  cursor: default;
}

a {
  color: #118ede;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.back {
  vertical-align: middle;
  font-size: 13pt;
  margin: 0 15px;
}

@keyframes zoom {
  from {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
#page-login form {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  justify-content: space-between;
  animation: zoom 750ms ease;
  margin: 150px auto 0 auto;
  padding: 20px 40px 40px 40px;
  text-align: center;
  background: #ececec;
  width: 320px;
  min-height: 300px;
  border-radius: 8px;
}
#page-login form h1 {
  margin: -80px auto 0 auto;
  padding: 0;
  width: 122px;
  height: 122px;
  background: transparent url(resources/user.png) center top no-repeat;
  color: transparent;
}
#page-login form h2 {
  font-size: 1.8em;
  color: #757575;
  text-transform: uppercase;
  font-weight: 100;
}
#page-login form p {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin: 0;
  text-align: left;
}
#page-login form p > * {
  margin: 15px 0;
}
#page-login form p.actions {
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}
#page-login form p#lost-password {
  text-align: center;
}
#page-login form p.info {
  font-size: 1.4rem;
  text-align: justify;
}
#page-login form p.info label {
  display: block;
}
#page-login form label {
  display: none;
}
#page-login form ::-webkit-input-placeholder {
  color: #757575;
}
#page-login form :-moz-placeholder {
  color: #757575;
}
#page-login form ::-moz-placeholder {
  color: #757575;
}
#page-login form :-ms-input-placeholder {
  color: #757575;
}
#page-login form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #d3d3d3 inset;
}
#page-login form input {
  font-size: 1.4rem;
  min-height: 30px;
  border-radius: 5px;
  font-family: inherit;
}
#page-login form input[type=text], #page-login form input[type=password] {
  padding: 10px;
  border: none;
  background-color: #d3d3d3;
}
#page-login form input.button {
  padding: 15px;
  min-height: 30px;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.8rem;
  box-shadow: 0 -2px 2px 1px #d7594d inset;
  background-color: #ee6355;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  transition: 1s all ease;
}
#page-login form input.button.small {
  font-size: 1.3rem;
}
#page-login form input.button.running {
  opacity: 0.6;
  background-image: url(resources/loader.svg);
}/*# sourceMappingURL=default.css.map */