body, html {
	margin: 0;
}

@media screen and (max-width: 770px) {
	.nomobile {
		display: none;
	}
}

@font-face {
	font-family: 'FuturaStd-Book';
	src: url("assets/fonts/FuturaStd-Book.woff2") format("woff2"), url("assets/fonts/FuturaStd-Book.woff") format("woff"), url("assets/fonts/FuturaStd-Book.ttf") format("truetype");
}

@font-face {
	font-family: 'FuturaStd-Medium';
	src: url("assets/fonts/FuturaStd-Medium.woff2") format("woff2"), url("assets/fonts/FuturaStd-Medium.woff") format("woff"), url("assets/fonts/FuturaStd-Medium.ttf") format("truetype");
}

@font-face {
	font-family: 'FuturaStd-Bold';
	src: url("assets/fonts/FuturaStd-Bold.woff2") format("woff2"), url("assets/fonts/FuturaStd-Bold.woff") format("woff"), url("assets/fonts/FuturaStd-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'FuturaStd-Heavy';
	src: url("assets/fonts/FuturaStd-Heavy.woff2") format("woff2"), url("assets/fonts/FuturaStd-Heavy.woff") format("woff"), url("assets/fonts/FuturaStd-Heavy.ttf") format("truetype");
}

@font-face {
	font-family: 'FuturaStd-LightOblique';
	src: url("assets/fonts/FuturaStd-LightOblique.woff2") format("woff2"), url("assets/fonts/FuturaStd-LightOblique.woff") format("woff"), url("assets/fonts/FuturaStd-LightOblique.ttf") format("truetype");
}

@font-face {
	font-family: 'FuturaStd-Light';
	src: url("assets/fonts/FuturaStd-Light.woff2") format("woff2"), url("assets/fonts/FuturaStd-Light.woff") format("woff"), url("assets/fonts/FuturaStd-Light.ttf") format("truetype");
}

section {
	padding: 80px 0 90px;
}

.bluebackground {
	background: url("assets/img/blue_background.jpg");
	background-size: cover;
	background-position: center;
}

.whitebackground {
	background: url("assets/img/white_background.jpg");
	background-size: cover;
	background-position: center;
}

.realwhitebackground {
	background: white;
}

.beginbackground {
	background: url("assets/img/backgroundbegin.jpg");
	background-size: cover;
	background-position: center;
}

.maintitle {
	color: #0d89a9;
	font-family: 'FuturaStd-Bold';
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.maintitle h2 {
	font-size: 30px;
}

@media screen and (max-width: 770px) {
	.maintitle h2 {
		font-size: 20px;
	}
}

.maintitle .subtitle {
	color: #11385a;
	font-family: 'FuturaStd-Book';
	font-size: 18px;
	text-transform: none;
	line-height: 20px;
	margin-top: 20px;
}

@media screen and (max-width: 770px) {
	.maintitle .subtitle {
		font-size: 16px;
	}
}

.maintitle.lined {
	color: #11385a;
}

@media screen and (max-width: 450px) {
	.maintitle.lined h2 {
		font-size: 25px;
	}
}

.maintitle.lined:after, .maintitle.lined:before {
	content: "";
	width: 150px;
	height: 2px;
	background: #11385a;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 770px) {
	.maintitle.lined:after, .maintitle.lined:before {
		height: 2px;
	}
}

.maintitle.lined:before {
	top: -20px;
}

.maintitle.lined:after {
	bottom: -20px;
}

.maintitle.lined .subtitle {
	color: #11385a;
	font-family: 'FuturaStd-Book';
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
}

@media screen and (max-width: 770px) {
	.maintitle.lined .subtitle {
		font-size: 16px;
	}
}

.bluebackground .maintitle {
	color: white;
}

.bluebackground .maintitle:after {
	background: white;
}

.bluebackground .maintitle.lined:after, .bluebackground .maintitle.lined:before {
	background: white;
}

.bluebackground .maintitle.lined .subtitle {
	color: white;
}

.button {
	border: 1px solid #43a7c8;
	cursor: pointer;
	width: auto;
	display: table;
	padding: 8px 20px;
	font-size: 25px;
	margin: 0 auto;
	text-align: center;
	background: #e7e7e7;
	text-transform: uppercase;
	font-family: 'FuturaStd-Heavy';
	color: #43a7c8;
	transition: 0.5s all;
}

.button:hover {
	color: #e7e7e7;
	background: #43a7c8;
	transition: 0.5s all;
	border: 1px solid #2e4f6d;
}

.button.big {
	background: transparent;
	color: #43a7c8;
	font-size: 43px;
	text-transform: none;
	font-family: 'FuturaStd-Bold';
	padding: 10px 30px;
	border: 2px solid #43a7c8;
	text-decoration: none;
}

@media screen and (max-width: 770px) {
	.button.big {
		font-size: 23px;
	}
}

.button.big:hover {
	color: #2e4f6d;
	background: #f1f1f1;
	transition: 0.5s all;
	border: 2px solid  #2e4f6d;
}

.demo_code {
	width: 250px;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 450px) {
	.demo_code {
		width: 100%;
	}
}

.demo_code .title {
	font-family: 'FuturaStd-Heavy';
	font-size: 22px;
	color: #0d89a9;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.demo_code .QR {
	margin-bottom: 20px;
}

.demo_code .QR img {
	width: 150px;
}

.demo_code .desc {
	font-family: 'FuturaStd-Light';
	color: #0d89a9;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 10px;
}

.demo_code .link a {
	font-family: 'FuturaStd-Book';
	color: #11385a;
}

.bluebackground .demo_code .title {
	color: white;
}

.bluebackground .demo_code .desc {
	color: white;
}

.bluebackground .demo_code .link a {
	color: #3fa8c9;
}

.demo_code .button {
	display: none;
}

@media screen and (max-width: 450px) {
	.demo_code .button {
		border: 1px solid #43a7c8;
		cursor: pointer;
		width: auto;
		display: table;
		padding: 8px 20px;
		font-size: 18px;
		margin: 20px auto 20px;
		text-align: center;
		background: #e7e7e7;
		text-transform: uppercase;
		font-family: 'FuturaStd-Heavy';
		color: #43a7c8;
		transition: 0.5s all;
	}
	.demo_code .button a {
		color: #3fa8c9;
	}
	.demo_code .button:hover {
		color: #e7e7e7;
		background: #43a7c8;
		transition: 0.5s all;
		border: 1px solid #2e4f6d;
	}
}

.gni_header_onmobile {
	display: none;
}

@media screen and (max-width: 450px) {
	.gni_header_onmobile {
		display: block;
		position: relative;
		padding: 15px;
		top: 0;
		right: 0;
		background: white;
		border-radius: 0 0 10px 10px;
		text-align: center;
		width: 120px;
		margin: 0 auto;
	}
	.gni_header_onmobile img {
		width: 90px;
	}
}

.gni_header {
	position: absolute;
	padding: 30px 20px 20px;
	top: 0;
	right: 0;
	background: white;
	border-radius: 0 0 10px 10px;
}

.gni_header img {
	width: 100%;
	float: right;
}

@media screen and (max-width: 770px) {
	.gni_header {
		position: relative;
		display: none;
		/*width: 50%;
		padding:10px;
		margin: 0 auto;*/
	}
	.gni_header img {
		width: 100%;
	}
}

#Accueil {
	height: 100vh;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media screen and (max-width: 450px) {
	#Accueil {
		height: auto;
	}
}

#Accueil .pins_header {
	width: 20%;
}

