@font-face {
  font-family: "SuzukiPro";
  src: url("../fonts/suzukiproregular.eot");
  src: url("../fonts/suzukiproregular.eot?#iefix") format("embedded-opentype"), url("../fonts/suzukiproregular.woff") format("woff"), url("../fonts/suzukiproregular.ttf") format("truetype"), url("../fonts/suzukiproregular.svg#SuzukiPRORegular") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "SuzukiPro";
  src: url("../fonts/suzukiprobold.eot");
  src: url("../fonts/suzukiprobold.eot?#iefix") format("embedded-opentype"), url("../fonts/suzukiprobold.woff") format("woff"), url("../fonts/suzukiprobold.ttf") format("truetype"), url("../fonts/suzukiprobold.svg#SuzukiPROBold") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "SuzukiPro";
  src: url("../fonts/suzukiproheadline.eot");
  src: url("../fonts/suzukiproheadline.eot?#iefix") format("embedded-opentype"), url("../fonts/suzukiproheadline.woff") format("woff"), url("../fonts/suzukiproheadline.ttf") format("truetype"), url("../fonts/suzukiproheadline.svg#SuzukiPROHeadline") format("svg");
  font-weight: 900;
}
.blanc {
  background-color: #ffffff;
}

.grisclair {
  background-color: #e5e5e5;
}

.gris {
  background-color: #cccccc;
}

.bleufonce {
  background-color: #00368F;
}
.bleufonce:hover {
  background-color: #00368F;
}

.noir {
  background-color: #000000;
}

.text-bleufonce {
  color: #00368F;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-danger {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
}
.alert-danger.activiteError {
  padding: 0;
  border-color: transparent;
  background-color: transparent;
  color: #F44336;
  font-size: 0.8rem;
}

html {
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
html .btn, html .btn-large, html .btn-flat {
  border-radius: 4px;
}
html .btn-flat {
  text-transform: none;
  padding: 0;
  line-height: 100%;
}
html .btn-flat > .material-icons {
  margin-right: 5px;
}
html .divider {
  background-color: #cccccc;
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  font-weight: 900;
  text-transform: uppercase;
}
h1 + .divider, h2 + .divider, h3 + .divider {
  margin-top: -1rem;
}

h1 {
  font-size: 2.25rem;
  color: #000000;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.85rem;
  }
}

h2 {
  font-size: 1.875rem;
  color: #00368F;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.285rem;
  }
}

h3 {
  font-size: 1.5rem;
  color: #00368F;
}

h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #000000;
}
h4 + .divider, h5 + .divider, h6 + .divider {
  margin-top: -0.3rem;
}

p {
  font-size: 1rem;
  color: #000000;
  margin-top: 1rem;
}

a {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

strong {
  font-weight: 700;
}

label {
  color: #000000;
}

span.badge.gris {
  background-color: #e5e5e5;
  border-radius: 1vw;
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1vw;
  line-height: 2vw;
  height: 2vw;
  width: 2vw;
  min-width: 2vw;
  text-align: center;
}

button {
  border: none;
}

.btn {
  border-radius: 0.25rem;
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #00368F;
  font-size: 1.125rem;
  line-height: 4rem;
  height: 4rem;
  text-transform: none;
  padding: 0 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 1rem;
    height: auto;
    line-height: 1em;
    padding: 1em 2em;
  }
}
.btn.tiny {
  font-size: 1rem;
  line-height: 2rem;
  height: 2rem;
}
@media screen and (max-width: 480px) {
  .btn.tiny {
    height: auto;
    line-height: 1em;
    padding: 0.5em 1em;
  }
}
.btn.mini {
  font-size: 0.75rem;
  line-height: 1.5rem;
  height: 1.5rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 480px) {
  .btn.mini {
    height: auto;
    line-height: 1em;
    padding: 0.5em 1em;
  }
}
.btn.bleufonce {
  background-color: #00368F;
}
.btn.bleufonce:hover {
  background-color: #cccccc;
  color: #000000;
}
.btn.noir {
  background-color: #00368F;
  color: #ffffff;
}
.btn.gris {
  background-color: #cccccc;
  color: #000000;
}
.btn.blanc {
  background-color: #ffffff;
  color: #000000;
}

.btn-large {
  border-radius: 0.25rem;
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 4rem;
  height: 4rem;
  white-space: nowrap;
}
.btn-large i {
  font-size: 2.4rem;
}
.btn-large.bleufonce {
  background-color: #00368F;
}
.btn-large.bleufonce:hover {
  background-color: #cccccc;
  color: #000000;
}
.btn-large.noir {
  background-color: #000000;
}
.btn-large.gris {
  background-color: #cccccc;
}
.btn-large.blanc {
  background-color: #ffffff;
  color: #000000;
}
.btn-large.blanc i {
  color: #00368F;
}
@media screen and (max-width: 480px) {
  .btn-large {
    font-size: 1rem;
    line-height: 2rem;
    height: 2rem;
  }
  .btn-large.btn-floating {
    width: 28px;
    height: 28px;
    line-height: 2rem;
  }
  .btn-large.btn-floating i {
    font-size: 1.2rem;
    line-height: 28px;
  }
}

.btn-floating {
  background-color: #00368F !important;
}
.btn-floating:hover {
  background-color: #00368F;
}
@media screen and (max-width: 480px) {
  .btn-floating {
    font-size: 1rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .btn-floating i {
    font-size: 1.2rem;
    line-height: 28px;
  }
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: 0 1px 0 0 #000000;
  box-shadow: 0 1px 0 0 #000000;
}

input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #000000;
}

[type=radio] + label {
  margin-right: 1rem;
}

[type=radio]:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

[type=radio]:checked + label:before,
[type=radio]:checked + label:after {
  border: 2px solid #00368F;
}

[type=radio]:checked + label:after {
  background-color: #00368F;
}

[type=checkbox] + label:before,
[type=checkbox]:not(.filled-in) + label:after,
[type=checkbox].filled-in:not(:checked) + label:after {
  border: 2px solid #00368F;
}

[type=checkbox]:checked + label:before {
  border-right: 2px solid #00368F;
  border-bottom: 2px solid #00368F;
}

[type=checkbox].blanc + label:before,
[type=checkbox].blanc:not(.filled-in) + label:after,
[type=checkbox].blanc.filled-in:not(:checked) + label:after {
  border: 2px solid #ffffff;
}

[type=checkbox].blanc + label {
  color: #ffffff;
}

[type=checkbox]:not(:checked):disabled + label:before {
  background-color: #cccccc;
}

