@font-face {
  font-family: 'FontAwesome';
  src: url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("http://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: "Museo-300";
  src: url("http://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.eot"); /* IE9 Compat Modes */
  src: url("http://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("http://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.otf") format("opentype"), /* Open Type Font */
    url("http://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.svg") format("svg"), /* Legacy iOS */
    url("http://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("http://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.woff") format("woff"), /* Modern Browsers */
    url("http://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html, body {border: 0; margin: 0; padding: 0;}

img {
	border: 0;
}

img.responsive {
  max-width: 100%;
}

body {
  	font: 90%/1 Arial, Arial;
	font-size: 12px;
	background: #FFFFFF;
  	line-height: 130%;
  	width: 100%;
	color: #000000;
}

h1, h2, h3 {
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}

.colPrincipale {
	max-width: 1240px;
	margin: 0 auto;
}

#topBg {
	background: #F3F3F3;
	width: 100%;
	display: block;
	min-height: 140px;
}

#topContainer {
	display: block;
	position: relative;
	min-height: 140px;
}

#topLeft {
	width: 50%;
	display: inline-block;
	float: left;
}

#topRight {
	width: 50%;
	display: inline-block;
	float: right;
	min-height: 105px;
	padding-top: 35px;
	max-width: 470px;
	text-align: center;
}

#compteurMois {
	font-size: 20px;
	line-height:20px;
}

#compteurSemaine {
	font-size: 16px;
	line-height:20px;
}

#compteurLien {
	line-height:20px;
}

#topLeft > a > img {
	margin-top: 20px;
	max-height: 68px;
}

#topLeft > p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	font-size: 1.2em;
}

#top_menu {
	font: 90%/1 Franklin Gothic Demi Cond, Arial;
	letter-spacing: 0px;
	font-size: 15px;
	font-weight: normal;
}

#top_menu a:link {
	text-decoration: none;
	color: #000000;
}
#top_menu a:visited {
	text-decoration: none;
	color: #000000;
}
#top_menu a:hover {
	text-decoration: none;
	color: #5A2049;
}

#mainContent {
	
}

#texteDescriptif {
	margin: 20px 0;
	padding: 10px;
	clear: both;
}

#mots_cles {
	color: black;
	border: 0;
	min-width: 210px;
}

#topMenuContent {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
}

.corrigeTopMEnuContentPosition {
	margin-top: 20px;
}

#topMenuContent > ul {
	height: 40px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
    z-index: 999;
    background: white;
}

#topMenuContent > ul > li {
	margin-left: 0px;
	position: relative;
    z-index: 9999;
    background: white;
	margin: 0;
}

.topMenuItem {
	display: inline-block;
	float: left;
	padding: 5px 20px 0 0;
}

.topMenuLien {
	font-size: 14px;
	font-weight: normal;
}

.topMenuLien:hover, .topMenuLien.Selected {
	font-weight: bold;
}

.topMenuItemMiniSite {
	display: inline-block;
	float: left;
	padding: 0;
}

.topMenuLienMiniSite {
	font-family : 'Arial';
	font-size: 16px;
	padding: 5px 8px;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 1px solid black;
}

.topMenuLienMiniSite:hover, .SelectedMiniSite {
	background-color: #E5E5E5;
}

#topMenuContentMiniSite {
	display: block;
	float: left;
	position: relative;
	margin-top: 30px;
	height: auto;
}

#topMenuContentMiniSite > ul {
	height: 40px;
	padding: 0;
	margin: 13px 0 0 0;
	list-style-type: none;
	z-index: 999;
}

#topMenuContentMiniSite > ul > li {
	margin-left: 0px;
	z-index: 9999;
}

/*Hide dropdown links until they are needed*/
#topMenuContent > ul > li > ul {
    display: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
/*Make dropdown links vertical*/
#topMenuContent > ul > li > ul > li {
    display: block;
    float: none;
	margin: 0;
	padding: 5px;
}
/*Prevent text wrapping*/
#topMenuContent > ul > li > ul > li > a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
	background-color: #E5E5E5;
}
/*Display the dropdown on hover*/
#topMenuContent > ul > li > a:hover + .hidden {
    display: block;
}

#topMenuContent > ul > li > ul > li:hover + .hidden {
	display: block;
}

/*Hide dropdown links until they are needed*/
#topMenuContentMiniSite > ul > li > ul {
    display: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
