@charset "UTF-8";
/* Mixins */
/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
:root {
  --thermometer-bridge-fork-offset: 15rem;
}

.thermometer__validity {
  color: #8c8c8e;
  font-size: 1.6rem;
  line-height: 1.4 !important;
  margin-bottom: 3rem;
}

.thermometer-container {
  padding-bottom: 3rem;
  /* Set bold on first/last elements of regular line + on last element in fork line */
  /* Reverse fork line elements' order */
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.thermometer-container--loading {
  opacity: 0.4;
  pointer-events: none;
}
.thermometer-container .thermometer {
  overflow-x: hidden;
}
.thermometer-container .thermometer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  cursor: pointer;
}
.thermometer-container .thermometer .container--bigger {
  height: 8rem;
  margin-top: -1.9rem;
}
.thermometer-container .thermometer .container--bigger .connections {
  width: 9rem !important;
}
.thermometer-container .thermometer .container.active .stop__eta, .thermometer-container .thermometer .container.active .stop__label {
  color: #fd5312;
  font-family: "Roboto-Bold", sans-serif !important;
}
.thermometer-container .thermometer .container.active .segment span, .thermometer-container .thermometer .container.active.terminus--partial .segment span {
  background-color: #fd5312 !important;
  border-color: #fd5312 !important;
}
.thermometer-container .thermometer .container.terminus--partial .segment span {
  background-color: black !important;
  border-color: black !important;
}
.thermometer-container .thermometer .container .connections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 24.5rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thermometer-container .thermometer .container .connections > * {
  margin-right: 0.8rem;
}
.thermometer-container .thermometer .container .connections > *:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 959px) {
  .thermometer-container .thermometer .container .connections {
    display: none;
  }
}
.thermometer-container .thermometer .container .connections--1 {
  width: 8.5rem !important;
}
.thermometer-container .thermometer .container .connections--2 {
  width: 10.5rem !important;
}
.thermometer-container .thermometer .container .connections--3 {
  width: 14.5rem !important;
}
.thermometer-container .thermometer .container .segment {
  width: 7.5rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  z-index: 2;
}
.thermometer-container .thermometer .container .segment span {
  background-color: white;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.3rem solid black;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.thermometer-container .thermometer .container .segment::before {
  content: "";
  background-color: #8c8c8e;
  width: 4px;
  height: 100%;
}
.thermometer-container .thermometer .container .segment::after {
  content: "";
  background-color: #8c8c8e;
  width: 4px;
  height: 100%;
}
.thermometer-container .thermometer .container .segment.bridge--segment {
  padding-left: calc(var(--thermometer-bridge-fork-offset) - 4.5rem + 0.7rem);
  padding-right: 7.5rem;
}
.thermometer-container .thermometer .container .bridge--segment-close {
  width: calc(var(--thermometer-bridge-fork-offset) + 3.85rem + 2px);
}
.thermometer-container .thermometer .container .bridge--segment-close:before {
  content: "";
  background-color: #8c8c8e;
  height: 4px;
  width: 100%;
  margin-left: -3.85rem;
  display: block;
}
.thermometer-container .thermometer .container .stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.thermometer-container .thermometer .container .stop .stop {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .thermometer-container .thermometer .container .stop .stop {
    max-width: 20rem;
  }
}
@media only screen and (max-width: 639px) {
  .thermometer-container .thermometer .container .stop .stop {
    max-width: 30rem;
  }
}
.thermometer-container .thermometer .container .stop__eta {
  width: 4.5rem;
  margin-left: -0.7rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #8c8c8e;
  text-align: center;
  font-family: "Roboto-Medium", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}
.thermometer-container .thermometer .container .stop__eta span::after {
  font-size: 2.8rem;
  content: "•";
}
.thermometer-container .thermometer .container .stop__label {
  cursor: pointer;
  padding: 1rem 1rem 1rem 0;
  font-size: 1.6rem;
  line-height: 1.4 !important;
  font-weight: normal;
}
.thermometer-container .thermometer .container .stop.bridge--label {
  padding: 1rem 1rem 1rem 0;
}
.thermometer-container .thermometer .container .stop.bridge--label .stop__eta--mobile {
  display: none;
}
.thermometer-container .thermometer .container .stop.bridge--label .stop__label {
  padding: 0;
  background: white;
  margin-left: calc(-1 * (var(--thermometer-bridge-fork-offset)) - 7.5rem + 4.5rem);
  z-index: 30;
}
@media only screen and (max-width: 639px) {
  .thermometer-container .thermometer .container.bridge--stop-under .bridge--segment {
    padding-left: calc(var(--thermometer-bridge-fork-offset));
    padding-right: calc(var(--thermometer-bridge-fork-offset) + 1.5rem);
  }
  .thermometer-container .thermometer .container.bridge--stop-under .stop:not(.bridge--label) {
    display: none;
  }
  .thermometer-container .thermometer .container.bridge--stop-under .stop.bridge--label {
    margin-left: calc(-2 * (var(--thermometer-bridge-fork-offset)) - 1.5rem);
  }
  .thermometer-container .thermometer .container.bridge--stop-under .stop.bridge--label .stop__eta--mobile {
    display: unset;
  }
  .thermometer-container .thermometer .container.bridge--stop-under .stop.bridge--label .stop__label {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .thermometer-container .thermometer .container.bridge--stop-under .bridge--segment {
    padding-left: 0;
  }
  .thermometer-container .thermometer .container.bridge--stop-under .stop.bridge--label {
    margin-left: 0;
  }
}
.thermometer-container .thermometer .container.bridge:hover, .thermometer-container .thermometer .container.fork:hover {
  background-color: transparent;
}
.thermometer-container .thermometer .container.bridge:hover > .container, .thermometer-container .thermometer .container.fork:hover > .container {
  background-color: rgba(0, 0, 0, 0.05);
}
.thermometer-container .thermometer .container:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.thermometer-container .thermometer .container:hover .bridge--label .stop__label {
  background-color: #f2f2f2;
}
.thermometer-container .thermometer ul {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.thermometer-container .thermometer ul li {
  min-height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thermometer-container .thermometer ul li > .container.fork > .segment span, .thermometer-container .thermometer ul li > .container.bridge > .segment span {
  display: none;
}
.thermometer-container .thermometer ul li > .container.fork ul, .thermometer-container .thermometer ul li > .container.bridge ul {
  padding: 0;
  margin: 0;
}
.thermometer-container .thermometer ul li > .container.fork ul li, .thermometer-container .thermometer ul li > .container.bridge ul li {
  margin-left: var(--thermometer-bridge-fork-offset);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thermometer-container .thermometer ul li > .container.fork ul li:first-child::before, .thermometer-container .thermometer ul li > .container.fork ul li:last-child:not(.bridge--with-stops-under)::before, .thermometer-container .thermometer ul li > .container.bridge ul li:first-child::before, .thermometer-container .thermometer ul li > .container.bridge ul li:last-child:not(.bridge--with-stops-under)::before {
  content: "";
  background-color: #8c8c8e;
  height: 4px;
  width: 100%;
  margin-left: calc(-1 * (var(--thermometer-bridge-fork-offset) + 3.85rem));
  z-index: 1;
}
.thermometer-container .thermometer ul li > .container.fork ul li .container, .thermometer-container .thermometer ul li > .container.bridge ul li .container {
  width: 1000rem;
  padding-left: var(--thermometer-bridge-fork-offset);
  margin-left: calc(-1 * (var(--thermometer-bridge-fork-offset) + 3.75rem));
}
.thermometer-container .thermometer ul li > .container.fork ul li .container .connections, .thermometer-container .thermometer ul li > .container.bridge ul li .container .connections {
  width: 18.5rem;
}
.thermometer-container .thermometer ul li > .container.fork ul li .container .segment, .thermometer-container .thermometer ul li > .container.bridge ul li .container .segment {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: -0.7rem;
}
.thermometer-container .thermometer ul li > .container.fork ul li .container .segment:first-child, .thermometer-container .thermometer ul li > .container.bridge ul li .container .segment:first-child {
  background-color: white;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.3rem solid black;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.thermometer-container .thermometer ul li > .container.bridge li:first-child .segment span, .thermometer-container .thermometer ul li > .container.bridge li:last-child .segment span {
  background-color: white;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.3rem solid black;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.thermometer-container .thermometer ul li > .container.bridge li.force-dash .connections {
  width: 9rem !important;
}
.thermometer-container .thermometer ul li > .container.bridge li.bridge--with-stops-under:last-child .segment::after {
  content: "";
  background-color: #8c8c8e;
  width: 4px;
  height: 100%;
}
.thermometer-container .thermometer ul li > .container.fork li:first-child .segment span {
  background-color: white;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.3rem solid black;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.thermometer-container .thermometer ul li > .container.fork li:last-child::before {
  display: none !important;
}
.thermometer-container .thermometer ul li:first-child .segment span, .thermometer-container .thermometer ul li:last-child .segment span {
  background-color: black;
  width: 4.2rem;
  height: 1.4rem;
  border-radius: 1rem;
}
.thermometer-container .thermometer ul li:first-child .segment::before {
  background-color: transparent;
}
.thermometer-container .thermometer ul li:last-child .segment::after {
  background-color: transparent;
}
.thermometer-container ul li:last-child .stop__label, .thermometer-container ul li:first-child .stop__label {
  font-family: "Roboto-Bold", sans-serif !important;
  font-size: 1.8rem !important;
}
.thermometer-container ul li .container.bridge li .stop__label {
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}
.thermometer-container ul li .container.fork li:first-child .stop__label {
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}
.thermometer-container .fork--reversed ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.thermometer-container .fork--reversed ul li.force-dash--1 {
  margin-top: -1.9rem;
}
.thermometer-container .fork--reversed ul li:last-child .segment::before {
  background-color: transparent;
}
.thermometer-container .fork--reversed ul li:last-child .segment::after {
  content: "";
  background-color: #8c8c8e;
  width: 4px;
  height: 100%;
}
.thermometer-container .fork--reversed ul li:first-child .segment::before {
  content: "";
  background-color: #8c8c8e;
  width: 4px;
  height: 100%;
}
.thermometer-container .fork--reversed ul li:first-child .segment::after {
  background-color: transparent;
}
.thermometer-container .tab {
  margin: 0.5rem 0;
  font-family: "Roboto-Medium", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.4 !important;
  width: 3.7rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.thermometer-container .tab img {
  max-width: 3.7rem;
}
.thermometer-container .tab:hover {
  opacity: 0.8;
}
.thermometer-container .tab--neutral {
  border: 0.1rem solid black;
  background-color: white;
  color: black !important;
}
.thermometer-container .force-dash::before {
  display: block !important;
  content: "" !important;
  background-color: #8c8c8e !important;
  height: 0.4rem !important;
  width: calc(var(--thermometer-bridge-fork-offset) + 3.85rem) !important;
  margin-left: calc(-1 * (var(--thermometer-bridge-fork-offset) + 3.85rem)) !important;
  z-index: 1 !important;
}
@media only screen and (min-width: 1200px) {
  .thermometer-container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}
.thermometer-container .arretPdfResult--error {
  color: #d03101;
}

.ligne-picto-arrondi {
  border-radius: 2rem;
  width: 5.4rem;
  height: 3.6rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto-Medium", sans-serif !important;
  font-size: 2rem;
  line-height: 1.4 !important;
  line-height: 3.4rem !important;
  margin: 0 0 0 0.75rem;
  color: white;
}
.ligne-picto-arrondi:hover {
  opacity: 0.8;
}

/**
 Generic class to render line picto
 */
.picto-line-number {
  font-family: "Roboto-Medium", sans-serif !important;
  font-size: 16px;
  border-radius: 1.5rem;
  display: inline-block;
  height: 2rem;
  line-height: 2 !important;
  text-align: center;
  min-width: 3rem;
  margin: 0.5rem;
}
.picto-line-number--white {
  color: white;
}
.picto-line-number--black {
  color: black;
}
.picto-line-number:hover {
  opacity: 0.8;
}

#thermometre-edit-form {
  /* Rapid css copy for backend @todo: refactor */
}
#thermometre-edit-form hr {
  display: none;
}
#thermometre-edit-form .inversion {
  position: relative !important;
  bottom: 0 !important;
  padding: 1rem 2rem !important;
  margin-top: 1rem;
  text-decoration: none !important;
}
#thermometre-edit-form .inversion h1:last-child,
#thermometre-edit-form .inversion h2:last-child,
#thermometre-edit-form .inversion h3:last-child,
#thermometre-edit-form .inversion h4:last-child,
#thermometre-edit-form .inversion h5:last-child,
#thermometre-edit-form .inversion h6:last-child,
#thermometre-edit-form .inversion p:last-child,
#thermometre-edit-form .inversion ul:last-child,
#thermometre-edit-form .inversion ol:last-child,
#thermometre-edit-form .inversion dl:last-child,
#thermometre-edit-form .inversion pre:last-child,
#thermometre-edit-form .inversion address:last-child,
#thermometre-edit-form .inversion fieldset:last-child,
#thermometre-edit-form .inversion figure:last-child,
#thermometre-edit-form .inversion table:last-child {
  margin-bottom: 0;
}
#thermometre-edit-form .inversion:hover, #thermometre-edit-form .inversion:focus {
  padding: 1rem 2rem !important;
  text-decoration: none !important;
}
#thermometre-edit-form .uk-subnav-pill {
  margin-left: -0.1rem;
  border-bottom: 0.2rem solid #fd5312;
}
#thermometre-edit-form .uk-subnav-pill > * {
  width: 50%;
  background: whitesmoke;
  color: #4d4d4d;
  font-family: "Roboto-Bold", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.4 !important;
  padding-left: 0.1rem;
}
#thermometre-edit-form .uk-subnav-pill > .uk-active > a {
  background-color: #fd5312 !important;
  color: white !important;
  max-width: 100%;
}
#thermometre-edit-form .uk-subnav-pill > * > a {
  height: 100%;
}
#thermometre-edit-form .uk-subnav-pill > * > a:hover, #thermometre-edit-form .uk-subnav-pill > * > a:focus {
  border: none;
}
#thermometre-edit-form .uk-subnav > * > :first-child {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#thermometre-edit-form .uk-subnav-pill > * > :first-child {
  color: #4d4d4d !important;
  border-radius: 0 !important;
  font-family: "Roboto-Bold", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.4 !important;
  border: none;
}
#thermometre-edit-form .uk-table-small tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#thermometre-edit-form .uk-table-small tbody tr td:not(.gmap) {
  cursor: pointer;
}
#thermometre-edit-form .uk-table-small th, #thermometre-edit-form .uk-table-small td {
  color: #d1d1cc;
  text-align: center;
}
#thermometre-edit-form .uk-table-small td {
  border-left: 0.1rem solid #d1d1cc;
  padding-top: 1.1rem;
}
#thermometre-edit-form .uk-table-small td .uk-icon {
  margin: 0 0.4rem;
}
#thermometre-edit-form .uk-table-small td .uk-icon.close {
  background: url("/themes/custom/tpg/dist/pictos/tpg-close.svg") #e62100 no-repeat center center;
  border-radius: 50%;
  height: 1.7rem;
  width: 1.7rem;
  background-size: 0.9rem 0.9rem;
}
#thermometre-edit-form .uk-table-small td .uk-icon.close svg {
  display: none;
}
#thermometre-edit-form .uk-table-small th {
  text-transform: none;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.4 !important;
  border: 0.1rem solid #d1d1cc;
  color: #4d4d4d;
  background: #e0e0d8;
}
#thermometre-edit-form #thermometreLignes .upper h1:last-child,
#thermometre-edit-form #thermometreLignes .upper h2:last-child,
#thermometre-edit-form #thermometreLignes .upper h3:last-child,
#thermometre-edit-form #thermometreLignes .upper h4:last-child,
#thermometre-edit-form #thermometreLignes .upper h5:last-child,
#thermometre-edit-form #thermometreLignes .upper h6:last-child,
#thermometre-edit-form #thermometreLignes .upper p:last-child,
#thermometre-edit-form #thermometreLignes .upper ul:last-child,
#thermometre-edit-form #thermometreLignes .upper ol:last-child,
#thermometre-edit-form #thermometreLignes .upper dl:last-child,
#thermometre-edit-form #thermometreLignes .upper pre:last-child,
#thermometre-edit-form #thermometreLignes .upper address:last-child,
#thermometre-edit-form #thermometreLignes .upper fieldset:last-child,
#thermometre-edit-form #thermometreLignes .upper figure:last-child,
#thermometre-edit-form #thermometreLignes .upper table:last-child {
  margin-bottom: 0;
}
#thermometre-edit-form #thermometreLignes .upper a:hover, #thermometre-edit-form #thermometreLignes .upper .link:hover, #thermometre-edit-form #thermometreLignes .upper a:focus, #thermometre-edit-form #thermometreLignes .upper .link:focus {
  text-decoration: none;
  outline: 0;
}
#thermometre-edit-form .thermometer-container {
  margin-top: 2rem;
  padding-bottom: 0 !important;
}
#thermometre-edit-form .thermometer-container .thermometer {
  margin-top: 8.5rem;
}
#thermometre-edit-form .lh45 {
  margin-top: 1.2rem;
}
#thermometre-edit-form #edit-nextaction {
  margin-top: 2rem;
  margin-left: 0;
}
#thermometre-edit-form .button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 2.7rem;
  font-family: "Roboto-Medium", sans-serif !important;
  font-weight: normal;
  font-style: normal;
  max-width: 60rem;
  min-height: 5rem;
  padding: 1.26rem 4.2rem;
  text-transform: none;
}
#thermometre-edit-form .button:hover, #thermometre-edit-form .button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#thermometre-edit-form .button.uk-button-primary {
  background-color: #fd7512 !important;
  color: white !important;
  background: transparent -o-linear-gradient(229deg, #e04a11 0%, #fd7512 100%) !important;
  background: transparent linear-gradient(221deg, #e04a11 0%, #fd7512 100%) !important;
}
#thermometre-edit-form .button.uk-button-primary:hover, #thermometre-edit-form .button.uk-button-primary:focus {
  background-color: #8b1b06;
  color: white !important;
  background: transparent -o-linear-gradient(229deg, #c63e01 0%, #8b1b06 100%);
  background: transparent linear-gradient(221deg, #c63e01 0%, #8b1b06 100%);
}
#thermometre-edit-form .button.uk-button-secondary {
  color: #fd5312;
  background: transparent;
  border: 0.2rem solid #fd5312;
  padding: 1.06rem 4rem;
}
#thermometre-edit-form .button.uk-button-secondary:hover, #thermometre-edit-form .button.uk-button-secondary:focus {
  background-color: #fd7512;
  color: white;
  background: transparent -o-linear-gradient(229deg, #e04a11 0%, #fd7512 100%);
  background: transparent linear-gradient(221deg, #e04a11 0%, #fd7512 100%);
  border: 0;
  padding: 1.26rem 4.2rem;
}
#thermometre-edit-form .center {
  text-align: center;
}
#thermometre-edit-form .error {
  color: #d03101;
}
#thermometre-edit-form .select {
  cursor: pointer;
  width: 100%;
  padding: 0.6rem;
}
#thermometre-edit-form .rondgris {
  background: #CCC;
  border-radius: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
