.vy-fixed{
	position:fixed;
	top: 50px;
}

.vy-h6-inline{
	
}
.vy-img-dn{
  display: none;
}
.vy-questions{
padding-top: 15px;
font-style: bold;
}

/* https://www.w3schools.com/howto/howto_css_loader.asp */
.vy-overlay{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 80px;
    padding-left: 40%;
  	background-color: rgba(255, 255, 255, 0.80);
	
}
.vy-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background: white;
}

#form-search, #form-print-one, #sort-button, .vy-resultat-contact{
	display: none;
}
.mark, mark {
	background-color: #0073aa!important;
	color: #fff!important;
	padding: 0!important;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (min-width: 768px){
	.jumbotron .h1, .jumbotron h1 {
	    font-size: 46px;
	}
}