/* Reset */
/* orange : #f0852b */
/* Rose : #e14074 */
html{
	font-size: 100%;
	height:100%;
}

body { 
  color: #7a7a7a; 
  font-family:'Poppins',Roboto, Arial, sans-serif;
  font-size: 14px;
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 1.5;
  font-style: normal;	
  font-weight: normal;
  background: #dfdfdf;
}

/* Typography */
h1, h2, h3, h4, h5, h6{
	margin:10px 0;
}
h1{
	line-height:43px
}
h2{
	line-height:35px
}
h3{
	line-height:30px
}
h4{
	line-height:22px
}
h5{
    
}
h6{
    
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color:#505458
}
strong{
    font-weight: bold;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  color: #0d638f;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s  !important;
}

a,a:focus, a:hover, a:active {
  outline: 0;
  text-decoration:none;
}
ol, ul {
    list-style: none;
}
.normal{ 
	font-weight:normal;
}

.semi-bold{ 
	font-weight:600;
}

.bold{ 
	font-weight:900;
}

.all-caps{
	text-transform:uppercase;
}
.light{
	font-weight:300 !important;
}

.small-text{
	font-size:12px !important;
}

.normal-text{
	font-size:13px !important;
}

.large-text{
	font-size:15px !important;
}

/* Font Colors */

.text-black {
  color: #1b1e24 !important;
}

.text-white {
  color: #fff !important;
}

.text-success{
	color:#0AA699 !important;
}
.text-info{
	color:#0090D9 !important;
}
.text-warning{
	color:#fbb05e !important;
}
.text-error{
	color:#F35958 !important;
}

.text-right{
	text-align:right !important;
}

.text-left{
	text-align:left !important;
}

.text-center{
	text-align:center !important;
}

.horizontal-line {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #eaeaea;
  /*border-bottom: 1px solid #FEFEFE;*/
}

/*** Fixes & Misc ***/

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.spacing-bottom{
	margin-bottom:30px;
}

.v-align-bottom{
	vertical-align: bottom;
}
.v-align-top{
	vertical-align: top;
}
.v-align-middle{
	vertical-align: middle;	
}

.padding-10{
	padding:10px;
}
.padding-20{
	padding:20px;
}
.padding-30{
  padding:30px;
}
.padding-40{
  padding:40px;
}
.padding-50{
  padding:50px;
}
.padding-60{
  padding:60px;
}
.padding-70{
  padding:70px;
}
.padding-80{
  padding:80px;
}
.padding-90{
  padding:90px;
}
.padding-100{
  padding:100px;
}
/** Padding top **/
.p-t-10{
	padding-top:10px;
}
.p-t-20{
	padding-top:20px;
}
.p-t-30{
	padding-top:30px;
}
.p-t-40{
	padding-top:40px;
}
.p-t-50{
	padding-top:50px;
}
.p-t-60{
	padding-top:60px;
}
/** Padding Bottom **/
.p-b-10{
	padding-bottom:10px;
}
.p-b-20{
	padding-bottom:20px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-40{
	padding-bottom:40px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-b-60{
	padding-bottom:60px;
}
/** Padding Left **/
.p-l-10{
	padding-left:10px;
}
.p-l-20{
	padding-left:20px;
}
.p-l-30{
	padding-left:30px;
}
.p-l-40{
	padding-left:40px;
}
.p-l-50{
	padding-left:50px;
}
.p-l-100{
	padding-left:100px;
}
/** Padding Right **/
.p-r-10{
	padding-right:10px;
}
.p-r-20{
	padding-right:20px;
}
.p-r-30{
	padding-right:30px;
}
.p-r-40{
	padding-right:40px;
}
.p-r-50{
	padding-right:50px;
}
.p-r-60{
	padding-right:60PX;
}

/** Margins **/
.margin-10{
	margin:10px;
}
.margin-20{
	margin:20px;
}
/** Margin top **/
.m-t-5{
	margin-top:5px;
}
.m-t-10{
	margin-top:10px;
}
.m-t-20{
	margin-top:20px;
}
.m-t-30{
	margin-top:30px;
}
.m-t-40{
	margin-top:40px;
}

/** Margin Bottom **/
.m-b-5{
	margin-bottom:5px;
}
.m-b-10{
	margin-bottom:10px !important;
}
.m-b-20{
	margin-bottom:20px;
}
.m-b-30{
	margin-bottom:30px;
}
.m-b-40{
	margin-bottom:40px!important;
}
.m-b-60{
  margin-bottom:60px;
}
.m-b-80{
  margin-bottom:80px;
}
.m-b-100{
  margin-bottom:100px;
}

/** Margin Left **/
.m-l-5{
	margin-left:5px;
}
.m-l-10{
	margin-left:10px;
}
.m-l-20{
	margin-left:20px;
}
.m-l-30{
	margin-left:30px;
}
.m-l-40{
	margin-left:40px;
}

/** Padding Right **/
.m-r-5{
	margin-right:5px;
}
.m-r-10{
	margin-right:10px;
}
.m-r-20{
	margin-right:20px;
}
.m-r-30{
	margin-right:30px;
}
.m-r-40{
	margin-right:40px;
}
.hide {
  display: none;
}
.inline{
	display:inline-block !important;
}

/* Overwrite Boot-strap span width without left margin, crude way but comes handy at times */
.no-margin-grid  > .row-fluid [class*="span"]{
    margin-left: 0;
}
.no-margin-grid > .row-fluid >.span12 {
    width: 99.99999999999999% ;
    *width: 99.93055555555554% ;
}
.no-margin-grid > .row-fluid > .span11 {
    width: 91.66666666666666% ;
    *width: 91.59722222222221% ;
}
.no-margin-grid > .row-fluid > .span10 {
    width: 83.33333333333331% ;
    *width: 83.26388888888887% ;
}
.no-margin-grid > .row-fluid > .span9 {
    width: 74.99999999999999% ;
    *width: 74.93055555555554% ;
}
.no-margin-grid > .row-fluid > .span8 {
    width: 66.66666666666666% ;
    *width: 66.59722222222221% ;
}
.no-margin-grid > .row-fluid > .span7 {
    width: 58.33333333333333% ;
    *width: 58.263888888888886% ;
}
.no-margin-grid > .row-fluid > .span6 {
    width: 49.99999999999999% ;
    *width: 49.93055555555555% ;
}
.no-margin-grid > .row-fluid > .span5 {
    width: 41.66666666666666% ;
    *width: 41.597222222222214% ;
}
.no-margin-grid > .row-fluid > .span4 {
    width: 33.33333333333333%;
    *width: 33.263888888888886%;
}
.no-margin-grid > .row-fluid > .span3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
}
.no-margin-grid > .row-fluid > .span2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
}
.no-margin-grid > .row-fluid > .span1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
}
.fleft{float: left;}
.fright{float: right;}
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
.img {max-width: 100%;height: auto;-ms-interpolation-mode: bicubic; width: 100%}
/*----------*/

.site {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main_conent {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.inner_main {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -200;
  width: 100%;
  height: 100%;
}
.img_backsite {
  position: absolute;
  top: -130px;
  left: 50%;
  width: 2100px;
  height: auto;
  transform: translateX(-55%);
}
.gl-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 110px;
  transition: all .5s ease;
  background: #443f3c;
  padding: 0 60px;
}
.gl-header::after{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #c2ab6f;
  bottom: 0;
  right: 0;
  transition: all .2s ease;
}
.navbar-header .logo {
display: inline-block;
}
.navbar-header .logo a {
  width: 160px;
  display: block;
  margin-right: 16px;
  margin-top: 17px;
  padding-right: 20px;
}
.main-navigation {
  position: relative;
}
/*.main-navigation::after{
  content: "";
  height: 30px;
  width: 1px;
  background: #888;
  position: absolute;
  right: 0;
  top: 42px;
}*/
.main-navigation ul.menu {
  margin: 40px 0 0 0;
  padding: 0;
}
.main-navigation ul.menu li{
  display: inline-block;
    
}
.main-navigation ul.menu > li > a {
  border: 0 none;
  /*padding: 45px 5px;*/
  color: #c1ab6f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  text-align: center;
}
.main-navigation ul.menu > li > a i{
  font-size: 13px;
}
.main-navigation ul.menu li.log_reg a {
  background: #f07d08;
  color: #fff;
  border-radius: 100px;
  line-height: 45px;
  margin-top: 11px;
}
.main-navigation ul.menu > li.active > a {
  color: #fff;
}
.main-navigation ul.menu > li:hover > a {
  color: #fff;
}
.content_site {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  /*padding-top: 110px;*/
  padding-left: 4.2857rem;
  padding-right: 4.2857rem;
}

.zone_inner{
  padding: 70px 0;
}
.section-title {
  position: relative;
}
.section-title h3 {
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 25px 0;
  position: relative;
  text-align: center;
  color: #000;
}

.footer {
  color: #F7F7F7;
}
.sub_copy {
  background: rgb(240 125 7 / 20%);
  padding: 30px 0;
}
.footer .copyright {
  
  position: relative;
  color: #aeaeae;
  padding: 35px 0;
}
.sub_copy .row {
  display: flex;
  align-items: center;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_footer li {
  display: inline;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #af4100;
}
.menu_footer li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer a {
  color: #c1ab6f;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_contact li {
  display: block;
  border-bottom: 1px solid rgb(0 0 0);
  font-size: 20px;
  text-align: right;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}
.footer_contact li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer_contact i {
  font-size: 15px;
  margin-right: 20px;
}

.footer .copyright .logo-image {
  width: 200px;
  margin: 0;
}
#partner.zone_inner{
  padding: 20px 0;
  
}
#partner .owl-carousel .owl-stage {
  padding: 0px 0px;
}
.relative{
  position: relative;
}

