
.main-container-profil {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top : 30px;
  border-radius : 5px;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 1000px;

}
.profil-container{
  display: flex;
}
.card-image {
  width: 100px;
}
.profil-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.profil-card{
  width: 600px;
}

.request-browser-profil{
  max-height: 100%;
  overflow-y: scroll;
}
.request-footer-profil{
  max-height: 300px;
  overflow-y: scroll;
}

.signout-button{
  background-color: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;  
}

.signout-button:hover{
  background-color: #e32f1b;
}

.info-button{
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;  
}

.info-button:hover{
  background-color: #1c8cd6;
}



.item-body-container-profil{
  flex-direction: row;
}


.item-container-profil{
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
}

.buttons-container-profil{
  padding: 5px;
}

.parameters-profil{
  background-color: beige;
}

.notice-header-tab{
  padding : 10px;
  margin-bottom: 5px;
  background-color: rgb(194, 226, 146);
  border-radius: 5px;
  text-align: justify;
}

.config-params-card{
  font-weight: normal;
  text-align: left;
}
