<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Bienvenue dans l'Ã©diteur de CSS !

Pour en savoir plus sur le fonctionnement de l'Ã©diteur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
/*
Bienvenue dans lâ€™Ã©diteur CSS de lâ€™extension Design !

CSS (Cascading Style Sheets) est un langage qui fournit des informations Ã&nbsp;
votre navigateur concernant le style de la page web que vous visitez. Vous
pouvez maintenant supprimer ces commentaires et commencer Ã&nbsp; ajouter votre
propre code CSS.

Par dÃ©faut, cette feuille de style sera chargÃ©e aprÃ¨s la feuille de
style de votre thÃ¨me, ce qui veut dire que les nouvelles rÃ¨gles que vous
ajouterez ici pourront remplacer celles crÃ©Ã©es par le thÃ¨me.

Vous pouvez donc ajouter ici les changements que vous souhaitez apporter Ã&nbsp;
votre thÃ¨me, sans avoir Ã&nbsp; copier la feuille de style existante de
celui-ci, ou avoir Ã&nbsp; recrÃ©er toutes les rÃ¨gles de style de votre thÃ¨me.
*/
/*DELETE TABLE BORDERS */
.entry-content .table th, .entry-content .table td {
	border: none;
}

/*SLIDESHOW REMOVE COMMANDS*/
#secondary .slideshow-controls {
	display: none;
}

/* CITATION BLOCKQUOTE */
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 15px 30px 0 10px;
	padding-left: 30px;
	padding: 15px 0 0 42px;
	background: url("http://cy-real.com/img/blockquote.gif") no-repeat 10px top;
	color: #064768;
}

/* SLIDER POST TITLE*/
#slider .slider-title {
	color: #e88f2f;
	font-weight: bold;
	font-size: 18px;
}

/* SLIDER POST CSS3 BETWEEN TITLE &amp; EXCERPT*/
.featured-text-wrap .slider-title:after {
	background-color: #ddd;
	content: '';
	display: inline-block;
	margin-left: 5px;
	height: 1px;
	vertical-align: middle;
	width: 10px;
}

.featured-text-wrap .sep {
	display: none;
}

/* VIDEO ALIGN CENTER */
#video {
	text-align: center;
	margin-bottom: 20px;
}

/* CHAPO */
#chapo {
	font-family: Amaranth, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	color: #606a5f;
}

/* BLOC PRESSE MISE EN VALEUR */
#bloc {
	border: 1px solid #064768;
	background: #FFFFFF;
	background-color: #f4ece4;
	background-image: url(http://blog.cy-real.com/img/repeating-art-paper-background.jpg);
	width: 80%;
	padding: 15px 25px 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Amaranth, sans-serif;
	font-size: 16px;
	color: #545454;
	text-align: left;
	margin-bottom: 20px;
}

/* LIEN INTERNE OU FINAL */
#lien {
	border: 1px solid #064768;
	background: #F5F2CB url("http://cy-real.com/img/web-link.png") no-repeat 10px;
	width: 80%;
	padding: 10px 48px;
	margin-left: auto;
	margin-right: auto;
	font-family: Amaranth, sans-serif;
	font-size: 18px;
	color: #545454;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
}

/* LIEN BOUTIQUE */
#lien {
	border: 1px solid #064768;
	background: #F5F2CB url("http://cy-real.com/img/tickets.png") no-repeat 10px;
	width: 80%;
	padding: 10px 48px;
	margin-left: auto;
	margin-right: auto;
	font-family: Amaranth, sans-serif;
	font-size: 18px;
	color: #545454;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
}


/* + Nico Klein Hide image titles on hover */ img { pointer-events:none; }



.tiled-gallery-caption {display:none;height:1px;color:#eee; background-color:#eee !important}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {font-size:1px !important}

.entry-caption {display:none !important}</pre></body></html>