[type=checkbox].blanc:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.switch label {
  font-size: 1rem;
}
.switch label .lever {
  width: 46px;
  height: 26px;
  background-color: #cccccc;
  margin: 0 0.5rem;
}
.switch label .lever:before, .switch label .lever:after {
  top: 3px;
  left: 3px;
}
@media screen and (max-width: 600px) {
  .switch label .lever:before, .switch label .lever:after {
    top: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 600px) {
  .switch label .lever {
    width: 23px;
    height: 13px;
    margin: 0 0.1rem;
  }
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #00368F;
}
.switch label input[type=checkbox]:checked + .lever:before {
  left: 23px;
}
@media screen and (max-width: 600px) {
  .switch label input[type=checkbox]:checked + .lever:before {
    left: 12px;
  }
}
.switch label input[type=checkbox]:checked + .lever:after {
  left: 23px;
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
  .switch label input[type=checkbox]:checked + .lever:after {
    left: 12px;
  }
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #000000;
}

.joursExceptionnelRow .switch label {
  font-size: 1rem;
}
.joursExceptionnelRow .switch label .lever {
  width: 46px;
  height: 26px;
  background-color: #00368F;
  margin: 0 0.5rem;
}
.joursExceptionnelRow .switch label .lever:before, .joursExceptionnelRow .switch label .lever:after {
  top: 3px;
  left: 3px;
}
@media screen and (max-width: 600px) {
  .joursExceptionnelRow .switch label .lever:before, .joursExceptionnelRow .switch label .lever:after {
    top: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 600px) {
  .joursExceptionnelRow .switch label .lever {
    width: 23px;
    height: 13px;
    margin: 0 0.1rem;
  }
}
.joursExceptionnelRow .switch label input[type=checkbox]:checked + .lever {
  background-color: #00368F;
}
.joursExceptionnelRow .switch label input[type=checkbox]:checked + .lever:before {
  left: 23px;
}
@media screen and (max-width: 600px) {
  .joursExceptionnelRow .switch label input[type=checkbox]:checked + .lever:before {
    left: 12px;
  }
}
.joursExceptionnelRow .switch label input[type=checkbox]:checked + .lever:after {
  left: 23px;
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
  .joursExceptionnelRow .switch label input[type=checkbox]:checked + .lever:after {
    left: 12px;
  }
}

.tabs {
  background-color: transparent;
}
.tabs .tab a {
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
}
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: #00368F;
  color: #ffffff;
}
.tabs .indicator {
  background-color: #000000;
  display: none;
}

form {
  position: relative;
  padding-bottom: 3rem;
}

form button[type=submit], .buttonForm {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.buttonForm button[type=submit] {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.advanced_search form button[type=submit] {
  top: -10px;
}
@media screen and (max-width: 480px) {
  .advanced_search form button[type=submit] {
    top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .card-panel {
    padding: 12px;
  }
}

.modal .modal-header button.modal-close {
  background: none;
}
@media screen and (max-width: 480px) {
  .modal .modal-content {
    padding: 12px;
  }
}
.modal .modal-content form button[type=submit], .modal .modal-content form .buttonForm {
  top: auto;
}
@media screen and (max-width: 600px) {
  .modal .modal-content form button.modal-close {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.modal#md_delete .modal-content {
  text-align: center;
}

.fiche.entite .card.infos .card-content .modal .row {
  border-bottom: none;
  margin-bottom: 0;
}

.loaderDiv .whiteFade {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.8;
}
.loaderDiv .preloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 52;
}

.picker__date-display {
  background-color: #00368F;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #adadad;
}

.picker__close, .picker__clear {
  color: #000000;
}

.clockpicker-tick.active, .clockpicker-tick:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.clockpicker-canvas line {
  stroke: #adadad;
}

.clockpicker-canvas-bg,
.clockpicker-canvas-bearing {
  fill: #adadad;
}

.picker__day--selected, .picker--focused .picker__day--selected {
  background-color: #adadad;
}

.picker__day.picker__day--today,
.picker__today {
  color: #00368F;
}

html {
  background-color: #e5e5e5;
}
html body .header, html body .main, html body .footer {
  padding-left: 210px;
}
@media only screen and (max-width: 992px) {
  html body .header, html body .main, html body .footer {
    padding-left: 0;
  }
}
.nosidebar .header, .nosidebar .main, .nosidebar .footer {
  padding-left: 0;
}

html body button#addFavoriteResearch {
  background: transparent;
}
html body button#addFavoriteResearch:hover {
  text-decoration: underline;
}
html body .uppercase {
  text-transform: uppercase;
}
html body #md_exportFavoritreResearch .modal-header {
  margin-top: 2%;
  display: flex;
  margin-left: 2%;
  margin-right: 2%;
  justify-content: space-between;
}
html body .header {
  background-color: #ffffff;
}
html body .header > .row {
  margin-bottom: 0;
}
html body .header .logo {
  padding: 5px 0;
}
html body .header .logo img {
  width: 90%;
  max-width: 255px;
  vertical-align: bottom;
}
html body .header #btn_nouveau {
  font-size: 1.875vw;
  height: 4.5vw;
  line-height: 4.5vw;
}
@media only screen and (max-width: 600px) {
  html body .header #btn_nouveau {
    font-size: 16px !important;
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 10px;
  }
}
html body .header #btn_nouveau i {
  font-size: 2.4vw;
}
@media only screen and (max-width: 600px) {
  html body .header #btn_nouveau i {
    font-size: 16px !important;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  html body .header #btn_nouveau span {
    display: none;
  }
}
html body .header #mes-selections {
  display: inline-block;
  min-height: 7vw;
  margin: 0;
  padding: 0 1vw;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25vw;
  line-height: 1.25vw;
  font-weight: 900;
}
@media only screen and (max-width: 480px) {
  html body .header #mes-selections {
    font-size: 10px !important;
    height: 48px !important;
    line-height: 10px !important;
  }
}
html body .header #mes-selections i {
  display: inline-block;
  float: none !important;
  font-size: 4vw;
  line-height: 4vw;
  margin: 0.5vw 0 0 0;
}
@media only screen and (max-width: 480px) {
  html body .header #mes-selections i {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
html body .header #mes-selections .badge {
  position: absolute;
  top: 1vw;
  left: 55%;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  html body .header #mes-selections .badge {
    width: 16px !important;
    height: 16px !important;
    font-size: 10px !important;
    line-height: 10px !important;
    border-radius: 8px !important;
    padding: 3px 0 !important;
  }
}
html body .header #mes-recherches {
  display: inline-block;
  min-height: 7vw;
  margin: 0;
  padding: 0 1vw;
  background-color: #00368F;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1vw;
  line-height: 1.1vw;
  font-weight: 900;
}
@media only screen and (max-width: 480px) {
  html body .header #mes-recherches {
    font-size: 10px !important;
    height: 48px !important;
    line-height: 10px !important;
  }
}
html body .header #mes-recherches i {
  display: inline-block;
  float: none !important;
  font-size: 2vw;
  line-height: 2vw;
  margin: 0.5vw 0 0 0;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  html body .header #mes-recherches i {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
