@charset "UTF-8";

/* ----------------------------------------------------------
   Background
   ------------------------------------------------------- */

#main,
.scroll-over-280 .lm-listfix {
    background: #fff url(../images/darcel/background-white.png) repeat top center;
    /*background: #f5f6f6 url(../images/patterns/new-pattern.jpg) repeat top center;*/
}

.alea-bg-1 #main,
.alea-bg-1 .scroll-over-280 .lm-listfix {
    background-image: url(../images/patterns/pattern-1.png);
}

.alea-bg-2 #main,
.alea-bg-2 .scroll-over-280 .lm-listfix {
    background-image: url(../images/patterns/pattern-2.png);
}

.alea-bg-3 #main,
.alea-bg-3 .scroll-over-280 .lm-listfix {
    background-image: url(../images/patterns/pattern-3.png);
}

.alea-bg-4 #main,
.alea-bg-4 .scroll-over-280 .lm-listfix {
    background-image: url(../images/patterns/pattern-4.png);
}

/* V2
   ----------------------- */

.alea-bg-0 #main,
.alea-bg-0 .scroll-over-280 .lm-listfix {
    background-image: url(../images/patterns/pattern-5.jpg);
}

.alea-bg-1 #main,
.alea-bg-1 .scroll-over-280 .lm-listfix {
    background-image: url(../images/patterns/pattern-4.png);
}

/* ----------------------------------------------------------
   Full Template
   ------------------------------------------------------- */

.main-content {
    height: 100%;
    padding: 0 20px;
}

.cms-index-index .main-content {
    padding: 0;
}

/* ----------------------------------------------------------
   Fake scroll bar
   ------------------------------------------------------- */

.scroller_bar_inner {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    left: 0;
    max-width: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #6b6d75;
}

.scroller_bar_inner {
    opacity: 0.70;
    filter: alpha(opacity=70);
}

.scroller_bar_inner:active,
.scroller_bar_inner:hover {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

/* Special sidebars
-------------------------- */

.cms-index-index .main-content .scroller_bar_inner {
    opacity: 0.30;
    background-color: #000;
    filter: alpha(opacity=30);
}

.cms-index-index .main-content .scroller_bar_inner:active,
.cms-index-index .main-content .scroller_bar_inner:hover {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

/* ----------------------------------------------------------
   Page CMS basique
   ------------------------------------------------------- */

.page-cms-title {
    margin-bottom: 0;
    padding-top: 20px;
    line-height: 1;
}

.page-cms-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

/* ----------------------------------------------------------
   Containers
   ------------------------------------------------------- */

.cont-simple,
.cont-double,
.cont-fluide {
    width: 670px;
    margin-right: auto;
    margin-left: auto;
}

.cont-fluide {
    width: auto;
    max-width: 1130px;
    min-width: 670px;
}

@media(min-width:1492px) {
    .cont-double {
        width: 1130px;
    }
}

/* ----------------------------------------------------------
   Breadcrumbs
   ------------------------------------------------------- */

.breadcrumbs {
    border-bottom: 1px solid #e3e4e6;
}

.breadcrumbs + p {
    margin-top: 10px;
}

.breadcrumbs,
.breadcrumbs li {
    font-size: 10px;
    line-height: 28px;
}

.breadcrumbs,
.breadcrumbs a {
    color: #9da0a3;
}

.breadcrumbs a:hover {
    color: #6c6e70;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs h1 {
    display: inline;
    font: inherit;
    font-weight: bold;
}

.cms-liste-marques-cms .breadcrumbs {
    z-index: 10;
    position: fixed;
    right: 60px;
    left: 294px;
    background-color: #F5F6F6;
}

.breadcrumbs-back {
    display: none;
    z-index: 1;
    float: right;
    position: relative;
    margin-top: 19px;
    padding-left: 16px;
    line-height: inherit;
    color: #9da0a3;
    background: transparent no-repeat url(../images/pages/icn-bended-arrow.png) 0 0;
}

.catalog-product-view .breadcrumbs-back {
    display: block;
}

.catalog-product-view .return-and-category-picture {
    float: right;
    height: 48px;
    margin-right: 15px;
    padding-left: 90px;
}

.catalog-product-view .return-and-category-picture .main-category-picture,
.catalog-product-view .return-and-category-picture .breadcrumbs-back {
    float: left;
    font-size: 14px;
}

.catalog-product-view .return-and-category-picture .breadcrumbs-back {
    padding-left: 20px;
    font-weight: bold;
    color: #0f0f12;
    background: transparent no-repeat url(../images/darcel/icn-arrow-left-blue.png) 0 1px;
}

.catalog-product-view .return-and-category-picture .main-category-picture {
    position: relative;
    top: auto;
    right: 0;
    bottom: 5px;
    width: 120px;
    height: 70px;
    margin-left: 15px;
}

.catalog-product-view .return-and-category-picture .main-category-picture img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Specific breadcrumbs
-------------------------- */

.catalogsearch-result-index .breadcrumbs,
.catalog-product-view .breadcrumbs,
.catalog-category-view .breadcrumbs {
    padding-left: 20px;
    background-color: #eeeff0;
}

/* ----------------------------------------------------------
   Page 404
   ------------------------------------------------------- */

.error404 .main-content,
.cms-index-noroute .main-content,
.cms-no-route .main-content {
    padding: 0;
    text-align: center;
    color: #fff;
    background: #1d5ea8;
}

.container-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 450px;
    margin-top: -225px;
    margin-left: -325px;
    line-height: 450px;
}

.container-404-inner {
    display: inline-block;
    width: 100%;
    padding-top: 180px;
    line-height: 1;
    vertical-align: middle;
    background: transparent url(../images/darcel/nosearchresults.png) no-repeat center top;
    *display: inline;
    *zoom: 1;
}

.container-404-inner h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
}

