@charset "UTF-8";
body {
  background-color: #F6F7F9; }

.rs-admin-hdr {
  padding: 15px 0;
  background-color: white;
  border-bottom: 1px solid #d7dce5; }
  .rs-admin-hdr a {
    text-decoration: none;
    padding-right: 10px;
    color: #333; }

label {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  display: inline-block; }

#rs_admin_login {
  background-color: #F6F7F9; }
  #rs_admin_login .admin—login-container {
    max-width: 400px; }
  #rs_admin_login .rs-login-form {
    border-top: 4px solid #F5A623; }
  #rs_admin_login .rs-card form {
    margin: auto;
    padding: 0 20px;
      padding-top: 20px; }
    #rs_admin_login .rs-card form .rs-btn {
      margin: 15px 0; }
  #rs_admin_login a {
    text-decoration: none;
    border-bottom: 2px solid #F5A623;
    color: black; }

.rs-card {
  position: relative; }
  .rs-card .rs-hdr {
    padding: 20px;
    background-color: #F6F7F9;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .rs-card form textarea {
    height: 150px;
    max-width: 100%; }
  .rs-card form .rs-input {
    font-size: 14px;
    padding: 10px; }
  .rs-card form .disabled {
    opacity: .5; }
    .rs-card form .disabled input {
      cursor: not-allowed; }
  .rs-card .rs-btn.close {
    position: absolute;
    top: 10px;
    right: 10px; }

