/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 19 2025 | 09:06:02 */
[data-theme="oceanblueserenity1"] {
  --color-bg :#03045e;
  --color-fg :#023e8a;
  --color-fen:#0077b6;
  --color-txt: #0096c7;
  --color-title:#00b4d8; 
}

[data-theme="oceanblueserenity2"] {
  --color-bg :#00b4d8;
  --color-fg :#48cae4;
  --color-fen:#90e0ef;
  --color-txt: #ade8f4;
  --color-title:#caf0f8; 
}
[data-theme="oceansunset1"] {
  --color-bg :#001219;
  --color-fg :#005f73;
  --color-fen:#0a9396;
  --color-txt: #94d2bd;
  --color-title:#e9d8a6; 
}
[data-theme="oceansunset2"] {
  --color-bg :#94d2bd;
  --color-fg :#ca6702;
  --color-fen:#bb3e03;
  --color-txt: #ae2012;
  --color-title:#9b2226; 
}

/*meadowgreen1: {"C1":"#d9ed92","C2":"#b5e48c","C3":"#99d98c","C4":"#76c893","C5":"#52b69a"},
meadowgreen2: {"C1":"#34a0a4","C2":"#168aad","C3":"#1a759f","C4":"#1e6091","C5":"#184e77"},
coolwaters: {"C1":"#22577a","C2":"#38a3a5","C3":"#57cc99","C4":"#80ed99","C5":"#c7f9cc"},
sereneblue: {"C1":"#e7ecef","C2":"#274c77","C3":"#6096ba","C4":"#a3cef1","C5":"#8b8c89"},
softlavander: {"C1":"#e7ecef","C2":"#274c77","C3":"#6096ba","C4":"#a3cef1","C5":"#8b8c89"},
deepsea: {"C1":"#0d1b2a","C2":"#1b263b","C3":"#415a77","C4":"#778da9","C5":"#e0e1dd"},
serenenaturetones: {"C1":"#6b9080","C2":"#1a4c3b","C3":"#4cce3d","C4":"#eaf4f4","C5":"#f6fff8"},
vintagelavender: {"C1":"#e7e6f7","C2":"#aea3b0","C3":"#aea3b0","C4":"#827081","C5":"#c6d2ed"},
bluehorizon: {"C1":"#ffffff","C2":"#00a7e1","C3":"#00171f","C4":"#003459","C5":"#007ea7"}*/ 

:root{
  --bg:#0b1020;
  --panel:#0f1630;
  --ink:#e9eefc;
  --muted:#a6b0d4;
  --accent:#63b3ed;
  --accent2:#f6ad55;
  --ok:#48bb78;
  --warn:#f6e05e;
  --bad:#f56565;
  --card:#121a3a;
  --border:#1e2750;
}
#plots{display:grid;grid-template-columns:1fr 1fr; gap:9px;height:90%;margin: 5px 0px;}

.card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
  padding:5px;
  margin: -80px 0px 0px 0px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.card h2{font-size:16px;margin:0 0 12px 0}
.badge{display:inline-block;background:#0e1540;border:1px solid var(--border);padding:4px 8px;border-radius:999px;color:var(--muted);font-size:12px}
.board{width:100%; height:300px; border-radius:12px; overflow:hidden; border:1px solid var(--border); background:#0c1230}
.kpi{display:grid;grid-template-columns:1fr 1fr; gap:10px; margin-top:10px}
.kpi .pill{
  background:#0a1230; border:1px solid var(--border); border-radius:12px; padding:10px; text-align:center;
  color: var(--color-fg);
}
.pill b{display:block;font-size:18px;margin-top:4px}


.SPGOOboard {
  background: var(--color-fen);
 }

 .tab-buttons {
  display: flex;
  background: #a7c3d4;
  border-top: 3px solid #ccc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /*gap: 1em;
  -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
  box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);
  border-bottom: 0px solid #bdc3c7;*/
}

 .tab-buttons-1 {
  display: flex;
  background: #a7c3d4;
  border-top: 3px solid #ccc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /*gap: 1em;
  -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
  box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);
  border-bottom: 0px solid #bdc3c7;*/
}

 .tab-buttons-2 {
  display: flex;
  background: #a7c3d4;
  border-top: 3px solid #ccc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /*gap: 1em;
  -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
  box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);
  border-bottom: 0px solid #bdc3c7;*/
}




