body {
	font-family: 'Poppins', sans-serif;
}
.navbar-collapse {
  flex-grow: 2;
}
.navbar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.fa-location-dot:before {
	content: ' ';
	background-image: url('/img/location-dot-solid.svg');
	height: 23px;
	width: 18px;
	display: block;
}
.fa-location-dot {
	color: #000;
}

.card-bien li {
  list-style: none;
}

.col-travaux-header a {

    display: block;
    padding: 0;
    color: #191b56;
    text-decoration: none;
	background-color: #d6d9ff;
	border: 1px solid #3c3e64;
	font-weight: bold;
}
.col-travaux-header a.active {
	background-color: #101250;
	color: #d6d9ff;
}
.row-travaux {
	border: 1px solid #707070;
}
.travaux {
  margin-left: 100px !important;
  margin-top: 0px;
  position: relative;
}
.artisans {
  margin-left: 100px !important;
  margin-top: 0px;
  position: relative;
}
.travaux-1:before {
	content: ' ';
	background-image: url('/img/domaine-1.png');
	height: 40px;
	width: 41px;
	display: block;
	margin-right: 0;
	position: absolute;
	border: 0px solid red;
	background-repeat: no-repeat;
	left: -35px;
	z-index: 19;
	top: 18px;
}
.travaux-11:before {
	content: ' ';
	background-image: url('/img/domaine-11.png');
	height: 40px;
	width: 41px;
	display: block;
	margin-right: 0;
	position: absolute;
	border: 0px solid red;
	background-repeat: no-repeat;
	left: -35px;
	z-index: 19;
	top: 18px;
}
.artisan-1:before {
	content: ' ';
	background-image: url('/img/artisan-domaine-1.png');
	height: 40px;
	width: 41px;
	display: block;
	margin-right: 0;
	position: absolute;
	border: 0px solid red;
	background-repeat: no-repeat;
	left: -35px;
	z-index: 19;
	top: 18px;
}

.artisan_note .fa {
	color: #fbe200;
}
.select2-container--open {
    z-index: 9999999
}
.select2-container {
	width: 100% !important;
	max-width: 100%;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  color: #444;
  border: 1px solid #a4a4a4 !important;
  box-shadow: none;
  border-radius: 0 !important;
}
.select2-container .select2-selection--single {
  height: 43px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #646464 !important;
  color: white;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #a4a4a4 !important;
    border-top-color: rgb(101, 18, 174);
    border-top-style: solid;
    border-top-width: 1px;
  background: #f4f7fe;
  box-shadow: none;
  border-radius: 0px !important;
}
.modal-content {
  border-radius: 0;
}
.modal-body {
  padding: 2rem;
}
.input-ogp {
  border-top: 0px;
  border-radius: 0;
  border-right: 0px;
  border-left: 0px;
  padding: 10px 20px;
  max-width: 100%;
}

