@charset "UTF-8";
/* line 1, ../sass/_eposters.scss */
body {
  /*background: #fafafa;*/
  background: transparent;
  font-family: "Open Sans", sans-serif;
}

/* line 6, ../sass/_eposters.scss */
.nomargin {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 11, ../sass/_eposters.scss */
.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 16, ../sass/_eposters.scss */
h1 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #69287a;
}
/* line 23, ../sass/_eposters.scss */
.content-title h1 {
  padding-left: 20px;
}

/* line 28, ../sass/_eposters.scss */
h2 {
  color: #494949;
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  color: #F04D6C;
  margin: 20px;
}

/* line 38, ../sass/_eposters.scss */
h3 {
  color: #494949;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px;
}

/* line 47, ../sass/_eposters.scss */
a {
  color: #69287a;
}
/* line 50, ../sass/_eposters.scss */
a:hover {
  color: #69287a;
  cursor: pointer;
}

/* line 56, ../sass/_eposters.scss */
.separate {
  background-color: #69287a;
  display: block;
  height: 2px;
  margin: 10px 0 30px;
  width: 80px;
}
/* line 63, ../sass/_eposters.scss */
.content-title .separate {
  margin-left: 20px;
}

/* line 68, ../sass/_eposters.scss */
.global-page {
  position: relative;
}
@media all and (max-width: 770px) {
  /* line 68, ../sass/_eposters.scss */
  .global-page {
    padding-top: 240px;
  }

  .content-title h1, .content-title h2 {
    font-size: 14px;
  }
}
/* line 75, ../sass/_eposters.scss */
.vertical .global-page {
  padding-top: 40px;
}

.globalpage-nobanner{
  padding-top: 180px !important;
}

/* line 78, ../sass/_eposters.scss */
.vertical .global-page.fullscreen {
  padding-top: 30px;
}
/* line 82, ../sass/_eposters.scss */
.horizontal .global-page {
  padding-top: 150px;
}
/* line 85, ../sass/_eposters.scss */
.horizontal .global-page.fullscreen {
  padding-top: 30px;
}

/* line 91, ../sass/_eposters.scss */
.block-poster {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 6px #cccccc;
  padding: 15px;
  color: #464646;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
/* line 102, ../sass/_eposters.scss */
.block-poster .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  padding: 50px 20px;
  opacity: 0;
  overflow: hidden;
}
/* line 119, ../sass/_eposters.scss */
.block-poster .overlay:after {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 1;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}
/* line 139, ../sass/_eposters.scss */
 
.block-poster .overlay:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 1;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}
/* line 159, ../sass/_eposters.scss */
.block-poster .overlay:hover:after, .block-poster .overlay:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 167, ../sass/_eposters.scss */
.block-poster .overlay .poster-keywords {
  line-height: 23px;
}
/* line 171, ../sass/_eposters.scss */
.block-poster .overlay .more-info {
  margin: auto;
  display: block;
}
/* line 181, ../sass/_eposters.scss */
.block-poster .overlay .more-info a.expand {
  color: #fff;
  display: block;
  font-size: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 85px;
  position: absolute;
  text-align: center;
  z-index: 100;
}
/* line 194, ../sass/_eposters.scss */
.block-poster .overlay .more-info a.expand span {
  border: 5px solid #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 95px;
}
/* line 208, ../sass/_eposters.scss */
.block-poster .overlay .more-info a.expand:hover {
  text-decoration: none;
}
/* line 217, ../sass/_eposters.scss */
.block-poster:hover .overlay {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
}
/* line 226, ../sass/_eposters.scss */
.block-poster:focus .overlay {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
}
/* line 235, ../sass/_eposters.scss */
.block-poster:active .overlay {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
}

@media all and (min-width: 600px) {
  .more-info a.expand {
    margin: 0px;
  }
}

@media all and (min-width: 992px) {
  .more-info a.expand {
    margin: 0px 5px;
  }
}

/* line 244, ../sass/_eposters.scss */
.head {
  margin-bottom: 30px;
}
/* line 248, ../sass/_eposters.scss */
.head .poster-ep {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #69287a;
  font-weight: 800;
  margin-bottom: 10px;
}

