/*
Theme Name: Musical Avenue
Description: Thème WordPress pour le site Musical Avenue
Author: Nicolas Schiff
Author URI: https://www.nicolasschiff.com
Template: hello-elementor 
Version: 1.0
*/

.soldout, .backorder {
	padding: 3px 8px;
	text-align: center;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 12px;
}

.soldout { background: red; }
.backorder { background: orange; }

.btn-cookies {
	background-color: #000 !important;
}

.teaser {
	color: #027AC6;
	font-family: "Roboto Slab", arial;
	font-size:1.2em;
}

/* Images dans les quiz font 100% sur mobile mais que 50% sur tablette et ordinateur*/
@media screen and (max-width: 768px) {
	.qsm-featured-image img {
		max-width:100%;
	}
}

@media (min-width: 769px) {
	.qsm-featured-image img {
		max-width:50% !important;
	}
}

.qsm-quiz-container .default-featured-img {
	display:none;
	visibility:hidden;
}

.qsm-btn {
	border:none !important;
	background-color:#027AC6 !important;
}