@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(helvetica.css);

body {
    background-color: #fff;
    padding-top: 46px;
}

.marge-container {
    padding-left: 20px;
}

.text-center {
    text-align: center;
}

/* FONT DEFINITIONS */
@font-face {
    font-family: "JustTheWayYouAre";
    src: url("../files/JustTheWayYouAre.ttf");
}

@font-face {
    font-family: "BreeBold";
    src: url("../files/BreeBold.otf");
}

/**
    COMMONS
**/
/* ICONS */
[class^="icon-"] {
    margin-right: 10px;
    background-image: url("/resources/img/icons/glyphicons-halflings.png");
}
.icon-white {
    background-image: url("/resources/img/icons/glyphicons-halflings-white.png");
}
.icon-orange {
    background-image: url("/resources/img/icons/glyphicons-halflings-orange.png");
    opacity: 0.5;
}
.icon-blue {
    background-image: url("/resources/img/icons/glyphicons-halflings-blue.png");
    opacity: 0.5;
}

/* LINKS */
a: link {
    color: #0088cc;
    outline: none;
    text-decoration: none;
}
a:hover, a:active {
    outline: none;
    text-decoration: none;
}

article {
    height: 374px;
    margin: auto;
}
article a {
    outline: none;
    text-decoration: none;
}
article a:hover {
    color: #ffd200;
    text-decoration: none;
}

p {
    color: #686868;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 9px;
}

.span8 li {
    color: #686868;
    font-size: 14px;
}

/* TITLES */
h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
    text-align: center;
    text-rendering: optimizelegibility;
    text-shadow: 2px 2px 4px #1e67b1;
}
h2 {
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-align: center;
    text-rendering: optimizelegibility;
    text-shadow: 1px 1px 6px #1e67b1;
}
h3 {
    color: #ff7e00;
}
h4, h5, h6 {
    color: #333333;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

h4 {
    font-size:14px;
    margin-bottom: 10px;
}

h1 small, h2 small, h4 small, h5 small, h6 small {
    color: #999999;
    font-weight: normal;
    font-size: 18px;
}

/* GRID */
.span4 {
    margin: 5px !important;
    padding: 0 !important;
}
.span3 {
    margin: 10px !important;
}
.span12 {
    margin-left: 10px;
}
.container
{
	width:953px;
}

/* NAVIGATION */
header .logo {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-left: 1px;
    padding: 0;
}
header .navbar-inner {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #f5f6f7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    height: 66px;
    padding: 0 20px;
}
header nav {
    display: inline;
    float: right;
    height: 66px;
}
.nav {
    font-size: 17px;
    height: 52px;
    list-style: none;
    margin-left: 0;
    padding-top: 16px;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover {
    text-decoration: none;
}

.navbar {
    overflow: visible;
    margin-bottom: 18px;
}
.navbar .nav > li > a {
    color: #E6773D;
    float: none;
    line-height: 12px;
    padding: 10px 10px 11px;
    text-decoration: none;
    text-shadow: none;
}
.navbar .nav > li > a:hover {
    color: #5eaadc;
    text-decoration: none;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #222222;
    background-color: rgba(0, 0, 0, 0);
    color: #0088CC;
    text-decoration: none;
}
.active {
    color: #e6773d !important;
}

.nav-user {
    font-size: 17px;
    height: 52px;
    list-style: none;
    margin-left: 0;
}
.nav-user > li > a {
    color: #e6773d;
    display: block;
    float: none;
    font-weight: normal;
    line-height: 0;
    padding: 10px 0 11px;
    text-decoration: none;
    text-shadow: none;
}
.nav-user > li#tools {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 13px;
    border-left: 1px solid #dadada;
}
.nav-user > li#tools > a {
    line-height: 18px;
    padding: 0;
    font-size: 17px;
}
.nav-user > li#tools > a i {
    margin: 2px 5px 0 0;
}
.nav-user > li > a:hover {
    text-decoration: none;
}
.nav-user .dropdown {
    color: #1d90c9;
    font-weight: bold;
}
.nav-user .dropdown-menu {
    margin-left: 20px;
}
.nav-user .dropdown-menu a {
    font-size: 12px;
    padding: 3px 8px !important;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
    border-top-color: #0088CC;
    margin-top: 0;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
    background-color: #222222;
    background-color: rgba(0, 0, 0, 0);
    color: #0088CC;
    text-decoration: none;
}

.btn-login { 
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-font-smoothing: antialiased;
    background-color: #88c000 !important;
    border-bottom-color: #bbb;
    border-color: #93a92d #93a92d #93a92d;
    border-color: #93a92d #93a92d hsl(88, 86%, 26.5%);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 1px solid #93a92d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#62c462", endColorstr="#51a351", GradientType=0);
    font-size: 15px;
    line-height: 25px;
    margin-left: 20px;
    padding: 4px 10px 4px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.btn-login:hover {
    background-color: #95ce0b!important;
    color: #fff;   
}

.btn-register { 
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-font-smoothing: antialiased;
    background-color: #E6773D !important;
    border-bottom-color: #bbb;
    border-color: #E6773D #E6773D #E6773D;
    border-color: #E6773D #E6773D hsl(88, 86%, 26.5%);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 1px solid #E6773D;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#62c462", endColorstr="#51a351", GradientType=0);
    font-size: 15px;
    line-height: 25px;
    margin-left: 10px;
    padding: 4px 10px 4px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.btn-register:hover {
    background-color: #f2b02d!important;
    color: #fff;   
}

.btn-register strong {
	font-weight: normal;
}

#connection_menu {
    font-size:14px;
    padding-left:10px;
    border-left:1px solid #E9E9E9;
}

#connection_menu a {
    display:inline;
    padding:0;
}

