/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 24 2025 | 08:12:28 */
.containerYS {
    font-family: Arial, sans-serif;
    background-color: #f0f9f5; 
    padding: 0.5em;
    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 #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:900px;
    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%;
    /*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:#e9edf1;
    font-family: monospace;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width:90%;
    max-height:120px;
  }

  .textarea_parametres {
    resize:none;
    width:200px;
    height:600px;
    font-family: monospace;
    max-width:200px;
    max-height:600px;

  }
  button {
    padding: 8px 12px;
    font-size: 14px;
    background-color: #2c7fb8;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin:10px
  }
  .code-block {
    /* resize: none; */
    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: #2c7fb8;
    color: white;
    text-align: left;
  }

  .codepre , code {
    overflow:auto;
    font-family: Consolas, monospace;
    background-color: #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: #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: 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: rgb(167, 195, 212);
    color: #fff;
  }
      
  #mydivFonctions {
    position: fixed;
    top: 100px;
    right: 250px;
      height:500px;
    z-index: 9;
    background-color: 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:rgb(167, 195, 212);
    color: #fff;
  }
  #mydivOpttrace {
    position: fixed;
    top: 150px;
    left: 200px;
    height:500px;
    z-index: 9;
    background-color: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: rgb(167, 195, 212);
    color: #fff;
  }
      
  #mydivOptboard {
    position: fixed;
    top: 150px;
    left: 200px;
      height:500px;
    z-index: 9;
    background-color: 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:rgb(167, 195, 212); /* #84b8e2;*/
    color: #fff;
  }
  
  /* fin style des fenetres mobiles */

  .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;			


  }		