#thermometre-edit-form .excelok,
#thermometre-edit-form .currentversion {
  padding: 19px 19px 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#thermometre-edit-form .excelok {
  background: #F8FDF3;
}
#thermometre-edit-form .currentversion {
  background: #F5F5F5;
  margin: 1rem 0 2rem;
}
#thermometre-edit-form .gris {
  /* pdfs*/
  background: #F2F2F2;
}
#thermometre-edit-form .arret {
  font-weight: 500;
}
#thermometre-edit-form table {
  border-collapse: collapse;
}
#thermometre-edit-form table tr {
  border-bottom: 0rem;
}
#thermometre-edit-form table tr:hover {
  background: transparent;
}
#thermometre-edit-form table tr.trip-stop:first-of-type td.ligne .rondgris, #thermometre-edit-form table tr.trip-stop:last-of-type td.ligne .rondgris {
  background: #fd7512;
}
#thermometre-edit-form table tr.trip-stop:first-of-type td.arret, #thermometre-edit-form table tr.trip-stop:last-of-type td.arret {
  font-weight: bold;
}
#thermometre-edit-form table tr.is-a-terminus td.ligne .rondgris {
  background: black;
}
#thermometre-edit-form table tr.has-special-case td.ligne .rondgris {
  display: none;
}
#thermometre-edit-form table tr.has-special-case td.arret {
  padding: 0.8rem 0 0 8rem;
}
#thermometre-edit-form table tr.has-special-case.is-a-terminus td.arret {
  font-weight: bold;
}
#thermometre-edit-form table td.min {
  width: 1%;
}
#thermometre-edit-form table td.ligne {
  width: 1%;
  position: relative;
  text-align: center;
}
#thermometre-edit-form table td.ligne:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 0.1rem solid black;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#thermometre-edit-form table td.connexions {
  text-align: right;
  width: 35%;
}
#thermometre-edit-form table td.connexions .connexionRound {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
#thermometre-edit-form table td.connexions .connexionRound span {
  font-size: 16px;
  font-family: "Roboto-Medium", sans-serif !important;
  border-radius: 1.5rem;
  line-height: 2 !important;
  display: inline-block;
  height: 2rem;
  text-align: center;
  width: 3rem;
  margin: 0.5rem;
}
#thermometre-edit-form .utfpicto {
  font-size: 2rem;
  margin: 0 1rem 0;
  color: #000;
}
#thermometre-edit-form .utfpicto:hover {
  text-decoration: none;
}

