@import url("https://fonts.googleapis.com/css2?family=Bad+Script&family=Dancing+Script:wght@400..700&family=Kaushan+Script&family=Marck+Script&family=Petit+Formal+Script&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Viga&display=swap");

h1 {
	font-family: Viga;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	color: rgb(51,76,10);
	text-align: center;
}

img {
	display: block;
	max-height: 120px;
	/*height: 100px;*/
  	position: center;
	margin: auto;
}

td {
	width: 180px;
	text-align: center;
	/*border: 1px solid red;*/
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	/*border: 3px solid purple;*/
}

caption {
	font-family: Marck Script;
	font-size: 60px;
	font-weight: normal;
	font-style: normal;
	color: rgb(121,24,35);
}

.TitreMois {
	font-family: Marck Script;
	font-size: 60px;
	font-weight: normal;
	font-style: normal;
	color: rgb(121,24,35);
}

body {
	max-width: 910px;
	font-family: Marck Script;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: rgb(121,24,35);
}

.photos {
	height: 180px;
}

.titre {
	height: 60px;
	text-align: center;
}

/*--------------------------------------------*/
.conteneur
{
    display: flex;
}

.conteneur1, .conteneur2
{
	margin: auto auto;
}

#object-position-1, #object-position-2 {
	width: 80px;
	height: auto;
}

.citation
{
    visibility: visible;
	/*font-family: Arial;
	font-size: 18px;*/
}

/*----- Pour info bulle -------------------*/
.tooltip 
{
    position: relative;
    /*display: inline-block;
	color: blue;
	font-weight: normal;*/
}

.tooltiptext
{
    position: absolute;
    z-index: 1;
	font-family: Arial;
	font-size: 14px;
	left: 0px;
	top: 30px;
    visibility: hidden;
    background-color: rgb(64,114,196);
    color: white;
	padding: 8px 8px;
    border-radius: 12px;
	font-weight: normal;
	cursor: text;
    width: 300px;
	font-family: Arial;
	font-size: 16px;
	box-shadow: 0px 2px 5px #1c1a19;
	text-align: left;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext
{
    visibility: visible;
}

.tooltip:hover
{
	cursor: pointer;
	color: rgb(35, 82, 124);
	font-weight: bold;
}

.tooltiptext::after 
{
    /*content: " ";*/
    position: absolute;
    /*bottom: 100%;  /* At the top of the tooltip */
    /*left: 50%;*/
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}


@media print {
	#object-position-1, #object-position-2 {
	   display: none !important;
	}
 }
 
