.livraisons {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  align-items: center;
  max-width: 1765px;
  margin: 40px auto;
}
.livraisons h2 {
  text-align: center;
}
.livraisons p {
  text-align: center;
  width: 80%;
}
.livraisons a {
  background: #31660A;
  color: #fff;
}
/* .livraisons .popup {
    transform: translate(-50%, -100%);
} */
.popup {
  max-width: 1100px;
  box-sizing: border-box;
  z-index: 999;
}
.popup p {
  text-align: left;
}
.container {
  gap: 15px;
  margin: 15px 0 5px 0px;
}
.container a {
  background: transparent;
}
.box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 250px;
  max-width: 350px;
	min-height: 200px;
	background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
}
.box:hover {
  cursor: pointer;
}
.box p {
  color: #fff;
  text-transform: uppercase;
}
.box:nth-child(1) {
  background-image: url(../images/allume-feu.png);
}
.box:nth-child(2) {
  background-image: url(../images/allume-feu.png);
}
.box:nth-child(3) {
  background-image: url(../images/allume-feu.png);
}
.dataTables_info {
  display: none;
}
@media screen and (max-width: 1070px) {
  .livraisons .container {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .livraisons .container {
    flex-flow: row nowrap;
	  overflow-x: scroll;
	  justify-content: flex-start
  }
  .livraisons .container a {
    width: auto;
  }
  .box {
    width: calc(100% / 3);
    min-height: 250px;
	  max-height: 280px;
  }
}

@media screen and (min-width: 1070px) {
  .livraisons a:hover {
    background: #fff;
    color: #31660A;;
    cursor: pointer;
  }
	.box {
  min-width: 250px;
  max-width: 250px;
		min-height: 280px;
}
}