﻿/* Theme name : Flat */
@font-face {
  font-family: 'open_sanslight';
  src: url('typo/OpenSans-Regular-webfont.eot');
  src: url('typo/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('typo/OpenSans-Regular-webfont.woff') format('woff'), url('typo/OpenSans-Regular-webfont.ttf') format('truetype'), url('typo/OpenSans-Regular-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('typo/fontello.eot');
  src: url('typo/fontello.eot?#iefix') format('embedded-opentype'), url('typo/fontello.woff') format('woff'), url('typo/fontello.ttf') format('truetype'), url('typo/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Colors */
/*gris foncé */
/*gris clair*/
/* gris foncé */
/* blanc */
/* vert  */
/* bleu  */
/* violet */
/* Rouge */
/* utils */
.NoRoundBorders {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
.NoSpace {
  padding: 0;
  margin: 0;
}
.NoBoxShadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tooltip {
  z-index: 800;
}
.afterClear {
  content: '';
  clear: both;
  display: table;
}
/* ------------------ Layout ------------------- */
body {
  margin: 0;
  padding: 0;
  font: 12px 'open_sanslight', Arial, sans-serif !important;
  color: #3c3c3c;
  background: #e5e9ec;
}
.wrapper {
  width: 100%;
  padding: 0;
  position: relative;
}
#PageContent {
  padding: 0 0 15px 0;
}
#divRowDbar {
  background: #242424;
  padding: 5px 0;
  margin-bottom: 15px;
}
#divRowDbar a {
  display: inline-block;
  background: #434343;
  padding: 1px 5px;
  margin: 1px;
  color: #fff;
}
@media (min-width: 600px) {
  #divRowDbar div#divDBar {
    float: right;
  }
  #divRowDbar a {
    padding: 5px 10px;
    margin: 1px 5px;
  }
}
/* form elements */
.main-form {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: none;
  background-color: #e5e9ec !important;
}
.header {
  background: #fff url(images/header.png) no-repeat left center;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
}
.footer {
  /*background: #fff url(images/footer.png) no-repeat right center;
    clear: both;
    .NoSpace;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;*/
}
.row-fluid {
  overflow: auto;
}
.no-margin {
  margin: auto;
}
.no-padding > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.small-padding > [class*='col-'] {
  padding: 3px;
}
a {
  color: #3d5796;
}
a:hover {
  color: #364c84;
}
/* --------- Accueil : ne s'applique pas, mais on prévois un peu le coup ------------- */
.home form {
  width: 28%;
  float: left;
  margin: 10% 2%;
}
/* --------------------------- Formulaires et éléments de formulaire ------------------------------------ */
.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  border: none;
  background: #3d5796;
  color: #fff !important;
  white-space: normal;
  font-size: 12px;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background: #364c84 !important;
  color: #fff;
}
.link-change-password {
  color: #3d5796;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin: 0;
}
.list-group-item,
.form-control {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  border: 1px solid #e5e9ec;
  /* matérialise les éléments de formulaire */
}
.list-group {
  border: 1px solid #e5e9ec;
}
.list-group .list-group-item {
  padding: 10px;
  padding: 5px;
  border: none;
  display: table !important;
}
.list-group .list-group-item input,
.list-group .list-group-item label {
  display: table-cell;
}
.list-group .list-group-item label {
  font-weight: normal;
  margin: 0;
  /*vertical-align: text-top; */
  vertical-align: top;
  width: 100%;
}
.list-group .list-group-item input[type=checkbox],
.list-group .list-group-item input[type=radio] {
  margin: 0;
  margin-top: 2px;
  margin-right: 5px;
}
.form-group::after {
  content: '';
  clear: both;
  display: table;
}
.form-group label {
  font-weight: normal;
  margin: 0;
  /*vertical-align: text-top; */
}
.form-group input[type="checkbox"] + label,
.form-group input[type="radio"] + label {
  vertical-align: top;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  margin: 0;
  margin-top: 2px;
}
.input-group {
  display: table;
}
@media (max-width: 800px) {
  .input-group {
    display: block;
  }
}
.input-group:not([class*=col-]) {
  width: 100%;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
@media (max-width: 800px) {
  .input-group .form-control,
  .input-group-addon,
  .input-group-btn {
    display: block;
  }
}
.input-group-addon,
.input-group-btn {
  width: auto;
  min-width: 1%;
  min-width: 1px;
}
.input-group-addon {
  padding: 5px 12px;
}
*:focus {
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3d5796;
}
*.active {
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  font-size: 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus {
  border-color: #3d5796;
  outline: 0;
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.control-label {
  padding: 7px 0 0 0;
  display: block;
}
@media (max-width: 768px) {
  .control-label {
    text-align: left !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .control-label {
    text-align: right;
  }
}
.form-inline .control-label {
  display: inline-block;
  padding: 0;
}
@media (max-width: 768px) {
  .form-group label {
    text-align: left !important;
    padding: 0;
  }
}
input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#PageContent .dropdown-toggle {
  background: #9db8df;
  color: #fff;
}
.btn-group > .btn:not(.dropdown-toggle):hover,
.btn-group > .btn:not(.dropdown-toggle).active {
  background: #8aaad9;
  color: #fff;
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
  font-weight: 400 !important;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: static;
  /* corrige dans suivi > quoi > docs */
}
.required-field + .tooltip.top > .tooltip-inner {
  background-color: red;
  color: white;
}
.required-field + .tooltip.top > .tooltip-arrow {
  border-top-color: red;
}
.required-field + .tooltip.bottom > .tooltip-inner {
  background-color: red;
  color: white;
}
.required-field + .tooltip.bottom > .tooltip-arrow {
  border-bottom-color: red;
}
.required-field + .tooltip.right > .tooltip-inner {
  background-color: red;
  color: white;
}
.required-field + .tooltip.right > .tooltip-arrow {
  border-right-color: red;
}
.form-horizontal .form-group {
  margin-bottom: 10px;
}
.form-horizontal .form-group .control-label {
  font-weight: bold;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  bottom: 8px;
  top: auto;
}
/* --------------------------- // Formulaires et éléments de formulaire ------------------------------------ */
/* Pagination */
table tbody tr td[colspan] table {
  width: auto;
}
table tbody tr td[colspan] span:not(.glyphicon),
table tbody tr td[colspan] a {
  display: block;
  background: #d9dfe3;
  padding: 5px 10px;
  margin-right: 2px;
}
table tbody tr td[colspan] a {
  color: #3d5796;
}
table tbody tr td[colspan] a:hover {
  background: #ced5da;
}
/* STEPS */
.div-progress-bar {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.div-progress-bar ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-table;
  width: 100%;
  counter-reset: repas;
}
.div-progress-bar li {
  display: inline;
  padding: 0;
  margin: 0;
}
.div-progress-bar li a {
  display: block;
  float: left;
  background: #3d5796;
  text-align: center;
  padding: 4px 5px 4px 20px;
  font-size: 12px;
  position: relative;
  margin: 0 5px 0 0;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1281px) {
  .div-progress-bar li a {
    padding: 10px 10px 10px 25px !important;
    font-size: 14px;
  }
}
.div-progress-bar li a:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #3d5796;
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 1;
}
@media (min-width: 1281px) {
  .div-progress-bar li a:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #3d5796;
    right: -20px;
  }
}
.div-progress-bar li a:before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #e5e9ec;
  /* fond du site*/
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1281px) {
  .div-progress-bar li a:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e5e9ec;
  }
}
.div-progress-bar li.command-current-step a {
  background: #202d4d;
}
.div-progress-bar li.command-current-step a::after {
  border-left-color: #202d4d;
}
.div-progress-bar li:first-child a:before {
  display: none;
}
.div-progress-bar li:last-child a:after {
  display: none;
}
@media (min-width: 1281px) {
  .div-progress-bar {
    padding: 10px 10px 8px 25px;
  }
}
.label-step-info {
  padding: 0;
  margin: 20px 50px;
  font-size: 24px;
}
.label-step-info::first-letter {
  font-weight: 700;
}
#ctl00_ContenuPrincipal_linkPreviousStep,
.link-validation-step,
.link-next-step {
  background: #3d5796;
  color: #fff;
}
#ctl00_ContenuPrincipal_linkPreviousStep:hover,
.link-validation-step:hover,
.link-next-step:hover {
  background-color: #202d4d;
  border: 0;
  color: #fff;
}
/* ----------------------------- Navigation ---------------------------------- */
.navbar {
  margin: 10px 0;
  min-height: initial;
  position: static;
}
.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-collapse .navbar-nav > li > a,
.navbar-default .navbar-form .navbar-nav > li > a {
  color: #fff;
}
.navbar-default:after,
.navbar-default .navbar-collapse:after,
.navbar-default .navbar-form:after {
  content: '';
  clear: both;
  display: table;
}
/* icones */
.navbar-nav {
  position: static;
}
.navbar-nav > li {
  padding: 7px 0;
  /*  Accueil */
  /* Suivi */
  /* Saisie */
  /* factu */
  /* imports / stats*/
  /* Administration */
}
.navbar-nav > li > span:before,
.navbar-nav > li > a span:before,
.navbar-nav > li > a:before {
  padding: 1%;
}
@media screen and (min-width: 801px) {
  .navbar-nav > li > span:before,
  .navbar-nav > li > a span:before,
  .navbar-nav > li > a:before {
    font-size: 30px;
    display: block !important;
    padding: 4%;
  }
}
.navbar-nav > li a#ctl00_headerMenu_linkHome span:before {
  content: '\e804';
}
.navbar-nav > li:nth-child(2) a:before {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80a';
}
.navbar-nav > li:nth-child(3) a:before {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80c';
}
.navbar-nav > li:nth-child(4) a:before {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
  /*content:"\e056"; */
}
.navbar-nav > li:nth-child(5) a:before {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e823';
}
.navbar-nav > li:nth-child(6) a:before {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e824';
}
@media screen and (min-width: 801px) {
  .navbar-nav > li .dropdown-menu > li {
    text-align: left !important;
  }
}
.navbar-nav > li .dropdown-menu > li a:before {
  display: none;
}
/* déconnexion */
.navbar-right > li a:before {
  font-size: 18px;
  display: inline-block !important;
  padding: 4%;
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e81e';
}
#PageContent .navbar-nav > li {
  padding: 0 0 7px 0;
}
#PageContent .navbar-nav > li a:before {
  display: none !important;
}
.nav > li > a {
  /* menu principal */
  padding: 0 10px;
  /* 15px pour que les tabs rentrent dans tracabilité en 1280, sinon 25px */
}
@media (max-width: 1024px) {
  .nav > li > a {
    padding: 0 19px;
    white-space: nowrap;
  }
}
.navbar-toggle {
  padding: 0;
  margin: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
.navbar-toggle {
  position: absolute;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #fff !important;
  -moz-box-shadow: 2px 2px 5px 0px #656565;
  -webkit-box-shadow: 2px 2px 5px 0px #656565;
  -o-box-shadow: 2px 2px 5px 0px #656565;
  box-shadow: 2px 2px 5px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 5px;
  left: 20px;
  top: 27px;
  color: #006698 !important;
}
/* ----------------------------- // Navigation ---------------------------------- */
.Fond .main-form {
  border: none;
}
.WebCourse,
.TrackColis,
.TrackCarto,
.Litige,
.HasFile,
.glyphicon {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*='glyphicon']:before {
  font-size: 130%;
  margin: 0 7px 0 0;
  content: '\e804';
  padding-right: 5px;
}
.glyphicon-time:before {
  content: '\e807';
}
.glyphicon-user:before {
  content: '\e806';
}
.glyphicon-map-marker:before {
  content: '\e829';
}
.glyphicon-gift:before {
  content: '\e833';
}
.glyphicon-list:before {
  content: '\e834';
}
.glyphicon-calendar:before {
  content: '\e83c';
}
.glyphicon-ok:before,
.glyphicon-thumbs-up:before {
  content: '\e808';
  font-size: 17px !important;
  padding-left: 5px;
}
.TrackColis::before {
  content: '\e805';
}
/* Lien  : Affiche la page de tracking */
.button-fullscreen-map-show-driver-track .glyphicon-screenshot::before,
.WebCourse::before {
  content: '\e80e';
}
/* Boussole  : Envoie vers le site du transporteur */
#buttonTheoreticalRoute span.glyphicon-road::before,
.button-tracked-waypoint-document::before,
.glyphicon-globe::before,
.TrackCarto::before {
  content: '\e809';
}
/* Panneau indicateur : Affiche le détail carte de la mission */
#linkShowPickupOnMap .glyphicon-map-marker:before {
  content: '\e803';
}
/* picto "vide" montrer le départ sur la carte */
#linkShowDeliveryOnMap .glyphicon-map-marker:before {
  content: '\e802';
}
/* picto "plein" montrer l'arrivée sur la carte */
.glyphicon-save-file:before {
  content: '\e835';
}
/* bordereau de livraison */
.glyphicon-tag:before,
.glyphicon-tags:before {
  content: '\e838';
}
/* etiquettes */
[class*='button-export-'] {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*='button-export-']:before {
  content: '\e839';
  padding-right: 5px;
}
.glyphicon-check:before {
  content: '\e83a';
}
.glyphicon-resize-full:before {
  content: '\e832';
}
.glyphicon-remove:before,
.glyphicon-remove-circle:before {
  content: '\e83b';
  line-height: 1.5;
}
/* reset address Saisie de mission */
.ButtonAddNewPackage {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ButtonAddNewPackage:before {
  content: '\e83d';
}
[class*='link-create-'] {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*='link-create-']:before {
  content: '\e83d';
  padding-right: 5px;
}
.glyphicon-search:before {
  content: '\e836';
}
.span-previous-step {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.span-previous-step:before {
  content: '\e82b';
  padding-right: 5px;
}
.span-next-step {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.span-next-step:after {
  content: '\e82c';
  padding-left: 5px;
}
a.Supprimer,
a[class$='_Delete'],
a[id$='_Delete'],
.btn[value="Delete"] {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.Supprimer:before,
a[class$='_Delete']:before,
a[id$='_Delete']:before,
.btn[value="Delete"]:before {
  content: '\e83b';
  padding-right: 5px;
}
a.Modifier {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.Modifier:before {
  content: '\e80c';
  padding-right: 5px;
}
.btn[class$='_ShowHide'],
td[id$='_ShowHide'] {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  display: block;
}
.btn[class$='_ShowHide']:before,
td[id$='_ShowHide']:before {
  content: '\e83e';
  padding-right: 5px;
}
.glyphicon-shopping-cart:before {
  content: '\e800';
}
.span-validation-step {
  position: relative;
  top: 0px;
  display: inline-block;
  /*margin-right:10px;*/
  font-family: 'fontello', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.span-validation-step:before {
  content: '\e808';
  padding-right: 5px;
}
.glyphicon-floppy-save:before {
  content: '\e837';
}
.glyphicon-pencil:before {
  content: '\e80c';
  padding-left: 5px;
}
.glyphicon-file:before {
  content: '\e835';
}
.glyphicon-plus:before {
  content: '\e82e';
}
.glyphicon-minus:before {
  content: '\e831';
}
.glyphicon-download-alt:before {
  content: '\e839';
}
/* télécharger tracabilité > statistiques*/
.glyphicon-repeat:before {
  content: '\e810';
}
/* cliquez pour ajouter un retour */
.glyphicon-forward:before {
  content: '\e82c';
  color: #3d5796;
  padding: 0;
}
.glyphicon-backward:before {
  content: '\e82b';
  color: #3d5796;
  padding: 0;
}
.glyphicon-remove-sign:before {
  content: '\e81e';
}
#conteneur {
  width: 100%;
  padding: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  /* de la place pour l'en-tête et pied de page*/
}
@media screen and (min-width: 801px) {
  #conteneur {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #conteneur .div-header-group {
    display: table-cell;
    vertical-align: top;
  }
  #conteneur #PageContent {
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
}
#conteneur .div-header-group {
  width: 100%;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  #conteneur .div-header-group {
    width: 130px;
  }
}
@media screen and (min-width: 1025px) {
  #conteneur .div-header-group {
    width: 230px;
  }
}
#conteneur .div-header-group .navbar {
  /* width:110px; */
  background: #242424;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
#conteneur .div-header-group .navbar .navbar-nav > .open > a,
#conteneur .div-header-group .navbar .navbar-nav > .open > a:focus,
#conteneur .div-header-group .navbar .navbar-nav > .open > a:hover,
#conteneur .div-header-group .navbar .dropdown-menu > li > a:focus,
#conteneur .div-header-group .navbar .dropdown-menu > li > a:hover {
  background: #242424;
}
#conteneur .div-header-group .navbar .dropdown-menu {
  float: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 801px) {
  #conteneur .div-header-group .navbar .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}
@media screen and (min-width: 801px) {
  #conteneur .div-header-group .navbar .container-fluid {
    padding: 5px;
  }
}
#conteneur .div-header-group .navbar .navbar-collapse {
  padding: 0;
  max-height: none;
}
@media screen and (min-width: 801px) {
  #conteneur .div-header-group .navbar .nav {
    width: 100%;
    float: none;
  }
}
#conteneur .div-header-group .navbar li {
  background: #434343;
  text-align: center;
}
@media screen and (min-width: 801px) {
  #conteneur .div-header-group .navbar li {
    width: 100%;
    float: none;
  }
}
#conteneur .div-header-group .navbar li:hover,
#conteneur .div-header-group .navbar li:focus {
  background: #242424;
}
#conteneur .div-header-group .navbar li a {
  color: #fff;
  display: block;
}
@media screen and (min-width: 801px) {
  #conteneur .div-header-group .navbar li a {
    padding: 10px;
  }
}
#conteneur .div-header-group .navbar li a:hover {
  color: #fff;
}
#conteneur .div-header-group .navbar .navbar-right {
  float: none !important;
  margin: 0;
}
#conteneur .div-header-group .navbar .navbar-right li {
  background: none;
}
#conteneur .div-header-group .navbar .caret {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 19%;
  right: 5px;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 768px) {
  #conteneur > .navbar .navbar-header {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: -50px;
    text-align: center;
  }
  #conteneur > .navbar .container-fluid {
    padding: 0;
  }
  #conteneur > .navbar .navbar-toggle {
    padding: 15px;
    margin: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    float: none;
  }
  #conteneur > .navbar .navbar-nav {
    margin: 0;
  }
  [class*='col-sm-'] {
    padding: 0;
    float: none;
  }
  .navbar-nav {
    margin: 0;
  }
}
.small-padding > [class*='col-'] {
  padding: 0;
}
/* Nav-Tabs */
.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media screen and (min-width: 801px) {
  .row {
    padding: 0 15px;
  }
}
.row .nav-tabs {
  border: none;
}
.row .nav-tabs > li {
  margin: 0 5px 10px 0;
}
@media screen and (min-width: 801px) {
  .row .nav-tabs > li {
    /* margin:0 5px 10px 0;*/
  }
}
.row .nav-tabs > li > a {
  background-color: #d9dfe3;
  color: #74777d;
  text-transform: uppercase;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
@media screen and (min-width: 801px) {
  .row .nav-tabs > li > a {
    line-height: 25px;
    padding: 10px;
    font-size: 16px;
  }
}
.row .nav-tabs > li > a:hover {
  background-color: #ced5da;
  color: #3c3c3c;
}
.row .nav-tabs > li.active > a,
.row .nav-tabs > li.active > a:hover {
  border: none;
  background-color: #364c84;
  color: #fff;
}
.row .nav-tabs > li.active > a:after,
.row .nav-tabs > li.active > a:hover:after {
  z-index: 5;
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  left: 45%;
  bottom: -10px;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.row .nav-tabs.tabs-left > li.active > a:after,
.row .nav-tabs.tabs-left > li.active > a:hover:after {
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  border: solid transparent;
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.row .tab-content {
  position: static;
}
.row .tab-content .navbar {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
.row .tab-content .tab-pane {
  background: #fff;
  padding: 15px;
  position: static;
  z-index: 999;
  /* overflow:auto; */
}
.row .tab-content .tab-pane .container-fluid {
  padding: 0;
}
.row .tab-content .tab-pane::after {
  content: '';
  clear: both;
  display: table;
}
@media screen and (max-width: 800px) {
  .nav-tabs li a span:not(.glyphicon) {
    text-indent: -9000px;
    font-size: 0;
    background: red;
  }
}
.row .row {
  margin-left: -15px;
}
.tabs-left {
  border: none !important;
  padding: 0;
}
.modal-dialog-full-screen {
  width: 98%;
  height: 92%;
  padding: 0;
}
.modal-dialog-full-screen .modal-content {
  height: 99%;
}
.modal .modal-content {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  box-shadow: none;
  background: #fff;
  padding: 15px;
  border-top: 5px solid #3d5796 !important;
}
@media screen and (max-width: 800px) {
  .modal .modal-content {
    margin: 0 0 2px 0;
  }
}
.modal .modal-header {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 5px 0;
  padding: 0 0 5px 0;
}
.modal .modal-header:after {
  content: '';
  clear: both;
  display: table;
}
.modal .modal-header .panel-title,
.modal .modal-header label {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}
.modal .modal-header .panel-title::first-letter,
.modal .modal-header label::first-letter {
  font-weight: 700;
}
.modal .modal-header .btn-group {
  float: right;
  /* margin-top: -5px; retiré pour la page de saisie mission >  validation*/
}
.modal h4 {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}
.modal h4::first-letter {
  font-weight: 700;
}
/* Tables reset  */
.dataTables_wrapper.no-footer .dataTables_scrollBody,
.dataTable {
  border: none;
}
table > tbody > tr > td,
table > tfoot > tr > td,
table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
  vertical-align: middle;
}
table {
  width: 100%;
  max-width: 100%;
}
table tbody {
  /*tr:nth-of-type(odd) {background-color: transparent;}
        tr:nth-of-type(even) {background: #f0f3f6;}*/
}
table tbody tr.odd {
  background-color: transparent;
}
table tbody tr.even {
  background: #f0f3f6;
}
table tbody tr:hover {
  background: #e5ebef;
}
table tbody tr.odd td,
table tbody tr.even td {
  padding: 8px 5px;
  border-top: 1px solid #e5e9ec;
}
table tfoot > tr > td,
table tfoot > tr > th {
  padding: 8px 5px;
  border-top: 1px solid #e5e9ec;
}
table tbody > tr > th,
table thead > tr > th {
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}
/* -------  //tables -------  */
/*  ------- Panels & composants de pannel  ------- */
.panel {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  box-shadow: none;
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 800px) {
  .panel {
    margin: 0 0 2px 0;
  }
}
.panel-heading {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 5px 0;
  padding: 0 0 5px 0;
}
.panel-heading:after {
  content: '';
  clear: both;
  display: table;
}
.panel-heading .panel-title,
.panel-heading label {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}
.panel-heading .panel-title::first-letter,
.panel-heading label::first-letter {
  font-weight: 700;
}
.panel-heading .btn-group {
  float: right;
  /* margin-top: -5px; retiré pour la page de saisie mission >  validation*/
}
.panel-body {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  padding: 0;
}
.panel-body label[class$="-label"] {
  font-weight: 700;
}
.panel-body label[class$="-value"] {
  font-weight: 400 !important;
  text-align: left;
  padding-left: 10px;
}
.panel-footer {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
}
/* ------- endof Panels-------------  */
.dataTables_scrollHeadInner table {
  margin-bottom: 0;
}
/* Specific pages*/
.div-main-mission-search .tabs-left > li.active a {
  background-color: #8aaad9 !important;
}
.div-main-mission-search .panel-body .input-control {
  clear: left;
  float: left;
  display: block;
}
.div-main-mission-search .panel-body .input-control ~ label {
  float: left;
  padding-left: 5px;
}
.div-main-mission-search .panel {
  padding: 0 15px 15px 15px;
}
#divAddressPickup .divDate .form-group > label,
#divAddressDelivery .divDate .form-group > label {
  width: 45%;
  float: left;
}
#divAddressPickup .divDate .divSpecialDate,
#divAddressDelivery .divDate .divSpecialDate {
  padding: 10px;
  text-align: center;
  background: #e5e9ec;
}
#divAddressPickup .divDate .divSpecialDate label,
#divAddressDelivery .divDate .divSpecialDate label {
  width: auto !important;
  float: none;
}
#divAddressPickup .div-address-choose-control,
#divAddressDelivery .div-address-choose-control {
  padding: 10px 0;
  display: block;
  width: 100%;
}
#divAddressPickup .div-address-choose-control .btn-group,
#divAddressDelivery .div-address-choose-control .btn-group {
  float: left;
}
.div-shipment-grid {
  background-color: #e5e9ec !important;
}
.div-shipment-grid .tab-content .navbar {
  background-color: transparent;
}
.div-shipment-grid .tab-content .navbar .navbar-collapse {
  padding: 0;
  border-bottom: 1px solid #e5e9ec;
}
.div-shipment-grid .tab-content .navbar .navbar-collapse .div-export-shipment {
  margin: 0;
}
.div-shipment-grid .tab-content .navbar .navbar-btn,
.div-shipment-grid .tab-content .navbar .btn {
  margin: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  background: #3d5796;
  margin-right: 10px;
  color: #fff;
}
.div-shipment-grid .tab-content .navbar #ButtonSearch {
  background-color: #8aaad9;
}
.div-shipment-grid .tab-content .navbar #ButtonSearch:hover {
  background-color: #9db8df;
}
@media screen and (min-width: 801px) {
  .div-shipment-grid .tab-content .dataTables_scroll {
    margin: 0 15px;
  }
}
.div-shipment-history .panel-body {
  max-height: 200px;
  overflow-y: scroll;
}
.div-shipment-history .history-driver .img-thumbnail {
  width: 48px;
  height: 48px;
}
.div-shipment-history .div-shipment-history .td-history-day {
  text-align: center;
  font-weight: bold;
}
.div-shipment-history .td-history-day {
  font-weight: bold;
}
.div-main-mission-search #divSearchWhen #divSearchBetweenDate {
  padding: 15px 0;
}
.div-main-mission-search .form-control:hover,
.div-main-mission-search .form-control:focus {
  border-color: #8aaad9;
}
.btn[class*="button-go-to-prev"],
.btn[class*="button-go-to-next"] {
  background: transparent !important;
  color: #3d5796;
}
.btn[class*="button-go-to-prev"]:hover,
.btn[class*="button-go-to-next"]:hover {
  color: #364c84;
}
.div-round-details-row,
#divShipmentDetail {
  border-top: 13px solid #3d5796;
  margin: 0 15px;
  background: #fff;
}
.div-round-details-row .ul-shipment-detail-menu a,
#divShipmentDetail .ul-shipment-detail-menu a {
  display: block;
  background: #3d5796;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 5px;
}
.div-round-details-row .ul-shipment-detail-menu a:hover,
#divShipmentDetail .ul-shipment-detail-menu a:hover {
  background: #364c84;
}
.div-round-details-row .navbar-right,
#divShipmentDetail .navbar-right {
  padding-right: 15px;
}
.div-round-details-row .navbar-right .btn,
#divShipmentDetail .navbar-right .btn {
  color: #ced5da;
  border: none;
}
.div-round-details-row .navbar-right .btn:hover,
#divShipmentDetail .navbar-right .btn:hover {
  color: #3c3c3c;
}
.div-round-details-row .navbar,
#divShipmentDetail .navbar {
  padding: 15px 0;
}
.div-round-details-row .navbar > .container-fluid,
#divShipmentDetail .navbar > .container-fluid {
  padding: 0;
}
.div-round-details-row .panel,
#divShipmentDetail .panel {
  border-left: 4px solid #3d5796;
  padding: 0 15px;
}
.div-round-details-row .panel .panel-heading::first-letter,
#divShipmentDetail .panel .panel-heading::first-letter {
  font-weight: 700;
}
.div-round-details-row > .col-sm-12,
#divShipmentDetail > .col-sm-12 {
  padding: 0;
}
.div-round-details-row .col-sm-6,
#divShipmentDetail .col-sm-6 {
  padding: 0;
}
/* ----------------------------------------------------------
    Fin choix prestation
-------------------------------------------------------------*/
/* ------------------------------------ éléments spécifiques ------------- */
/* Specific pages*/
.modal-content-fullscreen-map #divMapMenu .btn-group {
  margin-top: 0;
}
.modal-content-fullscreen-map #divMapMenu .btn-group button {
  height: 36px;
}
#divSearchContent .list-group {
  max-height: 250px;
  overflow-y: scroll;
  margin-bottom: 0;
}
.button-reset-address {
  padding: 3px 0px 2px 10px;
}
/* Facturation et validation des CGU  */
.form-inline.col-sm-12 .form-group-sm {
  display: block;
  margin: 5px 0;
}
.form-inline.col-sm-12 .form-group-sm label {
  width: 200px;
  text-align: right;
  margin-right: 5px;
}
.form-inline.col-sm-12 .form-group-sm label.control-label {
  margin-right: 8px;
}
.link-pay-bill,
.btn[id$="PaiementFacture"],
.btn[id$="_PaiementFacture"] {
  background-color: #ff3300;
}
.link-pay-bill:hover,
.btn[id$="PaiementFacture"]:hover,
.btn[id$="_PaiementFacture"]:hover {
  background-color: #e62e00;
}
.btn[id$="_TelechargerFacture"],
.btn[id$="_TelechargerReleveFacture"],
.btn[id$="_TelechargerReleveFactureExcel"],
.btn[id$="_TelechargerReglementFacture"] {
  background: #3d5796;
  border: 0;
}
.btn[id$="_TelechargerFacture"]:hover,
.btn[id$="_TelechargerReleveFacture"]:hover,
.btn[id$="_TelechargerReleveFactureExcel"]:hover,
.btn[id$="_TelechargerReglementFacture"]:hover {
  background-color: #364c84;
  border: 0;
}
#ctl00_ContenuPrincipal_LinkButtonCommandeCarnetBon,
#ctl00_ContenuPrincipal_LinkButtonFactures {
  background: #3d5796;
  color: #fff;
}
#ctl00_ContenuPrincipal_LinkButtonCommandeCarnetBon:hover,
#ctl00_ContenuPrincipal_LinkButtonFactures:hover {
  background-color: #364c84;
  border: 0;
}
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter .panel-heading,
#divVoucherCounter .panel-heading,
#ctl00_ContenuPrincipal_liVoucherInfo .panel-heading {
  text-align: center;
}
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter .badge,
#divVoucherCounter .badge,
#ctl00_ContenuPrincipal_liVoucherInfo .badge {
  background-color: #ff3300;
  padding: 5px 15px;
  margin-left: 5%;
}
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter #labelVoucherLabel,
#divVoucherCounter #labelVoucherLabel,
#ctl00_ContenuPrincipal_liVoucherInfo #labelVoucherLabel {
  text-transform: none;
}
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter div [id$="linkVoucherOrder"],
#divVoucherCounter div [id$="linkVoucherOrder"],
#ctl00_ContenuPrincipal_liVoucherInfo div [id$="linkVoucherOrder"],
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter #ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_linkVoucherOrder,
#divVoucherCounter #ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_linkVoucherOrder,
#ctl00_ContenuPrincipal_liVoucherInfo #ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_linkVoucherOrder,
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter #linkVoucherOrder,
#divVoucherCounter #linkVoucherOrder,
#ctl00_ContenuPrincipal_liVoucherInfo #linkVoucherOrder {
  background-color: #ff3300;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
}
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter div [id$="linkVoucherOrder"]:hover,
#divVoucherCounter div [id$="linkVoucherOrder"]:hover,
#ctl00_ContenuPrincipal_liVoucherInfo div [id$="linkVoucherOrder"]:hover,
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter #ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_linkVoucherOrder:hover,
#divVoucherCounter #ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_linkVoucherOrder:hover,
#ctl00_ContenuPrincipal_liVoucherInfo #ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_linkVoucherOrder:hover,
#ctl00_ContenuPrincipal_SaisiePrestation_voucherControl_divVoucherCounter #linkVoucherOrder:hover,
#divVoucherCounter #linkVoucherOrder:hover,
#ctl00_ContenuPrincipal_liVoucherInfo #linkVoucherOrder:hover {
  background: #e62e00;
}
@media (max-width: 800px) {
  .div-reference-control .input-group .form-control,
  .div-reference-control .input-group-addon,
  .div-reference-control .input-group-btn {
    display: inline-block;
  }
  .div-reference-control .input-group .form-control {
    width: 80%;
  }
}
/* Saisie de mission > Prestation */
#ctl00_ContenuPrincipal_SaisiePrestation_UpdatePanelPrestation {
  margin: 15px;
}
#ctl00_ContenuPrincipal_SaisiePrestation_UpdatePanelPrestation #ctl00_ContenuPrincipal_SaisiePrestation_pnPrestation #ServiceList {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  box-shadow: none;
  background: #fff;
  padding: 15px;
  /* border: 15px solid #fff; */
  border-bottom: 2px solid #e5e9ec;
}
@media screen and (max-width: 800px) {
  #ctl00_ContenuPrincipal_SaisiePrestation_UpdatePanelPrestation #ctl00_ContenuPrincipal_SaisiePrestation_pnPrestation #ServiceList {
    margin: 0 0 2px 0;
  }
}
#ctl00_ContenuPrincipal_SaisiePrestation_UpdatePanelPrestation #ctl00_ContenuPrincipal_SaisiePrestation_pnPrestation #ServiceList .ServiceListTableServiceTypeRow td {
  background: #3d5796;
  color: #fff;
}
#ctl00_ContenuPrincipal_SaisiePrestation_UpdatePanelPrestation #ctl00_ContenuPrincipal_SaisiePrestation_pnPrestation #ServiceList .ServiceListTableServiceTypeRow:hover {
  background: #364c84;
}
#ctl00_ContenuPrincipal_SaisiePrestation_UpdatePanelPrestation #ctl00_ContenuPrincipal_SaisiePrestation_pnPrestation #ServiceList tr:hover {
  cursor: pointer;
}
#ctl00_ContenuPrincipal_SaisiePrestation_UpdatePanelPrestation #ctl00_ContenuPrincipal_SaisiePrestation_pnPrestation #ServiceList tr.SelectedService {
  border: 10px solid;
}
form[action*="HorairePrestation.aspx?cli="] #PageContent > div:not(.row) {
  padding: 15px;
}
#PageContent .HorairePrestation {
  margin: 0;
  background: white;
  border: 1px solid #CBCBCB;
}
#PageContent .HorairePrestation .HorairePrestation TR {
  border: none;
}
#PageContent .HorairePrestation label {
  font-weight: 400;
}
#PageContent .HorairePrestation th label {
  font-weight: 700;
  display: block;
  text-align: center;
}
/* Options Complémentaires */
#MontantTotal {
  text-align: right;
}
#MontantTotal #Refresh {
  float: left;
}
#MontantTotal label {
  text-transform: uppercase;
  font-size: 125%;
  font-weight: 700;
}
#MontantTotal label:after {
  content: ' : ';
}
#MontantTotal #LabelMontantOrdre {
  color: #3d5796;
}
#MontantTotal #LabelMontantOrdre:after {
  content: '';
}
/* Saisie de mission > Commentaires */
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  box-shadow: none;
  background: #fff;
  padding: 15px;
  margin: 15px;
}
@media screen and (max-width: 800px) {
  form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) {
    margin: 0 0 2px 0;
  }
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) .col-sm-12 {
  padding: 0;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 5px 0;
  padding: 0 0 5px 0;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire:after {
  content: '';
  clear: both;
  display: table;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire .panel-title,
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire label {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire .panel-title::first-letter,
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire label::first-letter {
  font-weight: 700;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire .btn-group {
  float: right;
  /* margin-top: -5px; retiré pour la page de saisie mission >  validation*/
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire span {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ChooseCommentaire span::first-letter {
  font-weight: 700;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ctl00_ContenuPrincipal_pnCommentaire {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  padding: 0;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ctl00_ContenuPrincipal_pnCommentaire label[class$="-label"] {
  font-weight: 700;
}
form[action="StepAdditionalCommentsPage.aspx"] .row:nth-child(2) #ctl00_ContenuPrincipal_pnCommentaire label[class$="-value"] {
  font-weight: 400 !important;
  text-align: left;
  padding-left: 10px;
}
.boxed-general-comment {
  padding-top: 15px;
}
/* Saisie de mission > Validation de la commande  */
#EntryForm {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media screen and (min-width: 801px) {
  #EntryForm {
    padding: 0 15px;
  }
}
#EntryForm .nav-tabs {
  border: none;
}
#EntryForm .nav-tabs > li {
  margin: 0 5px 10px 0;
}
@media screen and (min-width: 801px) {
  #EntryForm .nav-tabs > li {
    /* margin:0 5px 10px 0;*/
  }
}
#EntryForm .nav-tabs > li > a {
  background-color: #d9dfe3;
  color: #74777d;
  text-transform: uppercase;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
@media screen and (min-width: 801px) {
  #EntryForm .nav-tabs > li > a {
    line-height: 25px;
    padding: 10px;
    font-size: 16px;
  }
}
#EntryForm .nav-tabs > li > a:hover {
  background-color: #ced5da;
  color: #3c3c3c;
}
#EntryForm .nav-tabs > li.active > a,
#EntryForm .nav-tabs > li.active > a:hover {
  border: none;
  background-color: #364c84;
  color: #fff;
}
#EntryForm .nav-tabs > li.active > a:after,
#EntryForm .nav-tabs > li.active > a:hover:after {
  z-index: 5;
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  left: 45%;
  bottom: -10px;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
