/** (c) Yonis Distribution - Yonis Blog 1.6 theme 07/2015 */
 
/** Bloc Search **/
#prestablog_bloc_search {
	position:relative;
}
#prestablog_bloc_search .btn.button-search {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	padding: 10px 0 11px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
        line-height: 1.7;
}
#prestablog_bloc_search .btn.button-search span {
	display: none;
}
#prestablog_bloc_search .btn.button-search::before {
	content: "";
	display: block;
	font-family: "FontAwesome";
	font-size: 17px;
	text-align: center;
	width: 100%;
}
#prestablog_bloc_search .btn.button-search:hover {
	color: #6f6f6f;
}
#prestablog_bloc_search #prestablog_search {
	 background: #fbfbfb none repeat scroll 0 0;
	 display: inline;
	 height: 50px;
	 margin-right: 1px;
	 padding: 13px 60px 13px 13px;
}
/** /Bloc Search **/

/** Related article on product */
ul.related_blog_product li {
	 display: block;
	 height: auto;
	 margin-bottom: 20px;
	 min-height: 40px;
	 width: 100%;
}
/** Block rss */
#prestablog_block_rss a {
    background: none repeat scroll 0 0 #ffa200;
    color: #fff;
    display: block;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 10px 10px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font: 600 18px/22px "Open Sans",sans-serif;
}

#prestablog_block_rss a:hover {
    background: none repeat scroll 0 0 #f0812b;
    color: #fff;
}

/* block left list cat */
#prestablog_catliste a.blog_cat_lnk span.blog_cat_title
{
	margin-top:7px;
	display:block;
	text-decoration: none;
	font: 600 18px/40px "Open Sans",sans-serif;
}
#prestablog_catliste a.blog_cat_lnk:hover .blog_cat_title,
.blog_post_lnk:hover
{
	color:#0098d8;
}

#prestablog_catliste a.blog_cat_lnk img
{
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#prestablog_catliste a.blog_cat_lnk:hover img
{
  opacity:0.7;
  filter:alpha(opacity=70);
}
#prestablog_catliste a.blog_cat_lnk img:hover
{
  opacity:0.7;
  filter:alpha(opacity=70);
}


/** Top NAV Menu */
.prestablog-nav-top {
	 border-left: 1px solid #515151;
	 float: right;
}

@media (max-width: 479px) {
	.prestablog-nav-top {
		 text-align: center;
		 width: 25%;
	}
}
.prestablog-nav-top a {
	 color: #FFFFFF;
	 cursor: pointer;
	 display: block;
	 font-weight: bold;
	 padding: 8px 10px 11px;
	 text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
	.prestablog-nav-top a {
		 font-size: 11px;
		 padding-left: 5px;
		 padding-right: 5px;
	}
}
.prestablog-nav-top a:hover, .prestablog-nav-top a.active {
	 background: none repeat scroll 0 0 #2B2B2B;
}

/** Slide */

.prestablog_slide {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin:0;
	padding:0;
	position: relative;
	float: left;
	margin-bottom: 7px;
	background: #FFF;
	padding: 5px;
	box-shadow: #ccc 0px 0px 5px;
	border-radius: 5px;
}

/** If an image is wrapped in a link  */
.prestablog_slide .nivoSlider a.nivo-imageLink {
	position:absolute;top:0px;left:0px;width:100%;
	border:0;padding:0;margin:0;z-index:6;display:none; overflow:hidden; height: 100%;}

.prestablog_slide .nivoSlider img, .productslinks .nivoSlider img {display:none;position:absolute;top:0px;left:0px;max-width: none;}
.prestablog_slide .nivo-main-image, .productslinks .nivo-main-image {display: block !important;position: relative !important; width: 100% !important;}
.prestablog_slide .nivo-slice, .productslinks .nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;}
.prestablog_slide .nivo-box, .productslinks .nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;}
.prestablog_slide .nivo-box img, .productslinks .nivo-box img { display:block; }
.prestablog_slide .nivoSlider, .productslinks .nivoSlider {position:relative;}

