/* COULEURS GLOBALES */
/* BACKGROUNDS */
/* PROVISOIRE */
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@300;400;700;800&display=swap");
body.coccitransac #main > .inside {
  min-height: 800px;
}

.milleCent {
  overflow: visible;
}

#menuGauche {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

#menuGauche li {
  text-indent: -30000px;
  background: url("/files/tabularasa/images/design/menu_maison.png") center center no-repeat, #d70029;
  background-size: 50px;
  border-right: 3px solid #a0001f;
  width: 75px;
  height: 75px;
  margin: 5px 0;
}

#menuGauche li:nth-child(2) {
  background: url("/files/tabularasa/images/design/menu_contacts.png") center center no-repeat, #d70029;
  background-size: 50px;
}

#menuGauche li.active {
  border-color: #d70029;
  background-color: #a0001f;
}

#menuGauche li span {
  display: block;
  height: 100%;
  width: 100%;
}

#details h2.titreDetails {
  text-align: center;
  color: #15141a;
  font-size: 25px;
  line-height: 30px;
  margin: 25px 0;
}

#details h2.titreDetails .typeBien {
  font-weight: bold;
  display: block;
}

#details h2.titreDetails .ref {
  display: block;
  font-size: small;
}

#details #menuBien {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

#details #menuBien a {
  margin: 0 15px;
  font-weight: bold;
}

#details ul#menuPanels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
  border-radius: 4px;
  position: fixed;
  right: 25px;
  top: 225px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#details ul#menuPanels li {
  display: inherit;
}

#details ul#menuPanels li a,
#details ul#menuPanels li a:link {
  color: #15141a;
  border-right: 2px solid #dcdcdc;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#details ul#menuPanels li a:hover,
#details ul#menuPanels li a:link:hover {
  font-style: italic;
  font-weight: bold;
}

#details ul#menuPanels li a::after,
#details ul#menuPanels li a:link::after {
  content: "";
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 15px;
  background: #d70029;
  border-radius: 50px;
  position: absolute;
  right: -9px;
}

#details ul#menuPanels li.active a,
#details ul#menuPanels li.active a:link {
  color: #d70029;
  font-style: italic;
  font-weight: bold;
}

#details .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#details .panel .formBloc {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(21, 20, 26, 0.15);
          box-shadow: 0px 0px 15px -3px rgba(21, 20, 26, 0.15);
  margin-bottom: 50px;
}

#details .panel .formBloc h2 {
  font-weight: bold;
  color: #15141a;
  text-transform: uppercase;
}

#details .panel .formBloc h2::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #d70029;
  display: block;
}

#details .panel .formBloc .dataTables_wrapper {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

#details label span.requis {
  color: #d70029;
}

#details input,
#details textarea,
#details .select2-selection--multiple,
#details .select2-selection--single {
  border-radius: 0px;
  background: #efefef;
  color: #15141a;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  padding: 10px 15px;
  margin: 5px 0;
  display: block;
  font-size: 14px;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
}

#details input[type="submit"],
#details textarea[type="submit"],
#details .select2-selection--multiple[type="submit"],
#details .select2-selection--single[type="submit"] {
  margin-top: 30px !important;
  cursor: pointer;
}

#details .switcher input {
  margin-top: 5px;
}

#details input[type='text'],
#details textarea {
  cursor: text;
}

#details textarea:not(.select2-search__field) {
  border-radius: 0px;
  min-height: 100px;
}

#details .select2-selection--multiple,
#details .select2-selection--single {
  height: inherit;
}

#details .select2-selection--multiple[aria-expanded='true'],
#details .select2-selection--single[aria-expanded='true'] {
  border-radius: 0px;
}

#details .select2-selection--multiple .select2-selection__rendered,
#details .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}

#details .select2-selection--multiple .select2-selection__arrow,
#details .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#details div.checkbox.switcher p,
#details div.radio.switcher p {
  margin-bottom: 10 !important;
}

#details div.checkbox.switcher label,
#details div.radio.switcher label {
  padding: 0;
  cursor: pointer;
}

#details div.checkbox.switcher label *,
#details div.radio.switcher label * {
  vertical-align: middle;
}

#details div.checkbox.switcher label input,
#details div.radio.switcher label input {
  display: none;
}

#details div.checkbox.switcher label input + span,
#details div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#details div.checkbox.switcher label input + span small,
#details div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #15141a;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

#details div.checkbox.switcher label input:checked + span,
#details div.radio.switcher label input:checked + span {
  background: #d70029;
  border-color: #d70029;
}

#details div.checkbox.switcher label input:checked + span small,
#details div.radio.switcher label input:checked + span small {
  left: 50%;
  background: #fff;
}

