body {
    /*background-color: #b7c8d9;*/
    background-color: #ffffff;
    text-align: center;
    color: #202020;
    font-family: Arial, Tahoma, Times New Roman;
    font-size: 14px;
    margin: 0;
}

pre {
    font-size: 85%;
}

h1 {
    font-size: 30px;
    color: #202020;
}

h2 {
    font-size: 20px;
    color: #202020;
}

h3 {
    margin: 0;
    padding: 0;
    color: #202020;
}

h4 {
    font-size: 120%;
    margin: 0;
    padding: 0;
    color: #202020;
}

p {
    font-size: 14px;
}

td {
    font-size: 14px;
}

a {
    text-decoration: none;
    color: blue;
    border-width: 0;
}

a:hover {
    text-decoration: none;
    color: red;
    border-width: 0;
}

a:active {
    text-decoration: none;
    color: red;
    border-width: 0;
}

img {
    border-width: 0;
}

.btn {
    background-color: #303030;
    border-color: #303030;
    padding: 10px 14px;
    color: #fff;
    font-size: 14px;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
}

input.btn:hover, input.btn:active, a.btn:active, a.btn:hover {
    color: #ffffff;
    background-color: #202020;
    border-color: #202020;
}

#home {
    width: 750px;
}

#home div.top {
    width: 750px;
    position: relative;
    height: 300px;
}

#home div.top div.left {
    width: 400px;
    position: absolute;
    top: 0;

}

#home div.top div.left p.bold {
    font-weight: bold;
}

#home div.top div.left ul {
    padding-left: 15px;
    margin: 0;
}

#home div.top div.left ul li {
    margin-bottom: 15px;
}

#home div.top div.right {
    float: right;
    background-color: #e5e9ee;
    border: 1px solid #265683;
    padding: 10px;
    margin-top: 10px;
}

#ftp {
    display: inline-block;
    height: 100%;
}

#ftp p.bold {
    font-weight: bold;
}

#ftp-upload {
    background-color: #e5e9ee;
    border: 1px dashed #265683;
    padding: 15px;
    border-radius: 3px;
    float: left;
    margin-left: 15px;
}

#drop {
    width: 250px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

#drop a {
    width: 220px;
}

#drop input {
    display: none;
}

#ftp-upload ul, #ftp-download ul {
    list-style: none;
    margin: 0 -30px;
}

#ftp-upload ul li, #ftp-download ul li {
    padding: 5px;
    height: 30px;
    position: relative;
}

#ftp-upload ul li input {
    display: none;
}

#ftp-upload ul li p, #ftp-download ul li p {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: -11px;
    left: 22px;
}

#ftp-upload ul li i, #ftp-download ul li i {
    font-weight: normal;
    font-style: normal;
    color: #7f7f7f;
    display: block;
}

#ftp-upload ul li canvas {
    left: -10px;
    position: absolute;
}

#ftp-upload ul li span, #ftp-download ul li span {
    width: 15px;
    height: 12px;
    background: url('../images/icons.png') no-repeat;
    position: absolute;
    right: 25px;
    cursor: pointer;
}

#ftp-upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#ftp-upload ul li.error p {
    color: red;
}

#ftp-download {
    background-color: #e5e9ee;
    border: 1px solid #265683;
    width: 420px;
    padding: 15px;
    float: left;
}

#ftp-download h3 {
    padding: 10px 30px 40px 50px;
}

#ftp-download img {
    position: absolute;
    height: 20px;
    left: 10px;
    cursor: pointer;
}

#ftp-download ul li p {
    left: 40px;
    width: 360px;
}

#ftpmsg div {
    padding: 0 20px;
    border: 1px solid #696;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 16px;
    margin-bottom: 15px;
}

#ftpmsg div span {
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
}

#ftpmsg div.error {
    background-color: #FF9494;
    cursor: pointer;
}