.prestablog_slide .nivo-controlNav {
	text-align: center;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 100%;
	height: 10px;
	z-index:8;
}
.prestablog_slide .nivo-controlNav a {
	background: none repeat scroll 0 0 #2A2A2A;
	border-radius: 5px 5px 5px 5px;
	float: none;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding: 6px 3px 0;
	width: 6px;
	box-shadow: #ccc 2px 2px 3px;
	cursor: pointer;
	text-indent: -9999;
	margin-top: 4px;
	margin-right: 4px;
}
.prestablog_slide .nivo-controlNav a.active, .prestablog_slide .nivo-controlNav a:hover {
	background: #fff;
	border: 2px solid #333;
	margin-bottom: -2px;
}
.prestablog_slide .nivo-directionNav .nivo-prevNav {
	background: url(../img/controls.png) no-repeat left bottom;
	float: left;
	left: 5px;
	 top: 40%;
}
.prestablog_slide .nivo-directionNav .nivo-nextNav {
	background: url(../img/controls.png) no-repeat right bottom;
	float: right;
	right: 5px;
	 top: 40%;
}
.prestablog_slide .nivo-directionNav .nivo-prevNav:hover {
	background: url(../img/controls.png) no-repeat left top;
}
.prestablog_slide .nivo-directionNav .nivo-nextNav:hover {
	background: url(../img/controls.png) no-repeat right top;
}
.prestablog_slide .nivo-directionNav a {
	position: absolute;
	 cursor: pointer;
	 z-index: 99;
	height: 32px;
	width: 35px;
	text-indent: -9999px;
	-webkit-transition: all 200ms ease-in-out;
	 -moz-transition: all 200ms ease-in-out;
	 -o-transition: all 200ms ease-in-out;
	 transition: all 200ms ease-in-out;
	opacity: 0;
}
.prestablog_slide:hover .nivo-directionNav a { opacity: 1; }

.prestablog_slide .nivo-caption  {
	position: absolute;
	bottom: 0px;
	background-color:#308098;
	padding: 8px 8px 8px 5px;
	height: auto;
	width: 100%;
	color: #FFF;
	z-index: 8;
	opacity: 0.9;
	 font: 700 18px/22px "Open Sans",sans-serif;
	 min-height:40px;
	 text-align:center;

}
/** Product linked slide */
#blog_product_linked {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}
.productslinks {
	padding: 5px;
	text-align: center;
	margin-bottom:0;

}

/** FIN SLIDE */
a.bloc-rss img {
	margin-bottom:5px;
}

a.bloc-rss:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
/** Listing */
/** Listing */
#blog_list * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
#blog_list {
	display: block;
	float: left;
	width: 100%;
	clear: both;
}
#blog_list li {
	margin: 0px 0px 7px;
	padding: 10px;
	display: inline-block;
	width: 100%;
	list-style: none;
	background:#ffffff;
	
	box-shadow: #308098 0 1px 1px -1px;
	-webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;

}

#blog_list h3 {
	line-height: 0.7; 
	padding-bottom: 4px;
	border-bottom: 1px dashed #999;
}
#blog_list .block_gauche {
	float: left;
    width: 25%;
}
#blog_list .block_gauche img {max-width: 100%;}
#blog_list .block_droite {	
    float: right;
    padding: 0 7px;
    width: 75%;
}
#blog_list a.blog_link,
#blog_list a.blog_link:focus,
#blog_list a.blog_link:visited,
#blog_list a.blog_link:active 
{
	font-weight:bold;
	color: #275487;
}

#blog_list .blog_link:before
{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right:5px;
	content:"\F06E";
}

#blog_list a.blog_link:hover {
	text-decoration: none;
	color: #06b7e8;
}
#blog_list p {
	margin: 12px 0px;
}

#blog_list div.block_droite h3 {
	font-size:13px!important;
	font-weight:normal!important;
	line-height:18px!important;
}

/** Typo*/

#prestablogfont
{
	text-align:justify;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height:25px;
	margin-bottom:20px;
	clear: both;
}

#prestablogfont  a {color:#111;}
#prestablogfont  a:hover {color:#111;}

#prestablogfont ul, #prestablogfont ol {
	padding-left: 40px;
	margin-bottom: 15px;
}
#prestablogfont h2
{
	clear: both;
	margin-top: 1.625em;
	margin-bottom:0.8125em;
}
.info_blog {font-size: 11px;}
 .info_blog a, .date_blog-cat, ul#blog_list li .date_blog-cat a {
	color: #111;
}
.date_blog-cat {
	font-size: 10px;
	font-weight: normal;
}

