/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

.list		{ margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }

/* Append your site-specific styles here */
.peu-de-foto{
    font-size: 12px;
    line-height: 14px; 
}
.cites {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    padding-right: 50px;
    padding-left: 50px;
}
p.cites{
	padding-bottom: 10px;
}
.color{
	background: #6196AA;
	padding:15px;
}
.gris{
	background: #ddd;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.vora{
	border:1px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.color-text-blanc{
	background: #6196AA;
	color: #fff;
	padding:15px;
}
.quadre-esquerra{
	float: left;
	width: 50%;
	padding-right: 36px;
}
.quadre-dreta{
	float: right;
	width: 50%;
	padding-left: 36px;
}
.quadre-esquerra25{
	float: left;
	width: 25%;
	padding-right: 36px;
}
.quadre-dreta25{
	float: right;
	width: 25%;
	padding-left: 36px;
}
.footer-img-content{
    font-size: 13px;
    line-height: 16px;
    padding-top: 8px;
    margin-bottom: 15px;
    display: block;
    margin-top: 0;
}
.quadre-esquerra.color,
.quadre-esquerra25.color,
.quadre-esquerra.color-text-blanc,
.quadre-esquerra.color-text-blanc25
.quadre-esquerra.gris,
.quadre-esquerra25.gris{
	margin-right: 15px!important;
	padding-right: 15px!important;
}
.quadre-dreta.color,
.quadre-dreta25.color,
.quadre-dreta.color-text-blanc,
.quadre-dreta25.color-text-blanc,
.quadre-dreta25.gris,
.quadre-dreta25.gris{
	margin-left: 15px!important;
	padding-left: 15px!important;
}
.edgtf-post-text blockquote{
	padding: 0;
	margin:0;
}
.edgtf-post-text p{
	padding-bottom: 15px;
}
blockquote {
    border-left: 0;
    font-size: 22px;
    line-height: 1.2em;
    font-style: normal!important;
    font-weight: bold;
}