/*
 Theme Name:   Kleanity Child
 Theme URI:    http://demo.goodlayers.com/kleanity
 Description:  Goodlayers Kleanity Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kleanity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kleanity-child

 START YOUR CHILD THEME CSS HERE
*/
 
embed, iframe, object
{
max-width: 100%;
}


/* enlever les tags sous le titre de l'article*/
.kleanity-blog-info-wrapper .kleanity-blog-info{ display: none; }

/* cacher les textes gras
strong{ font-weight: normal; font-style: normal; } */

/* couleurs des titres*/
.kleanity-body h1{ color: #FD3C18; }
.kleanity-body h2{ color: #FD3C18; }

/* polices timeline*/
.gdlr-core-timeline-item .gdlr-core-timeline-item-title {
font-size: 18px;
font-weight: 100;
margin-bottom: 1px;
}
.gdlr-core-timeline-item .gdlr-core-timeline-item-content {
font-size: 18px;
margin-top: 14px;
font-weight: 100;
}

.blockquote {
    opacity :0.2
}
