@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,400i,600,700,800');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lcbxk');
  src:  url('../fonts/icomoon.eot?lcbxk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lcbxk') format('truetype'),
    url('../fonts/icomoon.woff?lcbxk') format('woff'),
    url('../fonts/icomoon.svg?lcbxk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ic-"], [class*=" ic-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-agenda:before {
  content: "\e900";
}

.ic-coins:before {
  content: "\e901";
}

.ic-conciergerie:before {
  content: "\e902";
}

.ic-copy:before {
  content: "\e903";
}

.ic-edit:before {
  content: "\e904";
}

.ic-home:before {
  content: "\e905";
}

.ic-note:before {
  content: "\e906";
}

.ic-paper-plane:before {
  content: "\e907";
}

.ic-photo-camera:before {
  content: "\e908";
}

.ic-profile:before {
  content: "\e909";
}

.ic-share:before {
  content: "\e90a;
}

.ic-speech:before {
  content: "\e90b";
}

* {
  font-family: 'Muli', sans-serif;
  scroll-behavior: smooth;
}

*:focus {
    outline: none !important;
}

body {
  background-color: #F6F7F7;
  overflow-x: hidden;
}

a, a:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .nav-item {
    width: 100%;
    margin: 8px 25px 8px 25px !important;
  }

  .col-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta {
    width: 75%;
    float: none !important;
    margin: 8px 25px 8px 25px !important;
  }
}

.cta {
  float: left;
}

.pointer {
  cursor: pointer;
}

.mandatory {
  margin-top: 20px;
}

.nav-item {
  margin-left: 30px;
  margin-top: 20px;
  font-size: 24px;
  color: #32363C;
  cursor: pointer;
  border-radius: 33px;
  transition: background-color .8s;
}

.nav-item:hover {
  border-radius: 33px;
  background-color: #e2e2e2;
  transition: background-color .8s;
}

.nav-item > .active {
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 33px;
  background-color: #32363C;
  color: white !important;
  transition: background-color .8s;
}

.dropdown-menu > .dropdown-item:active {
  background-color: #189F9D;
  color: white !important;
}

.home-ic {
  margin-top: 10px;
  max-height: 70px;
}

#search {
  border: 0;
  background-color: transparent;
  height: 60px;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  margin-top: 20px;
}

.new-bien {
  font-size: 24px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 33px;
  color: white !important;
  padding: 12px 35px 12px 35px;
  background-color: #189F9D;
}

.btn-notification {
  background-color:transparent;
  padding: 5px;
}

.btn-notification:focus {
  outline:none;
  box-shadow: none;
}

.badge-notification {
  margin-left:-25px;
  margin-top: 25px;
}

.profilpic {
  cursor: pointer;
  margin-top: 10px;
  max-height: 70px;
  border-radius: 100%;
}

.cursor {
  cursor: pointer;
}

.fs110 {
  font-size: 110px;
}

.text-mydomus {
  color: #189F9D;
}

.text-title-box {
  font-size: 40px;
  font-weight: 700;
  color: #484848;
}

.text-date-box {
  font-size: 25px;
  font-weight: 500;
  color: #484848;
}

.mtitle {
  font-size: 25px;
  font-weight: 700;
  color: #484848;
}

.msubtitle {
  margin-left: 100px;
  margin-top: -25px;
  margin-bottom: 5px
}

.user-item {
  cursor: pointer;
  padding: 8px;
  border: 3px solid #fff;
  border-radius: 15px;
}

.user-item:hover {
  border: 3px solid #D3D3D3;
}

.user-item-selected {
  cursor: pointer;
  padding: 8px;
  border: 3px solid #189F9D;
  border-radius: 15px;
}

.user-item-selected:hover {
  border: 3px solid #189F9D;
}

.user-item-img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.occupant-add-ic {
  margin-left: 25px;
  height: 80px;
  width: 80px;
  margin-top: 10px;
  border-radius: 100%;
  border: 3px solid #189F9D;
}

.occupant-add-ic > center > span {
  font-size: 60px;
  color: #189F9D;
  line-height: 65px;
}

.mtitle-add {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 700;
  color: #484848;
}

.user-add-item {
  cursor: pointer;
}

.user-add-item:hover > .occupant-add-ic {
  background-color: #189F9D;
  border: 3px solid #189F9D;
}

