#prev,
#ajd,
#next,
#legende
{
	cursor: pointer;
	text-align: center;
}

#prev,
#ajd,
#next
{
	font-size: 20px;
}

#legende
{
	text-align: center;
	align-content: center;
}

#legendeCal
{
	margin: auto;
	width: max-content;
}

#content .bValider
{
	margin-left: 345px;
}

#tfoot
{
	text-align: center;
}

form input[type="text"], form input[type="email"]
{
	width: 100%;
}

button:focus {outline:0;}

#formCalendrier
{
	margin: auto;
	width: 30%;
}

#sendicate-form-subscription
{
	width: 100%;
}

.bValider
{
	margin-left: 30%;
}

/*********************************************************************************/
/* Calendrier                                                                    */
/*********************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:600,400');
#wp-calendar
{
  margin: 25px auto 0;
  color: hsl(0, 0%, 60%);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  width: 50%
}
#wp-calendar caption
{
  margin-bottom: 20px;
  font-size: 20px;
}
thead tr > th,
tbody tr > td
{
  width: 30px;
  height: 30px;
  text-align: center;
}
thead tr > th
{
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: hsl(0, 0%, 85%);

  color: hsl(0, 51%, 53%);
  font-size: 11px;
}
thead tr > th:first-child,
tbody tr > td:first-child
{
  border-left: none;
}
thead tr > th:last-child,
tbody tr > td:last-child
{
  border-right: none;
}
tbody tr:last-child td
{
  border-bottom: none;
}
tbody tr > td
{
  border: 1px solid;
  border-color: hsl(0, 0%, 85%);
}
tbody tr > td#today
{
  border-style: solid;
  border-width: medium;
  border-color: black;
  font-weight: 600;
}
tfoot tr > td
{
  padding: 5px 0 0 0;
  font-size: 11px;
}
tfoot tr > td a
{
  color: hsl(0, 0%, 60%);
  text-decoration: none;
}
.booked
{
  color: hsl(0, 0%, 20%);
  background-color:rgba(255, 0, 0, 0.5);
  font-weight: 600;
}
.pending
{
  color: hsl(0, 0%, 20%);
  background-color:rgba(255, 191, 0, 0.5);
  font-weight: 600;
}
.free
{
  color: hsl(0, 0%, 20%);
  background-color:rgba(0, 255, 0, 0.5);
  font-weight: 600;

}
.free:hover
{
  color: hsl(0, 0%, 20%);
  background-color:rgba(0, 255, 0, 1);
  font-weight: 600;

}

.event
{
  color: hsl(0, 0%, 20%);
  background-color:rgba(0, 255, 242, 0.5);
  font-weight: 600;
}
.prepa
{
  color: hsl(0, 0%, 20%);
  background-color:rgba(88, 74, 247, 0.5);
  font-weight: 600;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 3em 1em 2em;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}

	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}

	.bValider
	{
		align-content: center;
	}

@media only screen and (max-width: 800px) 
{
	form
	{
		margin: auto;
		width: 100%;
	}

	input[type="submit"]
	{
		width: 40%;
	}

	#wp-calendar
	{
	  width: 100%
	}
}