@charset "UTF-8";

#tc-cart {
    width: 310px;
}

#tc-account {
    width: 500px;
}

#tc-search,
#tc-blank,
#tc-wishlist {
    width: 510px;
    background-color: #f2f3f3;
}

#tc-wishlist {
    width: 540px;
}

.toolbar-inner,
.toolbar-content,
.tc-scroll,
.tc-account {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.tc-scroll {
    padding-bottom: 20px;
    overflow: auto;
}

.tb-toggle-blank {
    position: absolute;
    top: 0;
    left: -9999px;
    font-size: 1px;
}

/* ----------------------------------------------------------
Â Â Â Toolbar
Â Â Â ------------------------------------------------------- */

.toolbar-open #toolbar {
    outline: 1px solid rgba(0,0,0,0.02);
}

#toolbar,
#toolbar .toolbar-inner {
    width: 40px;
}

.toolbar-content .tb-item {
    position: absolute;
    height: 100%;
    overflow: hidden;
}

.toolbar-inner > div {
    float: left;
}

.toolbar-overflow {
    overflow: hidden;
}

.toolbar_menu {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 205px;
    margin-top: -100px;
}

.lt_ie8 .toolbar_menu {
    margin-top: 0;
}

.toolbar-content {
    position: relative;
    width: 0;
    margin-left: 40px;
    min-height: 100%;
    overflow: hidden;
}

/* Btn close
Â Â Â ----------------------- */

.btn-close-toolbar {
    visibility: hidden;
    position: absolute;
    top: 9px;
    left: 9px;
    width: 21px;
    height: 21px;
    background:url(../images/bg-close-a.png) no-repeat center;
}

.toolbar-open #toolbar .btn-close-toolbar {
    visibility: visible;
}

/* btn scroll top
Â Â Â ----------------------- */

