@charset "UTF-8";
/*
$couleur-primaire: #3a75c4;
$couleur-secondaire: #eb4641;
$couleur-primaire-transparent: #3a75c422;
$couleur-primaire-transparent: #3a75c4cc;
$couleur-secondaire-transparent: #eb4641cc;
$url-img-logo-footer: url("/img/motif_bleu.png");

$url-img-logo: url("/img/logos/bo/blanc_2x.png");
$bg_footer: url("/img/logos/bo/blanc_2xb.png");
*/
/*
$couleur-primaire: #3b5f8f;
$couleur-secondaire: #6a94c6;
$couleur-primaire-transparent: #3b5f8f22;
$couleur-primaire-transparent: #3b5f8fcc;
$couleur-secondaire-transparent: #6a94c6cc;
$url-img-logo-footer: url("/img/motif_bleu2.png");

$url-img-logo: url("/img/logos/sv/blanc_2x.png");
$bg_footer: url("/img/logos/sv/blanc_2xb.png");
*/
/*
$couleur-primaire: #00624b;
$couleur-secondaire: #fedc00;
$couleur-primaire-transparent: #00624b22;
$couleur-primaire-transparent: #00624bcc;
$couleur-secondaire-transparent: #fedc00cc;
$url-img-logo-footer: url("/img/logos/lp/bg_footer.png");

$url-img-logo: url("/img/logos/lp/blanc_2x.png");
$bg_footer: url("/img/logos/lp/blanc_2xb.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="number"],
input[type="password"],
input[type="date"],
input[type="time"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  height: 32px;
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

input[type="button"],
.bouton_valider {
  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;
  text-decoration: none;
}

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,
.tt-input {
  padding: 7px 5px;
}

#sketchpad {
  background-color: #fff;
}

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

@media screen and (min-width: 415px) {
  #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 */
  }
  .workflow_colis,
  .operation_code {
    font-size: 16px;
  }
  .picto_menu_bottom {
    float: left;
    margin-right: 10px;
  }
}

#export_list > .annuler,
#export_list1 > .annuler,
#export_list2 > .annuler {
  border: 1px solid #26ad90;
  padding: 8px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

#export_list > .exporter,
#export_list1 > .exporter,
#export_list2 > .exporter {
  background-color: #26ad90;
  color: #fff;
  margin-left: 30px;
  padding: 8px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

#date-range12-container {
  padding-bottom: 20px;
}

footer .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;
  text-align: center;
}

.footer2 a {
  color: #fff;
}

.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: 414px) {
  #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 {
  border-bottom: 1px solid #bbb;
  padding: 30px 0px;
}

.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;
}

.div_ajax_loader {
  position: relative !important;
}

img.input_text_ajax_loader {
  position: absolute;
  right: 5px;
  top: 22px;
  height: 18px;
}

.typeahead {
  padding-right: 35px;
}

.login_logo_div {
  background-image: url("/img/logos/kt/blanc_2x.png");
  width: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  margin: 50px auto 20px auto;
}

.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;
}

#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;
}

@media screen and (max-width: 414px) {
  .login_form_div_desktop {
    background-position: center;
    margin: 40px;
  }
  #logo_top {
    background-image: url("/img/logos/kt/blanc_transparent.png");
  }
}

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

.item_selectionne {
  fill: #26ad90;
}

.menu_desktop_label {
  margin-left: 10px;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 100 !important;
}

.logo:hover {
  cursor: pointer;
}

.iti {
  width: 100%;
}

.select_extension_tel_pays {
  padding-left: 85px !important;
  width: 100%;
}

.ok_extension_tel_pays {
  color: #00a700;
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 6px;
}

.erreur_extension_tel_pays {
  color: #920000;
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 6px;
}

.hide {
  display: none;
}

.prodHide {
  display: none !important;
}

#modale_validation_cgu .bouton_valider {
  text-decoration: none !important;
  margin: 0 auto;
}

#modale_validation_cgu .modale_validation_cgu_boutons {
  margin-top: 20px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 350px) {
  #modale_validation_cgu .modale_validation_cgu_boutons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#modale_validation_cgu .bouton_valider {
  width: auto !important;
}

#modale_validation_cgu {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  width: 340px;
  margin: 5% auto;
  /* Will not center vertically and won't work in IE6/7. */
}

#modale_validation_cgu a {
  display: inline;
}
/*# sourceMappingURL=style.css.map */