#Accueil .pins_header img {
	width: 130px;
}

#Accueil .logo img {
	width: 280px;
	margin: 0 auto;
	display: block;
	padding-left: 5px;
}

@media screen and (max-width: 450px) {
	#Accueil .logo img {
		width: 150px;
	}
}

#Accueil .logo .desc_logo {
	font-family: 'FuturaStd-Book';
	text-align: center;
	font-size: 10px;
	color: #cdcdce;
	margin-top: 5px;
}

@media screen and (max-width: 770px) {
	#Accueil .logo .desc_logo {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	#Accueil .logo {
		width: 100%;
		padding: 10px;
	}
}

#Accueil h1.main_title {
	text-transform: uppercase;
	color: white;
	font-family: 'FuturaStd-Bold';
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	margin-top: 30px;
	color: #ececed;
}

@media screen and (max-width: 450px) {
	#Accueil h1.main_title {
		font-size: 20px;
		line-height: 30px;
	}
}

#Accueil .sub_main_title {
	font-family: 'FuturaStd-Book';
	font-size: 15px;
	color: #ececed;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (max-width: 450px) {
	#Accueil .sub_main_title {
		margin-top: 20px;
		font-size: 14px;
		line-height: 25px;
	}
}

#Accueil #introduction {
	margin-top: 20px;
}