html body .header #mes-recherches .badge {
  position: absolute;
  top: 1vw;
  left: 55%;
  margin: 0;
  background-color: white;
  color: #00368F;
}
@media only screen and (max-width: 480px) {
  html body .header #mes-recherches .badge {
    width: 16px !important;
    height: 16px !important;
    font-size: 10px !important;
    line-height: 10px !important;
    border-radius: 8px !important;
    padding: 3px 0 !important;
  }
}
html body .header-logo {
  display: none;
}
html body .footer {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #000000;
  padding: 0;
  color: #ffffff;
  -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (max-width: 992px) {
  html body .footer {
    font-size: 12px;
  }
}
html body .footer.showedup {
  transform: translatey(-100%);
}
html body .footer #hideFooter {
  border-radius: 50%;
}
html body .footer .flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  html body .footer .flex-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  html body .footer .flex-container {
    flex-direction: column;
  }
}
html body .footer .flex-container > div {
  padding: 20px;
}
html body .footer .flex-container .selectall {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  html body .footer .flex-container .selectall {
    text-align: left;
    padding: 10px 10px 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  html body .footer .flex-container .selectall [type=checkbox] + label {
    font-size: 12px;
  }
}
html body .footer .flex-container .nbselect {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  html body .footer .flex-container .nbselect {
    text-align: left;
    padding: 10px 10px 0 10px;
  }
}
html body .footer .flex-container .addall {
  text-align: right;
  /*margin-left: auto;*/
}
@media only screen and (max-width: 992px) {
  html body .footer .flex-container .addall {
    margin-left: 0;
    text-align: center;
    padding: 10px;
  }
}
html body .footer .flex-container .addall #ajouter {
  font-size: 1.875vw;
  height: 4.5vw;
  line-height: 4.5vw;
  /*span {
    @media only screen and (max-width: $mobile-bp) {
      display: none;
    }
  }*/
}
@media only screen and (max-width: 480px) {
  html body .footer .flex-container .addall #ajouter {
    font-size: 16px !important;
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 10px;
  }
}
html body .footer .flex-container .addall #ajouter i {
  font-size: 2.4vw;
}
@media only screen and (max-width: 480px) {
  html body .footer .flex-container .addall #ajouter i {
    font-size: 16px !important;
    margin: 0;
  }
}

.exportFooter {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background-color: #00368F;
  color: #ffffff;
  -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}
.exportFooter .flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 992px) {
  .exportFooter .flex-container {
    flex-wrap: wrap;
    padding: 5px 0;
  }
}
.exportFooter .flex-container > div {
  padding: 0 20px;
}
@media only screen and (max-width: 992px) {
  .exportFooter .flex-container > div {
    padding: 5px 10px;
  }
}
.exportFooter .flex-container .btn {
  line-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .exportFooter .flex-container .btn {
    padding: 1em;
  }
}
.exportFooter .flex-container .btn i {
  margin: 0 1rem 0 0;
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {
  .exportFooter .flex-container .btn i {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .exportFooter .flex-container .btn span {
    display: none;
  }
}
.exportFooter .flex-container .uniqueLine i {
  /*float: left;
  margin-top: 0;*/
}

/*form[name=export_filter]{
  display: flex;
  width: 85%;
  .card{
    display: flex;
    margin-right: 4%;
    width: 46%;
    .card-content{
      display: flex;
      flex-direction: column;
      width: 100%;
      .intitule{
        width: auto;
      }
    }
  }
}*/
#burger_menu {
  position: absolute;
  top: 0;
  left: 1vw;
  color: #000000;
}
@media screen and (max-width: 480px) {
  #burger_menu {
    width: 50px;
  }
}
#burger_menu i {
  font-size: 47px;
}
@media screen and (max-width: 600px) {
  #burger_menu i {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  #burger_menu i {
    font-size: 47px;
  }
}

#nav-mobile {
  background-color: #000000;
  color: #ffffff;
}

#nav-mobile .logo, #result_table .logo {
  background-color: #cccccc;
  line-height: normal;
}
#nav-mobile .logo #logo-container, #result_table .logo #logo-container {
  padding: 0;
  height: auto;
}
#nav-mobile .logo #logo-container img, #result_table .logo #logo-container img {
  width: 100%;
  height: auto;
  display: block;
  padding: 15px 0;
  background-color: #ffffff;
}
#nav-mobile .search .search-wrapper, #result_table .search .search-wrapper {
  background-color: #ffffff;
  margin: 0;
  padding: 1rem 1rem 0 1rem;
}
#nav-mobile .search .search-wrapper h2, #result_table .search .search-wrapper h2 {
  font-size: 1.875rem;
  color: #000000;
  margin: 0;
  padding: 0;
}
#nav-mobile .search .search-wrapper .input-field, #result_table .search .search-wrapper .input-field {
  margin: 0;
}
#nav-mobile .search .search-wrapper .input-field input, #result_table .search .search-wrapper .input-field input {
  color: #000000;
  font-size: 0.8125rem;
  border-bottom: 1px solid #000000;
  width: 80%;
}
#nav-mobile .search .search-wrapper .input-field input:focus, #result_table .search .search-wrapper .input-field input:focus {
  box-shadow: none;
}
#nav-mobile .search .search-wrapper .input-field input::-webkit-input-placeholder, #result_table .search .search-wrapper .input-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
#nav-mobile .search .search-wrapper .input-field input::-moz-placeholder, #result_table .search .search-wrapper .input-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
#nav-mobile .search .search-wrapper .input-field input:-ms-input-placeholder, #result_table .search .search-wrapper .input-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
#nav-mobile .search .search-wrapper .input-field input:-moz-placeholder, #result_table .search .search-wrapper .input-field input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
#nav-mobile .search .search-wrapper .input-field i.material-icons, #result_table .search .search-wrapper .input-field i.material-icons {
  width: 20%;
  margin: 0;
  padding-top: 10px;
  cursor: pointer;
  color: #000000;
  font-size: 2rem;
  text-align: right;
}
#nav-mobile .search .search-wrapper .input-field label, #result_table .search .search-wrapper .input-field label {
  display: none;
}
#nav-mobile .sort-search, #result_table .sort-search {
  background-color: #ffffff;
  padding: 0 0 1rem 0;
}
#nav-mobile .sort-search ul.collapsible > li i.material-icons, #nav-mobile .tabulator-cell ul.collapsible > li i.material-icons, #result_table .sort-search ul.collapsible > li i.material-icons, #result_table .tabulator-cell ul.collapsible > li i.material-icons {
  transition: all 0.2s ease;
  margin: 0;
  width: 2rem;
  height: 2rem;
  transform-origin: center center;
  transform: rotate(-90deg);
  font-size: 2rem;
  color: #000000;
}
#nav-mobile .sort-search ul.collapsible > li > a, #nav-mobile .tabulator-cell ul.collapsible > li > a, #result_table .sort-search ul.collapsible > li > a, #result_table .tabulator-cell ul.collapsible > li > a {
  padding: 0.5rem 0 0 0;
  font-size: 1.875rem;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
}
#nav-mobile .sort-search ul.collapsible > li:hover i.material-icons, #nav-mobile .tabulator-cell ul.collapsible > li:hover i.material-icons, #result_table .sort-search ul.collapsible > li:hover i.material-icons, #result_table .tabulator-cell ul.collapsible > li:hover i.material-icons {
  transform: rotate(0deg);
}
#nav-mobile .sort-search ul.collapsible > li.active i.material-icons, #nav-mobile .tabulator-cell ul.collapsible > li.active i.material-icons, #result_table .sort-search ul.collapsible > li.active i.material-icons, #result_table .tabulator-cell ul.collapsible > li.active i.material-icons {
  transform: rotate(180deg);
}
#nav-mobile .sort-search ul.collapsible > li.active > a, #nav-mobile .tabulator-cell ul.collapsible > li.active > a, #result_table .sort-search ul.collapsible > li.active > a, #result_table .tabulator-cell ul.collapsible > li.active > a {
  background-color: #e5e5e5;
}
#nav-mobile .sort-search ul.collapsible > li .collapsible-body, #nav-mobile .tabulator-cell ul.collapsible > li .collapsible-body, #result_table .sort-search ul.collapsible > li .collapsible-body, #result_table .tabulator-cell ul.collapsible > li .collapsible-body {
  background-color: #ffffff;
}
#nav-mobile .sort-search ul.collapsible > li .collapsible-body li a, #nav-mobile .tabulator-cell ul.collapsible > li .collapsible-body li a, #result_table .sort-search ul.collapsible > li .collapsible-body li a, #result_table .tabulator-cell ul.collapsible > li .collapsible-body li a {
  color: #000000;
  font-size: 0.96rem;
  line-height: 2rem;
  height: 2rem;
  font-weight: 400;
  text-decoration: none;
}
#nav-mobile .sort-search ul.collapsible > li .collapsible-body li a.active, #nav-mobile .sort-search ul.collapsible > li .collapsible-body li a:active, #nav-mobile .tabulator-cell ul.collapsible > li .collapsible-body li a.active, #nav-mobile .tabulator-cell ul.collapsible > li .collapsible-body li a:active, #result_table .sort-search ul.collapsible > li .collapsible-body li a.active, #result_table .sort-search ul.collapsible > li .collapsible-body li a:active, #result_table .tabulator-cell ul.collapsible > li .collapsible-body li a.active, #result_table .tabulator-cell ul.collapsible > li .collapsible-body li a:active {
  color: #000000;
  font-weight: 700;
}
#nav-mobile .sort-search ul.collapsible > li .collapsible-body .submenu > li > a, #nav-mobile .tabulator-cell ul.collapsible > li .collapsible-body .submenu > li > a, #result_table .sort-search ul.collapsible > li .collapsible-body .submenu > li > a, #result_table .tabulator-cell ul.collapsible > li .collapsible-body .submenu > li > a {
  padding: 0 0 0 10px;
}
#nav-mobile .menu-actions ul, #result_table .menu-actions ul {
  margin: 0.5rem 0 1rem 0;
  padding: 0 1rem;
}
#nav-mobile .menu-actions ul li, #result_table .menu-actions ul li {
  line-height: 1em;
}
#nav-mobile .menu-actions ul li a, #result_table .menu-actions ul li a {
  display: block;
  margin: 0;
  padding: 0 0 0 60px;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 1rem;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