.user-add-item:hover > .occupant-add-ic > center > span {
  color: white;
}

.add-occupant, .add-document {
  color: #189F9D;
  font-size: 22px;
}

.add-occupant:hover, .add-document:hover {
  color: #189F9D;
}

.orange-mydomus {
  color: #F19225;
}

.orange-mydomus:hover {
  color: #e38212;
}

.btn1 {
  padding: 10px;
  background-color: transparent;
  height: 60px;
  font-size: 22px;
  line-height: 35px;
  border-radius: 33px;
  border: 2px solid #C6C6C6;
  color: #F7941C;
  margin-top: 30px;
}

.btn2 {
  color: white;
  padding: 10px;
  background-color: #F7941C;
  border: 2px solid #F7941C;
  height: 60px;
  font-size: 22px;
  line-height: 35px;
  border-radius: 33px;
  margin-top: 30px;
}

.btn3 {
  color: white !important;
  padding: 30px;
  background-color: #189F9D;
  border: 2px solid #189F9D;
  height: 60px;
  font-size: 22px;
  line-height: 1px;
  border-radius: 33px;
  margin-top: 30px;
}

.btn4 {
  color: #189F9D;
  background-color: white;
  padding: 30px;
  border: 2px solid #189F9D;
  height: 60px;
  font-size: 22px;
  line-height: 1px;
  border-radius: 33px;
  margin-top: 30px;
}

.btn5 {
  color: #F7941C;
  background-color: transparent;
  padding: 30px;
  border: 2px solid #F7941C;
  height: 60px;
  font-size: 22px;
  line-height: 1px;
  border-radius: 33px;
  margin-top: 30px;
}

.btn1:hover {
  color: white;
  background-color: #F7941C;
  border: 2px solid #F7941C;
}

.btn2:hover {
  color: #F7941C;
  background-color: white;
}

.btn3:hover {
  color: #189F9D !important;
  background-color: white;
}

.btn4:hover {
  color: white;
  background-color: #189F9D;
}

.btn5:hover {
  color: white;
  background-color: #F7941C;
}

.btnic > i {
  margin-top: -40px;
}

.rating > i {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}

.profil-menu > a > i {
  font-size: 23px;
  line-height: 50px;
}

.profil-menu > a > span {
  margin-left: 12px;
  font-weight: 600;
  font-size: 20px;
}

.txt-input {
  max-width: 350px;
  height: 65px;
  border-radius: 15px;
}

.txt-input > input {
  border: 1px solid #189F9D;
  border-radius: 15px;
  height: inherit;
}

.txt-input > span {
  cursor: pointer;
  background-color: #189F9D;
  font-weight: 900;
  height: inherit;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  color: white;
  border-radius: 0px 13px 13px 0px;
}

.badge-tag {
  display: inline-block;
  background-color: #189F9D;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  margin: 2px;
}

.underline-title {
  margin-top: 35px;
  color: #484848;
  font-weight: 600;
  font-size: 45px;
}

.underline-title > span {
  border-bottom: 6px solid #189F9D;
}

.stars {
  font-size: 1.4rem !important;
}

.stars > div > label {
  font-size: 24px;
}

.poster {
  height: 300px !important;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.card {
  margin-top: 50px;
  border-radius: 20px;
  border: 0;
  color: #484848;
  z-index: 0;
}

.card-body > span {
  color: #189F9D;
  font-weight: 600;
  font-size: 22px;
}

.card-body > .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #484848;
}

.card-body > .card-text {
  font-size: 18px;
  font-weight: 500;
  color: #484848;
}

.blue-bar {
  background-color: #189F9D;
  height: 10px;
  border-radius: 0px 0px 20px 20px;
}

.line {
  border-top: 1px solid #000;
}

.select-add-option {
    background-color: transparent;
    border: 0;
    width: 100%;
}

.select-add-option-btn {
  cursor: pointer;
  background-color: #F6F7F7;
  padding:15px 16px 15px 16px;
  border-radius: 100%;
}

.select-add-option-btn:hover {
  background-color: #189F9D;
  color: white;
}

.mapicon.selected {
  border: 2px solid red;
}

.back {
  background-color: #F6F7F7;
  padding: 10px;
  border-radius: 33px;
  margin-left: 10px;
  color: #484848;
  font-size: 19px;
}

