@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lobster|Roboto:300,300italic,400,700);

/*** Colors ***/
/*
        text grey : 	626262
        text orange : d8651a
*/

/****************** BOF Common Styles ******************/
/*******************************************************/

/******* RESET ********/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
body.embed-responsive {
	embed-responsive
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******* TAGS ********/

h1 { font-size:3em; }
h2 { font-size:2.14em; }
h3 { font-size:1.6em; }
h4 { font-size:1.14em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

h1, h2, h3 {
    margin-bottom:1em;
}

h4, h5, h6 {
}

p {
}

a {
    color:#626262;
    text-decoration:none;
    -webkit-transition:color 0.3s;
    transition:color 0.3s;
    /*font-weight: bold;*/

}
.cart-empty a,
.std a,
td a {
    font-weight: bold;
}

/*.std a,
td a:before {

    content:'> ';
}
*/
a:hover {
    color:#d8651a;
}

a.active,
.active > a {
    color:#d8651a;
}

a:active, 
object:active, 
input:active,
object:focus { 
    outline:none; 
}

a img { 
    border:0;
}


/*------------------------------------------- Responsive body -----------------------------------------------------*/

@media (max-width: 978px) {
    .container {
        padding:0;
        margin:0;
    }

    body {
        padding:0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
        margin-bottom:0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .container {
        width: initial;
    }
}


/******* MISC. *******/
.ui-dialog-buttonset,
.ui-dialog .ui-dialog-buttonpan button
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
a
{
    outline:none;
}
strong {
    font-weight:bold;
}

.italic {
    font-style:italic;
}

.clear {
    clear:both;
}

.clearl {
    clear:left;
}

.clearr {
    clear:right;
}

.clearfix:after {
    display:block;
    clear:both;
    content:' ';
    height:0;
    visibility:hidden;
}

.hidden {
    display:inline-block;
    font-size:6px;
    text-align:left;
    text-indent:-9999px;
    overflow:hidden;
}

.up {
    cursor:pointer;
}

/*** Social links ***/

.social li {
    display:inline-block;
    margin:0 3px;
}

.ie7 .social li {
    display:inline;
}

.social a {
    display:block;
    width:34px;
    height:34px;
    text-align:left;
    text-indent:-9999px;
    overflow:hidden;
    background:transparent url(images/sprite_pictos.png) no-repeat 0 25px;
    /*-webkit-transition:background-position .2s ease;
    transition:background-position .2s ease;*/
}

.social .facebook a {
    background-position:0 -120px;
}

.social .twitter a {
    background-position:-40px -120px;
}

.social .youtube a {
    background-position:-80px -120px;
}

.social .google a {
    background-position:-120px -120px;
}

.social .facebook a:hover {
    background-position:0 -154px;
}

.social .twitter a:hover {
    background-position:-40px -154px;
}

.social .youtube a:hover {
    background-position:-80px -154px;
}

.social .google a:hover {
    background-position:-120px -154px;
}

/*** FORMS ***/

input,
textarea,
select {
    font:300 14px/16px 'Roboto', 'Helvetica Neue', 'Oxygen', Arial, sans-serif;
    color:#626262;
    text-align:left;
    margin:0;
    padding:0;
}

input[type="text"] {
    padding:3px 6px 2px;
    border:1px solid #999;
}

input[type="submit"] {
    cursor:pointer;
}

/* search-form */

.search-form {
    width:320px;
    height:34px;
    line-height:18px;
    padding:6px 40px 8px 20px;
    background:#FFF;
    border-radius:35px;
    position:relative;
}

.search-form input {
    vertical-align:middle;
}

.search-form input[type="text"] {
    width:100%;
    height:100%;
    padding:0;
    border:none;
}

.search-form input[type="submit"] {
    position:absolute;
    top:0;
    right:10px;
    height:32px;
    width:36px;
    border:none;
    background:url(images/sprite_pictos.png) no-repeat 12px -71px; 
}

.search-form input[type="submit"]:hover {
    background-position:-38px -71px; 
}
.search-autocomplete { z-index:999; left:18px !important; top:22px !important;color:black }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li a { color: black !important; }
.search-autocomplete li a:hover { color: white !important; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-form .search-autocomplete li:hover { background-color:#d8651a; }

/*** thumbs ***/

.home .thumb_small {
    float:left;
    width:120px;
}

.home .thumb_small img {
    display:block;
    max-height:190px;
    max-width:118px;
    border:1px solid #a1a1a0;
}

/****************** EOF Common Styles ******************/
/*******************************************************/

/********************** STRUCTURE **********************/
/*******************************************************/

html, body {
    min-height:100%;
}

body {
    font:300 14px/1.5 'Roboto', 'Helvetica Neue', 'Oxygen', Arial, sans-serif;
    color:#626262;
}

#wrapper {
    /*width:1200px;*/
    margin:0 auto;
    overflow:hidden;
}

#middle > .sidebar,
#middle > .main {
    overflow:hidden;
}

#middle > .sidebar {
    width:200px;
    float:left;
    margin-right:30px;
}

#middle > .main {
    width:970px;
}

#sb-wrapper {
    top:220px !important;
}
/*********** Header ***********/
/******************************/