#Accueil #introduction .formulaire {
	background: #e7e7e7;
	border-radius: 10px;
	background: white;
	padding: 40px 40px;
	-webkit-box-shadow: 3px 5px 34px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 5px 34px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 5px 34px -10px rgba(0, 0, 0, 0.75);
}

#Accueil #introduction .formulaire input {
	width: 100%;
	margin: 7px 0;
	border: none;
	padding: 10px 15px;
	background: #f1f1f1;
	font-family: 'FuturaStd-Book';
}

#Accueil #introduction .formulaire label {
	width: 85%;
	font-family: 'FuturaStd-Book';
	font-size: 12px;
	margin-top: 17px;
	margin-left: 10px;
}

#Accueil #introduction .formulaire input[type="checkbox"] {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

#Accueil #introduction .formulaire input[type="submit"] {
	cursor: pointer;
	background: transparent;
	transition: 0.5s background;
	width: 110px;
	margin: 20px auto 0;
	display: block;
	padding: 10px 0;
	font-family: 'FuturaStd-Medium';
	font-weight: bold;
	text-transform: uppercase;
	color: #43a7c8;
	border: 2px solid #43a7c8;
	font-size: 15px;
}

#Accueil #introduction .formulaire input[type="submit"]:hover {
	background: #43a7c8;
	transition: 0.5s background;
	color: white;
}

#Accueil #introduction .formulaire .reponse {
	text-align: center;
	margin-top: 10px;
	font-family: 'FuturaStd-Medium';
}

#Accueil #introduction .formulaire .reponse .uk-alert-danger {
	color: #bd2828;
}

#Accueil #introduction .formulaire .reponse .uk-alert-success {
	color: #43a7c8;
}

#Accueil #introduction .formulaire .form_titre {
	font-size: 22px;
	font-family: 'FuturaStd-Heavy';
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	color: #43a7c8;
}

@media screen and (max-width: 770px) {
	#Accueil #introduction .formulaire {
		float: none !important;
		margin: 0 auto;
	}
}

#Accueil #introduction img.iphone {
	width: 100%;
}

@media screen and (max-width: 770px) {
	#Accueil #introduction img.iphone {
		margin: 0 auto;
		display: block;
	}
}

#Accueil #introduction .helper_iphone {
	font-size: 28px;
	font-family: 'FuturaStd-Book';
	color: white;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40%;
	float: left;
	margin-left: 20px;
}

@media screen and (max-width: 770px) {
	#Accueil #introduction .helper_iphone {
		float: none;
		margin: 30px auto;
	}
}

#Accueil .scrolldown {
	text-align: center;
	text-transform: uppercase;
	font-family: 'FuturaStd-Book';
	color: white;
	/*animated scroll arrow animation*/
}

@media screen and (max-width: 450px) {
	#Accueil .scrolldown {
		margin-top: 30px;
	}
}

#Accueil .scrolldown a {
	color: white;
	text-decoration: none;
}

#Accueil .scrolldown:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 13px;
	height: 13px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	z-index: 9;
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0) rotate(45deg);
	}
	40% {
		transform: translateY(-20px) rotate(45deg);
	}
	60% {
		transform: translateY(-5px) rotate(45deg);
	}
}

#Demo .reassurance {
	background: #e7e7e7;
	border-radius: 10px;
	padding: 30px 30px 30px 30px;
	background: white;
	padding: 40px 25px;
}

#Demo .reassurance ul {
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 0;
}

@media screen and (max-width: 450px) {
	#Demo .reassurance ul {
		padding-left: 0;
	}
}

