@charset "UTF-8";
/* CSS Document */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

#page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#maincontent.admin-page {
  padding-top: 0;
}

.administration header {
  min-height: inherit;
}

.administration .page-wrapper {
  padding: 0;
  background-image: none;
}

.administration .logo {
  margin-top: -2rem;
}

.administration .logo img {
  max-width: 128px;
}

/* BREADCRUMBS */
.breadcrumbs {
  background-color: #f1f1f1;
  color: #222;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumbs ul li {
  margin: 0;
  line-height: 32px;
  display: flex;
}

.breadcrumbs ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 6px;
}

.breadcrumbs ul li a {
  color: #222;
  text-decoration: none;
}

.admin-content {
  position: relative;
  display: flex;
  width: 100%;
  min-height: calc(100vh - 140px);
}

#c {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
}

.am ul {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}

.am ul li {
  border-bottom: 1px solid #d9e0ed;
  padding: 0;
  margin: 0;
}

.am ul li:last-child {
  border-bottom: 1px solid #d9e0ed;
}

.am ul li a {
  display: block;
  color: #111;
  text-decoration: none;
  padding: 0.5rem 0.2rem;
  font-size: 0.92rem;
  transition: 1s;
}

.am ul li a:hover {
  background-color: #f9f9f9;
  padding-left: 0.5rem;
}

@media (min-width: 1280px) {
  .am h3 {
    font-size: 1.4rem;
  }
}
/* ADMIN CARD */
.admin-card {
  padding: 2em;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 20px #bfbfbf;
  margin-bottom: 0rem;
  border-radius: 5px;
  position: relative;
}

.admin-card h3 {
  margin: 0.5rem 0 1rem 0;
  border: none;
  text-align: center;
  color: #222;
}

.admin-card h3 span {
  font-size: smaller;
  color: #333;
}

.admin-card svg {
  width: 72px;
  fill: #222;
  display: block;
  margin: auto;
}

.admin-card .btn {
  margin: auto;
}

/* ADMIN HEADER */
.header-admin {
  margin-bottom: var(--margin1);
}

.header-admin h1:after {
  content: "";
  display: block;
  width: 240px;
  height: 2px;
  background-color: #f1f5fd;
  margin-top: 0.3rem;
}

s .card {
  padding: 2rem;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 2px;
  position: relative;
}

.card-actions {
  margin: 2rem 0 0 0;
}

.txt-ar {
  text-align: right !important;
}

.txt-ac {
  text-align: center !important;
}

/* FOOTER */
#footer {
  position: relative;
  z-index: 100;
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding: 0.5rem;
  background-color: #f1f1f1;
  margin-top: auto;
  border-top: 1px solid #ccc;
}

/* FORMULAIRE FILTRE */
.wrapper-filter {
  display: none;
}

.wrapper-filter.collapsed {
  display: block;
  height: auto;
}

.filter-form {
  transition: 1s;
}

.filter-form [type=search] {
  margin-right: 1em;
}

.filter-plus {
  display: none;
}

.filter-plus.collapsed {
  display: block;
  height: auto;
}

/* QUICK FORM */
.quick-form {
  font-size: 0.9rem;
}

/* AUTOCOMPLETE */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #F4F4F4;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
  transition-duration: 0s;
}

.ui-autocomplete li {
  border-bottom: 1px solid #ccc;
  padding: 6px 8px;
  margin: 0;
  cursor: pointer;
  transition: all 0.6s;
}

.ui-autocomplete li:hover {
  background-color: #222;
  color: #fff;
}

.ui-autocomplete li .ui-state-active {
  background-color: #222;
  color: #fff;
  border: none;
}

.ui-autocomplete li:last-child {
  border: none;
}

.ui-autocomplete li .date-naissance {
  float: right;
}

.ui-autocomplete li .id {
  border: 1px solid;
  padding: 3px;
  margin-right: 3px;
  border-radius: 2px;
  font-size: 12px;
}

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
}

.tabs li a {
  display: block;
  padding: 5px;
  border: 1px solid #ccc;
  opacity: 0.7;
  border-bottom: none;
  color: #111;
  text-decoration: none;
  border-radius: 2px 2px 0px 0px;
  background: #d9d9d9;
  font-size: 16px;
}

.tabs li a.active {
  opacity: 1;
  font-weight: bold;
}

#quick-menu {
  opacity: 0;
  max-height: 0;
  transition: 0.8s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#quick-menu a {
  font-size: 0.9rem;
  padding: 5px;
  text-decoration: none;
  transition: 0.8s;
}

.scrolling #quick-menu {
  opacity: 1;
  max-height: inherit;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 1% 2%;
}

.jour {
  display: none;
  border: 1px solid #ccc;
  padding: 0.5rem;
}

.jour h5 {
  display: none;
}

.jour.active {
  display: block;
}

.jour:first-child .supprimer-jour {
  display: none;
}

.supprimer-jour {
  background-color: #a00;
  color: #fff;
  display: inline-block;
  padding: 3px;
  font-size: 12px;
  text-decoration: none;
}

.debug {
  border: 1px solid red;
  background-color: #f00;
  color: #fff;
}

.btn-action {
  border: 1px solid #111;
  margin-left: 5px;
}

.btn-delete {
  margin: 0;
  border: 1px solid #a00;
  background-image: url(../img/icons/delete.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #a00;
  color: #fff;
  padding-right: 24px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}

.form-flex .btn-delete {
  margin-left: 0.5rem;
}

.autocomplete-wrapper .btn-delete {
  font-size: 14px;
  padding-left: 5px;
  margin: auto 0.5rem auto 0;
  background-position: center right;
}

.autocomplete-wrapper {
  display: flex;
  background: #fff;
  padding: 0;
}

.form .autocomplete-wrapper > input {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px;
  min-height: 40px;
  outline: none;
}

.evo-cp-wrap {
  position: relative;
}

.evo-pointer {
  position: absolute;
  top: 10px;
  right: 21px;
}

.view-actions {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.view-actions a {
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}

.view-actions a i {
  border-radius: 2px;
}

.formations-print ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.formations-print li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  list-style: none;
}

.formations-print li a {
  display: block;
  text-decoration: none;
  padding: 0.5rem;
  color: #111;
  transition: 1s;
}

.formations-print li a:hover {
  background-color: #F1F1F1;
}

/* OVERLAY */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  z-index: 1000;
}

