/***********
 * FRAME 1 *
 * *********/
.frame-1 {
	position: relative;
	padding: 80px 0;

	background-image: url('/img/pages/privatisation/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: 0;
	padding-top: 120px;

	background: white;
	border-bottom: 3px solid #000;
}

.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 .buttons {
	text-align: center;
}

.frame-2 a {
	display: inline-block;
	width: 340px;
	max-width: 100%;

	margin: 0 10px;
	margin-bottom: 10px;
	padding: 15px 5px;

	box-sizing: border-box;
	text-align: center;
	text-decoration: none;

	font-size: 20px;
	font-weight: 500;

	border-radius: 3px;
	color: white;

	-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);
}


.frame-2 .formules {
	display: flex;
	position: relative;
	top: 42px;
	justify-content: flex-end;
}


.frame-2 .formules img {
	max-width: 100%;
}






/***********
 * FRAME 3 *
 * *********/
.frame-3 {
	position: relative;
	padding: 120px 0;
}

.frame-3 .texte {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.frame-3 .texte span {
	font-size: 20px;
	color: #F8412F;
}




/* @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/privatisation/bg-header@2x.jpg'); }
	.frame-2 { background-image: url('/img/pages/privatisation/bg-frame-2@2x.jpg'); }
}




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

/* Plus petit que 1000
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1000px) {
	.frame-2 .formules {
		display: block;
	}

	.frame-3 .texte {
		display: block;
		text-align: center;
	}

	.frame-3 .texte span {
		display: inline-block;
		width: 25vw;
	}
}

/* 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;
	}

	.frame-3 .texte span {
		width: 100%;
	}
}
