.preloader {
    background-image: url(../img/logo-pige-online-mobile.svg);
	background-size: 300px;
}

.inputTypeCheckbox, .inputTransacCheckbox {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.inputTypeCheckbox, .inputTransacCheckbox {
    position: relative;
    display: block;
    height: 30px;
    width: 100%;
    line-height: 20px;
    padding: 5px 10px;
        padding-left: 10px;
    padding-left: 40px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.inputType, .inputTransac, .inputTypeCompeltion {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 13px;
    color: #777777;
    line-height: 26px;
    font-weight: 400;
    padding: 10px 30px 10px 25px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.inputTypeCheckbox::before, .inputTransacCheckbox::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: #ffffff;
    content: "";
    border: 1px solid #777777;
    border-radius: 50px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.inputTypeCheckbox::after, .inputTransacCheckbox::after {
    position: absolute;
    content: '\f17b';
    left: 8px;
    top: 0;
    height: 30px;
    line-height: 30px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    background: transparent;
    font-family: LineAwesome;
    text-align: center;
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}
.inputType, .inputTransac, .inputTypeCompletion {
    display: none;
}
.check-box input[type="checkbox"]:checked + label::before {
    border-color: #2577ff;
    background: #2577ff;
}
.check-box input[type="checkbox"]:checked + label::after {
    max-width: 20px;
    opacity: 1;
}
.property-submit-form .form-groupX {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.search-info {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
	font-family: "Raleway", sans-serif;
}
.upper {
	text-transform: uppercase;
}

/* page compte */
.bg-dark {

    background-color: #222222;
	color: #fff;
}
.bg-dark h2 {
	color: #fff;
}
.thumb-box {
	height: 60px;
    width: 60px !important;
	border: 5px solid #797979;
	border-radius: 30px;
	background-color: #fff;
}
#dashboard .review-area .review-box {
    padding-left: 80px;
    padding-top: 10px;
}
#dashboard .flat-rounded, #stats .flat-rounded, #alertes .flat-rounded, #collaborateurs .flat-rounded, #abonnement .flat-rounded, #agenda .flat-rounded {
	margin: 9px 10px;
}
#alertes .thumb-box, #agenda .thumb-box {
	background-color: #000;
}
.flat-rounded [class^="flaticon-"]:before, .flat-rounded [class*=" flaticon-"]:before, .flat-rounded [class^="flaticon-"]:after, .flat-rounded [class*=" flaticon-"]:after {

font-size: 30px;

}
.flat-rounded i {
	color: #000;
}
.flat-rounded i.far {
	font-size: 31px;
}
.review-area .name {
	color: #fff !important;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
.rating a {
    font-size: 11px;
    color: #fff;
}
#dashboard .text {
	font-size: 11px;
	color: #fff;
}
#dashboard .text span.number, #abonnement .text span.number {
    display: block;
    font-size: 35px;
    line-height: 35px;
    padding-top: 15px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
}
#dashboard .text span.desc, #abonnement .text span.desc {
	line-height: 13px;
	display: block;
	padding-right: 5px;
}
#dashboard .review-box .col {
	padding: 0;
}
.area-left:hover .thumb-box{
	background-color: #03c1ff !important;
	border: 5px solid #156179;
} 
.thumbBlue {
	background-color: #03c1ff !important;
	border: 5px solid #156179;
}
.area-left:hover .flat-rounded i {
	color: #fff;
}
.area-left:hover span.blue { 
	color: #03c1ff !important;
}
.area-right:hover .thumb-box{
	background-color: #f0c101;
	border: 5px solid #725f13;
} 
.area-right:hover .flat-rounded i {
	color: #fff;
}
.area-right:hover span.yellow { 
	color: #f0c101 !important;
}
a.yellow:hover {
	color: #f0c101 !important;
}
.number-alerte {
    float: left;
    height: 50px;
    padding: 5px 10px;
	font-size: 40px;
	font-weight: bold;
}
.row-alertes .desc {
    font-size: 14px;
    font-weight: bold;
	padding-top: 13px;
}
.row-alertes .desc:after {
   font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   position: absolute;
	right: 0;
	font-size: 16px;
	top: 14px;
}
.desc-alerte {
	line-height: 15px;
	top: 4px;
	position: relative;
	display: block;
}
a.link-alerte {
	color:#fff;
}
a.link-alerte:hover {
	color:#03c1ff;
}
.col-events .event {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	display: block;
}
.col-events a, .col-abo a {
	color:#fff;
}
.col-events a:hover, .col-abo a:hover {
	color:#f0c101;
}


