.banner {
    height: 130px;
    background-color: #398897;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .banner-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .logo-container {
    display: flex;
    align-items: left;
    margin-right: 10px;
    margin-left: 20px;
  }

  .logo-container img {
    height: 160px;
  }

  .background-image-container {
    position: fixed;
    bottom: 0em;
    right:8em;
    z-index: -1;
    background-image: url('../Resources/palette_de_cartons_manutention.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 250px;
  }
  .background-image-containerMalRemplie{
    position: fixed;
    bottom: 2em;
    left:8em;
    z-index: -1;
    background-image: url('../Resources/cartons.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 250px;
  }

  .background-image-container-porter {
    position: fixed;
    bottom: 0em;
    right:10em;
    z-index: -1;
    background-image: url('../Resources/bien_porter.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 270px;
  }

  .background-image-container-tirer {
    position: fixed;
    bottom: 0em;
    right:3em;
    z-index: -1;
    background-image: url('../Resources/tirerpousser.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 400px;
  }

  .background-image-container-manutention {
    position: fixed;
    bottom: 0em;
    right:4em;
    z-index: -1;
    background-image: url('../Resources/manutentions.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 550px;
  }
  

  .but_Blue{
    background-color: #398897;
    border-color: #398897;
  }
  .but_Blue:hover{
    background-color: #49abbe;
    border-color: #49abbe;
    transform: scale(1.05,1.05);
    transition: background-color 0.3s ease, transform 0.1s ease;
  }

  .but_Red{
    background-color:#B02534;
    border-color: #B02534;
  }
  .but_Red:hover{
    background-color: #cf5e6a;
    border-color: #cf5e6a;
    transform: scale(1.05,1.05);
    transition: background-color 0.3s ease, transform 0.1s ease;
  }

  .but_RedSpe{
    background-color:#B02534;
    border-color: #B02534;
    transform: scale(1.2,1.2);
  }
  .but_RedSpe:hover{
    background-color: #cf5e6a;
    border-color: #cf5e6a;
    transform: scale(1.3,1.3);
    transition: background-color 0.3s ease, transform 0.1s ease;
  }