.container-404-inner h1 strong {
    display: block;
    font-size: 60px;
}

.container-404-inner li,
.container-404-inner p {
    font-size: 13px;
    line-height: 18px;
}

.container-404-inner p {
    margin-bottom: 40px;
    color: #8eafd4;
}

.container-404-inner a {
    text-decoration: underline;
    color: #fff;
}

.container-404-inner a:hover {
    color: #8eafd4;
}

/* ----------------------------------------------------------
  HOME
---------------------------------------------------------- */

/* New Arrivals
-------------------------- */

.products-home {
    padding: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
}

.lt_ie9 .products-home {
    width: 690px;
}

.products-home .main-products-grid > li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    padding-bottom: 10px;
    padding-left: 10px;
}

.products-home .loop-grid-cont {
    display: block;
    min-height: 260px;
}

.products-home .li-maincat {
    display: none;
}

.products-home .main-products-grid > li .loop-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 188px;
    padding: 10px;
}

.products-home .main-products-grid > li {
    display: none;
}

.products-home .main-products-grid > li:last-child {
    display: block!important;
}
.products-home .main-products-grid > li:nth-child(-n+5) {
    display: block;
}

@media(min-width:1230px) {
    .products-home .main-products-grid > li {
        width: 25%;
    }

    .products-home .main-products-grid > li:nth-child(-n+7) {
        display: block;
    }
}

@media(min-width:1436px) {
    .products-home .main-products-grid > li {
        width: 20%;
    }

    .products-home .main-products-grid > li:nth-child(-n+9) {
        display: block;
    }
}

@media(min-width:1642px) {
    .products-home .main-products-grid > li {
        width: 16.6666%;
    }

    .products-home .main-products-grid > li:nth-child(-n+11) {
        display: block;
    }
}

@media(min-width:1848px) {
    .products-home .main-products-grid > li {
        width: 14.2857%;
    }

    .products-home .main-products-grid > li:nth-child(-n+13) {
        display: block;
    }
}

/* ----------------------------------------------------------
   MARQUES
   ---------------------------------------------------------- */

.cms-page-view {
    background-color: #f5f6f6;
}

.page-marques .title {
    margin: 10px 0 10px;
    font-size: 19px;
    line-height: 30px;
    color: #070f18;
}

.pm-illu {
    width: 100%;
    height: 150px;
    margin: 0 0 15px;
    max-width: 1280px;
    min-width: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.pm-desc {
    font-size: 12px;
    line-height: 16px;
    color: #383f46;
}

.pm-videolist,
#pm-products .note-msg {
    padding-top: 20px;
}

