------------------------------------------------------------------
Theme Name: Listing & Directory Website Template
Version: 1.0
Author: Surjith S M
-------------------------------------------------------------------*/
/* ==============================================================
   GLOBAL STYLES
   ============================================================== */
body {
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 52px; } }
  @media (max-width: 992px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 47px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 34px; } }

h3 {
  font-size: 35px; }
  @media (max-width: 992px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 30px; }

h5 {
  font-size: 28px; }
  @media (max-width: 768px) {
    h5 {
      font-size: 22px; } }

h6 {
  font-size: 21px;
  font-weight: 400; }

p {
  font-size: 15px; }

.main-block {
  padding: 90px 0; }
  @media (max-width: 768px) {
    .main-block {
      padding: 45px 0; } }

.full-width { width: 100%; }

.flex-one {
    -webkit-box-flex: 1;-ms-flex: 1;flex: 1;
}

.light-bg {
  background: #f3f4f7; }

.dark-bg {
  /* background: #0062ae;  */
  background: #252a33;
}
  /* #252a33 */
.header_nav_bofa {
  background: #0062ae;
}
.btn_research_bofa {
  background: #0062ae;
}

/* ==============================================================
   HEADER
   ============================================================== */
.nav-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto; }

.nav-menu-2 {
  position: inherit; }

.navbar {
  padding: .5rem 0; }

.navbar-brand {
  font-size: 31px; 
}

.navbar-light .navbar-brand {
  color: #fff; }
  .navbar-light .navbar-brand:hover {
    color: #fff; }

.navbar-light .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-light .navbar-nav .active > .nav-link {
  color: #fff; }

.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 300;
  color: #fff; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    outline: none; }

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff; 
   z-index: 9999;
}

.header_search {
  display: flex;
  flex: 1;
}
.position_relative {
  position: relative;
}
.dropdown_search {
	display: none;
	padding: 0px;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 7px;
	position: absolute;
	font-size: small;
	z-index: 999;
	width: 73%;
	box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.11);
  font-size: 15px;
  max-height: 13rem;
  overflow-y: scroll;
}
.dropdown_search  li {
  list-style-type: none;
  padding: 10px 2rem;
  cursor: pointer;
  text-align: left;
}
.dropdown_search  li:hover {
  background-color: #e9e9f0 !important;
}

.dropdown_search  li:nth-child(even) {
  background-color: #e9e9f0;
}
.dropdown_search  li:nth-child(odd) {
  background-color: #ffffff;
}

.autocomplete-suggestions {
  box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.11);
}

.autocomplete-suggestions .autocomplete-suggestion {
  padding: 1% 3%;
  cursor: pointer;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #e9e9f0 !important;
}

.autocomplete-suggestions .autocomplete-suggestion:nth-child(even) {
  background-color: #e9e9f0;
}

.autocomplete-suggestions .autocomplete-suggestion:nth-child(odd) {
  background-color: #ffffff;
}

.image_bofa_logo {
  width: 54px;
  height: auto;
  /*height: 45px;*/
  /* border-radius: 50%;
  overflow: hidden; */
}
.img_logo_bofa {
  width: 100%;
  height: 100%;
}

.navbar .item_box_header {
  height: 45px;
  color: #ffffff;
}

/** Login header */
.login_foat {
  /* margin-top: 1rem; */
  margin-right: -15px;
  margin-left: -15px;
  background-color: #fff;
  height: 4rem;
}
.login_foat .row {
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  height: 100%;
}
.login_foat .item_form {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  color: #0162af;
  font-size: 14px;
  padding-left: 5px;
}

