@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900');

@media screen and (min-width: 1200px) {
  div#pue-banner-txt {
	font-size: 32px;
	top: 228px;
	left: 74px;
  }
}

.tetiere-pue-banner-fond {
	
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	font-family: 'Muli', sans-serif;
	line-height: 18px;
	text-align: center;

	
	
	
}

div#pue-banner-txt {
	position: absolute;
	font-family: 'Muli', sans-serif;
	right: 2.2vw;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 0px;
	top: 228px;
	display: inline;
	font-size: 2.5vw;
	text-transform: uppercase;
	color: #fff;
	font-style: normal;
}
	
	
#pue-banner--button {
	font-family: 'Muli', sans-serif;
	position: absolute;
	width: 185px;
	padding: 0;
	bottom: 223px;
	left: 74px;
	height: 24px;
	font-size: 18px;
	display: inline;
	z-index: 2;
	color: #fff;
	text-align: center;
	margin-top: 2px;
}


#pue-banner--button:active { text-decoration:none; color:#fff;}

#pue-banner--button:hover {
	text-decoration:underline; color:#fff;}
	



