
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: inherit;
}

.tfContent {
  width: 100%;
  background-color: #e5e5e5;
  padding: 10px 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-table;
  padding-bottom: 70px;
}

.twContent-v2 .tfBloc_erreur ul li,
.twContent-v2 .tfTitle_erreur {
    text-align: center;
}

.twContent-v2 h3 {
    text-align: center;
}
.twContent-v2 {
    display: block;
    padding: 0;
}

.twContent-v2 .tfForm {
    padding: 10px;
    display: block;
    width: auto;
}

.twContent-v2 .tfForm .tfLinkUpload{
  width: 200px;
  height: 40px;
  background-color: rgb(238, 91, 47);
  display: inline-block;
}

.twContent-v2 .tfForm .tfLinkUpload div{
  line-height: 40px;
  color: #FFF;
  font-weight: bold;
}

.tfTable-v2 {
    grid-area: table;
}

.tfTable-v2 table {
}
.tfTable-v2 table th,
.tfTable-v2 table tr:nth-child(1){
    height: 25px;
    padding: 0;
    margin: 0;
}

.tfContent h1 {
  margin: 15px 0;
}

.tfEntete {
  width: 100%;
  background-color: #2a3883;
  display: flex;
  justify-content: center;
}

.tfEntete-v2 {
    background-color: #fff;
}

.tfEntete img {
  max-height: 110px;
  max-width: 100vw;
  object-fit: contain;
}

.tfFooter {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background-color: #2a3883;
  color: #fff;
  position: fixed;
  bottom: 0;
}

.tfFotter_txt {
  line-height: 50px;
  vertical-align: middle;
  margin: 0 5px;
}

.tfForm {
  width: 100%;
}

.tfMainTitle {
  width: 100%;
  color: #333;
  font-size: 1.6em;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  cursor: default;
  min-width: 285px;
}

.tfFormFlex {
  display: flex;
  flex-wrap: wrap;
  min-width: 290px;
}

.tfGroupForm {
  margin: 0 5px;
  width: 280px;
  height: 55px;
  /*flex: 1;*/
}

.tfGroupForm label {
  display: block;
  width: 250px;
  font-size: 0.7em;
  color: #333;
  height: 14px;
}

.tfGroupForm input[type="text"],
.tfGroupForm input[type="date"] {
  padding: 8px;
  height: 20px;
  width: 260px;
  border: 1px solid #333;
  color: #333;
  font-size: 1.1em;
  background-color: rgb(248, 248, 248);
}

.tfGroupForm select {
  margin: 0;
  width: 277px;
  height: 38px;
  border: 1px solid #333;
  background-color: rgb(248, 248, 248);
  cursor: pointer;
}

.tfGroupFormDouble {
  display: flex;
}

.tfGroupFormDouble label {
  width: 125px;
}

.tfGroupFormDouble input[type="text"],
.tfGroupFormDouble input[type="date"] {
  width: 120px;
}

.tfGroupFormDouble_field {
  width: 50%;
}

.tfForm_submit {
  background-color: rgb(238, 91, 47);
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 1em;
  width: 250px;
  height: 39px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  vertical-align: middle;
}

.tfForm_submit:hover {
  text-shadow: 0 0 25px #ffffff;
}

.tfForm_submit_Guichet {
  background-color: #2a3883;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 1em;
  width: 110px;
  height: 39px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  vertical-align: middle;
  border-radius: 3px;
}
.tfForm_submit_Guichet:hover {
  text-shadow: 0 0 25px #ffffff;
}

.btn_creer_Position {
  background-color: rgba(46, 125, 50, 1);
  color: white;
  border: none;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  height: 30px;
}

.btn_creer_Position:hover {
  text-shadow: 0 0 25px #ffffff;
}
.twLangue_main {
  display: flex;
}

.tfBloc_erreur {
  color: #a10000;
  min-width: 290px;
  margin-top: 5px;
}

.tfBloc_erreur .tfTitle_erreur {
  font-weight: bold;
}

.tfBloc_erreur ul {
  font-style: italic;
}

.tfTitleHiddable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.tfTable {
  background-color: #fff;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px;
  width: 100%;
}

.tfTable td {
  padding: 5px;

}

.tfTable tr {
  height: 35px;
  display: inline-table;
  width: 100%;
  display: table;
  table-layout: fixed;
}

table.tfTable th,
.tfTable th {
  background-color: #2a3883;
  border: none;
  color: #fff;
  font-size: 14px;
}

.tfTable tr:nth-child(even) {
  background-color: rgb(248, 248, 248);
}

.tfTable tr:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}

.tfTable tr:hover {
  background-color: rgb(240, 240, 240);
}

.tfTable table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.tfTable table tr:nth-child(odd),
.tfTable table tr:nth-child(even) {
  background-color: transparent;
}

.tfTable table {
  background-color: transparent;
  border-collapse: collapse;
  font-size: 0.8em;
}

.tfTable table td {
  padding: 0 2px;

}

.tfCenter {
  text-align: center;
}

.tfGroupForm input:focus {
  border-bottom-width: 2px;
  border-color: #2a3883;
}

.tfColFlex {
  margin-bottom: 15px;
}

#logo {
  float: left;

}

#langues {
  float: right;
  margin: 5px 10px 5px 0;
}

.Suivi .listeUM tr,
.Suivi .listeUM td {
  border-width: 0;
}

.checkbox_style {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 40px;
}

.checkbox_style:before {
  font-family: FontAwesome;
  display: block;
  color: grey;
  font-size: 25px;
}

.checkbox_style-checked:before {
  content: '\f046';
}

.checkbox_style-unchecked:before {
  content: '\f096';
}

.tfGroupForm input[type="date"] {
    font-size: .8em;
}

.twJc-c {
    justify-content: center;
}

.tfTable-v2 .tfTable {
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-flow: column;
}

.tfTable-v2 .tfTable tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tfTable-v2 .tfTable tr:nth-child(odd) {
    background-color: #eee !important;
}
.tfTable-v2 .tfTable th {
    color: #333 !important;
    background-color: #fff !important;
    padding: 3px;
}

.tfTable-v2 .tfTable tr:hover {
    background-color: #eaeaea !important;
}

#btnExport {
    line-height: 2.3em;
}

.GroupFormEcran{
  margin: 0 5px;
  width: 280px;
  height: 55px;
}

.GroupFormEcran label {
  /*width: 250px;*/
  font-size: 0.7em;
  color: #333;
}

.GroupFormEcran input[type="text"],
.GroupFormEcran input[type="date"] {
  padding: 8px;
  height: 50px;
  width: 260px;
  border: 1px solid #333;
  color: #333;
  font-size: 1.1em;
}