.page-marques .subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #070f18;
}

.marques-tabs-target {
    padding-top: 0;
}

.page-marques .category-count {
    position: relative;
    top: 1px;
    font-size: 12px;
    color: #6b6e76;
}

.pm-photosliste {
    position: relative;
    margin-right: -20px;
    padding-top: 20px;
    overflow: hidden;
}

.pm-photosliste .item {
    width: 325px;
    height: auto;
    margin-bottom: 20px;
}

@media(min-width:1492px) {
    .pm-photosliste .item {
        width: 363px;
    }
}

/* ----------------------------------------------------------
   LISTE MARQUES
   ---------------------------------------------------------- */

.lm-header {
    z-index: 1;
    padding-top: 5px;
}

.cms-categories .lm-header {
    margin-bottom: 40px;
}

.liste-marques {
    padding-top: 1px;
}

#layout-mentions .lm-header .title,
.liste-marques .title {
    margin: 15px 0 13px;
    font-size: 42px;
}

#layout-mentions,
.list-all-categories,
.list-all-marques {
    position: relative;
    padding-bottom: 400px;
}

.list-all-marques {
    padding-top: 20px;
}

.illu-az {
    margin-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}

/* Alphabetique / categorie
   ----------------------- */

.lm-menu {
    padding: 0 0 15px;
    overflow: hidden;
}

.lm-menu .block-item {
    float: left;
    line-height: 20px;
}

.lm-menu .block-item + .block-item {
    margin: 0 0 0 15px;
    padding: 0 0 0 14px;
    border-left: 1px #e3e4e6 solid;
}

.lm-menu .item {
    font-size: 15px;
    font-weight: bold;
    color: #9da0a3;
}

.lm-menu .item:hover,
.lm-menu .item.is-current {
    color: #070f18;
}

/* Liste des lettres (menu)
   ----------------------- */

.lm-listelettres {
    position: relative;
    height: 22px;
    padding: 13px 0;
    border-top: 1px #e3e4e6 solid;
    border-bottom: 1px #e3e4e6 solid;
}

#layout-mentions .lm-listelettres {
    height: 26px;
}

.lm-listfix {
    z-index: 9;
    position: fixed;
    top: -50px;
}

#layout-mentions .lm-listfix {
    top: -60px;
}

.scroll-over-280 #layout-mentions .lm-listfix,
.scroll-over-280 .lm-listfix {
    top: 0;
}

.lm-listelettres:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 5px;
    background: -moz-linear-gradient(top,rgb(245,246,246) 0,rgba(245,246,246,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(245,246,246) ), color-stop(100%,rgba(245,246,246,0) ) );
    background: -webkit-linear-gradient(top,rgb(245,246,246) 0,rgba(245,246,246,0) 100%);
    background: -o-linear-gradient(top,rgb(245,246,246) 0,rgba(245,246,246,0) 100%);
    background: -ms-linear-gradient(top,rgb(245,246,246) 0,rgba(245,246,246,0) 100%);
    background: linear-gradient(to bottom,rgb(245,246,246) 0,rgba(245,246,246,0) 100%);
}

.lm-listelettres > li {
    float: left;
}

.lm-listelettres > li + li {
    margin-left: 5.5px;
}

.lm-listelettres .inner-item {
    display: block;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #070f18;
}

.lm-list-categories .inner-item {
    padding: 2px 3px;
    font-size: 11px;
    font-weight: bold;
}

.lm-list-categories {
    white-space: nowrap;
}

.lm-list-categories > li + li {
    margin-left: 1px;
}

@media(min-width:1492px) {
    .lm-list-categories .inner-item {
        padding: 3px 5px;
        font-size: 13px;
        font-weight: bold;
    }

    .lm-list-categories > li + li {
        margin-left: 5.5px;
    }
}

#layout-mentions .lm-listelettres .inner-item {
    padding: 5px;
    text-transform: none;
    color: #fff;
    background-color: #0f0f12;
}