#header_wrapper {
    background:#FFF;
    /*height: 177px;*/
    box-shadow: 0 5px 4px -5px rgba(0, 0, 0, .6);
    z-index:10000;
}

#header {
    background:#FFF;
    box-shadow:0 5px 4px -5px rgba(0,0,0,.6);
    max-height:200px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align:right;
    /*position:relative;*/
    z-index:10;
}

/* logo */

#header h1 {
    width:233px;
    height:146px;
    margin:0;
    position:absolute;
    /*left:0;*/
    top:0;
    z-index:4;
}

#header h1 a {
    display:block;
    height:100%;
    background:url(images/header_logo.png) no-repeat;
}

#header #user-navbar {
    box-shadow: 0 5px 4px -5px rgba(0,0,0,.6);
}

@media screen and (max-width: 768px) {
    #header {
        min-height: 100px;
    }

    #header_wrapper {
        height: 100px;
    }

    #header h1 a {
        margin-top: -60px;
    }

    .header_mod h1 {
        height: initial !important;
    }
}

/* top */

#header .top {
    /*margin-left:66px;*/
    /*background:#626262;*/
    background:#424242 url(images/layout_grey_bg.png);
}

#header .top,
#header .top a {
    color:#FFF;
    /*text-shadow:1px 1px 0 rgba(0,0,0,.4);*/
}

#header .top a:hover {
    color:#FFF;
    text-decoration:underline;
}

#header .top > div > div {
    display:inline-block;
    vertical-align:middle;
    line-height:34px;
    height:58px;
    padding:12px 20px 12px 5px;
    background:url(images/layout_grey_sep.png) repeat-y;
}

.ie7 #header .top > div > div {
    display:inline;
}

#header .top > div > div:first-child {
    background: none;
}

#header .top form {
    display:inline-block;
    vertical-align:top;
    margin-top:1px;
}

.ie7 #header .top form {
    display:inline;
}

#header .top .upload a,
#header .top .cart a {
    display:block;
    background:url(images/sprite_pictos.png) no-repeat;
}

#header .top .upload a {
    background-position:100% -498px;
    padding-right:21px;
}

#header .top .cart a {
    background-position:100% -605px;
    padding-right:40px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #header .top > div > div.social {
        display: none;
    }
}

/*** navs (main + user) ***/

#header .nav {
    text-align:right;
    padding-right:14px;
}

#header .nav > li {
    display:inline-block;
    position:relative;
}

.ie7 #header .nav > li {
    display:inline;
}

#header .nav > li:first-child {
    background:none;
}

#header .nav a {
    display:block;
}

#header .nav > li > a {
    padding:0 12px 0 17px;
    /*font-weight:400;*/
}

/* sub-nav */

#header .nav ul {
    position:absolute;
    left:10px;
    padding:10px 12px 10px 8px;
    min-width:250px;
    white-space:nowrap;
    font-size:14px;
    text-align:left;
    background:#FFF;
    display:none;
}

#header .nav li:hover ul {
    display:block;
}

#header .nav li li {
    display:block;
    line-height:28px;
}

