@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);


html {
    margin: 0
}

body {
    position: relative;
    padding-top: 69px;
    font-family: "Roboto", arial, sans-serif;
}

.scrolltop {
    background-color: #F1F1F1;
    border: 1px solid #a9a9a9;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: none;
    height: 36px;
    opacity: .6;
    filter: alpha(opacity=60);
    position: fixed;
    right: 2%;
    top: 50%;
    width: 36px;
    z-index: 33
}

.scrolltop span {
    position: relative;
    top: 7px;
    left: 10px
}

.required {
    color: red
}

.collapse.in {
    height: auto !important
}

.nav-collapse {
    margin: 0 auto;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 1200px) {
    .brand img {
        width: 360px !important
    }

    .nav-collapse {
        width: auto !important
    }
}

.old-ie #hero .carousel-inner .row {
    padding-left: 55px
}

.old-ie #box_login .box .social a.face_login span.text {
    font-size: 16px;
    margin: 8px 0 0 10px
}

.old-ie .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important
}

a:active, a:focus, a:visited {
    outline: 0;
    text-decoration: none
}

.btn {
    color: #333;
    text-decoration: none !important
}


.carousel-control {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    filter: alpha(opacity=50);
    opacity: 1
}

.carousel-control.right {
    right: -5px
}

.carousel-control i {
    text-align: center;
    color: #CCC;
    padding-left: 0;
    padding-top: 5px;
    font-size: 20px;
    margin-left: -2px
}

.carousel-control.right i {
    margin-left: 0;
    padding-left: 2px
}

.carousel-indicators {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -65px !important;
    z-index: 5;
    margin: 0;
    list-style: none
}

.carousel-indicators li {
    display: block;
    float: left;
    t height: 10px;
    margin-left: 5px
}

.carousel-indicators .active {
    background-color: #000;
    color: #fff
}

.carousel-inner {
    width: 95%;
    padding-left: 31px;
    margin-top: 20px
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    margin-left: 5px !important;
    text-indent: 0;
    background-color: #666;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 50%;
    cursor: pointer;
    text-align: center
}



.pagination {
    text-align: right
}

.pagination a {
    color: #3F750A !important;
    text-decoration: none !important
}

.pagination a i {
    line-height: 20px
}

.pagination a.active {
    background-color: #3a87ad !important;
    color: #fff !important
}

.navbar-fixed-top {
    margin-bottom: 0
}

.navbar-fixed-top.scroll {
    opacity: .96
}


.navbar .brand {
    font-size: 26px;
    text-shadow: none
}

.navbar .nav.pull-right {
    top: 50px
}

.navbar .nav > li > a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.navbar .nav > li > a:hover {
    color: #666
}

.navbar .nav > li > a.btn-header {
    color: #ccc;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 15px
}

.navbar .nav > li > a.btn-header:hover {
    color: #fff
}

.navbar .nav > .active > a, .navbar .nav > .active > a:focus, .navbar .nav > .active > a:hover, .navbar .nav > li.active:hover > a, .navbar .nav > li.active > a {
    padding-bottom: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    background: 0 0;
    color: #fff
}




.navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle {
    background: 0 0;
    color: #000
}

.dropdown-menu li > a:focus, .dropdown-menu li > a:hover, .dropdown-submenu:hover > a {
    background-color: #475B77 !important;
    text-decoration: none;
    color: #fff;
    background-image: -moz-linear-gradient(top, #475B77, #475B77);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#475B77), to(#475B77));
    background-image: -webkit-linear-gradient(top, #475B77, #475B77);
    background-image: -o-linear-gradient(top, #475B77, #475B77);
    background-image: linear-gradient(to bottom, #475B77, #475B77);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#475B77', endColorstr='#475B77', GradientType=0)
}


@media (max-width: 979px) {
    .navbar .nav.pull-right {
        top: 0
    }

    .nav-collapse .dropdown-menu a:hover, .nav-collapse .nav > li > a:hover {
        background: 0 0 !important
    }

    .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a, .navbar .nav > li > a.btn-header {
        color: #000
    }
}

#hero {
    padding-top: 50px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 1%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #fff 1%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 1%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fff 1%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #fff 1%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    height: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #d1d2d4;
    box-shadow: 0 3px 8px 0 #e7e7e7
}

#hero .carousel-control.left {
    left: 0;
    padding-right: 1px
}

#hero .carousel-control.right {
    right: 0
}

#hero .carousel-inner .item img {
    max-height: 349px
}

