html, body {
  	height: 100%;
  	padding: 0px !important;
  	margin: 0px !important;
}

.bkg {
	background: url('bg.jpg');
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
  	width: 100%;
  	height: 100%;
  	text-align: center;
}

.coords {
  	width: 100%;
  	position: absolute;
  	top: 0%;
  	left: 0;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coords .well {
	width: 50%;
	/*height: 50%;*/
    background-color: rgba(255,255,255,.5);
    border-radius: 15px;
}

.coords .well .titre {
    font-family: 'Lato', sans-serif;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 5.5vw;
    margin: 35px 10px 10px 10px;
}

.coords .well .sous_titre {
    font-family: 'Lato', sans-serif;
    font-size: 3.5vw;
    margin: 0px 10px 30px 10px;
    color: #404040;
}

.coords img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}