.edit-icon li {
    list-style-type:none;
}
/*liste dans articles*/
#content ul {
margin: 0 0 0 10px;
padding: 0;
}
.item-page li {
  /*list-style-type : chevron-right;*/
  list-style-type:none;
  background : url('../images/bs_bullet.png') no-repeat 0px 5px;  
  padding-left: 15px;
 /* line-height: 14px;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a {
text-decoration : none;
/*text-shadow: 2px 2px 4px #999;*/

}
strong {
/*color: #3B8CB0;   */
font-weight: bold; 
}
/*cusotmize footer*/
#footer2 p {
line-height:15px;
padding : 5px;}

#footer2mod2 a {
  color: #ff880d;
  text-decoration: none;
}
#footer2mod2 a:hover {
font-weight: bold;
}



.label-info, .badge-info {
    background-color: #3B8CB0;
}



/*hide module on tablet*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
#myCanvasContainer  {
  display: none;
}
 }

/*Images responsives*/

.art-image-half-responsive{
 height: auto!important;
 /*max-width: 50%!important;*/
}

/*style articles dans articles*/
.mod4art {
/*max-width : 25%;*/
margin-left: -10px;
padding-right:15px;
margin-right: 0px;
}
.mod4art h3 {
 text-align: center;
 color: white;
 text-shadow: 0px 0px 15px 5px grey;
}
.app h3 {
  background-color: #3B8CB0;
}
.web h3 {
  background-color: #ff880d;
}
h2.web  {
color: #ff880d;
}
.anw h3 {
 background-color : #686868;
}

.button a {
color: white;
}
/*diminuer le corps des articles*/
.article_medium {
max-width : 600px;
}


.article_img {
  float:left;
}
.article_right {
margin-left:180px;
}
.article_clear{
  clear:left;
}
/*background*/
.borange {
    background: #ff880d;
}
.bbleu {
   background: #3B8CB0;
}
.bgris {
  background: #686868;
}
/*rond*/
.cercle {
    color:white;    
    text-align: center;
    padding-top : 10px; 
    width: 200px;
    height: 30px;
    -webkit-border-radius: 50px / 50px;
    -moz-border-radius:    50px / 50px; 
    border-radius:         50px / 50px; 
    margin-left:auto;
    margin-right:auto;
}
.cercle:hover {
    background: black;
    color:white;    
    text-align: center;
    padding-top : 10px; 
    width: 200px;
    height: 30px;
    -webkit-border-radius: 50px / 50px;
    -moz-border-radius:    50px / 50px; 
    border-radius:         50px / 50px; 
}
.cercle a {
color:white;
}
