.myStyle_BIGBox {
    display: flex;
    flex-wrap: wrap;
}

.work__container.grid {
  gap: 0.75rem 1rem;
}

.boite {

    /* background-color: #149ddd; */
    /* width: 200px;
    height: 200px;
    background-color: lightblue;
    text-align: center;
    transition: all 0.3s ease; Animation de transition fluide */
  }
  
.boite.expande {
  width: 900px;
  height: 600px;
  transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
}

.boite.expande.boite--chat-open {
  width: min(1240px, 96vw);
  max-width: 96vw;
}

.boite a{
  /* background-color: red; */
}

.profile_img {
      max-height: 150px;
      position: relative;
      top: 0;
}


.bar-info {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;

  width: 500px;
  max-width: 700px;
  height: 50px;

  /* background-color: rgb(167, 44, 44); */
}

.counttools {
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(50, 140, 200, 1);
  color: #000;

  justify-content: center;
  align-items: center;
}


.GroupAddTools {
  padding: 10px;
  height: 50px;
  background: none;
  border: 4px solid rgba(50, 140, 200, 1);
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 17px;
  color: rgba(50, 140, 200, 1);
  outline: none;
  transition: .5s;

  display: flex;
  justify-content:center;
  align-items: center;
}

.GroupAddTools:hover{
  cursor:pointer;
}

.GroupAddTools i{
  margin: auto;
  font-size: 23px;
}

.boiteinput *{
  width: 100%;
}



.typeToolsTitle {
  position: relative;
  justify-content: center;
  color: rgba(250, 229, 229, 0);
  padding: 0px 40px 0px 40px;
  border-radius: 50px 50px 0px 0px;
  background-color:  #151C28;
  font-size: 20px;
  margin: -40px auto 0px auto;
  z-index: 999;
}