#hero .carousel-inner .item.slide3 img {
    display: block;
    margin: 0 auto
}

#hero .item h1 {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 10px
}

#hero .item p {
    font-size: 13px;
    color: #4E4E4E;
    line-height: 20px
}

#hero .item .btn {
    margin-top: 10px;
    font-weight: bolder
}

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

#intro h1 {
    width: 55%;
    font-size: 28px;
    margin: 0 auto;
    color: #252B34;
    font-weight: 400;
    text-shadow: #fff 2px 2px 1px
}

#features .feature img.thumb {
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #bcbcbc;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#features .feature img.thumb:hover {
    box-shadow: 0 0 7px 1px #8cbe5b
}

#features .feature h3 {
    font-size: 22px;
    font-weight: bolder;
    color: #252b34;
    margin-top: 25px;
    padding-left: 35px
}

#features .feature h3 i {
    margin-right: 5px;
    position: relative;
    top: 2px
}

#features .feature p.description {
    color: #44474D;
    width: 85%;
    padding-left: 35px
}

#features .feature .btn {
    margin-top: 15px;
    margin-left: 35px
}

#pricing .section_header {
    margin-bottom: 70px
}

#pricing .section_header hr {
    width: 35%
}

#pricing .price_wrapper {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 5px 2px #E8E8E8;
    border-radius: 6px;
    width: 321px;
    min-height: 375px;
    position: relative
}

#pricing .price_wrapper.regular .header {
    background: url(../images/chart1.png) no-repeat
}

#pricing .price_wrapper.pro {
    width: 331px;
    margin: 0 auto
}

#testimonials {
    margin-top: 50px
}

#testimonials .controls hr {
    border-top: 1px solid #BEC0C3;
    border-bottom: 2px solid #fff
}

#testimonials .phrases_wrapper {
    margin-bottom: 50px;
    padding: 20px 10px 0
}

#testimonials .phrases_wrapper .phrase p.testimony {
    color: #3a3f46;
    font-style: italic;
    font-size: 21px;
    line-height: 28px;
    position: relative;
    float: left
}

#testimonials .phrases_wrapper .phrase p.testimony span {
    font-family: Georgia, Arial;
    font-size: 50px;
    color: #c9cbce;
    position: absolute;
    margin-left: 10px;
    margin-top: 15px
}

#testimonials .phrases_wrapper .phrase .pic {
    float: right
}

#testimonials .phrases_wrapper .phrase .pic img {
    max-width: 55px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: -6px
}

#testimonials .phrases_wrapper .phrase .pic .name {
    font-weight: 700;
    color: #2C3644
}

.section_header.left span {
    margin-left: 0;
    text-align: left
}

.section_header hr {
    border-top: 1px solid #BEC0C3;
    border-bottom: 2px solid #fff;
    width: 36%;
    position: absolute
}

.section_header hr.right {
    right: 0;
    top: 0
}

.section_header span {
    width: 27%;
    display: block;
    margin: 0 auto
}

.section_header small {
    margin-left: 20px;
    font-size: 16px;
    color: #7f8387;
    display: none
}

#pricing .price_wrapper.pro .header {
    background: url(../images/chart2.png) no-repeat
}

#pricing .price_wrapper section .btn {
    left: 35%
}

#pricing .price_wrapper .header {
    height: 98px;
    color: #fff;
    padding: 25px 0 0 40px
}

#pricing .price_wrapper .header > span {
    font-size: 24px;
    font-style: italic
}

#pricing .price_wrapper .header .price {
    font-size: 20px;
    top: 25px;
    position: relative;
    font-weight: 700
}

#pricing .price_wrapper .header .price span {
    font-size: 48px;
    margin-right: 10px
}

#pricing .price_wrapper .section {
    padding: 15px 30px
}

#pricing .price_wrapper .section h3 {
    color: #535861;
    font-size: 17px;
    line-height: 22px
}

#pricing .price_wrapper .section ul.perks {
    list-style-type: none;
    margin-left: 0;
    margin-top: 18px
}

#pricing .price_wrapper .section ul.perks li {
    padding: 3px 0
}

#pricing .price_wrapper .section ul.perks i {
    margin-right: 10px
}

