/*
body {
    padding-top: 100px; 
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-fixed-top {
    min-height: 80px;
}
*/
.navbar-inverse .navbar-brand {
    color: white;

}

.middlebox {
    position: absolute;
    padding-top: 10%;

    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
   /* background-color: #f5f5f5;*/
}

.footer {
    position: fixed;
    padding-bottom: 0%;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}
.top-buffer{
    padding-top: 20px;
    margin:20px;
}
.bg-color-black-txt-white{
    background-color:#000000;
    color: #ffffff;
}

input[type="text"], select{
    width:100%;
    box-sizing: border-box;
}

input[type="number"], select{
    width:100%;
    box-sizing: border-box;
}

.dropzone {
    border-radius: 25px;
    border: 2px solid #73AD21;
  width: 100%;
  height: 100%;
  
  text-align: center;
  padding: 30px;
  margin: 20px;
  font-family: Arial;
}

.image-container {
    width: 100%;
    height: 100%;
}

.image-container img {
   max-width: 100%;   
}

.file-name {
   font-family: Arial;   
}

.rm-10{
  margin-right: 8.33%;
}

.lm-10{
  margin-left: 8.33%;
}

.m {
  margin: 20px;
}

.entete{background-color: #22780F;width:80%;margin-left:10%;}

.ng- {
  height: 0;
  width: 0;
  background-color: transparent;
  top:-200px;
  left: 200px;
}

.small_box50 {
  float: left;
  width: 50px;
  height: 50px;
  margin: 7px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.small_box380 {
  float: left;
  width: 500px;
  height: 50px;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, .2);
  margin-left:20px;
}