/*--------------------------------------------------------------
  Template Name: Tmart-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Tmart is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: Theme365
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}


.hi-slide.owl-carousel {
	position: relative;
/*	width: 754px; */
	height: 100px;
	width:100%;
/*	margin: 115px auto 0; */
}

/*.hi-slide.owl-carousel .col-xs-12 {
    width: 50%;
	align: center;
}*/

/*
.hi-slide.owl-carousel .hi-next,
.hi-slide.owl-carousel .hi-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: white;
	color: black;
	transition: all 0.7s;
	font-size: 20px;
	font-weight: bold;
}
*/
/*
.hi-slide.owl-carousel .hi-next:hover,
.hi-slide.owl-carousel .hi-prev:hover {
	opacity: 1;
	background-color: white;
}

.hi-slide.owl-carousel .hi-prev {
	left: -70px;
}

.hi-slide.owl-carousel .hi-prev::before {
	content: '<';
}

.hi-slide.owl-carousel .hi-next {
	right: -70px;
}

.hi-slide.owl-carousel .hi-next::before {
	content: '>';
}

.hi-slide.owl-carousel > ul {
	list-style: none;
	position: relative;
	width: 754px;
	height: 292px;
	margin: 0;
	padding: 0;
}
.hi-slide.owl-carousel > ul > li{
	overflow: hidden;
	position: absolute;
	z-index: 0;
	left: 377px;
	top: 147px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 3px solid white;
	background-color: #333;
	cursor: pointer;
	
}
*/
.hi-slide.owl-carousel img {
	width: 100%;
	height: 100%;
	/*background-position: center;*/
}

.separateur-fin img {
	width: 100%;
	height: 100%;
	/*background-position: center;*/
}

.titre__section h2 {
    color: #6ba2ba;
    font-size: 28px;
/*    font-weight: 50;*/
}

.shp__pro__det img {
        min-width: 80%;
		padding-left: 80px;
		padding-bottom: 40px;
    }
	
	

.mon-portfolio-area .product {
    margin-top: 30px;
}




.mapouter{position:relative;text-align:right;height:100%;width:100%;}
.gmap_canvas {overflow:hidden;background:none!important;height:100%;width:100%;}
	
/*  -------   
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}*/
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 1000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

/* -------- */

	/* Media */
		.media{
			position: relative;
			border-bottom: 1px solid #eee;
			margin-top: 20px;
			padding-bottom: 10px;
		}

		.media .media-object{
			width: 80px;
			height: 80px;
		}

		.media .controls {
			position: absolute;
			top: 0;
			right: 0;
			left: auto;
			width: 100px;
			height: 100%;
			background-color: #fff;
			text-align: left;
		}

		.media .controls .input-group {
			margin-bottom: 15px;
		}

		.media .controls .input-group input {
			border-left: none;
			border-right: none;
			text-align: center;
		}

		.media .controls .input-group .input-group-btn .btn{
			width: 100%;
			min-width: auto;
			max-width: auto;
		}
	/* Media */	
	
			/* Checkout */
			.checkout form h2 {
				margin-top: 4px;
			}

			.checkout form .group {
				margin-top: 20px;
			}

			.checkout form button[type="submit"] {
				width: 200px;
			}

			/* Cart */
				.checkout .checkout-cart {
					width: 100%;
					height: auto;
					overflow: hidden;

					margin-top: 20px;
				}

				.checkout .checkout-cart > .content {
					display: block;
					width: 100%;
					height: 100%;
					overflow: auto;
					box-sizing: border-box;
				}

				.checkout .checkout-cart > .content > .media:last-child {
					border: none;
				}
			/* Cart */
		/* Checkout */

		/* Cart */
			.checkout .checkout-cart > .content {
				border: none;
			}


/****** Nbre Cart ***********/


.brdcart {
	/*border:1px solid #f61172;
	padding:3px;
   -moz-border-radius: 10px 10px 10px 10px;
   -webkit-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px;*/
   font-weight: normal;
   /*font-size: 11px;
   vertical-align: middle;
/*   display: inline-block;*/

	 padding-right:5px;
	 padding-left:5px;
	 font-size: 15px;
	 
 }
 
 .input-sm{
	 height:33px;
	 //*padding:5px 10px;*/
	 font-size:14px;
	 line-height:1.5;
	 border-radius:3px
	 align=right;
	 }
	 
.htc__login__btn button {
    border: 1px solid #d5d5d5;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    width: 150px;
    color: #4b4b4b;
    /*text-transform: uppercase;*/
}

.htc__login__btn button:hover {
    background: #f61172;
    color: #fff;
    border: 1px solid #f61172;
}

.mvola {
	width: 100px;
	height: 54px;
	background:url(../images/mvola.png);
}