#EntryForm .nav-tabs.tabs-left > li.active > a:after,
#EntryForm .nav-tabs.tabs-left > li.active > a:hover:after {
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  border: solid transparent;
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
#EntryForm .tab-content {
  position: static;
}
#EntryForm .tab-content .navbar {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
#EntryForm .tab-content .tab-pane {
  background: #fff;
  padding: 15px;
  position: static;
  z-index: 999;
  /* overflow:auto; */
}
#EntryForm .tab-content .tab-pane .container-fluid {
  padding: 0;
}
#EntryForm .tab-content .tab-pane::after {
  content: '';
  clear: both;
  display: table;
}
#EntryForm #linkCancelShipment .glyphicon:before {
  font-size: 17px;
}
#EntryForm #divFinalOptions .form-group {
  padding: 5px 0;
}
#EntryForm #divGTUDispatchWeb {
  background-color: #97a9d5;
  padding: 15px;
}
#EntryForm #updValidation #labelPeopleEmailNotifyLabel {
  text-align: left;
}
#EntryForm .div-shipment-resume-title #labelShipmentTitle {
  text-transform: uppercase;
  font-size: 125%;
  font-weight: 700;
}
#EntryForm .div-shipment-resume-title #labelTotalAmount {
  background: none;
  color: #3d5796;
  font-size: 125%;
  font-weight: 700;
}
#EntryForm #updResume:after {
  content: '';
  clear: both;
  display: table;
}
#EntryForm #updResume .panel label.control-label {
  text-align: left;
}
#EntryForm #updResume #LibelleClient {
  width: 100%;
  text-align: center;
  font-weight: 700%;
}
#EntryForm #updResume #labelServiceName {
  text-align: left;
}
#EntryForm #updResume #divServiceQuantity {
  clear: both;
}
#EntryForm #updResume .label-package-total-size-value {
  border-top: 1px solid #e5e9ec;
}
#EntryForm #divPackage .control-label {
  display: inline-block;
}
#EntryForm #divPackage label {
  font-weight: bold;
}
#EntryForm #divOrderSuccess .btn-group a {
  margin-right: 5px;
}
/* Tracking */
.div-shipment-result-view div[role="tabpanel"] {
  background: #e5e9ec;
  padding: 10px;
}
.div-round-search-main-content .row .row,
.div-tracking-main-content .row .row {
  padding: 0;
  margin: 0;
}
.div-round-search-main-content .tab-content .row,
.div-tracking-main-content .tab-content .row {
  padding: 0;
  margin: 0;
}
.div-round-search-main-content .tab-content .col-sm-12,
.div-tracking-main-content .tab-content .col-sm-12 {
  padding: 0;
  margin: 0;
}
.div-round-search-main-content .tab-content div[class$="-datepickers"],
.div-tracking-main-content .tab-content div[class$="-datepickers"] {
  padding: 15px 0 1px 0;
  background: #e5e9ec;
  margin-bottom: 15px;
}
.div-round-search-main-content .tab-content .tab-pane .col-sm-2 label,
.div-tracking-main-content .tab-content .tab-pane .col-sm-2 label {
  text-align: right;
  display: block;
  padding-top: 5px;
}
div[class*="div-round-details-"] .panel {
  margin-top: 15px;
}
div[class*="div-round-details-"] .panel-heading span {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}
.div-statistics-selection-list {
  max-height: 300px;
  overflow-y: scroll;
}
/* Imports-Stats */
/* Administation > Orderer */
#ctl00_ContenuPrincipal_ctrDonneurOrdre_linkCreateNewOrderers,
#ctl00_ContenuPrincipal_ctrlProfilDonneurOrdre_linkCreateNewOrdererProfil,
#ctl00_ContenuPrincipal_ctrAdresseFavorite_linkCreateNewAddress,
#ctl00_ContenuPrincipal_ReferenceClient_pbInsertRef1,
a[id*="ctl00_ContenuPrincipal_ReferenceClient_pbInsertRef"] {
  float: right;
}
[id*="ctl00_ContenuPrincipal_ReferenceClient_lblTitreReference"] {
  font-size: 30px;
}
#ulBeforeShipmentCreationMenu #linkCancelShipment {
  background-color: #000;
  color: #fff;
  padding: 15px;
  margin-right: 5px;
}
#ulBeforeShipmentCreationMenu #linkValidateShipment {
  background-color: #3d5796;
  color: #fff;
  padding: 15px;
}
#divNavbarRoundDetailsRoundDetails {
  padding: 0;
  margin: 20px 50px;
  font-size: 24px;
}
#divNavbarRoundDetailsRoundDetails::first-letter {
  font-weight: 700;
}
#divNavbarRoundDetailsRoundDetails a {
  color: #3c3c3c;
}
/* Statistiques */
#ctl00_ContenuPrincipal_UpdatePanel1 label {
  padding-left: 5px;
}
.CollapsePanelTitre label {
  font-weight: 300;
  background: transparent;
  margin: 20px 50px;
  font-size: 24px;
}
.CollapsePanelTitre label::first-letter {
  font-weight: 700;
}
/*  */
#PageContent .labelTrackId,
#PageContent .label-language {
  text-align: left;
}
#PageContent .label-from-address,
#PageContent .label-shipment-number {
  font-weight: bold;
}
/* Facturation */
table#rblListFactures label {
  padding-left: 5px;
}
/*Semainier Début*/
.EventContent {
  background-color: #bcd1f2;
  color: #4284B0;
  display: block;
}
.SemainierToolTipEvent {
  padding: 5px;
  min-width: 100px;
  min-height: 100px;
  background: white;
  color: black;
  border-radius: 5px;
  border: solid 1px;
  position: absolute;
  z-index: 10001;
}
/*Semainier Fin*/
/*SaisieMissionEtapeColisage.aspx*/
/* Détail d'une mission */
.div-Service .col-sm-6 {
  margin: 0 auto;
  padding: 15px;
}
.div-Service .col-sm-6 .form-group {
  margin: 0;
}
/*
.div-export-shipment .select-export-model { background: none repeat scroll 0% 0% @main-color-regular; color: #fff; } 
.div-export-shipment .select-export-model:focus,
.div-export-shipment .select-export-model:hover { background: none repeat scroll 0% 0% #fff; color: @main-color-regular; } 
*/
.div-export-shipment label {
  font-weight: bold;
  padding-right: 8px;
}
.div-search-action .btn {
  background-color: #8aaad9 !important;
}
#divPackageCategory .packageCategory,
#divPackageDetail .packageCategory {
  text-align: center;
  margin: 5px;
}
@media (min-width: 680px) {
  #divPackageCategory .packageCategory,
  #divPackageDetail .packageCategory {
    display: table-cell;
  }
}
#divPackageCategory .packageCategory a,
#divPackageDetail .packageCategory a {
  text-transform: uppercase;
  color: #74777d;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}