.tab-button {
  flex: 1;
  padding: 15px 20px;
  background: none;
  border-radius: 15px;
  border: 3px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s;
  color: blue; /*7f8c8d;*/ 
}

.tab-button.active {
  background: #3498db;
  color: white;
}

.tab-button:hover {
  background: #2980b9;
  color: white;
}

.tab-content {
  padding: 30px;
  display: none;
}

.tab-content.active {
  display: block;
}




#myModalVariable {
  position:absolute;
  top: 450px;
  left:250px;
}

  td.highlight {
    background-color: rgba(var(--dt-row-hover), 0.052) !important;
  }

  thead.td.highlight {
    background-color: rgba(var(--dt-row-hover), 0.052) !important;
  }

  div.dt-button-collection {
    overflow: auto;;
  }

  h1 {
    color: #2c7fb8;
    text-align: center;
   
  }

  li,ul {
    font-family:Katex_Main;
    font-size:20px;
    color: red;
    text-align:left;
  }
  li {
    color: #130b8c;
  }
.cl_fcts {
    cursor:pointer;
}

.fullscreen-left #LEFT {
  flex: 1;
}

.fullscreen-left #RIGHT {
  flex: 0;
  display: none;
}

.fullscreen-right #LEFT {
  flex: 0;
  display: none;
}
.fullscreen-right #parametre_trace {
  flex: 0;
  display: none;
}
.fullscreen-right #composition {
  flex: 0;
  display: none;
}

.fullscreen-right #editor{
  flex: 1;
  height:800px;
}

#LEFT, #RIGHT {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

  /* attention au nom de la classe container car utilisée dans bootstrap */
  .containerCP {
    height:1100px;
    overflow:hidden;
    display: flex;
    /*gap: 2em; */
    flex-wrap: wrap;
    justify-content: space-between;

  }
  .left {
    /* flex: 1 1 45%;*/ 
    width : 100%;
    text-align:center;
    /*display: flex; */
    /*flex-direction: column; */
    gap: 1em;
    -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
    box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);

  }
  .right {
    /* flex: 1 1 45%;*/ 
    width : 45%;
    background-color: var(--color-fg);
    /*display: flex; */
    flex-direction: column; 
    border: 3px solid #ccc;
    border-radius: 5px;
    gap: 1em;
    -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
    box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);

  }
  .jxgbox {
    width: 90%;
    height: 90%;
    border: 2px solid #2c7fb8;
  }

  /* Nouveau bloc de bounding box inputs */
  #bbox-controls {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 0.5em;
  }
  #bbox-controls label {
    font-size: 14px;
    color: #2c7fb8;
  }
  #bbox-controls input {
    width: 60px;
    padding: 4px;
    background-color: #ffffffdd;
    border: 1px solid #2c7fb8;
    font-size: 14px;
  }

  textarea {
    width: 90%;
    height: 120px;
    background:var(--color-txt); /* #e9edf1;*/
    font-family: monospace;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width:90%;
    max-height:120px;
  }

  .title_parametres {
    color: var(--color-title);
  }
  .textarea_parametres {
    resize:none;
    width:200px;
    height:600px;
    font-family: monospace;
    max-width:200px;
    max-height:600px;

  }
  .textarea_parametresCSV {
    resize:auto;
    width:800px;
    height:80px;
    font-family: monospace;
    max-width:800px;
    max-height:200px;
    min-height:40px;
  }

  .Tstationnarites {
    width: 95%;
    height: 27%;
    padding:5px;
    margin:10px 0px 0px 30px;
    background: #0c1230; /*  var(--color-fg);*/ 
    color: var(--color-title);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: auto;
    min-width: 700px;
  }

  .Tstationnarites:hover {
    transform: scale(1.02); 
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    background: #0c1230; /* var(--color-fg);*/ 
    transition: all 1.3s ease;
}


  .Tests_ACP {
    width: 97%;
    height: 93%;
    padding:5px;
    margin:10px 0px 0px 15px;
    background: var(--color-fg);
    color: var(--color-title);
    overflow: auto;
    min-width: 700px;

  }
  .methode_stationnarites {
    color:red;
    cursor: pointer;
    margin:-20px 0px 0px 0px;
  }

  button {
    /*padding: 8px 12px;*/
    font-size: 12px;
    background-color: #2c7fb8;
    color: white;
    border: 1px solid rgb(4, 2, 156);
    border-radius: 4px;
    cursor: pointer;
    margin:10px;
  }

  .methode_stats {
    color:red;
    cursor: pointer;
  }
  .ZmethodesReg {
    margin:5px;
    width:100px;
    color:white;
    background:rgb(97, 97, 99);
    
    border: 1px solid rgb(4, 2, 156);
    border-radius: 10px;
    cursor: pointer;
    margin:10px;
  }


  .Zmethodes {
    margin:5px;
    width:100px;
    color:black;
    background: yellow ;
    border: 1px solid rgb(4, 2, 156);
    border-radius: 10px;
    cursor: pointer;
    margin:10px;
  }

  .Zgraphiques {
    width:100px;
    height:50px;
    font-size:12px;
    color:black;
    background:rgb(202, 199, 199);
    border: 1px solid rgb(4, 2, 156);
    border-radius: 10px;
    cursor: pointer;
    margin:5px;
  }


