* {
	margin:0;
	padding:0;
}

body{
	background: url("../images/background.jpg") no-repeat center center;
	background-size: cover;
	height:100vh;
	width:100vw;
	font-family:"Helvetica", sans-serif;
	color:#000000;
}

#container {
  /*display: flex; /* or inline-flex */
}

#bouteille{
	height:100vh;
	width:100vw;
	position: absolute;
	background: url("../images/MAIN-HOMME-SEUL-800.png") no-repeat top left;
}

#verre{
	height:100vh;
	width:100vw;
	position: absolute;
	background: url("../images/MAIN-FEMME-SEULE-800.png") no-repeat right bottom;
}

#bouteille,#verre{
	background-size: 33%;
}

@media (max-width: 980px) {
	#bouteille,#verre{
		background-size: 40%;
	}
}

@media (max-width: 600px) {
	#bouteille,#verre{
		background-size: 60%;
	}
}

#logo-texte{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#logo-texte h1{margin-bottom: 35px}
#logo-texte h1 img{max-width: 80vw;}

#res-soc{
	line-height: 80px;
}
#res-soc a,#res-soc a:hover{color:#000000;text-decoration: none;}