.contact-info {
  font-size: 14px;
  padding: 30px !important;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-bottom: 40px;
  background: #fff;
}
.contact-info .text-block h4, .contact-desc .text-block h4 {
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 30px;
  color: #797979;
}
.contact-info .text-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info .text-block > ul > li {
  line-height: 1;
  margin-bottom: 14px;
}
.contact-info .text-block > ul > li > b {
  display: block;
  color: #f07d08;
  margin-bottom: 8px;
}
.contact-desc .form-control-wrap input, textarea, .contact-desc-1 .form-control-wrap input, textarea {
  font-size: 16px;
  background: none repeat scroll 0 0 #fff;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  height: 50px;
}
.contact-desc{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ededed;
}
#map {
  position: relative;
  height: 343px!important;
  border-radius: 10px;
}
.sidebar_zone .img_zone {
  width: 280px;
  margin: 30px auto;
}
h3.side_title{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px 0;
  display: inline-block;
  margin-right: 20px;
}
.side_title{
  position: relative;
}
.side_title::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome\5 Pro";
  background: #000000;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  right: -29px;
  border-radius: 100px;
  top: 4px;
}
.zone_file{
  padding: 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #e4e6ef;
  overflow: hidden;
  text-align: left;
  background: #f5f8fa;
}
.box_info {
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.box_info H4 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  color: #b1b1b1;
}
.box_info ul{
  margin: 0;
  padding: 0;
}
.box_info ul li{
  display: block;
  margin-bottom: 5px;
}
.box_info ul li span{
  color: #000;
  font-weight: bold;
  display: block;
}
.box_info ul li:last-child{
  margin-bottom: 0;
}
.property .property-featured {
	margin-bottom: 50px;
	padding: 10px;
	background: #f6f6f6;
	clear: both;
	border-radius: 10px;
}

.property .property-featured .images {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.property .property-featured .images .caroufredsel-wrap {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.property .property-featured .images ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.property .property-featured .images ul:before,
.property .property-featured .images ul:after {
	content: " ";
	display: table;
}

.property .property-featured .images ul li {
	float: left;
	padding: 0 !important;
	margin: 0;
	border: none !important;
}
.property .property-featured .images ul li img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.property .property-featured .thumbnails {
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.property .property-featured .thumbnails .thumbnails-wrap {
	margin: 0 -5px;
}

.property .property-featured .thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.property .property-featured .thumbnails ul li {
	float: left;
	border: none !important;
	padding: 0 !important;
	margin: 0 5px;
}

.property .property-featured .thumbnails ul li img {
	width: 100%;
	height: auto;
}

.property .property-featured .thumbnails .caroufredsel-next,
.property .property-featured .thumbnails .caroufredsel-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	width: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	z-index: 100;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.property .property-featured .thumbnails .caroufredsel-prev {
	left: -35px;
}

.property .property-featured .thumbnails:hover > .caroufredsel-prev {
	left: 10px;
}

.property .property-featured .thumbnails:hover>.caroufredsel-next {
	right: 10px;
}

.property .property-featured .thumbnails .caroufredsel-next {
	right: -35px;
}

.property .property-featured .thumbnails .caroufredsel-next:before,
.property .property-featured .thumbnails .caroufredsel-prev:before {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	opacity: .5;
	filter: alpha(opacity=50);
}

.property .property-featured .thumbnails .caroufredsel-prev:before {
	content: "\f104";
	font-family: "Font Awesome\5 Pro";
}

.property .property-featured .thumbnails .caroufredsel-next:before {
	content: "\f105";
	font-family: "Font Awesome\5 Pro";
}
.GL_agent-wrap  .img_actu.round {
  width: 66px;
  height: 66px;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  float: left;
}
.GL_agent h2.agent-title {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  color: #000;
  line-height: 18px;
}
ul.contact_option{
  padding: 0;
  margin: 8px 0 0 0;
}
ul.contact_option li {
  padding: 1px 0;
  line-height: 1.5;
  color: #8E8E8E;
  font-weight: 300;
}
.GL_agent h2.agent-title a{
  color: #f07d08;
}
iframe {
  max-width: 100%;
  border: none;
  border-radius: 10px;
}
.property .property-video .property-video-title {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
  color: #b1b1b1;
}
.horizontal-line2 {
  margin: 2rem 0 !important;
  border: 0;
  border-top: 1px solid #eaeaea;
  /* border-bottom: 1px solid #FEFEFE; */
}
.property .property-feature-title, .property .property-map-title {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  color: #b1b1b1;
}
.property #property_map_search_input {
  margin-top: 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 300px;
  display: none;
}
.property .property-map-content > .property-map-box {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
ul.more_agent{
  margin: 0;
  padding: 0;
}
.more_agent .img_actu{
  margin-right: 10px!important;
    margin-top: -11px!important;
}
ul.more_agent .name{
  color: #f07d08;
  font-weight: bold;
  line-height: 17px;
}
ul.more_agent p{
  color: #212529;
}
ul.more_agent li{
  display: block;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 22px;
  position: relative;
  overflow: hidden;
}
ul.more_agent li:last-child{
  border-bottom: none;
}
.link_more{
  margin-left: 16px;
    color: #f07d08;
}
.more_agent .price {
  position: absolute;
  color: #f07d08;
  right: 0;
  bottom: -28px;
  transition: all .1s ease;
  font-weight: bold;
}
ul.more_agent li:hover .price {
  bottom: 0;
  transition: all .5s ease;
}
.title_elona{
  font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    color: #b1b1b1;
}
.exp{
  font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-top: -7px;
}
#head_zone .img_actu.round {
  width: 149px;
  height: 149px;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  float: left;
  margin-right: 20px;
}
.noo-mainbody.container-fluid {
  overflow: hidden;
  padding: 0;
}
.inoovim_booth .login-form, .inoovim_booth .register-form {
  padding-top: 80px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
.gl_head-inner {
  padding: 150px 0 0;
}
.inoovim_booth .login-form > form {
  float: right;
}
.inoovim_booth .register-form > form {
  float: left;
}
.inoovim_booth .login-form > form, .inoovim_booth .register-form > form {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.logreg-desc a{
  color: #f07d08;
}
.inoovim_booth .logreg-title {
  font-size: 19px;
  margin-bottom: 30px;
  color: #000000;
}
.inoovim_booth .register-form {
  padding-bottom: 120px;
  background: rgb(240 125 7 / 20%);
  /* box-shadow: -6px -6px 12px 0 rgba(0, 0, 0, 0.1); */
}
.inoovim_booth .login-form {
  padding-bottom: 120px;
  background: rgb(255 255 255 / 0.5);
  /* box-shadow: -6px -6px 12px 0 rgba(0, 0, 0, 0.1); */
}
.content_site.register {
  padding: 0px 0 0px 0;
}
.content_site.dashboard{
  padding: 0px 0 0px 0;
  /*background: #fff;*/
  min-height: 600px;
}
.content_site.dashboard #head_zone {
  padding-bottom: 60px;
  padding-top: 128px;
}
.dashboard #head_zone h5{
  color: #000;
  margin-top: -13px;
    position: relative;
}
.dashboard #head_zone h5 i{
  margin-left: 20px;
  font-size: 20px;
  color: #F35958;
}
.dashboard #head_zone h5:after{
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.dashboard #head_zone span{
  font-weight:bold;
}

