body
{
    background-color: #222222;
}

@font-face {
    font-family: "Quicksand";
    src: url('../font/quicksand/Quicksand-Regular.otf');
}

@font-face {
    font-family: "Exo";
    src: url('../font/exo-1/Exo-Regular.ttf');
}

#containerCalendar{
  display: block !important;
  max-width: inherit !important;
}

.Footer
{
  background-color: #2e2e2e;
  text-align: center;
  padding: 20px 20px 20px 20px;
	color: #8b8b8b;
	position: relative;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}

h1
{
	font-size: 70px;
}

h1, h2
{
	display: block;
	text-align: center;
	background-color: #e7e7e7;
	/*color: #8d8d8d; */
  font-family: "Quicksand";
}

h3
{
	display: inline;
	color: #8b8b8b;
	text-align: center;
	flex-direction: column;
  font-family: "Quicksand";
}

a
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: none;
}


a:hover
{
	color: black;
	text-decoration: none;
}

a:active
{
	color: black;
	text-decoration: none;
}

.container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px 40px 40px 40px;
	background-color: #2e2e2e;
	border-radius: 5px;
}

.col-sm
{
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	margin-bottom: 20px !important;
}

.card-columns .card
{
  border: 0px !important;
}

/* HOME */

.paddingBottom
{
  padding-bottom: 20px;
}

.card-img-overlay
{
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.card-img-overlay h3
{
  margin: 0;
}

.Block
{
	background-color: #2e2e2e;
	flex-direction: column;
	justify-content: inherit;
	color: #8b8b8b;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin-bottom: 15px !important;
}
/*haut, droite, bas, gauche*/

.background-light-dark
{
  background-color: #2e2e2e !important;
  color: #8b8b8b !important;
  border: none;
}
