
/*//////////////////////////////////////////////////////////////////

[ Table ]*/



.limiter {

  width: 100%;

  margin: 0 auto;

}
.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #d1d1d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}
.wrap-table100 {
  width: 1300px;
}
/*//////////////////////////////////////////////////////////////////

[ Table ]*/

.column100 {
  padding-left: 25px;
}
.column100.column1 {
  width: 30%;
  padding-left: 20px;
  border-right:1px solid #ffffff;
}
.row100.head th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.row100 td {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*==================================================================

[ Ver3 ]*/
.table100.ver3{
	border-radius:5px;
	margin-bottom:50px;
	}
.table100.ver3 tbody tr {
	background:#e7e7e7;
	border-bottom: 1px solid #ffffff;
}
.table100.ver3 td {
}
.table100.ver3 th {
  color: #fff;
  text-transform: uppercase;
  background-color: #0063ae/*bleu*/;
}
.table100.ver3 .row100:hover td {
  background-color: #ffffff;
}
.table100.ver3 .hov-column-ver3 {
  background-color: #ffffff;
}
.table100.ver3 .hov-column-head-ver3 {
  background-color: #0063AE !important;
}
.table100.ver3 .row100 td:hover {
  background-color: #424242;
  color: #fff;
}