/* enter here your custom CSS code */

.btn {
      margin: 7px auto !important;
}

.vikwallimage-container .owl-nav,
.vikwallimage-container .owl-dots{
  display:none !important;
}

.mainmenu{
  /*width:unset !important;*/
}

#sidebar-left .module:first-child .moduletable{
	padding: 30px 0px !important;
}

.vrimoditemsitemcost{
    font-weight: 600;
    margin-top: 10px;
}

aside .grid-module > .moduletable li {
    font-weight: 400;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 1.8em;
}

.thumbnail img{
    max-width: 240px;
    max-height: 240px;
}

.contact-position{
  display:none;
}

/****formulaires******/

.field2, .field23{
  float:left;
}


/****footer****/

#foot-cont .module{
  width:33%;
}

.footer2{
  display:none;
}

/*****************les locations de vélos****************/


.vrimoditems-divblock{
  border-bottom:0px;
}

.vrimoditemsboxdiv {
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff !important;
    transition: all 400ms ease-in-out 0s;
}

.vrimoditemsboxdiv:hover {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    transition: all 400ms ease-in-out 0s;
    background: #fff !important;
}

.vrimoditemsname {
    font-weight: bold;
    text-transform: uppercase;
      font-size: 1.1em !important;
}

.vriinf{
  text-align:center;
}

.vrimoditemsview a {
    background: #e20104 !important;
    border: 1px solid #b40003 !important;
    color: #fff !important;
    font-size: 0.8em;
    padding: 12px 15px !important;
    border-radius: 2px !important;
    cursor: pointer;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}

.vrimoditemsview{
  padding-bottom: 15px;
}

.vrimoditems-item {
    border: 0px;
    margin: 0px;
    padding: 10px;
}

/**********search form**********/

#slider #imgslider .moduletable {
  min-height: 1130px;
}

.slide-item, .carousel-inner {
    min-height: 1130px !important;
  }

.alibaba, .bottomsearch {
  display:block;
  position:absolute;
  z-index:1000;
  margin-top: 0px;
  margin-left: 0px;
  background-color:rgba(0,0,0,.8);
  padding:7px;
}

.alibaba .alibaba {
  	/*position:relative;*/
  	max-width: 100%;
    margin: 0 8%;
}

.alibaba h3 {
  margin-top:46% !important;
  margin-left: 12%;
  text-align:left !important;
}

.alibaba{
  color: #fff !important;
}

#vrimodselph, #vrimodselpm,
#vrimodseldh, #vrimodseldm{
  width:unset !important;
}

.fa-calendar-alt:before {
    color: red;
  font-size: 100%;
}

/*********blog items*****/
/*
.blog-item .item-image{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
  	transition: transform .3s;
  	margin-top:0px !important;
  	overflow:hidden;
}

.blog-item:hover .item-image {
	transform: scale(1.1);
}

.blog-item{
  position:relative;
  max-width: 100%;
  overflow:hidden;
}

.blog-item .item-content {
  transition: background 1s;
  z-index:10;
  background-color:rgba(0,0,0,0);
  color : #fff;
}

.blog-item .item-content:hover{
  background-color:rgba(0,0,0,0.3);
}
*/

@media (min-width: 768px) and (max-width: 1128px){
  .col-md-4 {
    max-width: 100% !important;
  }
  .alibaba h3 {
  	margin-top:24% !important;  
  }
  
}

@media (max-width: 768px){
  .alibaba h3 {
  	margin-top:30% !important;  
  }
  
  #slider #imgslider .moduletable {
 	 min-height: 832px;
	}

.slide-item, .carousel-inner {
    min-height: 832px !important;
  }

}