html, body {
	margin: 0;
	padding: 0;
}
 
body {
	background-color: #fff; 
	font-family: Verdana, sans-serif; 
	font-size: 1em;
}

#result0 {
	font-family: Verdana, sans-serif; 
	font-size: 1.0em;
	color: #f00;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}

#mobile_contenu_page {
	padding-top: 0px;
	padding-bottom: 30px;
}

#mobile_contenu_page_apres_titre {
	padding-left: 10px;
	padding-right: 10px;
}

#titre_page {
	background-color: #ccc;
	font-family: Verdana, sans-serif; 
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 4px #222;
}

#titre_page a {
	text-decoration: none;
	color: #000;
}

#titre_page a:visited {
	text-decoration: none;
	color: #000;
}

#txt_search {
	font-family: Verdana, sans-serif; 
	font-size: 1em;
	font-weight: none;
	text-align:left;
}

.mobile_error {
	color: #f00;
	font-family: Verdana, sans-serif; 
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
}

.mobile_accueil_titres a {
	color: #000;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc; 
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
}

.mobile_accueil_titres:hover {
	color: #636363;
    background-color: #ddd; 
	text-decoration: none;
	width: 100%;
}

.mobile_accueil_titres a:visited {
	color: #000;
}

.mobile_accueil_titres a:hover {
	color: #555;
}

.mobile_accueil_titres_lastone a {
	color: #000;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
}

.mobile_accueil_titres_lastone a:visited {
	color: #000;
}

.mobile_accueil_titres_lastone a:hover {
	color: #636363;
	text-decoration: none;
}

.mobile_accueil_titres_lastone:hover {
	color: #636363;
    background-color: #ddd; 
	text-decoration: none;
}

/*********************/
/* TOP : MENU BURGER */
/*********************/

.mobile_menu
{
  background:#333;
  color:#fff;
  height:50px;
  position:relative;
}

.mobile_menu .title a
{
  font-size:1.875em;
  font-weight:bold;
  line-height:50px;
  padding:0 20px;
  text-transform:uppercase;
  text-decoration: none;
  color:#fff;
}

.mobile_menu .title a:visited
{
  text-decoration: none;
  color:#fff;
}

.mobile_menu nav
{
  background:inherit;
  font-size:1.25em;
  font-weight:bold;
  height:0;
  overflow:hidden;
  text-transform:uppercase;
  transition:height .2s;
}

.mobile_menu nav > *
{
  display:block;
  letter-spacing:1px;
  line-height:2.5;
  padding:0 20px;
  width:100%;
}

.mobile_menu nav input
{
  background:rgba(0,0,0,.2);
  border:none;
  color:#fff;
}

.mobile_menu nav a
{
  text-decoration:none;
  color:#fff;
}

.mobile_menu nav a:visited
{
  text-decoration:none;
  color:#fff;
}

.mobile_menu nav a:hover
{
  text-decoration:none;
  color:#ff0;
}

.mobile_menu .burger
{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  color:inherit;
  cursor:pointer;
  font-size:1.875em;
  line-height:50px;
  margin:0;
  outline:0;
  padding:0;
  position:absolute;
  text-align:center;
  top:0;
  right:10px;
  width:50px;
}

.mobile_menu .burger:before
{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f0c9";
}

.mobile_menu .burger:checked:before
{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f00d";
}

.mobile_menu .burger:checked + nav
{
  height:calc(100vh - 50px);
}

p
{
  padding:20px;
}