* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	overflow: hidden;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #555;
}
html,
body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
}

input:-moz-placeholder,
input:focus {
	outline: none;
	box-shadow: none!important;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

h1, h2, h3, h4, h5, h6,
address, p, hr {
  margin: 0;
  margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0;
}

ul, ol,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
ol, ul,
li > ul,
li > ol {
  margin: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	color: #333;
}
h1 {font-size: 32px;}
h2 {font-size: 26px;}
h3 {font-size: 26px;}
h4 {font-size: 26px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

h1, h2, h3 {
	font-weight:700;
}

h2.h2 {
	font-size:32px;
	color:#054777;
	font-weight:700;
	margin-bottom:10px;
}
h3.h3 {
	font-size: 26px;
	font-weight:600;
	color:#444;
}
h3.h3 .badge.bg-remise {
	display: inline-block;
	padding: .25em .45em;
	font-size: 26px;
	background:#f13f3f;
	color:#fff;
}

a,
a:visited {
	color: #054777;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: #f13f3f;
}
.wrapper {
  position: relative;
}
.container {
    max-width: 1200px;
}
.pl-70 {
	padding-left:70px;
}

.header .bg-light {
  background-color: #fff !important;
}
.header img.logo {
	width: auto;
	height: 50px;
	margin: -10px 0 -5px -10px;
}
.header .navbar-brand {
	padding-top: .3125rem;
	padding-bottom: 0;
	margin-right: 1.5rem;
	font-size: 1.75rem;
	font-weight:600;
	letter-spacing:-1px;
}

.top-page.cover-image {
	background-size: cover !important;
	background-position: top center;
}
@media (max-width:991px) {
	.header img.logo {
	height: 40px;
	}
	.header .navbar-brand {
	font-size: 1.3rem;
	font-weight:600;
	}
}

@media (min-width:992px) {
	.top-page.cover-image {
	height: 780px;
	}
	.top-page {
	padding: 270px 0 270px;
	}
}
@media (max-width:991px) {
	.top-page.cover-image {
	height: 380px;
	}
	.top-page {
	padding: 100px 0 200px;
	}
}

.top-title {
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.top-page h1,
.top-page h2 {	
	background:rgba(255,255,255,0.9);
	color:#024677;
	font-size:32px;
	padding:5px 20px;
	margin-bottom:0;
}
.top-page h2 {
	margin-left:3rem;
}
.top-page .price {
	position:absolute;
	font-size: 52px;
	font-weight:700;
	background:#f13f3f;
	color:#fff;
	width:90px;
	height:90px;
	line-height:90px;
	border-radius:50%;
	text-align:center;
	margin:-15px 0 0 5px;
	letter-spacing:-1px;
}
.top-page .price small {
	font-size: .675em;
}
@media (max-width:991px) {
	.top-title {
	top: 40%;
	}
	.top-page h1,
	.top-page h2 {	
	font-size:20px;
	text-align:center;
	}
	.top-page h2 {
	margin-left: 3%;
	}
	.top-page .price {
	font-size: 46px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	left: 50%;
	transform: translateX(-50%);
	top: 110px;
	}
}
@media (max-width:767px) {
	.top-title {
	top: 40%;
	}
	.top-page h1,
	.top-page h2 {	
	font-size:18px;
	text-align:center;
	}
	.top-page h2 {
	margin-left: 3%;
	}
	.top-page .price {
	font-size: 46px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	left: 50%;
	transform: translateX(-50%);
	top: 105px;
	}
}

.box1, .box2 {
    padding: 0 20px 20px;
    background: #f9f9f9;
	border-bottom: 2px solid #d9d9d9;
}
.box1 {
    border-top: 2px solid #054777;
}
.box1 span i {
    background: #054777;
    color: #fff;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    font-size: 50px;
    line-height: normal;
    padding: 11px 15px;
}
.box1 h2 {
	font-size: 26px;
	font-weight:700;
	color:#054777
}

.box2 {
    border-top: 2px solid #f13f3f;
}
.box2 span h2 {
	background: #f13f3f;
	color: #fff;
	border-radius: 0 0 5px 5px;
	display: inline-block;
	font-size: 24px;
	line-height: normal;
	padding: 11px 15px;
	font-weight:600;
}
.box2 h3 {
	font-size:20px;
	margin-bottom:8px;
	font-weight:500;
}
.box2 .form-control {
	border-radius:0;
}

@media (max-width:991px) {
	.box1, .box2 {
     padding: 0 10px 40px;
    }
    .box1 .box-text a.text-uppercase {
    line-height: 40px;
    }
    .box1 .box-text a.text-uppercase i {
    font-size: 20px;
    top: 9px;
    }
}

.box3 span i.color1 {
	color:#4CD900;
}
.box3 span i.color2 {
	color:#0077CC;
}
.box3 span i.color3 {
	color: #e9af46;
}
.box3 span i {
    font-size: 45px;
    left: 0;
    line-height: normal;
    position: absolute;
    top: 0;
}
.box3 .box3-text h2,
.box3 .box3-text h3 {
	font-size:20px;
	color: #054777;
}
.box3 .box3-text h2::before,
.box3 .box3-text h3::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: -50px;
    top: 15px;
    width: 30px;
}
.box3-text p {
	margin:0;
}
@media (max-width: 1199px){
    .box3 span i {
	left: 10px;
	top: -10px;
    }
    .box3 .box3-text h2::before,
	.box3 .box3-text h3::before {
	right: -38px;
	top: 12px;
    }
}
@media (max-width: 576px){
    .box3 .box3-text h2::before,
	.box3 .box3-text h3::before {
    display: none;
    }
}

.col-form-label {
	font-weight: 600;
}


footer.footer {
  padding: 15px 0;
  text-align: center;
  background-color: #000;
}
footer.footer li.list-inline-item > a {
  color: #fff;
}

/******************************************************************************
	TO TOP
*******************************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../img/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: #054777;
}
#back-to-top.show {
    opacity: 1;
}