ul.menu_dash{
  margin: 0; 
  padding: 0px;
  background: #f07d07;
  border-radius: 10px;
  display: inline-block;
}
ul.menu_dash li a {
  background: transparent;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  /* border-top: 1px solid rgba(255,255,255,0.30); */
  border-bottom: 1px solid #fe9426;
  padding: 20px 15px 20px 20px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
ul.menu_dash li a .btn.expander {
  background: none;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
  position: absolute;
  top: 17px;
  right: 20px;
  outline: none;
}
ul.menu_dash ul.sub_menu {
  padding: 0;
  background: #c76705;
}
ul.menu_dash ul.sub_menu li a {
  padding: 10px 50px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
ul.menu_dash ul.sub_menu li a:after {
  position: absolute;
  content: " \f101";
  font-family: "Font Awesome\5 Pro";
  width: 24px;
  height: 24px;
  top: 10px;
  left: 22px;
}
.menu_wrapper ul.menu_dash {
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
ul.menu_dash li:last-child a{
  border-bottom: 0;
}
ul.menu_dash li ul.sub_menu li a .btn.expander {
  top: 5px;
  right: 20px;
}
ul.menu_dash ul.sub_menu li ul.sub_menu {
  padding: 0;
  background: #a03b01;
}
ul.menu_dash ul.sub_menu li ul.sub_menu a {
  border-bottom: 1px solid rgb(203 76 2);
}
.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.dashboard-title {
  margin-bottom: 30px;
}
.dashboard-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #000;
}
.dashboard-title h3 {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.block_box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7f2;
  padding: 30px;
  margin-bottom: 20px
}
.dashboard label {
  margin-bottom: 10px;
}
.dashboard label {
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #f07d07;
  font-size: 13px;
  font-weight: 500;
}
.dashboard label i {
  top: 44px;
  position: absolute;
  font-size: 17px;
  left: 16px;
}
.dashboard .form-group .label-select:before {
  content: "";
  position: absolute;
  right: 0px;
  height: 100%;
  width: 50px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  border-radius: 0 5px 5px 0;
  pointer-events: none;
  z-index: 10;
}
.dashboard .form-group .label-select:after {
  content: "\f107";
  font-family: Font Awesome\5 Pro;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 11;
}
.dashboard .form-control {
  display: block;
  font-size: 14px;
  background: #f8f8f8;
}
.dashboard .form-group {
  position: relative;
}
.dashboard .form-control  {
  padding-top: 10px;
}
.dashboard .form-control input[type="file"] {
  padding-top: 10px;
}
.fuzone {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #f8f8f8;
  transition: all 0.3s linear;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  min-height: 160px;
  margin-top: 0px;
  float: left;
  cursor: pointer;
}
.fuzone .fu-text {
  text-align: center;
  margin: 50px 0;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  position: relative;
}
.fuzone .fu-text i {
  font-size: 44px;
  width: 100%;
  padding-bottom: 10px;
  transition: all 0.3s linear;
  color: #666;
}
.fuzone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.content_site.dashboard #head_zone .head_zone_search .info-title{
  font-size: 46px;
    line-height: 45px;
}
.badge{
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 100px;
}
.badge.pending{
  background: #FFC107;
  color: #ffffff;
}
.badge.reject{
  background: #F44336;
  color: #ffffff;
}
.badge.valid{
  background: #4CAF50;
  color: #ffffff;
}
ul.option_table{
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.option_table li{
display: inline-block;
}
ul.option_table li a i{
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  border-radius: 100px;
  line-height: 39px;
  color: #f07d08;
  font-weight: 500;
  transition: all .5s ease;
}
ul.option_table li a:hover i{
  background: #f07d08;
  color: #fff;
  transition: all .5s ease;
}
ul.menu_dash ul.sub_menu li a{
  text-transform: unset;
}
#head_zone .logout{
  position: absolute;
  top: 0;
  right: 0;
}
.agent-excerpt{
  font-weight: bold;
  font-size: 12px;
}
.dispo {
  background: #4CAF50;
  display: inline-block;
  padding: 1px 10px;
  color: #fff!important;
  border-radius: 100px;
}
.busy {
  background: #F44336;
  display: inline-block;
  padding: 1px 10px;
  color: #fff!important;
  border-radius: 100px;
}
.info-content.w70{
  width: 70%;
}
.btn.block{
  width: 100%;
}
.info_content{
  color: #000;
}
h3.info_title{
  color: #000;
  font-weight: bold;
}
.center_div{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center_div.w60.leftalign{
  width: 60%;
  left: 0;
  text-align: left;
}
.center_div.w60.rightalign{
  width: 60%;
  right: 0;
  text-align: right;
}
.horizontal-line.orangelight {
  border-top: 1px solid #fce8d3;
}
.countbox span {
  font-size: 20px;
  font-weight: 700;
  background: #f07d07;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.menu-button {
  position: absolute;
  width: 35px;
  height: 42px;
  cursor: pointer;
  z-index: 1;
  top: 31px;
  right: 1px;
}
.menu-button span {
  left: -51px;
  top: 5px;
  font-size: 12px;
  color: #c1ab6f;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 4px;
  background: #c1ab6f;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}
.menu-button .line-1 {
  top: 6px;
}
.menu-button .line-2 {
  top: 15px;
}
.menu-button .line-3 {
  top: 24px;
}
.menu_shown .menu-button .line-1 {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(225deg);
  top: 20px;
}
.menu_shown .menu-button .line-2 {
  opacity: 0;
  transition-delay: .12s;
}
.menu_shown .menu-button .line-3 {
  bottom: 0;
  transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-45deg);
  top: 12px;
}
.navbar-header{
  position: relative;
  display: flex;
}
.navbar-header .logo a{
  position: relative;
}
.navbar-header .logo a::after{
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background: #c2ab6f;
}


body.menu_shown .main-navigation ul.menu {
  height: 100vh;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  width: 200px;
  right: 0;
  top: 14px;
  background: #c2ab6f;
  transform: translateX(0px);
}
.middle-header {
  padding: 0 70px;
}
.info_contact {
  margin: 36px 0 0 50px;
  font-weight: bold;
}
.wide-container {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 130px;
  position: relative;
}


.overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  background: #26282b;
  background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);
  opacity: 0.65;
}
.text {
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0px;
  position: absolute;
  width: 340px;
  text-align: left;
  text-transform: uppercase;
  bottom: 0;
  text-shadow: 6px 8px 15px rgb(0 0 0 / 10%);
  z-index: 6;
  background: #c1ab6f;
  padding: 20px 50px 20px 20px;
  right: 0;
}
.text span {
  font-size: 13px;
  display: block;
}

