/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Enlever capitales des titres Zoo */
#yoo-zoo .details h1.title {
     text-transform: none;
}

/* Titre articles Zoo H1 */ 
#yoo-zoo .item h1.pos-title {
	font-size: 32px;
}

/* Titre articles Zoo H2 */
h2, .uk-h2 {
    font-size: 24px;
    font-weight: 100;
    line-height: 24px;
    padding-top: 20px;
}

/* Titre articles Zoo H3 */
#yoo-zoo .item h3 {
    font-size: 20px;
  	font-weight: 100;
    padding-top: 15px;
}

/* Titre articles Zoo H4 */
#yoo-zoo .item h4 {
    font-size: 18px;
  	font-weight: 100;
    padding-top: 15px;
}

/* Fullscreen slideshow titres non soulignes */
.uk-overlay-panel a:not([class]) {
	text-decoration: initial;
}

/* Diminuer padding Main Edito Accueil */
.tm-content-padding .tm-block-middle {
padding-top: 10px;
padding-bottom: 10px;
}
