/* Fonts *|
font-family: 'Oswald', sans-serif;
font-family: 'DM Sans', sans-serif;
|*========================*/

/*========================*|
Pirates informatiques - World Of Dreams Laetitia Ticouzi
|*========================*/
.pin-error-pages{
  background: url('../../images/background/home.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	align-items: center;
	width: 100%;
	display: flex;
}

.pin-error-pages-oppacity{
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.div-pin-error-pages{width: 85%}

@media all and (max-width: 700px){
  /*Responsive*/
  .pin-error-pages{background-position: 50%}
}
