/*
*  Stylesheet for [contenu-adherent]
*/ 
/* Contenu réservés au adhérents */
#adherer_link {
   clear: both;
   margin: 2em 0 0.5em;
   background: rgba(214,214,214,1);
   background: -webkit-linear-gradient(left, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 30%, rgba(240,240,240,1) 69%, rgba(214,214,214,1) 100%);
   background: linear-gradient(to right, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 30%, rgba(240,240,240,1) 69%, rgba(214,214,214,1) 100%);
   padding: 10px 11px;
   font-size: 0.92em;
}
#adherer_link > img {
   float: right;
   margin-left: 8px;
   max-width: 100%;
}
#adherer_link > ul {
   margin: 0;
}
#adherer_link li {
   margin: 1em !important;
}
@media screen and (max-width: 450px) {
   #adherer_panel {
      text-align: center;
   }
   #adherer_link > img {
      float: none;
      margin-left: 0;
   }
}
#adherer_panel p {
   margin:0 0 5px
}
#adherer_panel p.titre {
   font-weight:800;
   font-size:18px;
   text-align: center;
   color: #aa8c55;
}
ul.adherer-buttons {
   list-style-type: none;
   display: flex;
   justify-content: center;
}
.adherer-buttons li {
   margin: 0 1em;
}
.non-adherent p {
   line-height: 1.4em !important;
   font-weight: 400;
}
/* Contenu réservé aux adhérents */
.adherent,
.non-adherent {
   clear: both;
   background: -webkit-linear-gradient(left, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 30%, rgba(240,240,240,1) 69%, rgba(214,214,214,1) 100%);
   background: linear-gradient(to right, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 30%, rgba(240,240,240,1) 69%, rgba(214,214,214,1) 100%);
   padding: 0.4em;
   margin: 1em 0;
   font-family: 'Exo 2', sans-serif;
   font-weight: 600;
   font-size: 0.9em;
   text-align: justify;
}
.non-adherent > img {
   float: right;
   margin-left: 8px;
}
.non-adherent > ul {
   margin: 0;
}
@media screen and (max-width: 550px) {
   .non-adherent p:first-child {
      text-align: center;
   }
   .non-adherent img:first-child {
      float: none;
      margin: 0;
   }
}


/* Contenu adherent */
.notice-adherent-content {
   border: 1px solid #DFDFDF;
   padding: 0 1em 1.4em;
   margin-top: -0.9em;
   margin-bottom: 2em;
   font-size: 0.9em;
   position: relative;
}
.notice-adherent-content:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   box-shadow: 0 -2px 13px 2px #d1d1d1;
}