/* line 258, ../sass/_eposters.scss */
.poster-category {
  background: #69287a;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 272, ../sass/_eposters.scss */
.poster-title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 280, ../sass/_eposters.scss */
.poster-author {
  font-weight: 300;
  line-height: 16px;
}
/* line 284, ../sass/_eposters.scss */
.poster-author sup {
  font-size: 11px;
}

/* line 289, ../sass/_eposters.scss */
.poster-media, .poster-media-description {
  display: none;
}

/* line 293, ../sass/_eposters.scss */
.highlight {
  color: #F04D6C;
}

.btn-group, .btn-group-vertical {
  position: absolute;
  top: -20px;
  right: 10px;
}

.btn-group label.active{
  cursor:initial;
}


@media all and (min-width: 600px) {
  /* line 297, ../sass/_eposters.scss */
  .poster-media {
    display: block;
    font-size: 30px;
    color: #69287a;
    border: 4px solid #69287a;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    margin: 10px auto;
  }
}
@media all and (min-width: 992px) {
  /* line 297, ../sass/_eposters.scss */
  .poster-media {
    /*margin: 40px auto 20px;*/
    margin:0px;
    width: 80px;
    height: 80px;
    padding-top: 14px;
    font-size: 40px;
  }
}


@media all and (min-width: 600px) {
  .poster-media-description {
    display: block;
    color: #69287a;
    /*text-align: center;*/
    padding:  15px;
    margin: 15px auto;
    font-size:12px;
  }
}
@media all and (min-width: 992px) {
  .poster-media-description {
    margin: 50px auto;
    margin:inherit;
    /* margin-left:15px;*/
    height: 100px;
    padding: 35px 5px;
  }
}

/* line 322, ../sass/_eposters.scss */
.footer {
  background: url("../images/pattern-striped.png") repeat top left;
  width: 100%;
  height: 40px;
  padding: 10px;
}
/* line 328, ../sass/_eposters.scss */
.footer .poster-note {
  color: #F04D6C;
}
/* line 332, ../sass/_eposters.scss */
.footer .poster-viewed {
  font-weight: 300;
  text-align: right;
}

/* line 341, ../sass/_eposters.scss */
.detail .infos-content {
  margin-top: 30px;
}

.detail .infos-content .abstractTexte {
  line-height: 20px;
}
@media all and (min-width: 992px) {
  /* line 341, ../sass/_eposters.scss */
  .detail .infos-content {
    margin-left: 350px;
    margin-top: 0px;
  }
}
/* line 350, ../sass/_eposters.scss */
.detail .infos-content.fullscreen {
  margin-left: 0px;
}

/* line 357, ../sass/_eposters.scss */
.full-screen {
  display: none;
}
@media all and (min-width: 809px) {
  /* line 357, ../sass/_eposters.scss */
  .full-screen {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  /* line 367, ../sass/_eposters.scss */
  .full-screen a {
    text-decoration: none;
    color: #F04D6C;
  }
  /* line 371, ../sass/_eposters.scss */
  .full-screen a:before {
    font-family: FontAwesome;
    content: "\f0b2";
    font-size: 14px;
    color: #F04D6C;
    margin-right: 10px;
  }
  /* line 379, ../sass/_eposters.scss */
  .full-screen a:active, .full-screen a:focus {
    color: #F04D6C;
    text-decoration: none;
  }
  /* line 384, ../sass/_eposters.scss */
  .full-screen a:hover {
    text-decoration: underline;
  }
}

/* line 395, ../sass/_eposters.scss */
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #F04D6C !important;
}
/* line 400, ../sass/_eposters.scss */
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #F04D6C !important;
}

