.product {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 350px;
  background: #0e0e0f;
  overflow: hidden;
  border: 3px solid #000000;
  cursor: pointer;
  margin-bottom: 30px;
}

.product .imgbox {
  height: 100%;
  box-sizing: border-box;
}

.product .imgbox img {
  display: block;
  width: 80%;
  margin: 25px auto 0;
}

.img-plan-action {
  background-image: url("../images/hp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.img-plan-agenda {
  background-image: url("../images/crayon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.img-plan-covid {
  background-image: url("../images/main.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.jaune {
  background-color: #ffee03;
}

.brun {
  background-color: #e76f51;
}

.vert {
  background-color: #19a594;
}

.specifies {
  position: absolute;
  width: 100%;
  height: 350px;
  bottom: -300px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.5s;
  border-top: 3px solid #000000;
  cursor: pointer;
}

.product:hover .specifies {
  bottom: 0;
  cursor: pointer;
}

.specifies h2 {
  /*margin: 0px 0 20px 0;
    padding: 0 0 10px 0;*/
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}

.specifies h2 span {
  font-size: 15px;
  color: #ccc;
  font-weight: normal;
}

.specifies .price {
  position: absolute;
  top: 12px;
  right: 25px;
  font-weight: bold;
  color: #000;
  font-size: 30px;
}

label {
  display: block;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
/*
ul {
    display: flex;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    margin: 5px 5px 0;
    font-size: 15px;
    font-style: normal;
    color: #ccc;
}

ul li:first-child {
    margin-left: 0;
}

ul.colors li {
    width: 15px;
    height: 15px
}

ul.colors li:nth-child(1) {
    background: #4A148C
}

ul.colors li:nth-child(2) {
    background: #F50057
}

ul.colors li:nth-child(3) {
    background: #536DFE
}

ul.colors li:nth-child(4) {
    background: #388E3C
}

ul.colors li:nth-child(5) {
    background: #FF6D00
}

.btn {
    display: block;
    padding: 5px;
    color: #fff;
    margin: 10px 0 0;
    width: 100%;
    font-size: 13px;
    border-radius: 2px
}
*/