#header .nav li li a {
    padding:0 0 0 28px;
    background:url(images/sprite_pictos.png) no-repeat 0 -355px;
}
.tabs div a:hover, 
#header .nav li li a:hover,
#header .nav li li.active a {
    color:#d8651a;
    background-position:0 -405px;
}

@media screen and (max-width: 768px) {
    #header .top {
        display: none;
    }
}

/* main nav */

#main_nav {
    background-color:#fff;
    border-color:#fff;
    height:70px;
    line-height:53px;
    padding:18px 0;
    font-size:20px;
    position:relative;
    z-index:3;
}

#main_nav > li {
    background:url(images/header_nav_sep.png) no-repeat left;
}

#main_nav > li > a:hover {
    color:#d8651a;
}

#main_nav > li.active > a {
    color:#d8651a;
    font-weight:400;
}

@media screen and (max-width: 768px) {
    #main_nav {
        height: initial;
        text-align: center !important;
        line-height: 20px;
    }

    #header .nav > li {
        background: initial;
        height: 3rem;
        font-weight: 700;
    }

    #header .nav > li {
        display: block;
    }

    #header .nav li.hidden-nav-entry {
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .collapse {
        display: none !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #main_nav {
        font-size: 1.1em;
    }

    #header h1 a {
        background-size: 50%;
        margin-top: 45px;
    }
}


/*********** Footer ***********/
/******************************/

#footer {
    clear:both;
    padding-bottom:25px;
    background:#424242 url(images/layout_grey_bg.png);
    margin-top: 50px;
    position:relative;
}

#footer,
#footer a {
    color:#FFF;
}

/* sitemap */

#footer .sitemap {
    padding:22px 0 25px 304px;
    background:url(images/footer_logo.png) no-repeat 25px 53px;
}

#footer .sitemap > li {
    display:inline-block;
    vertical-align:top;
    min-height:200px;
    width:22%;
    padding:0 .5% 0 3.1%;
    background:url(images/layout_grey_sep.png) repeat-y;
}

.ie7 #footer .sitemap > li {
    display:inline;
    height:200px;
}

#footer .sitemap > div:first-child {
    background:none;
}

#footer .sitemap > div .title {
    font-size:1em;
    font-weight:bold;
    margin-bottom:6px;
}

#footer .sitemap div li {
    display:block;
}

#footer .sitemap div li a {
    display:block;
    line-height:1.4em;
    padding-left:6px;
    margin:5px 0 0 -6px;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}

#footer .sitemap div li a:hover {
    background-color:rgba(0,0,0,.2);
}

/* social */

#footer ul.social {
    width:100%;
    height:54px;
    position:absolute;
    bottom:-27px;
    text-align:center;
}

#footer ul.social li {
    display:inline-block;
    padding:10px;
    background:#FFF;
    border-radius:60px;
    margin:0 5px;
}

.ie7 #footer ul.social li {
    display:inline;
}

.ie8 #footer ul.social li {
    background:none;
    margin:0;
}

#footer .copy {
    margin:0;
    position:absolute;
    right:0;
    bottom:-28px;
    text-align:right;
    color:#626262;
}

.row-no-margin {
    margin: 0 !important;
}

@media screen and (max-width: 1000px) {
    #footer .sitemap {
        padding: 25px 0;
        background-position: center top;
    }

    #footer .row-no-margin {
        padding-top: 140px;
        text-align: center;
    }

    #footer .row-no-margin .title {
        margin-top: 20px;
    }
}


/*********** Middle ***********/
/******************************/

/*** breadcrumb ***/

.breadcrumb {
    margin:20px 0 40px;
}

.breadcrumb li {
    display:inline;
    color:#d8651a;
    font-weight:bold;
}

.breadcrumb a {
    font-weight:normal;
    padding-right:3px;
}

.breadcrumb a:after {
    /*content:' > ';*/
    display:inline-block;
    padding-left:6px;
}
.bcrumb {
color: #d8651a;
font-weight: bold;
}

/*** mod ***/

.mod {
    clear:both;
    margin-top:60px;
}

.mod h2 {
    margin-bottom:1.3em;
}

/*** header_mod ***/

.header_mod {
    clear:both;
    text-align:center;
    height:493px;
    background:#d8651a url(images/layout_orange_bg.jpg);
    margin-top:60px;
    position:relative;
}

