/* Styles */
:root {
  --blue: #AA7bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868E80;
  --gray-dark: #343A40;
  --gray-light: #868E96;
  --gray-light2: #A1ADB9;
  --primary: #6c757d;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} 
body {
  overflow: scroll;
}
h1, h2, h3, h4, h5 {
  text-align: center;
} 
h1 {
  font-size: 1.1em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.9em;
} 
.card-header1 {
  font-size: 1.1em; 
  text-decoration: underline;
}
.card-header {
    margin-bottom: 7px;
    padding: 0px;
    border: none;
}
.mb-3 {
  background-color: transparent;
  padding-left:11px;
}
.btn-primary {
  color: var(--gray);
  background-color: var(--white);
  border-color: #007bff;
  padding: 3px 7px;
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color:  var(--gray);
  border-color: var(--gray-dark);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.Label_click {
  padding: 3px 7px; 
  border-radius: 7px;
  border:1px solid #000;
  cursor: pointer;
} 
.No_editable:hover {
    cursor: default;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}
input {
  padding: 13px;
  line-height: 13px;
}
.form-control {
  line-height: 21px;
  transition: background 0.1s;
  text-align: center;
  display: inline-block;
} 
.form-control:hover {
 background-color: var(--gray-light2);
} 
input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer;
  width: 101px;
  display: inline-block;
}
textarea .form-control {
  height:37px;
  text-align: left;
}
.chiffres {
  text-align: center;
  width: 71px;
  padding: 0px 3px; 
  margin-left: 3px;
}
.bouton {
  cursor: pointer;
}
.Confirmation { 
  z-index: 1000;
  border:1px solid #777;
  border-radius: 7px;
  padding: 11px; 
  visibility: hidden;
  text-align: center;
}
.message {
  visibility: hidden;
  z-index: 10000;position: fixed; 
  text-align: center;
  padding: 11px;border:1px solid #777;border-radius:7px;background-color: #FFF; 
  width: 201px;
  margin-left: 47%;
} 
.New_line {
  display: none; 
  background-color: var(--gray-light);
  color: #ffffff;
}
.Ligne_select {
  background-color: #CCC;
}
.Div_bordure {
  border: 1px solid #777;
  border-radius: 7px;
}
.Ligne {
  background-color: transparent; 
  transition: background 0.7s;
  padding: 0px; 
  border-radius: 7px;
}
.Ligne:hover {
  background-color: #CCC; 
} 
.table td {
 padding: 7px; 
}
/* glyphicon button */
.glyphicon.glyphicon-edit {
  cursor: pointer;
  line-height: 3px;
  border-radius: 50%;
  border: 1px thin var(--gray-dark);
  color: var(--gray-dark)
  padding: 0px;
  height: 23px;
  width: 23px;
  background: none;
  transition: color .3s, background .3s, border .3s;
  /*box-shadow helps soften the choppy circle*/
  box-shadow: 0 0 1px #000, inset 0 0 2px #000;
  font-size: 0.9em;
}
.icon_metres { /* pour icone i (pas button) */
  padding-top: 10px;
  margin-left: 7px;
}

.glyphicon.glyphicon-edit:hover {
  background: var(--gray-dark);
  color: #FFF;
  border: 1px thin var(--gray);
}
.glyphicon.glyphicon-edit:focus {
  border-color: blue;
  outline: none;
}
.glyphicon.glyphicon-edit:active {
  border-color: red;
}
.Delete {
  padding: 5px;
}
/* glyphicon button */

.modal-dialog {
  margin-left:auto;margin-right:auto;
}