/*
front
 */
#thermometreLignes {
  margin: 0 auto;
  /*centers contents*/
  max-width: 140rem;
  /* ckeditor descriptions llways wraped in p*/
}
#thermometreLignes .line-logo:not(.oblongue) {
  margin-right: 0;
}
#thermometreLignes .right .connexions .line-logo {
  margin-right: 1.8rem;
}
#thermometreLignes input, #thermometreLignes select, #thermometreLignes option {
  outline: none;
  cursor: pointer;
}
#thermometreLignes p {
  margin: 0;
  display: inline-block;
}
#thermometreLignes u {
  display: block;
  text-decoration: none;
}
#thermometreLignes u.italic {
  font-style: italic;
}
#thermometreLignes u.votreligne {
  font-weight: 500;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Roboto-Medium", sans-serif !important;
  font-size: 2.2rem;
  line-height: 1.4 !important;
}
#thermometreLignes u.titre {
  text-align: left;
  font-family: "Roboto-Medium", sans-serif !important;
  font-size: 2rem;
  line-height: 1.4 !important;
}
#thermometreLignes u.titre.centered {
  text-align: center;
}
#thermometreLignes u.subtitle {
  color: #8c8c8e;
  margin: 2.6rem 0 1.4rem;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.4 !important;
  font-family: "Roboto-Bold", sans-serif !important;
}
#thermometreLignes i {
  text-decoration: none;
}
#thermometreLignes .centered {
  text-align: center;
}
#thermometreLignes .nowrap {
  white-space: nowrap;
}
#thermometreLignes .intro .ligne-picto-arrondi {
  margin: 0;
}
#thermometreLignes .searchAndResults {
  margin: 3.6rem auto 2rem;
  max-width: 87.6rem;
}
#thermometreLignes .searchAndResults u.titre {
  font-family: "Roboto-Light", sans-serif !important;
  font-size: 3.8rem;
  line-height: 1.15 !important;
  text-align: center;
  margin-bottom: 3.6rem;
}
#thermometreLignes .searchAndResults u.desc {
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.8rem;
  line-height: 1.4 !important;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
}
#thermometreLignes .searchAndResults .form {
  margin: auto;
}
#thermometreLignes .searchAndResults .form input.ligneSearch {
  outline: none;
  background: url("/themes/custom/tpg/dist/pictos/search.svg") white no-repeat 2.5rem 50%;
  height: 6.4rem;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.8rem;
  line-height: 1.4 !important;
  width: 100%;
  padding-left: 6rem;
  border: 0.1rem solid #fd7512;
  border-radius: 0.4rem;
  color: #8c8c8e;
}
#thermometreLignes .searchAndResults .form input.ligneSearch::-webkit-input-placeholder {
  color: #8c8c8e;
}
#thermometreLignes .searchAndResults .form input.ligneSearch::-moz-placeholder {
  color: #8c8c8e;
}
#thermometreLignes .searchAndResults .form input.ligneSearch::-ms-input-placeholder {
  color: #8c8c8e;
}
#thermometreLignes .searchAndResults .form input.ligneSearch::placeholder {
  color: #8c8c8e;
}
#thermometreLignes .searchAndResults .form .nowrap {
  overflow: hidden;
  -webkit-box-shadow: 0rem 1.5rem 2.4rem #21215314;
  box-shadow: 0rem 1.5rem 2.4rem #21215314;
}
#thermometreLignes .remaining {
  position: absolute;
}
#thermometreLignes .dateWrapper {
  width: 100%;
  display: table;
  margin: 0 0 3.2rem;
}
#thermometreLignes .dateWrapper .date {
  width: 6.2rem;
  height: 6.2rem;
  display: table-cell;
  background: url("/themes/custom/tpg/dist/pictos/np_calendar_2080616_FD5312.svg") 50% 50% no-repeat, -o-linear-gradient(308deg, #E04A11 0%, #FD7512 100%) 0% 0%;
  background: url("/themes/custom/tpg/dist/pictos/np_calendar_2080616_FD5312.svg") 50% 50% no-repeat, linear-gradient(142deg, #E04A11 0%, #FD7512 100%) 0% 0%;
  border-radius: 0.4rem 0rem 0rem 0.4rem;
}
#thermometreLignes .dateWrapper .dateTimePicker {
  color: #000;
  width: 100%;
  height: 6.3rem;
  display: table-cell;
  padding: 0 0 0 2rem;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.8rem;
  line-height: 1.4 !important;
  font-family: "Roboto-Medium", sans-serif !important;
  -webkit-box-shadow: 0rem 1.5rem 2.4rem #21215314;
  box-shadow: 0rem 1.5rem 2.4rem #21215314;
  border: 0.1rem solid #FDBEA6;
  border-radius: 0rem 0.4rem 0.4rem 0rem;
  background: url("/themes/custom/tpg/dist/pictos/np_edit_1268860_FD5312.svg") no-repeat white;
  background-position: right 2rem center;
}
#thermometreLignes a:not(.inversion) {
  color: white;
}
#thermometreLignes a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  #thermometreLignes .pictosConnexions a {
    display: none;
  }
}
#thermometreLignes select, #thermometreLignes .submit {
  cursor: pointer;
}
#thermometreLignes .submit {
  position: relative;
  right: 11.2rem;
  padding: 0rem;
  background: none;
  border: none;
  color: #fd5312;
  font-weight: 500;
  font-size: 1.6rem;
}
#thermometreLignes .submit:hover {
  opacity: 0.8;
}
#thermometreLignes .gris {
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.4 !important;
  font-family: "Roboto-Bold", sans-serif !important;
  margin-bottom: 0.7rem;
  color: #8c8c8e;
}
#thermometreLignes .toutes {
  font-size: 2.4rem;
  font-family: "Roboto-Light", sans-serif !important;
  margin-bottom: 4.5rem;
}
#thermometreLignes .svg {
  height: 3.5rem;
  width: 3.5rem;
  margin-right: 1.3rem;
}
#thermometreLignes .type {
  font-family: "Roboto-Medium", sans-serif !important;
  font-size: 2rem;
  line-height: 1.4 !important;
}
#thermometreLignes table {
  width: 100%;
}
#thermometreLignes table td.left {
  min-width: 50%;
  vertical-align: top;
  text-align: left;
}
#thermometreLignes table td.right {
  vertical-align: top;
  width: 34%;
}
#thermometreLignes .html .hidden {
  display: none;
}
#thermometreLignes .html table.horaires {
  margin: 0;
  /*left*/
  width: 100%;
  /*margin: to-rem(40) to-rem(10) 0 0;*/
  border-collapse: collapse;
}
#thermometreLignes .html table.horaires thead tr {
  height: 1px;
}
#thermometreLignes .html table.horaires tr {
  cursor: pointer;
  height: 3rem;
  /*Ligne verticale*/
}
#thermometreLignes .html table.horaires tr:hover {
  color: #fd5312;
  background: rgba(0, 0, 0, 0.1);
}
#thermometreLignes .html table.horaires tr:hover {
  /* masque */
}
#thermometreLignes .html table.horaires tr:hover > :nth-child(2).debutfourche {
  /* Pipes right */
  background: -webkit-gradient(linear, left top, right top, color-stop(47%, #EAEAEA), color-stop(47%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(47%, rgba(255, 255, 255, 0)), color-stop(47%, #8c8c8e), color-stop(53%, #8c8c8e), color-stop(53%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(48%, #8c8c8e), color-stop(61%, #8c8c8e), color-stop(61%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #EAEAEA 47%, rgba(255, 255, 255, 0) 47%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 47%, #8c8c8e 47%, #8c8c8e 53%, rgba(255, 255, 255, 0) 53%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%);
  background: linear-gradient(90deg, #EAEAEA 47%, rgba(255, 255, 255, 0) 47%), linear-gradient(90deg, rgba(255, 255, 255, 0) 47%, #8c8c8e 47%, #8c8c8e 53%, rgba(255, 255, 255, 0) 53%), linear-gradient(0deg, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%);
  /*horizontal*/
}
#thermometreLignes .html table.horaires tr:hover > :nth-child(3).debutfourche {
  /* Pipes left Bottom */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #EAEAEA), color-stop(39%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(54%, rgba(255, 255, 255, 0)), color-stop(53%, #EAEAEA)), -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(48%, #8c8c8e), color-stop(61%, #8c8c8e), color-stop(61%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(44%, rgba(255, 255, 255, 0)), color-stop(44%, #8c8c8e), color-stop(54%, #8c8c8e), color-stop(54%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #EAEAEA 40%, rgba(255, 255, 255, 0) 39%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 54%, #EAEAEA 53%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 44%, #8c8c8e 44%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  background: linear-gradient(180deg, #EAEAEA 40%, rgba(255, 255, 255, 0) 39%), linear-gradient(90deg, rgba(255, 255, 255, 0) 54%, #EAEAEA 53%), linear-gradient(0deg, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%), linear-gradient(90deg, rgba(255, 255, 255, 0) 44%, #8c8c8e 44%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  /*vertical*/
}
#thermometreLignes .html table.horaires tr.arret {
  cursor: pointer;
}
#thermometreLignes .html table.horaires tr td {
  padding: 0.2rem 0.93rem;
  /*line-height:*/
}
#thermometreLignes .html table.horaires tr td * {
  vertical-align: middle;
}
#thermometreLignes .html table.horaires tr .td1 {
  /*min-width: to-rem(190);*/
}
#thermometreLignes .html table.horaires tr .pictosConnexions {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  width: 5.7rem;
  /*fixed*/
}
#thermometreLignes .html table.horaires tr .pictosConnexions .collapsed, #thermometreLignes .html table.horaires tr .pictosConnexions .ligne-picto-arrondi {
  width: 4.2rem;
  height: 3rem;
}
#thermometreLignes .html table.horaires tr .pictosConnexions .collapsed {
  margin: 0 0 0 1.2rem;
  border: 0.1rem solid #000000;
  border-radius: 2rem;
  display: inline-block;
  cursor: pointer;
  color: #000;
  background: white;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 959px) {
  #thermometreLignes .html table.horaires tr .pictosConnexions .collapsed {
    display: none;
  }
}
#thermometreLignes .html table.horaires tr .pictosConnexions .ligne-picto-arrondi {
  margin: 0 0 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.4 !important;
  line-height: 3rem !important;
}
#thermometreLignes .html table.horaires tr .pictosConnexions .svg {
  margin: 0 0 0 1.2rem;
  line-height: 3.4rem;
  width: 4.2rem;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  #thermometreLignes .html table.horaires tr .pictosConnexions .svg {
    display: none;
  }
}
#thermometreLignes .html table.horaires tr .pictosConnexions .svg img {
  max-height: 3rem;
  max-width: 4.2rem;
}
#thermometreLignes .html table.horaires tr .rond span {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  border-radius: 50%;
  border: 0.2rem solid #000;
  background: white 0% 0% no-repeat padding-box;
}
#thermometreLignes .html table.horaires tr .tictac {
  height: 100%;
  display: inline-block;
  /* Special case for line 8  - inverse fourche sens */
}
#thermometreLignes .html table.horaires tr .tictac.debut {
  margin-top: -4px;
  vertical-align: top;
  /*background: linear-gradient(180deg, color(white) 40%, rgba(255, 255, 255, 0) 39%); hides top*/
}
#thermometreLignes .html table.horaires tr .tictac.debut span {
  vertical-align: top;
}
#thermometreLignes .html table.horaires tr .tictac.fin {
  margin-bottom: -4px;
  vertical-align: bottom;
  /*background: linear-gradient(0deg, color(white) 40%, rgba(255, 255, 255, 0) 39%); /*hides bottom of gradient*/
}
#thermometreLignes .html table.horaires tr .tictac.fin span {
  vertical-align: bottom;
}
#thermometreLignes .html table.horaires tr .tictac.fin:first-of-type {
  vertical-align: top;
  margin-bottom: 1.6rem;
}
#thermometreLignes .html table.horaires tr .tictac.inverse {
  margin-top: 13px !important;
  margin-bottom: 0 !important;
  padding-top: 0;
}
#thermometreLignes .html table.horaires tr .tictac.inverse span {
  vertical-align: top !important;
}
#thermometreLignes .html table.horaires tr .tictac span {
  width: 3.6rem;
  height: 1.4rem;
  display: inline-block;
  border-radius: 0.7rem;
  background: #000000 0% 0% no-repeat padding-box;
}
#thermometreLignes .html table.horaires tr .hastictac {
  line-height: 30px;
}
#thermometreLignes .html table.horaires tr .td2 {
  width: 6.6rem;
}
#thermometreLignes .html table.horaires tr .ligne {
  background: -webkit-gradient(linear, left top, right top, color-stop(47%, rgba(255, 255, 255, 0)), color-stop(47%, #8c8c8e), color-stop(53%, #8c8c8e), color-stop(53%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 47%, #8c8c8e 47%, #8c8c8e 53%, rgba(255, 255, 255, 0) 53%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 47%, #8c8c8e 47%, #8c8c8e 53%, rgba(255, 255, 255, 0) 53%);
  /*vertical*/
  text-align: center;
}
#thermometreLignes .html table.horaires tr .horizontal {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(48%, #8c8c8e), color-stop(61%, #8c8c8e), color-stop(61%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%);
}
#thermometreLignes .html table.horaires tr .debut, #thermometreLignes .html table.horaires tr > :nth-child(2).debutfourche, #thermometreLignes .html table.horaires tr > :nth-child(2)._debutPont {
  /* starts : Pipes right */
  background: -webkit-gradient(linear, left top, right top, color-stop(47%, white), color-stop(47%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(47%, rgba(255, 255, 255, 0)), color-stop(47%, #8c8c8e), color-stop(53%, #8c8c8e), color-stop(53%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(48%, #8c8c8e), color-stop(61%, #8c8c8e), color-stop(61%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 47%, rgba(255, 255, 255, 0) 47%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 47%, #8c8c8e 47%, #8c8c8e 53%, rgba(255, 255, 255, 0) 53%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%);
  background: linear-gradient(90deg, white 47%, rgba(255, 255, 255, 0) 47%), linear-gradient(90deg, rgba(255, 255, 255, 0) 47%, #8c8c8e 47%, #8c8c8e 53%, rgba(255, 255, 255, 0) 53%), linear-gradient(0deg, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%);
  /*horizontal*/
}
#thermometreLignes .html table.horaires tr .td3 {
  /* minutes && fourches*/
  width: 4rem;
}
#thermometreLignes .html table.horaires tr .minute, #thermometreLignes .html table.horaires tr > :nth-child(3) {
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.4 !important;
  letter-spacing: 0;
  color: #8c8c8e;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
#thermometreLignes .html table.horaires tr .minute {
  font-family: "Roboto-Medium", sans-serif !important;
}
#thermometreLignes .html table.horaires tr .pipeRightBottom, #thermometreLignes .html table.horaires tr > :nth-child(3).debutfourche {
  /* ends : Pipes left Bottom */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(39%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(54%, rgba(255, 255, 255, 0)), color-stop(53%, white)), -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(48%, #8c8c8e), color-stop(61%, #8c8c8e), color-stop(61%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(44%, rgba(255, 255, 255, 0)), color-stop(44%, #8c8c8e), color-stop(54%, #8c8c8e), color-stop(54%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white 40%, rgba(255, 255, 255, 0) 39%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 54%, white 53%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 44%, #8c8c8e 44%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  background: linear-gradient(180deg, white 40%, rgba(255, 255, 255, 0) 39%), linear-gradient(90deg, rgba(255, 255, 255, 0) 54%, white 53%), linear-gradient(0deg, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%), linear-gradient(90deg, rgba(255, 255, 255, 0) 44%, #8c8c8e 44%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  /*vertical*/
}
#thermometreLignes .html table.horaires tr .pipeRightTop {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(47%, white), color-stop(39%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(54%, rgba(255, 255, 255, 0)), color-stop(53%, white)), -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(48%, #8c8c8e), color-stop(61%, #8c8c8e), color-stop(61%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(44%, rgba(255, 255, 255, 0)), color-stop(44%, #8c8c8e), color-stop(54%, #8c8c8e), color-stop(54%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, white 47%, rgba(255, 255, 255, 0) 39%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 54%, white 53%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 44%, #8c8c8e 44%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  background: linear-gradient(0deg, white 47%, rgba(255, 255, 255, 0) 39%), linear-gradient(90deg, rgba(255, 255, 255, 0) 54%, white 53%), linear-gradient(0deg, rgba(255, 255, 255, 0) 48%, #8c8c8e 48%, #8c8c8e 61%, rgba(255, 255, 255, 0) 61%), linear-gradient(90deg, rgba(255, 255, 255, 0) 44%, #8c8c8e 44%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  /*vertical*/
}
#thermometreLignes .html table.horaires tr .thin {
  width: 4rem;
}
#thermometreLignes .html table.horaires tr .vertical, #thermometreLignes .html table.horaires tr > :nth-child(3).fourche, #thermometreLignes .html table.horaires tr > :nth-child(3).pont {
  /* as ligne regulière alignée sur la gauche */
  text-align: center;
  padding: 0px;
  background: -webkit-gradient(linear, left top, right top, color-stop(44%, rgba(255, 255, 255, 0)), color-stop(44%, #8c8c8e), color-stop(54%, #8c8c8e), color-stop(54%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 44%, #8c8c8e 44%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 44%, #8c8c8e 44%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  /*vertical*/
}
#thermometreLignes .html table.horaires tr .td4 {
  /*name*/
}
#thermometreLignes .html table.horaires tr.trip-stop-standard.active td .rond span {
  background: #fd5312 !important;
}
#thermometreLignes .html table.horaires tr.trip-stop-standard:first-child td, #thermometreLignes .html table.horaires tr.trip-stop-standard:last-child td {
  padding-bottom: 0;
}
#thermometreLignes .html table.horaires tr.trip-stop-standard:first-child td.ligne, #thermometreLignes .html table.horaires tr.trip-stop-standard:last-child td.ligne {
  background: none !important;
}
#thermometreLignes .html table.horaires tr.trip-stop-standard:first-child td.ligne .rond, #thermometreLignes .html table.horaires tr.trip-stop-standard:last-child td.ligne .rond {
  vertical-align: top;
  height: 100%;
  display: inline-block;
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgba(255, 255, 255, 0)), color-stop(45%, #8c8c8e), color-stop(55%, #8c8c8e), color-stop(55%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 45%, #8c8c8e 45%, #8c8c8e 55%, rgba(255, 255, 255, 0) 55%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 45%, #8c8c8e 45%, #8c8c8e 55%, rgba(255, 255, 255, 0) 55%);
  margin-top: -8px;
}
#thermometreLignes .html table.horaires tr.trip-stop-standard:first-child td.ligne .rond span, #thermometreLignes .html table.horaires tr.trip-stop-standard:last-child td.ligne .rond span {
  vertical-align: top;
  width: 3.6rem;
  height: 1.4rem;
  display: inline-block;
  border-radius: 0.7rem;
  background: #000000 0 0 no-repeat padding-box;
}
#thermometreLignes .html table.horaires tr.trip-stop-standard:first-child td.ligne .rond {
  margin-bottom: 0;
  margin-top: 10px;
}
#thermometreLignes .html table.horaires tr.trip-stop-standard:last-child td.ligne .rond {
  padding-top: 4px;
}
#thermometreLignes .html table.horaires tr.trip-stop-standard:last-child td.ligne .rond span {
  vertical-align: bottom;
}
#thermometreLignes .html table.horaires tr.is-a-terminus td .rond span {
  background: black;
}
#thermometreLignes .html table.horaires tr .hastictac {
  background: none !important;
}
#thermometreLignes .html table.horaires tr .hastictac .tictac.fin {
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgba(255, 255, 255, 0)), color-stop(45%, #8c8c8e), color-stop(54%, #8c8c8e), color-stop(54%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 45%, #8c8c8e 45%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 45%, #8c8c8e 45%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  margin-top: -8px;
}
#thermometreLignes .html table.horaires tr.arret:first-child .ligne.hastictac {
  padding-bottom: 0;
}
#thermometreLignes .html table.horaires tr.arret:first-child .ligne .fin {
  margin-bottom: 0;
  margin-top: 3px;
}
#thermometreLignes .html table.horaires tr.arret:first-child .ligne .fin span {
  vertical-align: top;
}
#thermometreLignes .html table.horaires tr td.fourche.hastictac + td.vertical.thin {
  background: none !important;
  padding-top: 0;
  vertical-align: top;
}
#thermometreLignes .html table.horaires tr td.fourche.hastictac + td.vertical.thin .tictac.fin {
  background: -webkit-gradient(linear, left top, right top, color-stop(43%, rgba(255, 255, 255, 0)), color-stop(43%, #8c8c8e), color-stop(54%, #8c8c8e), color-stop(54%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 43%, #8c8c8e 43%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 43%, #8c8c8e 43%, #8c8c8e 54%, rgba(255, 255, 255, 0) 54%);
  margin-top: 0;
}
#thermometreLignes .html table.horaires .active {
  color: #fd5312;
}
#thermometreLignes .html table.horaires .active td {
  color: #fd5312;
}
#thermometreLignes .html table.horaires .active .rond span {
  background: #fd5312;
  border: 0.2rem solid #fd5312;
}
#thermometreLignes .html table.horaires .active .tictac span {
  background: #fd5312;
}
#thermometreLignes .html table.horaires .active .name {
  color: #fd5312;
}
#thermometreLignes .connexions a {
  vertical-align: top;
}
#thermometreLignes .connexions .svg {
  padding: 0 0.2rem;
  text-align: center;
  vertical-align: middle;
}
#thermometreLignes .connexions .svg img {
  margin: 0 auto;
}
#thermometreLignes .informations, #thermometreLignes .connexions {
  width: 100%;
  background: #F0F1F7 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0rem 1.5rem 2.4rem #21215314;
  box-shadow: 0rem 1.5rem 2.4rem #21215314;
  border: 0.1rem solid #CFD3E8;
  border-radius: 0.4rem;
  margin-bottom: 3.7rem;
  padding: 2.8rem;
}
#thermometreLignes .informations .titre, #thermometreLignes .connexions .titre {
  padding: 0 0 2.4rem 0;
}
#thermometreLignes .informations .plan, #thermometreLignes .connexions .plan {
  text-decoration: underline;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.4 !important;
  letter-spacing: 0;
  color: #fd5312;
  margin-top: 2.6rem;
  display: inline-block;
}
#thermometreLignes .informations .arretSelection, #thermometreLignes .connexions .arretSelection {
  color: #000;
  width: 100%;
  height: 6.3rem;
  padding: 0 0 0 2rem;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.8rem;
  line-height: 1.4 !important;
  font-family: "Roboto-Medium", sans-serif !important;
  -webkit-box-shadow: 0rem 1.5rem 2.4rem #21215314;
  box-shadow: 0rem 1.5rem 2.4rem #21215314;
  border: 0.1rem solid #FDBEA6;
  border-radius: 0.4rem;
  background: url("/themes/custom/tpg/dist/pictos/np_arrow_2485015_FD5312.svg") right 2rem center no-repeat white;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.1rem;
  -o-text-overflow: "";
  text-overflow: "";
}
#thermometreLignes .informations .arretSelection::-ms-expand, #thermometreLignes .connexions .arretSelection::-ms-expand {
  /*IE*/
  display: none;
}
#thermometreLignes .informations .arretSelection option, #thermometreLignes .connexions .arretSelection option {
  padding: 0.5rem 0;
}
#thermometreLignes .informations .downloadPdf, #thermometreLignes .connexions .downloadPdf {
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.8rem;
  line-height: 1.4 !important;
}
#thermometreLignes .informations .ligne-picto-arrondi, #thermometreLignes .connexions .ligne-picto-arrondi {
  margin: 0 0 0.8rem 1.2rem;
  max-height: 3.5rem;
}
#thermometreLignes .informations #gmap, #thermometreLignes .connexions #gmap {
  width: 100%;
  height: 17.1rem;
  margin-top: 2.5rem;
  margin-bottom: 1.6rem;
}
#thermometreLignes .lh45 {
  margin-top: 0.8rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 959px) {
  #thermometreLignes .lh45 {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
#thermometreLignes .upper {
  position: relative;
  padding-bottom: 1.9rem;
  margin-bottom: 1.9rem;
  border-bottom: 1px solid #CFD3E8;
  /*end right*/
}
@media only screen and (max-width: 639px) {
  #thermometreLignes .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#thermometreLignes .upper .wh21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0 0;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.8rem;
  line-height: 1.4 !important;
  max-width: 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
#thermometreLignes .upper .wh21 img {
  margin-right: 2rem;
  width: 2.5rem;
  height: 2.7rem;
}
@media only screen and (min-width: 960px) {
  #thermometreLignes .upper .wh21 {
    max-width: 70%;
  }
}
#thermometreLignes .arret {
  cursor: pointer;
}
#thermometreLignes .inversion {
  position: absolute;
  right: 0;
  bottom: 1.3rem;
  border-radius: 0.4rem;
}
#thermometreLignes .inversion:hover img, #thermometreLignes .inversion:focus img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
@media only screen and (max-width: 959px) {
  #thermometreLignes .inversion {
    bottom: 78%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 639px) {
  #thermometreLignes .inversion {
    bottom: inherit;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-bottom: 2.4rem;
  }
}
#thermometreLignes .svg {
  margin: 0 0 0 1.2rem;
}
#thermometreLignes .svg img {
  max-height: 3.5rem;
  max-width: 5.2rem;
}
#thermometreLignes .results {
  margin-top: 6.6rem;
}
#thermometreLignes .results .type .svg {
  margin-right: 2.5rem;
}
#thermometreLignes .results .lignes {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  #thermometreLignes .results .lignes {
    margin: 1rem 0 3rem;
    margin-left: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  #thermometreLignes .results .lignes {
    margin: 1rem 0 4.5rem;
    margin-left: 1.2rem;
  }
}
#thermometreLignes .results .lignes a {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
}
#thermometreLignes .results .lignes .ligne-picto-arrondi {
  margin: 1rem;
}

