@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
body {
    font-family: 'Open Sans', sans-serif;
    color: #4e4a4a;
    font-size:16px;
    line-height:1.65;
    background-color:#efefef;
}
body.page-1 {background:#FFF;}
a:hover {text-decoration: none;}
h1 {
    font-size: 26px;
    font-weight:700;
}
h2 {
    font-size: 22px;
    font-weight:600;
    color:#1c75bb;
}
h2:after {
    width: 50px;
    content:" ";
    height:3px;
    background: #1c75bb;
    display: block;
    margin:15px 0 5px 0;
}
h3 {
    font-size: 20px;
    font-weight:600;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    border-bottom: 1px solid #1c75bb;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 7px;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px 0;
}
.page-14 h1,.page-14 h2,.page-14 h3,.page-14 h4,.page-14 h5,.page-14 h6 {
    margin: 35px 0 15px 0;
}
header {background:#FFF;}
.bleu {color:#1c75bb;}
.vert {color:#81b628;}
.button {
    background: rgba(125,181,93,1);
    background: -moz-linear-gradient(top, rgba(125,181,93,1) 0%, rgba(94,152,60,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(125,181,93,1)), color-stop(100%, rgba(94,152,60,1)));
    background: -webkit-linear-gradient(top, rgba(125,181,93,1) 0%, rgba(94,152,60,1) 100%);
    background: -o-linear-gradient(top, rgba(125,181,93,1) 0%, rgba(94,152,60,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,181,93,1) 0%, rgba(94,152,60,1) 100%);
    background: linear-gradient(to bottom, rgba(125,181,93,1) 0%, rgba(94,152,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db55d', endColorstr='#5e983c', GradientType=0 );
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 3px 0px #656565;
    -webkit-box-shadow: 2px 2px 3px 0px #656565;
    -o-box-shadow: 2px 2px 3px 0px #656565;
    box-shadow: 2px 2px 3px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=3);
    cursor: pointer;
}
.button a {color:#FFF;}
.background-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
    background-position: center center;
}
.topbar {
    color:#FFF;
    background: rgba(41,149,216,1);
    background: -moz-linear-gradient(top, rgba(41,149,216,1) 0%, rgba(22,117,206,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,149,216,1)), color-stop(100%, rgba(22,117,206,1)));
    background: -webkit-linear-gradient(top, rgba(41,149,216,1) 0%, rgba(22,117,206,1) 100%);
    background: -o-linear-gradient(top, rgba(41,149,216,1) 0%, rgba(22,117,206,1) 100%);
    background: -ms-linear-gradient(top, rgba(41,149,216,1) 0%, rgba(22,117,206,1) 100%);
    background: linear-gradient(to bottom, rgba(41,149,216,1) 0%, rgba(22,117,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2995d8', endColorstr='#1675ce', GradientType=0 );
    padding:5px 0;
}
.topbar a {color:#FFF;}
.logo { position: absolute;top:5px; z-index:200;} .logo img { width: 260px; height: auto; }

#navbar {padding:0;margin-top:33px;}
.nav>li>a {padding:10px 10px;}
.nav>li:before {
    display: block;
    content: ' ';
    width: 1px;
    background: #D3D3D3;
    height: 20px;
    top: 10px;
    position: absolute;
    left: 0;
}
.nav>li:last-child:before,.nav>li:first-child:before {
    display: none;
}
.nav>li>a.button {
    color:#FFF;
    font-size:16px;
    max-width: 150px;
    text-align: center;
    margin-top:-10px;
    margin-left:10px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {text-align: right;}

.banner {
    background-image: url('../img/banner.jpg');
    min-height:370px;
}
.banner-form{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+100&0+0,1+30,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

display: block;
    padding: 30px 70px 20px 70px;
    margin-left: 15px;
    margin-right: 100px;
    margin-bottom:0px;
}
.banner-form .row {padding-top:7px; padding-bottom:7px;}
.banner-form-titre {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 34px;
}
.banner-form-titre .grey {font-size:22px;}
.banner-form-titre span {display: block; text-align: center}
.banner-form .form-title {text-align: left;padding-left:20px; font-weight: bold}
.banner-form .form-select {text-align: center;}
.banner-form .form-select select {width:100%;}
.banner-form button.btn-success {
    width:300px;
    margin:5px auto;
    display: block
}
.banner-form p small {font-size:10px; text-align: center; display: block}
.banner-form .nolink {text-align: center; display: block}

.sidebar-form .banner-form {
    margin:30px 0;
    width:auto;
    padding:0;
    display: block;
    padding:30px;
}

.bubble {
    width:425px;
    height:425px;
    position: absolute;
    background: url('../img/bubble.png') no-repeat;
    top:-20px;
    bottom:-30px;
    right:100px;
    color:#FFF;
}
.bubble-orange {
    text-transform: uppercase;
    font-size:20px;
    font-weight: 700;
    color:#FFF;
    position: absolute;
    top:50px;
    left:20px;
    text-align: center;
}
.bubble-orange .big {font-size: 50px; line-height: 45px}
.bubble-blue ul {list-style-type: none; position: absolute;top:185px; left: 110px; width:290px;}
.bubble-blue ul li {padding:2px;}
.bubble-blue ul li i{margin-right: 10px}

.steps {background-image:url('../img/step_bg.jpg?t=2'); height:155px; margin:20px 0;background-size: 100% auto}
.steps .step {position:relative;}
.steps .step-num {position: absolute;top:45px;left:50px;width:55px; height:55px;border-radius: 60px}
.steps .step-num span {color:#FFF;padding:0px 0; display: block; text-align: center; font-size:40px;}
.steps .step-content {padding:15px 10px 0 125px;display:inline-block;font-size:13px;}
.steps .step01 .step-num {left:20px;}
.steps .step01 .step-content {padding-left:90px; color:#FFF; }
.steps .step01 .step-title {color:#FFF;}
.steps .step01 .step-title:after {background:#FFF;}
.steps .step-title{font-size:14px; color:#1c75bb; text-transform: uppercase;margin-top:15px;}
.steps .step-title:after{content:' '; width:100px; height:1px; background:#1c75bb;display:block; margin-top:15px;margin-bottom:5px;}

.home-contact .button {
    background: rgba(46,155,218,1);
    background: -moz-linear-gradient(top, rgba(46,155,218,1) 0%, rgba(28,128,199,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,155,218,1)), color-stop(100%, rgba(28,128,199,1)));
    background: -webkit-linear-gradient(top, rgba(46,155,218,1) 0%, rgba(28,128,199,1) 100%);
    background: -o-linear-gradient(top, rgba(46,155,218,1) 0%, rgba(28,128,199,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,155,218,1) 0%, rgba(28,128,199,1) 100%);
    background: linear-gradient(to bottom, rgba(46,155,218,1) 0%, rgba(28,128,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e9bda', endColorstr='#1c80c7', GradientType=0 );
    margin-bottom:15px;
}
.home-blog {padding-left:15px;}
.home-contact .button,
.home-testi .button,
.home-blog .button {
    display: inline-block;
    padding:8px 30px;
    cursor: auto;
}
.home-contact h3,
.home-testi h3,
.home-blog h3 {
    font-size:20px;
    margin-top:15px;
}
.home-contact_item {padding:7px 0;}
.home-contact_item i{display: inline-block; width:26px;color:#337ab7;font-size:18px;}

.home-testi_date {text-align: right; margin-top:5px;}
.home-testi_stars {color:#cc5c12;}
.home-blog_more {text-align: right; margin-top:5px;}

.page-1 iframe {border:1px solid #AFAFAF; padding:15px; }
.stars-avg {display: block; padding:0 0 0 0; color:#AAA;}
.stars-avg #starsAvg{color:#81b628;}
.stars-avg #starsCnt{color:#81b628;}

.home-tips {padding:20px 0 0 0; background:#5cb85c; color:#fff; border-top:1px solid #FFF; border-bottom:1px solid #CDCDCD; }
.home-tips .home-tips-item { font-size:18px;padding-bottom:20px;font-weight: 300}
.home-tips .home-tips-item i { background:#FFF; color:rgba(92, 184, 92, 1.000); font-size:24px; padding: 15px; border-radius:50px; min-width:54px; text-align: center;}

.home-statistique {padding:20px 0 0 0; background:#EFEDEF; color:#666; margin-bottom:0px; font-weight:300}
.home-statistique .home-statistique-item { font-size:18px;padding-bottom:20px; text-align: center; text-transform: uppercase}
.home-statistique .home-statistique-item .counter{ font-size:30px; font-weight: 400}
.home-statistique .home-statistique-item i { background:#FFF; color:rgba(92, 184, 92, 1.000); font-size:24px; padding: 10px 15px;}

.steps-new .step { margin-bottom:30px; position:relative;}
.steps-new .step .step-num { position:absolute;left:20px;top:0px; background:#1c75bb; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; padding:10px; color:#FFF; width:40px; text-align:center}
.steps-new .step .step-content { padding-left:90px; }
.steps-new .step .step-content .step-title { color:#1c75bb; text-transform: uppercase; font-size:16px; }
.steps-new .step .step-content .step-text { font-weight: 300}

/* Content */
.content, .sidebar {
    background: #fff;
    margin: 30px 0;
    padding: 20px;
}
/* Side bar */
.sidebar-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sidebar-item {
    font-size: 14px;
    font-weight: bold;
}

/* Icon */
.icons {
    padding: 15px 0 50px;
}
.icons .icons-titre {
    font-family: "Open Sans",verdana;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 20px;
    text-align: center;
}
.icons .icons-titre::after {
    background: rgba(0, 0, 0, 0) url("../img/divider.png") no-repeat scroll center center;
    content: " ";
    display: block;
    padding: 15px 0;
}
.icons .icon .icon-img {
}
.icons .icon .icon-titre {
    border-bottom: 1px solid #1c75bb;
    font-family: "Open Sans",verdana;
    font-size: 16px;
    font-weight: bold;
    min-height: 85px;
    padding: 15px 0;
}
.icons .icon .icon-titre span {
    font-size: 30px;
}
.icon-content {
    padding: 0 50px;
    text-align: center;
}
.page-4 .icon-content {
    padding: 0;
    text-align: center;
}
.icon-content .icon {
    color: #1c75bb;
    font-size: 50px;
    text-align: center;
}
.icon-content .icon-number {
    background: #1c75bb none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 40px;
    margin: 10px auto;
    text-align: center;
    width: 40px;
}
.icon-content .icon-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.icon-content .icon-description {
    font-size: 14px;
    text-align: center;
}
.sliders-testimonials {
    padding-top:0px;
    max-height:350px;
    overflow: hidden;
}

/* Forms */
.forms .forms-steps {}
.forms .forms-steps .step {background:#DFDFDF; padding:15px; margin-right:1px;font-size:14px; font-weight:bold; border-bottom:4px solid #DFDFDF; margin-bottom:1px;}
.forms .forms-steps .step.active {border-bottom:4px solid #1c75bb;}
.forms .forms-steps .step.done {border-bottom:4px solid #1c75bb;background: #1c75bb; color:#FFF;}
.forms .forms-steps .step-small {display: block; font-size:12px;font-weight:normal;}
.forms .forms-form {background:#FFF; padding:25px 0 0 0; margin-right:1px; }
.forms .forms-title {padding-left:15px;font-weight: bold;}

/* Content typography */
.content p{margin-bottom:18px}
.content h2,.content h3,.content h4{margin-top:28px}
.content ul,.content ol{margin-bottom:16px}

/* Blog */
.blog .blog-cover {margin-bottom:15px;}
.blog .blog-back {margin-top:15px;}
.blog .blog-back a i {margin-right:8px;}
.blogs .blog {margin-bottom:15px; border:1px solid #CCC; padding: 15px}


/* Footer */
#footer {background: #303030; font-size:14px; color:#777; margin-top:0px;}
#footer a {color:#727272; text-decoration: none}
#footer a:hover {color:#1c75bb;}
#footer ul {list-style-type: none; padding:0;margin:0;}
#footer #footer-top { padding: 30px 0;}
#footer #footer-bottom {background: #404040; padding: 15px 0; font-size: 12px;}
#footer .green {color:#FFF;}
#footer .footer-titre {font-size:16px; color:#FFF; font-family: "Open Sans"; padding:0 0 15px 0;}
#footer #footer-bottom .footer-bottom-left {}
#footer #footer-bottom .footer-bottom-right {text-align: right}