#details .select2-container {
  width: 100% !important;
}

#details .columWizard {
  width: 100%;
}

#details .columWizard td {
  padding: 0 5px;
}

#details .submitGroup {
  position: fixed;
  bottom: 50px;
  z-index: 99;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#details .submitGroup button,
#details .submitGroup a {
  font-weight: bold;
  text-transform: uppercase;
  min-width: 200px;
  margin: 0 10px;
  border-radius: 0px;
  background: #efefef;
  color: #15141a;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
}

#details .submitGroup button i,
#details .submitGroup a i {
  margin-right: 10px;
}

#details .submitGroup button:hover,
#details .submitGroup a:hover {
  background: #d70029;
  border-color: #d70029;
  color: #fff;
}

#details .newItem {
  position: absolute;
  right: 15px;
}

#details .hiddenForm {
  display: none;
}

#details #documents ul.photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#details #documents ul.photos li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  cursor: pointer;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

#details #documents ul.photos li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#details #documents ul.photos li a.rmPhoto {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #d70029;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
}

#details #documents ul.docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

#details #documents ul.docs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  cursor: pointer;
  padding: 10px 25px;
  overflow: hidden;
  position: relative;
  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;
}

#details #documents ul.docs li a:first-child img {
  margin-right: 10px;
}

#details #documents ul.docs li:hover {
  background-color: #f2f2f2;
}

form #modifier {
  display: none;
}

form.disable #modifier {
  display: block;
}

form.disable input[type='submit'] {
  display: none;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -15px;
  background: #efefef;
  border-color: #c2c2c2;
}

#items #filtres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

#items #blocItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#items #blocItems .unItem {
  width: 48%;
  margin-bottom: 50px;
  background-color: #f2f2f2;
  padding: 25px;
  border: 1px solid #d70029;
  border-radius: 0px;
}

#overflow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(21, 20, 26, 0.9);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#overflow div#contenuOverflow {
  width: 50%;
  padding: 25px;
  background: #fff;
  position: relative;
}

#overflow div#contenuOverflow a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

#overflow div#contenuOverflow a.close:hover {
  color: #d70029;
}

#overflow div#contenuOverflow .form-group {
  position: relative;
}

#overflow div#contenuOverflow .form-group #nouveauContact {
  position: absolute;
  right: 0;
  top: -5px;
}

#overflow div#contenuOverflow button {
  font-weight: bold;
  text-transform: uppercase;
  min-width: 200px;
  margin: 0 10px;
  border-radius: 0px;
  background: #efefef;
  color: #15141a;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
}

#overflow div#contenuOverflow button i {
  margin-right: 10px;
}

#overflow div#contenuOverflow button:hover {
  background: #d70029;
  border-color: #d70029;
  color: #fff;
}

#overflow.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filtresTop {
  display: inline-block;
  width: 100%;
}

.filtresTop .newItem {
  float: right;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 25px;
}

.flexBox .blocGauche {
  width: 25%;
  min-width: 200px;
}

.flexBox .blocDroite .bien {
  background-color: #fff;
  margin-top: 25px;
  color: #15141a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(21, 20, 26, 0.15);
          box-shadow: 0px 0px 15px -3px rgba(21, 20, 26, 0.15);
}

.flexBox .blocDroite .bien figure {
  float: left;
  width: 40%;
}

.flexBox .blocDroite .bien figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.flexBox .blocDroite .bien .contenuBien {
  float: left;
  width: 60%;
  padding: 15px;
}

.flexBox .blocDroite .bien .contenuBien .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexBox .blocDroite .bien .contenuBien .row:nth-child(1) {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}

.flexBox .blocDroite .bien .contenuBien .row:nth-child(1) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexBox .blocDroite .bien .contenuBien .row:nth-child(1) div:nth-child(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexBox .blocDroite .bien .contenuBien .row:nth-child(1) div span.prix {
  font-size: 25px;
}

.flexBox .blocDroite .bien .contenuBien .row:nth-child(1) h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.flexBox .blocDroite .bien .contenuBien .row:nth-child(1) .location {
  font-style: italic;
}

.flexBox .blocDroite .bien .contenuBien .row:nth-child(3) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 25px;
}

.flexBox .blocDroite .bien .contenuBien .row:nth-child(3) .bt1 {
  text-transform: uppercase;
  padding: 5px 25px;
}

.flexBox .blocDroite .bien .contenuBien .descriptif {
  margin-top: 10px;
}

