
tbody a, tbody a:hover {

  background-color: transparent;
	color: grey;
	font-weight: 15px;
  padding-left: 10px;
  display:block;

}

tbody a:hover {
	text-decoration: underline grey;
}

.titre {
  font-weight: bold;
  font-size: 20px;
}
.logo {
    height: auto;
    text-align: center;
    margin-right: 10px;
  }

  .logo-header {
    width: 60px;
    height: auto;
    text-align: center;
  }

  .head {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer {
    position: fixed;
    bottom: 0;
    padding:0;
    width: 100%;
    height: 55px;
    background-color: #F2CD00;
    border-style: solid;
    border-color: #F6F6F6;
    font-size: 16px;
  }

  

  .footer a {
    background-color: #F2CD00;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border: none;
    color: #1A181B;
    text-align: center;
    display: inline-block;
    font-size: 13px;
}

.table-striped {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

  h3 {
    overflow: hidden;
  }

  h3:before,
  h3:after {
    border-color: #ebce38;
    background-color: #ebce38;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30px;
  }



  
  .form-control,
  .label-control,
  .btlogin {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .lines:before,
  .lines:after {
    content: '';
    border-color: #ebce38;
    border-style: solid;
    border-width: 1px 0 0 0;
    width: 30px;
    height: 15px;
    position: absolute;
    left: 20%;
    top: calc(18px - 0px);
  }

  .lines:after {
    left: initial;
    right: 20%;
  }

  .holder {
    width: auto;
    display: inline-block;
  }
/*
  .text-center img {
    width: 400px;
    height: auto;
    text-align: center;
  }
*/

  input {
    margin-bottom: 20px;
  }

  .btco {
    background-color: #ECECEC;
    border: none;
    color: #1a181b;
    padding: 10px 140px;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 80px;
    white-space: nowrap;
  }

  .bt {
    background-color: #ECECEC;
    border: none;
    color: #1a181b;
    height: 50px;
    width: 350px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  #bt1,
  #bt2 {
    display: block;
    display: inline-block;
    text-align: center;
  }

  .underline {
    color: grey;
    text-decoration: underline;
    background: transparent;
    border: none;
  }

  .sous_titre {
    border-bottom: 1px solid #ebce38;
    width:200px;
  }

  div.dataTables_filter input {
      display: block;
      width: 100%;
      height: calc(2.25rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      box-shadow: inset 0 0 0 transparent;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      margin-top : 5px;
      margin-bottom : 0px;
  }

  #interventions_filter {
    margin-right : 6px;
  }
  #societes_filter {
    margin-right : 7px;
    margin-bottom : 0px;
  }

  .soustable {
    background-color: transparent !important;
    width: 100%;
    border:0;
  }

  .soustable tr {
    background-color: transparent !important;
    width: 100%;
    border:0;
  
  }

  .soustable tbody tr:nth-of-type(2n+1) {
    border-bottom:1px dashed
  }

  .soustable td {
    background-color: transparent !important;
    width: 100%;
    border:0;
  }