/*
Theme Name: SanteNatureInnovation
Author: Diabolo Design
Author URI: http://diabolo.com/
Description: Wordpress theme for SNI Editions' website santenatureinnovation.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: santenatureinnovation

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CUSTOM CSS */
/* Affiche les commentaires (WTF) */

#comments{
	display:block!important;
}


/* CSS permet de régler le bug(taille police li) */
#GeneralWrapper.page-interieur .content .articles.detail .bloc-txt-content ul li {
  font-size : 17px !important;
}


/* CSS permet de régler le bug(taille police  et placement) */
#GeneralWrapper.page-interieur .content .articles.detail .bloc-txt-content h2
{
      line-height: 28px !important;
      margin-bottom: 10px !important;
}

#GeneralWrapper .bloc-introduction .txt-introduction .txt-intro a.bouton 
{
     color: #98c11c !important;
     float: right!important; 
     font-family: 'Geometria Medium';
     font-weight: 400; 
     letter-spacing: .5px !important; 
     margin-top: 30px !important;
     font-size: 18px!important;	
}

#GeneralWrapper .bloc-introduction .txt-introduction .txt-intro a {
	font-size: 15px !important;
	margin-top: 0px !important;	
	float: none !important;
}
.txt-intro li
{
     font-size: 1.35264em !important;
     line-height: 1.98421em !important;
}

.faq-categorie-ancre a
{
	border-bottom: none !important;
}

#GeneralWrapper.page-interieur .content .articles.detail .bloc-txt-content a {
    border-bottom: none !important;
}

#GeneralWrapper.page-interieur .content .articles.detail .bloc-txt-content a:hover {
    border-bottom: none !important;
    color: #98c11c!important;
    font-weight: 700;
}



/* CSS pour la gestion du bloc source dans les articles */

.faq-template .panel-group .panel .panel-heading a{
	border-bottom: none !important;
	color:black !important;
}


.panel-default>.panel-heading h3{

    color: white;
    background-color: #b5dc3d;
    border-color: #b5dc3d;
    text-align: center;
    letter-spacing: 1px;
}


.panel-default>.panel-heading{

    background-color: #b5dc3d;
    border-color: #b5dc3d;
    font-family: "Lato", Sans-serif;
    border-radius: 0px;
}
.panel-group .panel-heading{
    border-bottom: 0;
}

.panel-group{

    margin-bottom:20px;
}

.panel-group .panel{

    margin-bottom: 0;
    border-radius: 4px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}