.ui-accordion-header {
  border-left: 5px solid #a0001f;
  background-color: #d70029;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 5px;
  font-weight: 300;
  cursor: pointer;
  margin: 0;
}

.ui-accordion-header::after {
  content: '\f067';
  font-family: "FontAwesome";
  float: right;
}

.ui-accordion-header.ui-state-active::after {
  content: '\f068';
}

.ui-accordion-header.ui-accordion-header-collapsed {
  margin-bottom: 25px;
}

.ui-accordion-content {
  background: #fff;
  padding: 15px 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(21, 20, 26, 0.15);
          box-shadow: 0px 0px 15px -3px rgba(21, 20, 26, 0.15);
}

.iconFirst::before {
  font-family: "FontAwesome";
  font-style: normal;
  margin-right: 10px;
  float: left;
}

.iconFirst.location::before {
  content: "\f3c5";
}

.iconFirst.surface::before {
  content: "\f31e";
}

.iconFirst.prix::before {
  content: "\f02b";
}

.iconFirst.ref::before {
  content: "\f0b1";
}

.iconFirst.date::before {
  content: "\f073";
}

.listeFiltres .ui-accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listeFiltres .inptCheckbox input {
  display: none;
}

.listeFiltres .inptCheckbox label {
  border-radius: 50px;
  background: #efefef;
  color: #15141a;
  border: 1px solid #15141a;
  cursor: pointer;
  padding: 5px 7px;
  margin: 5px;
  display: block;
  font-size: 14px;
}

.listeFiltres .inptCheckbox input:checked + label {
  background: #d70029;
  color: #fff;
  border-color: #d70029;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

table.datatable tr td:last-child {
  text-align: right;
}

table.datatable tr:hover {
  background: #f2f2f2;
}

table.datatable a {
  border-radius: 50px;
  padding: 5px 15px;
  background: #efefef;
  color: #15141a;
  border: 1px solid #c2c2c2;
}

table.datatable a:hover {
  background: #d70029;
  border-color: #d70029;
  color: #fff;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 666;
}

#loader img {
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
}

#loader div#loadingBar {
  display: none;
}

#loader.isProgress div#loadingBar {
  display: block;
  height: 25px;
  width: 50%;
  background: #f2f2f2;
  margin-top: 100px;
}

#loader.isProgress div#loadingBar div#progress {
  display: block;
  height: 100%;
  width: 0%;
  background: #d70029;
}

a.togglePanel {
  display: none;
}

.file-upload {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.file-upload .file-upload-btn {
  font-weight: bold;
  text-transform: uppercase;
  min-width: 200px;
  margin: 0 10px;
  border-radius: 0px;
  background: #efefef;
  color: #15141a;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  width: 100%;
  margin: 0;
}

.file-upload .file-upload-btn i {
  margin-right: 10px;
}

.file-upload .file-upload-btn:hover {
  background: #d70029;
  border-color: #d70029;
  color: #fff;
}

.file-upload .file-upload-content {
  display: none;
  text-align: center;
}

.file-upload .image-upload-wrap {
  margin-top: 20px;
  border: 2px dashed #d70029;
  position: relative;
}

.file-upload .image-upload-wrap .file-upload-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.file-upload .image-dropping,
.file-upload .image-upload-wrap:hover {
  background-color: #d70029;
}

.file-upload .image-dropping h3,
.file-upload .image-upload-wrap:hover h3 {
  color: #fff;
}

.file-upload .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #15141a;
}

.file-upload .drag-text {
  text-align: center;
}

.file-upload .drag-text h3 {
  color: #d70029;
  margin: 0;
  text-transform: uppercase;
  padding: 50px 0;
}

.file-upload .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.file-upload .docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.file-upload .docs .uploadedImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 15px;
}

.file-upload .docs p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.file-upload .docs p img {
  margin-right: 25px;
}

@media (max-width: 1100px) {
  #details ul#menuPanels {
    right: 0;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(21, 20, 26, 0.15);
            box-shadow: 0px 0px 15px -3px rgba(21, 20, 26, 0.15);
    z-index: 5;
    top: 100px;
  }
  #details ul#menuPanels:not(.active) li {
    display: none;
  }
  #details ul#menuPanels a.togglePanel {
    display: block;
  }
  #details ul#menuPanels a.togglePanel:visited, #details ul#menuPanels a.togglePanel:link {
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 50px;
    background: #d70029;
    color: #fff;
    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;
    cursor: pointer;
  }
  #details ul#menuPanels a.togglePanel i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #details ul#menuPanels.active a.togglePanel i {
    -webkit-transform: inherit;
            transform: inherit;
  }
  #details #documents .photos figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #details #documents ul.docs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
