/**
 * Styleo_Actus extension
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the MIT License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/mit-license.php
 * 
 * @category       Styleo
 * @package        Styleo_Actus
 * @copyright      Copyright (c) 2022
 * @license        http://opensource.org/licenses/mit-license.php MIT License
 */
@media (min-width: 992px){
	.blog-list .main-title.sm {font-size:30px;}
	.blog-list .main-title {font-size:24px;}
}
.blog-list .soustitre{font-size: 20px;}
.blog-list .wrapper-content.md{font-size:16px;}
.blog-list .border1{background-color: #f3f2f1;margin-bottom:20px;}
/* Sidebar Blog */
.sidebar-blog{padding:10px;background-color:#f3f2f1;text-align:center;}
.sidebar-blog .sidebar-header{text-align:center;padding-bottom:4px;border-bottom:2px solid #fff;margin-bottom:15px;}
.sidebar-blog .sidebar-header h2{text-transform:uppercase;font-weight:700;}
.sidebar-blog .sidebar-content .category.active a{background-color: #eca181; color: #FFFF;}
.sidebar-blog .sidebar-content .category a{display:inline-block;width:100%;}
.sidebar-blog .sidebar-content .category a .category-title{line-height:30px;font-weight:600;}
.sidebar-blog .sidebar-content .category a .category-count{padding:4px 6px;color:#fff;float:right;}


.post-content ol,.post-content ul{padding: revert;list-style-type: revert;}