.categorie_blog {
	color: #A020F0;
}

.categorie_blog:hover {
	text-decoration:underline;
}

/** Navigation slide */
#prestablog_nav_slide {
	width: 100%;
	float: left;
	display: block;
	clear: both;
	text-align: center;
	padding-bottom: 5px;
}
#prestablog_nav_slide a {
	background: url(../img/nav-slide.png) no-repeat right top;
	display: inline-block;
	height: 16px;
	width: 16px;
	outline: medium none;
	text-indent: -9999em;
	margin-right: 1px;
	margin-left: 1px;
}
#prestablog_nav_slide a.activeSlide {
	background: url(../img/nav-slide.png) left top;
}
#prestablog_nav_slide a:hover {
	background: url(../img/nav-slide.png) left top;
}
.prestablog_slide ul.admin { padding:0px; }

/** date */
#prestablog_dateliste ul {
	font-weight:bold;
}

#prestablog_dateliste ul ul {
	color:#7F7F7F;
	font-size:90%;
	font-weight:normal;
	margin-left:15px;
}
#prestablog_dateliste ul ul li {
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 2px;
}
/** bloc last liste */
img.lastlisteimg {
	float: left;
	margin-right: 7px;

}

/** Pagination category */
.cat_prestablog p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
div.prestablog_pagination {
float:right;
}
div.prestablog_pagination a {
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #aaa;
}
div.prestablog_pagination span,
div.prestablog_pagination a
{ 
	padding: 6px 12px;
  	font-weight: bold;
  	border: 1px solid;
	border-color: #ddd;
	color: #111;
	float:left;
}

div.prestablog_pagination span#blogpagination_previous,
div.prestablog_pagination a#blogpagination_previous,
div.prestablog_pagination span#blogpagination_next,
div.prestablog_pagination a#blogpagination_next
{
	border: none;
	background: none;
	display: block;
	padding: 2px 0 0 0;
	border:none;
}

div.prestablog_pagination span#blogpagination_previous,
div.prestablog_pagination a#blogpagination_previous
{
	padding-right: 12px;
}

div.prestablog_pagination span#blogpagination_next,
div.prestablog_pagination a#blogpagination_next
{
	padding-left: 12px;
}

div.prestablog_pagination .bpfirst
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

div.prestablog_pagination .bplast
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

div.prestablog_pagination a#blogpagination_previous:hover,
div.prestablog_pagination a#blogpagination_next:hover
{
	color:#428bca;
}

div.prestablog_pagination a:hover
{
	background-color:#f6f6f6;;
}

div.prestablog_pagination span.current {
	border: 1px solid;
	border-color: #00aaf2 #0098d8 #337ab7 #0098d8;
	background-color: #06b7e8;
	color: #fff;
}

div.prestablog_pagination span#blogpagination_next.disabled,
div.prestablog_pagination span#blogpagination_next.disabled *,
div.prestablog_pagination span#blogpagination_next.disabled * *,
div.prestablog_pagination span#blogpagination_next.disabled * * *,
div.prestablog_pagination span#blogpagination_previous.disabled,
div.prestablog_pagination span#blogpagination_previous.disabled *,
div.prestablog_pagination span#blogpagination_previous.disabled * *,
div.prestablog_pagination span#blogpagination_previous.disabled * * *
 {
	border: none;
	color: #428bca;
  	cursor: not-allowed;
}
div.prestablog_pagination span.more {
display:none;
}

div.prestablog_pagination ul.pagination li:nth-child(2) > a,
.bottom-pagination-content ul.pagination li:nth-child(2) > a
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}


div.block_droite p.categories {
	font-size: 85%;
}

div.block_droite p.categories a {
	font-size: 115%;
}

/** Commentaire */
fieldset#prestablog-comment {
	padding: 10px;
}
fieldset#prestablog-comment input {
	width: 100%;
}
fieldset#prestablog-comment input#submitComment {
	width: auto;
}
fieldset#prestablog-comment input.text {
	border: 1px solid #CCC;
	height: 20px;
}
fieldset#prestablog-comment textarea {
	width: 100%;
	height: 200px
}

