/* 
* Css pour la page site map
*/
.page-page{
  list-style: none;
  background: white;
}

.sitemap div{
  padding: 10px;
}

.sitemap ul{
  margin-left: 40px;
}

.sitemap h2{
  border-bottom: 1px solid #808080;
}

.sitemap strong.wsp-category-title{
  font-size: 1.2em;
  margin-top: 10px;
  border-bottom: 1px solid #C0C0C0;
  display: block;
}

.sitemap .new{
  background: #FF3535;
  font-style: italic;
  color: white;
  margin-left:5px;
  padding: 2px 5px;
  text-decoration: none;
  font-size: 0.8em;
  box-shadow: 0 0 1px black;
}

.single-page-title{
  font-size: 2.2em;
  color: #000;
  text-align: center;
  background-color: white;
}

.sitemap .wsp-posts-list li:not(.wsp-post){
    list-style: none;
}

.sitemap ul.wsp-posts-list > li:not(.wsp-post) > ul li strong.wsp-category-title:before{
  content: 'Sous-';
}

/*
ul[class^="wsp-"] a {
  text-decoration:none;
  color:#eee;
  padding:4px 0;
  line-height: 1;
}

ul[class^="wsp-"] a:hover {
  text-decoration:underline;
}

ul[class^="wsp-"]{
  padding:8px 25px;
  list-style:none;
  background:#282828;
  transition:background 0.4s ease-out;
}

h2[class^="wsp-"]{
  background:#282828;
  padding:8px 25px;
  color: white;
  margin: 0;
  border-bottom: 1px dotted white;
}

#container ul[class^="wsp-"] li{
  list-style:none;
  margin-bottom: 5px;
  padding-left: 0;
}

ul[class^="wsp-"] a{
  transition: background 0.1s ease-out;
  padding: 5px 10px;
}

ul[class^="wsp-"] .page_item_has_children a:hover ~ ul, 
ul[class^="wsp-"] .page_item_has_children a:focus ~ ul, 
ul[class^="wsp-"] .page_item_has_children a:hover, 
ul[class^="wsp-"] .page_item_has_children a:focus{
  border-bottom: 0; 
  background:#304531;
}

ul[class^="wsp-"] li strong{
  display: inline-block;
  color: white;
}

ul[class^="wsp-"] ul {
  background:#4b4b4b;
  padding: 10px;
  transition:background 0.4s ease-out;
}

ul[class^="wsp-"] ul ul {
  background:#6C6C6C;
  transition:background 0.4s ease-out;
}

ul[class^="wsp-"] ul ul ul {
  background: #939393;
  transition:background 0.4s ease-out;
}

ul[class^="wsp-"]:hover{
  background:#332A3B;
}

ul[class^="wsp-"] ul:hover{
  background:#304531;
}

ul[class^="wsp-"] ul ul:hover{
  background:#354565;
}

ul[class^="wsp-"] ul ul ul:hover{
  background: #72352D;
}

ul[class^="wsp-"] a:focus{
  background:#332A3B;
}

ul[class^="wsp-"] ul a:focus{
  background:#304531;
}

ul[class^="wsp-"] ul ul a:focus{
  background:#354565;
}

ul[class^="wsp-"] ul ul ul a:focus{
  background: #72352D;
}

@media screen and (max-width: 769px){
  p{
    background-color: white;
    margin-bottom: inherit;
  }
  
}

*/
@media screen and (max-width: 769px){
  .sitemap div{
    padding: 0;
  }
  
  .page-page .row{
    background-color: white;
  }
  
}

