* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
    --primary-color: #791fe0;
    --dark-color: #141414;
    --grey-color: #999;
}

/* Footer */
.footer {
    padding:1rem 12.5%;
    background-color: var(--dark-color);
	position: absolute;
	bottom: 0;
	z-index: 5000;
	width: 100%;
	left: 0;
}

.footer,
.footer a {
    color: var(--grey-color);
}

.footer-top {
    margin: 0 0 1.5rem;
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.footer li {
    line-height: 1.9;
}

.footer__link {
    font-size: 0.9rem;
}

.footer-country {
    font-size: 0.9rem;
    margin-top: 1.5rem;
}

.footer-top__link {
    font-size: 1rem;
}

.footer__link:hover {
    border-bottom: 1px solid var(--grey-color);
}

/* FOND DU SITE */
html, body {
    margin: 0;
    height: 100%;
    width: 100%;
  }

  body {
    overflow: hidden;
    background-color: #111;
  }

  .wrapper-background {
    background-color: #111;
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skew(-10deg, -10deg) scale(2);
    overflow: hidden;
    z-index: -1;
  }

  .item {
    background-color: #000;
    display: inline-block;
    margin: 2px;
    height: 100px;
    background-size: cover;
  }

  .vignette {
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 30vw;
  }

  .wrapper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: grid;
    grid-template-columns: 10% auto;
    align-content: center;
    font-size: 200%;
    line-height: 200%;
  }

  .inner-content {
    grid-column: 2;
  }

  button {
    bordeR: none;
    border-radius: 5px;
    padding: 1%;
  }

  button.signup {
    background-color: #20bfdf;
    color: white;
  }

  svg {
    height: 100px;
    width: 100px;
  }


body {
	font-family: 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #000;
	color: #999;
}

ul {
	list-style: none;
}

h1,
h2,
h3,
h4 {
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0.5rem 0;
}

img {
	width: 100%;
}

.showcase {
	width: 100%;
	height: calc(100vh - 10vh);
	position: relative;
}

.showcase::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.65);
	box-shadow: inset 30px 10px 150px #000000;
}

.logo {
	position: relative;
	z-index: 2;
	height: 90px;
}

.logo img {
	width: 170px;
	position: absolute;
	top: 20px;
	left: 40px;
    transform: translateY(-8vh)
}

.showcase-content {
	position: relative;
	z-index: 2;
	width: 450px;
	height: auto;
	background: rgb(0, 0, 0, 0.65);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
    margin-top: 5%;
	padding: 60px 65px;
}

.formm h1 {
	margin-bottom: 20px;
}

.formm {
	width: 100%;
	margin-bottom: 40px;
}

.formm .info {
	padding: 5px 0;
	/* margin-bottom: 20px; */
}

.formm .info .email {
	margin-bottom: 30px;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: none;
	padding: 10px;
	font-size: inherit;
}

.formm .btn {
	margin-bottom: 10px;
	width: 100%;
}

.btn-primary {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background: #791fe0;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.help {
	display: flex;
	justify-content: space-between;
	font-size: 0.8rem;
}

.help a {
	color: #999;
}

.help a:hover {
	text-decoration: underline;
}

/* ------ input ------- */

input[type=checkbox] {
	background: #737373;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	height: 16px;
	left: -20px;
	width: 16px;
	margin-right: 5px;
}

input[type=email] {
	background: #343434;
}

input[type=password] {
	background: #343434;
}

/* ------ input end ------- */

.fcbk {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 0.8em;
}

.fcbk img {
	width: 20px;
	margin-right: 10px;
}

.signup {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.signup p {
	margin-right: 5px;
}

.more {
	font-size: 0.8em;
	line-height: 1.1em;
}

.more a {
	color: rgb(17, 108, 228);
}

.more a:hover,
.signup a:hover {
	text-decoration: underline;
}


@media screen and (max-width:800px) {
	.footer{
		display: none;
	}
	.showcase-content{
		margin-top: 15vh;
		height: 70vh;
		width: 100%;
	}
	.logo{
		height: 100%;
		width: 100vw;
	}
	.logo img{
		left:50vw;
		transform: translateX(-50%);
		top:-10vh
	}
}