fieldset#prestablog-comment p#errors {
	text-align:center;
	font-weight:bold;
}

fieldset#prestablog-comment input.errors, fieldset#prestablog-comment textarea.errors {
	border:solid 1px #0B9A0B;
}

div#comments {
	display: none;
}

span#toggle-comments {
	cursor:pointer;
}

div.comment h4 a {
	text-decoration:none;
}

div.comment h4 a:hover {
	text-decoration:underline;
}

div.comment {
	margin: 10px 0 10px 0;
	padding:5px;
}

div.comment hr {
	color:#E5E5E5;
	background-color: #D9D7D7;

}

div.comment p.date-comment {
	color:#7F7F7F;
	font-size:90%;
	 margin-top: -4px;
	margin-bottom : 10px;
	padding: 0px;
}

div#abo {
	font-size:90%;
	float:right;
}

div#abo a {
	color:  #ffa200;
	text-decoration:none;
}

div#abo a:hover {
	text-decoration:underline;
}


#block_footer_last_list {
	 float: left;
	 width: 175px;
	 padding: 15px 10px;
}

/** fix p sur bloc héritage prestashop */
.prestablog_cat_img {
	display: inline-block;
	height: auto;
	margin-bottom: 15px;
	max-width: 100%;
}

#prestablog_lastliste p,  #prestablog_dateliste li  {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	/*float: left;*/
	width: 100%;
	display: inline-block;
	background: #FFF;
}
#prestablog_catliste p {padding:0;}
#prestablog_dateliste li {
	border-bottom: none;
}
#prestablog_dateliste li li {
	border-bottom: 1px dotted #CCCCCC;
}
#prestablog_lastliste a.button_large, #prestablog_catliste a.button_large, #prestablog_dateliste a.button_large {
	margin-top:10px;
}

.prestablog_thumb_cat {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/** Menu category */
#prestablog_menu_cat {
	 width: 100%;
	float: left;
}

#prestablog_menu_cat nav ul {
	min-height: 40px;
}
#prestablog_menu_cat nav a.mparent:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content:"\f0D7";
	margin-left:5px;
}

#prestablog_menu_cat nav #nav-version {
	float:right;
}
#prestablog_menu_cat nav #nav-version:hover {
	background:none;
}
#prestablog_menu_cat nav {
	margin-bottom:10px;
}
#prestablog_menu_cat nav ul ul {
	display: none;
}
#prestablog_menu_cat nav ul li:hover > ul {
		display: block;
}
#prestablog_menu_cat nav ul, img.logo_home {
	list-style: none;
	position: relative;
	background: #06b7e8;
}
#prestablog_menu_cat nav ul:after {
		content: ""; clear: both; display: block;
}
#prestablog_menu_cat nav ul li {
	float: left;
	border-right:1px solid #308098;
}
#prestablog_menu_cat nav ul li:last-child {border:none;}
#prestablog_menu_cat nav span.parent {
	float: right;
}
#prestablog_menu_cat nav ul li:hover {
	background: #0098d8;
}
#prestablog_menu_cat nav > ul{border-top: 5px solid #308098;
}
#prestablog_menu_cat nav ul li:hover a {color: #fff;}

#prestablog_menu_cat nav ul li a {
	display: block;
	padding: 9px 20px;
	color: #111;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	font: 600 17px/22px "Open Sans",sans-serif;
}

#prestablog_menu_cat nav ul li > img {
	padding: 0px 0px;
}

#prestablog_menu_cat nav ul ul {
	background: #06b7e8;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	width: auto;
	z-index: 10;
}
#prestablog_menu_cat nav ul ul li {
	float: none;
	border-top: 1px solid #0098d8;
	border-bottom: 1px solid #0098d8;
	position: relative;
	width: 200px;
	}
#prestablog_menu_cat nav ul ul li a {
			padding: 10px 10px;
			color: #fff;
		}
#prestablog_menu_cat nav ul ul li a img {padding-right:5px;}
#prestablog_menu_cat nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
img.news {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	}
#prestablogfont img {max-width: 100%;}
#prestablogfont img.f_left {
	margin-right: 10px;
	margin-bottom: 10px;
}
#prestablogfont img.f_right {
	margin-left: 10px;
	margin-bottom: 10px;
}

