body {
  //font-family: Arial, sans-serif;
font-family: system-ui, sans-serif;
  background-color: #fff;
//background: linear-gradient(135deg, #f7f9fc 0%, #eef3f8 50%, #e8f0ff 100%); color: #333;
}

select {
  font-family: Arial, sans-serif;
  //background-color: #a7dee8;
  background-color: #fff;
  border: 0px solid;
padding: 3px 2px;
border-radius: 6px;
}

select.chk {
  font-family: Arial, sans-serif;
  background-color: #eee;
  //background-color: #fff;
  border: 1px solid;
padding: 3px 2px;
border-radius: 6px;
}

input {
  font-family: Arial, sans-serif;
  //background-color: #a7dee8;
  background-color: #2bed52;
color: white;
  border: 2px solid white;
 padding: 4px 8px;
 font-weight: bold;
border-radius: 8px;
cursor: pointer;
}

input.ppal {

 border: 2px solid #ddd;
 padding: 8px 8px;

}

input:hover {
  background-color: #23ad1f; //#23adaf; 
}

hr{
border: 1px dashed #a7dee8;
}

 .bloc-1 {
 
		margin: 20px 0px 0px 30px; //top right bottom left
           background-color: #fff;
width: 1050px; //max-width: 1050px;
        }

 .bloc-2 {
		margin : 30px;
            background-color: #fff;
 width: 1050px; //max-width: 1400px;
        }

.footer {
		margin: 30px;
		padding: 10px;
            	background-color: rgb(53,58,62);
		width: 1030px;
		height: 40px;
		color: white;
		border-radius: 16px;
 		display: flex;
font-family: system-ui, sans-serif;
  		align-items: center;
  		justify-content: center;
        }

.topcontainer {
  display: flex;
  flex-direction: horizontal;
  align-items: center;
  justify-content: center;
margin : 20px;
}

.intro {
margin: 60px 0px 40px 0px; //top right bottom left
font-family: Arial, sans-serif;
font-size: 18px;

padding: 12px;
border-radius: 16px;
background: linear-gradient(135deg, #f7f9fc 0%, #eef3f8 50%, #e8f0ff 100%); color: #333;

}

/*Global container*/
.container {
  display: flex;
  flex-direction: horizontal;
//flex-wrap:  wrap;
  align-items: center;
  justify-content: center;
}

/*Menu*/
.menucontainer {
  display: flex;
  flex-direction: horizontal;
  align-items: center;
  justify-content: center;
margin: 20px 0px 0px 0px; //top right bottom left

 
}
.menuitem {
  width: 150px;
  background-color:#3abed6; // #42cced;
  color: white;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, sans-serif;
  //font-weight: bold;
 font-weight: 600;
  border-radius: 10px;
  margin : 2px;
}


 .cover {
		margin: 20px;
		border: 6px inset transparent;
  		transition: solid 0.2s ease;
 

        }
 .cover:hover {
		border:6px solid #e8f2fa;
 

        }


a:link {
  color: white;
text-decoration : none;
}

/*basket link next to menu*/
a.basket:link {
  color: black;
font-weight: 600;
text-decoration : none;
}

/*links for checkout pages*/
a.chk:link {
  color: black;
font-weight: 600;
text-decoration : underline;
}

/* mouse over link */
a:hover {
  color: #596266;
}

a.lslnk{
  color: black;
font-weight: 400;
text-decoration : underline;
}

.cart {
  width: 150px;
  background-color:#fff;
  color: black;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  //font-weight: bold;
  border-radius: 10px;
  margin : 2px;
}

/*Products grid*/
.grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 2px;
  max-width: 1050px;
  //margin: 40px auto;
margin: 10px 0px 40px 0px; //top right bottom left
}


/* Cellules */
.cell {
  background-color: #a7dee8;
  color: black; //white;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
font-family: system-ui, sans-serif;
  font-weight: 600; //bold;
  border-radius: 0;
}

/* Coins externes AUTOMATIQUES */
.cell:first-child {
  border-top-left-radius: 16px;
}

.cell:nth-child(9) {
  border-top-right-radius: 16px;
}

.cell:nth-last-child(9) {
  border-bottom-left-radius: 16px;
}

.cell:last-child {
  border-bottom-right-radius: 16px;
}

/* First column (1st, 10th, 19th, ...) */
.cell:nth-child(9n + 1) {
  justify-content: center;
  text-align: center;
background-color: #3abed6;
}



.table-container {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.capacity-table {
  width:1050px;
  border-collapse: collapse;
  font-family: system-ui, sans-serif;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.capacity-table th,
.capacity-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.capacity-table thead th {
  background: #3abed6;
  color: white;
  font-weight: 600;
}

.capacity-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/*********************SOLVER SUITE*******************************/
/*Solver Suite grid*/
.gridsuite {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  width: 1050px;
  //margin: 40px auto;
margin: 10px 0px 40px 0px; //top right bottom left
}

/* Solver Suite cells */
.solcell {
  background-color: #a7dee8;
  color: black; //white;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
font-family: system-ui, sans-serif;
  font-weight: 600; //bold;
  border-radius: 0;
}

/* Coins externes AUTOMATIQUES */
.solcell:first-child {
  border-top-left-radius: 16px;
}

.solcell:nth-child(4) {
  border-top-right-radius: 16px;
}

.solcell:nth-last-child(4) {
  border-bottom-left-radius: 16px;
}

.solcell:last-child {
  border-bottom-right-radius: 16px;
}

/* First column (1st, 10th, 19th, ...) */
.solcell:nth-child(4n + 1) {
  justify-content: center;
  text-align: center;
background-color: #3abed6;
}


/***********************END SOLVER SUITE**************************************/

.tooltip {
  position: relative;

  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
 /* width: 300px;   */
   width: 300px;
  background-color: #3abed6;;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 80%;
  left: 50%;
  margin-left: -150px;
  /*margin-left: -60px;   */
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
