/* ############# */
/* ### TITLE ### */
/* ############# */
.exchanges-title
{
padding: 7px;
margin-bottom: 5px;
width: 100%;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}
.exchanges-title h1
{
color: white;
}
@media screen and (max-width: 1000px)
{
  .exchanges-title
  {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
  }
}
/* ################# */
/* ### END TITLE ### */
/* ################# */


/* ####################### */
/* ### NEWER AND OLDER ### */
/* ####################### */
.wrapper-archive-posts-link
{
display: flex; display: -webkit-flex;
flex-direction: row; -webkit-flex-direction: row;
justify-content: center; -webkit-justify-content: center;
align-items: stretch; -webkit-align-items: stretch;
margin-bottom: 10px;
text-align: center;
margin: auto;
height: 28px;
margin-top: 10px;
}
.previous-posts-link, .next-posts-link, .archive-page-number
{
background-color: #304C60;
color: white;
padding: 5px;
font-weight: bold;
}
.previous-posts-link a, .next-posts-link a
{
text-decoration: none;
color: white;
}
.next-posts-link
{
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.previous-posts-link
{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.next-posts-link:hover
{
background-color: #6C889C;
}
.previous-posts-link:hover
{
background-color: #6C889C;
}
.archive-page-number
{
margin-right: 3px;
margin-left: 3px;
}
/* ########################### */
/* ### END NEWER AND OLDER ### */
/* ########################### */


/*#################*/
/* CATEGORIES LIST */
/*#################*/
.entry-meta
{
margin-top: 10px;
display: flex; display: -webkit-flex;
justify-content: center; -webkit-justify-content: center;
flex-direction: row; -webkit-flex-direction: row;
align-items: center; -webkit-align-items: center;
}
.entry-meta a
{
text-decoration: none;
color: black;
font-weight: bold;
padding-bottom: 2px;
}
#cat-wrapper
{
display: flex; display: -webkit-flex;
justify-content: center; -webkit-justify-content: center;
align-items: center; -webkit-align-items: center;
flex-wrap: wrap; -webkit-flex-wrap: wrap;
background-color: #306883;
color: white;
padding: 5px;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}
.cat-list
{
margin: 5px;
color: white;
}
.cat-list:hover
{
color: #F9FFC1;
text-decoration: underline;
}
.cat-bloc
{
width: 30px;
height: 50px;
z-index: 10;
background-color: white;
}
.cat-bloc-after
{
position: relative;
width: 10px;
height: 25px;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 10px / 30px;
z-index: 1;
margin-left: -11px;
box-shadow: 4px  4px 5px 0px rgba(0, 0, 0, 0.7),
           -4px  4px 5px 0px rgba(0, 0, 0, 0.7),
            4px -4px 5px 0px rgba(0, 0, 0, 0.7),
           -4px -4px 5px 0px rgba(0, 0, 0, 0.7);
}
.cat-bloc-before
{
  position: relative;
  width: 10px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px / 30px;
  z-index: 2;
  margin-right: -11px;
  box-shadow: 4px  4px 5px 0px rgba(0, 0, 0, 0.7),
             -4px  4px 5px 0px rgba(0, 0, 0, 0.7),
              4px -4px 5px 0px rgba(0, 0, 0, 0.7),
             -4px -4px 5px 0px rgba(0, 0, 0, 0.7);
}
