/*-------------------GÉNÉRALITÉS--------------------------*/
.main{
  border: none;
  background-image: url('lien de l’image nommée bois02');
border-radius: 10px 10px 0 0;
}

#contenu{
 box-shadow: none;
} 

hr{
 border-top: 1px solid #305f05;
    border-bottom: 1px solid #305f05;
  
}

article{
  margin-bottom : 15px;
}


/*-------------------NAVIGATION--------------------------*/
nav{
  background-image: url(https://static.blog4ever.com/2019/03/851508/nav2.png);
height: 80px;
  box-shadow: none;
  background-repeat: no-repeat;
}

nav ul{
  padding-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  min-width: 150px;
}

/* adaptation aux petit écrans media queries */
@media screen and (max-width: 600px) {
.diz-barre-navigation {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
  }
  
.diz-barre-navigation ul {
    width: 100%;
  }
}

nav ul ul,article {
  background-image: url(https://static.blog4ever.com/2019/03/851508/fond-des-articles.png);
box-shadow: none;
  border : none;
} 



/*----------------------CONTENU---------------------------*/
/*titre liste des derniers articles page d'accueil*/
.sous-titre, article h4{
  border: 3px double #400000;
  border-radius : 3px;
  padding: 3px;
}

/*sous titre accueil liste des derniers articles*/
.dynamicode_articles_extrait h4{
  border: none!important;
}

/*titres des articles*/
#articles_show_titre_article{ 
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  border: none; 
}

/*titre principal dans un article*/
article h3{
  border-bottom: 1px solid #400000;
}

/*statistiques et ligne réseaux sociaux*/
.articles_show_stats_article, .highlight{
  background: #153c0a;
  color: #fff;
}

/* adaptation aux petit écrans media queries */
@media screen and (max-width: 600px) {
article {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
    background-image: url(https://static.blog4ever.com/2019/03/851508/fond-pop-up-inscription.jpg);
  }
  
article.diz-contenu{
    padding: 3px;
  }
  
header h1{
    display: none;
  }
}

a#post-new-comment, a.like{
   color: #fff;
}

#articles_show_retour_articles{
  display: none;
}

/* style des catégorie sur la page générale des articles*/
.article_index_categorie_nom{
  text-transform: uppercase;
}

/*style des liens dans la catégorie mère*/
.article_index_lien{
  font-size: 13pt;
  font-weight: bold;
}

.article_index_lien a{
color: #400000;
}  

.article_index_lien a:hover{
color: #305f05;
  text-decoration: none;
}

/*section commentaire*/
ul.b4e-liste-commentaires li:nth-child(odd){
  background: transparent!important;
}

/* cadre des messages*/
#article_commentaires dl dd.commentaire_message{
border: 1px solid #305f05;
  border-radius: 5px;
}

ul.b4e-liste-commentaires li{
  border: none;
}

.b4e-avatar img{
  border: 1px dashed #000;
}



/*-------------------------FORUM--------------------------*/
/*fond des zones d'inscription pour les visiteurs*/
#forum_haut_menu_visiteur form{
  background: transparent;
}

/*couleur de la flèche dans "ouvrir un sujet"*/
.caret{
  border-top: 4px solid #fff;
}

/*style de l'entête du tableau catégorie et sous-catégorie*/
#forum_categories table #forum_index_tableau_cat_tr, 
th,
#forum_sujet_tableau .forum_sujet_message_titre{
  color: #fff;
  background-color: #153c0a; 
}

/*couleur fond catégorie, sous-catégorie, dernier sujet et sujet alternée*/
#forum_categories table tr:nth-child(odd), 
#forum_categorie_subcats table tr:nth-child(odd),
#forum_sujet_tableau tr:nth-child(odd),
#forum_last_topics tr:nth-child(odd){
  background-color: rgba(247,247,247,0.4);
}

/*taille nom des catégories et sous-catégories*/
#forum_categories .forum_index_tableau_cat_desc a b,
#forum_categorie_subcats .forum_index_tableau_cat_desc a b{
  text-transform: uppercase;
}

/*couleur liens fil d'arianne*/
.forum_breadcrumb a{
  color: #fff;
}

/*fond de la flèche fil d'arianne*/
.light [class^="icon-"]{
 background-color: #f7f7f7;
  border-radius: 50px;
} 

/*titre de la sous-catégorie une fois dedans*/
.forum_categorie_title{
text-transform: uppercase;
  font-weight: bold;
}

/*style du texte "sous-catégorie dans une sous-catégorie*/
h4#forum_index_titre_categories{
font-weight: bold;
}

/*couleur du texte de la date d'un sujet dans une catégorie*/
a.forum_categorie_tableau_ligne_date{
  color: #000;
}

/*largeur du tableau une fois dans un sujet*/
#forum_sujet_tableau{
  width: 100%!important;
  margin: 0 auto;
}

/*fond bloc réponse à un sujet*/
#forum_sujet_repondre{
  background: rgba(48,95,5,0.5);
  color: #f7f7f7;
}
  

/*messagerie privée*/
/*couleur de la conversation partie gauche*/
.pm-conversation.active{
  background-color: #305f05;
  color: #fff;
}

/*bouton nouveau message*/
button.new-pm-conversation{
  background-color: #400000!important;
  border: 1px solid #400000!important;
}

/*espace sous le titre de la conversation*/
#private-messages .conversation-title{
  margin-bottom: 10px;
}

/*couleur de la date dans le message*/
#private-messages .conversation-messages .message-date{
  color: #000;
}



/*----------------FORMULAIRE FLOTTANT----------------------*/
#floating-form{
background-image: url('https://static.blog4ever.com/2018/10/848574/fond-pop-up-inscription.jpg');
}

#floating-form form button{
  background: #305f05;
}