/*
$couleur-primaire: #33a0bf;
$couleur-secondaire: #203262;
$couleur-primaire-hover: #33a0bfcc;
$couleur-primaire-transparent: #33a0bfcc;
$couleur-secondaire-transparent: #203262cc;
$url-img-logo: url("/img/logos/pa/logo_paps.png");
*/
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;
}

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

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

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%;
  right: 0px;
  left: 0px;
  -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;
  margin-top: 10px;
}

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

.titre_entre_listes {
  margin-top: 20px;
  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;
}

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