/*html { 

	height: 100%;
  	overflow: hidden;
  }
  .login-page
{
    
}
#slider {
    background-image: url(images/mac.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    top: 0px;
    height: 520px;
}
#slider .carousel {
    margin: auto;
    top: 46px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
}

#slider .carousel .carousel-item img {
    max-width: 100%;
    height: auto;
}
#slider .carousel{
	max-width: 650px;
    max-height: 410px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-auth{
    display: flex;
    align-items: center;
}
/*
.slider-auth:after{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: url(images/bg-auth.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 1;
    position: absolute;
}*//*

/* Carousel 
-----------------------------------------*/
/*
#slider {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width:1200px) {
	#slider {
		width: 900px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#slider {
		width: 850px;
	}
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: -36px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
}

.carousel-control.left, .carousel-control.right{
    display: none;
}

.carousel-control:hover {
    background: none !important;
}

.login-logo
{
    height: 77px;
    background: url(images/bandeau_efficom_trans.png) no-repeat left;
    margin-bottom: 0;
    border-bottom: 1px solid #E5E6E7;
    background-size: 800px 77px;
}

.login-box
{
    margin-top: 20%;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
}

#myCarousel
{
    padding: 5px;
    margin-left: 20%;
    margin-right: auto;
    width: 50%;
    height: 50%;
    margin-bottom: 10px;
    transform: rotateZ(-3.5deg) scale(0.85);
}
*/



html, body{
	height: 100vh!important;
}
.auth-flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.main-footer
{
    position: fixed;
    bottom: 0;
    margin-left: 0;
    width: 100%;
}

#login_form button{
	float: right;
	margin-left: 5px;
}

.carousel .item{
	height: 100%;
	margin-top: 80px;
	padding-bottom: 50px;
}
.carousel {
	position: relative;
	height: 100%;
	
  }
  .carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
  }
  .carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
	line-height: 1;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
	  -webkit-transition: -webkit-transform 0.6s ease-in-out;
	  -moz-transition: -moz-transform 0.6s ease-in-out;
	  -o-transition: -o-transform 0.6s ease-in-out;
	  transition: transform 0.6s ease-in-out;
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-perspective: 1000px;
	  -moz-perspective: 1000px;
	  perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	  left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	  left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  left: 0;
	}
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
	display: block;
  }
  .carousel-inner > .active {
	left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
  }
  .carousel-inner > .next {
	left: 100%;
  }
  .carousel-inner > .prev {
	left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
	left: 0;
  }
  .carousel-inner > .active.left {
	left: -100%;
  }
  .carousel-inner > .active.right {
	left: 100%;
  }
  .carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
  }
  .carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }
  .carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .carousel-control:hover,
  .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
  }
  .carousel-control .icon-prev:before {
	content: '\2039';
  }
  .carousel-control .icon-next:before {
	content: '\203a';
  }
  .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
  }
  .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
  }
  .carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
  }
  .carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
	text-shadow: none;
  }
  @media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
	  width: 30px;
	  height: 30px;
	  margin-top: -10px;
	  font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
	  margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
	  margin-right: -10px;
	}
	.carousel-caption {
	  left: 20%;
	  right: 20%;
	  padding-bottom: 30px;
	}
	.carousel-indicators {
	  bottom: 8%;
	}
	}
/*
  .carousel, .item{
		padding-top: 80px;
    height: 100%;
    display: block;
    position: absolute;
    content: '';
	width: 100%;
	padding-bottom: 45px;
}
.carousel-indicators li.active{
	height: 10px;
	padding: 5px;
}
.carousel-inner > .item{
	width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}*/

@media (max-height: 799px) {
	/*.carousel .item .fill.slider-1{
		background-image:url('/ihm/web/images/slider-1x1024.jpg')!important;
		}
*/
}

html,body{height:100%}#style-home .carousel,#style-home .item,#style-home .active{height:100%}.carousel-inner{height:100%}.fill{width:100%;height:100%;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover}
.fill{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	top: 0;
	position: absolute;
	}
@media (min-width: 1024px) {
/*	.fill{
		background-size: 100% 100%;
	}*/
}

.main-footer .contact-footer a:not(:last-child)::after {
	position: relative;
	content: '|';
	color: #fff;
	opacity: 0.5;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.login-page .navbar-brand>img{
	max-height: 100%;
}
.login-page .navbar-brand {
	height: 70px;
}
.login-page .navbar-header{
	padding: 5px 0;
}