#connection_menu i {
    margin-right : 2px;
    opacity : 0.7;
    vertical-align : -3px;
}

#connected_as {
    color: #1d90c9;
    font-weight: bold;
}

#connection_links a {
    font-size:12px;
    color:#E6773D;
}

#connection_links a:hover {
    color: #1d90c9;
}

/* BTN BAD PW */  

.btn-blue { 
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #1D90C9;
    border: 1px solid #1D90C9;
    border-bottom-color: #a3d7f6;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3d7f6", endColorstr="#0044cc", GradientType=0);
    font-size: 15px;
    padding: 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.btn-blue:hover {
    background-color: #5EAADC!important;
    border-bottom-color: #1D90C9;
    color: #fff00;
}

/* FOOTER */
footer {
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    color: #2e8ab7;
    margin: 0 auto 0;
    min-width: 960px;
    padding-bottom: 0;
    position: relative;
    top: -35px;
    width: 100%;
}
footer .inner {
    height: 90px;
    margin: auto;
    padding-top: 5px;
    width: 960px;
    z-index: 5000;
}
footer .span3 {
    background: url("/resources/img/design/footer-separator.gif") no-repeat;
    margin: auto;
    width: 150px;
}
footer .first {
    background-image: none !important;
}
footer div.last {
    padding: 0 0 0 20px;
}
footer h4 {
    color: #5caada;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    font-size:14px;
}
footer ul {
    color: #2e8ab7;
    list-style-type: none;
    margin: auto;
    padding: 0 0 0 20px;
}
footer li {
    display: block;
    font-size: 12px;
    line-height: 20px;
}
footer a:hover {
    color: #f96b02;
}
footer .g-plusone, footer .fb-like {
    margin: 0 0 10px 0;
}
footer #g-plusone_div
{
	margin:10px;	
}
/**
    HOMEPAGE
**/
.main {
    background-image: url("/resources/img/design/background_main.png");
    box-shadow: inset 0 -3px 5px #5197c0;
    height: 577px;
    margin: 0 auto 15px;
    min-width: 960px;
    padding-top: 0;
}
.tree {
    background-image: url("/resources/img/design/logo.png");
    margin: auto;
    position: relative;
}
.tree.xmas {
    background-image: url("/resources/img/design/logo-xmas.png");
    margin: auto;
    position: relative;
}
.tree h3 {
    margin: 0;
    line-height: 27px;
}
.tree a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.tree a span {
    white-space: nowrap;
}
.tagline {
    height: 70px;
    padding-top: 25px;
}
    
.tree .feature {
    position: absolute;
}
.tree .feature a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    position: relative;
}
.tree .feature a span {
    position: absolute;
}

/* LABELS */
.tree .publish {
    height: 90px;
    left: 10px;
    top: 136px;
    width: 280px;
}
.tree .publish a span {
    top: 59px;
    left: 17px;
}
.tree .blog {
    height: 70px;
    left: 137px;
    top: 260px;
    width: 235px;
}
.tree .blog a span {
    top: 41px;
    left: 20px;
}
.tree .spread {
    height: 80px;
    left: 633px;
    top: 91px;
    width: 205px;
}
.tree .spread a span {
    top: 12px;
    left: 60px;
}
.tree .incomes {
    height: 70px;
    left: 672px;
    top: 191px;
    width: 250px;
}
.tree .incomes a span {
    top: 18px;
    left: 100px;
}
.tree .community {
    height: 60px;
    left: 579px;
    top: 284px;
    width: 280px;
}
.tree .community a span {
    top: 25px;
    left: 111px;
}

/* BUTTONS */
.main .actions {
    height: 90px;
    position: relative;
    text-align: center;
}
.main .actions .create-blog-frame {
    background: rgba(222, 222, 222, 0.2);
    border-radius: 5px;
    display: block;
    height: 75px;
    margin: auto;
    position: relative;
    top: 5px;
    width: 295px;
}
.main .actions .create-blog-button, .create-blog-button {
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "BreeBold";
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    padding: 9px 14px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    width: 250px!important;
}

a.learn-more {
    background: url("/resources/img/design/fleche.png") no-repeat;
    color: #ffffff;
    display: block;
    font-family: "JustTheWayYouAre";
    font-size: 19px;
    height: 37px;
    left: 715px;
    line-height: 30px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 226px;
}
a.learn-more:hover {
    color: #0064ca;
}

/**
    PRESENTATION
**/