.overlay .wrapper {
  margin: auto;
  text-align: center;
}

.zoomImage img {
  max-height: 98vh;
  width: auto;
  cursor: zoom-out;
}

.overlay .close-button {
  display: block;
  color: #111;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1001;
  width: 48px;
  height: 48px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  font-size: 24px;
  border-radius: 3px;
}

.overlay .close-button:after {
  content: "×";
  font-size: 32px;
  line-height: 48px;
  display: block;
  margin-top: -3px;
}

.overlay.zoomImage .wrapper {
  display: flex;
  height: 100%;
}

.overlay.zoomImage .wrapper .content {
  margin: auto;
}

.overlay.zoomImage .wrapper .content img {
  box-shadow: 0 20px 30px #999;
}

.admin-page hr {
  border-top: 3px dotted #ccc;
  margin-bottom: 1rem;
}

/* QUICK SEARCH */
.mla .form {
  display: flex;
}

.mla .form button {
  margin-left: 5px;
}

.mla .form label {
  margin: auto 0;
  white-space: nowrap;
}

/* AIDE */
.help-block {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}

.help-block h4 a {
  font-size: 1rem;
  line-height: 1rem;
  display: inline-block;
  color: #fff;
  background-color: #333;
  padding: 4px 4px;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 3px;
}

@media (min-width: 769px) {
  .scrolltable {
    overflow-x: auto;
  }
  .admin-bar .tableFixed thead.theadFixed {
    top: 32px;
  }
  .menu.admin .sub-menu {
    padding: 0.6rem;
  }
  #mainmenu.menu.admin > li > ul > li {
    padding: 0;
  }
  .menu.admin .sub-menu li:first-child {
    border-top: none;
  }
  .scrolling #quick-menu {
    top: 120px;
  }
}
@media (max-width: 768px) {
  .flex-table {
    border: none;
  }
  .flex-table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .flex-table td, .flex-table th {
    flex: 1 33%;
  }
  .flex-table .fl-1 {
    flex: 1 100%;
  }
}
@media (max-width: 480px) {
  .card {
    padding: 1rem;
  }
  html {
    margin-top: 0 !important;
  }
  html #wpadminbar {
    display: none;
  }
}
@media print {
  .admin-content {
    padding: 0;
  }
  body.admin-bar {
    padding-top: 0;
  }
  #maincontent {
    background-color: #fff;
  }
  #header, #footer, #copyrights,
  .section.header.admin {
    display: none;
  }
  .hiddenP {
    display: none;
  }
  .card {
    page-break-inside: avoid;
    box-shadow: none;
  }
}
/* FORMULAIRES*/
.form {
  position: relative;
}

.form.helpOpen {
  position: relative;
  overflow: visible;
}

.form fieldset > p:last-child,
fieldset > *:last-child {
  margin-bottom: 0;
}

.form legend {
  font-weight: 600;
  background-color: #fff;
  text-transform: uppercase;
  color: #222;
  border: 1px solid #ccc;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.85rem;
  width: auto;
}

.fb {
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
  background: none;
}

.fb.is-active {
  padding: 0.5rem 1rem 1rem 1rem;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.fb legend {
  cursor: pointer;
}

.fb legend:after {
  content: "+";
  display: inline-block;
  margin: 0 6px 0 8px;
}

.fb.is-active legend:after {
  content: "-";
}

.fb .fs-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.8s;
}