/* line 407, ../sass/_eposters.scss */
.modal-dialog {
  z-index: 5000 !important;
}
/* line 410, ../sass/_eposters.scss */
.modal-dialog h4 {
  color: #494949;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 419, ../sass/_eposters.scss */
.modal-body{
  background-color: #FAFAFA;
}
/* line 423, ../sass/_eposters.scss */
.form-control:focus {
  border-color: #69287a;
  box-shadow: inset 0 1px 1px #BFFFFFFF, 0 0 8px #994B83A6;
}

/* line 1, ../sass/_header.scss */
.global-header {
  background: #ffffff;
  /*border-bottom: 1px solid #cbcbcb;*/
  /*padding: 20px 15px 0;*/
  /*position: fixed;*/
  z-index: 100;
  width: 100%;
}
@media all and (max-width: 770px) {
  /* line 1, ../sass/_header.scss */
  .global-header {
    height: 220px;
  }
}
/* line 13, ../sass/_header.scss */
.global-header .search {
  margin-top: 20px;
}
/* line 16, ../sass/_header.scss */
.vertical .global-header .search {
  margin-top: 0px;
  height: 0px;
}
@media all and (max-width: 770px) {
  /* line 16, ../sass/_header.scss */
  .vertical .global-header .search {
    margin-top: 0px;
  }
}
/* line 16, ../sass/_header.scss */
.vertical .global-header .searchAdmin {
  margin-bottom: 20px;
}
@media all and (max-width: 770px) {
  /* line 16, ../sass/_header.scss */
  .vertical .global-header .searchAdmin {
    margin-bottom: 20px;
  }
}
/* line 24, ../sass/_header.scss */
.global-header .search .input-search {
  box-shadow: none;
  float: left;
  width: 70%;
  position: relative;
  top: 25px;
  z-index: 900;
}

.detail .global-header .search .input-search {
  display: none;
}

.detail .global-header .congres-logo a {
  display: none;
}

/* line 29, ../sass/_header.scss */
.global-header .search .input-search::-moz-placeholder {
  color: #ffffff;
}
/* line 33, ../sass/_header.scss */
.global-header .search .filters {
  height: 50px;
  padding: 10px 0;
  text-align: right;
  float: right;
  position: relative;
  top: 25px;
  z-index: 900;
}

.detail .global-header .search .filters {
  display: none;
}


/* line 39, ../sass/_header.scss */
.global-header .search .filters a {
  color: #69287a;
}
/* line 43, ../sass/_header.scss */
.global-header .search .filters i {
  font-size: 30px;
}
/* line 48, ../sass/_header.scss */
.global-header .search input {
  background: #cbcbcb;
  font-size: 15px;
  color: #ffffff;
  border-radius: 0;
  height: 50px;
}
/* line 55, ../sass/_header.scss */
.global-header .search input::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 59, ../sass/_header.scss */
.global-header .search input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
/* line 63, ../sass/_header.scss */
.global-header .search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
/* line 67, ../sass/_header.scss */
.global-header .search input:-ms-input-placeholder {
  color: #ffffff;
}
/* line 74, ../sass/_header.scss */
.global-header .search .input-group-addon {
  background: #cbcbcb;
  border: none;
  color: #ffffff;
  border-radius: 0;
}
/* line 81, ../sass/_header.scss */
.global-header .search i {
  font-size: 25px;
}

.global-contentAdmin {
  margin-top:100px;
}

/* line 89, ../sass/_header.scss */
.vertical .global-header {
  height: 0px;
}
@media all and (max-width: 767px) {
  /* line 89, ../sass/_header.scss */
  .vertical .global-header {
    height: 230px;
  }
}
/* line 98, ../sass/_header.scss */
.vertical .global-header .congres-logo img {
  max-height: 150px;
}
@media all and (max-width: 767px) {
  /* line 98, ../sass/_header.scss */
  .vertical .global-header .congres-logo img {
    max-height: 100px;
  }
}

/* line 111, ../sass/_header.scss */
.horizontal .global-header {
  height: 130px;
}
/* line 116, ../sass/_header.scss */
.horizontal .global-header .congres-logo img {
  max-height: 85px;
}

/* line 1, ../sass/_sidenav.scss */
.sidenav {
  background: #cbcbcb;
  position: fixed;
  overflow-y: auto;
  width: 30px;
  top: 130px;
  bottom: 0;
  right: 0px;
  z-index: 7;
  opacity: 0;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
}
.sidenav_mobile {
  background: #cbcbcb;
  position: fixed;
  overflow-y: auto;
  width: 30px;
  top: 50px;
  bottom: 0;
  right: 0px;
  z-index: 7;
  opacity: 0;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
}
/* line 14, ../sass/_sidenav.scss */
.vertical .sidenav {
  top: 180px;
}

.sidenav-nobanner{
  top: 150px !important;
}
/* line 18, ../sass/_sidenav.scss */
.sidenav h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  border-bottom: 1px dotted;
  padding-bottom: 5px;
}
/* line 26, ../sass/_sidenav.scss */
.sidenav h3 {
  border-left: 3px solid #464646;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 7px;
  font-weight: 700;
  margin-top: 30px;
}
/* line 35, ../sass/_sidenav.scss */
.sidenav h4 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 30px;
}

