@charset "utf-8";
/* CSS Document */

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

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

.grid {
	position: relative;
	/*margin: 0 auto;
	padding: 1em 0 50em;*/
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid a	{ color:#FFF;}

/* Common style */
.grid figure {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	max-width: 100%;
	max-height:auto;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 1;
}

/*Disable padding & marging from -col-*/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.no-padding		{ padding: 0;}

.nomargin	{ margin: 0;}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-family: 'Titillium Web';
	font-weight:700;
	font-size:39px;
	margin-bottom:70px;
}

.grid figure h3 {
	font-family: 'Titillium Web';
	font-weight:400;
	font-size:30px;
	
}

.grid figure h2 span {
	font-weight: bold;
}

.grid figure h3 span {
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 0px;
	font-size: 100%;
	color:#fff;
}

/* Individual effects */



/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

/*cardre au hover sur l'image*/
figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

/*texte sur l'image*/
figure.effect-roxy figcaption {
	padding: 5em;
	text-align: left;
}/*---------------------------------------------------------------------*/

figure.effect-roxy h2 {
	padding: 28% 0 0px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*---------------------------------------------------------------------------------*/

.contact	{ padding-left:0px; padding-right:0px;}
.contact a	{color:#FFF;}
.grid-contact {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width:100%;
	list-style: none;
	text-align: center;
	margin:0px;
	padding:0px;
}

/* Common style */
.grid-contact figure {
	float: none;
	overflow: hidden;
	margin: 10px 1%;
	max-width: 100%;
	max-height: 212px;
	width: 100%;
	height: auto;
	background: #ec4946;
	text-align: center;
	cursor: pointer;
	margin:0px;
	padding:0px;
}

.grid-contact figure img {
	/*position: relative;*/
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid-contact figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-contact figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid-contact figure figcaption,
.grid-contact figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-contact figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-contact figure h2 {
	word-spacing: -0.15em;
	font-weight: 700;
	font-size:50px;
}

.grid-contact figure h2 span {
	font-weight: 800;
}

.grid-contact figure h2,
.grid-contact figure p {
	margin: 0;
}

.grid-contact figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #ec4946;
}

figure.effect-julia img {
	max-width: 100%;
	height: 216px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: center;
}

figure.effect-julia h2 {
	position: relative;
	text-align:center;
	/*Espace haut du h2*/
	padding: 1em 0;
}

/*figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}*/

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

/*figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}*/


@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}



@media only screen and (max-width: 479px) {
/*Ajustement de la taille des polices dans les cases colorées*/
.grid {margin-bottom:0px; padding-bottom:0px;}
.grid figure {margin-bottom:-15px; padding-bottom:0px;}
.grid figure h2 {font-family: 'Titillium Web';font-weight:700;font-size:27px;}
.grid figure h3 {font-family: 'Titillium Web';font-weight:400;font-size:20px;}
figure.effect-roxy figcaption {padding-top: 10px;text-align:left;}
}