.lm-listelettres .inner-item:hover,
.lm-listelettres .inner-item.is-current {
    color: #fff;
    background-color: #1d5ea8;
}

/* Content
   ----------------------- */

.lml-title {
    text-transform: uppercase;
    font-size: 28px;
    color: #0f0f12;
}

.lml-content {
    overflow: hidden;
}

.lmlc-list {
    float: left;
    width: 33.33%;
    margin: 12px 0 30px;
}

.lmlc-list .inner-item {
    font-size: 12px;
    line-height: 17px;
    color: #383f46;
}

.lmlc-list .inner-item:hover {
    color: #1d5ea8;
}

/* ----------------------------------------------------------
   Block responsive listing
   ------------------------------------------------------- */

.block-resp-listing {
    overflow: hidden;
}

.brlh-title,
.brlh-aside {
    line-height: 50px;
}

.brlh-title {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #070f18;
}

#pm-products .brlh-title {
    text-transform: uppercase;
}

.no-h3-style{
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    line-height: 16px;
}

.brlh-title em {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #6b6e76;
}

.brlh-aside {
    float: right;
}

.brlh-more {
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #1c5ea8!important;
    background: transparent url(../images/darcel/icn-arrow-right-blue.png) no-repeat left 0;
}

.brl-list {
    width: 2500px;
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.brl-list.brl-list--category {
    position: relative;
    width: auto;
    margin-right: -20px;
    margin-bottom: -20px;
}

.brl-list.brl-list--category > li:nth-child(5) {
    display: block;
}

.brl-list.brl-list--category > li {
    margin-bottom: 20px;
}

.brl-single .brl-list {
    z-index: 1;
    position: relative;
    width: auto;
    margin-right: -20px;
    padding-top: 20px;
}

.brl-list > li {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.brl-single .brl-list > li {
    margin-bottom: 20px;
}

.brl-list > li:nth-child(5) ,
.brl-list > li:nth-child(5) ~ li {
    display: none;
}

.brl-list.brl-list--category > li:nth-child(5) ,
.brl-list.brl-list--category > li:nth-child(5) ~ li {
    display: block;
}

.brl-single .brl-list > li:nth-child(5) ,
.brl-single .brl-list > li:nth-child(5) ~ li {
    display: block;
}

.brl-simple-listing {
    position: relative;
    margin-right: -20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.brl-simple-listing > li {
    float: left;
    width: 33.33%;
    text-align: left;
}

.lt_ie8 .brl-list > li {
    width: 155px;
    margin-right: 15px;
}

.block-resp-listing + .block-resp-listing {
    border-top: 1px dashed #e3e4e6;
}

@media(min-width:1250px) {
    .product-view .brl-list > li:nth-child(5) {
        display: block;
    }
}

@media(min-width:1370px) {
    .product-view .brl-list .loop-grid-cont {
        min-height: 253px;
    }

    .product-view .brl-list > li .loop-item {
        width: 158px;
    }
}

@media(min-width:1420px) {
    .product-view .brl-list .loop-grid-cont {
        min-height: 273px;
    }

    .product-view .brl-list > li .loop-item {
        width: 168px;
    }
}

@media(min-width:1492px) {
    .brl-list .loop-grid-cont {
        min-height: 293px;
    }

    .brl-list > li .loop-item {
        width: 188px;
        padding: 10px;
    }

    .brl-list > li {
        width: 210px;
    }

    .brl-list > li:nth-child(5) {
        display: block;
    }
}

/* ----------------------------------------------------------
   Envoyer à un ami
   ------------------------------------------------------- */

.sendfriend-title-container {
    padding: 20px 20px 7px 20px;
    border-bottom: 1px solid #E3E4E6;
}

.send-friend .sender,
.send-friend .recipient {
    padding: 5px 20px 5px 20px;
}

.send-friend h2 {
    font-size: 15px;
}

.send-friend label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}

.lt_ie8 .send-friend .input-text {
    height: 30px;
}

.send-friend .buttons-set {
    margin: 30px 20px;
    overflow: hidden;
}

.send-friend .buttons-set.sov-box {
    clear: both;
}

.send-friend .btn-validate-form {
    float: right;
}

.send-friend .btn-remove {
    display: block;
    margin: 20px 0;
    padding-left: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #9da0a3;
    opacity: 0.99;
    background: transparent url(../images/pages/icn-logout.png) no-repeat center left;
    filter: alpha(opacity=99);
}

/* ----------------------------------------------------------
   Contact
   ------------------------------------------------------- */

.block-contact {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 12px;
    background-color: #fff;
}

.subblock-contact .sbc-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e4e6;
    font-size: 18px;
    line-height: 35px;
    white-space: nowrap;
}

.subblock-contact .sbc-content {
    padding-bottom: 25px;
}

.contact-grid {
    padding: 0 10px;
    overflow: hidden;
}

.contact-grid > * {
    float: left;
    width: 266px;
}

.contact-grid > * + * {
    margin-left: 30px;
}

.contact-title {
    margin: 0;
    font-size: 40px;
    line-height: 65px;
    background: transparent url(../images/darcel/contact.png) no-repeat center right;
}

/* Map
   ----------------------- */

#main-contact-grid {
    position: relative;
    min-height: 360px;
}

