
/* #################################### HOME PAGE ###########################################################  */

/* home page only (img bg main-header ) */

.bg-grey {
  background-color: #eee;
}

.bluelight {background-color:#abddd7;}
.bluesky {background-color:#8FB8E4}
.bg-mountain {
background: url("../img/mountain.jpg") no-repeat; 
}
.bg-form {  background-color: rgb(255, 255, 255); /* alternative solide */
    background-color: rgba(255, 255, 255, 0.5);}
/* class rollover when icon is a link  */
.fa.link:hover {color:#5D56C1;cursor:pointer;}

/* ovewrite boot */
.btn-outlined.headerG {
	font-weight: 400; text-transform:none;
}

 
.photo-box {margin:10px 10px}
.photo-img {cursor:pointer;height:150px;width:150px;min-height:50px;min-width:50px; padding:5px}
.photo-deletion {cursor:pointer;color:grey; margin-right:15px}
.photo-deletion:hover {color:red;}


/* 
.block-20 {background-size: contain;
background-position: top center;

}overwrite need style.css */
/* \home page only  */



/* search bar  */

.block-17 {
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .block-17 span .fields {
    width: calc(100% - 80px);
    position: relative; }
    .block-17 span .fields .one-third {
      width: 50%;
      background: #fff; }
	/* + G */  
	      .block-17 span .fields .one-first { 
      width: 80%;
      background: #fff; }
	      .block-17 span .fields .one-second {
      width: 20%;
      background: #fff; }
	  
	 /* \+g */ 
	  
      .block-17 span .fields .one-third:last-child {
        border-right: none;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .block-17 span .fields .one-third label {
        font-weight: 700;
        color: #000000; }
    .block-17 span .fields .form-control {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: transparent;
      background: #fff !important;
      color: #4d4d4d !important;
      border: 2px solid rgba(0, 0, 0, 0.1);
      font-size: 14px;
      width: 100%;
      height: 70px !important;
      bordeR: 1px solid transparent;
      padding: 10px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .block-17 span .fields .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4d4d4d; }
      .block-17 span .fields .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #4d4d4d; }
      .block-17 span .fields .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #4d4d4d; }
      .block-17 span .fields .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #4d4d4d; }
    .block-17 span .fields .icon {
      position: absolute;
      top: 50%;
      right: 30px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 767.98px) {
        .block-17 span .fields .icon {
          right: 10px; } }
    .block-17 span .fields .select-wrap {
      position: relative; }
      .block-17 span .fields .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  .block-17 span .search-submit {
    width: 160px;
    background: #f85959;
    border: 1px solid #f85959;
    color: #fff;
    padding: 12px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    @media (max-width: 767.98px) {
      .block-17 span .search-submit {
        width: 80px; } }
    .block-17 span .search-submit:hover {
      background: #f85959 !important;
      color: #fff !important;
      border: 1px solid #f85959 !important; }


/* ################ howl carousel dots on top + disp on mobile screen  */
.owl-carousel{
  position: relative;
}

.owl-dots{
  position: absolute;
  top:-35px;
  left:25%;
  right:25%;
}
/* mediaQ */
@media (max-width: 400px) {
#carousel_mq {
  display: none;} }



/* !important modif homepage menu */

.formenu {
min-height:0px;
} 
.ftco-navbar-dark {
background: transparent !important;
}
.ftco-navbar-dark .navbar-brand {
color: #FFF;
}






/* old Homepage */
/* -------- Parallax -------- */
.parallax-box {
 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 160px 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 22.5rem) {
  .parallax-box {
     background-image: url('../images/grass_400_rz.jpg');
  }  
}
@media screen and (min-width: 22.51rem) and (max-width: 36rem) {
  .parallax-box {
     background-image: url('../images/grass_850.jpg');
  }  
}
@media screen and (min-width: 36.01rem) and (max-width: 65rem) {
  .parallax-box {
    background-image: url('../images/grass_1275.jpg');
  } 
}
@media screen and (min-width: 65.01rem) {
  .parallax-box {
    background-image: url('../images/grass_1700.jpg');
  }
}
.parallax-box h1,
.parallax-box p {
  text-transform: uppercase;
  line-height: 1em;
  color: #ffffff;
}
.parallax-box h1 {
  letter-spacing: 0.08em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 72px;
  margin: 0 0 10px;
}
.parallax-box p {
  font-size: 30px;
  letter-spacing: 0.04em;
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .parallax-box {
    margin-bottom: 0px;
    padding: 100px 0;
  }
  .parallax-box h1 {
    font-size: 36px;
  }
  .parallax-box p {
    font-size: 20px;
  }
}

/* ----- Statistics ----- */
.statistics-box {
  display: flex;
  padding: 30px 10px;
  margin-top: -70px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(52, 52, 52, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(52, 52, 52, 0.15);
}
.statistics-box .statistics-item {
  text-align: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px 0;
}
.statistics-box .statistics-item .value {
  display: block;
  font-weight: 700;
  line-height: 1em;
  color: #343434;
  font-size: 30px;
  letter-spacing: 0.04em;
  margin: 0 0 12.5px;
}
.statistics-box .statistics-item .title {
  margin: 0;
  font-size: 18px;
  color: #717171;
  line-height: 1em;
}
.statistics-box .statistics-item:not(:last-of-type) {
  border-right: 1px solid #d4d4d4;
}
@media (max-width: 768px) {
  .statistics-box {
    flex-direction: column;
  }
  .statistics-box .statistics-item:not(:last-of-type) {
    border: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    min-width: 80%;
    border-bottom: 1px solid #d4d4d4;
  }
}

/* browse after search field style.css 3 */
 .slider-text p {
    line-height: 3;
 }
.slider-text .browse span a, .slider-text .browse span a i  {color: rgba(0, 0, 0, 0.7);}

 /* search menu direng #F85959 #F9BE37 89% -206px; */
.home-search {
  padding: 20px 0 0 0 !important; }
.slider-text p {color: rgba(0, 0, 0, 0.8);} 
 /* @media (min-width: 768px) { */
.home-search {
      margin-top: -256px;
      padding: 0 !important; } /*}*/
.home-search .container-wrap {
    z-index: 1; }
  @media (min-width: 768px) {
.slider-text p {color: rgba(255, 255,255, 0.8);} 
.home-search .container-wrap {
        width: 94%; } }
 /* 
.home-search {
  position: relative;
  width: 100%;
  display: block; } */
.home-search .nav-pills p {
    margin-bottom: 0; }
.home-search .nav-pills .nav-link {
    padding: 10px 30px !important;
    border-radius: 0;
    margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
 /*   @media (max-width: 991.98px) {
.home-search .nav-pills .nav-link {
        color: rgba(0, 0, 0, 0.3);
		background-color: rgba(0, 0, 0, 0.1);	} } */
.home-search .nav-pills .nav-link.active, .home-search .nav-pills .nav-link:hover {
      color: #000;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: 1px solid transparent;
      background: #FFFFFF; } /* #F85959; */
/* 
.home-search .nav-pills .nav-link.active:after, .home-search .nav-pills .nav-link:hover:after {
        opacity: 1; }
      @media (max-width: 767.98px) {
.home-search .nav-pills .nav-link.active:after, .home-search .nav-pills .nav-link:hover:after {
          opacity: 0; } } */
    @media (max-width: 767.98px) {
.home-search .nav-pills .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 5px; } }
.home-search .tab-content {
    background: #fff; }
/* 
.home-search .fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
 @media screen and (prefers-reduced-motion: reduce) {
.home-search .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } } 
.home-search .fade:not(.show) {
    opacity: 0; }
	*/
	
.home-search .tab-content > .tab-pane {
  display: none; }

.home-search .tab-content > .active {
  display: block; }
  
