body {
    height: 100vh;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#e0e5e9;
}

.sub-header {
    width: 100%;
    height:20px;
    left: 0;
    bottom: 0;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.header {
    background-color: #003F69;
    height: 70px;
    line-height:70px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-align: center;
}


.content {
    margin-top: 55px;
    width:100%;
    justify-content: center;
    display: flex;
    height:700px;
  }
  
  .content:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .leftcolumn {   
    float: left;
    width: 1000px;
  }
  
  .rightcolumn {
    margin-left:50px;
    float: left;
  }
  
  canvas {
    display:block;
    width:1000px;
    cursor: pointer;
  }
  
  
  .bloc-boutons-visuel {
    margin-top:10px;
    width:135px;
    height:70px;
    background-color:#fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align:left;
    border-radius: 10px;
    padding-left:15px;
  }
      
     
    /*.................  Le bloc visuel  ..................... */
  
  .bloc-visuel {
    margin-top: 15px;
    width:450px;
    height:563px;
    display: flex;
    justify-content: left;
    align-items: center;
  }


  /* ................. le bloc formulaire ..................... */
  
  

.control-panel {
  margin-top: 15px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 315px;
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #0073e6;
  font-size: 14px;
}

select {
  width: 100%;
  padding: 8px;
  font-size:20px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

 option:disabled{
   color:rgb(204, 204, 212);
 }

.blur-label {
  margin-top: -10px;
  margin-bottom: 8px;
}


.btn {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 6px;
  font-size:20px;
  color: white;
  cursor: pointer;
}

.btn.orange {
  background-color: #ff9f29;
}

.btn.orange:hover {
  background-color: #f48b0a;
}

.btn.blue {
  background-color: #007bff;
}

.btn.blue:hover {
  background-color: #0060ac;
}

.btn.red {
  background-color: #e60000;
}

.btn.red:hover {
  background-color: #ca102f;
}


.slider {
  -webkit-appearance: none;
  width: 99%;
  height: 8px;
  background: linear-gradient(to right, #04AA6D 50%, #C2C4C9 50%);
  outline: none;
  border-radius: 5px;
  transition: background 0.2s;
  margin-bottom: 30px; 
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #04AA6D;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #04AA6D;
  border-radius: 50%;
  cursor: pointer;
}
     
  
.telecharger {
    float:left;
    width:630px;
    height:60px;
    margin:10px 5px 5px 0px;
    padding-top:10px;
    text-align:center;
    border-radius: 10px;
}
    
input[type=button] {
  width:47%;
}

input[type=reset] {
  width:47%;
}

.resetButtonBlur {
    float:left;
    width:630px;
    height:60px;
    padding-top:10px;
    text-align:center;
    border-radius: 10px;
}
  
      
  /* le joystic pour déplacer l'image, zoomer ou dézoomer  */
  
.boutonUpload {
  float:left;
  width:195px;
  padding-top:10px;
  height:60px;
  padding-left:10px;
  
}
  
.uploadbutton {
  background-color: #4CAF50; /* Green */    
  border: none;
  color: white;
  font-size:20px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  height:24px;
  line-height: 24px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  user-select: none;
  border-radius: 5px;

}

.uploadbutton:hover {
  background-color: #3e8e41;
}
  
    input[type=file] {
      display:none;
    }
  
    
    .bloc-boutons-visuel input[type=text] {
      width: 95%;
      padding: 10px 15px;
      margin: 3px 12px 20px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      outline: none;
      font-size:20px;
      border-radius:8px;
      font-family: Arial, Helvetica, sans-serif;    
    }
    
    .bloc-boutons-visuel select {
      width: 90%;
      padding: 10px 10px;
      margin: 3px 12px 18px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      outline: none;
      font-size:20px;
      border-radius:8px;
      font-family: Arial, Helvetica, sans-serif;
    }
    
    
    .boutonDeplace {
      float: left;
      width: 115px; 
      height: 115px; 
      background-color:rgb(185, 191, 192);
      padding-left:5px;
      padding-top:5px;
      border-radius: 0 0 57.5px 57.5px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
  
  
    
  #sv1 {
    transform: rotate(45deg);
    position:absolute;
  }
  
  #sv2 {
    margin-left:20px;
    margin-top:20px;
    position:absolute;
  }
  
  path {
    fill:#4CAF50;
    stroke:white;
    stroke-width:1px;
    cursor:pointer;
  }
  
  path:hover {
    fill:#3e8e41;
    transition:0.4s ease;
  }
  text{
    fill:white;
    font-size: 30px;
    cursor:pointer;
  }
  
  .svgtext{
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;      
    pointer-events: none;    /* Likely future */    
  }
      
    
  
  @media (max-width: 1440px) {
      body {
        zoom:67%;
      }
  }
  
  
   /* la vidéo tuto */

  .tuto {
    width: 100px;
    height:21px;
    line-height: 21px;
    display: inline-block; 
  }
  
  .tuto-bgcolor {
    background-color: #71cae7;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
    color:white;
  }
  
  .modif {
    font-size: 18px;
    color:rgb(234, 230, 230);
    font-weight: 200;
  }
  
  .tutobutton {
    margin-top: 25px;
    width: 400px;
    height:23px;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    cursor: pointer;
    user-select: none;
  }
  
 