#pricing .price_wrapper .section .btn {
    position: absolute;
    bottom: 15px;
    left: 32%;
    font-weight: 700
}

@media (min-width: 1200px) {
    .section_header small {
        display: inline-block
    }

    #pricing .price_wrapper.lite {
        float: right;
        right: -30px
    }

    #pricing .price_wrapper.standard {
        left: -30px
    }

    #hero .carousel-inner .item.slide1 .span6 img {
        margin-left: 15px
    }

    #hero .carousel-inner .item.slide1 .span4 {
        padding-left: 30px
    }

    #hero .carousel-inner .item.slide2 .span6 img {
        margin-left: 30px
    }

    #hero .item h1 {
        font-size: 30px;
        margin-top: 40px;
        margin-left: 20px
    }

    #hero .item p {
        font-size: 16px;
        line-height: 24px;
        margin-left: 20px
    }

    #hero .item .btn {
        margin-top: 25px;
        margin-left: 20px;
        font-size: 18px
    }

}

@media (min-width: 980px) {
    #pricing .price_wrapper.pro {
        position: relative;
        top: -20px;
        height: 420px;
        z-index: 9;
        box-shadow: 0 0 5px 4px #E8E8E8
    }

    #hero .carousel-inner .item {
        padding: 0 70px
    }


}

@media (max-width: 979px) {
    body {
        padding-top: 0
    }

    .section_header {
        margin-top: 60px
    }

    .section_header small {
        display: none
    }

    #pricing .price_wrapper {
        margin: 0 auto;
        margin-bottom: 20px !important
    }

    #hero .item h1 {
        font-size: 18px;
        line-height: 18px
    }

    #hero .carousel-inner .item.slide2 img {
        margin-top: 20px
    }

    #testimonials .phrases_wrapper .phrase .pic .position {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #intro h1 {
        width: 80%
    }

    #features .feature h3, #features .feature p.description {
        padding-left: 0
    }

    #features .feature .btn {
        margin-left: 0
    }

    #pricing .price_wrapper {
        width: 240px !important
    }

    #pricing .price_wrapper .header .price span {
        font-size: 25px
    }

    #pricing .price_wrapper.pro {
        min-height: 400px;
        position: relative;
        top: -10px
    }

    #pricing .price_wrapper.regular .header {
        background: url(../images/chart1_small.png) no-repeat
    }

    #pricing .price_wrapper.pro .header {
        background: url(../images/chart2_small.png) no-repeat
    }

    #testimonials .phrases_wrapper {
        padding-left: 0;
        padding-right: 0
    }

    #testimonials .phrases_wrapper .phrase .span3 {
        margin-left: 30px;
        width: 228px
    }

    #hero .carousel-control.left {
        left: -55px
    }

    #hero .carousel-control.right {
        right: -15px
    }

    #hero .item .span4 {
        margin-left: 50px
    }
}

@media (max-width: 767px) {
    #intro h1 {
        width: 90%
    }

    #hero {
        padding: 50px 20px 20px;
        margin-right: -20px;
        margin-left: -20px;
        height: auto
    }

    #hero .carousel-inner .item {
        padding: 0 70px
    }

    #hero .item img {
        width: 240px;
        display: block;
        margin: 0 auto
    }

    #hero .carousel-inner .item .btn {
        font-size: 13px;
        padding: 7px 10px
    }

    #features .feature .btn {
        margin-top: 8px
    }

    #features .feature {
        margin-bottom: 30px
    }

    #testimonials .phrases_wrapper .phrase > p {
        width: 100%;
        font-size: 18px
    }

    #testimonials .phrases_wrapper .phrase .pic {
        float: left;
        margin-top: 8px;
        font-size: 13px
    }


}

@media (max-width: 480px) {
    .section_header {
        margin-top: 30px
    }

    .section_header span {
        width: auto
    }

    #intro h1 {
        font-size: 22px;
        line-height: 30px
    }

    #pricing .price_wrapper {
        width: 321px !important
    }

    #pricing .price_wrapper .header .price span {
        font-size: 38px
    }
}

.i_bars, .i_bookmark, .i_chart, .i_cloud, .i_facebook, .i_loading, .i_movil, .i_shuffle, .i_twitter, .i_youtube {
    background: url(../images/icons.png) no-repeat;
    display: inline-block
}

.i_bars {
    background-position: 0 -303px;
    width: 18px;
    height: 16px
}