.fb.is-active .fs-content {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.form label {
  display: block;
  margin-bottom: 0;
}

.checkbox-label, .checkbox ~ label {
  display: inline-block;
}

.checkbox-label + .checkbox-label {
  margin-left: 10px;
}

.checkbox-label + input {
  margin-left: 15px;
}

.form input:not([type=checkbox]):not([type=radio]),
.form select,
.form textarea {
  width: 100%;
  box-shadow: inset 0 0 3px 0px #dadada;
  border: 1px solid #cccccc;
  padding: 8px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 1s;
}

[type=date]:focus, [type=time]:focus, [type=email]:focus, [type=number]:focus, [type=text]:focus, [type=search]:focus, [type=password]:focus, select:focus, textarea:focus {
  background-color: #fffddd;
  outline: none;
  border: 1px solid #ffd100;
}

.readonly {
  background-color: #d4d4d4;
  color: #333;
  box-shadow: 0 0 5px #ccc;
}

[type=submit],
.button {
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.5;
  border: 1px solid #222;
  color: #fff;
  box-shadow: inset 0 0 2px 0px #222;
  background-color: #222;
  transition: 1s;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1rem;
  border-radius: 3px;
}

.button.upload {
  margin-top: 1rem;
  border-radius: 3px;
}

.button.small {
  font-size: 12px;
}

.button svg {
  fill: #fff;
}

[type=submit]:hover,
.button:hover {
  background-color: #fff;
  color: #222;
  text-decoration: none;
}

.button:hover svg {
  fill: #222;
}

label.required:after {
  content: "*";
  display: inline-block;
  color: #f44336;
  margin-left: 3px;
}

.hide {
  display: none;
}

.form-check {
  display: flex;
  flex-direction: row;
}

.form-check-3 {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

.form-check-3 .reponses {
  margin-left: auto;
  white-space: nowrap;
}

.form-check-3 .reponses input {
  margin-left: 10px;
}

.form-check-3 .reponses label {
  margin-left: 3px;
}

label .ast {
  color: #E05053;
}

.form-group {
  margin-bottom: 0.5rem;
}

.group-checkbox {
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}

input:-moz-read-only:not([type=submit]):not([type=checkbox]) {
  background-color: #ECECEC;
}

input:read-only:not([type=submit]):not([type=checkbox]) {
  background-color: #ECECEC;
}

.error {
  border: 1px solid red;
  background: #e6d9de;
}

.form-group.active label {
  font-weight: bold;
  transition: 0.8s all;
}

.checkbox {
  min-width: 18px;
  width: 18px;
  height: 18px;
  box-shadow: inset 0 0 0 1px #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  outline: none;
  background-color: #fff;
  margin: 0 5px 0px 0;
  vertical-align: text-bottom;
  transition: background-color 0.15s;
}

.checkbox:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208%208%22%20enable-background%3D%22new%200%200%208%208%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.4%2C1L5.7%2C1.7L2.9%2C4.5L2.1%2C3.7L1.4%2C3L0%2C4.4l0.7%2C0.7l1.5%2C1.5l0.7%2C0.7l0.7-0.7l3.5-3.5l0.7-0.7L6.4%2C1L6.4%2C1z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
}

/* FORMULAIRE FILTRE */
.wrapper-filter {
  display: none;
}

.wrapper-filter.collapsed {
  display: block;
  height: auto;
  margin-bottom: 1rem;
}

.filter-form {
  transition: 1s;
}

.filter-form [type=search] {
  margin-right: 1em;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #F4F4F4;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: scroll;
  transition-duration: 0s;
}

.ui-autocomplete li {
  border-bottom: 1px solid #ccc;
  padding: 6px 8px;
  margin: 0;
  cursor: pointer;
  transition: all 0.6s;
}

.ui-autocomplete li:hover {
  background-color: #bbb;
}

.ui-autocomplete li:last-child {
  border: none;
}

[class^=etat-] {
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px;
  border-radius: 50%;
  vertical-align: text-bottom;
  text-align: center;
}

.etat-0 {
  background-color: #FF0000;
  box-shadow: 0 0 5px #ff0000;
}

.etat-1 {
  background-color: #FF8E00;
  box-shadow: 0 0 5px #FF8E00;
}

.etat-2 {
  background-color: #1DD900;
  box-shadow: 0 0 5px #1DD900;
}

/* CSS Document */
.table {
  border: 1px solid #dddddd;
  margin-bottom: 0;
  border-collapse: collapse;
  min-width: 100%;
  overflow: auto;
  font-size: 0.9rem;
}

.table .id {
  width: 3%;
}

.table th {
  position: relative;
  background-color: #e0e0e0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 12px 6px 6px;
}

.table th.filter:hover {
  background-color: #CDCDCD;
  cursor: pointer;
}

.table th a {
  text-decoration: none;
  display: block;
}

.table td, .table th {
  line-height: 24px;
  padding: 5px;
  border: none;
  border: 1px #D8D8D8 solid;
  vertical-align: inherit;
  text-align: left;
}

.table tbody tr {
  background-color: #fff;
}

.table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.table tbody tr:nth-child(odd):hover,
.table tbody tr:nth-child(even):hover {
  background-color: #fefde0;
}

.table .actions {
  text-align: right;
  white-space: nowrap;
}

.table .actions span {
  display: none;
}

.table .actions a {
  padding: 0px;
  opacity: 0.9;
  display: inline-block;
}

.table .actions a:hover {
  opacity: 1;
}

th.filter {
  position: relative;
  padding-right: 16px;
}

th.filter:hover:before,
th.filter:hover:after {
  opacity: 1;
}

th.filter:before,
th.filter:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 5px;
  opacity: 0.2;
  transition: all 1s;
}

th.filter:before {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 6px solid #222;
  top: 5px;
}

th.filter:after {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #222;
  bottom: 5px;
}

th.filter.active.asc:before {
  opacity: 1;
}

th.filter.active.desc:after {
  opacity: 1;
}

.table .lien {
  font-size: smaller;
  text-decoration: none;
  background-color: #f5f5f5;
  color: #666;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  white-space: nowrap;
}

.table .lien:hover {
  background-color: #222;
  color: #fff;
}

.lien.tel:before,
.lien.email:before,
.lien.ext:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: text-top;
  opacity: 0.5;
  margin-right: 5px;
}

.lien.email:before {
  background-image: url("/admin/img/icons/at.svg");
}

.lien.tel:before {
  background-image: url("/admin/img/icons/phone.svg");
}

.lien.ext:before {
  background-image: url("/admin/img/icons/link.svg");
}

.table .lien:hover:before {
  filter: invert(1);
  opacity: 1;
}

.table .hi,
.table .hc {
  position: relative;
}

.table .hc.ast:after {
  content: "*";
}

.table .hi img,
.table .hc .content {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  transition: 0.4s;
  z-index: 2;
  box-shadow: 0 0 10px #666;
  background-color: #fff;
}

.table .hc .content {
  width: auto;
  height: auto;
  max-width: 480px;
  min-width: 320px;
  padding: 1rem;
  font-size: 0.9em;
  visibility: hidden;
  display: none;
}

.table .hc .content:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 16px;
  top: 0;
  transform: rotate(45deg);
  background: #fff;
  z-index: -1;
  box-shadow: 0 0 8px #666;
}

.table .hc .content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.table .hc .content h4 {
  margin: 0;
}

.table .hi:hover img,
.table .hc:hover .content {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  visibility: visible;
  overflow: auto;
}

.table tr.active {
  background: #f0f8ff;
}

.table .hc:hover .content {
  display: block;
}

.tableFixed thead.theadFixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.data-list button {
  margin: 1rem 1rem 0 0;
}

.chkbx {
  width: 20px;
}

.modifieLe {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  font-style: italic;
}

.hiddenC {
  display: none;
}

.table .nowrap {
  white-space: nowrap;
}

.table.formations td {
  vertical-align: text-top;
}

.table .plus {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
}

.table .checkbox {
  margin-right: 0;
}

.table td.txt-ar a,
a.lien-doc {
  display: inline-block;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  margin-left: 3px;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  transition: 1s;
}

.table td.txt-ar a:hover,
a.lien-doc:hover {
  box-shadow: 0 0 10px #666;
}

.actions .move {
  cursor: move;
}

.scrolltable {
  overflow-x: auto;
  max-width: calc(100vw - (var(--padding1) * 2 + 10rem));
  min-width: 100%;
}

