.anchor.hover-frame-2 a { color: #FFF; }
.anchor.hover-frame-2 .rectangle > div { background-color: #A3A3A5; }
.anchor.hover-frame-2 .active .rectangle > div { background-color: #FFF; }

.anchor.hover-frame-3 a { color: #366889; }
.anchor.hover-frame-3 .rectangle > div { background-color: #D1D2D4; }
.anchor.hover-frame-3 .active .rectangle > div { background-color: #366889; }










/***********
 * FRAME 2 *
 * *********/
.frame-2 {
	position: relative;
	height: 70vh;
	display: flex;
	
	/*padding: 80px 0;*/
	
	background-image: url('/img/pages/presentation/photo.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
}

.frame-2 .container{
	margin: auto;
}

.frame-2 .titre:after {
	background-color: #366889;
}

.frame-2 .content {
	position: relative;
	width: 500px;
	left: 660px;
	margin: 0;
}

.frame-2 h2 {
	font-size: 60px;
	font-weight: 300;
	line-height: 80px;
	margin: 0 0 40px 0;
}

.frame-2 h2 b {
	display: block;
}

.frame-2 p {
	margin: 0 0 20px 0;
}












/***********
 * FRAME 3 *
 * *********/
.frame-3 {
	position: relative;
	height: 70vh;
	display: flex;
}

.frame-3 .container {
	margin: auto;
}

.frame-3 .titre:after {
	background-color: #366889;
}

.frame-3 .content {
	position: relative;
	display: block;
	width: 560px;
	max-width: 100%;
	
	padding: 70px;
	box-sizing: border-box;
	
	margin: 40px 0 0 30px;
	line-height: 26px;
	text-align: justify;
}

.frame-3 .content .open-popup {
	display: block;
	width: 100px;
	
	margin: 20px 0 0 0;
	padding: 2px;
	box-sizing: border-box;
	
	text-align: center;
	cursor: pointer;
}

.frame-3 .illu {
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 600px;
}


.overlay-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	z-index: 120;
}


.popup-frame-3 {
	display: none;
	position: fixed;
	top: 50%;
	left: calc(50% - 250px);
	width: 500px;
	
	margin: 0 auto;
	padding: 40px 40px 40px 120px;
	box-sizing:border-box;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
	line-height: 28px;
	font-size: 16px;
	
	z-index: 140;
	box-shadow: 0 0 20px 0 rgba(150, 150, 150, 0.6);
}

.popup-frame-3 p {
	margin: 0 0 20px 0;
}

.popup-frame-3 i {
	display: block;
}

.popup-frame-3 p:last-child {
	margin: 0;
}

.popup-frame-3 .rectangle {
	position: absolute;
	top: 20px;
	left: -60px;
}

.popup-frame-3 .rectangle > div {
	position: relative;
	width: 140px;
	height: 40px;
}

.popup-frame-3 .rectangle .top {
	margin: 0 0 30px 0;
}

.popup-frame-3 .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	
	width: 25px !important;
	height: 25px !important;
}













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

/* Plus petit que 1280
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1280px) {
	.frame-3 {
		padding: 80px 0;
	}
	.frame-3 .illu {
		width: 400px;
	}
}



/* Plus petit que 1200
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1200px) {
	.frame-2 {
		background-image: none;
	}
	
	.frame-2 .container {
		padding: 0 20px;
	}
	
	.frame-2 .content {
		position: static;
		width: 100%;
	}
}



/* Plus petit que 1010
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1010px) {
	.frame-3 .illu {
		display: none;
	}
	
	.frame-3 .content {
		position: static;
		width: 100%;
		margin: 0;
	}
}



/* Plus petit que 650
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 650px) {
	.frame-header .link {
		display: none;
	}
	
	.frame-3 .content {
		position: static;
		margin: 0;
		display: block;
		width: 100%;
		padding: 20px;
	}
}



/* Plus petit que 530
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 530px) {
	.popup-frame-3 {
		padding: 40px 20px;
		width: 100%;
		left: 0;
	}
	
	.popup-frame-3 .rectangle {
		display: none;
	}
}









/*-- HAUTEUR --*/

/* Plus petit que 1100
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-height: 1100px) {
	.frame-2 {
		height: auto;
		display: block;
		padding: 80px 0;
	}
}




/* Plus petit que 930
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-height: 930px) {
	.popup-frame-3 {
		height: 90vh;
		overflow-y: scroll;
	}
}




/* Plus petit que 620
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-height: 620px) {
	.frame-header {
		display: block;
		height: auto;
		padding: 40px 0;
	}
	
	.frame-3 {
		height: auto;
		display: block;
		padding: 80px 0;
	}
}