.back:hover {
  background-color: #189F9D;
  padding: 10px;
  border-radius: 33px;
  color: white;
}

button:disabled, button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

.dropArea {
  margin-top: 15px;
  display: inline-block;
  color: rgb(177, 177, 177);
  border: dashed rgb(207, 207, 207);
  height: 450px;
  width: 100%;
  vertical-align: middle;
  overflow-y: scroll;
}

.dropArea > i > span {
  font-weight: bolder;
  font-size: 2.5em;
}

.table-upload img {
  max-width: 120px;
  max-height: 120px;
}

.table-upload td {
  line-height: 100px;
}

.table-upload .progress {
  margin-top: 40px;
}

.delete-ic {
  padding: 10px 11px 10px 11px;
}

.delete-ic:hover {
  color: white;
  cursor: pointer;
  background-color: red;
  border-radius: 100%;
}

.rotate-ic {
  padding: 12px 10px 12px 10px;
}

.rotate-ic:hover {
  color: white;
  cursor: pointer;
  background-color: #189F9D;
  border-radius: 100%;
}

.divider-or-sign {
  width: 100%;
  height: 18px;
  border-bottom: 1px solid #838383;
  text-align: center;
  margin-top: 15px;
}

.divider-or-sign-span {
  font-size: 18px;
  background-color: white;
  padding: 0 16px;
  color: #838383;
  font-family: 'Muli', sans-serif;
  font-weight: 200;
}

.signature-pad {
  border: solid 1px #484848;
  border-radius: 33px;
}

.sign-select {
  border: solid 2px #D3D3D3;
  cursor: pointer;
  border-radius: 10px;
}

.sign-selected {
  border: solid 3px #189F9D;
  cursor: pointer;
  border-radius: 10px;
}

.drop-upload {
  height: 330px;
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  border: 2px dashed #D3D3D3;
  background-color: #f7f7f7;
  cursor: pointer;
}

.drop-upload-selected {
  height: 330px;
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
}

.drop-upload .fa-image {
  font-size: 60px;
  color: #D3D3D3;
  padding-top: 125px;
}

.drop-upload-selected > a > img {
  display: block;
  height: 330px;
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: -30px;
}

.drop-upload-selected > i {
  position: relative;
  padding: 6px;
  font-size: 20px;
  color: #fff;
  top: 10px;
  margin-left: calc(100% - 50px);
  background-color: #dc3545;
  border-radius: 3px;
  cursor: pointer;
}

/*
***
***   MODAL
***
*/

.modal-header {
  background-color: #189F9D;
  border-radius: 14px 14px 0px 0px;
  color: white;
}

.modal-header > button {
  color: white;
}

.modal-content {
  border-radius: 15px;
  border: 0;
}

/*
***
***   LOAD SPINNER
***
*/

.lds-dual-ring {
  display: inline-block;
  width: 128px;
  height:128px;
  margin-top: 70px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #189F9D;
  border-color: #189F9D transparent #189F9D transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cursor-not-allowed {
  cursor: not-allowed!important;
}

@media all and (min-width: 992px) {
  .rappel-table {
    height: 500px;
    position: relative;
    overflow: auto;
    display: block;
  }
}

.form-group > label.caf_owner_name {
  font-size: 18px;
}

.pulse {
  overflow: visible;
  position: relative;
}
.pulse:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

#tuto.visible {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 94px;
  background-color: white;
  display: block!important;
  border-top: 1px black solid;
}

#tuto.visible .btn {
  margin-top: 15px;
}

@media (max-width: 768px) {
  #tuto.visible {
    height: 220px;
  }
}

@media (max-width: 400px) {
  #tuto.visible .btn {
    font-size: 14px;
  }
}

.tuto-pr {
  padding-right: 80px;
}

.tuto-pl {
  padding-left: 70px;
}

.pulse-orange {
  overflow: visible;
  position: relative;
}

.pulse-orange:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F7941C;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

.no-credit {
  font-size: max(min(3.1vw, 40px), 20px);
}

.text-title-box {
  font-size: 30px;
  font-weight: 700;
  color: #484848;
}

.text-date-box {
  font-size: 25px;
  font-weight: 500;
  color: #484848;
}
