.bouton-genre {
	background-color:  #246368;
	background-image: url("imagescss/texture/clean-gray-paper.png");
	border: 2px #c08e47 solid;
	border-radius: 5px;
	color: #ece4cd;
	display: flex;
	justify-content: center;
}

.texte-bouton-genre {
	font-family: daypbl, forque,airstreamregular, dbregular, cowboy_hippie_proregular, Scratch_-webfont, INDUBITA-webfont;
	font-size: 1.2em;
}

.bouton-genre:hover {
	background-color:  #c08e47 !important;
	cursor: pointer;
}

/*quand on clique le bouton s'enfonce*/
.bouton-genre:active {
	position: relative;
	top: 2px;
	margin-left: 2px;
	color: #12393d;
}


.sous-titre-bouton-genre {
	font-size: 0.7em;
}







/*------------pour les boutons fassent tous toujours la meme hauteur CD ET RADIO-----------------*/
@media (min-width: 992px) and (max-width: 1138px) {
	.bouton-cd, .bouton-radio {
		height: 65px;
	}
	#bouton-genre-poster {
		height: auto;
	}
}

@media all and (max-width: 470px) {
	.bouton-cd, .bouton-radio {
		height: 65px;
	}
}






/*---------------------GENRE DISPLAY----------------------------*/
.genre-display {
	display: none;
}