.header_mod:first-child {
    margin-top:0;
}

.header_mod,
.header_mod a {
    color:#FFF;
}

.header_mod > div {
    height:100%;
}

.header_mod#edition > div {
    background:url(images/home_header_mod_edition.jpg) no-repeat 0 100%;
}

.header_mod#collaborative > div {
    background:url(images/home_header_mod_collaborative.jpg) no-repeat 50% 100%;
}

.header_mod#alternative > div {
    background:url(images/home_header_mod_alternative.jpg) no-repeat 0 100%;
}

.header_mod#contact > div {
    background:url(images/home_header_mod_contact.jpg) no-repeat 100% 0;
}

.header_mod h1 {
    /*height:254px;*/
    line-height:254px;
    padding-bottom:69px;
    margin:0 0 24px;
    background:url(images/home_header_mod_line.png) no-repeat 50% 100%;
}

.header_mod h1 span {
    display:inline-block;
    vertical-align:middle;
    font:66px/normal Lobster, serif;
    text-shadow:1px 1px 0 #000;
    /*margin:50px auto auto;*/
}

.header_mod h2 {
    font-size:36px;
    font-style:italic;
    text-shadow:1px 1px 0 #000;
    margin:0;
}

.header_mod .up {
    display:block !important;
    padding:7px;
    background:#FFF;
    border-radius:60px;
    position:absolute;
    left:50%;
    top:-27px;
    margin-left:-28px;
}

.ie8 .header_mod .up {
    background:none;
}

.header_mod .up span {
    display:block;
    width:41px;
    height:41px;
    background:url(images/sprite_pictos.png) no-repeat -60px -210px;
}

.header_mod .up:hover span {
    background-position:0 -210px;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .header_mod h1 span {
        font-size: 55px;
    }

    .header_mod h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 600px) {
    .header_mod h1 span {
        font-size: 40px;
    }

    .header_mod h2 {
        font-size: 20px;
    }
}

/*** tabs ***/

.tabs {
    margin:0 auto;
    width: 90%;
}

.tabs div div {
    display:inline-block;
    vertical-align:top;
    /*width:273px;*/
    padding:10px 12px;
    border-left:1px solid #a7a7a6;
    margin-left:-1px;
    font-size:16px;
    height:4.5em;
    text-align: left;

}

.tabs div.tabs-center{
    width:546px !important;
}
.tabs div a{
    background:url(images/sprite_pictos.png) no-repeat 0 -355px;
    padding-left: 30px;
    line-height:1.5em;
    padding-bottom: 12px;
   

}
.ie7 .tabs div div {
    display:inline;
}

.tabs div div:first-child {
    border-left:none;
    margin-left:0;
}

@media screen and (max-width: 1200px) {
    .tabs div div {
        border-left:none;
        margin-top: 10px;
        height: initial;
    }

    .tabs div.tabs-center {
        width: 100% !important;
    }
}

/*** slideshow ***/

.slideshow_wrapper {
    margin-top:40px;
}

.slideshow_wrapper + .mod {
    margin-top:30px;
}

.slideshow {
    position:relative;
    width:784px;
    height:308px;
    /*background:url(images/slideshow_shadow.png) no-repeat 50% 100%;*/
    /*padding-bottom:11px;*/
}

/* slideshow_nav */

.slideshow_nav {
    position:absolute;
    z-index:1000;
    top:10px;
    right:16px;
    text-align:right;
}

.slideshow_nav li {
    display:inline-block;
    vertical-align:middle;
    height:13px;
    width:13px;
    margin:0 3px;
    background:url(images/sprite_pictos.png) no-repeat -100px -80px;
    cursor:pointer;
}

.ie7 .slideshow_nav li {
    display:inline;
}

.slideshow_nav li:hover,
.slideshow_nav .active{
    background-position:-114px -80px;
}
/* items */

.slideshow .items {
    display:block;
    width:782px;
    height:306px;
    overflow:hidden;
    border:1px solid #626262;
    position:relative;
}

.slideshow .items li {
    display:block;
    height:100%;
    overflow:hidden;
}

.slideshow .items img {
    display:block;
    width:782px;
    height:306px;

}