.colorinput {
	margin: 0;
	position: relative;
	cursor: pointer;
}
.colorinput-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.colorinput-color {
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 3px;
	border:1px solid  #eaf2f9;
	color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.colorinput-color:before {
	content: '';
	opacity: 0;
	position: absolute;
	top: .25rem;
	left: .25rem;
	height: 1.25rem;
	width: 1.25rem;
	transition: .3s opacity;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}
.colorinput-input:checked~.colorinput-color:before {
	opacity: 1;
}
.colorinput-input:focus~.colorinput-color {
	border-color: #467fcf;
	box-shadow: 0 0 0 2px rgba(242,242,242, 0.25);
}
.bg-grey {
	background-color: #646464;
}
.bg-grey2 {
	background-color: #F9F8F8;
}
.checkbox-label {
  display: inline-block;
  top: -7px;
  position: relative;
  margin-left: 5px;
  color: #646464;
  font-size: 14px;
}
.modal-header h5 {
	width: 100%;
	font-size: 30px;
}
.textarea-ogp {
  min-height: 200px;
  background-color: #f9f8f8;
}

.modal-content h6 {
	font-size: 20px;
	letter-spacing: 0px;
	color: #231F20;
}

.btn-modal {
	color: #fff;
	background-color: #73010E;
	border-radius: 5px;
	font-size: 16px;
	border: 0;
	padding: 10px 25px;
	font-weight: bold;
	border: 1px solid #73010E;
	max-width: 400px;
	display: block;
	margin: 0 auto;
}
.btn-modal:hover {
	color: #73010E;
	background-color: #fff;
	border: 1px solid #73010E;
}
.modal-footer {
  justify-content: center;
}
.swal2-styled.swal2-confirm {
	background-color: #73010E !important;
	border: 0;
}
.rating-stars {
  text-align: left;
}
.rating-stars .rating-stars-container .rating-star {
  display: inline-block;
  font-size: 32px;
  color: #eee;
  cursor: pointer;
  padding: 5px 10px;
}
.rating-stars .rating-stars-container .rating-star.is--active, .rating-stars .rating-stars-container .rating-star.is--hover {
  color: #f1c40f;
}
.rating-star:hover {
	color: #f1c40f;
}
#newArtisan .select2 {
	margin-top: 1.5rem !important;
}
.col-travaux-header {
	line-height: 50px;
}
#tab7 {
	background: #F9F9F8;
	margin-left: -12px;
	margin-right: -12px;
}
.tabs-menu1 {
	padding-left: 12px;
	padding-right: 12px;
}
.panel-body {
	padding-left: 12px;
	padding-right: 12px;
}
.input-border {
  border: 1px solid #ced4da !important;
}
.fc-1 {
	color: #231F20;
}
.fc-2 {
	color: #7E010F;
}
.h1-contact {
    font-size: 25px;
    font-weight: bold;
}
.irs-single {
  font-size: 12px !important;
	line-height: 1.333 !important;
	text-shadow: none !important;
	top: 0;
	padding: 1px 5px !important;
	background: #eee !important;
	border-radius: 3px !important;
	color: #212529 !important;
}
.irs-bar {
  border-top: 1px solid #646464 !important;
  background: #646464 !important;
}
.irs-bar-edge {
  border: 1px solid #646464 !important;
    border-right-color: #646464 !important;
    border-right-style: solid;
    border-right-width: 1px;
  background: #646464 !important;
}
#search .irs {
  margin-top: 22px;
}
.border-bottom-1 {
	border-bottom: 1px solid #ddd;
	margin: 0 15px;
}
.bg-ogp {
	background-image: url('../img/bg.png');
	background-size: cover;
	padding-top: 16rem !important;
padding-bottom: 15rem !important;
background-repeat: no-repeat;
}
h1.display-60 {
	font-size: 60px;
	
}
header p.lead {
	letter-spacing: 0px;
color: #FFFFFF !important;
font-size: 31px;
}
.btn-home {
	letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-size: 20px;
background: #7E010F 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 30px;
border: 0;
padding: 15px 40px;
font-weight: bold;
}

.btn-home:hover {
	color: #7E010F;
	background: #fff;
}
.intro {
	background: #F9F9F8;
}
.intro h2 {
	color: #231F20;
	font-size: 50px;
	font-weight: bold;
}
.intro p {
	color: #231F20;
	font-size: 30px;
}

.bg-dark {
	background: #231F20;
}
footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navbar-nav a {
	color: #231F20 !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 52px;
}
.icn-user {
	color: #7E010F;
	box-shadow: 0px 3px 13px #00000054;
	margin-left: 30px;
padding: 15px 20px 17px;
border-radius: 50%;
}
.card-bien {
	box-shadow: 0px 3px 6px #00000029;
border-radius: 5px;
}
.card-bien .btn-secondary {
	color: #457B50;
	background: #BFE9C7 0% 0% no-repeat padding-box;
border-radius: 8px;
}
.col-pagination a, .travaux-pagination a, .artisans a {
	text-decoration: none;
	color: #231F20;
}
.row-quittance .btn-secondary, .row-travaux .btn-secondary, #results .btn-secondary {
	background: #FFC898;
border: 1px solid #944603;
border-radius: 5px;
color: #562902;
font-weight: bold;
padding: 12px 30px;
}
.row-quittance .btn-primary {
background: #D6D9FF;
border: 2px solid #101250;
border-radius: 11px;
color: #231F20;
font-weight: bold;
padding: 12px 30px;
}
#allPaid, #newTravaux, #newArtisans {
	background: #101250;
border: 2px solid #D6D9FF;
border-radius: 11px;
color: #D6D9FF;
font-weight: bold;
padding: 12px 30px;
}
.tarif {
	color: #457B50;
	font-weight: bold;
	font-size: 18px;
}
.row-travaux h3 {
  font-size: 1.50rem;
  margin-bottom: 0;
}
.artisans span.tarif {
	color: #231F20;
	font-size: 20px;
}
.fa-rounded {
  border: 4px solid #101250;
  background: #D6D9FF;
  padding: 6px 6px 6px 8px;
  border-radius: 50%;
  position: relative;
top: 7px;
}
.addLocataire a {
	color: #231F20;
	font-weight: bold;
	text-decoration: none;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #a4a4a4 !important;
  border-radius: 0 !important;
  cursor: text;
}
.fs-14 {
	font-size: 14px;
}
.select2-container .select2-selection--single {
  height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}
.rentabilité {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #73010E;
  /* border-radius: 50%; */
  padding: 10px;
  background: #fff;
}