.liste_variables {

  /* margin:0px 0px 10px 15px;*/
  background:rgb(177, 215, 238);
  height:50px;
  /*width:100px; */
  overflow:auto;
}
.liste_variables_ACP {
  position:relative;
  /*top:0px; */
  z-index: 100;
  /*left: 10px; */
  /* margin:0px 0px 10px 15px;*/
  background:rgb(177, 215, 238);
  height:60px;
  /*width:100px; */
  overflow:auto;
}

.liste_variables_ACP:hover {
    height : 400px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    background:rgb(177, 215, 238);
    /*background: rgba(255, 255, 255, 0.15); */
    
}


  /* description des variables dans la barre d'outils et dans la liste */ 
p.Cl_variable_liste{
    padding: 0px;
    margin: 0px;
    line-height: 200%;
    color:red; 
    font-size: 16px;
    /*height:30px; */
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;


  }
  .Cl_variable_barre{
    color:red; 
	font-size: 12px;
    cursor: pointer;
  }

  .btn-toolsG {
    font-size:16px;
    height:30px;
    background-color: #407755;
    color: white;
    border: 1px solid rgb(4, 2, 156);
    border-radius: 4px;
    cursor: pointer;
    margin:10px;
  }

  .btn-Cmd {
    font-size:16px;
    height:30px;
    background-color: #5bc0de;;
    color: white;
    border: 1px #46b8da;
    border-radius: 4px;
    cursor: pointer;
    margin:10px;
  }
  .btn-toolsE {
    font-size:16px;
    height:30px;
    background-color: #2c7fb8;
    color: white;
    border: 1px solid rgb(4, 2, 156);
    border-radius: 4px;
    cursor: pointer;
    margin:10px;
  }
  .code-block {
    /* resize: none; */
	  margin :5px 0px 0px 20px;
    width: 100%;
    height:100%;
    /*height:500px;*/
    border: 1px solid #ccc;
    border-radius: 5px;
   /* overflow: scroll; */ 
  }
  #code-area {
     /* resize: none;*/
     white-space: nowrap;
     /*height: 500px;*/
  }
  table {
    width: 98%;
    border-collapse: collapse;
    margin-bottom: 2em;
  }
  th, td {
    border: 1px solid #2c7fb8;
    padding: 0.75em;
    /*background-color: #fff;*/
    font-family: KaTeX_Math;
    font-size: 14px;
    vertical-align: top;
  }
  th {
    background-color: #5b8aaa;  /* #2c7fb8;*/
    color: white;
    text-align: left;
  }

  .codepre , code {
    overflow:auto;
    font-family: Consolas, monospace;
    background-color:var(--color-title); /* #e7f3f9; */
    padding: 0.3em 0.2em;
    border-radius: 5px;
    display: block;
    cursor: pointer;

  }
  input {
    background:#FFF8DC; color:#AE181E; font-family:Katex_Math; font-size:1.5rem;height:25px;
  }

  .CodeMirror { 
    /*position: absolute;
    top: 0; left: 0;; right: 0; bottom: 0;*/
    /*height: 100%; /*400px; /* auto; */
    z-index: 900;
    flex: 1;
    font-size: 14px;
    background: var(--color-title);/* #e6ffe6;*/
    color: #000;    
    /*overflow: auto; 
    height: 300px; 
    max-height:900px;*/

  }

  /* style des fenetres mobiles */
  
  #mydivExemples {
    position: fixed;
    top: 150px;
    right: 200px;
      height:500px;
    z-index: 9;
    background-color: var(--color-fen); /* rgb(167, 195, 212); */ 
    text-align:left;
    z-index:1000;
    border: 1px solid #d3d3d3;    
    -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
    box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);

  }
  
  #mydivExemplesheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    font-size:16px; 
    background-color: var(--color-fen); /* rgb(167, 195, 212); */
    color: #fff;
  }
      
  #mydivFonctions {
    position: fixed;
    top: 100px;
    right: 250px;
      height:500px;
    z-index: 9;
    background-color:  var(--color-fen); /* rgb(167, 195, 212);*/
    border: 1px solid #d3d3d3;
    text-align:left;
    z-index:1000;
    border: 1px solid #d3d3d3;    
    -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
    box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);

  }
  
  #mydivFonctionsheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    font-size:16px;
    background-color: var(--color-fen); /* rgb(167, 195, 212);*/
    color: #fff;
  }
  #mydivOpttrace {
    position: fixed;
    top: 150px;
    left: 200px;
    height:500px;
    z-index: 9;
    background-color: var(--color-fen); /* rgb(167, 195, 212);*/
    text-align:left;
    z-index:1000;
    border: 1px solid #d3d3d3;    
    -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
    box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);

  }
  
  #mydivOpttraceheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    font-size:16px;
    background-color: var(--color-fen); /* rgb(167, 195, 212);*/
    color: #fff;
  }
      
  #mydivOptboard {
    position: fixed;
    top: 150px;
    left: 200px;
    height:500px;
    z-index: 9;
    background-color: var(--color-fen); /* rgb(167, 195, 212);   #6cade2;*/
    text-align:left;
    z-index:1000;
    border: 1px solid #d3d3d3;    
    -webkit-box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88); 
    box-shadow: 8px 9px 15px -4px rgba(13,58,64,0.88);

  }
  
  #mydivOptboardheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    font-size:16px;
    background-color:  var(--color-fen); /*(167, 195, 212); #84b8e2; */ 
    color: #fff;
  }
  
  /* fin style des fenetres mobiles */
  .fen_mi_arrondie {
    border-bottom: 1px solid #ddd;

    -webkit-border-bottom-right-radius: 15px;
    -ms-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;	
      
    -webkit-border-bottom-left-radius: 15px;
    -ms-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;			


  }		
  .fen_mi_arrondie_haut {
    border-bottom: 1px solid #ddd;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-radius-topleft: 15px;
    border-top-left-radius: 15px;   
      
    -webkit-border-top-right-radius: 15px;
    -ms-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;	
     
  }


  .fen_arrondie {
    border-bottom: 1px solid #ddd;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-radius-topleft: 15px;
    border-top-left-radius: 15px;   
      
    -webkit-border-top-right-radius: 15px;
    -ms-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;	
      
    -webkit-border-bottom-right-radius: 15px;
    -ms-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;	
      
    -webkit-border-bottom-left-radius: 15px;
    -ms-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;			


  }		