#ftpmsg div.error span {
    width: 12px;
    height: 15px;
    background: url('../images/icons.png') no-repeat;
    background-position: 0 -12px;
}

#ftpmsg div.success {
    background-color: #C0D890;
}

#home div.bottom {
    width: 750px;
    margin-bottom: 20px;
    text-align: right;
}

.bottom {
    width: 100%;
    text-align: center;
}

#filelist {
    margin-top: 15px;
}

#uploadFilesButtonContainer, #selectFilesButtonContainer, #overallProgress {
    display: inline-block;
}

#overallProgress {
    float: right;
}

.yellowBackground {
    background: #F2E699;
}

.serverdata {
    font-size: 0.8em;
}

#page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    text-align: left;
    font-size: 14px;
}

#error {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#error p {
    color: red;
}

#header {
    padding: 10px 0 10px 0;
    height: 75px;
}

#menu-fix {
    width: 100%;
    height: 60px;
    background-color: #3c3c3c;
    position: fixed;
    top: 0;
    z-index: 100;
}

#menu, #menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
}

#menu {
    width: 1050px;
    margin: 0 auto;
}

#menu ul li.logo, #menu ul li.exit {
    height: 60px;
}

#menu ul li.exit {
    border: 0;
}

#menu li.logo {
    text-align: center;
    vertical-align: middle;
    min-width: 84px;
    padding-left: 14px;
    padding-right: 10px;
}

#menu li.logo img {
    margin: 5px 0;
}

#menu li.exit img {
    width: 30px;
    vertical-align: middle;
    margin-top: -5px;
}

#menu a {
    background-color: #3c3c3c;
    color: #ffffff;
    display: block;
    text-decoration: none;
    width: 159px;
}

#menu a.active {
    background-color: #202020;
}

#menu li.exit a, #menu li.logo a {
    width: 123px;
    padding: 0;
}

#menu li {
    float: left;
    border-right: 1px solid #202020;
    text-align: center;
}

html > body #menu li {
    border-right: 1px solid #202020;
}

#menu a:hover {
    background-color: #202020;
    text-decoration: none;
}

#content {
    width: 800px;
    margin-top: 60px;
    border-radius: 5px;
    background-color: #ffffff;
}

.cont {
    padding: 10px 20px 10px 20px;
}

.listTitle ol {
    padding: 0;
    margin: 0;
}

.listTitle {
    border-top: 1px solid black;
    vertical-align: top;
}

.listTitle p {
    margin: 0;
    padding: 0 0 10px 0;
}

.product-list {
    width: 604px;
    margin: 0 auto;
}

/*
.product {
    width: 600px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-width: 2px;
    border-style: solid;
    min-height: 150px;
    text-align: center;
    margin-bottom: 50px;
}*/

.product {
    width: 600px;
    border-top-width: 3px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    min-height: 125px;
}

.product img {
    background-color: #ffffff;
    margin-top: -22px;
    margin-left: -40px;
    width: 150px;
}

.product p {
    font-size: 120%;
    float: left;
}

.prd-download {
    margin-top: 10px;
    float: right;
    width: 100px;
    text-align: center;
}

#download {
    width: 700px;
}

#download td {
    vertical-align: top;
    padding: 10px;
    text-align: center;
    width: 90px;
    height: 120px;
}

#download td img {
    height: 115px;
}

.download_entity {
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #000000;
    padding: 10px;
    width: 100%;
}

.download_entity tr:hover {
    background-color: #c5f1ff;
}

.downList {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: auto;
    padding-bottom: auto;
}

.downList p {
    background-color: #e0e0e0;
    height: 20px;
    margin: 10px;
    padding-top: auto;
    padding-bottom: auto;
}