.toolbar-inner > .btn-back-top {
    position: absolute;
    bottom: 4px;
    left: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.scroll-over-280 .toolbar-inner > .btn-back-top {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

/* ----------------------------------------------------------
Â Â Â Toolbar Menu
Â Â Â ------------------------------------------------------- */

.toolbar_menu ul {
    /*padding: 0 10px;*/
}

.toolbar_menu li:first-child {
    border-top: 0px solid #e3e4e6;
}

.toolbar_menu li {
    padding: 0px 0;
    border-bottom: 0px solid #e3e4e6;
    line-height: 20px;
	margin-left:-14px
}

.toolbar_menu a {
    display: block;
    height: 19px;
    overflow: hidden;

    /*background: #fff url(../images/toolbar/sprite-toolbar.png) no-repeat 2px 0;*/
}


.toolbar_menu a.mail {
    display: block;
    height: 40px;
	width:100px;
    overflow: hidden;
		text-indent:-3px
   /* background:url(../images/bg-mail-a.png) no-repeat  left top;*/
}

.toolbar_menu a.bio {
    display: block;
    height: 40px;
	width:100px;
    overflow: hidden;
		text-indent:-3px
   /*background:url(../images/bg-bio-a.png) no-repeat  left top;*/
}


.toolbar_menu a.misure {
    display: block;
    height: 40px;
	width:100px;
    overflow: hidden;
		text-indent:-3px
   /* background:url(../images/bg-bio-misure.png) no-repeat  left top;*/
}



/* Search
Â Â Â ----------------------- */

.tm-search {
    position: relative;
}

/*html[data-current-sidebar="tc-search"] .tm-search a,
.tm-search:hover a,
.tm-search.input-focused a,
.tm-search.is-persist-hover a {
    background-position: -28px 0;
}*/

.tm-search .submenu {
    visibility: hidden;
    position: absolute;
    top: -20px;
    right: 20px;
    padding-right: 10px;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.toolbar-open .tm-search .submenu {
    display: none;
}

.tm-search form {
    position: relative;
    width: 470px;
    height: 40px;
    padding: 20px;
    border-right: 1px solid #e3e4e6;
    background-color: #fff;
}

.tm-account .submenu:after,
.tm-search form:after {
    content: url(../images/toolbar/bg-search-arrow.png);
    position: absolute;
    top: 34px;
    right: -1px;
}

/* Form search
Â Â Â ----------------------- */

.search_mini_form {
    position: relative;
}

.search_mini_form .overflow-loading {
    visibility: hidden;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    opacity: 0;
    background: #F2F3F3;
    filter: alpha(opacity=0);
}

.search_mini_form .overflow-loading .ol-loader {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 170px;
    height: 170px;
    margin-left: -85px;
    border: 5px solid #1d5ea8;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    text-align: center;
    background: #fff no-repeat 8px 6px;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border;
}


.search_mini_form.loading .overflow-loading {
    visibility: visible;
    opacity: 0.80;
    filter: alpha(opacity=80);
}

.search_mini_form input {
    height: 40px;
    padding: 0 60px 0 10px;
    border: 1px solid #cecfd1;
    font-size: 12px;
	margin-top: 12px;
	width:454px;
	
}

.search_mini_form textarea {
    height: 140px;
    padding: 10px 60px 0 10px;
    border: 1px solid #cecfd1;
    font-size: 12px;
	margin-top: 12px;
	width:383px;
	resize:none !important;
	font-family:Arial, Helvetica, sans-serif;
}

.search_mini_form input:focus {
    border-color: #9E9FA1;
}

.lt_ie9 .search_mini_form input {
    line-height: 37px;
    color: #6b6e76;
}

.search_mini_form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.tm-search button {
    top: 20px;
    right: 20px;
}

.search_mini_form button,
.search_mini_form input[type=text] {
    height: 29px;
}

.lt_ie8 .search_mini_form input[type=text] {
    line-height: 40px;
}

.tm-search.input-focused .submenu,
.tm-search.is-persist-hover .submenu {
    visibility: visible;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

/* No result */

.search_noresult {
    display: block;
    position:relative;
    margin-top: 20px;
    width: 257px;
        height: 184px;
    margin: 20px auto 0;
    text-indent: -9999px;
    background: transparent url(../images/illustrations/no-result.png)  0 0 no-repeat;
}

.search_noresult .smile {
    background:inherit;
    position: absolute;
    top: 57px;
    left: 23px;
    width: 170px;
    height: 26px;
    background-position: -10px -196px;

}

.search_noresult:hover .smile {
    width: 167px;
    height: 13px;
    background-position: 0 -224px;
}

/* Basket
Â Â Â ----------------------- */

.tm-cart a {
    position: relative;
    height: 24px;
    overflow: visible;
    background-position: 1px -38px;
}

.cart-bull {
    display: inline-block;
    z-index: 99;
    position: absolute;
    top: -3px;
    right: -6px;
    height: 16px;
    padding: 0 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-indent: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    color: #fff;
    background-color: #1d5ea8;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *display: inline;
    *zoom: 1;
}

html[data-current-sidebar="tc-cart"] .tm-cart a,
.tm-cart.current a,
.tm-cart a:hover {
    background-position: -29px -38px;
}

.tm-cart a.with-bull {
    background-position: -59px -38px;
}

/* Account
Â Â Â ----------------------- */

.tm-account > a {
    width: 23px;
    height: 21px;
    background-position: 1px -82px;
}

.is-logged-in .tm-account > a {
    background-position: -58px -82px;
}

html[data-current-sidebar="tc-account"] .tm-account a,
.tm-account > a:hover {
    background-position: -29px -82px;
}

.is-logged-in .tm-account:hover > a,
.is-logged-in .tm-account > a:hover {
    background-position: -88px -82px;
}

.is-logged-in .tm-account .submenu-sec {
    display: none;
}

.is-logged-in .tm-account.wdrw-sec {
    position: static;
}

/* .is-logged */

.tm-account .submenu {
    visibility: hidden;
    position: absolute;
    top: -20px;
    right: 30px;
    padding-right: 10px;
    opacity: 0.0;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.tm-account .submenu:after {
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.is-logged-in .tm-account:hover .submenu {
    visibility: visible;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.tm-account .submenu .subpart {
    width: 159px;
    padding: 11px 20px;
    border-right: 1px #e3e4e6 solid;
}

.tm-account .submenu a.st-name {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #0f0f12;
}

.tm-account .st-welcome {
    font-size: 12px;
    color: #696f75;
}

.tm-account .submenu li {
    padding: 0;
    border: none;
}

.tm-account .submenu .subpart + .subpart {
    border-top: 1px #e3e4e6 solid;
}

.tm-account .submenu a {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #696f75;
    background: none;
}

.tm-account .submenu a:hover {
    color: #1d5ea8;
}

/* Forgotten password
Â Â Â ----------------------- */

#tc-blank .main-content {
    padding: 0;
    background: transparent;
}

#password-form-validate {
    padding: 20px;
}

/* Favs
Â Â Â ----------------------- */

.tm-favs a {
    height: 16px;
    background-position: 2px -124px;
}

html[data-current-sidebar="tc-wishlist"] .tm-favs a,
.tm-favs:hover a {
    background-position: -28px -124px;
}

/* Infobulle
Â Â Â ----------------------- */

.tm-infobulle {
    position: relative;
    height: 30px;
    margin-top: 2px;
    margin-right: 10px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 30px;
    white-space: nowrap;
    color: #fff;
    opacity: 0.99;
    background-color: #1d5ea8;
    filter: alpha(opacity=99);
}

.tm-cart .tm-infobulle {
    margin-top: 7px;
}

.tm-infobulle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #1d5ea8;
}

/* Help
Â Â Â ----------------------- */

.tm-help a {
    height: 14px;
    background-position: 1px -166px;
}

html[data-current-sidebar="tc-contact"] .tm-help a,
.tm-help a:hover {
    background-position: -29px -166px;
}

/* ----------------------------------------------------------
Â Â Â Toolbar Content
Â Â Â ------------------------------------------------------- */

/* Divers
Â Â Â ----------------------- */

#colette-reset-password-form {
    padding: 20px;
}

/* Login
Â Â Â ----------------------- */

.toolbar-content-login {
    min-height: 100%;
    background: #1d5ea8 url(../images/pages/bg-repeat-login.jpg) repeat top left;
}

.tc-cart:after,
#tc-wishlist > .block:after,
.tc-contact:after,
.toolbar-content-login:after {
    content: url(../images/toolbar/arrow-active-toolbar.png);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.tc-cart:after {
    margin-top: -41px;
}

.tc-contact:after {
    margin-top: 76px;
}

#tc-wishlist > .block:after {
    margin-top: 37px;
}

.tcl-inner {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 460px;
    height: 540px;
    margin-top: -270px;
}

.tcl-block {
    padding: 20px;
    background-color: #fff;
}

.tcl-block + .tcl-block {
    margin-top: 20px;
}

/*Â EntÃªteÂ */

.tcl-header {
    margin-bottom: 15px;
    padding-bottom: 4px;
    min-height: 24px;
    border-bottom: 1px solid #e3e4e6;
    overflow: hidden;
}

.tcl-header * {
    line-height: 24px;
    vertical-align: middle;
}

.tcl-header h3 {
    float: left;
    margin-top: 0;
    color: #070f18;
}

.tcl-header p {
    float: right;
    margin-left: 5px;
    color: #1d5ea8;
}

/*Â FormsÂ */

.tcl-block .cssn_form {
    padding: 0;
}

.tcl-block .cssn_form .box:last-child {
    height: 40px;
    padding-bottom: 0;
}

.tcl-block .cssn_form .le-button {
    float: right;
    height: 40px;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
}

.forgotpasswordurl {
    border-bottom: 1px solid #9da0a3;
    font-size: 10px;
    color: #9da0a3;
}

.forgotpasswordurl:hover {
    border-color: #6c6d70;
    color: #6c6d70;
}

/* Toolbar content recherche
Â Â Â ----------------------- */

.empty-search span,
.empty-search {
    background: transparent url(../images/illustrations/empty-search.png) no-repeat left top;
}

.empty-search {
    position: relative;
    width: 370px;
    height: 207px;
    margin-top: 30px;
    margin-left: 50px;
}

.empty-search span {
    position: absolute;
    top: 20px;
    left: 170px;
    width: 77px;
    height: 46px;
    opacity: 0.0;
    background-position: 0 -209px;
    filter: alpha(opacity=0);
}

.empty-search:hover span {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.toolbar_content_search {
    min-height: 100%;
	background:url(../images/bg-panelr.png) repeat-y;
    /*background-color: #f2f3f3;*/
}

.content-search-sidebar {
    position: relative;
    padding: 10px 20px 0;
}

.toolbar_content_search .search_mini_form {
    position: relative;
    padding-bottom: 20px;
}

.search-result-title {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
}

.search-result-title .search-query {
    font-weight: bold;
    white-space: nowrap;
}

.search-result-title strong {
    margin-right: 2px;
    font-size: 24px;
    color: #1b5da7;
}

.search-result-title {
    border-top: 1px solid #e3e4e6;
}

.main-content .search-result-title {
    padding-bottom: 20px;
    border-top: 0;
    line-height: 25px;
}

.search-category header {
    position: relative;
    border-top: 1px solid #e3e4e6;
}

.search-category header > * {
    margin: 0;
    line-height: 50px;
    vertical-align: middle;
}

.search-category h3 {
    font-size: 15px;
    font-weight: normal;
}

.search-category h3 .search-query {
    font-weight: bold;
}

.search-category h3 strong {
    font-size: 18px;
    color: #1C5EA8;
}

.search-category .see-all {
    float: right;
    padding-left: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #1b5da7;
    background: transparent url(../images/pages/icn-arrow-right-blue.png) no-repeat left center;
}

.search-category .see-all:hover {
    color: #0b2542;
}

.blog-search-content-results {
    margin-bottom: 20px;
    overflow:auto;
}

.blog-search-content-results > li {
    float: left;
    width: 225px;
}

.blog-search-content-results > li + li {
    margin-left: 20px;
}

/*Â Loop minisearchÂ */

.lms-illu {
    display: block;
    width: 225px;
    height: 115px;
    margin-bottom: 5px;
}

.lms-category,
.lms-title {
    color: #0f0f12;
}

.lms-category {
    display: block;
    font-size: 11px;
    color: #6b6d75;
}

.lms-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

/*Â Loop searchÂ */

.list-search-products {
    position: relative;
    margin: 0 -10px;
    padding-bottom: 20px;
    overflow: hidden;
}

.list-search-products > li {
    float: left;
    width: 25%;
}

.tclsp-container {
    margin-right: 10px;
    margin-left: 10px;
}

.tclsp-container > .loop-item {
    width: auto;
    padding: 5px;
    text-align: center;
    background-color: #fff;
}

.tclsp-container .product-name {
    margin: 0 5px;
    max-width: 100%;
    font-size: 12px;
}

.tclsp-wrap-name {
    height: 18px;
    overflow: hidden;
}

.tclsp-container .loop-item:hover .product-name {
    color: #1b5da7;
}

.tclsp-container .li-maincat {
    display: none;
}

.tclsp-container .li-price {
    font-size: 12px;
}

.tclsp-container .product-name,
.tclsp-container .li-subcat,
.tclsp-container .li-price {
    margin-bottom: 2px;
}

/* Question
Â Â Â ----------------------- */

#tc-contact {
    width: 510px;
    /*background: #1d5ea8 url(../images/pages/bg-repeat-login.jpg) center top repeat;*/
}

#tc-contact h3 {
    float: none;
}

#tc-contact .link-faq {
    background: transparent url(../images/pages/icn-arrow-right-blue.png) no-repeat left center;
    padding-left: 25px;
}

.tcc-title {
    font-size: 18px;
}

.tc-contact {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -215px;
    padding: 20px;
}

.tc-contact-form textarea {
    height: 153px;
    padding: 8px 5px;
    line-height: 1.4;
}

.tc-contact-form label {
    font-weight: bold;
}

.tc-contact-form .selector {
    display: block;
    width: auto;
}

.tc-contact-form .selector,
.tc-contact-form .selector span,
.tc-contact-form .selector select {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
}

/* Cart
Â Â Â ----------------------- */

#tc-cart {
    width: 310px;
    background-color: #f2f3f3;
}