#Demo .reassurance ul li {
	list-style: none;
	position: relative;
	padding: 0 10px 0 30px;
	margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
	#Demo .reassurance ul li {
		padding: 0 10px;
	}
}

#Demo .reassurance ul li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 5px;
	width: 8px;
	height: 16px;
	border: solid #43a7c8;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 450px) {
	#Demo .reassurance ul li::before {
		display: none;
	}
}

#Demo .reassurance ul li .title {
	font-family: 'FuturaStd-Heavy';
	color: #2e4f6d;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 22px;
}

#Demo .reassurance ul li .desc {
	font-family: 'FuturaStd-Book';
	color: #43a7c8;
	font-size: 16px;
	line-height: 22px;
}

#Demo .reassurance ul li:last-child {
	margin-bottom: 0;
}

#Demo .iphone {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
}

@media screen and (max-width: 450px) {
	#Demo .iphone {
		height: 350px;
	}
}

#commentcamarche {
	margin: 90px auto 40px;
}

@media screen and (max-width: 450px) {
	#commentcamarche {
		margin-bottom: 0;
	}
}

#commentcamarche .icon_list2 {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 450px) {
	#commentcamarche .icon_list2 {
		margin-top: 0;
	}
}

@media screen and (max-width: 770px) {
	#commentcamarche .icon_list2 .icon_box {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}
	#commentcamarche .icon_list2 .icon_box:after {
		content: "";
		position: absolute;
		background: url(assets/img/fleche.png);
		width: 15px;
		height: 25px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		right: 0;
		left: 0;
		bottom: -50px;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	#commentcamarche .icon_list2 .icon_box:last-child:after {
		display: none;
	}
}

#commentcamarche .icon_list2 .icon_box .head {
	width: 200px;
	height: 200px;
	position: relative;
}

@media screen and (max-width: 770px) {
	#commentcamarche .icon_list2 .icon_box .head {
		display: block;
		margin: 0 auto;
	}
}

#commentcamarche .icon_list2 .icon_box .head img {
	margin: 0 auto;
	display: block;
	padding: 30px;
	width: 180px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

#commentcamarche .icon_list2 .icon_box .head:after {
	content: "";
	position: absolute;
	background: url(assets/img/fleche.png);
	width: 15px;
	height: 25px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	right: -18%;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 450px) {
	#commentcamarche .icon_list2 .icon_box .head:after {
		display: none;
	}
}

#commentcamarche .icon_list2 .icon_box .body {
	text-align: center;
	font-family: 'FuturaStd-Medium';
	font-weight: 400;
	font-size: 19px;
	color: #11385a;
}

#commentcamarche .icon_list2 .icon_box .body .number {
	margin-top: -10px;
	position: relative;
	color: #0d89a9;
	font-family: 'FuturaStd-Bold';
	font-size: 50px;
}

@media screen and (max-width: 770px) {
	#commentcamarche .icon_list2 .icon_box .body .number {
		display: block;
		margin-top: -40px;
	}
}

#commentcamarche .icon_list2 .icon_box .body .desc {
	color: #11385a;
	font-family: 'FuturaStd-Book';
	font-size: 25px;
}

@media screen and (max-width: 770px) {
	#commentcamarche .icon_list2 .icon_box .body .desc {
		font-size: 18px;
	}
}

#commentcamarche .icon_list2 .icon_box:last-child .head:after {
	display: none;
}

#commentcamarche .asterisque {
	margin-top: 80px;
	font-family: 'FuturaStd-Book';
	color: #11385a;
	text-align: center;
}

#commentcamarche .asterisque a {
	color: #11385a;
	text-decoration: underline;
}

#explication_client .explication {
	margin-top: 70px;
}

#explication_client .explication .infosupp {
	text-align: center;
	font-family: 'FuturaStd-Book';
	font-size: 14px;
	color: #3fa8c9;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .left_info {
		margin-top: 20px;
	}
}

#explication_client .explication .left_info ul li {
	font-family: 'FuturaStd-Heavy';
	color: #f1f0f0;
	list-style: none;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .left_info ul li:last-child {
		margin-bottom: 0;
	}
}

#explication_client .explication .left_info ul li:last-child:after {
	display: none;
}