.downList img {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

.downListFix {
    padding-left: 20px;
    font-style: italic;
}

.downListPack {
    font-size: 15px;
}

.OS {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.OS input {
    cursor: pointer;
}

.descrOS {
    display: none;
}

.tblDownload {
    margin: 10px 0 0 0;
}

.tblDownTtl {
    text-align: left;
    background-color: #e0e0e0;
}

.tblDownInfo {
    text-align: right;
    background-color: #e0e0e0;
}

.entity_title {
    font-size: 22px;
    cursor: pointer;
}

.entity_title img {
    width: 18px;
    vertical-align: top;
    padding-top: 5px;
}

#footer {
    font-style: italic;
    font-size: 90%;
    text-align: center;
    padding: 10px;
}

.searchForm {
    margin: 30px;
    margin-left: auto;
    margin-right: auto;
}

.searchForm td {
    padding: 2px 0;
}

.searchFormLft {
    width: 100px;
    text-align: right;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
}

.searchFormRgt {
    text-align: left;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
}

.searchFormRgt input[type='text'] {
    height: 20px;
    font-size: 0.9em;
}

.searchFormRgt ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
}

.searchFormSub {
    padding: 10px;
    text-align: center;
}

.searchBtn {
    border-width: 1px;
    cursor: pointer;
    margin: 15px 0;
}

.showIndex {
    width: 750px;
    margin: 10px auto;
    padding: 20px;
}

.showSubIndex {
    width: 750px;
    margin: 0 auto 10px auto;
    border-bottom: 1px solid blue;
    padding: 0 20px 20px 20px;
}

.expand {
    cursor: pointer;
    font-size: 14px;
}

.hiddenList {
    width: 725px;
    margin-left: 25px;
}

.login {
    width: 200px;
    margin: 0 auto;
    padding: 25px;
}

.logField {
    font-size: 15px;
    white-space: nowrap;
}

.logField input {
    margin: 3px 0;
    padding: 5px;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid lightgrey;
    width: 200px;
}

.logField input:focus {
    margin: 3px 0;
    padding: 5px;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid black;
    width: 200px;
}

.logError {
    color: red;
    white-space: nowrap;
    padding: 5px 0 10px 0;
    font-size: 80%;
    height: 13px;
    display: inline-block;
}

.logSubmit {
    text-align: center;
}

/*
.logSubmit input {
    margin-top: 10px;
    width: 75px;
    padding: 5px;
}
*/
.section {
    margin: 20px;
}

.section_lvl_1 {
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

.section_lvl_2 {
    font-size: 16px;
    padding: 5px;
}

.section_lvl_3 {
    font-size: 14px;
    padding: 5px;
}

.section_lvl_4 {
    font-size: 12px;
    padding: 5px;
}

.doc {
    margin: 5px;
    width: 710px;
    margin: 0 auto;
}

.doc_section {
    padding-left: 10px;
    margin: 10px;
    float: left;
    max-width: 250px;
    border-left: 1px solid black;
}

.doc_title {
    text-decoration: underline;
    font-weight: bold;
}

.doc_section ul {
    padding: 5px 0 0 0;
    margin: 0;
}

.doc_section ul li {
    margin-left: 20px;
    padding-top: 3px;
}

.debug {
    border: 1px solid black;
    border-radius: 5px;
    background-color: Beige;
    padding: 10px;
    margin: 0;
    letter-spacing: 0;
    color: #000000;
    white-space: pre-wrap;
}

.searchNoResult {
    text-indent: 30px;
    color: red;
}

.searchInBuild {
    margin-bottom: 20px;
}

#searchMenu {
    height: 30px;
}

#searchMenu ul {
    padding: 0;
    margin: 0;
}

#searchMenu ul li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    z-index: 1;
    border-left: 1px solid #202020;
}

#searchMenu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    background-color: #303030;
    border: 0;
    color: #ffffff;
}

#searchMenu ul li a:hover {
    background-color: #202020;
}

#searchMenu ul li a.actif {
    background-color: #202020;
}

#searchResult {
    border: 1px solid #202020;
    padding: 10px 0;
}