[class^=rem-] {
  position: relative;
  display: inline-block;
}

[class^=rem-] span {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
}

[class^=rem-] .cm {
  display: none;
  position: relative;
}

[class^=rem-] span:hover + .cm,
[class^=rem-].is-opened .cm {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.4s;
  z-index: 2;
  box-shadow: 0 0 10px #666;
  background-color: #fff;
  max-width: 480px;
  min-width: 320px;
  padding: 1rem;
  font-size: 0.9em;
}

.rem-2 span {
  color: brown;
  border-color: brown;
}

.table.datas {
  margin-bottom: 1rem;
}

.table.col-2 td:first-child {
  width: 50%;
}

.table.datas th {
  font-size: 14px;
  line-height: 24px;
}

.table.datas h5 {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.ligne-f.annule,
.ligne-f.prive {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.table tbody tr.ligne-f.annule {
  background-color: rgba(255, 0, 0, 0.1);
  color: #666;
}

.table tbody tr.ligne-f.echec {
  background-color: rgba(255, 0, 0, 0.1);
}

.table tbody tr.ligne-f.absent {
  background-color: rgba(255, 142, 0, 0.1);
}

.table tbody tr.ligne-f.prive {
  background-color: rgba(255, 105, 0, 0.1);
}

/* PAGINATION */
.footer-list {
  border: none;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}

.limit {
  margin-left: auto;
  font-size: 14px;
}

.limit > * {
  color: #222;
  display: inline-block;
  margin: 0 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  transition: 0.5s;
}

.limit > a:hover {
  border: 1px solid;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
}

.pagination > * {
  display: inline-block;
  min-width: 2rem;
  border: 1px solid #222;
  text-align: center;
  text-decoration: none;
  color: #222;
  padding: 5px 14px;
  margin: 0 0 5px 0;
}

.pagination > a {
  background-color: #fff;
}

.pagination > .current {
  border: none;
}

.pagination > a:hover {
  background-color: #222;
  color: #fff;
  text-decoration: none;
}

/* ACTIONS MULTIPLES */
.actions-multiple {
  margin-top: 1rem;
}

.wrapper-selection {
  padding: 0.5rem;
  margin: 1rem 0 0 0;
  border-radius: 3px;
  background: #efefef;
  border: 1px solid #ccc;
}

.list-actions {
  margin-top: 0.5rem;
  font-size: 12px;
}

.list-actions span {
  display: inline-block;
  padding: 2px 3px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.form-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.form-flex.line {
  border-top: 1px dotted #ccc;
  padding: 0.3rem 0;
}

.form-flex > * {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.form-flex select {
  padding: 3px;
  min-height: 32px;
  flex: 1;
  margin: auto 5px auto 0;
  font-size: 14px;
}

.form-action-select > label {
  line-height: 32px;
}

.form-action-select > input {
  min-height: inherit;
}

.form-flex .mla {
  margin-left: auto;
}

.form-flex .button.small {
  padding: 0 8px;
  line-height: 30px;
  margin-right: 0;
}

/* INPUTS DANS LE TABLEAU */
.table input:not([type=checkbox]):not([type=radio]) {
  padding: 4px;
}

.table input.small {
  max-width: 50px;
}

:root {
  --spacing: .5rem;
  --margin-lr: .5rem;
}

.p1 {
  padding: 1rem;
}

[class*=" grid-"],
[class^=grid-] {
  display: grid;
  gap: var(--spacing);
}

[class*=grid-2] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

[class*=grid-3] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

[class*=grid-4] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

[class*=grid-5] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

[class*=grid-6] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.no-row-gap {
  grid-row-gap: 0 !important;
}

@media (min-width: 480px) {
  :root {
    --margin-lr: .5rem;
    --spacing: 1rem;
  }
  [class^=grid-] {
    gap: var(--spacing);
  }
}
@media (min-width: 769px) {
  .p1 {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  :root {
    --margin-lr: .5rem;
  }
  [class*=small-2] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--margin-lr);
  }
}
@media (max-width: 640px) {
  [class*=small-1] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  [class*=medium-2],
  [class*=medium-3] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 1680px) {
  :root {
    --spacing: .5rem;
  }
  .showSidebar [class*=grid-4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--spacing);
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .showSidebar [class*=grid-4] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [class*=medium-3] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  [class*=medium-1] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 1080px) {
  .showSidebar [class*=medium-2] > * {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* ICONES */
[class^=icon-] {
  display: inline-block;
  vertical-align: text-bottom;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.icon-64 {
  width: 64px;
  height: 64px;
  min-width: 64px;
}

.icon-72 {
  width: 72px;
  height: 72px;
}

.icon-96 {
  width: 96px;
  height: 96px;
}

.icon-128 {
  width: 128px;
  height: 128px;
}

/* ICONS */
[class*=icon-] {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-edit {
  background-image: url(../img/icons/edit.svg);
}

.icon-delete {
  background-image: url(../img/icons/delete.svg?v=2);
}

.icon-save {
  background-image: url(../img/icons/save.svg);
}

.icon-view {
  background-image: url(../img/icons/view.svg);
}

.icon-send {
  background-image: url(../img/icons/send.svg);
}

.icon-print {
  background-image: url(../img/icons/print.svg);
}

.icon-cancel {
  background-image: url(../img/icons/cancel.svg);
}

.icon-add {
  background-image: url(../img/icons/add.svg);
}

.icon-rename {
  background-image: url(../img/icons/rename.svg);
}

.icon-filter {
  background-image: url(../img/icons/filter.svg);
}

.icon-list {
  background-image: url(../img/icons/list.svg);
}

.icon-export {
  background-image: url(../img/icons/export.svg);
}

.icon-school {
  background-image: url(../img/icons/school.svg);
}

.icon-fiche-contact {
  background-image: url(../img/icons/fiche-contact.svg);
}

.icon-date {
  background-image: url(../img/icons/date.svg);
}

.icon-date-add {
  background-image: url(../img/icons/date-add.svg);
}

.icon-stats {
  background-image: url(../img/icons/stats.svg);
}

.icon-copy {
  background-image: url(../img/icons/copy.svg);
}

.icon-download {
  background-image: url(../img/icons/download.svg);
}

.icon-zoom {
  background-image: url(../img/icons/zoom.svg);
}

.icon-form {
  background-image: url(../img/icons/form.svg);
}

.icon-search {
  background-image: url(../img/icons/search.svg);
}

.icon-help {
  background-image: url(../img/icons/help.svg);
}

.icon-qr {
  background-image: url(../img/icons/qr.svg);
}

.icon-rotate-right {
  background-image: url(../img/icons/rotate-right.svg);
}

.icon-rotate-left {
  background-image: url(../img/icons/rotate-left.svg);
}

.icon-expand {
  background-image: url(../img/icons/expand.svg);
}

.icon-unlink {
  background-image: url(../img/icons/unlink.svg);
}

.icon-link {
  background-image: url(../img/icons/link.svg?v2);
}

.icon-checklist {
  background-image: url(../img/icons/checklist.svg);
}

.icon-close {
  background-image: url(../img/icons/close.svg);
}

.icon-move {
  background-image: url(../img/icons/move.svg);
}

/* MODULES */
.icon-roles {
  background-image: url(../img/modules/roles.svg);
}

.icon-dossiers {
  background-image: url(../img/modules/dossiers.svg);
}

.icon-reservations {
  background-image: url(../img/modules/reservations.svg);
}

.icon-logs {
  background-image: url(../img/modules/logs.svg);
}

.icon-ressources {
  background-image: url(../img/modules/ressources.svg);
}

.actions [class*=icon-] {
  border-radius: 2px;
  opacity: 0.7;
}

.actions [class*=icon-]:hover {
  opacity: 1;
}

#sidebar {
  font-family: "Roboto", sans-serif;
  background-color: #f1f1f1;
  color: #000;
  margin: 0;
}

.showSidebar #sidebar {
  transform: translate3d(0, 0, 0);
  max-width: 320px;
  min-width: 320px;
  z-index: 100;
  padding: 1rem;
  border-right: 1px solid #ccc;
}

#sidebar {
  transform: translate3d(-104%, 0, 0);
  max-width: 0;
  min-width: 0;
  overflow: hidden;
}

#sidebar h3 {
  color: #000;
  margin: 0;
}

.showSidebar #c {
  width: calc(100% - 320px);
}

.nav-button {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #222;
  outline: none;
  border: none;
  vertical-align: text-bottom;
}

.nav-button > * {
  position: relative;
  z-index: 1;
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  margin: 2px auto 2px auto;
  outline: none;
  transition: all 0.8s;
}

.showSidebar .nav-button {
  padding: 0 8px;
}

.showSidebar .nav-button > *:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
}

.showSidebar .nav-button > *:nth-child(2) {
  display: none;
}

.showSidebar .nav-button > *:nth-child(3) {
  transform: rotate(-45deg);
  margin: -2px 0 0 0;
}

.pastille {
  position: absolute;
  bottom: -5px;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background: red;
  box-shadow: 0 0 10px red;
  z-index: 1;
}

.pastille.new {
  background: #ebc307;
  box-shadow: 0 0 10px #ebc307;
  color: #000;
}

.logo-content {
  text-align: center;
  margin: 2rem 0;
}

.logo-content a svg {
  display: block;
  margin: 0 auto;
  fill: #ffd300;
}

.logo-content a {
  color: #ffd300;
  text-decoration: none;
}

.top-nav {
  margin: 2rem 15px 0 15px;
  border-bottom: 1px solid #fff;
}

.top-nav .icon-48 {
  fill: #fff;
}

.top-nav li {
  display: inline-block;
  padding: 10px 0;
  margin: 0;
}

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}