/************************ PAGES ************************/
/*******************************************************/


/*********** HOME *************/
/******************************/

/*** testimonial ***/

.home #testimonial li {
    display:inline-block;
    vertical-align:top;
    /*width:290px;*/
    padding-right:50px;
}

.home .ie7 #testimonial li {
    display:inline;
}

.home #testimonial .book_sheet,
.home #testimonial .speech {
    overflow:hidden;
}


.home #testimonial .aside {
    float:right;
    width:50%;
}

.home #testimonial .title {
    color:#d8651a;
    font-size:14px;
    font-weight:400;
    margin-bottom:1em;
    line-height:1.5em;    
}

.home #testimonial .speech {
    font-size:0.9rem;
    line-height:1.8em;
    max-height:10.8em;
    text-align:justify;
    padding-top:1rem;
}
.home #testimonial .speech p{
    font-size: 12px;
    line-height:1.8em;
    text-align:justify;
}

@media screen and (max-width: 1200px) {
    .home #testimonial, .home #distributors {
        text-align: center;
    }

    .home #distributors {
        margin-top: 40px;
    }
}

@media screen and (max-width: 614px) {
    .home #testimonial li {
        margin-top: 25px;
    }

    .home #testimonial .speech {
        margin-top: 15px;
    }

    .home #distributors img {
        width: 80%;
        text-align: center;
        height: 80%;
    }

    .home #testimonial .aside {
        width: 100%;
    }

    .home #testimonial img {
        margin-left: auto;
        margin-right: auto;
    }

    .home #testimonial .thumb_small {
        width: 100%;
    }
}

/*** distributors ***/

.home #distributors h2 {
    margin-bottom:1.3em;
}


/*** medias ***/

.home #medias ul {
    margin-right:-80px;
}

.home #medias li {
    display:inline-block;
    vertical-align:top;
    width:256px;
    padding-right:50px;
    margin-bottom:20px;
    overflow:hidden;
}

.home .ie7 #medias li {
    display:inline;
}

.home #medias .aside {
    float:right;
    width:126px;
    line-height:1.6em;
}

.home #medias .logo_media {
    width:100%;
    height:54px;
}

.home #medias .logo_media img {
    display:block;
    max-width:100%;
    max-height:100%;
}

.home #medias .author,
.home #medias .title {
    font-weight:bold;
    font-size: 1.0em;
    line-height: 1.3em;
}

/*** videos ***/

.catalog-product-view .ui-dialog,
.publish-view-index .ui-dialog,
.YouTubeDialog > .ui-dialog,
.home .ui-dialog{
    padding:0;
}

.catalog-product-view .ui-widget-header,
.publish-view-index .ui-widget-header,
.YouTubeDialog > .ui-widget-header,
.home .ui-widget-header{
    font-size:0.8em;
    color:#ffffff;
    border:thin;
    background:#d8651A;
}
.catalog-product-view .ui-widget-content,
.publish-view-index .ui-widget-content,
.YouTubeDialog > .ui-widget-content,
.home .ui-widget-content{
    border:thin;
}
.catalog-product-view .ui-dialog .ui-dialog-titlebar-close span,
.publish-view-index .ui-dialog .ui-dialog-titlebar-close span,
.YouTubeDialog .ui-dialog-titlebar-close span,
.home .ui-dialog .ui-dialog-titlebar-close span{
    margin-top:-8px;
    margin-left: -8px;
    
}

.ui-dialog .ui-dialog-titlebar {
    display: none;
}
.ui-dialog .ui-dialog-buttonpane{
    margin:0;
}
.home #videos li {
    margin-bottom:26px;
}

.home #videos a {
    color:#d8651a;
    font-weight:400;
}

.home #videos a:hover {
}

.sidebar #youtubevideos-les-auteurs .youtube img {
    padding:0;
    margin:0;
    width:200px;
}

.home #youtubevideos-les-auteurs .youtube img {
    padding:10px;
    width:250px;
}

/*** clubs ***/

.home #clubs a {
    display:block;
    width:519px;
    height:100%;
    /*margin-top:60px;*/
}

.home #clubs a img {
    display:block;
    width:100%;
}