#explication_client .explication .left_info ul li:after {
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
	background: #f1f0f0;
}

#explication_client .explication .left_info ul li .iconlist {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 8px;
}

#explication_client .explication .left_info ul li .iconlist img {
	width: auto;
	margin: 0 5px;
}

#explication_client .explication .left_info ul li .sub {
	font-family: 'FuturaStd-Book';
	text-transform: none;
	color: #3fa8c9;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .left_info ul {
		padding-left: 0;
	}
}

#explication_client .explication .center_info img {
	width: 350px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .center_info img {
		margin: 20px auto;
		width: 80%;
	}
}

#explication_client .explication .right_info {
	text-align: center;
}

#explication_client .explication .right_info .prixbox .prix {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 50%;
	padding: 20px;
	width: 130px;
	height: 130px;
	line-height: 22px;
	color: #11385a;
	margin: 0 auto;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .right_info .prixbox .prix {
		width: 100px;
		height: 100px;
		padding: 0px;
		line-height: 18px;
	}
}

#explication_client .explication .right_info .prixbox .prix .title {
	font-family: 'FuturaStd-Bold';
	font-size: 22px;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .right_info .prixbox .prix .title {
		font-size: 18px;
	}
}

#explication_client .explication .right_info .prixbox .prix .sub {
	font-family: 'FuturaStd-Book';
	font-size: 23px;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .right_info .prixbox .prix .sub {
		font-size: 17px;
	}
}

#explication_client .explication .right_info .prixbox .desc {
	font-family: 'FuturaStd-LightOblique';
	font-size: 18px;
	color: #d6d6d6;
	margin-top: 10px;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .right_info .prixbox .desc {
		font-size: 15px;
		line-height: 18px;
	}
}

#explication_client .explication .right_info .accroche {
	font-family: 'FuturaStd-Bold';
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 40px 0 100px;
}

@media screen and (max-width: 450px) {
	#explication_client .explication .right_info .accroche {
		margin: 30px 0 50px;
		font-size: 20px;
	}
}

#explication_serveur .explication {
	margin-top: 70px;
}

#explication_serveur .explication .infosupp {
	text-align: center;
	font-family: 'FuturaStd-Book';
	font-size: 14px;
	color: #11385a;
}

#explication_serveur .explication .maintitle {
	color: 11385a;
}

#explication_serveur .explication .left_info ul li {
	font-family: 'FuturaStd-Heavy';
	color: #11385a;
	list-style: none;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	text-transform: uppercase;
}

@media screen and (max-width: 450px) {
	#explication_serveur .explication .left_info ul li:last-child {
		margin-bottom: 0;
	}
}

#explication_serveur .explication .left_info ul li:last-child:after {
	display: none;
}

#explication_serveur .explication .left_info ul li:after {
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -25px;
	background: #11385a;
}

#explication_serveur .explication .left_info ul li .sub {
	font-family: 'FuturaStd-Book';
	text-transform: none;
	color: #0d89a9;
}

@media screen and (max-width: 450px) {
	#explication_serveur .explication .left_info ul {
		padding-left: 0;
	}
}

#explication_serveur .explication .center_info img {
	width: 350px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 450px) {
	#explication_serveur .explication .center_info img {
		margin: 30px auto;
		width: 80%;
	}
}

#explication_serveur .explication .right_info {
	text-align: center;
}

#explication_serveur .explication .right_info .accroche {
	font-family: 'FuturaStd-Bold';
	font-size: 24px;
	color: #11385a;
	text-transform: uppercase;
	margin: 40px 0 100px;
	line-height: 27px;
}

@media screen and (max-width: 450px) {
	#explication_serveur .explication .right_info .accroche {
		margin: 10px 0 30px;
		font-size: 20px;
	}
}

#explication_serveur .explication .right_info .accroche .sub {
	margin-top: 15px;
	font-family: 'FuturaStd-Book';
	text-transform: none;
	color: #0d89a9;
	font-size: 18px;
	line-height: 20px;
}

#tableauprix {
	text-align: center;
}

#tableauprix .prix_box {
	margin-top: 70px;
}

