/* Dossier de presse */
#btp_content_dossier_presse { width:728px; margin:auto; }
	#btp_content_dossier_presse_bloc { width:695px; margin:auto auto 40px auto; padding:15px; font-size:14px; border:1px solid #ccc; position:relative; }
		#btp_content_dossier_presse_bloc_bg { background-color:#eee; left:0; right:0; top:0; bottom:0; position:absolute; z-index:-1; opacity:0.85; }
		#btp_content_dossier_presse h1 { font-size:23px; text-align:center; }
		#btp_content_dossier_presse h2 { width:632px; margin:auto auto 20px auto; font-size:16px; text-align:center; padding:15px; background-color:#fff; border-radius:15px 15px 0 0; font-weight:normal; }
		#btp_content_dossier_presse_fichier { width:660px; height:680px; margin:auto auto 20px auto; display:block; }
	#btp_content_dossier_presse_bloc_download { display:none; }

/* Mobiles */
@media screen and (min-width: 0px) and (max-width: 750px)
{
	#btp_content_dossier_presse { width:90%; margin:2px auto auto auto; }
		#btp_content_dossier_presse_bloc_bg, .btp_website_menu_bg { display:none; }
		#btp_content_dossier_presse_bloc { width:100%; padding:0; border:0; margin:-2px auto 20px auto; }
			#btp_content_dossier_presse h1 { font-size:16px; margin:12px 0 10px 0; }
			#btp_content_dossier_presse h2 { width:auto; padding:0; font-size:15px; margin:0 0 15px 0; }
			#btp_content_dossier_presse_fichier { width:100%; height:480px; display:none; }
		#btp_content_dossier_presse_bloc_download { display:block; background-color:#000; width:110px; padding:6px 4px 6px 4px; color:#fff; text-align:center; border-radius:15px; text-decoration:none; font-size:15px; margin:auto; }
}