/*
 * Really small screens and up
 */

.node-footer-mea{
	min-height: 530px;
}
.node-footer-mea  ul.slides{
	position: relative;
}

.node-footer-mea .flex-direction-nav,
.node-footer-mea .flex-control-nav {
	display: block;
}
.node-footer-mea .flex-control-paging{
	bottom: 10%;
	left:0px;
}
.node-footer-mea .flex-control-paging li{
	display: inline-block;
	margin:0;
	width: 18px;
	height: 18px;
}
.node-footer-mea .flex-control-paging li a{
	width: 10px;
	height: 10px;
	background: transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,1);
	-o-box-shadow: inset 0 0 1px rgba(255,255,255,1);
	box-shadow:inset 0px 0px 1px rgba(255,255,255,1);
	top: 5px;
	left: 5px;
	position: relative;
}
.node-footer-mea .flex-control-paging li a.flex-active{
	width: 6px;
	height:6px;
	background: #ffffff;
	top: 7px;
	left: 7px;
}


.node-footer-mea .node-details-slide-image,
.node-footer-mea .field-name-field-slide-image, .node-footer-mea .field-name-field-slide-image-mobile{
	position: relative;
}
.slide .field-name-field-slide-image .background-actif{
	background-position:0 0;
	height: 460px;
	min-height: 460px;
	overflow: hidden;
	background-position: 50% 50%;
}
.slide .field-name-field-slide-image-mobile .background-actif  {
	  background-position:0 0;
	  height: 460px;
	  min-height: 460px;
	  overflow: hidden;
	  background-position: 50% 50% !important;
  }
.node-footer-mea .field-name-field-slide-image-text{
	position: absolute;
	color: #fff;
	top: 20%;
}
.node-footer-mea .field-name-field-slide-image-text .field-item {
	padding: 0 30px;
	color: #fff;
}
.node-footer-mea .field-name-field-slide-image-text .field-item:first-child{
	font-family: 'MillerBanner_Bold';
	font-size: 50px;
	line-height: initial;
	max-width: 90%;
	margin: 0 auto;
}
.node-footer-mea .field-name-field-slide-image-text .field-item:nth-child(2):before{
	content: "";
	width: 26px;
	height: 1px;
	display: block;
	background: #fff;
	margin: 30px auto;
}
.node-footer-mea .field-name-field-slide-image-text .field-item:nth-child(2) {
	line-height: 18px;
	letter-spacing: 1px;
	font-size: 12px;
	max-width: 300px;
	margin: 0 auto;
}
.node-footer-mea .field-name-field-slide-image-link a{
	color: #fff;
}
.node-footer-mea .field-name-field-slide-image-link  {
	top: 75%;
}


/*
 * Smalltouch sizes and up
 */
/* @media only screen and (min-width: 320px) {} */

/*
 * Smalltouch sizes and down
 */
@media only screen and (max-width: 480px) {

}


/*
 * Tablet sizes and up
 */
@media only screen and (min-width: 768px) {
	.slide .field-name-field-slide-image .background-actif {
		height: 460px;
		min-height: 460px;
	}
	.node-footer-mea .field-name-field-slide-image-link  {
		top: 63%;
	}
}

/*
 * Desktops/laptops and up
 */
@media only screen and (min-width: 1025px) {
	.slide .field-name-field-slide-image .background-actif {
		height: 570px;
		min-height: 570px;
	}
}


/*
 * Desktops/laptops FULL WITDH
 */
@media only screen and (min-width: 1600px) {
	


}
