body{
  font-family: Arial, sans-serif;
  background-color: #f4f4f4 !important;
  margin: 0;
  padding: 0;
}
h1{
      color: #FF5F5E;
}
h2{
  color: #0c6950;
  font-weight: bold;
  margin-bottom: 20px;
}
.container{
  background: #ffff;
  border-left: 1px solid #0c6950;
  border-right: 1px solid #0c6950;
  box-sizing: border-box;
}

.nomfd{
  color: #0c6950;
}
ul{
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

ul li a{
  color: #0c6950 !important;
  margin: 0;
  padding: 0;
}
ul li a:hover{
  color: #0c6950 !important;
  margin: 0;
  padding: 0;
}

.link{
  color: #0c6950 !important;
  margin: 0;
  padding: 0;
}
.link:hover{
  color: #0c6950 !important;
  margin: 0;
  padding: 0;
}

/* Partie import fichier */
.page-depot-fichier{
   font-family: Arial, sans-serif;
      width: 100%;
      min-height: 500px;
      /* margin: 60px auto 30px auto; */
      /* margin-top: 20px; */
      padding: 30px;
      border: 1px solid #ddd;
      border-radius: 10px;
      background-color: #f9f9f9;

}


.zone-import {
    width: 100%; 
    max-width: 800px; 
    height: 400px;
    border: 2px dashed #0c6950;
    border-radius: 10px;
    padding: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #0c6950;
    margin: 20px 0px;
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    /* flex-direction: column; */
    /* align-items: center; */
    /* box-sizing: border-box; */
}
.text-drop{
  font-size: 200%;   
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
}
.bouton-import{
  margin-top: 10px;
}



.error-message {
color: red;
 margin-top: 15px;
 }

 .bouton_autre_valider{
  
  color: #0c6950;
  border: 2px solid #0c6950;
  background-color: transparent;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;

}

 .valider{
    padding: 6px 15px;    
    
    color: white;   
    border: none;   
    cursor: pointer; 
    font-weight: bold;       
    font-size: 20px; 
    border-radius: 5px;
    background-color: #0c6950;
    text-decoration: none;
  }
footer{
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    display: flex;
  }

footer a{
  color: #0c6950;
}

.list-group-item{
  background: #f4f4f4 !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #198754 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #1987544f !important;
}

.form-select:focus {
    border-color: #198754 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #1987544f !important;
}
.img-cover{
    height: 300px;
    width: 100%;
    z-index: 1;
    background-repeat: repeat-x;
    background-image: url("../images/papierpain.png");
}
.max-800{
    max-width: 942px !important;
    margin: 0 auto;
    padding: 20px;
}