body{
    background-color: #e5e8e8 ;
  }
  
  .general_layout{
    display : flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .general_row_layout{
    display : flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items : flex-start;
  }
  
  

  .buttons_layout{
    flex: 1;
    background-color: white;
    padding : 10px;
    margin-right : 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .begin_layout{
    flex: 1;
    background-color: white;
    padding : 10px;
    margin-top : 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .tabs_layout{
    display: block;
  }
  .documentation_layout{
    flex: 1;
    background-color: white;
    padding : 10px;
    margin-right : 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .history_layout{
    flex: 1;
    background-color: white;
    padding : 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .documentation_line_layout{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: left;
    align-items: center;
  }
  .documentation_form_layout{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    max-height: 650px;
    margin-bottom: 10px;
    
  }
  .documentation_form_layout_maj{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    max-height: 650px;
  }
  .documentation_line_layout_maj{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-left: 20px;
    max-height: 650px;
  }  

.groupfile_documentation_layout{
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 200px;
  }
 
  .download_button{
    padding: 10px;
    display: flex;
    flex : 1;
    justify-content: center;
    text-align: center;
    background-color: white;
    border: 1px solid rgb(238, 238, 238);
    color : black;
  }
  .download_button:hover{
    background-color: #95c0c5;
    border: 1px solid rgb(241, 241, 241);;
    color : black;
  }
 

.history_chronology_layout{
    display: flex;
    flex-direction: row;
    width: 70%;
    height: 30px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.history_text_layout{
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.start_circle{
    display: flex;
    background-color: greenyellow;
    border-radius: 50px;
}

.line_export_masse{
    display: flex;
    flex: 1;
}

.end_circle{
    display: flex;
    background-color: white;
    border-radius: 50px;
}

.current_export_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.title_export_masse{
    display: flex;
    margin-bottom: 0px;
}

.subtitle_export_masse {
    display: flex;
    margin-bottom: 0px;
    color: grey;
}