/***********
 * FRAME 1 *
 * *********/
.frame-1 {
	position: relative;
	padding: 80px 0;
	
	background-image: url('/img/pages/concept/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	text-align: center;
}

.frame-1 img {
	display: block;
	margin: 0 auto 20px auto;
}

.frame-1 h1 {
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.frame-1 h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}

.frame-1 a {
	display: block;
	width: 320px;
	max-width: 100%;
	
	margin: 40px auto 0 auto;
	padding: 15px 5px;
	
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	
	font-size: 20px;
	font-weight: 500;
	
	border-radius: 3px;
	background-color: #FFF;
	color: #e4503d;
	
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	
	box-shadow: rgba(142, 172, 189, 0.498039) 0px 5px 20px 0px;
}

.frame-1 a:hover {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}






/***********
 * FRAME 2 *
 * *********/
.frame-2 {
	position: relative;
	padding: 120px 0;
	
	background-image: url('/img/pages/concept/bg-frame-2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.frame-2 .texte {
	margin: 0 auto;
    padding: 0 180px 80px 180px;
    box-sizing: border-box;
}

.frame-2 .texte h2 {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 40px 0;
}

.frame-2 .texte p {
	margin: 0 auto 20px auto;
	
	font-size: 18px;
}

.frame-2 .texte p.big {
	font-size: 22px;
}

.frame-2 .bloc {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	
	text-align: center;
	
	padding: 40px 10px;
	
	box-sizing: border-box;
}

.frame-2 .bloc:first-of-type {
	margin-right: 5px;
}

.frame-2 .bloc:last-of-type {
	margin-left: 5px;
}

.frame-2 .bloc .img {
	position: relative;
	height: 210px;
	line-height: 210px;
	margin: 0 0 20px 0;
}

.frame-2 .bloc .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin: 0;
}

.frame-2 .bloc a {
	display: block;
	width: 340px;
	max-width: 100%;
	
	margin: 40px auto 0 auto;
	padding: 15px 5px;
	
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	
	font-size: 20px;
	font-weight: 500;
	
	border-radius: 3px;
	background-color: #FFF;
	color: #605551;
	
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	
	box-shadow: rgba(142, 172, 189, 0.498039) 0px 5px 20px 0px;
}

.frame-2 a:hover {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}




/* @2x
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.frame-1 { background-image: url('/img/pages/concept/bg-header@2x.jpg'); }
	.frame-2 { background-image: url('/img/pages/concept/bg-frame-2@2x.jpg'); }
}




/* Responsive
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Plus petit que 900
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 900px) {
	.frame-2 .texte {
		padding: 0 40px 40px 40px;
	}
}


/* Plus petit que 550
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 550px) {
	.frame-2 .texte {
		padding: 0;
	}
	
	.frame-2 .bloc {
		display: block;
		width: 100%;
		margin: 0 !important;
		padding: 20px 10px;
	}
	
	.frame-2 .bloc .img {
		height: auto;
		line-height: normal;
	}
}