#nav-mobile .menu-actions ul li a.histo, #result_table .menu-actions ul li a.histo {
  background: url("../img/picto_historique.png") no-repeat left center;
}
#nav-mobile .menu-actions ul li a.user, #result_table .menu-actions ul li a.user {
  background: url("../img/picto_user.png") no-repeat left center;
}
#nav-mobile .menu-actions ul li a.deco, #result_table .menu-actions ul li a.deco {
  background: url("../img/picto_logoff.png") no-repeat left center;
}
#nav-mobile .menu-actions ul li a.hotlines, #result_table .menu-actions ul li a.hotlines {
  background: url("../img/picto_hotlines.png") no-repeat left center;
}
#nav-mobile .menu-actions ul li a.guide, #result_table .menu-actions ul li a.guide {
  background: url("../img/picto_guide.png") no-repeat left center;
}
#nav-mobile .menu-actions ul li a span, #result_table .menu-actions ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1em;
}
#nav-mobile .menu-actions ul li .divider, #result_table .menu-actions ul li .divider {
  margin: 0.5rem 0;
}
#nav-mobile .menu-help, #result_table .menu-help {
  padding: 0 1rem;
}
#nav-mobile .menu-help p, #result_table .menu-help p {
  margin: 0 0 0.5rem 0;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}
#nav-mobile .menu-help p a, #result_table .menu-help p a {
  text-decoration: none;
  color: #ffffff;
}
#nav-mobile .menu-help p a[href^="tel:"], #result_table .menu-help p a[href^="tel:"] {
  font-size: 1.25rem;
}
#nav-mobile .menu-help p a[href^="mailto:"], #result_table .menu-help p a[href^="mailto:"] {
  font-weight: 400;
  text-transform: none;
}
#nav-mobile .menu-help p a:hover, #result_table .menu-help p a:hover {
  text-decoration: underline;
}
#nav-mobile .menu-mentions, #result_table .menu-mentions {
  padding: 1rem 1rem 0 1rem;
}
#nav-mobile .menu-mentions p, #result_table .menu-mentions p {
  margin: 0 0 0.5rem 0;
  font-size: 0.75rem;
  line-height: 1em;
  color: #ffffff;
}

#breadcrumb-nav {
  background-color: transparent;
  box-shadow: none;
}
#breadcrumb-nav .breadcrumb {
  font-size: 1rem;
  color: #00368F;
}
#breadcrumb-nav .breadcrumb:before {
  color: #00368F;
}

#back-nav {
  background-color: transparent;
  box-shadow: none;
}
#back-nav .breadcrumb {
  font-size: 1rem;
  color: #00368F;
  position: relative;
}
#back-nav .breadcrumb:first-child:before {
  position: absolute;
  top: -0.2rem;
  left: -2rem;
  line-height: 1;
  margin: 0;
  color: #00368F;
  display: block;
  transform: rotate(180deg);
}

.advanced_search .card-panel {
  position: relative;
}
@media screen and (max-width: 480px) {
  .advanced_search .card-panel {
    padding: 12px 12px 24px 12px;
  }
}
.advanced_search .card-panel .row {
  margin-bottom: 10px;
}
.advanced_search .card-panel .row p {
  margin: 0;
  padding: 0;
}
.advanced_search .card-panel .row .filtertitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #000000;
}
.advanced_search .card-panel .row label {
  min-width: 30px;
}
.advanced_search .card-panel .row [type=checkbox] + label {
  padding-left: 25px;
}
.advanced_search .card-panel .row .filterlabel {
  position: relative;
  top: auto;
  left: auto;
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #00368F;
}

#ajaxLoader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.transp {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: -1;
}

