@charset "UTF-8";
body {
  background: #f9f9f9;
  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 {
  font-size: 15px;
}

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

.center {
  text-align: center;
}

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

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

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

textarea {
  padding: 10px;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"] {
  height: 32px;
  padding-left: 10px;
  font-size: 16px;
}

input[type="text"]: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;
}

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

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

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

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;
  padding: 20px;
  text-align: center;
  z-index: 999;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0px;
}

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

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

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

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

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

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

.navbar_chevron {
  color: #26ad90;
  width: 20px;
}

.navbar {
  width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 17px;
  font-weight: bold;
}

.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.12em;
  /*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;
}

#sketchpad {
  background-color: #fff;
}

.vue_smartphone_imposee {
  max-width: 360px;
  margin: 0 auto !important;
  max-height: 640px;
}

.picto_moyen {
  width: 20px;
}

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

.long_arrow {
  width: 20px;
}

x .bg-Menu {
  width: 27px;
  height: 27px;
  background: url("/img/css_sprites.png") -10px -10px;
}

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

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

#logo_top {
  background-image: url("/img/logos/kt/Kamtar-Relais-transparent-blanc.png");
}

.chevron_tournee {
  height: 24px;
  width: 24px;
  fill: #26ad90;
}

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

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

.goto_qrcode {
  width: 28px;
  height: 28px;
}

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

.notification_rouge_ronde {
  background-color: #d11124;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 22px;
  font-size: 13px;
  line-height: 18px;
}

#demandes {
  position: relative;
}

.footer2 {
  background-color: black;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  margin-top: 50px;
}

.footer2 a {
  color: #fff;
}

.prodHide {
  display: none !important;
}

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

.typeahead {
  background-color: #fff;
}

.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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000 !important;
  margin: 0px 0;
  padding: 0px 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;
  width: 100%;
}

.tt-suggestion {
  padding: 3px 20px 3px 10px;
  font-size: 14px;
  line-height: 24px;
  border-top: 1px solid #ddd;
  white-space: nowrap;
}

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

option {
  background-color: #fefefe;
}

#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;
}
/*# sourceMappingURL=style.css.map */