#searchResult .searchResultType {
    width: 100%;
}

#sepSearch {
    margin-top: 80px;
    margin-left: -50px;
    left: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    /*background-color: #555555;*/
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#divSearch {
    position: relative;
    top: 30px;
}

#divSpin {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
    border-radius: 100px;
    transform: scale(0.5);
    -moz-border-radius: 100px;
    -moz-transform: scale(0.5);
    -webkit-border-radius: 100px;
    -webkit-transform: scale(0.5);
}

#divSpin div {
    width: 10px;
    height: 30px;
    background: #000000;
    position: absolute;
    top: 35px;
    left: 45px;
}

.bar1 {
    -moz-transform: rotate(0deg) translate(0, -40px);
    -webkit-transform: rotate(0deg) translate(0, -40px);
    -o-transform: rotate(0deg) translate(0, -40px);
    transform: rotate(0deg) translate(0, -40px);

    opacity: 0.12;
}

.bar2 {
    -moz-transform: rotate (45deg) translate(0, - 40 px);
    -webkit-transform: rotate(45deg) translate(0, -40px);
    -o-transform: rotate (45deg) translate (0, - 40 px);
    transform: rotate(45deg) translate(0, -40px);
    opacity: 0.12;
}

.bar3 {
    -moz-transform: rotate(90deg) translate(0, -40px);
    -webkit-transform: rotate(90deg) translate(0, -40px);
    -o-transform: rotate(90deg) translate(0, -40px);
    transform: rotate(90deg) translate(0, -40px);
    opacity: 0.25;
}

.bar4 {
    -moz-transform: rotate (135deg) translate (0, - 40 px);
    -webkit-transform: rotate(135deg) translate(0, -40px);
    -o-transform: rotate (135deg) translate (0, - 40 px);
    transform: rotate(135deg) translate(0, -40px);
    opacity: 0.37;
}

.bar5 {
    -moz-transform: rotate (180deg) translate (0, - 40 px);
    -webkit-transform: rotate(180deg) translate(0, -40px);
    -o-transform: rotate (180deg) translate (0, - 40 px);
    transform: rotate(180deg) translate(0, -40px);
    opacity: 0.50;
}

.bar6 {
    -moz-transform: rotate (225deg) translate (0, - 40 px);
    -webkit-transform: rotate(225deg) translate(0, -40px);
    -o-transform: rotate (225deg) translate (0, - 40 px);
    transform: rotate(225deg) translate(0, -40px);
    opacity: 0.62;
}

.bar7 {
    -moz-transform: rotate (270deg) translate (0, - 40 px);
    -webkit-transform: rotate(270deg) translate(0, -40px);
    -o-transform: rotate (270deg) translate (0, - 40 px);
    transform: rotate(270deg) translate(0, -40px);
    opacity: 0.75;
}

.bar8 {
    -moz-transform: rotate (315deg) translate (0, - 40 px);
    -webkit-transform: rotate(315deg) translate(0, -40px);
    -o-transform: rotate (315deg) translate (0, - 40 px);
    transform: rotate(315deg) translate(0, -40px);
    opacity: 0.87;
}

.toggle-caret .caret { display:inline-block; transition: transform .2s ease; }
.toggle-caret[aria-expanded="true"] .caret { transform: rotate(180deg); }

.hover-grow:hover {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}
.table th, .table td {
  vertical-align: middle !important;
}
.badge {
  font-size: 0.9rem;
}

/* Limite la hauteur d’affichage à ~3 lignes et active le scroll vertical */
.table-scroll-3 {
  max-height: 240px;          /* ajuste si besoin */
  overflow-y: auto;
}

/* Évite l’espace sous la table dans le conteneur scrollable */
.table-scroll-3 table {
  margin-bottom: 0;
}

/* Garde l’en-tête visible pendant le scroll */
.table-scroll-3 thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #212529;        /* même noir que .table-dark */
  color: #fff;
}