#tc-cart .messages {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

#tc-cart .messages > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e6e7;
}

#tc-cart .success-msg {
    display:none;
}

.tc-cart {
    padding: 0 20px;
}

.block-content-notempty {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    margin-top: -278px;
}

.tc-cart .tcl-header {
    margin-bottom: 10px;
    padding: 30px 0 0;
}

.tc-cart .tcl-header h3 {
    padding-bottom: 14px;
    font-size: 28px;
}

.tc-cart .tcl-header h3 span {
    position: relative;
}

.tc-cart .tcl-header h3 span:after {
    content: url(../images/header/icn-bulle_colette.png);
    position: absolute;
    top: -25px;
    left: 100%;
    vertical-align: middle;
}

#cart-sidebar {
    display: block;
    width: 100%;
    max-height: 271px;
    overflow: auto;
}

@media(min-height:930px) {
    #cart-sidebar {
        max-height: 450px;
    }

    .block-content-notempty {
        margin-top: -347px;
    }
}

.tcpc-tableau tbody td {
    padding-bottom: 10px;
    border-bottom: 1px dashed #e3e4e9;
    vertical-align: top;
}

.tcpc-tableau tbody tr + tr td {
    padding-top: 10px;
}

.tcpc-tableau .name {
    display: block;
    margin-bottom: 5px;
}