@media screen and (max-width: 640px) {
    .home #clubs a img {
        width:70%;
    }
}


/*** social_networks ***/

.home #social_networks {
    float:right;
    width:270px;
}

.home #social_networks ul {
    margin:80px 0 0;
}

.home #social_networks li {
    margin:30px 0;
}

.home #social_networks li a {
    display:block;
    height:60px;
    line-height:60px;
    background:transparent url(images/sprite_social.png) no-repeat 0 25px;
    padding-left:90px;
}

.home #social_networks li a:hover {
    color:#626262;
}

.home #social_networks .facebook a {
    background-position:0 0;
}

.home #social_networks .twitter a {
    background-position:0 -70px;
}

.home #social_networks .google a {
    background-position:0 -140px;
}

.home #social_networks .youtube a {
    background-position:0 -210px;
}

.home #social_networks .facebook a:hover {
    background-position:0 -280px;
    color:#3C5A98;
}

.home #social_networks .twitter a:hover {
    background-position:0 -350px;
    color:#00ABED;
}

.home #social_networks .google a:hover {
    background-position:0 -420px;
    color:#DD4C39;
}

.home #social_networks .youtube a:hover {
    background-position:0 -490px;
    color:#E32C26;
}

/*** carousels best_sellers + novelties ***/

.home #best_sellers_carousel h2 {
    padding-left:60px;
}

.home #novelties_carousel h2 {
    text-align:right;
    padding-right:60px;
}

/*** bottom links (send + library) ***/

.home #send *,
.home #library * {
    vertical-align:middle;
}

.home #send a,
.home #library a {
    display:block;
}

.home #send .hidden,
.home #library .hidden {
    display:inline-block;
    width:41px;
    height:41px;
    background:url(images/sprite_pictos.png) no-repeat 0 -310px;
    margin-left:22px;
}

.home #send a:hover .hidden,
.home #library a:hover .hidden {
    background-position:-50px -310px;
}

/* send */

.home #send {
    float:left;
    width:440px;
}

.home #send a {
    padding-bottom:300px;
    background:url(images/home_link_send.jpg) no-repeat 50% 100%;
}

/* library */

.home #library {
    float:right;
    text-align:right;
    width:460px;
}

.home #library a {
    padding-bottom:315px;
    background:url(images/home_link_library.jpg) no-repeat 50% 100%;
}


/***** AUTHORS + READERS ********/
/********************************/

/*** send + marketing ***/

.user_home #send,
.user_home #marketing {
    float:left;
    width:368px;
    height:10.2em;
    border:1px solid #626262;
    border-radius:6px;
    margin-bottom:0;
}

.user_home #send {
    height:10.2em;
}

.user_home #marketing {
    height:308px;
    text-align:center;
}
.user_home #marketing.authors{
    height:315px;
    width: 375px;
}

.user_home #send *,
.user_home #marketing * {
    vertical-align:middle;
}

.user_home #send a {
    display:block;
    padding:10px 25px 190px;
    background:url(images/user_home_link_send.jpg) no-repeat 50% 100%;
}

.user_home #send .hidden {
    display:inline-block;
    width:41px;
    height:41px;
    background:url(images/sprite_pictos.png) no-repeat 0 -310px;
    margin-left:22px;
}

.user_home #send a:hover .hidden {
    background-position:-50px -310px;
}

/*** slideshow ***/

.user_home .slideshow {
    float:right;
}

/*** services ***/

.user_home #services > ul {
    width:1240px;
    overflow:hidden;
}

.user_home #services h2 + ul {
    margin-top:-16px;
}

.user_home #services > ul > li {
    float:left;
    width:246px;
    height:10.3em;
    padding:8px 12px 0 10px;
    border:1px solid #626262;
    border-radius:6px;
    margin-right:40px;
    overflow:hidden;
}

.user_home #services > ul > li > a {
    display:block;
    height:100%;
}

.user_home #services ul h3 {
    font-size:18px;
    font-weight:400;
    line-height:1.25em;
    min-height:2.5em;
    margin:0 0 1em 0;
    padding-right:60px;
    position:relative;
}

.user_home #services .hidden {
    display:block;
    width:41px;
    height:41px;
    background:url(images/sprite_pictos.png) no-repeat 0 -310px;
    position:absolute;
    right:0;
    top:2px;
}

