/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2024 | 08:52:04 */
.infos_suppl_tableau:first-of-type {
	text-align: right;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	line-height: 18.29px;
}
.infos_suppl_tableau:last-of-type,
.infos_suppl_tableau_for_accessoires,
.infos_suppl_tableau_for_region {
	text-align: right;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	line-height: 14.63px;
	margin-bottom: 0;
}
/* ~~ Datatables d'une page produit ~~ */
.tableau_stocks {
  font-family: 'Montserrat', sans-serif !important;
  color: #000 !important;
  font-size: 15px !important;
}

.tableau_stocks td {
}

.not_printable .tableau_stocks thead th:nth-child(1) {
    /* Styles pour le deuxième <th> */
    box-sizing: border-box;
    width: 100px;
    max-width: 100px;
	min-width: 100px;
}
.not_printable .tableau_stocks.tableau-client thead th:nth-child(1) {
    /* Styles pour le deuxième <th> */
    box-sizing: border-box;
    width: 107px !important;
    max-width: 107px;
	min-width: 107px;
}
.not_printable .tableau_stocks thead th:nth-child(2) {
    /* Styles pour le deuxième <th> */
    box-sizing: border-box;
    width: 386px;
    max-width: 386px;
    min-width: 386px;
}
.not_printable .tableau_stocks.tableau-client thead th:nth-child(2) {
    /* Styles pour le deuxième <th> */
    box-sizing: border-box;
    width: 500px !important;
    max-width: 500px;
    min-width: 500px;
}

.not_printable .tableau_stocks thead th:nth-child(3) {
    /* Styles pour le troisième <th> */
    box-sizing: border-box;
    width: 185px;
    max-width: 185px;
    min-width: 185px;
}
.not_printable .tableau_stocks.tableau-client thead th:nth-child(3) {
    /* Styles pour le troisième <th> */
    box-sizing: border-box;
    width: 185px !important;
    max-width: 185px;
    min-width: 185px;
}

.not_printable .tableau_stocks thead th:nth-child(4) {
    /* Styles pour le quatrième <th> */
    box-sizing: border-box;
    width: 185px;
    max-width: 185px;
    min-width: 185px;
}
.not_printable .tableau_stocks.tableau-client thead th:nth-child(4) {
    /* Styles pour le quatrième <th> */
    box-sizing: border-box;
    width: 260px !important;
    max-width: 260px;
    min-width: 260px;
}
.not_printable .tableau_stocks.tableau-client thead th:nth-child(5) {
    /* Styles pour le quatrième <th> */
    box-sizing: border-box;
    width: 109px !important;
    max-width: 109px;
    min-width: 109px;
}

.not_printable .tableau_stocks.tableau-client thead tr:not([style*="display: none"]) th:last-child {
    box-sizing: border-box;
    width: 140px !important;
    max-width: 140px;
    min-width: 140px;
}

.not_printable .tableau_stocks.tableau-agent thead tr:not([style*="display: none"]) th:last-child {
    box-sizing: border-box;
    width: 140px;
    max-width: 140px;
    min-width: 140px;
}

.tableau_stocks tbody tr:nth-child(even) {
    background-color: rgba(70,95,110,0.3) !important;  /* Couleur de fond pour les rangées paires */
}
.tableau_stocks tbody tr:nth-child(even) td {
	box-shadow: none !important;
    background-color: transparent !important;
}

.tableau_stocks tbody tr:nth-child(odd) {
    background-color: #ffffff !important;  /* Couleur de fond pour les rangées impaires (facultatif) */
}
.tableau_stocks tbody tr:nth-child(odd) td {
	box-shadow: none !important;
    background-color: transparent !important;
}

