a.btn-back {
    font-weight: bold;
    color: #555 !important;
    font-size: 18px;
    display: block;
    margin-bottom: 40px;
}

colgroup col { width: 19%; }
colgroup col.first { width: 12%; }
colgroup col.second { width: 31%; }


table { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Tablehead */

thead th { 
    background: #FFFFFF; 
    text-align: center; 
    position: relative; 
    border-bottom: 1px solid #ccc; 
    padding: 0 0 1em !important; 
    font-weight: 400; 
    color: #999; 
}
thead th h2 { 
    text-transform: uppercase; 
    font-size: 20px; 
    line-height: 20px; 
    color: #00adce; 
    text-align: center; 
}
thead th span { 
    margin-bottom: 1em;
    display: block;
    padding: 0 0 8px 0;
    text-align: center;
    background-color: transparent;
    color: #FFFFFF;
}

tr td, tr th {
    border: 1px solid #ccc;
}
thead tr th:first-child {
    border-top: none;
    border-left:none;
}
tfoot tr th, tfoot tr td {
    border:none;
}

/* Tablebody */
table tbody tr, table tfoot, table thead {
    background-color: transparent !important;
}

th, td { font-size: .875em; line-height: 1.45; color: #444; vertical-align: middle; padding: 1em; }
th { font-weight: 600; }
tbody th span { font-weight: normal; color: #444; display: block; }
tbody td { font-weight: 600; color: #444;  }
tbody td span { color:#e85620; }
tbody td.even, tbody th.even {
    background-color: aliceblue;
}
tbody td.odd, tbody th.odd {
    background-color: #e3eef7;
}

tbody td { text-align: center; }

/* Tablefooter */
tfoot th  { padding: 2em 1em; }
tfoot td  { text-align: center !important;}

a.button { color: #FFFFFF !important; }
i.fa-check { color: green; font-size: 20px; }
i.fa-times { color: red; font-size: 20px; }
.line-header {
    font-size: 1.2rem;
line-height: 1;
}

.garanties_tarifs_finals {
    float: initial;
    width: initial;
}
.garanties_tarifs_finals span {
    font-weight: 700;
    color: #e85620;
}

a.choix-package { background-color: #1583cc; }
a.choix-package:hover { background-color: #e85620; }
a.choix-package.selected { background-color: #e85620; cursor: default; }
colgroup col.recommended { border: 10px solid #00adce; }
colgroup col.selected { border: 10px solid #e85620; }
.table-cotisation td { color: #e85620;}

thead th.recommended span { background-color: #00adce; }
thead th.selected span { background-color: #e85620; }

#bloc-options {
    display: none;
}

a.lexicon-term.form-tooltip {
    display: inline-block;
  vertical-align: middle;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  position: relative;
  margin: 5px 0;
  width: 18px;
  height: 28px;
  padding-left: 0px;
  line-height: 30px;
  border-bottom: 0;
}
a.lexicon-term.form-tooltip::before
{
  content: "?";
  font-size: 11px;
  font-weight: 900;
  background-color: #666;
  width: 18px;
  height: 18px;
  position: absolute;
  color: #FFF;
  line-height: 20px;
  display: block;
  text-align: center;
  border: none;
  border-radius: 18px;
  margin-top: 4px;
  margin-left: 5px;
}
[type=checkbox]:not(:checked)+label:before {
    border: 1px solid #666;
    background-color: #FFFFFF;
}