@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src: url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src: url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

#ministre {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	height: 100%;
}


/* Common style */

#ministre figure {
	position: relative;
	float: right;
	overflow: hidden;
	min-width: 100% max-width: 480px;
	max-height: 272px;
	width: 100%;
	cursor: pointer;
}

#ministre figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	height: 100%;
	width: 100%;
	opacity: 1;
}

@media(max-width:1200px) {
	#ministre {
		height: 224px;
	}
	#ministre figure {
		height: 224px;
	}
	

}

@media(max-width:991px) and (min-width : 779px){
	#ministre {
		height: 172px;
	}
	#ministre figure {
		height: 25vw;
		max-height: 25vw;
		
	}
	#ministre figure h2, #ministre figure p{
		font-size: 0.9em;
	}
	#ministre figure.effect-zoe p.icon-links a{
		padding: 0.4em;
	}
}

@media(max-width:778px) {
	#ministre {
		height: 172px;
		min-height: 172px;
		margin-bottom: 20px;
	}
	#ministre figure figcaption{
		top: 75px;
	}
	#ministre figure h2, #ministre figure p{
		font-size: 0.9em;
	}
	#ministre figure.effect-zoe p.icon-links a{
		padding: 0.4em;
	}
}

#ministre figure figcaption {
	padding-right: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ministre figure figcaption::before,
#ministre figure figcaption::after {
	pointer-events: none;
}

#ministre figure figcaption {
	position: absolute;
	top: ;
	right: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

#ministre figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	color: white;
}

#ministre figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

#ministre figure h2 span {
	font-weight: 800;
}

#ministre figure h2,
#ministre figure p {
	margin: 0;
}

#ministre figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/


/***** Zoe *****/


/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	height: 3.75em;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

figure.effect-zoe h2 {
	float: right;
	font-family: 'Open sans', 'sans-serif';
	font-size: 1em;
}

figure.effect-zoe p.icon-links a {
	float: left;
	color: white;
	padding: 0.7em;
	margin-left: 0.5em;
	border: 1px solid white;
	font-size: 1.3em;
	margin-top: 10px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	text-decoration: none;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2 {
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
}

figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0, 10px, 5px);
	transform: translate3d(0, 10px, 5px);
	margin-top: 10px;
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}