.content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 200px;
	font-size: 14px;
}

.clear {
	clear: both;
}

.colOne {
	width: 300px;
	float: left;
}

.colOne h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Montserrat";
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 120px;
	margin-top: 100px;
}

.colOneEtape1, .colTwoEtape1 {
	margin-top: 100px;
}

.colOneEtape1 h1 {
	margin-top: 0px;
}

.colOne p {
	color: #fff;
	font-size: 14px;
}

.colOneLien a {
	color: #fff;
	position: relative;
	padding-left: 30px;
	display: block;
	font-size: 14px;
}

.colOneLien a:before {
    content: '';
	background-color: #fff;
    mask: url(../img/Pictos-07.svg) no-repeat;
    -webkit-mask: url(../img/Pictos-07.svg) no-repeat;
    display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 7px;
	left: 6px;
}

.colTwo {
	width: 600px;
	float: right;
	position: relative;
}

.choix2 {
	text-align: center;
}

.choixBox2 {
	width: 105px;
	background-color: #e3e3e3;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	border: 5px #e3e3e3 solid;
	cursor: pointer;
	padding: 20px;
	display: inline-block;
	position: relative;
	height: 90px;
	vertical-align: middle;
}

.choixBox2:hover {
	border-color: #a2c03a;
}

.choixBox2Texte {
	font-family: "Montserrat";
	font-weight: 900;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.choixBox2Texte span {
	display: block;
	font-weight: 400;
}

.choix {
	text-align: center;
}

.choixBox {
	width: 180px;
	background-color: #e3e3e3;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	border: 5px #e3e3e3 solid;
	cursor: pointer;
	padding: 20px;
	display: inline-block;
	position: relative;
}

.choixBox:hover {
	border-color: #a2c03a;
}

.choixBoxImage {
	margin-top: 20px;
	text-align: center;
}

.choixBoxImage img {
	height: 80px;
}

.choixBoxTexte {
	font-family: "Montserrat";
	font-weight: 900;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

.choixBox3 {
	width: 128px;
	height: 128px;
	background-color: #e3e3e3;
	margin-left: 15px;
	margin-right: 15px;
	border: 5px #e3e3e3 solid;
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	vertical-align: middle;
}

.choixBox3:hover {
	border-color: #a2c03a;
}

.choixBox3Image {
	margin-top: 20px;
	text-align: center;
}

.choixBox3Image img {
	height: 50px;
}

.choixBox3Texte {
	font-family: "Montserrat";
	font-weight: 900;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.selChoixBox {
	border-color: #a2c03a;
	-webkit-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	background-color: #fff;
}

.selChoixBox:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	right: 20px;
	width: 40px;
	height: 40px;
    background: url(../img/Pictos-16.svg) no-repeat;
}

.btnsADroite {
	text-align: right;
	margin-top: 20px;
	position: relative;
	margin-right: 15px;
}

.colTwo .btnRetour {
	position: absolute;
	top: 0;
	left: 30px;
	cursor: pointer;
}

.colOne .btnRetour {
	margin-top: 100px;
	cursor: pointer;
}

.btnRetour:before {
    content: '';
	background-color: #fff;
    mask: url(../img/Pictos-06.svg) no-repeat;
    -webkit-mask: url(../img/Pictos-06.svg) no-repeat;
    display: block;
	width: 18px;
	height: 18px;
	transform: rotate(180deg);
}

.btns {
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

.btnVert {
	background-color: #a2c03a;
	color: #fff;
	border: 0;
	border-radius:20px;
	padding: 10px 30px;
	display: inline-block;
	font-size: 20px;
	font-family: "Roboto Condensed";
	cursor: pointer;
	-webkit-appearance: none;
}

.btnVert:active {
	background-color: #80982e;
}

.btnRose {
	background-color: #601732;
	color: #B52B5F;
	border: 0;
	border-radius:20px;
	padding: 10px 30px;
	display: inline-block;
	font-size: 20px;
	font-family: "Roboto Condensed";
	cursor: pointer;
	-webkit-appearance: none;
}

#pagination {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
}

#paginationChiffre {
	text-align: center;
	margin-bottom: 20px;
}

#paginationChiffre span {
	color: #000;
	border: 2px #000 solid;
	padding: 5px 0px;
	width: 32px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-family: "Roboto Condensed";
	font-size: 18px;
	margin-left: 5px;
	margin-right: 5px;
}

#paginationChiffre span.sel {
	color: #fff;
	border-color: #fff;
}

#paginationChiffre span.check {
	color: #a2c03a;
	border-color: #a2c03a;
}

#paginationSep {
	background-color: #fff;
	width: 16px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 3px;
}

#paginationTitre {
	font-family: "Roboto Condensed";
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