.nav a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.nav > li {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.nav > li > a {
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 48px;
  position: relative;
  display: block;
  opacity: 0.9;
}

.admin-menu.nav > li > a {
  white-space: nowrap;
  position: relative;
}

.nav > li > a:hover {
  background: #fff;
  opacity: 1;
}

.nav > li > a:focus {
  background: transparent;
}

.nav > li > a + * {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}

.nav > li > ul > li {
  margin: 0;
  list-style: none;
  padding: 0;
  border-top: 1px dotted #ccc;
  transition: 1s;
}

.nav > li > ul > li:first-child {
  border-top: none;
}

.nav > li > ul > li > a {
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
}

.nav > li a > small {
  font-size: smaller;
  opacity: 0.7;
}

.dropdown-toggle::after {
  content: "";
  width: 0;
  height: 0;
  color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
}

.dropdown-toggle.collapsed::after {
  transform: rotate(0deg);
}

.nav > li > a:hover .icon-32 {
  box-shadow: 0 0 5px #fff;
}

.nav .icon-24, .nav .icon-32, .nav .icon-48 {
  margin-right: 12px;
  margin-bottom: -12px;
}

.nav > li > a.collapsed + * {
  display: block;
  max-height: 480px;
  transition: max-height 0.8s ease-out;
}

.nav > li > ul > li:hover {
  background-color: rgba(195, 203, 209, 0.5);
}

.nav > li a.dev:after {
  content: "dev";
  display: block;
  position: absolute;
  right: -6px;
  top: -2px;
  font-size: 8px;
  line-height: 8px;
  background: #ffd300;
  padding: 2px;
  color: #222;
  text-transform: lowercase;
}

.nav > li a.new:after {
  content: "new";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  line-height: 9px;
  background: #ffd300;
  padding: 2px;
  color: #222;
  text-transform: lowercase;
}

@media (min-width: 769px) {
  .showSidebar #contenu {
    max-width: inherit;
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    max-width: inherit;
    min-width: inherit;
    min-height: 100vh;
    overflow-y: auto;
  }
  .showSidebar #sidebar {
    max-width: inherit;
    transition: 0.5s;
    overflow: auto;
    max-height: calc(100vh - 48px);
  }
}
@media (max-width: 640px) {
  .sitename span {
    display: none;
  }
}
@media (max-width: 480px) {
  .sitename {
    font-size: 1rem;
    display: none;
  }
  .admin-bar .nav-button {
    top: -20px;
    left: -16px;
    z-index: 100000;
  }
  #sidebar {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
  }
}
@media (max-width: 320px) {
  .sitename span {
    display: none;
  }
}
/* CSS Document */
* {
  box-sizing: border-box;
}

