
/*html{
	background: url(../../images/piste.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.75;
}*/

#bg{
	height: 100%;
	width: 100%;
	position: fixed;
	background: url(../../images/piste_perwez.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 1;
	z-index: -1000;
}
.container-fluid{
	height: 100vh;
}

/*.main-image{
    height: 100vh;
    width: 100%;
	background-attachment: fixed;
}

.main-image::before {    
	content: "";
	background-image: url(../../images/piste.jpg);
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.75;
	z-index: -1000;
}*/

body {
	background: none;
}

.top-title{
	margin-right: auto; 
	margin-left: auto; 
}

.cadre_login{
	background-color: white;
	border-radius: 4px;
	padding: 3%;
	box-shadow: 1px 2px 6px #00000040;
}

.cadre_account_creation{
	border-radius: 4px;
	border: 1px solid black;
	padding: 3%;
}

.vl {
  border-right: 1px solid blue;
}

.link{
	text-decoration: none;
}