.tcpc-tableau .illu {
    width: 25.93%;
}

.tcpc-tableau .desc {
    width: 55.85%;
    padding-left: 10px;
}

.tcpc-tableau .desc > span {
    display: block;
    margin-bottom: 5px;
}

.tcpc-tableau .desc a {
    display: block;
}

.tcpc-tableau .desc .name {
    display: block;
    position: relative;
    width: 155px;
    padding-top: 5px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #070f18;
}

.tcpc-tableau .desc .type {
    font-size: 11px;
    color: #6b6d75;
}

.tcpc-tableau .desc .price {
    font-size: 14px;
    font-weight: bold;
    color: #383f46;
}

.tcpc-tableau .desc .color {
    font-size: 11px;
    color: #6b6d75;
}

.tcpc-tableau .desc .opt-title,
.tcpc-tableau .desc .opt {
    font-size: 10px;
    line-height: 1.4;
    color: #6b6d75;
}

.tcpc-tableau .desc .opt-title {
    margin-bottom: 0;
    color: #0f0f12;
}

.tcpc-tableau .desc .opt .price {
    font-size: inherit;
}

.tcpc-tableau .actions {
    width: 22.22%;
}

.tcpc-tableau .actions,
.tcpc-tableau .actions > div {
    position: relative;
}

