@charset "UTF-8";
/*
$couleur-primaire: #33a0bf;
$couleur-secondaire: #203262;
$couleur-primaire-hover: #33a0bfcc;
$couleur-primaire-transparent: #33a0bfcc;
$couleur-primaire-transparent2: #33a0bf33;
$couleur-secondaire-transparent: #203262cc;
$url-img-logo: url("/img/logos/pa/logo_paps.png");
$url-img-footer: url("/img/motif_bleu.png");
$url-img-logo-footer: url("/img/logos/pa/logo_paps.png");
*/
body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding-bottom: 80px;
  /* pour voir le bas de la page avec le menu dans l'iframe parent */
}

h1 {
  color: #26ad90;
  font-size: 18px;
  margin: 15px 0;
  line-height: 2;
}

#navbar_mobile {
  padding: 15px 10px;
}

h2 {
  font-size: 12px;
}

.container {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center {
  text-align: center;
}

select,
textarea {
  font-family: "Lato", sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  font-size: 16px;
}

input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 32px;
}

input[type="text"]:focus {
  border: 1px solid #26ad90;
}

input[type="button"] {
  background-color: #f58221;
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: bold;
  border: 0px;
  width: 100%;
  border-radius: 2px;
}

input[type="button"]:hover {
  background: #f58221cc radial-gradient(circle, transparent 1%, #f58221cc 1%) center/15000%;
}

.submit {
  margin-top: 30px;
}

.accueil_button_chatbot {
  border: 1.5px solid #cdcdcd;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
}

a {
  color: #26ad90;
}

.notification {
  color: #fff;
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 20px;
  text-align: center;
  z-index: 999;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notification.warning {
  background-color: #f58221;
}

.notification .icone {
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.notification .description {
  margin-bottom: 22px;
  font-size: 18px;
}

.notification.confirmation {
  background-color: #26ad90;
}

.titre_entre_listes {
  margin-top: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0px 20px 5px 20px;
}

.separateur_entre_listes {
  border-bottom: 1px solid #d8d8d8;
}

.navbar_chevron {
  display: none;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #834e3e;
  background-color: #feeae4;
  border-color: #fee2d9;
}

.alert-danger {
  color: #bf725b;
  background-color: rgba(251, 150, 120, 0.2);
  border-color: #e78a6e;
}

.alert {
  font-size: 0.875rem;
}

.text-concat {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2.4em;
  /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  /*text-align: justify;*/
}

.ellipsis::after {
  content: "...";
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.linebreak {
  word-break: break-word;
}

.compteur_accueil {
  font-size: 3.5em;
}

.compteur_titre_accueil {
  font-size: 12px;
}

input,
textarea,
select,
button {
  font-family: "Lato", sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 2px 5px;
}

select,
input[type="password"],
.tt-input {
  padding: 7px 5px;
}

#sketchpad {
  background-color: #fff;
}

@media screen and (max-width: 400px) {
  .navbar_chevron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  img.navbar_chevron.navbar_retour {
    width: 20px;
  }
  .footer,
  .footer2 {
    display: none;
  }
}

@media screen and (min-width: 401px) {
  #navbar_mobile {
    display: none !important;
  }
  .navbar_chevron {
    display: none !important;
  }
  body {
    padding-bottom: 0px;
    /* pour voir le bas de la page avec le menu dans l'iframe parent */
  }
}

.footer {
  background-image: url("/img/motif_vert.png");
  background-repeat: repeat;
  padding: 30px;
}

.footer_div_logo {
  margin: 0 auto;
  width: 80%;
}

.logo_blanc {
  width: 200px;
}

.footer2 {
  background-color: black;
  color: #fff;
  padding: 10px 30px;
}

.footer_mentions_legales {
  margin: 0 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 2;
}

.footer_mentions_legales a {
  color: #ffffff;
  margin-top: 14px;
}

.footer_mentions_legales a:hover {
  color: #26ad90;
}

@media screen and (max-width: 400px) {
  #navbar_mobile {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 17px;
    font-weight: bold;
    border-right-color: #4c4c4c;
  }
}

/** début liste autocompletin */
.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}

.typeahead {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
  width: 100%;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 100%;
  z-index: 1000 !important;
  margin: 0px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #00c292;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #00c292;
}

.tt-suggestion p {
  margin: 0;
}

#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

.twitter-typeahead {
  width: 100%;
}

.marge_en_dessous {
  margin-bottom: 5px;
}

.div_ajax_loader {
  position: relative !important;
}

img.input_text_ajax_loader {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 18px;
  width: 18px;
}

.typeahead {
  padding-right: 35px;
}

.alert-success {
  color: #00936f;
  background-color: rgba(0, 194, 146, 0.2);
  border-color: #00b286;
}

.alert {
  font-size: 0.875rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.nouveau_point_de_collecte {
  margin: 30px 0px;
  border-left: 2px solid #26ad90;
  padding-left: 10px;
  padding: 15px 0px 15px 15px;
}

.nouveau_point_de_collecte_titre {
  color: #26ad90;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.picto_petit {
  width: 15px;
  color: #26ad90;
}

.picto_moyen {
  width: 20px;
}

.workflow_colis {
  font-weight: normal;
  color: #bbb;
}

.workflow_colis_passee {
  color: #26ad90;
  font-weight: bold;
}

#logo_top {
  background-image: url("/img/logos/kt/blanc_2x.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 50px;
  margin: 0px;
}

.picto_menu_bottom {
  width: 20px;
  height: 20px;
}

.item_selectionne {
  fill: #26ad90;
}

.chevron_gris_retour {
  height: 20px;
  width: 20px;
  fill: #26ad90;
}

.chevron_gris {
  height: 24px;
  width: 24px;
  fill: #bcbcbc;
}

.login_form_div_desktop {
  background-image: url("/img/logos/kt/blanc_2x.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 80px;
  margin: 0px;
}

@media screen and (max-width: 400px) {
  .login_form_div_desktop {
    background-position: center;
    margin: 40px;
  }
}

.footer_div_logo_image {
  background-image: url("/img/logos/kt/blanc_transparent.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 80px;
  margin: 0px;
}

.menus ul li a svg {
  float: left;
  margin-right: 10px;
  width: 32px;
}

.menus ul li.menu_selectionne a svg {
  fill: #fff;
}

.menus ul li.item_selectionne a svg {
  fill: #fff;
}
/*# sourceMappingURL=style.css.map */