/* NAV */
aside  {
    background: url("/resources/img/design/aside-tree.png") no-repeat center bottom;
    min-height: 740px;
    padding-top: 25px;
}
aside .sidebar-inner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #406377;
    border-radius: 5px;
    box-shadow: 0 0 3px #818181;
    margin: 0 30px 0 0;
    width: 200px;

}
aside ul, aside li {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside strong {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 200px;
}

aside a {
    background: #f8f8f8 url("/resources/img/icons/sidebar-icons.png") no-repeat;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #ffffff;
    display: block;
    font-weight: bold;
    height: 52px;
    padding: 16px 5px 0 70px;
    width: 125px;
}
aside a:hover {
    background-color: #dbe9f2;
}
aside .on {
    background-color: #dbe9f2 !important;
}

aside .publish {
    background-position: 0 -04px;
}
aside .community {
    background-position: 0 -128px;
}
aside .blog {
    background-position: 0 -190px;
}
aside .spread {
    background-position: 0 -260px;
}
aside .incomes {
    background-position: 0 -72px;
}
aside .help {
    background-position: 0 -322px;
    -moz-border-radius: 0 5px;
    -webkit-border-radius: 0 5px;
    border-radius: 0 0 5px 5px;
}

/* CONTENT */
.presentation {
    background: url("/resources/img/design/background.png");
    margin: auto;
    min-height: 242px;
    min-width: 960px;
    text-align: left;
}
.presentation .inner {
    background: url("/resources/img/design/barre_bleu.png") repeat-x 0 -45px;
    padding: 40px 0 0 0;
}

.presentation .content {
    background-image: none;
    height: 100%;
    margin: auto;
}
.presentation h1 {
    line-height: 45px;
    text-align: left;
    margin: 5px 0 0 0;
}
.presentation h2 {
    color: #ff7e00;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 0;
    text-align: left;
    text-shadow: none;
}
.presentation .span5 p {
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin: 5px 0 0 0;
    text-align: left;
    text-shadow: 1px 1px 6px #1e67b1;
}

.presentation .tape {
    background: url("/resources/img/design/scotch.png");
    display: block;
    height: 57px;
    left: -35px;
    position: relative;
    top: 40px;
    width: 64px;
    z-index: 3;
}
.presentation .content .span9 {
    position: relative;
}

.presentation .features-content {
    height: 200px;
    padding: 1px 0 0 0;
}
.presentation .features-details {
    -moz-box-shadow: 0 0 3px #c7c7c7; 
    -webkit-box-shadow:  0 0 3px #c7c7c7; 
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #c7c7c7;
    float: left;
    margin: 0 0 0 -20px;
    padding: 0 0 5px 0;
    position: relative;
    width: 650px;
    z-index: 1;
}

.presentation .features-details .line {
    background-image: url("/resources/img/design/line.png");
    height: 6px;
    margin: auto;
    width: 514px;
}

.presentation .features-details .details-inner {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 5px;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
    margin: 0 15px;
}
.presentation .features-details figure {
    margin-left: 0;
    min-height: 150px;
    width: 650px;
}
.presentation .features-details p {
    color: #686868;
    font-size: 14px;
}

.presentation figure div {
    float: left;
    margin-bottom: 10px;
    padding: 15px 25px 10px 15px;
    width: 218px;
}
.presentation figure div img {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    padding: 5px;
    position: relative;
    z-index: 1;
}
.presentation figure div a span{
    background: url("/resources/img/screens/magnify-bg.png");
    cursor: pointer;
    display: inline-block;
    height: 141px;
    position: absolute;
    width: 240px;
    z-index: 2;
}
.presentation figure div a span:hover {
    background: url("/resources/img/screens/magnify.png");
}

.presentation figure figcaption {
    float: left;
    padding-left: 10px;
    padding-right: 5px;
    text-align: justify;
    width: 335px;
}

.presentation .even div a {
    display: block;
    height: 129px;
    position: relative;
    width: 228px;
}
.presentation .odd div a {
    display: block;
    height: 139px;
    position: relative;
    width: 228px;
}
.presentation figure div a:after {
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
    -moz-transform: rotate(-5deg);
    -o-box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
    -o-transform: rotate(-5deg);
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
    -webkit-transform: rotate(-5deg);
    background: white;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
    content: " ";
    display: block;
    height: 129px;
    left: 10px; 
    position: absolute;
    top: 2px; 
    width: 228px;
    z-index: 0;
}

.presentation .btn-next {
    background-image: url("/resources/img/design/next3.png");
    float: right;
    font-family: "JustTheWayYouAre";
    font-size: 16px;
    height: 42px;
    margin: 80px 0 0 625px;
    padding: 25px 10px 0 0;
    position: absolute;
    text-align: center;
    width: 67px;
    z-index: 1;
}

.presentation .lower_create_blog {
    background: url("/resources/img/design/ombre_resize.png") repeat scroll 0 0 transparent;
    float: right;
    height: 40px;
    left: -15px;
    margin-bottom: 20px;
    padding-top: 100px;
    position: relative;
    top: -80px;
    z-index: 0;
}

.presentation .our_offer_arrow {
    background-image: url("/resources/img/design/fleche2.png");
    background-repeat: no-repeat;
    color: #2E8AB7;
    display: block;
    font-family: "JustTheWayYouAre";
    font-size: 15px;
    height: 37px;
    left: 515px;
    line-height: 30px;
    position: relative;
    text-align: left;
    top: -55px;
    width: 186px;
}

.presentation .our_offer_arrow a {
    color: #0064ca;
}

.presentation .our_offer_arrow a:hover {
    color: #f7710c;
}

/**
    SUBSCRIPTIONS
**/

/* GLOBAL */
#subscriptions {
    background-image: url("/resources/img/design/background.png");
    min-width: 960px;
}
#subscriptions h3 {
    margin: 0;
}