.tcpc-tableau .actions > div {
    height: 100%;
    min-height: 64px;
}

.tcpc-tableau .delete {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: transparent url(../images/pages/icn-logout.png) center top no-repeat;
}

.tcpc-tableau .total {
    font-size: 13px;
    font-weight: bold;
    vertical-align: 0;
    color: #070f18;
}

.tcpc-tableau .total-ttc {
    padding: 17px 0 0;
    text-align: right;
    font-size: 11px;
    color: #1d5ea7;
}

.tcpc-tableau .total-ttc .price {
    font-size: 18px;
    font-weight: bold;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.tcpc-tableau .total-ht {
    padding: 6px 0 0;
    text-align: right;
    font-size: 12px;
    color: #9da0a3;
}

.tcpc-buttonset .le-button {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.tcpc-buttonset .le-button.is-blue {
    background-color: #1d5ea8;
}

.tcpc-buttonset .le-button.is-blue:hover {
    background-color: #070f18;
}

.tcpc-tableau .qty {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: right;
    font-size: 10px;
    color: #AAA;
}

.tcpc-tableau .qty strong {
    margin-left: 1px;
    font-size: 12px;
    color: #333;
}

/* Empty cart */

.tc-cart-empty {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 270px;
    margin-top: -150px;
}

.tcci-bag {
    display: block;
    position: relative;
    margin: 0 0 20px 60px;
}

.tcci-face,
.tcci-bag {
    width: 132px;
    height: 169px;
    background: transparent url(../images/illustrations/empty-cart.png) no-repeat left top;
}

.tcci-face {
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 -171px;
}

.tcci-face:hover {
    background-position: -267px 0;
}

.tcc-click .tcci-face,
.tcci-face:focus,
.tcci-face:active {
    background-position: -136px -2px;
}

.tcci-sentence {
    padding: 0 12px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #1d5ea7;
}

/* ----------------------------------------------------------
Â Â Â Blank
Â Â Â ------------------------------------------------------- */

#tc-blank {
    overflow: auto;
}

#tc-blank .send-friend {
    margin: 20px;
    background-color: #fff;
}