#paginationTitreMenu {
	border-bottom: 1px #fff solid;
	position: relative;
	padding-right: 25px;
	cursor: pointer;
	display: inline-block;
}

#paginationTitreMenu:before {
	position: absolute;
	top: 7px;
	right: 0;
    content: '';
	background-color: #fff;
    mask: url(../img/Pictos-07.svg) no-repeat;
    -webkit-mask: url(../img/Pictos-07.svg) no-repeat;
    display: block;
	width: 18px;
	height: 18px;
	transform: rotate(90deg);
}

#paginationTitreMenuList {
	position: absolute;
	top: 24px;
	left: 0;
	background-color: #B52B5F;
	border: 1px #fff solid;
	z-index: 2;
	display: none;
	width: 240px;
}

#paginationTitreMenuList a {
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	display: block;
	text-decoration: none;
}

#paginationTitreMenuList a:hover {
	text-decoration: underline;
}

#formEtape {
	width: 315px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.formTexte {
	color: #fff;
	margin-bottom: 10px;
}

.formSelect {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 900;
	background-color: #fff;
	position: relative;
	width: 295px;
	padding: 18px 13px;
	cursor: pointer;
}

.formSelectBtn {
	position: absolute;
	background-color: #a2c03a;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	cursor: pointer;
}

.formSelectBtn:before {
	position: absolute;
	top: 17px;
	right: 18px;
    content: '';
	background-color: #fff;
    mask: url(../img/Pictos-06.svg) no-repeat;
    -webkit-mask: url(../img/Pictos-06.svg) no-repeat;
    display: block;
	width: 23px;
	height: 23px;
	transform: rotate(90deg);
}

.formSelectList {
	position: absolute;
	top: 54px;
	left: 0px;
	width: 321px;
	display: none;
	background-color: #fff;
	z-index: 2;
}

.formSelectOption {
	padding: 10px 10px;
	font-weight: 400;
	cursor: pointer;
	display: block;
}

.formSelectOption:hover {
	background-color: #f0f0f0;
}

#offre {
	background-color: #fff;
	padding: 10px;
	width: 400px;
	-webkit-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	position: relative;
	float: left;
}

#offre:before {
	position: absolute;
	bottom: 150px;
	left: -50px;
    content: '';
    background: url(../img/Pictos-30.svg) no-repeat;
    display: block;
	width: 50px;
	height: 50px;
}

#offre:after {
	position: absolute;
	top: 100px;
	right: -70px;
    content: '';
    background: url(../img/Pictos-29.svg) no-repeat;
    display: block;
	width: 50px;
	height: 50px;
}

#offreContent {
	border: 1px #e3e3e3 solid;
	padding: 20px;
}

#offreTitre {
	text-align: center;
	font-family: "Roboto";
	font-size: 16px;
	color: #292929;
}

#offrePrix {
	text-align: center;
	color: #ab295a;
	font-family: "Montserrat";
	font-weight: 900;
	font-size: 78px;
	margin-top: 80px;
}

#offrePrixInfo {
	font-family: "Roboto";
	font-size: 16px;
	color: #b52b5f;
	text-align: center;
}

#offreContenu {
	color: #8e8e8e;
	font-size: 14px;
	width: 200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

#offreContenu ul {
	margin: 0;
	padding: 0;
}

#offreContenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#offreContenu ul li:before {
	background-image: url(../img/Pictos-16.svg);
	background-repeat: no-repeat;
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: -30px;
	width: 20px;
	height: 20px;
}

#offreBtn {
	text-align: center;
}

#offreBtn a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #a2c03a;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto Condensed";
	text-decoration: none;
}

#offreDetail {
	text-align: center;
	margin-top: 20px;
}

#offreDetail a {
	color: #8e8e8e;
	font-size: 16px;
	font-family: "Roboto Condensed";
	font-weight: 300;
	position: relative;
}

#offreDetail a:before {
	position: absolute;
	top: 3px;
	left: -30px;
    content: '';
	background-color: #8e8e8e;
    mask: url(../img/Pictos-07.svg) no-repeat;
    -webkit-mask: url(../img/Pictos-07.svg) no-repeat;
    display: block;
	width: 23px;
	height: 23px;
	transform: rotate(90deg);
}

#offreFoyer {
	float: left;
	margin-left: 20px;
	background-color: #a0be39;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 30px 10px;
	margin-top: 338px;
}

#offreFoyerPrix {
	font-size: 32px;
	font-family: "Montserrat";
	font-weight: 900;
}

#offreFoyerTout {
	font-weight: bold;
}

#offreFoyerBtn {
	margin-top: 10px;
}

#offreFoyerBtn a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	border: 1px #fff solid;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto Condensed";
	text-decoration: none;
}

#merci {
	text-align: center;
	color: #fff;
}

