@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: #e6e6e6; }

.gris {
  background-color: #cccccc; }

.vertpastel {
  background-color: #8bcdce; }

.vertturquoise {
  background-color: #00a99f; }

.bleufonce {
  background-color: #002c42; }
  .bleufonce:hover {
    background-color: #002c42; }

.noir {
  background-color: #000000; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-success {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6; }

.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: #002c42; }
  @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 .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: #002c42; }

h2 {
  font-size: 1.875rem;
  color: #8bcdce; }

h3 {
  font-size: 1.5rem;
  color: #00a99f; }

h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #002c42; }
  h4 + .divider, h5 + .divider, h6 + .divider {
    margin-top: -0.3rem; }

p {
  font-size: 1rem;
  color: #002c42;
  margin-top: 1rem; }

a {
  text-decoration: underline;
  color: #000000; }
  a:hover {
    text-decoration: none;
    color: #00a99f; }

strong {
  font-weight: 700; }

label {
  color: #002c42; }

span.badge.bleufonce {
  background-color: #002c42;
  border-radius: 1vw;
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  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;
  font-size: 1.125rem;
  line-height: 4rem;
  height: 4rem;
  text-transform: none;
  padding: 0 1rem;
  white-space: nowrap; }
  .btn.tiny {
    font-size: 1rem;
    line-height: 2rem;
    height: 2rem; }
  .btn.mini {
    font-size: 0.75rem;
    line-height: 1.5rem;
    height: 1.5rem;
    padding: 0 0.5rem; }
  .btn.bleufonce {
    background-color: #002c42; }
  .btn.vertturquoise {
    background-color: #00a99f; }
  .btn.vertpastel {
    background-color: #8bcdce; }
  .btn.gris {
    background-color: #cccccc;
    color: #002c42; }
  .btn.blanc {
    background-color: #ffffff;
    color: #00a99f; }

.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: #002c42; }
  .btn-large.vertturquoise {
    background-color: #00a99f; }
  .btn-large.vertpastel {
    background-color: #8bcdce; }
  .btn-large.gris {
    background-color: #cccccc; }
  .btn-large.blanc {
    background-color: #ffffff;
    color: #00a99f; }
    .btn-large.blanc i {
      color: #002c42; }

[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 #00a99f; }

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after,
[type="checkbox"].filled-in:not(:checked) + label:after {
  border: 2px solid #00a99f; }

[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: #00a99f; }
    .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; } }

.joursExceptionnelRow .switch label {
  font-size: 1rem; }
  .joursExceptionnelRow .switch label .lever {
    width: 46px;
    height: 26px;
    background-color: #8bcdce;
    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: #00a99f; }
    .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: #002c42; }
    .tabs .tab a:hover, .tabs .tab a.active {
      background-color: #00a99f;
      color: #ffffff; }
  .tabs .indicator {
    background-color: #00a99f;
    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; }

.modal button.modal-close {
  background: none; }

html {
  background-color: #e6e6e6; }
  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 .header {
    background-color: #cccccc; }
    html body .header > .row {
      margin-bottom: 0; }
    html body .header .logo img {
      max-width: 90%;
      vertical-align: bottom; }
    html body .header #btn_nouveau {
      font-size: 1.875vw;
      height: 4.5vw;
      line-height: 4.5vw; }
      html body .header #btn_nouveau i {
        font-size: 2.4vw; }
    html body .header #mes-selections {
      display: inline-block;
      min-height: 7vw;
      margin: 0;
      padding: 0 1vw;
      background-color: #00a99f;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.25vw;
      line-height: 1.25vw;
      font-weight: 900; }
      html body .header #mes-selections i {
        display: inline-block;
        float: none !important;
        font-size: 4vw;
        line-height: 4vw;
        margin: 0.5vw 0 0 0; }
      html body .header #mes-selections .badge {
        position: absolute;
        top: 1vw;
        left: 55%;
        margin: 0; }
  html body .header-logo {
    display: none; }
  html body .footer {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #00a99f;
    padding: 20px 20px 0 20px;
    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; }
    html body .footer.showedup {
      transform: translatey(-100%); }
    html body .footer #hideFooter {
      border-radius: 50%; }

#burger_menu {
  position: absolute;
  top: 0;
  left: 1vw;
  color: #ffffff; }
  #burger_menu i {
    font-size: 7.5vw; }

#nav-mobile {
  background-color: #002c42;
  color: #ffffff; }

#nav-mobile .logo, #result_table .logo {
  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%;
      max-width: 210px;
      height: auto;
      display: block; }
#nav-mobile .search .search-wrapper, #result_table .search .search-wrapper {
  background-color: #8bcdce;
  margin: 0;
  padding: 1rem 1rem 0 1rem; }
  #nav-mobile .search .search-wrapper h2, #result_table .search .search-wrapper h2 {
    font-size: 1.875rem;
    color: #002c42;
    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: #002c42;
      font-size: 0.8125rem;
      border-bottom: 1px solid #ffffff;
      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: #002c42; }
      #nav-mobile .search .search-wrapper .input-field input::-moz-placeholder, #result_table .search .search-wrapper .input-field input::-moz-placeholder {
        /* Firefox 19+ */
        color: #002c42; }
      #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: #002c42; }
      #nav-mobile .search .search-wrapper .input-field input:-moz-placeholder, #result_table .search .search-wrapper .input-field input:-moz-placeholder {
        /* Firefox 18- */
        color: #002c42; }
    #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: #ffffff;
      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: #8bcdce;
  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: #002c42; }
#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: #002c42;
  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: #00a99f; }
#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: #8bcdce; }
  #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: #ffffff;
    font-size: 1rem;
    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: #002c42;
      font-weight: 700; }
#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: 40px;
      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 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: #002c42; }
    #breadcrumb-nav .breadcrumb:before {
      color: #002c42; }

#back-nav {
  background-color: transparent;
  box-shadow: none; }
  #back-nav .breadcrumb {
    font-size: 1rem;
    color: #002c42;
    position: relative; }
    #back-nav .breadcrumb:first-child:before {
      position: absolute;
      top: -0.2rem;
      left: -2rem;
      line-height: 1;
      margin: 0;
      color: #002c42;
      display: block;
      transform: rotate(180deg); }

.advanced_search .card-panel {
  position: relative; }
  .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: #002c42; }
    .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: #00a99f; }

#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: .60;
  opacity: .60;
  z-index: -1; }

.search_results {
  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 .nb_results {
    display: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.875rem;
    color: #8bcdce; }
  .search_results .list_results {
    position: relative;
    padding-bottom: 2rem;
    display: none; }
  .search_results p {
    margin: 5px 0;
    padding: 0; }
  .search_results .map_results .select_regions {
    border-top: solid 1px #e6e6e6;
    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: #002c42; }
      @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: #002c42; }
  .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: #002c42;
        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 #002c42;
        font-family: "SuzukiPro", Arial, sans-serif;
        font-weight: 700;
        font-size: 1rem;
        color: #00a99f;
        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: #00a99f;
        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: #00a99f;
      font-weight: bold; }

.browser-collapsed {
  background-color: white;
  padding: 1rem; }

.login {
  background: 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: 254px;
      height: auto; }
      @media only screen and (max-width: 320px) {
        .login .header-logo img {
          width: 100%; } }
  .login h1 {
    font-size: 4.5rem;
    color: #ffffff; }
  .login p {
    font-size: 1.4rem;
    color: #ffffff; }
  .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 .btn_edit_fiche {
    position: absolute;
    top: -25px;
    right: 15px; }
  .fiche .card {
    border: solid 2px #8bcdce;
    border-radius: 8px;
    box-shadow: none; }
    .fiche .card .photo {
      margin-bottom: 1rem; }
    .fiche .card label {
      width: 125% !important; }
    .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: #00a99f; }
    .fiche .card .intitule {
      position: absolute;
      top: -17px;
      left: 15px;
      background: #ffffff;
      padding: 0 5px;
      margin: 0; }
      .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 #e6e6e6; }
    .fiche .card.gris {
      border: solid 2px #cccccc; }
    .fiche .card .card .card-title {
      margin-top: 0; }
  .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: block; }
      .fiche.create .tunnel-wrapper .tunnel > a, .fiche.edit .tunnel-wrapper .tunnel > a {
        color: #002c42;
        text-decoration: none; }
        .fiche.create .tunnel-wrapper .tunnel > a:hover .card, .fiche.edit .tunnel-wrapper .tunnel > a:hover .card {
          background-color: #e6e6e6; }
      .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 .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: #002c42; }
  .fiche.create .btn_edit_photo, .fiche.edit .btn_edit_photo {
    position: absolute;
    bottom: 1rem;
    left: 0; }
  .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 #8bcdce;
        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: inline-block;
          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'] {
          display: inline-block;
          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.8125rem;
        color: #00a99f;
        height: 30px;
        line-height: 30px; }
    .fiche.create .fonctions .checkadmin, .fiche.create .espaces .checkadmin, .fiche.edit .fonctions .checkadmin, .fiche.edit .espaces .checkadmin {
      width: 20%;
      text-align: left;
      display: inline-block;
      margin: 0 0 0 10px; }
      .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: 70%; }
  .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: #002c42;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase; }
  .fiche.entite .activite {
    margin: 0;
    color: #002c42;
    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; }
      .fiche.entite .card.infos .card-content .row {
        border-bottom: solid 1px #00a99f;
        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: #00a99f; }
            .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: #00a99f; }
    .fiche.entite .card.site .quoi {
      color: #8bcdce; }

.fiche .collapsible-header {
  font-family: "SuzukiPro", Arial, sans-serif;
  font-weight: 700;
  color: #002c42;
  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: #00a99f;
    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; }
  .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 .espace-body .add_horraire {
    display: inline-flex;
    cursor: pointer;
    text-decoration: none;
    background-color: #00a99f;
    color: #ffffff;
    padding: 1% 1% 1% 1%;
    border-radius: 5px;
    margin-top: 2%; }
  .fiche .card-content .collapsible-body .add_horraire:hover, .fiche .espace-body .add_horraire: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 #8bcdce;
    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: #00a99f;
      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%; }

.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: #00a99f; }
    .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; }

/*# sourceMappingURL=suzuki_annuaire.css.map */