#tableauprix .prix_box .header {
	padding: 50px 30px;
	background: #f1f0f0;
	border-radius: 10px 10px 0 0;
}

#tableauprix .prix_box .header .title {
	font-family: 'FuturaStd-Bold';
	text-transform: uppercase;
	font-size: 26px;
	position: relative;
	margin-bottom: 80px;
	color: #11385a;
}

#tableauprix .prix_box .header .title:after {
	content: "";
	position: absolute;
	width: 200px;
	height: 2px;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #11385a;
}

#tableauprix .prix_box .header .prix {
	font-size: 60px;
	font-family: 'FuturaStd-Bold';
	margin: 30px 0 40px;
	line-height: 40px;
	color: #11385a;
}

#tableauprix .prix_box .header .prix .ht {
	font-family: 'FuturaStd-Book';
	font-size: 18px;
}

#tableauprix .prix_box .header .prix .engagement {
	margin-top: 20px;
	font-family: 'FuturaStd-LightOblique';
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
}

#tableauprix .prix_box .header .description {
	font-family: 'FuturaStd-Heavy';
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	color: #3fa8c9;
}

#tableauprix .prix_box .header .description .info {
	font-size: 15px;
	line-height: 10px;
	margin-bottom: 10px;
	text-transform: none;
}

#tableauprix .prix_box .footer {
	background: #3fa8c9;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

#tableauprix .prix_box .footer .button {
	border: 1px solid white;
	color: white;
	background: transparent;
	font-size: 18px;
	text-decoration: none;
}

#tableauprix .prix_box .footer .button:hover {
	color: #3fa8c9;
	background: white;
}

#footer .blueback {
	background: #0d2c47;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}

#footer .ifquestion {
	text-align: center;
	font-family: 'FuturaStd-Medium';
	color: #f1f1f1;
	font-size: 21px;
}

#footer .ifquestion a {
	color: #43a7c8;
}

#footer .footer_title {
	text-align: center;
	font-family: 'FuturaStd-Medium';
	color: #f1f1f1;
	font-size: 30px;
}

@media screen and (max-width: 770px) {
	#footer .footer_title {
		font-size: 25px;
	}
}

#footer .QR img {
	width: 180px;
	display: block;
	margin: 0 auto;
}

#footer .button {
	border: 1px solid #43a7c8;
	cursor: pointer;
	width: auto;
	display: table;
	padding: 8px 20px;
	font-size: 25px;
	margin: 0 auto;
	text-align: center;
	background: #e7e7e7;
	text-transform: uppercase;
	font-family: 'FuturaStd-Heavy';
	color: #43a7c8;
	transition: 0.5s all;
}

#footer .button:hover {
	color: #e7e7e7;
	background: #43a7c8;
	transition: 0.5s all;
	border: 1px solid #2e4f6d;
}

#footer .button.big {
	background: transparent;
	color: #43a7c8;
	font-size: 24px;
	text-transform: none;
	font-family: 'FuturaStd-Bold';
	padding: 10px 30px;
	border: 2px solid #43a7c8;
	text-decoration: none;
}

@media screen and (max-width: 450px) {
	#footer .button.big {
		font-size: 15px;
	}
}

#footer .button.big:hover {
	color: #2e4f6d;
	background: #f1f1f1;
	transition: 0.5s all;
	border: 2px solid  #2e4f6d;
}

#footer .testimonial_box {
	padding: 25px 15px;
	color: #43a7c8;
	font-family: 'FuturaStd-Medium';
	font-size: 19px;
	text-align: justify;
	font-style: italic;
}

#footer .testimonial_box .image_desc {
	font-family: 'FuturaStd-Medium';
	text-align: center;
	margin-top: 10px;
	color: white;
	font-size: 18px;
	font-style: normal;
}

#footer .testimonial_box .image_desc span {
	font-family: 'FuturaStd-Bold';
}

#footer .bottom_link {
	text-align: center;
	font-family: "FuturaStd-LightOblique";
	margin-top: 30px;
	color: white;
}

#footer .bottom_link a {
	color: white;
	text-decoration: underline;
}

#footer .social {
	margin-top: 20px;
}

#footer .social iframe {
	display: block;
	margin: 0 auto;
}