/*Make dropdown links vertical*/
#topMenuContentMiniSite > ul > li > ul > li {
    display: block;
    float: none;
	margin: 0;
	padding: 5px;
}
/*Prevent text wrapping*/
#topMenuContentMiniSite > ul > li > ul > li > a {
    width: auto;
    min-width: 100px;
    padding: 0;
	background-color: #E5E5E5;
	font-family : 'Arial';
	font-size: 16px;
}
/*Display the dropdown on hover*/
#topMenuContentMiniSite > ul > li > a:hover + .hidden {
    display: block;
}

#topMenuContentMiniSite > ul > li > ul > li:hover + .hidden {
	display: block;
}

.hidden {
	background-color: #E5E5E5;
	z-index: 9999;
}

ul.hidden:hover {
    display: block !important;
}
#topMenuContent > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

#topMenuContentMiniSite > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

#zoneRecherche {
	float: right;
	text-align:center;
	padding-right: 0 !important;
}

.boutonRecherche {
	width: 0px;
	height: 25px;
}

.boutonRecherche:before {
	font-family: "FontAwesome";
    content: "\f002";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
	cursor: pointer;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    text-decoration: none;
    color: #fff;
    background: #E30C79;
    text-align: center;
    padding: 10px 0;
    display: none;
	font-size: 20px;
	cursor: pointer;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/
@media screen and (max-width : 760px){
    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100% !important;
		text-align: center;
    }
	
	/*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
	
	.topMenuLienMiniSite {
		width: 100%;
		border: none;
		display: block;
	}
	
	#paginationTop {
		clear: both !important;
	}
}

#paginationTop, #paginationBottom {
	clear: both;
	display: block;
	width: 92%;
	position: relative;
	text-align: center;
	padding: 20px 0;
}

#mainContentPubRight {
	display: inline-block;
	float: right;
	width: 8%;
	margin-top: 0px;
}

#mainContentPubFooter {
	clear: both;
}

#itemsContainer, #itemContainer {
	display: inline-block;
	float: left;
	width: 92%;
	position: relative;
}

.itemRubrique {
	display: inline-block;
	position: relative;
	width: 275px;
	height: 180px;
	text-align: center;
	line-height: 30px;
	margin: 0 10px 10px 0;
}

.itemRubriqueCover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;
	height: 180px;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
}

.itemRubriqueCover:hover {
	background: transparent;
}

.itemRubriqueCover:hover .blackTrait, .itemRubriqueCover:hover .whiteTrait{
	border-color: transparent;
}

.itemRubriqueCover:hover .blackTexte, .itemRubriqueCover:hover .whiteTexte{
	color: transparent;
}

.blackCover {
	background: rgba(0,0,0,0.3);
}

.whiteCover {
	background: rgba(255,255,255,0.3);
}

.itemRubriqueCoverTexte {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.blackTexte {
	color: #fff;
}

.whiteTexte {
	color: #000;
}

.itemRubriqueCoverTrait {
	width: 30px;
	height: 2px;
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
}

.blackTrait {
	border-bottom: 1px solid #fff;
}

.whiteTrait {
	border-bottom: 1px solid #000;
}

.itemRubriqueImage {
	display: block;
	width: 275px;
	text-align: center;
}

#footerContainer {
	background: #F3F3F3;
	width: 100%;
	display: block;
	min-height: 140px;
	margin-top: 30px;
	clear: both;
}

#footerLinks, #footerText {
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

#footerText > span {
	color: black;
	font-size: 12px;
	font-weight: normal;
}

.paginItem {
	color: #000000;
}

.paginItemSelect {
	color: #A349A3;
	font-weight: bold;
}

#itemTopTexte {
	width: 100%;
	display: block;
	margin: 15px 0;
}

#itemTexte {
	display: block;
	padding: 20px 15px 0 15px;
}

#itemTexte > span, #itemTopTexte > span {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	line-height: 20px;
}

#itemTexte > h1, #itemTopTexte > h1 {
	font-size: 13px;
	margin-top: -10px;
	display: block;
	font-weight: bold;
}

.lienItem {
	display: block;
	height: 30px;
	color: #A349A3 !important;
	border: 1px solid #776678;
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 40px;
	max-width: 400px;
}

.itemPhone {
	clear: both;
	color: #FFFFFF;
	font-size: 16px;
	padding: 2px 0 0 2px;
	width: 210px;
	height: 30px;
	line-height: 30px;
	background-color: #A349A3;
	text-align: center;
	margin: 0 auto;
}

.itemLien {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

/* Slider */
.slick-slider
{
    position: relative;
	width: 100%;
    display: block;
    box-sizing: border-box;
	float: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	margin: 0 15px 15px 0;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgb(0,0,0,0.5);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
	z-index: 9999;
}
[dir='rtl'] .slick-prev
{
    right: 10px;
    left: auto;
}
.slick-prev:before
{
    content: '\f053';
	z-index: 9999;
}
[dir='rtl'] .slick-prev:before
{
    content: '\f054';
	z-index: 9999;
}

.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
}
.slick-next:before
{
    content: '\f054';
	z-index: 9999;
}
[dir='rtl'] .slick-next:before
{
    content: '\f053';
	z-index: 9999;
}

