body {
    background-color: white;
}
.font15{
  font-size: 1.5rem!important;
}
.header{
    /*font-size:1.7rem;*/
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    position: sticky;
  top: 0;
  background-color: white;
  padding-bottom: 5px;
  
  }
.logo{
  width: 180px;
  height: 43px;
  background-image: url( 'ripaton.png' );
  background-size: cover;
  background-repeat: no-repeat;
}
.title{
  text-align: center;
  font-size:3rem;
  font-weight: 600;
  border: 1px solid black;
  min-width: 400px;
  height: 40px;
  padding: 0px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchForm{
  margin: 0px;
}
.searchBox{
  width: 200px;
  height: 40px;
}
  .boardLine{
    display: flex;
    justify-content: center;
    border: 2px solid black;
    padding: 2px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .boardBox{
    min-width: 60px;
    width: 100px;
    text-align: center;
    border: 1px solid gray;
    margin: 2px;
    padding: 4px;
    background-color: #dbd5d5;
  }
  .boardProg{
    width: 80px !important;
  }
  .boardMenu{
    text-align: center;
    font-size:2.5rem;
    font-weight: 800;
    border: 1px solid black;
    width: 500px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    color: black;
    margin-bottom: 20px;
    }
.prepaLine{
  display:flex;
  align-items: center;
  border: 1px solid black;
      /*border-right: 1px solid black;
      border-left: 1px solid black;*/
              height: 45px;
              justify-content: flex-start;
              margin-bottom: 2px;
  }




    .palettes-produit{
        font-weight: 600;
        font-size:1.2rem;
      }
      .palettes-consigne{
        padding-left:10px;
        margin-bottom: 5px;
        font-size: 1.0rem;
      }
      .palettes-cde{
        font-weight:600;
        margin: 0;
        display: inline;
      }
      .palettes-doc{
        font-size:0.9rem;
      }

@media (max-width: 800px){
  body{
    margin: 3px;
  }
  .header{
    margin-bottom: 20px;
    padding: 1px;
  }
  .logo{
    width: 13px;
    height: 27px;
    background-image: url( 'ripaton-small.png' );
  }
  .searchBox{
    width: 100px;
    height: 30px;
  }
  .title{
    font-size:1.8rem;
    min-width: 300px;
    height: 32px;
  }
  .boardLine{
    width: 95%;
  }
  .boardBox{
    min-width: 45px;
    width: 100px;
    padding: 2px;
  }
}
@media (max-width: 450px){
  body{
    margin: 1px;
  }
  .header{
    margin-bottom: 6px;
  }
  .logo{
    width: 13px;
    height: 27px;
    background-image: url( 'ripaton-small.png' );
  }
  .title{
      font-size:1.0rem;
      width: 180px;
      height: 25px;
      min-width: 0;
    }
    .searchBox{
      width: 60px;
      height: 25px;
    }
  
  .boardBox{
    min-width: 25px;
    width: 80px;
    padding: 1px;
  }

  .boardMenu{
  font-size:1.5rem;
  font-weight: 600;
  border: 1px solid black;
  width: 350px;
  }
  .boardProg{
    display: none;
  }
  .form-control{
    width: 360px !important;
  }
}
