.popupfooter {
	background-color: #001c38;
	color: #ffffff;
	padding-top : 10px;
	padding-bottom : 10px;
}

.gras {
	font-weight: bold;
}

.noir {
	color: #000000;
}

.rouge {
	color: #ab1103;
}

.vert {
	color: #056b0a;
}

.bleu {
	color: #0232cf;
}

.orange {
	color: #db7100;
}

.gris {
	color: #545454;
}

.h2 {
	letter-spacing: 2px;
	font-size: 1.8rem;
	color : #00497e;
	text-shadow: -3px 3px 9px #008b8b78;
	text-align: center;

	/* position: absolute; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
}

.h3 {
	letter-spacing: 2px;
	font-size: 2.2rem;
	color : #79a700;
	text-shadow: -3px 3px 13px #3fff003b
	text-align: center;

}

.h3blanc {
	letter-spacing: 2px;
	font-size: 2.2rem;
	color : #fff;
	text-shadow: -3px 3px 13px #3fff003b
	text-align: center;
	font-weight: bold;
}

main {
	//background: rgb(16 255 0 / 13%);
}

/*.btnaccueil {
	color: rgb (255, 255, 255);
	font-size : 18px;
	line-height: 18px;
	border-radius: 9px;
	font-family: Georgia, serif;
	background-image: linear-gradient(to right, rgb(28, 110, 164) 0% rgb(35, 136, 203) 50%, rgb(20, 78, 117) 100%);
	box-shadow: rgba (0, 0, 0, 0.614) 5px 5px 15px 5px;
	border: 5px solid rgb(28, 110, 164);
	

}
*/
/*index.php*/
.divider:after,
.divider:before {
	content: "";
	flex: 1;
	height: 1px;
	background: #eee;
}
.h-custom {
	height: calc(100% - 73px);
}
@media (max-width: 450px) {
	.h-custom {
		height: 100%;
	}
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.hand {
	cursor: pointer;
}

