/* Write your custom css code here */

.epic-header {
    background: white url(../../images/backgrounds/motif-tapisserie-gris-blanc-gris-clair.png) repeat-x fixed left top;
}
img.logo {
    margin: 0 auto;
    width: 371px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.sunfw-flex-component.row {
    margin-right: 0px;
    margin-left: 0px;
}
#jsn-social-icons { float: right; }
#jsn-social-icons ul { float: right; margin: 0; }
#jsn-social-icons ul li {
    float: left;
    list-style: none;
    margin-left: 10px;
}
#jsn-social-icons ul li a {
    display: block;
    text-indent: -999em;
    background-image: url(../../images/icons/icons-social.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.7;
}
#jsn-social-icons ul li:hover a { opacity: 1; }
a#facebook { background-position: 0 0; }
a#twitter { background-position: 0 -24px; }
a#googleplus {	background-position: 0 -48px; }
a#viadeo { background-position: 0 -312px; }
a#rss { background-position: 0 -264px; }
.sunfw_section_section_header_section { padding: 5px; }
.sunfw_section_section_top { background: white url(../../images/backgrounds/motif-tapisserie-gris-blanc-gris-clair.png) repeat-x fixed left top; }

/* Titre h2 */
.blog-featured h2.item-title, .blog h2.item-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.9em;
  	font-weight: 300;
    line-height: 2.2em;
}
/* colonnes gauche | centre | droite */
.sunfw-flex-component > .col-lg-6 {
    flex: 0 0 56%;
    max-width: 56%;
}
.sunfw-flex-component > .col-lg-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.sunfw-flex-component > .col-xs-6 {
    flex: 0 0 56%;
    max-width: 56%;
}
.sunfw-flex-component > .col-xs-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
/* Bordure images */
.image-border {
	padding: 5px;
	border: 1px solid #ccc;
}
/* Cartouche jaune */
.text-highlight {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: .2em .5em;
    background: #ffffaa;
	margin: 10px 0;
	color: #000;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 1.3em;
	line-height: 1.7;
}
/* Cartouche bleu */
.text-info {
    padding: 0.8em 0.8em 0.8em 5em;
    min-height: 20px;
    border-top: 2px solid #b7d2f2;
    border-bottom: 2px solid #b7d2f2;
    background: #dbe7f8 url(../../images/icons/icon-text-info.png) no-repeat;
  	background-position: 0% 50%;
	margin: 10px 0;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 1.3em;
  	line-height: 1.7;
}
/* sommaire des articles */
.pull-right { margin-left: 10px; }
ul.nav-tabs > li  { padding: 0; }

/* couleur de fond de la colonne centrale */
#column_column-7 { background-color: white;}