#slides.home .text {

}
.content_slide{
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0px, -50%);
  width: 330px;
  height: auto;
  z-index: 6;
}
.content_slide h2{
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: bold;
}
.content_slide h2 small{
  font-size: 23px;
  line-height: 40px;
  display: block;
}
.btn_slide{
  display: inline-block;
  background: #c1ac6b;
  padding: 10px 16px 10px 54px;
  color: #fff;
  position: relative;
}
.btn_slide i{
  position: absolute;
  background: rgb(49 45 43);
  width: 25px;
  height: 25px;
  text-align: center;
  top: 9px;
  line-height: 26px;
  left: 9px;
  font-size: 13px;
}
.btn_slide:hover{
  color: #fff;
}
.btn_slide i{
  transform: scale(1);
    -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_slide:hover i{
  transform: scale(0.7);
    -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* -------------------------------------------------- */
/*  btn
/* -------------------------------------------------- */



/* -------------------------------------------------- */
/*  Social Icons
/* -------------------------------------------------- */    

.social-icons {
  font-size: 0;
  float: right;
  margin-top: 47px;
}
.social-icons ul{
  padding: 0;
  margin: 0;
}
.social-icons li {
display: inline-block; 
margin: 5px 5px 0 0;
vertical-align: top;
position: relative;
}
.social-icons li:after {
position: absolute;
display: block;
width: 45px;
height: 45px;
content: "";
opacity: 0;
text-align: center;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
transition: transform .3s ease, background-color .35s, opacity .25s ease;
-webkit-transform: scale(0);        
transform: scale(0);
-webkit-border-radius: 50%;
border-radius: 50%;
}
.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li a { 
border-color: transparent;
width: 36px;
height: 36px;
display:inline-block;
}
div.social-icons li:after {position: absolute;display: block;width: 36px;height: 36px;content: "";opacity: 0;text-align: center;top: 0;left: 0;z-index: 0;-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;transition: transform .3s ease, background-color .35s, opacity .25s ease;-webkit-transform: scale(0);transform: scale(0);-webkit-border-radius: 50%;border-radius: 50%;}
div.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li.twitter:hover:after     { background-color: #47c0d8 }
div.social-icons li.facebook:hover:after    { background-color: #49699f; }
div.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
div.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
div.social-icons li.rss:hover:after         { background-color: #fe9900; }
div.social-icons li.flickr:hover:after      { background-color: #e82c88; }
div.social-icons li.youtube:hover:after     { background-color: #b72d24; }
div.social-icons li.instagram:hover:after{
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
.social-icons li a:hover { border-color: transparent; } 
div.circle-icons li {margin: -10px 0px 0 7px;position: relative;}
.circle-icons li a {display: block;width: 45px;height: 45px;border: 3px solid #454748;border: 3px solid rgba(207,207,207,.23);font: 0/0 a;cursor: pointer;text-align: center;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all .25s ease;transition: all .25s ease;}
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.facebook:hover:after    { background-color: #49699f; }
ul.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
ul.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
ul.social-icons li.rss:hover:after         { background-color: #fe9900; }
ul.social-icons li.gplus:hover:after       { background-color: #c33d19; }
ul.social-icons li.flickr:hover:after      { background-color: #e82c88; }
ul.social-icons li.instagram:hover:after   { background-color: #517fa3; }
ul.social-icons li.dropbox:hover:after     { background-color: #5da3e8; }
ul.social-icons li.youtube:hover:after     { background-color: #b72d24; }
ul.social-icons li.blogger:hover:after     { background-color: #f38f33; }
ul.social-icons li.evernote:hover:after    { background-color: #73b122; }
ul.social-icons li.dribbble:hover:after    { background-color: #e65992; }
ul.social-icons li.behance:hover:after     { background-color: #18a3fe; }
ul.social-icons li.lastfm:hover:after      { background-color: #be0607; }
ul.social-icons li.skype:hover:after       { background-color: #24b0e4; }
ul.social-icons li.vimeo:hover:after       { background-color: #568799; }
ul.social-icons li.forrst:hover:after      { background-color: #628267; }
ul.social-icons li.digg:hover:after        { background-color: #2882c6; }
ul.social-icons li.appstore:hover:after    { background-color: #606060; }
ul.social-icons li.wordpress:hover:after   { background-color: #33759d; }
ul.social-icons li.stumbleupon:hover:after { background-color: #eb4924; }
ul.social-icons li.deviantart:hover:after  { background-color: #5f7162; }
ul.social-icons li.github:hover:after      { background-color: #7292a2; }
ul.social-icons li.mail:hover:after        { background-color: #65a413; }
.social-icons i {position: relative;font-weight: bold;font-size: 20px;z-index: 3;-webkit-transition: color .35s ease-out;transition: color .35s ease-out;}
.social-icons li i {display: block;line-height: 43px;color: #c1ab6f;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 32px;}
.social-icons a:hover i { color: #fff; }


#slider{
  
  height: 500px;
  background: #ccc;
 
}
.section-subtitle {
  display: inline-block;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #c1ab6f;;

}
.section-title {
  margin: 0;
}
.section_about_title {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
}
.dots-image {
  display: inline-block;
  position: relative;
}
.dots-image img {
  display: block;
  position: relative;
  z-index: 1;
}

.dots-image .dots {
  position: absolute;
  left: -20%;
  bottom: -15%;
  width: 55%;
  height: 57.2%;
  background: url(../images/dots.png) 0 0 repeat;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}
#commodites{
  background: #312d2a url(../images/back_adv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#commodites::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10%;
  background: #c1ab6f;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#commodites::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background: #c1ab6f;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#advice_icon, #conception_icon, #maitre_icon {
  fill: #f0862d;
}
.icone {
  display: inline;
  font-size: 10px;
  width: 38px;
  float: left;
  margin-right: 11px;
  line-height: 45px;
}
.box_content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_project {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 30px;
  background: #000;
}
.img_zone {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all .5s ease;
  background: #000;
}
h3.project_title{
  color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 2.142rem;
    line-height: 1.2;
    letter-spacing: -.05em;
}
#projects .img_zone{
  opacity: 0.7;
}
.box_stat{
  margin-top: 0px;
  margin-bottom: 25px;
}
.box_stat_number {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.142rem;
  line-height: 1;
  font-weight: 600;
  color: #c1ab6f;
}
.box_stat_info {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  line-height: 1.181;
  color: #fff;
}
#commodites .section-subtitle {
  color: #fff;
}
#commodites  .section_about_title {
  color: #c1ab6f;
}
#commodites #advice_icon, #commodites #conception_icon, #commodites #maitre_icon {
  fill: #ffffff;
}
#commodites h4 {
  color: #ffffff;
  font-size: 17px;
  line-height: 46px;
}
.gold_color{
  fill: #c1ab6f;
}
#commodites p{
  color: #fff;
  text-align: justify;
}
.img_serv {
  position: absolute;
  width: 560px;
  top: -216px;
  right: 2px;
  z-index: 1;
}
.white_dots {
  position: absolute;
  right: -7%;
  bottom: -17%;
  width: 49%;
  height: 35%;
  background: url(../images/white_dots.png) 0 0 repeat;
  z-index: -1;
}
.box_project .content_hover{
  color: #fff;
  display: none;
  font-size: 12px;
}
.box_project:hover .content_hover{
  opacity: 1;
  display: block;
}
.box_project:hover .img_zone {
  opacity: 0.1!important;
}
.box_project:hover {
  background: #f0852b;
}
.box_project:hover .project_title{
  opacity: 0;
  display: none;
}
h3.project_title_hover {
  color: #fff;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 2.142rem;
  line-height: 1;
  letter-spacing: -.05em;
  display: none;
  opacity: 0;
}
.box_project:hover h3.project_title_hover {
  display: block;
  opacity: 1;
}
.box_project:hover .box_content {
  background: #e34b7c;
}
.owl-theme .owl-dots .owl-dot span {
  background: #c1ab6f!important;
}
#testimonial{
  background: #f0852b url(../images/bg_testimonial.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#testimonial .section_about_title {
  color: #f0852b;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 9px 12px 0px;
  margin-top: 40px;
}
#testimonial .section-subtitle {
  color: #fff;
}
#testimonial .img_serv {
  position: absolute;
  width: 620px;
  top: -153px;
  right: 15px;
  z-index: 1;
}
.client-name {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.client-description {
  margin: 1.5rem 0 0;
  line-height: 1.71em;
  color: #fff;
}

.client-box {
  position: relative;
  background-color: #ff9135;
  padding: 4rem 3.28rem 3.28rem;
  margin-top: 37px;
}
.client-img {
  position: absolute;
  z-index: 1;
  margin: 0;
  border-radius: 50%;
  top: -35px;
  border: 3px solid #fff;
}
.team-profile {
  position: relative;
  border: 1px solid rgb(235, 235, 235);
  margin-bottom: 30px;
}
.team-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(227 75 124 / 80%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.team-content {
  position: absolute;
  left: 1.857rem;
  bottom: .8rem;
}
.team-name {
  margin-bottom: .3rem;
  color: #fff;
}
.team-name h6 {
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.team-profile:hover .team-hover{
  opacity: 1;
}
.add-new-team {
  position: relative;
  border: 1px solid #ebebeb;
  padding-top: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add-new-team:hover .add-new-text{
  color:#e14074;
}
.add-new-team:hover {
  border: 1px solid #e14074;
}
.add-new-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 1.285rem;
  line-height: 1.1111;
  color: #797979;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link span {
  z-index: 1;
  position: relative;
}
.link:after {
  content: "";
  position: absolute;
  background: #f0842b2a;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  transition: all .5s ease;
}


.copytext{
  text-align: right;
  color: #fff;
  line-height: 100px;
}
footer .social-icons {
  float: unset;
  text-align: center;
  margin-top: 43px;
}
.copytext_1{
  text-align: center;
  color: #fff;
  line-height: 100px;
}
footer div.circle-icons li {
  margin: -10px 0px 0 38px;
}
footer div.circle-icons li:first-child{
  margin: -10px 0px 0 0px;
}
#contact{
  /*background: #ebebeb;*/
}
#contact .section_about_title {
  color: #fff;
  margin-bottom: 40px;
}
#contact .img_serv {
  position: absolute;
  width: 590px;
  top: -180px;
  right: 16px;
  z-index: 0;
}
.info ul {
  padding-left: 40px;
}
.info li {
  position: relative;
  margin-bottom: 16px;
}
.info li i {
  position: absolute;
  top: 1px;
  left: -34px;
  font-size: 16px;
  color: #443f3c;
}
.info li span {
  display: block;
  color: #443f3c;
  font-weight: bold;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5e6278;
  background-color: #f5f8fa;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #ced4da;
  border-radius: 0.475rem;
}
.bg_contact{
    background-color: #c1ab6f;
    background-image: url(../images/back_footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact .section-subtitle{
  color: #898989;
}
.img_subfoot{
  width: 75%;
  margin: 100px auto 0 auto;
  display: block;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 90vw!important;
  padding: 40px;
  background: #443f3c;
  overflow: hidden;
}
.mfp-close-btn-in .mfp-close {
  color: #fff!important;
  background: #c1ab6f!important;
}
.popup_box{
  width: 100%;
  margin: auto 0!important;
  background: #443f3c;
  height: 80vh;
  overflow-y: scroll;
}
.popup_box::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.popup_box {
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.popup_box #projet_details_slider img {
  width: 100%;
  max-width: 100%;
}
.nb{
  position: absolute;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  bottom: 40px;
  right: 20px;
  z-index: 10;
  width: 35px;
  height: 35px;
  font-weight: bold;
}

.menu li a.active{
  color: #f0852b!important;
}
.phone-email {
  margin-left: auto;
  text-align: right;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  flex-shrink: 0; 
}
.phone-email:hover h4{
  color: #c1ab6f;
  -webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.phone-email:hover small{
  color: #fff;
  -webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.phone-email:hover i{
  transform:scale(1.3);
  -webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.phone-email i {
  color: #fff;
  font-size: 27px;
  float: right;
  height: 34px;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.phone-email h4 {
  margin-bottom: -5px;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.phone-email small {
  line-height: 1;
  font-size: 10px;
  -webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
  
}
.phone-email small a {
  color: #c1ab6f;
  -webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.horizontal-line.gold {
  border-top: 1px solid #c1ab6f;
}
.horizontal-line.maroon {
  border-top: 1px solid #443f3c;
}
.box_slide_home{
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  border: 4px solid #c1ab6f;
  background: #000;
}
.box_slide_home_inner {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.box_slide_home:hover .box_slide_home_inner{
	-webkit-transform: translate3d(0,0,0) scale(1.2);
	transform: translate3d(0,0,0) scale(1.2);
}
.box_slide_home:hover .box_slide_home_inner{
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gal_img_box{
  width: 100%;
  height: 500px;
  position: relative;
  /*box-shadow: 0 0 18px 0.15px rgb(0 0 0 / 18%);*/
  overflow: hidden;
 
  border: 1px solid #c1ab6f;
    padding: 10px;
}
.gal_img_box_content{
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.01) 0%, #9f8054 100%);
    bottom: 0px;
    width: 100%;
    padding: 20px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.gal_img_box_content h5{
  color: #fff;
  text-shadow: 0 0 2px rgb(0 0 0 / 42%);
  font-weight: bold;
}
.gal_img_box_content p{
  color: #fff;
  font-weight: bold;
}
#galerie .item a:hover .gal_img_box_content{
  padding: 20px 20px 40px 20px;
}
.gal_img_box_inner{
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gal_link:hover .gal_img_box_inner {
  transform: scale(1.2);
  opacity: .5;
}
.gal_link{
  display: block;
}
#commodites .box {

}
a.js-video-button {
  width: 50px;
  height: 50px;
  display: block;
  color: rgb(255 255 255);
  position: fixed;
  z-index: 90;
  bottom: 94px;
  right: 27px;
  background: #c1ab6f;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}
a.js-video-button  i{
  font-size: 23px;
  color: #fff;
  line-height: 49px;
  font-weight: bold;
}
a.js-video-button :hover i{
  transform: scale(1.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a .sub_title_video{
  font-size: 14px;
  line-height: 15px;
  margin-top: 8px;
}
.pulse-button {

  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(255 205 4 / 70%);
  border-radius: 50%;
  background-color:#ffcd04;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

@keyframes tipUp {
  0% {
    transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    transform: translateY(-70px) rotateZ(45deg);
  }
}
@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}
.modal-video-close-btn {

  top: -15px!important;
  right: -15px!important;
  width: 35px!important;
  height: 35px!important;
  background: #c1ab6f!important;
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  width: 48%!important;
  top: 62%!important;
  left: 9px!important;
}
.modal-video-movie-wrap{
  background: #312d2a url('../images/logo_boreflets.png') no-repeat center center!important;
  background-size: 290px!important;
  border-radius: 5px!important;
}
.content_box_text{
  color: #fff;
}
.popup_box .section_about_title {
  font-weight: 100;
  font-size: 80px;
  line-height: 78px;
  margin-bottom: 0;
}
.modal.reflect .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  height: 100%;
  padding: 18px;
  position: relative;
}

.modal.reflect .modal-dialog {
  background: #fff;
  overflow: hidden;
  border-radius: 0.475rem;
}
.modal.reflect.reflect_form .modal-dialog {
  max-width: 500px;
  position: unset;
  margin: 50px auto 0 auto;
}
.modal.reflect {
  padding: 0!important;
  margin: 0px 0;
  /*width: 100vw;
  height: 100vh;*/
}
.modal-backdrop.show {
  opacity: .7!important;
}
.modal.reflect .section_about_title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 28px;
  margin-top: 4px;
}
.modal.reflect .modal-body {
  width: 100%;
  margin: auto 0!important;
  padding: 20px 20px;
}
.modal.reflect .modal-body {
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.modal.reflect .modal-body::-webkit-scrollbar {
  display: none;
}
.modal.reflect .close {
  float: unset;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  background: #ff7101!important;
  width: 35px;
  height: 35px;
  z-index: 1;
}
.link_btn{
  position: relative;
  padding: 5px 5px;
  color: #fff !important;
  display: inline-block;
}
.link_btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #312d2a;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.link_btn:hover::before{
  width: 100%;
  left: 0;
}
.link_btn::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 4px;
  background: #c1ab6f;
  left: 0;
  bottom: -4px;
  z-index: -1;
  transition: all 0.4s ease;
}
.link_btn:hover::after {
  width: 60%;
}
 .project-detail-list {
  list-style: none;
  padding-left: 0;
}
 .project-detail-list li {
  border-bottom: 1px solid #363230;
  padding-bottom: 0.6rem;
  margin-bottom: 0.65rem;
  overflow: hidden;
}
 .project-detail-list li .left {
  color: #fff;
  margin-right: 20px;
}
 .project-detail-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.project-detail-list li span.right{
  font-weight: bold;
}
/*--------------------------------------------------------------------------------------*/
 /*                     1JQUERY TABS                                                 */
 /*-------------------------------------------------------------------------------------*/
 .tabs-wrapp {
  float: left;
  position: relative;
  margin-top: 20px;
}
.tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-align: center;
}
.tabs-nav li {
  top: 2px;
  min-width: 150px;
  padding: 22px 5px 19px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #707d8f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.tabs-nav li.active { line-height: 31px }
.tabs-nav li.active  {
  z-index: 10;
  background-color: #2d2a29;
  color: #fff;
}
.tabs-nav li.active a {
  font-weight: bold;
  color: #fff!important;
}
.tabs-nav li a {
  /*background: #aab2bd;*/
  line-height: 15px;
  font-size: 14px;
  color: #898989!important;
  display: block;
  letter-spacing: 0;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  padding: 0 9px 0 9px;
  text-decoration: none;
  /*border-radius: 4px 4px 0 0;*/
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;

}
.tabs-nav li a i {
  margin-right: 5px;
  color: #FFF;
}

.tabs-container {
  /*border: 1px solid #dddddd;*/
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
  padding: 40px;
    background: #2d2a29;

}
.tab-content {
  padding: 0px 0 0 0;
  background: transparent;
  color: #fff;
  font-weight: 100;
}
.scroll_bar_1, .scroll_bar_2, .scroll_bar_3{
height: 400px;
  overflow: hidden;
}
/*.tabs-nav li:first-child a{
  padding: 0 9px 0 0;
}*/
.tabs-nav li:last-child a{
  border:0;
}
.bo_elmt {
  position: absolute;
  z-index: 1;
}
.bo_elmt.UN {
  width: 27px;
  left: 10%;
  top: 30%;
}
.bo_elmt.DEUX {
  width: 50px;
  right: 10%;
  top: 45%;
}
.bo_elmt.TROIS {
  width: 15px;
  right: 30%;
  top: 75%;
}
.bo_elmt.QUATRE {
  width: 30px;
  right: 20%;
  top: 75%;
}
.bo_elmt.CINQ {
  width: 54px;
  left: 7%;
  top: 90%;
}

.parcelaire a {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 26px;
  right: -350px;
  background: rgb(49 45 43);
  line-height: 101px;
  font-size: 35px;
  color: rgb(255 255 255 / 70%);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.parcelaire a i {
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub_parcelaire_title {
  position: absolute;
  top: 0;
  font-size: 17px;
  height: 100px;
  line-height: 20px;
  text-align: left;
  padding: 30px 10px 30px 120px;
  width: 268px;
}
.parcelaire a:hover{
  background: rgb(68 63 60);
  color: rgb(193 171 111);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }
  .parcelaire a:hover i{
    transform: scale(0.7);
      -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #modal_parcelaire.modal.reflect .modal-body{
    padding: 0;
  }
  .aside_float_zone{
    position: fixed;
    left: -200px;
    height: 100%;
    background: #fff;
    width: 200px;
    z-index: 4;
    padding: 5px 20px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    transform: translate(0%);
    display: flex;
    flex-direction: column;
    box-shadow: 1px 0px 5px rgb(0 0 0 / 5%);
  }
  .aside_float_zone_btn::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background: #ebebeb;
  }
  .move .aside_float_zone_btn::after{
    height: 100%;
  }
  .move.aside_float_zone {
    transform: translate(100%);
    /* transition: 400ms cubic-bezier(.25,.46,.45,.94); */
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: transform 1.25s cubic-bezier(.19,1,.22,1),-webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
  }
  .aside_float_zone_btn {
  background: #fff;
  height: 100%;
  width: 50px;
  position: absolute;
  text-align: center;
  right: -49px;
  top: 0;
  cursor: pointer;
  line-height: 50px;
  z-index: -1;
  box-shadow: 1px 0px 5px rgb(0 0 0 / 3%);
}
  .aside_float_zone_btn i{
    color: #ff7100;
    font-size: 26px;
    position: absolute;
    transform: translate(-10px, 50%);
    bottom: 50%;
  }
  .aside_float_zone.move .icon_arr_right{
    display: block!important;
    transform: translate(16px, 50%);
    font-size: 33px;
  }
  .aside_float_zone.move .icon_times{
    display: none;
  }
  .icon_arr_right{
    display: none!important;
  }

  .aside_float_zone.open_extension .icon_arr_top{
    display: block!important;
  }
  .aside_float_zone.open_extension .icon_arr_bottom{
    display: none;
  }
  .icon_arr_top{
    display: none!important;
  }
  .aside_inner{
    overflow-y: scroll;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    align-items: center;
  }
  .aside_inner::-webkit-scrollbar {
    display: none;
  }
  #modal_parcelaire.modal.reflect .modal-body{
    overflow-y:unset;
  }
  .logo{
    width: 100px;
    margin: 0px auto 0 auto;
  }
  .logobni {
    width: 83px;
    margin: 0px auto 0 auto;
}

#number_form{
    left: 0;
}

#opt_form{
    left: -100%;
    opacity: 0;
}

.controls{
  position: absolute;
  z-index: 9999;
  width: 40px;
  right: 40px;
  bottom: 132px;
}
.controls #zoom-in, .controls #zoom-out{
  border: 0;
  background: #ff7101;
  margin-bottom: 9px;
  color: #fff;
  width: 40px;
  height: 39px;
}

  /*--------------------------------------------------------------------------------------*/
/*                     JQUERY ACCORDION                                            */
/*-------------------------------------------------------------------------------------*/
ul.accordion {
  display: inline;
  float: left;
  width: 100%;
  padding: 0;
  }
  ul.accordion li {
    float: left;
    width: 100%;
    padding: 40px 40px;
    border: 1px solid transparent;
    margin-bottom: 15px;
    background: rgb(49 45 43 / 67%);
  /*-webkit-box-shadow: 0 4px 20px 0 rgba(168, 182, 191, .6);
  box-shadow: 0 4px 20px 0 rgba(168, 182, 191, .6);*/
  }

  ul.accordion .accordion-switch {
    float: left;
    width: 100%;
    /* background: #c1ab6f; */
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 18px;
    /* padding: 15px 0 15px 0; */
  }
  ul.accordion li.accordion-item.selected .accordion-switch {color: #c1ab6f; }
  ul.accordion .accordion-switch:hover { color: #c1ab6f; }
  ul.accordion li.accordion-item .accordion-switch {
  font-size: 13px;
  float: left;
  }
  ul.accordion li a:hover { text-decoration: underline }
  ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 22px;
    width: 22px;
    background: #c1ab6f url(../images/accordion-toggle.png) no-repeat left top;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
    border-radius: 100%;
    margin-top: 0px;
  }
  ul.accordion li.accordion-item:hover .togglegfx { background-color: #c1ab6f }
  ul.accordion li.accordion-item .accordion-content {
  /*padding: 0px 20px 10px 53px;*/
  margin-top: 30px;
  float: left;
  }
  ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
  background: #c1ab6f url(../images/accordion-toggle.png) no-repeat left bottom;
  }
.table.custom_boreflet thead th {
    border-bottom: 2px solid transparent; 
}
.table.custom_boreflet td, .table.custom_boreflet th {
  border-top: 1px solid transparent;
}
.table.custom_boreflet {
  color: inherit;
  font-size: 12px;
}
.table.custom_boreflet td, .table.custom_boreflet th {
  padding: 0.5rem;
}
.image_container{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.parcelaire .box_stat_info{
  display: block;
}
.box_stat.parcelaire {
  margin-bottom: 20px;
}
a.link_back{
  color: #c1ab6f;
}
a.link_back:hover{
  color: #fff;
}
.info_contact a{
  display: block;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.info_contact a small {
  color: #c1ab6f;
}
#contact .form-control{
  font-weight: 800;
  color: #ffffff;
  background-color: rgb(197 174 107 / 80%);
}
ul.list-style{
  padding: 0;
  margin: 0 0 20px 0;
}
ul.list-style li{
  position: relative;
  padding: 0 0 0 40px;
}
ul.list-style li::after{
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #c1ab6f;
  transform: rotate(45deg);
}
ul.list-style li span{
  font-weight: bold;
}
#boreale_projet{
  background: #312d2a url(../images/back_bo1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.text-gold{
  color: #c1ab6f;
}
#boreale_projet h2.section_about_title, #boreflet_projet h2.section_about_title, #bocenter_projet h2.section_about_title{
  font-size: 28px;
}
#boreflet_projet{
  background: #312d2a url(../images/back_bo2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#bocenter_projet{
  background: #312d2a url(../images/back_bo3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.tag{
  background: #1e1e1e;
  display: inline-block;
  padding: 0 10px;
  color: #c1ac6b;
}
ul.left_items {
  padding: 0;
  margin: 0;
  line-height: 21px;
}
ul.left_items li{
  color: #7a7a7a;
  font-weight: bold;
  line-height: 24px;
  font-size: 12px;
}
ul.left_items li i{
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  color: #000;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
  margin-right: 6px;
}
ul.left_items li.available i{
  background: #11d914;
  color: #fff;
}
ul.left_items li.unavailable i{
  background: #eb1a1a;
  color: #fff;
}
.box_zone_content {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border: 1px solid #c1ab6f;
  padding: 10px;
}
.box_zone_content_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 0 auto;
}
.title_content{
  letter-spacing: 2px;
  font-size: 40px;
  position: absolute;
  color: #fff;
  display: block;
  line-height: 49px;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  background: #5f544d00;
  padding: 12px 20px;
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.title_content::after{
  content: "";
  background: #c1ab6f;
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 0;
  right:0;
}
.title_content small{
  font-size: 14px;
  letter-spacing: 0;
  display: block;
  text-align: right;
  line-height: 20px;
}

#boreale_projet_elmts .container, #boreflets_projet_elmts .container{
  padding-top: 40px;
}
a.btn_details_home:hover .title_content{
  transform: scale(.9);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn_details_home:hover .box_zone_content_img{
  transform: scale(1.2);
  opacity: .3;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal.reflect .modal-body.full{
  overflow: hidden;
  padding: 0;
  height: fit-content;
}
.left_aside{
  height: 100%;
  left: 0;
  width: calc(100% - 350px);
  position: absolute;
}
.right_aside{
  height: 100%;
  width: 350px;
  right: 0;
  position: absolute;
}
.content_wrap {
  overflow: auto;
  height: 100vh;
  box-shadow: 0px 0px 26px rgb(0 0 0 / 16%);
  position: relative;
  z-index: 1;
  background: #fff;
  color: #454748;
  text-align: justify;
}
.content_wrap_inner {
  padding: 30px 46px 100px 35px;
}
.modal-body.full .owl-carousel .owl-stage{
  padding: 0;
}
.left_aside .title{
  position: absolute;
  bottom: 62px;
  font-size: 50px;
  width: 500px;
  line-height: 50px;
  left: 80px;
  z-index: 10;
  font-weight: bold;
}
.modal-backdrop {
  z-index: 1000;
}
.modal {
  z-index: 1001;
}
/* Back To Top */
.back-to-top {
  background: #c1ab6f;
}
.back-to-top {
  position: fixed;
  bottom: 24px;
  left: 30px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 50px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 9;
}
.back-to-top:hover, .back-to-top.auto {
  color: transparent;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}
.back-to-top:hover:before, .back-to-top.auto:before {
  animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:hover:after, .back-to-top.auto:after {
  animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  background:#fff;
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.back-to-top:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  color: #fff;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  transform: translateY(50px) rotateZ(45deg);
}
.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(193 171 111 / 80%);
  border-radius: 50%;
  background-color:#c1ab6f;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

@keyframes tipUp {
  0% {
    transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    transform: translateY(-70px) rotateZ(45deg);
  }
}
@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}
.about-img{
  border: 1px solid #c1ab6f;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 18%);
  padding: 10px;
}
#bocenter_projet_elmts .container {
  padding-top: 40px;
}
.popup-gallery a{
  position: relative;
  display: block;
}
.popup-gallery a .overlay_img{
  position: absolute;
  background: rgba(0, 0, 0, 0.205);
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popup-gallery a .overlay_img i{
  font-size: 30px;
  color: #fff;
  line-height: 160px;
}
.popup-gallery a:hover .overlay_img{
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elmts_occupied{
  fill:#ff0000!important;
  position: relative;
}
.map {
  clear: both;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.maps-container {
  width: 100%;
  height: 100%;
  /* padding-bottom: 40%; */
  position: relative;
  overflow: hidden !important;
  background: #f6f6f6;
  z-index: 3;
  /* margin-top: 30px; */
}
.map, .map * {
  box-sizing: border-box;
  -ms-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info_zone{
  background: #fff;
  padding: 5px;
  position: fixed;
  -webkit-box-shadow:0 2px 4px rgb(15 34 58 / 12%);
  box-shadow:0 2px 4px rgb(15 34 58 / 12%);
  z-index: 9;
  color: #000;
  font-size: 10px;
  font-weight: bold;
}

.vignette{
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  border: 4px solid #c1ab6f;
  background: #000;
}
.vignette_inner{
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(-30px,0,0) scale(1.12);
  transform: translate3d(-30px,0,0) scale(1.12);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
a.aside_float_zone_btn_top{
  position: absolute;
  bottom: -35px;
  width: 100%;
  background: #c0aa6e;
  color: #fff;
  text-align: center;
  right: 0;
  padding: 7px 0;
  display: none;
}
.aside_float_zone.open_extension a.aside_float_zone_btn_top{
  bottom: 0;
}
a.aside_float_zone_btn_top:hover{
  color: #fff;
  background: #2d2927;
}
.aside_float_zone.open_extension{
  height: 100%;
}
.section-title {
  text-align: center;
  /* margin-bottom: 70px; */
  position: relative;
}
.section-title .sub-heading {
  color: #c1ab6f;
  font-size: 15px;
  font-weight: 500;
  display: block;
  position: relative;
  margin-bottom: 0px;
  padding: 0px 45px;
  margin-top: -0.28em;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
.section-title .sub-heading::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #c1ab6f;
  top: 50%;
  left: 0;
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #c1ab6f;
  top: 50%;
  right: 0;
}
.phrases{
  font-size: 20px;
}
.option_btn_menu {
  position: fixed;
  right: 27px;
  bottom: 24px;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  background: #c1ab6f;
  z-index: 101;
  text-align: center;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  transition: transform 400ms cubic-bezier(.19,1,.22,1);
  transition: transform 400ms cubic-bezier(.19,1,.22,1),-webkit-transform 400ms cubic-bezier(.19,1,.22,1);
}
.option_btn_menu i{
  font-size: 24px;
  color: #fff;
  line-height: 53px;
}
.option_btn_menu:hover i{

}
.menu_wrapper {
  position: fixed;
  width: 373px;
  height: auto;
  font-weight: 500;
  min-height: 500px;
  background: #c1ab6f;
  overflow: hidden;
  right: 27px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  bottom: 94px;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  transform-origin: right bottom;
}
.menu_shown_option .menu_wrapper {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  pointer-events: all;
  visibility: visible;
}
.menu_wrapper .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.menu_wrapper .inner {
  padding: 40px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
ul.menu_nav li{
  display: block;
}
ul.menu_nav li a {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #7a7a7a;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  position: relative;
  margin-bottom: 20px;
  padding: 0px 40px 18px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
  text-align: center;
  line-height: 13px;
  border-bottom: 1px solid #f1f1f1;
}
ul.menu_nav li:last-child a{
  margin-bottom: 0px;
  padding: 0px 40px 0px 40px;
  border: none;
}
ul.menu_nav li a:hover{
  color: #443f3c;
  transition: box-shadow 0.3s ease-in-out;
}
ul.menu_nav li a i {
  margin-bottom: 11px;
  font-size: 25px;
}
ul.menu_nav li a p{
  margin: 0;
}

.menu_title {
  color: #f07d08;
  font-size: 16px;
  line-height: 100%;
}
.menu_wrapper  p.contacts{
 color: #a9a9a9; 
}
ul.menu_nav {
  padding: 0 0 0 0;
  margin: 0;
}
.close_zone{
  font-size: 50px;
  cursor: pointer;
  position: relative;
  left: 0;
  top:0;
}
.box_info_actif {
  background: #ff7101;
  padding: 40px;
  min-height: 300px;
  width: 340px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 100%);
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  overflow: hidden;
  border-radius: 0.475rem;
}
.box_info_actif.open{
  transform: translate(-50%, -6%);
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
}
.box_info_actif .num_lot {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 21px;
}
.btn_parc{
  background: #fff;
  padding: 10px;
  display: block;
  text-align: center;
  color: #7a7a7a;
  border: 1px solid transparent;
}
.btn_parc:hover{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.box_info_actif .name_lot {
  font-size: 13px;
  letter-spacing: .04px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.statut_elmt {
  border: 1px solid #fff;
  padding: 8px;
  margin-bottom: 11px;
}
.box_info_actif .statut_elmt span.availableY {
  text-align: center;
  display: flex;
  line-height: 8px;
  font-size: 10px;
  align-items: center;
  font-weight: bold;
  color: #fff;
}
.box_info_actif .statut_elmt span.availableY i {
  font-size: 22px;
  text-align: center;
  background: #11d914;
  line-height: 37px;
  color: #ffffff;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 100px;
}
.box_info_actif .statut_elmt span.availableX {
  text-align: center;
  display: flex;
  line-height: 8px;
  font-size: 10px;
  align-items: center;
  font-weight: bold;
  color: #fff;
}
.box_info_actif .statut_elmt span.availableX i{
  font-size: 22px;
  text-align: center;
  background: #ec1a1a;
  line-height: 37px;
  color: #ffffff;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 100px;
}
.box_info_actif .statut_lot {
  margin-top: 10px;
  margin-bottom: 40px;
}
.box_info_actif small{
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.box_info_actif p{
  font-size: 13px;
  letter-spacing: .04px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.box_info_actif .link_btn{
  color: #443f3c!important ;
  font-weight: bold;
}
.box_info_actif .link_btn:hover{
  color: #fff!important ;
}
.box_info_actif .link_bt i{
  font-weight: 100;
}
.box_info_actif .link_btn::after{
  background: #443f3c;
}
.close_box_info_actif{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #b94500;
  text-align: center;
  height: 30px;
  width: 30px;
}
.close_box_info_actif i{
  line-height: 30px;
  font-size: 14px;
  font-weight: 100;
  color: #fff;
}

.booking_call_section {
  position: fixed;
  width: 500px;
  height: 100vh;
  background: #c1ab6f;
  z-index: 99999;
  right: 0;
  top: 0;
  transform: translate(100%);
  transition: 100ms cubic-bezier(.25,.46,.45,.94);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1),-webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  overflow: hidden;
}
.open_book_menu .booking_call_section {
  display: block;
  opacity: 1;
  transform: translate(0%);
  transition: 100ms cubic-bezier(.25,.46,.45,.94);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1),-webkit-transform 100ms cubic-bezier(.19,1,.22,1);
}
.booking_call_section .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.booking_call_section .inner {
  padding: 40px;
  /* display: table-cell; */
  /* vertical-align: middle; */
  box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.close_booking_call_section{
  font-size: 50px;
  cursor: pointer;
  position: relative;
  left: 0;
  top:0;
}
.open_book_menu .menu-background {
  transition: opacity .3s ease-in-out;
  opacity: .6;
  visibility: inherit;
}
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 109;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.body--static {
  height: 100%;
  overflow: hidden;
}
.meetings-iframe-container{
  position: relative;
}
.meetings-iframe-container::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 77px;
  background: #c1ab6f;
  bottom: 0;
  left: 0;
}
.private-card {
  background: #443f3c!important;
}
#map_boreal .zone:hover{
  opacity: .6;
  cursor: pointer;
}
#map_boreflets .zone:hover{
  opacity: .6;
  cursor: pointer;
}
.left_items.w-auto{
  width: auto;
}
.box_info_actif .description {
  font-size: 23px;
  letter-spacing: .04px;
  color: #fff;
  margin-top: 16px;
  line-height: 23px;
}
.box_com{
  background: #c2ab6f;
  padding: 10px;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.info-com{
  line-height: 15px;
}
.photo_com{
  padding: 4px;
    background: #fff;
    border-radius: 100px;
}
.info-com span{
  margin-bottom: 8px;
  display: block;
  color: #5d4f29;
}
.info-com i{
font-size: 10px;
}
.elmt_box_com img{
  position: absolute;
  width: 160px;
  right: -60px;
}
#map_global_boreflet .zone:hover {
  opacity: .6;
  cursor: pointer;
}
.img_news {
  width: 40px;
  height: 40px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  transition: all .5s ease;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
  border-radius: 100px;
  margin-right: 10px;
}
.box_agent_info{
  position: fixed;
  z-index: 4;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  width: 160px;
}
.box_agent_info .name{
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #7a7a7a;
}
.box_agent_info .name span{
  display: block;
  font-size: 9px;
}
.inner_site{
  padding: 90px 90px;
}
.box_dash{
  background: #fff;
  border-radius: 0.475rem;
  padding: 20px;
  box-shadow: 0px 4px 20px 2px rgb(0 0 0 / 5%);
}
.box_dash h1{
  margin: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff7101;
  border-color: #ff7101;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(180 180 180 / 5%);
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #7a7a7a;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
}
.table td, .table th {
  padding: 0.95rem;
}
ul.list_item{
  padding: 0;
}
ul.list_item li a{
  color: #ff7101;
}
table.dataTable td, table.dataTable th {
  vertical-align: middle;
}
.page-link {
  color: #aeaeae;
}
.info_btn{
  position: absolute;
  bottom: 20px;
  left: 280px;
}
.info_btn i{
  width: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
  border-radius: 100px;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 21px;
  background: #ff7101;
  border: 1px solid #fff;
  color: #fff;
}
.connexion{
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  background-color: #ff7101;
  display: block;
  width: 100%;
  border: 1px solid #e4e6ef;
  border-radius: 0.475rem;
  color:#fff
}
.box_login{
  background: #fff;
  padding: 20px;
  height: 360px;
  border-radius: 0.475rem;
  box-shadow: 0 2px 4px rgb(15 34 58 / 5%);
}
.box_login .logobni {
  width: 53px;
  margin: 0px;
}
.box_login .logo {
  width: 78px;
  margin: 0px;
}

ul.left_items li.strict_no i{
  background: #8c8c8c;
  color: #8c8c8c;
}

.controls{
  position: absolute;
  z-index: 9999;
  width: 40px;
  right: 40px;
  top: 50%;
}
.controls #zoom-in, .controls #zoom-out{
  border: 0;
  background: #ff7101;
  margin-bottom: 9px;
  color: #fff;
  width: 40px;
  height: 39px;
  border: 1px solid #fff;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px;
}
ul.left_items {
  padding: 0;
  margin: 0;
  z-index: 4;
  line-height: 21px;
}
ul.left_items li{
  color: #7a7a7a;
  font-weight: bold;
  line-height: 24px;
  font-size: 12px;
}
ul.left_items li i{
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  color: #000;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
  margin-right: 6px;
}
ul.left_items li.available i{
  background: #11d914;
  color: #fff;
}
ul.left_items li.unavailable i{
  background: #eb1a1a;
  color: #fff;
}
ul.left_items li.strict_no i{
  background: #b7b7b7;
  color: #b7b7b7;
}
ul.left_items li.hymalya i{
  background: #864444;
  color: #864444;
}
ul.left_items li.asteria i{
  background: #E08F46;
  color: #E08F46;
}
ul.left_items li.aurora i{
  background: #C1A9D8;
  color: #C1A9D8;
}
ul.left_items li.lana i{
  background: #2283D3;
  color: #2283D3;
}
ul.left_items li.imm i{
  background: #6b6b6b;
  color: #6b6b6b;
}
.box_legende{
  display: none;
  left: 299px;
  position: absolute;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 6%) 0px 0px 5px;
  background: #fff;
  padding: 20px 20px 20px 35px;
  width: 230px;
    transition: 100ms cubic-bezier(.25,.46,.45,.94);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1),-webkit-transform 100ms cubic-bezier(.19,1,.22,1);
}
.open_legend .box_legende{
  bottom: 38px;
  left: 299px;
  display: block;
    transition: 100ms cubic-bezier(.25,.46,.45,.94);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1),-webkit-transform 100ms cubic-bezier(.19,1,.22,1);
}
.info_btn{
  position: absolute;
  bottom: 10%;
  left: 280px;
  z-index: 2;
}
.info_btn i{
  width: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
  border-radius: 100px;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 21px;
  background: #ff7101;
  border: 1px solid #fff;
  color: #fff;
}
.elmts_occupied_2 {
  fill: #ff5722!important;
  position: relative;
}
.img_zone {
  width: 100%;
  height: 100px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  transition: all .5s ease;
  border-radius: 9px;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
}

.box_dash p{
  font-size: 15px;
  line-height: 20px;
  color: #717171;
  margin-top: 20px;
  position: relative;
  padding-left: 10px;
}
.box_dash p::after{
  content:"";
  position: absolute;
  left: 0;
  top:0;
  font-family: Font Awesome\5 Pro;
  content: '\f105';
  font-size: 15px;
  color:#ff7101;
}
.btn_back{
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 100px;
  background: #ff7101;
  color: #fff;
}  
.btn_back i{
  font-size: 14px;
  margin-right: 10px;
}
.btn_back:hover{
  background: #fff;
  color: #ff7101;
}
.blue_color{
  background: #406aa9;
}
.box_dash.blue_color p, .box_dash.blue_color h1, .box_dash.blue_color h4{
  color: #fff;
}
.green_color{
  background: #45ac34;  
}
.box_dash.green_color p, .box_dash.green_color h1, .box_dash.green_color h4{
  color: #fff;
}
.red_color{
  background: #c4483f; 
}
.box_dash.red_color p, .box_dash.red_color h1, .box_dash.red_color h4{
  color: #fff;
}
.box_dash.blue_color p::after {
  color: #92bfff;
}
.box_dash.green_color p::after {
  color: #9cfd8b;
}
.box_dash.red_color p::after {
  color: #ff928a;
}
/******/

/*RESPONSIVE +*/

@media screen and (max-width: 576px){

}
@media screen and (max-width: 768px){
   .inner_site {
      padding: 90px 10px 90px 50px;
    }
}
@media screen and (max-width: 992px){}
@media screen and (max-width: 1200px){}
