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

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




/***********
 * FRAME 1 *
 * *********/
.frame-header {
	background-image: url('/img/pages/specialiste/bg-frame-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


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

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

.frame-2 .rectangle {
	position: absolute;
	top: calc(50% - 110px);
	left: 0;
	
	width: 100px;
}

.frame-2 .rectangle > div {
	height: 80px;
}

.frame-2 .rectangle .top {
	margin-bottom: 60px;
}

.frame-2 .left,
.frame-2 .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	
	box-sizing: border-box;
}

.frame-2 .left {
	padding: 0 0 0 160px;
}

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

.frame-2 .right {
	padding: 0 140px 0 40px;
}

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

.frame-2 .right p span {
	padding: 2px 5px;
}

.frame-2 .right a img {
	display: block;
	width: 120px;
	margin: 0 auto;
}

.frame-2 .img-content {
	text-align: center;
	margin: 20px 0 0 0;
}

.frame-2 .img-content img {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 16px 0 0;
}










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

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

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

.frame-3 .left,
.frame-3 .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

.frame-3 .left {
	padding: 0 50px 0 160px;
}

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

.frame-3 .left p span {
	padding: 2px 5px;
}

.frame-3 .left p a {
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none;
}

.frame-3 .right {
	padding: 20px 60px 0 30px;
}

.frame-3 .right h2 {
	font-size: 60px;
	font-weight: 300;
	margin: 0;
}

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












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

/* Plus petit que 1200
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1200px) {
	.frame-3 {
		margin: 0;
	}
	
	.frame-3 .illu {
		width: 400px;
		bottom: 20px;
	}
}



/* Plus petit que 850
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 850px) {
	.frame-2 .rectangle {
		display: none;
	}
	
	.frame-2 .container {
		padding: 0 20px;
	}
	
	.frame-2 .left,
	.frame-2 .right {
		padding: 0;
	}
	
	.frame-3 {
		padding: 40px 0 !important;
	}
	
	.frame-3 .container {
		padding: 0 20px;
	}
	
	.frame-3 .left {
		padding: 0;
	}
	
	.frame-3 .right {
		padding: 0 0 0 40px;
	}
	
	.frame-3 .illu {
		display: none;
	}
}




/* Plus petit que 650
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 650px) {
	.frame-1 .link {
		display: none;
	}
	
	.frame-2 .titre {
		display: none;
	}
	
	.frame-2 .left,
	.frame-2 .right {
		display: block;
		width: 100%;
	}
	
	.frame-2 .left h2 {
		font-size: 40px;
		line-height: normal;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.frame-2 .left h2 br {
		display: none;
	}
	
	
	.frame-3 .titre {
		display: none;
	}
	
	.frame-3 .left,
	.frame-3 .right {
		display: block;
		width: 100%;
	}
	
	.frame-3 .container {
		display: flex;
		flex-direction: column;
	}
	
	.frame-3 .left {
		order: 2;
	}
	
	.frame-3 .right {
		order: 1;
		padding: 0;
	}
	
	.frame-3 .right h2 {
		font-size: 40px;
		line-height: normal;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.frame-3 .right h2 br {
		display: none;
	}
}




/* Plus petit que 450
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 450px) {
	.frame-2 .img-content img {
		width: calc(50% - 20px);
		margin: 0 16px 20px 0;
	}
}











/*-- HAUTEUR --*/

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

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


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