/* position et dimenstions image d'intro */
.item-content {
display: inline-block;
}

.tck-article .item-image img {
	object-fit: scale-down;
float: left;
}

.tck-blog .tck-article-body {
  text-align: left;
}

.tck-blog .item-image img{
width: auto;
}

.right.item-image {
  float: left;
}

/* champ de recherche : largeur */
.form-control {
	width: 170px;
	font-size: small;
}

/* champ de recherche : lsite articles */
#adminForm input[type="text"] {
min-height: 10px;
}



/* ombre sur titre par accueil / blog */
.item-title {
text-shadow: 1px 1px #ff6400;
}

/* ombre sur titre pages Blog */
.tck-blog .tck-article-title 
{
text-shadow: 1px 1px #ff6400;
}


/* couleur texte tag classement */
.tagspopular {
color : #ffffff;
text-shadow: 2px 2px 1px #000000;
}

/* couleur ombre texte menu */
.maximenuckh.ltr {
 text-shadow: 2px 2px 2px #000000;
}


/* ecartement tableaux TAG */
.list-group-item 
{
/* display: contents;    -cache tout la mise en page et zone de selection  */ 
  border:none;  
}

/* ecartement tableaux TAG */
.list-group {
padding: .15em 0 .15em 0;
}

/* surlignage tableaux TAG */
.list-group-item-action:hover, .list-group-item-action:focus
{
background-color: #1d77d0;
 text-shadow: 2px 2px 2px #000000;
}


/*--------------------------------------*/


/*  tableaux goodies */
.th.list-title
{
/*  background-color: rgba(0,0,0,0.5); */
 text-shadow: 2px 2px 2px #000000;
padding: 10px;  /* ecartement ligne */
}

.table-bordered {
border : none;
border-left: 0px solid #ddd;
border-bottom: 0px solid #ddd;}

.table-bordered th, .table-bordered td {
border : none;
border-left: 0px solid #ddd;
border-bottom: 0px solid #ddd;
}


/* couleur de fond tableaux listes articles  ligne 1 */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: rgba(0,0,0,0);
}

/* couleur surlignage tableaux listes articles - entete et contenu */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #1d77d0;
}

.th.list-title {
background-color: rgba(0,0,0,0.5);
 text-shadow: 2px 2px 2px #000000;

}
/* couleur entete de tableau */
#adminForm {
  background: rgba(0, 0, 255, 0);}


/* effacer couleur de fond tableau - liste articles  */
#adminForm table {
	background: none;
}


/* dans l'article complet - cacher le titre en tout en haut (mais malheureusement aussi dans le blog)*/
h2{
text-shadow: 1px 1px #ff6400;
}    

/* cacher le texte qui s'ajoute sous le titre de la fiche dans l'acceuil si il y a une gallerie ajouté dans l'article*/
div.category_article_image {
	visibility: collapse;
}