.user_home #services a:hover .hidden {
    background-position:-50px -310px;
}

.user_home #services li li {
    list-style:outside disc;
    margin-left:13px;
    padding-left:2px;
    font-size:12px;
}


.cms-customer-guideauteur-html td img ,
.customerproducts-index-guide table td img{
    height:305px;
}
.cms-customer-guideauteur-html table td ul {
    list-style: none outside none;
}
.cms-customer-guideauteur-html table td ul li,
.customerproducts-index-guide table td ul li {
    margin-left: 15px;
}
/***** cols *****/
/****************/

.user_home .cols {
    overflow:hidden;
}

.user_home .cols .col {
    float:left;
    overflow:hidden;
    margin-bottom:14px;
}

.user_home .cols .col > div {
    overflow:hidden;
}

/* three_cols */

.user_home .three_cols {
    width:1245px;
}

.user_home .three_cols .col {
    width:370px;
    margin-right:45px;
}

/* two_cols */

.user_home .two_cols {
    width:1260px;
}

.user_home .two_cols .col {
    width:570px;
    margin-right:60px;
}

/* all cols */

.user_home .cols .col .main_title,
.user_home .cols .col .bottom {
    text-align:center;
    background:#d8651a url(images/layout_orange_bg.jpg);
}

.user_home .cols .col .main_title,
.user_home .cols .col .main_title a,
.user_home .cols .col .bottom,
.user_home .cols .col .bottom a {
    color:#FFF;
    font-weight:400;
}

.user_home .cols .col .main_title {
    font-size:20px;
    line-height:2.7em;
    height:2.7em;
}

.user_home .cols .col .bottom {
    font-size:12px;
    line-height:2.8em;
    padding-bottom:.2em;
    margin-top:1.2em;
} 

.user_home .cols .col .bottom a {
    display:block;
} 

.user_home .cols .col .bottom a:hover {
    text-decoration:underline;
} 

.user_home .cols .col .bottom a:after {
    content:'';
    display:inline-block;
    vertical-align:middle;
    width:21px;
    height:21px;
    background:url(images/sprite_pictos.png) no-repeat 0 -460px;
    margin:-2px 0 0 12px;
} 

.user_home .cols .col .item {
    padding-top:1.8em;
    margin-top:1em;
    border-top:1px solid #a1a1a0;
}

.user_home .cols .col .visu {
    display:block;
    float:left;
    max-width:100%;
    border:1px solid #a1a1a0;
    margin:0 13px 16px 0;
}

.user_home .cols .col .title,
.user_home .cols .col .price {
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
    color:#6262
}

.user_home .cols .col .content {
    text-align:justify;
    overflow:hidden;
}

/* news + news_advice + news_medias (authors) */

/* highlight */

.user_home .cols #news_column .highlight,
.user_home .cols #news_advice_column .highlight,
.user_home .cols #news_medias_column .highlight {
    height:13.0em;
}

.user_home .cols #news_column .highlight .visu,
.user_home .cols #news_advice_column .highlight .visu {
    /*float:none;
    margin-right:auto;*/
    margin-top: 0.3em;
    max-width:118px;
    max-height:181px;
}

.user_home .cols #news_column .highlight .title,
.user_home .cols #news_advice_column .highlight .title {
    line-height:1.6em;
    height:3.2em; /* 2 lines */
    margin-bottom:.4em;
}

.user_home .cols #news_column .highlight .content,
.user_home .cols #news_advice_column .highlight .content {
    line-height:1.6em;
    height:8em; /* 5 lines */
}

.user_home .cols #news_medias_column .highlight .visu {
    max-width:118px;
    max-height:181px;
}

.user_home .cols #news_medias_column .highlight .logo {
    display:block;
    /*max-width:237px; /* 370-(118+2+13) */
    margin-bottom:1.4em;
    max-height:94px;
    max-width: 102px;
}

.user_home .cols #news_medias_column .highlight .title {
    line-height:1.6em;
    font-weight:normal;
}

.user_home .cols #news_medias_column .highlight .content {
    clear:left;
    line-height:1.6em;
    height:6.4em; /* 3 lines */
}

