/* SLIDER */
/* line 4, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.bxslider_fix {
  margin: 0 0 0 0;
}

/* line 7, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.bx-wrapper .bx-viewport {
  border: none;
  border: 0px !important;
  left: 0px !important;
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 14, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.bx-wrapper .bx-prev {
  background: url(/assets/bxslider/controls.png) no-repeat 0 -32px !important;
}

/* line 17, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.bx-wrapper .bx-next {
  background: url(/assets/bxslider/controls.png) no-repeat -43px -32px !important;
}

/* line 20, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
li.maybevideocontainer {
  height: 570px;
  background-color: black;
}

/* line 24, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.project_groups-show .maybevideocontainer {
  height: 475px;
  background-color: black;
}

/* line 28, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.project_groups-show .maybevideocontainer iframe {
  margin-top: 90px;
}

/* line 31, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
li.maybevideocontainer iframe {
  margin-top: 110px;
}

/* EDITION */
/* line 36, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.update_role_team {
  display: none;
}

/* line 39, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.group_edit_project {
  float: right;
  font-size: 15px;
}

/* line 43, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.group_edit_project ul {
  list-style: none;
}

/* line 46, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.group_edit_project ul li {
  display: table-cell;
  cursor: pointer;
}

/* line 50, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.ask_edit_project {
  width: 24px;
  height: 25px;
  background-image: url(/assets/front/project/btn-editer.png);
}

/* line 56, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.validate_edit_project {
  width: 24px;
  height: 25px;
  background-image: url(/assets/front/project/btn-valider.png);
}

/* line 62, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.validate_edit_project ul li:hover {
  background-image: url(/assets/front/project/btn-valider-hover.png);
}

/* line 65, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.cancel_edit_project {
  width: 24px;
  height: 25px;
  background-image: url(/assets/front/project/btn-annuler.png);
}

/* line 71, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.cancel_edit_project ul li:hover {
  background-image: url(/assets/front/project/btn-annuler-hover.png);
}

/* line 74, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.group_edit_image {
  position: absolute;
  top: 0px;
  padding: 10px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 81, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.update_project {
  display: none;
}

/* line 84, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.static-popup-link {
  margin-right: 0px;
}

/* line 87, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.group_edit_image > a {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  color: transparent;
  display: inline-block;
}

/* line 94, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
li .group_edit_image > a:hover {
  color: transparent;
}

/* line 97, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.group_edit_image > a.add-image {
  background-image: url(/assets/front/project/btn-ajouter.png);
}

/* line 100, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.group_edit_image > a.del-image {
  background-image: url(/assets/front/project/btn-supprimer.png);
}

/* line 103, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.group_edit_image > a:nth-of-type(1) {
  margin-right: 5px;
}

/* line 106, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.edit_team,
.cancel_edit_team {
  cursor: pointer;
}

/* line 110, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
.ChoixPublication {
  right: 20px;
  margin-bottom: 20px;
  position: fixed;
  width: 120px;
  z-index: 1;
  opacity: 0.8;
  bottom: 20px;
}

/* line 120, /opt/iraiser/igive-app/master/app/assets/stylesheets/front/project.sass.erb */
div.ChoixPublication > div > a {
  text-transform: none;
  font-size: 12px;
  margin-bottom: 1px;
  line-height: 12px;
  padding: 5px;
}

/* fin EDITION */