body, html {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
}

hr {
  margin: 1em 0;
  border-top: 3px dotted #ccc;
  border-bottom: none;
  background: transparent;
}

h1 {
  font-size: 1.8rem;
}

#header {
  background-color: #222;
  color: #fff;
  border-bottom: 1px solid #222;
  max-height: 48px;
  display: flex;
  position: relative;
  z-index: 201;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header [class^=icon-] {
  fill: #fff;
  margin: auto 3px;
}

#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#header ul li {
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
  position: relative;
  transition: 0.8s;
}

#header ul li:hover {
  background: #222;
}

#header ul li:hover a {
  color: #fff;
}

#header ul li:hover a svg {
  fill: #fff;
}

#header ul li a {
  display: flex;
  padding: 0 10px;
  min-height: 48px;
  line-height: 48px;
}

.header-left {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 48px;
}

.header-right {
  margin-left: auto;
}

.admin-bar .nav-button {
  top: 20px;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.95);
}

#loader .wrapper {
  display: flex;
  height: 100%;
}

#loader .spinner {
  width: 128px;
  height: 128px;
  margin: auto;
}

.enableAnimation {
  transition: transform ease-in-out 0.5s;
}

.logo-content {
  text-align: center;
  margin: 2rem 0;
}

.logo-content a svg {
  display: block;
  margin: 0 auto;
  fill: #222;
}

.logo-content a {
  display: block;
  color: #222;
  text-decoration: none;
}

.logo-content .site-title {
  display: inline-block;
  border: 1px solid;
  padding: 2px 5px;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
}

.top-nav {
  margin: 2rem 15px 0 15px;
  border-bottom: 1px solid #fff;
}

.top-nav .icon-48 {
  fill: #fff;
}

.top-nav li {
  display: inline-block;
  padding: 10px 0;
  margin: 0;
}

.fill-green {
  fill: green;
}

svg #icon-modifier,
[data-icon=modifier] svg {
  fill: green;
}

svg #icon-supprimer,
[data-icon=supprimer] svg {
  fill: red;
}

svg #icon-voir,
[data-icon=voir] svg {
  fill: #014181;
}

.block {
  display: block;
  margin: auto;
}

.svgb.flr svg {
  float: right;
}

.plus-72 {
  line-height: 72px;
  font-size: 36px;
}

#page .wrapper {
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 48px);
}

#contenu {
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card,
.card2 {
  padding: 2em;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 20px #bfbfbf;
  border-radius: 2px;
}

.card > *:first-child {
  margin-top: 0;
}

.card > h3 {
  border-bottom: 1px solid #222;
  color: #222;
  margin-bottom: 1rem;
}

.card > h3 span {
  font-size: smaller;
  color: #666;
  text-transform: lowercase;
}

.hfp.card h1 {
  margin-bottom: 0;
}

.hfp.card {
  background-color: #fff;
  color: #222;
  border: none;
  border: 1px solid;
  margin-bottom: 1rem;
}

.hfp.card h1 svg {
  fill: #222;
  float: right;
}

.hfp.card .svgb svg {
  fill: #222;
}

.hfp.card h1 + h2 {
  color: #666;
  margin: 0;
}

.hfp.card p:last-child {
  margin-bottom: 0;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1rem;
}

.card-actions > * {
  flex: 1;
  text-align: center;
  margin-right: 0;
}

.card-actions > *:last-child {
  margin-right: 0;
}