.sliderMiniSiteImage {
	width: 100%;
	max-height: ;
}

@media (max-width: 1240px) {
	#itemsContainer, #itemContainer, #paginationTop, #paginationBottom {
		width: 100%;
	}
	
	#mainContentPubRight { display: none;}
	
	.demiColonneMiniSite1 {
		width: 100%;
	}
}

@media (max-width: 800px) {
	#topRight { display: none;}
}

@media (max-width: 600px) {
	#itemTexte, .slick-slider { width: 100%;}
}

.plan_etablissement {
	padding-left: 30%;
	display: inline-block;
}
.plan_titre {
	font-size: 14px;
	font-weight: bold;
	padding-left: 25%;
}

.plan_rubrique {
	padding-left: 25%;
}

#footerSign {
	text-align: center;
}

#footerSign > span, #footerSign > span > a {
	font-style: italic;
	color: #969696;
}

#footerSign > span > a > img {
	padding-left: 2px;
	margin-bottom: -2px;
}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}

#back-top a {
    text-decoration: none;
    text-align: center;
    padding-top: 8px;
    font-size: 28px;
    width: 40px;
    height: 32px;
    display: block;
    background-color: #555;
    color: white;
    -webkit-transition: 1s ease; -moz-transition: 1s ease; -o-transition: 1s ease; transition: 1s ease;
}

#back-top a:hover {
	background-color: #E30C79;
}

.overlay_popup_newsletter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 200ms;
	visibility: visible;
	opacity: 1;
}

.close_popup_newsletter {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: -1px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
	cursor: pointer;
}

.popup_newslet {
	margin: 75px auto;
	padding: 20px;
	background-color: #C0C0C0;
	border: 1px solid #666;
	width: 300px;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	position: fixed;
	bottom: 0;
	right:0;
	border-radius: 2px;
}

.content_popup_newsletter {
    max-height: 400px;
    overflow: auto;
  }
  
#inscriptionNewsletter {
	text-align: center;
}

#inscriptionNewsletter > input {
	text-align: center;
}

#inscriptionNewsletter > span {
	display: none;
	color: red;
}

#boutonValidInscriptionNewsletter {
	color: #fff;
	border: none;
	height: 30px;
	width: 120px;
	background-color: #E30C79;
	cursor: pointer;
	border-radius: 2px;
}

#logoMiniSite > img {
	max-width: 240px;
	max-height: 100px;
}

#mentionsLegales {
	color: #969696;
	font-size: 10px;
	display: none;
	width: 100%;
	background: #ccc;
	border-radius: 2px;
	color: #000;
	z-index: 200;
}

#mentionsLegales1 {
	color: #969696;
	font-size: 10px;
	display: none;
	position: absolute;
	width: 400px;
	background: #ccc;
	border-radius: 2px;
	color: #000;
	z-index: 200;
	margin-left: -125px;
}

#logoMiniSite, #adresseContainerMiniSite {
	display: inline-block;
	float: left;
}

#adresseContainerMiniSite {
	margin: 36px 50px 0 10px;
	font-weight: bold;
	font-family: 'Arial';
	font-size: 14px;
	text-align: center;
	letter-spacing: -1px;
}

#top_mini_site_container {
	height: 100px;
	margin-bottom: 20px;
}

.boutonTel {
	color: #FFFFFF;
	font-family: 'Arial';
	font-size: 14px;
	padding: 5px;
	width: 131px;
	height: 25px;
	background-color: #E30C79;
	text-align: center;
	border-radius: 2px;
	margin: 0 auto;
}