.subscriptions {
    background-image: url("/resources/img/design/barre_bleu.png");
    background-repeat: repeat-x;
    min-height: 242px;
    min-width: 960px;
    text-align: left;
}

.packages {
    height: 600px;
    clear: both;
}
.subscriptions .span3 {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #a0a0a0;
}

.free {
    height: 410px;
}
.plus {
    height: 505px;
}
.pro {
    height: 555px;
}
.business {
    height: 600px;
}

.lite_nopub {
    background-image: url("/resources/img/design/barre_grise.png");
    background-repeat: no-repeat;
    text-align: center;
    font-size:11px;
    margin-top:10px;
    margin-left:14px;
    padding-top:15px;
    padding-bottom:3px;
}
/* TITLES  */
.subscriptions h1 {
    line-height: 110px;
}
.subscriptions h2 {
    font-size: 16px;
    margin-right: 20px;
    text-align: right;
}
.subscriptions h3 {
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-shadow: 0 1px grey;
    text-transform: uppercase;
}

.free h3 {
    background-color: #accde1;
    border-bottom: 1px solid #80a6bd;
}
.plus h3 {
    background-color: #afc52b;
    border-bottom: 1px solid #94a81a;
}
.pro h3 {
    background-color: #f2b02d;
    border-bottom: 1px solid #d49820;
}
.business h3 {
    background-color: #ed8328;
    border-bottom: 1px solid #c0671a;
}

/* PRICES */
.price {
    background-image: url("/resources/img/design/prices.png");
    background-repeat: no-repeat;
    height: 180px;
    width: 220px;
}
.price.no-bg {
    background-image: none;
}
.price-formated {
    position: relative;
    display: block;
}
.price-formated .number {
    font-size: 60px;
    display: block;
    position: absolute;
    text-align: center;
    top: 50px;
    font-family: "HelveticaNeueLT Com 67 MdCn", Helvetica, Arial, sans-serif;
    line-height: normal;
    font-weight: bold;
    color: rgba(255,255,255, 0.5);
    text-shadow: 1px 1px 1px #fff, 0 0 0 #000, 0 0 0 #000;
    left: 0;
    right: 0;
}
.price-formated .currency {
    color: rgba(255,255,255, 0.5);
    text-shadow: 1px 1px 1px #fff, 0 0 0 #000, 0 0 0 #000;
    font-size: 40px;
    font-weight: bold;
    font-family: "HelveticaNeueLT Com 67 MdCn", Helvetica, Arial, sans-serif;
    position: absolute;
    right: 20px;
    top: 45px;
}
.price-formated .period {
    color: rgba(255,255,255, 1.0);
    font-size: 18px;
    font-family: "HelveticaNeueLT Com 67 MdCn", Helvetica, Arial, sans-serif;
    position: absolute;
    right: 5px;
    top: 95px;
}

.free .price {
    background-color: #accde1;
    background-position: 0 0;
    border-bottom: 1px solid #2c6591;
    border-top: 1px solid #C4E1F2;
}

.plus .price {
    background-color: #afc52b;
    background-position: 0 -180px;
    border-bottom: 1px solid #6e8015;
    border-top: 1px solid #ebf6a7;
}

.pro .price {
    background-color: #f2b02d;
    background-position: 0 -360px;
    border-bottom: 1px solid #a46f1a;
    border-top: 1px solid #fcd891;
}

.business .price {
    background-color: #ed8328;
    background-position: 0 -540px;
    border-bottom: 1px solid #a44f17;
    border-top: 1px solid #fbbe8a;
}

/* TOOLTIP */
.price .tooltip {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    left: -50px;
    padding: 10px;
    position: relative;
    text-align: left;
    top: -20px;
    visibility: hidden;
    width: 170px;
}
.price .tooltip:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.price .tooltip:after {
    border-top-color: #000000;
    border-width: 15px;
    left: 50%;
    margin-left: 40px;
    opacity: 0.5;
}
.price:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.price .tooltip p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
}


/* FEATURES */
.features {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    margin: auto;
}