#menu-mobile {
	display:none;
	height: 26px;
	width: 100%;
	margin-bottom: 10px;
	color:#ffffff;
	font-size:12px;
	padding:5px;
	cursor: pointer;
	background: #333333;
}
#prestablogfont iframe {border: none; max-width:100%;}
@media (max-width: 700px) {
	#prestablog_menu_cat nav {display: none;}
	#prestablog_menu_cat nav ul {padding: 0;}
	#menu-mobile {display: block;}
	#prestablog_menu_cat nav ul ul {
		left: 40px;
		width: auto;
	}
	#prestablog_menu_cat nav ul ul ul {
		 position: absolute;
		 top: 0px;
		width: auto;
	}
	#prestablog_menu_cat nav ul li {
		float: none;
	}
}
@media (max-width: 400px) {
img.news {
	float: none;
	display: block;
	clear: both;
	}
#blog_list .block_gauche {
	text-align: center;
	width: 100%;
}
#blog_list .block_droite {
	 float: right;
	 padding: 0 7px;
	 width: 100%;
}
}

/* cat list block left */
#prestablog_catliste li {
  position: relative; }
#prestablog_catliste li span.grower {
 display: block;
 background: #f6f6f6;
 position: absolute;
 right: 0;
 top: 0;
 cursor: pointer;
 font-family: "FontAwesome";
 font-size: 14px; }
 #prestablog_catliste li span.OPEN:before, #prestablog_catliste li span.CLOSE:before {
	content: "\f068";
	display: block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #333333;
	line-height: 30px;
	text-align: center; }
 #prestablog_catliste li span.CLOSE:before {
	content: "\f067";
	color: silver; }

 #prestablog_catliste li span.OPEN ~ p {background-color: #f5f5f5;}

div.blogleftlinks-box{text-align:center;margin-top:5px;}

a.button.blogleftlinks
{  
	background: #06b7e8;
	border: 1px solid #308098;
}
a.button.blogleftlinks.button.button-small span
{
	border:none;
}

a.button.blogleftlinks:hover span,
a.button.blogleftlinks span:hover
{
	background-color: #0098d8;
}

 
h1,
h1 a,
h1 a:focus, 
h1 a:active, 
h1 a:visited
{
	font-weight: 600;
	padding-bottom: 16px;
	font-size:22px;
	color: #3c4042;
	text-align: left;
	padding-bottom: 0;
	margin-top: 5px;
}
.blog-listing h1,
.blog-listing h1 a,
.blog-listing h1 a:focus, 
.blog-listing h1 a:active, 
.blog-listing h1 a:visited
{
text-transform:uppercase;
margin-bottom: 15px;		
}

#module-prestablog-blog h2,
#module-prestablog-blog h2 a,
#module-prestablog-blog h2 a:focus,
#module-prestablog-blog h2 a:active,
#module-prestablog-blog h2 a:visited
{
	font-weight: 600;
	padding-bottom: 16px;
	font-size:18px;
	color: #111;
	text-align: left;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 15px;
}

#module-prestablog-blog h1 a:hover, #module-prestablog-blog h2 a:hover
{
	color:#0098d8;
}
.blog-listing h1 
{
	float:left;
}
.blog-listing .nbarticles
{
	float: right;
	color: #555;
	padding-top:10px;
	font: bold 13px/22px Arial, Helvetica, sans-serif;
}

.blog-listing
{
	border-bottom:none;
	margin-bottom:0;
}


/* images interieur articles */
#prestablogfont img[class*="align"], 
#prestablogfont img[class*="wp-image-"]
{
  border: 1px solid #ddd;
  padding: 6px;
  max-width: 97.5%;
  height:auto;
}

#prestablogfont img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}


#prestablogfont img.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
  margin-bottom:20px;
}

#prestablogfont img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
  margin-bottom:20px;
}

#prestablogfont ul 
{
	list-style:initial;
}

#prestablogfont p
{
	margin-bottom: 1.625em;
}


/* produits liés */
#blog_product_linked {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}


#blog_product_linked .title,
.blog_share_title,
.title_blog_comment,
.title_blog_comment_add
{
	font: 600 18px/22px "Open Sans", sans-serif;
	color: #555454;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
	margin-bottom: 5px;
	width:25%;
}
.title_blog_comment, .title_blog_comment_add {width:35%;}
.title_blog_comment_add {float:left;margin-bottom:10px;}