#mini_site_1_container {
	padding-right: 5px;
	margin-top: 20px;
}

.demiColonneMiniSite1 {
	display: inline-block;
	width: 49%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.lienPlan {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.boutonMiniSite1 {
	color: #fff !important;
	border: none;
	padding: 8px 30px;
	background-color: #E30C79;
	cursor: pointer;
	border-radius: 2px;
	font-weight: bold;
	display: inline-block;
	margin: 5px 20px 5px 0;
}

.largeur90pc {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

#p_mini_site_1 {
	clear: both;
}

#imageVitrine {
	display: block;
	width: 60%;
	margin: 30px auto;
}

.texteCapt {
	font-size: 10px;
	font-weight: bold;
}

/* GESTION DES SOUS MENU ---------------------------------------------------- */

div.sous_menu_main {
   position: relative;
   text-decoration: none;
   display: inline;
   font-weight: bold;
   color: #5A2048;
   cursor: pointer;
}
div.sous_menu_main span {
   display: none;
   text-align: left;
}

div.sous_menu_main:hover {
   background: none; /* correction d'un bug IE */
   z-index: 1000;
}
div.sous_menu_main:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   font-size:0.5em;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 15px; /* on positionne notre infobulle */
   left: 0px;

   background: white;

   color: #000000;
   padding: 3px;

   border: 0px;
   border-left: 1px dotted #000000;
}

#nomRubrique {
	display: block;
	clear: both;
	float: left;
}

#nomRubrique > #ligne1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	line-height: 30px;
}

#nomRubrique > #ligne2 {
	font-size: 25px;
	font-weight: bold;
	display: block;
	line-height: 25px;
}

.prestation_detail {
	font-size: 11px;
}

.prestation_titre {
	font-size: 11px;
	font-weight: bold;
}

#imageNewsMiniSite {
	display: block;
	max-width: 920px;
	max-height: 586px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #8D8E90;
}

#imageNewsMiniSite > img {
	max-width: 920px;
	max-height: 586px;
}

#p0NewsMiniSite {
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}

#p1NewsMiniSite {
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}

#p2NewsMiniSite {
	display: block;
	width: 100%;
	text-align: center;
}

#pubFoot {
	clear: both;
}

.pictoFB {

}

.pictoFB:before {
	font-family: "FontAwesome";
    content: "\f09a";
    font-size: 13px;
    padding-right: 3px;
	cursor: pointer;
	color: #333;
}

h1.mini_site_1, h1.mini_site_1 > span, h1.mini_site_1 > div, h1.mini_site_1 > div > strong, h1.mini_site_1 > div > strong > span, h1.mini_site_1 > div > span > strong > span, h1.mini_site_1 > div > strong > span > span, h1.mini_site_1 > strong > span, h1.mini_site_1 > strong, p.mini_site_1, p.mini_site_1 > span, #mini_site_1_container > h1, #mini_site_1_container, #mini_site_1_container > h2, #mini_site_1_container >  strong, #mini_site_1_container > strong > span, #mini_site_1_container > h2 > p, #mini_site_1_container > h2 > span, #mini_site_1_container > h3 > span, #mini_site_1_container > p, #mini_site_1_container > span, #mini_site_1_container > span > span, #mini_site_1_container > span > span > strong, #mini_site_1_container > strong, #mini_site_1_container > h1 > span, #mini_site_1_container > h1 > span > strong, #mini_site_1_container > p, #mini_site_1_container > p > span, #mini_site_1_container > p > span > strong {
	font-size: 16px !important;
	line-height: 25px !important;
}

#texteDescriptif, #texteDescriptif > h1, #texteDescriptif > h1 > span, #texteDescriptif > h1 > strong, #texteDescriptif > span, #texteDescriptif > span > strong, #texteDescriptif > strong, #texteDescriptif > h2, #texteDescriptif > h2 > span, #texteDescriptif > h2 > strong {
	font-size: 16px !important;
	line-height: 25px !important;
}

#itemsContainer, #itemsContainer > h1, #itemsContainer > h1 > span, #itemsContainer > h1 > strong, #itemsContainer > span, #itemsContainer > span > strong, #itemsContainer > strong, #itemsContainer > h2, #itemsContainer > h2 > span, #itemsContainer > h2 > strong, #itemsContainer > strong > span, #itemsContainer > strong > span > strong {
	font-size: 16px !important;
	line-height: 25px !important;
}