.features ul {
    color: #313131;
    font-size: 13px;
    letter-spacing: 1px;
    list-style-type: none;
    margin: 0;
    width: 210px;
}
.features li {
    cursor: pointer;
    height: 48px;
    list-style-type: none;
    width: 220px;
}
.features .even {
    background-color: #ffffff;
}
.features .odd {
    background-color: #f4f4f4;
}
.features ul li a {
    color: #313131;
    cursor: help;
    display: block;
    line-height: 48px;
    text-indent: 35px;
    margin-left: 15px;
}
.features ul li a:hover {
    color: #ff6600;
}
.subscribe {
 	display: block;
	font-family: "BreeBold";
	height: 19px;
	margin: 20px auto 0;
	padding: 10px;
	text-align: center;
	width: 149px;
	font-size: 19px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.subscribe:hover {
    background: #f86d04;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* FAQ */
.faq-link {
    background: url("/resources/img/design/fleche3.png");
    clear: both;
    display: block;
    font-family: "JustTheWayYouAre";
    font-size: 15px;
    height: 103px;
    padding-left: 60px;
    position: relative;
    text-align: center;
    top: -150px;
    width: 100px;
}
#faq {
    background-image: url("/resources/img/design/barre_grise.png");
    background-repeat: no-repeat;
    margin: 0 0 0 14px;
    padding: 20px 0;
    text-align: left;
}
#faq .span4 {
    background: url("/resources/img/design/sticky.png");
    border-radius: 3px 3px 3px 3px;
    height: 215px;
}
#faq .span4 .inner {
    padding: 10px;
}
#faq h4 {
    color: #ff7e00;
    font-size: 19px;
    line-height: 50px;
    padding: 0 8px;
    text-align: left;
}
#faq h5 {
    color: #0088CC;
    font-size: 14px;
    line-height: 100%;
    padding: 30px 5px 15px 8px;
}
#faq .span4 p {
    font-size: 12px;
    padding: 0 8px;
    text-align: justify;
}
.subscriptions .big_create_blog {
    background-image: url("/resources/img/design/barre_grise.png");
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
}

/**********************************
    OTHERS & DETAILS
**********************************/

/* commun */

.outline_btn_create {
    background: rgba(222, 222, 222, 0.5);
    border-radius: 5px;
    display: block;
    height: 75px;
    margin: auto;
    position: relative;
    top: 5px;
    width: 295px;
    text-align:center;
}

/**
    SINGLE PAGE TEMPLATE
**/

/* CONTENT */

.single {
    background-image: url("/resources/img/design/barre_bleu.png");
    min-height: 242px;
    min-width: 940px;
    text-align: left;
    background-repeat: repeat-x;
}

#single {
    background-image: url("/resources/img/design/background.png");
    min-width: 960px;
}

.single_content {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #959595;
    margin-bottom: 80px;
    margin-top: 100px;
    min-height: 400px;
    padding: 10px;
    text-align: left;
}

.single_content h1, .singl_content h2{
    text-shadow: none;
    text-align: left;
}

.single_content h1 {
    color: #007ac1;
    font-size: 26px;
}

.single_content h2 {
    color: #54aadb;
    text-shadow: none;
    margin: 10px 0;
    text-align: left;
}

.usecases {
    border-right: 1px solid #aedfff;
    min-height: 500px;
}

.menu_single {
    border-right: 1px solid #aedfff;
    min-height: 500px;
}
.usecases ul {
    list-style-type: none;
}
.usecases li {
    padding: 10px;
    list-style-type: none;
}

.usecases_btn {
    margin: auto!important;
    text-align: center;
    margin: 0 0 20px 170px!important;
}

.usecases li:hover {
    background: #c0deff;
    border-radius: 5px 0 0 5px;
    color: #fff;
}

label {
    font-size: 16px;
    margin-bottom: 10px;
    margin: auto;
    text-align: left;
    width: 410px;
}

.puce_bleu {
    list-style-image : url("/resources/img/design/puce_bleu.gif");
} 

.puce_orange {
    list-style-image : url("/resources/img/design/puce_orange.gif");
}

/* SINGLE PAGE WITH SIDEBAR */

.menu_single ul , .menu_single li{
    list-style-type: none;
    font-size: 15px;
}

.menu_single li a {
    display: block;
    min-height: 10px;
    min-width: 160px;
    padding-top: 10px;
    padding: 10px;
}

.menu_single li a:hover {
    color: #000;
}

.active_sidebar {
    background: #c0deff;
    border-radius: 5px 0 0 5px;
}

.article_module {
    display: none;
}

/* BAD LOGIN PAGE */

.passperdu_form {
    text-align: center;
}

.passperdu_form input[type="text"], .passperdu_form input[type="password"] {
    width: 400px;
}

.creer_un_blog p {
    text-align: left;
}
.btn.des-blogs {
    margin-left: 330px;
}

.form-login {
    width:500px;
    margin:auto;
}

.form-login label {
    font-size:14px;
    font-weight:bold;
}

/** 
    ABOUT DETAILS PAGE 
**/
#about #div_team img {
    height:80px;
    margin:5px;
    padding:3px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 3px 3px #b8b4b8;
	-moz-box-shadow: 0px 0px 3px 3px #b8b4b8;
	box-shadow: 0px 0px 3px 3px #b8b4b8;
}

#about #div_team h4 {
	margin:5px;
}

#about #div_contact #lieu_gmaps {
	margin-left:51%;
}

#about #div_contact #lieu_gmaps_preview {
	width:300px;
}

#about #div_contact #coordonnees {
	float:left;
	width:50%;
}

#about #div_contact #coordonnees ul {
	list-style: none outside none;
}

#about #div_contact #coordonnees ul li {
	height: 45px;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 60px;
	font-size:15px;
	font-family:Helvetica;
}

#about #div_contact .raison {
	background: url("/resources/img/about/barcode.png") no-repeat scroll 0 0 transparent;
}