#blog_product_linked .product-name
{
	height: 38px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #06b7e8;
	margin-bottom: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#blog_product_linked .product-name:hover {color:#0098d8;}
#blog_product_linked a.product_img_link img
{
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#blog_product_linked a.product_img_link:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}
#blog_product_linked a.product_img_link:hover {
  opacity:1;
  filter:alpha(opacity=100);
}

.top_article {float:left;width:70%;}
.top_social {float:right;width:30%;}
.rrssb-buttons {margin-bottom:25px;}
.top_social ul.rrssb-buttons li {float:right}
.rrssb-buttons li {height:40px;width:45px;}

input.comment_post.btn
{
	font-size: 14px;
	margin: 9px 0 0 0;
	font-weight: bold;
	padding: 10px 14px;
	color: white;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	background: #f9b524;
	background: -moz-linear-gradient(top, #f9b524 0%, #f1852b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9b524), color-stop(100%, #f1852b));
	background: -webkit-linear-gradient(top, #f9b524 0%, #f1852b 100%);
	background: -o-linear-gradient(top, #f9b524 0%, #f1852b 100%);
	background: -ms-linear-gradient(top, #f9b524 0%, #f1852b 100%);
	background: linear-gradient(to bottom, #f9b524 0%, #f1852b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b524', endColorstr='#f1852b', GradientType=0 );
	border: solid 1px #f1852b;
	box-shadow: 0 0 1px rgba(255,255,255,1) inset;
}

input.comment_post.btn:hover,
input.comment_post.btn:active,
input.comment_post.btn:focus
{
	 text-decoration:none;
    background:#eba616;
    background:-moz-linear-gradient(top, #eba616 0%, #e2761d 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #eba616), color-stop(100%, #e2761d));
    background:-webkit-linear-gradient(top, #eba616 0%, #e2761d 100%);
    background:-o-linear-gradient(top, #eba616 0%, #e2761d 100%);
    background:-ms-linear-gradient(top, #eba616 0%, #e2761d 100%);
    background:linear-gradient(to bottom, #eba616 0%, #e2761d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba616', endColorstr='#e2761d', GradientType=0 );
    color:#fff;
    border-color:#F1852B;
}

.comment_post_box {padding-left:0;}
.title_blog_comment_post a
{
  font-size: 17px;
  color:#06b7e8;
}
.title_blog_comment_post a:hover,
.title_blog_comment_post a:focus
{
	color:#0098d8;
}

ul.related_blog_product li a
{
	color:#ffa200
}

ul.related_blog_product li a:hover,
ul.related_blog_product li a:active,
ul.related_blog_product li a:focus
{
	color:#f1842b
}

ul.related_blog_product li .blog_article
{
	font-weight:bold;
	line-height:45px;
}

@media (max-width:1200px){
#prestablog_menu_cat nav ul li a{font-size:13px}
.title_blog_comment, .title_blog_comment_add,.blog_share_title,#blog_product_linked .title{width:65%;}
#prestablog_block_rss a {font-size:14px;}
}

@media (max-width:1000px){
.top_article {width:100%;float:none;}
.top_social{width:70%;}
#prestablogfont {clear:both;}
}

@media (min-width:768px) and (max-width:1000px){
#prestablog_menu_cat nav ul li a{font-size:19px}
#prestablog_catliste a.blog_cat_lnk span.blog_cat_title {font-size:14px;}
}

@media (max-width:767px){
#prestablog_menu_cat nav ul li a{font-size:12px}
form.form-horizontal fieldset#prestablog-comment .textarea.form-group label.control-label{text-align:left;}

#blog_left_block_search .title_block{display:none;}
#blog_left_block_search .title_block:after{content:"";}
#blog_left_block_search.block {margin-bottom:10px;}
#prestablog_block_rss,
#blog_left_block,
#blog_left_block_date,
#blog_left_block_cat
{display:none;}
.title_blog_comment, .title_blog_comment_add,.blog_share_title,
#blog_product_linked .title{width:100%;}

#blog_list .block_gauche {display:none;}
#blog_list .block_droite {float:none;width:100%;}
}

