/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
/* réduire l'espace de chaque coté des titres de menu */

 .uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 15px;	/* padding: 0 25px; */
  line-height: 40px;
  /* 2 */
  color: #555252;
  font-size: 14px;
  font-family: 'Gudea';
  font-weight: 500;
  border-right: 1px solid #f6f6f6;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  text-transform: uppercase;
}




/* désactiver l'affichage de la date dans le carré de gauche */

.tm-article-date-true .tm-article-date .tm-article-date-day {
  display: block;	/* display: block; */
  font-size: 0px;
}

.tm-article-date-true .tm-article-date .tm-article-date-year {
  display: none;	/* display: block; */
  font-size: 15px;
}


/* modifier la couleur du carré de gauche */

.tm-article-date-true .tm-article-date {
  position: absolute;
  top: 1px;	/* top: 5px; */
  left: -70px;	/* left: -70px; */
  min-width: 25px;	/* min-width: 35px; */
  padding: 8px;
  background: #bbb3ba;	/* background: #37363b; */
  color: #ffffff;
  text-align: center;
  line-height: 18px;
}


/*  modifier la couleur du carré de gauche - issu de /templates/yoo_everest/styles/jlt/css/theme.css  */

.tm-footer {
  position: relative;
  padding: 30px;
  background: #F4F4F4;	/*  background: #e8e8e8;  */
  background-image: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), inset 0 0 1px rgba(0, 0, 0, 0), inset 0 1px 0 rgba(0, 0, 0, 0);
  color: #555252;	/* color: #555252; */
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  /*
     * Subnav
     */
}