.sidenav_mobile h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  border-bottom: 1px dotted;
  padding-bottom: 5px;
}
/* line 26, ../sass/_sidenav.scss */
.sidenav_mobile h3 {
  border-left: 3px solid #464646;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 7px;
  font-weight: 700;
  margin-top: 30px;
}
/* line 35, ../sass/_sidenav.scss */
.sidenav_mobile h4 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 30px;
}

/* line 45, ../sass/_sidenav.scss */
.full {
  width: 280px;
}

/* line 1, ../sass/_content-sidebar.scss */
.content-sidebar {
  background: #e4e4e4;
  width: 150px;
  overflow-y: auto;
  z-index: 7;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  width: 100%;
  bottom: 0;
}

@media all and (min-width: 992px) {
  /* line 1, ../sass/_content-sidebar.scss */
  .content-sidebar {
    width: 350px;
    position: fixed;
    top: 130px;
    bottom: 0;
    left: 0px;
  }
  /* line 19, ../sass/_content-sidebar.scss */
  .vertical .content-sidebar {
    top: 0px;
  }

  .sidebar-nobanner{
    top: 150px !important;
  }

  .full {
    width: 325px;
  }
}
/* line 24, ../sass/_content-sidebar.scss */
.content-sidebar .footer {
  background: none;
  padding: 0;
  border-top: 1px dotted #464646;
  margin-top: 30px;
  padding-top: 10px;
}
/* line 31, ../sass/_content-sidebar.scss */
.content-sidebar .footer .poster-note {
  color: #464646;
}
/* line 36, ../sass/_content-sidebar.scss */
.content-sidebar .zone-media {
  border-top: 1px solid #69287a;
  border-bottom: 1px solid #69287a;
  padding: 20px 0;
  margin-top: 15px;
  text-align: center;
}
@media all and (min-width: 600px) {
  /* line 36, ../sass/_content-sidebar.scss */
  .content-sidebar .zone-media {
    width: 45%;
    float: left;
    padding: 19px 0;
    border-right: 1px dotted #69287a;
    border-top: 0;
    border-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  /* line 36, ../sass/_content-sidebar.scss */
  .content-sidebar .zone-media {
    float: none;
    width: 100%;
    border-top: 1px solid #69287a;
    border-bottom: 1px solid #69287a;
    border-right: 0px;
    margin-top: 70px;
    padding: 30px 0;
  }
}
/* line 64, ../sass/_content-sidebar.scss */
.content-sidebar .zone-media .poster-media {
  background: #ffffff;
  padding-top: 10px !important;
  margin-top: 0;
}
@media all and (min-width: 992px) {
  /* line 64, ../sass/_content-sidebar.scss */
  .content-sidebar .zone-media .poster-media {
    padding-top: 18px !important;
  }
}
/* line 73, ../sass/_content-sidebar.scss */
.content-sidebar .zone-media p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 800;
  color: #69287a;
  text-align: center;
}
/* line 81, ../sass/_content-sidebar.scss */
.content-sidebar .zone-media .btn-primary {
  margin: 20px 0 0;
}
@media all and (min-width: 600px) {
  /* line 86, ../sass/_content-sidebar.scss */
  .content-sidebar .zone-bouton {
    width: 50%;
    float: right;
  }
}
@media all and (min-width: 992px) {
  /* line 86, ../sass/_content-sidebar.scss */
  .content-sidebar .zone-bouton {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 992px) {
  /* line 101, ../sass/_content-sidebar.scss */
  #commentButton, #emailButton, #listButton{
    display: none;
  }
}

/* line 107, ../sass/_content-sidebar.scss */
.content-sidebar .zone-bouton p {
  margin: 20px auto;
  width: 100%;
}
/* line 112, ../sass/_content-sidebar.scss */
.content-sidebar .zone-bouton .btn-a {
  background: #69287a;
  border: none;
  border-bottom: 3px solid #01182c;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  display: block;
  color: #ffffff;
}
/* line 122, ../sass/_content-sidebar.scss */
.content-sidebar .zone-bouton .btn-a:hover {
  background: #01182c;
  border-bottom: 3px solid #01182c;
  color: #ffffff;
  text-decoration: none;
}
/* line 131, ../sass/_content-sidebar.scss */
.content-sidebar .zone-bouton .btn-a:active, .content-sidebar .zone-bouton .btn-a:focus {
  color: #ffffff;
  text-decoration: none;
}

