body {
	background-image: url("../img/fond.jpg");
}
h1{
	color:#010a0f;
	text-align: center;
}
ul{
	list-style-type: none;
}

.bloc {
	height: 150px;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.8); /* Couleur de fond semi-transparente */
	color: #ffffff; /* Couleur du texte */
	border: none; /* Supprime la bordure */
	border-radius: 20px; /* Ajoute une bordure arrondie */
	font-size: 16px; /* Taille de police */
	text-align: center; /* Centre le texte horizontalement */
	line-height: 150px; /* Centre le texte verticalement */
	cursor: pointer; /* Change le curseur en une main au survol */
}

.container {
  height: 100vh; /* Assurez-vous que le conteneur occupe toute la hauteur de l'écran */
}

.content {
  margin: auto; /* Centre le contenu horizontalement et verticalement */
}

.row{
	padding-bottom: 20px;
}
.col-md-12 input{
	width: 100%;
}

input{
  background-color: #f5f5f5; /* Green */
  border: none;
  color: #010101;
  margin:0;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
}
input:hover{
  background-color: #010101; /* Green */
  color: #f5f5f5;
}

h2{
	margin:30px auto;
	padding-left: 30px;
	text-align: center;
	color:#f5f5f5;
}