#cps .flat-rounded, #infos .flat-rounded {
    margin: 9px 10px;
}
#cps .review-area .review-box, #infos .review-area .review-box, #collaborateurs .review-area .review-box, #abonnement .review-area .review-box {
    position: absolute;
	left: 20px;
	top: -12px;
}
#cps .thumb-box, #infos .thumb-box, #stats .thumb-box, #collaborateurs .thumb-box, #abonnement .thumb-box {
    background-color: #000;
}
#cps .flat-rounded i, #infos .flat-rounded i, #stats .flat-rounded i, #collaborateurs .flat-rounded i, #abonnement .flat-rounded i {
    color: #797979;
}
.cp-title {
	display: block;
	color: #fff !important;
	background-color: #000;
	font-weight: bold;
	padding: 5px 15px;
	position: relative;
	margin-left: 80px;

}
.bg-blue {
	background-color: #2577ff !important;
}
.border-blue {
	border-color: #9ae6fe;
}
.cpInput {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 13px;
    color: #000;
    line-height: 26px;
    font-weight: bold;
    padding: 10px 30px 10px 25px;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.inputBlue {
	background: #03c1ff;
    border: 1px solid #03c1ff;
	color: #fff;
	border-radius: 0;
}
.bg-white {
	background: #fff;
}

.btn-reversed {
	background-color:#222222;
}
.btn-reversed:hover {
	background-color: #2577ff !important;
-webkit-box-shadow: rgba(0, 192, 255, 0) 0 0px 0px 0px inset !important;
-moz-box-shadow: rgba(0, 192, 255, 0) 0 0px 0px 0px inset !important;
-ms-box-shadow: rgba(0, 192, 255, 0) 0 0px 0px 0px inset !important;
-o-box-shadow: rgba(0, 192, 255, 0) 0 0px 0px 0px inset !important;
box-shadow: rgba(0, 192, 255, 0) 0 0px 0px 0px inset !important;
}
.ml-0 {
	margin-left: 0;
}
.mt-15 {
	margin-top: 15px;
}
.mt5 {
	margin-top: 5px;
}
.pdl-10 {
	padding-left: 10px;
}
.w100 {
	width: 100%;
}
.row-grey {
	background-color: #f0f0f0;
	color: #000;
}
#stats span.number {
    display: block;
    font-size: 35px;
    line-height: 35px;
    padding-top: 15px;
	padding-bottom: 10px;
	color: #000;
	font-weight: bold;
}
#stats span.number:hover {
	color: #2577ff !important;
}
.numberBlue {
	color: #2577ff !important;
}

.highcharts-container {
	max-width:100%;
}
.alertes-tab {
    display: inline-block;
    padding: 0px 10px 0 10px;
    top: -4px;
    position: relative;
}
.faq-tabs .tab-btns .tab-btn::after {
    content: '';
}
#alertes .active-btn, #agenda .active-btn {
	background-color: transparent !important;
}
#alertes .active-btn span, #agenda .active-btn span {
	color: #2577ff !important;
}
#alertes .active-btn .thumb-box, #agenda .active-btn .thumb-box {
	background-color: #2577ff !important;
	border-color: #9ae6fe !important;
}
#alertes .tab-btn:hover .thumb-box, #agenda .tab-btn:hover .thumb-box {
	background-color: #2577ff !important;
	border-color: #9ae6fe !important;
}
#alertes .tab-btn:hover span, #agenda .tab-btn:hover span {
	color: #2577ff !important;
}
thead {
background-color: #ddd;	
color: #000;
}

.addCollab .cp-title {
	background-color: #2577ff;
}
#collaborateurs .addCollab .thumb-box, #abonnement .addCollab .thumb-box {
    background-color: #2577ff;
	border: 5px solid #156179;
}

.custom-menu {
    background: #ffffff;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
box-shadow: 0 0 15px rgba(0,0,0,0.10);
-webkit-transition: top 300ms ease;
-moz-transition: top 300ms ease;
-ms-transition: top 300ms ease;
-o-transition: top 300ms ease;
transition: top 300ms ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.custom-menu li {
    margin-left: 20px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}
.custom-menu li > a {
    padding: 20px 0px !important;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.custom-menu li.current > a, .custom-menu li:hover > a {
	color: #2577ff;
}

.custom-menu li > .dropdown-menu {
    min-width: 200px;
	width: auto;
	padding: 0px 0px;
	z-index: 100;
	background: rgba(47,46,50,.90);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 1;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	border-radius: 0;
	top: 100%;
}
.custom-menu li > .dropdown-menu a {
    color: #fff;
	position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.custom-menu li > .dropdown-menu a:hover {
    border-left: 4px solid #2577ff;
        border-left-color: rgb(0, 192, 255);
    background: #222222;
	margin-left: -4px;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  /*display: block;*/
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

@media (min-width:992px){
	#navbarSupportedContent {
		float: right;
	}
}
@media (max-width:991px){
	.custom-menu li {
		border-bottom: 1px solid #efefef;
	}
	.hideOnTablet {
		display:none;
	}
}

.main-footer {
    padding: 20px 0 0;
}
@media only screen and (max-width: 599px){
	.sec-title, #about-property .about-property {
		margin-top: 30px;
	}
	
}
@media only screen and (max-width: 992px){
	.rowButtonsAnnonce .col-lg-6 {
		padding:0 !important;
	}
}
@media (max-width: 767px) {

	.about-property h2 {
		margin-top: 20px;
	}
}