.squeezebox .sb-item {
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  padding: 10px 0;
}

.menu-second-level .squeezebox .sb-item {
  padding: 0;
  position: relative;
}

/* .squeezebox sb-item:first-child .sb-item {
    border-top: 1px solid #E0E0E0;
} */

.squeezebox .sb-item-head a {
  color: #000000;
  cursor: pointer;
  display: block;
}

.squeezebox .sb-item-head a .edited-value {
  display: flex;
  justify-content: space-between;
}

.menu-second-level .squeezebox .sb-item-head a,
.menu-second-level .squeezebox .sb-item-head a:hover {
  font-family: "montserratbold";
  font-size: 14px;
  color: #BC2F1E;
  background: #f3f3f7;
  padding: 14px 17px 14px 22px;
}

.menu-second-level .squeezebox .is-collapsed .sb-item-head a {
  font-family: "montserratmedium";
  font-size: 14px;
  color: #8f8f8f;
  background: #fff;
}

.squeezebox .sb-item .sb-item-head a .toggle-icon {
  display: block;
  float: right;
  height: 16px;
  position: relative;
  transform: rotate(180deg);
  transition: 0.3s transform;
  width: 16px;
}

/* .to-regularize-comment .squeezebox .sb-item .sb-item-head a .toggle-icon {
  display: none;
} */
.to-regularize-comment .squeezebox .sb-item {
  border-bottom: none;
}

.menu-second-level .squeezebox .sb-item .sb-item-head a .toggle-icon {
  width: 12px;
  height: 8px;
  background: url("../img/expand-button@2x.png") no-repeat 50% 50% transparent;
  background-size: 12px;
  font-size: 0;
  position: absolute;
  right: 17px;
  top: 23px;
}

.squeezebox .sb-item.is-collapsed .sb-item-head a .toggle-icon {
  transform: rotate(0);
}