#divPackageCategory .packageCategory a::before,
#divPackageDetail .packageCategory a::before {
  content: ' ';
  display: block;
  border-radius: 240px;
  width: 120px;
  line-height: 120px;
  height: 120px;
  padding: 15px;
  margin: 0 auto;
  font-size: 18px;
  background-color: #c3c8cc;
  border: 5px solid transparent;
}
#divPackageCategory .packageCategory a:hover,
#divPackageDetail .packageCategory a:hover {
  color: #3c3c3c;
  text-decoration: none;
}
#divPackageCategory .packageCategory a:hover::before,
#divPackageDetail .packageCategory a:hover::before {
  background-color: #738bc6;
}
#divPackageCategory .packageCategory [class^="Category_"]:hover::before,
#divPackageDetail .packageCategory [class^="Category_"]:hover::before {
  color: red;
  font-weight: bold;
}
#divPackageCategory .PackageCategorySelected a,
#divPackageDetail .PackageCategorySelected a {
  color: #3d5796;
}
#divPackageCategory .PackageCategorySelected a::before,
#divPackageDetail .PackageCategorySelected a::before {
  border: 5px solid #fff;
  background-color: #738bc6;
}
#divPackageCategory {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#divPackageList {
  display: inline-block;
  background: #fff;
  padding: 15px;
  width: 100%;
  margin-top: 20px;
}
#divPackageList td {
  vertical-align: middle !important;
}
#divPackageList label {
  display: inline-block !important;
}
#GridViewPackages {
  border: none;
}
#GridViewPackages tr {
  min-height: 60px;
}
.div-update-delivery-date,
.div-update-pickup-date {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  box-shadow: none;
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 800px) {
  .div-update-delivery-date,
  .div-update-pickup-date {
    margin: 0 0 2px 0;
  }
}
.div-update-delivery-date fieldset legend,
.div-update-pickup-date fieldset legend {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 5px 0;
  padding: 0 0 5px 0;
}
.div-update-delivery-date fieldset legend:after,
.div-update-pickup-date fieldset legend:after {
  content: '';
  clear: both;
  display: table;
}
.div-update-delivery-date fieldset legend .panel-title,
.div-update-pickup-date fieldset legend .panel-title,
.div-update-delivery-date fieldset legend label,
.div-update-pickup-date fieldset legend label {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}
.div-update-delivery-date fieldset legend .panel-title::first-letter,
.div-update-pickup-date fieldset legend .panel-title::first-letter,
.div-update-delivery-date fieldset legend label::first-letter,
.div-update-pickup-date fieldset legend label::first-letter {
  font-weight: 700;
}
.div-update-delivery-date fieldset legend .btn-group,
.div-update-pickup-date fieldset legend .btn-group {
  float: right;
  /* margin-top: -5px; retiré pour la page de saisie mission >  validation*/
}
.div-update-delivery-date fieldset .form-inline,
.div-update-pickup-date fieldset .form-inline {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  padding: 0;
}
.div-update-delivery-date fieldset .form-inline label[class$="-label"],
.div-update-pickup-date fieldset .form-inline label[class$="-label"] {
  font-weight: 700;
}
.div-update-delivery-date fieldset .form-inline label[class$="-value"],
.div-update-pickup-date fieldset .form-inline label[class$="-value"] {
  font-weight: 400 !important;
  text-align: left;
  padding-left: 10px;
}
.table-service a {
  color: #202d4d;
}
#divServiceCategory a {
  cursor: pointer;
  display: inline-block;
}
#divCommandStepProgressBar ol li:hover {
  background-color: #3d5796;
}
.li-search-menu #input #searchInput {
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}
.li-search-menu #input #searchInput:focus {
  visibility: visible;
  opacity: 1;
}
.li-search-menu #searchLink::before {
  content: '';
}
.li-search-menu label {
  display: block;
}
.li-search-menu .input-group-addon {
  display: none;
}
.li-disconnect-menu a::before {
  content: '\e81e' !important;
}
/*#region Page unique saisie*/
.required::after {
  content: '*';
  color: red;
  font-weight: bold;
  font-size: large;
  padding-left: 2px;
}
.shipment-command-content .affix-top {
  background-color: #e5e9ec;
}
.shipment-command-content .div-map-block {
  padding: 15px;
}
.shipment-command-content .glyphicon-refresh-animate {
  -webkit-font-smoothing: antialiased;
  -moz-animation-name: rotateThis;
  -o-animation-name: rotateThis;
  -webkit-animation-name: rotateThis;
  animation-name: rotateThis;
  -moz-animation-duration: .8s;
  -o-animation-duration: .8s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  font-family: glyphicons-halflings-regular;
  line-height: 1;
  padding-right: 0;
}
.shipment-command-content .glyphicon-refresh::before {
  font-family: glyphicons-halflings-regular;
  content: '\e031';
  font-size: 500%;
  line-height: 1;
  padding-right: 0;
}
.shipment-command-content .glyphicon-refresh-small::before {
  font-family: glyphicons-halflings-regular;
  content: '\e031';
  font-size: 100%;
  line-height: 1;
  padding-right: 0;
}
@keyframes rotateThis {
  from {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  to {
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
.shipment-command-content #divServiceCategory a {
  cursor: pointer;
  display: inline-block;
}
.shipment-command-content .table-service-option .label-service-description-option {
  font-weight: normal;
  min-width: 50%;
}
.shipment-command-content .table-service-option tr:hover {
  background: #fff;
}
.shipment-command-content #divCommandStepProgressView .affix,
.shipment-command-content #divCommandStepProgressView .affix-top {
  background-color: #e5e9ec;
  z-index: 1001;
}
.shipment-command-content #divCommandStepProgressBar ol li:hover {
  background-color: #202d4d;
}
.shipment-command-content .div-validation-module .panel-heading label {
  display: inline;
}
.shipment-command-content .div-validation-module .price {
  font-size: 120%;
}
.shipment-command-content .div-custom-field-checkbox .checkbox-inline {
  padding: 0;
}
.shipment-command-content .div-custom-field-checkbox .checkbox-inline span {
  margin-left: 5px;
}
/*#endregion Fin page unique de saisie*/
/*#region Pictos*/
/****************************INSERER ICI le fichier picto.less******************************/
/**********************************FIN FICHIER picto.less***********************************/
/*#endregion Pictos*/
/*#region Choix famille de colis*/
#divPackageCategory .packageCategory,
#divPackageDetail .packageCategory {
  /****************************INSERER ICI le fichier package.less******************************/
  /**********************************FIN FICHIER package.less***********************************/
}
#divPackageCategory .packageCategory [class*="Category_"]::before,
#divPackageDetail .packageCategory [class*="Category_"]::before {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D\'1.1'%20id%3D'autre'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%20%3Cg%3E%20%3Cpath%20fill%3D'%23364c84'%20d%3D'M28.75,37.874c0-12.007,11.218-16.114,21.171-16.114c10.19,0,21.249,3.555,21.329,16.193%20c0,10.743-6.398,13.351-11.455,14.852c-8.215,2.527-9.479,4.029-9.479,14.061h-4.028c0-10.822,2.686-14.851,12.482-17.694%20c4.502-1.343,8.451-3.318,8.451-11.218c0-10.348-9.717-12.402-17.299-12.402c-7.268,0-16.984,2.449-17.063,12.323H28.75z%20M51.738,75.16c0,4.107-6.162,4.107-6.162,0S51.738,71.053,51.738,75.16z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
#divPackageCategory .packageCategory [class^="Category_EXEMPLE"]::before,
#divPackageDetail .packageCategory [class^="Category_EXEMPLE"]::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D\'1.1'%20id%3D'autre'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%20%3Cg%3E%20%3Cpath%20fill%3D'%23364c84'%20d%3D'M28.75,37.874c0-12.007,11.218-16.114,21.171-16.114c10.19,0,21.249,3.555,21.329,16.193%20c0,10.743-6.398,13.351-11.455,14.852c-8.215,2.527-9.479,4.029-9.479,14.061h-4.028c0-10.822,2.686-14.851,12.482-17.694%20c4.502-1.343,8.451-3.318,8.451-11.218c0-10.348-9.717-12.402-17.299-12.402c-7.268,0-16.984,2.449-17.063,12.323H28.75z%20M51.738,75.16c0,4.107-6.162,4.107-6.162,0S51.738,71.053,51.738,75.16z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
/*#endregion Famille de colis*/
/*#region Choix famille de prestation*/
.table-service {
  /****************************INSERER ICI le fichier service.less******************************/
  /**********************************FIN FICHIER service.less***********************************/
}
.table-service [class*="col-service-"] {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  padding-right: 60px;
  height: 64px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D\'1.1'%20id%3D'autre'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%20%3Cg%3E%20%3Cpath%20fill%3D'%23202d4d'%20d%3D'M28.75,37.874c0-12.007,11.218-16.114,21.171-16.114c10.19,0,21.249,3.555,21.329,16.193%20c0,10.743-6.398,13.351-11.455,14.852c-8.215,2.527-9.479,4.029-9.479,14.061h-4.028c0-10.822,2.686-14.851,12.482-17.694%20c4.502-1.343,8.451-3.318,8.451-11.218c0-10.348-9.717-12.402-17.299-12.402c-7.268,0-16.984,2.449-17.063,12.323H28.75z%20M51.738,75.16c0,4.107-6.162,4.107-6.162,0S51.738,71.053,51.738,75.16z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.table-service [class^="col-service-C"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cpath%20fill%3D'%233d5796'%20d%3D'M90.036,61.163h-1.051c0.046-4.139,0.071-10.017-0.094-11.434c-0.205-1.754-3.672-6.885-3.672-6.885%09c-2.603-4.477-3.323-5.435-6.278-5.435h-2.8h-3.039h-5.604v22.499H41.833c1.363,1.454,2.205,3.402,2.205,5.545%20c0,0.364-0.033,0.598-0.079,0.947h14.588h8.951h0.851h1.396c-0.036-0.31-0.059-0.626-0.059-0.947c0-4.477,3.643-8.122,8.123-8.122%09%09c4.479,0,8.124,3.646,8.124,8.122c0,0.197-0.017,0.392-0.031,0.584l4.135-0.021c1.341,0,2.426-1.085,2.426-2.427%09%09S91.377,61.163,90.036,61.163z%20M71.314,48.555v-8.203h2.983h2.126h1.959c2.069,0,2.478,0.882,3.805,3.732c0,0,1.5,2.79,1.876,4.47%09H71.314z'%20/%3E%3Cpath%20fill%3D'%233d5796'%20d%3D'M23.528,66.52h4.34c-0.046-0.35-0.077-0.701-0.077-1.065c0-2.143,0.841-4.091,2.203-5.545h-6.483%20L23.528,66.52z'%20/%3E%3Cpath%20fill%3D'%23202d4d'%20%20d%3D'M77.809,60.084c-2.966,0-5.372,2.404-5.372,5.37s2.406,5.371,5.372,5.371c2.969,0,5.371-2.405,5.371-5.371%20S80.777,60.084,77.809,60.084z%20M77.809,67.812c-1.298,0-2.353-1.058-2.353-2.357s1.055-2.354,2.353-2.354%09%09c1.302,0,2.357,1.054,2.357,2.354S79.11,67.812,77.809,67.812z'%20/%3E%3Cpath%20fill%3D'%23202d4d'%20d%3D'M35.911,60.084c-2.963,0-5.369,2.404-5.369,5.37s2.406,5.371,5.369,5.371c2.969,0,5.374-2.405,5.374-5.371%09S38.88,60.084,35.911,60.084z%20M35.903,67.812c-1.303,0-2.355-1.058-2.355-2.357s1.053-2.354,2.355-2.354%20c1.301,0,2.354,1.054,2.354,2.354S37.204,67.812,35.903,67.812z'/%3E%3Cpath%20fill%3D'%23202d4d'%20%20d%3D'M63.904,56.996l-0.032-22.618c0-1.672-1.368-3.04-3.039-3.04h-34.35c-1.671,0-3.041,1.367-3.041,3.04l0.003,0.856%20l-10.069-0.013c-1.218,0-2.208,0.982-2.208,2.2c-0.002,0.935,0.575,1.732,1.396,2.054c0.248,0.099,0.521,0.155,0.807,0.151%20l10.087,0.021l0.006,2.911l-4.97-0.008c-1.22,0-2.205,0.985-2.208,2.203c0,0.935,0.578,1.731,1.396,2.055%20c0.25,0.099,0.521,0.152,0.806,0.154l4.989,0.007l0.007,2.985l-13.577-0.02c-1.221,0-2.209,0.984-2.21,2.201%20c0,0.937,0.578,1.731,1.396,2.056c0.25,0.102,0.521,0.152,0.808,0.152l13.599,0.022l0.006,2.63H63.904z'/%3E%3C/svg%3E");
}
.table-service [class^="col-service-M"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cg%20id%3D'roues-scouter'%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M70.708,61.333c-3.591,0-6.51,2.92-6.51,6.51c0,3.589,2.919,6.509,6.51,6.509%20c3.589,0,6.508-2.92,6.508-6.509C77.216,64.253,74.297,61.333,70.708,61.333z'/%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M26.893,61.333c-3.589,0-6.509,2.92-6.509,6.51c0,3.589,2.92,6.509,6.509,6.509%20c3.589,0,6.509-2.92,6.509-6.509C33.402,64.253,30.482,61.333,26.893,61.333z'/%3E%20%3C/g%3E%20%3Cg%20id%3D'scouter'%3E%20%3Cpath%20fill%3D'%23202d4d'%20d%3D'M78.427,61.489l1.679-1.397c0,0-0.845-1.555-1.965-3.28c0.88,0.226,1.988,0.398,1.937-0.188%20c-0.084-0.966-0.587-2.769-1.762-3.272c-0.794-0.341-2.164-0.258-2.97-0.17c-0.578-0.562-1.119-0.529-1.56-0.529%20c-2.069,0-6.656,2.348-9.509,2.348H50.071c-1.848,0,2.46,1.781,2.963,5.137C53.539,63.492,48.476,66,46.994,66H41.68%20c-0.671,0-4.811-3.121-5.425-8.604c-0.615-5.48,3.971-14.257,5.146-14.648c1.175-0.393,3.916-0.027,3.916-0.027%20s0.671-2.012-0.391-1.9c-1.063,0.112-3.609,0.036-3.609,0.036s-0.751-1.292-1.754-2.248l0.201,0.007%20c0.056-1.284,0.729-4.419,2.254-5.47C42.499,35.736,44,35.775,44,35.775v-7.173c0,0-2.029,0.622-2.109,3.09%20c-2.382,0.97-2.952,4.57-3.128,6.136C37.32,37.204,35,38.054,35,38.054v0.015c-1,0.173-1.795-1.738-2.519-1.498%20c-0.755,0.252-0.344,6.839,0.454,6.545c0.654-0.242,1.62-1.097,1.964-1.397c0.418,0.443,0.986,1.201,0.762,1.76%20c-0.224,0.392-0.738-0.112-1.466,0.392c-0.705,0.488-6.492,3.88-7.106,12.232c-1.799,0.384-10.398,5.798-8.647,7.009%20c0.198,0.082,0.7,0.128,1.391,0.164c1.499-2.313,4.097-3.848,7.059-3.848c4.646,0,8.415,3.768,8.415,8.414%20c0,1.133-0.229,2.212-0.634,3.198c1.344,0.907,2.583,1.412,3.427,1.412c2.984,0,16.553-0.158,19.093-0.169%20c0.021,0.002,0.043-0.134,0.063-0.134c0.023,0,0.044-0.15,0.068-0.15h0.071c0.123,0,0.239,0.127,0.354,0.1%20c1.224-0.23,2.151-1.23,2.151-2.521c0-0.523-0.159-0.97-0.423-1.376c-2.632-0.055-4.752-2.758-4.752-6.108%20c0-3.388,2.164-6.123,4.834-6.123c0.023,0,0.048,0.013,0.07,0.015c-1.587,0.864-2.681,2.646-2.681,4.711%20c0,2.907,2.162,5.268,4.833,5.268c0.351-0.322,0.688-0.643,1.012-0.959c1.164-3.248,4.262-5.577,7.913-5.577%20c3.119,0,5.833,1.701,7.287,4.223c1.573,0.943,3.132,2.158,3.453,3.376c0.717-0.576-0.008,0,0.727-0.56%20C82.232,64.679,78.427,61.489,78.427,61.489z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.table-service [class^="col-service-MHH"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cg%20id%3D'roues-scouter'%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M70.708,61.333c-3.591,0-6.51,2.92-6.51,6.51c0,3.589,2.919,6.509,6.51,6.509%20c3.589,0,6.508-2.92,6.508-6.509C77.216,64.253,74.297,61.333,70.708,61.333z'/%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M26.893,61.333c-3.589,0-6.509,2.92-6.509,6.51c0,3.589,2.92,6.509,6.509,6.509%20c3.589,0,6.509-2.92,6.509-6.509C33.402,64.253,30.482,61.333,26.893,61.333z'/%3E%20%3C/g%3E%20%3Cg%20id%3D'scouter'%3E%20%3Cpath%20fill%3D'%23202d4d'%20d%3D'M78.427,61.489l1.679-1.397c0,0-0.845-1.555-1.965-3.28c0.88,0.226,1.988,0.398,1.937-0.188%20c-0.084-0.966-0.587-2.769-1.762-3.272c-0.794-0.341-2.164-0.258-2.97-0.17c-0.578-0.562-1.119-0.529-1.56-0.529%20c-2.069,0-6.656,2.348-9.509,2.348H50.071c-1.848,0,2.46,1.781,2.963,5.137C53.539,63.492,48.476,66,46.994,66H41.68%20c-0.671,0-4.811-3.121-5.425-8.604c-0.615-5.48,3.971-14.257,5.146-14.648c1.175-0.393,3.916-0.027,3.916-0.027%20s0.671-2.012-0.391-1.9c-1.063,0.112-3.609,0.036-3.609,0.036s-0.751-1.292-1.754-2.248l0.201,0.007%20c0.056-1.284,0.729-4.419,2.254-5.47C42.499,35.736,44,35.775,44,35.775v-7.173c0,0-2.029,0.622-2.109,3.09%20c-2.382,0.97-2.952,4.57-3.128,6.136C37.32,37.204,35,38.054,35,38.054v0.015c-1,0.173-1.795-1.738-2.519-1.498%20c-0.755,0.252-0.344,6.839,0.454,6.545c0.654-0.242,1.62-1.097,1.964-1.397c0.418,0.443,0.986,1.201,0.762,1.76%20c-0.224,0.392-0.738-0.112-1.466,0.392c-0.705,0.488-6.492,3.88-7.106,12.232c-1.799,0.384-10.398,5.798-8.647,7.009%20c0.198,0.082,0.7,0.128,1.391,0.164c1.499-2.313,4.097-3.848,7.059-3.848c4.646,0,8.415,3.768,8.415,8.414%20c0,1.133-0.229,2.212-0.634,3.198c1.344,0.907,2.583,1.412,3.427,1.412c2.984,0,16.553-0.158,19.093-0.169%20c0.021,0.002,0.043-0.134,0.063-0.134c0.023,0,0.044-0.15,0.068-0.15h0.071c0.123,0,0.239,0.127,0.354,0.1%20c1.224-0.23,2.151-1.23,2.151-2.521c0-0.523-0.159-0.97-0.423-1.376c-2.632-0.055-4.752-2.758-4.752-6.108%20c0-3.388,2.164-6.123,4.834-6.123c0.023,0,0.048,0.013,0.07,0.015c-1.587,0.864-2.681,2.646-2.681,4.711%20c0,2.907,2.162,5.268,4.833,5.268c0.351-0.322,0.688-0.643,1.012-0.959c1.164-3.248,4.262-5.577,7.913-5.577%20c3.119,0,5.833,1.701,7.287,4.223c1.573,0.943,3.132,2.158,3.453,3.376c0.717-0.576-0.008,0,0.727-0.56%20C82.232,64.679,78.427,61.489,78.427,61.489z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.table-service [class^="col-service-SUP"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cg%20id%3D'roues-scouter'%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M70.708,61.333c-3.591,0-6.51,2.92-6.51,6.51c0,3.589,2.919,6.509,6.51,6.509%20c3.589,0,6.508-2.92,6.508-6.509C77.216,64.253,74.297,61.333,70.708,61.333z'/%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M26.893,61.333c-3.589,0-6.509,2.92-6.509,6.51c0,3.589,2.92,6.509,6.509,6.509%20c3.589,0,6.509-2.92,6.509-6.509C33.402,64.253,30.482,61.333,26.893,61.333z'/%3E%20%3C/g%3E%20%3Cg%20id%3D'scouter'%3E%20%3Cpath%20fill%3D'%23202d4d'%20d%3D'M78.427,61.489l1.679-1.397c0,0-0.845-1.555-1.965-3.28c0.88,0.226,1.988,0.398,1.937-0.188%20c-0.084-0.966-0.587-2.769-1.762-3.272c-0.794-0.341-2.164-0.258-2.97-0.17c-0.578-0.562-1.119-0.529-1.56-0.529%20c-2.069,0-6.656,2.348-9.509,2.348H50.071c-1.848,0,2.46,1.781,2.963,5.137C53.539,63.492,48.476,66,46.994,66H41.68%20c-0.671,0-4.811-3.121-5.425-8.604c-0.615-5.48,3.971-14.257,5.146-14.648c1.175-0.393,3.916-0.027,3.916-0.027%20s0.671-2.012-0.391-1.9c-1.063,0.112-3.609,0.036-3.609,0.036s-0.751-1.292-1.754-2.248l0.201,0.007%20c0.056-1.284,0.729-4.419,2.254-5.47C42.499,35.736,44,35.775,44,35.775v-7.173c0,0-2.029,0.622-2.109,3.09%20c-2.382,0.97-2.952,4.57-3.128,6.136C37.32,37.204,35,38.054,35,38.054v0.015c-1,0.173-1.795-1.738-2.519-1.498%20c-0.755,0.252-0.344,6.839,0.454,6.545c0.654-0.242,1.62-1.097,1.964-1.397c0.418,0.443,0.986,1.201,0.762,1.76%20c-0.224,0.392-0.738-0.112-1.466,0.392c-0.705,0.488-6.492,3.88-7.106,12.232c-1.799,0.384-10.398,5.798-8.647,7.009%20c0.198,0.082,0.7,0.128,1.391,0.164c1.499-2.313,4.097-3.848,7.059-3.848c4.646,0,8.415,3.768,8.415,8.414%20c0,1.133-0.229,2.212-0.634,3.198c1.344,0.907,2.583,1.412,3.427,1.412c2.984,0,16.553-0.158,19.093-0.169%20c0.021,0.002,0.043-0.134,0.063-0.134c0.023,0,0.044-0.15,0.068-0.15h0.071c0.123,0,0.239,0.127,0.354,0.1%20c1.224-0.23,2.151-1.23,2.151-2.521c0-0.523-0.159-0.97-0.423-1.376c-2.632-0.055-4.752-2.758-4.752-6.108%20c0-3.388,2.164-6.123,4.834-6.123c0.023,0,0.048,0.013,0.07,0.015c-1.587,0.864-2.681,2.646-2.681,4.711%20c0,2.907,2.162,5.268,4.833,5.268c0.351-0.322,0.688-0.643,1.012-0.959c1.164-3.248,4.262-5.577,7.913-5.577%20c3.119,0,5.833,1.701,7.287,4.223c1.573,0.943,3.132,2.158,3.453,3.376c0.717-0.576-0.008,0,0.727-0.56%20C82.232,64.679,78.427,61.489,78.427,61.489z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.table-service [class^="col-service-SUPHH"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cg%20id%3D'roues-scouter'%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M70.708,61.333c-3.591,0-6.51,2.92-6.51,6.51c0,3.589,2.919,6.509,6.51,6.509%20c3.589,0,6.508-2.92,6.508-6.509C77.216,64.253,74.297,61.333,70.708,61.333z'/%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M26.893,61.333c-3.589,0-6.509,2.92-6.509,6.51c0,3.589,2.92,6.509,6.509,6.509%20c3.589,0,6.509-2.92,6.509-6.509C33.402,64.253,30.482,61.333,26.893,61.333z'/%3E%20%3C/g%3E%20%3Cg%20id%3D'scouter'%3E%20%3Cpath%20fill%3D'%23202d4d'%20d%3D'M78.427,61.489l1.679-1.397c0,0-0.845-1.555-1.965-3.28c0.88,0.226,1.988,0.398,1.937-0.188%20c-0.084-0.966-0.587-2.769-1.762-3.272c-0.794-0.341-2.164-0.258-2.97-0.17c-0.578-0.562-1.119-0.529-1.56-0.529%20c-2.069,0-6.656,2.348-9.509,2.348H50.071c-1.848,0,2.46,1.781,2.963,5.137C53.539,63.492,48.476,66,46.994,66H41.68%20c-0.671,0-4.811-3.121-5.425-8.604c-0.615-5.48,3.971-14.257,5.146-14.648c1.175-0.393,3.916-0.027,3.916-0.027%20s0.671-2.012-0.391-1.9c-1.063,0.112-3.609,0.036-3.609,0.036s-0.751-1.292-1.754-2.248l0.201,0.007%20c0.056-1.284,0.729-4.419,2.254-5.47C42.499,35.736,44,35.775,44,35.775v-7.173c0,0-2.029,0.622-2.109,3.09%20c-2.382,0.97-2.952,4.57-3.128,6.136C37.32,37.204,35,38.054,35,38.054v0.015c-1,0.173-1.795-1.738-2.519-1.498%20c-0.755,0.252-0.344,6.839,0.454,6.545c0.654-0.242,1.62-1.097,1.964-1.397c0.418,0.443,0.986,1.201,0.762,1.76%20c-0.224,0.392-0.738-0.112-1.466,0.392c-0.705,0.488-6.492,3.88-7.106,12.232c-1.799,0.384-10.398,5.798-8.647,7.009%20c0.198,0.082,0.7,0.128,1.391,0.164c1.499-2.313,4.097-3.848,7.059-3.848c4.646,0,8.415,3.768,8.415,8.414%20c0,1.133-0.229,2.212-0.634,3.198c1.344,0.907,2.583,1.412,3.427,1.412c2.984,0,16.553-0.158,19.093-0.169%20c0.021,0.002,0.043-0.134,0.063-0.134c0.023,0,0.044-0.15,0.068-0.15h0.071c0.123,0,0.239,0.127,0.354,0.1%20c1.224-0.23,2.151-1.23,2.151-2.521c0-0.523-0.159-0.97-0.423-1.376c-2.632-0.055-4.752-2.758-4.752-6.108%20c0-3.388,2.164-6.123,4.834-6.123c0.023,0,0.048,0.013,0.07,0.015c-1.587,0.864-2.681,2.646-2.681,4.711%20c0,2.907,2.162,5.268,4.833,5.268c0.351-0.322,0.688-0.643,1.012-0.959c1.164-3.248,4.262-5.577,7.913-5.577%20c3.119,0,5.833,1.701,7.287,4.223c1.573,0.943,3.132,2.158,3.453,3.376c0.717-0.576-0.008,0,0.727-0.56%20C82.232,64.679,78.427,61.489,78.427,61.489z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.table-service [class^="col-service-UHH"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cg%20id%3D'roues-scouter'%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M70.708,61.333c-3.591,0-6.51,2.92-6.51,6.51c0,3.589,2.919,6.509,6.51,6.509%20c3.589,0,6.508-2.92,6.508-6.509C77.216,64.253,74.297,61.333,70.708,61.333z'/%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M26.893,61.333c-3.589,0-6.509,2.92-6.509,6.51c0,3.589,2.92,6.509,6.509,6.509%20c3.589,0,6.509-2.92,6.509-6.509C33.402,64.253,30.482,61.333,26.893,61.333z'/%3E%20%3C/g%3E%20%3Cg%20id%3D'scouter'%3E%20%3Cpath%20fill%3D'%23202d4d'%20d%3D'M78.427,61.489l1.679-1.397c0,0-0.845-1.555-1.965-3.28c0.88,0.226,1.988,0.398,1.937-0.188%20c-0.084-0.966-0.587-2.769-1.762-3.272c-0.794-0.341-2.164-0.258-2.97-0.17c-0.578-0.562-1.119-0.529-1.56-0.529%20c-2.069,0-6.656,2.348-9.509,2.348H50.071c-1.848,0,2.46,1.781,2.963,5.137C53.539,63.492,48.476,66,46.994,66H41.68%20c-0.671,0-4.811-3.121-5.425-8.604c-0.615-5.48,3.971-14.257,5.146-14.648c1.175-0.393,3.916-0.027,3.916-0.027%20s0.671-2.012-0.391-1.9c-1.063,0.112-3.609,0.036-3.609,0.036s-0.751-1.292-1.754-2.248l0.201,0.007%20c0.056-1.284,0.729-4.419,2.254-5.47C42.499,35.736,44,35.775,44,35.775v-7.173c0,0-2.029,0.622-2.109,3.09%20c-2.382,0.97-2.952,4.57-3.128,6.136C37.32,37.204,35,38.054,35,38.054v0.015c-1,0.173-1.795-1.738-2.519-1.498%20c-0.755,0.252-0.344,6.839,0.454,6.545c0.654-0.242,1.62-1.097,1.964-1.397c0.418,0.443,0.986,1.201,0.762,1.76%20c-0.224,0.392-0.738-0.112-1.466,0.392c-0.705,0.488-6.492,3.88-7.106,12.232c-1.799,0.384-10.398,5.798-8.647,7.009%20c0.198,0.082,0.7,0.128,1.391,0.164c1.499-2.313,4.097-3.848,7.059-3.848c4.646,0,8.415,3.768,8.415,8.414%20c0,1.133-0.229,2.212-0.634,3.198c1.344,0.907,2.583,1.412,3.427,1.412c2.984,0,16.553-0.158,19.093-0.169%20c0.021,0.002,0.043-0.134,0.063-0.134c0.023,0,0.044-0.15,0.068-0.15h0.071c0.123,0,0.239,0.127,0.354,0.1%20c1.224-0.23,2.151-1.23,2.151-2.521c0-0.523-0.159-0.97-0.423-1.376c-2.632-0.055-4.752-2.758-4.752-6.108%20c0-3.388,2.164-6.123,4.834-6.123c0.023,0,0.048,0.013,0.07,0.015c-1.587,0.864-2.681,2.646-2.681,4.711%20c0,2.907,2.162,5.268,4.833,5.268c0.351-0.322,0.688-0.643,1.012-0.959c1.164-3.248,4.262-5.577,7.913-5.577%20c3.119,0,5.833,1.701,7.287,4.223c1.573,0.943,3.132,2.158,3.453,3.376c0.717-0.576-0.008,0,0.727-0.56%20C82.232,64.679,78.427,61.489,78.427,61.489z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.table-service [class^="col-service-URG"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cg%20id%3D'roues-scouter'%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M70.708,61.333c-3.591,0-6.51,2.92-6.51,6.51c0,3.589,2.919,6.509,6.51,6.509%20c3.589,0,6.508-2.92,6.508-6.509C77.216,64.253,74.297,61.333,70.708,61.333z'/%3E%20%3Cpath%20fill%3D'%233d5796'%20d%3D'M26.893,61.333c-3.589,0-6.509,2.92-6.509,6.51c0,3.589,2.92,6.509,6.509,6.509%20c3.589,0,6.509-2.92,6.509-6.509C33.402,64.253,30.482,61.333,26.893,61.333z'/%3E%20%3C/g%3E%20%3Cg%20id%3D'scouter'%3E%20%3Cpath%20fill%3D'%23202d4d'%20d%3D'M78.427,61.489l1.679-1.397c0,0-0.845-1.555-1.965-3.28c0.88,0.226,1.988,0.398,1.937-0.188%20c-0.084-0.966-0.587-2.769-1.762-3.272c-0.794-0.341-2.164-0.258-2.97-0.17c-0.578-0.562-1.119-0.529-1.56-0.529%20c-2.069,0-6.656,2.348-9.509,2.348H50.071c-1.848,0,2.46,1.781,2.963,5.137C53.539,63.492,48.476,66,46.994,66H41.68%20c-0.671,0-4.811-3.121-5.425-8.604c-0.615-5.48,3.971-14.257,5.146-14.648c1.175-0.393,3.916-0.027,3.916-0.027%20s0.671-2.012-0.391-1.9c-1.063,0.112-3.609,0.036-3.609,0.036s-0.751-1.292-1.754-2.248l0.201,0.007%20c0.056-1.284,0.729-4.419,2.254-5.47C42.499,35.736,44,35.775,44,35.775v-7.173c0,0-2.029,0.622-2.109,3.09%20c-2.382,0.97-2.952,4.57-3.128,6.136C37.32,37.204,35,38.054,35,38.054v0.015c-1,0.173-1.795-1.738-2.519-1.498%20c-0.755,0.252-0.344,6.839,0.454,6.545c0.654-0.242,1.62-1.097,1.964-1.397c0.418,0.443,0.986,1.201,0.762,1.76%20c-0.224,0.392-0.738-0.112-1.466,0.392c-0.705,0.488-6.492,3.88-7.106,12.232c-1.799,0.384-10.398,5.798-8.647,7.009%20c0.198,0.082,0.7,0.128,1.391,0.164c1.499-2.313,4.097-3.848,7.059-3.848c4.646,0,8.415,3.768,8.415,8.414%20c0,1.133-0.229,2.212-0.634,3.198c1.344,0.907,2.583,1.412,3.427,1.412c2.984,0,16.553-0.158,19.093-0.169%20c0.021,0.002,0.043-0.134,0.063-0.134c0.023,0,0.044-0.15,0.068-0.15h0.071c0.123,0,0.239,0.127,0.354,0.1%20c1.224-0.23,2.151-1.23,2.151-2.521c0-0.523-0.159-0.97-0.423-1.376c-2.632-0.055-4.752-2.758-4.752-6.108%20c0-3.388,2.164-6.123,4.834-6.123c0.023,0,0.048,0.013,0.07,0.015c-1.587,0.864-2.681,2.646-2.681,4.711%20c0,2.907,2.162,5.268,4.833,5.268c0.351-0.322,0.688-0.643,1.012-0.959c1.164-3.248,4.262-5.577,7.913-5.577%20c3.119,0,5.833,1.701,7.287,4.223c1.573,0.943,3.132,2.158,3.453,3.376c0.717-0.576-0.008,0,0.727-0.56%20C82.232,64.679,78.427,61.489,78.427,61.489z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.table-service [class^="col-service-VL"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cpath%20fill%3D'%233d5796'%20%20d%3D'M75.604,61.859c0,3.271-2.653,5.927-5.927,5.927c-3.276,0-5.931-2.655-5.931-5.927c0-3.274,2.654-5.931,5.931-5.931%20C72.951,55.929,75.604,58.585,75.604,61.859z'/%3E%3Ccircle%20fill%3D'%233d5796'%20cx%3D'32.238'%20cy%3D'61.859'%20r%3D'5.929'/%3E%3Cpath%20fill%3D'%23202d4d'%20d%3D'M81.495,53.664c0-6.711-16.923-10.875-16.923-10.875l-8.059-9.27c-10.341-3.222-23.371,0.537-23.371,0.537%20c-12.088,2.823-13.429,11.015-13.429,11.015l-0.134,6.578c-3.527,7.662,1.752,10.038,2.785,10.421%20c-0.002-0.07-0.011-0.139-0.011-0.211c0-5.571,4.531-10.103,10.1-10.103s10.1,4.531,10.1,10.103c0,0.092-0.012,0.177-0.013,0.27%20h16.833c-0.002-0.093-0.013-0.178-0.013-0.27c0-5.571,4.53-10.103,10.1-10.103c5.162,0,9.424,3.896,10.023,8.897%20C82.364,58.233,81.495,53.664,81.495,53.664z%20M39.725,43.728H25.221l0.101-3.227c0,0,4.858-4.378,14.403-5.595V43.728z%20M41.84,43.728v-9.029c3.802-0.269,8.237-0.037,13.332,1.104l6.446,7.925H41.84z'/%3E%3C/svg%3E");
}
.table-service [class^="col-service-VLSUP"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cpath%20fill%3D'%233d5796'%20%20d%3D'M75.604,61.859c0,3.271-2.653,5.927-5.927,5.927c-3.276,0-5.931-2.655-5.931-5.927c0-3.274,2.654-5.931,5.931-5.931%20C72.951,55.929,75.604,58.585,75.604,61.859z'/%3E%3Ccircle%20fill%3D'%233d5796'%20cx%3D'32.238'%20cy%3D'61.859'%20r%3D'5.929'/%3E%3Cpath%20fill%3D'%23202d4d'%20d%3D'M81.495,53.664c0-6.711-16.923-10.875-16.923-10.875l-8.059-9.27c-10.341-3.222-23.371,0.537-23.371,0.537%20c-12.088,2.823-13.429,11.015-13.429,11.015l-0.134,6.578c-3.527,7.662,1.752,10.038,2.785,10.421%20c-0.002-0.07-0.011-0.139-0.011-0.211c0-5.571,4.531-10.103,10.1-10.103s10.1,4.531,10.1,10.103c0,0.092-0.012,0.177-0.013,0.27%20h16.833c-0.002-0.093-0.013-0.178-0.013-0.27c0-5.571,4.53-10.103,10.1-10.103c5.162,0,9.424,3.896,10.023,8.897%20C82.364,58.233,81.495,53.664,81.495,53.664z%20M39.725,43.728H25.221l0.101-3.227c0,0,4.858-4.378,14.403-5.595V43.728z%20M41.84,43.728v-9.029c3.802-0.269,8.237-0.037,13.332,1.104l6.446,7.925H41.84z'/%3E%3C/svg%3E");
}
.table-service [class^="col-service-VLURG"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D'1.1'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%3Cpath%20fill%3D'%233d5796'%20%20d%3D'M75.604,61.859c0,3.271-2.653,5.927-5.927,5.927c-3.276,0-5.931-2.655-5.931-5.927c0-3.274,2.654-5.931,5.931-5.931%20C72.951,55.929,75.604,58.585,75.604,61.859z'/%3E%3Ccircle%20fill%3D'%233d5796'%20cx%3D'32.238'%20cy%3D'61.859'%20r%3D'5.929'/%3E%3Cpath%20fill%3D'%23202d4d'%20d%3D'M81.495,53.664c0-6.711-16.923-10.875-16.923-10.875l-8.059-9.27c-10.341-3.222-23.371,0.537-23.371,0.537%20c-12.088,2.823-13.429,11.015-13.429,11.015l-0.134,6.578c-3.527,7.662,1.752,10.038,2.785,10.421%20c-0.002-0.07-0.011-0.139-0.011-0.211c0-5.571,4.531-10.103,10.1-10.103s10.1,4.531,10.1,10.103c0,0.092-0.012,0.177-0.013,0.27%20h16.833c-0.002-0.093-0.013-0.178-0.013-0.27c0-5.571,4.53-10.103,10.1-10.103c5.162,0,9.424,3.896,10.023,8.897%20C82.364,58.233,81.495,53.664,81.495,53.664z%20M39.725,43.728H25.221l0.101-3.227c0,0,4.858-4.378,14.403-5.595V43.728z%20M41.84,43.728v-9.029c3.802-0.269,8.237-0.037,13.332,1.104l6.446,7.925H41.84z'/%3E%3C/svg%3E");
}
/*#endregion Choix de prestation*/
/*#region Famille de prestation*/
#divServiceCategory {
  /****************************INSERER ICI le fichier family-service.less******************************/
  /**********************************FIN FICHIER family-service.less***********************************/
}
#divServiceCategory [class*="Category_"]::before {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D\'1.1'%20id%3D'autre'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%20%3Cg%3E%20%3Cpath%20fill%3D'%23364c84'%20d%3D'M28.75,37.874c0-12.007,11.218-16.114,21.171-16.114c10.19,0,21.249,3.555,21.329,16.193%20c0,10.743-6.398,13.351-11.455,14.852c-8.215,2.527-9.479,4.029-9.479,14.061h-4.028c0-10.822,2.686-14.851,12.482-17.694%20c4.502-1.343,8.451-3.318,8.451-11.218c0-10.348-9.717-12.402-17.299-12.402c-7.268,0-16.984,2.449-17.063,12.323H28.75z%20M51.738,75.16c0,4.107-6.162,4.107-6.162,0S51.738,71.053,51.738,75.16z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
#divServiceCategory [class^="Category_EXEMPLE"]::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D\'1.1'%20id%3D'autre'%20xmlns%3D'http%3A%2F/www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20width%3D'100px'%20height%3D'100px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%20100%20100'%20xml%3Aspace%3D'preserve'%3E%20%3Cg%3E%20%3Cpath%20fill%3D'%23364c84'%20d%3D'M28.75,37.874c0-12.007,11.218-16.114,21.171-16.114c10.19,0,21.249,3.555,21.329,16.193%20c0,10.743-6.398,13.351-11.455,14.852c-8.215,2.527-9.479,4.029-9.479,14.061h-4.028c0-10.822,2.686-14.851,12.482-17.694%20c4.502-1.343,8.451-3.318,8.451-11.218c0-10.348-9.717-12.402-17.299-12.402c-7.268,0-16.984,2.449-17.063,12.323H28.75z%20M51.738,75.16c0,4.107-6.162,4.107-6.162,0S51.738,71.053,51.738,75.16z'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
/*#endregion Famille de prestation*/