#map_canvas {
    z-index: 1;
    position: relative;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 572px;
    height: 360px;
}

#map_canvas img {
    max-width: 10000px;
}

/* Illus
   ----------------------- */

.block-contact .illu {
    display: none;
    position: absolute;
    top: 0;
    width: 30px;
    opacity: 0.0;
    background: transparent no-repeat left top;
    filter: alpha(opacity=0);
}

@media(min-width:1200px) {
    .block-contact .illu {
        display: block;
    }
}

.block-contact:hover .illu {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

/*.block-contact .illu:hover {
    -webkit-animation: bounce 1s;
    -moz-animation: bounce 1s;
    -o-animation: bounce 1s;
    animation: bounce 1s;
}*/

.block-contact .illu-1 {
    right: 100%;
    height: 177px;
    background-image: url(../images/darcel/contact-account.png);
}

.block-contact:hover .illu-1 {
    width: 114px;
}

/*.block-contact .illu-2 {
    left: 100%;
    height: 140px;
    margin-top: 30px;
    background-image: url(../images/illustrations/illu-contact-2.png);
    background-position: top right;
}

.block-contact:hover .illu-2 {
    width: 80px;
}*/

/* ----------------------------------------------------------
   Presse
   ------------------------------------------------------- */

/* Titre
   ----------------------- */

.menu-press h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1;
}

.menu-press h1 a {
    color: #070f18;
}

.menu-press h1 a:hover {
    color: #1d5ea8;
}

.content-presse h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #1d5ea8;
}

/* Menu home press
   ----------------------- */

.main-categories-press,
.press-list-categories {
    margin-bottom: 10px;
    overflow: auto;
}

.main-categories-press li,
.press-list-categories li {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #070f18;
}

.main-categories-press a,
.press-list-categories a {
    color: #070f18;
}

.main-categories-press a.current,
.main-categories-press a:hover,
.press-list-categories a:hover {
    color: #1d5fa9;
}

.main-categories-press li + li:before,
.press-list-categories li + li:before {
    content: '/';
    padding: 0 5px;
    font-weight: normal;
    color: #9b9fa2;
}

/* Menu
   ----------------------- */

.menu-press {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e4e6;
}

.menu-press p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #9da0a3;
}

.form-presse {
    width: 410px;
    height: 90px;
    padding-top: 30px;
    padding-left: 125px;
    /*background: transparent url(../images/illustrations/closed-press.png) no-repeat top left;*/
    background: transparent url(../images/darcel/press-2.png) no-repeat top left;
    background-size: auto 90px;
}

.form-presse-inside {
    position: relative;
    padding: 10px 120px 10px 10px;
    background-color: #fff;
}

.form-presse-inside input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #e3e4e6;
    font-size: 15px;
}

.lt_ie9 .form-presse-inside input {
    line-height: 35px;
}

.form-presse-inside .le-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 35px;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
}

.main-categories-press li {
    font-size: 20px;
}

.main-categories-press li + li:before {
    padding: 0 5px;
}

.articles-press li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    *display: inline;
    *zoom: 1;
}

.articles-press a {
    color: #1d5ea8;
}

