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

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


/***********
 * FRAME 2 *
 * *********/
.frame-2 {
	position: relative;
	padding: 40px 0;
}

.frame-2 .left,
.frame-2 .right {
	display: inline-block;
	vertical-align: top;
}

.frame-2 .left {
	width: 30%;
}

.frame-2 .left.docked {
	position: fixed;
	top: 80px;
}

.frame-2 .left.docked + .right {
	padding-left: 30%;
}

.frame-2 .left a {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	
	font-size: 18px;
	font-weight: 500;
	
	box-sizing: border-box;
	cursor: pointer;
	
	color: #fdcd52;
	
	border-radius: 5px;
	text-decoration: none;
	
	float: left;
	clear: left;
}

.frame-2 .left a:hover {
	color: #FFF;
	background-color: #fdcd52;
}

.frame-2 .right {
	width: 70%;
}

.frame-2 .right h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 40px 0;
}

.frame-2 .right p {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.frame-2 .right p + h3 {
	margin: 40px 0;
}

.frame-2 .right ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: disc;
	list-style-position: inside;
}

.frame-2 .right ul li {
	margin: 0 0 10px 0;
	font-size: 16px;
}





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

/* Plus petit que 700
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 700px) {
	.frame-2 .left,
	.frame-2 .right {
		dispaly: block;
		width: 100%;
	}
	
	.frame-2 .left {
		text-align: center;
	}
	
	.frame-2 .left p {
		display: inline-block;
		float: none;
	}
}



/* Plus petit que 480
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
	.frame-1 {
		padding: 60px 0;
	}
	
	.frame-1 h1 {
		font-size: 30px;
	}
}