/*
 * BG
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

 body {
		background: #000 url("../images/bg_mobile.jpg");
		background-size: cover;	
	   	font-family: 'Poppins', sans-serif;
	 	min-height: 680px;
	 	background-position-y: 100%;
	 	background-repeat: repeat-x;
	}

.px-3 {
    margin-top: 5%;
}

.cover-container {
	margin: 0 auto;
  	text-align: center;
	padding-top: 5%;
	width: 90%;
}


h1 img {
	max-height: 60px;
	margin: 8% auto ;
}

@media (min-width: 769px) {
	
	body {
		background: #000 url("../images/bg_desktop.jpg");
		background-size: contain;	
		background-position-y: -20px;
		background-repeat: repeat-x;
	}
	
	.immeuble {
	display: none;
	}
	
	.cover-container {
	margin: 0 20% 0 10%;
  	text-align: center;
	padding-top: 5%;
	width: 50%;
	}
	
	h1 img {
	max-height: 85px;
	margin: 20% auto 35% auto;
	}
}


a {
	color: #999;
	text-decoration: underline;
	font-size: 14px;
}

a:hover {
	color: #fff;
}

/* Form */

#mc_embed_signup {
    background-color: transparent !important;
	width: auto  !important;
}

#mc_embed_signup .email {
	padding: 15px !important;
	height: 42px !important;
	width: 290px !important;
	color: #fff !important;
    background-color: #000 !important;
	font: 14px "Poppins" !important;
	border: 1px solid #b0b0b0;
	border-radius: 0 !important;
}

#mc_embed_signup .email::focus {
	border-radius: 0 !important;
}

#mc_embed_signup .button {
	height: 42px !important;
	color: #181818 !important;
    background-color: #fff !important;
	font: 18px "Poppins" !important;
	font-weight: bold !important;
	border-radius: 0 !important;
	margin-left: -5px !important;
    padding: 0 16px !important;
}

@media (max-width: 768px)  {
	
	
	#mc_embed_signup form {
    position: absolute;
    bottom: 10px;
	width: 90%;
	}
	
	
	#mc_embed_signup {
    margin-left: -15px !important;
    margin-right: -15px !important;
	}
	
	.immeuble {
	min-height: 200px;
	max-height: 350px;
	bottom: 20px;
	left: 20%;
	max-height: 35%;
	}
	
	#mc_embed_signup .button {
    width: auto !important;
    margin: 0;
	}
	
	#mc_embed_signup .clear {
    display: inline-block !important;
    width: auto !important;
	}
	
	#mc_embed_signup .email {
	width: 240px !important;
	}
}