.tableau_stocks tbody tr td {
  font-weight: 300 !important;
  /*padding: 15px 10px !important;*/
	padding-right: 10px !important;
	padding-left: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	font-size: 15px !important;
	height: 50px !important;
}
.tableau_stocks tbody tr td a {
	color: #003C7D;
	text-decoration: underline;
}
.tableau_stocks tbody tr td a:hover {
	color: #003C7D;
	text-decoration: none;
}
.tableau_stocks thead tr {
  background: rgba(70,95,110,0.3) !important;
}
.tableau_stocks thead tr th,
.tableau_stocks thead tr th.dt-type-numeric,
.tableau_stocks thead tr th span.dt-column-title{
  text-align: center !important;
	vertical-align: middle !important;
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.tableau_stocks thead tr th .subtitle {
  font-weight: 300 !important;
}
.tableau_stocks thead tr th span.dt-column-title {
      margin-bottom: 0 !important;
	font-weight: 500 !important;
}
.tableau_stocks thead tr th span.dt-column-title,
.tableau_stocks thead tr th span.dt-column-order {
  display: block !important;
}
.tableau_stocks thead tr th span.dt-column-order {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: auto !important;
}
.tableau_stocks thead tr th:not(.dt-orderable-none) span.dt-column-order {
	height: 20px;
}
.tableau_stocks thead tr th.dimension span.dt-column-order {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}

.tableau_stocks tbody tr td,
.tableau_stocks tbody tr td.dt-type-numeric {
  text-align: center !important;
}

table.tableau_stocks thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.tableau_stocks thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.tableau_stocks thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.tableau_stocks thead>tr>td.dt-ordering-asc span.dt-column-order:before {
	content: "\f077" !important;
	font-family: FontAwesome !important;
	font-size: 18px !important;
	opacity: 0.3 !important;
	/*bottom: 0 !important;*/
}
table.tableau_stocks thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.tableau_stocks thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.tableau_stocks thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.tableau_stocks thead>tr>td.dt-ordering-desc span.dt-column-order:after {  
	content: "\f078" !important;
	font-family: FontAwesome !important;
	font-size: 18px !important;
	opacity: 0.3 !important;
	top: 50% !important;
	/*bottom: 25% !important;*/
}
table.tableau_stocks thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.tableau_stocks thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.tableau_stocks thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.tableau_stocks thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1 !important;
}
table.tableau_stocks thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.tableau_stocks thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.tableau_stocks thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.tableau_stocks thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1 !important;
}
table.tableau_stocks thead>tr>th.dt-orderable-asc,
table.tableau_stocks thead>tr>th.dt-orderable-desc,
table.tableau_stocks thead>tr>th.dt-ordering-asc,
table.tableau_stocks thead>tr>th.dt-ordering-desc,
table.tableau_stocks thead>tr>td.dt-orderable-asc,
table.tableau_stocks thead>tr>td.dt-orderable-desc,
table.tableau_stocks thead>tr>td.dt-ordering-asc,
table.tableau_stocks thead>tr>td.dt-ordering-desc {
    padding-right: 4px !important;
    padding-left: 4px !important;
	border: none !important;
}

table.tableau_stocks .column2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 3px !important;
}
table.tableau_stocks .column2 input {
  border-radius: 5px !important;
  border: 0 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset !important;
  height: 26px !important;
  width: 62px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  margin-right: 13px !important;
  text-align: right !important;
}

table.tableau_stocks .dimension .dt-column-title {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom:0 !important;
}
#tableProduct_wrapper .dt-layout-row:not(.dt-layout-table) {
	display: none;
}
/* ~~ Fin datatables d'une page produit ~~ */


/* ~~ Datatables pour al partie "Documentations" ~~ */
.tableau_documentations div.dt-container .dt-paging .dt-paging-button {
	font-size: 12px;
    font-family: "Montserrat", Sans-serif;
    margin: 0;
}
.tableau_documentations div.dt-container .dt-paging .dt-paging-button:not(.current):hover {
	background: #eedbc5 !important;
    color: #003c7d !important;
    border: 1px solid #eedbc5 !important;
    border-radius: 5px !important;
}
.tableau_documentations div.dt-container .dt-paging .dt-paging-button.disabled:hover {
	background: none !important;
    border: 1px solid transparent !important;
}
.tableau_documentations div.dt-container .dt-paging .dt-paging-button.first,
.tableau_documentations div.dt-container .dt-paging .dt-paging-button.last{
	display: none;
}
.tableau_documentations td, .tableau_documentations th {
	border: 0;
    font-size: 12px;
    font-family: "Montserrat", Sans-serif;
}
.tableau_documentations tbody tr:nth-child(2n + 1) {
	background: #dfeaf6;
}
.tableau_documentations .dataTable.stripe>tbody>tr:nth-child(odd)>*, .tableau_documentations .dataTable.display>tbody>tr:nth-child(odd)>* {
	box-shadow: none !important;
}
/* ~~ Fin datatables pour "Documentations" ~~ */