#about #div_contact .adresse {
	background: url("/resources/img/about/home.png") no-repeat scroll 0 0 transparent;
}

#about #div_contact .mail {
	background: url("/resources/img/about/mail.png") no-repeat scroll 0 0 transparent;
}

#modal-features .modal {
    width: 600px;
    margin-left: -300px;
    overflow: hidden;
}
#modal-features .modal p {
    font-size: 12px;
}

/**
    MODAL
**/

.modal-backdrop, .modal-backdrop.fade.in {
    background-color: transparent;
    background-image: url("/resources/img/design/modal_background.png")!important;
    background-repeat: repeat;
    filter: alpha(opacity=80);
    opacity: 1;
}

.modal {
    -moz-border-radius: 18px 18px 0 0;
    -o-border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    border-radius: 18px 18px 0 0;
    overflow: auto;
    width: 350px;
    margin-left: -175px;
}

.modal-header {
    background-color: #3a90c3;
    color: #fff!important;
    border-radius: 5px 5px 0 0;
}

.modal-header h3 {
    color: #fff;
}

.modal-body {
    background-color: #ebebeb;
    color: #6b6b6b;
}

.modal-body a {
    font-size: 13px;
}

/*
p.connect {
    position: relative;
    left: 0;
    margin: auto;
    width: 150px;
    line-height: 0;
}*/

.forgot {
    float: left;
    text-align: left;
    margin-left: 25px;
    line-height: 15px;
    margin-top: 5px;
}

.forgot a {
    font-size: 12px;
}

.submit {
    float: right;
    margin-right: 25px;
}

.modal-body label {
    color: #ff9000;
    margin: auto;
    font-size: 13px;
    min-width: 250px;
    margin-top: 3px;
    text-align: left;
    padding-left: 10px;
}

#login, #register, #hide, .liencache  {
    display: none;
}

/* FORM MODAL */

.input_creer {
    display: inline;
    margin-left: 150px;
}

.modal-body form {
    text-align: center;
}

.modal-body #BlogCreateForm #username, .modal-body #BlogCreateForm #email, .modal-body #BlogCreateForm #password {
   padding-left: 40px;
   height: 30px;
   background-repeat: no-repeat;
}

.modal-body #BlogCreateForm #username {
    background-image: url("/resources/img/icons/user.png") !important;
    padding-right: 100px;
    width: 80px;
    background-color: #fff!important;
    width: 125px!important;
}

.modal-body #BlogCreateForm #email {
    background-image: url("/resources/img/icons/email.png") !important;
}

.modal-body #BlogCreateForm #password {
    background-image: url("/resources/img/icons/password.png") !important;
}

.modal-body #BlogCreateForm #email{
    background-color: #fff!important;
    width: 220px!important;
}

.modal-body #BlogCreateForm #password{
    width: 180px!important;
}

/* MODAL LOGIN */

#login .modal-body {
    min-width: 300px;
    overflow: hidden;
}

#login .modal-header h3 {
    font-size: 16px;
}

#login .modal-body button {
    -moz-border-radius: 3px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 3px;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    display: inline-block;
    float: right;
    font-size: 13px;
    height: 40px;
    line-height: 18px;
    margin: auto auto 10px;
    min-width: 100px;
    padding: 4px;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

/*
#login .modal-body a {
    left: -80px;
    position: relative;
    top: 35px;
}
*/
#register .modal-body button {
    height: 60px !important;
}

#login .line-form {
    background: url("/resources/img/design/line-form.png");
    display: block;
    height: 9px;
    left: -15px;
    margin: auto;
    position: relative;
    width: 350px;
    margin-bottom: 10px;
}

/* MODAL CREATE BLOG */

#register {
    overflow: visible;
}

#register .modal-body {
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: visible;
    padding-left: 40px;
}

#register .input_creer {
    display: inline;
    margin-left: 0!important;
}

#BlogCreateForm {
    min-width: 540px;
    text-align: left;
}

#register .submit_center {
    padding-left: 60px;
    width: 200px;
}

#register .checkbox_center {
    left: -10px;
    position: relative;
}

#register .checkbox_center label {
    left: -120px;
    position: relative;
    text-align: left;
    width: 300px;
}

.submit_center .create-blog-button{
    position:relative;
    right:50px;
}

.centre {
	text-align:center;
	margin:auto;
}

/* LOGIN ALERT ERROR */

.label_alert {
    display: inline-block;
    float: right;
    height: 40px;
    width: 150px;
}

.alert_name {
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: none repeat scroll 0% 0% #74B000;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #4F7308;
    box-shadow: 0 0 2px #9e9e9e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.alert_name: after, .alert_name: before {
    border: medium solid transparent;
    content: " ";
    height: 0pt;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0pt;
}

.alert_name: after {
    border-right-color: #74B000;
    border-width: 6px;
    margin-top: -6px;
    top: 50%;
}

.alert_name: before {
    border-right-color: #4F7308;
    border-width: 7px;
    margin-top: -7px;
    top: 50%;
}

