 /* Tooltip */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  color: #FFFFFF;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: 25px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

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

/* Div cÃ´te Ã  cÃ´te */
.row {
    display: flex;
}
.col {
   margin-left: 10px;   
}

a:link {
    color: #0000FF;
}
a:visited {
    color: #0000FF;
}
a:hover {
    color: #0000FF;
}
a:active {
     color: #0000FF;
}
a{
text-decoration: none;
}

 
 /* Bouton accÃ¨s graphique */
  
.input {
	background:#bedad0;
	border: 1px solid #6E6E6E;
    cursor: pointer;
    text-align: center;
	width: 160px;
	height: 40px;
    font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: blue;
	border-radius: 15px;
}

.input:hover {
    opacity:1.5;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	border: 1px solid #5882FA;
	color: blue;
}


  /* Tableau boutons */
.tableau-bouton {
	border: 0px solid black;
    margin-left: auto;
	margin-right: auto;
	width: 690px;
}

.style1 {
	border: 0px solid black;
	text-align: center;
	width: 230px;
	height: 50px;
}

.tableau-bouton1 {
	border: 0px solid black;
    margin-left: auto;
	margin-right: auto;
	width: 460px;
}

.style2 {
	border: 0px solid black;
	text-align: center;
	width: 230px;
	height: 50px;
}

.style5 {
	border: 0px solid black;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	display: table-cell;
    vertical-align: middle;
}