.squeezebox .sb-item-head a .toggle-icon:before,
.squeezebox .sb-item-head a .toggle-icon:after {
  background: #000000;
  content: " ";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.menu-second-level .squeezebox .sb-item-head a .toggle-icon:before,
.menu-second-level .squeezebox .sb-item-head a .toggle-icon:after {
  display: none;
}

.squeezebox .sb-item-head a .toggle-icon:after {
  transform: rotate(90deg);
}

.squeezebox .sb-item .sb-item-body {
  height: 0;
  overflow: hidden;
  transition: 0.5s height;
}

.squeezebox .sb-item .sb-item-body .inner {
  padding: 10px 0 0 0;
}

.menu-second-level .squeezebox .sb-item .sb-item-body .inner {
  padding: 0 0 0 0;
}

.accordion-container {
  width: 100%;
}

.accordion-container squeezebox {
  width: 100%;
}

.accordion-container .squeezebox {
  width: 100%;
}

.accordion-container .squeezebox .sb-item {
  border-bottom: none;
}

.accordion-container .squeezebox .accordion-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-container .squeezebox .accordion-title-container .accordion-collapse-icon {
  min-width: 16px;
  margin-right: 12px;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.accordion-container .squeezebox .is-collapsed .accordion-title-container .accordion-collapse-icon {
  transform: rotate(180deg);
}

.accordion-container .squeezebox .accordion-title-container .accorion-title {
  font-family: "montserratbold";
  font-size: 16px;
  color: #BC2F1E;
  margin-right: 18px;
}

.accordion-container .squeezebox .accordion-title-container .accordion-separator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #e7ebef;
}

.accordion-container .squeezebox .toggle-icon {
  display: none !important;
}

.recap-data-container {
  width: 95%;
  max-width: 924px;
  margin: 0 auto;
}

.recap-data-container .data-group {
  margin-bottom: 10px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.recap-data-container .data-group:last-child {
  margin-bottom: 0;
}

.recap-data-container .data-group .data-lbl {
  font-family: "montserratmedium";
  font-size: 14px;
  color: #333333;
  min-width: 230px;
  width: 320px;
}

.recap-data-container .data-group .inline-lbl {
  font-family: "montserratmedium";
  font-size: 14px;
  color: #333333;
}

.recap-data-container .data-group .data-value-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  position: relative;
}

.recap-data-container .data-group .data-value {
  font-family: "montserratbold";
  font-size: 14px;
  color: #414141;
  display: block;
}

.recap-data-container .data-group .data-value.new-version {
  color: #6caaf3;
}

.recap-data-container .data-group .data-value.edited-version,
.recap-data-container.edited-version {
  color: #a3b0bd;
  border-radius: 2px;
  background-color: #f8f9fc;
  padding: 2px 9px;
  margin-top: 5px;
}

.recap-data-container .data-group .data-value.edited-version strong {
  font-family: "montserratbold";
}

.to-regularize-comment squeezebox {
  display: block;
  width: 100%;
}

.to-regularize-comment .sb-item-head {
  /* padding-left: 72px; */
  position: relative;
}

.to-regularize-comment .sb-item-head .regularize-head {
  width: 100%;
  max-width: 710px;
  min-height: 52px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.to-regularize-comment .sb-item-head .regularize-head .data-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.to-regularize-comment .data-lbl {
  font-family: "montserratbold";
  font-size: 12px;
  color: #333333;
  display: inline-block;
  margin-right: 28px;
}

.to-regularize-comment .data-value {
  font-family: "montserratmedium";
  font-size: 12px;
  color: #333333;
  display: inline-block;
}

/* .to-regularize-comment .sb-item-body {
  padding-left: 72px;
} */
.to-regularize-comment .sb-item-body .regularize-body {
  width: 100%;
  max-width: 710px;
  padding-bottom: 20px;
}

.to-regularize-comment .squeezebox .sb-item .sb-item-head a .toggle-icon {
  width: 12px;
  height: 8px;
  background: url("../img/expand-button@2x.png") no-repeat 50% 50% transparent;
  background-size: 12px;
  font-size: 0;
  position: absolute;
  right: 33px;
  top: 24px;
}

.to-regularize-comment .squeezebox .sb-item .sb-item-head a .toggle-icon:before,
.to-regularize-comment .squeezebox .sb-item .sb-item-head a .toggle-icon:after {
  display: none;
}

/* beneficiary's list styles */
.benef-list .squeezebox .sb-item {
  font-family: "montserratmedium";
  color: #000000;
  font-size: 14px;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: none;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
  position: relative;
  overflow: visible;
  border-left: 6px solid transparent;

  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.benef-list .squeezebox .operation-onHold .sb-item {
  border-left-color: #ffb45b;
}

.benef-list .squeezebox .operation-Validate .sb-item {
  border-left-color: #75ccb2;
}

.benef-list .squeezebox .operation-Delete .sb-item {
  border-left-color: #ff6d66;
}

.benef-list .squeezebox .sb-item:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

.benef-list .squeezebox .sb-item .control-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 74px;
}

.benef-list .squeezebox .sb-item .action-btns-container {
  position: absolute;
  right: 20px;
  top: 0;
  height: 74px;

  z-index: 10;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benef-list .squeezebox .sb-item .action-btns-container>button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;

  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.benef-list .squeezebox .sb-item .action-btns-container>button:hover {
  background-color: #f6f6f6;
}

.benef-list .squeezebox .sb-item .action-btns-container>button>span {
  display: block;
  height: 4px;
  width: 12px;
  margin: 0 auto 4px auto;
  background-color: #d8d8d8;
  border-radius: 2px;

  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.benef-list .squeezebox .sb-item .action-btns-container>button:hover>span {
  background-color: #c1c1c1;
  width: 14px;
}

.benef-list .squeezebox .sb-item .action-btns-container>button>span:last-child {
  margin-bottom: 0;
}

.benef-list .squeezebox .sb-item .action-btns-container>button.active+.actions-statut-hold {
  top: 23px;
  opacity: 1;
  visibility: visible;
}

.benef-list .squeezebox .sb-item .control-group .control-field {
  width: 100%;
  height: 100%;
}

.benef-list .squeezebox .sb-item .control-group .control-field label {
  width: 100%;
  height: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benef-list .squeezebox .sb-item .control-group .control-field label .check-mask {
  margin-right: 0;
  width: 20px;
  height: 20px;
}

.benef-list .squeezebox .sb-item .sb-item-head a .toggle-icon {
  display: none;
}

/* List des notifictions*/
.notif-list {
  display: block;
}

.notif-list .squeezebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notif-accord-item {
  width: 49.5%;
  margin-bottom: 10px;
}

.notif-accord-item.full-size {
  width: 100%;
}

.notif-accord-item .sb-item {
  border-radius: 5px;
  box-shadow: 0 0px 20px 5px rgba(188, 195, 195, 0.16);
  background-color: #ffffff;
  border-bottom: none;
  padding: 0;
}

.notif-accord-item.notif-unread .sb-item {
  box-shadow: 0 0px 10px 5px rgba(82, 82, 82, 0.16);
}

.notif-accord-item .sb-item .sb-item-head {
  position: relative;
  padding: 10px 34px 10px 10px;
}

.notif-accord-item .sb-item .sb-item-head a .toggle-icon {
  width: 21px;
  height: 20px;
  background: url("../img/add-btn-icn@2x.png") no-repeat 50% 50% transparent !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.notif-accord-item .sb-item.is-collapsed .sb-item-head a .toggle-icon {
  transform: translateY(-50%) rotate(0);
}

.notif-accord-item .sb-item .sb-item-head a .toggle-icon:before,
.notif-accord-item .sb-item .sb-item-head a .toggle-icon:after {
  display: none !important;
}

.notif-accord-item .sb-item .sb-item-head .date-detail {
  font-size: 12px;
  color: #497e76;
}

.notif-accord-item .sb-item .sb-item-head .title-detail {
  font-family: "montserratmedium";
  font-size: 16px;
  font-weight: normal;
  color: #414040;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notif-accord-item .sb-item .sb-item-head .title-detail.notif-unread {
  font-family: "montserratbold";
}

.notif-accord-item .sb-item .sb-item-body-container {
  position: relative;
}

.notif-accord-item .sb-item .sb-item-body .inner {
  padding: 10px;
}

.notif-accord-item .sb-item .sb-item-body .inner p {
  font-family: "montserratmedium";
  font-size: 14px;
}

/**/

/* big Accordion styles*/

.block-accordion-container {
  background: #fff;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
  padding: 12px 20px 8px 20px;
  position: relative;
  /* overflow: hidden; */
}

.block-accordion-container.widthRedBorderL {
  border-left: 6px solid #BC2F1E;
}

.block-accordion-container>squeezebox>.squeezebox>sb-item>.sb-item {
  border-bottom: none;
  padding: 5px 0;
}

.block-accordion-container>squeezebox>.squeezebox>sb-item>.sb-item>sb-item-head>.sb-item-head .toggle-icon {
  display: none;
}

.block-accordion-container>squeezebox>.squeezebox>sb-item>.sb-item>sb-item-head>.sb-item-head .accordion-title-container {
  position: relative;
}

.block-accordion-container>squeezebox>.squeezebox>sb-item>.sb-item>sb-item-head>.sb-item-head .accordion-title-container .accordion-collapse-icon {
  position: absolute;
  right: 0;
  top: 3px;
  min-width: 16px;
  margin-right: 12px;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.block-accordion-container>squeezebox>.squeezebox>sb-item>.sb-item.is-collapsed>sb-item-head>.sb-item-head .accordion-title-container .accordion-collapse-icon {
  transform: rotate(180deg);
}

.block-accordion-container>squeezebox>.squeezebox>sb-item>.sb-item>sb-item-head>.sb-item-head .accordion-title-container .accorion-title {
  font-family: "montserratbold";
  font-size: 16px;
  color: #BC2F1E;
  text-transform: uppercase;
}

.block-accordion-container[data-accordColor="orange"]>squeezebox>.squeezebox>sb-item>.sb-item>sb-item-head>.sb-item-head .accordion-title-container .accorion-title {
  color: #ffb45b;
}

.block-accordion-container[data-accordColor="orange"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background-color: #ffb45b;
}

.block-accordion-container[data-accordColor="green"]>squeezebox>.squeezebox>sb-item>.sb-item>sb-item-head>.sb-item-head .accordion-title-container .accorion-title {
  color: #1cce98;
}

.block-accordion-container[data-accordColor="green"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background-color: #1cce98;
}

.data-group-sample2.with-marginb {
  margin-bottom: 15px;
}

.data-group-sample2 .data-lbl {
  font-family: "montserratmedium";
  font-size: 14px;
  color: #333333;
}

.data-group-sample2 .data-lbl.child-lbl {
  padding-left: 30px;
}

.data-group-sample2 .data-lbl strong {
  font-family: "montserratbold";
  font-weight: normal;
}

.data-group-sample2 .data-value {
  font-family: "montserratmedium";
  font-size: 14px;
  color: #333333;
}

.data-group-sample2 .data-value strong {
  font-family: "montserratbold";
  font-weight: normal;
}