.alert_email {
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: none repeat scroll 0% 0% #74B000;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #4F7308;
    box-shadow: 0 0 2px #9e9e9e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.alert_email: after, .alert_email: before {
    border: medium solid transparent;
    content: " ";
    height: 0pt;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0pt;
}

.alert_email: after {
    border-right-color: #74B000;
    border-width: 6px;
    margin-top: -6px;
    top: 50%;
}

.alert_email: before {
    border-right-color: #4F7308;
    border-width: 7px;
    margin-top: -7px;
    top: 50%;
}

.alert_wrong {
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: none repeat scroll 0% 0% #ef5b53;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #960a03;
    box-shadow: 0 0 2px #9e9e9e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    font-size: 11px;
    /*height: 30px;
    line-height: 30px;*/
    margin-left: 2px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.alert_wrong: after, .alert_wrong: before {
    border: medium solid transparent;
    content: " ";
    height: 0pt;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0pt;
}

.alert_wrong: after {
    border-right-color: #ef5b53;
    border-width: 6px;
    margin-top: -6px;
    top: 50%;
}

.alert_wrong: before {
    border-right-color: #960a03;
    border-width: 7px;
    margin-top: -7px;
    top: 50%;
}

.alert_wrong_2 {
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: none repeat scroll 0% 0% #ef5b53;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #960a03;
    box-shadow: 0 0 2px #9e9e9e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.alert_wrong_2: after, .alert_wrong_2: before {
    border: medium solid transparent;
    content: " ";
    height: 0pt;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0pt;
}

.alert_wrong_2: after {
    border-right-color: #ef5b53;
    border-width: 6px;
    margin-top: -6px;
    top: 50%;
}

.alert_wrong_2: before {
    border-right-color: #960a03;
    border-width: 7px;
    margin-top: -7px;
    top: 50%;
}

/* SUBSCRIPTIONS ADVANCED FEATURES */

.modal-body  h3 {
    font-size: 15px;
}
.modal-body td {
    border: 1px solid #a9a9a9;
    text-align: center;
    width: 105px;
}

.modal-body tr {
    border-radius: 5px;
}

.tdbold td{
    color:#fff;
}

.tdgratuittitre {
    background: #2c6591;
}

.tdgratuit {
    background: #accde1;
}

.tdplustitre {
    background: #6e8015;
}

.tdplus {
    background: #afc52b;
}

.tdprotitre {
    background: #a46f1a;
}

.tdpro {
    background: #f2b02d;
}

.tdbusinesstitre {
    background: #a44f17;
}

.tdbusiness {
    background: #ed8328;
}

.modal-body table {
    background: #fff;
}

.tdbold {
    font-weight: bold;
}
.modal .scrollable {
    overflow: auto;
    max-height: 400px;
}
.modal a.collapsible {
    display: block;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    color: #000000;
}
.modal article {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    height: auto;
    margin: 5px 0;
    padding: 5px 10px;
}
.modal .feature-content-inner {
    border-top: 1px solid #d5d5d5;
    padding: 10px;
}

/* POLAROID EFFECT */

.polaroid {
  position: relative;
  width:95%;
  margin:10px 0 10px 0;
  text-align:center;
}

.polaroid img {
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}

.polaroid span {
  position: absolute;
  text-align: center;
  left:0;
  width: 100%;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #888;
  line-height:50px;
}

/* Domain name check */
#domain-name .modal-body input.prefix {
    background-image: none !important;
    font-size: 13px;
    height: auto;
    padding: 5px;
    width: 30px !important;
}
#domain-name .modal-body input.domain {
    background-image: none !important;
    font-size: 13px;
    height: auto;
    padding: 5px;
    width: 200px !important;
}
#domain-name .modal-body select {
    background-image: none !important;
    font-size: 13px;
    padding: 5px;
    width: 70px !important;
}
#domain-name .domain-check-fields {
    list-style-type: none;
    text-align: center;
    margin: 0;
}
#domain-name .domain-check-fields li {
    list-style-type: none;
    display: inline-block;
}
#domain-name button {
    margin-bottom: 9px;
}
.alert-important
{
    background:orange;
    color:black;
    font-weight:bold;
    text-align:center;
}

/* Alerts with B4E::redirect */
.message {
    background: #e0eff9;
    border-color: #5ca9da;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #307cad;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 10px;
    clear: both;
}
.message p {
    color: inherit !important;
    display: inline-block;
    line-height: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 580px;
}
.message .icon {
    background-image: url('/resources/img/icons/msg-icons.png');
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 26px;
    margin: 0 10px 0 5px;
    width: 26px;
}
.message.info {
    background: #e0eff9;
    border-color: #5ca9da;
    color: #307cad;
}
.message.info .icon {
    background-position: 0 0;
}
.message.success {
    background: #edf5d8;
    border-color: #839f37;
    color: #5b7418;
}
.message.success .icon {
    background-position: 0 -26px;
}
.message.warning {
    background: #ffe0be;
    border-color: #ee9434;
    color: #df7300;
}
.message.warning .icon {
    background-position: 0 -52px;
}
.message.error {
    background: #f8dddd;
    border-color: #e04949;
    color: #c60000;
}
.message.error .icon {
    background-position: 0 -78px;
}

