button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  line-height: 1.42rem; }

.login-h1 {
  font-weight: 400;
  font-size: 2rem; }

.small-select {
  font-size: 0.8rem;
  padding: 0.25rem; }

.transparent-select {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent; }
.transparent-select option {
  color: #000; }

.btn-blue {
  font-size: 1rem;
  display: inline-block;
  background-color: #2196f3;
  padding: .5rem;
  color: #fff;
  border-radius: 3px;
  transition: background-color .5s;
  border: 1px solid #0a6ebd;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 #0960a5;
  min-width: 75px;
  border: none;
  text-align: center; }
.btn-blue:hover {
  background-color: #51adf6;
  transition: background-color .5s; }

.btn-light-grey {
  font-size: 1rem;
  display: inline-block;
  background-color: #eee;
  padding: .5rem;
  color: #fff;
  border-radius: 3px;
  transition: background-color .5s;
  border: 1px solid #c8c8c8;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 #bbbbbb;
  min-width: 75px;
  border: none;
  text-align: center;
  color: #000;
  box-shadow: none;
  text-shadow: none; }
.btn-light-grey:hover {
  background-color: white;
  transition: background-color .5s; }

.btn-red {
  font-size: 1rem;
  display: inline-block;
  background-color: #ed5b51;
  padding: .5rem;
  color: #fff;
  border-radius: 3px;
  transition: background-color .5s;
  border: 1px solid #db2317;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 #c42014;
  min-width: 75px;
  border: none;
  text-align: center; }
.btn-red:hover {
  background-color: #f2877f;
  transition: background-color .5s; }

.btn-light-red {
  font-size: 1rem;
  display: inline-block;
  background-color: #eb7168;
  padding: .5rem;
  color: #fff;
  border-radius: 3px;
  transition: background-color .5s;
  border: 1px solid #e23124;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 #d1281c;
  min-width: 75px;
  border: none;
  text-align: center; }
.btn-light-red:hover {
  background-color: #f19b95;
  transition: background-color .5s; }

.oh {
  overflow: hidden; }

.w-100 {
  width: 100%; }

body {
  background-color: #f9f9f9;
  padding-top: 54px; }

header {
  background: #212121;
  height: 54px;
  width: 100%;
  z-index: 20000;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0; }

.menu {
  height: 54px; }

.hamburger {
  cursor: pointer; }

.hamburger-menu {
  width: 170px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #212121;
  display: none;
  z-index: 30000;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); }
.hamburger-menu a {
  color: #fff; }

.hamburger-menu[data-visible="true"] {
  display: block; }

header .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 400px;
  background-color: #333;
  z-index: 20000;
  overflow-y: auto; }
header .search-results a {
  color: #fff; }
header .search-results a.is-tag {
  color: #f22; }

#search {
  background: none;
  color: #fff;
  border: none;
  padding: 0; }

.search-close {
  color: #fff;
  cursor: pointer;
  text-align: right;
  margin: 0; }

main {
  width: 980px;
  margin: 1rem auto; }

.chronologieaccueil main {
  width: 100%;
  margin: 1rem 0; }

footer {
  text-align: center; }

.home-item h2 {
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  margin: 0; }
.home-item:hover {
  background: #e9e9e9;
  transition: background-color 0.2s; }

.home-item-edit-link {
  opacity: 0.3; }
.home-item-edit-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.article-item {
  margin-top: 6rem; }
.article-item h1, .article-item h2, .article-item h3, .article-item h4, .article-item h5, .article-item h6 {
  font-weight: 300; }
.article-item h1 {
  font-size: 4.5rem; }
.article-item h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 400; }
.article-item h3 {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: 400; }
.article-item p {
  font-weight: 300; }
.article-item .infos-item {
  color: #aaa; }
.article-item .content {
  margin-top: 3rem; }

.msg {
  color: #fff; }

.vert {
  background-color: #43B54B; }

.rouge {
  background-color: #ed5b51; }

#cke_editor1 {
  width: 100%; }

#item-submit, #submit-new-image, #submit-ligne-form, #submit-edit-cell, #submit-login, #submit-item-top, #submit-update-user {
  background-color: #2196f3; }

#container-form {
  border: 1px dashed #ccc;
  padding: 1em;
  height: 100px; }

.dragover {
  background-color: #e9e9e9; }

.uploads-list {
  position: fixed;
  min-width: 500px;
  left: 1em;
  bottom: -350px;
  background-color: #e9e9e9;
  transition: .5s bottom;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.show-uploads-list {
  bottom: 1em !important;
  transition: .5s bottom; }

.header-uploads-list {
  color: #fff;
  background-color: #333;
  padding: 1em;
  position: relative; }

.uploads-list-arrow-down {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer; }

.files-list {
  overflow-y: auto;
  height: 260px; }

.bar {
  background-color: #2196f3;
  height: 10px;
  transition: 0.3s width background-color;
  width: 0; }

.bar-finished {
  background-color: #43B54B;
  transition: 0.3s width background-color; }

#pagination {
  text-align: center;
  font-size: .8rem;
  margin-bottom: 2rem; }
#pagination a {
  color: #000;
  display: inline-block;
  vertical-align: top; }
#pagination a:hover {
  color: #2196f3; }
#pagination .pagi {
  padding: .3rem .5rem;
  box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  margin: 0 .2rem; }
#pagination .pagi:hover {
  box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.15); }
#pagination .pagi.active {
  font-weight: bold;
  color: #2196f3; }
#pagination .prev, #pagination .next {
  padding: .3rem .5rem; }

.overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: calc(100vh - 54px);
  top: 54px;
  left: 0;
  text-align: center;
  padding: 1rem;
  z-index: 1000; }
.overlay img {
  max-height: calc(100% - 2rem);
  max-width: calc(100% - 2rem);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.image-name {
  word-wrap: break-word; }

.header-chronologie-hidden {
  position: fixed;
  width: calc(100% - 16px);
  left: 8px;
  top: -100px;
  z-index: 10000;
  transition: top .3s; }
.header-chronologie-hidden .header-cell {
  font-size: 12px;
  padding: .5em 0; }

.show-header-chronologie-hidden {
  top: 54px;
  transition: top .3s;
  background-color: #393939;
  color: #fff; }

.ligne-cell {
  padding-top: 40px;
  border-left: 1px solid rgba(119, 119, 119, 0.2);
  overflow: hidden;
  overflow-wrap: break-word; }
.ligne-cell h3 {
  font-size: 1.1rem;
  line-height: 1.42rem; }

.cell-tools {
  top: 0;
  height: 40px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  width: 100%;
  background: #e9e9e9; }
.cell-tools button {
  opacity: 0.6;
  transition: .3s;
  transition-property: opacity;
  max-width: 25px; }
.cell-tools button:hover {
  opacity: 1;
  transition: .3s; }

.cell-content {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  font-size: 0.9rem; }
.cell-content h2 {
  font-size: 1.2rem;
  line-height: 1.42rem; }
.cell-content h3 {
  font-size: 1.1rem;
  line-height: 1.42rem; }
.cell-content a {
  color: #2196f3; }
.cell-content > p:last-child {
  margin-bottom: 0; }

.edit-cell-form-container {
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: calc(100% - 54px);
  overflow-y: auto;
  background-color: #222;
  transition: .3s;
  transition-property: opacity,top;
  z-index: 10000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  opacity: 0; }
.edit-cell-form-container select, .edit-cell-form-container input {
  border: none; }

.add-ligne-form-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #222;
  transition: .3s;
  transition-property: opacity,top;
  opacity: 0;
  z-index: 10000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); }
.add-ligne-form-container select, .add-ligne-form-container input {
  border: none; }

.edit-cell-form-container-down {
  top: 95%;
  transition: .3s; }

.opaque {
  opacity: 1; }

#edit-cell-form {
  max-width: 1200px;
  left: 50%;
  position: absolute;
  width: 96%;
  transform: translateX(-50%); }

input[type="color"] {
  padding: 0; }

.white {
  color: #fff; }

.green-flash {
  transition: background-color .5s;
  background-color: green; }

.red {
  background-color: #f22; }

.green {
  background-color: green; }

.red-flash {
  transition: background-color .5s;
  background-color: #f22; }

.ligne-epoque, .ligne-ligne {
  border-bottom: 1px solid rgba(119, 119, 119, 0.1); }

.fade-outable {
  transition: 0.3s;
  transition-property: opacity; }

.fade-in {
  opacity: 1;
  transition: 0.3s; }

.fade-out {
  opacity: 0;
  transition: 0.3s; }

.save-indication {
  background-color: #4dff17;
  box-shadow: 0 0 3px 3px rgba(23, 255, 81, 0.4);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.325rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 1;
  transition-property: opacity;
  transition: 0.3s; }

.save-indication-hidden {
  opacity: 0;
  transition: 0.3s; }

.elements {
  clear: both;
  overflow: hidden;
  margin-top: 2rem; }
.elements .feu-disabled, .elements .air-disabled, .elements .terre-disabled, .elements .eau-disabled {
  opacity: 0.35;
  transform: scale(0.5); }
.elements .feu-second, .elements .air-second, .elements .terre-second, .elements .eau-second {
  transform: scale(0.75); }
.elements .elements-graphique {
  float: left;
  width: 240px;
  overflow: hidden; }
.elements .elements-description {
  margin-left: 256px; }

.element {
  width: 120px;
  height: 120px;
  float: left;
  position: relative; }
.element .number {
  position: absolute;
  font-weight: 700;
  font-size: 2rem; }

.feu {
  background-color: #ff7b2e;
  border-top-left-radius: 120px;
  transform-origin: bottom right; }
.feu .number {
  bottom: 1rem;
  right: 1rem; }

.air {
  background-color: #2ec4ff;
  border-top-right-radius: 120px;
  transform-origin: bottom left; }
.air .number {
  bottom: 1rem;
  left: 1rem;
  color: #fff; }

.terre {
  background-color: #836a50;
  border-bottom-left-radius: 120px;
  transform-origin: top right; }
.terre .number {
  top: 1rem;
  right: 1rem;
  color: #fff; }

.eau {
  background-color: #2a4888;
  border-bottom-right-radius: 120px;
  transform-origin: top left; }
.eau .number {
  top: 1rem;
  left: 1rem;
  color: #fff; }

.feu-second .number {
  font-weight: 300;
  bottom: 1.5rem;
  right: 1.5rem; }

.air-second .number {
  font-weight: 300;
  bottom: 1.5rem;
  left: 1.5rem; }

.terre-second .number {
  font-weight: 300;
  top: 1.5rem;
  right: 1.5rem; }

.eau-second .number {
  font-weight: 300;
  top: 1.5rem;
  left: 1.5rem; }

@media (max-width: 1023px) {
  main {
    width: 100%; }

  #search {
    width: 80px; }

  .elements .elements-graphique {
    width: 240px;
    margin: 0 auto;
    float: none; }
  .elements .elements-description {
    width: 100%;
    margin: 0; } }

/*# sourceMappingURL=data.css.map */