.i_bookmark {
    background-position: 0 -253px;
    width: 18px;
    height: 13px
}

.i_chart {
    background-position: 0 -49px;
    width: 22px;
    height: 24px
}

.i_cloud {
    background-position: 0 0;
    width: 32px;
    height: 21px
}

.i_facebook {
    background-position: 0 -401px;
    width: 12px;
    height: 24px
}

.i_loading {
    background-position: 0 -202px;
    width: 21px;
    height: 14px
}

.i_movil {
    background-position: 0 -99px;
    width: 17px;
    height: 25px
}

.i_shuffle {
    background-position: 0 -151px;
    width: 18px;
    height: 12px
}

.i_twitter {
    background-position: 0 -351px;
    width: 24px;
    height: 18px
}

.i_youtube {
    background-position: 0 -452px;
    width: 24px;
    height: 23px
}

i.social {
    background: url(../images/social_icons.png) no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block
}

i.tw {
    background-position: 0 0
}

i.fb {
    background-position: -39px 0
}

i.flickr {
    background-position: -78px 0
}

i.in {
    background-position: -117px 0
}

i.gp {
    background-position: -156px 0
}

i.pin {
    background-position: -195px 0
}

i.tumblr {
    background-position: -233px 0
}

i.wp {
    background-position: 0 -51px
}

i.yt {
    background-position: -39px -51px
}

i.vim {
    background-position: -78px -51px
}

i.picasa {
    background-position: -116px -51px
}

i.forrst {
    background-position: -156px -51px
}

i.rss {
    background-position: -194px -51px
}

i.myspace {
    background-position: -233px -51px
}

.conteneur-arrondi {
    margin: 1% 0;
    width: 75%
}

.arrondi {
    height: 1px;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-bottom: 0;
    margin: 0
}

.un {
    margin: 0 4px;
    height: 1px;
    background-color: #BFBFBF;
    overflow: hidden;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-bottom: 0
}

.deux {
    margin: 0 3px;
    height: 1px;
    overflow: hidden;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-bottom: 0
}

.trois {
    margin: 0 2px;
    height: 2px;
    overflow: hidden;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-bottom: 0
}

.quatre {
    margin: 0 1px;
    height: 2px;
    overflow: hidden;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-bottom: 0
}

.centrearrondi p {
    margin: 0 20px 0 10px
}

.centrearrondi {
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-bottom: 0;
    margin: 0 1px;
    padding: 0;
    min-height: 50px;
    height: auto !important;
    height: 171px
}

.art-content .art-postcontent-0 .layout-item-0 {
    padding-right: 10px;
    padding-left: 10px
}

.ie6 .art-post .art-layout-cell, .ie7 .art-post .art-layout-cell {
    border: none !important;
    padding: 0 !important
}

.bloc2 {
    float: left;
    width: 50%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    height: 46px;
    border-radius: 0;
    line-height: 15px
}

.bloc3 {
    float: left;
    width: 33%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    height: 46px;
    border-radius: 0
}

.bloc3:first-child {
    width: 34%
}

.bloc2:last-child, .bloc3:last-child {
    border-right: none
}

.bloc2 i, .bloc3 i {
    font-size: 18px
}

.bloc2 a, .bloc3 a {
    text-decoration: none !important
}

.bloc2.alert a, .bloc3.alert a {
    color: #c09853 !important
}

.bloc2.alert-success a, .bloc3.alert-success a {
    color: #468847 !important
}

.bloc2.alert-error a, .bloc3.alert-error a {
    color: #b94a48 !important
}

.bloc2.alert-plaintes, .bloc3.alert-plaintes {
    background-color: #f89406;
    color: #fff;
    text-shadow: none;
    border: none
}

table.stats {
    width: 100%;
    margin: 0;
    padding: 0
}

table.stats td {
    width: 25%;
    padding: 0
}

table.stats tr.headrow .bloc3 {
    height: 33px
}

table.stats tr.mainrow .bloc3 {
    height: 60px
}

table.stats tr.secondrow .bloc3 {
    height: 30px
}

table.stats .bloc3 {
    float: left;
    margin: 0;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-right: none;
    border-radius: 0 !important;
    text-align: center
}

table.stats .bloc3:last-child {
    border-right: none
}

table.stats .bloc3 i {
    font-size: 22px;
    text-align: center
}

table.stats .bloc3 .number {
    font-size: 24px
}