@charset "utf-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFD75E;
	color: #3b3b3b;
	font-weight: normal;
	margin: 0;
	padding: 0;
}



.th_fond {
	margin: auto;
	background-color: #FFECB3;
	border: 2px solid #999999;
	color: #045234;
	font-size: 18px;
	font-style: italic;
/* === STYLES CROWDFUNDING TRANSFÉRÉS === 
		font-family: Arial, Helvetica, sans-serif;
	  	font-family: Georgia, "Times New Roman", Times, serif;
		font-family: Verdana, Arial, Helvetica, sans-serif;
*/
}

.th_title {
	font-size: 36px;
}


.theme_png {
  width: 160px;   /* taille affichée sur PC */
  height: auto;
}


.th_btn {
  width: 80px;   /* taille affichée sur PC */
  height: auto;
}
.th_titleSmall {
	font-size: 24px;
	text-align: left;
}

@media (max-width: 720px), (orientation: portrait) {
  .th_btn {
    width: 120px; /* un peu plus grand sur mobile */
  }