.articles-press a:hover,
.articles-press a.current {
    color: #070f18;
}

.articles-press li + li {
    margin-left: 20px;
}

/* Loops
   ----------------------- */

.loops-press {
    position: relative;
    margin-right: -25px;
    overflow: auto;
}

.loop-press {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e4e6;
    *display: inline;
    *zoom: 1;
}

.loop-press-illu {
    padding: 15px;
    background-color: #fff;
}

.loop-press-title {
    width: 240px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #070f18;
}

/* ----------------------------------------------------------
   Page About
   ------------------------------------------------------- */

.page-about-title {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 60px;
}

.page-about-cms {
    padding-bottom: 20px;
}

.page-about-wrap .en-avant {
    margin-bottom: 30px;
    font-size: 16px;
}

/* Layout
   ----------------------- */

.page-about-wrapper {
    margin-bottom: 50px;
    /*background: #fff url(../images/pages/about-bg_left-thin.png) repeat-y 0 0;*/
    background-color: #fff;
}

.page-about-wrap {
    padding: 30px 135px;
    /*background: transparent url(../images/pages/about-bg_right-thin.png) repeat-y top right;*/
    background-color: #fff;
}

.page-about-wrap .colette-title {
    display: block;
    height: 98px;
    margin-bottom: 40px;
    background: transparent url(../images/logo-about.png) no-repeat top center;
}

@media(min-width:1492px) {
    .page-about-wrapper {
        background-color: #fff;
        /*background-image: url(../images/pages/about-bg_left.png);*/
    }

    .page-about-wrap {
        padding: 40px 155px;
        background-color: #fff;
        /*background-image: url(../images/pages/about-bg_right.png);*/
    }

    .page-about-cms {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -ms-column-count: 2;
        -o-column-count: 2;
        -ms-column-gap: 20px;
        -o-column-gap: 20px;
    }
}

/* Sections
   ----------------------- */

.page-about-wrap h3 {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 75px;
    color: #1d5ea8;
}

.page-about-wrap h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.page-about-wrap section {
    padding-bottom: 40px;
}

.page-about-wrap section + section {
    padding-bottom: 0;
    border-top: 1px solid #e3e4e6;
}

/* Modules
   ----------------------- */

.about-content {
    position: relative;
    margin-bottom: 30px;
    min-height: 266px;
    overflow: hidden;
}

.big-about-content {
    min-height: 552px;
}

.about-content-resp-illu {
    display: none;
}

@media(min-width:1492px) {
    .about-content-left {
        padding-left: 420px;
    }

    .about-content-left .about-content-illu {
        position: absolute;
        top: 0;
        left: 0;
    }

    .about-content-left * + .about-content-illu {
        top: 286px;
    }

    .about-content-right {
        padding-right: 420px;
    }

    .about-content-right .about-content-illu {
        position: absolute;
        top: 0;
        right: 0;
    }

    .about-content-right * + .about-content-illu {
        top: 286px;
    }

    .about-content-resp-illu {
        display: block;
    }

    .about-content-right .about-content-resp-illu {
        text-align: right;
    }
}

/* Content
   ----------------------- */

.page-about-wrap p,
.page-about-wrap li {
    text-align: justify;
    font-size: 12px;
    line-height: 18px;
    color: #383f46;
}

.page-about-wrap .page-about-cms p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.page-about-wrap .page-about-cms {
    padding-bottom: 0;
}

.about-content-illu {
    margin-bottom: 18px;
}

/* ----------------------------------------------------------
   Crédits
   ------------------------------------------------------- */

.cms-credits .main-content {
    background: transparent url(../images/darcel/background-blue.png) repeat left top;
}

.container-credits {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 280px;
    margin-top: -276px;
    padding-top: 255px;
    text-align: center;
    color: #fff;
    background: transparent url(../images/darcel/credits1.png) no-repeat center top;
    background-size: auto 190px;
}

.title-credits {
    margin: 0 0 50px;
    font-size: 60px;
}

.container-credits .link-credits,
.container-credits .link-credits > * {
    display: block;
}

.link-credits + .link-credits {
    margin-top: 30px;
}