.card-actions > .button {
  box-shadow: none;
  background-color: #fff;
  color: #222;
  background-image: linear-gradient(#ffffff, #eeeeee);
  border: none;
  border: 1px solid #222;
  border-radius: 2px;
  padding: 12px;
  font-size: 1rem;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s;
}

.card-actions > .button:hover {
  border-color: #222;
  color: #222;
  box-shadow: 0 0 10px #666;
}

.card-actions > .button svg {
  fill: #222;
}

.card-actions > .button:hover svg {
  fill: #222;
}

.ca:after {
  content: "";
  display: block;
  clear: both;
}

.card-actions > .button:disabled {
  opacity: 0.2;
}

.card-actions .card a {
  text-decoration: none;
  color: #222;
}

img {
  max-width: 100%;
}

a.lien-doc svg {
  fill: #000;
}

/* COPYRIGHTS */
/* AIDE */
.aide ul li {
  margin: 1em 0;
}

.aide {
  position: fixed;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  right: 0;
  top: 0;
  transform: translateX(100%);
  padding: 2rem;
  background-color: #fff;
  transition: 1s;
}

.aide .container {
  max-width: 768px;
  margin: auto;
}

.helpOpen .aide {
  transform: translateX(0);
  box-shadow: 0 0 10px #ccc;
}

.help-button {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  display: block;
  width: 48px;
  height: 48px;
}

/* ETATS */
.repEtat option:nth-child(1) {
  background-color: #FF0000;
}

.repEtat option:nth-child(2) {
  background-color: #FF8E00;
}

.repEtat option:nth-child(3) {
  background-color: #1DD900;
}

/* MESSAGE */
.admin-overlay-msg {
  display: none;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f3;
}

.admin-overlay-msg > * {
  margin: 0.5rem;
}

.erreur,
.valide,
.warning {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 5px 5px;
  padding: 10px 10px 10px 45px;
  border: 1px solid;
  border-radius: 2px;
}

.erreur {
  border-color: rgb(255, 0, 0);
  background-color: #FFDFDF;
  background-image: url("../img/icons/alert.svg");
}

.valide {
  border-color: rgb(0, 128, 0);
  background-color: #DDFFE2;
  background-image: url("../img/icons/good.svg");
}

.valide.informations {
  border-color: rgb(255, 142, 0);
}

.warning {
  border-color: #ff7e00;
  background-color: #fff2df;
  background-image: url("../img/icons/warning.svg");
}

.debug {
  border: 1px solid red;
  background-color: #f00;
  color: #fff;
}

/* VIEW PAGE */
.infos {
  margin: 0 0 1.5rem 0;
  border: 1px solid #666;
  padding: 1rem;
}

.underlined {
  min-width: 100px;
  display: inline-block;
  border-bottom: 1px solid #000;
  flex-grow: 1;
}

.infos > img {
  max-width: 50%;
}

.ens > h4 {
  margin-bottom: 0;
}

/* VIEW PAGE content */
.infos-view {
  margin: 1rem 0;
  border: 1px solid #666;
}

.infos-view h4 {
  margin: 0;
  padding: 1rem;
  color: #222;
  background: #e0e0e0;
  border-bottom: 1px solid #222;
}

.infos-view-content {
  padding: 1rem;
}

.underlined {
  min-width: 100px;
  display: inline-block;
  border-bottom: 1px solid #000;
  flex-grow: 1;
}

.infos > img {
  max-width: 50%;
}

.documents-list > * {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0.3rem;
  line-height: 36px;
  color: #222;
  text-decoration: none;
}

.documents-list > *:hover {
  background: #222;
  color: #fff;
  box-shadow: 0 0 5px #777;
  position: relative;
}

.documents-list > *:hover svg {
  fill: #fff;
}

.documents-list > *:last-child {
  border-bottom: none;
}

/* IMAGES FORM */
.images {
  display: flex;
  flex-wrap: wrap;
}

.image {
  position: relative;
  margin: 5px;
  max-width: calc(25% - 10px);
}

.image .img-actions {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
}

.image:hover img {
  opacity: 0.8;
}

.image:hover .img-actions {
  display: block;
}

/* TABS */
.list-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-tabs li {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
}

.list-tabs li a {
  margin: 4px 0 0 0;
  padding: 3px 8px;
  display: inline-block;
  border: 1px solid #ccc;
  border-bottom: none;
  text-decoration: none;
}

.list-tabs li a.active {
  padding: 5px 10px;
  margin: 0;
  font-weight: bold;
}

.tabs > .tab {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
}

.tabs > .tab.collapsed {
  display: block;
}

.entete h1 {
  margin-bottom: 1rem;
}

/* CATEGORY */
.cat-desc {
  font-weight: bold;
  border-top: 0px solid #222;
  margin: 0;
}

.cat-desc > p:last-child {
  margin-bottom: 0;
}

.card.intro {
  position: relative;
  padding: 2rem;
}

.intro h3 a {
  text-decoration: none;
  color: #222;
}

.intro .cat-date {
  position: absolute;
  top: 0;
  right: 10px;
  background: #222;
  color: #fff;
  padding: 5px;
}

.cat-date.nonlu {
  background-color: red;
}

.intro img {
  box-shadow: 0 0 10px #ccc;
}

.cat-date .mois {
  text-transform: uppercase;
  text-align: center;
}

.cat-date .jour {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.single-post .card:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.post-infos {
  display: flex;
  flex-wrap: wrap;
  line-height: 32px;
}

.post-infos > * {
  border-left: 1px solid #ccc;
  margin-right: 10px;
  padding-left: 10px;
}

.post-infos > *:first-child {
  border: none;
  padding-left: 0;
}

.post-infos .categories a {
  color: #222;
  text-decoration: none;
  background-color: #ccc;
  font-weight: bolder;
  padding: 0 10px;
  display: block;
}

.wp-post-image {
  max-width: 50%;
  height: auto;
}

.alignright {
  float: right;
  margin: 1rem;
}

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.86);
  overflow-y: auto;
  padding: 0;
  z-index: 1000;
}

.overlay .wrapper {
  margin: auto;
}

.zoomImage img {
  max-height: 98vh;
  width: auto;
  cursor: zoom-out;
}

.overlay .close-button {
  display: block;
  color: #111;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1001;
  width: 48px;
  height: 48px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  font-size: 24px;
  border-radius: 3px;
}

.overlay .close-button:after {
  content: "×";
  font-size: 32px;
  line-height: 48px;
  display: block;
  margin-top: -3px;
}

/* INFOBULLE */
.infobulle {
  position: relative;
  display: inline-block;
}

.infobulle:before {
  content: "?";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: auto 5px;
  text-align: center;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
}

.infobulle:hover .infobulle-content {
  display: block;
}

.infobulle-content {
  position: absolute;
  top: calc(100% + 10px);
  right: -88px;
  width: 200px;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 1rem;
  font-size: 0.85rem;
  text-transform: none;
  font-weight: normal;
  z-index: 5;
}

.vehicule,
.liste > * > a {
  color: #222;
  text-decoration: none;
  padding: 1rem;
  text-align: center;
  border: 1px solid #ddd;
  position: relative;
}

.vehicule:hover,
.liste > * > a:hover {
  box-shadow: 0 0 10px #ccc;
  border-color: #000;
}

.vehicule .numero {
  font-size: 4rem;
  margin: 0;
}

.vehicule .nom {
  display: block;
  font-weight: bold;
}

.flex {
  display: flex;
}

.flex .mla {
  margin-left: auto;
}

.flex.line {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  margin-top: 0.5rem;
}

[class^=flex-] {
  display: flex;
  flex-wrap: wrap;
}

.lien {
  font-size: smaller;
  text-decoration: none;
  background-color: #f5f5f5;
  color: #666;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
  transition: 0.8s;
}

.lien:hover {
  background-color: #222;
  color: #fff;
}

.lien.tel:before,
.lien.email:before,
.lien.ext:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: text-top;
  opacity: 0.5;
  margin-right: 5px;
  margin-top: 2px;
}

.lien.email:before {
  background-image: url("../img/icones/at.svg");
}

.lien.tel:before {
  background-image: url("../img/icones/phone.svg");
}

.lien.ext:before {
  background-image: url("../img/icones/link.svg");
}

.lien:hover:before {
  filter: invert(1);
  opacity: 1;
}