.table .header-table {
  display: flex;
  background-color: #F6F7F9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .table .header-table.table-cols-1 .label {
    width: calc(100% / 1);
    overflow: hidden; }
  .table .header-table.table-cols-2 .label {
    width: calc(100% / 2);
    overflow: hidden; }
  .table .header-table.table-cols-3 .label {
    width: calc(100% / 3);
    overflow: hidden; }
  .table .header-table.table-cols-4 .label {
    width: calc(100% / 4);
    overflow: hidden; }
  .table .header-table.table-cols-5 .label {
    width: calc(100% / 5);
    overflow: hidden; }
  .table .header-table.table-cols-6 .label {
    width: calc(100% / 6);
    overflow: hidden; }
  .table .header-table.table-cols-7 .label {
    width: calc(100% / 7);
    overflow: hidden; }
  .table .header-table.table-cols-8 .label {
    width: calc(100% / 8);
    overflow: hidden; }
  .table .header-table.table-cols-9 .label {
    width: calc(100% / 9);
    overflow: hidden; }
  .table .header-table.table-cols-10 .label {
    width: calc(100% / 10);
    overflow: hidden; }
  .table .header-table .label {
    text-align: center;
    padding: 5px;
    font-weight: 600;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
    .table .header-table .label.action {
      border-right: none;
      max-width: 100px; }
.table .body-table .elem {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .table .body-table .elem.table-cols-1 .value {
    width: calc(100% / 1);
    overflow: hidden; }
  .table .body-table .elem.table-cols-2 .value {
    width: calc(100% / 2);
    overflow: hidden; }
  .table .body-table .elem.table-cols-3 .value {
    width: calc(100% / 3);
    overflow: hidden; }
  .table .body-table .elem.table-cols-4 .value {
    width: calc(100% / 4);
    overflow: hidden; }
  .table .body-table .elem.table-cols-5 .value {
    width: calc(100% / 5);
    overflow: hidden; }
  .table .body-table .elem.table-cols-6 .value {
    width: calc(100% / 6);
    overflow: hidden; }
  .table .body-table .elem.table-cols-7 .value {
    width: calc(100% / 7);
    overflow: hidden; }
  .table .body-table .elem.table-cols-8 .value {
    width: calc(100% / 8);
    overflow: hidden; }
  .table .body-table .elem.table-cols-9 .value {
    width: calc(100% / 9);
    overflow: hidden; }
  .table .body-table .elem.table-cols-10 .value {
    width: calc(100% / 10);
    overflow: hidden; }
  .table .body-table .elem:hover {
    background-color: rgba(102, 231, 202, 0.3); }
  .table .body-table .elem:last-child {
    border-bottom: none; }
  .table .body-table .elem .parent-accordeon {
    cursor: pointer; }
  .table .body-table .elem .ctnr-value {
    display: flex; }
    .table .body-table .elem .ctnr-value.child-accordeon {
      margin: 0 5px 5px 5px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      border-top: none; }
    .table .body-table .elem .ctnr-value .value {
      text-align: center;
      padding: 5px; }
      .table .body-table .elem .ctnr-value .value.action {
        max-width: 100px;
        text-align: right; }
      .table .body-table .elem .ctnr-value .value .rs-btn {
        padding: 5px; }
        .table .body-table .elem .ctnr-value .value .rs-btn + .rs-btn {
          margin-left: 5px; }
    .table .body-table .elem .ctnr-value .label-value-more {
      background-color: #F6F7F9;
      padding: 5px;
      font-weight: 600;
      border: 1px solid rgba(0, 0, 0, 0.05);
      border-right: none;
      border-left: none; }
    .table .body-table .elem .ctnr-value .value-more {
      padding: 5px;
      background-color: #FFF; }
      .table .body-table .elem .ctnr-value .value-more + .value-more {
        padding-top: 0; }
      .table .body-table .elem .ctnr-value .value-more p {
        margin: 0; }
    .table .body-table .elem .ctnr-value .cover-style {
      width: 100%;
      max-width: 100px;
      height: 100px;
      object-fit: cover;
      margin: 10px;
      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.05); }
    .table .body-table .elem .ctnr-value .ajax-img {
      display: inline-block;
      position: relative; }
      .table .body-table .elem .ctnr-value .ajax-img .del-img {
        display: none;
        position: absolute;
        top: 15px;
        right: 15px; }
        .table .body-table .elem .ctnr-value .ajax-img .del-img i {
          background-color: rgba(0, 0, 0, 0.7);
          font-size: 18px;
          color: #FFF;
          border-radius: 4px;
          padding: 3px; }
      .table .body-table .elem .ctnr-value .ajax-img:hover .del-img {
        display: block;
        cursor: pointer; }
    .table .body-table .elem .ctnr-value .ajax-mbr {
      display: inline-block;
      position: relative; }
      .table .body-table .elem .ctnr-value .ajax-mbr .name-mbr {
        display: none;
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 10px;
        text-align: center;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 0 0 4px 4px; }
      .table .body-table .elem .ctnr-value .ajax-mbr:hover .name-mbr {
        display: block; }
    .table .body-table .elem .ctnr-value.child-accordeon {
      display: none; }
    .table .body-table .elem .ctnr-value.display-block {
      display: block; }
.table .body-table .elem-drag .parent-dragdrop {
  margin: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .table .body-table .elem-drag .parent-dragdrop .value {
    padding: 10px; }
  .table .body-table .elem-drag .parent-dragdrop label {
    padding: 10px;
    border-bottom: 1px solid grey;
    margin-top: 0; }
.table .body-table .value-null {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block; }
.table .body-table .sh-section > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .table .body-table .sh-section > li:last-child {
    border-bottom: none; }
.table .body-table .sh-formule {
  list-style: none; }
  .table .body-table .sh-formule li {
    display: flex; }
.table .body-table .sh-feature {
  list-style: none; }
  .table .body-table .sh-feature > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: move; }
    .table .body-table .sh-feature > li:last-child {
      border-bottom: none; }
    .table .body-table .sh-feature > li:hover {
      background-color: #F6F7F9; }
    .table .body-table .sh-feature > li > div {
      padding: 5px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }

.parent-steps {
  width: 100%; }
  .parent-steps .title-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    margin-right: 5px; }
    .parent-steps .title-steps label {
      margin-top: 0;
      font-weight: 600; }
  .parent-steps .child-steps ul.sh-step {
    margin-left: 20px; }
    .parent-steps .child-steps ul.sh-step li {
      cursor: move;
      padding: 5px 5px 5px 10px;
      margin: 5px 0;
      border-left: 2px solid rgba(0, 0, 0, 0.05); }
      .parent-steps .child-steps ul.sh-step li:hover {
        background-color: #F6F7F9; }
      .parent-steps .child-steps ul.sh-step li > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
  .parent-steps:last-child {
    border-bottom: none; }

/* SORTABLE CLASS HELPER */
.sh-ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.sh-step-li {
  list-style: none;
  padding: 5px 5px 5px 10px;
  margin: 5px 0;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #F6F7F9; }
  .sh-step-li > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.sh-formule-li {
  max-height: 100px;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .sh-formule-li li {
    display: flex; }
  .sh-formule-li .parent-accordeon .value {
    display: none; }
  .sh-formule-li .parent-accordeon .value:first-child {
    display: block;
    position: absolute;
    top: 40%;
    left: 60px;
    text-transform: uppercase;
    font-size: 1rem; }
  .sh-formule-li .child-accordeon {
    display: none; }
  .sh-formule-li .sh-handle {
    height: 100%; }

.sh-feature-li {
  list-style: none;
  background-color: #F6F7F9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  display: flex; }
  .sh-feature-li > div {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }

.sh-handle {
  cursor: move;
  width: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.3); }
  .sh-handle:hover {
    background-color: #F6F7F9; }

.portal-container {
  margin-bottom: 15px; }

.google-map {
  height: 300px;
  margin-bottom: 15px; }

.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
  .columns.six {
    width: calc(100% / 2); }
  .columns.pad-r {
    padding-right: 10px; }
  .columns.pad-l {
    padding-left: 10px; }

#searchFaqContainer {
  position: relative;
  display: inline-block;
  margin-left: 15px; }
  #searchFaqContainer .searchFaqResult {
    position: absolute;
    display: inline-block;
    z-index: 2;
    margin-top: 5px; }
    #searchFaqContainer .searchFaqResult .highlight-search {
      background-color: #33c3f0;
      color: #FFF;
      padding: 0 5px;
      border-radius: 3px;
      border: 1px solid #16abec; }
    #searchFaqContainer .searchFaqResult ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      #searchFaqContainer .searchFaqResult ul li {
        padding: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        #searchFaqContainer .searchFaqResult ul li + li {
          margin: 0; }
    #searchFaqContainer .searchFaqResult label {
      font-weight: 600;
      margin-right: 10px;
      margin-top: 0; }

/*# sourceMappingURL=application-20.0317.css.map */