#merci h1 {
	padding: 0;
	margin: 0;
	font-family: "Montserrat";
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 50px;
}

#merci p {
	font-size: 18px;
	font-family: "Roboto";
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#merciBtn {
	text-align: center;
	margin-top: 50px;
}

#merciBtn a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	border: 1px #fff solid;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto Condensed";
	text-decoration: none;
}

#appareil, #paiement {
	width: 820px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
}

#appareilHeader, #paiementHeader {
	padding: 40px 20px;
	text-align: center;
	background-color: #f0f0f0;
}

#appareilHeader h1, #paiementHeader h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 900;
	font-family: "Montserrat";
}

#appareilHeader h2, #paiementHeader h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
}

#paiementContent {
	padding: 50px;
}

#appareilTitre {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	font-family: "Montserrat";
}

#appareilForm {
	width: 600px;
	margin: 0 auto;
}

.appareilCol {
	width: 290px;
	float: left;
}

#appareilBtn {
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: right;
	padding-bottom: 50px;
}

#appareilBtn input[type=submit], #paiementBtn input[type=submit] {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #a2c03a;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto Condensed";
	text-decoration: none;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

#appareilBtn input[type=submit]:active, #paiementBtn input[type=submit]:active {
	background-color: #80982e;
}

#paiementBtn {
	margin-top: 50px;
	text-align: center;
}

#appareilForm .appareilCol:nth-child(1) {
	padding-right: 20px;
}

.appareilFormChamp {
	margin-bottom: 20px;
}

.appareilFormTexte {
	font-size: 14px;
	color: #8e8e8e;
	padding-bottom: 10px;
}

.appareilFormInput input {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	font-size: 16px;
	background-color: #f0f0f0;
	color: #292929;
	padding: 10px;
}

#listeAppareilsEligibles, #detailOffre {
	background-color: #fff;
	display: none;
}

#listeAppareilsEligibles .content, #detailOffre .content {
	position: relative;
	margin: 0 auto;
	padding: 50px;
}

#buttonFermer {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
	color: #b52b5f;
	font-size: 20px;
}

#buttonFermer:after {
    content: '';
	background-color: #b52b5f;
    mask: url(../img/Pictos-01.svg) no-repeat;
    -webkit-mask: url(../img/Pictos-01.svg) no-repeat;
    display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	transform: rotate(180deg);
}

.listeAppareilsTitre {
	text-transform: uppercase;
	color: #ccc;
	font-size: 18px;
	padding-top: 20px;
}

.listeAppareilsDetails {
	border-bottom: 1px #ccc solid;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.msg {
	text-align: center;
	font-weight: bold;
	color: #dd0000;
	margin-bottom: 20px;
	font-size: 18px;
}

#paiementMontant {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
	font-family: "Montserrat";
	font-weight: 900;
	color: #b52b5f;
}

#paiementMontant span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #525252;
}

.paiementFormLabel {
	text-align: center;
	font-size: 16px;
	padding: 5px;
	margin-top: 30px;
}

.paiementFormBox {
	text-align: center;
}

.paiementFormBox input[type=text], .paiementFormBox select {
	border: 0;
	font-size: 14px;
	background-color: #f0f0f0;
	color: #292929;
	padding: 10px;
	text-align: center;
}

.paiementFormInfo {
	color: #aaa;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	padding: 5px;
	text-align: center;
}

/* OFFRE DETAIL */


.offreDetailTitre {
	color: #8e8e8e;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
}

.offreDetailLigne {
	width: 700px;
	margin: 0 auto;
	border-top: 1px #ececec solid;
}

.offreDetailLigneTitre {
	display: inline-block;
	color: #8e8e8e;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 245px;
}

.offreDetailLigneValeur {
	display: inline-block;
	color: #292929;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 445px;
}

.offreDetailLigneValeur a {
	color: #B52B5F;
}

#contenuColTwo {
	height: 350px;
	padding-top: 70px;
}

.formEtape2 {
	padding-top: 50px;
}

#formEtape.choixNoMargin {
	width: 344px;
}

.choixNoMargin .choixBox2:nth-child(1) {
	margin-left: 0;
}

.choixNoMargin .formSelect {
	width: 320px;
}

.choixNoMargin .formSelectList {
	width: 346px;
}

.choixNoMargin .choixBox2:nth-child(2) {
	margin-right: 0;
}

#etapeBas {
	display: none;
}

a {
	color: #B52B5F;
}