.link-credits h1 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.link-credits img {
    margin-bottom: 10px;
}

.link-credits strong {
    font-size: 13px;
    color: #8eafd4;
}

/* ----------------------------------------------------------
   Page FAQ
   ------------------------------------------------------- */

#page-faq-phtml .page-cms-title {
    text-transform: uppercase;
}

.faq-block {
    position: relative;
    padding-right: 100px;
    padding-bottom: 15px;
    overflow: hidden;
}

.faq-block + .faq-block {
    padding-top: 15px;
    border-top: 1px dotted #e3e4e6;
}

.faq-block:last-child {
    padding-bottom: 0;
}

.page-faq-content {
    margin-bottom: 20px;
}

/* Title */

.faq-block.faq-is-hidden:hover .faq-title,
.faq-title {
    padding: 5px 0;
    line-height: 20px;
    color: #070f18;
    cursor: pointer;
}

.faq-is-hidden .faq-title {
    color: #1d5ea8;
}

/* Content */

.faq-content {
    max-height: 10000px;
    min-height: 80px;
    overflow: hidden;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.faq-is-hidden .faq-content {
    max-height: 0;
    min-height: 0;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

/* Illu */

.faq-block > .faq-illu {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38px;
    background: transparent url(../images/darcel/sprite-faq.png) no-repeat top left;
    background-size: auto 55px;
}

.faq-block.faq-is-hidden > .faq-illu {
    height: 0;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.faq-block > .faq-illu,
.faq-is-hidden:hover > .faq-illu {
    height: 55px;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.faq-block.faq-isnot-hidden > .faq-illu {
    bottom: 10px;
    height: 55px;
}

.faq-block:nth-child(5n+2) > .faq-illu {
    width: 38px;
    background-position: -33px 0;
}

.faq-block.faq-isnot-hidden:nth-child(5n+2) > .faq-illu {
    height: 55px;
}

.faq-block:nth-child(5n+3) > .faq-illu {
    width: 38px;
    background-position: -73px 0;
}

.faq-block.faq-isnot-hidden:nth-child(5n+3) > .faq-illu {
    height: 55px;
}

.faq-block:nth-child(5n+4) > .faq-illu {
    width: 38px;
    background-position: -33px 0;
}

.faq-block.faq-isnot-hidden:nth-child(5n+4) > .faq-illu {
    height: 55px;
}

.faq-block:nth-child(5n+5) > .faq-illu {
    width: 38px;
    background-position: -149px 0;
}

.faq-block.faq-isnot-hidden:nth-child(5n+5) > .faq-illu {
    height: 55px;
}

/* ----------------------------------------------------------
   Page newsletter
   ------------------------------------------------------- */

.page-newsletter-wrapper {
    /*background: #fff url(../images/pages/about-bg_left-thin.png) repeat-y top left;*/
    background: #fff url(../images/darcel/bg-left-newsletterpage.jpg) repeat-y top left;
}

.page-newsletter-wrap {
    padding: 37px 135px 48px;
    background: url(../images/darcel/bg-right-newsletterpage.jpg) repeat-y top right;
    /*background: url(../images/pages/about-bg_right-thin.png) repeat-y top right;*/
}

.lt_ie8 .page-newsletter-wrap {
    overflow: hidden;
}

.block-page-newsletter {
    width: 670px;
    margin: 20px auto 20px auto;
}

.block-page-newsletter .title-block {
    margin-bottom: 12px;
    font-size: 30px;
    color: #070f18;
}

.block-page-newsletter .subtitle-block {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
    color: #6b6e76;
}

.block-page-newsletter .cssn_form {
    padding: 0;
}

/*  Formulaire abonnement */

.newsletter-form label {
    padding-top: 0;
}

.newsletter-form .big-label,
.newsletter-form .fake-label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #383f46;
}

.newsletter-form .input-text {
    margin: 0 0 5px 0;
}

.newsletter-form .checked-box {
    display: inline-block;
    width: 32%;
    padding-bottom: 14px;
    *display: inline;
    *zoom: 1;
}

.newsletter-form .checked-box input {
    margin-top: 1px;
    vertical-align: top;
}

.newsletter-form .checked-box label {
    padding-left: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #383f46;
}

.newsletter-form .button {
    height: 40px;
    padding: 0 42px;
    text-transform: none;
    font-size: 16px;
    line-height: 40px;
    background-color: #1d5ea8;
}

.newsletter-form .button:hover {
    background-color: #070f18;
}

.newsletter-form .customer-dob .dob-month,
.newsletter-form .customer-dob .dob-year,
.newsletter-form .customer-dob .dob-day {
    width: 55px;
    float: left;
}

.newsletter-form .customer-dob div + div {
    margin-left: 10px;
}

/* Archives newsletter */

.archives-newsletter {
    padding-bottom: 26px;
}

.list-archives-newsletter li a {
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #383f46;
    /*background: url(../images/pages/icn-bull.png) left center no-repeat;*/
    padding-left: 15px;
    position: relative;
}

.list-archives-newsletter li a:before {
    content:'';
    background-color: #1d5ea8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
}

.list-archives-newsletter li a:hover {
    color: #1d5ea8;
}

.switch-weekly-monthly{
    margin-bottom: 30px;
}

.switch-weekly-monthly .button {
    padding: 0 10px;
    text-transform: none;
    font-weight: bold;
    background-color: #1d5ea8;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    height: 27px;
    line-height: 27px;
}

.switch-weekly-monthly .button.active-link {
    background-color: #070f18;
}

.switch-weekly-monthly .button:hover {
    background-color: #070f18;
}

/* Cookie alert box */

.cookie-alert-box {
    border-bottom: 1px solid #d7d8da;
    display: none;
    background: #E3E4E6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 100000;
    text-align: center;
}

.cookie-alert-box p {
    font-size: 13px;
    color: #7d8085;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.cookie-alert-box p a {
    color: #7d8085;
    border-bottom: 1px solid #7d8085;
}

.cookie-alert-box .close {
    color: #7d8085;
    font-size: 12px;
    margin-left: 18px;
    font-weight: bold;
    padding-right: 16px;
    background: url(../images/pages/icn-logout.png) 100% 1px no-repeat;
}

.cookie-alert-box-open #sidebar,
.cookie-alert-box-open #main {
    -webkit-transform: translateY(47px);
    -moz-transform: translateY(47px);
    transform: translateY(47px);
}

.cookie-alert-box-close #sidebar,
.cookie-alert-box-close #main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

/* Newsletter lightbox */

.newsletter-lightbox {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -170px;
    z-index: 999;
    background: #fff;
    border: 1px solid #e4e4e6;

}

.newsletter-lightbox .content-lb-newsletter {
    position: relative;
    padding: 145px 28px 40px 28px;
    width: 282px;
    height: 215px;
    background: url(../images/darcel/welcome.png) center 15px no-repeat;
}

.newsletter-lightbox .close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 15px;
    height: 15px;
    background: url(../images/pages/icn-logout.png) center no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.newsletter-lightbox .tcl-block {
    padding: 0;
}

.newsletter-lightbox .tcl-header {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.newsletter-lightbox .tcl-header h3 {
    font-size: 20px;
    color: #070f18;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
    line-height: 25px;
}

.newsletter-lightbox .tcl-header .subtitle {
    margin: 0;
    color: #1d5ea8;
    font-size: 13px;
    line-height: 29px;
}

.newsletter-lightbox .tcl-header .presentation-sentence {
    margin: 13px 0 0;
    padding: 15px 0 6px;
    border-top: 1px solid #e4e4e6;
    color: #383f46;
    line-height: 20px;
    font-size: 13px;
}

.newsletter-lightbox .checked-box {
    padding-bottom: 10px;
    width: auto;
}

.newsletter-lightbox .checked-box + .checked-box {
    margin-left: 10px;
}

.newsletter-lightbox .checked-box label {
    font-weight: normal;
    color: #6b6e76;
    font-size: 12px;
}

.newsletter-lightbox .tcl-block .cssn_form .box:last-child {
    margin-bottom: 0;
}

.newsletter-lightbox .button-set-lb {
    text-align: center;
}

.newsletter-lightbox .button {
    margin-top: 5px;
    padding: 0 62px;
}
