/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
#s5_shape5_logo,  .fond-trsp {background:none !important;}
.pg-detail-view {
transform: none !important;
}
#s5_above_columns_wrap1 {
	background: none !important;
}
.s5_wrap {
	width: 100% !important;
}

table.fabscroll {
    width: 100%;
    border-spacing: 0;
    border: 2px solid black;
}

table.fabscroll th,
table.fabscroll td,
table.fabscroll tr,
table.fabscroll thead,
table.fabscroll tbody {  }

table.fabscroll thead tr {
    /* fallback */
    width: 97%;
    /* minus scroll bar width */
    width: -webkit-calc(100% - 16px);
    width:    -moz-calc(100% - 16px);
    width:         calc(100% - 16px);
}

table.fabscroll tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
table.fabscroll > tbody > tr:nth-child(2n+1) > td, .fabscroll > tbody > tr:nth-child(2n+1) > th {
   background-color: AliceBlue;
}
table.fabscroll tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.fabscroll tbody td,
table.fabscroll thead th {
 	padding-right:5px;
	padding-left : 5px;
    /*border-right: 1px solid black;*/
}

table.fabscroll thead tr th { 
    height: 30px;
    line-height: 30px;
	font-weight:bold;
    text-align: center;
	padding:0;
}

table.fabscroll tbody { border-top: 2px solid black; }

table.fabscroll tbody td:last-child, table.fabscroll thead th:last-child {
    border-right: none !important;
}
table.fabscroll tbody td:first-child , table.fabscroll thead th:first-child{
	
}
p.readmore a.btn {background:#73A0CF !important; font-weight:bold;border-radius: 12px; margin: 4px 2px;   padding: 10px;
  text-align: center;}