@media (max-width: 750px) {

	.content {
		width: auto;
		padding: 20px;
	}

	.colOne {
		width: auto;
		float: none;
	}

	.colOne h1 {
		margin-bottom: 20px;
	}

	.colTwo {
		width: auto;
		float: none;
	}

	.colOneEtape1, .colTwoEtape1 {
		margin-top: 0;
	}

	.colOneEtape1 h1 {
		font-size: 26px;
		text-align: center;
	}

	.choixBox {
		width: 100px;
		margin-bottom: 20px;
	}

	.choixBoxImage {
		margin-top: 0;
	}

	.choixBoxImage img {
		height: 45px;
	}

	.choixBoxTexte {
		font-size: 14px;
	}

	.selChoixBox::before {
		width: 25px;
		height: 25px;
		top: -15px;
	}

	.colOne h1 {
		font-size: 26px;
		text-align: center;
		margin-top: 0;
	}

	.colOne p {
		display: none;
	}

	.colOneLien {
		display: none;
	}

	#pagination {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}

	#paginationTitre {
		font-size: 14px;
		margin-bottom: 0;
	}

	#contenuColTwo {
		padding-top: 20px;
	}

	.choixBox3 {
		width: 103px;
		height: 103px;
		padding: 5px;
		margin-left: 7px;
		margin-right: 7px;
		margin-bottom: 14px;
	}

	.choixBox3Image {
		margin-top: 15px;
	}

	.choixBox3Image img {
		height: 35px;
	}

	.choixBox3Texte {
		margin-top: 15px;
		font-size: 12px;
	}

	.colTwo .btnRetour {
		top: 7px;
	}

	#etapeBas {
		display: block;
		color: #fff;
		width: 250px;
		margin: 0 auto;
	}

	#etapeBas p {
		text-align: center;
	}

	#etapeBas .colOneLien {
		display: block;
	}

	#paginationTitreMenuList {
		left: 50%;
		margin-left: -120px;
		position: fixed;
		top: auto;
	}

	#contenuColTwo {
		height: auto;
	}

	.formSelect {
		width: 100%;
		box-sizing: border-box;
		font-size: 12px;
	}

	.formSelectList {
		width: 100%;
		top: 52px;
	}

	.formSelectBtn {
		height: 52px;
		width: 52px;
	}

	#formEtape {
		width: auto;
		margin-bottom: 20px;
	}

	.btnsADroite {
		margin-bottom: 80px;
		margin-right: 0;
	}

	#formEtape.choixNoMargin {
		width: auto;
	}

	.choixBox2 {
		width: 80px;
		height: 80px;
		padding: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.choixBox2Texte {
		font-size: 12px;
	}

	.choixNoMargin .formSelect {
		width: 100%;
	}

	.choixNoMargin .formSelectList {
		width: 100%;
	}

	.colOne .btnRetour {
		display: none;
	}

	#offre {
		width: auto;
		float: none;
	}

	#offreTitre {
		font-size: 14px;
	}

	#offrePrix {
		font-size: 36px;
		margin-top: 50px;
	}

	#offrePrixInfo {
		font-size: 12px;
	}

	#offre:before {
		display: none;
	}

	#offre:after {
		display: none;
	}

	#offreContenu {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 125px;
	}

	#offreContenu ul li {
		font-size: 12px;
	}

	#offreContenu ul li::before {
		width: 14px;
		height: 14px;
		top: 11px;
	}

	#offreDetail a {
		font-size: 12px;
	}

	#offreDetail a::before {
		width: 13px;
		height: 13px;
		left: -20px;
		top: 5px;
	}

	#offreFoyer {
		float: none;
		width: auto;
		margin-top: 10px;
		margin-left: 0;
		padding-left: 50px;
		padding-right: 50px;
	}

	#offreFoyerPour {
		display: inline-block;
	}

	#offreFoyerPrix {
		display: inline-block;
	}

	#offreFoyerAssurez {
		display: inline-block;
	}

	#offreFoyerTout {
		display: inline-block;
	}
	.offreDetailTitre {
		text-align: center;
	}

	.offreDetailLigne {
		width: auto;
	}

	.offreDetailLigneTitre {
		width: auto;
		text-align: center;
		display: block;
		padding-bottom: 0;
	}

	.offreDetailLigneValeur {
		width: auto;
		text-align: center;
		display: block;
		padding-top: 0;
	}

	#etapeBas.etapeOffre p {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
	}

	#etapeBas .btnRetour {
		position: relative;
		left: auto;
		top: auto;
	}

	#appareil, #paiement {
		width: auto;
	}

	#appareilHeader h1, #paiementHeader h1 {
		font-size: 20px;
	}

	#appareilForm {
		width: auto;
		padding: 10px;
	}

	.appareilCol {
		width: auto;
		float: none;
	}

	#appareilBtn {
		width: auto;
		text-align: center;
		margin-top: 0;
	}

	#paiementContent {
		padding: 10px;
	}

	.paiementFormBox input[type="text"] {
		width: 100%;
		box-sizing: border-box;
	}

	.colTwo .btnRetour {
		left: 0;
	}

}