@charset "UTF-8";
/* CSS Document */
html {
  height: 100%; }

body {
  min-height: 100%;
  height: auto !important;
  background: #ECECEC;
  font-family: "HN-47", sans-serif; }

h2, h3 {
  font-family: "HN-67", sans-serif;
  text-transform: uppercase;
  margin: 0;
  background: #FFF; }

h2 {
  color: #E97246;
  font-size: 18px;
  margin-bottom: 20px; }

h3 {
  color: #EA9246;
  font-size: 15px;
  margin-bottom: 10px; }

a {
  color: #666;
  transition: color 300ms ease-out 0s; }
  a:hover {
    color: #CF3E6C; }

p {
  margin: 10px 0; }

/* #Connexion Admin
================================================== */
#login-form {
  background: #333;
  padding-top: 30px; }
  #login-form button {
    width: 158px;
    padding: 0;
    margin: 0;
    font-size: 14px; }
  #login-form input,
  #login-form .prefix {
    height: 30px; }
  #login-form input {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 3px 0 0 6px;
    font-size: 15px; }
  #login-form span.prefix {
    background: #444;
    border: none; }
    #login-form span.prefix i {
      color: #FFF; }

.login {
  background: #EA9246;
  border: none;
  box-shadow: none;
  height: 30px;
  transition: background 300ms ease-out 0s; }
  .login:hover {
    background: #E97246; }

#login-info {
  height: 30px;
  background: #404040;
  padding: 0;
  text-align: right;
  color: #FFF;
  text-transform: uppercase; }
  #login-info span {
    display: inline-block;
    margin: 10px 10px 0 0; }
  #login-info a.login {
    color: #FFF;
    width: 45px;
    margin: 0;
    padding-top: 8px;
    text-align: center;
    display: inline-block; }

/* #Header & Nav
================================================== */
#header {
  background: #333;
  padding: 0 35px; }
  #header h1 {
    margin: 14px 0;
    font-size: inherit;
    font-weight: inherit; }
    #header h1.desc {
      padding-top: 50px;
      font-family: "HN-67";
      text-transform: none;
      font-size: 20px;
      color: #FFF;
      text-align: right; }

.top-bar,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: #666;
  margin-bottom: 0;
  font-family: "HN-67", sans-serif;
  transition: background 300ms ease-out 0s; }