.search_results {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.1);
}
.search_results .favResearchButton {
  text-align: right;
}
.search_results .field_idfonction {
  text-align: center;
}
.search_results .field_idfonction p {
  text-align: center;
  padding: 0;
  border-radius: 5px;
  background: #00368F;
}
.search_results .field_idfonction p a {
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
}
.search_results .field_idfonction p:hover {
  background: #ffffff;
}
.search_results .field_idfonction p:hover a {
  color: #00368F;
}
@media screen and (max-width: 660px) {
  .search_results .field_idfonction p {
    font-size: 1.9vw;
  }
}
.search_results .field_idfonction a {
  padding-top: 0;
  text-align: center;
  display: block;
}
.search_results .field_idfonction a:hover {
  color: #ffffff;
}
.search_results .head_search {
  display: flex;
  align-items: center;
}
.search_results .head_search p {
  padding: 0 0 0 3vw;
}
.search_results .nb_results {
  display: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.875rem;
  color: #000000;
}
.search_results .list_results {
  position: relative;
  padding-bottom: 7rem;
  display: none;
}
.search_results p {
  margin: 0;
  padding: 0;
}
.search_results .map_results .select_regions {
  border-top: solid 1px #e5e5e5;
  padding: 1rem 0;
  text-align: center;
}
.search_results .map_results .select_regions strong {
  padding: 0 4px 0 0;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #00368F;
}
@media only screen and (max-width: 640px) {
  .search_results .map_results .select_regions strong {
    display: block;
  }
}
.search_results .map_results .select_regions button {
  margin-top: -8px;
}
@media only screen and (max-width: 640px) {
  .search_results .map_results .select_regions button {
    margin-top: 0;
  }
}
.search_results .map_results .select_regions button.active, .search_results .map_results .select_regions button:active {
  background-color: #00368F;
}
.search_results .map_results #result_map {
  height: 666px;
  /* resized on windows resizing */
  width: 100%;
  /*style the box which holds the text of the information window*/
  /*style the paragraph tag*/
  /*style the annoying little arrow at the bottom*/
  /*style the link*/
}
.search_results .map_results #result_map .gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  padding: 10px 10px 0 10px;
}
.search_results .map_results #result_map .gm-style .gm-style-iw .contentinfo h4 {
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #00368F;
  text-transform: uppercase;
  padding: 0.5rem 0;
  margin: 0;
}
.search_results .map_results #result_map .gm-style .gm-style-iw .contentinfo h5 {
  border-bottom: solid 1px #00368F;
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
  padding: 0 0 0.5rem 0;
  margin: 0;
}
.search_results .map_results #result_map .gm-style .gm-style-iw .contentinfo p {
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  padding: 0.25rem 0;
  margin: 0;
}
.search_results .map_results #result_map .gm-style .gm-style-iw a {
  color: #000000;
  font-weight: bold;
}
.search_results .map_results #result_map .gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}
.search_results .map_results #result_map .gm-style div div div div div div div div {
  background-color: #ffffff !important;
  padding: 0;
  margin: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
}
.search_results .map_results #result_map .gm-style div div div div div div div div a {
  color: #000000;
  font-weight: bold;
}

.browser-collapsed {
  background-color: white;
  padding: 1rem;
}

#md_export .modal-content {
  padding-top: 0;
}
#md_export .modal-content .col > p {
  text-transform: uppercase;
}
#md_export .modal-header b {
  float: left;
  margin-left: 5%;
}

.list-scrollable {
  height: 11rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075);
  overflow-y: scroll;
  overflow-x: hidden;
}

.list-scrollable .item {
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075);
}
.list-scrollable .item label {
  width: 100%;
}
.list-scrollable .item label::before {
  display: none;
}
.list-scrollable .item label::after {
  display: none;
}
.list-scrollable .item input[type=checkbox] + label {
  padding-left: 0;
}
.list-scrollable .item input[type=checkbox]:checked + label {
  background-color: #00368F;
}

.exportModalContent {
  display: none;
}
.exportModalContent .exportCheckMark {
  width: 10%;
}
.exportModalContent #libelleExportValid {
  display: block;
  font-weight: bold;
}