@media (min-width: 1280px) {
  .flex-big {
    flex-wrap: nowrap;
  }
}
.infos p:last-child {
  margin-bottom: 0;
}

.list-terms {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.list-terms li {
  margin: 0 5px 0 0;
  padding: 0;
}

#recherche-form {
  color: #222;
  transform: translateY(-150%);
  position: absolute;
  top: 48px;
  right: 0;
  width: 100%;
  z-index: 150;
  background: #fff;
  border-bottom: 1px solid #222;
  padding: 2rem;
  box-shadow: 0 5px 10px #333;
  transition: 0.9s;
}

#recherche-form.collapsed {
  display: block;
  transform: translateY(0);
}

#recherche-form h2 {
  margin-top: 0;
}

/* UPLOAD ET DOCUMENTS */
.input-file {
  display: none;
}

.label-file {
  cursor: pointer;
}

.document-list > * {
  padding: 5px;
  margin: 0;
  line-height: 36px;
  cursor: move;
  display: flex;
  border-bottom: 1px #D8D8D8 solid;
  background-color: #fff;
}

.document-list > *:hover, .document-list > *:active {
  background-color: #EDEDED;
}

.document-list > * > * {
  white-space: nowrap;
  margin: 2px;
}

.order {
  display: inline-block;
  min-width: 32px;
  width: 32px;
  height: 32px;
  font-size: 11px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #222;
  border-radius: 50%;
  margin: auto 5px auto 0;
}

.upload-area input[type=file] {
  display: none;
}

.upload-loader {
  width: 100%;
  margin: 0;
  padding: 3px;
  border-radius: 3px;
  background: #ccc;
}

.upload-loader > div {
  width: 0;
  height: 10px;
  border-radius: 3px;
  background: #00dc00;
  transition: all 1s;
}

/* WORDPRESS */
@media (min-width: 641px) {
  .button + .button {
    margin-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .card {
    padding: 2rem;
  }
}
@media (min-width: 1480px) {
  #contenu {
    padding: 4rem;
  }
}
@media (min-width: 769px) {
  #contenu {
    padding: 2rem;
  }
  .showSidebar #contenu {
    max-width: calc(100% - 320px);
  }
}
@media (max-width: 940px) {
  #header ul li a span {
    display: none;
  }
  #sidebar {
    top: 75px;
  }
}
@media (max-width: 768px) {
  .admin-bar #header {
    top: 48px;
  }
  #header [class^=icon-] {
    margin: auto -3px auto 3px;
  }
  #sidebar {
    position: fixed;
    z-index: 101;
    max-width: inherit;
    min-width: inherit;
    min-height: 100vh;
  }
  #page .wrapper {
    margin-top: 48px;
  }
  .showSidebar #sidebar {
    max-width: inherit;
    transition: 0.5s;
    overflow: auto;
    max-height: calc(100vh - 48px);
  }
}
@media (max-width: 640px) {
  .alignright {
    max-width: 100%;
    margin: 1rem auto;
    display: block;
    float: none;
  }
  .sitename span {
    display: none;
  }
}
@media (max-width: 480px) {
  .sitename {
    font-size: 1rem;
    display: none;
  }
  .admin-bar .nav-button {
    top: -20px;
    left: -16px;
    z-index: 100000;
  }
  #contenu {
    padding: 2rem;
  }
  #sidebar {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
  }
  .hfp.card .icon-48 {
    width: 36px;
    height: 36px;
  }
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .card-actions > * {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .card {
    padding: 1em;
  }
  .small-fullcard {
    padding: 0;
  }
}
@media (max-width: 380px) {
  #contenu {
    padding: 1rem;
    box-shadow: none;
  }
  .hfp {
    padding: 1em;
  }
}
@media (max-width: 320px) {
  .sitename span {
    display: none;
  }
  [type=submit], .button {
    display: block;
    width: 100%;
  }
}
@media print {
  @page {
    size: A4; /* DIN A4 standard, Europe */
    margin: 0 10mm;
  }
  body, html {
    margin: 0;
    padding: 0;
    background: none;
  }
  #contenu {
    box-shadow: none;
    padding: 0;
  }
  .card, .card2 {
    box-shadow: none;
    padding: 0;
  }
  .ens {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .infos > img {
    max-width: 50%;
  }
  .hiddenP,
  #query-monitor-main,
  #sidebar,
  #header,
  #contenu header,
  #loader,
  .nav-view {
    display: none !important;
  }
  .card {
    border: none;
  }
  .hfp {
    display: none;
  }
}
/* NAV-VIEW */
.nav-view {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.nav-view li {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0;
  display: inline-block;
}

.nav-view li:last-child {
  margin-right: 0;
}

.nav-view li a {
  line-height: 24px;
  display: flex;
  font-size: 0.9rem;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  padding: 5px 10px;
  border-radius: 2px;
  font-weight: normal;
  transition: 0.5s;
}

.nav-view li a:hover {
  background-color: #222222;
  color: #fff;
}

.nav-view .icon-24 {
  fill: #222222;
}

.nav-view li a:hover .icon-24 {
  filter: grayscale(100) brightness(0) invert(1);
}

.nav-view input[type=search] {
  max-width: 150px;
  min-height: 36px;
  max-height: 36px;
  padding: 5px 8px;
  font-size: 14px;
  transition: 1s all;
}

.nav-view input[type=search]:focus {
  max-width: none;
}

.nav-view .form button[type=submit] {
  min-height: 36px;
  padding: 5px 8px;
  margin-bottom: 0;
}

.nav-view li a span {
  display: none;
  margin: auto;
}

.nav-view li.mla {
  width: 100%;
}

@media (min-width: 480px) {
  .nav-view li.mla {
    width: auto;
    margin-left: auto;
  }
  .nav-view li a span {
    display: inline-block;
  }
  .nav-view .icon-24 {
    margin-right: 5px;
  }
}
@media (min-width: 769px) {
  .nav-view li {
    margin: 0 1rem 1rem 0;
  }
}
.view h3 {
  margin-top: 0;
  border-bottom: 2px solid #222;
  text-transform: uppercase;
}/*# sourceMappingURL=main.css.map */