.no-js .top-bar-section ul li:not(.has-form):hover > a {
  background: #404040; }

.top-bar-section ul li > a {
  font-size: 0.85em; }

.top-bar-section .dropdown li a,
.top-bar-section li ul.dropdown li.title h5 a {
  font-family: "HN-47";
  padding: 2px 15px 0;
  line-height: 38px; }

.top-bar-section li ul.dropdown li.title h5 a {
  font-size: 0.9em; }

.top-bar-section ul li.backLink:not(.has-form) > a {
  color: #CCC; }
  .top-bar-section ul li.backLink:not(.has-form) > a:hover {
    background: #F93;
    color: #FFF; }

/* #Éléments divers Content
================================================== */
.row .row {
  margin-bottom: inherit; }

.row.content {
  padding: 20px;
  background: #FFF; }

.no-padding {
  padding: 0; }

div.alert-box {
  font-size: 1em;
  margin: 0 15px 15px;
  padding: 10px 10px 8px; }

form .row {
  padding: 0; }

img.thumb {
  height: 117px; }

.infoSmall {
  font-size: 12px;
  color: #999; }

span.required {
  color: #CF3E6C; }

#map {
  height: 250px;
  margin-bottom: 20px; }

#explorer_frame {
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #EEE; }

form div.mce-tinymce {
  margin-bottom: 16px; }

.mce-btn button:hover {
  background: #E5E5E5; }

button.mce-close:hover {
  background: none; }

/* #DASHBOARD
================================================== */
#dashboard {
  background: #D3D3D3;
  padding: 15px 15px 0 15px; }
  #dashboard ul {
    margin: 0; }
    #dashboard ul > li {
      border: 1px solid #C4C3C3;
      text-align: center;
      background: #FFF;
      height: 100px;
      padding: 15px;
      font-family: "HN-67", sans-serif;
      color: #4D4D4F;
      margin-bottom: 15px; }
      #dashboard ul > li:hover a {
        color: #E97246; }
      #dashboard ul > li a {
        display: block;
        color: #4D4D4F; }
  #dashboard i {
    display: block;
    margin-bottom: 5px; }

/* #Listings
================================================== */
table {
  width: 100%;
  margin-top: 15px; }
  table td {
    vertical-align: top; }
  table img {
    max-width: 50px; }

.tab-controls {
  width: 75px;
  text-align: center; }

/* #Photothèque
================================================== */
.phototheque {
  margin: 20px 0 0 0; }
  .phototheque li {
    position: relative; }
    .phototheque li div.imgLiquidFill {
      height: 150px;
      margin-bottom: 5px; }
  .phototheque img {
    margin-bottom: 10px; }
  .phototheque .controls {
    color: #FFF;
    background: #404040;
    display: block;
    padding: 5px 5px 1px 8px;
    border-radius: 5px; }
    .phototheque .controls span {
      display: block;
      border-bottom: 1px solid #666;
      margin-bottom: 5px; }
    .phototheque .controls a {
      float: right;
      color: #CCC;
      margin: 0 5px; }
      .phototheque .controls a:hover {
        color: #FFF; }

/* #MANDAT
================================================== */
.mandat p {
  margin: 0 0 20px 0;
  line-height: 24px; }
  .mandat p.infos {
    font-style: italic;
    color: #999;
    font-size: 14px; }
  .mandat p.comm, .mandat p.contact {
    padding: 10px 20px;
    background: #FAFAFA;
    border: 1px solid #E5E5E5; }
    .mandat p.comm i, .mandat p.contact i {
      margin-right: 10px;
      color: #666; }
.mandat ul.search {
  background: #FFFAF2;
  border: 1px solid #FFE4BF;
  padding: 10px 20px;
  margin: 0;
  list-style: none; }
  .mandat ul.search li {
    border-bottom: 1px dotted #FFD599;
    margin-bottom: 5px; }
    .mandat ul.search li:last-child {
      border: none;
      margin: 0; }
  .mandat ul.search span.left {
    float: none !important;
    font-family: "HN-67";
    color: #C96; }

/* #PAGINATION
=========================================================*/
.pagination {
  margin: 25px 0 5px 0;
  overflow: hidden;
  height: 25px;
  line-height: 25px; }
  .pagination ul {
    margin-left: 0; }
    .pagination ul li {
      display: inline-block; }
  .pagination a {
    background: #F2F2F2;
    margin: 0 5px 0 0;
    padding: 4px 8px 2px 8px; }
    .pagination a.current, .pagination a:hover {
      background: #E97246;
      color: #FFF; }

/* #FORM
================================================== */
form .row.marginBot {
  margin-bottom: 12px; }
form p {
  margin: 10px 0 0 0; }
form textarea {
  height: 100px; }
form label {
  font-size: 1em; }
form input[type='radio'], form label {
  vertical-align: baseline;
  padding: 10px;
  margin: 10px; }
form input[type="radio"] + label {
  margin: 0 0 1rem 0; }
form select {
  border-radius: 6px;
  padding: 0.4rem; }
form .prefix.translatable {
  background: #FFFAF2;
  border-bottom-color: #FFCC80; }
form .prefix-after {
  height: 2.3125rem;
  line-height: 2.3125rem;
  margin-bottom: 15px;
  border-left: 1px solid #D9D9D9; }
  form .prefix-after:before {
    content: "\00202F"; }

.button {
  font-size: 0.9em;
  background: #CF3E6C;
  float: right;
  height: 35px;
  margin: 10px 0;
  padding-top: 8px;
  width: 120px; }
  .button:hover {
    background: #30A16E; }

a#iso_code {
  width: inherit;
  margin: 0 0 16px 0;
  background: #999;
  padding-right: 50px; }
  a#iso_code:hover, a#iso_code:focus {
    background: #666; }

table.mceLayout,
textarea.tinyMCE {
  width: 100% !important; }

input[type="text"].editbox {
  display: none; }

.flatRoundedCheckbox {
  width: 100px;
  height: 37px;
  position: relative;
  margin: 0 0 1rem  10px; }
  .flatRoundedCheckbox div {
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    border-radius: 50px;
    position: relative;
    top: -30px; }
  .flatRoundedCheckbox label {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 5px;
    z-index: 1;
    left: 8px;
    background: #FFF; }
  .flatRoundedCheckbox input[type=checkbox]:checked ~ div {
    background: #4fbe79; }
  .flatRoundedCheckbox input[type=checkbox]:checked ~ label {
    left: 65px; }
  .flatRoundedCheckbox input[type="checkbox"] {
    visibility: hidden; }
  .flatRoundedCheckbox input[type="checkbox"] + label {
    margin: 0; }

/* #BOXES
================================================== */
.box {
  position: absolute;
  z-index: 100;
  display: block;
  padding: 20px;
  overflow: hidden;
  color: #666;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0; }
  .box.micro {
    position: relative;
    padding: 0 10px;
    margin-bottom: 15px;
    text-align: left; }
    .box.micro:first-child {
      margin-top: 0; }
  .box.blue {
    color: #4d96cf;
    border: 1px solid #c0d4e4;
    background: #e2f1ff; }
  .box.yellow {
    color: #956433;
    border: 1px solid #e9d477;
    background: #fff7d6; }
  .box.red {
    color: #bf210e;
    border: 1px solid #f2c3bf;
    background: #ffe6e3; }
  .box.green {
    color: #657e3c;
    border: 1px solid #c4dba0;
    background: #edfdd3; }
  .box .icon {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 32px;
    height: 100%;
    font-size: 32px;
    line-height: 100%; }
    .box .icon:before {
      top: 50%;
      margin-top: -0.5em; }
    .box .icon + * {
      margin: 0;
      padding-left: 52px; }
/* #MEDIA QUERIES
================================================== */
@media only screen and (max-width: 40em) {
  .tab-controls {
    width: 70px; }

  #dashboard ul > li {
    width: 49%;
    margin-right: 2%; }
    #dashboard ul > li:nth-of-type(2n+2) {
      margin-right: 0px; }

  label.inline {
    margin: 0; }

  /* Tiny MCE */
  .mceToolbar td {
    display: table-row;
    float: left; }
    .mceToolbar td:nth-of-type(13) {
      clear: left; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #dashboard ul > li {
    width: 18%;
    margin-right: 2.5%; }
    #dashboard ul > li:nth-of-type(5n+5) {
      margin-right: 0; } }
@media only screen and (min-width: 64.063em) {
  #dashboard ul > li {
    width: 15%;
    margin-right: 2%; }
    #dashboard ul > li:nth-of-type(6n+6) {
      margin-right: 0; }

  /* Tiny MCE */
  table.mceLayout,
  textarea.richEditor {
    width: 100% !important; }

  .mceToolbar td {
    display: table-cell;
    float: none; }
    .mceToolbar td:nth-of-type(13) {
      clear: none; } }
/* #FONTS
================================================== */
@font-face {
  font-family: "HN-47";
  src: url("../fonts/47-HelveticaNeue-LtCn.woff") format("woff");
  src: url("../fonts/47-HelveticaNeue-LtCn.ttf") format("truetype");
  font-weight: normal; }
@font-face {
  font-family: "HN-67";
  src: url("../fonts/67-HelveticaNeue-MdCn.woff") format("woff");
  src: url("../fonts/67-HelveticaNeue-MdCn.ttf") format("truetype");
  font-weight: normal; }

/*# sourceMappingURL=admin.css.map */
