a{
    text-decoration: none;
}

form{
    max-width : 710px;
}

.backgroung{
    background-image: url("../../ressources/img/background.jpg");
    background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
    color:white; 
}

.padding{
    padding: 15px 0;
}
 
.fixed{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

#box-viewer{
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.8);
}
#box-content{
	margin: auto;
	text-align: center;
}
.box-viewer-icon{
	position: absolute;
	right:0;
	padding: 15px;
	cursor: pointer;
}