/*
/   name           Craft
/   version        1.2
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/craft
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2018 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/

/* Pour les articles : permet d'afficher le texte à coté des images */
.item[class*=" column-"] .pull-left.item-image { float:left;}
.item[class*=" column-"] .pull-right.item-image { float:right;}

/* articles espacements */
.blog-featured .items, .blog-featured div[class^="items-"], .blog-featured div[class*=" items-"] {
    margin-top: 10px;
    padding-bottom: 10px;
}
.items, div[class^="items-"], div[class*=" items-"] {
    margin-bottom: 10px;
}

/* pour éviter que les images png aient un fond coloré */
p img {
  /*padding: 7px;*/
  background-color: transparent;
}

/* ajout bande au dessus de l'entête logo + images aléatoires  */
/*#fav-topbarwrap.fav-module-block-color {
  border-top: 5px solid #565656;
}*/

/* centrer les titres dans fav-bottom */
#fav-bottom1 h3, #fav-bottom2 h3, #fav-bottom3 h3, #fav-bottom4 h3, #fav-bottom5 h3, #fav-bottom6 h3 { text-align: center; }

/* phocacart filtre manufacturers dans produits. Problème de mise en page, le label chevauche la checkbox */
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin: 0 0 0 -20px;
}

/* marge images aléatoires  */
/*.random-image { margin-top: 20px; }*/

/* bg color logo+images aléatoires et menu principal */
#fav-header {
    padding-bottom: 10px;
}
#fav-headerwrap, #fav-headerwrap.fav-fixed {
  background-color: #D4CAA9;
  color:#FFF;
  padding-top:20px;
}
#fav-navwrap {
    background-color: #000000; /*#60392B;*/
  color: #FFFFFF;
  padding-top: 10px;
}
/* couleur items menu principal */
#fav-headerwrap .favnav li a, #fav-headerwrap .favnav li .nav-header {
    color: #FFF;
}

/* bg color notice */
.fav-module-block-color {
    background-color: #f5c000;
}

#fav-logo { width:45%; }
#fav-cart { width: 55% }

/* menu jds fondateur rando espace 4x4 */
.menu_jds li { 
  border-bottom: 1px dotted #fff;
}

/* menu footer */
.menu_re4 li a:hover {
  color: #000;
  background-color: #CBBC94;
}
