/*
 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%;
}


/* page title : titre et légende en blanc */

.kleanity-page-title-wrap.kleanity-style-small .kleanity-page-title{ color: #ffffff; }
.kleanity-page-title-wrap.kleanity-style-small .kleanity-page-caption{ color: #ffffff; }

.kleanity-page-title-wrap.kleanity-style-medium .kleanity-page-title{ color: #ffffff; }
.kleanity-page-title-wrap.kleanity-style-medium .kleanity-page-caption{ color: #ffffff; }

.kleanity-page-title-wrap.kleanity-style-large .kleanity-page-title{ color: #ffffff; }
.kleanity-page-title-wrap.kleanity-style-large .kleanity-page-caption{ color: #ffffff; }

.kleanity-page-title-wrap.kleanity-style-custom .kleanity-page-title{ color: #ffffff; }
.kleanity-page-title-wrap.kleanity-style-custom .kleanity-page-caption{ color: #ffffff; }


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