.login {
  background: #000000 url(../img/bg_login.jpg) no-repeat top right/cover;
  min-height: 100vh;
  height: 100%;
}
.login.reset {
  background: #cccccc;
}
.login .header {
  display: none;
}
.login .header-logo {
  display: block;
}
.login .header-logo img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .login .header-logo img {
    width: 50%;
  }
}
.login .main {
  padding-bottom: 40px;
}
.login h1 {
  font-size: 4.5rem;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .login h1 {
    font-size: 3rem;
  }
}
.login p {
  font-size: 1.4rem;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .login form {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .login form .card .card-content button[type=submit] {
    top: -10px;
  }
}
.login .mention_logo {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
}

.fiche {
  background: #ffffff;
  /*  &.espaces {
      .btn_espaces {
        text-align: center;
        > a {
          color: $bleufonce;
          text-decoration: none;

          &:hover {
            .card {
              background-color: $grisclair;
            }
          }
          .card {
            z-index: 1;
            display: inline-block;
            vertical-align: top;
            width: 220px;
            height: 170px;
            margin: 0.5rem;
            .card-content {
              padding: 1rem;
            }

            .illu {
              height: 4rem;
              text-align: center;
              margin: 0 0 1rem 0;
              img {
                height: 100%;
                width: auto;
              }
            }
            h2 {
              margin: 0;
              font-size: 1.5rem;
            }

            p {
              text-align: center;
              height: 50px;
              overflow: hidden;
              line-height: 1em;
            }
          }
        }
      }
    }*/
}
.fiche .right-align .fiche_entite_concess {
  padding: 0;
  margin: 0;
}
.fiche .content_civi_selection {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.fiche .content_civi_selection div p {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.fiche .btn_edit_fiche {
  position: absolute;
  top: -25px;
  right: 15px;
}
@media screen and (max-width: 480px) {
  .fiche .btn_edit_fiche {
    top: -15px;
  }
}
.fiche .card {
  border: solid 2px #00368F;
  border-radius: 8px;
  box-shadow: none;
}
@media screen and (max-width: 480px) {
  .fiche .card .card-content {
    padding: 12px 3px;
  }
}
@media screen and (max-width: 480px) {
  .fiche .card .card-content .card-title {
    font-size: 1.25rem;
    line-height: 1em;
    margin: 0.5rem 0;
    padding: 0.5rem;
  }
}
.fiche .card .photo {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .fiche .card .photo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fiche .card #fiche_contact_civ label {
  width: auto !important;
}
.fiche .card .civInfoWebLabel label {
  width: 40% !important;
}
.fiche .card .titre {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #00368F;
}
@media screen and (max-width: 480px) {
  .fiche .card .titre {
    font-size: 0.85rem;
    line-height: 125%;
  }
}
.fiche .card .intitule {
  position: absolute;
  top: -17px;
  left: 15px;
  color: #00368F;
  background: #ffffff;
  padding: 0 5px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .fiche .card .intitule {
    top: -10px;
  }
}
.fiche .card .intitule .input-field {
  margin-top: 0;
}
.fiche .card .acces > .row {
  margin-bottom: 0;
}
.fiche .card .acces > .row + .row {
  margin-bottom: 20px;
}
.fiche .card.grisclair {
  border: solid 2px #e5e5e5;
}
.fiche .card.gris {
  border: solid 2px #cccccc;
}
.fiche .card .card .card-title {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .fiche .card .card .card-title {
    font-size: 1.25rem;
    line-height: 1em;
    padding: 0.5rem;
  }
}
.fiche.create .buttonForm, .fiche.edit .buttonForm {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .fiche.create .buttonForm, .fiche.edit .buttonForm {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .fiche.create .buttonForm, .fiche.edit .buttonForm {
    top: -45px;
  }
}
.fiche.create .tunnel-wrapper, .fiche.edit .tunnel-wrapper {
  position: relative;
}
.fiche.create .tunnel-wrapper .tunnel, .fiche.edit .tunnel-wrapper .tunnel {
  text-align: center;
  display: none;
}
.fiche.create .tunnel-wrapper .tunnel.active, .fiche.edit .tunnel-wrapper .tunnel.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fiche.create .tunnel-wrapper .tunnel > a, .fiche.edit .tunnel-wrapper .tunnel > a {
  color: #00368F;
  text-decoration: none;
}
.fiche.create .tunnel-wrapper .tunnel > a:hover .card, .fiche.edit .tunnel-wrapper .tunnel > a:hover .card {
  background-color: #e5e5e5;
}
.fiche.create .tunnel-wrapper .tunnel #contact_path p, .fiche.edit .tunnel-wrapper .tunnel #contact_path p {
  font-size: 0.87rem;
}
.fiche.create .tunnel-wrapper .tunnel .card, .fiche.edit .tunnel-wrapper .tunnel .card {
  z-index: 1;
  display: inline-block;
  width: 220px;
  margin: 0.5rem;
}
.fiche.create .tunnel-wrapper .tunnel .card .card-content, .fiche.edit .tunnel-wrapper .tunnel .card .card-content {
  padding: 1rem;
}
.fiche.create .tunnel-wrapper .tunnel .card #spaceCollab, .fiche.edit .tunnel-wrapper .tunnel .card #spaceCollab {
  height: 34px;
}
.fiche.create .tunnel-wrapper .tunnel .card .illu, .fiche.edit .tunnel-wrapper .tunnel .card .illu {
  height: 4rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
.fiche.create .tunnel-wrapper .tunnel .card .illu img, .fiche.edit .tunnel-wrapper .tunnel .card .illu img {
  height: 100%;
  width: auto;
}
.fiche.create .tunnel-wrapper .tunnel .card h2, .fiche.edit .tunnel-wrapper .tunnel .card h2 {
  margin: 0;
  font-size: 1.5rem;
}
.fiche.create .tunnel-wrapper .tunnel .card p, .fiche.edit .tunnel-wrapper .tunnel .card p {
  height: 60px;
  overflow: hidden;
  line-height: 1em;
}
.fiche.create .civ, .fiche.edit .civ {
  margin: 1rem 0 0 -0.75rem;
}
.fiche.create .civ > .col > label, .fiche.edit .civ > .col > label {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000000;
}
.fiche.create .btn_edit_photo, .fiche.edit .btn_edit_photo {
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
}
.fiche.create .fonctions, .fiche.create .espaces, .fiche.edit .fonctions, .fiche.edit .espaces {
  height: auto !important;
}
.fiche.create .fonctions:after, .fiche.create .espaces:after, .fiche.edit .fonctions:after, .fiche.edit .espaces:after {
  content: "";
  display: block;
  clear: both;
}
.fiche.create .fonctions > li.li-sizer, .fiche.create .espaces > li.li-sizer, .fiche.edit .fonctions > li.li-sizer, .fiche.edit .espaces > li.li-sizer {
  width: 33%;
}
@media screen and (max-width: 992px) {
  .fiche.create .fonctions > li.li-sizer, .fiche.create .espaces > li.li-sizer, .fiche.edit .fonctions > li.li-sizer, .fiche.edit .espaces > li.li-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .fiche.create .fonctions > li.li-sizer, .fiche.create .espaces > li.li-sizer, .fiche.edit .fonctions > li.li-sizer, .fiche.edit .espaces > li.li-sizer {
    width: 100%;
  }
}
.fiche.create .fonctions > li.fonc, .fiche.create .espaces > li.fonc, .fiche.edit .fonctions > li.fonc, .fiche.edit .espaces > li.fonc {
  position: inherit !important;
  text-align: center;
  left: auto !important;
  top: auto !important;
  padding: 2rem 1rem;
  width: 50%;
  float: left;
}
@media screen and (max-width: 992px) {
  .fiche.create .fonctions > li.fonc, .fiche.create .espaces > li.fonc, .fiche.edit .fonctions > li.fonc, .fiche.edit .espaces > li.fonc {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .fiche.create .fonctions > li.fonc, .fiche.create .espaces > li.fonc, .fiche.edit .fonctions > li.fonc, .fiche.edit .espaces > li.fonc {
    padding: 2rem 0;
    width: 100%;
  }
}
.fiche.create .fonctions > li.fonc > .btn_delfonc, .fiche.create .espaces > li.fonc > .btn_delfonc, .fiche.edit .fonctions > li.fonc > .btn_delfonc, .fiche.edit .espaces > li.fonc > .btn_delfonc {
  position: absolute;
  top: 20px;
  right: 10px;
}
.fiche.create .fonctions > li.fonc > div[id*=fiche_contact_idFonctionContact], .fiche.create .espaces > li.fonc > div[id*=fiche_contact_idFonctionContact], .fiche.edit .fonctions > li.fonc > div[id*=fiche_contact_idFonctionContact], .fiche.edit .espaces > li.fonc > div[id*=fiche_contact_idFonctionContact] {
  background-color: #fafafa;
  border: solid 1px #000000;
  border-radius: 8px;
  padding: 1rem;
  text-align: left;
}
.fiche.create .fonctions > li.fonc > div[id*=fiche_contact_idFonctionContact] .appliDiv, .fiche.create .espaces > li.fonc > div[id*=fiche_contact_idFonctionContact] .appliDiv, .fiche.edit .fonctions > li.fonc > div[id*=fiche_contact_idFonctionContact] .appliDiv, .fiche.edit .espaces > li.fonc > div[id*=fiche_contact_idFonctionContact] .appliDiv {
  width: 100%;
  display: flex;
  margin: 0 20px 0 0;
}
.fiche.create .fonctions > li.fonc > div[id*=fiche_contact_idFonctionContact] > div:last-child, .fiche.create .espaces > li.fonc > div[id*=fiche_contact_idFonctionContact] > div:last-child, .fiche.edit .fonctions > li.fonc > div[id*=fiche_contact_idFonctionContact] > div:last-child, .fiche.edit .espaces > li.fonc > div[id*=fiche_contact_idFonctionContact] > div:last-child {
  text-align: center;
}
.fiche.create .fonctions > li.fonc > div[id*=fiche_contact_idFonctionContact] div[id*=appli], .fiche.create .espaces > li.fonc > div[id*=fiche_contact_idFonctionContact] div[id*=appli], .fiche.edit .fonctions > li.fonc > div[id*=fiche_contact_idFonctionContact] div[id*=appli], .fiche.edit .espaces > li.fonc > div[id*=fiche_contact_idFonctionContact] div[id*=appli] {
  margin-top: 5%;
}
.fiche.create .fonctions .switch, .fiche.create .espaces .switch, .fiche.edit .fonctions .switch, .fiche.edit .espaces .switch {
  display: inline-block;
  margin-bottom: 10px;
  text-align: right;
}
.fiche.create .fonctions .switch label, .fiche.create .espaces .switch label, .fiche.edit .fonctions .switch label, .fiche.edit .espaces .switch label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7125rem;
  color: #000000;
  height: 30px;
  line-height: 30px;
}
.fiche.create .fonctions .switch .disabled_checkbox_appliDiv, .fiche.create .espaces .switch .disabled_checkbox_appliDiv, .fiche.edit .fonctions .switch .disabled_checkbox_appliDiv, .fiche.edit .espaces .switch .disabled_checkbox_appliDiv {
  color: gray;
}
.fiche.create .fonctions .checkadmin, .fiche.create .espaces .checkadmin, .fiche.edit .fonctions .checkadmin, .fiche.edit .espaces .checkadmin {
  width: 25%;
  text-align: left;
  display: inline-block;
}
.fiche.create .fonctions .checkadmin label, .fiche.create .espaces .checkadmin label, .fiche.edit .fonctions .checkadmin label, .fiche.edit .espaces .checkadmin label {
  padding-left: 25px;
  font-size: 0.8125rem;
  height: 30px;
  line-height: 30px;
}
.fiche.create .fonctions .checkadmin label:before, .fiche.create .fonctions .checkadmin label:after, .fiche.create .espaces .checkadmin label:before, .fiche.create .espaces .checkadmin label:after, .fiche.edit .fonctions .checkadmin label:before, .fiche.edit .fonctions .checkadmin label:after, .fiche.edit .espaces .checkadmin label:before, .fiche.edit .espaces .checkadmin label:after {
  top: 4px;
}
.fiche.create .fonctions .switch, .fiche.edit .fonctions .switch {
  width: 75%;
  padding-right: 5px;
}
.fiche.create .fonctions .switch.with-button, .fiche.edit .fonctions .switch.with-button {
  width: 100%;
  padding-right: 5px;
}
.fiche.create.entite .activites .col, .fiche.edit.entite .activites .col {
  padding: 0;
}
.fiche.create.entite .activites .col .checkboxlabel, .fiche.edit.entite .activites .col .checkboxlabel {
  font-size: 1rem;
  font-weight: 900;
  padding: 0 1rem 0 0;
}
.fiche.create.entite .activites .col [type=checkbox] + label, .fiche.edit.entite .activites .col [type=checkbox] + label {
  padding: 0 1rem 0 2rem;
}
.fiche.entite .poste {
  margin: 0;
  border-bottom: solid 1px #cccccc;
  color: #00368F;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.fiche.entite .activite {
  margin: 0;
  color: #00368F;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.fiche.entite .card {
  /*&.shortinfos {
    .card-content {
      padding: 36px 24px 0 24px;
      .row {
        margin-bottom: 10px;
      }
    }
  }*/
}
.fiche.entite .card.infos .card-content {
  padding: 36px 24px 0 24px;
}
@media screen and (max-width: 480px) {
  .fiche.entite .card.infos .card-content {
    padding: 18px 12px 0 12px;
  }
}
.fiche.entite .card.infos .card-content .row {
  border-bottom: solid 1px #000000;
  margin-bottom: 10px;
}
.fiche.entite .card.infos .card-content .row p {
  padding: 0.5em 0 0 0;
}
.fiche.entite .card.infos .card-content .row p.titre {
  font-weight: 900;
}
.fiche.entite .card.infos .card-content .row p .btn-link {
  background: none;
  padding: 0;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 700;
  color: #00368F;
  cursor: pointer;
}
.fiche.entite .card.infos .card-content .row p .btn-link:hover {
  text-decoration: none;
}
.fiche.entite .card.site, .fiche.entite .card.concessionnaire {
  border: solid 2px #cccccc;
}
.fiche.entite .card.site .card-content, .fiche.entite .card.concessionnaire .card-content {
  text-align: center;
}
.fiche.entite .card.site .card-content .quoi, .fiche.entite .card.concessionnaire .card-content .quoi {
  font-size: 1.875rem;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}
.fiche.entite .card.site .card-content .qui, .fiche.entite .card.site .card-content .code, .fiche.entite .card.concessionnaire .card-content .qui, .fiche.entite .card.concessionnaire .card-content .code {
  font-size: 1.5rem;
  line-height: 1.25em;
}
.fiche.entite .card.site .card-content .code, .fiche.entite .card.concessionnaire .card-content .code {
  text-transform: uppercase;
}
.fiche.entite .card.site .card-content .btn, .fiche.entite .card.concessionnaire .card-content .btn {
  text-transform: uppercase;
}
.fiche.entite .card.concessionnaire .quoi {
  color: #000000;
}
.fiche.entite .card.site .quoi {
  color: #000000;
}
.fiche .mentions {
  position: absolute;
  left: 1%;
  bottom: 0.1%;
  /*position: relative;
  padding: 0 0.5rem;*/
}
.fiche .mentions p {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .fiche .mentions.getup {
    top: -25px;
  }
}

.fiche .collapsible-header {
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.125rem;
}
.fiche .collapsible-header:hover, .fiche .collapsible-header.active {
  background-color: #cccccc;
}
.fiche .collapsible-header.active .material-icons {
  transform: rotate(180deg);
}
.fiche .collapsible-header .material-icons {
  color: #00368F;
  transition: all 0.2s ease;
  margin: 0;
  width: 2rem;
  height: 2rem;
  transform-origin: center center;
  font-size: 2rem;
}
.fiche .card-content .collapsible-body, .fiche .espace-body {
  padding: 2rem 1rem;
}
@media screen and (max-width: 480px) {
  .fiche .card-content .collapsible-body, .fiche .espace-body {
    padding: 1rem 0.5rem;
  }
}
.fiche .card-content .collapsible-body .picker__clear, .fiche .espace-body .picker__clear {
  display: none;
}
.fiche .card-content .collapsible-body .timePicker, .fiche .espace-body .timePicker {
  height: 2rem;
  text-align: center;
}
.fiche .card-content .collapsible-body .liOuverture span, .fiche .espace-body .liOuverture span {
  margin-bottom: 2%;
}
.fiche .card-content .collapsible-body .add_horraire, .fiche .card-content .collapsible-body .add-time-slot, .fiche .espace-body .add_horraire, .fiche .espace-body .add-time-slot {
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  background-color: #00368F;
  color: #ffffff;
  padding: 1% 1% 1% 1%;
  border-radius: 5px;
  margin-top: 2%;
}
.fiche .card-content .collapsible-body .add_horraire:hover, .fiche .card-content .collapsible-body .add-time-slot:hover, .fiche .espace-body .add_horraire:hover, .fiche .espace-body .add-time-slot:hover {
  opacity: 0.8;
}
.fiche .card-content .collapsible-body a.material-icons, .fiche .espace-body a.material-icons {
  text-decoration: none;
  cursor: pointer;
}
.fiche .card-content .collapsible-body .plageHoraireRow, .fiche .espace-body .plageHoraireRow {
  display: inline-flex;
  margin-right: 3rem;
  width: 40%;
}
.fiche .card-content .collapsible-body .dateRow, .fiche .espace-body .dateRow {
  display: inline-flex;
  margin-right: 3rem;
  width: 80%;
}
.fiche .card-content .collapsible-body .dateRow .dateFin, .fiche .card-content .collapsible-body .dateRow .dateDebut, .fiche .espace-body .dateRow .dateFin, .fiche .espace-body .dateRow .dateDebut {
  display: inline-flex;
}
.fiche .card-content .collapsible-body .dateRow .dateFin input, .fiche .card-content .collapsible-body .dateRow .dateDebut input, .fiche .espace-body .dateRow .dateFin input, .fiche .espace-body .dateRow .dateDebut input {
  text-align: center;
}
.fiche .card-content .collapsible-body .joursExceptionnelRow, .fiche .espace-body .joursExceptionnelRow {
  position: relative;
  border-bottom: solid 2px #000000;
  margin-bottom: 2%;
  padding-bottom: 2%;
}
.fiche .card-content .collapsible-body .joursExceptionnelRow .deleteJoursExceptionnel, .fiche .espace-body .joursExceptionnelRow .deleteJoursExceptionnel {
  cursor: pointer;
  text-decoration: none;
  background-color: #00368F;
  color: #ffffff;
  padding: 1% 1% 1% 1%;
  border-radius: 5px;
  margin-top: 2%;
}
.fiche .card-content .collapsible-body .joursExceptionnelRow .deleteJoursExceptionnel:hover, .fiche .espace-body .joursExceptionnelRow .deleteJoursExceptionnel:hover {
  opacity: 0.8;
}
.fiche .card-content .collapsible-body .joursExceptionnelRow .col.s9, .fiche .espace-body .joursExceptionnelRow .col.s9 {
  margin-bottom: 2%;
}
.fiche .card-content .collapsible-body div[class^=ouverturesExceptionnelles], .fiche .espace-body div[class^=ouverturesExceptionnelles] {
  margin-bottom: 5%;
}

.new_espace_horaire .new_espace_horaire_block {
  padding-top: 0;
  margin-bottom: 25px;
}
.new_espace_horaire .new_espace_horaire_block_title {
  margin-bottom: 40px;
}
.new_espace_horaire .title {
  top: -9px !important;
}
.new_espace_horaire .delete-time-block {
  font-size: 3em;
  float: right;
  margin-top: 5px;
  margin-right: -19px;
}
.new_espace_horaire .new_espace_horaire_jour_block {
  margin-top: 30px;
  margin-bottom: 5px !important;
}
.new_espace_horaire .new-add-block {
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #f5f5f5;
  display: block;
  text-decoration: none;
  margin-top: -5px;
  margin-bottom: 25px;
}
.new_espace_horaire .new-add-block p {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.new_espace_horaire .new-add-block p span {
  margin-right: 5px;
}
.new_espace_horaire .new-add-block:hover {
  background-color: #ececec;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
.labelFont {
  font-size: 1rem !important;
}
.labelFont label {
  font-size: 1rem !important;
}

.nomDeConcession, .nomDuSite {
  margin-bottom: 0;
}

.nomDeConcession {
  margin-top: 0;
  font-size: 1.3rem;
}

.contactsList .col {
  position: relative;
}
.contactsList .col .btn_delfonc {
  position: absolute;
  right: 0;
}
.contactsList .col .add_contact {
  display: block;
}
.contactsList .col .add_contact:hover {
  color: #FFFFFF;
}

#md_delete .picker__frame {
  bottom: 15% !important;
  top: 5% !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.row p {
  padding: 0.5em 0 0 0;
}
.row p.titre {
  font-weight: 900;
}
.row p .btn-link {
  background: none;
  padding: 0;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 700;
  color: #00368F;
}
.row p .btn-link:hover {
  text-decoration: none;
}

.titleDemandeAcces h1 {
  margin: 0;
}
.titleDemandeAcces p {
  padding: 0;
}

.neutral {
  border-bottom: 1px solid #9e9e9e !important;
  box-shadow: none !important;
}

.selection .tabulator .tabulator-headers .tabulator-col:first-child .tabulator-col-content {
  display: none;
}
.selection .tabulator .tabulator-row .tabulator-cell:first-child {
  font-size: 0;
  line-height: 0;
}

.export {
  background: #ffffff;
}
.export .btn_edit_fiche {
  position: absolute;
  top: -25px;
  right: 15px;
}
.export .card {
  margin-top: 2rem;
  border: solid 2px #000000;
  border-radius: 8px;
  box-shadow: none;
}
.export .card .photo {
  margin-bottom: 1rem;
}
.export .card label {
  width: 125% !important;
}
.export .card #fiche_contact_civ label {
  width: auto !important;
}
.export .card .civInfoWebLabel label {
  width: 40% !important;
}
.export .card .titre {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #000000;
}
.export .card .intitule {
  position: absolute;
  top: -17px;
  left: 15px;
  background: #ffffff;
  padding: 0 5px;
  margin: 0;
}
.export .card .intitule .input-field {
  margin-top: 0;
}
.export .card .acces > .row {
  margin-bottom: 0;
}
.export .card .acces > .row + .row {
  margin-bottom: 20px;
}
.export .card.grisclair {
  border: solid 2px #e5e5e5;
}
.export .card.gris {
  border: solid 2px #cccccc;
}
.export .card .card .card-title {
  margin-top: 0;
}

.filters_historique {
  width: 80%;
  background: white;
  margin: 50px auto;
  padding: 15px;
}
.filters_historique .top_filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.filters_historique .top_filter p {
  font-weight: 700;
}
.filters_historique .top_filter a {
  padding: 5px 10px;
  background: #000000;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0 10px;
  font-weight: 700;
  cursor: pointer;
}
.filters_historique .bottom_filter {
  width: 100%;
  max-width: 600px;
}
.filters_historique .bottom_filter p {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #00368F;
}
.filters_historique .bottom_filter form #form_filter_histo_idFonction, .filters_historique .bottom_filter form #form_filter_histo_typeEntity {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.btn-large.btn-new {
  font-size: 1.25rem;
  margin: 2rem 1px;
  line-height: 30px;
  height: 40px;
  padding: 5px 10px;
}

.table tr {
  border-bottom: 1px solid #000000;
}
.table.table-list thead tr th:last-child {
  width: 10%;
}
.table.table-striped tbody tr:nth-child(2n+1) {
  background: #e5e5e5;
}
.table .btn_edit {
  color: #000000;
}
.table .btn_delete {
  color: #A94442;
}

.modal {
  padding: 20px;
}
.modal .modal-content {
  text-align: center;
}

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