/*---------- Site ----------*/
/* Partners */
.partner-details h1 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*---------- Contact form ----------*/
#support_form label
{
    font-size: 14px;
}
#support_message
{
    height: 200px;
}
#support_form .span3
{
    margin: auto !important;
}
#support_form .support_email_logged
{
    line-height: 30px;
    font-style: italic;
}

/*-------- Guides ---------------*/

#guides {
    background-image: url("/resources/img/design/background.png");
    min-width: 960px;
    background-color: #E8E8E8;
    min-height: 600px;
    padding-bottom:20px;
}
#guides #sidebar {
    position: fixed;
}

.guides{
    background-image: url("/resources/img/design/barre_bleu.png");
    background-repeat: repeat-x;
    text-align: left;

}
.guides h1{
    line-height: 120px;
}
.categorie{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #A0A0A0;
    /*min-height: 550px;*/
    margin-bottom: 50px;
}


#searchGuides{
    text-align: center;
    padding: 2em 0px;
    position: relative;
    width: 620px;
    margin: 0px auto;
}

#searchGuides .search-query {
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 18px;
    height: 50px;
    line-height: 22px;
    width: 100%;
}
#searchGuides button {
    background: none repeat scroll 0 0 #4f92ca;
    border: medium none;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    padding: 0 1.5em;
    position: absolute;
    right: 0;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    top: 28px;
    cursor: default;
}
.guides .categorie{
    position: relative;
    float: left;
    padding: 15px;
}
.categorie .category-list {
    margin: 4px;
    /*min-height: 550px;*/
    padding-bottom: 20px;
}
.categorie .category-list a {
    border: 1px solid #E0E0E0;
    padding: 8px !important;
    text-align: center;
    width:22%;
    margin:4px !important;
}

.categorie .category-list a h3 {
    color:#333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em; 
}

.categorie .category-list a .guide_count {
    color:#4381b5;
    margin-top :15px;
}

#sidebar {
    margin: 32px 0px 0px;
    padding-top:28px;
}

#sidebar ul {
    list-style: none;
    margin-left:0;
}

#sidebar h3{
    text-transform: uppercase;
    font-size: 12px;
    color: #222;
    margin-bottom: 4px;
}
.guide_main{
    float:right;
    padding:20px;
    margin-top: 2.75em;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0px 0px 8px #A0A0A0;
    width:670px;
}

#sidebar li{
     padding: 6px 15px 6px 0px;
     margin-left: 0px;
     border:none;
     width:200px;
     height: 20px;
     font-weight: normal;
}
#sidebar a{
    color: #858585;
}


#sidebar a:hover{
    color:#222;
}
#searchBar .sm button{
    height: 35px;
}
#searchBar .sm {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
}

#sidebar #searchBar {
    margin-bottom: 10px;
}

#sidebar #searchBar .search-query {
    display: block;
    width: 100%;
    margin: 0px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 18px;
    height: 35px;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 3px;
    color: #666;
}

#sidebar button {
    position: relative;
    top: -25px;
    float: right;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    border: 0px none;
    opacity: 0.5;
    background: none repeat scroll 0px 0px transparent;
    cursor: default;
}

#sidebar .on {background: none !important;}

#sidebar li.active a, #sidebar li.active a:hover, #sidebar li.active a:focus 
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #222;
    font-weight: 700;
    text-shadow: none;
}

.guide_main .social-media{
    margin: 0px;
    padding-bottom: 50px;
}

.guide_main .social-media li{
    float: left;
    margin: 0 5px 0 0;
    min-width: 78px;
    list-style: none;
}

.guide_main h3 {
    color: #7f7f7f;
    font-size: 17px;
    line-height: 25px;
}
.guide_main h2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    text-rendering:none;
    text-shadow:none;
    color: #54aadb;
    margin: 10px 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.guide_main h1 {
    color: #007ac1;
    font-size: 26px;
    text-align: left;
    text-shadow: none;
    line-height: 35px;
    margin-bottom: 15px;
}
.guide_main .guide-list{
    list-style: none;
    margin: 0px 0px 38px;
    padding-top:10px;
}
.guide_main .guide-list > li a {
    margin-bottom: 5px;
}
.guide_main .guide-list p{
    padding-left: 25px;
}
.guide_main .guide-list li{
    margin-bottom: 20px;
}
.guide_main .guide-list .icon-guide{
    background-position: -22px -24px;
    float: left;
    opacity: 0.5;
}

.guide_main .guide-list .icon-guide{
    background-position: -22px -24px;
    float: left;
    opacity: 0.5;
    margin-top: 2px;
    margin-right: 8px;
}

.guide_content img {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin:15px auto;
    display:block;
}

.guide_main .rating_sharing {
    margin-top: 50px;
    padding: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #dadada;
    margin-bottom: 50px;
}

.guide_main .rating {
    float:left;
}

.guide_main .addthis_sharing_toolbox {
    float: right;
}

.active .icon-arrow{
    background-position: -457px center;
    display: block;
    margin-left: auto;
    margin-top: -15px;
}

/*search autocomplete*/
.ui-widget-content{
   border: 1px solid #d0d0d0 !important;
   background-color: #fff !important;
   border-radius: 3px;
}

.ui-widget-content a{
    color: #4381B5;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