/* line 1, ../sass/_buttons.scss */
.btn-primary {
  background: #69287a;
  border: none;
  border-bottom: 3px solid #01182c;
  font-size: 16px;
}
/* line 7, ../sass/_buttons.scss */
.btn-primary:hover {
  background: #01182c;
  border-bottom: 3px solid #01182c;
}

#countDown {
  background-color: rgba(0,0,0,0.3);
  width: 100px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  text-align: center;
}

#countDown p {
  margin: 0px;
  font-size: 10px;
}

#countDown p:first-child {
  font-size: 8px;
}

#countDown p:last-child {
  font-size: 15px;
  color: white;
}

/* line 428, ../sass/_eposters.scss */
.errors{
  border-color: red;
}

.nosidebar{
  margin-left: 0px !important;
}
.noheader{
  padding-top: 0px !important;
}

.noFullScreen{
  display: none;
}

.sidebarNohead{
  top: 0px !important;
}


@media all and (min-width: 1200px) {
  .fullsize {
    width: initial !important;
    margin: 0 auto !important;
  }
}

.displayHeader{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  color:white;
  cursor:pointer;
  background-color:#69287a;
  padding:10px 15px;
  border-radius:15px 15px 0px 0px;
}

#showHeader{
  top:0;
  border-radius:0px 0px 15px 15px;
  z-index: 2;
}

#hideHeader{
  bottom:0;
  border-radius:15px 15px 0px 0px;
  z-index: 2;
}

/* line 432, ../sass/_eposters.scss */
#videos{
  margin:0 auto;
  position:absolute;
  transform: translateX(-50%);
}

/* line 436, ../sass/_eposters.scss */
#videos > video{
  object-fit: fill;
  position: relative;
}

@media all and (max-width: 992px) {
  /* line 86, ../sass/_content-sidebar.scss */
  .zone-bouton .bottom-poster{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

/* line 450, ../sass/_eposters.scss */
@media all and (min-width: 992px) {
  .zone-bouton .bottom-poster{
    display: none;
  }
}

/* line 454, ../sass/_eposters.scss */
.zone-bouton .bottom-poster p {
  margin: 20px auto;
  width: 100%;
}
/* line 459, ../sass/_eposters.scss */
.zone-bouton .bottom-poster .btn-a {
  background: #69287a;
  border: none;
  border-bottom: 3px solid #01182c;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  display: block;
  color: #ffffff;
}
/* line 469, ../sass/_eposters.scss */
.zone-bouton .bottom-poster .btn-a:hover {
  background: #01182c;
  border-bottom: 3px solid #01182c;
  color: #ffffff;
  text-decoration: none;
}
/* line 476, ../sass/_eposters.scss */
.zone-bouton .bottom-poster .btn-a:active, .zone-bouton .bottom-poster .btn-a:focus {
  color: #ffffff;
  text-decoration: none;
}

.nobanner{
  height: 150px !important;
}

.paragraph{
  font-weight: bold;
}

.sidebar_toggle_button{
  color: #494949;
}

.sidebar_toggle_button:hover{
  color: #494949;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: black url(../images/spinner.gif) center center no-repeat;
  opacity: .5;
  z-index: 1000;
}

.listing{
  background-color:white;
  box-shadow:1px 1px 6px #cccccc;
  margin-bottom:20px;
}

.activation{
  position: absolute;
  top: -7px;
  left: 7px;
  z-index: 2;
}

.selectView{
  padding: 20px;
  margin-bottom: 20px;
}

.selectView a{
  margin: 10px;
  color: #cbcbcb;
}

.selectView > .active{
  color: #69287a;
}

.selectView a i{
  font-size: 24px;
}


.abstract-admin{
  padding: 10px 0px;
}

.abstract-btns{
  padding-bottom: 10px;
  margin-right: 20px;
}

.br-wrapper{
  display:inline-block;
}