/*.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front,*/
.suggestions {
  -webkit-box-shadow: 0rem 1.5rem 2.4rem #21215314;
  box-shadow: 0rem 1.5rem 2.4rem #21215314;
  border: 0.1rem solid #AEB4D3;
  border-radius: 0.4rem;
  position: relative;
  z-index: 8;
  width: 100%;
  background: white;
  margin-top: 2.5rem;
}
.suggestions li {
  height: 7rem;
  font-family: "Roboto-Regular", sans-serif !important;
  font-size: 1.8rem;
  line-height: 1.4 !important;
  padding: 1.3rem;
}
.suggestions li .uk-icon {
  color: #aeb4d3;
}
.suggestions li:hover {
  background: #F0F1F7 0% 0% no-repeat padding-box;
}
.suggestions li:hover .uk-icon {
  color: #fd7512;
}
.suggestions li a {
  height: 100%;
  width: 100%;
  display: inline-block;
  color: #000;
}
.suggestions li a.ui-state-active:hover, .suggestions li a.ui-state-active, .suggestions li a:hover {
  background: transparent;
  text-decoration: none;
  color: #fd5312;
  border: none;
  margin: auto;
}
.suggestions li a.ui-menu-item-wrapper {
  padding: 0;
}
.suggestions li a .ligne-picto-arrondi {
  margin: 0 0.6rem 0 0;
}