/***** 
 *****  CKEditor Templates  *****
 ***** Used in front-office *****
 ***** Used in back-office  ***** 
 *****/

/* Transverse */
.ckeditor-template-block h3 {
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 15px;
	margin-top: 0;
}

.ckeditor-template-block {
	border-bottom: 2px solid #dedede;
	padding: 30px 0 30px 0;
}

.ckeditor-template-block img {
	width: auto;
	max-width: 100%;
}

.basic-page-title {
	padding: 30px 0 30px 0;
	text-align: center;
	border-bottom: 2px solid #dedede;
}

/* BLOCK N�3 : Blue w/ key facts */
.ckeditor-template-block .cke-right-side.bkg-blue {
	background: #000000;
	color:  #e55520;
	font-size: 1.2em;
	padding: 20px
}

.ckeditor-template-block .cke-right-side.bkg-blue .title {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.ckeditor-template-block .cke-right-side.bkg-blue p {
	margin-bottom: 10px;
}

.ckeditor-template-block .cke-right-side.bkg-blue .subtitle {
	font-size: 1.8em;
	margin-bottom: 0px;
	margin-top: 10px;
}

.ckeditor-template-block .cke-left-side {
	padding-left: 0;
}

/* BLOCK N�4 : Title - Text and img's */

.ckeditor-template-block .left-img {
	padding-left: 0;
}

.ckeditor-template-block .right-content {
	padding-left: 30px;
}

.ckeditor-template-block .img-wrapper {
	margin-top: 15px;
	padding: 0;
}

.ckeditor-template-block .img-wrapper .img-container {
	padding-left: 0;
}

/* BLOCK N�5 : Table 2 lines and 4 cols w/ imgs */

.ckeditor-template-block.table-img table {
	text-align: center;
}

.ckeditor-template-block.table-img {
	margin-bottom: 30px;
	margin-top: 30px;
}

.ckeditor-template-block.table-img td,
.ckeditor-template-block.table-img td {
	padding: 10px;
}

.ckeditor-template-block .img-link {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	padding-top: 5px;
	margin-top: -10px;
	padding-bottom: 5px;
	min-width: 120px;
}

.ckeditor-template-block .text-and-table td a {
	position: relative;
}

.ckeditor-template-block .img-link span {
	padding: 10px;
	background: #4BAE7F;
}

.block-bottom-element .block-bottom-element-link a:hover {
	text-decoration: underline !important; 
}


/* Style for custom pages from ckeditor templates */

.wrapper-3-col{
margin : 25px 0;
}

img.col-3-img{
	max-height: 166px;
	float: right;
}

img.col-2-img-right{
	max-height: 200px;
	box-shadow: 1px 1px 3px #777;
	float: right
}

