.grid2 {
	position: relative;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	width: 100%;
	margin: -10px;
}
.grid2 figure {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px;
	max-height: 680px;
	max-width:1920px;
	min-width: 320px;
	width: 100%;
	height: auto;
	background: #DA0710;
	text-align: center;
	cursor: pointer;
}
.grid2 figure img {
	position: relative;
	max-height: 680px;
	max-width:1920px;
	min-width: 320px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	margin-bottom: -4px;
}
.grid2 figure img a, .grid2 figure img a:hover {
	max-height: 680px;
	max-width:1920px;
	min-width: 320px;
	width: 100%;
}
.grid2 figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.grid2 figure figcaption {
	height: 100%;
	width: 100%;
}

/* Ancre */
.grid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	color: #FFF;
}
.grid2 figure h1 {
	font-family: 'Aquatico', Helvetica, Arial, sans-serif;
	word-spacing: -0.15em;
	letter-spacing: 1px;
	font-size: 35px;
	padding-top: 111px;
}
.grid2 figure h1 span {
	font-weight: 800;
	word-spacing: 5px;
}
.grid2 figure h1,
.grid2 figure p {
	margin: 0;
}
.grid2 figure p {
	font-family: 'Baloo2', Helvetica, Arial, sans serif;
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-apollo2 {
	background: #26aa92;
	max-height: 680px;
	max-width:1920px;
	min-width: 320px;
}
figure.effect-apollo2 img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-apollo2 figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(218, 7, 16, 0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo2 p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 600px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	font-size: 22px;
	color: white;
	font-weight: normal;
}
figure.effect-apollo2 a {
	color: #FFF;
	border: none;
}
figure.effect-apollo2 h1 {
	text-align: center;
}
figure.effect-apollo2 h1 a,
figure.effect-apollo2 h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
figure.effect-apollo2:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	max-width: 1920px;
	max-height: 680px;
}
figure.effect-apollo2:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo2:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Media queries */
@media screen and (max-width: 1450px) {
	.grid2 figure figcaption {
		padding: 3.3em;
	}  
	.grid2 figure h1 span {
		font-size: 35px;
	}
	figure.effect-apollo2 p {
		margin: 1.3em;
		max-width: 100%; 
	}
	figure.effect-apollo2 p a{
		position:relative;
		top: auto;
		left: auto;
	}
}
@media screen and (max-width: 1282px) {
	.content {
		text-align: center;
	}
	.grid2 figure h1 {
		font-size: 20px;
		padding-top: 41px;
	}
	.grid2 figure h1 span {
		font-weight: 400;
	}
    .grid2 figure figcaption {
		padding: 3.3em;
    }  
    .grid2 figure h1 span {
		font-size: 30px;
    }
	figure.effect-apollo2 p {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 1081px) {
	.grid2 {
		margin-top: -10px;
		margin-left: -10px;
	}
	.grid2 figure h1 {
		font-size: 21px;
		padding-top: 71px;
	}
}
@media screen and (max-width: 960px) {
	.grid2 {
		margin-top: -10px;
		margin-left: 0px;
	}
	.grid2 figure h1 {
		padding-top: 40px;	
	}
	.grid2 figure h1 span {
		font-size: 21px;
    }
	figure.effect-apollo2 p {
		font-size: 16px;
	}	
}
@media screen and (max-width: 60em) {
	.content {
		text-align: center;
	}
	.grid2 figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
@media screen and (max-width: 555px) {
	.grid2 figure h1 {
		padding-top: 85px;
	}
}
@media screen and (max-width: 434px) {
	.grid2 figure h1 {
		margin-top: 10px;
		padding-top: 65px;
	}
	figure.effect-apollo2 img {
		margin-top: -18px;
		height: 250px;
		width: 100%;
    }
	.grid2 {    
		margin-bottom: 10px;
	}
	figure.effect-apollo2 p {
		margin: 1em;
		max-width: 100%; 
		font-size: 12px; 
	}
	figure.effect-apollo2 p a{
		position: relative;
		top: auto;
		left: auto;
	}
}
@media screen and (max-width: 414px) {
	.grid2 figure h1 {
		padding-top: 45px;
	}
	.grid2 {	
		margin-bottom: 10px;
	}
	figure.effect-apollo2 p {
		margin: 1em;
		max-width: 100%; 
	}
	figure.effect-apollo2 p a{
		position:relative;
		top: auto;
		left:auto;
	}
}
@media screen and (max-width: 363px) {
	.grid2 figure h1 {
		padding-top: 75px;
	}
}
@media screen and (max-width: 303px) {
 	figure.effect-apollo2 h1 {
		margin-top: -25px;
	}
}

/* Accessibilité */
.accessible-mode .grid2 figure h1 span {
	font-size: 32px; 
	font-family: Arial, Helvetica, sans-serif;
}