.btn_litle {
  width: 120px;
}
.btn_litle .btn_connexion {
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 0;
}
.btn_litle .btn_connexion:hover {
    background-color: #fff;
    color: #000;
}
.compte_artisan {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.btn_artisan {
  font-size: 14px;
  width: 25%;
  padding: 10px 13px;
  background-color: #0062ae;
  border: 0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: 1px solid #0062ae;
}
.login_artisan {
  margin-right: 0.5rem;
}
.btn_artisan:hover {
  border: 1px solid #0062ae;
  color: #0062ae;
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

/** Find place page */
.container_row {
  justify-content: space-between;
}
.no_maxwidth {
  width: 100%;
  max-width: inherit;
  flex: inherit;
}
.item_project_plus {
  /* width: 300px; */
  width: 31.5%;
  height: 300px;
  position: relative;
  background: #000;
  margin-right: 1rem;
  cursor: pointer;
  margin-bottom: 2rem;
}
.item_project_plus:hover .image_projectplus img {
  transform: scale(1);
  opacity: 0.5;
}
.image_projectplus {
  width: 100%;
  height: 100%;
}
.image_projectplus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.description_project_plus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  /* justify-content: center; */
  justify-content: space-between;
  align-items: center;
  color: #fff;
  flex-direction: column;
  padding: 20% 0;
}
.title_projetct_plus {
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.description_plus {
  font-size: 15px;
  width: 100%;
  text-align: center;
}
.link_project_plus {
  /* display: none; */
  text-decoration: none;
  background-color: transparent;
  /* padding: 7px 13%; */
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #02c4b3;
  color: #02c4b3;
  font-weight: 600;
}
.item_project_plus:hover .link_project_plus {
  /* display: block !important; */
  text-decoration: none;
  background-color: #02c4b3;
  border: 1px solid transparent;
  color: #fff;
  transition-duration: 1s;
  /* transition: background-color 0.5s ease-out; */
}
.btn_footer_project_plus {
  width: 100%;
  padding: 5% 5% 0% 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.find_project_plus {
  padding: 15px 45px;
  background-color: #00adf1;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
}
.find_project_plus:hover {
  text-decoration: none;
  color: #fff;
}
.button_icones_plus {
  padding: 0px 20px 20px 20px !important;
}
.col_heading {
  margin-bottom: 3rem;
}
/** Find place page */

/**Quit feature page*/
.height_message {
    height: 300px;
    /*overflow: auto;*/
}
.feature_container {

}
/**End Quit feature page*/
/* End Login Header */
@media screen and (max-width: 995px) {
  .item_project_plus {
    width: 45%;
  }
  .container_row {
    margin: 0 -5px;
  }
}
@media (max-width:900px) {
  .btn_artisan {
    width: 35%;
  }
}

@media (max-width: 745px) {
  .login_foat .item_form {
    width: 100%;
    justify-content: center;
  }
  .compte_artisan {
    width: 100%;
    justify-content: center;
  }
  .login_foat {
    height: 7rem;
  }
  .btn_artisan {
    width: 145px;
  }
}

@media (max-width: 1023px) { /*992px*/
  .login_foat {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
      display: block;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: block!important;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-collapse {
      display: -webkit-box!important; display: -ms-flexbox;display: flex!important;
  }
}

@media (max-width: 1023px) { /*992px*/
  .navbar-nav {
    padding: 7px 20px; } }

@media screen and (max-width: 775px) {
  .navbar .site-name { font-size: 30px!important;}
  
}

@media screen and (max-width: 560px) {
   
    .navbar .site-name {
      position: absolute;
      top: 35px;
      right: 0;
      left: 0;
      display: flex;
      -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
      font-size: 16px!important;
      margin: 0;
    }

    .navbar .email_box {
      padding-bottom: 22px;
    }

    .navbar .navbar-brand { margin-right: 0;}
    .navbar .item_box_header {
        height: 32px;
    }
}

.nav-item {
  margin: 0 20px 0 0; }
  .nav-item span {
    font-size: 10px;
    margin: 0 0 0 4px; }

.bg {
  width: 100%;
  height: 70px; }

.is-sticky {
  /* background: #0062ae; */
  background: #252a33;
  opacity: 1; }

.transition {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.fixed {
  border-bottom: 1px solid #636363;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  @media (max-width: 1023px) { /*992px*/
    .fixed {
      border: none;
      background: #252a33; } }

.dropdown-menu {
  background: #030303; }

.dropdown-item {
  color: #aaaaaa;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .dropdown-item:hover {
    color: #fff;
    background: none; }

.modal {
  background: rgba(0,0,0,0.4);
}

.modal.no-fade {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  opacity: 1;
}

.ti-plus {
  font-size: 14px;
  padding: 0 8px 0 0; }

.slider {
  background: url(/image/front/images/fond2.jpg) no-repeat;
  background-size: cover;
  min-height: 800px; }
  @media (max-width: 992px) {
    .slider {
      min-height: 700px; } }

.btn-outline-light {
  padding: 10px 16px; }
  @media (max-width: 992px) {
    .btn-outline-light {
      width: 25%; } }
  @media (max-width: 768px) {
    .btn-outline-light {
      width: 30%; } }

  @media (max-width: 770px) {
    .dropdown_search {
      width: 100%;
    }
  }
  @media (max-width: 576px) {
    .btn-outline-light {
      width: 40%; }
    .dropdown_search {
          margin-top: -4rem !important;
    }
     }
  @media (max-width: 480px) {
    .btn-outline-light {
      width: 100%; } }
  .btn-outline-light:hover {
    color: #000; }

.slider-title_box {
  text-align: center; }

.slider-content_wrap h5 {
  color: #909090;
  font-weight: 400;
  margin: 24px 0; }

@media (max-width: 480px) {
  .form-wrap {
    margin: 0 !important; } }

.btn-group {
  width: 100%; }
  @media (max-width: 576px) {
    .btn-group {
      display: block; } }

.btn-group1 {
  padding: 24px;
  width: 40%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none; }
  @media (max-width: 576px) {
    .btn-group1 {
      width: 100%;
      border-radius: 3px;
      margin: 0 0 10px;
      padding: 17px; } }

.btn-group2 {
  position: relative;
  padding: 24px;
  width: 33%;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ccc; }
  @media (max-width: 576px) {
    .btn-group2 {
      width: 100%;
      border-radius: 3px;
      margin: 0 0 10px;
      padding: 17px; } }

.btn-form {
  font-weight: 400;
  font-size: 18px;
  padding: 17px;
  width: 27%;
  /* background: #ff3a6d; */
  background-color: #0062ae;
  color: #ffffff;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  @media (max-width: 768px) {
    .btn-form {
      width: auto; } }
  @media (max-width: 576px) {
    .btn-form {
      width: 100%;
      border-radius: 3px; } }

.search-icon {
  font-size: 15px;
  padding-right: 10px; }

.slider-link {
  color: #909090;
  margin: 45px 0 0;
  font-size: 19px; }
  @media (max-width: 480px) {
    .slider-link {
      margin: 18px 0 0; }
      .slider-link a,
      .slider-link span {
        display: block; } }
  .slider-link a {
    color: #909090;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .slider-link a:hover {
      color: #fff; }
  .slider-link span {
    padding: 0 18px; }

/* ==============================================================
   FIND PLACES
   ============================================================== */
.styled-heading {
  text-align: center;
  margin: 0 0 50px; }
  @media (max-width: 768px) {
    .styled-heading {
      margin: 0 0 30px; } }
  .styled-heading h3 {
    position: relative;
    padding: 0 0 23px; }
    .styled-heading h3:after {
      position: absolute;
      content: "";
      width: 60px;
      height: 3px;
      /* background: #ff3a6d; */
      background: #0062ae;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.find-img-align {
  padding: 0 0 15px; }
  @media (max-width: 768px) {
    .find-img-align {
      padding: 0; } }

/* ==============================================================
   FEATURED PLACES
   ============================================================== */
.featured-place-wrap {
  background: #fff;
  margin: 0 0 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative; }
  .featured-place-wrap:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 3px 40px 0 rgba(206, 205, 205, 0.3);
    box-shadow: 0px 3px 40px 0 rgba(206, 205, 205, 0.3); }
  .featured-place-wrap a {
    display: block;
    text-decoration: none;
    color: #000; }
  .featured-place-wrap img {
    width: 100%; }

.featured-rating,
.featured-rating-orange,
.featured-rating-green {
  position: absolute;
  right: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: -33px 10px 0 0;
  font-size: 23px;
  background: #ff7474;
  color: #fff;
  padding: 14px;
  border-radius: 50%; }

.featured-rating-orange {
  background: #ffae00 !important; }

.featured-rating-green {
  background: #46cd38 !important; }

.featured-title-box {
  padding: 22px 20px; height: 100%; }
  @media (max-width: 480px) {
    .featured-title-box {
      padding: 22px 14px; } }
  .featured-title-box h6 {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 5px; }
  .featured-title-box p {
    color: #9fa9b9;
    /*display: inline-block;*/
    margin: 0; 
    height: 85%;
    display: flex;
    align-items: center;
    overflow: auto;
    }
    @media (max-width: 320px) {
      .featured-title-box p {
        font-size: 13px; } }
    .featured-title-box p span {
      color: #ffb006;
      padding: 0; }
  .featured-title-box span {
    color: #9fa9b9;
    padding: 0 10px; }
    @media (max-width: 320px) {
      .featured-title-box span {
        padding: 0 4px; } }
  .featured-title-box ul {
    padding: 0;
    margin: 10px 0 0; }
    .featured-title-box ul li {
      list-style: none;
      color: #737882;
      line-height: 2; }
      .featured-title-box ul li span {
        padding: 7px 8px 0 0; }
        @media (max-width: 1200px) {
          .featured-title-box ul li span {
            padding: 0 4px 0 0; } }
        @media (max-width: 320px) {
          .featured-title-box ul li span {
            font-size: 12px;
            padding: 0 2px 0 0; } }
      .featured-title-box ul li p {
        margin: 0; }

.bottom-icons {
  padding: 15px 0 0;
  line-height: 1; }
  .bottom-icons span {
    float: right;
    line-height: 1;
    padding: 0 0 0 12px; }

.closed-now {
  color: #ff3a6d;
  font-size: 13px;
  display: block;
  font-weight: 400;
  display: inline-block; }

.open-now {
  color: #46cd38;
  font-size: 13px;
  display: block;
  font-weight: 400;
  display: inline-block; }

.featured-btn-wrap {
  text-align: center; }
  @media (max-width: 1200px) {
    .featured-btn-wrap {
      margin: 3px 0 0; } }
  .featured-btn-wrap .btn-danger {
    background: #00adf1;
    padding: 16px 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0; }
    @media (max-width: 576px) {
      .featured-btn-wrap .btn-danger {
        width: 100%; } }
    .featured-btn-wrap .btn-danger:hover, .featured-btn-wrap .btn-danger:focus {
      background: #00adf1;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

/* ==============================================================
   CATEGORIES
   ============================================================== */
@media (max-width: 992px) {
  .category-responsive {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (max-width: 576px) {
  .category-responsive {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.category-wrap:hover {
  text-decoration: none; }

.category-wrap:hover .category-block {
  /* background: #f34e79; */
  background: #0062ae;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.category-wrap:hover .category-img path {
  text-decoration: none;
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.category-wrap:hover .category-block h6 {
  color: #fff;
  text-decoration: none; }

.category-block {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e5e7ef;
  padding: 30px;
  margin: 0 0 30px; }
  .category-block h6 {
    color: #3e434b;
    margin: 10px 0 0; }

.category-img {
  width: 64px;
  height: 64px;

  }
  .category-img path {
    fill: #0062ae;
  }

/* ==============================================================
   ADD LISTING
   ============================================================== */
.add-listing-wrap {
  text-align: center;
  margin: 0 0 36px; }
  .add-listing-wrap h2 {
    font-weight: 300; }
  .add-listing-wrap p {
    font-size: 22px;
    font-weight: 300;
    color: #737882; }

/* ==============================================================
   FOOTER
   ============================================================== */
footer {
  position: relative; }

.copyright {
  text-align: center; }
  .copyright p {
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
    margin: 0; }
  .copyright ul {
    margin: 25px 0 0;
    padding: 0; }
    .copyright ul li {
      list-style: none;
      display: inline-block; }
      .copyright ul li a {
        color: #ccc;
        font-size: 22px;
        padding: 0 10px;
        opacity: 0.6;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .copyright ul li a:hover {
          opacity: 1;
          text-decoration: none; }

/* ==============================================================
   SUB PAGES
   ============================================================== */
/* ==============================================================
   DETAIL PAGE
   ============================================================== */
.detail-filter-wrap {
  padding: 17px 0;
  border-bottom: 1px solid #e7e7e7; }
  .detail-filter-wrap p {
    font-size: 18px;
    color: #3e434b;
    font-weight: 300;
    margin: 6px 0 0; }
    .detail-filter-wrap p span {
      font-weight: 500; }

.detail-filter {
  text-align: right; }
  @media (max-width: 992px) {
    .detail-filter {
      text-align: left; } }
  .detail-filter p {
    font-weight: 300;
    color: #3e434b;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0; }

.map-responsive-wrap {
  display: none; }
  @media (max-width: 992px) {
    .map-responsive-wrap {
      display: block; } }
  .map-responsive-wrap iframe {
    width: 100%;
    height: 800px; }

.map-icon {
  display: none;
  border: 1px solid #737882;
  color: #737882;
  padding: 8px 10px 2px 10px;
  margin: -46px 0 0;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .map-icon:hover {
    text-decoration: none;
    color: #737882;
    opacity: 1; }
  @media (max-width: 992px) {
    .map-icon {
      display: inline-block;
      text-align: right;
      float: right; } }
  @media (max-width: 480px) {
    .map-icon {
      float: left;
      margin: 10px 0 0; } }
  .map-icon span {
    font-size: 22px; }

.map-toggle {
  display: none; }

.filter-dropdown {
  display: inline-block; }
  .filter-dropdown select {
    border-radius: 0; }

.detail-checkbox-wrap {
  padding: 22px 0; }

.detail-options-wrap {
  padding: 15px 0; }

@media (max-width: 992px) {
  .responsive-wrap {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; } }

/*
   BOOKING PAGE
   */
/* ==============================================================
   RESERVE A SEAT
   ============================================================== */
.reserve-block {
  padding: 30px 0; }
  .reserve-block h5 {
    color: #3e434b;
    font-weight: 400;
    display: inline-block;
    margin: 0; }
  .reserve-block p {
    display: inline-block;
    font-size: 18px;
    color: #b2b8c3;
    font-weight: 400;
    padding: 0 0 0 8px;
    margin: 0 0 8px; }
    @media (max-width: 992px) {
      .reserve-block p {
        margin: 0; } }
    .reserve-block p span {
      color: #ffb006; }

.reserve-description {
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important; }

.reserve-seat-block {
  text-align: right; }
  @media (max-width: 992px) {
    .reserve-seat-block {
      margin: 15px 0 0; } }
  @media (max-width: 768px) {
    .reserve-seat-block {
      text-align: left; } }
  @media (max-width: 576px) {
    .reserve-seat-block {
      text-align: center; } }

.reserve-rating {
  font-size: 23px;
  background: #46cd38;
  padding: 10px 14px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top; }

.review-btn {
  display: inline-block;
  text-align: center;
  margin: 3px 14px 0 14px; }
  @media (max-width: 1200px) {
    .review-btn {
      margin: 3px 4px 0 4px; } }
  @media (max-width: 576px) {
    .review-btn {
      margin: 3px 0px 0 0px; } }
  .review-btn span {
    display: block;
    color: #8a8e96;
    font-size: 13px;
    margin-top: 3px; }
  .review-btn .btn-outline-danger {
    color: #ff3a6d;
    border-color: #ff3a6d; }
    .review-btn .btn-outline-danger:hover {
      color: #fff;
      background: #ff3a6d; }

.reserve-btn {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 768px) {
    .reserve-btn {
      margin: -7px 0 0; } }
  @media (max-width: 576px) {
    .reserve-btn {
      margin: 0 0 0;
      width: 100%; } }

.custom-checkbox {
  color: #737882;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 0; }
  .custom-checkbox span {
    padding: 0 10px 0 0; }

/* ==============================================================
   BOOKING DETAILS
   ============================================================== */
.booking-details_wrap {
  padding: 26px 0; }

.booking-checkbox_wrap {
  background: #fff;
  padding: 30px; }
  .booking-checkbox_wrap h5 {
    color: #3e434b;
    text-align: center;
    font-weight: 400; }

.booking-checkbox {
  color: #737882;
  font-size: 15px; }
  .booking-checkbox p {
    line-height: 1.8; }

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

.customer-img {
  float: left; }
  @media (max-width: 992px) {
    .customer-img {
      text-align: center;
      float: none;
      margin: 0 0 15px; } }
  .customer-img img {
    border-radius: 50%; }
  .customer-img p {
    color: #3e434b;
    margin: 4px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.2; }
  .customer-img span {
    font-size: 14px;
    color: #737882;
    text-align: center; }

.customer-content-wrap {
  margin: 0 0 0 135px; }
  @media (max-width: 992px) {
    .customer-content-wrap {
      margin: 0 0 0 110px; } }
  @media (max-width: 992px) {
    .customer-content-wrap {
      margin: 0px; } }
  .customer-content-wrap ul {
    margin: 24px 0 0;
    padding: 0; }
    .customer-content-wrap ul li {
      list-style: none;
      display: inline-block;
      margin: 0 10px 0 0; }
      @media (max-width: 480px) {
        .customer-content-wrap ul li {
          margin: 0 0 10px 0; } }
  .customer-content-wrap span {
    color: #737882;
    display: inline-block;
    margin: 26px 0 0; }
  .customer-content-wrap a {
    border: 1px solid #ccc;
    color: #737882;
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 0 0 10px; }
    .customer-content-wrap a:hover {
      text-decoration: none; }
    .customer-content-wrap a span {
      margin: 0 6px 0 0; }

.customer-text {
  color: #737882;
  margin: 15px 0 0;
  line-height: 1.6; }

.customer-content h6 {
  color: #3e434b; }

.customer-content p {
  color: #737882;
  display: inline-block;
  vertical-align: top;
  line-height: 0.8;
  margin: 0 0 0 8px; }

.customer-review {
  display: inline-block; }
  @media (max-width: 576px) {
    .customer-review {
      display: block; } }
  .customer-review span {
    width: 10px;
    height: 10px;
    background: #46cd38;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 0 5px 0 0; }

.round-icon-blank {
  background: #d9dce7 !important; }

.round-icon-red {
  background: #ff5a5a !important; }

.round-icon-orange {
  background: #ffbb27 !important; }

.customer-rating {
  background: #46cd38;
  padding: 8px 14px;
  float: right;
  font-size: 18px;
  color: #fff;
  border-radius: 3px; }
  @media (max-width: 576px) {
    .customer-rating {
      float: none;
      display: inline-block; } }

.customer-rating-red {
  background: #ff5a5a !important; }

.customer-description {
  margin: 0 0 0 50px; }

.contact-info {
  background: #fff;
  padding: 0 0 6px;
  margin: 0 0 15px; }
  .contact-info img {
    width: 100%; }
  .contact-info label {
    color: #46cd38;
    font-size: 14px;
    padding: 0 0 0 50px; }
    @media (max-width: 992px) {
      .contact-info label {
        display: block; } }

.address {
  color: #737882;
  padding: 18px 0 0 16px; }
  .address > span {
    font-size: 18px;
    float: left;
    margin: 4px 0 0; }
  .address p {
    margin: 0 0 0 34px; }
  .address .featured-open {
    font-size: 13px;
    padding: 0 0 0 34px; }

.btn-contact {
  display: block;
  padding: 16px;
  margin: 12px 16px;
  border: 2px solid #ff3a6d;
  color: #ff3a6d;
  font-weight: 400; }
  .btn-contact:hover {
    background: #ff3a6d;
    border: 2px solid #ff3a6d; }

.follow {
  background: #fff; }
  .follow ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center; }
    .follow ul li {
      list-style: none;
      padding: 13px 0;
      width: 33%; }
      @media (max-width: 1200px) {
        .follow ul li {
          padding: 12px 18px; } }
      .follow ul li:first-child, .follow ul li:nth-child(2) {
        border-right: 1px solid #ededed; }
      .follow ul li h6 {
        margin: 0; }
  .follow a {
    color: #ff3a6d;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 0; }

.follow-img {
  text-align: center;
  padding: 20px 16px;
  color: #3e434b; }
  .follow-img img {
    border-radius: 50%; }
  .follow-img h6 {
    margin: 11px 0 0; }

.social-counts span {
  font-size: 14px;
  color: #737882; }

.map-wrap {
  padding: 0; }

.map-fix {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 41.7%; }
  @media (max-width: 992px) {
    .map-fix {
      display: none;
      top: 17%;
      left: 0;
      width: 100%; } }
  @media (max-width: 480px) {
    .map-fix {
      top: 24%; } }
  @media (max-width: 365px) {
    .map-fix {
      top: 29.3%; } }

#map {
  height: 100%;
  width: 100%; }

.flex_one {
  flex: 1;
}

/*# sourceMappingURL=style.css.map */

/* Customisation header */
.item_box_header {
  margin: 0;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.icones_headers {
    position: absolute;
    left: 0;
    width: 2rem;
    height: 100%;
    background-color: #00adf1;
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End Customisation header */
@media screen and (max-width: 1024px){
  .login_foat {
    height: auto;
    padding: 0.5rem 0;
  }
  .login_foat .item_form {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .compte_artisan {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .item_box_header {
    font-size: 10px;
    padding: 4px 5px 4px 35px;
  }
  .btn_artisan {
    font-size: 12px;
    padding: 5px 13px;
  }

}

@media screen and (max-width: 500px) {
  .item_project_plus {
        width: 100%;
        margin-right: 0;
  }

}

.legal_mention {
    color: #0062ae;
    text-decoration: underline;
} 


.form_recherche_inovation {
    padding: 5px;
    border-radius: 8px;
    background: rgba(255,255,255,0.5);
    box-shadow: inset 2px 1px 3px 0 rgba(4,4,255, 0.4);

}


.form_recherche_inovation #recherche {
  color: #0062ae;
  font-weight: 400;
}

/**Link BO FOOter*/
.relative_footer {
  position: relative;
}
.absolute_footer {
  position: absolute; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2rem;
  right: 0;
}

.administration_link_wrapper { margin-bottom: 20px; }

.administration_link {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.administration_link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #252a33;
}
/**END LINK BO