/* items */

.user_home .cols #news_column .item,
.user_home .cols #news_advice_column .item,
.user_home .cols #news_medias_column .item {
    font-size:12px;
    line-height:1.4em;
    height:9em;
}

.user_home .cols #news_column .item .visu,
.user_home .cols #news_advice_column .item .visu {
    max-width:102px;
    max-height:94px;
    margin-top:.3em;
}

.user_home .cols #news_column .item .title,
.user_home .cols #news_advice_column .item .title {
    line-height:1.4em;
    height:2.8em; /* 2 lines */
}

.user_home .cols #news_column .item .content,
.user_home .cols #news_advice_column .item .content {
    line-height:1.4em;
    height:4.2em; /* 3 lines */
    margin-top:.6em;
}

.user_home .cols #news_medias_column .item .logo {
    display:block;
    max-width:370px;
    max-height:48px;
    margin-bottom:14px;
}

.user_home .cols #news_medias_column .item .content {
    line-height:1.4em;
    height:2.8em; /* 2 lines */
}

/* best_sellers + discovery (readers) */

.user_home .cols #best_sellers_column,
.user_home .cols #discovery_column {
    line-height:1.6em;
}

.user_home .cols #best_sellers_column .visu,
.user_home .cols #discovery_column .visu {
    margin-top:.3em;
}

.user_home .cols #best_sellers_column .title,
.user_home .cols #discovery_column .title,
.user_home .cols #best_sellers_column .author,
.user_home .cols #discovery_column .author,
.user_home .cols #best_sellers_column .price,
.user_home .cols #discovery_column .price {
    height:1.6em; /* 1 line  */
}

.user_home .cols #best_sellers_column .author,
.user_home .cols #discovery_column .author {
    font-weight:normal;
    height:auto;
}

.user_home .cols #best_sellers_column .title,
.user_home .cols #discovery_column .title {
    height:1.6em; /* 1 line  */
    margin-bottom:.2em;
    padding-bottom: .3em;
}

.user_home .cols #best_sellers_column .content,
.user_home .cols #discovery_column .content {
    margin-top:.5em;
    position:relative;
}

.user_home .cols #best_sellers_column .price,
.user_home .cols #discovery_column .price {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:#FFF;
}

/* highlight */

.user_home .cols #best_sellers_column .highlight,
.user_home .cols #discovery_column .highlight {
    height:22.5em; /* ~ 303/14 */
}

.user_home .cols #best_sellers_column .highlight .visu,
.user_home .cols #discovery_column .highlight .visu {
    max-width:198px;
    max-height:303px;
}

.user_home .cols #best_sellers_column .highlight .bloc-text,
.user_home .cols #discovery_column .highlight .bloc-text {
    height:21.5em;
}

.user_home .cols #best_sellers_column .highlight .content,
.user_home .cols #discovery_column .highlight .content {
    height:16.5em;
}

/*.user_home .cols #best_sellers_column .highlight .content .content-text,
.user_home .cols #discovery_column .highlight .content .content-text {
    max-height:15.5em;
}*/

.user_home .cols #best_sellers_column .highlight .price,
.user_home .cols #discovery_column .highlight .price {
    padding-top:.9em; /* 18.5-((1.6*10)+ 1.6) */
}

/* items */

.user_home .cols #best_sellers_column .item,
.user_home .cols #discovery_column .item {
    height:11em; /* ~ 143/14 */
}

.user_home .cols #best_sellers_column .item .visu,
.user_home .cols #discovery_column .item .visu {
    max-width:93px;
    max-height:143px;
}

.user_home .cols #best_sellers_column .item .content,
.user_home .cols #discovery_column .item .content {
    height:7em;
}

.user_home .cols #best_sellers_column .item .price,
.user_home .cols #discovery_column .item .price {
    padding-top:.6em; /* 7-((1.6*3)+ 1.6) */
}

/*** EOF cols ***/
/****************/


/*** help ***/

#help {
    margin-top:30px;
}

#help h2 {
    margin-bottom:.6em;
}

#help p {
    font-size:16px;
}

/*** carousel selection ***/

.user_home #selection_carousel h2 {
    padding-left:60px;
}
