/* image */
img {
  display: flex;
}


/* footer */
footer{
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
	flex-direction: column;
}

footer pre{
  color: white;
}
footer a{
  color: white;
}



/* Text Zone */
.textzone{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-color: #092a28;
  background-color: #b4b8bb;
  position:relative;
  bottom: 6em;
  padding: 1em 3em 5em;
  border: 1px solid #686868;
  top:50px;
}

.textzone a {
    color: #092a40;
}

.textzone h1 {
  color: #092a28;
}

.textzone h2 {
  color: #092a28;
}

.textzone p {
  color: #092a28;
  font-size: 20px;
}

.textzone p.Fake-Title {
  color: #051513;
  font-size: 22px;
}


/* Message d'acceuil */
@import url("https://fonts.googleapis.com/css?family=Montserrat");

.title {
	font-family: "Montserrat";
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80vh;
	letter-spacing: 1px;
}

.alphaone {
	font-family: "Montserrat";
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 1px;
}

.alphaone h1 {
	background-image: url(https://media2.giphy.com/media/G0QoVcfBdo2QG6IKZu/giphy.webp?cid=ecf05e47enkh6mfhelxcarwx9f6ccku1fbjfzrse2yq1xiwa&rid=giphy.webp&ct=g);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 75px;
	line-height: 0.75;
	margin: 10px 0;
}

.title h1 {
	background-image: url(https://media2.giphy.com/media/G0QoVcfBdo2QG6IKZu/giphy.webp?cid=ecf05e47enkh6mfhelxcarwx9f6ccku1fbjfzrse2yq1xiwa&rid=giphy.webp&ct=g);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 120px;
	line-height: 0.75;
	margin: 10px 0;
}




body{
  background-color: #334;
}

/* Menu */
.topnav {
  background-color: #333;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 25px 25px;
  text-decoration: none;
  font-size: 24px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #1ed5c3;
  color: white;
}

.topnav .icon {
  display: none;
}

#background-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}


.button {
  background-color: #1c87c9;
  box-shadow: 0 5px 0 #105cad;
  color: white;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  display: inline-block;
}